* {
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html,
body {
    max-width: 1920px;
    margin: 0 auto;
    
}

body {
    flex-direction: column;
}
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: rgb(243, 245, 248);
}

input,
textarea,
::placeholder {
    font-family: 'Montserrat', sans-serif;
}

::placeholder {
    opacity: 0.5;
}


img {
    max-width: 100%;
    display: block
}

a,
a:visited,
a:hover,
a:active,
a:focus {
    text-decoration: none !important;
}

ul {
    padding: 0;
}

ul li {
    list-style-type: none;
}

ol {
    padding-left: 20px;
}

:root {
    --blue: rgb(56, 66, 104);
    --green: rgb(152, 205, 175);
}

.c {
    max-width: 1530px;
    margin: 0 auto;
    padding: 0 10px;
}

/* HEADER */
#reg-btn {
    background-color: var(--blue);
    color: white;
    border-radius: 100px;
    padding: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
}

#login-btn {
    background-color: var(--green);
    color: var(--blue);
    border-radius: 100px;
    padding: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
}

#login-btn:hover, #reg-btn:hover {
    cursor: pointer;
    background-color: white;
    color: var(--blue);
    transition: 0.3s;
    font-weight: 100kg;
}

header {
    background-color: rgb(243, 245, 248);
    border-bottom: 16px solid var(--green);
}

header .c {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .logo {
    max-width: 200px;
}

header .search {
    width: 43%;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    color: var(--blue);
}

header .search .top {
    margin-bottom: 20px;
}

header .search .bottom input {
    width: 100%;
    border-radius: 200px;
    border: 2px solid var(--blue);
    height: 60px;
    padding-top: 2px;
    text-align: center;
    font-size: 30px;
}

header .search .bottom input::placeholder {
    font-weight: 700;
    font-size: 30px;
    color: var(--blue);
    opacity: 1;
}

header .contact {
    width: 31%;
}

header .contact small{
    width: 100%!important;
    text-align: right;
}

header .contact .top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

header .contact .top a {
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-weight: 700;
    font-size: 15px;
}

header .contact .top a:last-child {
    margin-right: 0;
}

header .contact .top .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--blue);
    position: relative;
    margin-right: 10px;
}

header .contact .top .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

header .contact .bottom {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: var(--green);
    color: var(--blue);
    text-align: center;
    position: relative;
    border-radius: 200px;
    margin-top: 20px;
    display: block;
    font-weight: 700;
    font-size: 30px;
    transition: 0.3s;
}

header .contact .bottom:hover {
    background-color: #fff;
}

header .contact .bottom img {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 0;
    height: 100%;
}



#products {
    border-bottom: 16px solid var(--green);
}

#products .c {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

#products .c .item {
    width: calc(25% - 20px);
    margin: 10px 10px 0 10px;
}

#products .c .item a {
    height: 60px;
    background-color: var(--blue);
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    border-radius: 100px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

#products .c .item a:hover {
    background-color: var(--green);
}

#banners {
    padding: 20px 0;
}

#banners .c {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#banners .slider-wrapper {
    width: 57.9%;
    position: relative;

}

#banners .slider,
#banners .slider img {
    width: 100%;
    overflow: hidden;
    border-radius: 100px;
}

#banners .banner-right {
    width: calc(100% - 57.18% - 97px);
}

#banners .slick-prev,
#banners .slick-next {
    width: 1px;
    opacity: 0;
    height: 1px;
}

#banners .pseudo-arrows {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

#banners .arrow-left {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    margin-right: 26px;
}

#banners .arrow-right {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}


#banners .banner-right img {
    border-radius: 50px;
}

#banners .banner-right img:first-child {
    margin-bottom: 20px;
}

.product-list {
    margin-bottom: 50px;
}

.product-list .c {
    display: flex;
    background-color: var(--green);
    padding: 40px 60px;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
}

.product-list .left {
    width: 25%;
}

.product-list .left .title {
    color: var(--blue);
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}

.product-list .left .lead {
    color: var(--blue);
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 40px;
}

.product-list .left .more a {
    display: inline-block;
    vertical-align: middle;
    background-color: var(--blue);
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    width: 200px;
    border-radius: 100px;
    font-weight: 700;
}

.product-list .right {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
}

.product-list .right li {
    width: 25%;
    padding: 20px;
    height: fit-content;
}

.product-list .right li .item {
    display: block;
    border-radius: 60px;
    border: 5px solid var(--blue);
    padding: 15px;
    background-color: rgb(243, 245, 248);
    overflow: hidden;
    text-align: center;
    height: 100%;
}

.product-list .right li img {
    margin: 0 auto 15px;
    max-height: 150px;
}

.product-list .right li .item-title {
    font-weight: 300;
    text-align: center;
    font-size: 16px;
    color: var(--blue);
    margin-bottom: 15px;
    overflow: hidden;
    height: 50px;
}

.product-list .right li .item-price {
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    color: var(--blue);
    margin-bottom: 15px;
}

.product-list .right li .item-fakeprice {
    font-weight: 300;
    text-align: center;
    font-size: 19px;
    color: var(--blue);
    margin-bottom: 15px;
    position: relative;
}

.product-list .right li .item-fakeprice::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%) rotate(-10deg);
    height: 1px;
    background-color: var(--blue);
}

.product-list .right li .item-more {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    background-color: var(--blue);
    color: var(--green);
    padding: 5px 40px;
    border-radius: 100px;
    text-align: center;
    font-weight: 700;
}

.product-list .leaf {
    position: absolute;
    bottom: -50px;
    left: 40px;
    width: 400px;
    pointer-events: none;
}

.partners-title {
    border-radius: 100px;
    text-align: center;
    padding: 10px 15px;
    background-color: var(--blue);
    color: var(--green);
    margin-bottom: 20px;
}

.partners .slick-prev,
.partners .slick-next {
    width: 1px;
    opacity: 0;
    height: 1px;
}

.partners-slider-wrapper {
    position: relative;
}

.partners .arrow-left {
    width: 26px;
    height: 26px;
    position: relative;
    position: absolute;
    top: 50%;
    left: 0;
    border-left: 2px solid #444;
    border-bottom: 2px solid #444;
    transform: translate(0, -50%) rotate(45deg);
    cursor: pointer;
}

.partners .arrow-right {
    width: 26px;
    height: 26px;
    position: relative;
    position: absolute;
    top: 50%;
    right: 0;
    border-left: 2px solid #444;
    border-bottom: 2px solid #444;
    transform: translate(0, -50%) rotate(-135deg);
    cursor: pointer;
}

#subscribe .c {
    display: flex;
    background-color: var(--blue);
    padding: 60px;
    border-radius: 100px;
    padding-bottom: 200px;
    position: relative;
}

#subscribe .subscribe-txt {
    width: 33.33%;
    padding-right: 40px;
}

#subscribe .title {
    color: var(--green);
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
}

#subscribe .lead {
    color: #fff;
    font-size: 18px;
    font-weight: 300;

}

.subscribe-inputs {
    width: 55%;

}

.subscribe-inputs .inputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.subscribe-inputs input[type="text"] {
    width: calc(50% - 10px);
    background-color: #fff;
    height: 50px;
    text-align: center;
    border-radius: 100px;
    font-weight: 700;
    font-size: 30px;
    color: var(--blue);
    opacity: 1;
    padding-top: 5px;
}

.subscribe-inputs input[type="text"]::placeholder {
    font-weight: 700;
    font-size: 30px;
    color: var(--blue);
    opacity: 1;
}

.gdpr-submit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.gdpr-submit>* {
    width: 50%;
}

.gdpr label {
    display: flex;
}

.cbx-wrapper {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.cbx-wrapper input {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.cbx-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    background-color: var(--green);
}

.cbx-wrapper input:checked~.cbx-overlay {
    background-color: #fff;
}

.gdpr-text {
    font-size: 14px;
    color: #fff;
    max-width: calc(100% - 40px);
}

.gdpr-submit button[type="submit"] {
    width: calc(50% - 10px);
    background-color: var(--green);
    height: 50px;
    text-align: center;
    border-radius: 100px;
    font-weight: 700;
    font-size: 13px;
    color: var(--blue);
    opacity: 1;
    padding-top: 5px;
    cursor: pointer;
}

#subscribe .leaf {
    position: absolute;
    bottom: 0px;
    left: 40px;
    width: 250px;
    pointer-events: none;
}

footer {
    margin-top: 60px;
}



