.left-menu-section-cart {
    position: absolute;
    top: -38px;
    height: 100%;
    box-sizing: border-box;
    
}

.cart-wrapper {
    width: 100%;
    background-color: #f1f1f1;
    margin: 0 auto;
    position: relative;
    z-index: -3;
    min-height: 770px;
    margin-top: 38px;
}

.section-cart {
    /*max-width: 912px;*/
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
    box-sizing: border-box;
    position: relative;
    top: 0px;
    margin-left: 365px;
    background-color: #f1f1f1;
}

.section-cart  h1 {
    /*max-width: 912px;*/    
    line-height: 40px;
    font-size: 36px;
    padding: 20px 0 20px 0;
    margin: 0;
    font-weight: normal;
    border-bottom: 1px solid #d9d9d9;
}

.section-cart .fullwidth_row {
    display: table-row;
}

.section-cart .tight_row {
    display: none;
}

.section-cart .cart-clientdetails {
    display: flex;
    /*max-width: 984px;*/
    max-width: 1200px;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
}

.section-cart .cart-clientdetails-section {
    display: inline-block;
    width: 290px;
}


.section-cart .cart-clientdetails-section h1 {
    padding: 0;
    margin: 50px 0 25px 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    height: 18px;
    border: none;
}

.section-cart .cart-clientdetails-section input {
    height: 40px;
    line-height: 40px;
    border: 3px solid #d9d9d9;
    border-radius: 5px;
    margin: 0 0 19px 0;
    width: 280px;
    box-sizing: border-box;
    padding: 0 15px;
    background-color: #f1f1f1;
}


.section-cart .cart-delivery-and-payment-method {
    display: inline-block;
    width: 290px;
}

.section-cart .cart-delivery-and-payment-method select {
   width: 280px;
    height: 35px;
    border: 3px solid #cccccc;
    border-radius: 5px;
    background-color: #ffffff;
    font-size: 9pt;
    color: #727272;
    /* box-sizing: border-box; */
    padding: 0 13px;
    margin-bottom: 19px;
        display: block;
}

.cart-orderdetails {
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 126px;

}

.cart-orderdetails table {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

.cart-orderdetails table tr {
    height: 98px;
    padding: 0;
    margin: 0;
}

.cart-orderdetails .cart-order-details-tablehead {
    height: 50px;
}

.cart-orderdetails  .cart-order-details-tablehead th {
    text-align: center;
    font-size: 10pt;
    font-weight: normal;
    height: 50px;
    vertical-align: bottom;
    border-bottom: 1px #d6d4d4 inset;
}

.cart-orderdetails table tr td {
    margin: 0;
    padding: 0;
    border-right: 1px #d6d4d4 inset;
    border-bottom: 1px #d6d4d4 inset;
    box-sizing: border-box;
    text-align: center;
}

.cart-orderdetails table tr td:first-child {
    border-right: none;
}

.cart-orderdetails table tr td:last-child {
    border-right: none;
    font-size: 14pt;
    font-weight: normal;
}


.cart-orderdetails table tr .cart-table-image {
    overflow: hidden;
}

.cart-orderdetails table tr .cart-table-image img {
    max-width: 98px;
    max-height: 98px;
}


.cart-orderdetails table tr .cart-table-productname {
    text-align: left;
    padding-left: 20px;
}

.cart-orderdetails table tr .cart-table-instock {
    text-align: center;
}

.cart-orderdetails table tr .cart-table-instock .cart-table-instock-available {
    display: block;
    background-color: #94ab28;
    width: 113px;
    height: 30px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    font-size: 11pt;
    margin: 0 auto;
}

.cart-orderdetails table tr .cart-table-price {
    line-height: 20pt;
}

.cart-orderdetails table tr .cart-table-price .cart-table-price-normalprice {
    font-weight: bold;
    text-decoration: line-through;
}

.cart-orderdetails table tr .cart-table-price .cart-table-price-offerprice {
    color: #fb5b06;
}

.cart-orderdetails table tr .cart-table-qty {
    vertical-align: middle;
}

.cart-orderdetails table tr .cart-table-qty .cart-table-qty-qty {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    color: #a7a7a7;
    border: none;
    line-height: 25px;
    font-size: 10pt;
    position: relative;
    top: -2px;
    left: 1px;
}

@media screen and (min--moz-device-pixel-ratio:0) {
    .cart-orderdetails table tr .cart-table-qty .cart-table-qty-qty {
        top: -4px;
        left: 0px;
    }
}

.cart-orderdetails table tr .cart-table-qty .cart-table-qty-add {
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    color: #a7a7a7;
    border: none;
    font-size: 15pt;
}

.cart-orderdetails table tr .cart-table-qty .cart-table-qty-remove {
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    color: #a7a7a7;
    border: none;
    font-size: 15pt;
}

.cart-orderdetails table tr .cart-table-endcolspan {
    border-right: 1px #d6d4d4 inset;
}



.cart-orderdetails table tr .cart-table-total-price {
    color: #fb5b06;
}

.cart-orderdetails table .cart-table-order-button td {
    text-align: right;
}

.cart-orderdetails table .cart-table-order-button td button {
    width: 244px;
    height: 44px;
    border-radius: 3px;
    line-height: 44px;
    background-color: #94ab28;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    font-size: 14pt;
}

.cart-orderdetails table .cart-table-order-button td button i {
    font-size: 18pt;
    position: relative;
    top: 1px;
}

.th-collapsable-1140 {
    display: table-cell;
}



