h1{
    font-family: 'Georgia';
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(71, 71, 71);
}

h2.check-title{
    font-family: 'Georgia';
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(71, 71, 71);
    margin: 0.67em 0;
}

.cart_item{
    display: flex;
    flex-wrap: wrap;
    border: solid 1px lightgrey;
    /*padding: 18px;*/
    height: auto;
    margin-bottom: 16px;
}

.cart_item .product-thumbnail{
    padding: 18px;
    text-align: left;
    /* width: img + padding + gap(this margin, but it td) */
    width: 100%;
    max-width: calc(230px + 36px + 24px);
}
.cart_item .product-thumbnail img{
    display: block;
    width: 100%;
    height: 100%;
    max-width: 230px;
    max-height: 200px;
}

.cart_item .product-info{
    width: 100%;
    max-width: 380px;
    height: auto;
    vertical-align: baseline;
    padding-bottom: 18px;
    padding-right: 18px;
}

.cart_item .product-info .product-name{
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 27px;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(71, 71, 71);

    margin-top: 32px;
}

.cart_item .product-info .product-attribute{
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.cart_item .product-info .product-attribute li:first-child{
    margin-top: 12px;
}
.cart_item .product-info .product-attribute li{
    margin-bottom: 12px;
}

.cart_item .product-info .product-attribute span.header-attr{

    color: rgb(175, 175, 175);
}
.cart_item .product-info .product-attribute span.value-attr{
    color: rgb(71, 71, 71);
    padding-left: 5px;
}

.cart_item .product-info .product-price{
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(23, 23, 23);
    margin-left: 24px;
}

.cart_item .product-remove{
    width: 38px;
    text-align: right;
    padding-top: 17px;
    padding-right: 17px;
    vertical-align: top !important;
}

.cart_totals .shop_table{
    background: #f4f4f4;
    padding: 14px;
}

.cart_totals .cart-subtotal,
.cart_totals .cart-discount,
.cart_totals .order-total,
.cart_totals .cart-total-count{
    margin-bottom: 28px;
}
.cart_totals .order-total{

}
.cart_totals .order-total strong{
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: rgb(23, 23, 23);
}

.cart_totals .order-total .span{
    display: inline-block;
    width: 50%;
    height: 2em;
    vertical-align: text-bottom;

}

.cart_totals .cart-subtotal span:first-child,
.cart_totals .cart-discount span:first-child{
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(71, 71, 71);
}

.cart_totals .cart-subtotal span:last-child,
.cart_totals .cart-discount span:last-child,
.cart_totals .order-total span:last-child{
    float: right;
}

.cart_totals .cart-total-count span:last-child{
    width: 32px;
    height: 32px;
    text-align: center;
    vertical-align: middle;
    background-color: rgb(221, 184, 108);
    border-radius: 50%;
    padding: 5px 10px;

    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: rgb(255, 255, 255);
}

.wc-proceed-to-checkout{
    display: flex;
    margin-top: 2px;
    background-color: #f4f4f4;
    padding: 20px 10px;
}

.clear-cart{
    display: inline-block;
}

.clear-cart .btn-clear-cart, .btn-checkout{
    display: inline-block;
    border-radius: 2px;
    border: solid 2px rgb(36, 36, 36);
    background-color: rgb(255, 255, 255);

    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    vertical-align: middle;
    color: rgb(36, 36, 36);
    text-transform: uppercase;

    height: auto;
    width: 100%;
    max-width: 154px;
    padding: 6px 12px;
}

.btn-checkout{
    border: solid 2px rgb(36, 36, 36);
    border-radius: 2px;
    background-color: rgb(36, 36, 36);
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: rgb(221, 184, 108) !important;
}

.return-to-product{
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(71, 71, 71);
}

.return-to-product span{
    padding-left: 10px;
}

.last-review-products{
    margin-top: 15vh;
}

/* Media >1140px */

@media screen and (max-width: 1140px) {

    .cart_item .product-thumbnail{
        width: calc(100%/3);
    }

    .cart_item .product-info{
        width: calc(100%/2);
    }

    .cart_item .product-remove{
        width: calc(100%/4);
    }

    .cart_totals .shop_table.shop_table_responsive{
        width: calc(100%/2);
    }

    .cart_totals .wc-proceed-to-checkout{
        width: calc(100%/2);
    }


}

/* .Media >1140px */

/* Media >768px */

@media screen and (max-width: 768px) {

    .container, .container-sm {
        max-width: 740px;
    }

    .cart_item .product-thumbnail{
        width: calc(100%/2.5);
    }

    .cart_item .product-info{
        width: calc(100%/2.5);
    }

    .cart_item .product-info .product-thumbnail{
        display: inline-block;
        width: 100px;
        height: 85px;
        padding-right: 0;
        padding-bottom: 0;
    }

    .cart_item .product-info .product-name{
        width: 140px;
        display: inline-block;
        font-size:16px;
        margin-top: 12px;
        /*margin-left:17px;*/
        vertical-align: top;
    }

    .cart_item .product-info .product-attribute{
        width: 100%;
        font-size:14px;
    }

    .cart_item .product-info .product-quantity{
        display: inline-block;
        /*padding-left: 18px;*/
        margin-bottom: 14px;
    }

    .cart_item .product-info .product-price{
        display: inline-block;
        font-size: 18px;
        margin-left: 0;
        max-width: 60px;
    }

    .cart_item .product-remove{
        width: calc(100%/6);
    }

    .cart_totals .shop_table.shop_table_responsive{
        width: 75%;
    }

    .cart_totals .wc-proceed-to-checkout{
        width: 75%;
    }


}



/* .Media >768px */


/* Media >425px */

@media screen and (max-width: 540px){

    .cart_item .product-info{
        max-width:280px;
        width: 100%;
    }

    .cart_item .product-info .product-price{
        margin-left: 0 !important;
    }

    .cart_item .product-remove{
        max-width: 20px;
    }

    .wc-proceed-to-checkout .btn-checkout,
    .wc-proceed-to-checkout .clear-cart{
        display: block !important;
        width: 100%;
    }

    .cart_totals .shop_table.shop_table_responsive,
    .cart_totals .wc-proceed-to-checkout{
        width: 100%;
    }

}

/* .Media >425px */

/* Media >360px */
@media screen and (max-width: 360px){

    .cart_item .product-info .product-thumbnail{
            width: 100%;
            height: 100%;
            max-width: 180px;
            max-height: 150px;
    }

    .cart_item .product-info{
        max-width: 230px;
    }

    .cart_item .product-info .product-name{
        padding-left: 18px;
    }

    .cart_item .product-info .product-attribute{
    }

    .cart_item .product-info .product-quantity{
        padding-left: 18px;
    }

    .cart_item .product-info .product-price{
        margin-left: 18px !important;
    }

    .cart_totals .shop_table.shop_table_responsive .order-total span:last-child{
        font-family: 'Open Sans';
        font-size: 18px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: rgb(23, 23, 23);
    }

    .wc-proceed-to-checkout, .wc-proceed-to-checkout .btn-checkout, .clear-cart, .btn-clear-cart{
        display: block !important;
        width: 100%;
        margin: 6px auto;
    }
    .btn-clear-cart{
        width: 100%;
        max-width: 270px;
    }
}


/* .Media >360px */