.mnbnr {
    min-height: 800px;
}

body.woocommerce-cart .container::after,body.woocommerce-cart .container::before {
    content: "";
    display: table;
    clear: both;
}
.container {

    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}  
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{
    opacity: 0;
    display: none;
}
@media (min-width: 576px){
    .container {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 768px){
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px){
    .container {
        max-width: 960px;
    } 


.woocommerce div.product div.images,
    .woocommerce div.product div.summary {
        width: calc(50% - 15px);
    }
    body.woocommerce-cart .cart-collaterals {
        float: left;
        width: 30%;
        padding: 0 20px;
        padding-right: 0;
    }
    .woocommerce-cart-form {
        width: 70%;
    }
    .woocommerce section.products .products-container ul li {
        margin-right: 7px;
        margin-left: 7px;
    }
    html .woocommerce-page .single-product .summary.entry-summary,
    html .woocommerce-page .single-product .wpgs.wpgs--with-images.images {
        width: calc(50% - 15px);
    }




}
/* 992 */
@media (min-width: 1200px){
    .container {
        max-width: 1140px;

    }    
}
@media (min-width: 1400px){
    /* .container {
        max-width: 1340px;
    }     */
}
@media (min-width: 1600px){
    /* .container {
        max-width: 1540px;
    }     */
}

body.woocommerce-cart .container  .woocommerce-cart-form {
    float: left;width: 70%;
}
.woocommerce table.shop_table {
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
    background: 0 0;
}.woocommerce table.shop_table {
    border: 0px;
}
.woocommerce-cart table td, .woocommerce-cart table th {
    padding: 0;
    border-right: 0 solid #ebebeb;
}
.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
}
.woocommerce-cart table.cart tbody td, .woocommerce-cart table.cart thead th {
    border-bottom: 1px solid var(--border-color);
    padding-top: 15px;
    padding-bottom: 15px;
}
.woocommerce-cart table.cart thead th {
    color: #424141;
    text-transform: uppercase;
}
.woocommerce-cart table.cart .product-remove {
    padding: 15px 0;
    text-align: left;
    width: 40px;
}
.woocommerce-cart table.cart .product-thumbnail {
    padding: 15px 0;
    width: 100px;
}
.woocommerce-cart table.cart .product-quantity {
    width: 120px;
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;position: relative;
}.woocommerce-cart-form__cart-item.cart_item .product-remove a {
    height: 18px;
    width: 18px;
    border: 1px solid;
    border-radius: 50%;
    font-size: .7rem;
    color: #959595!important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    background: none;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-cart table.cart .product-thumbnail img {
    width: 100%;
}
div.quantity {
    border: 1px solid #ebebeb;
    height: 50px;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.woocommerce-cart div.quantity, .woocommerce-mini-cart div.quantity {
    border: none;
}
.woocommerce-cart div.quantity, .woocommerce-mini-cart div.quantity {
    width: 50%;
    height: 25px;
    margin-left: 0;
    margin-top: 3px;
}div.quantity .qty-nav {
    width: 35px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    color: #424141;
    background: #ebebeb;
    font-size: 22px;
    font-weight: 700;
}
.woocommerce-cart div.quantity .qty-nav, .woocommerce-mini-cart div.quantity .qty-nav {
    background: #fff;
}

.shop_table.shop_table_responsive div.quantity .qty-nav{
    display: none !important;
}
.acfw-bogo-summary{display: none}
button.button_update_cart {
    padding: 0px;
    line-height: 22px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    cursor: pointer;
    font-size: .8125rem;
    font-family: inherit;
    background: white;
    color: #444444;
    font-weight: 500;
    letter-spacing: 0.1rem;
    border: none;
}
.back-shop{
    text-align: center;
    display: block;
}
@media (max-width: 767px){


    .woocommerce-cart table.cart tbody td {
        border-bottom: none;
        padding-left: 20px;
        font-size: 14px;
    }
    .woocommerce-cart table.cart tbody td.product-price {
        margin-top: 7px;
    }

    .woocommerce-cart table.cart tbody tr td .subscription-details{
        display: none !important;
    }
    div.quantity {
        width: 60%;
        height: 44px;
        margin-left: 5px;
    }
    .woocommerce-cart table.cart .product-thumbnail .product-remove{
        display: block !important;
    }


    .woocommerce-cart table.cart .product-remove a.remove {
        height: 18px;
        width: 18px;
        border: 1px solid;
        border-radius: 50%;
        font-size: 0.7rem;
    }
    .woocommerce-cart table.cart .product-remove {
        padding: 35px 0px 0px 0px;
        width: 40px;
        left: 10px;
        position: absolute;
    }
    .woocommerce-cart table.cart .product-thumbnail img {
        width: 95%;
        margin-left: 15px;
    }

}

.update-cart-button{
    margin-top: -20px;
}
.fee.recurring-total , .tax-total.recurring-total{
    display: none;
}
.woocommerce-cart .tax-total{
    display: contents;
}
.order-total.recurring-total{
    text-align: center;
}
.woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td {
    background: #fff;
}
.woocommerce-shipping-destination{
    display: none !important;
}

.amazonpay-button-view1.amazonpay-button-view1-gold{ display: flex; align-items: center; justify-content: center; position: relative; }

picture.amazonpay-button-logo {
display: grid;
grid-row: 3/6;
grid-column: 4/5;
max-width: 100px;
display: flex;
}

picture.amazonpay-button-chevrons{
    display: flex;
align-items: center;

position: absolute;
right: 0;

}
picture.amazonpay-button-chevrons img{    max-width: 31px;}

.variation-layout select {
    max-width: 120px;
}
div.quantity {
    width: 50%;
    height: 25px;
    margin-left: 0px;
    margin-top: 3px;
}
.woocommerce-cart div.quantity input.qty {
    line-height: 25px;
    font-size: 1rem;
}
.woocommerce .quantity input.qty {
    width: 40px;
    min-width: 24px;
}
div.quantity {
    border: none;
}
div.quantity .qty-nav {

    background: #fff;
}
button[name="update_cart"]:disabled {
    display: none !important;
}

.order-total.recurring-total strong{
    display: none !important;
}

i.zoo-icon-close {
    font-style: normal;
}
@media screen and (min-width: 992px){
    .cart_totals tr td:nth-child(2){
        text-align: right;
        /* float: right; */
    }

}
@media screen and (max-width: 992px){

    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
        float: left;
        margin-top: 50px;
        margin-bottom: 52px;
    }
    body.woocommerce-cart .cart-collaterals .cart_totals {
        width: 100%;
    }
}

