/* KOSÁR */
.woocommerce-page .woocommerce-checkout,
.woocommerce-page.woocommerce-order-pay{
    display: block;
}
.woocommerce-MyAccount-content,
.woocommerce-cart-form{
    border: none;
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
}
.woocommerce-account main .woocommerce,
.woocommerce-cart main .woocommerce{
    max-width: 100%;
}
.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{
    font-size: 16px;
}
.shop_table .product-name {
    width: 57%;
}
.woocommerce-page .woocommerce-cart-form table.shop_table_responsive td{
    width: 100%;
}
.fusion-product-name-wrapper{
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
}
.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td,
td.product-price .egysegar{
    text-align: center!important;
    width: 100%;
}
.shop_table .product-subtotal .amount{
    color: red;
    font-size: 25px!important;
    font-weight: 800;
    text-align: center;
}
.cart .avada-cart-actions .actions .coupon,
.cart .avada-cart-actions .actions > .button {
    visibility: hidden;
    position: absolute;
    height: 0;
    display: none!important;
}
.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: 10px;
}
.shipping-coupon {
    float: left;
    width: 48%;
    margin-right: 4%;
}
.cart-h2,
.coupon h2,
.cart_totals h2{
    font-size: 28px!important;
    font-weight: 800;
    color: #000000;
    text-transform: unset!important;
    margin-top: 0;
    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: 16px;
}
.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: 14px;
}
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;
    border: 1px solid black!important;
}
.shipping-coupon{
    width: 100%;
}
.avada-coupon-fields{
    width: 48%;  
}
.cart_totals{
    border: none;
    width: 100%!important;
}
.cart_totals .wc-proceed-to-checkout,
.cart_totals .wc-proceed-to-checkout a{
    width: 100%!important;
}
.cart_totals p{
    margin: 0;
    text-align: left;
}
.woocommerce-shipping-totals{
    position: relative;
}
.woocommerce-shipping-methods,
.wc_payment_methods{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.woocommerce-shipping-methods li,
.wc_payment_methods li{
    display: flex;
    max-width: 100%;
    width: 100%;
    margin: 10px 0;
    background: linear-gradient(to right, #f35310, #fbbe2a);
    border-radius: 10px;
    height: 135px;
    position: relative;
}
.woocommerce-shipping-methods li label,
.wc_payment_methods li label{
    display: flex;
    flex-flow: column;
    border: 1px solid;
    padding: 8px;
    border-radius: 10px;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    height: 140px;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    background: white;
    transition: all 0.5s;
    margin: auto!important;
    position: relative;
}
.payment_method_barion img,
.payment_method_simplepay-gateway img,
.woocommerce-shipping-methods li .gls-logo,
.woocommerce-shipping-methods li .wc_pont_shipping_logo,
.woocommerce-shipping-methods li .sprinter-logo{
    position: absolute;
    z-index: 1;
    width: 95px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4px;    
}
.payment_method_barion img{
    width: 200px;
}
#billing_country_field,
#shipping_country_field{
    display: none;
}
.woocommerce-page table.shop_table_responsive tbody tr{
    border-top: none;
}
.woocommerce-page table.shop_table_responsive tbody tr.cart_item{
    border-bottom: 1px solid #000000;
    padding-bottom: 5px;
}
.woocommerce-shipping-methods li label .woocommerce-Price-amount{
    /* position: absolute; */
    bottom: 5px;
}
.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{
    margin-bottom: 1rem;
}
.payment_box p{
    margin: 0;
}
.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;
}
#co-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%);
}
#co-uk-nav-left,
#co-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;
    max-width: 100%;
}
body.woocommerce-checkout .wp-block-group > .woocommerce{
    padding: 10px;
}
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 table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before{
    display: none!important;
}
.woocommerce-page table.cart img.cpapp-cartitem-img{
    display: block;
    max-width: 140px;
    height: 110px;
    object-fit: contain;
    margin: auto;
}
.cpapp-cartitem-del{
    display: flex;
    border-radius: 30px;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 10%);
    border-width: 1px;
    align-items: center;
    justify-content: space-around;
    border: 1px solid;
    overflow: hidden;
    border-color: #e0dede;
    width: 18px;
    padding: 4px;
    box-sizing: content-box;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 0;
}
.cpapp-cartitem-del svg,
.cpapp-whislistitem-del svg{
    width: 10px;
}
.cart-title{
    display: flex;
    font-size: 20px;
    font-weight: 700;
}
.sub-total{
    margin-left: auto;
}
.cart-total{
    font-size: 25px;
    font-weight: 800;
    margin-left: auto;
    color: #f7891d;
    text-align: right;
}
.cart-total strong{
    display: block;
}
.cart-total strong span{
    font-weight: 800!important;
}
.cart-total .includes_tax{
    font-size: 14px;
    color: #000000;
}
.cart_totals .shipping{
    display: flex!important;
}
.cart_totals .shipping td{
    width: 50%!important;
}
.cart_totals .shipping td:first-child{
    text-align: left!important;
}
.cart_totals .shipping td:last-child{
    text-align: right!important;
}
.cart_totals .fee,
.cart_totals .woocommerce-shipping-totals,
.cart_totals .order-total {
    display: none!important;
}
.woocommerce-info .showcoupon{
    display: block;
}
.woocommerce-page .woocommerce-checkout #payment{
    margin-top: 0;
}
#onlinepenztarca-elfogadas-container:after{
    content: '10.000 Ft-onként 500 Ft kedvezményt tudsz felhasználni az onlinePénztrácádból!';
    display: block;
    width: 100%;
    color: #1a234a;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.woocommerce-checkout-review-order-table tbody > tr > td:first-child {
    width: 70%;
}
.woocommerce-checkout-review-order-table tbody > tr > td:last-child{
    width: 30%;
    text-align: right;
}
/* KOSÁR END */
/* KÖSZÖNŐ START */
/* .wc-block-order-confirmation-status p{
    line-height: 1;
}
.wc-block-order-confirmation-summary{
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}
.wc-block-order-confirmation-totals-wrapper h3{
    margin-top: 0;
} */
/* KÖSZÖNŐ END */
/* THANK YOU */
.woocommerce-page .woocommerce-table--order-details,
.woocommerce-page .woocommerce-customer-details address{
    width: 100%!important;
}
p.woocommerce-thankyou-order-received{
    text-align: center!important;
    margin-bottom: 20px!important;
    font-size: var(--wp--preset--font-size--large) !important;
    line-height: 1!important;
    color: #333333!important;
    font-weight: 700!important;
}
body.woocommerce-order-received .woocommerce-order-overview__shipping-method.method small.shipped_via{
    display: none;
}
body.woocommerce-order-received .woocommerce-order h2{
    width: 100%;
    /* text-align: center; */
    /* border-bottom: 2px solid rgb(135, 131, 127); */
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.5;
    margin-top: 20px;
    font-weight: 600;
}
body.woocommerce-order-received .woocommerce-order tfoot td,
body.woocommerce-order-received .woocommerce-order .woocommerce-table__product-total.product-total,
body.woocommerce-order-received .woocommerce-order .woocommerce-table__product-table.product-total{
    text-align: right;
}
body.woocommerce-order-received .woocommerce-order section{
    margin-top: 20px;
}
.woocommerce-page .woocommerce-customer-details address .woocommerce-customer-details--phone::before,
.woocommerce-page .woocommerce-customer-details address .woocommerce-customer-details--email::before{
    display: none;
}
.woocommerce-page .woocommerce-customer-details address,
.woocommerce-page .woocommerce-table--order-details td,
.woocommerce-page .woocommerce-table--order-details th,
.woocommerce-page .woocommerce-table--order-details{
    border-color: hsla(0,0%,7%,.115);
}
.woocommerce-page .woocommerce-table--order-details thead th{
    font-weight: 800;
}
.woocommerce-page .woocommerce-customer-details address{
    padding: 16px;
    margin-bottom: 40px;
}
.woocommerce-order h3.wc-bacs-bank-details-account-name{
    margin-top: 0;
}
.woocommerce-page .woocommerce-cart-form table.shop_table_responsive td, .woocommerce-page .woocommerce-cart-form table.shop_table_responsive th{
    padding: 5px 0 0 5px;
}
.cpapp-cartitem-title{
    margin-top: 5px;
    margin-bottom: 5px;   
}
:not(.order-coupon).cart-discount{
    display: flex!important;
}
:not(.order-coupon).cart-discount th{
    display: block!important;
    width: 100%!important;
    padding-right: 0!important;
}
:not(.order-coupon).cart-discount td{
    background-color: unset!important;
    text-align: right!important;
    padding-right: 0!important;
}
.order-couponrow{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
}
.order-couponrow .co-checkout-coupon-name{
    max-width: 50%;
    text-align: left;
    margin: 0;
}
.order-couponrow .co-checkout-coupon-code{
    max-width: 50%;
    text-align: right;
    margin: 0;
}
.cart-subtotal .cart-title{
    margin-bottom: 0;
}
.woocommerce-page table.shop_table_responsive tr.cart-discount td{
    text-align: right!important;
}
.woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table td{
    padding-right: 0!important;
}
/* .woocommerce-shipping-methods li:nth-child(1){
    order: 4;
}
.woocommerce-shipping-methods li:nth-child(2){
    order: 3;
}
.woocommerce-shipping-methods li:nth-child(3){
    order: 2;
}
.woocommerce-shipping-methods li:nth-child(4){
    order: 1;
}
.woocommerce-shipping-methods li:nth-child(5){
    order: 5;
} */
.mpl-hover{
    display: none;
    position: absolute;
    z-index: 1;
    top: 70%;
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
}
.mpl-select:hover .mpl-hover{
    display: block;
}
/* #order_review{
    position: relative;
}
#order_review .woocommerce-shipping-totals td{
    padding-top: 150px!important;
}
#co-order-date-cont{
    position: absolute;
    bottom: 70.5%;
} */
/* THANK YOU END */