﻿:root {
    --color1: #EBDED5
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html {
    height: 100% !important;
    min-height: 100vh !important;
}
body {
    font-family: "Work Sans",Arial,sans-serif;
    background: #fff;
    color: #1D1D1D;
    height: 100% !important;
    min-height: 100vh !important;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
a{
    color: #1D1D1D;
}
a:hover{
    text-decoration: underline;
}
section{
    padding: 12px;
}
footer{
    position: page;
    bottom:0;
    left:0;
    right:0;
}
img {
    display: block;
    max-width: 100%;
}
lazy{
    display: none;
    pointer-events: none;
}
select {
    border: 0;
    font-weight: 700;
    max-width: 100%;
    background-color: transparent;
    padding: 6px 2px;
}
select:focus {
    outline: 0;
}
.pageloader {
    position: absolute;
    min-height: 100vh;
    min-width: 100vw;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    transition: opacity .4s;
}
.loader {
    color: var(--color1);
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}
@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.ht-imgload, .ht-bgload{
    background-color: transparent;
    opacity: 0;
}
.ht-loaded{
    /*animation: imgload .35s ease-in-out;*/
}
@keyframes imgload{
    0%{
        opacity:0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.notification-top{
    width: 100%;
    background-color: #1D1D1D;
    height: 54px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.notification-top b,strong{
    display: inline;
    margin-right: 5px;
}
.topnav {
    background-color: #fff !important;
    display: flex;
    align-items: center;
    position: relative;
    height: 64px;
    border-bottom: 1px solid var(--color1);
    padding-left: 120px;
    padding-right: 90px;
    z-index: 9999;
}
.topnav .navbar-brand{
    position: absolute;
    left: 10px;

}
.topnav-right{
    position: absolute;
    right: 10px;
}
.topnav .navbar-toggler {
    height: 20px;
    margin-top: -5px;
    position: relative;
    float: right;
    border: 0;
}
.topnav .navbar-collapse {
    margin-left: -120px;
    margin-right: -90px;
}
.topnav .navbar-collapse.navbar-collapse.show  {
    text-align: left;
    padding-left: 10px;
}
.topnav .collapsing{
    transition: all 0s !important;
}
.navbar-collapse.show .navbar-nav {
    align-items: flex-start;
    padding-left: 12px;
}
.navbar-collapse.show .navbar-nav li a{
    font-size: 15px !important;
    padding: 5px;
}
@media (max-width: 1199.98px) {
    .topnav .show {
        top: 55px;
        width: 100%;
        position: absolute;
        background-color: #fff;
    }
}

.topnav .navbar-toggler:focus {
    outline: 0;
}
.topnav-icon {
    margin-left: 8px;
    margin-right: 8px;
    vertical-align: middle;
    color: #1D1D1D;
    font-size: 0px;
    line-height: 0px;
    position: relative;
    text-decoration: none;
}
.topnav-icon:hover {
    text-decoration: none;
    color: #1D1D1D;
}
    .topnav-icon .item-counter {
        font-size: 9px;
        line-height: 16px;
        display: block;
        background: #1D1D1D;
        color: #fff;
        font-weight: 500;
        text-align: center;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        position: absolute;
        top: -17px;
        right: -8px;
    }
.topnav ul{
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    text-align:center;
}
.topnav li{
    display: inline-block;
}
.topnav li a{
    color: #1D1D1D !important;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 5px 10px;
    transition: background .3s;
}
    .topnav li a:hover{
        background: var(--color1);
    }
    .blankinput{
        border: 0;
        background-color: transparent;
        outline: 0;
    }
    .blankinput:focus{
        outline: 0;
        box-shadow: 0;
    }
#sidesearchresults img{
    width: 140px;
}
#sidesearchresults a{
    color: #1d1d1d;
    border-bottom: 1px solid #1D1D1D;
    border-right: 9px solid transparent;
}
#sidesearchresults a:hover{
    border-right: 9px solid var(--color1);
}
.main-image {
    height: 45.14vw;
    min-height: 220px;
    max-height: 860px;
    overflow: hidden;
}
.social-iconbar{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: red;
    width: 30px;
    z-index: 800;
    pointer-events: none;
    transition: all .3s;
}
.social-iconbar .iconcontainer{
    border-bottom-left-radius: 20px;
    border-top-left-radius : 20px;
    background-color: #1D1D1D;
    padding: 8px;
}
.social-iconbar a{
    display: block;
    pointer-events: all;
}
.social-iconbar svg{
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-bottom: 7.5px;
    margin-top: 7.5px;
    color: #fff;
}
.social-item:hover{
    text-decoration: none;
}
.square-button {
    font-size: 14px;
    display: block;
    width: 300px;
    max-width: 100%;
    color: #1D1D1D;
    background-color: var(--color1);
    padding: 12px;
    padding-left: 12px;
    padding-right: 12px;
    transition: all .3s;
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
}
.square-button:hover{
    text-decoration: none;
    color: #fff;
    background-color: #1D1D1D;
}
.shapecontainer {
    width: 100px;
    height: 100px;
    margin: 15px;
    border-radius: 50%;
    transition: all .3s;
    padding: 12px;
    padding-top: 32px;
    display: block;
    cursor: pointer;
}
.shapecontainer:hover{
    background-color: var(--color1);
    color: #1D1D1D;
    text-decoration: none;
}
.img-box-3 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    text-decoration: none;
    width: calc(33.3% - 20px);
    max-width: 400px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    cursor: pointer;
}
.img-box-3 img{
    width: 100%;
    height: auto;
}
.img-box-3 .square-button{
    position: absolute;
    bottom: 30px;
}
.img-box-3:hover .square-button{
    background-color: #1D1D1D;
    color: #fff;
}
@media (max-width: 767.98px) {
    .shapecontainer {
        width: 65px;
        height: 65px;
        padding: 10px;
        padding-top: 17px;
    }
    .shapecontainer h6{
        font-size: 12px;
    }
}
.category-grid-section {
    padding: 80px 0px 40px 0px;
}
.inner {
    max-width: 1260px;
    padding: 0px 5px 0px 5px;
    margin: 25px auto 0px auto;
    display: flex;
}
.right-box {
    width: 25%;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.center-box {
    width: 50%;
    padding: 5px;
}
.left-box {
    width: 25%;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.title svg {
    height: 26px;
    width: 26px;
    color: #1D1D1D;
}
.title, .title a {
    color: #1D1D1D;
    font-weight: 700;
}
    .title a:hover {
        text-decoration:none;
    }
.category-box {
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
}
.category-box img {
    width: 100%;
}
.category-box .square-button {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 24px;
    margin: auto;
    width: calc(100% - 40px);
    max-width: 250px;
    padding-right: 10px;
    padding-left: 10px;
}
@media screen and (max-width: 991.98px) {
    .inner {
        flex-wrap: wrap;
        display: block;
    }

    .left-box, .right-box {
        width: 100%;
        flex-direction: row;
    }

        .left-box .category-box, .right-box .category-box {
            width: calc(50% - 5px);
        }

    .center-box {
        width: 100%;
    }

    .category-box .square-button {
        bottom: 0px;
        width: 100%;
        max-width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        font-size: calc(7px + 0.6vw);
    }
}
.eyelovesquad {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    max-height: 480px;
    overflow: hidden;
}
.eyelovesquad .squad-box{
    height: 240px;
    width: 240px;
    padding: 0;
    display: inline-block;
    align-items: center;
    overflow: hidden;
}
.eyelovesquad img {
    display: inline-block;
    margin: 6px 4px 6px 4px;
    width: 240px;
    max-width: 100%;
}
@media (max-width: 576px){
    .eyelovesquad {
        max-height: 560px;
    }
    .eyelovesquad .squad-box {
        height: 140px;
        width: 140px;
    }
    .eyelovesquad img {
        width: 140px;
    }
}

.fizmod {
    border: 1px solid var(--color1);
    transition: all .23s ease-in-out;
    margin-right: 20px;
    cursor: pointer;
}
.fizmod-active {
    border: 1px solid #1D1D1D;
}
.fizmod-icon {
    transition: all .23s ease-in-out;
    border-radius: 50%;
    width: 91px;
    height: 91px;
    margin: auto;
    margin-bottom: 12px;
    display: flex;
    align-self: center;
    justify-self: center;
    align-items: center;
    justify-content: center;
}
.fizmod-icon svg{
    width: 60px;
    height: auto;
}
.fizmod-active .fizmod-icon{
    
    background-color: var(--color1);
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
    border: 1px solid #1D1D1D;
    border-radius: 22px;
    background: #fff;
    font-size: 14px;
    line-height: 18px;
    color: #1D1D1D;
    display: inline-block;
    width: 100%;
    height: 44px;
    letter-spacing: 0px;
    padding: 0px 19px 0px 19px;
    transition: border-color .25s ease;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
    outline: 0;
    box-shadow: unset;
}
.newsletter{
    background-color: var(--color1);
    text-align: center;
}
.footer2 svg {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    margin-right: 5px;
    color: #1D1D1D;
}
.kosarbagomb {
    border: 1px solid #1D1D1D;
    border-radius: 22px;
    background: transparent;
    font-weight: 300;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 2px;
    color: #1D1D1D;
    display: inline-block;
    height: 32px;
    padding: 0px 12px 0px 12px;
    transition: all .25s ease;
    margin-bottom: 12px;
}
.nincsraktaron {
    border: 1px solid transparent;
    background-color: var(--color1);
}
.kosarbagomb:hover {
    background-color: #1D1D1D;
    color: #fff;
}
.newsletter-form input[type="text"]:nth-child(1) {
    border: 0;
    width: auto;
    border-radius: 22px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #fff;
    font-size: 14px;
    line-height: 18px;
    color: #1D1D1D;
    display: inline-block;
    height: 44px;
    letter-spacing: 0px;
    padding: 0px 19px 0px 19px;
    transition: border-color .25s ease;
}
.newsletter-form input[type="email"]:nth-child(2) {
    border: 0;
    font-family: "Work Sans", Arial, sans-serif;
    border-radius: 0px;
    background: #fff;
    width: auto;
    font-size: 14px;
    line-height: 18px;
    color: #1D1D1D;
    display: inline-block;
    height: 44px;
    letter-spacing: 0px;
    padding: 0px 19px 0px 19px;
    transition: border-color .25s ease;
}
.newsletter-form input[type="text"]:nth-child(1):focus, input[type="email"]:nth-child(1):focus, button:focus {
    outline: 0;
}
.newsletter-form button {
    border: 2px solid #1D1D1D;
    border-radius: 22px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #1D1D1D;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    min-width: 192px;
    height: 44px;
    letter-spacing: 2.4px;
    padding: 0px 19px 0px 19px;
    transition: all .25s ease;
}
.newsletter-form button:hover {
    background-color: var(--color1);
    color: #1D1D1D;
}
.bbutton {
    border: 0;
    border-radius: 22px;
    background: #1D1D1D;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    text-align: center;
    min-width: 80px;
    height: 44px;
    letter-spacing: 2.4px;
    padding: 12px;
    transition: all .25s ease;
}
    .bbutton:hover {
        text-decoration:none;
        background-color: var(--color1);
        color: #1D1D1D;
    }
.ebutton {
    border: 0;
    border-radius: 22px;
    background: #1D1D1D;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    min-width: 192px;
    height: 44px;
    letter-spacing: 2.4px;
    padding: 0px 19px 0px 19px;
    transition: all .25s ease;
}

    .ebutton:hover {
        background-color: var(--color1);
        color: #1D1D1D;
    }
.ebutton-n {
    border: 0;
    border-radius: 22px;
    background: var(--color1);
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #1D1D1D;
    display: inline-block;
    min-width: 192px;
    height: 44px;
    letter-spacing: 2.4px;
    padding: 0px 19px 0px 19px;
    transition: all .25s ease;
}

    .ebutton-n:hover {
        background-color: #1D1D1D;
        color: #fff
    }
@media (max-width: 1198.98px) {
    .newsletter-form input[type="text"]:nth-child(1) {
        border: 0;
        border-radius: 0;
        background: #fff;
        font-size: 14px;
        line-height: 18px;
        color: #1D1D1D;
        display: block;
        margin: auto;
        height: 44px;
        letter-spacing: 0px;
        padding: 0px 19px 0px 19px;
        transition: border-color .25s ease;
    }

    .newsletter-form input[type="email"]:nth-child(2) {
        border: 0;
        font-family: "Work Sans", Arial, sans-serif;
        border-radius: 0px;
        background: #fff;
        font-size: 14px;
        line-height: 18px;
        color: #1D1D1D;
        display: block;
        margin: auto;
        margin-top: 8px;
        margin-bottom: 8px;
        height: 44px;
        letter-spacing: 0px;
        padding: 0px 19px 0px 19px;
        transition: border-color .25s ease;
    }

    .newsletter-form button {
        border: 0;
        border-radius: 0;
        width: 192px;
        background: #1D1D1D;
        font-size: 14px;
        line-height: 18px;
        color: #fff;
        display: block;
        margin: auto;
        height: 44px;
        letter-spacing: 0px;
        padding: 0px 19px 0px 19px;
        transition: border-color .25s ease;
    }
}
.newsletter-form a{
    color: #1D1D1D;
    text-decoration: underline;
}
input[type='checkbox'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: transparent;
    outline: 1px solid #1D1D1D;
    border: 3px solid transparent;
    position: relative;
}
    input[type='checkbox']:checked::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 60%;
        margin-left: 3px;
        margin-bottom: 3px;
        border-bottom: 3px solid #1D1D1D;
        border-right: 3px solid #1D1D1D;
        transform: rotateZ(45deg);
    }
    .checkgroup{
        display: inline-flex;
        flex-direction: row;
        align-items: center;
    }
    .checkgroup label{
        font-size: 12px;
        padding-top: 6px;
    }
.footer-link {
    font-size: 12px;
    font-weight:700;
    line-height: 12px;
    margin: 10px 10px 0px 10px;
    letter-spacing: 1px;
}
    .footer-link:hover {
        text-decoration: underline;
    }
@media (max-width: 767.98px) {
    .footer-link {
        font-size: 10px;
    }
}
.bank-item{
    display: inline-block;
    text-align: center;
}
.hashtag {
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    color: #2B2A29;
}
.copyright {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    line-height: 14px;
}
.copyright a {
    margin-left: 15px;
    color: #1D1D1D;
    text-decoration: underline;
}
.designer{
    font-size: 12px;
}
.designer a{
    color: #1D1D1D;
}
.kosargomb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    box-shadow: none;
    font-family: "Work Sans",Arial,sans-serif;
    font-weight: 600;
    height: 44px;
    font-size: 14px;
    letter-spacing: 2.5px;
    line-height: 16px;
    border: 2px solid #1D1D1D;
    background: #1D1D1D;
    color: #fff;
    padding: 12px 38px 12px 38px;
    border-radius: 22px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .25s ease,color .25s ease,border-color .25s ease;
}
.content {
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
}

.menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 280px;
    height: 100vh;
    background-color: #fff;
    color: #1D1D1D;
    z-index: 9998;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all .3s ease-in-out;
}

    .menu .close {
        position: absolute;
        top: 20px;
        font-size: 38px;
        z-index: 1;
    }