.cart_totals tbody th, .cart_totals tbody td {
    border-bottom: 0px;
}
.woocommerce table.shop_table {
    border: 0px;
}
.order-total {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 5px 1px;
    font-weight: 700;
    font-size: 20px;
    color: #444444;
}
span.align-right strong{
    font-weight: 700;
}
span.align-right {
    text-transform: uppercase;

    float: right;
}
.first-payment-date {
    text-align: center;
    text-transform: uppercase;
}
.cart_totals h2 {
    margin-bottom: 0px;
    font-size: 22px;

}
.woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td {
    padding: 1px;
    text-transform: uppercase;
    font-weight: 700;
}
.woocommerce ul#shipping_method li label , .order-total.order-total-tr span{
    color: #444444;
}
.shop_table th {
    color: #444444;
}
.woocommerce-cart tr.woocommerce-shipping-totals.shipping td {
    font-weight: 400;
    font-size: 14px;
}



.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-message,
.woocommerce-message {
    margin-bottom: 30px;
    text-align: center;
    border: none;
    background: 0 0;
    padding: 15px 0;
    font-size: 1rem;
    color: #424141;
}
.woocommerce-cart .woocommerce-info:before,
.woocommerce-cart .woocommerce-message:before,
.woocommerce-message:before {
    position: static;
    margin-right: 10px;
    color: #424141;
}
.woocommerce-cart .woocommerce-message:before {
    content: "\e017";
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #424141;
}

.woocommerce-cart table.cart tr {
    background: 0 0 !important;
}