footer .top .c {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

footer .top {
    background-color: var(--green);
    padding: 40px 0;
    position: relative;
}

footer .logo-col {
    width: 20%;
    padding-right: 10px;
}

.logo-col a {
    color: var(--blue);
    font-weight: 700;
}

.logo-col a img {
    margin-bottom: 20px;
}

.col-title {
    color: var(--blue);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

.info-col ul li a {
    display: block;
    color: #fff;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    padding-right: 15px;
    margin-bottom: 10px;
}

.info-col ul li a::before {
    content: '';
    background-color: #fff;
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.partner-col {
    align-self: flex-end;
    background-color: #fff;
    border-radius: 50px;
    padding: 40px 20px;
    width: 33.33%;
}

.partner-col div {
    color: var(--blue);
    margin-bottom: 20px;
    color: var(--blue);
    font-weight: 700;
    font-size: 20px;
}

.partner-col a {
    background-color: var(--green);
    color: var(--blue);
    border-radius: 100px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    padding: 0 50px
}

.footer-leaf {
    max-width: 360px;
    position: absolute;
    right: 0;
    bottom: 0px;
    pointer-events: none;
}

footer .bottom {
    background-color: var(--blue);
    padding: 15px 0;
}

footer .bottom .c {
    background-color: var(--green);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 40px;
}

footer .bottom .left {
    color: var(--blue);
    font-weight: 700;
}

footer .bottom .right {
    margin-right: 100px;
}

footer .bottom .right a {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--blue);
    position: relative;
    margin: 0 8px;
}

footer .bottom .right a img {
    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#peter-and-petra-img {
    margin: 1rem auto 0;
    width: 500px;
    min-width: auto;
}

.logged-sub-menu {
    margin: 0;
    border-bottom: 1px solid rgb(216, 216, 216);
}

.logged-menu-inner-container {
    margin: 0.25rem 15%;
}

#my-account {
    background-color: var(--blue)!important;
    color: white!important;
    cursor: pointer;
    border-radius: 100px;
    padding: 15px;
    position: relative;
}

.login-account-submenu-hide {
    display: none;    
}

.login-account-submenu-visible {
    display: block!important;    
}

.login-account-submenu {
    position: absolute;
    top: 80px;
    left: 0;
    background-color: white;
    color: var(--blue);
    width: 200px;
    border-radius: 10px;
    padding: 20px;

}

.login-account-sub-menu-items-container {
    margin-top: 2rem;
}
.fa-angle-down {
    font-size: 1.75rem;
    font-weight: 700px;
    margin-left: 0.5rem;
}

#saved-search-number {
    font-size: 10px;
    color: #191919;
    margin-left: 7px;
    padding: 4px 7px 5px 7px;
    background-color: #e6e6e6;
    display: inline-block;
    min-width: 10px;
    font-weight: 700;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
}

#save-search-btn {
    text-align: center;
    margin-top: 1rem;

    text-align: center;
    margin-top: 2rem;
    background-color: var(--blue);
    color: white;
    border-radius: 100px;
    padding: 5px 30px;
    line-height: 32px;
    cursor: pointer;
    transition: 0.3s;
   
}

#save-search-btn span {
    width: 105px;
}

#save-search-btn:hover  {
    background-color: white;
    color: var(--blue);
}

#save-search-modal {
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 10px solid var(--green);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    max-width: 80%;
    overflow: auto;
    z-index: 1000;
    background-color: var(--blue);
    width: 300px;
    color: white;
    border-radius: 40px;
    animation: modalAnimation 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.popup {
    position: fixed;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    border-radius: 5px;
    /* color: white; */
    font-weight: bold;
    transition: top 0.2s ease-in-out;
    z-index: 9999;
    color: var(--blue);
}

.popup-valid {
    background-color: #D1E7DD;
}

.popup-invalid {
    background-color: #F8D7DA;
}

@keyframes modalAnimation {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.8);
    }
    70% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.05);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

#save-search-modal button {
    background-color: var(--green);
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 100px;
}
#save-search-modal input {
    width: 100%;
    border-radius: 100px;
    background-color: #fff;
    border: 0;
    outline: 0;
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
    appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-top: 1rem;
}

#save-search-modal button:hover {
    background-color: white;
    color: var(--blue);
}

.modal-header, .modal-footer {
    display: flex;
    align-items: center;
}

.modal-header, .modal-body, .modal-footer {
    padding: 20px;

}
.modal-header {
    justify-content: space-between;
    width: 100%;
    font-size: 1.25rem;
    border-bottom: 1px solid var(--green);
}

.modal-footer {
    justify-content: center;
    margin-top: -1rem;
}

#modal-close-btn {
    cursor: pointer;
    color: lightgray;
}

@media(max-width: 1599px) {
    .c {
        max-width: 1130px;
    }

    header {
        border-bottom: 13px solid var(--green);
    }

    header .logo {
        max-width: 160px;
    }

    header .search {
        font-size: 26px;
    }

    header .search .top {
        margin-bottom: 16px;
    }

    header .search .bottom input {
        height: 48px;
        font-size: 26px;
    }

    header .search .bottom input::placeholder {
        font-size: 26px;
    }

    header .contact .top a {
        margin-right: 16px;
        font-size: 14px;
    }

    header .contact .bottom {
        height: 48px;
        line-height: 48px;
        margin-top: 16px;
        font-size: 26px;
    }

    #products {
        border-bottom: 13px solid var(--green);
    }

    #products .c .item a {
        height: 48px;
        border-radius: 80px;
        font-size: 12px;
        padding: 5px 10px;
    }

    #banners .slider,
    #banners .slider img {
        border-radius: 80px;
    }

    #banners .pseudo-arrows {
        bottom: 48px;
    }

    #banners .arrow-left {
        margin-right: 20px;
    }

    #banners .banner-right img {
        border-radius: 40px;
    }

    .product-list {
        margin-bottom: 40px;
    }

    .product-list .c {
        padding: 32px 48px;
        border-radius: 80px;
    }

    .product-list .left .title {
        font-size: 34px;
        margin-bottom: 16px;
    }

    .product-list .left .lead {
        font-size: 17px;
        margin-bottom: 32px;
    }

    .product-list .right li .item {
        border-radius: 48px;
    }

    .product-list .right li .item-title {
        font-size: 15px;
        height: 120px;
    }

    .product-list .right li .item-price {
        font-size: 20px;
    }

    .product-list .right li .item-fakeprice {
        font-size: 18px;
    }

    .product-list .leaf {
        width: 320px;
    }

    #subscribe .c {
        padding: 48px;
        border-radius: 80px;
        padding-bottom: 160px;
    }

    #subscribe .title {
        font-size: 22px;
    }

    #subscribe .lead {
        font-size: 17px;

    }

    .subscribe-inputs input[type="text"] {
        font-size: 26px;
    }

    .subscribe-inputs input[type="text"]::placeholder {
        font-size: 26px;
    }

    .gdpr-submit {
        margin-top: 32px;
    }

    .gdpr-submit button[type="submit"] {
        font-size: 26px;
    }

    #subscribe .leaf {
        width: 200px;
    }

    footer {
        margin-top: 48px;
    }

    footer .top {
        padding: 32px 0;
    }

    .col-title {
        font-size: 18px;
    }

    .partner-col {
        border-radius: 40px;
    }

    .partner-col div {
        font-size: 18px;
    }

    .footer-leaf {
        max-width: 290px;
    }

    footer .bottom .right {
        margin-right: 80px;
    }

    header {
        padding: 10px 0;
    }

    header .contact .top {
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-end;
        padding: 1rem;
    }

    header .contact .top a {
        margin: 10px;
    }

    #banners .banner-right img:first-child {
        margin-bottom: 44px;
    }

    .product-list .right li {
        width: 33.33%;
    }
}

@media(max-width: 1199px) {
    .login-account-submenu {
        width: 150px;
    }

    .c {
        max-width: 950px;
    }

    header {
        border-bottom: 10px solid var(--green);
    }

    header .logo {
        max-width: 130px;
    }

    header .search {
        font-size: 24px;
    }

    header .search .top {
        margin-bottom: 12px;
    }

    header .search .bottom input {
        height: 40px;
        font-size: 24px;
    }

    header .search .bottom input::placeholder {
        font-size: 24px;
    }

    header .contact .top a {
        margin-right: 12px;
        font-size: 13px;
    }

    header .contact .bottom {
        height: 40px;
        line-height: 40px;
        margin-top: 12px;
        font-size: 24px;
    }

    #products {
        border-bottom: 10px solid var(--green);
    }

    #banners .slider,
    #banners .slider img {
        border-radius: 64px;
    }

    #banners .pseudo-arrows {
        bottom: 40px;
    }

    #banners .arrow-left {
        margin-right: 16px;
    }

    #banners .banner-right img {
        border-radius: 32px;
    }

    .product-list {
        margin-bottom: 32px;
    }

    .product-list .c {
        padding: 26px 40px;
        border-radius: 64px;
    }

    .product-list .left .title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .product-list .left .lead {
        font-size: 16px;
        margin-bottom: 26px;
    }

    .product-list .right li .item {
        border-radius: 40px;
    }

    .product-list .right li .item-title {
        font-size: 14px;
    }

    .product-list .right li .item-price {
        font-size: 18px;
    }

    .product-list .right li .item-fakeprice {
        font-size: 17px;
    }

    .product-list .leaf {
        width: 260px;
    }

    #subscribe .c {
        padding: 40px;
        border-radius: 64px;
        padding-bottom: 130px;
    }

    #subscribe .title {
        font-size: 20px;
    }

    #subscribe .lead {
        font-size: 16px;

    }

    .subscribe-inputs input[type="text"] {
        font-size: 24px;
    }

    .subscribe-inputs input[type="text"]::placeholder {
        font-size: 24px;
    }

    .gdpr-submit {
        margin-top: 26px;
    }

    .gdpr-submit button[type="submit"] {
        font-size: 24px;
    }

    #subscribe .leaf {
        width: 160px;
    }

    footer {
        margin-top: 40px;
    }

    footer .top {
        padding: 26px 0;
    }

    .col-title {
        font-size: 17px;
    }

    .partner-col {
        border-radius: 32px;
    }

    .partner-col div {
        font-size: 17px;
    }

    .footer-leaf {
        max-width: 160px;
    }

    footer .bottom .right {
        margin-right: 64px;
    }

    header {
        padding: 8px 0;
    }

    header .contact .top a {
        margin: 8px 0 0;
    }

    #banners .banner-right img:first-child {
        margin-bottom: 33px;
    }

    #products .c {
        justify-content: center;
    }

    #products .c .item {
        width: calc(33.33% - 4px);
        margin: 10px 2px 0 2px;
    }

    #banners .banner-right {
        width: calc(100% - 57.18% - 77px);
    }

    .product-list .right li {
        padding: 10px;
    }

    .product-list .right li .item-more {
        padding: 5px 30px;
    }
}

