/*******Cart page css***********/
/* .container.cart-container {
    max-width: 1100px !important;
} */

.woocommerce-CartProduct,.cart-collaterals {
    padding: 0 20px;
}

.container.cart-container .row {
    margin: 0 -20px;
}

.cart-collaterals {
    max-width: 290px;
}


.woocommerce-CartProduct {
    width: calc(100% - 290px );
}

.cart_totals {
    background: #16212f;
    color: #fff;
    padding: 35px 25px 50px;
    border-radius: 10px;
    width: 250px;
}
.cart_totals>h2 {
    font-size: 22px;
}

.cart_totals table th {
    font-size: 15px;
    font-weight: 500;
}

.cart_totals table td {
    text-align: right !important;
    font-size: 15px;
}

.cart_totals table tr {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cart_totals table tr.cart-items {
    border-bottom: 1px solid #626d81;
    padding: 15px 0px;
}
.cart_totals table tr.cart-subtotal{
    padding: 15px 0px 0px;
}
.cart_totals table.shop_table.shop_table_responsive {
    width: 100%;
}
.cart_totals tr.order-total span.woocommerce-Price-amount.amount {
    display: block;
    text-align: left;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
}
.cart_totals tr.order-total td {
    text-align: left !important;
}
.cart_totals tr.woocommerce-shipping-totals.shipping {
    border-bottom: 1px solid #626d81;
    padding: 0px 0px 15px 0px;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.cart_totals .wc-proceed-to-checkout .checkout-button {
    background: #fff;
    display: block;
    text-align: center;
    padding: 5px 15px;
    border-radius: 5px;
    color: #000;
    margin-bottom: 10px;
}

.cart_totals .wc-proceed-to-checkout .checkout-button:hover {
    color: #fff;
    background: #b99e5d;
}

.woocommerce-notices-wrapper {
    width: 100%;
    padding: 0 20px;
}
.woocommerce-info {
    padding: 5px 10px;
    color: #fff;
    margin-bottom: 10px;
}
.cart_totals .woocommerce-notices-wrapper .woocommerce-message {
    margin-bottom: 15px;
    padding: 5px 15px;
    color: #fff;
}

.cart_totals tr.cart-discount {
    padding-top: 15px;
    border-bottom: 1px solid #626d81;
    padding-bottom: 15px;
}

tr.cart-discount th span {
    display: block;
    font-size: 12px;
    opacity: .7;
    line-height: 1;
    padding: 2px 6px;
    border-radius: 2px;
    text-align: center;
    font-weight: 800;
}

a.woocommerce-remove-coupon {
    padding: 3px 6px !important;
    border-radius: 3px;
    font-size: 14px;
}

tr.cart-discount:hover a.woocommerce-remove-coupon {
    color: #fff;
    background: #f00;
  
}
tr.cart-discount a.woocommerce-remove-coupon:hover {
     opacity: 0.7;
}
.cart_totals tr.cart-discount td {
    line-height: 1;
}
.cart_totals tr.order-total {
    padding-top: 10px;
    padding-bottom: 20px;
}
.cart_totals tr.fee {
    border-bottom: 1px solid #626d81;
    padding: 10px 0px;
}
span.cart-item {
    font-size: 18px;
    color: #333;
}

.custom-product-box {
    padding: 20px 5px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #e3e7e7;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.custom-product-box .cart-section-1 {
    width: 40%;
}

.custom-product-box .cart-section-2 {
    width: 60%;
}
.product-price .mainPriceStyle {
    border: 1px solid #e3e7e7;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}
span.sale_price span {
    color: #b3b3b3;
    font-size: 15px;
    display: block;
    font-weight: 400;
    line-height: 1;

}
span.sale_price ,.custom-product-box span.woocommerce-Price-amount.amount bdi{
    font-size: 25px;
    color: #b99e5d;
    line-height: 1;
    font-weight: 600;
}
span.total-save {
    background: #b99e5d;
    color: #fff;
    border-radius: 4px;
    /* display: inline-block; */
    font-size: 13px;
    padding: 2px 14px;
}
span.total-save span {
    padding-right: 2px;
}
.priceCol.regular-price {
    text-align: right;
    color: #b3b3b3;
    font-size: 15px;
}

.priceCol.regular-price span {
    padding-right: 2px;
}
.custom-product-box .cart-section-1 .product-thumbnail img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    object-fit: cover;
}
.custom-product-box .cart-section-1 .product-thumbnail {
    position: relative;
    overflow: hidden;
    min-height: 220px;
    border-radius: 10px;
}
ul#shipping_method li input {
    cursor: pointer;
}
.custom-product-box>div {
    padding: 0 15px;
}
.cart-quantity-remove input {
    width: 32px;
    height: 30px;
    text-align: center;
    border: 1px solid #e3e7e7;
    margin: 0 5px;
    padding: 0;
    color: #666666;
}

.cart-quantity-remove {
    border: 1px solid #e3e7e7;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 7px;
}
.brand_logo img {
    max-height: 30px;
}
.product-name>a {
    width: 100%;
    font-family: 'Gilroy-Light';
    padding: 0px !important;
    line-height: 1;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 10px 0px;
    display: inline-block;
}
.coupon.cart-coupon-wrap {
    border: 1px solid #e3e7e7;
    padding: 0px 10px;
    border-radius: 5px;
}
.tab-icon {
    padding: 12px 0;
    display: flex;
    align-items: center;
    line-height: 1;
    padding-right: 40px;
    background-size: 18px !important;
    background: url(../images/select-arrow.png) no-repeat;
    background-position: calc(100% - 10px);
    cursor: pointer;
}
.cart-calculation-update {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cart-calculation-update {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cart-calculation-update>div {
    width: calc(50% - 5px);
    font-size: 14px;
}
.cart-assembly {
    border: 1px solid #e3e7e7;
    padding: 0px 10px;
    border-radius: 5px;
}
.switch {
    display: inline-block;
    height: 22px;
    position: relative;
    width: 40px;

}

.switch input {
    opacity: 0;
    position: relative;
    z-index: 5;
    width: 40px;
    cursor: pointer;
    height: 22px;
}

.slider {
    background-color: #868686;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.slider:before {
    background-color: #fff;
    bottom: 3px;
    content: "";
    height: 16px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 16px;
}

input:checked + .slider {
    background-color: #16212f;
}

input:checked + .slider:before {
    transform: translateX(16px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.bed-removal-content {
    padding: 11px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-calculation-update>div>div {
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #e3e7e7;
    border-radius: 5px;
}
.bed-removal-content label {
    margin: 0;
    font-size: 14px;
    padding-right: 5px;
}
.cart-calculation {
    border: 1px solid #e3e7e7;
    padding: 0px 10px;
    border-radius: 5px;
}
.save-latter,.cart-klarna-payment {
    border: 1px solid #e3e7e7;
    padding: 10px 15px;
    border-radius: 5px;
}

.save-latter p {
    font-size: 12px;
    margin: 0;
}
.cf-wrap, .coupon-tab-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.cf-wrap input.send-save-letter,.coupon-tab-content button.button {
    border: none;
    background: #16212f;
    color: #fff;
    text-transform: capitalize;
    border-radius: 4px;
    padding: 0 12px;
    width: 65px;
}
.cf-wrap input.send-save-letter:hover, .coupon-tab-content button.button:hover{
    background: #b99e5d;
}
input.save-latter-inp,.coupon-tab-content input#coupon_code {
    width: calc(100% - 70px);
    border: 1px solid #e3e7e7;
    border-radius: 5px;
    padding: 4px 10px;
}
.cart-klarna-payment {
    font-size: 12px;
}

.cart-klarna-payment a {
    text-decoration: underline !important;
}
.woocommerce-message {
    color: #fff;
    margin-bottom: 15px;
    padding: 5px 15px;
}

.woocommerce-message a {
    /*color: #fff;*/
    font-weight: 700;
    text-decoration: underline;
}
.coupon.cart-coupon-wrap .form-row {
    margin: 0px !important;
}

.cart-calculation .form-row {
    margin: 2px 0px;
}


section.shipping-calculator-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -2px;
}

section.shipping-calculator-form>p {
    width: 50%;
    padding: 0 2px;
    display: block;
    font-size: 14px;
    margin: 0;
}

section.shipping-calculator-form input, section.shipping-calculator-form span#select2-calc_shipping_country-container {
    max-width: 100%;
    border: 1px solid #e3e7e7 !important;
    border-radius: 5px;
    padding: 4px 20px 4px 10px !important;
    margin: 2px 0px;
    width: 100%;
}
section.shipping-calculator-form span#select2-calc_shipping_country-container {
    background-size: 12px !important;
    background: url(../images/select-arrow.png) no-repeat;
    background-position: calc(100% - 7px);
}


span.select2-selection.select2-selection--single {
    border: none;
}

form.checkout.woocommerce-checkout span.select2-selection.select2-selection--single {
    border: 1px solid #E4E4E4;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px;
}

.cart-klarna-payment img {
    max-height: 25px;
    margin-right: 7px;
}
.selected-variation {
    display: flex;
    border: 1px solid #e3e7e7;
    padding: 7px 10px;
    border-radius: 5px;
    margin-top: 10px;
    align-items: center;
    font-size: 14px;
    color: #000;
}

.selected-variation .variaion-icon {
    width: 55px;
    text-align: center;
    height: auto;
}

.selected-variation .variaion-icon img {
    max-height: 20px;
}
span.tab-info-icon img {
    height: 20px;
    width: auto;
    padding-right: 12px;
}

span.tab-info-icon {
    display: inline-block;
}

.tab-twrap {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    line-height: 1;
}
.assembly-tab-content p {
    font-size: 14px;
    line-height: 1.4;
}


button.button {
    border: none;
    background: #16212f;
    color: #fff;
    text-transform: capitalize;
    border-radius: 4px;
    padding: 10px 12px;
    width: 150px;
    cursor: pointer;
}
button.button:hover {
    color: #fff;
    background: #b99e5d;
}
.product-quantity {
    display: flex;
    /* align-items: center; */
}
.shipping-calculator-button a {
    color: #000;
}
.all-span {
    position: absolute;
    left: 100%;
    top: 3px;
    display: flex;
    flex-direction: column;
    width: 15px;
    justify-content: space-between;
    align-items: center;
    height: 24px;
}
.all-span  span.plus {
    border-bottom: solid 10px rgb(189 158 93);
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    display: block;
}
.all-span span.minus{
    border-top: solid 10px rgb(189 158 93);
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    display: block;
}
.quantity.num-in {
    position: relative;
}
span.quatity-test {
    padding-right: 5px;
    color: #85878b;
}
ul#shipping_method {
    padding: 0;
    list-style: none;
    margin: 0px;
}
ul#shipping_method li input {
    margin-right: 5px;
}
.cart-quantity-remove input::-webkit-outer-spin-button,
.cart-quantity-remove input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.cart-quantity-remove input {
  -moz-appearance: textfield;
}
.cart_totals tr.woocommerce-shipping-totals.shipping td {
    text-align: right !important;
    display: inline-block;
    padding-left: 12px;
}
.cart-calculation .select2-container .select2-selection--single {
    height: auto;
}