.woocommerce-cart table.cart tbody td,
.woocommerce-cart table.cart thead th {
    border-bottom: 1px solid var(--border-color);
    padding-top: 15px;
    padding-bottom: 15px;
}
.woocommerce-cart table.cart thead th {
    color: #424141;
    text-transform: uppercase;
}
.woocommerce-cart table.cart .product-remove {
    padding: 15px 0;
    text-align: left;
    width: 40px;
}
.woocommerce-cart table.cart .product-thumbnail {
    padding: 15px 0;
    width: 100px;
}
.woocommerce-cart table.cart .product-quantity {
    width: 120px;
}
.woocommerce-cart table.cart .product-thumbnail img {
    width: 100%;
}
.amount {
    color: #424141;
}
.woocommerce-cart div.quantity,
.woocommerce-mini-cart div.quantity {
    border: none;
}
div.quantity {
    border: 1px solid #ebebeb;
    height: 50px;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.woocommerce-cart div.quantity,
.woocommerce-mini-cart div.quantity {
    width: 50%;
    height: 25px;
    margin-left: 0;
    margin-top: 3px;
}
div.quantity .qty-nav {
    width: 35px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    color: #424141;
    background: #ebebeb;
    font-size: 22px;
    font-weight: 700;
}
.woocommerce-cart div.quantity .qty-nav,
.woocommerce-mini-cart div.quantity .qty-nav {
    background: #fff;
}
div.quantity input.qty {
    box-shadow: none;
    background: 0 0;
    border: none;
    min-width: 55px;
    background: #fff;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
}
.woocommerce .quantity input.qty {
    width: 40px;
    text-align: center;
}
.woocommerce-cart div.quantity input.qty {
    line-height: 40px;
    font-size: 1rem;
}
.woocommerce-cart .woocommerce .quantity input.qty,
.woocommerce-mini-cart .woocommerce .quantity input.qty {
    width: 40px;
    min-width: 24px;
}
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
    border-radius: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
    padding: 1px;
    text-transform: uppercase;
    font-weight: 700;
    background: #fff;
}
.woocommerce-cart .wc-proceed-to-checkout {
    padding: 15px 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 15px;
    display: flex;
}
.woocommerce-cart table td,
.woocommerce-cart table th {
    padding: 0;
    border-right: 0 solid #ebebeb;
}
body.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
}
.supplements-wrap-cart-content::after {
    content: "";
    display: table;
    clear: both;
}
body.woocommerce-cart.woocommerce-page .supplements-wrap-cart-content{margin-top:62px}
.supplements-wrap-cart-content .woocommerce-cart-form{float:left}
body.woocommerce-cart .supplements-wrap-cart-content{margin-top:120px}
.supplements-wrap-cart-content .cart_totals h2{font-weight:700}
body .supplements-wrap-cart-content .cart-collaterals{float:left;width:30%;padding:0 20px;padding-right:0}
.supplements-wrap-cart-content .woocommerce-cart-form {
    float: left;
}

.supplements-wrap-cart-content .cart_totals h2 {
    font-weight: 700;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    background: #a80e19;
    padding: 15px 28px;
    margin-bottom: 17px;
    display: block;
    text-align: center;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #910429;
}
body.woocommerce-cart .woocommerce-shipping-totals.shipping td,
body.woocommerce-cart .woocommerce-shipping-totals.shipping th {
    border-top: 0 !important;
}
.cart-collaterals table.shop_table.shop_table_responsive {
    border-top: 1px solid #ebebeb;
}
body.woocommerce-cart .woocommerce-shipping-totals.shipping #shipping_method label {
    margin-bottom: 0;    font-weight: normal;
}
body.woocommerce-cart .cross-sells {
    float: inherit;
    width: 100%;
}
body.woocommerce-cart .cross-sells h2 {
    margin-bottom: 28px;    margin-top: 0;    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #424141;
}
body.woocommerce-cart .wrap-product-loop-detail {
    text-align: center;
}
.shop_table.shop_table_responsive div.quantity .qty-nav {
    font-size: 16px;
    font-weight: 400;
}
body.woocommerce-cart .woocommerce-error {
    padding: 50px 15px 15px;
    max-width: 400px;
    text-align: center;
    margin: 0 auto 30px;
    width: 100%;
}
body.woocommerce-cart .woocommerce-error::before {
    content: "!";
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #b81c23;
    left: calc(50% - 18px);
    font-size: 1.125rem;
    top: 10px;
    color: #b81c23;
}
.woocommerce-cart .top-heading {
    font-weight: 700;
}
.woocommerce-cart .tax-total th small {
    display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    /* width: 100%; */
    display: table-cell;
}
body.woocommerce-cart .cross-sells {
    float: inherit;
    width: 100%;
}
body.woocommerce-cart .cross-sells h2 {
    margin-bottom: 28px;
}
body.woocommerce-cart .cross-sells ul {
    flex-wrap: wrap;
    display: flex;
    padding: 0;
}
body.woocommerce-cart .cross-sells ul li {
    list-style: none;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    margin-bottom: 28px;
}.row{
    /* width: 100%; */
}
.woocommerce table.cart  .coupon input[type=text]{ width:226px}
body.woocommerce-cart  .coupon input[type=text], .text-field, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid #424141;
    padding: 0 15px;
    color: #424141;
    font-size: 1rem;
    height: 40px;
    background: 0 0;
    box-sizing: border-box;
    font-family: inherit;
    width: 100%;
    margin-bottom: 20px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
}
body.woocommerce-cart  .coupon button {
    background: #a80e19;
    padding: 5px 25px;
    line-height: 30px;
    text-transform: uppercase;
    display: inline-block;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    cursor: pointer;
    font-size: .8125rem;
    font-family: inherit;
    color: #fff;
    font-weight: 500;
    letter-spacing: .1rem;
    border: none;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
    font-size: 14px;
    line-height: 16px;
    color: #424241;
    margin: 0;
    display: block;    font-weight: 500;    margin-bottom: 0.5rem;
}
.woocommerce ul.products li.product .price{
    text-align: center;
}
.woocommerce ul.products li.product a {
    text-align: center;
}

