.shipping-free-left{
    margin-top:4px;
    font-size:12px;
    opacity:.8;
    color: #A6192E;
}
.col-order-review td  .shipping-free-left bdi{
    font-size: 12px;
}
.woocommerce-checkout-review-order ul#shipping_method li input[type="radio"]:selected + label{
    display: block!important;
}
.woocommerce-checkout-review-order ul#shipping_method li input[type="radio"]:checked + label{
    display: block!important;
}
.woocommerce-checkout-review-order ul#shipping_method li input[type="hidden"] + label{
    display: block!important;
}
.woocommerce-checkout-review-order ul#shipping_method li button, .woocommerce-checkout-review-order ul#shipping_method li select{
    display: none;
}


.form-row.hidden{



    display: none!important;

    

    }

    

    .single-quantity{

    

    position: relative;

    

    margin: 0!important;

    

    }

    

    .single-quantity input{

    

    height: 28px;

    

    font-weight: 600;

    

    text-align: center;

    

    padding-left: 26px;

    

    padding-right: 26px;

    

    border: solid 1px #33333320!important;

    

    -moz-appearance: textfield;

    

    appearance: textfield;

    


    

    }

    

    .single-quantity input{

    

    width: 125px!important;

    

    height: 50px!important;

    

    font-size: 1.6em !important;

    


    

    }

    

    .wishlist-srcebox{

    

    height:50px;

    

    }

    

    .single-quantity .minus, .single-quantity .plus{

    

    position: absolute;

    

    top: 0;

    

    width: 26px;

    

    height: 32px;

    

    font-size: 18px;

    

    font-weight: 600;

    

    line-height: 28px;

    

    text-align: center;

    

    cursor: pointer;

    

    -webkit-user-select: none; /* Safari */

    

    -ms-user-select: none; /* IE 10 and IE 11 */

    

    user-select: none;

    

    }

    

    .single-quantity .minus, .single-quantity .plus{

    

    width: 28px!important;

    

    height: 100%;

    

    font-size: 1.6em!important;

    

    line-height: 50px!important;

    

    }

    

    .single-quantity .minus{

    

    left: 16px;

    

    }

    

    .single-quantity .plus{

    

    right: 16px;

    

    }



  .add-to-cart-box .loop-quantity {

        width: 40% !important;

        position: relative;

      }

    .add-to-cart-box .loop-quantity .minus, .cart-quantity .minus {

        left: 10px;

      }

      .add-to-cart-box .loop-quantity .minus, .add-to-cart-box .loop-quantity .plus, .single-quantity .minus, .single-quantity .plus, .cart-quantity .minus, .cart-quantity .plus {

        position: absolute;

        top: 0;

        width: 26px;

        height: 32px;

        font-size: 18px;

        font-weight: 600;

        line-height: 50px;

        text-align: center;

        cursor: pointer;

        -webkit-user-select:

      none;

        -ms-user-select: none;

        user-select: none;

      }

      .add-to-cart-box .loop-quantity input, .single-quantity input, .cart-quantity input {

        font-weight: 600;

        text-align: center;

        padding-left: 26px;

        padding-right: 26px;

        border: 0.5px solid  #DFDFDF;

        -moz-appearance:

      textfield;

        appearance: textfield;

        padding-block:0.8em;

       

      }

      .add-to-cart-box .loop-quantity .plus, .cart-quantity .plus {

        right: 10px;

      }

      .add-to-cart-box .loop-quantity .minus, .add-to-cart-box .loop-quantity .plus, .single-quantity .minus, .single-quantity .plus, .cart-quantity .minus, .cart-quantity .plus {

        position: absolute;

        top: 0;

        width: 26px;

        height: 32px;

        font-size: 18px;

        font-weight: 600;

        line-height: 50px;

        text-align: center;

        cursor: pointer;

        -webkit-user-select:

      none;

        -ms-user-select: none;

        user-select: none;

      }

       .add-to-cart-box .product_type_simple {

        width: 55% !important;

      }

      .checkout-steps{
        display: flex;
        width: 100%;
        margin-bottom: 50px;
    }
    .checkout-steps .step{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        flex: 1;
    }
    .checkout-steps .step::after{
        display: block;
        position: absolute;
        content: '';
        top: 22px;
        top: calc((48px - 4px) / 2);
        left: 50%;
        width: 100%;
        height: 4px;
        background: #e1e1e1;
    }
    .checkout-steps .step:last-child::after{
        display: none;
    }
    .checkout-steps .step.active-line::after{
        background: #A6192E;
    }
    .checkout-steps .step .circle{
        position: relative;
        width: 48px;
        height: 48px;
        margin-bottom: 20px;
        border-radius: 50%;
        background: #E1E1E1;
        z-index: 2;
    }
    .checkout-steps .step.active .circle{
        background: #A6192E;
    }
    .checkout-steps .step .circle::before{
        display: block;
        position: absolute;
        content: '';
        width: 32px;
        height: 32px;
        top: 50%;
        left: 50%;
        margin-top: -16px;
        margin-left: -16px;
        border-radius: 50%;
        background: #fff;
    }
    .checkout-steps .step.active .circle::before, .checkout-steps .step.full-circle .circle::before{
        display: none;
    }
    .checkout-steps .step.active .circle::after{
        display: block;
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        width: 15px;
        height: 11px;
        margin-left: -7.5px;
        margin-top: -5.5px;
        background-image: url(images/accept.png);
        background-image: url(images/accept.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .checkout-steps .step .label{
        font-size: 18px;
        font-weight: 600;
        line-height: 1.2;
        text-align: center;
        color: #11142D;
    }
    
    .woocommerce-checkout .col2-set{
        display: flex;
    }
    .woocommerce-checkout .col2-set > *{
        flex: 1;
        width: auto!important;
        margin: 0 20px;
        padding: 2em 3em 5em;;
        border: solid 1px #E1E1E1;
    }
    .woocommerce-checkout .col2-set .col-1{
        margin: 0;
    }
    .woocommerce-checkout .col2-set .col-2{
        margin-right: 0;
    }
    .woocommerce-checkout .col2-set .col-customer-data{
        margin: 0;
        margin-bottom: auto;
    }
    .woocommerce-checkout .col2-set .col-order-review{
        flex: 0;
        width: 35%!important;
        min-width: 520px;
        margin: 0;
        margin-left: 36px;
        padding: 3em;
        margin-bottom: auto;
    }
    .woocommerce-checkout .step .step-heading{
        display: flex;
        align-items: center;
        height: 70px;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 15px;
        border-bottom: solid 1px #F0F0F0;
        color: #AAAAAA;
        cursor: not-allowed;
    
    }
    .woocommerce-checkout .step.can-select .step-heading{
        color: #11142D;
        cursor: pointer;
    }
    .woocommerce-checkout .step .step-body{
        display: none;
    }
    .woocommerce-checkout .step.active .step-body{
        display: block;
    }
    .woocommerce-checkout .step .step-body .woocommerce-billing-fields > h3{
        display: none;
    }
    .woocommerce-checkout .step.active .step-body .button-box{
        display: flex;
        justify-content: flex-end;
    }
    
    .woocommerce-checkout-review-order .woocommerce-shipping-methods input, .woocommerce-checkout-review-order .woocommerce-shipping-methods label{
        display: none!important;
    }
    .woocommerce-checkout-review-order .woocommerce-shipping-methods li.selected input:checked + label, .woocommerce-checkout-review-order .woocommerce-shipping-methods li.selected label{
        display: inline!important;
    }
    form.woocommerce-checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table{
        border: 0!important;
    }
    form.woocommerce-checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table td, form.woocommerce-checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table th{
        border: 0!important;
    }
    .order-total > th:nth-child(1){
      font-weight:700 !important;
    }
    
    .tax_label{
        display: none;
    }
    .includes_tax{
        display: none;
    }

 .side-filters-open,
.side-filters-open .elementor-button.elementor-size-sm{
    width: 100% !important;
    cursor: pointer;
}
body.side-filters-opened{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
body[data-elementor-device-mode="mobile"] .filteri, body[data-elementor-device-mode="tablet"] .filteri{
    display: block!important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    bottom: 0;
    padding: 20px;
    padding-top: 20px;
    background-color: #fff;
    z-index: 99;
    overflow-y: auto;
    box-sizing: border-box;
    transform: translateX(-100%);
    opacity: 0;
    transition: opacity 0.5s linear 0s, transform 0s linear 0.5s!important;
}
body.side-filters-opened .filteri{
    transform: translateX(0)!important;
    opacity: 1!important;
    transition: opacity 0.5s linear 0s, transform 0s linear 0s!important;
}