@media(max-width: 991px) {

    .c {
        max-width: 748px;
    }

    header .search {
        width: 32%;
    }

    header .contact {
        width: 43%;
    }

    #products .c .item {
        width: calc(50% - 4px);
    }

    #banners .c {
        flex-wrap: wrap;
    }

    #banners .slider-wrapper {
        width: 100%;
    }

    #banners .banner-right {
        width: 100%;
    }

    #banners .banner-right img {
        margin: 0 auto;
    }

    .product-list .c {
        flex-wrap: wrap;
    }

    .product-list .left {
        margin-bottom: 20px;
    }

    .product-list .left,
    .product-list .right {
        width: 100%;
    }

    .more {
        text-align: center;
    }

    .product-list .leaf, .leaf2 {
        display: none;
    }

    #subscribe .c {
        flex-wrap: wrap;
    }

    #subscribe .subscribe-txt {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .subscribe-inputs {
        width: 100%;
    }

    footer .top .c {
        flex-wrap: wrap;
    }

    footer .top .c>* {
        width: 50% !important;
        margin-bottom: 20px;
    }

    footer .top .c>*:nth-child(1) {
        width: 100% !important;
        align-items: center;
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
    }

    footer .bottom .c {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    footer .bottom .right {
        margin-right: 0;
        margin-top: 15px;
    }
}

.mobile-header {
    display: none;
}

.mobile-only {
    display: none;
}

@media(max-width: 767px) {
    .logged-sub-menu {
        display: none;
    }
    #reg-btn {
        background-color: var(--green);
        color: var(--blue);
    }

    header {
        display: none
    }

    .mobile-header {
        display: flex;
        background-color: var(--green);
        align-items: center;
        padding: 10px 80px 10px 15px;
    }

    .menu-opener {
        width: 30px;
        height: 17px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .menu-opener span {
        width: 100%;
        height: 3px;
        background-color: var(--blue);
        border-radius: 100px;
    }

    .mobile-header .logo {
        padding: 0 2vw
    }

    .mobile-header .logo img {
        max-width: 50px;
    }

    .mobile-header .search {
        width: 43vw;
        text-align: center;
        font-weight: 700;
    }

    .mobile-header .search input {
        width: 100%;
        border-radius: 100px;
        height: 30px;
        background-color: #fff;
        border: 2px solid var(--blue);
        text-align: center;
        font-family: 'Poppins', sans-serif;
    }

    .mobile-header .search input::placeholder {
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        color: var(--blue)
    }

    #products {
        display: none
    }

    .product-list .c {
        padding: 25px 5px
    }

    .product-list {
        margin-left: 15px;
        margin-right: 15px;
    }

    .product-list .left .lead {
        display: none;
    }

    .product-list .left .title {
        text-align: center;
    }

    .product-list .right li {
        width: 100%;
    }

    .product-list .right .slick-prev,
    .product-list .right .slick-next {
        width: 1px;
        overflow: hidden;
        opacity: 0;
    }

    .mobile-only {
        display: block;
    }

    .product-list .left {
        margin-bottom: 0;
    }

    .product-list .left .more a {
        display: none;
    }

    .product-list .c>.more {
        text-align: center;
        width: 100%;
    }

    .product-list .c>.more a {
        display: inline-block;
        vertical-align: middle;
        background-color: var(--blue);
        color: #fff;
        padding: 5px 15px;
        text-align: center;
        width: 200px;
        border-radius: 100px;
        font-weight: 700;
    }

    #subscribe {
        margin-left: 15px;
        margin-right: 15px;
    }

    #subscribe .c {
        padding: 25px 10px 90px 10px;
    }

    #subscribe .title,
    #subscribe .lead {
        text-align: center;
    }

    .subscribe-inputs input[type="text"] {
        width: 100%;
    }

    .gdpr-submit {
        flex-direction: column-reverse;
        margin-top: 0;
    }

    .gdpr-submit>* {
        width: 100%;
    }

    .gdpr-submit button[type="submit"] {
        width: 100%;
    }

    .subscribe-inputs input[type="text"] {
        margin-bottom: 10px;
    }

    #subscribe .leaf {
        left: 50%;
        transform: translateX(-50%);
        width: 30vw;
    }

    .gdpr-submit button[type="submit"] {
        margin-bottom: 15px;

    }

    footer .top .c>* {
        width: 100% !important;
    }

    footer .top .c>*:nth-child(1) {
        flex-direction: row;
    }

    footer .top .c>*:nth-child(1)>*:nth-child(1) {
        width: 36%;
    }

    footer .top .c>*:nth-child(1)>*:nth-child(2) {
        width: 64%;
        font-size: 4vw;
        padding: 0 10px;
    }

    .footer-action-icon a {
        display: flex;
        align-items: center;
        margin: 5px 0;
    }

    .footer-action-icon img {
        max-width: 40px;
        margin: 0 !important;
        margin-right: 5px !important;
    }

    .footer-action-icon span {
        font-size: 3vw;
    }

    footer .info-col.closed ul {
        max-height: 0 !important;
        overflow: hidden;
    }

    footer .info-col.closed .col-title {
        margin-bottom: 0;
    }

    .col-title {
        padding: 10px 15px;
        background-color: var(--blue);
        border-radius: 100px;
        color: var(--green);
        position: relative;
        margin-bottom: 20px;
    }

    footer .info-col .col-title::before {
        position: absolute;
        content: '';
        top: 55%;
        right: 20px;
        width: 10px;
        height: 10px;
        border-right: 2px solid var(--green);
        border-bottom: 2px solid var(--green);
        transform: translateY(-50%) rotate(-135deg);
    }

    footer .info-col.closed .col-title::before {
        position: absolute;
        content: '';
        top: 45%;
        transform: translateY(-50%) rotate(45deg);
        right: 20px;
        width: 10px;
        height: 10px;
        border-right: 2px solid var(--green);
        border-bottom: 2px solid var(--green);
    }

    footer .bottom {
        padding-left: 10px;
        padding-right: 10px;
    }

    footer .bottom .left {
        text-align: center;
        font-size: 4vw;
    }

}

#products {
    position: relative;
}

.dropdown-list {
    position: absolute;
}





/* ----------------------- KAPCSOLAT OLDAL ------------------------------- */
/* ----------------------- KAPCSOLAT OLDAL ------------------------------- */
/* ----------------------- KAPCSOLAT OLDAL ------------------------------- */
/* ----------------------- KAPCSOLAT OLDAL ------------------------------- */
/* ----------------------- KAPCSOLAT OLDAL ------------------------------- */

#contact {
    margin-top: 40px;
}

.page-title {
    text-align: center;
    border-radius: 100px;
    height: 50px;
    color: var(--green);
    background-color: var(--blue);
    font-size: 34px;
    margin-bottom: 54px;
}

.thinner-c {
    width: calc(100% - 200px);
    margin: 0 auto;
}

.contact-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
}

.contact-item {
    width: calc(50% - 20px);
    border-radius: 80px;
    background-color: var(--green);
    padding: 20px 40px 10px;
}

.contact-item-title {
    color: #fff;
    background-color: var(--blue);
    border-radius: 100px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    padding: 8px 15px;
    margin-bottom: 20px;
}

.contact-item-link {
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-size: 20px;
    margin-bottom: 10px;
}

.contact-item-link.center {
    justify-content: center;
}

.contact-item-link img {
    max-width: 40px;
    margin-right: 10px;
}

.contact-item-text {
    text-align: center;
    color: var(--blue);
    font-size: 16px;
    margin-bottom: 10px;
}

.w100 {
    width: 100% !important;
}

.contact-item-lead {
    padding-left: 160px;
    color: var(--blue);
    font-size: 16px;
    padding-bottom: 30px;
}

.contact-item-icon {
    position: absolute;
    left: 60px;
    bottom: -20px;
    max-width: 100px;
}

.contact-row-item-inner {
    width: calc(100% - 400px);
    margin: 0 auto;
}

.pretext {
    color: var(--blue);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}

.contact-row-item-inner select {
    width: 100%;
    border-radius: 100px;
    background-color: #fff;
    border: 0;
    outline: 0;
    height: 40px;
    padding-left: 30px;
    color: var(--blue)
}

.contact-row-item-inner select option {
    color: var(--blue);
    font-weight: 700;
}

