/* 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%);
    }
}
*{
    box-sizing: border-box;
}
: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{
    display: none!important;
}
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
p,
span,
textarea,
body > *{
    font-family: Montserrat;
}
h2 {
	font-size: 1rem!important;
    font-style:normal;
    font-weight:800;
    line-height:1.2;
    width:100%;
}
label {
    font-size: 13px;
    margin-bottom: 0!important;
}
::placeholder{
    color: #d2d2d2!important;
}
body:not(.logged-in) .co-logout{
    display: none;
}
body a,
body a:hover,
body a:after,
body a:before {
    color: #f7891d;
    text-decoration: none!important;
}
main{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: baseline;
    justify-content: center;
    max-width: 100%!important;
    margin: auto;
    overflow-x: clip;
    margin-top: 45px!important;
    min-height: calc(100vh - 350px);
}
.wp-site-blocks{
	padding-top: 0;
	padding-bottom: 0;
}
.woocommerce-info a {
	font-size: 15px;
	font-weight: initial;
}
#toTop:not(.hidden){
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 70px;
    right: 5px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 10000;
    border: 2px solid #000000;
    width: 25px;
    height: 25px;
}
#toTop svg{
    transform: rotate(180deg);
}
.is-layout-constrained > h2{
	padding: 0 20px;
}
.is-layout-constrained > h2{
	display: flex;
    align-items: center;
}
#wps_wpr_order_notice,
.woocommerce-message,
.hidden{
    display: none;
}
.wps_wpr_view_log a,
.woocommerce-MyAccount-content .woocommerce-Addresses .edit,
.button:not(.is-form),
.co-btn,
.wp-element-button{
    display: block;
    padding: 12px 20px;
    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;
    padding: 10px;
}
.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;
    width: 122px;
    margin: 0px auto 10px auto;
    border-radius: 30px;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 10%);
    border-width: 1px;
    align-items: center;
    justify-content: space-around;
    border: 1px solid;
    overflow: hidden;
    border-color: #e0dede;
}
.woocommerce div.product form.cart div.quantity{
    display: inline-flex;
    margin: 10px 0;
}
.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;
}
.has-global-padding{
    padding: 0;
}
/* DEFAULTS END*/
/* HEADER */
header:not(.title){
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
	background: linear-gradient(#f35310, #fbbe2a)!important;
    height: 50px;
    box-shadow: 0 0 10px 33px #fbbe2a;
	z-index: 999999;
	position: sticky;
    top: 0px;
	padding-top: 15px;
}
.capp-search-cont{
	display: flex;
	align-items: center;
	position: relative;
	background: #fff;
    padding: 10px;
	border-radius: 30px;
    height: 42px;
	width: 100%;
}
.capp-search-btn{
	position: absolute;
    left: 9px;
    top: 11px;
    width: 25px;
    height: 20px;
}
input[type=text].capp-search,
input[type=text].capp-search-dummy{
	background-color: #fff;
    color: #aaa;
    border-color: #fff;
	border-radius: 30px;
	line-height: 32px;
	font-size: 12px;
	border: 2px solid transparent;
	padding: 0 10px 0 30px;
	width: 100%;
}
input[type=text].capp-search{
	width: calc(100% - 35px);
	border: 1px solid #000000;
}
input[type=text].capp-search:focus{
	outline: none;
}
.dgwt-wcas-search-form,
.cpapp-hamburger-list{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #ffffff;
	list-style: none;
	margin-top: 0;
	padding-top: 30px;
}
.cpapp-hamburger-list a{
	display: flex;
    align-items: center;
	margin-bottom: 10px;
    color: #212121;
    padding: 0 5px;
	font-weight: 600;
}
.cpapp-hamburger-list img {
	height: 30px;
	object-fit: contain;
	margin-right: 5px;
}
/* HEADER END */
/* HOME SLIDES */
.home-slider{
    display: flex;
    flex-flow: row;
    overflow: visible;
	padding: 0!important;
    margin-top: 0;
}
.home-slider.animated{
    transition: all 0.5s ease;
}
.home-slider a{
	width: 100%;
	flex: none;
}
.home-slider img{
	height: 495px;
	object-fit: cover;
}
.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%;
}
/* HOME SLIDES END */
/* FOOTER */
.avada-footer-scripts{
    margin-top: 60.5px;
}
#cpapp-nav{
    display: flex;
    flex-flow: row;
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #ffffff;
    box-shadow: 0 5px 5px 5px rgb(0 0 0 / 30%);
    z-index: 9999;
}
.cpapp-ni{
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
    width: calc(20% - 10px);
    font-size: 11px;
    color: #555555;
    text-align: center;
    padding: 6px 5px;
    justify-content: center;
}
.cpapp-ni.current{
    background-color: #cacaca;
}
a.wishlist_products_counter{
    display: flex;
}
a.wishlist_products_counter.top_wishlist-custom img{
    display: block!important;
    max-width: 24px;
    max-height: 24px;
    margin: 0!important;  
}
.cpapp-ni svg{
    fill: #555555;
}
.wishlist_products_counter_number,
.cpapp-cc{
    position: absolute;
    background-color: red;
    color: #ffffff;
    font-weight: 600;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 1;
    top: 6px;
    left: 50%;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}
