@media screen and (max-width: 1280px) {
    .lst-ct-footer {
        display: grid;
        grid-template-columns: 33% 33% 33%;
    }

    .item-ct-footer {
        width: 100%;
    }

    .widget_nav_menu .menu {
        padding-bottom: 30px;
    }

    .item-ct-footer .menu {
        width: 100%;
    }
}


/****cart****/

.qm_cart {
    display: flex;
}

.qm_cart .woocommerce-cart-form {
    width: 65%;
}

.qm_cart .cart-collaterals {
    width: 35%;
}

.woocommerce table.shop_table {
    border-radius: 0;
    border: none;
}

.woocommerce table.shop_table td {
    padding-top: 25px;
    padding-bottom: 25px;
}

.woocommerce table.shop_table th {
    padding-top: 19px;
    padding-bottom: 19px;
    font-size: 12px;
    text-transform: uppercase;
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
    padding-top: 30px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    margin-right: 10px;
}

.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 220px;
    height: 54px;
    border-style: solid;
    border: 4px solid #e0e0ee;
    font-size: 16px;
    transition: all ease-in-out 0.3s;
    padding-left: 24px;
    padding-right: 24px;
}

.woocommerce table.cart td.actions .input-text:focus,
.woocommerce-page #content table.cart td.actions .input-text:focus,
.woocommerce-page table.cart td.actions .input-text:focus {
    border: 4px solid #fe5915;
}

.woocommerce-cart-form {
    margin-right: 3%;
}

/*.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    padding: 30px 40px 50px;
}
*/
.woocommerce .cart .button {
    border: 1px solid #fe5915;
    color: #fff;
    background-color: #fe5915;
    font-size: 12px;
    border-radius: 0;
    height: 54px;
    width: 164px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    text-transform: uppercase;
}

.qm_cart .woocommerce .cart button.button:disabled,
.woocommerce .cart button.button:disabled[disabled] {
    float: right;
}

.qm_cart .cart-subtotal td:last-child,
.qm_cart .order-total td:last-child {
    text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
    border-top: none;
}

.woocommerce-cart .cart-collaterals .cart-subtotal {
    position: relative;
}

.woocommerce-cart .cart-collaterals .cart-subtotal::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
}

.woocommerce a.button.alt {
    background: #FE5915;
    font-size: 12px;
    height: 54px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: none;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
    font-weight: 700;
    border: 1px solid #FE5915;
}

.woocommerce a.button.alt:hover,
.woocommerce .cart .button:hover {
    border: 1px solid black;
    background: black;
    color: #e6e6e6;
}

.woocommerce table.shop_table .cart_item td a,
.woocommerce table.shop_table .cart_item td bdi {
    font-weight: 100;
    font-size: 16px;
}

.product-price .woocommerce-Price-amount.amount bdi {
    color: #FE5915;
}

.qm_cart .cart_totals>h2 {
    margin-bottom: 15px;
    color: #000;
    font-size: 18px;
    text-align: justify;
    text-transform: uppercase;
}

.woocommerce table.shop_table tbody:first-child tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table th {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    /* vertical-align: top; */
    vertical-align: middle;
}

.qm_cart .product-remove a {
    font-size: 25px !important;
    color: #000 !important;
}

.qm_cart .product-remove a:hover {
    background: none;
    color: red !important;
}

.order-total td {
    color: #000;
}

.qm_cart .cart-subtotal td bdi {
    font-size: 18px;
    font-weight: 100;
}

.qm_cart .order-total td bdi {
    font-size: 24px;
    font-weight: 600;
}

.quantity input {
    border-width: 1px;
}

.woocommerce .quantity .qty {
    padding: 5px;
    color: black;
    font-weight: 100;
    font-size: 16px;
}

.woocommerce .cart button.button:disabled[disabled]:hover {
    background-color: #808080;
    color: #fff;
    border: none;
}

.qm_cart .product-name {
    width: 30%;
}


/***interested in cart page***/

.qm-interested {
    width: 65%;
}

.qm-interested-img {
    position: relative;
    overflow: hidden;
    transition: all ease-in-out 0.3s;
}

.qm-interested-item {
    transition: all ease-in-out 0.3s;
}

.qm-interested-item:hover .qm-cart-add {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.3s;
}

.qm-interested-img {
    position: relative;
    height: 220px;
}

