 
a:hover{
    text-decoration: none;
}

body {
    overflow-x: hidden;
    background: #fff;  
}

/* uzlet ertesites */
div#uzlet-ertesites {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    background: white;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
}

div#uzlet-ertesites p {
    padding: 0px;
    margin: 0px;
}

body > header {
    border-top: 7px solid #D7B56D;
    margin-bottom: 1em;
}

.preheader.container .row > div {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
}

.preheader.container .row > div a {
    color: #333333;
}

header .contact {
    display: flex;
    gap: 15px;
}

header .contact *:not(i) {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: bold;
}

header .contact i, header .social i {
    font-size: 21px;
    vertical-align: text-bottom;
}

header img.logo {
    height: 103px;
    width: auto;
}

.row.header-boxes {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    padding: 5px 15px;
}

.row.header-boxes > div {
    flex-basis: content;
    width: unset;
    max-width: unset;
    flex-grow: unset;
    display: flex;
    gap: 10px;
    padding: 7px 15px;
}

.row.header-boxes div.box-title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.4em;
    display: flex;
    align-items: center;
    color: #333333;
}

div.header-boxes div.col a {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2em;
    display: flex;
    align-items: center;
    color: #333333;
}

.col.promotion-cont, footer .contact div.footer-contact{
    background: #FAFAFA;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

div#ajaxsearchlite1 {
    border: unset !important;
    background: unset !important;
}

#ajaxsearchlite1 .probox, 
div.asl_w .probox {
    background: #FAFAFA;
    border: 1px solid #CECECE !important;
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.15) !important;
    border-radius: 10px !important;
    height: unset !important;
    padding: 5px;
}

#ajaxsearchlite1 .probox .proinput input, 
div.asl_w .probox .proinput input {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #333 !important;
}

a.wp-block-button__link {
    padding: 0.6em 1.5em;
    line-height: 1.3em;
}


.mega-sub-menu ul.product-categories {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
    list-style-type: none;
}

.mega-sub-menu ul.product-categories li .children a {
    text-decoration: none;
    color: #333;
    font-weight: 300;
}

.mega-sub-menu ul.product-categories .children {
    list-style-type: unset;
}

ul.product-categories, ul.product-categories ul {
    padding: 0px;
}

ul.product-categories > li > a {
    color: red;
    text-decoration: none;
    font-weight: 600;
}

ul.product-categories li.cat-parent li a:before {
    content: '\f105';
    margin-right: 10px;
    color: #d8d8d8;
    font-family: 'Line Awesome Free';
    font-weight: 600;
}

.mega-sub-menu span.count {
    font-weight: 100;
    font-size: 12px;
    font-style: italic;
}

ul.cat-list {
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px;
}

.cat-list-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #FAFAFA;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: calc((100% / 10) - 20px);
    position: relative;
}

.cat-list-item a {
    text-decoration: none;
    color: inherit;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
}
.cat-cont {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
}

.cat-cont-img {
    margin: 6px 10px 0px;
    width: calc(100% - 20px);
    background: white;
    border-radius: 7px;
    display: flex;
    align-items: stretch;
    aspect-ratio: 1 / 1;
    justify-content: space-between;
    overflow: hidden;
}
.cat-cont-img img.empty {
    filter: grayscale(1);
    opacity: 0.2;
    width: 90%;
}

.cat-cont-img img.thumb {
    object-fit: cover;
}

.cat-title {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 1.1em;
    margin: 5px 0px;
    min-height: 3em;
    display: flex;
    align-items: center;
}

.cat-list-item:hover .cat-title {
    color: #e31e24;
}

.cat-list-item:hover {
    box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.15);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins';
    line-height: 1.1em !important;
}

.wp-block-button a {
    font-size: 12px !important;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25), -4px -4px 10px rgba(255, 255, 255, 0.25);    
}

.wp-block-button a:hover {
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25), -4px -4px 10px rgba(255, 255, 255, 0.5), inset 4px 4px 10px rgba(255,255,255,0.2);
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

footer.footer {
    background: linear-gradient(180deg, #EEEEEE 0%, #FDFDFD 100%);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    padding: 40px 0px 20px;
}

footer .row.info {
    display: block;
}

footer.sub-footer {
    padding: 10px;
    position: relative;
    background: #E31E24;
    color: #fff;
}

.copyrights {
    font-size: 12px;
    color: #ffffff;
    font-weight: 300;
    font-family: 'Poppins';
}

.footer-contact {
    flex-basis: content;
    width: unset;
    max-width: unset;
    flex-grow: unset;
    display: flex;
    gap: 10px;
    padding: 0px 15px;
    align-items: center;
    width: fit-content;
    margin: 0px 0px 10px;
}

.footer-contact p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.4em;
    display: flex;
    align-items: center;
    color: #333333;
}

.footer-contact a{
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2em;
    display: flex;
    align-items: center;
    color: #333333;
}    

.footer-contact .icon {
    font-size: 35px;
    color: #e31e24;
}

.footer-contact .content p {
    margin: 0px;
}

ul#menu-lablec-infok {
    list-style-type: none;
    padding: 0px;
    /* column-count: 2; */
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    text-wrap: nowrap;
    gap: 14px;
}

ul#menu-lablec-infok li {
    margin-bottom: 0.3em;
}

ul#menu-lablec-infok li a{
    /*font-family: 'Inter';*/
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2em;
    color: #333333;
}

ul#menu-lablec-infok li.current-menu-item a {
    color: #e31e24;
    font-weight: 600;
}

footer .wp-block-column h3, 
footer .wp-block-column h2 {
    min-height: 40px;
    line-height: 1.3em !important;
}

footer .wp-block-image img {
    padding: 5px;
    background: white;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.15));
    border-radius: 5px;
}

/* product loop */

li.product {
    background: #FAFAFA;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 10px !important;
    position: relative !important;
}

li.product .loop-actions, li.product .badge-container {
    position: absolute;
    z-index: 10;
}

.loop-actions {
    right: 10px;
    top: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

.badge-container {
    left: 10px;
    top: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    flex-wrap: nowrap;
}

span.akcios {
    background: #E31E24;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    display: flex;
    align-items: center;
    text-transform: uppercase !important;
    color: #FFFFFF;
}
.badge-container > * {
    height: unset !important;
    width: unset !important;
    border-radius: 5px !important;
    padding: 7px 10px 6px 5px !important;
    line-height: 1em !important;
    min-height: unset !important;
    color: white !important;
    margin: 0px !important;
    left: unset !important;
    position: relative !important;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500 !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
}

span.new-badge {
    background: #D7B56D;
}

.badge-container i {
    font-size: 21px;
    margin: -3px 3px -3px -3px;
    vertical-align: middle;
}

.yith-wcwl-add-button span {
    display: none;
}

.fa-heart-o:before {
    content: '\f004';
    font-family: 'Line Awesome Free';
    color: #CFCFCF;
    font-size: 20px;
}

i.yith-wcwl-icon.fa.fa-heart-o {
    margin-right: unset;
}

.exists i.yith-wcwl-icon.fa.fa-heart {
    color: #D7B56D;
    content: '\f004';
    font-family: 'Line Awesome Free';
    font-size: 20px;
    margin: 0px;
}

.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #fffffff5;
    border-radius: 10px;
    line-height: 1.3em;
    padding: 10px;
    text-align: center;
    width: 200px;
    z-index: 100;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

.yith-wcwl-wishlistaddedbrowse .feedback,
.yith-wcwl-wishlistexistsbrowse .feedback {
    font-weight: 600;
    font-size: 15px;
}

.yith-wcwl-wishlistaddedbrowse a,
.yith-wcwl-wishlistexistsbrowse a{
    background: #e31e24;
    font-size: 12px;
    color: white;
    padding: 4px 18px 3px;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2), inset 0px 2px 4px rgba(255,255,255,0.5);
    margin-top: 2px;
    display: block;
}

a.compare:before {
    content: '\f022';
    font-family: 'Line Awesome Free';
    font-weight: 400;
    color: red;
    display: inline;
    font-size: 24px;
    padding: 3px 3px;
    border-radius: 5px;
    border: 1px solid red;
    margin-right: 3px;
    background: #ffffffdb
}

a.compare {
    font-size: 0px;
}

a.add_to_wishlist.single_add_to_wishlist {
    min-width: 38px;
    text-align: center;
    display: block;
}

li.product img {
    border-radius: 8px;
    background: white;
}


h2.woocommerce-loop-product__title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.3em;
    align-items: center;
    color: #E31E24;
    min-height: 3em;
    display: flex;
    margin: 0px !important;
    padding: 0px !important;
}

.custom-product-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    font-size: 14px;
}

.custom-product-info .product-category {
    width: 100%;
}

.custom-product-info .product-category a {
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    color: #333;
}

li.product .actualprice span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2em;
    color: #333333;
}

.pricehtml {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7px;
}