.fields-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
}

.field {
    width: calc(50% - 20px);
    margin-bottom: 30px;
}

.field input[type="text"] {
    width: 100%;
    border-radius: 100px;
    background-color: #fff;
    border: 0;
    outline: 0;
    height: 40px;
    line-height: 40px;
}

.field textarea {
    width: 100%;
    border-radius: 60px;
    background-color: #fff;
    border: 0;
    outline: 0;
    height: 200px;
    margin-bottom: 20px;
}

.fields-wrapper .cbx-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    background-color: var(--blue);
}

.fields-wrapper .cbx-wrapper input:checked~.cbx-overlay {
    background-color: #fff;
}

.fields-wrapper .gdpr-text {
    color: var(--blue);
}

.send {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}

.send button {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 36px;
    background-color: var(--blue);
    color: #fff;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    border-radius: 100px;
    font-size: 23px;
    transition: 0.3s;
}

.send button:hover {
    background-color: #fff;
    color: var(--blue)
}

@media(max-width: 1599px) {
    #contact {
        margin-top: 32px;
    }

    .page-title {
        border-radius: 80px;
        height: 40px;
        font-size: 30px;
        margin-bottom: 40px;
    }

    .thinner-c {
        width: calc(100% - 160px);
    }

    .contact-row {
        margin-bottom: 32px;
    }

    .contact-item {
        border-radius: 64px;
    }

    .contact-item-title {
        border-radius: 80px;
        font-size: 20px;
        padding: 6px 15px;
        margin-bottom: 16px;
    }

    .contact-item-link {
        padding-left: 16px;
        font-size: 18px;
        margin-bottom: 8px;
    }

    .contact-item-text {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .contact-item-lead {
        padding-left: 120px;
        font-size: 15px;
        padding-bottom: 24px;
    }

    .contact-item-icon {
        max-width: 80px;
    }

    .contact-row-item-inner {
        width: calc(100% - 20px);
    }

    .pretext {
        font-size: 17px;
        margin-bottom: 16px;
    }

    .field textarea {
        border-radius: 48px;
    }

    .send button {
        border-radius: 80px;
        font-size: 21px;
    }
}

@media(max-width: 1199px) {
    #contact {
        margin-top: 26px;
    }

    .page-title {
        font-size: 26px;
        margin-bottom: 32px;
    }

    .thinner-c {
        width: calc(100% - 120px);
    }

    .contact-row {
        margin-bottom: 26px;
    }

    .contact-item {
        border-radius: 50px;
    }

    .contact-item-title {
        font-size: 18px;
    }

    .contact-item-link {
        font-size: 17px;
    }

    .contact-item-text {
        font-size: 14px;
    }

    .contact-item-lead {
        padding-left: 90px;
        font-size: 14px;
    }

    .contact-item-icon {
        max-width: 64px;
    }

    .pretext {
        font-size: 16px;
    }

    .field textarea {
        border-radius: 40px;
    }

    .send button {
        font-size: 19px;
    }
}

@media(max-width: 991px) {
    #contact {
        margin-top: 22px;
    }

    .page-title {
        font-size: 24px;
        margin-bottom: 26px;
    }

    .thinner-c {
        width: calc(100% - 96px);
    }

    .contact-row {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .contact-item {
        border-radius: 40px;
    }

    .contact-item-title {
        font-size: 17px;
    }

    .contact-item-link {
        font-size: 16px;
    }

    .contact-item-text {
        font-size: 13px;
    }

    .contact-item-lead {
        padding-left: 72px;
    }

    .contact-item-icon {
        max-width: 50px;
    }

    .pretext {
        font-size: 15px;
    }

    .field textarea {
        border-radius: 32px;
    }

    .send button {
        font-size: 18px;
    }

    .contact-item {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media(max-width: 767px) {
    .thinner-c {
        width: calc(100% - 20px);
    }

    .page-title {
        font-size: 16px;
        line-height: 40px;
        height: auto;
    }

    .contact-item {
        padding: 20px 10px;
    }

    .contact-item-link {
        padding-left: 0;
    }

    .contact-item-icon {
        display: none;
    }

    .contact-item-lead {
        padding-left: 0;
        text-align: center;
    }

    .field {
        width: calc(100% - 20px);
    }
}

/* ------------------------------- PARTNER -------------------------------- */

.partner-subpage-lead {
    padding: 30px 10px;
}

.partner-subpage-lead p {
    color: rgb(56, 66, 104)
}

.partner-row-left-links {
    display: flex;
    align-items: center;
}

.partner-row-left-links img {
    max-width: 200px;
}

.partner-leaf {
    margin-right: 80px;
}

.bosses {
    font-size: 34px;
    color: var(--blue);
    font-weight: 700;
    margin-bottom: 10px;
}

.partner-row-links .contact-item-link {
    padding-left: 0 !important;
}

.partner-row-links .contact-item-link img {
    max-width: 40px;
}

@media(max-width: 767px) {
    .partner-row-left-links {
        flex-direction: column-reverse;
        align-items: center;
    }

    .partner-leaf {
        margin: 0 auto;
    }

    .bosses {
        text-align: center;
        font-size: 18px;
    }
}

/* -------------------- RÓLUNK ------------------ */
/* -------------------- RÓLUNK ------------------ */
/* -------------------- RÓLUNK ------------------ */
/* -------------------- RÓLUNK ------------------ */
/* -------------------- RÓLUNK ------------------ */

.about-photos {
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.about-photos img {
    margin: 15px 30px;
    border-radius: 40px;
    border: 4px solid var(--blue)
}

.about-lead {
    margin-bottom: 30px;
}

/* -------------------- TERMÉKSZŰRŐ ------------------ */
/* -------------------- TERMÉKSZŰRŐ ------------------ */
/* -------------------- TERMÉKSZŰRŐ ------------------ */
/* -------------------- TERMÉKSZŰRŐ ------------------ */
/* -------------------- TERMÉKSZŰRŐ ------------------ */


#category {
    margin: 20px 0
}

#category .c {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

#category .c .left {
    width: 25%;
    background-color: var(--green);
    border-radius: 60px;
    padding: 40px 20px 0;
}

#category .c .right {
    width: 75%;
    padding-left: 30px;
    padding-top: 30px;
}

#category .c .left .title {
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 24px;
}

.dropdown-filter-item {
    margin: 10px 0;
}

.dropdown-filter-head {
    margin-bottom: 10px;
    border-radius: 200px;
    min-height: 40px;
    height: auto;
    line-height: 33px;
    background-color: var(--blue);
    color: #fff;
    padding: 5px 20px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
}

@media screen and (max-width: 800px) {
    .dropdown-filter-head {
        padding: 2rem;
    }
}

.dropdown-filter-head::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 48%;
    transform: translateY(-50%) rotate(-135deg);
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff
}

.dropdown-filter-item.active .dropdown-filter-head::before {
    transform: translateY(-50%) rotate(45deg);
    top: 55%;
}

.dropdown-filter-body {
    max-height: 0;
    transition: 0.3s;
    overflow: hidden;
    padding: 0px 10px;
}

.dropdown-filter-item.active .dropdown-filter-body {
    max-height: 1000px;
    transition: 0.3s;
    padding: 10px;
}

.dropdown-filter-body label {
    display: flex;
    cursor: pointer;
    align-items: center;
}

.dropdown-filter-body .cbx-overlay {
    border: 1px solid var(--blue)
}

.dropdown-filter-body .cbx-wrapper input:checked~.cbx-overlay {
    background-color: #fff;
}

.dropdown-filter-body label span {
    font-weight: 700;
    color: #fff;
    width: calc(100% - 30px);
}

.dropdown-filter-body li {
    margin-bottom: 10px;
    margin-top: 8px;
}

#amount {
    width: 100%;
    height: 30px;
    border-radius: 100px;
    line-height: 30px;
    color: var(--blue) !important;
    padding: 5px 0 !important;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#amount div {
    background-color: #fff;
    border-radius: 100px;
    width: 40%;
    text-align: center;
    font-weight: 700;
}

#slider-range {
    border-radius: 100px;
    background-color: #fff;
    border: 0;
    outline: 0;
}

.ui-slider-handle {
    border-radius: 50%;
    border: 0 !important;
    outline: 0 !important;
    background-color: var(--blue) !important;
    top: -3px !important
}

.ui-slider-range {
    background-color: var(--blue);
}

.slider-range-buttons {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.slider-range-buttons > * {
    margin-right: 5px;
}

.slider-range-buttons .btn {
    height: 40px;
    line-height: 32px;
    text-align: center;
    padding: 5px 30px;
    background-color: #fff;
    color:var(--blue);
    border-radius: 100px;
    font-size: 14px;
}

.slider-range-buttons .btn-alt {
    height: 40px;
    line-height: 32px;
    text-align: center;
    padding: 5px 30px;
    background-color:var(--blue);
    color:var(--green);border-radius: 100px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.slider-range-buttons .btn-alt:hover {
    background-color:#fff;
}

.filter-leaf {
    margin: 0 auto;
    max-width: 33%;
}

.filter-wide-line {
    background-color: var(--blue);
    border-radius: 200px;
    padding: 10px 40px;
    color: var(--green)
}

.filter-lead-line {
    padding: 30px 40px;
    color: var(--blue);
    font-size: 14px;
}

.filter-sorting-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--blue);
    color: var(--green);
    padding: 10px 40px;
    font-weight: 700;
    border-radius: 100px;
    margin-bottom: 40px;
}