.menu-left {
    left: -280px;
    box-shadow: inset -5px 0 10px #333;
}

    .menu-left .close {
        right: 12px;
    }

.menu-right .close {
    left: 12px;
}

.menu-right {
    right: -280px;
    box-shadow: inset 5px 0 10px #333;
}

.menu-button {
    border: 0;
    background: 0;
}

@media (max-width:576px) {
    .menu-left {
        box-shadow: unset;
    }
}
.kosargomb:hover{
    background-color: var(--color1);
    border: 2px solid var(--color1);
    color: #1D1D1D;
}
.szurobutton {
    position: fixed;
    top: 200px;
    left: -23px;
    width: 100px;
    z-index: 9998;
    transition: all .3s ease-in-out;
}
    .szurobutton button {
        width: 100%;
        font-size: 18px;
        font-weight: 700;
        border: 0;
        padding: 14px 10px;
        transform: rotateZ(90deg);
        background-color: var(--color1);
    }
    @media (max-width: 576px){
        .szurobutton {
            top: auto;
            bottom: 0;
            left: 50%;
            margin-left: -50px;
            
        }
            .szurobutton button {
                transform: rotateZ(0deg);
            }
    }
.notif-form {
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -250px;
    width: 500px;
    z-index: 9999;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 40px #333;
}
@media (max-width: 576px)
{
    .notif-form {
        width: 270px;
        margin-left: -125px;
    }
}
.productcard {
    display: block;
    width: 100%;
    min-height: 120px;
    margin: 20px;
    padding: 12px;
    width: 19rem;
    max-width: 360px;
}
.productcard.mini {
    width: 15rem;
    flex: unset;
    padding: 0;
}
    .productcard.mini .termekkepcontainer, .productcard.mini .front, .productcard.mini .back{
        height: 13rem;
    }
    .productcard.mini .favbutton{
        right: 5px;
    }