ul.wc-tabs li:first-child{
    margin-left: 0;
}
.wp-block-woocommerce-product-details{
    margin-top: 0!important;
}
.wp-block-woocommerce-product-details ul.wc-tabs{
    padding-left: 0;
    border: none;
}
.wp-block-woocommerce-product-details ul.wc-tabs,
.woocommerce-MyAccount-navigation ul{
    display: flex;
    flex-flow: row;
    margin-top: 20px;
    margin-bottom: 10px;
}
.wp-block-woocommerce-product-details ul.wc-tabs li,
.woocommerce-MyAccount-navigation-link a,
:not(a).nav-span{
    display: inline-block;
    font-size: 0.8rem!important;
    padding: 1px 10px;
    /* background-color: #000000!important; */
    min-height: initial!important;
    border-radius: 30px;
    font-weight: 700;
    color: #000000!important;
    margin-right: 5px;
    white-space: nowrap;
    cursor: pointer;
    opacity: 1;
}
/* .wp-block-woocommerce-product-details ul.wc-tabs li a{
    color: #ffffff!important;
} */
.wp-block-woocommerce-product-details ul.wc-tabs li.active,
.woocommerce-MyAccount-navigation-link.is-active a,
:not(a).nav-span.current{
    background-color: #f7891d!important;
    color: #ffffff!important;
}
.wp-block-woocommerce-product-details ul.wc-tabs li.active a{
    color: #000000!important;
}
.woocommerce-tabs{
    padding-top: 0;
}
.woocommerce-Tabs-panel{
    margin-left: 0;
}
.woocommerce-MyAccount-navigation ul{
    padding: 0!important;
    overflow: auto;
    scroll-behavior: smooth;
}
.woocommerce-MyAccount-navigation ul{
    list-style: none!important;
    padding-left: 10px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li.is-active a::before{
    content: '';
}
.woocommerce-account .woocommerce-MyAccount-navigation li:first-child{
    padding-top: 0.35rem;
}
.woocommerce-MyAccount-navigation ul::-webkit-scrollbar{
    display: none;
}
.woocommerce-MyAccount-navigation ul{
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#cpapp-footer{
	display: flex;
	flex-wrap: wrap;
	border-top: 2px solid rgb(202, 202, 202);
	padding-top: 20px;
	padding-bottom: 63px;
	margin: auto;
	width: 100%;
}
#cpapp-footer img{
	width: 100%;
}
#cpapp-footer-left{
	width: 33%;
	height: fit-content;
}
#cpapp-footer-mid{
	width: 33%;
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
}
#cpapp-footer-mid img{
	height: 29px;
	object-fit: contain;
}
#cpapp-footer-right{
	width: 100%;
	height: fit-content;
	display: flex;
	flex-wrap: wrap;
    padding-bottom: 10px;
}
#cpapp-footer-right img{
    height: 90px;
    object-fit: contain;
    width: auto;
    margin: 0 auto;
    max-width: 33%;
}
#cpapp-footer-bottom,
#cpapp-footer-top{
	width: 100%;
	height: fit-content;
	display: flex;
	flex-wrap: wrap;
    align-items: baseline;
}
#cpapp-footer-top{
    margin-bottom: 20px;
}
#cpapp-footer-bottom img{
	width: 50%;
	object-fit: contain;
	padding: 0 5px;
}
.cpapp-footer-details{
    background-color: #f7891d;
    width: calc( 50% - 10px );
    border-radius: 25px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    font-size: 11px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
}
.cpapp-footer-details-title{
    margin: 0;
}
#cpapp-footer-social{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
#cpapp-footer-social a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}
#cpapp-footer-social svg{
    width: 12px;
    height: 13px;
    fill: #ffffff;
}
#cpapp-footer a{
    color: #ffffff;
}
.cpapp-footer-details-long{
    width: 100%;
}
.cpapp-footer-contact,
.cpapp-footer-info{
    list-style: none;
    padding: 0;
    text-align: left;
    font-size: 11px;
    background-color: #f7891d;
    width: calc(100% - 10px);
    border-radius: 25px;
    color: #ffffff;
    margin-left: 5px;
    margin-right: 5px;
    padding: 15px;
}
.cpapp-footer-contact svg{
    fill: #ffffff;
}
.cpapp-footer-info{
    text-align: center;
}
.fusion-li-item{
    display: flex;
    width: 100%;
    align-items: center;
}
/* 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.jpg');
    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;
}
.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);
}
/* HOME END */
/* PRODUCT CSS */
li.product{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: end;
    align-content: space-between;
}
.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: 55px;
}
.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;
    margin-bottom: 0!important;
}
ul li .amount {
    font-weight: 700;
    font-family: Montserrat;
    font-size: 16px;
    margin: 0 auto;
    color: #212121;
}
ul li .co-loyalty .amount{
    font-size: 24px;
}
.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;
}
.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%;
    margin-top: 0;
}
.woocommerce-info .button.wc-forward{
    width: auto;
    margin-left: auto;
    padding: 0.5rem 1rem;
}
.variations_form button.single_add_to_cart_button{
    display: block!important;
}
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
    width: 100%;
}
.variations_form button.single_add_to_cart_button,
.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%;
}
.wc-block-components-product-image img{
    display: block;
    height: 150px;
    width: 150px;
    object-fit: contain;
    margin: 0 auto;
}
.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
    top: 0;
    left: -15px;
}
.wp-block-post-featured-image{
    position: relative;
    margin-right: 30px;
    width: 100%;
}
.single-prod-col{
    margin-bottom: 20px!important;
}
.single-product .wp-block-column img{
    display: block;
    max-width: 100%!important;
    width: 100%!important;
    height: auto!important;
}
.single-product .wp-block-post-title{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    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: none;
    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: right;
    font-size: 10px!important;
    color: #333333;
    padding-right: 10px;
}
.wc-block-breadcrumbs a{
    text-decoration: none;
}
.product .cart{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    align-content: space-between;
    width: 100%;
    height: auto;
}
.woocommerce div.product .single_variation_wrap{
    margin-top: 0;
}
.co-single-ac{
    position: relative;
}
.product .variations_form.cart{
    height: unset;
    justify-content: flex-start;
}
.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;
    flex-flow: column;
}
.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: 16px;
    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;
    line-height: 1.5rem;
}
.wp-block-woocommerce-product-price ins .amount{
    font-weight: 700!important;
    font-family: Montserrat;
    font-size: 24px;
    line-height: 0em!important;
    color: red;
}
.wc-block-grid__product-price ins .amount {
    font-weight: 700;
    color: red;
    font-size: 24px;
}
.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-query-pagination{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-top: 40px!important;
    font-size: 9px;
    line-height: normal;
    padding: 0 10px;
}
.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;
}
.wc-block-components-product-price.wc-block-grid__product-price{
    display: flex;
    flex-flow: column;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 0!important;
}
body.single-product main{
    position: relative;
    /* padding: 0 5px; */
}
body.single-product main #back-btn-cont,
body.single-product main .alignwide{
    padding: 0 5px;
}
body.single-product main .wp-block-post-template.is-flex-container{
    padding: 0;
}
body.single-product .wp-block-column .tinv-wraper{
    position: absolute;
    right: 10px;
    bottom: 66px;
}
.wc-block-components-product-image a{
    display: block;
    width: 100%;
    text-align: center;
}
.co-disc-perc{
    background-color: red;
    color: white;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 15px 0 15px;
    padding: 0;
    position: absolute;
    right: 10px;
    font-weight: 600;
    z-index: 1;
    font-size: 12px;
}
body.single-product .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.2rem;
    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 .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);
}
.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: 16px;
    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-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: 10px;
    top: 170px;
    cursor: pointer;
    animation: growBg 3s linear infinite;
    box-shadow: 0 0 0 0 red;
}
body.single-product .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;
}

    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-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;
    }
}
.single-product .wp-block-column img.tv-small-icon,
img.tv-small-icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 24px!important;
    height: 24px!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: 1000;
    border-radius: 15px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
}
.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;
}
.wp-element-button br{
    display: none;
}
#back-btn-cont{
    display: flex;
    flex-flow: row;
    align-items: center;
    position: relative;
    width: 100%;
}
#back-btn-cont:after{
    content: '';
    position: absolute;
    width: calc( 100% + 10px );
    height: 2px;
    background-color: #eae9e9;
    bottom: -10px;
    left: -5px;

}
#back-btn-cont h4{
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc( 100% - 10px );
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    margin-left: auto;
    margin-bottom: 0;
    font-size: 15px;
}
/* PRODUCT CSS END */
/* ARCHIVE CSS */
.wp-block-post-template.is-flex-container{
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    /* padding: 0 5px; */
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: calc(50% - 10px);
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: content-box;
}
.cpapp-fav-btn.abs{
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 50%;
}
.cpapp-as-img{
    display: block;
    height: 150px;
    width: 150px;
    object-fit: contain;
    margin: 0 auto;
}
.cpapp-as-title{
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px!important;
    color: #333333;
    font-weight: 600;
    text-align: center;
    height: 39px;
}
.cpapp-as-stock{
    color: #f7891d;
    font-weight: 400;
    font-size: 12px;
    display: block;
    text-align: center;
    margin: 10px 0;
}
.cpapp-as-stock .cpapp-cartitem-title{
    height: 21px;
}
/* ARCHIVE CSS 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 */
/** PRELOADER CSS START **/
.main-fader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    flex-flow: column;
    z-index: 999999999;
}
.dgwt-wcas-sf-wrapp input[type="submit"]{
    padding: 12px 15px;
}
.main-fader h5{
    text-align: center;
    color: #ffffff!important;
}
.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #fcf!important;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(24px, 0);
	}
}