.filter-line-sorting-right {
    display: flex;
    align-items: center;
}

.filter-line-sorting-right select {
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    padding: 0 20px;
    margin-left: 30px;
}

.filter-line-products {
    display: flex;
    flex-wrap: wrap;
}

.filter-line-products li {
    width: 25%;
    padding: 20px;
    overflow: hidden;
    padding-top: 0;
   
}

.filter-line-products li .item {
    display: block;
    border-radius: 60px;
    border: 5px solid var(--blue);
    padding: 15px;
    background-color: rgb(243, 245, 248);
    overflow: hidden;
    text-align: center;
    height: 100%;
    padding-top: 0;
}

.filter-line-products li img {
    margin: 0 auto -15px;
}


.filter-line-products li .item-title {
    font-weight: 300;
    text-align: center;
    font-size: 16px;
    color: var(--blue);
    margin-bottom: 15px;
    height: 50px;
    overflow: hidden;
    margin: 16px 0;
}

.filter-line-products li .item-price {
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    color: var(--blue);
    margin-bottom: 15px;
}

.filter-line-products li .item-fakeprice {
    font-weight: 300;
    text-align: center;
    font-size: 19px;
    color: var(--blue);
    margin-bottom: 15px;
    position: relative;
}

.filter-line-products .item-fakeprice::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%) rotate(-10deg);
    height: 1px;
    background-color: var(--blue);
}

.filter-line-products li .item-more {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    background-color: var(--blue);
    color: var(--green);
    padding: 5px 26px;
    border-radius: 100px;
    text-align: center;
    font-weight: 700;
}

@media(max-width: 1599px) {
    .filter-line-products li .item {
        border-radius: 48px;
    }

    .filter-line-products li {
        width: 33.33%;
    }

    .filter-line-products li .item-title {
        font-size: 15px;
        height: 120px;
        height: auto;
        margin: 16px 0;
    }

    .filter-line-products li .item-price {
        font-size: 20px;
    }

    .filter-line-products li .item-fakeprice {
        font-size: 18px;
    }

    #category {
        margin: 16px 0
    }

    #category .c .left {
        border-radius: 48px;
        padding: 32px 16px 0;
    }
    
    #category .c .right {
        padding-left: 24px;
        padding-top: 24px;
    }
    
    #category .c .left .title {
        font-size: 22px;
    }
    
    .slider-range-buttons {
        margin-top: 16px;
    }

    .filter-wide-line {
        padding: 10px 32px;
    }
    
    .filter-lead-line {
        padding: 24px 32px;
        color: var(--blue);
        font-size: 13px;
    }
    
    .filter-sorting-line {
        padding: 10px 32px;
        margin-bottom: 32px;
    }
    
    .filter-line-sorting-right select {
        margin-left: 24px;
    }
}

.filter-inner-img-container {
    background: white;
    width: calc(100% + 30px);
    position: relative;
    aspect-ratio: 1/1;
    margin: 0 -15px;
}

.filter-line-products li img {
    max-height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    
}

@media(max-width: 1199px) {
    .filter-line-products li .item {
        border-radius: 40px;
    }

    .filter-line-products li .item-title {
        font-size: 14px;
    }

    .filter-line-products li .item-price {
        font-size: 18px;
    }

    .filter-line-products li .item-fakeprice {
        font-size: 17px;
    }
   

 

    #category {
        margin: 12px 0;
        background-color: #fff;
    }

    #category .c .left {
        border-radius: 40px;
        padding: 26px 12px 0;
    }
    
    #category .c .right {
        padding-left: 20px;
        padding-top: 20px;
    }
    
    #category .c .left .title {
        font-size: 20px;
    }
    
    .slider-range-buttons {
        margin-top: 12px;
    }

    .filter-wide-line {
        padding: 10px 26px;
    }
    
    .filter-lead-line {
        padding: 20px 26px;
        font-size: 12px;
    }
    
    .filter-sorting-line {
        padding: 10px 26px;
        margin-bottom: 26px;
    }
    
    .filter-line-sorting-right select {
        margin-left: 20px;
    }
}

@media(max-width: 991px) {
    .filter-line-products li {
        width: 50%;
    }

    #category .c .left,
    #category .c .right {
        width: 100%;
    }

    #category .c .right {
        padding-left: 0 !important;
    }

    #category .c .left {
        border-radius: 32px;
        padding: 20px 10px 0;
    }
    
    #category .c .right {
        padding-top: 15px;
    }
    
    #category .c .left .title {
        font-size: 18px;
    }
    
    .slider-range-buttons {
        margin-top: 10px;
    }

    .filter-wide-line {
        padding: 10px 20px;
    }
    
    .filter-lead-line {
        padding: 20px 20px;
    }
    
    .filter-sorting-line {
        padding: 10px 20px;
        margin-bottom: 20px;
    }
    
    .filter-line-sorting-right select {
        margin-left: 15px;
    }

    .filter-sorting-line {
        flex-direction: column;
        padding: 20px;
    }

    .filter-line-sorting-right {
        margin-top: 15px;
    }


}

@media(max-width: 575px) {
    .filter-line-products li {
        width: 100%;
    }

    .dropdown-filter-head {
        font-size: 11px;
    }

    .slider-range-buttons {
        flex-direction: column;
    }

    .slider-range-buttons > * {
        margin: 5px !important;
    }
}

/* -------------------- KATEGÓRIA ------------------ */
/* -------------------- KATEGÓRIA ------------------ */
/* -------------------- KATEGÓRIA ------------------ */
/* -------------------- KATEGÓRIA ------------------ */
/* -------------------- KATEGÓRIA ------------------ */

.category-subpage .filter-wide-line {
    font-size: 24px;
}

.filter-breadcrumb {
    display: flex;
    align-items: center;
    padding: 0 15px 30px 30px;
    font-weight: 700;
}

.filter-breadcrumb li {
    margin-right: 20px;
    position: relative;
}

.filter-breadcrumb li::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%) rotate(45deg);
    border-top: 1px solid var(--blue);
    border-right: 1px solid var(--blue);
    width: 10px;
    height: 10px;
}

.filter-breadcrumb li:last-child::before {display: none;}

.filter-breadcrumb li a {
    display: block;
    color: var(--blue)
}

.category-subpage .filter-sorting-line,
.category-subpage  .filter-wide-line-alt {
    background-color: var(--green);
    color: var(--blue)

}

.filter-wide-line-alt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.pagination-arrows {
    display: flex;
    align-items: center;
}

.pagination {
    display: flex;
    align-items: center;
}

.pagination-arrows  .pagination a {
    margin: 12px;
}

.pagination-arrows .pagination a, .pagination-arrows .pagination div {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: var(--blue);
    border: 1px solid var(--blue);
    font-size: 16px;
}

.pagination-arrows  div.active {
    background-color: #fff;
}

.pagination {
    margin-right: 40px;
}

.arrow-next {
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.arrow-last {
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: relative;
}

.arrow-prev {
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-135deg);
}

.arrow-first {
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-135deg);
    position: relative;
}

.arrow-last::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 5px;
    width: 19px;
    height: 19px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.arrow-first::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 5px;
    width: 19px;
    height: 19px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

a[rel="next"], a[rel="prev"]  {
    display: none!important;
}

@media(max-width: 1599px) {
    .category-subpage .filter-wide-line {
        font-size: 22px;
    }
    
    .filter-breadcrumb {
        padding: 0 12px 24px 24px;
    }

    .pagination-arrows li {
        margin: 10px;
    }
    
    .pagination {
        margin-right: 32px;
    }
}

@media(max-width: 1199px) {
    .category-subpage .filter-wide-line {
        font-size: 20px;
    }
    
    .filter-breadcrumb {
        padding: 0 10px 20px 20px;
    }
    
    .pagination {
        margin-right: 26px;
    }
}

@media(max-width: 991px) {
    .category-subpage .filter-wide-line {
        font-size: 18px;
    }
    
    .filter-breadcrumb {
        padding: 0 8px 16px 16px;
    }
    
    .pagination {
        margin-right: 20px;
    }
}

@media(max-width: 767px) {
    .category-subpage .filter-wide-line {
        font-size: 17px;
        display: flex;
        flex-direction: column;
    }
    
    .pagination {
        margin-right:16px;
    }

    .pagination-arrows  .pagination a {
        margin: 3px;
    }
    
    .pagination-arrows .pagination a, .pagination-arrows .pagination div {
        display: block;
        width: 26px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        color: var(--blue);
        border: 1px solid var(--blue);
        font-size: 13px;
    }

    
}

/* ---------------- TERMÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉK ------------------------ */

#product-slider-highlighted {
    display: flex;
    flex-wrap: wrap;
}

#product-page .filter-breadcrumb {
    padding: 30px 15px !important;
    justify-content: center;
}

.product-slider{
    width: 55%
}

.slider-p > div {
   /*  margin: 0 50px; */
    border-radius: 50px;
    border: 4px solid var(--blue);
}

