@import 'fonts.css';

:root {
    /*COLORS*/
    --color-main: #1D1D1D;
    --color-white: #fff;
    --color-additional-grey: #7f7f7f;
    --color-brown: #443e3e;
    --color-gold: #ee9b01;
    /*FONTS*/
    --font-main: 'Montserrat-Regular', sans-serif;
    --font-Montserrat-Medium: 'Montserrat-Medium', sans-serif;
    --font-Montserrat-SemiBold: 'Montserrat-SemiBold', sans-serif;
    --font-Montserrat-Bold: 'Montserrat-Bold', sans-serif;
    --font-Montserrat-Light: 'Montserrat-Light', sans-serif;
    --font-Montserrat-Italic: 'Montserrat-Italic', sans-serif;
    /*SIZES*/
    --size-main: 16px;
    --size-h1: 36px;
    --size-h2: 36px;
    --size-h3: 24px;
}

@font-face {
    font-family: 'icons-ingreen';
    src:  url('/catalog/view/javascript/icons-ingreen/fonts/icons-ingreen.eot');
    src:  url('/catalog/view/javascript/icons-ingreen/fonts/icons-ingreen.eot') format('embedded-opentype'),
    url('/catalog/view/javascript/icons-ingreen/fonts/icons-ingreen.ttf') format('truetype'),
    url('/catalog/view/javascript/icons-ingreen/fonts/icons-ingreen.woff') format('woff'),
    url('/catalog/view/javascript/icons-ingreen/fonts/icons-ingreen.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font-main);
    color: var(--color-main);
    font-size: var(--size-main);
    background-color: #fff;
}

.h1, .h2, .h3, h1, h2, h3 {
    font-family: var(--font-Montserrat-SemiBold);
    margin-top: 0;
    margin-bottom: 0;
}

h1{
    font-size: var(--size-h1);
}

h2{
    font-size: var(--size-h2);
}

h3{
    font-size: var(--size-h3);
}

a {
    text-decoration: none;
    color: var(--color-main);
}

a:hover, a:focus {
    color: var(--color-additional-grey);
    text-decoration: none;
}

section {
    padding: 30px 0 0 0;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.small-text{
    font-size: 14px;
}

.small-text-medium{
    font-family: var(--font-Montserrat-Medium);
    font-size: 14px;
}

/*.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{*/
/*    outline: none;*/
/*}*/

.btn:focus, a:focus, button:focus {
    outline: none !important;
}

.navbar-toggler:focus {
    outline: none !important;
}

.red{
    color: red !important;
}

.alert {
    margin-top: 20px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    right: 0px;
}

.mobile-row{
    display: none;
}

.close-mob{
    display: none;
}

.modal-header-title{
    display: none;
}

.blog-menu{
    display: none !important;
}

.mobile{
    display: none !important;
}

.desktop{
    display: flex !important;
}

.grecaptcha-badge{
    display: none;
    /*z-index: 999999;*/
}

.hidden {
    display: none;
}

/*------HEADER-----------*/
header{
    font-family: var(--font-Montserrat-Medium);
}

.header-white .navbar {
    background: rgb(0 0 0 / 60%);
    border: none;
    transition: top 0.3s;
    /*padding: 30px 0;*/
}

.header-white .navbar > .container-fluid,
.header-black .navbar > .container-fluid {
    padding: 30px 0;
}

.navbar-left li i{
    display: none;
}

.header-white .navbar-default .navbar-nav>li>a:focus,
.header-white .navbar-default .navbar-nav>li>a:hover {
    font-weight: 600;
}

.header-white .navbar-default .navbar-nav > li > a {
    color: #fff;
}

.header-white .nav-icons > div > a,
.header-white .nav-icons .nav-cart .cart-button,
.header-white .nav-mob-icons .nav-cart .cart-button {
    color: #fff;
    background: transparent;
}

.header-white .navbar-default .navbar-nav>.open>a,
.header-white .navbar-default .navbar-nav>.open>a:focus,
.header-white .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    font-weight: 600;
    background-color: transparent;
}

.header-white .navbar-default .btn-link {
    color: #fff;
}

.header-black .navbar {
    background: transparent;
    border: none;
    transition: top 0.3s;
    /*padding: 30px 0;*/
    border-bottom: 3px solid #dbdbdb;
}

.header-black .navbar-default .navbar-nav > li > a {
    color: var(--color-main);
}

.header-black .navbar-default .navbar-nav>li>a:focus,
.header-black .navbar-default .navbar-nav>li>a:hover {
    font-weight: 600;
}

.header-black .nav-icons > div > a,
.header-black .nav-icons .nav-cart .cart-button,
.header-black .nav-mob-icons .nav-cart .cart-button {
    color: var(--color-main);
    background: transparent;
}

.header-black .navbar-default .navbar-nav>.open>a,
.header-black .navbar-default .navbar-nav>.open>a:focus,
.header-black .navbar-default .navbar-nav>.open>a:hover,
.header-black .navbar-default .navbar-nav>.open>a:active {
    color: var(--color-main);
    font-weight: 600;
    background-color: transparent;
}

.header-black .navbar-default .btn-link {
    color: var(--color-main);
}

.navbar-nav {
    display: flex;
    align-items: center;
    width: 100%;
}

.navbar-header {
    float: none;
}

.navbar-header .navbar-mob-logo{
    display: none;
}

.navbar-header .navbar-mob-logo img{
    max-width: 70%;
}

/*.navbar-header .nav-mob-icons{*/
/*    display: none;*/
/*}*/

.navbar-toggler{
    background-color: transparent;
    border: none;
    display: none;
}

.ing-black{
    color: white;
}

.ing-white{
    color: black;
}

#form-language .lang-mobile{
    display: none;
}

.navbar-center {
    width: 50%;
    justify-content: center;
}

.navbar-left {
    justify-content: flex-end;
}

.navbar-right {
    justify-content: flex-start;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    z-index: 1045;
}

.navbar-nav > li {
    font-size: 22px;
    padding: 0 10px;
}

.navbar-nav > .nav-icons {
    display: flex;
    margin-left: 35px;
}

.nav-icons .nav-tg,
.nav-icons .nav-cart {
    padding: 0 20px;
}

header .dropdown {
    position: static;
}

header .dropdown .dropdown-menu {
    width: 100%;
    background-color: #EFEFEF;
    border-top: 3px solid #fff !important;
    border: none;
    font-size: 18px;
    z-index: 9999;
}

.container-header-category {
    padding: 50px 150px;
}
.container-header-about {
    padding: 50px 0;
}

.container-header-about a{
    font-size: 22px;
    font-family: var(--font-Montserrat-Bold);
}
.container-header-about a img{
    margin-bottom: 25px;
}

header .about-dropdown .row {
    display: flex;
    justify-content: center;
    margin: 0;
}

header .gap-title {
    margin-bottom: 30px;
}

header .gap-menu {
    margin-bottom: 60px;
}

header .gap-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
}

header .gap-menu ul li {
    margin-bottom: 20px;
    break-inside: avoid;
}

header .hr h4 {
    position: relative;
    font-family: var(--font-Montserrat-Bold);
    font-size: 20px;
}

header .hr h4 span {
    background-color: #efefef;
    padding-right: 40px;
}

header .hr h4:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 1px solid var(--color-additional-grey);
    z-index: -1;
}

/*.nav-slider-sec {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/

.nav-slider-img {
    width: 450px;
}

.nav-slider-img img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}


/*.nav-btn {*/
/*    padding: 6px 12px;*/
/*    cursor: pointer;*/
/*    border: 1px solid #9b9b9b;*/
/*    border-radius: 20px;*/
/*    background-color: #337ab700;*/
/*}*/

/*.navbar-nav .nav-lang {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    position: relative;*/
/*    padding: 0 10px;*/
/*}*/

/*.navbar-nav .nav-lang::before,*/
/*.navbar-nav .nav-lang::after {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 1px;*/
/*    height: 32px;*/
/*    background-color: #6c6c6c;*/
/*    margin: 0 5px;*/
/*}*/

/*.navbar-nav > .nav-tg > a,*/
/*.navbar-nav > .nav-cart > a {*/
/*    padding: 0 15px;*/
/*}
.navbar-nav > .nav-tg > a,
.navbar-nav > .nav-cart > a {
    padding: 0 15px;
}*/

.header-white .cart-contents-count {
    display: flex;
    position: absolute;
    top: 35px;
    right: 12px;
    transform: translateY(-105%) translateX(25%);
    height: 25px;
    width: 25px;
    font-size: 15px;
    color: var(--color-main);
    background: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.header-black .cart-contents-count {
    display: flex;
    position: absolute;
    top: 35px;
    right: 12px;
    transform: translateY(-105%) translateX(25%);
    height: 25px;
    width: 25px;
    font-size: 15px;
    color: #fff;
    background: var(--color-main);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.nav-lang .dropdown-lang{
    min-width: auto;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-white .nav-lang .dropdown-lang li button{
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 22px;
    padding: 6px 0px;
}

.header-black .nav-lang .dropdown-lang li button{
    background-color: transparent;
    border: none;
    color: var(--color-main);
    font-size: 22px;
    padding: 6px 0px;
}

.nav-lang .btn-link:focus,
.nav-lang .btn-link:hover{
    text-decoration: none;
    font-weight: 800;
}

#cart .cart-button {
    border: none;
    background-color: transparent;
}

#cart .dropdown-menu {
    min-width: 600px;
}

.cart-img{
    width: 180px;
    height: auto;
}

#menu-slider{
    margin: 20px 0;
    background: none;
    z-index: 1;
    border: none;
    border-radius: 4px;
    box-shadow: none;
}

#menu-slider .swiper-wrapper {
    height: 550px;
    display: flex;
    align-items: center;
}
/*#menu-slider .swiper-wrapper img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    display: block;*/
/*    padding: 0px 5px;*/
/*    transition: transform 0.3s ease;*/
/*}*/

/*--------BANNER-VIDEO---------*/
#banner-video {
    padding: 0;
}

.video-background {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    pointer-events: none;
}

.video-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
    .video-background iframe {
        /* height = 100 * (9 / 16) = 56.25 */
        height: 56.25vw;
    }
}
@media (max-aspect-ratio: 16/9) {
    .video-background iframe {
        /* width = 100 / (9 / 16) = 177.777777 */
        width: 177.78vh;
    }
}

/*.youtube-container {*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*    !* Keep it the right aspect-ratio*/
/*    aspect-ratio: 16/9;*!*/
/*    height: 100vh;*/
/*    !* No clicking/hover effects *!*/
/*    pointer-events: none;*/
/*}*/

/*.youtube-container iframe {*/
/*    !* Extend it beyond the viewport... *!*/
/*    width: 300%;*/
/*    height: 100%;*/
/*    !* ...and bring it back again *!*/
/*    margin-left: -100%;*/
/*}*/


#banner-video #image-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
    overflow: hidden;
}

#banner-video img {
    min-width: 100%;
    min-height: 100%;
    background-color: #343434;
}

#banner-video #image-mobile {
    display: none;
}


/*--------BANNER---------*/
.banner {
    position: relative;
    z-index: 1;
    background-color: white;
}

.banner h2{
    font-size: 24px;
}
.banner-img-block {
    position: relative;
    overflow: hidden;
    height: 888px;
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.banner-text-wrapper {
    position: absolute;
    bottom: 25px;
    left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 30px;
    color: #fff;
    font-weight: 600;
    line-height: 25px;
    z-index: 1;
}

.banner-text {
    width: 350px;
    background-color: #00000033;
    padding: 20px 30px;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.banner-img-block:hover .banner-img {
    transform: scale(1.1);
}

/*.banner-block-bottom {*/
/*    margin: 30px 0;*/
/*    max-height: 280px;*/
/*}*/


/*-------SEO-TEXT-------*/
.seo-text-box h1 {
    /*padding: 0px 200px;*/
    margin-bottom: 20px;
}

.expand-checkbox {
    display: none;
}


/*--------POPULAR-CATEGORIES-SLIDER---------*/
.carusel{
    display: flex;
    flex-direction: row;
    text-align: center;
    margin-bottom: 15px;
}

.swiper-category-img {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    /*overflow-x: hidden;*/
    /*overflow-y: clip;*/
}

.swiper-banner-title{
    font-size: 24px;
    font-family: var(--font-Montserrat-SemiBold);
}

/*.category-img-block{*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    height: 888px;*/
/*    margin-bottom: 25px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.swiper-banner-title-wrapper{*/
/*    position: absolute;*/
/*    bottom: 25px;*/
/*    left: 0;*/
/*    text-align: center;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    width: 100%;*/
/*    padding: 30px;*/
/*    color: #fff;*/
/*    font-weight: 600;*/
/*    line-height: 25px;*/
/*}*/

/*.swiper-banner-title {*/
/*    width: 300px;*/
/*    background-color: #00000033;*/
/*    padding: 20px 50px;*/
/*}*/

/*.swiper-category-img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    display: block;*/
/*    transition: transform 0.3s ease;*/
/*}*/

/*.swiper-pager{*/
/*    display: none;*/
/*}*/

#popular-carusel a img:hover{
    transform: scale(1.2);
    z-index: 1;
    /*transform-origin:  top;*/
}

.swiper-category-img a{
    /*height: 380px;*/
    display: flex;
    flex-direction: column;
}

.swiper-category-img img {
    width: 100%;
    /*height: 100%;*/
    height: 370px;
    object-fit: contain;
    transition: transform 0.3s ease;
    transform-origin: center;
}

/*.category-img-block:hover .swiper-category-img {*/
/*    transform: scale(1.1);*/
/*}*/

.swiper-slide{
    display: flex;
    justify-content: center;
}

#popular-carusel .swiper-slide {
    padding: 0 5px;
}

#popular-carusel .swiper-viewport {
    border: none;
    border-radius: unset;
    box-shadow: none;
    margin: 0;
}
#popular-carusel .swiper-viewport .swiper-button-next{
    opacity: 0.7;
    right: -60px;
}
#popular-carusel .swiper-viewport .swiper-button-prev{
    opacity: 0.7;
    left: -60px;
}

#popular-carusel .swiper-button-prev,
#popular-carusel .swiper-button-next {
    display: none;
}

@media (min-width: 991px) {
    #popular-carusel .swiper-button-prev,
    #popular-carusel .swiper-button-next {
        display: block;
    }
}

/*---------CATEGORY PAGE-----------*/
#product-category h1{
    text-align: center;
    margin-top: 45px;
}

#product-category h2{
    margin-bottom: 25px;
}

#product-category .breadcrumb{
    margin-bottom: 0;
}

.breadcrumb{
    font-size: 14px;
}

#product-category #popular-carusel-section{
    padding-top: 0;
}

#product-category .product-category-description{
    margin-bottom: 55px;
}

#product-category .seo-description,
#blog-home .seo-description{
    margin-bottom: 80px;
    margin-top: 30px;
}

#product-category  .product-tag,
.featured-products  .product-tag,
#information-landing  .product-tag,
.blog .product-tag{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    position: absolute;
    bottom: 35px;
    width: 100%;
}

.product-layout{
    padding-left: 5px;
    padding-right: 5px;
}

.products-list{
    padding: 0 10px;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "\e905";
    font-size: 10px;
    font-family: 'icons-ingreen';
}

/*------------FEATURED-------------*/
.hover-img-add{
    width: 100%;
}

.products-list .nav-tabs {
    display: flex;
    border-bottom: none;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.products-list .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: var(--color-main);
    background-color: #fff;
    border: none;
}

.products-list .nav > li > a {
    position: relative;
    display: block;
    padding: 0px 15px;
}

.products-list .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    color: var(--color-additional-grey);
    font-size: 36px;
    font-family: var(--font-Montserrat-SemiBold);
}