@media (max-width: 737px) {
    .productcard {
        max-width: unset;
    }
    .productcard.mini {
        flex:0 0 100%;
    }
        .productcard .tags {
            display: inline-block;
            position: absolute;
            bottom: 9px;
            top: unset !important;
            right: unset !important;
            left: 4px;
        }
            .productcard .tags .tag {
               margin: 0;
               letter-spacing: 1px;
        }
   
}
.productcard .kosarbagomb, .productcard .favbutton {
    opacity: 0;
}
.productcard:hover{
    text-decoration: none;
}
    .productcard:hover .row {
        outline: 1px solid var(--color1);
    }
    .productcard:hover .kosarbagomb, .productcard:hover .favbutton {
        opacity: 1;
    }
.productcard .tags{
    display:inline-block;
    position: absolute;
    top: 5px;
    left: 10px;
}
.productcard .tag{
    background-color: #1D1D1D;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 4px;
}
.productcard .text{
    display: inline-block;
    margin-top: 20%;
    color: #1D1D1D;
}
.productcard .text h6{
    font-weight: 700;
}
.origprice {
    color: #A4A4A4;
    text-decoration: line-through;
}
.productcard .text a {
    color: #1D1D1D;
    text-decoration: none;
}
    .productcard .text a:hover {
        color: #1D1D1D;
        text-decoration: none;
    }