.regular i {
    color: #E31E24;
    font-size: 20px;
    margin-right: 5px;
}

.regular:has(i) .priceinfo {
    position: absolute;
    top: 0px;
}

.regular:has(i) .info-text{
    display: none;
}



li.product .kedvezmeny {
    display: none;
}

li.product .regular span.amount,
li.product .regular span.woocommerce-Price-amount.amount {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3em;
    color: rgba(51, 51, 51, 0.5);
    text-decoration: line-through;
}

.regular,
.kedvezmeny {
    position: relative;
    cursor:pointer;
}

.regular:has(i) .priceinfo,
.kedvezmeny:has(i) .priceinfo {
    display:none;
    position: absolute;
    top: -47px;
    width: 150px;
    z-index: 10;
    background: white;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 500;
    box-shadow: 0px 2px 7px rgba(0,0,0,0.1);
}

.kedvezmeny span.info-text {
    font-size: 15px;
    font-weight: 500;
    color: #d7b56d;
}

.kedvezmeny i {
    color: #d7b56d;
    font-size: 20px;
    margin-right: 0px;
    vertical-align: text-bottom;
}

.kedvezmeny span.amount {
    font-size: 17px;
    font-weight: 700;
    color: #d7b56d;
}

.kedvezmeny .priceinfo {
    color: rgba(51, 51, 51, 0.5);
}

.custom-product-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
    flex-direction: row;
}

.custom-product-buttons a {
    margin: 0px !important;
}

.custom-product-buttons a.add_to_cart_button {
    background:#333;
}

.custom-product-buttons a.add_to_cart_button:after {
    content: '\f07a';
    font-family: 'Line Awesome Free';
    font-size: 25px;
    display: inline-block;
    vertical-align: sub;
}

.custom-product-buttons a {
    padding: 10px !important;
    margin: 0px !important;
    font-size: 14px !important;
    line-height: 1.3em !important;
    max-width: unset !important;
}

.custom-product-buttons > * {
    width: 50% !important;
}

.custom-product-buttons > * {
    flex: unset !important;
}

.custom-product-buttons a.button,
input.farao-btn,
.woocommerce div.product form.cart .button,
p.form-submit input[type="submit"] {
    background-color: #E31E24;
    border-radius: 10px;
    border-color: #E31E24;
    border-width: 1px;
    border-style: solid;
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 13px !important;
    font-weight: 600;
    line-height: inherit;
    text-decoration: none;
    padding:8px 10px !important;
}

.custom-product-buttons > div a {
    display: block !important;
    text-align: center !important;
    
}

.custom-product-buttons a.view-button {
    text-align: center;
}

.custom-product-buttons a.button.add_to_cart_button {
    background: #333;
    border: #fff;
}

.custom-product-buttons a:hover, 
input.farao-btn:hover,
p.footer-subs-submit input:hover {
    color: white !important;
    background: red !important;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25), -4px -4px 10px rgba(255, 255, 255, 0.5), inset 4px 4px 10px rgba(255,255,255,0.5);
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}


a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 0;
}

.wc-sidebar.col {
    width: 300px;
    max-width: 300px;
    margin-right: 20px;
}

.mc4wp-response:has(*) {
    font-size: 13px;
    line-height: 1.3em;
    background: white;
    display: block;
    clear: both;
    margin-top: 10px;
    float: left;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

.mc4wp-response p {
    margin-bottom: 0px;
}

.mc4wp-response:has(.mc4wp-success) {
    border-bottom: 3px solid #4CAF50;
}

.mc4wp-response:has(.mc4wp-error) {
    border-bottom: 3px solid #af4c4c;
}

.mc4wp-response:has(.mc4wp-notice) {
    border-bottom: 3px solid #af8c4c;
}

/* filter*/

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    background: #FAFAFA;
    border: 1px solid #CECECE !important;
    border-radius: 55px !important;
    padding: 10px 10px !important;
    max-width: 90px !important;
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.15);
}
.wc-block-price-filter__range-input-progress.wc-block-components-price-slider__range-input-progress {
    --track-background: linear-gradient(to right,transparent var(--low),#3D8FCA 0,#3D8FCA var(--high),transparent 0) no-repeat 0 100% /100% 100%;    
}

.wc-block-price-filter__controls.wc-block-components-price-slider__controls {
    margin: 0px;
}

button.wc-block-components-filter-reset-button {
    font-size: 14px;
    margin: 10px 0px 0px;
}

.wc-block-stock-filter.style-list {
    margin-bottom: 0px;
}

button.wc-block-components-filter-reset-button span {
    font-size: 13px;
}

.wc-block-components-price-slider {
    margin: 0px 0px 10px;
}

.filter-container > h3 {
    font-size: 20px;
}

.filter-container .field-name {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height:1.2em;
    color: #D7B56D;
}

.field-item label {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    font-size: .875em;
    margin-bottom: 0!important;
}

.form-end > input {
    width: 100%;
}

.filter-container {
    /*background: #FFFFFF;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1), 0px -10px 10px rgba(255, 255, 255, 0.65);
    border-radius: 25px;
    padding: 25px 20px 20px;
    margin-bottom: 0px;*/
}


a.clrfilters {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    color: #333333;
    margin-top: 5px;
}


.field-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.field-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    transition: background-color 0.3s ease;
}

.field-item:hover {
    background-color: #f1f1f1;
}

.wc-block-components-checkbox__input {
    position: relative;
    margin-right: 10px;
}

.wc-block-components-checkbox__input input {
    appearance: none;
    width: 17px;
    height: 17px;
    border: 2px solid #bdbdbd;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.wc-block-components-checkbox__input input:checked {
    background-color: #E31E24;
    border-color: #bdbdbd;
}

.wc-block-components-checkbox__input input:checked + svg {
    display: block;
}

.filter-content .field {
    background: white;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.wc-block-components-checkbox__mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    fill: #fff;
    display: none;
    pointer-events: none;
}

.wc-block-components-checkbox__label {
    font-size: 16px;
    color: #333;
    cursor: pointer;
    transition: color 0.3s ease;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5em;
    color: #363636;    
}

.wc-block-components-checkbox__label:hover {
    color: #E31E24;
}

.wc-block-components-checkbox__input input:checked + svg {
    display: none !important;
}

.farao-wc-main-head {
    height: 300px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
}

.farao-wc-cont-title {
    text-align: center;
    width: 100%;
}

.farao-wc-rendezo {
    background: #333333;
    padding: 5px 0px;
}

.farao-wc-cont-title h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 1.1em;
    color: #E31E24;
}

p#breadcrumbs {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3em;
    text-align: center;
    letter-spacing: 3px;
    color: #333333;
}

p#breadcrumbs a {
    font-weight: 700;
    color: #333;
}

.farao-wc-rendezo {
    background: #333333;
    padding: 12px 0px;
}

.farao-wc-rendezo p {
    margin: 0px;
    padding: 0px;
    color: white;
    font-family: 'Poppins';
    font-size:15px;
}

.farao-wc-rendezo p {
    margin: 0px;
    padding: 0px;
    color: white;
    font-family: 'Poppins';
    font-size: 14px;
    display: flex;
    align-content: center;
    align-items: center;
}

.farao-wc-rendezo * {
    margin-bottom: 0px !important;
    font-size: 14px;
}

.order-list-title {
    font-weight: 600;
    color: white;
    font-family: 'Poppins';
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 15px;
}

.view-toggle {
    margin-bottom: 20px;
}

#list-view-toggle,
#grid-view-toggle {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin-right: 10px;
}

#primary ul.products.list-view {
    display: flex;
    flex-direction: column;
}

#primary ul.products.list-view li {
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.custom-product-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    margin-top: 6px;
}

.list-view h2.woocommerce-loop-product__title {
    font-size: 22px !important;
    min-height: unset;
    margin: 10px 0px !important;
}

#primary ul.products.list-view li .product-loop-content {
    width: fit-content;
    height: auto;
}

ul.woocommerce-product-details__attributes {
    font-size: 14px !important;
    color: #333 !important;
}

ul.woocommerce-product-details__attributes strong {
    margin-right: 7px;
    min-width: 80px;
}

#primary ul.products.list-view li.product img {
    height: 200px;
    width: 200px;
    margin-right: 0px;
}



.list-view .custom-product-buttons {
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
}

.list-view .custom-product-buttons a {
    flex: unset !important;
}

#primary ul.products.list-view li .product-loop-content {
    height: auto;
    flex: auto;
    padding-left: 20px;
}

.list-view .custom-product-buttons a {
    flex: unset !important;
    padding: 38px 10px !important;
}

.grid-view ul.woocommerce-product-details__attributes,
.grid-view .woocommerce-product-details__short-description,
body.home .woocommerce .columns-4  ul.woocommerce-product-details__attributes,
body.home .woocommerce .columns-4  .woocommerce-product-details__short-description {
    display: none;
}