.cart-calculation-update .services-title {
    width: 100%;
    color: #58585a;
    font-size: 22px;
    padding: 10px 0px;
}
.cart-collaterals td:before {
    display: none;
}
.cart_totals table th {
    display: block !important;
}
.woocommerce-notices-wrapper {
    padding: 0px 0px;
    color: #fff;
}
/* ul.woocommerce-error {
    list-style: none;
    padding: 5px 10px;
} */
.cart-calculation button.button {
    width: calc(100% - 5px);
    padding: 7px 12px;
    margin: 5px auto 10px;
}
.product-remove span {
    font-size: 25px;
    line-height: 0;
    vertical-align: sub;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    opacity: 0;
}

p#calc_shipping_state_field span.select2-selection.select2-selection--single{
    max-width: 100%;
    border: 1px solid #e3e7e7 !important;
    border-radius: 5px!important;
    height: 32px;
    /* margin: 2px 0px; */
    line-height: 22px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px;
    height: 32px;
}
p#calc_shipping_state_field span.select2-selection.select2-selection--single span{
    line-height: 32px !important;
}
.all-span span {
    cursor: pointer;
}
.woocommerce-CartProduct>p {
    margin-bottom: 15px;
}
ul#shipping_method label {
    margin-bottom: 0px;
}

