#post-13576 .woocommerce-cart-form__contents thead tr th.product-price,
#post-13576 .woocommerce-cart-form__contents thead tr th.product-subtotal,
#post-13576 .woocommerce-cart-form__contents tbody tr td.product-price,
#post-13576 .woocommerce-cart-form__contents tbody tr td.product-subtotal,
#post-13576 .cart_totals > table + small{
	display:none;
}
#post-13576 .woocommerce .cart-collaterals{
    display: flex;
    justify-content: center;
    align-items: center;
}

#post-13576 .woocommerce .cart_totals > h2{
    text-align: center;
    margin-bottom: 20px;
}

#post-13576 .woocommerce .cart-subtotal > td{
    text-align: right;
}

#post-13576 .woocommerce .woocommerce-shipping-totals.shipping > td{
    text-align: right;
    font-size: 12px;
}

#post-13576 .woocommerce .woocommerce-shipping-totals.shipping .woocommerce-Price-amount.amount{
    font-weight: 400 !important;
    text-align: right;
}

#post-13576 .woocommerce .order-total > td{
    text-align: right;
}

#post-13576 .woocommerce .order-total strong .woocommerce-Price-amount.amount{
    display: block;
}

#post-13576 .woocommerce .cart-totals .wc-proceed-to-checkout{
    margin-bottom: 0;
    padding-bottom: 0;
}

#post-13576 .woocommerce .payment-methods{
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px !important;
    align-items: center;
    width: 48%;
    margin: 0 auto;
}

#post-13576 .woocommerce .wc-proceed-to-checkout{
    padding-bottom: 0px !important;
}

.woocommerce-shipping-destination{
    display: none;
}

dt.variation-Motivjpg{
    display: none !important;
}

dd.variation-Motivjpg img{
    width: 100% !important;
    max-width: 300px !important;
}

.woocommerce-cart-form, .cart-collaterals{
    width: 50% !important;
    float: left;
}
.cart_totals {
    width: 90% !important;
}

.product-thumbnail, .product-remove{
    display: none !important;
}

#post-13576 .woocommerce .trust-content{
    display: flex;
}
#post-13576 .woocommerce .trust-row{
    width: 50%;
}
#post-13576 .woocommerce .trust-row:first-child .trust-item:first-child{
    margin-left: 0;
}
#post-13576 .woocommerce .trust-row:last-child .trust-item:last-child{
    margin-right: 0;
}
#post-13576 .woocommerce .trust-item{
    width: 50%;
    min-height: 130px;
}
@media only screen and (max-width: 1140px) and (min-width: 768px) {
    #post-13576 .woocommerce .shop_table .actions{
        width: 197%;
        justify-content: flex-end !important;
    }
}


@media only screen and (max-width: 1140px) {
    #post-13576 .woocommerce .trust-content{
        display: block !important;
    }
    #post-13576 .woocommerce .trust-row{
        width: 100% !important;
    }
    #post-13576 .woocommerce .payment-methods{
        width: 100% !important;
    }
    .shop_table.shop_table_responsive{
        text-align: center;
    }
    .product-remove{
        display: none !important;
    }
    .product-name::before{
        display: none;
    }
    .product-name a{
        display: block;
        text-align: center;
    }
    .shop_table .actions{
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .shop_table .actions button, .shop_table .actions a{
        height: 100% !important;
        margin-right: 5px;
        margin-left: 0;
        min-height: 40px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        font-size: 12px;
    }
    .shop_table .actions button{
        margin-right: 0 !important;
        margin-left: 5px !important;
    }
    .woocommerce-cart-form, .cart-collaterals, .cart_totals {
        width: 100% !important;
        float: none;
    }
    dd.variation-Motivjpg{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 600px) and (max-width: 1140px) {
    body article#post-13576 .woocommerce .trust-row:first-child .trust-item:first-child{
        margin-left: 0px;
    }
    body article#post-13576 .woocommerce .trust-row:last-child .trust-item:first-child{
        margin-left: 0px;
    }
    body article#post-13576 .woocommerce .trust-row:first-child .trust-item:last-child{
        margin-right: 0;
    }
  }
@media (max-width: 600px) {
    .product-name{
        border-top: 0px !important;
    }
}
.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
max-width: 40px;
padding-left: 3px;
margin: 0;
}
.woocommerce-page.single-product .ht-main-title{
    display: none !important;
}
@media all and (max-width: 768px) {
    .woocommerce-cart .ht-main-title{
        font-size: 25px !important;
        margin-bottom: 15px !important;
    }
    .woocommerce-page .ht-main-header {
        padding: 85px 0 10px;
    }
    .woocommerce-cart-form__cart-item{
        position: relative;
    }
    .product-remove{
        display: block !important;
        position: absolute;
        right: 0;
    }
}