.list-view .woocommerce-product-details__short-description {
    width: 560px;
    font-size: 14px !important;
    color: #333 !important;
    line-height: 1.4em;
} 


body:not(.woocommerce.single) div#primary main #breadcrumbs {
    display: none;
}

div#primary main header.woocommerce-products-header {
    display: none;
}

.farao-wc-rendezo .row {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.view-toggle button i {
    color: white;
    font-size: 20px !important;
}

.view-toggle button.active_layout i {
    opacity: 0.5;
}

.result-container, 
.order-container {
    display: flex;
    align-items: center;
}

form.woocommerce-ordering select {
    background: #FFFFFF;
    border: 1px solid #B4B4B4;
    border-radius: 10px;
    padding: 6px;
    margin-right: 10px;
}

.wc-sidebar.col > h2,
.wc-content.header > .part-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2em;
    display: flex;
    align-items: center;
    color: #E31E24;
}

.farao-wc-cont {
    padding-top: 30px;
}

div.wc-sidebar div.widget_block {
    background: #FAFAFA;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
}

h3.wp-block-heading, div.tp-product-filter > form > div > h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
}

.wc-content.header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.wc-content.col.woocommerce {
    margin-bottom: 20px;
}

.woocommerce nav.woocommerce-pagination ul li{
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25), -4px -4px 10px rgba(255, 255, 255, 0.25);
    border-radius: 10px;
}

.woocommerce nav.woocommerce-pagination ul li *,
.woocommerce nav.woocommerce-pagination ul li *:hover {
    background: #E31E24;
    border: 1px solid #E31E24;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 700 !important;
    font-size: 13px !important;
    line-height: 13px !important;
    display: flex !important;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FEFAFA !important;
    padding: 7px 11px !important;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #e31e24 !important;
    color: #ffffff !important;
}

.woocommerce nav.woocommerce-pagination ul li span.page-numbers.current {
    background: #C0C0C0 !important;
    border: 1px solid silver;
}

ul.page-numbers {
    display: flex !important;
    gap: 5px !important;
    border: unset !important;
    justify-content: flex-end;
}

/* product */

body.single-product p#breadcrumbs {
    text-align: left;
    letter-spacing: normal;
    font-size: 13px;
}

body.single-product p#breadcrumbs span {
    margin: 0px 5px;
}

body.single-product p#breadcrumbs span:first-child {
    margin-left: 0px;
}

.flex-viewport {
    order: 2;
    /* aspect-ratio: 1 / 1 !important; */
    background: #FAFAFA;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

ol.flex-control-nav.flex-control-thumbs {
    order: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex: 1 1 100px;
    /*max-height: calc(140px* 3);*/
    width: 100px;
    padding-right: 5px !important;
}

ol.flex-control-nav.flex-control-thumbs li {
    width: unset !important;
    display: block !important;
    border: 8px #fafafa solid;
    margin-bottom: 10px !important;
    background: #FAFAFA;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    flex: 0;
    overflow: visible !important;
    aspect-ratio: 1 / 1;
    
}

.woocommerce-product-gallery {
    display: grid;
    grid-template-columns: auto auto;
    width: 55% !important;
    gap: 10px;
    z-index: 1;
}

.farao-tabs-description.row:has(:not(.farao-tab-additional-info)) > div {
    width: 100%;
    max-width: unset !important;
    flex: 1;
}

.woocommerce div.product div.summary {
    width: 45%;
    padding-left: 4%;
}

body.single-product .badge-container {
    position: absolute;
    top: 20px;
    left: 110px;
    z-index: 10;
    pointer-events: none;
}

body.single-product main#main h1.product_title.entry-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1em;
    display: flex;
    align-items: center;
    color: #E31E24;
}

body.single-product main#main .pricehtml .actualprice {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1em;
    color: #333333;
}

body.single-product main#main .pricehtml .regular {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.1em;
    color: rgba(51, 51, 51, 0.5);
    text-decoration: line-through;
}


.woocommerce-product-details__short-description {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.75em;
    color: #333;
    position: relative;
    overflow: hidden;
    line-height: 1.75em;
    max-height: calc(1.75em * 5); /* 5 sor magassága */
}

.woocommerce-product-details__short-description::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5em; /* Az utolsó sor magassága */
    background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
}

li.product .woocommerce-product-details__short-description::after {
    background: linear-gradient(to top, #fafafa, rgba(255, 255, 255, 0));
}

.woocommerce-product-details__short-description > p:last-child {
    margin-bottom: 0px;
}


.woocommerce-product-details__short-description.open {
    max-height: none;
}

.woocommerce-product-details__short-description.open::after {
    display: none;
}

.list-view .woocommerce-product-details__short-description > p {
    margin-bottom: 5px;
}

.summary.entry-summary .read-more {
    display: block;
    margin-top: 10px;
    cursor: pointer;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    color: #E31E24;
}

p.shipping-estimate {
    font-size: 15px;
    font-weight: 500;
    color: #d7b56d;
}

p.shipping-estimate i {
    font-size: 28px;
    vertical-align: sub;
    margin-right: 5px;
}

.in-stock,
.out-of-stock,
.stock {
    display: none !important;
}

div#pricehistory {
    color: #e31e24;
    margin-top: 5px;
    font-size: 13px;
}

.woocommerce div.product form.cart div.quantity button {
    border: unset;
    background: unset;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
}

.woocommerce .quantity .qty {
    background: unset;
    border: unset;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    width:30px;
}

.woocommerce div.product form.cart div.quantity button:focus, 
.woocommerce div.product form.cart div.quantity button:hover {
    outline: unset;
    color: #E31E24;
}

.woocommerce div.product form.cart div.quantity {
    padding: 10px;
    background: #FAFAFA;
    border: 1px solid #CECECE;
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-right: 10px;
}

.woocommerce .quantity .qty:focus,
button.single_add_to_cart_button:focus {
    outline: unset;
}

.woocommerce div.product form.cart .button {
    padding: 10px 40px 10px 16px !important;
    font-size: 15px !important;
}

button.single_add_to_cart_button.button:after {
    content: '\f07a';
    font-family: 'Line Awesome Free';
    font-size: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    margin-top: -1px;
}

button.single_add_to_cart_button.button:hover{
    color: white !important;
    background: red !important;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25), -4px -4px 10px rgba(255, 255, 255, 0.5), inset 4px 4px 10px rgba(255,255,255,0.5);
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.woocommerce div.product form.cart .button:focus {
    box-shadow: 0px 0px 10px rgb(227 30 36);
}

.woocommerce div.product form.cart {
    margin-bottom: 0.5em;
}

.woocommerce div.product form.cart {
    float: left;
}

main#main div.summary a.compare:before {
    font-size: 27px;
    padding: 1px 10px;
    border-radius: 10px;
    margin: 0px 10px;
    display: inline-block;
    color: #333;
    border-color: #333;
}

main#main div.summary a.compare:hover:before {
    color: #e31e24;
    border-color: #e31e24;
}

main#main .flex-viewport {
    margin: 0px;
    border: 10px solid #fafafa !important;
    border-radius: 19px !important;
}

main#main div.summary .wishlist,
.yith-wcwl-add-to-wishlist {
    margin-top: 0px;
    display: block !important;
}

main#main div.summary i.yith-wcwl-icon.fa.fa-heart-o,
main#main div.summary i.yith-wcwl-icon.fa.fa-heart{
    padding: 11px;
    border-radius: 10px;
}
main#main div.summary i.yith-wcwl-icon.fa.fa-heart-o{
    border: 1px solid #CECECE;
}
main#main div.summary i.yith-wcwl-icon.fa.fa-heart{
    border: 1px solid #d7b56D;
}

main#main div.summary a.add_to_wishlist.single_add_to_wishlist {
    margin: 0px 0px;
    padding: unset !important;
    float: left;
}

main#main div.summary a.compare {
    display: block !important;
    float: left !important;
}

main#main div.summary .wishlist {
    margin-left: 10px;
}

main#main div.summary i.yith-wcwl-icon.fa.fa-heart,
main#main div.summary i.yith-wcwl-icon.fa.fa-heart-o {
    margin-left: 10px;
}

body.single-product .yith-wcwl-wishlistaddedbrowse,
body.single-product .yith-wcwl-wishlistexistsbrowse {
    position: fixed;
    bottom: 0px;
    left: 50%;
    width: 20%;
    top: unset;
    transform: translateX(-50%);
    right: unset;
}

ul.products li.product span.read-more{display:none;}

div.footer-contact{background-color:white;}

/* product header widget */


.product-header-widgets {
    background: #EAEAEA;
    padding: 1em;
    margin-top: 0.5em;
}

.product-header-widgets div.widget_block, .product-header-widgets div.widget_block > div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.product-header-widgets h2.wp-block-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    color: #333333;
}

body.single-product .farao-wc-cont {
    padding-top: 20px;
}