.klarna-onsite-messaging>div {
    margin: -1px;
    margin-top: -7px;
    margin-bottom: -7px;
}

.klarna-onsite-messaging {
    position: relative;
    /* height: 45px; */
    overflow: hidden;
    /* border: none !important; */
}

/* .klarna-onsite-messaging:before {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    position: absolute;
    content: "";
    border-radius: 5px;
} */
.m-cart-scroll-btn{
    display: none;
}
.m-cart-scroll-btn a {
    background: #16212f;
    color: #fff;
    position: fixed;
    bottom: 10px;
    font-weight: 700;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    padding: 10px 45px;
    border-radius: 8px;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.m-cart-scroll-btn a:hover {
    background: #b99e5d;
}
.product-remove a:hover {
    color: #b99e5d;
}


/***************************Responsive Start*************************/

@media (min-width: 1600px) {
    .product-name>a {
        width: 100%;
        font-family: 'Gilroy-Light';
        padding: 0px !important;
        line-height: 1;
        font-size: 20px;
        font-weight: 500;
        color: #000;
    }
    .woocommerce-notices-wrapper {
        padding: 0px 20px;
    }
}
@media (min-width: 991px) {
    .m-cart-scroll-btn a{
        display: none;
    }
}
@media (max-width: 1600px) {
    .product-price .mainPriceStyle {
        font-size: 14px;
    }
    span.sale_price {
        font-size: 22px;
    }
    .woocommerce-CartProduct, .cart-collaterals {
        padding: 0 15px;
    }
    .container.cart-container .row {
        margin: 0 -15px;
    }
    .woocommerce-CartProduct {
        width: calc(100% - 280px );
    }
    .cart-collaterals {
        max-width: 280px;
    }
}

@media (max-width: 991px) {
    .woocommerce-CartProduct {
        width: 100%;
    }
    .cart_totals {
        max-width: 100%;
        width: 100%;
        border-radius: 0px;
        padding: 35px 15px 50px;
    }
    .cart-collaterals {
        margin: 0 -15px;
        max-width: calc(100% + 30px) !important;
        width: calc(100% + 30px);
    }
    .cart-calculation-update {
        margin: 0 -15px;
        padding: 0 15px;
        background: #e3e5e5;
    }
    .cart-collaterals{
        padding: 0 !important;
    }
    .cart-calculation-update {
        padding-bottom: 15px;
        padding-top: 10px;
    }
    /* .woocommerce-CartProduct>p {
        font-size: 13px;
    } */
    .m-cart-scroll-btn{
        display: block;
    }
    .woocommerce-CartProduct, .cart-collaterals {
        padding: 0 0px;
    }
}
@media (max-width: 767.98px) {
    .custom-product-box .cart-section-1,.custom-product-box .cart-section-2 {
        width: 100%;
    }
    .custom-product-box>div {
        padding: 0 10px;
    }
    .selected-variation {
        font-size: 13px;
    }
    /* .custom-product-box>div.cart-section-2 {
        padding-top: 25px;
    } */
    .klarna-onsite-messaging {
        height: auto;
    }
    .m-cart-scroll-btn a{
        padding: 10px 25px;
        min-width: 270px;
    }
}
@media (max-width: 576.98px) {
    .custom-product-box .cart-section-1,.custom-product-box .cart-section-2 {
        width: 100%;
    }
    .cart-calculation-update>div {
        width: calc(100%);
    }
    .bed-removal-content label {
        padding-right: 21px;
    }
}
/*****************************/
p.return-to-shop a.button {
    background: #16212F;
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
    font-weight: 500;
  
    line-height: 25px;
}
p.return-to-shop a.button:hover {
    background-color: #B99E5D;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    font-weight: 500;
    border-top: 3px solid #16212F;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    position: relative;
    display: flow-root;
}

.woocommerce-error::before,.woocommerce-message:before, .woocommerce-info::before{
    content: "";
    width: 25px;
    height: 25px;
    background-size: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 25px;
}
.woocommerce-info::before {
    background-image: url(../images/default-notificatin-icon.png);
}
.woocommerce-error::before {
    background-image: url(../images/errot-notification-icon.png);
}
.woocommerce-message:before{
    background-image: url(../images/mesaage-notification-icon.png);
}
.woocommerce-info {
    border-top-color: #1e85be;
}

.page-id-9 main#primary {
    padding: 0 15px;
    /* padding-top: 3rem; */
}

li.woocommerce-mini-cart-item.mini_cart_item {
    display: flex;
    margin: 10px 0px;
    background: #fff;
    padding: 10px;
    border: 1px solid #e3e7e7;
    border-radius: 10px;
}
.cart_totals tr.woocommerce-shipping-totals.shipping th {
    min-width: 65px;
}
.save-latter .msg {
    margin-top: -5px;
}
p.return-to-shop {
    margin: 0;
    z-index: 1;
    position: relative;
}
.m-cart-scroll-btn span {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    margin-left: 10px;
    line-height: 20px;
}

.m-cart-scroll-btn span img {
    width: 11px;
    text-align: center;
    vertical-align: middle;
}


button.send-save-letter img {
    position: absolute;
    width: 20px;
    right: 100%;
    top: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
}
 
button.send-save-letter {
    position: relative;
    background: #16212F;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 0px 15px;
}

button.send-save-letter:hover {
    background: #B99E5D;
}


.product-price-quantity {
    border: 1px solid #e3e7e7;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: space-between;    
}

.product-price-quantity>span>span {
    border: 1px solid #e3e7e7;
    padding: 2px 10px;
}