.productcard button{

}
.termekkepcontainer {
    position: relative;
    max-height: 450px;
    height: 21.375rem;
    display: flex;
    padding: 0;
    overflow: hidden;
    justify-content: center;
    width: 100%;
    align-items: center;
}
.productcard .front, .productcard .back {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    display: flex;
    width: 100%;
    height: 21.375rem;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    justify-content: center;
}
.productcard .back {
    opacity: 0;
}
.productcard .front picture, .productcard .back picture {
    width: 100%;
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.productcard .front img, .productcard .back img {
    max-width: 100%;
}
.productcard:hover .front {
    opacity: 0;
}
.productcard .back {
    
}
.productcard .back img{
    transform: translateX(5px);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.productcard:hover .back img{
    transform: translateX(0px);
}
.productcard:hover .back {
    opacity: 1;
}
@media (max-width: 767.98px) {
    .productcard {
        width: 100%;
        margin: 0;
        max-width: unset;
    }
    .productcard .row {
        outline: 1px solid var(--color1);
    }
    .productcard .termekkepcontainer {
        height: 170px;
        max-width: 170px;
    }
    .productcard .kosarbagomb, .productcard .favbutton {
        opacity: 1;
    }
    .productcard .front, .productcard .back {
        height: auto;
    }
}
@media screen and (min-width: 0) {
 
}

@media screen and (min-width: 576px) {
    .productcard:hover .row{
        box-shadow: 0 0 30px 3px rgba(0,0,0,0.08);
    }
    .productcard .tags{
        left: auto;
        right: 20px;
    }
    .productcard .text {
        margin-top: 14px;
    }
    
}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 1200px) {

}
.themebg{
    background-color: var(--color1);
    padding: 4px;
}
p .themebg{
    font-weight: 700;
}
    @media screen and (max-width: 575.98px) {
        h1 {
            font-size: 1.65rem !important;
        }

        h2 {
            font-size: 1.5rem !important;
        }

        h3 {
            font-size: 1.34rem !important;
        }

        h4 {
            font-size: 1.27rem !important;
        }

        h5 {
            font-size: 1.1667rem !important;
        }
    }
.pagination a {
    color: #1D1D1D;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 10px 4px 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.pagination .active{
    background-color: var(--color1);
    border-radius: 50%;
}
.influencers {
    width: 100%;
    max-width: 1030px;
    margin: auto;
}
.influencers .influencer-row{
    display: flex;
    padding: 10px;
    justify-content: center;
    width: 100%;
    flex-direction: row;
}
.influencers .influencer-row:nth-child(2n+2) {
    width: 100%;
    flex-direction: row-reverse;
}
.influencer-row .small {
    width: 325px;
    position: relative;
    display: inline-block;
}
    .influencer-row .big {
        width: 650px;
        height: 650px;
        position: relative;
        display: inline-block;
    }
.influencer-row .big a{
    width: 100%;
    height: 100%;
    position: relative;
    justify-content:center;
    display: flex;
}
.influencer-row .small a {
    width: 325px;
    height: 325px;
    max-width: 325px;
    max-height: 325px;
    display: flex;
    justify-content:center;
    position: relative;
}
.influencer-row .small a:hover, .influencer-row .big a:hover {
    text-decoration:none;
}
.influencer-row a::after {
    content: '';
    background: rgba(0,0,0,0.4);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    display: block;
    position: absolute;
    z-index: 2;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    transition: opacity .25s ease;
    opacity: 0;
}
.influencer-row a:hover::after {
    opacity: 1;
}

.influencer-row .big a span, .influencer-row .small a span {
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    justify-content: center;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    z-index: 1;
}
.influencer-row .big a button, .influencer-row .small a button{
    display: inline-flex;
    align-self: center;
    justify-self: center;
    outline: none;
    box-shadow: none;
    font-family: "Work Sans",Arial,sans-serif;
    font-weight: 600;
    height: 44px;
    font-size: 14px;
    letter-spacing: 2.5px;
    line-height: 16px;
    border: 2px solid #EBDED5;
    background: #EBDED5;
    color: #1D1D1D;
    padding: 12px 38px 12px 38px;
    border-radius: 22px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s;
    opacity: 0;
    z-index: 3;
}
.influencer-row a:hover button {
    text-decoration: none;
    opacity: 1;
}
.influencer-row .big a button:hover, .influencer-row .small a button:hover {
    border: 2px solid #1D1D1D;
    background: #1D1D1D;
    color: #FFF;
}
@media (max-width: 1060px) {
    .influencers .influencer-row .small{
        width: calc(100% / 3);
    }
    .influencer-row .small a {
        width: 100%;
        height: 30.05vw;
    }
    .influencers .influencer-row .big {
        width: calc(100% / 1.54);
        height: 60.3vw;
    }
}
.popupbg {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 9999;
}

.popupformcontainer {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    pointer-events: none;
    justify-content: center !important;
    align-items: center !important;
    z-index: 9700;
}

.popupform {
    position: relative;
    top: 30%;
    background-color: white;
    justify-content: center;
    align-items: center;
    margin: auto !important;
    z-index: 1;
    width: 600px;
    max-height: 100%;
    pointer-events: all;
    max-width: 95vw;
    max-height: 90vh;
}

.dx-overlay-wrapper {
    z-index: 9600 !important;
}

.popupform-100 {
    position: fixed !important;
    top: 5vh !important;
    left: 2.5vw;
    right: 2.5vw;
    display: block;
    background-color: white;
    justify-content: center;
    align-items: center;
    margin: auto !important;
    z-index: 1;
    pointer-events: all;
    width: 95vw;
    height: 90vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.popupform .exit {
    position: absolute;
    font-size: 20px;
    top: 5px;
    right: 10px;
    transition: all .3s;
    cursor: pointer;
}

    .popupform .exit:hover {
        color: rgb(200, 50, 50 );
    }
.e-container {
    position: fixed;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    width: 300px;
    max-width: 100%;
    transition: right .3s ease-in-out;
    pointer-events: none;
    overflow-y: auto;
}

.ertesites-hide {
    top: 0;
    bottom: 0;
    right: -300px !important;
    animation: ert-hide .4s ease-in-out;
}

.ertesites-show {
    top: 0;
    bottom: 0;
    right: 0 !important;
    animation: ert-show .4s ease-in-out;
}

@keyframes ert-hide {
    0% {
        right: 0px;
    }

    100% {
        right: -300px;
    }
}

@keyframes ert-show {
    0% {
        right: -300px;
    }

    100% {
        right: 0px;
    }
}

.ertesites-box {
    position: relative;
    display: block;
    width: 270px;
    max-width: 100%;
    background: rgba(255,255,255, 0.8);
    box-shadow: 0 0 13px;
    animation: helo .24s ease-in;
    padding: 14px;
    font-weight: 700;
    font-size: 13px;
    margin-top: 12px;
    pointer-events: all;
    transition: all .3s ease-in-out;
    border-radius: 8px;
}

.e-success {
    background: #95e69d;
}

.e-info {
    background: #95cee6
}

.e-warning {
    background: #e6d795
}

.e-error {
    background: #e69595
}

.ertesites-delete {
    position: absolute;
    top: 3px;
    right: 5px;
    cursor: pointer;
    font-weight: 900;
}

    .ertesites-delete:hover {
        color: red;
    }

@keyframes helo {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}
.cookie-bottom {
    position: fixed;
    bottom: 12px;
    pointer-events: none;
    z-index: 9997;
    transition: opacity .3s ease;
}

.cookie-bottom {
    pointer-events: none;
}

#cookiecontainer {
    pointer-events: all;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 5%;
    font-size: .9rem;
    padding: 15px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 15px #333;
    animation: cookiepop 1s ease-in-out;
    transform-origin: bottom left;
    text-align: center;
}

.container-invert {
    filter: invert(1), hue-rotate(180deg);
}

#cookiecontainer #consent, #cookiecontainer #notconsent {
    border: 0;
    margin: 8px;
    padding: 10px;
    box-shadow: 0 0 2px #333;
    font-size: 1rem;
    background-color: #fff;
    transition: all .3s ease-in-out;
    font-weight: 700;
    pointer-events: all;
}