.qm-cart-add {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    /* display: none; */
    width: 140px;
    height: 50px;
    background: #FE5915;
    color: #fff;
    transition: all ease-in-out 0.3s;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qm-interested-item:hover .qm-cart-add {
    opacity: 1;
    visibility: visible;
}

.qm-cart-add:hover {
    background: #000;
    color: #fff;
}

.qm-add-cart:hover {
    background: #000;
    color: #fff;
}

.qm-interested-item h3 {
    margin-top: 24px;
    margin-bottom: 5px;
    text-align: center;
}

.qm-interested-item h3 a {
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000;
}

.qm-interested-item h3 a:hover {
    color: #FE5915;
}

#qm-interested-slider .owl-dot,
#qm-interested-slider .owl-dot span {
    transition: all ease-in-out 0.2s;
}

.qm-interested-item:hover img,
.qm-interested-item:hover .qm-interested-img {
    transition: all ease-in-out 0.7s;
}

.qm-interested-item img {
    transition: all ease-in-out 0.7s;
    object-fit: cover;
    height: 100%;
}

.qm-interested-item:hover img {
    transform: scale(1.07);
}

.qm-interested-item:hover .qm-cart-add {
    transition: all ease-in-out 0.3s;
}

/*cart sidebar right*/

.xoo-wsc-basket {
    /* display: none !important; */
}

.xoo-wsc-header {
    padding: 20px 15px;
    border-bottom: 1px solid #e0e0e0;
}

.xoo-wsch-top {
    justify-content: start;
    text-transform: uppercase;
}

span.xoo-wsch-text {
    margin-left: 0;
}

.xoo-wsc-product {
    /* padding: 15px 30px 15px 15px; */
    transition: background-color .3s ease;
}

.xoo-wsc-product:hover {
    background: #f9f9f9;
}

.xoo-wsc-img-col img {
    /* max-width: 60px; */
}

.xoo-wsc-body a {
    line-height: 1.41575em;
    font-weight: 500;
    margin-bottom: 3px;
    font-size: 14px;
    color: #000;
}

.xoo-wsc-sm-right {
    position: relative;
}

span.xoo-wsc-smr-del {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.widget_shopping_cart .mini_cart_item {
    border-bottom: 1px solid #e0e0e0;
}

.xoo-wsc-icon-trash::before {
    /* content: "\f00d"; */
}

span.xoo-wsc-pname a a:hover {
    color: #fe5915;
}

.xoo-wsc-pname:hover a {
    color: #fe5915;
}

.xoo-wsc-body span.amount {
    color: #fe5915;
}

.xoo-wsc-qty-price,
.xoo-wsc-qty-price span {
    font-size: 14px;
}

.xoo-wsc-footer {
    border-top: 1px solid #e0e0e0;
}

.xoo-wsc-ft-amt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

.xoo-wsc-ft-totals {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 5px;
}

span.xoo-wsc-ft-amt-label {
    font-weight: 500;
    text-transform: uppercase;
}

.xoo-wsc-footer .amount {
    color: #fe5915;
    font-size: 20px;
    font-weight: 500;
}

.xoo-wsc-ft-btn-continue {
    display: none !important;
}

.xoo-wsc-ft-btn-cart,
.xoo-wsc-ft-btn-checkout {
    padding-top: 10px;
    padding-bottom: 10px;
}

.xoo-wsc-ft-btn-cart {
    background: #fff;
}

.xoo-wsc-ft-btn-cart:hover {
    background: #efefef;
    color: white;
}

.xoo-wsc-ft-btn-checkout {
    background: #fe5915;
    color: white;
}

.xoo-wsc-ft-btn-checkout:hover {
    color: white;
    background: #222;
}


/*****cart empty*****/

.qm-cart-empty .qm-ce-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 18px;
    flex-direction: column;
}

.qm-cart-empty .qm-ce-icon i {
    font-size: 164px;
}

.qm-cart-empty .qm-ce-icon p {
    line-height: 1;
}

.qm-cart-empty .qm-ce-back {
    /* margin-top: 30px; */
    display: flex;
    justify-content: center;
    margin-bottom: 26px;
}

.qm-cart-empty .qm-ce-back a {
    width: 182px;
    height: 54px;
    background: #fe5915;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.qm-cart-empty .qm-ce-back a:hover {
    background: #000;
    color: #fff;
}

.qm-cart-empty .woocommerce-info {
    background: #fff;
    border-top-color: #fff;
    padding-left: 0;
    padding-right: 0;
}

.qm-cart-empty .woocommerce-info::before {
    position: relative;
    content: '';
}


/******checkout ******/