.product-header-widgets div.wp-block-group:has( > i) {
    background: #FAFAFA;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 5px 20px;
}


.product-header-widgets div.wp-block-group:has( > i) p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    display: flex;
    align-items: center;
}

.product-header-widgets div.wp-block-group:has( > i) i {
    color: #D7B56D;
    font-size: 32px;
}

div.summary .product-sku {
    display: block;
    clear: both;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 27px;
    color: #8F8F8F;
}

.woocommerce-tabs {
    display: none;
}

.farao-tabs-description.row {
    clear: both;
}

.farao-tab-description > h2, 
.farao-tab-additional-info > h2,
.farao-tab-reviews > h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    display: flex;
    align-items: center;
    color: #E31E24;
    margin-bottom: 15px;
}

.tab-contant-container {
    background: #FAFAFA;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 20px;
}

.tab-contant-container {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
    color: #333333;
}

.farao-tab-description p, 
.farao-tab-description div,
.farao-tab-description li {
    margin-bottom: 10px;
}

.woocommerce table.shop_attributes th {
    border: unset !important;
    font-weight: 400;
}

.woocommerce table.shop_attributes td {
    border: unset !important;
    font-weight: 700;
    font-style: unset;
}

.woocommerce table.shop_attributes {
    border: unset;
    margin: 0px;
}

tr.woocommerce-product-attributes-item:nth-child(odd) > * {
    background: white !important;
}

tr.woocommerce-product-attributes-item:nth-child(odd) > th{
    border-radius: 10px 0px 0px 10px !important;
    overflow: hidden;    
}

tr.woocommerce-product-attributes-item:nth-child(odd) > td{
    border-radius: 0px 10px 10px 0px !important;
    overflow: hidden;    
}


tr.woocommerce-product-attributes-item:nth-child(even) > * {
    background: transparent !important;
}

.farao-tabs-reviews.row {
    margin: 30px 0px 0px;
}

.farao-tab-reviews.col-12 {
    padding: 0px;
}

.farao-tab-reviews.col-12 > h2 {
    text-align: center;
    display: block;
}

h2.woocommerce-Reviews-title {
    font-size: 18px;
    font-weight: 700;
}

div#review_form textarea, 
div#review_form input {
    padding: 10px;
    background: #FAFAFA;
    border: 1px solid #CECECE;
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-right: 10px;
}

form#commentform {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

p.comment-notes {
    grid-column: 1 / -1;
}
p.comment-form-comment {
    grid-column: 3 / -1;
    grid-row: 2 / 4;
}
p.comment-form-author {
    grid-row: 2;
    grid-column: 2;
}
p.comment-form-email {
    grid-row: 3;
    grid-column: 2;
}

p.comment-form-cookies-consent {
    grid-column: 1 / -1;
}

form#commentform > p > label {
    font-weight: 800;
}

.comment-form-rating label {
    font-weight: 800;
    font-size: 1.1em;
}

.comment-form-rating p.stars {
    font-size: 25px;
}

.comment-form-rating p.stars a {
    color: #e31e24;
}

.comment-form-rating p.stars {
    font-size: 25px;
    background: white;
    width: max-content;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
}

p.comment-form-comment textarea {
    height: 9em !important;
}

p.comment-notes {
    font-size: 10px;
    width: 100%;
    display: block;
    text-align: right;
}

p.form-submit input[type="submit"] {
    background-color: #E31E24 !important;
    border-radius: 10px !important;
    border-color: #E31E24 !important;
    font-size: 14px !important;
    color: white !important;
    padding: 10px 20px !important;
}

li.review img {
    display: none;
}

ol.commentlist {
    padding: 0px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: unset;
    border: unset;
    padding: unset;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: unset;
    border: unset;
    padding: unset;
    display: grid;
    grid-template-columns: 200px auto;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    grid-column: 1 / 1;
    grid-row: 1 / span 2;
}

.woocommerce #reviews #comments ol.commentlist .star-rating {
    float: unset;
    grid-column: 2 / -1;
    grid-row: 1;
}

.woocommerce #reviews #comments ol.commentlist .description {
    grid-row: 2;
    grid-column: 2;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.9em;
    color: #333333;
    
}

strong.woocommerce-review__author {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.7em;
    color: #333333;
}

span.woocommerce-review__dash {
    display: none;
}

time.woocommerce-review__published-date {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    line-height: 2.25em;
    color: #333333;
}

.star-rating {
    color: #D7B56D;
    font-size: 20px !important;
    margin-bottom: 10px;
}

span#reply-title {
    font-weight: 800;
    font-size: 20px;
    color: #e31e24;
}

form#commentform.logged-in-user {
    display: grid;
    grid-template-columns: unset;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

form#commentform.logged-in-user p.comment-form-comment {
    grid-column: unset;
}

.summary.entry-summary a.woocommerce-review-link {
    font-size: 12px;
    color: #333333;
}

.summary.entry-summary .woocommerce-product-rating {
    margin-bottom: 10px !important;
}

.summary.entry-summary .woocommerce-product-rating > div {
    margin: unset;
    margin-top: 6px;
}

.custom-product-info .product-category {
    width: 100%;
    max-height: 20px;
    overflow: hidden;
    line-height: 1em;
    margin-top: 7px;
}

.woocommerce ul.products li.product div.product-loop-content > .star-rating {
    display: none;
}

.woocommerce ul.products li.product .star-rating {
    margin-bottom: 0px;
}

section.related.products {
    clear: both;
}

section.related.products > h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3em;
    display: inline-block;
    color: #E31E24;
    text-align: center;
    justify-content: center;
    margin: 30px 0px 40px;
    clear: both;
    float: unset;
    width: 100%;
}

.woocommerce-product-gallery:not(:has(.flex-viewport)) {
    display: grid;
    grid-template-columns: 100%;
}

.woocommerce-product-gallery:not(:has(.flex-viewport)) .woocommerce-product-gallery__wrapper div {
    display: flex;
    justify-content: center;
    border: 10px solid #fafafa !important;
    border-radius: 19px !important;
    background: #FAFAFA;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}

.woocommerce-product-gallery:not(:has(.flex-viewport)) .woocommerce-product-gallery__wrapper div img {
    max-height: 400px;
    width: auto !important;
}

body.single-product main div.product:not(:has(.flex-viewport)) .badge-container {
    left: 20px;
}

body.page h1.post-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    display: block;
    color: #E31E24;
    text-align: center;
    margin: 1em 0em;
}

body.page:not(.home) article div.wp-block-group, 
body.page:not(.home) article div.wp-block-group__innter-container {
    padding: 0px !important;
}


/* base formating for pages */
/* Base styles for the page articles */
body.page article {
    font-family: 'Poppins', sans-serif;
    color: #333; /* General text color */
}

/* H1 title */
body.page article h1.post-title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    color: #e31e24;
    margin-bottom: 20px;
}

/* H2 title */
body.page article h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    color: #e31e24;
    margin-bottom: 18px;
}

/* H3 title */
body.page article h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    color: #e31e24;
    margin-bottom: 16px;
}

/* H4 title */
body.page article h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: #e31e24;
    margin-bottom: 14px;
}

/* H5 title */
body.page article h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #e31e24;
    margin-bottom: 12px;
}

/* H6 title */
body.page article h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #e31e24;
    margin-bottom: 10px;
}

/* Paragraphs */
body.page article p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 20px;
}

/* Links */
body.page article a {
    color: #e31e24;
    text-decoration: none;
}

body.page article a:hover {
    text-decoration: underline;
}

/* Lists */
body.page article ul, body.page article ol {
    margin-bottom: 20px;
}

body.page article ul li, body.page article ol li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

/* Buttons */
body.page article .button, 
body.page article button, 
body.page article input[type="button"], 
body.page article input[type="submit"] {
    background-color: #E31E24;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

body.page article .button:hover, 
body.page article button:hover, 
body.page article input[type="button"]:hover, 
body.page article input[type="submit"]:hover {
    background-color: #C4161A;
}

/* Blockquotes */
body.page article blockquote {
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    color: #666;
    border-left: 5px solid #E31E24;
    margin: 20px 0;
    padding: 10px 20px;
}

/* Tables */
body.page article table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

body.page article table th, 
body.page article table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    font-size: 16px;
}

body.page article table th {
    background-color: #f2f2f2;
    font-weight: 600;
}

a.post-edit-link {
    position: fixed;
    bottom: 0px;
    left: 50%;
    z-index: 100;
    color: white !important;
    transform: translateX(-50%);
    background: black;
    border-radius: 10px 10px 0px 0px;
    padding: 10px 45px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5), inset 0px 10px 10px rgba(255,255,255,0.15);
    text-decoration: none !important;
}

a.post-edit-link:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.8), inset 0px 10px 10px rgba(255,255,255,0.25);
    bottom: -3px;
}

.footer-subs-form input[type="email"] {
    padding: 11px 10px !important;
    border: 1px solid #CECECE;
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    font-size: 15px;
    width: 100%;
    outline: none !important;
}