#cookiecontainer #consent {
    background-color: var(--color1);
    color: #1D1D1D;
}

    #cookiecontainer #consent:hover{
        color: #fff;
        background-color: #1D1D1D;
    }

@media (max-width: 576px) {
    #cookiecontainer {
        font-size: .7rem;
        padding: 9px;
        left: initial;
    }

        #cookiecontainer #consent, #cookiecontainer #notconsent {
            margin: 6px;
            padding: 8px;
            font-size: .8rem;
        }
}

@keyframes cookiepop {
    0% {
        left: 100%;
        transform: skew(-20deg);
    }

    60% {
        transform: skew(-20deg);
    }

    90% {
        transform: skew(0deg);
    }

    100% {
        left: 5%;
    }
}
.kosarsor {
    align-items: center;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #1D1D1D;
    min-height: 84px;
    max-height: 133px;
    overflow-y: hidden;
    position: relative;
}
.kosarsor2 {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #1D1D1D;
    min-height: 84px;
    max-height: 143px;
}
.kosarsor2 h6{
    font-size: 18px;
}
@media (max-width: 576px){
    .kosarsor2 h6 {
        font-size: 13px;
    }
}
    .kosarsor .image-outer {
        display: flex;
        width: 198px;
        height: 132px;
        overflow: hidden;
        align-items: center;
    }
    .kosarsor img {
        display: block;
        max-width: 100%;
    }
    .kosarsor .text-content{
        margin: 0;
        width: calc(100% - 198px);
        align-items: center;
    }
    .kosarsor .potty{
        height: 30px;
        width: 30px;
        margin: auto;
        background-color: red;
        border-radius: 50%;
    }