.products-list .nav > li > a:focus,
.products-list .nav > li > a:hover {
    text-decoration: none;
    background-color: unset;
}

.product-card {
    padding-top: 15px;
    margin-bottom: 30px;
}

.product-image {
    width: 100%;
    aspect-ratio: 2 / 3;
    /*padding-bottom: 150%; !* 2:3 img rate *!
    background-color: #f9f9f9;*/
    position: relative;
    text-align: center;
}

.product-image img {
    width: 100%;
    height: auto;
    position: absolute;
}

.tmb-wrap-table div.active:after{
    background-color: #ffffff !important;
}

.tmb-wrap-table div:after {
    height: 8px  !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
    bottom: -1px  !important;
}

.product-info {
    text-align: left;
    padding: 5px 15px;
}

.price {
    font-size: 22px;
    font-family: var(--font-Montserrat-SemiBold);
    margin: 10px 0;
}

.labels {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    position: absolute;
    bottom: 13px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 3;
    padding: 10px 0;
}

.labels .disabled{
    position: relative;
    color: var(--color-additional-grey);
    cursor: not-allowed !important;
}

.labels .disabled:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-additional-grey);
    transform: rotate(-30deg);
}

.product-image:hover .labels {
    opacity: 1;
}

.product-image:hover .product-tag {
    opacity: 0;
}

.label  {
    padding: 5px 10px;
    font-size: 18px;
    font-family: var(--font-Montserrat-Medium);
}
.label:hover {
    cursor: pointer;
}

.label input {
    display: none;
}

.label a {
    color: #fff;
}


.product-info .caption-title {
    font-family: var(--font-Montserrat-Light);
    line-height: 21.94px;
    height: 2lh;
}

.product-settings {
    display: flex;
    flex-direction: column;
}

.price-old {
    /*text-decoration: line-through var(--color-additional-grey);*/
    color: var(--color-additional-grey);
    text-decoration-thickness: 2px;
    position: relative;
}

.price-old::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-additional-grey);
    transform: rotate(-15deg);
    transform-origin: left center;
}

.price-new {
    color: #E36D1D;
    margin-right: 15px;
}

.colors {
    /*display: flex;*/
    /*gap: 5px;*/
    /*flex-wrap: wrap;*/
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10px, 0.08fr));
}

.color-circle {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: gray;
    border: 1px solid #cdcdcd;
    position: relative;
    margin-right: 12px;
}

.color-circle::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: transform 0.3s, border-color 0.3s;
}

.color-circle:hover::after {
    transform: scale(1.7);
    border-color: #7F7F7F;
}

.product-color-item input:checked + a .color-circle::after,
.product-color-item input:checked + .color-circle::after{
    transform: scale(1.7);
    border-color: #7F7F7F;
}

.view-more {
    text-align: center;
    margin-top: 20px;
}

.btn-default {
    border-color: #7F7F7F;
    border-radius: 0;
    padding: 14px 56px;
    font-size: 24px;
}

.btn-view-more{

}

/*---------Seo-text-----------*/
.seo-text h2{
    margin-bottom: 30px;
}

/*--------NEWSLETTER----------*/
.newsletter .row {
    display: flex;
}
.newsletter-container {
    background: linear-gradient( rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url(/image/catalog/newsletter-bg.jpeg);
    background-position: center;
    background-size: cover;
    padding: 80px;
    background-position-y: center;
    position: relative;
}

.newsletter > div > p {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
    padding: 0 80px;
    line-height: 45px;
}

.newsletter-col-1,
.newsletter-col-2{
    /*margin: auto 0;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.newsletter-col-border {
    border-right: 2px solid var(--color-additional-grey);
    padding: 0 50px;
}

.newsletter-form {
    /*width: 50%;*/
}
.newsletter-form .form-control{
    margin-bottom: 15px;
    height: 58px;
    border: 1px solid var(--color-additional-grey);
    border-radius: 0;
    padding: 6px 20px;
}

.newsletter .btn{
    background-color: var(--color-brown);
    border-color:var(--color-brown);
    color: #fff;
    width: 100%;
}

.newsletter .btn:focus {
    outline: none;
}

.newsletter-reference .btn{
    width: unset;
}


.newsletter-icon{
    margin-bottom: 30px;
    background-color: #fff;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsletter-form input::placeholder {
    font-size: 18px;
    color: var(--color-main);
    font-family: var(--font-Montserrat-Medium);
}

.newsletter-form .error::placeholder,
.error::placeholder{
    color: red;
    font-size: 16px;
    font-family: var(--font-Montserrat-SemiBold);
}


/*--------FAQ-------------*/
.faq h3{
    margin-bottom: 20px;
}

.faq .faq-center{
    font-size: 36px;
}

.faq .faq-left{
    font-size: 22px;
}

.faq .panel-body{
    line-height: 25px;
}

.faq-btn p{
    padding: 15px 0;
    font-size: 16px;
}

.panel-title > a {
    display: block;
    text-decoration: none;
    padding: 5px;
    position: relative;
    padding-left: 60px;
    font-size: 18px;
    font-family: var(--font-Montserrat-Medium);
}

.panel-default > .panel-heading {
    background-color: unset;
    border-color: unset;
}

.panel {
    margin-bottom: 0;
    border: none;
    box-shadow: unset;
}

.panel-title > a.collapsed::before {
    content: '\002B';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    width: 25px;
    height: 25px;
    background-color: var(--color-brown);
    color: #fff;
    border-radius: 50%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.panel-title > a::before {
    content: '\2212';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    width: 25px;
    height: 25px;
    background-color: #EFEFEF;
    border-radius: 50%;
    color: #1D1D1D;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.panel-body {
    /*margin-top: 20px;*/
    padding: 0;
}

.str_wrap a {
    font-family: var(--font-Montserrat-SemiBold);
}

.str_move {
    left: unset;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}


/*---------FOOTER---------*/
.footer {
    background-color: var(--color-brown);
    padding: 20px 0;
    font-family: var(--font-Montserrat-Medium);
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.footer .footer-links .footer-links-row {
    margin: 10px 0;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.footer-links a {
    color: #fff;
    margin: 10px 0;
    text-decoration: none;
    font-size: 14px;
}

/*.footer .footer-links{
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
.footer .footer-links .footer-links-row{
    margin: 10px 0;
    text-align: justify;
}
.footer-links a {
    color: #333;
    margin: 0px 15px;
    text-decoration: none;
}*/

.footer .footer-links,
.footer .footer-payments,
.footer .footer-social {
    margin-bottom: 20px;
}

.footer-payment-social-wrapper {
    display: flex;
    align-items: center;
}

.footer-payments img {
    width: 80px;
    margin: 0 5px;
}

.footer-social{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.footer-social a {
    display: inline-block;
    margin: 0 10px;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
}

.footer-social a:hover {
    color: #ffffff;
}


/*-------PHOTO GALLERY-----------*/
.breadcrumb {
    padding: 0px 17px;
    background-color: unset;
}

.photo-gallery,
.benefits {
    display: flex;
    align-items: center;
}

.main-image {
    margin-bottom: 20px;
}

.small-images img {
    margin-bottom: 10px;
}


/*--------CATEGORY-TABS---------*/
.category-tabs-img-block {
    position: relative;
    overflow: hidden;
}

.category-tabs-text {
    position: absolute;
    top: 35%;
    text-align: center;
    left: 0;
    width: 100%;
    padding: 30px;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    z-index: 2;
}

.category-tabs-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.category-tabs-img-block:hover .category-tabs-img {
    transform: scale(1.1);
}

.tinted-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
    pointer-events: none;
    z-index: 1;
}

.category-tabs-img-block:hover .tinted-image::before {
    background-color: rgb(0 0 0 / 40%);
}


/*---------ABOUT--------*/
.video-wrapper {
    --video-aspect-ratio: 1.77777;
    aspect-ratio: var(--video-aspect-ratio);
}

.video {
    height: 100%;
    width: 100%;
    display: flex;
    border: none;
    background-color: #000;
}

.about-menu {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.about-menu-text {
    position: absolute;
    top: 35%;
    text-align: center;
    left: 0;
    width: 100%;
    padding: 30px;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    z-index: 2;
}

.about-img {
    height: 350px;
    transition: transform 0.3s ease;
}

.about-menu:hover .about-img {
    transform: scale(1.1);
}

.about-contact-btn {
    border-top: 1px solid #656565;
    border-bottom: 1px solid #656565;
    padding: 30px 0;
}


/*--------TEAM PAGE----------*/
#employees .nav-tabs {
    display: flex;
    border-bottom: none;
    flex-direction: row;
    justify-content: center;
}

#employees .nav-tabs > li.active > a,
#employees .nav-tabs > li.active > a:focus,
#employees .nav-tabs > li.active > a:hover {
    color: #555;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #ddd;
    border-bottom-color: #8b8b8b;
}

.employee-col {
    padding: 50px;
}

.employee-card {
    padding: 30px;
    border-radius: 25px;
    border: 1px solid #919191;
}

.employee-card img {
    max-width: 70%;
    margin-bottom: 20px;
}


/*------------PRODUCT PAGE---------------*/
#product-product{
    padding-top: 10px;
}

#product-product h1{
    font-size: 18px;
    line-height: 22px;
}

#product-product .product-price-wrapper .price{
    font-size: 26px;
    font-family: var(--font-Montserrat-Bold);
    margin: 20px 0;
}

#product-product .product-wrapper .color-circle {
    width: 28px;
    height: 28px;
}

#product-product .control-label{
    font-size: 16px;
    margin-bottom: 25px;
}

#product-product label .selected-option{
    font-family: var(--font-Montserrat-SemiBold);
}

#product-product .form-group:not(:last-child){
    margin-bottom: 30px;
}

#product-product .modal .form-group{
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#product-product form{
    margin: 20px 0;
}

#product-product .form-control {
    width: 80%;
    height: 58px;
    font-size: 18px;
    font-family: var(--font-Montserrat-Medium);
    color: #1D1D1D;
    border: 1px solid var(--color-main);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#product-product form .btn{
    background-color: var(--color-main);
    color: #fff;
}

#product-product #individualSizeModal form .btn,
#product-product #oneclickModal form .btn{
    width: 80%;
}

#product-product #oneclickModal form .size-check{
    display: none;
}

#product-product .form-group-wrapper{
    display: flex;
    gap: 10px;
}

#product-product .form-group-btn{
    margin-bottom: 5px;
    width: 100%;
}

.video-product-background {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.video-product-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
    .video-product-background iframe {
        /* height = 100 * (9 / 16) = 56.25 */
        height: 56.25vw;
    }
}
/*@media (max-aspect-ratio: 16/9) {*/
/*    .video-product-background iframe {*/
/*        !* width = 100 / (9 / 16) = 177.777777 *!*/
/*        width: 177.78vh;*/
/*    }*/
/*}*/

#pagination-block{
    margin-top: 50px;
}

.btn-load-more{
    background-color: transparent;
    border: 1px solid var(--color-additional-grey);
    border-radius: 0;
    font-size: 24px;
    font-family: 'Montserrat-SemiBold';
    padding: 15px 40px;
}

.thumbnail {
    padding: 0;
}

.breadcrumb-row{
    display: flex;
    justify-content: space-between;
    padding: 0 17px;
    margin-bottom: 30px;
    align-items: center
}

.breadcrumb-row .breadcrumb{
    margin-bottom: 0;
    padding: 0;
}

#product-image-block .thumbnail {
    border: none;
    margin-bottom: 0;
}

/*#product-image-block .img-fluid {*/
/*    margin-bottom: 20px;*/
/*}*/

.fixed-column {
    position: sticky;
    top: 20px;
    transition: transform 1.3s ease;
}

.product-tag-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.product-tag a {
    padding: 5px 10px;
    margin-right: 15px;
    color: #fff;
    font-size: 14px;
    font-family: var(--font-Montserrat-SemiBold);
}

.product-tag .new-tag {
    background-color: #7DAF2C;
}

.product-tag .sale-tag {
    background-color: #E36D1D;
}

.product-tag .pre-order-tag {
    background-color: #EE9B01;
}

.product-tag .top-tag {
    background-color: #F18DB5;
}

.product-tag .last-size-tag {
    background-color: #6B99C3;
}

.product-price-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    flex-wrap: wrap;
}

#product-product .product-article-mob {
    display: none;
}

.product-price-wrapper .sale-notification {
    display: flex;
    width: 60%;
    align-items: center;
    justify-content: flex-end;
}

.product-price-wrapper a{
    display: flex;
    justify-content: flex-end;
    width: 38%;
}

.sale-notification span{
    margin-left: 10px;
}

/*.sale-notification a {*/
/*    background: none;*/
/*    border: none;*/
/*    padding: 0 10px;*/
/*}*/

.product-size input {
    display: none;
}

.product-size .disabled {
    background-color: rgba(0, 0, 0, 0.2);
    cursor: not-allowed !important;
    position: relative;
    user-select: none;
}

.product-size .available {
    position: relative;
    user-select: none;
}

.product-size .disabled:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 25%;
    width: 50%;
    height: 1px;
    background-color: var(--color-additional-grey);
    transform: rotate(-30deg);
}

.product-size .available:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 25%;
    width: 50%;
    height: 1px;
    background-color: transparent;
    transform: rotate(-30deg);
}


.product-color-item input{
    display: none;
}

.product-stock{
    cursor: not-allowed;
    user-select: none;
    padding: 5px 15px;
    border: 1px solid var(--color-additional-grey);
    color: var(--color-additional-grey);
    min-width: 103px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
}

.product-stock.white{
    color: white;
    border-color: white;
}

.product-size-item {
    cursor: pointer;
    padding: 13px 8px;
    border: 1px solid var(--color-additional-grey);
    border-radius: 50%;
    color: var(--color-additional-grey);
    min-width: 48px;
    text-align: center;
    font-size: 18px;
    margin-right: 12px;
    margin-bottom: 20px;
}

.product-size-item.selected {
    background-color: var(--color-gold);
    color: var(--color-brown);
    border: none;
}

.btn-individual-size, .btn-voucher {
    padding: 5px 8px;
    border: 1px solid var(--color-additional-grey);
    color: var(--color-additional-grey);
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
    border-radius: 0;
}

.btn-block+.btn-block{
    margin-top: 0;
}
.btn-add-to-cart{
    background-color: var(--color-main);
    border: none;
    border-radius: 0;
    color: var(--color-white);
    font-size: 18px;
    font-family: var(--font-Montserrat-SemiBold);
}

.btn-add-to-cart:hover,
.btn-add-to-cart:focus{
    font-family: var(--font-Montserrat-Bold);
    color: var(--color-white);
}

.tg-sale {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.tg-sale a {
    color: #7DAF2C;
    font-size: 15px;
    font-family: var(--font-Montserrat-SemiBold);
}

.tg-sale-circle{
    background-color: #7DAF2C;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-accordion {
    margin-bottom: 10px;
}

.product-accordion .nav-tabs {
    display: flex;
    flex-direction: column;
}

.product-modal h3{
    margin-bottom: 50px;
}

.product-modal ul{
    padding-left: 20px;
}

.product-modal ul li::marker {
    color: var(--color-main);
    font-size: 12px;
}

.product-modal .error::placeholder {
    color: red;
    font-family: var(--font-Montserrat-SemiBold);
}

#modalImage{
    cursor: pointer;
}

.size_image{
    width: 80%;
    margin: 25px auto;
}

.modal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 33.3%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
}

.modal .modal-dialog-image .modal-body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.modal .modal-dialog-image{
    height: 100vh;
}

.modal .modal-header {
    padding: 0 15px;
    border-bottom: none;
}

.modal .modal-content {
    height: 100%;
    overflow-y: auto;
    padding: 30px;
    background-clip: inherit;
    border: none;
    border-radius: 0;
}