.slider-p img {
    /* max-height: 250px; */
    margin: 20px auto;
}

.product-highlighted {
    width: 45%;
    padding-left: 7%;
}

#product-slider-highlighted .slick-prev,
#product-slider-highlighted .slick-next {
    opacity: 0;
    width: 1px;
    overflow: hidden;
}

#product-slider-highlighted .slider-wrapper {
    position: relative;
}

#product-slider-highlighted .slider-wrapper .arrow-left/* ,
#product-slider-highlighted .slider-wrapper .arrow-right */ {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    left: -30px;
    transform: translateY(-50%) rotate(-45deg);
    border-top:  2px solid var(--blue);
    border-left:  2px solid var(--blue);
    cursor: pointer;
}


#product-slider-highlighted .slider-wrapper .arrow-right {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    right: -30px;
    transform: translateY(-50%) rotate(135deg);
    border-top:  2px solid var(--blue);
    border-left:  2px solid var(--blue);
    cursor: pointer;
}

.slider-title,.highlighted-title {
    color: var(--blue);
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 30px;
}

.highlighted-products-wrapper {
    background-color: var(--green);
    border-radius: 50px;
    padding: 30px 15px;
}

.highlighted-products li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    background-color: #fff;
    color: var(--blue);
    border-radius: 400px;
    padding: 15px;
    overflow: hidden;

}

.shop-logo-wrapper {
    width: 33.33%;
    margin-right: 30px;
}

.shop-price {
    width: 33.33%;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 700;
}

.go-to-shop {
    width: 33.33%;
    height: 40px;
    line-height: 40px;
    background-color: var(--blue);
    color: #fff;
    text-align: center;
    border-radius: 100px;
    font-size: 14px;
}

.show-all-highlighted {
    display: block;
    background-color: var(--blue);
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    border-radius: 100px;
    height: 40px;
    line-height: 40px;
    margin-top: 80px;
}

.product-page-properties-title {
    background-color: var(--blue);
    border-radius: 100px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 32px;
    font-weight: 700;
    margin: 40px 0;
    color: var(--green);
}

.product-page-properties {
    padding: 20px 40px;
    color: var(--blue);
    line-height: 1.6;
}

.product-shops-to-buy-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.product-shops-to-buy-head-left {
    font-size: 32px;
    color: var(--blue);
    font-weight: 700;
}

.product-shops-to-buy-head-right {
    display: flex;
    align-items: center;
    color: var(--blue);
    font-size: 20px;
    font-weight: 700;
}

.product-shops-to-buy-head-right select {
    background-color: var(--green);
    border-radius: 100px;
    color: var(--blue);
    padding: 10px 20px;
    margin-left: 20px;
}

.product-shops-to-buy-body {
    padding: 30px 40px;
    background-color: var(--blue);
    border-radius: 50px;
    margin-bottom: 50px;
}

.product-shops-to-buy-body li {
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 500px;
    padding: 15px 50px;
    display: flex;
    align-items: center;
    color: var(--blue)
}

.product-shops-to-buy-body li:last-child {
    margin-bottom: 0;
}

.logo-wrapper {
    width: 15%;
}

.product-name-price {
    width: 65%;
    display: flex;
    align-items: center;
}

.product-name {
    width: 70%;
    padding: 0 20px 0 40px;
    font-weight: 700;
    font-size: 20px;
}

.product-price {
    width: 30%;
}

.product-price > *:nth-child(1) {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0px;
}

.go-to-shop-alt {
    width: 25%;
    background-color: var(--green);
    color: var(--blue);
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    font-weight: 700;
}

@media(max-width: 1599px) {
    #product-page .filter-breadcrumb {
        padding: 24px 15px !important;
    }
    
    .slider-p > div {
        /* margin: 0 40px; */
        border-radius: 40px;
    }    
    
    .slider-title,.highlighted-title {
        font-size: 24px;
        margin-bottom: 24px;
    }
    
    .highlighted-products-wrapper {
        border-radius: 40px;
        padding: 24px 15px;
    }
    
    .highlighted-products li {
        margin-bottom: 24px;
    }
    
    .shop-logo-wrapper {
        margin-right:24px;
    }
    
    .shop-price {
        padding: 0 16px;
        font-size: 18px;
    }
    
    .go-to-shop {
        font-size: 13px;
    }
    
    .show-all-highlighted {
        font-size: 17px;
        margin-top: 64px;
    }
    
    .product-page-properties-title {
        height: 48px;
        line-height:48px;
        font-size: 28px;
        margin: 32px 0;
    }
    
    .product-page-properties {
        padding: 16px 32px;
    }
    
    .product-shops-to-buy-head {
        margin-bottom: 16px;
    }
    
    .product-shops-to-buy-head-left {
        font-size: 28px;
    }
    
    .product-shops-to-buy-head-right {
        font-size: 18px;
    }
    
    .product-shops-to-buy-head-right select {
        padding: 10px 16px;
        margin-left: 16px;
    }
    
    .product-shops-to-buy-body {
        padding: 24px 32px;
        border-radius: 40px;
        margin-bottom: 40px;
    }
    
    .product-shops-to-buy-body li {
        margin-bottom: 24px;
        padding: 15px 40px;
    }
    
    .product-name {
        padding: 0 16px 0 32px;
        font-size: 18px;
    }
    
    .product-price > *:nth-child(1) {
        font-size: 18px;
    }
    
    .go-to-shop-alt {
        height: 40px;
        line-height: 40px;
    }

    .product-slider,
    .product-highlighted {
        width: 50%;
    }

    .go-to-shop {
        width: 38.33%;
    }

    .shop-price {
        width: 28.33%;
    }
}

@media(max-width: 1199px) {
    #product-page .filter-breadcrumb {
        padding: 20px 15px !important;
    }
    
    .slider-p > div {
        /* margin: 0 42px; */
        border-radius: 32px;
    }    
    
    .slider-title,.highlighted-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .highlighted-products-wrapper {
        border-radius: 32px;
        padding: 20px 15px;
    }
    
    .highlighted-products li {
        margin-bottom: 20px;
    }
    
    .shop-logo-wrapper {
        margin-right:20px;
    }
    
    .shop-price {
        padding: 0 12px;
        font-size: 17px;
    }
    
    .go-to-shop {
        font-size: 12px;
    }
    
    .show-all-highlighted {
        font-size: 16px;
        margin-top: 50px;
    }
    
    .product-page-properties-title {
        height: 40px;
        line-height:40px;
        font-size: 22px;
        margin: 26px 0;
    }
    
    .product-page-properties {
        padding: 12px 24px;
    }
    
    .product-shops-to-buy-head {
        margin-bottom: 12px;
    }
    
    .product-shops-to-buy-head-left {
        font-size: 26px;
    }
    
    .product-shops-to-buy-head-right {
        font-size: 17px;
    }
    
    .product-shops-to-buy-head-right select {
        padding: 10px 12px;
        margin-left: 12px;
    }
    
    .product-shops-to-buy-body {
        padding: 20px 26px;
        border-radius: 32px;
        margin-bottom: 32px;
    }
    
    .product-shops-to-buy-body li {
        margin-bottom: 20px;
        padding: 15px 32px;
    }
    
    .product-name {
        padding: 0 12px 0 26px;
        font-size: 16px;
    }
    
    .product-price > *:nth-child(1) {
        font-size: 16px;
    }
    
    /* .go-to-shop-alt {
        height: 32px;
        line-height: 32px;
    } */

    /* .product-slider,
    .product-highlighted {
        width: 50%;
    }

    .go-to-shop {
        width: 38.33%;
    }

    .shop-price {
        width: 28.33%;
    } */
}

@media(max-width: 991px) {
    #product-page .filter-breadcrumb {
        padding: 15px !important;
    }
    
    .slider-p > div {
        /* margin: 0 36px; */
        border-radius: 26px;
    }    
    
    .slider-title,.highlighted-title {
        font-size: 20px;
        margin-bottom: 16px;
    }
    
    .highlighted-products-wrapper {
        border-radius: 26px;
        padding: 15px;
    }
    
    .highlighted-products li {
        margin-bottom: 16px;
    }
    
    .shop-logo-wrapper {
        margin-right:16px;
    }
    
    .shop-price {
        font-size: 15px;
    }
    
    .show-all-highlighted {
        font-size: 15px;
        margin-top: 40px;
    }
    
    .product-page-properties-title {
        height: 32px;
        line-height:32px;
        font-size: 20px;
        margin: 20px 0;
    }
    
    .product-page-properties {
        padding: 12px 20px;
    }
    
    .product-shops-to-buy-head-left {
        font-size: 24px;
    }
    
    .product-shops-to-buy-head-right {
        font-size: 16px;
    }
    
    .product-shops-to-buy-body {
        padding: 20px;
        border-radius: 26px;
        margin-bottom:26px;
    }
    
    .product-shops-to-buy-body li {
        margin-bottom: 26px;
        padding: 15px 26px;
    }
    
    .product-name {
        padding: 0 12px 0 20px;
        font-size: 15px;
    }
    
    .product-price > *:nth-child(1) {
        font-size: 15px;
    }

    .filter-breadcrumb li a {
        font-size: 14px;
    }

    .product-slider,
    .product-highlighted {
        width: 100%;
    }

    .product-slider, .product-highlighted{
        padding-left: 0;
        
    }

    .product-slider {
        width: calc(100% - 100px);
        margin: 0 auto;
    }

    #product-page .filter-breadcrumb {
        padding-left: 0 !important;
        justify-content: flex-start;
    }

    .product-shops-to-buy-head {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .product-shops-to-buy-head-right {
        width: 100%;
        background-color: var(--green);
        justify-content: space-between;
        padding: 5px 40px;
        border-radius: 200px;
        margin-top: 10px;
    }

    .product-shops-to-buy-head-right select {
        background-color: #fff;
    }

    .product-name-price {
        flex-direction: column;
        align-items: center;
    }

    .product-price,.product-name {
        width: 100%;
        text-align: center;
    }

    .product-name-price {
        width: 50%;
    }

    .go-to-shop-alt {
        width: 40%;
    }
 /*
    .go-to-shop {
        width: 38.33%;
    }

    .shop-price {
        width: 28.33%;
    } */
}