.container-cart.woocommerce-cart-form__cart-item.cart_item {
    margin-top: 7px;
    border-bottom: 1px solid #ccc;
    clear: both;
}
.cart_totals h2 {
    margin-bottom: 0px;
    font-size: 22px;    padding: 15px 0;
    line-height: 25px;    text-align: center;
    text-transform: uppercase;    margin-top: 0;
}
.woocommerce-Price-amount{
    font-size: 16px;  
}
.order-total .woocommerce-Price-amount {

    font-weight: 700;
    font-size: 20px;
    color: #444444;
}

/* WebKit (Chrome, Safari) */
.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.quantity  input[type="number"] {
    -moz-appearance: textfield;
}

.quantity  input[type="number"]::-moz-number-spin-box {
    display: none;
}


@media screen and (max-width: 992px){
    .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
        float: left;
        width: 100%;
        margin-bottom: 18px;
    } 
    .container-cart.woocommerce-cart-form__cart-item.cart_item {
        float: left;
        width: 100%;    display: flex;
        align-items: center;
    }
    .woocommerce-cart table.shop_table_responsive tr {
        display: table-row;
    }
    body.woocommerce-cart .container .woocommerce-cart-form{ width:100%;}
}
@media screen and (max-width: 767px){
    .wrap-logo{
        padding-top: 0px;
    }
    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
        margin-bottom: 0px;
    }
.variation-layout select {
    height: 30px;
    margin-top: 10px;
}    body.woocommerce-cart .cross-sells ul li {
    flex: 0 0 50%;
    max-width: 50%;
}
.product-quantity{
    display: none;
}
.top-heading {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: -35px;
    text-transform: uppercase;
}
.container-cart.woocommerce-cart-form__cart-item.cart_item {
    margin-top: 7px;
    border-bottom: 1px solid #ccc;
    clear: both;
}
.left-side-cart {
    width: 35%;
    float: left;
    margin-top: 2px;
}
.product-remove {
    float: left;
    margin-top: 25%;
    margin-right: 5px;
}
.product-remove a.remove {
    height: 18px;
    width: 18px;
    border: 1px solid;
    border-radius: 50%;
    font-size: 0.7rem; 
    line-height: 18px;
    text-align: center;
    font-size: 0.82rem;
    background: transparent;
    color: #959595 !important;
    font-weight: normal;
}
.product-thumbnail {
    float: left;
    width: 80%;
}
.right-side-cart {
    width: 63%;
    float: left;
    margin-left: 5px;
}
.product-name {
    width: 100%;
    font-size: 15px;
    line-height: 1.1;
    margin: 10px 0;
}

.product-quantity {
    float: left;
}
.product-subtotal {
    text-align: right;
}

.page:not(.elementor-page) .main-content {
    padding-bottom: 0px;
}
.woocommerce-page.page .main-content {
    padding: 25px 0;
}

.back-shop {
    margin-top: -20px;
}
body .supplements-wrap-cart-content .cart-collaterals {
    width: 100%;
    padding-left:0;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: rgb(255 255 255 / 3%);
}

}