.footer-subs-form label:has(input[type="email"]) {
    font-size: 0px;
    width: 100%;
}

.footer-subs-form > p {
    margin: 0px;
}

.footer-subs-form label:has(input[type="checkbox"]) {
    font-size: 13px;
    display: flex;
    gap: 10px;
}

.footer-subs-form label:has(input[type="checkbox"]) a {
    color: #333;
    line-height: 1.2em;
}

p.footer-subs-submit input {
    background-color: #E31E24;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    padding: 6px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    float: right;
}

.woocommerce div.product form.cart .variations {
    clear: both;
    width: 100%;
}
form.variations_form.cart {
    width: 100%;
}

table.variations select {
    padding: 10px;
    background: #FAFAFA;
    border: 1px solid #CECECE;
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    vertical-align: middle;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    text-align: left;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 2em;
    vertical-align: middle;
}

.woocommerce div.product form.cart .reset_variations {
    color: #333;
}

.woocommerce div.product form.cart {
    float: left;
    width: 100%;
}

section.related.products .badge-container {
    left: 20px;
}

/*
li.product .price span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2em;
    color: #333333;
}*/
/*
li.product .price:not(:has(.actualprice)) span.amount {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2em;
    color: #333333;
}
*/

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #777777;
}

.ssba-modern-2 {
    text-align: left !important;
    width: 100%;
}

span.ssba-share-text {
    font-size: 13px;
    font-weight: 500;
}

.ssba-modern-2 > div {
    text-align: left !important;
    font-family: 'Poppins';
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.ssbp-list > li {
    margin: 0px 2px !important;
    padding: 0px !important;
}

.ssba-modern-2.ssba.ssbp-wrap.aligncenter.ssbp--theme-4 {
    width: 100%;
}
/* mobile */

.onlymobile{display:none;}

/* animations */

a, img, i, div, ul, li, ::after, ::before, :after, :before, button, p, a.wp-element-button {
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.noanimation, .n2_clear, .n2_clear *, .flex-viewport, .flex-viewport *  {
	-webkit-transition: unset;
	-moz-transition: unset;
	-o-transition: unset;
	transition: unset;
}

.blur {
    filter: blur(1px);
    -moz-filter: blur(1px);
    -webkit-filter: blur(1px);
    -o-filter: blur(1px);
}

div.wp-block-group:not(.visiblecontent, .hero) {
    opacity: 0;
    filter: blur(10px);
    position: relative;
    top:50px;
}

div.wp-block-group.visiblecontent {
    opacity: 1;
    filter: blur(0px);
    position: relative;
    top:0px;
}

div.wp-block-group.visiblecontent {
	-webkit-transition: all 0.55s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}


footer.sub-footer {
    padding: 15px;
    position: relative;
}

footer.sub-footer .row {
    display: flex;
    justify-content: center;
}


.copyrights span {
    font-weight: 600;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: #e31e24;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}


.wc-proceed-to-checkout {
    font-size: 13px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    background-color: #C4161A !important;
    text-decoration: none;
    background-image: none;
    color: #ffffff;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25), -4px -4px 10px rgba(255, 255, 255, 0.5), inset 4px 4px 10px rgba(255,255,255,0.2);
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #e9e6ed !important;
    text-shadow: unset;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled], 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled], 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled], 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
    color: inherit;
    background-color: #e9e6ed !important;
    text-shadow: unset; 
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #a9a6ad !important;
    text-shadow: unset;
}

.woocommerce table.cart td.actions .coupon input, 
.woocommerce table.cart td.actions .coupon button {
    font-size: 13px;
    padding: 10px !important;
    line-height: 1.2em;
    width: 150px;
    border-radius: 10px;
}


.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: unset;
    background: #fafafa;
    border-radius: 10px;
    padding: 20px;
}

.woocommerce form .form-row span {
    width: 100%;
}

.woocommerce-form-coupon-toggle > div {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-content: center;
    align-items: center;
}

p.tp-submit-text.tp-before-submit-btn {
    font-style: italic;
    padding-top: 10px;
    display: block;
}

div#order_review, 
form.checkout_coupon.woocommerce-form-coupon {
    background: #FFFFFF !important;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1), 0px -10px 10px rgba(255, 255, 255, 0.65);
    border-radius: 25px;
    padding: 20px;
    border: unset;
}


h3#order_review_heading {
    padding: 10px 20px;
}

tr.order-total {
    color: #C4161A;
}

form.checkout_coupon.woocommerce-form-coupon > * {
    margin: unset;
}

.wc-block-cart__submit-container .wc-block-components-spinner {
    position: absolute;
    top: 0px;
    left: 0px;
}

div#customer_details {
    padding: 20px 10px;
    background: #ffffffa6;
    border-radius: 25px;
    margin-bottom: 10px;
}

div#tp_checkout_field h4 {
    font-weight: bolder;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    text-align: left !important;
    align-items: flex-start;
}

.cart_totals.calculated_shipping {
    background: #FFFFFF !important;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1), 0px -10px 10px rgba(255, 255, 255, 0.65);
    border-radius: 25px;
    padding: 20px;
    margin-top: 20px;
}

.cart_totals.calculated_shipping h2 {
    font-size: 30px;
}

.cart_totals.calculated_shipping * {
    font-size: 15px;
    line-height: 1.3em;
}

.wc-proceed-to-checkout, .wc-proceed-to-checkout * {
    margin: unset !important;
    width: 100%;
}

.wc-proceed-to-checkout a {
    font-size: 17px !important;
    font-weight: 700 !important;
    padding: 20px !important;
}

form.checkout.woocommerce-checkout input, form.checkout.woocommerce-checkout textarea {
    padding: 10px;
    background: #FAFAFA;
    border: 1px solid #CECECE;
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    font-size: 14px;
}

.woocommerce form .form-row label {
    line-height: 1.5em;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Poppins';
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
    background: #fafafa;
    border-radius: 10px;
    padding: 20px;
}

form.checkout.woocommerce-checkout h3 {
    font-weight: 700;
    font-size: 1.75em;
}

span.optional {
    display: none;
}

/* 404 */

article#post-404 {
    text-align: center;
    padding: 120px 0px;
    position: relative;
}

article#post-404 h1, article#post-404 h2 {
    position: relative;
    z-index: 10;
}

article#post-404 h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    color: #e31e24;
    margin-bottom: 18px;
}

article#post-404 h2 a {
    color: red;
}

.bgtxt {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 280px;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0.1;
    font-weight: 900;
    margin-top: -10px;
}

.product-image-wrapper {
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 6px;
}

.accessories {
    background: #fafafa;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 10px !important;
    position: relative !important;
    margin-bottom: 20px;
    clear: both;
}

.accessories > h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    display: flex;
    align-items: center;
    color: #E31E24;
}

.accessories {
    margin-top: 20px;
}

.accessory-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-gap: 20px;
}

.accessory {
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.accessory .image {
    margin-bottom: 10px;
}

.accessory .image img {
    max-width: 100%;
    height: auto;
}

.accessory .info {
    padding: 10px;
}

.accessory .info h3 {
    margin-top: 0;
}

.accessory .info .price {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.accessory .info .add-to-cart {
    display: block;
    background-color: #007bff;
    color: #fff;
    text-align: center;
    padding: 10px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
}

.accessory .info .add-to-cart:hover {
    background-color: #0056b3;
}

.accessory {
    border: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    
}

.accessory .info h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    align-items: center;
    color: #E31E24;
    margin: 0px !important;
    padding: 0px !important;
    line-height: 1.3em !important;
}

.accessory .custom-product-buttons {
    gap: 5px;
    display: flex;
    flex-direction: row;
    width: 250px;
}

.accessory .image {
    margin-bottom: 0px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accessory .image img {
    aspect-ratio: auto;
    max-height: 100%;
    margin-right: 10px;
    width: auto;
    border-radius: 5px;
}
.accessory .info {
    padding: 0px;
}

.info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.up-sells.upsells.products > h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    color: #E31E24;
}

section.up-sells.upsells.products {
    clear: both;
}

.wc-sidebar.col .footer-contact {
    width: 100%;
    border-radius: 10px;
}


.wc-block-price-filter__range-input-progress.wc-block-components-price-slider__range-input-progress {
    --track-background: linear-gradient(to right, transparent var(--low), #e31e24 0, #ed3c42 var(--high), transparent 0) no-repeat 0 100% / 100% 100%;
}

nav.woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    background: #FAFAFA;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-bottom:10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 10px;
    list-style-type: none;
    margin-bottom: 0px;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
    font-weight: 600;
    width: 100%;
    display: block;
    padding: 7px;
    border-bottom: 1px solid #efefef;
}
.woocommerce-MyAccount-content {
    padding: 20px;
}

form.woocommerce-EditAccountForm.edit-account input {
    background: #ffffff;
    border: 1px solid #e0e0e0 !important;
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.15) !important;
    border-radius: 10px !important;
    height: unset !important;
    padding: 10px 14px 10px;
    font-size: 14px;
}
form.woocommerce-EditAccountForm.edit-account input[type="password"]{
    padding-left:30px;
}
.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
    margin-left: 20px;
}