.checkout.woocommerce-checkout .col2-set {
    width: 55%;
}

.col2-set-right {
    width: 40%;
    float: right;
}

.woocommerce-billing-fields__field-wrapper #billing_first_name_field,
.woocommerce-billing-fields__field-wrapper #billing_last_name_field {
    width: 50%;
}

.woocommerce-billing-fields__field-wrapper #billing_address_1_field,
.woocommerce-billing-fields__field-wrapper #billing_phone_field,
.woocommerce-billing-fields__field-wrapper #billing_state_field,
.woocommerce-billing-fields__field-wrapper #billing_city_field {
    width: 100%;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .woocommerce form .form-row select,
.woocommerce-checkout .woocommerce form .form-row input.input-text,
.woocommerce-checkout .woocommerce form .form-row textarea {
    border: 4px solid #e0e0e0;
    border-radius: 0;
    padding: 10px 24px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .woocommerce form .form-row select,
.woocommerce-checkout .woocommerce form .form-row input.input-text {
    height: 54px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered:focus,
.woocommerce-checkout .woocommerce form .form-row select:focus,
.woocommerce-checkout .woocommerce form .form-row input.input-text:focus,
.woocommerce-checkout .woocommerce form .form-row textarea:focus {
    outline: none !important;
    border: 4px solid #999999;
    box-shadow: unset;
}

.woocommerce-checkout .woocommerce form .select2-container .select2-selection--single {
    height: 54px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.1;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce form .form-row label {
    margin-bottom: 8px;
}

#customer_details .woocommerce-billing-fields p {
    margin-bottom: 22px;
}

.checkout.woocommerce-checkout h3 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 12px;
    letter-spacing: 0;
    line-height: 1.7;
}

#order_review_heading {
    font-size: 22px;
    margin-bottom: 8px;
}

.woocommerce table.shop_table .cart_item td {
    padding: 16px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 27.2px
}

#order_review th:last-child,
#order_review td:last-child {
    text-align: right !important;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td:last-child {
    padding: 18px 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table td span {
    color: #000;
}

.order-total span.woocommerce-Price-amount.amount {
    font-size: 24px;
    font-weight: 600;
    line-height: 40.8px;
}

.cart-subtotal td:last-child span bdi,
.cart_item td:last-child span bdi {
    font-weight: 500 !important;
    font-size: 16px;
}


/* .woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout #payment div.payment_box,
.woocommerce-checkout #payment div.form-row {
    background: #fff;
    border-radius: 0;
} */

.woocommerce-checkout-payment-inner {
    border-radius: 0;
}

.woocommerce-checkout #payment div.form-row {
    background: #fff;
}

.woocommerce-checkout #payment div.form-row {
    padding: 0;
}

.woocommerce button.button.alt {
    width: 100%;
    background: #fe5915;
    color: #fff;
    margin-top: 23px;
    height: 54px;
    border-radius: 0;
}

.woocommerce button.button.alt:hover {
    color: #fff;
    background: #000;
}

.not-kc .entry-content ul {
    margin-left: 23px;
    margin-bottom: 30px;
}

#billing_company_field {
    width: 100%;
}

.woocommerce-error {
    border-top: none;
    border-left: 9px solid #c03618;
    background: #fe5915;
    padding: 21px 25px 16px;
}

.woocommerce-error li {
    color: #fff;
}

.woocommerce-error::before {
    display: none;
}

/**coupon*/

.woocommerce-info {
    border-top: unset;
    background-color: #3d9cd2;
    padding: 21px 16px 16px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
    border-left: 9px solid #3485b3;
}

.woocommerce-info a {
    color: #fff;
}

.woocommerce-info a:hover {
    color: #fff;
    opacity: 0.7;
}

.woocommerce-info::before {
    content: '';
}

.woocommerce form.checkout_coupon {
    margin: 22px 0;
    border: none;
    padding: 0;
}

.woocommerce form.checkout_coupon input {
    transition: all 3s ease-in-out;
    /* width: 55% !important; */
}

.woocommerce form.checkout_coupon input:focus {
    border: 4px solid #fe5915 !important;
}

.woocommerce form.checkout_coupon {
    display: grid;
    grid-template-columns: 55% 45%;
}

.woocommerce form.checkout_coupon p:first-child {
    margin-bottom: 30px;
    line-height: 27.2px;
    font-weight: 500;
    font-size: 16px;
    grid-column-start: 1;
    grid-column-end: 4;
}