.modal .modal-order{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.img-order{
    max-width: 30%;
    margin-bottom: 25px;
    height: auto;
}

.modal .modal-order p{
    font-size: 24px;
    width: 40%;
    text-align: center;
    line-height: 29.26px;
    font-family: var(--font-Montserrat-SemiBold);
}

.modal .modal-body {
    padding: 20px;
}

.modal button.close {
    color: var(--color-main);
    opacity: 1;
    font-size: 26px;
    font-family: var(--font-Montserrat-Bold);
    text-shadow: none;
}

#discountnotifyModal .form-control{
    width: 100%;
}

#discountnotifyModal form .btn{
    width: 100%;
    background-color: var(--color-brown);
}

#discountnotifyModal .modal-dialog{
    align-content: center;
}

#discountnotifyModal .modal-content {
    height: 67%;
    width: 80%;
    background: linear-gradient( rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url(/image/catalog/newsletter-bg.jpeg);
    background-position: center;
    background-size: cover;
    background-position-y: center;
}

#discountnotifyModal h3 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat-Medium';
    line-height: 45px;
    margin-bottom: 30px;
}

#discountnotifyModal form{
    margin: 15px 0;
}

#discountnotifyModal input[type=checkbox]{
    margin: 0;
    width: 18px;
    accent-color: white;
    height: 18px;
}

#discountnotifyModal .form-notify-checkbox{
    margin-bottom: 30px !important;
    margin-top: 30px;
}

#discountnotifyModal label{
    margin: 0;
    padding-left: 10px;
}

.form-size {
    display: flex;
    justify-content: center;
    border: 1px solid #bebebe;
    margin: 30px 110px;
    padding: 20px;
    border-radius: 30px;
}

.form-size .form-group {
    display: flex;
    justify-content: space-between;
}

.form-size .form-group .form-control {
    width: 50%;
}

.tab-content {
    margin-top: 0;
}

.tab-content .featured-products{
    padding: 0;
}

.tab-content .featured-products .btn-load-more {
    margin-bottom: 20px;
}

#product-product .nav-tabs li,
#account-voucher .nav-tabs li {
    border-bottom: 1px solid var(--color-additional-grey);
}

#product-product .nav-tabs>li>a:hover,
#product-product .nav-tabs>li>a:focus,
#account-voucher .nav-tabs>li>a:hover,
#account-voucher .nav-tabs>li>a:focus{
    background-color: transparent;
    border-color: transparent;
}

#product-product .nav-tabs a,
#account-voucher .nav-tabs a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 5px;
    font-family: var(--font-Montserrat-Medium);
}

#product-product .alert {
    padding: 8px 35px;
    margin-bottom: 0;
}

#product-product .featured-products{
    margin-top: 50px;
}

.product-seo-desc{
    margin-top: 40px;
}

.product-seo-desc h2{
    margin-bottom: 20px;
    padding: 0 50px;
}

#product-product .col{
    float: left;
    padding: 0 8px;
    width: 50%;
    margin-bottom: 12px;
}
#product-product .thumbnails {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}

.has-error .checkbox, .has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label{
    color: var(--color-main);
}

.text-danger {
    color: #ff0500;
}

.order-success{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 70px 0;
}

.order-success p{
    font-size: 24px;
    width: 40%;
    text-align: center;
    line-height: 29.26px;
    font-family: var(--font-Montserrat-SemiBold);
}

.img-success-order{
    max-width: 15%;
    margin-bottom: 25px;
    height: auto;
}


/*-----------FILTERS------------*/
#filters .col{
    display: flex;
    flex-direction: row;
}

.filter-nav{
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    margin-bottom: 0;
    justify-content: center;
}

.filter-nav .dropdown{
    margin: 0 10px;
}

.filter-nav .dropdown a{
    display: flex;
    font-size: 22px;
    border: none;
    color: var(--color-main);
    font-family: var(--font-Montserrat-Medium);
}

.filter-nav .dropdown a i{
    font-size: 28px;
    margin-right: 8px;
}

.filter-nav>.open>a,
.filter-nav>.open>a:focus,
.filter-nav>.open>a:hover,
.filter-nav>.open>a:active{
    font-weight: 600;
    background: transparent;
}

.filter-nav a.active, .filter-nav a.active:hover, .filter-nav a:hover{
    font-weight: 600;
    background: transparent;
}

#filters .open > .dropdown-menu {
    display: flex !important;
    /*bottom: 100%;*/
    /*top: auto;*/
}
#filters.show-from-bottom .open > .dropdown-menu {
    bottom: 100%;
}

.show-from-bottom .open > .dropdown-menu{
    top: auto !important;
}

#filters .dropdown-menu{
    min-width: 300px;
    /*height: 300px;*/
    padding: 10px 25px;
    margin: 15px 0 0;
    border: none;
    border-radius: 0px;
    /*overflow: auto;*/
    flex-direction: column;
    justify-content: space-between;
}

#filters .dropdown-filter-menu li:not(:last-child){
    overflow: auto;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--color-additional-grey);
}

#filters .dropdown-filter-menu{
    height: 345px;
    padding: 10px 10px;
}

#filters .filter-group{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

#filters .filter-checked-list{
    margin-top: 20px;
    margin-bottom: 10px;
}

#filters #reset-all-filters{
    color: var(--color-main);
    cursor: pointer;
}

.panel-footer{
    display: flex;
    border: none;
    background-color: transparent;
    padding: 10px 0;
    justify-content: space-between;
}

.panel-footer .btn-uncheck-sort,
.panel-footer .btn-uncheck-filter{
    background-color: transparent;
    color: var(--color-brown);
    border-radius: 0;
    border-color: var(--color-brown);
    font-family: var(--font-Montserrat-SemiBold);
}

.panel-footer .btn-sort,
.panel-footer .btn-filter{
    color: #fff;
    background-color: var(--color-brown);
    border: none;
    border-radius: 0;
    font-family: var(--font-Montserrat-SemiBold);
}

#filters .checkbox,
#filters .radio{
    margin: 5px 5px;
}

#filters .sort-checkbox,
#filters .filter-checkbox {
    display: none;
}

#filters .sort-label,
#filters .filter-label{
    border: 1px solid var(--color-additional-grey);
    padding: 5px 10px;
    text-align: center;
    color: var(--color-additional-grey);
    font-size: 14px;
    user-select: none;
}

#filters .filter-checked-list .filter-label{
    margin: 0px 8px;
}

#filters .filter-label .fa-close{
    cursor: pointer;
}

#filters .events-none .filter-label{
    display: flex;
    min-width: 83px;
    text-align: left;
    justify-content: space-between;
}

/*#filters .sort-label:hover,*/
/*#filters .sort-label:active,*/
/*#filters .sort-label:focus,*/
/*#filters .filter-label:hover,*/
/*#filters .filter-label:active,*/
/*#filters .filter-label:focus{*/
/*    border: 1px solid #E2BE62;*/
/*    background-color: #E2BE62;*/
/*    padding: 5px 10px;*/
/*    text-align: center;*/
/*    color: var(--color-additional-grey);*/
/*    font-size: 14px;*/
/*}*/

#filters .checked{
    border: 1px solid #E2BE62;
    padding: 5px 10px;
    text-align: center;
    color: var(--color-brown);
    font-size: 14px;
    background-color: #E2BE62;
    font-family: var(--font-Montserrat-Medium);
}

#filter-button {
    display: none;
    /*opacity: 0;*/
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 25px;
    left: 40px;
    /*left: 50%;*/
    transform: translateX(-50%);
    /*bottom: 25px;*/
    z-index: 1042;
    background-color: var(--color-gold);
    border: 2px solid #fff;
    cursor: pointer;
}

#filters-placeholder {
    display: none;
}

#filters{
    /*display: none;*/
    /*position: fixed;*/
    position: sticky;
    /*height: 130px;*/
    padding: 20px 50px;
    top: 0;
    left: 0;
    right: 0;
    /*bottom: 0;*/
    background-color: white;
    z-index: 1000;
}

#filters.show-from-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
}

#filter-button .ing-filter-menu{
    font-size: 14px;
    color: #fff;
}


/*---------PAGINATION--------*/
.pagination{
    margin: 20px 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: var(--color-main);
    font-weight: 800;
    background-color: transparent;
    border-color: transparent;
}

.pagination > li > a,
.pagination > li > span {
    font-size: 22px;
    color: var(--color-additional-grey);
    background-color: transparent;
    border: none;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    font-weight: 800;
    color: var(--color-main);
    background-color: transparent;
    border-color: transparent;
}

/*---------CART------------*/
#cartModal ul li{
    list-style: none;
}

#cartModal .modal-content{
    padding: 0;
}

#cartModal .modal-header {
    padding: 25px 45px 0px 0px;
}

#cartModal .modal-body {
    padding: 0;
}

#cartModal .li-body {
    padding: 0px 20px 70px 20px;
}

#cartModal .li-body table tr {
    border-bottom: 25px solid transparent;
}

#cartModal .modal-body h3 {
    margin-bottom: 25px;
    font-size: 36px;
    padding-left: 50px;
}

#cartModal .li-footer{
    padding: 30px 15px;
    text-align: center;
    width: 100%;
    background-color: white;
    position: fixed;
    bottom: 0;
    border-top: 1px solid var(--color-additional-grey);
    z-index: 3;
}

#cartModal .li-footer a {
    background-color: var(--color-main);
    color: #fff;
    padding: 10px 40px;
    font-size: 18px;
    font-family: var(--font-Montserrat-SemiBold);
}

#cartModal .table>tbody>tr>td,
#checkout-cart .table>tbody>tr>td{
    line-height: 22px;
    padding: 0 8px;
    border-top: none;
}

#cartModal .table-striped>tbody>tr:nth-of-type(odd),
#checkout-cart .table-striped>tbody>tr:nth-of-type(odd){
    background-color: #fff;
}

#cartModal button.close-prod,
#checkout-cart button.close-prod {
    color: var(--color-main);
    opacity: 1;
    font-size: 17px;
    font-family: var(--font-Montserrat-SemiBold);
    text-shadow: none;
    float: inline-start;
    line-height: 1;
    border: none;
    background: none;
}

.cart-title{
    font-size: 16px;
    font-family: var(--font-Montserrat-SemiBold);
    white-space: normal;
}

.cart-artnum{
    margin: 10px 0;
    font-size: 11px;
}

.cart-option{
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

#button-ukrcredits{
    padding: 5px 15px;
    border: 1px solid var(--color-additional-grey);
    color: var(--color-additional-grey);
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
    border-radius: 0;
    background-color: transparent;
}

#ukrcredit-popup .prop_calc{
    margin-bottom: 15px !important;
}

#ukrcredit-popup .prop_total{
    margin-top: 30px;
}

/*------Cart_checkout------*/
#checkout-cart{
    padding-top: 0;
    flex: 1;
    min-height: 62vh;
}

#checkout-cart .table-striped tr {
    border-bottom: 25px solid transparent;
}

.checkout-cart-content{
    margin-top: 40px;
    margin-bottom: 40px;
}

#input-coupon, #input-voucher{
    border-radius: 0;
    height: 48px;
}

#input-voucher{
    margin-top: 15px;
}

#checkout-cart .table-bordered>tbody>tr>td,
#checkout-cart .table-bordered>tbody>tr>th,
#checkout-cart .table-bordered>tfoot>tr>td,
#checkout-cart .table-bordered>tfoot>tr>th,
#checkout-cart .table-bordered>thead>tr>td,
#checkout-cart .table-bordered>thead>tr>th {
    border: none;
}

.cont-ship-wrap a i{
    font-size: 12px;
    margin-right: 8px
}

.cont-ship-wrap a{
    font-size: 14px;
}

#checkout-cart .table-bordered>tbody>tr>td{
    padding: 5px 20px;
}

#checkout-cart .table-bordered>tbody:before {
    content: '';
    display: block;
    height: 20px;
}

#checkout-cart .table-bordered>tbody:after {
    content: '';
    display: block;
    height: 20px;
}

#checkout-cart .cart-checkout-wrap{
    padding-top: 30px !important;
}

.btn-cart-checkout{
    background-color: var(--color-main);
    padding: 10px 22px;
    color: #fff;
    cursor: pointer;
}

/*--------------Simple Cart----------*/
.table-wrapper {
    position: relative;
    width: 100%;
    padding: 30px 0px
    /*overflow: hidden;*/
}

.table-container {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    /*scroll-behavior: smooth;*/
    /*margin: 0 60px;*/
}

.product-table {
    display: inline-table;
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 0;
}

.product-table tr {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    padding: 0 5px;
    width: 500px;
}

.product-table td {
    white-space: normal;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
}

.product-item img {
    max-width: 100%;
    height: auto;
}

.quantity{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.quantity .btn-quantity{
    background-color: var(--color-brown);
    color: #fff;
    border-radius: 50% !important;
    padding: 1px 6px;
}

.quantity .form-control{
    text-align: center;
    border: none;
    box-shadow: none;
    font-size: 14px;
    margin: 0px 2px !important;
    padding: 0;
    width: 30px;
    min-width: 10px;
    font-family: var(--font-Montserrat-SemiBold);
}

/* Arrows */
.scroll-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 35px;
    cursor: pointer;
    z-index: 10;
}

.scroll-arrow.left {
    left: -80px;
}

.scroll-arrow.right {
    right: -80px;
}

.table-container::-webkit-scrollbar {
    display: none;
}

.table-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/*--Summary--*/
.simplecheckout-cart-total .inputs{
    width: 100%;
}

.simplecheckout-cart-total .form-control{
    max-width: 100%;
    border-radius: 0;
    height: 48px;
    padding: 6px 20px;
}

.simplecheckout-cart-total {
    padding: 7px 0px !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

.simplecheckout-cart-total .fa-times-circle{
    color: red;
}


/*----FancyBox Gallery-----*/
.fancybox-caption{
    background: none !important;
}

.fancybox-thumbs{
    background: transparent !important;
    left: 0 !important;
    width: 110px;
}

.fancybox-thumbs__list{
    display: flex !important;
    flex-direction: column !important;
}

.fancybox-thumbs__list a{
    max-width: none !important;
    height: 200px !important;
}

.fancybox-show-thumbs .fancybox-inner{
    left: 110px !important;
    right: 0 !important;
}

/*--common--*/
.events-none{
    pointer-events: none;
}

/*--top categories--*/
#top-categories .row{
    display: flex;
    align-items: stretch;
}
#top-categories .col-md-3{
    padding-right: 5px;
    padding-left: 5px;
}
#top-categories .banner-img-block{
    height: 100%;
}

.additional-title{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 36px;
    font-family: var(--font-Montserrat-SemiBold);
}

/*---not found-----*/
div.error-not-found .banner-img-block{
    height: auto;
}

.error-not-found h1{
    font-size: 96px;
    margin-bottom: 30px;
}

.error-not-found p{
    font-size: 30px;
    line-height: normal;
}

/*-------SIMPLE--------*/
.simple-content .content{
    margin-top: 50px;
    margin-bottom: 25px;
}

#checkout-cart #buttons .simplecheckout-left-column{
    text-align: center;
}

#checkout-cart .simplecheckout-left-column{
    width: 65%;
    margin-right: 0;
}

#checkout-cart .simplecheckout-right-column {
    width: 35%;
    margin-top: 51px;
}

#simplecheckout_cart .form-control {
    background-color: transparent;
}

#agreement_checkbox{
    margin-bottom: 25px;
}

#simplecheckout_comment{
    margin-bottom: 0;
    padding: 0 10px;
}

#simplecheckout_comment .form-control{
    border-radius: 0;
    padding: 6px 20px;
}

#simplecheckout_cart{
    padding: 0 10px;
}

#checkout-cart .checkout-heading {
    background-color: transparent;
    border-color: transparent;
    color: var(--color-main);
    font-size: 24px;
    font-family: var(--font-Montserrat-SemiBold);
}