.kosarsor h5 {
    font-weight: 700;
}
.kosarsor p{
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-weight: 700;
}
    .kosarsor .text-content {
        display: flex;
        flex-direction: row;
    }
    .kosarsor .text-block {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
@media (max-width: 576px) {
    .kosarsor {
        height: 143px;
    }
        .kosarsor h5 {
            font-size: 13px;
            margin:0;

        }
    .kosarsor .image-outer {
        display: flex;
        width: 133px;
        height: 89px;
        overflow: hidden;
        align-items: center;
    }

    .kosarsor .text-content {
        margin: 0;
        line-height: 1.1;
        width: calc(100% - 133px);
    }
    .kosarsor p {
        font-size: 12px;
        bottom: -10px;

    }
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity input[type=number] {
    -moz-appearance: textfield;
}
.quantity{
    width: 100px;
    height: 37px;
    padding:0;
    text-align: center;
    position: relative;
}
    .quantity input {
        display: inline-block;
        height: 100%;
        width: 90%;
        border-left: 0;
        border-right: 0;
        margin: 0;
        border: 1px solid #1D1D1D;
        border-right: 0;
        border-left: 0;
        text-align: center;
    }
.quantity input:focus {
    outline: 0;
    box-shadow: unset;
}
    .quantity a {
        position: absolute;
        height: 100%;
        margin: 0;
        vertical-align: bottom;
        display: inline-block;
        font-size: 20px;
        color: #1D1D1D;
    }
    .quantity a:hover {
        color: #1D1D1D;
        text-decoration: none;
    }
        .quantity a:nth-of-type(1) {
            left: 5%;
            padding-left: 5px;
            border: 1px solid #1D1D1D;
            border-right: 0;
        }
.quantity a:nth-of-type(2){
    right: 5%;
    padding-right: 5px;
    border: 1px solid #1D1D1D;
    border-left: 0;
}
@media (max-width: 772px) {
    .quantity {
        width: 70px;
        height: 26px;
        font-size: 14px;
    }
}
.szinpotty{
    position: relative;
    width: 17px;
    height: 17px;
    margin: 7px;
    border-radius: 50%;
    cursor: pointer;
}
    .szinpotty::after, .szinpotty::before {
        transition: all .2s ease-in-out;
    }
    .szinpotty::before {
        content: "";
        position: absolute;
        top: 2px;
        bottom: 0;
        height: 70%;
        width: 40%;
        margin-left: 5px;
        border-bottom: 2px solid #bcbcbc;
        border-right: 2px solid #bcbcbc;
        transform: rotateZ(45deg);
        opacity: 0;
    }
    .szinpotty::after {
        content: '';
        position: absolute;
        top: -3px;
        bottom: -3px;
        left: -3px;
        right: -3px;
    }
    .szinpotty[data-clicked=true]::before {
        opacity: 1;
        filter: contrast(2) drop-shadow(0px 0px 1px #555);
    }
    .szinpotty[data-clicked=true]::after{
        border: 1px solid #1D1D1D;
        border-radius: 50%;
    }

.favbutton {
    background: 0;
    border: 0;
    padding: 1px;
    transition: all .15s ease;
    transform: scale(1.4);
}
.productcard .favbutton, .swiper-slide .favbutton{
    background: 0;
    border: 0;
    width: 32px;
    height: 32px;
    padding: 1px;
    position: absolute;
    bottom: 12px;
    right: 12px;
    transition: all .15s ease;
}
.favbutton svg {
    width: 30px;
    height: 30px;
}
.favbutton:hover {
    transform: scale(1.7);
}
.productcard .favbutton:hover, .swiper-slide .favbutton:hover{
    transform: scale(1.4);
}
@media (max-width: 768px){
    .productcard .favbutton{
        position: static;
        margin-left: 10px;
    }
}