@media(max-width: 767px) {
    .filter-breadcrumb li a {
        font-size: 2.5vw;
    }

    .highlighted-products-wrapper {
        padding: 10px;
    }

    .highlighted-products li {
        padding: 10px;
    }

    .shop-logo-wrapper {
        margin-right: 5px;
    }

    .go-to-shop {
        font-size: 3vw;
    }

    .product-shops-to-buy-body {
        padding: 10px;
    }

    .product-shops-to-buy-body li {
        margin-bottom: 15px;
        padding: 10px;
    }

    .product-name {
        padding: 0 10px;
    }

    .logo-wrapper {
        width: 25%;
    }

    .product-name-price {
        width: 30%;
    }

    .go-to-shop-alt {
        width: 45%;
        font-size: 3vw;
    }

    .product-price, .product-name,.product-price > *:nth-child(1) {
        font-size: 3vw;
    }
}

/* ------------------------ MOBILOS BEÚSZÓK: MENÜK, SZŰRÉS ------------------------- */

.mobile-menu {
    display: none;
}

.mobile-filter-closer, .product-filter-opener-item {
    display: none;
}

@media(max-width: 767px) {
    .mobile-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        background-color: var(--blue);
        left: 0;
        width: 80vw;
        display: block;
        padding: 46px 10px 20px;
        overflow: auto;
        transform: translateX(-100%);
        transition: 0.3s;
    }

    .mobile-menu.active {
        transform: none;
        box-shadow: 0 0 20px 2px #000000b8;
    }

    .mobile-menu-closer {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
    }

    .mobile-menu-closer::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        width: 16px;
        height: 2px;
        background-color: #fff;
        border-radius: 10px;
    }

    .mobile-menu-closer::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
        width: 16px;
        height: 2px;
        background-color: #fff;
        border-radius: 10px;
    }

    .mobile-menu-title {
        border-radius: 100px;
        background-color: #fff;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--blue);
        font-weight: 700;
        position: relative;
        margin-bottom: 30px;
    }

    .mobile-menu-title  img {
        position: absolute;
        left: 12px;
        bottom: -22px;
        width: 80px;
    }

    .mobile-categories-list-item {
        position: relative;

    }

    .mobile-categories-list-item > div {
        border-radius: 100px;
        background-color: var(--green);
        height: 30px;
        line-height: 22px;
        color: var(--blue);
        padding: 5px 40px 5px 20px;
        font-size: 2.2vw;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .mobile-categories-list-item > div::before {
        position: absolute;
        top: 15px;
        right: 20px;
        content: '';
        transform: translateY(-50%) rotate(45deg);
        width: 8px;
        height: 8px;
        border-top: 2px solid var(--blue);
        border-right: 2px solid var(--blue);
    }

    .mobile-categories-list-item-dropdown {
        /* position: absolute;
        top: 100%;
        left: 0;
        width: 100%; */
        background-color: #fff;
        border-radius: 20px;
        padding: 10px 0;
        display: none;
        margin-bottom: 15px;
    }

    .mobile-categories-list-item-dropdown.active {
        display: block;
    }

    .mobile-categories-list-item-dropdown li a {
        display: block;
        color: var(--blue);
        font-weight: 700;
        font-size: 3vw;
        padding: 5px 20px;
        border-bottom: 2px solid var(--green);
    }

    .mobile-categories-list-item-dropdown li:last-child a {
        border-bottom: 0
    }

    .mobile-main-menu {
        margin: 30px 0;
    }

    .mobile-main-menu li a {
        display: block;
        padding: 8px 4px;
        color: var(--green);
        border-bottom: 2px solid #fff;
        font-weight: 700;
        font-size: 14px;
    }

    .mobile-be-partner {
        position: relative;
        width: 80%;
        color: var(--blue);
        background-color: #fff;
        border-radius: 100px;
        font-size: 13px;
        text-align: center;
        margin-bottom: 30px;
        margin-left:15px;
        font-weight: 700;
        padding: 5px 0;
        display: block;
    }

    .mobile-be-partner img {
        position: absolute;
        left: 0;
        top: 0;
        max-height: 100%;
        transform: translateX(-50%);
    }
    
    .mobile-contact-items {
        display: flex;
        justify-content: space-between;
    }

    .mobile-contact-items li {
        margin-bottom: 10px;
    }

    .mobile-contact-items li a {
        display: flex;
        align-items: center;
    }

    .mobile-contact-items li a img {
        max-width: 40px;
    }

    .mobile-contact-items li a span {
        display: block;
        color: #fff;
        font-weight: 700;
        font-size: 13px;
        margin-left: 7px;
    }

    #category .c .left {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        border-radius: 0;
        width: 80%;
        z-index: 99;
        transform: translateX(100%);
        transition: 0.3s;
    }

    #category .c .left.active {
        transform: none;
        box-shadow: 0 0 20px 2px #000000b8;
    }

    .dropdown-filter-head {
        font-size: 2.8vw;
    }

    .mobile-filter-closer {
        position: absolute;
        top: 10px;
        right: 100%;
        height: 30px;
        width: 30px;
        border-radius: 100px 0 0 100px;
        content: '';
        background-color: var(--blue);
    }

    #category .c .left.active .mobile-filter-closer {
        display: block;
    }

    .mobile-filter-closer::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        width: 16px;
        height: 2px;
        background-color: #fff;
    }

    .mobile-filter-closer::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
        width: 16px;
        height: 2px;
        background-color: #fff;
    }

    .category-line-with-filter-opener {
        display: flex;
    }

    .category-line-with-filter-opener {
        width: 70%;
        position: relative;
    }

    .product-filter-opener-item {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 120%;
        cursor: pointer;
        display: block;
    }

    .product-filter-opener-item img {
        max-width: 60px;
    }

    
}


.faq {
    background-color: var(--green);

    margin-top: 5vw;
    border-radius: 20px;
}
/* Attila CSS módosítások */
.loader {
    border: 2px solid #f3f3f3; /* Light grey */
    border-top: 2px solid var(--blue); /* Blue */
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
    text-align: right;
    position: absolute;
    /* top: 50%; */
    right: 0px;
    /* transform: translateY(-50%); */
  }

.big-loader {
    border: 2px solid #f3f3f3; /* Light grey */
    border-top: 5px solid var(--blue); /* Blue */
    border-radius: 50%;
    width: 92px;
    height: 92px;
    animation: spin 1s linear infinite;
    text-align: right;
    margin-bottom: 2rem;
  }

  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .filter-items {
   /*  display: flex;
    justify-content: space-between; */
  }

  .d-none {
    display: none;
  }
  .text-center {
    text-align: center;
  }
  .text-center > div {
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .w-100 {
    width: 100%;
  }

  .mb-3 {
    margin-bottom: 1rem;
  }
  .mt-3 {
    margin-top: 1rem;
  }

  .price-filter-btn-width {
    width: 100px;
}   
/* Nyilak leszedése type="number" inputokról */
    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input[type=number] {
      -moz-appearance: textfield;
    }

    .loader-parent-class {
        position: relative;
    }
/* / Nyilak leszedése type="number" inputokról */

/* Termék kereső */
    .d-flex {
        display: flex;
    }

    .justify-content-center {
        justify-content: center;
    }

    .justify-content-space-around {
        justify-content: space-around;
    }

    .align-items-center {
        align-items: center;
    }

/* #results, #mobile-results {

    z-index: 10;
    position: absolute;
    overflow: auto;
    width: 650px;
    background-color: var(--green);
    padding: 1rem;
    border-radius: 30px;
    margin-top: 1rem;
    border: 2px solid var(--blue);

    .result-item {
        border-radius: 30px;
        margin: 1.5rem 0;
        background-color: white;
        width: 100%;
        font-size: 1.25rem;
        overflow: hidden;
        padding: 5px;

        .search-product-link {
            text-decoration: none;
            color: var(--blue);
            padding: 0 15px;
        } */

        /* .search-product-img {
            max-height: 80px;
        }  */
 /*    }
} */

.search-img-wrapper {
    width: 80px;
    height: 50px;
    position: relative;
}

.searched-product-title {
    width: calc(100% - 180px);
    text-align: left;
    padding-left: 15px;
}
.search-img-wrapper > img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    max-width: 95%;
    max-height: 95%;

}

