/* KOSÁR */
.woocommerce-MyAccount-content,
.woocommerce-cart-form{
    /* border: 1px solid #e0dede; */
    /* padding: 30px; */
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 40px;
}
.woocommerce table.shop_table{
    border: none;
}
.woocommerce-account main .woocommerce,
.woocommerce-cart main .woocommerce{
    max-width: 1100px;
}
.woocommerce-content-box h2{
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    border-bottom: 1px solid #e0dede;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.woocommerce-page table.shop_table_responsive,
.woocommerce-page table.shop_table_responsive ul li .amount{
    font-size: 16px;
    color: #000000;
}
.woocommerce-page table.shop_table_responsive.cart th{
    padding: 0 0 0.75rem 0!important;
    font-weight: 700;
    font-size: .85em;   
    height: auto;
    line-height: 1rem;
    border-bottom: 1px solid #e0dede;
}
.woocommerce-page table.shop_table_responsive.cart th.product-quantity{
    text-align: center;
}
.woocommerce-cart .cart-collaterals .cart_totals table th{
    vertical-align: middle;
}
.shop_table .product-name {
    width: 57%;
}
.woocommerce-page .woocommerce-cart-form table.shop_table_responsive td{
    padding: 25px 0;
    border-bottom: 1px solid #e0dede;
}
.fusion-product-name-wrapper{
    display: flex;
    align-items: center;
}
.shop_table .product-subtotal,
.shop_table .product-subtotal .egysegar,
.shop_table .product-price {
    text-align: center;
}
/* .shop_table .product-subtotal .amount{
    color: #f7891d;
} */
.cart .avada-cart-actions .actions .coupon,
.cart .avada-cart-actions .actions > .button {
    visibility: hidden;
    position: absolute;
    height: 0;
    display: none!important;
}
form.checkout h3{
    text-transform: uppercase;
}
.woocommerce-checkout #payment{
    background: none;
}
#shipping_country_field,
.woocommerce .woocommerce-billing-fields::before,
.woocommerce .woocommerce-billing-fields::after,
.woocommerce .cart-collaterals::before,
.woocommerce .cart-collaterals::after{
    display: none;
}
#order_review,
.woocommerce-billing-fields{
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 60px));
    gap: 120px;
}
.checkout :not(.woocommerce-terms-and-conditions-wrapper) > p.form-row:not(.company):not(.create-account){
    background-color: #f3f4f4;
    display: flex;
    flex-flow: row;
    padding: 3px 5px;
}
p.form-row:not(.company) label{
    position: relative;
}
:not(.woocommerce-terms-and-conditions-wrapper) > p.form-row:not(.company) label:not(.checkbox){
    padding-left: 10px;
    color: #424a4f;
    width: max-content;
    white-space: pre;
}
:not(.woocommerce-terms-and-conditions-wrapper) > p.form-row:not(.company) label .required{
    position: absolute;
    left: 0;
    color: #424a4f!important;
}
#must_pay,
#terms{
    margin-right: 15px;
}
.woocommerce-terms-and-conditions-wrapper > p.form-row:not(.company) label .required{
    position: absolute;
    left: 20px;
    top: 0;
    color: #424a4f!important;  
    line-height: 15px;
}
.woocommerce-checkout #payment div.payment_box{
    background-color: unset;
}
.woocommerce-checkout #payment div.payment_box::before{
    display: none;
}
.woocommerce-checkout input[type="checkbox"],
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]{
    -moz-appearance:initial;
    position: relative;
    visibility: hidden;
}
.woocommerce-checkout input[type="checkbox"]:before{
    content: '';
    display: block;
    position: absolute;
    visibility: visible;
    left: -4px;
    top: -4px;
    width: 20px;
    height: 20px;
    border: 1px solid #424a4f;
    box-sizing: border-box;
    background-color: #f3f4f4;
}
.woocommerce-terms-and-conditions-wrapper .required,
.woocommerce-terms-and-conditions-checkbox-text{
    margin-left: 8px!important;
}
#ship-to-different-address-checkbox{
    margin-right: 8px;
}
.woocommerce-checkout input[type="checkbox"]:checked::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #424a4f;
    visibility: visible;
}
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:before{
    content: '';
    display: block;
    position: absolute;
    visibility: visible;
    left: -4px;
    top: -4px;
    width: 20px;
    height: 20px;
    border: 1px solid #424a4f;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #f3f4f4;
}
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:checked::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #424a4f;
    visibility: visible;
}
@-moz-document url-prefix() {
    .woocommerce form .form-row .input-checkbox{
        margin: 8px 21px 0 0;
    }
    .woocommerce form .form-row .input-checkbox,
    .woocommerce-checkout #payment ul.payment_methods li input[type="radio"],
    #ship-to-different-address-checkbox{
        display: inline;
        margin: 8px 21px 0 0;
        text-align: center;
        vertical-align: middle;
    }
    #terms{
        margin-right: 30px;
    }
}
.woocommerce-checkout button[type="submit"]{
    background: #424a4f;
    color: #ffffff;
    border-radius: 0;
    font-size: 14px;
}
.rn-order-btn-row{
    display: flex;
    flex-flow: row;
    align-items: baseline;
    padding: 20px 40px;
    background-color: #f3f4f4;
    margin-bottom: 120px;
    box-sizing: border-box;
}
.rn-order-btn-cont{
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: 20px;
    margin-left: auto;
    width: max-content;
}
.rn-order-btn-cont strong{
    font-size: 18px;
}
/* .rn-order-btn-cont .strong-cont{
    margin-right: 140px;
} */
.woocommerce-checkout #payment ul.payment_methods{
    border: none;
}
.rn-order-btn-row h3{
    margin: 0;
}
p.form-row .woocommerce-input-wrapper{
    width: 100%;
}
p.form-row input{
    border: none;
    background-color: #f3f4f4;
}
.cart-collaterals{
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.cart-collaterals .green-btn{
    margin-bottom: 58px;
}
.cart-collaterals .shipping-coupon .coupon,
.cart_totals{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    border: 1px solid #e0dede;
    overflow: hidden;
    padding: 30px;
}
.shipping-coupon {
    float: left;
    width: 48%;
    margin-right: 4%;
}
.cart-h2,
.coupon h2,
.cart_totals h2{
    font-size: 32px!important;
    font-weight: 700;
    color: #333333;
    text-transform: unset!important;
    margin-top: 0;
    border-bottom: 1px solid #e0dede;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 1.5;
    width: 100%;
}
.cart-h2{
    margin-top: 60px;
}
.cart-collaterals .shipping-coupon .coupon #coupon_code_dummy,
.cart-collaterals .shipping-coupon .coupon #coupon_code {
    margin-right: 10px;
    width: auto;
    flex-grow: 2;
    height: 29px;
    padding: 0 15px;
    margin-left: 0;
    border: 1px solid #d2d2d2;
    background-color: #ffffff;
    font-size: 13px;
    outline: 0;
}
.wc-proceed-to-checkout{
    width: 100%;
}
.wc-proceed-to-checkout .checkout-button{
    width: fit-content!important;
    margin-left: auto;
}
.wc-proceed-to-checkout .checkout-button,
.fusion-button-default-size,
button.fusion-button {
    padding: 13px 29px!important;
    line-height: 17px;
    font-size: 14px!important;
}
button#wps_cart_points_apply{
    display: inline-block;
    padding: 13px 29px;
    line-height: 17px;
    margin-bottom: 0;
}
.avada-coupon-fields{
    width: 100%;
    display: flex;
    align-items: baseline;
}
#coupon_code{
    width: auto;
}
td.actions{
    border: none!important;
    padding-bottom: 0!important;
}
.cart_totals table th{
    border-bottom: 0!important;
}
.cart_totals table td,
.cart_totals table li{
    text-align: right;
    width: 100%;
}
.cart_item .product-info{
    margin-left: 10px;
    margin-right: 10px;  
}
.woocommerce-shipping-destination{
    display: none;
}
.woocommerce-page label,
.woocommerce form .form-row label,
.woocommerce-page form .form-row label{
    font-size: 15px;
}
.woocommerce-page .woocommerce-checkout #order_review .shop_table th,
.woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table td,
.woocommerce-page .woocommerce-checkout #order_review .shop_table td,
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text{
    font-size: 16px;
}
td.product-name,
.woocommerce-page .woocommerce-checkout #order_review .shop_table th,
.woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table th{
    font-weight: 600;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text{
    height: 34px;    
}
#order_comments{
    height: 100px;
    padding: 10px 15px;
}
.shipping-coupon{
    width: 100%;
}
.avada-coupon-fields{
    width: 48%;  
}
.cart_totals{
    border: none;
}
.cart_totals h2{
    display: none;
}
.cart_totals .wc-proceed-to-checkout,
.cart_totals .wc-proceed-to-checkout a{
    width: 100%!important;
}
.woocommerce-page input[type=radio].shipping_method:checked+label,
.woocommerce-page input[type=radio][name=payment_method]:checked+label{
    width: calc( 100% - 12px);
    height: calc( 100% - 12px );
    border: none;
    font-weight: 600;
    padding: 0;
    border-radius: 7px;
}
.woocommerce-page input[type=radio].shipping_method+label::before,
.woocommerce-page input[type=radio][name=payment_method]+label::before{
    display: none;
}
.payment_box{
    padding: 0!important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 0!important;
}
.payment_method_barion a,
.payment_method_simplepay-gateway a{
    margin-top: 10px;
}
.woocommerce-page .woocommerce-checkout #order_review .shop_table .order-total td{
    font-size: 24px;
}
.wp-block-post-template.is-flex-container{
    display: flex;
    flex-direction: row;
    gap: 1.25em;
    padding-left: 0;
    margin-top: 50px;
    overflow: hidden;
}
.wp-block-post-template.is-flex-container li{
    flex: none;
}
#cart_coupon_akciok_other{
    position: relative;
    padding: 30px;
}
#rn-uk-nav{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: calc(100% - 30px);
    left: 15px;
    transform: translate(0%, -50%);
}
#rn-uk-nav-left,
#rn-uk-nav-right{
    width: 20px;
    cursor: pointer;
    z-index: 100;
}
body.woocommerce-checkout .wp-block-group > .woocommerce,
body.woocommerce-cart .wp-block-group > .woocommerce{
    margin-top: 20px;
}
label[for="payment_method_simplepay-gateway"] a > img{
    height: 25px;
}
.woocommerce-order-received .wp-block-woocommerce-legacy-template{
    display: none!important;
}
.woocommerce-order{
    margin-bottom: 40px;
}
.wc-item-meta{
    padding-left: 0!important;
}
.wc-item-meta > li{
    display: flex;
    align-items: center;
}
.wc-item-meta > li p{
    margin-top: 0!important;
    margin-bottom: 0;
    margin-left: 10px;
}
.woocommerce-order-received main{
    padding-left: 20px;
    padding-right: 20px;    
}
.woocommerce-cart .woocommerce-shipping-calculator{
    display: none;
}
@media (max-width: 1024px){
    .shop_table .product-name,
    .avada-coupon-fields{
        width: 100%;
    }
    .woocommerce-page .woocommerce-checkout{
        padding: 0 10px;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        display: block;
    }
    .fusion-product-name-wrapper{
        justify-content: end;
    }
    #order_review,
    .woocommerce-billing-fields{
        display: grid;
        grid-template-columns: repeat(1, 100%);
        gap: 0;
    }
    .rn-order-btn-row{
        flex-flow: column;
    }
    .rn-order-btn-cont{
        margin-left: 0;
        width: 100%;
    }
    .rn-order-btn-cont .strong-cont{
        margin-right: auto;
    }
}
@media (max-width: 740px){
    .wc_payment_methods li{
        max-width: 100%;
        margin: 0;
        height: 135px;
    }
    .woocommerce-page ul.wc_payment_methods{
        display: grid;
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
        gap: 10px;
        margin-bottom: 120px!important;
    }
}
@media (max-width: 550px){
    .woocommerce-shipping-totals{
        height: 620px;
    }
    .woocommerce-shipping-methods li{
        max-width: 100%;
        margin: 0;
        height: 160px;
    }
    .woocommerce-page ul.woocommerce-shipping-methods{
        display: grid;
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
        gap: 10px;
    }
}
@media (max-width: 430px){
    .woocommerce-page ul.woocommerce-shipping-methods,
    .woocommerce-page ul.wc_payment_methods{
        display: grid;
        grid-template-columns: calc(100% - 10px);
        gap: 10px;
        margin-bottom: 150px!important;
    }
}
@media (max-width: 418px){
    .avada-coupon-fields{
        flex-flow: column;
    }
    .avada-coupon-fields input,
    .avada-coupon-fields button{
        width: 100%!important;
    }
}
/* KOSÁR END */