div.asl_r .results .item .asl_content h3 a {
    color: rgb(217, 49, 43);
    font-weight: 700;
}


div.product .woocommerce-product-gallery .flex-control-nav-wrapper {
    height: 340px;
    overflow: hidden;
    position: relative;
}

div.product .woocommerce-product-gallery  .flex-control-inner-nav-wrapper {
    margin: 15px 0px;
    height: 315px;
    overflow: hidden;
}

div.product .woocommerce-product-gallery  .flex-control-thumbs {
    display: flex;
    flex-direction: column;
    max-height: 400px;
    overflow: visible !important;
    position: relative;
    transition: transform 0.3s ease-in-out;
}

div.product .woocommerce-product-gallery  .flex-control-thumbs li {
    margin-bottom: 10px; /* Igazítsd az ízlésed szerint */
}

div.product .woocommerce-product-gallery  .flex-control-thumbs img {
    width: 100px; /* A kívánt szélesség */
    height: auto;
}

div.product .woocommerce-product-gallery .flex-nav-prev,
div.product .woocommerce-product-gallery .flex-nav-next {
    cursor: pointer;
    background-color: #ccc; /* Igazítsd az ízlésed szerint */
    border: none;
    padding: 10px;
    font-size: 16px;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
}

div.product .woocommerce-product-gallery .flex-nav-prev {
    top: 10px;
}
div.product .woocommerce-product-gallery .flex-nav-next {
    bottom: 10px;
}

div.product .woocommerce-product-gallery ul.flex-direction-nav {
    list-style-type: none;
    padding: 0px;
}

div.product .woocommerce-product-gallery ul.flex-direction-nav a{
    font-size:0px;
}

div.product .woocommerce-product-gallery ul.flex-direction-nav li {
    padding: 0px;
    background: transparent;
}

div.product .woocommerce-product-gallery ul.flex-direction-nav a:before {
    background-color: #E31E24;
    border-radius: 10px;
    border-color: #E31E24;
    border-width: 1px;
    border-style: solid;
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 13px !important;
    font-weight: 600;
    line-height: inherit;
    text-decoration: none;
    padding: 5px 5px !important;
    content: '';
}

div.product .woocommerce-product-gallery ul.flex-direction-nav a.flex-prev:before {
    content: '\f106';
    font-family: 'Line Awesome Free';
}

div.product .woocommerce-product-gallery ul.flex-direction-nav a.flex-next:before {
    content: '\f107';
    font-family: 'Line Awesome Free';
}

div.product .woocommerce-product-gallery ul.flex-direction-nav a.flex-disabled:before {
    background: #e4e4e4;
    border: 1px solid #d9d9d9;
}

body.single-product main#main .related.products .pricehtml .actualprice,
body.single-product main#main section.up-sells.upsells.products .pricehtml .actualprice{
    font-size: unset;
}

span.woocommerce-Price-amount.amount {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2em;
    color: #333333;
}

.tab-contant-container h1 {
    font-size: 26px;
    line-height: 1.2em !important;
    margin-top: 1em;
}

.tab-contant-container h2 {
    font-size: 20px;
    line-height: 1.2em !important;
    margin-top: 0.75em;
}

.tab-contant-container h3 {
    font-size: 18px;
    line-height: 1.2em !important;
    margin-top: 0.7em;
}

.tab-contant-container h4 {
    font-size: 16px;
    line-height: 1.2em !important;
    margin-top: 0.65em;
}

.tab-contant-container h5 {
    font-size: 14px; 
    line-height: 1.2em !important;
    margin-top: 0.6em;
}

.tab-contant-container h6 {
    font-size: 12px;
    line-height: 1.2em !important;
    margin-top: 0.55em;
}

body.single-product main#main .summary .pricehtml .actualprice > .amount {
    font-size: 30px;
}

div#mailchimp-gdpr-fields {
    background: white;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid silver;
}

div#mailchimp-gdpr-fields > p {
    font-size: 15px;
    font-weight: 600;
}
div#mailchimp-gdpr-fields input {
    margin-right: 7px;
}

div#mailchimp-gdpr-fields p {
    margin: unset;
}

div#mailchimp-gdpr-fields label {
    margin: 10px 0px 5px;
    font-size: 15px;
}


@media screen and (max-width:500px){    

}