.search-product-price {
    width: 100px;
    text-align: right;
}
/* @media only screen and (max-width: 1600px) {
    #results {
      width: 473px;

      .result-item {
            font-size: 1rem;
            .search-product-img {
                max-height: 70px;
            }
        }
    }
  } */

/* @media only screen and (max-width: 1200px) {
    #results {
      width: 396px;
        .result-item {
            font-size: 0.75rem;

            .search-product-img{
                max-height: 70px;
            }

            .search-product-img {
                max-height: 60px;
            }
        }
    }
  } */
/* @media only screen and (max-width: 992px) {
    #results {
      width: 229px;
      .result-item {
            font-size: 0.5rem;

            .search-product-img {
                max-height: 50px;
            }
        }
    }
  } */

/* @media only screen and (max-width: 768px) { */
    /* #mobile-results {
        max-width: calc(100% - 20px);
        left: 10px;
      .result-item {
            font-size: 0.5rem;
            background-color: white!important;
            
            .search-product-img {
                max-height: 50px;
            }
        }
    }
  } */

  .ml-4 {
    margin-left: 2rem;
}

/* / Attila CSS módosítások */



/* ------ Alex CSS módosítások ------ */

.top a {
    white-space: nowrap;
}




/* Egymásba ágyazás kiszervezése régebbi böngészők miatt */

#results, #mobile-results {

    z-index: 10;
    position: absolute;
    overflow: auto;
    width: 650px;
    background-color: var(--green);
    padding: 1rem;
    border-radius: 30px;
    margin-top: 1rem;
    border: 2px solid var(--blue);

}
#results .result-item, #mobile-results .result-item {
    border-radius: 30px;
    margin: 1.5rem 0;
    background-color: white;
    width: 100%;
    font-size: 1.25rem;
    overflow: hidden;
    padding: 5px;
}
#results .search-product-link, #mobile-results .search-product-link {
    border-radius: 30px;
    margin: 1.5rem 0;
    background-color: white;
    width: 100%;
    font-size: 1.25rem;
    overflow: hidden;
    padding: 5px;
}

@media only screen and (max-width: 1600px) {
    #results {
      width: 473px;
    }

    #results .result-item .searched-product-title, .search-product-price {
        font-size: 1rem;
    }

    #results .result-item .search-product-img {
        max-height: 70px;
    }
  }

@media only screen and (max-width: 1200px) {
    #results {
      width: 396px;
    }

    #results .result-item .searched-product-title, .search-product-price {
        font-size: 0.75rem;
    }

    #results .result-item .search-product-img {
        max-height: 70px;
    }

    #results .result-item .search-product-img {
        max-height: 60px;
    }
  }

@media only screen and (max-width: 992px) {
    #results {
      width: 229px;
    }

    #results .result-item .searched-product-title, .search-product-price {
        font-size: 0.5rem;
    }

    #results .result-item .search-product-img {
        max-height: 50px;
    }

  }

@media only screen and (max-width: 767px) {
    #mobile-results {
        max-width: calc(100% - 20px);
        left: 10px;
    }

    #mobile-results .result-item .searched-product-title, .search-product-price {
        font-size: 0.5rem;
    }

    #mobile-results .result-item .search-product-img {
        max-height: 50px;
    }
  }

  .ml-4 {
    margin-left: 2rem;
}

/* /Egymásba ágyazás kiszervezése régebbi böngészők miatt */


.header-top-row {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

/* Hover színek */

.partner-col a, .product-list .item .item-more, .partner-col a, .product-list .left .more a, .filter-line-products li .item-more, .highlighted-products .go-to-shop, .highlighted-products-wrapper .show-all-highlighted {
    transition: 0.3s;
}

.partner-col a:hover {
    background-color: var(--blue);
    color: white;
}

.info-col a {
    transition: 0.15s;
}

.info-col a:hover {
    color: var(--blue);
    transition: 0.15s;
}

.product-list .item .item-more:hover, .filter-line-products li .item-more:hover {
    background-color: var(--green);
    color: white;
    transition: 0.3s;
}

.product-list .left .more a:hover {
    background-color: white;
    color: var(--blue);
}

.highlighted-products .go-to-shop:hover {
    background-color: var(--green);
    color: var(--blue);
    transition: 0.3s;
}

.highlighted-products-wrapper .show-all-highlighted:hover {
    background-color: #fff;
    color: var(--blue);
    transition: 0.3s;
}

.product-shops-to-buy-body .go-to-shop-alt:hover {
    color: var(--green);
    background-color: var(--blue);
    transition: 0.3s;
}

/* ÚJ FÉLE MENÜ */

#products-menu {
    position: relative;
    margin: 20px 0;
    width: 360px; 
    margin-right: 20px; 
}


#products-menu > span {
    background-color: var(--blue);
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px ;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    position: relative;
    cursor: pointer;
    text-align: center;
    height: 50px
}

#products-menu > span::before,
#products-menu > span::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 20px;
    width: 20px;
    height: 2px;
    background-color: #fff;
    border-radius: 100px;
}

#products-menu > span::after {
    bottom: 20px;
    top: unset;
}

#products-menu-dropdown {
    /*position: absolute;
    top: 100%;
    left: 0;*/
    min-width: 100%;
    background-color: #fff;
    z-index: 10;
    padding:10px 0;
    display: none;
    position: static;
    overflow-y: auto;
    overflow-x: hidden;
    /*max-height: 60vh;*/
}

#products-menu-dropdown.active {
    display: block;
}

#products-menu li {
    position: static;
}

#products-menu li a{
    padding: 12px 28px 12px 12px;
    display: block;
    color: var(--blue);
    transition: 0.3s;
    font-weight: 700;
    white-space: nowrap;
}

#products-menu li a:hover {
    color: var(--green)
}

/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--blue); 
    border-radius: 3px;
  }

.products-menu-dropdown-subcategory {
    position: absolute;
    left: calc(100% - 5px );
    top: 50px;
    min-width: 100%;
    background-color: #fff;
    z-index: 10;
    padding:0;
    display: none;
    overflow: auto;
}

#products-menu li:hover .products-menu-dropdown-subcategory {
    display: block;
}

.has-subcategory {
    position: relative;
}

.has-subcategory::before {
    position: absolute;
    top: 50%;
    right: 14px;
    width: 8px;
    height: 8px;
    transform:translateY(-50%) rotate(45deg);
    border-top: 1px solid var(--blue);
    border-right: 1px solid var(--blue);
    content: '';
    transition: 0.5s;
}

.has-subcategory:hover::before {
    right: 8px;
}

.banner-wrapper {
    width: calc(100% - 380px);
}

#banners .c {
    align-items: flex-start;
}

.banner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#banners .banner-right {
    width: calc(100% - 57.18% - 75px);
}

@media(max-width: 991px) {
    .banner-wrapper {
        flex-direction: column;
    }

    #banners .banner-right {
        width: 100%;
    }
}

@media(max-width: 767px) {
    #products-menu {
        display: none;
    }

    .banner-wrapper {
        width: 100%;
    }
}

#products-menu.sub-page {
    position: relative;
    
}

#products-menu.sub-page #products-menu-dropdown{
    position: absolute;
    max-height: 400px;
}

#products-menu.sub-page #products-menu-dropdown > li:hover .products-menu-dropdown-subcategory{
    display: block;
}

.products-menu-dropdown-subcategory {
    height: 400px;
    background-color: white;
}


/* ÚJ FÉLE MENÜ END */

p {
    text-align: justify;
}

.partner-scroll-section {
    display: flex;
    flex-wrap: wrap;
}

.partner-scroll-section .partner-scroll-section-menu {
    width: 300px;
    padding: 15px;
    position: relative;
}

.partner-scroll-section .partner-scroll-section-content {
    width: calc(100% - 300px);
    padding: 15px;
}

.partner-scroll-section .partner-scroll-section-menu li {
    position: relative;
    padding: 10px 0 10px 10px;
    cursor: pointer;
}

.partner-scroll-section .partner-scroll-section-menu li::before {
    position: absolute;
    content: '';
    top: 17px;
    left: -11px;
    width: 9px;
    height: 9px;
    background-color: #fff;
    border: 1px solid #444;
    border-radius: 50%;
    z-index: 1;
}

.partner-scroll-section .partner-scroll-section-menu li::after {
    content: '';
    position: absolute;
    left: -7px;
    top: 18px;
    bottom: -18px;
    width: 1px;
    background-color: #444;
}

.partner-scroll-section .partner-scroll-section-menu li:last-child::after {
    display: none;
}

@media(max-width: 991px) {
    .partner-scroll-section .partner-scroll-section-menu,
    .partner-scroll-section .partner-scroll-section-content {
        width: 100%;
    }
}

#scroll-req-btn {
    background: var(--green);
    color: var(--blue);
    font-weight: 700;
    border-radius: 30px;
    text-align: center;
    padding: 8px;
}

#saved-searches {
    font-size: 20px;
    font-weight: 800;
}

.product-slider-img {
    max-height: 500px!important;
}
/* új hekk */

.c {
    max-width: calc(100% - 30px)!important;
}