/** PRELOADER CSS END **/
/** MY ACCOUNT **/
/* 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;
    background-color: #ffffff;
}
.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; */
}
.tinv-wishlist .product-remove{
    text-align: right!important;
}
.tinv-wishlist time {
	display: none;
}
.tinv-wishlist tfoot {
	display: none;
}
.tinv-wishlist .product-stock .in-stock{
    width: 100%;
    color: #f7891d;
    font-weight: 400;
    font-size: 12px;
    display: block;
    text-align: center;
}
.tinv-wishlist .product-stock .in-stock span:first-child{
    display: none;
}
.tinv-wishlist .product-stock .in-stock span:nth-child(2){
    display: block;
    width: 100%;
}
.tinv-wishlist .product-thumbnail img{
    display: block;
    height: 150px;
    width: 150px;
    object-fit: contain;
    margin: 0 auto;
    max-width: unset!important;
}
.tinv-wishlist .wishlist_item .product-name a{
    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;
}
.wps_ways_to_gain_points_section{
    display: none;
}
.tinvwl-table-manage-list tbody{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.tinvwl-table-manage-list .product-action{
    border-bottom: 0;
}
.wishlist_item{
    position: relative;
}
.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove{
    position: absolute;
}
.wishlist_item .product-date,
.wishlist_item .stock.out-of-stock span{
    display: none;
}
.wishlist_item .product-stock span{
    text-align: center;
}
/* KEDVENCEK END*/
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-tracking{
    display: none!important;
}
.tinv-wishlist.woocommerce,
#customer_login,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content{
    padding: 0 10px;
}
address,
.edit{
	font-size: 13px;
}
.woocommerce-info a.button{
    margin: 0;
    float: none;    
}
li.post{
    padding: 0 10px;  
}
li.post img{
    padding: 0;
}
.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
}
.co-side-col{
    display: none;
}
.co-side-col.open{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 56px);
    background-color: #ffffff;
    z-index: 9999;
    margin-top: 0;
    overflow: scroll;
    padding: 105px 10px 0 10px;
}
.cpapp-close-filter{
	position: fixed;
	top: 95px;
	right: 10px;
	fill: #000000;
	width: 20px;
    background-color: #fff;
    border-radius: 50%;
    padding: 0px 2px;
}
.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;
}
.sporolj-title{
    position: relative;
    padding-left: 45px!important;
}
.sporolj-title:after{
    content: '';
    position: absolute;
    left: 3px;
    top: -5px;
    width: 34px;
    height: 34px;
    background-image: url('https://app.cooponline.hu/wp-content/uploads/2024/01/piggy-bank.webp');
    /* filter: invert(1); */
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.tudatos-title{
    position: relative;
    padding-left: 45px!important;
}
.tudatos-title:after{
    content: '';
    position: absolute;
    left: 3px;
    top: -5px;
    width: 34px;
    height: 34px;
    background-image: url('https://app.cooponline.hu/wp-content/uploads/2024/01/better-health.webp');
    /* filter: invert(1); */
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.valentin-title{
    position: relative;
    padding-left: 45px!important;
}
.valentin-title:after{
    content: '';
    position: absolute;
    left: 3px;
    top: -5px;
    width: 34px;
    height: 34px;
    background-image: url('/wp-content/themes/cooponline.theme/assets/img/hearts.webp');
    /* filter: invert(1); */
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.teamez-title{
    position: relative;
    padding-left: 45px!important;
}
.teamez-title:after{
    content: '';
    position: absolute;
    left: 3px;
    top: -12px;
    width: 34px;
    height: 34px;
    background-image: url('/wp-content/themes/cooponline.theme/assets/img/tea-cup.webp');
    /* filter: invert(1); */
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.avide-title{
    position: relative;
    padding-left: 45px!important;
}
.avide-title:after{
    content: '';
    position: absolute;
    left: 3px;
    top: -12px;
    width: 34px;
    height: 34px;
    background-image: url('/wp-content/themes/cooponline.theme/assets/img/desk-lamp.webp');
    /* filter: invert(1); */
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.anyak-title{
    position: relative;
    padding-left: 45px!important;
}
.anyak-title:after{
    content: '';
    position: absolute;
    left: 3px;
    top: -12px;
    width: 34px;
    height: 34px;
    background-image: url('/wp-content/themes/cooponline.theme/assets/img/tavasz.webp');
    /* filter: invert(1); */
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.foodbox-title{
    position: relative;
    padding-left: 45px!important;
}
.foodbox-title:after{
    content: '';
    position: absolute;
    left: 3px;
    top: -5px;
    width: 34px;
    height: 34px;
    background-image: url('https://app.cooponline.hu/wp-content/uploads/2024/01/chef-1.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;
}
/** MY ACCOUNT END **/
.choose-date-popup{
    width: 100%;
    max-width: 80%;
}
.choose-date-close{
    display: block;
    position: absolute;
    right: 9px;
    top: 7px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.co-order-date-append{
    position: relative;
    padding-right: 20px;
}
.remove-date{
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 15px;
    height: 15px;
    cursor: pointer; 
}
#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;
    }
}