.simplecheckout-warning-block{
    margin: 10px;
}

#agreement_checkbox {
    padding-left: 15px;
    text-align: left;
}
#agreement_checkbox .checkmark {
    height: 22px;
    width: 22px;
    margin-left: -35px;
}
#agreement_checkbox label{
    padding-left: 30px;
}

/*Shipping and Payment*/
#simplecheckout_shipping .radio,
#simplecheckout_payment .radio{
    font-family: var(--font-Montserrat-SemiBold);
}

#simplecheckout_shipping .form-group label,
#simplecheckout_payment .form-group label{
    font-size: 14px;
    font-weight: 400;
}

#simplecheckout_shipping .simplecheckout-delivery-wrapper,
#simplecheckout_payment .simplecheckout-delivery-wrapper{
    border: 1px solid #ddd;
    padding: 10px 20px;
}

#simplecheckout_shipping .simplecheckout-block-content{
    padding: 10px 5px;
}

#simplecheckout_shipping .simplecheckout-delivery-block {
    padding-left: 5px;
    padding-right: 5px;
}

#simplecheckout_payment .simplecheckout-delivery-block{
    margin-bottom: 5px;
    margin-top: 5px;
}

/*Delivery and Payment radio button*/
.radio input[type="radio"] {
    display: none;
}

.radio .checkmark {
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 2px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    position: absolute;
    margin-left: -30px;
}

.radio input[type="radio"]:checked + .checkmark::before {
    content: "✔";
    color: #6cb86e;
    font-size: 16px;
    font-weight: bold;
}

.checkbox input[type="checkbox"] {
    display: none;
}

.checkbox .checkmark {
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    position: absolute;
    margin-left: -25px;
}

.checkbox input[type="checkbox"]:checked + .checkmark::before {
    content: "✔";
    color: var(--color-additional-grey);
    font-size: 12px;
    font-weight: bold;
    background-color: var(--color-gold);
    width: 18px;
    height: 18px;
    border-radius: 4px;
    text-align: center;
}

.simplecheckout-delivery-wrapper .radio label {
    padding-left: 30px;
}

#simplecheckout_shipping_address ul.dropdown-address {
    display: none;
    position: absolute;
    width: 90%;
    max-height: 250px;
    overflow-y: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    background-color: white;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

#simplecheckout_shipping_address ul.dropdown-address li {
    padding: 3px;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

#simplecheckout_shipping_address ul.dropdown-address li:hover {
    background-color: #f0f0f0;
}

#simplecheckout_shipping_address ul.dropdown-address li a:hover {
    color: #000;
}

/*Customer and adress*/
#simplecheckout_customer .form-control,
#simplecheckout_shipping_address .form-control{
    width: 100%;
    border-radius: 0;
    height: 48px;
    padding: 6px 20px;
}

/*------Information pages-------*/
#information-information h1{
    margin-top: 20px;
    margin-bottom: 35px;
}

#information-information ul{
    padding-left: 30px;
}

.static-pages .banner-img-block{
    height: 570px;
}

.employees h3{
    margin: 15px 0;
}

.employee-pos{
    font-size: 22px;
}

.employees .col-md-4{
    margin-bottom: 35px;
}

#information-contact h1{
    margin-bottom: 60px;
}

#information-contact .col-md-4{
    padding-right: 35px;
    padding-left: 35px;
}

#information-contact .form-control{
    width: 100%;
    border-radius: 0;
    height: 48px;
    padding: 6px 20px;
}

#information-contact .form-horizontal .form-group {
    margin: 15px 0;
}

#information-contact .tel{
    font-size: 24px;
    font-family: var(--font-Montserrat-SemiBold);
}

#information-contact iframe{
    width: 100%;
    height: 300px;
}

#information-contact .col-md-4:not(:last-child)::after {
    height: 300px;
    content: '';
    position: absolute;
    top: 10%;
    bottom: 10%;
    right: 0;
    width: 2px;
    background-color: var(--color-additional-grey);
    opacity: 0.5;
}

#information-contact .newsletter-icon {
    background-color: var(--color-main);
}

#information-contact .newsletter-icon .ing{
    color: #fff;
}

#information-page-contact .newsletter{
    padding-top: 70px;
}

.slick-dotted.slick-slider {
    margin-bottom: 5px !important;
}


/*-------Multilink---------*/
#multilink-category .row,
#multilink-links .row{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#multilink-links .row{
    padding: 30px 0;
    border-top: 1px solid var(--color-additional-grey);
    border-bottom: 1px solid var(--color-additional-grey);
}

#multilink-category{
    /*margin-bottom: 25px;*/
    padding-top: 10px;
}

#multilink-category .categories{
    margin-bottom: 25px;
}

#multilink-category .row a:not(:last-child),
#multilink-links .row a:not(:last-child){
    margin-bottom: 15px;
}

#multilink-category .sub-btn-title{
    margin-bottom: 25px;
    font-family: var(--font-Montserrat-Bold);
    font-size: 18px;
}

.multilink-btn{
    padding: 10px;
    border: 1px solid black;
    width: 300px;
    border-radius: 30px;
    position: relative;
}

.multilink-btn i{
    position: absolute;
    left: 3px;
    top: 3px;
    background-color: black;
    color: white;
    width: 34px;
    height: 34px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

/*Voucher*/
#account-voucher h1{
    font-size: 18px;
    font-family: var(--font-Montserrat-SemiBold);
    margin-bottom: 25px;
}

#account-voucher p{
    font-size: 18px;
    margin-bottom: 20px;
}

#account-voucher .voucher-theme{
    display: flex;
    flex-wrap: wrap;
}

#account-voucher .text-danger{
    margin-bottom: 15px;
}

#account-voucher, #selected-voucher{
    margin-bottom: 25px;
}

.voucher-label label{
    border: 1px solid var(--color-additional-grey);
    padding: 5px 15px;
    text-align: center;
    color: var(--color-additional-grey);
    font-size: 18px;
    user-select: none;
    font-weight: normal;
}

.voucher-group{
    margin-bottom: 15px;
}

.voucher-radio{
    display: none;
}

.voucher-option-block{
    margin-right: 15px;
    margin-bottom: 15px;
}

.voucher-option.selected {
    background-color: var(--color-gold);
    color: var(--color-brown);
    border: none;
}

#account-voucher .form-control{
    width: 100%;
    border-radius: 0;
    height: 48px;
    padding: 6px 20px;
    font-size: 16px;
    text-align: center;
}

#account-voucher .form-control::placeholder{
    text-align: center;
}

#account-voucher .voucher-amount-block .form-control {
    border: none;
    box-shadow: none;
    font-size: 18px;
    color: #E36D1D;
    font-family: var(--font-Montserrat-Bold);
    padding: 0;
}

.voucher-amount-block{
    margin-bottom: 35px;
}

.voucher-amo-int-block {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--color-brown);
    width: 150px;
    margin: 0 auto
}

.currency-label {
    color: #E36D1D;
    font-family: var(--font-Montserrat-Bold);
    font-size: 18px;
    background: white;
    padding: 0 5px;
}

.voucher-amount-block .control-label,
.voucher-info-block .control-label{
    margin-bottom: 25px;
}

.voucher-amount-block .min-amount{
    font-weight: normal;
}

.voucher-apply-btn .checkmark {
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 2px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
}

.voucher-apply-btn label{
    font-weight: normal;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.voucher-apply-btn input[type="checkbox"]:checked + .checkmark::before {
    content: "✔";
    color: #6cb86e;
    font-size: 16px;
    font-weight: bold;
}

.voucher-apply-btn input[type="checkbox"] {
    display: none;
}

/*-------Landing------*/
#information-landing{
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
    font-size: 14px;
}
#information-landing .p-15{
    padding-right: 15px;
    padding-left: 15px;
}
#information-landing h1,
#information-landing h2,
#information-landing h3{
    margin-bottom: 20px;
    padding: 0 30px;
}
#information-landing h1{
    font-size: 36px;
}
#information-landing h2{
    font-size: 34px;
}
#information-landing h4{
    font-family: var(--font-Montserrat-SemiBold);
    font-size: 22px;
}
#information-landing .landing-desc{
    margin-bottom: 20px;
}
#information-landing .landing-desc ul li{
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px
}
#information-landing .landing-desc ul li:before{
    content: "\e90e";
    display: inline-block;
    color: #F18DB5;
    font-size: 16px;
    font-family: 'icons-ingreen';
    position: absolute;
    left: 0;
}
#information-landing .landing-desc ul{
    list-style: none;
}

#information-landing #landing-banner-video{
    padding: 0;
}
#information-landing #landing-banner-video #image-bg{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
#information-landing #landing-banner-video img {
    width: 30%;
    height: 100%;
    object-fit: cover;
}
#information-landing .landing-video,
#information-landing .landing-related{
    margin-top: 15px;
}

#information-landing .video-landing-background{
    position: relative;
    max-width: 28%;
    height: 600px;
    margin: 0 auto;
    /*padding-top: 177.78%; !* 9:16 aspect ratio (100 / (9/16)) *!*/
    overflow: hidden;
}
#information-landing .video-landing-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#information-landing .btn {
    background-color: var(--color-brown);
    border-color: var(--color-brown);
    color: #fff;
    margin-top: 15px;
    font-size: 18px;
}
#information-landing .landing-related-products{
   margin-right: 0;
   margin-left: 0;
   margin-bottom: 10px;
}
#information-landing .product-card{
    padding-top: 0;
    margin-bottom: 10px;
}
#information-landing .row-photo{
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
#information-landing .row-photo > .col-md-6,
#information-landing .row-photo > .col-xs-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#information-landing .row-photo img.img-fluid {
    margin-top: auto;
}
#information-landing .row-photo img{
    width: 260px;
    height: 260px;
    object-fit: cover;
}
#information-landing .row-photo .img-desc{
    margin-top: 15px;
}
#information-landing .promo{
    margin-top: 20px;
}
#information-landing .promo-img{
    display: flex  ;
    justify-content: center;
    align-items: center;
}
#information-landing .promo-img img{
    max-width: 30%;
    height: auto;
}
#information-landing .promo-code{
    font-family: var(--font-Montserrat-SemiBold);
}
#information-landing .promo-desc{
    margin: 15px 0;
}
#information-landing .btn-promo{
    background-color: #EE9B01;
    border: none;
    color: #000;
    width: 40%;
    margin: 0 auto;
    padding: 14px 10px;
}


/*----------BLOG------------*/

/*html{*/
/*    scroll-behavior: smooth;*/
/*}*/
/*body{*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/
/*.row{*/
/*    margin-left: 0;*/
/*    margin-right: 0;*/
/*}*/
/*a{*/
/*    text-decoration: none;*/
/*}*/
.summernote-editor img{
    max-width: 100%;
    margin: 10px;
}
#blog_article_page{
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
.sidebar_right.inactive{
    display: none;
}
.sidebar_right.active{
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    top: 30vh;
    right: calc(10% - 50px);
}
.content_list.inactive{
    display: none;
}
.content_list h3{
    margin: 0 0 30px !important;
    text-align: center;
}
.content_list.active{
    display: block;
    width: calc(220px + (90 * ((100vw - 1688px) / (1920 - 1688))));
    position: fixed;
    top: 25vh;
    left: 20px;
    padding: 20px;
    border: 1px solid #7F7F7F;
}
.content_list.active ul{
    padding-left: 20px;
    list-style: decimal !important;
}
.content_list.active ul li{
    font-size: 14px;
    display: list-item !important;
    float: none !important;
}
.content_list.active ul li::marker{
    text-align: end !important;
}
.content_list.active ul li:not(:last-child){
    margin-bottom: 10px;
}
.content_list.active ul li a{
    text-decoration: none;
    color: #1D1D1D;
    display: inline !important;
    background: none !important;
    padding: 0 !important;
}
.content_list.active ul li.active a{
    font-weight: bold;
}
.content_list.active ul li:hover a{
    font-weight: bold;
}
.sidebar_right a:not(:last-child){
    margin-bottom: 20px;
}
.article_info{
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(220px + (90 * ((100vw - 1688px) / (1920 - 1688))));
}
/*.stars{*/
/*    cursor: default;*/
/*}*/
/*.stars .star{*/
/*    cursor: default;*/
/*}*/
/*.stars .star.filled {*/
/*    color: red;*/
/*}*/
.article_info .blog-home-author{
    margin-top: 80px;
    padding: 70px 20px 20px 20px;
    border: 1px solid #7F7F7F;
}
.article_info .blog-home-author .author-img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.article_info .blog-home-author .author-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #FFF;
    object-fit: cover;
}

/*.blog-home-author .blog-author-info .author-name, .blog-home-author .blog-author-info .author-position {*/
/*    display: block;*/
/*    text-align: center;*/
/*    margin-bottom: 15px;*/
/*}*/
.blog-home-author .blog-author-info .author-description{
    margin-bottom: 20px;
}
.blog-home-author .blog-author-info .author-links{
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-home-author .blog-author-info .author-links a{
    color: #1D1D1D;
}
.blog-home-author .blog-author-info .author-links a:not(:last-child){
    margin-right: 15px;
}
#blog_article_page .blog-home-author .author-img{
    text-align: center;
    margin-bottom: 20px;
}
#blog_article_page .blog-home-author .author-img img{
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: cover;
}
#blog_article_page .blog-home-author {
    display: flex;
    justify-content: center;
    align-items: center;
}
#blog_article_page .blog-home-author .author_info{
    margin-right: 20px;
}
#blog_article_page .blog_stats {
    margin-top: 20px;
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#blog_article_page .row .post_short_content{
    margin-bottom: 30px;
}
#blog_article_page .row .post_short_content h3{
    font-weight: bold;
    text-align: center;
    font-size: 30px;
}
#blog_article_page .row .post_short_content ul li:not(:last-child){
    margin-bottom: 14px;
}
#blog_article_page .row .post_short_content ul li:has(a.active){
    font-weight: bold;
}
#blog_article_page .row .post_short_content ul{
    padding-left: 50px;
    list-style: decimal;
}

#blog_article_page .post_content_desc ul,
#blog_article_page .post_content_desc ol{
    padding-left: 50px;
}
.post_content_desc i{
    font-family: var(--font-Montserrat-Italic);
}

/*#blog_article_page .row .post_short_content ::marker {*/
/*    font-size: 16px;*/
/*}*/
#blog_article_page .row .post_short_content ul li{
    /*font-size: 18px;*/
    padding-left: 8px;
}
#blog_article_page .row .post_short_content ul li a{
    text-decoration: none;
    color: #1D1D1D;
}
#blog_article_page .row .post_short_content ul li a:hover{
    font-weight: bold;
}
#blog_article_page .row .post_short_content ul li a.active{
    font-weight: bold;
}
#blog_article_page .row .post_add_pic{
    text-align: center;
    /*padding-top: 50px;*/
}
#blog_article_page .row .post_add_pic img{
    max-width: 100%;
    height: auto;
}
#blog_article_page .row p.under_post_add_pic{
    margin-top: 20px;
    text-decoration: underline;
    font-style: italic;
}
#blog_article_page .article_tags{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
}
#blog_article_page .article_tags .tag span:not(.tag_title){
    padding: 2px 5px;
    background-color: #E2BE62;
}

#blog_article_page .posts_block .post_content h2{
    padding-top: 60px;
    margin-bottom: 40px;
}
#blog_article_page .social-links{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #7F7F7F;
    border-bottom: 1px solid #7F7F7F;
}
#blog_article_page .social-links a:not(:last-of-type){
    margin-right: 20px;
}
#blog_article_page .rating-banner{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 20px;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#blog_article_page .rating-banner .banner-description{
    width: 60%;
    text-align: center;
}
#blog_article_page .rating-banner .star{
    font-size: 30px;
}
.blog .swiper-viewport{
    box-shadow: unset;
    border: 0;
    margin: 0;
    border-radius: 0;
}
.blog section.newsletter > .container,
.blog section.faq > .container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.blog .post_content_desc ol {
    list-style: none;
}
.blog .post_content_desc ol li {
    position: relative;
    padding-left: 36px;
}
.blog .post_content_desc ol li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b4b4b4;
    color: #6cb86e;
    font-size: 16px;
    font-weight: bold;
}