@media screen and (max-width:765px){
	.container {
		max-width: 95%;
	}  
	.onlymobile{display:block;}
    .hidemobile{display:none !important;}   
    .logo-container {
        text-align: center;
    }
    .header-content-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }    
    .header-content-container > div.mt-3 {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-end;
        margin-top: 0px !important;
        width: 100%;
    }
    .header-content-container > div.mt-3 > * {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .asl_w_container {
        width: 100%;
        margin: 0px 0px 0px 0px;
        max-width: 100%;
        float: unset;
    }
    .header-content-container > div.mt-3 > div.col-md-4 {
        order: -1;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    .custom-product-buttons {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        gap: 5px;
        flex-wrap: nowrap;
        flex-direction: column;
        width: 100%;
    }
    .custom-product-buttons a {
        max-width: 100% !important;
        width: 100%;
    }         
    .wp-block-columns:has(.n2-section-smartslider) > div.wp-block-column:nth-child(2) {
        flex-basis: 250px !important;
    }
    .wp-block-columns:has(.n2-section-smartslider) > div.wp-block-column:nth-child(2) .wp-block-cover {
        min-height: 340px !important;
    }    
    .wp-block-columns:has(.n2-section-smartslider) > div.wp-block-column:nth-child(2) p {
        margin-bottom: 0px;
        font-size: 11px;
    }
    .wp-block-columns:has(.n2-section-smartslider) > div.wp-block-column:nth-child(2) p {
        margin-bottom: 0px;
        font-size: 11px;
    }
    .wp-block-columns:has(.n2-section-smartslider) > div.wp-block-column:nth-child(2) h2 {
        font-size: 32px !important;
        margin-bottom: 10px;
    }    
    .wp-block-columns:has(.n2-section-smartslider) > div.wp-block-column:nth-child(2) div {
        margin-bottom: 6px;
    }
    .wp-block-cover.is-light.has-custom-content-position.is-position-bottom-left h2 {
        font-size: 29px !important;
    }
    .wp-block-cover.is-light.has-custom-content-position.is-position-bottom-left p {
        margin-bottom: 8px;
        font-size: 15px;
    }    
    ul.products.columns-4 {
        display: grid;
        grid-template-columns: 98%;
        gap: 20px;
        max-width: 100% !important;
        width: 100% !important;
    }
    ul.products.columns-4:before {
        display: none;
    }
    ul.products.columns-4 li {
        margin: unset !important;
        width: unset !important;
        float: unset !important;
    }
    body.page.home article > div {
        padding: 20px;
    }
    .cat-list-item {
        width: calc((100% / 3) - 20px);
    }    
    footer .contact {
        display: grid;
        grid-template-columns: 48% 48%;
        gap: 2%;
    }
    footer .contact > div {
        width: 100%;
    }
        
    .header-content-container {
        order: -1;
    }
    .row.header-boxes {
        display: grid;
        gap: 1%;
        padding: 0px;
        grid-template-columns: 30% 30% 40%;
        width: 100%;
    }
    .row.header-boxes .box-title {
        display: none !important;
    }
    .row.header-boxes > div {
        display: flex;
        align-items: center;
        padding: 5px;
    }
    .row.header-boxes > div svg {
        height: 20px;
    }
    .row.header-boxes * {
        font-size: 13px !important;
    }      
    .asl_w_container {
        width: 100%;
        margin: 0px 0px 0px 0px;
        min-width: 100%;
    }
    .header-content-container > div.mt-3 > * {
        padding: 0px;
    }
    footer .contact {
        display: grid;
        grid-template-columns: 100%;
        gap: 10px;
    }
    ul#menu-lablec-infok {
        list-style-type: none;
        padding: 0px;
        column-count: 1;
    }
    .preheader.container .row > div {
        display: flex;
        justify-content: space-between;
        padding: 10px 15px;
        flex-direction: column;
        align-content: center;
        align-items: center;
        gap:6px;
    }    
    .preheader.container * {
        font-size: 13px;
    }
    .preheader.container i {
        font-size: 20px;
    }
    div#mega-menu-wrap-header-menu {
        position: fixed;
        top: 4px;
        right: 4px;
        z-index: 1000;
        max-width: calc(100% - 7px) !important;
    }    

    div#mega-menu-wrap-header-menu:has(.mega-menu-open){
        width: calc(100% - 7px) !important;
    }

    .mega-sub-menu ul.product-categories {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        list-style-type: none;
    }
    li#mega-menu-item-woocommerce_product_categories-3 {
        padding: 0px !important;
    }
    .farao-wc-main-head {
        min-height: 140px;
        height:unset;
    }    
    .order-list-title {
        font-size: 13px;
    }
    .woocommerce .woocommerce-ordering select {
        vertical-align: top;
        width: 100%;
    }
    .woocommerce .woocommerce-ordering {
        width: calc(100% - 170px);
    }
    .farao-wc-cont-title h1 {
        font-size: 32px;
    }
    body.archive p#breadcrumbs {
        font-size: 12px;
        margin-bottom: 0px;
    }    
    .farao-wc-rendezo .row {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: space-between;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .farao-wc-rendezo .row > div {
        width: 100%;
    }    
    .wc-sidebar.col {
        width: 100%;
        max-width: 100%;
        margin-right: unset;
    }
    .wc-content.header {
        display: flex;
        justify-content: space-between;
        margin: 20px 0px;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;
        gap: 10px;
    }
    ul.products.columns-3 {
        display: flex;
        flex-direction: column;
    }
    .woocommerce ul.products li {
        width: 100% !important;
    }
    .custom-product-buttons {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        gap: 5px;
        flex-wrap: nowrap;
        flex-direction: column;
        width: 100%;
    }
    .custom-product-buttons a {
        max-width: 100% !important;
        width: 100%;
    }   
    body.archive ul.grid-view .custom-product-buttons {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
    }
    body.archive ul.grid-view .custom-product-buttons > * {
        width: 100% !important;
    }
    #primary ul.products.list-view li.product img {
        height: unset;
        width: unset;
        margin: unset;
    }
    #primary ul.products.list-view li {
        width: initial;
        display: initial;
    }
    .list-view .woocommerce-product-details__short-description {
        display: none;
    }
    .list-view .custom-product-buttons {
        width: initial;
    }
    .list-view .custom-product-buttons > a, 
    .list-view .custom-product-buttons > div > a {
        padding: 8px 10px !important;
        width: 100% !important;
        margin: 0px !important;
    }
    .list-view .custom-product-buttons > div{
        padding: 0px !important;
        width: 100% !important;
    }
    div.product .woocommerce-product-gallery .flex-control-thumbs{
        order: 3;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        flex: 1 1 100px;
        height: unset;
        width: 100%;
        overflow: visible !important;
        max-height:unset;
        gap:10px;
    }
    .woocommerce-product-gallery {
        display: grid;
        grid-template-columns: auto;
        width: 100% !important;
        gap: 10px;
        z-index: 1;
    }
    div.product .woocommerce-product-gallery .flex-control-inner-nav-wrapper {
        margin: 15px 0px 0px;
        height: unset;
        overflow: hidden;
    }
    body.single-product .badge-container {
        top: 20px;
        left: 20px;
    }
    ol.flex-control-nav.flex-control-thumbs li {
        flex: 0 1 calc(100% / 5 - 8px);
    }
    .woocommerce div.product div.summary {
        width: 100%;
        padding-left: unset;
    }
    .woocommerce div.product form.cart div.quantity {
        width: 102px;
    }
    .woocommerce div.product form.cart {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .woocommerce div.product form.cart .button {
        padding: 12px 30px 12px 7px !important;
        font-size: 13px !important;
        width: calc(100% - 120px);
    }
    main#main div.summary > form > .wishlist,
    main#main div.summary > form > .compare {
        margin-left: 0px;
        margin-top: 10px;
    }
    main#main div.summary i.yith-wcwl-icon.fa.fa-heart, main#main div.summary i.yith-wcwl-icon.fa.fa-heart-o {
        margin: 0px;
    }
    .ssba-modern-2 > div {
        gap: 0px;
        flex-direction: column;
        margin: 20px 0px;
    }
    span.ssba-share-text {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 4px;
        color: #333;
    }
    .social-share {
        background: #FAFAFA;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        padding: 1px 10px;
        margin-top: 20px;
    }
    .ssba-modern-2 > div {
        margin: 10px 0px;
    }
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        grid-template-columns: auto;
    }
    .woocommerce #reviews #comments ol.commentlist .star-rating {
        float: unset;
        grid-column: 1;
        grid-row: 1;
    }
    .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
        grid-column: 1;
        grid-row: 2;
    }
    .woocommerce #reviews #comments ol.commentlist .description {
        grid-row: 3;
        grid-column: 1;
    }
    body.single-product .custom-product-buttons > * {
        width: 100% !important;
    }
    .product-header-widgets div.widget_block, .product-header-widgets div.widget_block > div {
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 10px;
        flex-direction: column;
        align-items: stretch;
    }
    .product-header-widgets h2.wp-block-heading {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        color: #333333;
    }
    .product-header-widgets div.wp-block-group:has( > i) i {
        color: #D7B56D;
        font-size: 26px;
    }
    .product-header-widgets div.wp-block-group:has( > i) p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 18px;
        display: flex;
        align-items: center;
    }    
    .woocommerce div.product div.summary {
        width: 100%;
        padding-left: 0%;
    }
    tr.woocommerce-shipping-totals.shipping td[data-title="Szállítás"]:before {
        width: 100%;
        text-align: left;
    }
    .woocommerce ul#shipping_method {
        text-align: left;
    }
    tr.woocommerce-shipping-totals.shipping td[data-title="Szállítás"] > p, tr.woocommerce-shipping-totals.shipping td[data-title="Szállítás"] > form {
        text-align: left;
    }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        float: unset;
        width: 100%;
        background: #fafafa;
        border-radius: 10px;
        padding: 15px;
    }

    div.product .woocommerce-product-gallery .flex-viewport {
        order: 1;
    }
    div.product .woocommerce-product-gallery .flex-control-nav-wrapper {
        height: unset;
        overflow: hidden;
        position: relative;
        order: 2;
    }
    div.product .woocommerce-product-gallery ul.flex-direction-nav {
        display: none;
    }
    .cat-list-item {
        width: calc((100% / 2) - 20px);
    }    
    form#commentform {
        display: block;
        grid-template-columns: unset;
        grid-template-rows: unset;
        grid-column-gap: unset;
        grid-row-gap: unset;
    }
    div#review_form textarea, 
    div#review_form input:not([type="checkbox"]) {
        padding: 10px;
        background: #FAFAFA;
        border: 1px solid #CECECE;
        box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        margin-right: 10px;
        width: calc(100% - 10px);
    }
    p.comment-form-cookies-consent {
        display: flex;
    }
    div#review_form input[type="checkbox"]{
        border: unset !important;
        box-shadow: unset;
    }
    .accessory-grid {
        display: grid;
        grid-template-columns: none;
        grid-gap: 20px;
    }
    .accessory {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .accessory .image img {
        aspect-ratio: auto;
        max-height: 100%;
        width: auto;
    }

    .woocommerce div.product form.cart .variations tr {
        display: flex;
        flex-direction: column;
    }   
    .woocommerce div.product form.cart .variations tr th label:after {
        content: ':';
    }
    .single_variation_wrap {
        width: 100%;
    }
    main#main div.summary .wishlist {
        margin-left: 0px;
        clear: both;
    }
    .woocommerce-variation-add-to-cart {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }
    .woocommerce div.product form.cart div.quantity{
        margin-right: 0px;
    }
    main#main div.summary a.compare:before {
        margin: 0px 0px;
    }
    p.shipping-estimate {
        font-size: 14px;
        margin: 0px;
    }
    span.ssba-share-text {
        font-size: 13px;
        margin-top: 10px;
    }
    .accessory .custom-product-buttons {
        gap: 5px;
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 0px;
    }
    .accessory .info h3 {
        margin-top: 10px !important;
    }
    ul#menu-lablec-infok {
        list-style-type: none;
        padding: 0px;
        /* column-count: 2; */
        display: flex;
        justify-content: center;
        flex-direction: column;
        flex-wrap: wrap;
        text-wrap: nowrap;
        gap: 5px;
        align-items: center;
    }
    body.penztar .container {
        max-width: 100% !important;
        padding: 0px !important;
    }

}


@media (min-width: 766px){
         
}