.form-row.form-row-last button {
    width: 164px;
    height: 54px;
    background: #fe5915;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    border-radius: 0;
}

.form-row.form-row-last button:hover {
    background: #000;
    color: #fff;
}

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

    .woocommerce table.shop_table tbody:first-child tr:first-child th,
    .woocommerce-cart .cart-collaterals .cart_totals table th {
        font-size: 16px;
    }
}

/*****responsive cart******/
@media screen and (max-width: 983px) and (min-width: 769px) {
    .woocommerce .cart button.button:disabled[disabled] {
        float: unset;
        width: 100%;
    }

    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        width: 100%;
        margin-bottom: 30px;
    }

    .woocommerce table.cart td.actions .input-text,
    .woocommerce-page #content table.cart td.actions .input-text,
    .woocommerce-page table.cart td.actions .input-text {
        width: 48%;
    }

    .woocommerce .cart .button {
        width: 48%;
    }
}

@media screen and (max-width: 910px) {
    .qm_cart {
        display: block;
    }

    .qm_cart .woocommerce-cart-form,
    .qm_cart .cart-collaterals {
        width: 100%;
    }

    .qm-interested {
        width: 100%;
    }
}
@media screen and (max-width: 820px) {
    form.woocommerce-cart-form{
        float: none;
        width: unset;
    }
    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{
        width: unset !important;
        float: none;
    }
}



@media screen and (max-width: 768px) {  
    .logged-in .entry-content .woocommerce{
        padding: 0;
    }
    .woocommerce-cart-form{
        margin-right:0; 
    }
    .coupon{
        margin-bottom: 0;
        width: 100%;
        flex-wrap: wrap;
        border: 2px dashed #999;
        order: 2;
        padding: 25px;
    }
    td.actions > button.button{
        order: 1;
        width: 100% !important;
        margin-bottom: 20px;

    }
    .coupon button.button{
        width: 100%;
        height: 57.2px;
        margin-left: 0;
        margin-top: 20px;
    }
    td.actions{
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        text-align: right !important;
        width: 100% !important;
    }

    tr.woocommerce-cart-form__cart-item.cart_item {
        width: 75%;
        float: right;
    }

    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: block;
    }

    .woocommerce table.shop_table tbody tr {
        padding-left: 120px;
        position: relative;
    }

    .woocommerce table.shop_table tbody tr:last-child {
        padding-left: 0;
    }

    .woocommerce table.shop_table tbody tr .product-remove {
        position: absolute;
        right: 0;
        top: 0;
        width: 30px !important;
        z-index: 30;
    }

    .woocommerce-cart table.cart img {
        width: 90px;
    }

    .woocommerce-cart table td::before {
        content: attr(data-label);
        font-weight: bold;
        text-transform: uppercase;
    }

    .product-name {
        z-index: 40;
    }

    .woocommerce table.shop_table_responsive tr .product-thumbnail {
        width: 90px !important;
        position: absolute;
        left: -110px;
        border: none;
        padding-bottom: 0;
        border-top: 1px solid rgba(0,0,0,.1);
    }
    .woocommerce table.shop_table .cart_item td.product-name{
        display: flex;
        align-items: center;
    }
    img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail{
        margin-right: 20px;

    }

    .woocommerce table.shop_table_responsive tr .product-thumbnail::before,
    .woocommerce table.shop_table_responsive tr .product-name::before {
        content: '';
    }

    .woocommerce table.shop_table_responsive tr .product-name {
        text-align: unset !important;
    }

    .woocommerce table.cart td.actions,
    .woocommerce-page #content table.cart td.actions,
    .woocommerce-page table.cart td.actions {
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
        background-color: #fff;
    }

    .woocommerce-page table.cart td.actions .button {
        margin-top: 26px;
        margin-bottom: 24px;
    }

    .woocommerce-page table.cart td.actions .coupon {
        padding: 25px 30px 30px !important;
        border: 2px dashed #e0e0e0;
        display: flex;
        flex-direction: column;
    }

    .woocommerce-page table.cart td.actions .coupon #coupon_code {
        width: 100% !important;
        margin: 9px 0;
    }

    .woocommerce-page table.cart td.actions .coupon button {
        width: 100% !important;
        margin: 0;
    }

    .woocommerce table.shop_table tbody .cart-subtotal {
        padding-left: 0;
    }

    .woocommerce table.shop_table tbody .order-total td::before {
        line-height: 1.0;
        font-weight: 600;
        font-size: 36px;
        color: rgb(102, 102, 102);
    }

    /* the */
    .lst-ct-footer {
        grid-template-columns: 32% 32% 32%;
        justify-content: space-between;
    }
}

