#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 65px !important;
}

.woocommerce .product-remove a.remove {
    font-size: 2.5em !important;
    height: 1em;
    width: 1em;
    border-radius: 100%;
    color: black!important;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s linear;
}

/*.woocommerce .product-remove a.remove:hover {
    color: #fff!important;
    background: black;
}*/

/*.woocommerce-Price-amount.amount {
    color: black !important;
}*/

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    color: black !important;
    border: 1px solid black !important;
    transition: 0.3s linear;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover{
    background-color: black !important;
    color: white !important;
}

.single-product.woocommerce-page .woocommerce-product-gallery__image img.wp-post-image{
    max-height: 65vh !important;
}

.xfrm-related-product-inner{
    outline: none;
}



.woocommerce-checkout .woocommerce-info {
    border-top-color: black;
}

.woocommerce-checkout .woocommerce-info::before{
    color: black;
}

.single-product.woocommerce .product.type-product{
    /*display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: auto;*/
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 100%;
    margin: auto;
    margin-bottom: 150px;
}

.single-product.woocommerce-page .site-content {
    width: 100%;
}

.single-product.woocommerce .single-clm.left{
    padding-top: unset;
    padding-bottom: unset;
}

.woocommerce-cart .entry-header{
    display: none;
}

.button-cart {
    padding-top: 40px;
    padding-bottom: 40px;
}

.woocommerce-cart tbody td.product-thumbnail{
    width: 150px;
    min-width: 100px;
    max-width: 100%;
    vertical-align: middle;
    padding: 1em;
    padding-left: unset;
}

.woocommerce-cart tbody td.product-thumbnail img{
    width: 100% !important;
}

.woocommerce-cart tbody tr.woocommerce-cart-form__cart-item {
    border-bottom: 1px solid #f8f8f8;
}

.et-icon-wrapper.img-cart svg {
    width: 20px;
    height: 20px;
}

.cart-collaterals {
    width: 80%;
    margin: auto;
    background-color: #f4efeb;
    margin-top: 40px;
}

.cart_totals {
    padding: 30px 120px 70px 120px;
}

.cart_totals h2{
    text-align: center;
    margin-bottom: 30px;
}

.woocommerce-cart .page-container.container {
    width: 100%;
    padding: unset;
}

.cart-request-information {
    padding: 50px 0;
    margin: 50px 0;
}

.final-row-cart {
    margin-bottom: 130px;
    margin-top: 100px;
}

.woocommerce-cart bdi, .woocommerce-cart span.woocommerce-Price-currencySymbol{
    color: #dd3c34 !important;
}

.woocommerce-cart .inner-quantity-eplay{
    margin-bottom: unset;
}