#search .input-lg {
    background-color: transparent;
    border-right: none;
    border-color: #fff;
    color: #fff;
}
#search .btn-lg {
    padding: 10px 10px;
    text-shadow: none;
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    border-left: none;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
#search .form-control:focus{
    box-shadow: none;
}
.header-black #search .input-lg {
    border-color: #000;
    color: #000;
}
.header-black #search .btn-lg {
    border-color: #000;
    color: #000;
}
#navModal #search .input-lg {
    border-color: #000;
    color: #000;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-right: 1px solid;
}
#navModal #search .btn-lg {
    border-color: #000;
    color: #000;
}
.search-wrapper {
    position: relative;
}
.search-wrapper .search-dropdown {
    top: 127px !important;
    z-index: 1001;
    display: none;
    padding: 20px;
    background: #1D1D1DCC;
    max-height: 60vh;
    overflow: hidden auto;
    min-width: 900px;
    max-width: 1200px;
    border: none;
    border-radius: unset;
    scrollbar-width: none;

}
.search-wrapper .ss-dropdown-cols {
    display: grid;
    grid-template-columns: 55% 45%;
}
.ss-dropdown-cols:has(.ss-section-left):not(:has(.ss-section-right)) {
    grid-template-columns: 1fr;
}
.ss-dropdown-cols:has(.ss-section-left):not(:has(.ss-section-right)) .ss-section-left .ss-section-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 30px;
}
.ss-dropdown-cols:not(:has(.ss-section-left)) {
    grid-template-columns: 1fr;
}
.ss-section-left{
    padding-right: 50px;
}
.ss-section-title{
    text-align: center;
    font-size: 22px;
}
.search-suggestion {
    justify-content: center;
}
.search-wrapper .ss-section-title .title {
    margin-bottom: 40px;
    font-family: var(--font-Montserrat-SemiBold);
    color: var(--search-accent-color);
}
.search-wrapper .ss-section-left .ss-section-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 0;
}
.search-suggestion.category .name{
    font-family: var(--font-main);
    font-size: 18px;
    margin-top: 10px;
    padding: 0 15px;
}
.search-wrapper .ss-section-right .ss-section-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.search-wrapper .ss-section-right .ss-section-list .ss-item a{
    padding: 20px;
}
.search-wrapper .ss-section-right .ss-section-title .title {
    margin-bottom: 20px !important;
}
.search-wrapper .ss-item a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-family: var(--font-main);
}
.search-wrapper .ss-section-right .ss-item a:hover,
.search-wrapper .ss-section-right .ss-item a:focus{
    background-color: var(--color-main);
}
.search-suggestion .price-base {
    color: #fff;
}
.search-suggestion .label{
    display: none;
}
.search-suggestion.product .name {
    font-size: 18px;
}
.search-suggestion.product .price {
    margin-top: 25px;
}
.search-wrapper .ss-dropdown-bottom {
    margin-top: 20px;
}
.search-wrapper .ss-dropdown-bottom:empty {
    display: none;
}
.search-wrapper .ss-item.more a {
    display: block;
    background: var(--color-brown);
    color: #fff;
    border: 1px solid var(--search-accent-color);
    border-radius: 5px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.search-suggestion .more {
    padding: 15px;
    font-size: 20px;
}
.ss-section-more {
    position: sticky;
    bottom: 0;
    padding-top: 12px;
}
.ss-section-more:empty {
    display: none;
}
.search-dropdown .ss-empty {
    padding: 20px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

/*-------MEDIA---------*/
@media (max-width: 575px) {
    body {
        font-size: 13px;
    }

    h1 {
        font-size: 19px;
    }

    .mobile-row{
        display: block;
    }

    .close-mob {
        display: block;
        color: var(--color-main);
        opacity: 1;
        font-size: 20px;
        font-family: var(--font-Montserrat-Bold);
        text-shadow: none;
        background: none;
        border: none;
    }

    .desc-row{
        display: none;
    }

    .mobile{
        display: flex !important;
    }

    .desktop{
        display: none !important;
    }

    .nav-mob-icons{
        display: block;
    }

    .navbar-nav {
        display: block;
        border-bottom: 1px solid rgba(127, 127, 127, 0.50);
        padding-bottom: 10px;
        margin: 20px 0;
    }

    .navbar-header{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-toggler{
        display: block;
    }

    .navbar-header .navbar-mob-logo{
        display: block;
    }

    .navbar-header .navbar-logo{
        display: none;
    }

    .nav-icons .nav-tg, .nav-icons .nav-cart {
        padding: 0;
    }

    .navbar-header .ing-shopping-bag{
        font-size: 30px;
    }

    .container-header-category {
        padding: 5px 0;
    }

    .container-header-category ul li{
        list-style: none;
    }

    .container-header-category .gap-title{
        display: none;
    }

    .container-header-category .col-md-7 > .gap-menu:nth-child(2){
        border-top: 1px solid rgba(127, 127, 127, 0.50);
        border-bottom: 1px solid rgba(127, 127, 127, 0.50);
        padding: 15px 0;
        display: flex;
        flex-wrap: wrap;
    }

    .container-header-category .col-md-7 > .gap-menu:nth-child(2) ul{
        display: flex;
        flex-wrap: wrap;
    }

    .container-header-category .col-md-7 > .gap-menu:nth-child(2) ul li{
        cursor: pointer;
        padding: 5px 15px;
        border: 1px solid var(--color-additional-grey);
        color: var(--color-brown);
        text-align: center;
        margin: 5px;
    }

    .container-header-category .col-md-7 > .gap-menu:nth-child(2) ul li:hover,
    .container-header-category .col-md-7 > .gap-menu:nth-child(2) ul li:active{
        background-color: var(--color-gold);
        border: none;
    }

    .container-header-category .col-md-7 > .gap-menu:nth-child(4){
        padding: 15px 0;
        text-align: center;
    }

    .container-header-category .col-md-7 > .gap-menu:nth-child(4) ul li {
        padding: 10px 0;
    }

    .navbar-nav > li {
        font-family: var(--font-Montserrat-SemiBold);
        font-size: 16px;
        padding: 0;
    }

    .navbar-nav>li>a {
        display: flex;
        justify-content: space-between;
    }

    .navbar-nav li i{
        display: block;
    }

    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
        background-color: transparent;
    }

    .nav>li>a:focus, .nav>li>a:hover{
        background-color: transparent;
    }

    .nav-slider-sec{
        display: none;
    }

    .about-us-list img{
        display: none;
    }

    .container-header-about {
        padding: 15px 0;
    }

    .container-header-about .col-xs-12{
        padding: 10px 0;
    }

    .container-header-about a {
        font-size: 14px;
        font-family: var(--font-Montserrat-Medium);
    }

    #form-language .btn-group{
        display: none;
    }

    #form-language .lang-mobile{
        display: block;
    }

    #form-language .lang-mobile .lang-inline-mobile{
        display: flex;
        flex-direction: row;
        list-style: none;
    }

    #form-language .lang-mobile .lang-inline-mobile button{
        background-color: transparent;
    }

    .header-white .navbar > .container-fluid,
    .header-black .navbar > .container-fluid{
        padding: 15px 0;
    }

    .banner h2 {
        font-size: 15px;
    }

    .banner-text {
        width: 220px;
    }

    .banner .col-md-6{
        padding: 0;
    }

    .banner-img-block {
        height: 344px;
        margin-bottom: 10px;
    }

    .banner-text-wrapper {
        bottom: 0px;
        padding-bottom: 10px;
    }

    .banner-text {
        padding: 10px;
    }

    #banner-video #image-mobile {
        display: flex;
        justify-content: center;
        /*align-items: center;*/
        height: 90vh;
        overflow: hidden;
    }

    h2 {
        font-size: 20px;
    }

    .swiper-category-img img {
        height: 200px;
    }

    .swiper-banner-title {
        font-size: 14px;
        margin-top: 5px;
    }

    .featured-products{
        padding-top: 0;
        padding-bottom: 0;
    }

    .products-list {
        padding: 0;
    }

    .products-list .nav-tabs > li > a {
        font-size: 19px;
    }

    .colors {
        grid-template-columns: repeat(auto-fit, minmax(10px, 0.13fr));
    }

    .color-circle{
        width: 15px;
        height: 15px;
    }

    .product-info {
        text-align: left;
        padding: 5px 0;
    }

    .product-info .caption-title{
        line-height: 14px;
    }

    .product-info .caption-title a {
        font-size: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .product-size{
        text-align: center;
    }

    .product-size-item {
        /*min-width: 105px;*/
        font-size: 18px;
        margin-right: 8px;
        margin-left: 8px;
    }

    .price {
        font-size: 15px;
    }

    .nav-tabs {
        margin-bottom: 0;
    }

    .tab-content {
        margin-top: 0;
    }

    .img-order {
        max-width: 50%;
    }

    .order-success p {
        font-size: 20px;
        width: 100%;
    }

    .modal .modal-order p {
        font-size: 20px;
        width: 100%;
    }

    .seo-text-box {
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .seo-text-box .limited-text {
        overflow: hidden;
        transition: opacity 3s ease-in-out;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }

    .seo-text-box .limited-text::after {
        content: "";
        position: absolute;
        bottom: 25px;
        left: 0;
        width: 100%;
        height: 50px;
        background: linear-gradient(transparent, white);
    }

    .expand-checkbox:checked ~ .limited-text {
        display: block;
    }

    .expand-checkbox:checked ~ .limited-text::after {
        display: none;
    }

    .center-dot {
        display: inline-block;
        margin-top: 5px;
        width: 20px;
        height: 20px;
        background-color: var(--color-main);
        border-radius: 50%;
        cursor: pointer;
        transition: background-color 0.3s ease-in-out;
        position: relative;
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

    .center-dot::before {
        content: "+";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .expand-checkbox:checked ~ .center-dot {
        display: none;
    }

    .newsletter-container{
        padding: 30px 20px;
    }

    .newsletter > div > p {
        font-size: 22px;
        margin-bottom: 20px;
        padding: 0;
        line-height: 34px;
    }

    .newsletter .row {
        display: block;
    }

    .newsletter-col-border{
        border: none;
    }

    .newsletter-col-1, .newsletter-col-2 {
        margin: 30px 0 0 0;
    }

    .newsletter-icon {
        margin-bottom: 0;
        width: 60px;
        height: 60px;
    }

    .newsletter-icon .ing {
        font-size: 2em;
    }

    .newsletter-tg-link{
        display: none;
    }

    .panel-heading {
        padding: 10px 0px;
    }

    .footer-payment-social-wrapper {
        flex-direction: column;
        margin-bottom: 15px;
    }

    .footer-payments img {
        width: 40px;
    }

    .footer-social a {
        font-size: 16px;
    }

    .small-text {
        font-size: 11px;
    }

    .modal .modal-dialog {
        width: 80%;
        right: auto;
        left: 0;
    }

    .modal .modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(127, 127, 127, 0.50);
        padding-bottom: 15px;
    }

    .modal .modal-content {
        padding: 15px 10px;
    }

    .modal .modal-body {
        padding: 15px;
    }

    .modal .close {
        display: none;
    }

    #navModal .modal-header-btn,
    .modal-header-btn{
        justify-content: flex-start;
        display: flex;
        width: 55%;
    }

    #navModal .modal-header-img,
    .modal-header-title{
        text-align: right;
        justify-content: flex-end;
        display: flex;
        width: 100%;
        font-family: var(--font-Montserrat-SemiBold);
    }

    .modal-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-top: none;
    }

    .modal-footer .social-icon{
        background-color: var(--color-brown);
        width: 42px;
        height: 42px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .modal-footer .social-icon i{
        color: #fff;
    }

    .breadcrumb {
        padding: 0;
        font-size: 14px;
    }

    #popular-carusel .container-fluid{
        padding-left: 0;
        padding-right: 0;
    }

    #popular-carusel .carusel{
        margin-bottom: 0px;

    }

    #product-category h1 {
        margin: 0 0 30px 0;
    }

    #product-category .product-tag, .featured-products .product-tag,
    #information-landing  .product-tag, .blog .product-tag{
        bottom: 20px;
    }

    #product-category .product-tag a,
    .featured-products .product-tag a,
    #information-landing  .product-tag a,
    .blog .product-tag a{
        padding: 0px 10px;
        margin-right: 0px;
        font-size: 10px;
    }

    #product-category #popular-carusel-section {
        padding-top: 5px;
    }

    #product-category .seo-description {
        margin-top: 20px;
    }

    .label {
        padding: 0px 6px;
        font-size: 12px;
    }

    #product-category #filters{
        /*position: relative;*/
        z-index: 1041;
        height: auto;
        padding: 10px 10px;
        border-top: 1px solid var(--color-additional-grey);
        border-bottom: 1px solid var(--color-additional-grey);
    }

    .filter-apply-container{
        display: none;
    }

    #product-category #filters .filter-nav {
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    #filters .filter-mob-apply-container .filter-group {
        gap: 15px 0px;
    }

    #filterModal .dropdown{
        list-style: none;
    }

    #filterModal .modal-body {
        padding: 15px 0;
    }

    #filterModal .list-group-item {
        position: relative;
        display: block;
        padding: 10px 15px;
        margin-bottom: 0;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #ddd;
    }

    #filterModal .dropdown-menu {
        position: relative;
        min-width: 100%;
        height: auto;
        padding: 10px 20px;
        margin: -2px 0 10px 0;
        border: none;
        border-bottom: 1px solid #ddd;
        border-radius: 0px;
        box-shadow: none;
    }

    #product-category .filter-nav .dropdown-menu {
        top: auto;
        bottom: 89%;
        right: 0;
        left: auto;
    }

    .modal-backdrop.in {
        opacity: 0;
    }

    .modal-backdrop {
        z-index: 1039
    }

    #product-product {
        padding-top: 0;
    }

    #product-product .thumbnails {
        padding: 0;
        overflow: hidden;
    }

    #product-product .slick-dots {
        bottom: 30px;
    }

    #product-product .slick-dots li button:before {
        font-size: 10px;
    }

    #product-product  .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #ffffff;
    }

    #product-product .col {
        padding: 0;
    }

    #product-product .breadcrumb-row{
        display: none;
    }

    #product-product .form-group-wrapper {
        flex-wrap: wrap;
        gap: 0;
    }

    #product-product .btn-individual-size,
    #product-product .btn-voucher {
        font-size: 14px;
        height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
    }

    #product-product .product-price-wrapper{
        margin-bottom: 10px;
    }

    #product-product .product-price-wrapper .price {
        font-size: 18px;
    }

    #product-product .product-price-wrapper .sale-notification {
        display: flex;
        width: 35%;
    }

    #product-product .product-article-mob{
        /*justify-content: flex-end;*/
        display: block;
        /*width: 100%;*/
    }

    #product-product .video-product-background iframe {
        position: inherit;
        width: 100vw;
        left: 8%;
        transform: translate(-50%, 0%);
        z-index: 1;
    }

    #product-product form{
        margin: 0;
    }

    #product-product #fixedCol .price-new{
        display: flex;
        margin-bottom: 15px;
    }

    .product-card {
        margin-bottom: 15px;
    }

    .product-card .video-product-background iframe{
        height: 100vh;
    }

    #product-product .product-tag-wrapper {
        margin: 20px 0 0 0;
    }

    /*#product-product .product-tag-wrapper {*/
    /*    top: -120px;*/
    /*    left: 0;*/
    /*    position: absolute;*/
    /*    display: flex;*/
    /*    margin: 0;*/
    /*    width: 100%;*/
    /*    justify-content: center;*/
    /*}*/

    .video-product-background {
        z-index: -1;
    }

    .tg-sale a {
        font-size: 12px;
    }

    .product-modal h3 {
        font-size: 14px;
        margin-bottom: 25px;
    }

    #product-product .form-control {
        width: 100%;
        height: 45px;
        font-size: 13px;
    }

    #product-product #individualSizeModal form .btn,
    #product-product #oneclickModal form .btn {
        width: 100%;
    }

    #product-product .form-group-btn{
        margin-bottom: 15px;
    }

    .btn-default {
        font-size: 14px;
    }

    #discountnotifyModal .modal-content {
        height: 100%;
        width: 100%;
        background: white;
    }

    #discountnotifyModal h3 {
        font-size: 14px;
        color: var(--color-main);
    }

    #cartModal .modal-dialog {
        width: 100%;
    }

    .cart-option {
        font-size: 12px;
    }

    #button-ukrcredits{
        margin-bottom: 15px;
    }

    #cartModal .modal-header {
        padding: 15px 25px;
    }

    #cartModal .li-body {
        padding: 20px 10px 70px 10px;
    }

    #cartModal .table>tbody>tr>td, #checkout-cart .table>tbody>tr>td {
        padding: 0 5px;
    }

    #cartModal .modal-body h3{
        display: none;
    }

    #cartModal .price,
    .checkout-cart-content .price{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    #cartModal .li-footer {
        display: flex;
        padding: 20px 15px 0 15px;
        flex-wrap: wrap;
    }

    #cartModal .li-footer a {
        width: 100%;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .breadcrumb-row {
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .checkout-cart-content {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .checkout-cart-content .input-group .form-control[name^=quantity] {
        min-width: 25px;
    }

    .checkbox .checkmark:not(:last-child) {
        margin-left: -15px;
    }

    .cont-ship-wrap{
        display: none;
    }

    .table-responsive {
        margin-bottom: 0;
        margin-top: 15px;
        border: none;
    }

    #banner-video img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .employees h3 {
        font-size: 16px;
        margin: 10px 0 3px 0;
    }

    .employees .col-md-4 {
        margin-bottom: 15px;
        padding: 5px;
    }

    .employee-pos {
        font-size: 13px;
    }

    .photo-gallery, .benefits{
        flex-wrap: wrap;
    }

    .block-right,
    .block-text{
        margin-top: 25px;
    }

    .table-bordered{
        border: none;
    }

    .scroll-arrow {
        font-size: 15px;
    }

    .scroll-arrow.left {
        display: none;
    }

    .scroll-arrow.right {
        right: -25px;
    }

    #simplecheckout_shipping .simplecheckout-delivery-block,
    #simplecheckout_payment .simplecheckout-delivery-block{
        margin-bottom: 15px;
    }

    #checkout-cart .simplecheckout-right-column{
        margin-top: 5px;
    }

    .simplecheckout-button-left{
        display: block !important;
    }

    #information-contact h1 {
        margin-bottom: 0;
    }

    #information-contact .col-md-4 {
        padding: 30px 35px;
    }

    #information-contact .mobile .col-md-4 {
        padding: 0 35px 30px 35px;
    }

    #information-contact .col-md-4:not(:last-child)::after {
        content: none;
    }

    #information-contact .contact-section {
        background-color: #F1F1F1;
    }

    #information-contact .newsletter-col-2 {
        margin: 0;
    }

    .fancybox-show-thumbs .fancybox-thumbs{
        display: none !important;
    }

    .fancybox-show-thumbs .fancybox-inner{
        left: 0 !important;
    }

    .fancybox-caption{
        display: none;
    }

    #top-categories{
        display: none;
    }

    .error-not-found h1{
        font-size: 70px;
    }

    .error-not-found p{
        font-size: 18px;
        line-height: normal;
    }

    .error-not-found .navbar-logo .img-fluid{
        max-width: 50%;
    }

    .tmb-wrap{
        display: none;
    }

    .labels{
        display: none;
    }

    #pagination-block{
        margin-top: 10px;
    }

    .additional-title {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .faq .faq-center{
        font-size: 20px;
    }

    .faq .faq-left{
        font-size: 19px;
    }

    #simplecheckout_shipping_address ul.dropdown-address li {
        font-size: 12px;
    }

    #blog_article_page .row .post_short_content ul {
        padding: 30px 40px 10px 40px;
    }

    #blog_article_page .post_content_desc ul,
    #blog_article_page .post_content_desc ol{
        padding-left: 25px;
    }
    /*#blog_article_page .row .post_short_content ul li{*/
    /*    font-size: 13px;*/
    /*}*/
    #blog_article_page .row .post_short_content ::marker {
        font-size: 13px;
    }
    .blog .swiper-button-prev,
    .blog .swiper-button-next{
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    h1 {
        font-size: 26px;
    }

    .mobile-row{
        display: block;
    }

    .close-mob {
        display: block;
        color: var(--color-main);
        opacity: 1;
        font-size: 20px;
        font-family: var(--font-Montserrat-Bold);
        text-shadow: none;
        background: none;
        border: none;
    }

    .desc-row{
        display: none;
    }

    .mobile{
        display: flex !important;
    }

    .desktop{
        display: none !important;
    }

    .nav-mob-icons{
        display: block;
    }

    .navbar-nav {
        display: block;
        border-bottom: 1px solid rgba(127, 127, 127, 0.50);
        padding-bottom: 10px;
        margin: 20px 0;
    }

    .navbar-header{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-toggler{
        display: block;
    }

    .navbar-header .navbar-mob-logo{
        display: block;
    }

    .navbar-header .navbar-logo{
        display: none;
    }

    .nav-icons .nav-tg, .nav-icons .nav-cart {
        padding: 0;
    }

    .navbar-header .ing-shopping-bag{
        font-size: 30px;
    }

    .container-header-category {
        padding: 5px 0;
    }

    .container-header-category ul li{
        list-style: none;
    }

    .container-header-category .gap-title{
        display: none;
    }

    .container-header-category .col-md-7 > .gap-menu:nth-child(2){
        border-top: 1px solid rgba(127, 127, 127, 0.50);
        border-bottom: 1px solid rgba(127, 127, 127, 0.50);
        padding: 15px 0;
        display: flex;
        flex-wrap: wrap;
    }

    .container-header-category .col-md-7 > .gap-menu:nth-child(2) ul{
        display: flex;
        flex-wrap: wrap;
    }

    .container-header-category .col-md-7 > .gap-menu:nth-child(2) ul li{
        cursor: pointer;
        padding: 5px 15px;
        border: 1px solid var(--color-additional-grey);
        color: var(--color-brown);
        text-align: center;
        margin: 5px;
    }

    .container-header-category .col-md-7 > .gap-menu:nth-child(2) ul li:hover,
    .container-header-category .col-md-7 > .gap-menu:nth-child(2) ul li:active{
        background-color: var(--color-gold);
        border: none;
    }

    .container-header-category .col-md-7 > .gap-menu:nth-child(4){
        padding: 15px 0;
        text-align: center;
    }

    .container-header-category .col-md-7 > .gap-menu:nth-child(4) ul li {
        padding: 10px 0;
    }

    .navbar-nav > li {
        font-family: var(--font-Montserrat-SemiBold);
        font-size: 16px;
        padding: 0;
    }

    .navbar-nav>li>a {
        display: flex;
        justify-content: space-between;
    }

    .navbar-nav li i{
        display: block;
    }

    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
        background-color: transparent;
    }

    .nav>li>a:focus, .nav>li>a:hover{
        background-color: transparent;
    }

    .nav-slider-sec{
        display: none;
    }

    .about-us-list img{
        display: none;
    }

    .container-header-about {
        padding: 15px 0;
    }

    .container-header-about .col-xs-12{
        padding: 10px 0;
    }

    .container-header-about a {
        font-size: 14px;
        font-family: var(--font-Montserrat-Medium);
    }

    #form-language .btn-group{
        display: none;
    }

    #form-language .lang-mobile{
        display: block;
    }

    #form-language .lang-mobile .lang-inline-mobile{
        display: flex;
        flex-direction: row;
        list-style: none;
    }

    #form-language .lang-mobile .lang-inline-mobile button{
        background-color: transparent;
    }

    .header-white .navbar > .container-fluid{
        padding: 15px 0;
    }

    .header-black .navbar {
        padding: 15px 0;
    }

    .banner h2 {
        font-size: 22px;
    }

    .banner-text {
        width: 280px;
    }

    .banner .col-md-6{
        padding: 5px;
    }

    .banner-img-block {
        height: 544px;
        margin-bottom: 10px;
    }

    .banner-text-wrapper {
        bottom: 0px;
        padding-bottom: 10px;
    }

    .banner-text {
        padding: 10px;
    }

    #banner-video #image-mobile {
        display: flex;
        justify-content: center;
        /*align-items: center;*/
        height: 90vh;
        overflow: hidden;
    }

    h2 {
        font-size: 26px;
    }

    .swiper-category-img img {
        height: 280px;
    }

    .swiper-banner-title {
        font-size: 14px;
        margin-top: 5px;
    }

    .featured-products{
        padding-top: 0;
        padding-bottom: 0;
    }

    .products-list {
        padding: 0;
    }

    .products-list .nav-tabs > li > a {
        font-size: 26px;
    }

    .colors {
        grid-template-columns: repeat(auto-fit, minmax(10px, 0.13fr));
    }

    .color-circle{
        width: 20px;
        height: 20px;
    }

    .product-info {
        text-align: left;
        padding: 5px 0;
    }

    .product-info .caption-title{
        line-height: 14px;
    }

    .product-info .caption-title a {
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .product-size{
        text-align: center;
    }

    .product-size-item {
        /*min-width: 105px;*/
        font-size: 18px;
        margin-right: 5px;
        margin-left: 5px;
    }

    .price {
        font-size: 18px;
        margin: 15px 0;
    }

    .nav-tabs {
        margin-bottom: 0;
    }

    .tab-content {
        margin-top: 0;
    }

    .img-order {
        max-width: 50%;
    }

    .order-success p {
        font-size: 20px;
        width: 100%;
    }

    .modal .modal-order p {
        font-size: 20px;
        width: 100%;
    }

    .seo-text-box {
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .seo-text-box .limited-text {
        overflow: hidden;
        transition: opacity 3s ease-in-out;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }

    .seo-text-box .limited-text::after {
        content: "";
        position: absolute;
        bottom: 25px;
        left: 0;
        width: 100%;
        height: 50px;
        background: linear-gradient(transparent, white);
    }

    .expand-checkbox:checked ~ .limited-text {
        display: block;
    }

    .expand-checkbox:checked ~ .limited-text::after {
        display: none;
    }

    .center-dot {
        display: inline-block;
        margin-top: 5px;
        width: 20px;
        height: 20px;
        background-color: var(--color-main);
        border-radius: 50%;
        cursor: pointer;
        transition: background-color 0.3s ease-in-out;
        position: relative;
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

    .center-dot::before {
        content: "+";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .expand-checkbox:checked ~ .center-dot {
        display: none;
    }

    .newsletter-container{
        padding: 30px 20px;
    }

    .newsletter > div > p {
        font-size: 22px;
        margin-bottom: 20px;
        padding: 0;
        line-height: 34px;
    }

    .newsletter .row {
        display: block;
    }

    .newsletter-col-border{
        border: none;
    }

    .newsletter-col-1, .newsletter-col-2 {
        margin: 30px 0 0 0;
    }

    .newsletter-icon {
        margin-bottom: 0;
        width: 60px;
        height: 60px;
    }

    .newsletter-icon .ing {
        font-size: 2em;
    }

    .newsletter-tg-link{
        display: none;
    }

    .panel-heading {
        padding: 10px 0px;
    }

    .footer-payment-social-wrapper {
        flex-direction: column;
        margin-bottom: 15px;
    }

    .footer-payments img {
        width: 40px;
    }

    .footer-social a {
        font-size: 16px;
    }

    .small-text {
        font-size: 11px;
    }

    .modal .modal-dialog {
        width: 80%;
        right: auto;
        left: 0;
    }

    .modal .modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(127, 127, 127, 0.50);
        padding-bottom: 15px;
    }

    .modal .modal-content {
        padding: 15px 10px;
    }

    .modal .modal-body {
        padding: 15px;
    }

    .modal .close {
        display: none;
    }

    #navModal .modal-header-btn,
    .modal-header-btn{
        justify-content: flex-start;
        display: flex;
        width: 55%;
    }

    #navModal .modal-header-img,
    .modal-header-title{
        justify-content: flex-end;
        display: flex;
        width: 100%;
        font-family: var(--font-Montserrat-SemiBold);
    }

    .modal-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-top: none;
    }

    .modal-footer .social-icon{
        background-color: var(--color-brown);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .modal-footer .social-icon i{
        color: #fff;
    }

    .breadcrumb {
        padding: 0;
        font-size: 14px;
    }

    #popular-carusel .container-fluid{
        padding-left: 0;
        padding-right: 0;
    }

    #popular-carusel .carusel{
        margin-bottom: 0px;

    }

    #product-category h1 {
        margin: 0 0 30px 0;
    }

    #product-category .product-tag, .featured-products .product-tag,
    #information-landing  .product-tag, .blog .product-tag {
        bottom: 20px;
    }

    #product-category .product-tag a,
    .featured-products .product-tag a,
    #information-landing  .product-tag a,
    .blog .product-tag a{
        padding: 5px 15px;
        margin-right: 0px;
        font-size: 12px;
    }

    #product-category #popular-carusel-section {
        padding-top: 5px;
    }

    #product-category .seo-description {
        margin-top: 20px;
    }

    .label {
        padding: 0px 6px;
        font-size: 12px;
    }

    #product-category #filters{
        /*position: relative;*/
        z-index: 1041;
        height: auto;
        padding: 10px 10px;
        border-top: 1px solid var(--color-additional-grey);
        border-bottom: 1px solid var(--color-additional-grey);
    }

    .filter-apply-container{
        display: none;
    }

    #product-category #filters .filter-nav {
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    #filters .filter-mob-apply-container .filter-group {
        gap: 15px 0px;
    }

    #filterModal .dropdown{
        list-style: none;
    }

    #filterModal .modal-body {
        padding: 15px 0;
    }

    #filterModal .list-group-item {
        position: relative;
        display: block;
        padding: 10px 15px;
        margin-bottom: 0;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #ddd;
    }

    #filterModal .dropdown-menu {
        position: relative;
        min-width: 100%;
        height: auto;
        padding: 10px 20px;
        margin: -2px 0 10px 0;
        border: none;
        border-bottom: 1px solid #ddd;
        border-radius: 0px;
        box-shadow: none;
    }

    #product-category .filter-nav .dropdown-menu {
        top: auto;
        bottom: 89%;
        right: 0;
        left: auto;
    }

    .modal-backdrop.in {
        opacity: 0;
    }

    .modal-backdrop {
        z-index: 1039
    }

    #product-product {
        padding-top: 0;
    }

    #product-product .thumbnails {
        padding: 0;
        overflow: hidden;
    }

    #product-product .slick-dots {
        bottom: 30px;
    }

    #product-product .slick-dots li button:before {
        font-size: 10px;
    }

    #product-product  .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #ffffff;
    }

    #product-product .col {
        padding: 0;
    }

    #product-product .breadcrumb-row{
        display: none;
    }

    #product-product .form-group-wrapper {
        flex-wrap: wrap;
        gap: 0;
    }

    #product-product .btn-individual-size,
    #product-product .btn-voucher {
        font-size: 14px;
        height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
    }

    #product-product .product-price-wrapper{
        margin-bottom: 10px;
    }

    #product-product .product-price-wrapper .price {
        font-size: 18px;
    }

    #product-product .product-price-wrapper .sale-notification {
        display: flex;
        width: 35%;
    }

    #product-product .product-article-mob{
        /*justify-content: flex-end;*/
        display: block;
        /*width: 100%;*/
    }

    #product-product .video-product-background iframe {
        position: inherit;
        width: 100vw;
        left: 8%;
        transform: translate(-50%, 0%);
        z-index: 1;
    }

    #product-product form{
        margin: 0;
    }

    #product-product #fixedCol .price-new{
        display: flex;
        margin-bottom: 15px;
    }

    .product-card {
        margin-bottom: 15px;
    }

    .product-card .video-product-background iframe{
        height: 100vh;
    }

    #product-product .product-tag-wrapper {
        margin: 20px 0 0 0;
    }

    /*#product-product .product-tag-wrapper {*/
    /*    top: -120px;*/
    /*    left: 0;*/
    /*    position: absolute;*/
    /*    display: flex;*/
    /*    margin: 0;*/
    /*    width: 100%;*/
    /*    justify-content: center;*/
    /*}*/

    .video-product-background {
        z-index: -1;
    }

    .tg-sale a {
        font-size: 12px;
    }

    .product-modal h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    #product-product .form-control {
        width: 100%;
        height: 45px;
        font-size: 16px;
    }

    #product-product #individualSizeModal form .btn,
    #product-product #oneclickModal form .btn {
        width: 100%;
    }

    #product-product .form-group-btn{
        margin-bottom: 15px;
    }

    .btn-default {
        font-size: 14px;
    }

    #discountnotifyModal .modal-content {
        height: 100%;
        width: 100%;
        background: white;
    }

    #discountnotifyModal h3 {
        font-size: 14px;
        color: var(--color-main);
    }

    #cartModal .modal-dialog {
        width: 100%;
    }

    .cart-option {
        font-size: 12px;
    }

    #button-ukrcredits{
        margin-bottom: 15px;
    }

    #cartModal .modal-header {
        padding: 15px 25px;
    }

    #cartModal .li-body {
        padding: 20px 10px 70px 10px;
    }

    #cartModal .table>tbody>tr>td, #checkout-cart .table>tbody>tr>td {
        padding: 0 5px;
    }

    #cartModal .modal-body h3{
        display: none;
    }

    #cartModal .price,
    .checkout-cart-content .price{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    #cartModal .li-footer {
        display: flex;
        padding: 20px 15px 0 15px;
        flex-wrap: wrap;
    }

    #cartModal .li-footer a {
        width: 100%;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .breadcrumb-row {
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .checkout-cart-content {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .checkout-cart-content .input-group .form-control[name^=quantity] {
        min-width: 25px;
    }

    .checkbox .checkmark:not(:last-child) {
        margin-left: -15px;
    }

    .cont-ship-wrap{
        display: none;
    }

    .table-responsive {
        margin-bottom: 0;
        margin-top: 15px;
        border: none;
    }

    #banner-video img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .employees h3 {
        font-size: 16px;
        margin: 10px 0 3px 0;
    }

    .employees .col-md-4 {
        margin-bottom: 15px;
        padding: 5px;
    }

    .employee-pos {
        font-size: 13px;
    }

    .photo-gallery, .benefits{
        flex-wrap: wrap;
    }

    .block-right,
    .block-text{
        margin-top: 25px;
    }

    .table-bordered{
        border: none;
    }

    .scroll-arrow {
        font-size: 15px;
    }

    .scroll-arrow.left {
        display: none;
    }

    .scroll-arrow.right {
        right: -25px;
    }

    #simplecheckout_shipping .simplecheckout-delivery-block,
    #simplecheckout_payment .simplecheckout-delivery-block{
        margin-bottom: 15px;
    }

    #checkout-cart .simplecheckout-right-column{
        margin-top: 5px;
    }

    .simplecheckout-button-left{
        display: block !important;
    }

    #information-contact h1 {
        margin-bottom: 0;
    }

    #information-contact .col-md-4 {
        padding: 30px 35px;
    }

    #information-contact .mobile .col-md-4 {
        padding: 0 35px 30px 35px;
    }

    #information-contact .col-md-4:not(:last-child)::after {
        content: none;
    }

    #information-contact .contact-section {
        background-color: #F1F1F1;
    }

    #information-contact .newsletter-col-2 {
        margin: 0;
    }

    .fancybox-show-thumbs .fancybox-thumbs{
        display: none !important;
    }

    .fancybox-show-thumbs .fancybox-inner{
        left: 0 !important;
    }

    .fancybox-caption{
        display: none;
    }

    #top-categories{
        display: none;
    }

    .error-not-found h1{
        font-size: 70px;
    }

    .error-not-found p{
        font-size: 18px;
        line-height: normal;
    }

    .error-not-found .navbar-logo .img-fluid{
        max-width: 50%;
    }

    .tmb-wrap{
        display: none;
    }

    .labels{
        display: none;
    }

    #pagination-block{
        margin-top: 10px;
    }

    .additional-title {
        margin-bottom: 20px;
        font-size: 26px;
    }

    .faq .faq-center{
        font-size: 26px;
    }

    #simplecheckout_shipping_address ul.dropdown-address li {
        font-size: 20px;
    }
}
@media (min-width: 768px)and (max-width: 991px) {
    h1 {
        font-size: 28px;
    }

    .mobile-row{
        display: block;
    }

    .close-mob {
        display: block;
        color: var(--color-main);
        opacity: 1;
        font-size: 20px;
        font-family: var(--font-Montserrat-Bold);
        text-shadow: none;
        background: none;
        border: none;
    }

    .desc-row{
        display: none;
    }

    .mobile{
        display: flex !important;
    }

    .desktop{
        display: none !important;
    }

    .nav-mob-icons{
        display: block;
    }

    .navbar-nav {
        display: block;
        border-bottom: 1px solid rgba(127, 127, 127, 0.50);
        padding-bottom: 10px;
        margin: 20px 0;
    }

    .navbar-header{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-toggler{
        display: block;
    }

    .navbar-header .navbar-mob-logo{
        display: block;
    }

    .navbar-header .navbar-logo{
        display: none;
    }

    .nav-icons .nav-tg, .nav-icons .nav-cart {
        padding: 0;
    }

    .navbar-header .ing-shopping-bag{
        font-size: 30px;
    }

    .container-header-category {
        padding: 5px 0;
    }

    .container-header-category ul li{
        list-style: none;
    }

    .container-header-category .gap-title{
        display: none;
    }

    .container-header-category .col-md-7 > .gap-menu:nth-child(2){
        border-top: 1px solid rgba(127, 127, 127, 0.50);
        border-bottom: 1px solid rgba(127, 127, 127, 0.50);
        padding: 15px 0;
        display: flex;
        flex-wrap: wrap;
    }

    .container-header-category .col-md-7 > .gap-menu:nth-child(2) ul{
        display: flex;
        flex-wrap: wrap;
    }

    .container-header-category .col-md-7 > .gap-menu:nth-child(2) ul li{
        cursor: pointer;
        padding: 5px 15px;
        border: 1px solid var(--color-additional-grey);
        color: var(--color-brown);
        text-align: center;
        margin: 5px;
    }

    .container-header-category .col-md-7 > .gap-menu:nth-child(2) ul li:hover,
    .container-header-category .col-md-7 > .gap-menu:nth-child(2) ul li:active{
        background-color: var(--color-gold);
        border: none;
    }

    .container-header-category .col-md-7 > .gap-menu:nth-child(4){
        padding: 15px 0;
        text-align: center;
    }

    .container-header-category .col-md-7 > .gap-menu:nth-child(4) ul li {
        padding: 10px 0;
    }

    .navbar-nav > li {
        font-family: var(--font-Montserrat-SemiBold);
        font-size: 16px;
        padding: 0;
    }

    .navbar-nav>li>a {
        display: flex;
        justify-content: space-between;
    }

    .navbar-nav li i{
        display: block;
    }

    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
        background-color: transparent;
    }

    .nav>li>a:focus, .nav>li>a:hover{
        background-color: transparent;
    }

    .nav-slider-sec{
        display: none;
    }

    .about-us-list img{
        display: none;
    }

    .container-header-about {
        padding: 15px 0;
    }

    .container-header-about .col-xs-12{
        padding: 10px 0;
    }

    .container-header-about a {
        font-size: 14px;
        font-family: var(--font-Montserrat-Medium);
    }

    #form-language .btn-group{
        display: none;
    }

    #form-language .lang-mobile{
        display: block;
    }

    #form-language .lang-mobile .lang-inline-mobile{
        display: flex;
        flex-direction: row;
        list-style: none;
    }

    #form-language .lang-mobile .lang-inline-mobile button{
        background-color: transparent;
    }

    .header-white .navbar > .container-fluid{
        padding: 15px 0;
    }

    .header-black .navbar {
        padding: 15px 0;
        margin-bottom: 12px;
    }

    .banner h2 {
        font-size: 22px;
    }

    .banner-text {
        width: 280px;
    }

    .banner-img-block {
        height: 445px;
        margin-bottom: 10px;
    }

    .banner-text-wrapper {
        bottom: 0px;
        padding-bottom: 10px;
    }

    .banner-text {
        padding: 10px;
    }

    #banner-video #image-mobile {
        display: flex;
        justify-content: center;
        /*align-items: center;*/
        height: 90vh;
        overflow: hidden;
    }

    h2 {
        font-size: 28px;
    }

    .swiper-category-img img {
        height: 190px;
    }

    .swiper-banner-title {
        font-size: 14px;
        margin-top: 5px;
    }

    .featured-products{
        padding-top: 0;
        padding-bottom: 0;
    }

    .products-list {
        padding: 0;
    }

    .products-list .nav-tabs > li > a {
        font-size: 28px;
    }

    .product-info {
        text-align: left;
        padding: 5px 0;
    }

    .product-info .caption-title{
        line-height: 18px;
    }

    .product-info .caption-title a {
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .product-size{
        text-align: center;
    }

    .product-size-item {
        /*min-width: 105px;*/
        font-size: 18px;
        margin-right: 5px;
        margin-left: 5px;
    }

    .price {
        font-size: 20px;
        margin: 15px 0;
    }

    .nav-tabs {
        margin-bottom: 0;
    }

    .tab-content {
        margin-top: 0;
    }

    .img-order {
        max-width: 50%;
    }

    .order-success p {
        font-size: 20px;
        width: 100%;
    }

    .modal .modal-order p {
        font-size: 20px;
        width: 100%;
    }

    .seo-text-box {
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .seo-text-box .limited-text {
        overflow: hidden;
        transition: opacity 3s ease-in-out;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }

    .seo-text-box .limited-text::after {
        content: "";
        position: absolute;
        bottom: 25px;
        left: 0;
        width: 100%;
        height: 50px;
        background: linear-gradient(transparent, white);
    }

    .expand-checkbox:checked ~ .limited-text {
        display: block;
    }

    .expand-checkbox:checked ~ .limited-text::after {
        display: none;
    }

    .center-dot {
        display: inline-block;
        margin-top: 5px;
        width: 20px;
        height: 20px;
        background-color: var(--color-main);
        border-radius: 50%;
        cursor: pointer;
        transition: background-color 0.3s ease-in-out;
        position: relative;
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

    .center-dot::before {
        content: "+";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .expand-checkbox:checked ~ .center-dot {
        display: none;
    }

    .newsletter-container{
        padding: 30px 20px;
    }

    .newsletter > div > p {
        font-size: 26px;
        margin-bottom: 20px;
        padding: 0 20px;
        line-height: 34px;
    }

    .newsletter .row {
        display: block;
    }

    .newsletter-col-border{
        border: none;
        padding: 0 150px;
    }

    .newsletter-col-1, .newsletter-col-2 {
        margin: 30px 0 0 0;
    }

    .newsletter-icon {
        margin-bottom: 0;
        width: 60px;
        height: 60px;
    }

    .newsletter-icon .ing {
        font-size: 2em;
    }

    .newsletter-tg-link{
        display: none;
    }

    .panel-heading {
        padding: 10px 0px;
    }

    .footer-payment-social-wrapper {
        flex-direction: column;
        margin-bottom: 15px;
    }

    .footer-payments img {
        width: 40px;
    }

    .footer-social a {
        font-size: 16px;
    }

    .small-text {
        font-size: 11px;
    }

    .modal .modal-dialog {
        width: 80%;
        right: auto;
        left: 0;
    }

    .modal .modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(127, 127, 127, 0.50);
        padding-bottom: 15px;
    }

    .modal .modal-content {
        padding: 15px 10px;
    }

    .modal .modal-body {
        padding: 15px;
    }

    .modal .close {
        display: none;
    }

    #navModal .modal-header-btn,
    .modal-header-btn{
        justify-content: flex-start;
        display: flex;
        width: 55%;
    }

    #navModal .modal-header-img,
    .modal-header-title{
        justify-content: flex-end;
        display: flex;
        width: 100%;
        font-family: var(--font-Montserrat-SemiBold);
    }

    .modal-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-top: none;
    }

    .modal-footer .social-icon{
        background-color: var(--color-brown);
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .modal-footer .social-icon i{
        color: #fff;
        font-size: 2em;
    }

    .breadcrumb {
        padding: 0;
        font-size: 14px;
    }

    #popular-carusel .container-fluid{
        padding-left: 0;
        padding-right: 0;
    }

    #popular-carusel .carusel{
        margin-bottom: 0px;

    }

    #product-category h1 {
        margin: 0 0 30px 0;
    }

    #product-category .product-tag, .featured-products .product-tag,
    #information-landing  .product-tag, .blog .product-tag{
        bottom: 20px;
    }

    #product-category .product-tag a,
    .featured-products .product-tag a,
    #information-landing  .product-tag a,
    .blog .product-tag a{
        padding: 0px 10px;
        margin-right: 0px;
        font-size: 12px;
    }

    #product-category #popular-carusel-section {
        padding-top: 5px;
    }

    #product-category .seo-description {
        margin-top: 20px;
    }

    .label {
        padding: 0px 6px;
        font-size: 12px;
    }

    #product-category #filters{
        /*position: relative;*/
        z-index: 1041;
        height: auto;
        padding: 10px 10px;
        border-top: 1px solid var(--color-additional-grey);
        border-bottom: 1px solid var(--color-additional-grey);
    }

    .filter-apply-container{
        display: none;
    }

    #product-category #filters .filter-nav {
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    #filters .filter-mob-apply-container .filter-group {
        gap: 15px 0px;
    }

    #filterModal .dropdown{
        list-style: none;
    }

    #filterModal .modal-body {
        padding: 15px 0;
    }

    #filterModal .list-group-item {
        position: relative;
        display: block;
        padding: 10px 15px;
        margin-bottom: 0;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #ddd;
    }

    #filterModal .dropdown-menu {
        position: relative;
        min-width: 100%;
        height: auto;
        padding: 10px 20px;
        margin: -2px 0 10px 0;
        border: none;
        border-bottom: 1px solid #ddd;
        border-radius: 0px;
        box-shadow: none;
    }

    #product-category .filter-nav .dropdown-menu {
        top: auto;
        bottom: 89%;
        right: 0;
        left: auto;
    }

    .modal-backdrop.in {
        opacity: 0;
    }

    .modal-backdrop {
        z-index: 1039
    }

    #product-product {
        padding-top: 0;
    }

    #product-product .thumbnails {
        padding: 0;
        overflow: hidden;
    }

    #product-product .slick-dots {
        bottom: 30px;
    }

    #product-product .slick-dots li button:before {
        font-size: 10px;
    }

    #product-product  .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #ffffff;
    }

    #product-product .breadcrumb-row{
        display: none;
    }

    #product-product .form-group-wrapper {
        flex-wrap: wrap;
        gap: 0;
    }

    #product-product .btn-individual-size,
    #product-product .btn-voucher {
        height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
    }

    #product-product .product-price-wrapper{
        margin-bottom: 10px;
    }

    #product-product .product-price-wrapper .price {
        font-size: 18px;
    }

    #product-product .product-price-wrapper .sale-notification {
        display: flex;
        width: 35%;
    }

    #product-product .product-article-mob{
        /*justify-content: flex-end;*/
        display: block;
        /*width: 100%;*/
    }

    #product-product .video-product-background iframe {
        position: inherit;
        width: 100vw;
        left: 8%;
        transform: translate(-50%, 0%);
        z-index: 1;
    }

    #product-product form{
        margin: 0;
    }

    #product-product #fixedCol .price-new{
        display: flex;
        margin-bottom: 15px;
    }

    .product-card {
        margin-bottom: 15px;
    }

    .product-card .video-product-background iframe{
        height: 100vh;
    }

    #product-product .product-tag-wrapper {
        margin: 20px 0 0 0;
    }

    /*#product-product .product-tag-wrapper {*/
    /*    top: -120px;*/
    /*    left: 0;*/
    /*    position: absolute;*/
    /*    display: flex;*/
    /*    margin: 0;*/
    /*    width: 100%;*/
    /*    justify-content: center;*/
    /*}*/

    .video-product-background {
        z-index: -1;
    }

    .tg-sale a {
        font-size: 12px;
    }

    .product-modal h3 {
        margin-bottom: 25px;
    }

    #product-product .form-control {
        width: 80%;
        height: 45px;
    }

    #product-product #individualSizeModal form .btn,
    #product-product #oneclickModal form .btn {
        width: 100%;
    }

    #product-product .form-group-btn{
        margin-bottom: 15px;
    }

    .btn-default {
        font-size: 14px;
    }

    #discountnotifyModal .modal-content {
        height: 100%;
        width: 100%;
        background: white;
    }

    #discountnotifyModal h3 {
        font-size: 14px;
        color: var(--color-main);
    }

    #cartModal .modal-dialog {
        width: 100%;
    }

    .cart-option {
        font-size: 12px;
    }

    #button-ukrcredits{
        margin-bottom: 15px;
    }

    #cartModal .modal-header {
        padding: 15px 25px;
    }

    #cartModal .li-body {
        padding: 20px 10px 70px 10px;
    }

    #cartModal .table>tbody>tr>td, #checkout-cart .table>tbody>tr>td {
        padding: 0 5px;
    }

    #cartModal .modal-body h3{
        display: none;
    }

    #cartModal .price,
    .checkout-cart-content .price{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .cart-img {
        width: 210px;
        height: auto;
    }

    #cartModal .li-footer {
        display: flex;
        padding: 20px 15px 0 15px;
        flex-wrap: wrap;
    }

    #cartModal .li-footer a {
        width: 100%;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .breadcrumb-row {
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .checkout-cart-content {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .checkout-cart-content .input-group .form-control[name^=quantity] {
        min-width: 25px;
    }

    .checkbox .checkmark:not(:last-child) {
        margin-left: -15px;
    }

    .cont-ship-wrap{
        display: none;
    }

    .table-responsive {
        margin-bottom: 0;
        margin-top: 15px;
        border: none;
    }

    #banner-video img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .employees h3 {
        font-size: 16px;
        margin: 10px 0 3px 0;
    }

    .employees .col-md-4 {
        margin-bottom: 15px;
        padding: 5px;
    }

    .employee-pos {
        font-size: 13px;
    }

    .photo-gallery, .benefits{
        flex-wrap: wrap;
    }

    .block-right,
    .block-text{
        margin-top: 25px;
    }

    .table-bordered{
        border: none;
    }

    .scroll-arrow {
        font-size: 15px;
    }

    .scroll-arrow.left {
        display: none;
    }

    .scroll-arrow.right {
        right: -25px;
    }

    #simplecheckout_shipping .simplecheckout-delivery-block,
    #simplecheckout_payment .simplecheckout-delivery-block{
        margin-bottom: 15px;
    }

    #checkout-cart .simplecheckout-right-column{
        margin-top: 5px;
    }

    .simplecheckout-button-left{
        display: block !important;
    }

    #information-contact h1 {
        margin-bottom: 0;
    }

    #information-contact .col-md-4 {
        padding: 30px 35px;
    }

    #information-contact .mobile .col-md-4 {
        padding: 0 35px 30px 35px;
    }

    #information-contact .col-md-4:not(:last-child)::after {
        content: none;
    }

    #information-contact .contact-section {
        background-color: #F1F1F1;
    }

    #information-contact .newsletter-col-2 {
        margin: 0;
    }

    .fancybox-show-thumbs .fancybox-thumbs{
        display: none !important;
    }

    .fancybox-show-thumbs .fancybox-inner{
        left: 0 !important;
    }

    .fancybox-caption{
        display: none;
    }

    #top-categories{
        display: none;
    }

    .error-not-found h1{
        font-size: 70px;
    }

    .error-not-found p{
        font-size: 18px;
        line-height: normal;
    }

    .error-not-found .navbar-logo .img-fluid{
        max-width: 50%;
    }

    .tmb-wrap{
        display: none;
    }

    .labels{
        display: none;
    }

    #pagination-block{
        margin-top: 10px;
    }

    .additional-title {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .faq .faq-center{
        font-size: 28px;
    }

    #simplecheckout_shipping_address ul.dropdown-address li {
        font-size: 20px;
    }

    .colors {
        gap: 15px;
    }

    #related .colors,
    #featured-products .colors{
        grid-template-columns: repeat(auto-fit, minmax(10px, 0.12fr));
    }

    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