@media screen and (max-width: 767px) {
    .col-item .item-detail .item-link{
        top: unset;
        right: unset;
        left: 50%;
        /*transform: translateX(-50%);*/
    }
    .post-type-archive .col-item .item-detail, .table-service{
        display: block;
    }
    .post-type-archive .products .item img{
        height: unset;
    }
    .post-type-archive-product .products .item{
        width: 100% !important;
    }
    .post-type-archive-product .product-wrapper a{
        display: block;
        height: unset;

    }
    .btn-success{
        opacity: 1;
        left: unset;
        padding: 10px 10px
    }
    .page-template-default .entry-content {
        padding: 50px 0;
    }
}

@media screen and (max-width: 540px) {
    .qm-interested-img {
        height: 100%;
    }

    .post-content .entry-content p {
        font-size: 12px;
    }

    .qm-cart-empty .qm-ce-icon {
        padding-bottom: 5px;
    }

    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        font-size: 14px;
    }

    .woocommerce table.shop_table .cart_item td a {
        font-size: 14px;
    }

    #qm-interested-slider .owl-dot span {
        margin: 3px;
    }
}


@media screen and (max-width: 425px) {
    .woocommerce table.shop_table tbody .order-total td::before {
        line-height: 2.0;
        font-weight: 600;
        font-size: 20px;
        color: rgb(102, 102, 102);
    }

    /* the */
    .site-bottom .widget-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .item-ct-footer {
        width: 100% !important;
    }

    .site-bottom {
        padding: 50px 15px 10px;
    }

    .widget_nav_menu .menu {
        padding-bottom: 10px;
    }

    #custom_html-4 {
        margin-bottom: 5px;
    }

    #custom_html-4 ul {
        display: flex;
        justify-content: center;
    }

    .content-cpr {
        padding: 10px 30px 20px;
    }

    .lst-payment {
        margin-top: 15px;
    }
}

@media screen and (max-width: 390px) {
    .woocommerce table.shop_table .cart_item td a {
        font-size: 12px;
    }

    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        font-size: 12px;
    }

    .woocommerce table.shop_table .cart_item td bdi,
    .woocommerce .quantity .qty {
        font-size: 13px;
    }

    /* the */
    .site-bottom .widget-title {
        font-size: 16px;
    }
}

/*****responsive checkout*/

@media screen and (max-width: 768px) {
    .site-content h1.post-title{
        display: none;
    }
     .sroll-cart table.cart img{
        width: 42px
    }
    .sroll-cart{
        overflow-x: scroll;
    }
    .sroll-cart table.shop_table{
        width: 800px !important;
        margin-left: -70px;
    }
    .sroll-cart table.shop_table_responsive tr td::before, .sroll-cart table.shop_table_responsive tr td::before{
        display: none;
    }
    .sroll-cart td.product-remove{
        border: none !important;
    }

    .woocommerce table.shop_table tbody tr .product-remove{
        left: -115px;
        top :10px;
    }
    td.product-name{
        margin: 0;
    }
    .woocommerce table.shop_table_responsive tr .product-name{
        width: 250px;
        text-align: center !important;
        margin-left: -20px;
    }
    th.product-price{
        margin-left: -90px
    }
    th.product-quantity{
        margin-right: -45px;
    }


    .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead{
        display: unset;
    }
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr{
        display: flex;
        justify-content: space-between;
    }





    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: #fff;
    }

    tr.woocommerce-cart-form__cart-item.cart_item {
        position: relative;
        z-index: 2;
    }

    .checkout.woocommerce-checkout .col2-set,
    .col2-set-right {
        width: 100%;
        float: unset;
    }

    #customer_details {
        margin-bottom: 32px;
    }

    .woocommerce table.shop_table {
        padding: 30px 15px;
    }

    #order_review_heading {
        margin-left: 15px;
    }

    .woocommerce table.shop_table {
        padding-top: 8px;
    }
}

@media screen and (max-width: 540px) {
    .woocommerce table.shop_table_responsive tr .product-thumbnail {
        left: -108px;
        padding-bottom: 0;
        /*margin-top: 2px;*/
        border-top: 1px solid rgba(0,0,0,.1);
    }

    .woocommerce form.checkout_coupon p:last-child {
        width: calc(45% - 18px);
    }

    .form-row.form-row-last button {
        width: 100%;
        margin-left: 0;
    }
}