@media (min-width: 766px) and (max-width:900px){    
	.container {
		max-width: 95%;
	}  
	.onlymobile{display:block;}
    .hidemobile{display:none !important;}   
    .wp-block-columns:has(.n2-section-smartslider) > div.wp-block-column:nth-child(2) {
        flex-basis: 250px !important;
    }

    .logo-container {
        text-align: center;
    }
    .header-content-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }    
    .header-content-container > div.mt-3 {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-end;
        margin-top: 0px !important;
    }
    .header-content-container > div.mt-3 > * {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .asl_w_container {
        width: 100%;
        margin: 0px 0px 0px 0px;
        min-width: 200px;
        max-width: 460px;
        float: unset;
    }
    .header-content-container > div.mt-3 > div.col-md-4 {
        order: -1;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    .custom-product-buttons {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        gap: 5px;
        flex-wrap: nowrap;
        flex-direction: column;
        width: 100%;
    }
    .custom-product-buttons a {
        max-width: 100% !important;
        width: 100%;
    }         
    .wp-block-columns:has(.n2-section-smartslider) > div.wp-block-column:nth-child(2) {
        flex-basis: 250px !important;
    }
    .wp-block-columns:has(.n2-section-smartslider) > div.wp-block-column:nth-child(2) .wp-block-cover {
        min-height: 340px !important;
    }    
    .wp-block-columns:has(.n2-section-smartslider) > div.wp-block-column:nth-child(2) p {
        margin-bottom: 0px;
        font-size: 11px;
    }
    .wp-block-columns:has(.n2-section-smartslider) > div.wp-block-column:nth-child(2) p {
        margin-bottom: 0px;
        font-size: 11px;
    }
    .wp-block-columns:has(.n2-section-smartslider) > div.wp-block-column:nth-child(2) h2 {
        font-size: 32px !important;
        margin-bottom: 10px;
    }    
    .wp-block-columns:has(.n2-section-smartslider) > div.wp-block-column:nth-child(2) div {
        margin-bottom: 6px;
    }
    .wp-block-cover.is-light.has-custom-content-position.is-position-bottom-left h2 {
        font-size: 29px !important;
    }
    .wp-block-cover.is-light.has-custom-content-position.is-position-bottom-left p {
        margin-bottom: 8px;
        font-size: 15px;
    }    
    ul.products.columns-4 {
        display: grid;
        grid-template-columns: 49% 49%;
        gap: 2%;
        max-width: 100% !important;
        width: 100% !important;
    }
    ul.products.columns-4:before {
        display: none;
    }
    ul.products.columns-4 li {
        margin: unset !important;
        width: unset !important;
        float: unset !important;
    }
    body.page.home article > div {
        padding: 20px;
    }
    .farao-wc-main-head {
        min-height: 180px;
        height:unset;
    }
    .woocommerce nav.woocommerce-pagination {
        text-align: center;
        display: flex;
    }
    .wc-sidebar.col {
        width: 250px;
        max-width: 250px;
        margin-right: 0px;
    }
    .order-list-title {
        font-size: 13px;
    }
    .woocommerce .woocommerce-ordering select {
        vertical-align: top;
        width: 137px;
    }
    .wc-content.header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        flex-direction: column;
        align-items: center;
    }
    .farao-wc-main-head {
        min-height: 180px;
        height:unset;
    }
    .wc-sidebar.col {
        width: 250px;
        max-width: 250px;
        margin-right: 0px;
    }    
    .custom-product-buttons {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        gap: 5px;
        flex-wrap: nowrap;
        flex-direction: column;
        width: 100%;
    }
    .custom-product-buttons a {
        max-width: 100% !important;
        width: 100%;
    }   
    ul.products.columns-4 {
        display: grid;
        grid-template-columns: auto auto auto;
        gap: 30px;
        max-width: 100% !important;
        width: 100% !important;
    }
    ul.products.columns-4:before {
        display: none;
    }
    ul.products.columns-4 li {
        margin: unset !important;
        width: unset !important;
        float: unset !important;
    }
    body.page.home article > div {
        padding: 20px;
    }
    body.archive ul.grid-view .custom-product-buttons {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
    }
    body.archive ul.grid-view .custom-product-buttons > * {
        width: 100% !important;
    }
    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        width: 46%;
        margin: 0 4% 1% 0%;
    }
    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product.first {
        clear: none;
    }   
    .cat-list-item {
        width: calc((100% / 3) - 20px);
    }      
    

}

@media (min-width: 901px) and (max-width:920px){
    .wc-content.header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        flex-direction: column;
        align-items: center;
    }
    .farao-wc-main-head {
        min-height: 180px;
        height:unset;
    }
    .wc-sidebar.col {
        width: 250px;
        max-width: 250px;
        margin-right: 0px;
    }

}

@media (min-width: 901px) and (max-width:1200px){
	.container {
		max-width: 95%;
	}
    .logo-container {
        text-align: center;
    }
    .header-content-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }    
    .header-content-container > div.mt-3 {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-end;
        margin-top: 0px !important;
    }
    .header-content-container > div.mt-3 > * {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .asl_w_container {
        width: 100%;
        margin: 0px 0px 0px 0px;
        min-width: 200px;
        max-width: 460px;
        float: unset;
    }
    .header-content-container > div.mt-3 > div.col-md-4 {
        order: -1;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    .custom-product-buttons {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        gap: 5px;
        flex-wrap: nowrap;
        flex-direction: column;
        width: 100%;
    }
    .custom-product-buttons a {
        max-width: 100% !important;
        width: 100%;
    }         
    .wp-block-columns:has(.n2-section-smartslider) > div.wp-block-column:nth-child(2) {
        flex-basis: 250px !important;
    }
    .wp-block-columns:has(.n2-section-smartslider) > div.wp-block-column:nth-child(2) .wp-block-cover {
        min-height: 340px !important;
    }    
    .wp-block-columns:has(.n2-section-smartslider) > div.wp-block-column:nth-child(2) p {
        margin-bottom: 0px;
        font-size: 11px;
    }
    .wp-block-columns:has(.n2-section-smartslider) > div.wp-block-column:nth-child(2) p {
        margin-bottom: 0px;
        font-size: 11px;
    }
    .wp-block-columns:has(.n2-section-smartslider) > div.wp-block-column:nth-child(2) h2 {
        font-size: 32px !important;
        margin-bottom: 10px;
    }    
    .wp-block-columns:has(.n2-section-smartslider) > div.wp-block-column:nth-child(2) div {
        margin-bottom: 6px;
    }
    .wp-block-cover.is-light.has-custom-content-position.is-position-bottom-left h2 {
        font-size: 29px !important;
    }
    .wp-block-cover.is-light.has-custom-content-position.is-position-bottom-left p {
        margin-bottom: 8px;
        font-size: 15px;
    }    
    ul.products.columns-4 {
        display: grid;
        grid-template-columns: auto auto auto;
        gap: 30px;
        max-width: 100% !important;
        width: 100% !important;
    }
    ul.products.columns-4:before {
        display: none;
    }
    ul.products.columns-4 li {
        margin: unset !important;
        width: unset !important;
        float: unset !important;
    }
    body.page.home article > div {
        padding: 20px;
    }
    body.archive ul.grid-view .custom-product-buttons {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
    }
    body.archive ul.grid-view .custom-product-buttons > * {
        width: 100% !important;
    }
    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        width: 46%;
        margin: 0 4% 1% 0%;
    }
    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product.first {
        clear: none;
    }
    .cat-list-item {
        width: calc((100% / 5) - 20px);
    }    
}

@media (min-width: 1201px) and (max-width:1399px){
    .container {
        max-width: 95%;
    }
    .header-content-container > div.mt-3 {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-end;
        margin-top: 0px !important;
    }
    .header-content-container > div.mt-3 > * {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .asl_w_container {
        width: 100%;
        margin: 0px 0px 0px 0px;
        min-width: 200px;
        max-width: 460px;
        float: right;
    }
    .header-content-container > div.mt-3 > div.col-md-4 {
        order: -1;
        margin-bottom: 15px;
    }    
    .cat-list-item {
        width: calc((100% / 5) - 20px);
    }    
}

@media (min-width: 1400px){
    .container {
        max-width: 1350px;
    }
}

footer.footer a {
    color: red;
}

body.woocommerce-cart p.woocommerce-shipping-destination{
    display: none;
}

div:not(.product-loop-content) .variation-price-container .regular {
    border: unset;
    padding: unset;
    margin: unset;
    position: unset;
}

div.product-loop-content .variation-price-container .actualprice {
    font-size: inherit;
}

/* 2025 07 10 lucky wheel */

.wheel_description h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1em;
    display: flex;
    align-items: center;
    color: #E31E24;
    text-transform: uppercase;
}


.wlwl_user_lucky .wlwl-frontend-result {
    background: #f6f6f6;
    border-radius: 10px;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
}


.wlwl_lucky_wheel_content.lucky_wheel_content_show {
    max-width: 800px;
}

.wlwl-frontend-result strong {
    color: #e31e24;
    font-weight: 600;
}

.wheel_content_right * {
    font-family: 'Poppins';
}

span.wlwl-cancel {
    background: white;
    padding: 7px;
}

.wheel_content_right .wlwl_user_lucky .wlwl_spin_button {
    border-radius: 40px;
    font-weight: 600;
    font-family: 'Poppins' !important;
    font-size: 21px;
}

input#wlwl_player_mail {
    border-radius: 60px;
}

@media screen and (max-width:765px){
    .wlwl-close-wheel, .wlwl-hide-after-spin {
        right: 22px !important;
        top: 25px !important;
    }
}