a.checkout-button.button.alt.wc-forward {
    padding: 20px 50px;

    color: #fff !important;
    font-weight: 100;
    line-height: 1 !important;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover {
    background-color: #898588 !important;
    border: 1px solid #898588 !important;
}

.woocommerce-cart-form__cart-item .inner-quantity-eplay .input-text.qty.text {
    border: unset !important;
}


.woocommerce-cart-form__cart-item input.qty_button.minus, .woocommerce-cart-form__cart-item input.qty_button.plus {
    display: none !important;
}


.wc-proceed-to-checkout{
    text-align: center;
    margin-top: 30px;
}

.number-text-checkout{
    color: #848588;
}

.et-icon-wrapper.img-delivery-cart svg{
    width: 30px;
    height: 30px;
}

.inner-text-delivey-specification {
    display: flex;
    flex-direction: column;
    text-align: initial;
    padding-top: 10px;
    padding-left: 20px;
}

.inner-delivery-specification {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

span.first-text-delivey-specification{
    line-height: 1;
}

.inner-first-text-checkout {
    margin-bottom: 5px;
}

.inner-shipping-eplay ul#shipping_method{
    margin: unset;
    list-style: none;
    text-align: end;
    padding: 10px 0;
}

.inner-shipping-eplay p.woocommerce-shipping-destination{
    margin: unset;
    text-align: end;
    padding: 10px 0;
}

.inner-shipping-eplay a.shipping-calculator-button{
    text-align: end;
    padding: 10px 0;
}

.inner-shipping-eplay {
    text-align: end;
}

section.shipping-calculator-form{
    text-align: initial;
    margin: 10px 0;
}

.woocommerce-cart td.product-price del bdi, .woocommerce-cart td.product-price del bdi span.woocommerce-Price-currencySymbol{
    color: #555555 !important;
}

.woocommerce-cart td.product-price del {
    padding-right: 20px;
}

.woocommerce-cart td.product-price ins{
    text-decoration: none;
}

.woocommerce-cart-form__contents th.product-name, .woocommerce-cart-form__contents td.product-name {
    padding: 15px 60px;
}

.woocommerce-checkout .entry-header{
    display: none;
}

.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon{
    text-align: center;
}

.woocommerce-checkout .woocommerce-billing-fields h3 {
    text-align: center;
    margin-bottom: 30px;
}

.woocommerce-checkout form.checkout.woocommerce-checkout {
    width: 80%;
    margin: auto;
    margin-bottom: 150px;
}

.woocommerce-checkout button#place_order {
    padding: 20px 50px;
    background-color: #dd3c34;
    border: 1px solid #dd3c34 !important;
    color: #fff !important;
    font-weight: 100;
    line-height: 1 !important;
    text-align: center;
    display: block;
    margin: auto;
    transition: 0.3s linear;
}

.woocommerce-checkout button#place_order:hover {
    padding: 20px 50px;
    background-color: transparent;
    border: 1px solid #555555 !important;
    color: #555555 !important;
    font-weight: 100;
    line-height: 1 !important;
    text-align: center;
    display: block;
    margin: auto;
}

.woocommerce-checkout div#payment li.woocommerce-notice.woocommerce-notice--info.woocommerce-info{
    text-align: left;
}

.woocommerce-checkout span.select2.select2-container.select2-container--default{
    width: 100%;
    font-size: 15px;
    border: 1px solid;
    border-color: #dddddd;
    background-color: transparent;
    padding: 7px 12px;
    border-radius: unset;
}

.woocommerce-checkout .select2-container--default .select2-selection--single{
    border: unset;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 5px;
    right: 20px;
}

.woocommerce-checkout ul.woocommerce-error{
    display: inline-flex;
    flex-wrap: wrap;
}

ul.woocommerce-error li {
    padding: 5px 20px !important;
    width: 50%;
}

@media screen and (max-width:990px){
    .woocommerce-cart .container {
        width: 100%;
    }

    .cart_totals{
        padding: 30px 60px 70px 60px;
    }
}

@media screen and (max-width:850px){
    .woocommerce-cart-form__contents th.product-name, .woocommerce-cart-form__contents td.product-name{
        padding: 10px 8px 4px 0px;
    }

    .woocommerce-cart .xfrm-promt-delivery-text{
        font-size: 10px;
    }
}

@media screen and (max-width:650px){
    .woocommerce-cart tbody td.product-thumbnail {
        width: 15%;
    }

    .woocommerce-cart .inner-quantity-eplay input.qty_button, .woocommerce-cart .inner-quantity-eplay .input-text.qty.text{
        width: 35px;
        height: 35px;
        border: 1px solid rgb(118, 118, 118);
    }

    .woocommerce-cart td.product-remove {
        padding-right: unset;
    }

    .woocommerce-cart .inner-quantity-eplay .quantity{
        flex-direction: column-reverse;
    }

    .et-icon-wrapper.img-cart svg{
        width: 15px;
        height: 15px;
    }

    .cart-collaterals{
        width: 100%;
    }
}

@media screen and (max-width:560px){
    .cart_totals{
        padding: 30px 20px 70px 20px;
    }
}

div#order_review th.product-name, div#order_review td.product-name{
    padding: 9px 12px !important;
}