@media (max-width: 991px){
    #filter-button {
        top: unset;
        left: 50%;
        bottom: 25px;
    }
    .filter-nav .dropdown a i {
        font-size: 19px;
    }

    .filter-nav .dropdown a {
        font-size: 15px;
    }

    .header-black{
        overflow-x: hidden !important;
    }

    #blog_article_page .article_tags{
        flex-direction: column;
        align-items: start;
    }
    #blog_article_page .article_tags .tag:not(:last-of-type){
        margin-bottom: 20px;
    }

    #search {
        width: 100%;
    }
    .search-wrapper .search-dropdown {
        position: static !important;
        transform: none !important;
        left: auto !important;
        top: auto !important;
        display: block;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        max-height: 100% !important;
        padding: 0;
        margin: 10px 0;
        overflow: visible;
        background: #fff;
        box-shadow: none;
    }
    .search-wrapper .input-group-addon, .input-group-btn{
        display: none;
        vertical-align: top;
    }
    .search-wrapper .ss-dropdown-cols {
        display: block;
    }
    .search-wrapper .ss-section-left,
    .search-wrapper .ss-section-right {
        width: 100%;
        padding-right: 0;
    }
    .search-wrapper .ss-section-left{
        margin-bottom: 20px;
    }
    .search-wrapper .ss-section-title {
        text-align: left;
        margin-left: 15px;
        font-size: 18px;
    }
    .search-wrapper .ss-section-title .title {
        margin: 10px 0;
        color: var(--color-main);
    }
    .search-wrapper .ss-section-left .ss-section-list {
        display: flex;
        flex-wrap: nowrap;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .search-wrapper .ss-section-left .ss-section-list::-webkit-scrollbar {
        display: none;
    }
    .search-wrapper .ss-section-left .ss-item {
        flex: 0 0 42%;
        scroll-snap-align: start;
    }
    .search-wrapper .ss-item a {
        color: #000;
    }
    .search-wrapper .ss-section-right .ss-item a:hover,
    .search-wrapper .ss-section-right .ss-item a:focus{
        background-color: transparent;
    }
    .search-wrapper .ss-section-right .ss-section-list .ss-item a {
        padding: unset;
    }
    .search-wrapper .search-suggestion.category {
        display: block;
        text-align: center;
    }
    .search-wrapper .search-suggestion.category .image img {
        width: 100%;
        height: auto;
    }
    .search-wrapper .search-suggestion.product .image img {
        width: 80px;
        height: auto;
    }
    .search-wrapper .search-suggestion.category .name {
        font-size: 11px;
        margin-top: 6px;
    }
    .search-wrapper .search-suggestion.product .name {
        font-size: 12px;
        line-height: 1.25;
    }
    .search-wrapper .search-suggestion.product .price {
        margin-top: 6px;
    }
    .search-wrapper .search-suggestion .price-base{
        color: #000;
    }
    .search-wrapper .ss-section-more {
        margin-top: 10px;
    }
    .search-suggestion .more {
        font-size: 18px;
    }
    .search-wrapper .ss-section-more .ss-item.more a {
        width: 100%;
        text-align: center;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .nav>li>a {
        padding: 10px 0px;
    }
    .navbar-nav > li {
        font-size: 18px;
        text-align: center;
    }
    .navbar-center {
        width: 60%;
    }
    .navbar-logo{
        text-align: center;
    }
    .navbar-logo .img-fluid{
        max-width: 80%;
    }

    .container-header-category {
        padding: 50px 35px;
    }
    .container-header-about a {
        font-size: 18px;
    }
    header .gap-menu ul {
        column-gap: 5px;
    }
    header .gap-menu:not(:last-child){
        margin-bottom: 60px;
    }
    header .gap-menu {
        margin-bottom: 0;
    }

    .banner-img-block {
        height: 500px;
    }
    .banner h2 {
        font-size: 20px;
    }
    .banner-text {
        width: 280px;
        padding: 15px 30px;
    }

    #menu-slider .swiper-wrapper {
        height: auto;
    }
    .swiper-category-img img {
        height: 260px;
    }
    .swiper-banner-title {
        font-size: 20px;
    }
    .product-info .caption-title a {
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .products-list {
        padding: 0;
    }
    .colors {
        grid-template-columns: repeat(auto-fit, minmax(10px, 0.13fr));
    }
    #filters {
        padding: 20px 0px;
    }
    .label {
        font-size: 14px;
    }
    #filters .dropdown-menu {
        right: 0;
        left: auto;
    }
    .btn-individual-size,
    .btn-voucher {
        font-size: 12px;
    }
    .btn-add-to-cart {
        font-size: 12px;
    }
    #button-ukrcredits {
        font-size: 12px;
    }

    .product-size-item {
        /*min-width: 85px;*/
    }

    .modal .modal-dialog {
        width: 50%;
    }

    #banner-video img {
        object-fit: cover;
    }
    #cartModal .li-footer a {
        font-size: 12px;
    }
    #cartModal .modal-body h3 {
        float: left;
    }
    .btn-cart-checkout {
        font-size: 14px;
    }

    .error-not-found h1 {
        font-size: 74px;
    }
    .error-not-found p {
        font-size: 18px;
    }

    .navbar-collapse.collapse {
        display: flex !important;
    }
}

