/* DEFAULTS */
@font-face {
  font-family: Montserrat;
  src: url(/wp-content/themes/cooponline.theme/assets/fonts/Montserrat/Montserrat-VariableFont_wght.ttf);
  font-display: swap;
}
@keyframes spinHorizontal {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}
@keyframes co_grow {
    0% {
        transform: scale(0.95);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.95);
    }
}
@keyframes forgo {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes forgoCart {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes hideAdded {
    0% {
        visibility: visible;
        opacity: 1;
    }
    90% {
        visibility: visible;
        opacity: 1;
    }
    100% {
        visibility: hidden;
        opacity: 0;
    }
}
@keyframes mozgas {
    0% {
        transform: translatex(0%);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translatex(100%);
    }
}
:root{
    --orange: #f7891d;
}
body{
    font: 13px/20px PTSansRegular,Arial,Helvetica,sans-serif;
    --wp--preset--font-family--system-font: Montserrat!important;
    font-family: Montserrat!important;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
p,
span,
textarea,
body > *{
    font-family: Montserrat;
}
label {
    font-size: 13px;
    margin-bottom: 0!important;
}
::placeholder{
    color: #d2d2d2!important;
}
body:not(.logged-in) .co-logout{
    display: none;
}
.co-reg-reasons{
    display: none;
}
body a,
body a:hover,
body a:after,
body a:before {
    color: #f7891d;
    text-decoration: none!important;
}
.dashboard-icon{
    position: relative;
}
body:not(.logged-in) .dashboard-icon:hover .co-reg-reasons{
    display: block;
    position: absolute;
    top: 70px;
    right: 0;
    max-width: 377px;
    width: max-content;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    z-index: 1;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
}
main{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: center;
    justify-content: center;
    max-width: 1100px!important;
    margin: auto;
    overflow-x: clip;
}
#wps_wpr_order_notice,
.woocommerce-message,
.hidden{
    display: none;
}
.button:not(.is-form),
.co-btn,
.wp-element-button{
    display: block;
    padding: 12px 30px;
    width: fit-content;
    background: linear-gradient(to right, #f35310, #fbbe2a, #f35310);
    color: white!important;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s;
    background-size: 200% 100%;
    outline: none;
    border: none;
}
.button:not(.is-form):hover,
.co-btn:hover,
.wp-element-button:hover{
    background-size: 100% 100%!important;
}
.entry-content{
    width: 100%;
}
.hazhozszallitas {
    animation: mozgas 3s linear infinite;
    margin-bottom: 20px!important;
}
.page-id-2764120 h1{
    display: block;
}
.page-id-2764120 h1,
.entry-content h1{
    text-align: center;
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 1.5;
    color: #333333;
    font-weight: 700;
}
.entry-content h3{
    text-align: left;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    font-weight: 600;
}
.entry-content h4{
    text-align: left;
    font-size: 21px;
    line-height: 1.5;
    color: #333333;
    font-weight: 600;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
}
.entry-content p{
    text-align: left;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #212121;
}
.entry-content ul{
    margin-bottom: 20px;
}
.entry-content li{
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    color: #212121;
}
.wp-block-column a,
.entry-content a{
    color: #f7891d;
    text-decoration: none;
}
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    background-color: #ffffff;
    border-top: 1px solid #e0dede;
    border-bottom: 1px solid #e0dede;
    color: #4a4e57;
}
.woocommerce .woocommerce-info{
    padding-left: 0;
    padding-right: 0;   
}
.woocommerce .woocommerce-info .button{
    display: block;
    float: none;
    margin-top: 10px;    
}
.woocommerce-page label.woocommerce-form__label-for-checkbox span.optional::before{
    display: none;
}
.co-prizes .wp-block-column img{
    object-fit: contain;
    max-height: 90px;
    margin-bottom: 20px;
}
.co-prizes h3,
.co-prizes p{
    text-align: center;
}
h2.alcim{
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 1.1em;
}
.co-media figure{
    height: 54px;
}
.co-media img{
    object-fit: contain;
    width: 100%;
    height: 54px;
}
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=phone-number],
input[type=text] {
    border: 1px solid #d2d2d2;
    font-size: 13px;
    color: #747474;
    padding: 8px 15px;
    width: 100%;
    box-sizing: border-box;
}
.woocommerce-error{
    background-color: red;
    color: white;
    border: none;
}
.woocommerce-error[role=alert]::before{
    display: none;
}
.woocommerce-error a{
    display: initial!important;
    width: auto!important;
    padding: 0!important;
    background: unset!important;
    margin-top: auto!important;
    margin-left: 10px;
}
.wp-block-post-excerpt__excerpt {
    font-size: 16px;
    line-height: 1.5;
}
.co-main{
    width: 100%;
}
.quantity{
    display: flex;
}
.woocommerce div.product form.cart div.quantity{
    display: inline-flex;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0!important;
}
.quantity input {
    appearance: textfield !important;
    -moz-appearance: textfield !important;
    margin: 0!important;
}
.quantity .qty-button {
    cursor: pointer !important;
}
.woocommerce-cart table.cart .quantity .qty-button {
    vertical-align: middle;
    margin-bottom: 0;
}
.woocommerce-page .woocommerce-checkout #customer_details,
.woocommerce-page .woocommerce-checkout .col2-set{
    width: 100%;
}
.mobile{
    display: none;
}
.tinv-wishlist .tinvwl-buttons-group button{
    margin-left: 0!important;
}
@media (max-width: 1024px) {
    #wps_wpr_order_notice{
        display: none;
    }
}
/* DEFAULTS END*/
/* HEADER */
header{
    position: sticky;
    top: 0;
    background-color: #ffffff;
    z-index: 99997;
    transition: max-height 0.25s ease;
    height: auto;
    /* max-height: 213px; */
}
/* header:after{
    content: 'Kedves Vásárlónk! 05.28-án leltározunk, ezért azon a napon nem adunk át csomagokat a futárcégek felé!';
    background-color: red;
    color: #ffffff;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 0;
    position: relative;
    top: -2px;
} */
body.logged-in.admin-bar header{
    top: 32px;
}
body.logged-in header{
    top: 0;
}
.co-head-row-1{
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #f35310, #fbbe2a);
    min-height: 44px;
}
.co-head-row-1 p{
    text-align: center;
    margin: 0;
    color: #FFF;
    font-size: 12px;
    font-family: Montserrat;
}
.co-head-row-1 a{
    color: #FFF;
    text-decoration: none;
}
.co-head{
    max-width: 1200px;
    margin: auto;
    padding: 0;
}
header:not(.sticky) .co-head{
    background: #ffffff;
}
.co-head a {   
    text-decoration: none!important;
    font-size: 14px;
    padding-right: 15px;
    font-weight: 500;
    flex: none;
}
.co-logout a{
    padding-right: 0;
}
.co-logo-link{
    display: flex;
    flex-wrap: wrap;
    max-width: 181px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    justify-content: center;
}
.co-logo-link:after {   
    content: "A CO-OP Star Cégcsoport tagja";
    display: block;
    color: black;
    font-size: 10px;
    margin-left: -8px;
    white-space: nowrap;
}
.cart-trig img{
    height: 40px!important;
    margin: auto;
}
.co-head-mid{
    display: flex;
    flex-flow: row;
    align-items: center;
    padding-top: 5px;
}
h1.wp-block-heading,
h1.wp-block-post-title{
    display: none;
}
.wp-container-2.wp-container-2{
    --navigation-layout-justify: center!important;
}
.co-search-form{
    display: flex;
    flex-flow: row;
    position: relative;
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.app-icon{
    width: 75px;
    text-align: center;
}
.tv-small-icon,
.nav-tv a:before{
    animation: spinHorizontal 2.5s infinite linear;
}
.wc-block-mini-cart{
    margin-right: 30px;
}
.wp-block-site-logo:after{
    content: "A CO-OP Star Cégcsoport tagja";
    display: block;
    color: black;
    font-size: 10px;
    margin-left: -8px;
}
.co-nav-icon{
    width: 40px;
    margin: auto;
}
.cart-icon:after{
    height: 20px;
    width: 100%;
    content: "Kosaram";
    color: #212121;
    margin-bottom: 10px;
    display: block;
    font-size: 11px;
    text-align: center;
}
.dashboard-icon:after{
    content: "Belépés";
    height: 20px;
    width: 100%;
    color: #212121;
    margin-bottom: 10px;
    display: block;
    font-size: 11px;
    text-align: center;
}
img.logged-in,
body.logged-in img.logged-out{
    display: none;
}
body.logged-in img.logged-in{
    display: block;
}
body.logged-in .dashboard-icon:after{
    content: "Fiókom";
    background: linear-gradient(to right, #f35310, #fbbe2a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}
.app-icon:after{
    height: 20px;
    width: 100%;    
    content: "Töltsd le applikációt!";
    color: #212121;
    margin-bottom: 10px;
    display: block;
    font-size: 11px;
    text-align: center;
    line-height: 1;
}
.fav-icon:after{
    height: 20px;
    width: 100%;
    content: "Kedvenceim";
    color: #212121;
    margin-bottom: 10px;
    display: block;
    font-size: 11px;
    text-align: center;
}
.tv2-icon:after{
    height: 20px;
    width: 100%;
    content: "Törzsvásárlói Program";
    color: #212121;
    margin-bottom: 10px;
    display: block;
    font-size: 11px;
    text-align: center;
    line-height: 1;
}
.nav-akcio a:before{
    content: '';
    background-image: url(/wp-content/uploads/2023/04/alert.webp);
}
.nav-nyv a:before{
    content: '';
    background-image: url(/wp-content/uploads/2023/06/sun.webp);
}
.nav-oszv a:before{
    content: '';
    background-image: url(/wp-content/uploads/2023/09/leaves.webp);
}
.nav-christmas a:before{
    content: '';
    background-image: url(/wp-content/themes/cooponline.theme/assets/img/christmas-tree.webp);
}
.nav-kids a:before{
    content: '';
    background-image: url(/wp-content/uploads/2023/05/Gyermeknap.webp);
    animation: forgo 5s linear infinite;
}
.nav-tavasz a:before{
    content: '';
    background-image: url(/wp-content/uploads/2023/05/tavasz.webp);
}
.nav-coop a:before{
    content: '';
    width: 56px!important;
    background-image: url(/wp-content/uploads/2023/04/Coop.webp);
}
.nav-karton a:before{
    content: '';
    width: 33px!important;
    background-image: url(/wp-content/themes/cooponline.theme/assets/img/piggy-bank.webp);
}
.nav-mike a:before{
    content: '';
    background-image: url(/wp-content/uploads/2023/04/MM_logo.webp);
}
.nav-foodbox a:before{
    content: '';
    background-image: url(/wp-content/themes/cooponline.theme/assets/img/chef.webp);
}
.nav-valentin a:before{
    content: '';
    background-image: url(/wp-content/themes/cooponline.theme/assets/img/hearts.webp);
}
.nav-hmf a:before{
    content: '';
    background-image: url(/wp-content/uploads/2024/01/better-health.webp);
}
.nav-teamez a:before{
    content: '';
    background-image: url(/wp-content/themes/cooponline.theme/assets/img/tea-cup.webp);
}
.nav-avide a:before{
    content: '';
    background-image: url(/wp-content/themes/cooponline.theme/assets/img/desk-lamp.webp);
}
.nav-easter a:before{
    content: '';
    background-image: url(/wp-content/themes/cooponline.theme/assets/img/easter-bunny.webp);
}
.nav-dressa a:before{
    content: '';
    background-image: url(/wp-content/themes/cooponline.theme/assets/img/hawaiian-shirt.webp);
}
.nav-tv a:before{
    content: '';
    background-image: url(/wp-content/uploads/2023/04/percentage.webp);
}
.co-hamburger:before{
    content: url(/wp-content/uploads/2023/05/kategoria-before.webp);
    margin-right: 5px;
    filter: brightness(0) invert(1);
}
.co-hamburger{
    background: linear-gradient(to right, #f35310, #fbbe2a);
    color: white!important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 10px!important;
    border-radius: 10px;
}
.sticky .co-hamburger{
    z-index: 1;
}
.co-head-bot{
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}
.co-head-bot:after{
    content: '';
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: #e5e5e5;
    left: 0;
    bottom: 0;
}
.cart-trig{
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: baseline;
    box-sizing: border-box;
    max-width: 80px;
    width: 80px;
}
.mini-cart-text{
    display: block;
    text-align: center;
    color: #212121;
    font-size: 11px;
    width: 100%;
}
.co-mini-cart__badge{
    display: flex;
    font-size: 10px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -5px;
    left: 35px;
    background: white;
    width: 20px;
    border: 1px solid #f7891d;
    color: #f7891d;
    border-radius: 75%;
    height: 20px;
}
.wp-block-cb-carousel .slick-slide{
    padding-left: 0;
    padding-right: 15px;
}
div.slick-active:last-of-type{
    padding-right: 0;
}
.dashboard-icon,
.fav-icon{
    display: flex;
    align-items: baseline;
    flex-flow: column;
    justify-content: center;
}
.fav-icon{
    margin-right: auto;
}
.tv2-icon{
    display: flex;
    align-items: baseline;
    flex-flow: column;
    width: 88px;
    justify-content: center;
}
.tv2-icon{
    margin-right: auto;
}
#co-search-input{
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 100%;
    padding: 10px 15px;
    margin: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-appearance: none;
    box-sizing: border-box;    
}
.co-search-form button[type="submit"].co-search-btn{
    font-size: 14px;
    font-weight: 700;
    overflow: visible;
    position: absolute;
    border: 0;
    padding: 10px 25px;
    margin: 0;
    cursor: pointer;
    height: 40px;
    right: 0;
}
.wp-block-navigation-item a.wp-block-navigation-item__content{
    display: flex;
    position: relative;    
}
.wp-block-navigation-item a::before{
    width: 28px;
    height: 28px!important;
    background-size: 100% 100%;
    object-fit: contain!important;
    margin-top: -5px;
    margin-right: 5px;
}
.co-mobile-sep{
    display: flex;
    flex-flow: row;
}
.keszletmobilra,
.co-mobile-search-trig,
.co-mobile-trig{
    display: none;
}
img.co-standard-logo{
    max-width: unset;
    height: 60px;
}
.single-csomag_tart{
    display: flex;
    flex-flow: row;
    align-items: center;
}
.single-product .wp-block-column .single-csomag_tart .product-thumbnail,
.single-product .wp-block-column .single-csomag_tart img{
    width: 65px!important;
    height: 37px!important;
}
.single-product .wp-block-column .single-csomag_tart img{
    object-fit: contain;
}
.single-product .wp-block-column .csomag_tart_cont a.show_csomag_single,
.single-product .wp-block-column .single-csomag_tart a.product-name{
    color: #f7891d;
}
.csomag_tart_cont_inner{
    display: none;
}
@media(min-width: 1025px) {
    .sticky .wp-block-template-part,
    .sticky .co-logo-link:after,
    .sticky .co-head-bot:after,
    .sticky .co-search-form,
    .sticky .co-mobile-sep,
    .sticky .mini-cart-text{
        display: none;
    }
    .sticky .co-head-mid{
        position: absolute;
        justify-content: space-between;
    }
    .sticky .co-standard-logo{
        display: block;
        width: 85px;
        height: auto;
        filter: grayscale(1) brightness(1.5);      
    }
    .sticky .co-logo-link{
        max-width: 115px;
    }
    .sticky .co-head-bot{
        padding-top: 10px;
        max-width: 1142px;
        margin-left: 98px;
    }
    .sticky .cart-trig{
        width: 57px;
    }
    .sticky .cart-trig img{
        height: auto!important;
        filter: brightness(0) invert(1);
        max-width: 100%;
    }
    .sticky .co-mini-cart__badge{
        left: 40%;
        height: 18px;
        width: 18px;
    }
    .sticky .co-head{
        position: relative;
        max-width: 1300px;
    }
    .sticky{
        height: 50px;
        background: linear-gradient(to right, #f35310, #fbbe2a);
        color: #fff!important;
    }
}
@media (max-width: 1024px) {
    header{
        height: auto;
        top: 0!important;
    }
    .co-head{
        padding: 5px 20px;
        overflow: hidden;
    }
    .co-head-row-1{
        display: none;
    }
    .co-standard-logo{
        width: 90px;
        height: auto;
    }
    .co-logo-link:after{
        white-space: pre-wrap;
        line-height: 1;
        text-align: center;
        margin-left: 0;
    }
    img.co-standard-logo{
        height: auto;
    }
}
.cpapp-close{
    display: none;
}
@media (max-width: 904px) {
    .co-mobile-sep,
    .mini-cart-text,
    .co-head-bot{
        display: none;
    }
    .co-mobile-trig{
        display: flex;
        align-items: center;
        flex: none;
        padding-right: 0!important;
        margin-left: 20px;
    }
    .co-mobile-trig svg{
        transform: rotate(180deg);
    }
    .co-logo-link{
        padding-right: 0;
        margin-right: auto;
        max-width: 118px;
    }
    .cart-trig{
        width: 30px;
        padding-right: 0!important;
    }
    .cart-trig img{
        width: 30px;
        height: 30px!important;
    }
    .co-mini-cart__badge{
        left: 18px;
    }
    .co-search-form{
        display: none;
    }
    .co-mobile-search-trig{
        display: flex;
        align-items: center;
        height: 30px;
        padding-right: 0!important;
        margin-right: 20px;
    }
    .co-head-bot.open,
    .co-search-form.open{
        display: flex;
        position: fixed;
        width: 100%;
        height: 100%;
        align-items: center;
        background-color: white;
        justify-content: center;
        z-index: 100000;
        left: 0;
        top: 0;
        padding: 20px;
        box-sizing: border-box;
    }
    .co-search-form.open .co-search-btn{
        top: calc(50% - 20px);
        right: 20px;
        min-height: unset;
    }
    .open .cpapp-close{
        position: absolute;
        top: 10px;
        right: 10px;
        fill: #000000;
        width: 20px;
        display: block;
    }
    .co-head-bot.open nav{
        margin-top: 20px;
    }
    .co-head-bot.open .wp-block-navigation__container,
    .co-head-bot.open{
        flex-flow: column;
    }
    .co-head-bot.open .wp-block-navigation__container{
        align-items: baseline;
    }
    .co-head-bot.open{
        align-items: baseline;
        text-align: left;
        justify-content: flex-start;
        padding-top: 140px;
    }
    .co-head-bot.open nav li{
        margin-bottom: 10px;
    }
    .co-mobile-sep.open{
        display: flex;
        z-index: 1000000;
        position: fixed;
        top: 61px;
    }
}
/* HEADER END */
/* HOME SLIDES */
.co-slides-cont{
    max-width: 1100px;
    position: relative;
}
.slick-next:before,
.slick-prev:before,
#co-home-slides-nav-left,
#co-home-slides-nav-right{
    display: flex;
    position: absolute;
    width: 30px;
    height: 34px;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
    fill: #c5c5c5;
    cursor: pointer;
}
#co-home-slides-nav-left{
    left: 0;
}
#co-home-slides-nav-right{
    right: 0;
}
.co-slides{
	display: flex;
	flex-flow: row;
	overflow: visible;
	padding: 0;
    scroll-behavior: smooth;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.co-slides::-webkit-scrollbar{
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.co-slides{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
#co-home-slides a{
    display: block;
	width: 100%;
}
#co-home-slides img{
    height: auto;
    max-width: 1100px;
    object-fit: cover;
}
.co-home-slide{
    width: 100%;
}
.co-cat-slide{
    width: 275px;
    flex: none;
    position: relative;
}
.co-cat-slide a{
    display: flex;
    flex-flow: row;
    align-items: center;
    color: #000000;
    text-decoration: none;
    padding: 0 25px;
}
.co-cat-slide a span{
    font-weight: 700;
    font-size: 16px;
    max-width: calc(100% - 110px);
}
.co-cat-slide a img{
    max-width: 60px;
    max-height: 60px;
    margin-left: auto;
}
.co-cat-slide:before {
    position: absolute;
    right: 0px;
    width: 2px;
    height: 100%;
    content: "";
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}
.termekeink-col a:first-child{
    height: 100%;
}
#co-search-res{
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 5px 5px 0px rgba(0,0,0, 0.5);
    border-radius: 10px;
    padding: 10px 15px;
    z-index: 1;
    box-sizing: border-box;
}
#co-res-cats,
#co-res-prods{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    padding-left: 0;
}
.co-search-res-item{
    display: flex;
    flex-flow: row;
    align-items: center;
    list-style: none;
    width: 100%;
}
.co-search-res-item h3{
    height: 41px;
    text-align: left;
    margin-left: 10px;
}
.co-search-res-item .wc-block-components-product-image{
    width: 70px;
    position: relative;
}
.co-search-res-item .co-disc-perc{
    width: 15px;
    height: 15px;
    padding: 6px;
    border-radius: 0 10px 0 10px;
    font-size: 12px;
}
.wc-block-components-product-image img.co-search-prod-img{
    height: 70px!important;
    width: 70px!important;
    max-width: 70px!important;
}
.co-res-title{
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
/* HOME SLIDES END */
/* FOOTER */
footer{
    background-color: #eeeeee;
    width: 100%; 
}
#co-footer{
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	width: 100%;
    max-width: 1100px;
    padding-top: 60px;
}
#co-footer-row-3,
#co-footer-row-4{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: baseline;
}
.co-footer-row{
    width: 25%;
}
#co-footer-row-5{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
#co-footer-row-5 p{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #515151;
    font-size: 13px;
    text-align: center;
}
#co-footer-row-5 p img{
    width: 149px;
    height: 60px;
    object-fit: cover;
}
@media (max-width:534px){
    #co-footer-row-5 p{
        flex-direction: column;
    }
}
.co-footer-row img{
    max-width: 100%;
}
.co-footer-details{
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
}
.co-footer-details-title{
    font-size: 16px;
    font-weight: 700;
    color: #515151;
}
.co-footer-subtitle{
    font-size: 14px;
    line-height: 23.8px;
    color: #515151;
    margin: 0;
    text-decoration: none;
    text-align: left;
}
.co-footer-subtitle a{
    text-decoration: none;
    color: #515151;
}
#co-footer-social{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
#co-footer-social a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}
#co-footer-social svg{
    width: 12px;
    height: 13px;
    fill: #ffffff;
}
.co-footer-contact,
.co-footer-info{
    list-style: none;
    padding: 0;
    text-align: left;
    font-size: 11px;
}
.co-footer-info{
    text-align: center;
}
.co-footer-li-item{
    display: flex;
}
@media (max-width: 1024px) {
    #co-footer{
        padding-left: 10px;
        padding-right: 10px;
        max-width: 100%;
        box-sizing: border-box;
    }
    #co-footer-social{
        justify-content: flex-start;
    }
    #co-footer-social a{
        margin: 5px;
    }
}
@media (max-width: 700px) {
    .co-footer-row{
        width: 50%;
    }
}
@media (max-width: 370px) {
    .co-footer-row{
        width: 100%;
    }
}
/* FOOTER END */
/* HOME CSS */
.co-home-mid{
    display: flex;
    margin-top: 40px!important;
}
.co-home-mid-left{
    width: 66.66666667%;
    padding: 0px 2.88%;
}
.co-home-mid-left img{
    width: 100%;
    height: 100%;
}
.co-home-mid-right{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 33.3333333%;
    background-image: url('/wp-content/uploads/2023/05/torzsvasarloi-banner.webp');
    background-size: 100% 100%;
    text-decoration: none;
}
.co-home-mid-right img{
    display: block;
    width: 45px;
}
.co-home-mid-right p{
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    padding: 0 40px;
    font-size: 21px;
}
.co-home-mid-right p:first-of-type{
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}
.co-icon-row-1{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    animation: co_grow 2s infinite !important;
}
.co-icon-row-2{
    display: grid;
    position: relative;
    grid-template-columns: repeat(4, 1fr);
    background-color: #ebebeb;
    background-position: center center;
    background-repeat: no-repeat;
    border-width: 0px 0px 0px 0px;
    border-color: #eae9e9;
    border-style: solid;
    margin-top: 40px!important;
    /* box-shadow: 100vw 0 0 #ebebeb, 1520px 0 0 #ebebeb, -100vw 0 0 #ebebeb, -1520px 0 0 #ebebeb; */
}
.co-icon-row-2:before{
    content: '';
    position: absolute;
    width: 100vw;
    background-color: #ebebeb;
    height: 204px;
    left: -100vw;
    z-index: -1;
}
.co-icon-row-2:after{
    content: '';
    position: absolute;
    width: 100vw;
    background-color: #ebebeb;
    height: 204px;
    right: -100vw;
    z-index: -1;
}
.co-icon-row-2-box{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    align-content: center;
    justify-content: center;
    height: 204px;
}
.co-icon-row-2-box p{
    width: 100%;
    text-align: center; 
}
.co-icon-row-2-box strong{
    display: block;
}
.co-icon-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgb(238, 238, 238) 5px 5px 15px 0px;
    padding: 20px 20px 0px;
}
.co-icon-box svg{
    width: 32px;
    fill: var(--orange);
}
.co-icon-box p{
    text-align: center;
    font-size: 16px;
}
.co-icon-box a{
    color: var(--orange);
    text-decoration: none;
    font-style: italic;
    text-align: center;
}
.co-home-list-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.co-home-list-row-list{
    width: 50%;
    padding-left: 0;
    list-style: none;
    column-count: 2;
    height: fit-content;
}
.co-home-list-row-list li{
    text-decoration: none;
    line-height: 30px;
    font-size: 14px!important;
    transition: 0.3s ease-in-out;
    margin-bottom: 10px;
}
.co-home-list-anchor{
    position: relative;
    line-height: 30px;
    font-size: 14px!important;
    transition: 0.3s ease-in-out;
    color: #000000;
    text-decoration: none!important;
    left: 0;
}
.co-home-list-anchor:before {
    content: "🠒";
    margin-right: 10px;
    transform: translatex(-30px)!important;
    transition: 0.4s ease-in-out;
    visibility: hidden;
}
.co-home-list-anchor:hover{
    color: #f7891d;
    left: 10px;
}
.co-home-list-anchor:hover:before{
    visibility: visible;
}
.co-home-list-row-right{
    width: 50%;
}
.co-home-list-row img{
    width: 100%;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
}
.co-home-list-row img:hover{
    transform: scale(0.97);
}
.food_box,
.karton_kedvezmeny{
    position: relative;
}
div.food_box.single{
    display: flex;
    align-items: center;
    height: 40px;
    margin-bottom: 10px;
}
div.food_box.single span{
    color: #ffffff;
    background-color: red;
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    padding-left: 25px;
    padding-right: 15px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.food_box:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: red;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1;
}
.food_box:after{
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 34px;
    height: 34px;
    background-image: url('/wp-content/themes/cooponline.theme/assets/img/chef.webp');
    filter: invert(1);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.karton_kedvezmeny:after{
    content: 'Karton kedvezmény 'attr(data-karton)' db-ra!';
    position: absolute;
    left: 0;
    top: 33px;
    background-color: red;
    color: #ffffff;
    font-weight: 600;
    font-size: 11px;
    padding: 5px;
}
.karton_kedvezmeny:before{
    content: '';
    position: absolute;
    left: 0;
    top: 24px;
    border: 5px solid #860808;
    border-top-color: transparent;
    border-left-color: transparent;
}
.co-iframe{
    width: 100%;
    height: 800px;
    border: none;
}
.co-iframe2{
    width: 100%;
    height: 497px;
    border: none;
}
@media (max-width: 1024px) {
    .co-slides-cont{
        max-width: 100%;
    }
    .co-home-mid-left{
        padding-left: 0;
    }
    .co-home-mid,
    .co-home-list-row{
        padding: 0 10px;
    }
    .co-home-list-anchor:before{
        display: none;
    }
    .co-icon-row-1{
        grid-template-columns: 100%;
    }
    .co-icon-box{
        flex-flow: column;
        align-items: center;
        padding-bottom: 20px;
    }
    .co-home-slide{
        flex: none;
    }
    #co-home-slides img:not(.mobile){
        display: none;
    }
    #co-home-slides img.mobile{
        display: block;
        max-width: 100%;
        width: 100%;
    }
    body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
        max-width: 100%!important;
    }
    .co-icon-row-2:before,
    .co-icon-row-2:after{
        display: none;
    }
}
@media (max-width: 760px) {
    .co-home-mid{
        flex-flow: column;
    }
    .co-home-mid-left,
    .co-home-mid-right,
    .co-home-list-row-list,
    .co-home-list-row-right{
        width: 100%;
    }
    .co-home-mid-right{
        background-size: cover;
        background-position: center;
        padding: 10px;
        max-width: 100%;
        box-sizing: border-box;
    }
    .co-icon-row-2{
        width: 100%;
        grid-template-columns: 50% 50%;
    }
    h1{
        font-size: 28px!important;
    }
}
@media (max-width: 400px) {
    .co-icon-row-2{
        grid-template-columns: 100%;
    }
}
/* HOME END */
/* PRODUCT CSS */
li.product{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: end;
    align-content: space-between;
}
.product h2{
    color: #212121;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.product .wp-block-woocommerce-product-price,
.product .wp-block-post-excerpt{
    display: flex;
    margin-bottom: 20px;
}
li.product .wp-block-woocommerce-product-price,
li.product .wp-block-post-excerpt{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0!important;
    min-height: 85px;
}
.product main a{
    color: #000000;
    text-decoration: none!important;
}
.product h3{
    display: -webkit-box;
    max-width: 100%;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px!important;
    color: #333333;
    font-weight: 600;
    text-align: center;
    height: 39px;
}
ul li .amount {
    font-weight: 700;
    font-family: Montserrat;
    font-size: 22px;
    margin: 0 auto;
    color: #212121;
}
.co-vv-price{
    font-size:16px;
    font-weight:600;
    width:100%;
    text-align:left;
    display:block;
}
ul li .co-vv-price{
    font-size:13px;
    text-align:center;
}
a.hai-product-in-cart-a-button,
.woocommerce button.single_add_to_cart_button.hai-btn-cart,
.woocommerce a.button,
.single_add_to_cart_button{
	display: block;
    padding: 12px 5px;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(to right, #f35310, #fbbe2a, #f35310);
    color: white!important;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    transition: all .2s;
    background-size: 200% 100%;
}
.woocommerce-info .button.wc-forward{
    width: auto;
    margin-left: auto;
    padding: 0.5rem 1rem;
}
.single-product-form a.add_to_cart_button{
    width: auto;
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    margin-top: 0;
    font-weight: 700;
}
.woocommerce a.button:hover,
.single_add_to_cart_button:hover{
    background-size: 100% 100%!important;
}
.added_to_cart.wc-forward{
    display: none!important;
}
.wp-block-woocommerce-product-price{
    width: 100%;
}
.hai-product-in-cart-image img{
    height: auto;
    max-width: 100%;
}
button.hai-btn-cart{
    width: 100%!important;
    margin-top: 1rem;
}
.hai-popup-card img,
.woocommerce .hai-popup-card img,
.woocommerce-page .hai-popup-card img,
.wc-block-components-product-image img{
    height: 169px!important;
    max-width: 250px!important;
    transition: 0.2s ease-in-out;
    object-fit: contain!important;
    width: 100%;
}
.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
    top: 0;
    left: -15px;
}
.wp-block-post-featured-image{
    position: relative;
    margin-right: 30px;
}
.single-prod-col{
    margin-bottom: 20px!important;
}
.single-product .wp-block-column img{
    display: block;
    margin: auto;
    max-width: 100%!important;
    height: auto!important;
    width: auto!important;
    max-height: 400px;
}
.single-product .wp-block-post-title{
    font-size: 24px;
    font-weight: 600;
    color: #212121;    
}
.co-stock-status{
    width: 100%;
    color: #f7891d;
    font-weight: 400;
    font-size: 12px;
    display: block;
    text-align: center;
}
.single-product-form .co-stock-status,
.egysegar{
    text-align: left;
    font-size: 16px;
    color: #212121;
}
.quantity{
    display: flex;
    flex-flow: row;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}
.quantity button,
.quantity input{
    height: 30px!important;
    width: 40px!important;
    font-size: 13px!important;
    background-color: white;
	border: 1px solid #e0dede;
    color: #212121;
    padding: 0!important;
    text-align: center;
    box-sizing: content-box;
    outline: none!important;
    margin: 0!important
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input[type=number] {
    -moz-appearance: textfield;
}
.minus,
.plus {
    cursor: pointer;
}
.wc-block-breadcrumbs{
    width: 100%;
    text-align: left;
    font-size: 10px!important;
    color: #333333;
    padding-right: 10px;
}
.wc-block-breadcrumbs a{
    text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-content{
    width: 70%;
}
.wps_ways_to_gain_points_section{
    display: none;
}
.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions{
    width: 130px;
}
.product .cart{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    align-content: space-between;
    width: 100%;
    height: 118px;
}
.product .variations_form.cart{
    height: unset;
    justify-content: flex-end;
}
.product .variations_form.cart td{
    text-align: right;    
}
.reset_variations{
    display: block;
}
.product .cart.single-product-form{
    justify-content: flex-start;
    align-content: baseline;
    height: unset;
    align-items: flex-start;
}
.single-product-form .add_to_cart_inline{
    width: auto;
}
.co-stock-count{
    display: block !important;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    color: green;
    width: 100%;
}
.add_to_cart_inline{
    width: 100%;
    margin: 0;
}
.wp-block-woocommerce-product-price del .amount{
    display: block;
    width: 100%;
    font-size: 21px;
    color: grey;
    text-decoration: line-through;
}
.egysegar.discounted{
    color: grey;
    text-decoration: line-through;
    font-size: 14px;
}
.wp-block-woocommerce-product-price ins{
    text-decoration: none;
}
.wp-block-woocommerce-product-price ins .amount{
    font-weight: 700!important;
    font-family: Montserrat;
    font-size: 34px;
    line-height: 0em!important;
    color: red;
}
.wc-block-grid__product-price ins .amount {
    font-weight: 700;
    color: red;
    font-size: 30px;
}
.single-prod-col{
    width: 100%;
}
.wp-block-woocommerce-product-details{
    width: 100%;
}
.wp-block-woocommerce-product-meta{
    margin-top: 20px;
}
.wp-block-woocommerce-product-sku strong{
    font-weight: 400;
}
.taxonomy-product_cat a{
    color: #f7891d;
}
.wp-block-woocommerce-product-meta .wp-container-5.wp-container-5{
    flex-flow: column;
    text-align: left;
    justify-content: flex-start;
    align-items: baseline;
}
.wp-block-woocommerce-product-details ul.wc-tabs{
    padding-left: 0;
    margin-bottom: 0;
    border: none;
    margin-bottom: -1px;
}
.woocommerce-tabs .tabs li{
    opacity: 1;
    padding: 0!important;
    border: none!important;
}
.woocommerce-tabs .tabs li.active {
    border: 1px solid #ddd!important;
    border-bottom: none!important;
    min-height: 40px;
    margin-left: 0px;
    border-radius: 0;
    background: white;
}
.woocommerce-tabs .tabs li a {
    border: 1px solid transparent!important;
    padding: 10px 20px;
    color: #f7891d;
    font-size: 16px;
    font-weight: 400!important;
}
.woocommerce-tabs .wc-tab{
    border: 1px solid #e0dede;
    padding: 40px;
    margin: 0;
    box-sizing: border-box;
}
.wp-block-query-pagination{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-top: 40px!important;
    font-size: 9px;
    line-height: normal;
}
.page-numbers{
    display: inline-flex;
    position: relative;
    float: none;
    margin: 0 4px;
    padding: 0;
    border: 1px solid;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-left: calc((30px)/ 10);
    margin-right: calc((30px)/ 10);
    border: 1px solid #e0dede;
    font-size: 12px;
    color: #f7891d;
}
.page-numbers.current{
    background-color: #f7891d;
    color: #ffffff;
}
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next{
    font-size: 12px;
}
.wp-block-query-pagination-previous:before{
    content: '\2039';
    margin-right: 5px;
}
.wp-block-query-pagination-next:after{
    content: '\203A';
    margin-left: 5px;
}
.add_to_cart_button:before{
    content: '';
    width: 40px;
    height: 40px;
    display: none;
    position: absolute;
    top: calc(25% - 20px);
    left: calc(50% - 20px);
    background-color: rgba(0,0,0,.8);
    background-size: 80% 80%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    transition: all .5s;
}
.add_to_cart_button.added:before{
    display: block;
    background-image: url('/wp-content/themes/cooponline.theme/assets/svg/checkmark.svg');
    animation: hideAdded 2.5s linear;
    visibility: hidden;
    opacity: 0;
}
.add_to_cart_button.loading:before{
    display: block;
    background-image: url('/wp-content/themes/cooponline.theme/assets/svg/spinner.svg');
    animation: forgoCart 1.5s infinite linear;
}
li.product:hover .add_to_cart_button.added:before{
    visibility: visible;
    opacity: 1;
}
.wp-block-post-template.is-flex-container{
    row-gap: 2em;
    justify-content: left;
}
.wc-block-components-product-price.wc-block-grid__product-price{
    display: flex;
    flex-flow: column;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 0!important;
}
body.single-product main{
    position: relative;
}
body.single-product .tinv-wraper{
    position: absolute;
    top: 20px;
    right: 0;
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(33% - 1.25em);
    padding: 0;
    box-sizing: border-box;
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(25% - 1.25em);
    padding: 0;
    box-sizing: border-box;
}
.wc-block-components-product-image a{
    display: block;
    width: 100%;
    text-align: center;
}
.co-disc-perc{
    background-color: red;
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 15px 0 15px;
    padding: 6px;
    position: absolute;
    right: 0;
    font-weight: 600;
    z-index: 1;
    font-size: 14px;
}
body.single-product .single-prod-col .co-loyalty{
    position: relative;
    min-height: 48px;
    display: flex;
    align-items: end;
    width: fit-content;
}
.co-loyalty,
.co-loyalty bdi{
    color: red!important;
}
.co-loyalty::before{
    content: 'Törzsvásárlói ár:';
    display: block;
    font-size: 12px;
    line-height: 1;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
}
.co-loyalty.karton::before{
    content: 'Karton db ár:';
    display: block;
    font-size: 12px;
    line-height: 1;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
}
body.single-product .single-prod-col .co-loyalty::before{
    content: 'Törzsvásárlói ár csak regisztrációt követő belépés esetén:';
    position: absolute;
    top: 0;
    left: 0%;
    transform: translate(0, 0);
}
body.single-product .single-prod-col .co-loyalty.karton::before{
    content: 'Karton db ár:';
    position: absolute;
    top: 0;
    left: 0%;
    transform: translate(0, 0);
}
.co-price.logged-in > span > bdi,
.co-price.logged-in :not( del ) > span > bdi,
.co-loyalty:not(.logged-in) > span > bdi,
.co-loyalty:not(.logged-in) :not( del ) > span > bdi{
    font-size: 18px;
    color: #000000;
}
.co-price.logged-in > span > bdi,
.co-price.logged-in :not( del ) > span > bdi,
.co-loyalty:not(.logged-in) :not( del ) > span > bdi{
    text-decoration: line-through;
}
.co-price.logged-in,
.co-loyalty:not(.logged-in){
    line-height: 1;
}
.co-loyalty.mobil-ar{
    display: flex!important;
    flex-wrap: wrap!important;
}
.co-loyalty.mobil-ar::before{
    content: 'App ár:'!important;
    width: 100%;
}
body.single-product .single-prod-col .co-loyalty.mobil-ar::before {
    width: max-content;
}
.co-loyalty-info{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: red;
    color: white!important;
    font-size: 12px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 170px;
    cursor: pointer;
    animation: growBg 3s linear infinite;
    box-shadow: 0 0 0 0 red;
}
body.single-product .single-prod-col .co-loyalty-info{
    right: -21px;
    top: 20px;
}
.co-loyalty-info:after{
    content: 'Törzsvásárlói ár csak regisztrációt követő belépés esetén érvényes.';
    background-color: red;
    color: white!important;
    border: 2px solid white;
    position: absolute;
    width: max-content;
    max-width: 175px;
    padding: 5px;    
    font-size: 13px;
    top: 8px;
    line-height: 1.3em;
    left: -177px;
    border-radius: 15px 0 15px 15px;    
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
}
body.single-product .co-loyalty-info:after{
    content: 'Regisztrálj, hogy használhasd törzsvásárlói kedvezményeinket!';
    max-width: 254px;
    left: 10px;
    border-radius: 0 15px 15px 15px;    
    padding: 5px 15px;
}
.co-loyalty-info.mobil-ar{
    top: unset!important;
    left: unset!important;
}
.co-loyalty-info.mobil-ar:after{
    content: 'Akciós ár csak az applikációt használó vásárlóknak!'!important;
}
.co-prod-icon-grid{
    display: grid;
    grid-template-columns: repeat(4, 25%);
    width: 100%;
    box-shadow: rgb(238, 238, 238) 0px 0px 8px 3px;
    border-radius: 10px;
    max-width: 99%!important;
    margin-bottom: 40px;
    padding: 40px 0;
}
.co-prod-icon-grid-cont{
    width: 100%;
    text-align: center;
    padding: 0 12px;
    box-sizing: border-box;
}
.co-prod-icon-grid-cont img{
    width: 55px;
}
.co-prod-icon-grid-cont strong p{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}
.co-prod-icon-grid-desc{
    font-size: 16px;
    margin: 0;
}
@media (max-width: 774px){
    .co-prod-icon-grid{
        grid-template-columns: repeat(2, 50%);
    }
    .co-prod-icon-grid-cont{
        padding: 12px;
    }
    .co-prod-icon-grid-cont strong p{
        font-size: 16px;
    }
    .co-prod-icon-grid-desc{
        font-size: 14px;
    }
}
@media (max-width: 436px){
    body.single-product .co-loyalty{
        min-height: 63px;
    }
    body.single-product .co-loyalty-info:before{
        content: '';
        border-style: solid;
        border-width: 10px 10px 10px 10px;
        border-color: transparent transparent red transparent;
        position: absolute;
        top: 5px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
        z-index: 100;
    }
    body.single-product .co-loyalty-info:after{
        top: 24px;
        left: -124px;
        border-radius: 15px 15px 15px 15px;  
    }
    body.single-product .co-loyalty::before{
        max-width: 300px;
    }
    body.single-product .co-loyalty-info:hover:before{
        visibility: visible;
        opacity: 1;
    }
    .co-prod-icon-grid-cont img{
        width: 40px;
    }
    .co-prod-icon-grid-cont strong p{
        font-size: 14px;
    }
    .co-prod-icon-grid-desc{
        font-size: 12px;
    }
}
.co-loyalty-info:hover:after{
    visibility: visible;
    opacity: 1;
}
@keyframes growBg {
    0% {
        box-shadow: 0 0 0 0 red;
    }

    70% {
        box-shadow: 0px 0px 0px 4px red;
    }

    100% {
        box-shadow: 0 0 0 0 red;
    }
}
img.tv-small-icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px!important;
    z-index: 10;
    border: none!important;
}
.tv-popup{
    min-width: 250px;
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: white;
    padding: 20px;
    transform: translate(-50%, -50%);
    z-index: 100000;
    border-radius: 15px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
    max-height: 80vh;
    overflow: auto;
}
.tv-popup img{
    display: block;
    margin: auto;
}
.tv-popup p{
    font-size: 16px;
}
.tv-popup a{
    font-weight: 600;
}
.tv-popup-close{
    display: block;
    position: absolute;
    right: 9px;
    top: 7px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.tv-popup.has-overlay{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: unset;
    background-color: rgba(0, 0, 0, 0.5);
    transform: none;
}
.tv-popup.has-overlay > div{
    min-width: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: white;
    padding: 20px;
    transform: translate(-50%, -50%);
    z-index: 100000;
    border-radius: 15px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
    max-height: 80vh;
    overflow: auto;
}
.tv-widget{
    position: fixed;
    bottom: 0;
    right: 0;
    max-width: 365px;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    max-height: 47px;
    transition: max-height 1s ease;
    z-index: 1;
}
.tv-widget:hover{
    max-height: 500px;
    height: auto;
}
.tv-widget-trigger{
    background-color: #D72C27;
    padding: 10px 20px;
    cursor: pointer;
}
.tv-widget-trigger h4{
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
}
.tv-widget-content{
    background-color: #ffffff;
    padding: 10px;
}
.tv-widget-content h5{
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 15px;
}
.tv-widget-content p{
    margin-top: 0;
    text-align: center;
}
.tv-widget-content a.co-btn{
    font-size: 14px;
    font-weight: 700;
    overflow: visible;
    border: 0;
    padding: 10px 25px;
    margin: auto;
    cursor: pointer;
}
@media (max-width: 479px) {
    .tv-widget{
        position: relative;
        max-width: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.wp-element-button br{
    display: none;
}
#co-upsl{
    display: flex;
    flex-wrap: wrap;
}
.post-prods{
    margin-top: 60px;
    margin-bottom: 60px;
}
@media (max-width: 1024px){
    .co-single-product{
        padding: 0 10px;
    }
    body.single-product .tinv-wraper {
        top: 39px;
        right: 3px;
    }
}
@media (max-width: 929px){
    .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
        width: calc(50% - 1.25em);
        padding: 0 1.25em;
        box-sizing: border-box;
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
        width: 100%;
    }
    .woocommerce-tabs .wc-tab{
        padding: 20px;
    }
    .wp-block-woocommerce-product-details ul.wc-tabs{
        display: flex;
        flex-flow: column;
    }
    .woocommerce-tabs .tabs li.active{
        border: none!important;
    }
    .woocommerce-tabs .tabs li a{
        padding-left: 0;
    }
}
@media (max-width: 400px){
    .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
        width: calc(50% - 1.25em);
        padding: 0 1.25em;
        box-sizing: border-box;
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li.co-uk-prod {
        width: calc(100% - 1.25em);
    }
    .single-product-form .add_to_cart_inline{
        width: 100%;
        margin-top: 10px;
    }
    .woocommerce div.product form.cart div.quantity{
        margin-right: 0;
    }
}
/* PRODUCT CSS END */
/* ARCHIVE CSS */
.co-main-col{
    padding: 0 5px;
    width: calc( 80% - 10px );
}
.co-side-col{
    width: 20%;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    transition: 0.4s ease-in-out;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover {
    transform: rotate(360deg) scale(1.2);
}
.wc-block-components-product-image{
    width: 100%;
}
.co-archive-prod-img:hover{
    transform: scale(0.95);
    filter: brightness(90%);
}
@media (max-width: 1024px){
    .co-main-col{
        padding: 0 5px;
        width: calc( 100% - 10px );
    }
    .co-side-col{
        display: none;
    }
}
@media (max-width: 444px){
    .co-order-by-cont{
        flex-direction: unset;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .orderby-order-container{
        display: block;
        width: 100%;
    }
}
/* ARCHIVE CSS END */
/* THANK YOU */
.woocommerce-page .woocommerce-table--order-details,
.woocommerce-page .woocommerce-customer-details address{
    width: 100%!important;
}
p.woocommerce-thankyou-order-received{
    text-align: center!important;
    margin-bottom: 10px!important;
    font-size: 40px!important;
    line-height: 1.4!important;
    color: #333333!important;
    font-weight: 700!important;    
}
body.woocommerce-order-received .woocommerce-order h2{
    width: 100%;
    text-align: center;
    border-bottom: 2px solid rgb(135, 131, 127);
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 1.5;
    margin-top: 20px;
    font-weight: 600;
}
body.woocommerce-order-received .woocommerce-order tfoot td,
body.woocommerce-order-received .woocommerce-order .woocommerce-table__product-total.product-total,
body.woocommerce-order-received .woocommerce-order .woocommerce-table__product-table.product-total{
    text-align: right;
}
body.woocommerce-order-received .woocommerce-order section{
    margin-top: 60px;
}
/* THANK YOU END */
/* KEDVENCEK */
.tinv-header h2{
    font-size: 32px;
    font-weight: 700;
    color: #333333;
}
.tinvwl-to-left.look_in{
    display: none;
}
.tinvwl-table-manage-list th,
.tinvwl-table-manage-list td{
    font-size: 16px;
}
.tinvwl-table-manage-list td.product-stock p{
    font-size: 12px;
    font-weight: 500;
}
.ftinvwl {
    font-size: 19px;
    margin-left: -1px;
}
.tinv-wishlist .product-remove button[name="tinvwl-remove"]{
    padding: 0;
    margin: 0;    
}
.tinv-wishlist tfoot .tinvwl-to-right{
    width: 100%;
    text-align: left;
}
.tinv-wishlist button {
    font-size: 11px!important;
    margin-bottom: 10px!important;
    margin-left: 20px!important;
}
/* KEDVENCEK END*/
/* LOGIN */
body.woocommerce-account h2{
    font-size: 32px;
    line-height: 1.5;
    color: #333333;
    font-weight: 700;
    border-bottom: 1px solid #e0dede;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.u-column1.col-1,
.u-column2.col-2{
    box-sizing: border-box;
    border: 1px solid #e0dede;
    overflow: hidden;
    padding: 30px;    
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text{
    box-sizing: border-box;
    width: 100%;
    font-size: 13px;
    padding: 0 15px;
    height: 29px;
}
.woocommerce-page .woocommerce-form-login .show-password-input {
    top: 0.4rem;
    right: 0.8rem;
}
.woocommerce-page label.woocommerce-form__label-for-checkbox span::before {
    height: 15px;
    width: 15px;
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last{
    float: none;
    width: 100%;
}
.woocommerce-LostPassword a,
.woocommerce-form-register p{
    font-size: 13px;
}
.woocommerce-form-login__submit,
.woocommerce-form-register__submit{
    padding: 13px 29px!important;
    line-height: 17px;
    font-size: 14px!important;
}
/* LOGIN END */
.gyermely_uzlet div[data-template="order-confirmation"] .wc-block-components-notice-banner.is-info,
.gyermely_uzlet .dashboard-icon,
.gyermely_uzlet .woocommerce-form-login{
    display: none;
}
.woocommerce-Tabs-panel--merettabla table{
    border-collapse: collapse;
    width: 100%;
}
.woocommerce-Tabs-panel--merettabla th,
.woocommerce-Tabs-panel--merettabla td{
    padding: 5px 10px;
    border: 1px solid;
    text-align: center;
}
.merett-col-2{
    display: grid;
    grid-template-columns: 150px auto;
    margin-bottom: 20px;
}
.merettabla_tab{
    background-color: #d33c3c;
}
.merettabla_tab > a{
    color: #ffffff!important;
}
.merettabla_tab.active > a{
    color: #d33c3c!important;
}
.co-tv-cupon-box{
    background-color: #D72C27;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 10px;
}
.co-tv-cupon-box p{
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    margin-top: 0;
    color: #ffffff!important;
}
.co-tv-cupon-box small{
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    color: #ffffff!important;
    width: 100%;
}
/* HELIOS CSS */
div.price-button-container{
    width: 100%;
    margin: 17px 0;
}
.hai-product-name{
    font-weight: 600;
    color: #000000;
    font-size: 13px;
}
.hai-product-in-cart-price .amount,
.hai-price-u,
.hai-price-wc{
    font-weight: 700;
    font-family: Montserrat;
    font-size: 22px;
    margin: 0 auto;
    color: #212121;
    text-align: center;
}
.hai-product-in-cart-price del .amount,
.hai-price-wc{
    display: block;
    width: 100%;
    font-size: 21px;
    color: grey;
    text-decoration: line-through;
}
.hai-product-in-cart-price ins .amount,
.hai-price-u{
    color: red;
    font-size: 30px;
}
.hai-product-in-cart{
    font-size: 24px;
    font-weight: 600;
    color: #212121;   
}
.hai-product-in-cart-price ins{
    text-decoration: none;
}
.app-anchor svg,
.app-anchor img{
    width: 150px;
}
h2.hai-product-in-cart{
    font-size: 25px!important;
    margin-bottom: 0;
}
@media (max-width: 1024px) {
    .hai-absolute-container{
        display: none!important;
    }
}