@media (min-width: 1060px) and (max-width: 1199px){
    .swiper-category-img img {
        height: 300px;
    }
    .btn-individual-size,
    .btn-voucher {
        font-size: 14px;
    }
    .btn-add-to-cart {
        font-size: 14px;
    }
    #button-ukrcredits {
        font-size: 14px;
    }
    #cartModal .li-footer a {
        font-size: 14px;
    }

}
@media (min-width: 1151px) and (max-width: 1199px){
    .product-size-item {
        /*min-width: 103px;*/
    }
    #cartModal .li-footer a {
        font-size: 16px;
    }
}
@media (min-width: 1200px) and (max-width: 1688px) {
    .nav>li>a {
        padding: 10px;
    }
    .navbar-nav > li {
        font-size: 18px;
        text-align: center;
    }
    .navbar-center {
        width: 60%;
    }
    .navbar-logo{
        text-align: center;
    }
    .navbar-logo .img-fluid{
        max-width: 85%;
    }

    .container-header-category {
        padding: 50px 35px;
    }
    .container-header-about a {
        font-size: 18px;
    }
    header .gap-menu ul {
        column-gap: 5px;
    }
    header .gap-menu:not(:last-child){
        margin-bottom: 60px;
    }
    header .gap-menu {
        margin-bottom: 0;
    }

    .banner-img-block {
        height: 500px;
    }
    .banner h2 {
        font-size: 20px;
    }
    .banner-text {
        width: 280px;
        padding: 15px 30px;
    }

    #menu-slider .swiper-wrapper {
        height: auto;
    }
    #menu-slider .swiper-wrapper a{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #menu-slider .swiper-wrapper a img{
        max-width: 80%;
    }

    #discountnotifyModal .modal-content {
        height: 90%;
    }
    .swiper-category-img img {
        height: 280px;
    }
    .swiper-banner-title {
        font-size: 20px;
    }
    .product-info .caption-title a {
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .products-list {
        padding: 0;
    }
    .product-modal h3 {
        margin-bottom: 20px;
    }
    .colors {
        grid-template-columns: repeat(auto-fit, minmax(10px, 0.1fr));
    }
    #filters {
        padding: 20px 0px;
    }
    .label {
        font-size: 16px;
    }
    .btn-individual-size,
    .btn-voucher {
        font-size: 16px;
    }
    .btn-add-to-cart {
        font-size: 16px;
    }
    #button-ukrcredits {
        font-size: 16px;
    }

    #banner-video img {
        object-fit: cover;
    }
    #cartModal .li-footer a {
        font-size: 16px;
    }
    #cartModal .modal-body h3 {
        float: left;
    }
    .cart-img {
        width: 160px;
    }

    .error-not-found h1 {
        font-size: 74px;
    }
    .error-not-found p {
        font-size: 18px;
    }

    .navbar-collapse.collapse {
        display: flex !important;
    }
}
@media (min-width: 1200px) and (max-width: 1260px) {
    #filters .dropdown-menu {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .modal .modal-dialog {
        width: 50%;
    }
    .product-size-item {
        /*min-width: 58px;*/
    }

    #blog_article_page{
        width: 700px;
    }
    .article_info {
        width: calc(220px + (90 * ((100vw - 1200px) / (1400 - 1200))));
    }
    .content_list.active {
        width: calc(220px + (90 * ((100vw - 1200px) / (1400 - 1200))));
    }
}
@media (min-width: 1400px) and (max-width: 1688px) {
    .modal .modal-dialog {
        width: 41%;
    }
    .product-size-item {
        /*min-width: 70px;*/
    }

    #menu-slider .swiper-wrapper a img {
        max-width: 65%;
    }

    #blog_article_page{
        width: 900px;
    }
    .article_info {
        width: calc(220px + (90 * ((100vw - 1400px) / (1688 - 1400))));
    }
    .content_list.active {
        width: calc(220px + (90 * ((100vw - 1400px) / (1688 - 1400))));
    }
}
@media (min-width: 1688px) and (max-width: 1920px) {
    .modal .modal-dialog {
        width: 37%;
    }
}

@media (max-width: 1200px){
    #information-landing h1{
        font-size: 24px;
    }
    #information-landing h2{
        font-size: 22px;
    }
    #information-landing h4{
        font-size: 14px;
    }
    #information-landing #landing-banner-video img {
        width: 100%;
    }
    #information-landing .video-landing-background{
        max-width: 100%;
        padding-top: 177.78%; /* 9:16 aspect ratio (100 / (9/16)) */
    }
    #information-landing .row-photo img{
        width: 160px;
        height: 160px;
    }
    #information-landing .btn-promo {
        width: 80%;
    }
    #information-landing .promo-img img{
        max-width: 100%;
    }
}
@media (min-width: 1688px){
    .navbar-collapse.collapse {
        display: flex !important;
    }

    #information-contact .container {
        width: 1470px;
    }
}

@media (min-width: 2100px){
    .swiper-category-img img {
        height: 410px;
    }
}
@media (min-width: 2400px){
    .swiper-category-img img {
        height: 450px;
    }
}