:root {
    --container-width: 1850px;
    --green: #00684B;
    --red: #DC0210;
    --grey: #707070;
    --grey-dark: #2A2C33;
    --grey-light: #e8e8e8;
    --font: "Barlow Condensed", Tahoma, Verdana, sans-serif;
    --font-huge: 47px;
    --font-big: 24px;
    --font-medium: 20px;
}

html {
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    margin: 0;
    padding: 107px 0 0;
    background-color: #fff;
    color: var(--grey-dark);
    font-family: "DM Sans", Tahoma, Verdana, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    overflow-x: hidden;
}

.container-full {
    clear: both;
    position: relative;
    width: 100%;
}

.container {
    clear: both;
    position: relative;
    width: var(--container-width);
    margin: 0 auto;
}

.modal-underlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: #000;
    transition: opacity 500ms linear;
    opacity: 0;
    z-index: 22;
}
.modal-underlay.active {
    visibility: visible;
    width: 100vw;
    height: 100vh;
    opacity: .7;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 26;
}
header.fixed {
}
header a {
    text-decoration: none;
}
header .container {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
}
header .container > div {
    display: flex;
    align-items: center;
}

.header-top {
    background-color: var(--green);
    color: #fff;
    font-size: 12px;
}
.header-top ul {
    margin: 10px 0;
    list-style-type: none;
}
.header-top ul li {
    display: inline-block;
    padding: 0 15px;
    text-transform: uppercase;
}
.header-top select {
    margin: 0 0 0 20px;
    border: 0;
    background: transparent;
    color: #fff;
    font-family: "DM Sans", Tahoma, Verdana, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}
.header-top option {
    color: var(--grey-dark);
    font-size: 12px;
}

.logo {
    padding: 0 15px 0 0;
}
.logo img {
    height: 35px;
}

.menu-main {
}
.menu-main nav {
}
.responsive_menu {
    display: none;
}
.menu-main ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.menu-main li {
    position: relative;
    display: inline-block;
    font-weight: 600;
}
.menu-main li a {
    display: block;
    padding: 28px 20px;
    text-decoration: none;
}
.menu-main li.activecolor > a, .menu-main li:hover > a {
    color: var(--red);
    text-decoration: none;
}
.switchers {
    display: none;
    margin-top: 20px;
    padding-top: 25px;
    border-top: 1px solid var(--grey-light);
    text-align: left;
}
.switcher_currency {
    margin-right: 5px;
}
.switchers select {
    border: 0;
    background: transparent;
}
.switcher_lang button {
    border: 0;
    background: transparent;
}
.switcher_lang {
    position: relative;
    top: 2px;
}
.switcher_lang img {
    height: 24px;
}
.down-arrow, .down-arrow2 {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 10px 8px;
    border: solid black;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}
.down-arrow {
    border-width: 0 2px 2px 0;
    filter: invert(1);
}
.lang-list {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
}
.lang-list, .lang-list2 {
    display: none;
    width: max-content;
    border: 1px solid var(--grey);
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
}
.lang-list button, .lang-list2 button {
    display: flex;
    align-items: center;
    gap: 0 5px;
    width: 100%;
}
.lang-list button:hover, .lang-list2 button:hover {
    background-color: var(--grey-light);
}
.menu-div {
    display: none;
    position: fixed;
    top: 87px;
    left: 0;
    padding: 35px 25px 25px;
    background-color: #fff;
    text-align: left;
    opacity: 0;
    z-index: 28;
}
.menu-div.active {
    display: flex;
    gap: 0 80px;
    height: calc(100vh - 84px);
    transition: all 500ms linear;
    opacity: 1;
}
.menu-div > div:first-child {
    padding-bottom: 110px;
}
.menu-close {
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 40px;
    font-weight: 300;
    z-index: 2;
}
.menu-div li {
    position: static;
    display: block;
    padding: 2px 0;
}
.menu-div li a, .menu-div p a {
    padding: 0;
}
.menu-div-1 {
    display: flex;
    gap: 0 80px;
}
.menu-div-1 li {
    padding: 10px 0;
    font-size: 24px;
    font-weight: 600;
}
.menu-div-1 > div:first-child {
    padding-top: 5px;
}
.menu-div-1-2 {
    position: absolute;
    bottom: 25px;
    font-size: 12px;
}
.menu-div-1-2 li img {
    position: relative;
    top: 3px;
    width: 15px;
    height: 15px;
    margin-right: 7px;
}
.menu-div-2-1 {
    font-size: 12px;
}
.menu-div-2-1 li {
    padding: 5px 0;
    font-size: 16px;
}
.menu-div-3-1 {
    font-size: 12px;
}
.menu-div-3-1 div {
    display: inline-block;
    width: 12vw;
}
.menu-div-3-1 div + div {
    margin-left: 5px;
}
.menu-div-3-1 div p {
    margin: 5px 0;
}
.menu-div-title {
    height: 14px;
    overflow: hidden;
}
.sub_item_menu {
    display: none;
    min-width: 200px;
}
.sub_item_menu.active, .sub_item_menu.activesubmenu {
    display: block;
}

#search_form {
    position: relative;
    top: -2px;
}
.inputs_first, .inputs_last {
    position: relative;
    width: 150px;
    height: 26px;
    padding: 0 10px 0 32px;
    border: 0;
    background-color: var(--grey-light) !important;
}
.inputs_last {
    width: 320px;
}
.remove_search_query {
    position: absolute;
    top: 4px;
    right: -10px;
    text-decoration: underline;
    cursor: pointer;
    z-index: 2;
}
.search_btn_home {
    position: absolute;
    top: 4px;
    left: 5px;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.search_btn_home img {
    height: 16px;
}

#search-whisperer {
    display: none;
    position: fixed;
    top: 107px;
    left: 0;
    right: 0;
    height: calc(100vh - 107px);
    margin: auto;
    background-color: #fff;
    text-align: left;
}
#search-whisperer.active {
    display: block;
    padding: 6px;
    overflow-y: auto;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox, Safari 18.2+, Chromium 121+ */
}
#search-whisperer.active::-webkit-scrollbar {
    display: none;  /* Older Safari and Chromium */
}
.search-whisperer-close {
    position: absolute;
    top: 20px;
    right: 0;
    cursor: pointer;
    z-index: 2;
}
#search-whisperer .container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 3fr;
    padding-top: 65px;
    padding-bottom: 15px;
    background-color: #fff;
}
#search-whisperer .container > div {
    display: block;
}
#search_form + div {
    padding-bottom: 100px;
    padding-right: 30px;
}
#search-whisperer .grid-3 {
    gap: 10px;
}
#search-whisperer .grid-3 a {
    border: 1px solid #fff;
    text-decoration: none;
}
#search-whisperer .grid-3 a:hover {
    border: 1px solid var(--grey-light);
    text-decoration: none;
}
#search-whisperer #search_form {
    position: absolute;
    top: 30px;
    left: 3vw;
    right: 3vw;
    width: 300px;
    margin: auto;
}
#search-whisperer #search-query {
    width: 300px;
}
#search-whisperer .cart-item {
    grid-template-columns: 35% auto;
    padding: 0;
    border: 0;
}
#search-whisperer .cart-item-img {
    height: 150px;
}
#search-whisperer .grid-3 a:hover .cart-item-img {
    border: 0;
}
.cart-item-variants strong {
    float: left;
    margin-right: 5px;
}
.cart-item-variants ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.cart-item-variants ul li {
    display: inline-block;
    margin-right: 5px;
}
.search-whisperer-cat {
    padding-top: 5px;
    padding-bottom: 5px;
}
.search-whisperer-cat .h3 {
    color: initial;
}
.search-whisperer-cat p {
}
.search-whisperer-ul-search {
    margin-top: 5px;
    padding: 0;
    list-style-type: none;
}
.search-whisperer-ul-search li {
    display: inline-block;
    margin-right: 20px;
    font-size: var(--font-big);
}
.search-whisperer-ul-search li.active {
    color: var(--red);
}
.search-whisperer-cat a {
    opacity: .75;
}
.search-whisperer-cat a:last-child {
    color: #000;
    opacity: 1;
}
.search-whisperer-cat span {
    color: var(--grey-dark);
}
ul.search-whisperer-ul{
    position: absolute;
    bottom: 0;
    list-style: none;
}
ul.search-whisperer-ul li {
    padding: 2px 0;
}
ul.search-whisperer-ul li a {
    text-decoration: none;
}
ul.search-whisperer-ul img {
    position: relative;
    top: 2px;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.pages-menu {
    list-style-type: none;
}
.pages-menu li a {
    display: flex;
    align-items: center;
    gap: 0 10px;
    padding: 5px 0;
}
.pages-menu li span {
    display: block;
    width: 20px;
    text-align: center;
}
.pages-menu li img {
    position: relative;
    top: 1px;
}
.search-contents .breadcrumbs,
.search-whisperer-cat .breadcrumbs {
    width: auto;
    background: transparent;
}
.search-contents .breadcrumbs:before, .search-contents .breadcrumbs:after,
.search-whisperer-cat .breadcrumbs:before, .search-whisperer-cat .breadcrumbs:after {
    display: none;
}
.search-contents {
    display: grid;
    grid-template-columns: 380px auto;
    gap: 20px;
}
.search-whisperer-cat .breadcrumbs,
.category_search .breadcrumbs {
    margin: 5px 0;
}
.category_search a {
    opacity: .75;
}
.category_search a:last-child {
    color: #000;
    opacity: 1;
}
.not_product_found {
    padding-bottom: 15px;
}
.search_global_input p {
    position: relative;
    max-width: 700px;
    margin: 15px auto;
}
.search_global_input input {
    width: 100%;
    height: 26px;
    padding: 0 70px 0 32px;
    border: 0;
    background-color: var(--grey-light);
}
.search_global_input span {
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
    z-index: 2;
}
.news_searcglobal {
}
.news_searcglobal .news {
    display: block;
    padding: 0;
}
.news_searcglobal .news p {
    margin: 10px 0;
    font-size: 12px;
}
.news_searcglobal .news-img {
    height: 60%;
}
.search-whisperer-news p {
    margin: 10px 0;
}
.search-whisperer-news a {
    font-size: 12px;
    text-decoration: underline;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.header-login {
    position: relative;
    margin-left: 20px;
}
.header-login img {
    height: 17px;
}

.header-fav {
    position: relative;
    margin-left: 20px;
}
.header-fav img {
    height: 16px;
}
.header-fav span {
    position: absolute;
    left: 10px;
    top: -18px;
    width: 22px;
    height: 22px;
    padding-top: 4px;
    border-radius: 20px;
    background-color: var(--green);
    color: white;
    font-size: 11px;
    text-align: center;
}

.header-cart {
    position: relative;
    margin-left: 28px;
}
.header-cart > a img {
    height: 18px;
}
.header-cart a span {
    position: absolute;
    left: 10px;
    top: -17px;
    width: 23px;
    height: 23px;
    padding-top: 4px;
    border-radius: 20px;
    background-color: var(--green);
    color: white;
    font-size: 11px;
    text-align: center;
}
.pocet_in_cart {
    position: absolute;
    top: -7px;
    right: -10px;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background-color: var(--grey-dark);
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}
.header-cart-content {
    position: absolute;
    right: 0;
    top: 47px;
    width: 392px;
    border: 1px solid var(--grey-light);
    background-color: #fff;
    transition: all 350ms linear;
    z-index: 28;
    visibility: hidden;
}
.header-cart:hover .header-cart-content {
    visibility: visible;
}
.header-cart-content.non_active {
    visibility: hidden !important;
}
.header-cart-items {
    max-height: 300px;
    overflow: auto;
}
.header-cart-item {
    padding: 1px 15px;
    border-bottom: 1px solid var(--grey-light);
    font-size: 12px;
    text-align: left;
}
.header-cart-item img {
    max-height: 40px;
}
.header-cart-item > div {
    display: grid;
    grid-template-columns: 45px auto 130px;
    gap: 0 13px;
    line-height: 1.4;
}
.header-cart-item > div span {
    color: var(--grey);
}
.header-cart-item-title {
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.header-cart-item-title a {
}
.header-cart-item-title span + span {
    margin-left: 10px;
}
.header-cart-item > div > *:last-child {
    text-align: right;
}
.header-cart-item-remove {
    margin-top: -5px;
    text-align: right;
}
.header-cart-item-remove a:hover {
    color: var(--red);
    text-decoration: none;
}
.header-cart-item-remove img {
    position: relative;
    top: 2px;
    margin-right: 7px;
    cursor: pointer;
}
.header-cart-content-total {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding: 0 15px;
    font-size: 12px;
}
.header-cart-content .link {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 15px;
    padding: 0 15px;
}
.header-cart-content .link a {
    width: 100%;
    border: 1px solid #000;
    background-color: #000;
}
.header-cart-content .link a:first-child {
    border: 1px solid var(--grey-light);
    background-color: #fff;
    color: var(--grey-dark);
}
.header-cart-content .link a:hover,
.header-cart-content .link a:first-child:hover {
    border: 1px solid var(--red);
    background-color: var(--red);
    color: #fff;
}

.menu-responsive {
    display: none;
    position: fixed;
    top: 58px;
    right: 20px;
    width: 26px;
    height: 20px;
    font-size: 0;
    z-index: 49;
}
.menu-responsive span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 26px;
    height: 2px;
    background-color: #000;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}
.menu-responsive span:nth-child(1) {
    top: 0;
}
.menu-responsive span:nth-child(2), .menu-responsive span:nth-child(3) {
    top: 8px;
}
.menu-responsive span:nth-child(4) {
    top: 16px;
    width: 13px;
}
.menu-responsive.active span:nth-child(1) {
    top: 8px;
    left: 50%;
    width: 0;
}
.menu-responsive.active span:nth-child(2) {
    transform: rotate(45deg);
}
.menu-responsive.active span:nth-child(3) {
    transform: rotate(-45deg);
}
.menu-responsive.active span:nth-child(4) {
    top: 8px;
    left: 50%;
    width: 0;
}

.site-home {
    display: grid;
    grid-template-columns: 73% 25%;
    align-items: center;
    gap: 0 2%;
    text-align: left;
}

.slider-main {
}
.slider-main div {
    position: relative;
}
.slide-img {
    margin: 0;
    font-size: 0;
}
.slide-img img {
    width: 100%;
}
.slider-main .slide-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
    color: #fff;
    z-index: 2;
}
.slide-title {
    margin: -15px 0;
    padding-bottom: 20px;
    font-family: var(--font);
    font-size: var(--font-huge);
    font-weight: bold;
}

.home-right {
    position: relative;
    text-align: center;
}
.home-right > * {
    position: relative;
}

.slider-offer div {
    position: relative;
}
.slide-offer-img {
    text-align: center;
}
.slide-offer-img a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 240px;
    padding: 25px;
}
.slide-offer-img img {
}
.slider-offer-title {
    margin-bottom: -10px;
    font-weight: 600;
}
.home-right .slider-offer-title {
    padding: 0 5px;
}
.slider-offer-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.slider-offer a {
    text-decoration: none;
}
.slider-offer .slick-prev {
    top: auto;
    bottom: -2px;
    left: 25%;
}
.slider-offer .slick-next {
    top: auto;
    bottom: -2px;
    right: 25%;
}
.slider-offer .slick-prev::after, .slider-offer .slick-next::after {
    font-size: 30px;
    opacity: 1;
}

.site-benefits {
    margin: 30px 0 0;
    background-color: #f9f9f9;
}
.site-benefits .container {
    display: grid;
    grid-template-columns: repeat(5, auto);
    gap: 0 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.site-benefits .container > div {
    max-width: 180px;
    text-transform: uppercase;
}
.site-benefits .container > div img {
    height: 50px;
}

.site-desc {
    padding: 35px 5%;
    text-align: left;
}
.site-desc .title {
    color: var(--green);
    font-family: var(--font);
    font-weight: bold;
}

.categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding-bottom: 35px;
    text-align: center;
}
.categories .title {
    margin-bottom: -10px;
    color: var(--green);
}
.cat-content {
    position: relative;
    margin-top: 20px;
    color: #fff;
    text-align: left;
}
.cat-content:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    content: "";
    transition: all 350ms linear;
    z-index: 2;
}
.cat-img {
    height: 700px;
    margin: 0;
    overflow: hidden;
}
.cat-img img {
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    width: 100%;
    object-fit: cover;
}
.cat-content > div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px 10px;
    z-index: 3;
}
.cat-short {
    font-family: var(--font);
    font-size: var(--font-huge);
    font-weight: bold;
    text-transform: uppercase;
}
.cat-short > span, .cat-content:hover .cat-short > span + span {
    display: block;
}
.cat-short > span + span, .cat-content:hover .cat-short > span:first-child {
    display: none;
}
.cat-desc {
    height: 48px;
    max-width: 330px;
}
.cat-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    height: 0;
    transition: none;
    opacity: 0;
}
.cat-content:hover .cat-links {
    height: auto;
    transition: all 350ms linear;
    opacity: 1;
}
.cat-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}
.cat-links a:hover {
    border: 1px solid #000;
    text-decoration: none;
}

.back-btn-cat {
    margin-top: 0;
    text-align: left;
}
.back-btn-cat a {
    position: relative;
    display: inline-block;
    padding: 5px 12px 5px 35px;
    border: 1px solid #d2d2d2;
    text-transform: uppercase;
    text-decoration: none;
}
.back-btn-cat a:hover {
    border: 1px solid var(--red);
    text-decoration: none;
}
.back-btn-cat a:before {
    position: absolute;
    top: 8px;
    left: 7px;
    width: 20px;
    height: 11px;
    background: transparent url("../img/arrow-left.svg") no-repeat center center;
    background-size: contain;
    content: "";
}

.detail {
    position: relative;
    display: grid;
    grid-template-columns: auto 595px;
    gap: 0 45px;
}
#lightgallery {
    position: relative;
    padding-top: 10px;
}
.icons_zvetsit {
    display: none;
    position: absolute;
    bottom: 20px;
    right: 10px;
    z-index: 2;
}
.detail-gallery {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.detail-gallery.type-1-1 {
    display: block;
}
body .detail-gallery.type-1-1 p img {
    max-height: 600px;
}
.detail-gallery.type-1-1 p.params_data_img a {
    padding: 0;
}
.prodejna-gallery p.params_data_img a {
    padding: 0;
}
.type-2-2 > * {
    flex-basis: calc(50% - 5px);
}
.type-2-3 > * {
    flex-basis: calc(100% / 3 - 5px);
}
.type-2-3 > :first-child, .type-2-3 > :first-child + * {
    flex-basis: calc(100% / 2 - 5px);
}
.type-3-3 > * {
    flex-basis: calc(100% / 3 - 5px);
}
.type-3-4 > * {
    flex-basis: calc(100% / 4 - 5px);
}
.type-3-4 > :first-child, .type-3-4 > :first-child + *, .type-3-4 > :first-child + * + * {
    flex-basis: calc(100% / 3 - 5px);
}
body .detail-gallery p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    text-align: center;
    border: 1px solid var(--grey-light);
}
body .detail-gallery p img {
    max-width: 85%;
    max-height: 500px;
    padding: 50px;
}
.detail-gallery-2 {
    display: flex;
    gap: 5px;
    padding: 5px 4px 5px 0;
}
.detail-gallery-2 p {
    margin: 0;
}
.detail-gallery-2 p img {
    border: 1px solid var(--grey-light);
}
body .detail-gallery  .detail-360{
    position: absolute;
    bottom: 0;
    border: none;
    cursor:pointer;
}
body .detail-gallery p.detail-360 img {
    margin: 0;
    padding: 14px;
}
.detail-tags {
    display: flex;
    flex-wrap: wrap;
}
.detail-tags span {
    display: block;
    margin-right: 5px;
    padding: 3px 8px;
    background-color: var(--green);
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
}
.detail-code {
    font-size: 13px;
}
#lightgallery .detail-code, #lightgallery h1 {
    display: none;
}
.detail-info {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
}
.membrana_img {
    position: absolute;
    top: 10px;
    right: 15px;
    max-width: 120px;
    z-index: 2;
}
.detail h1 {
    position: relative;
    padding-right: 40px;
}
.detail .favorite-btn {
    top: 5px;
    right: 0;
}
.detail-price span {
    display: inline-block;
    margin: 0 3px 3px 0;
    padding: 2px 5px;
    background-color: var(--red);
    color: #fff;
    font-size: 12px;
}
.detail-price s {
    font-size: 12px;
}
.detail-price strong {
    color: var(--red);
    font-size: 20px;
}
.detail-color {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 0 0 15px;
}
.detail-color p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin: 0;
    border: 1px solid var(--grey-light);
    transition: all 350ms linear;
    cursor: pointer;
}
.detail-color p:hover, .detail-color p.active {
    border: 1px solid var(--red);
}
.detail-color p img {
    max-width: 80px;
    max-height: 80%;
    padding: 4px;
}
.detail-size {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    padding: 0 0 15px;
}
.detail-size > div {
    position: relative;
    margin: 0;
    padding: 14px 10px;
    border: 1px solid var(--grey-light);
    font-size: 14px;
    transition: all 350ms linear;
    text-align: center;
    cursor: pointer;
}
.detail-size > div:hover, .detail-size > div.active {
    border: 1px solid var(--red);
}
.detail-size p {
    margin: 0;
}
.detail-size > div.no_selected_item {
    background-color: #f8f8f8;
}
.detail-size .not_in_nabidka {
    background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgb(0 0 0 / 46%) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%);
    background-color: rgba(0, 0, 0, 0);
    cursor: not-allowed;
}
.detail-size .hover_text {
    position: absolute;
    display: none;
    top: -20px;
    left: 50%;
    padding: 3px 10px;
    border: 1px solid var(--red);
    background-color: #fff;
    color: var(--red);
    transform: translateX(-50%);
    z-index: 2;
}
.detail-size .not_in_nabidka:hover .hover_text {
    display: block;
}
.detail-buy-qty {
    position: relative;
    display: grid;
    grid-template-columns: 40px 100px 40px;
    text-align: center;
}
.detail-buy-qty a {
    height: 34px;
    border: 1px solid var(--grey-light);
    font-size: 24px;
    text-decoration: none;
}
.detail-buy-qty a:hover {
    background-color: var(--grey-light);
    text-decoration: none;
}
.detail-buy-qty input {
    max-width: 180px;
    height: 34px;
    border: 0;
    border-top: 1px solid var(--grey-light);
    border-bottom: 1px solid var(--grey-light);
    text-align: center;
}
.detail-measures {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.open_table_size {
    position: relative;
    top: 2px;
}
.open_table_size svg {
    margin-left: 6px;
    transform: scale(1.5);
}
.stavy_prodejny_open svg {
    position: relative;
    top: 2px;
    margin-left: 3px;
}
.detail-buy {
    padding-bottom: 20px;
}
.detail-buy a {
    display: block;
    width: 100%;
    padding: 12px 0;
    border: 1px solid var(--grey);
    background-color: var(--grey);
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    pointer-events: none;
}
.detail-buy.active a {
    border: 1px solid var(--red);
    background-color: var(--red);
    pointer-events: auto;
}
.detail-buy a:hover {
    border: 1px solid #000;
    text-decoration: none;
}
.detail-ask {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.detail-ask svg {
    margin-left: 6px;
    transform: scale(1.5);
}
.detail-description {
    padding: 20px 0 30px;
    background-color: #f9f9f9;
    line-height: 1.4;
    text-align: left;
}
.detail-description .container {
    max-width: 1600px;
}
.detail-description .title {
    color: var(--green);
}
#zeptat_se_na_produkt_modal textarea {
    display: block;
    width: 100%;
    height: 80px;
    margin-top: 5px;
    padding: 10px;
    border: 1px solid var(--grey-light);
}
#tabulkavelikostimodal {
    width: 1200px;
    max-width: 94vw;
    padding-bottom: 1px;
    text-align: center;
}
.table_modal_detailpr {
    overflow: auto;
}
.table_modal_detailpr h5 {
    font-size: 20px;
    text-transform: uppercase;
}
.table_modal_detailpr table {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
    empty-cells: show;
}
.table_modal_detailpr th {
    padding: 0 5px 20px;
    border-bottom: 1px solid #222;
}
.table_modal_detailpr tr td {
    min-width: 80px;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}
.product-properties {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
}
.product-properties > div {
    flex-basis: calc(50% - 8px);
    display: grid;
    grid-template-columns: 50px auto;
    gap: 0 15px;
}
.product-properties > div p {
    margin: 10px 0;
}
.detail-color span.detail_item_list a:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    margin: 0;
    border: 1px solid var(--grey-light);
    transition: all 350ms linear;
    width: 75px;
    padding: 5px;
}
.detail-color span.detail_item_list.active {
    border: 1px solid var(--red);
}
.detail_item_list{
    position: relative;
}
.detail-color span.detail_item_list img:hover{
    cursor: help;
}
.detail-color span.detail_item_list:hover{
    cursor: help;
}
body .detail-color span.detail_item_list:hover {
    cursor: pointer;
}
body .detail-color span.detail_item_list img:hover {
    cursor: pointer;
}
.parameter-popupr{
    display: none;
}
@media (min-width: 992px) {
    .detail-color .detail_item_list:hover .parameter-popup {
        display: block;
    }
}
@media (min-width: 768px) {
    .detail-color .detail_item_list .parameter-popup {
        left: -104px;
        top: 82px;
        width: 280px;
    }
}
.detail-color .detail_item_list .parameter-popup {
    background-color: var(--green);
    border: 1px solid var(--green);
    border-radius: 5px;
    color: #fff;
    display: none;
    font-size: 13px;
    padding: 12px 10px;
    position: absolute;
    text-decoration: none;
    z-index: 5;
}
@media (min-width: 768px) {
    .detail-color .detail_item_list .parameter-popup:before {
        border-color: transparent transparent var(--green);
        border-style: solid;
        border-width: 0 8px 8px;
        content: "";
        height: 0;
        left: 50%;
        margin-left: -8px;
        position: absolute;
        top: -9px;
        width: 0;
    }
}
.detail-color .detail_item_list .parameter-popup .name {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    width: 100%;
}
.detail-color .detail_item_list .parameter-popup .desc {
    font-size: 12px;
    margin-bottom: 7px;
    margin-top: 2px;
}
.detail-color .detail_item_list .parameter-popup .availability {
    margin-bottom: 5px;
}
.detail-color .detail_item_list .parameter-popup .availability span {
    font-weight: 700;
}
.detail-color .detail_item_list .parameter-popup .availability span:not([style="color:#66bb33"]) {
    display: none;
}
.detail-color .detail_item_list .parameter-popup .bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.detail-color .detail_item_list .parameter-popup .price {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}
.detail-color .detail_item_list .parameter-popup .bottom .btn-primary {
    font-size: 13px;
    margin-left: 10px;
    max-width: 90px;
    min-width: auto;
    border: 1px solid #dc0210;
    background-color: #dc0210;
    padding: 8px 20px 6px;
    width: auto;
}
.detail-color .detail_item_list .parameter-popup .bottom .btn-primary:hover {
    font-size: 13px;
    margin-left: 10px;
    max-width: 90px;
    color: white;
    border: 1px solid #bb0713;
    background-color: #bb0713;
    min-width: auto;
    padding: 8px 20px 6px;
    width: auto;
}
@media (min-width: 768px) {
    .detail-color .detail_item_list .parameter-popup:after {
        content: "";
        height: 9px;
        left: 0;
        position: absolute;
        top: -9px;
        width: 100%;
    }
}
span.detail_item_list img{
    opacity: 1;
    transition: all 0.3s ease-out !important;
}
p.params_data_img{
    border: 1px solid var(--grey-light);
    opacity: 1;
    transition: all 0.3s ease-out !important;
    text-align: center;
}
p.params_data_img a {
    display: block;
    padding: 15% 0;
}
p.params_data_img.zatemnit_image{
    opacity: 0.4;
}
span.detail_item_list img.zatemnit_image{
    opacity: 0.4;
}

.modal.slide-from-right {
    position: fixed;
    top: 0;
    right: -560px;
    width: 560px;
    height: 100%;
    padding: 40px 20px 20px;
    border-radius: 0;
    background: #fff;
    transition: all 350ms linear;
    z-index: 60;
}
.modal.slide-from-right.opened {
    right: 0;
    overflow: auto;
}
.modal.slide-from-right.closing {
    right: -500px;
}
.modal.slide-from-right .close_modal {
    position: absolute;
    top: -10px;
    right: 20px;
    color: var(--red);
    font-size: 40px;
    text-decoration: none;
}
.modal.slide-from-right .title {
    padding-top: 10px;
}
.shippings_list_product {
    display: grid;
    grid-template-columns: 80px auto;
    align-items: center;
    gap: 0 15px;
    border-bottom: 1px solid var(--grey-light);
}
.header-shipping + .shippings_list_product {
    border-top: 1px solid var(--grey-light);
}
.shippings_list_product p {
    margin: 5px 0;
}

.technology {
    max-width: 1300px;
    margin: auto;
    padding: 20px 0 35px;
}
.technology-title {
    max-width: 800px;
    color: var(--green);
    font-family: var(--font);
    font-size: 72px;
    font-weight: bold;
}
.technology .halves {
    padding: 20px 0;
    align-items: center;
}
.technology .title {
    padding: 25px 0 1px;
    color: var(--green);
    font-size: 40px;
}
.technology img {
    max-height: 600px;
}

.technology-wrapper {
    max-width: 1600px;
    margin: auto;
    padding-bottom: 50px;
    overflow: hidden;
}
.technology-wrapper h2 {
    color: var(--green);
    font-family: var(--font);
    font-weight: 600;
}
.technology-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.technology-top > div:first-child {
    padding-right: 10%;
}
.technology-top > div:first-child + div {
    padding-left: 10%;
    border-left: 1px solid var(--grey-light);
}
.gsap-color-1, .gsap-color-2 {
    display: inline !important;
    margin-top: 0;
    font-family: var(--font);
    font-size: 72px;
    font-weight: 600;
    text-transform: uppercase;
    background: linear-gradient(
            to right,
            var(--green),
            var(--green)
    ) no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 0%;
    color: rgba(0,0,0,.2);
    transition: background-size 350ms linear;
}
.gsap-color-2 svg {
    position: relative;
    top: 5px;
    max-height: 70px;
    filter: grayscale(1);
    opacity: 0.2;
}
.gsap-opacity-1, .gsap-opacity-2 {
    opacity: 0;
}
.technology-sole {
    position: relative;
    padding-top: 120px;
    padding-bottom: 80px;
    text-align: center;
}
.technology-sole img {
    width: 800px;
}
.technology-sole h2 {
}
.technology-sole-text-left {
    position: absolute;
    top: 130px;
    left: 10%;
    max-width: 35%;
    text-align: left;
    z-index: 2;
}
.technology-sole-text-right {
    position: absolute;
    top: 40px;
    left: 50%;
    max-width: 45%;
    text-align: left;
    z-index: 2;
}
.technology-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 0 7%;
    padding-top: 25px;
}
.technology-benefits div {
    position: relative;
}
.technology-benefits h2 {
    padding-top: 25px;
}
.technology-benefits > div:first-child + div {
    text-align: center;
}
.technology-benefits-img {
    position: relative;
    margin: 125px 0 30px;
}
.technology-benefits-img img + img {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    z-index: 2;
}
.technology-benefits-img img + img + img {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    z-index: 2;
}

#family_club_index .title {
    padding: 25px 0 1px;
    color: var(--green);
    font-size: 40px;
}
#family_club_index .title img {
    position: relative;
    top: 7px;
    margin-left: 5px;
}
#family_club_index .link {
    padding: 15px 0;
}
#family_club_index .link > * + * {
    margin-left: 15px;
    border: 1px solid var(--grey-dark);
    background-color: #fff;
    color: var(--grey-dark);
}
#family_club_index .link > * + *:hover {
    background-color: var(--grey-dark);
    color: #fff;
}
.club-points {
    display: grid;
    grid-template-columns: repeat(4, 300px);
    justify-content: center;
    gap: 15px;
    padding: 15px 0;
}
.club-points > div {
    padding: 10px 25px;
    border-radius: 4px;
    background-color: var(--grey-light);
}
.club-points strong {
    color: var(--green);
}
.club-points hr {
    filter: contrast(.85);
}
.club-progress {
    max-width: 600px;
    margin: auto;
    color: var(--green);
    text-align: left;
}
.club-progress > div {
    display: flex;
    align-items: center;
    gap: 0 20px;
    padding: 2px 0;
}
.club-progress span {
    display: block;
    width: 36px;
    height: 36px;
    padding-top: 8px;
    border-radius: 25px;
    background-color: var(--grey-light);
    text-align: center;
}
.club-progress strong {
    font-weight: 900;
    text-transform: uppercase;
}
.club-progress img {
    position: relative;
    top: 2px;
    height: 16px;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 385px auto;
    gap: 0 10px;
    width: 950px;
    max-width: 100%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 25px;
}
.contact-info {
}
.contact-box {
    margin-top: 10px;
    padding: 1px 20px 5px;
    border: 1px solid var(--grey-light);
}
.contact-box h3 {
    color: var(--green);
}
.contact-map {
    padding-top: 10px;
}
.contact-map iframe {
    width: 100%;
    height: 100%;
}

.btn-green, .btn-orange, .btn-grey, .btn-beige {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 12px;
    background-color: #ccc;
}
.btn-green {
    background-color: var(--green);
    color: #fff;
}
.btn-orange {
    background-color: #CD7F32;
    color: #fff;
}
.btn-beige {
    background-color: #D6B87D;
}

.slider-products, .products-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 10px;
    margin-top: 20px;
    margin-bottom: 35px;
}
.slider-products-content {
    position: relative;
    border: 1px solid var(--grey-light);
    overflow: hidden;
}
.slider-products a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
.slider-products-tags {
    position: absolute;
    top: -5px;
    left: 10px;
    z-index: 2;
}
.slider-products-tags span {
    display: block;
    width: max-content;
    margin-bottom: 5px;
    padding: 5px 10px;
    color: #fff;
}
.slider-products-img {
    margin: 0;
}
.slider-products-img a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 453px;
    padding: 20px;
}
.products_search .slider-products-img a {
    height: 353px;
}
.slider-products-img img {
    max-height: 100%;
}
.slider-products-content ul {
    position: absolute;
    bottom: -13px;
    left: 10px;
    transition: all 350ms linear;
    z-index: 2;
}
.slider-products-content:hover ul {
    bottom: 34px;
}
#addtocart_modal .slider-products-content ul {
    display: none;
}
.slider-products-content li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 6px;
    cursor: pointer;
}
.slider-products-content li a {
    display: block;
    padding: 3px 4px;
    border: 1px solid var(--grey-light);
    background-color: #fff;
    color: var(--grey);
}
.slider-products-content li a:hover, .slider-products-content li.active a {
    border: 1px solid var(--grey-dark);
    color: var(--grey-dark);
}
.slider-products-content li.open_more_div a {
    padding: 3px 9px;
}
.slider-products-content .link {
    position: absolute;
    bottom: -55px;
    left: 10px;
    width: 100%;
    margin: 5px -10px;
    transition: all 350ms linear;
    z-index: 2;
}
.slider-products-content:hover .link {
    bottom: -5px;
}
.slider-products-content .link a {
    width: 100%;
}
.velikost_item a, .velikost_item a:hover {
    text-decoration: none;
}
.slider-products-id {
    font-size: 13px;
    opacity: .8;
}
.slider-products-id + *, .slider-products-id + * + * {
    font-weight: 600;
}
.combination_ul .velikost_item{
    width: 24px;
}
.combination_ul .velikost_item:hover {
    background: #dc0210;
    border: 1px solid white;
}
.products-list s {
    color: var(--grey-light);
}

.site-content {
    padding-top: 15px;
    padding-bottom: 35px;
    text-align: left;
}

.favorites {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0 10px;
    padding: 5px 0 25px;
}
.favorites > div {
    position: relative;
}
.favorites-img {
    height: 300px;
    margin-top: 0;
    overflow: hidden;
}
.favorites-img img {
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    width: 100%;
    object-fit: cover;
}
.favorites .link {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%,-50%);
    white-space: nowrap;
    z-index: 2;
}
.favorites .link > * {
    border: 1px solid #fff;
    background: none;
}
.favorite-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 2;
}
.favorite-btn .active path {
    stroke: var(--green);
    fill: var(--green);
}
#lightgallery .favorite-btn {
    top: 20px;
    right: 15px;
}

.news-offer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 10px;
}
.news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding-top: 10px;
}
.news-img {
    height: 300px;
    margin-top: 0;
    overflow: hidden;
}
.news-img img {
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    width: 100%;
    object-fit: cover;
}
.news .grey {
    font-size: 12px;
}
.news .grey + * {
    font-weight: 600;
}
.offer {
    display: grid;
    grid-template-columns: auto auto;
    gap: 40px;
    margin-top: 22px;
    padding: 25px 40px 29px;
    background-color: var(--green);
    color: #fff;
}
.offer-title {
    font-size: var(--font-huge);
    font-family: var(--font);
    font-weight: bold;
    text-transform: uppercase;
}
.offer .link a {
    margin-top: 10px;
    border: 1px solid #fff;
}
.offer > div + div p:first-child {
    margin-bottom: -20px;
    font-size: 36px;
    font-family: var(--font);
    font-weight: bold;
}
.offer > div + div p:last-child {
    margin-top: -20px;
    font-size: 36px;
    font-family: var(--font);
    font-weight: bold;
}

.site-newsletter {
    padding: 5px 0;
    background-color: var(--green);
    color: #fff;
    text-transform: uppercase;
}
.site-newsletter .container {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
}
.site-newsletter .container > p {
    font-family: var(--font);
    font-size: var(--font-medium);
    font-weight: bold;
}
.site-newsletter input {
    width: 300px;
    padding: 15px;
    border: 0;
    border-radius: 0;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.site-newsletter button {
    margin-left: 15px;
    padding: 14px 25px;
    border: 1px solid #fff;
    background-color: var(--green);
    color: #fff;
    font-size: 13px;
    transition: all 350ms linear;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}
.site-newsletter button:hover {
    background-color: #fff;
    color: #000;
}

.categories-list {
    overflow: auto;
}
.categories-list p {
    float: left;
    margin: 3px 7px 4px 0;
}
.categories-list a {
    display: block;
    padding: 5px 12px;
    border: 1px solid #d2d2d2;
    white-space: nowrap;
    text-decoration: none;
}
.categories-list a:hover, .categories-list .active a {
    border: 1px solid var(--red);
    text-decoration: none;
}
.categories-list.slick-slider {
}
.categories-list.slick-slider .slick-prev {
    left: 0;
}

.filter_home_page_pr {
    padding-bottom: 15px;
    list-style-type: none;
}
.filter_home_page_pr li {
    display: inline-block;
    padding: 5px 0;
}
.filter_home_page_pr li p {
    margin: 0;
}
.filter_home_page_pr .link > * {
    border: 1px solid var(--grey-light);
}
.filter_home_page_pr .link:hover > * {
    border: 1px solid #000;
    color: #fff;
}
.filter_home_page_pr > li:first-child .link:hover > * {
    color: var(--grey-dark);
}
.filter_home_page_pr .active .link > * {
    border: 1px solid #000;
}
.filter_home_page_pr > li:first-child a {
    background-color: #fff;
    color: var(--grey-dark);
}
.obal_wrapper_grey {
    position: relative;
    padding: 10px 0;
    background-color: var(--grey-light);
}
.filtry_wrapper {
    background-color: var(--grey-light);
}
.filters {
    display: grid;
    grid-template-columns: auto auto;
    align-items: baseline;
    justify-content: space-between;
}
.filters-all a, .filters-all a:hover {
    font-weight: 600;
    text-decoration: none;
}
.filters-all img {
    position: relative;
    top: -1px;
    left: 2px;
}
.posun_slider_cat {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    user-select: none;
}
.posun_slider_cat span img {
    position: relative;
    top: 1px;
    left: 5px;
    height: 11px;
}
#selected_filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    padding-bottom: 15px;
}
#selected_filters > p {
    margin: 0 0 5px;
}
#selected_filters span img {
    position: relative;
    top: 1px;
    left: 5px;
    height: 11px;
}
.remove_param, .remove_param:hover {
    text-decoration: none;
    cursor: default;
}
.remove_param:hover img {
    cursor: pointer;
}
.filters select {
    border: 0;
    background-color: transparent;
}
.filters-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.5);
    z-index: 42;
}
.filters-modal.active {
    display: block;
}
.filters-modal > div {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    max-height: 100vh;
    padding: 10px 20px;
    background-color: #fff;
    overflow: auto;
}
.filters-modal-close {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 2;
}
.filters-modal .title {
    color: var(--green);
}
.filters-modal .link a {
    width: 100%;
}
.filters-item {
    position: relative;
}
.filters-item > p {
    font-weight: 600;
    cursor: pointer;
}
.filters-item.active > p {
    position: relative;
    color: var(--red);
}
.filters-item > p span:last-child {
    display: inline-block;
    margin-left: 5px;
    transform: rotate(90deg);
    transform-origin: center center;
}
.filters-item.active > p span:last-child {
    transform: rotate(270deg);
}
.pocet_sel.active, .count_filters_bottom {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 2px;
    padding-top: 4px;
    border-radius: 20px;
    background-color: var(--green);
    color: white;
    font-size: 11px;
    text-align: center;
}
.filters-item > div {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 420px;
    padding: 10px 20px 5px;
    border: 1px solid var(--grey-light);
    background-color: #fff;
    text-align: left;
    z-index: 4;
}
.filters-item.active > div {
    display: block;
}
.filters-item .link {
    clear: both;
    padding-top: 5px;
}
.filters-item .link a {
    width: 100%;
}
.razeni_item {
    display: none;
}
.filters .is-disabled {
    cursor: not-allowed;
    background: #cbb9bd;
    opacity: 0.45;
}
.filters .is-disabled input[type="checkbox"] {
    pointer-events: none;
}
.filters p.s-disabledl label {
    pointer-events: none;
    cursor: not-allowed;
}
.filters .is-disabled .pocet_s {
    opacity: 0.6;
}
.filters .is-disabled {
    opacity: 0.45;
    cursor: not-allowed;
}
.filters .pocets {
    padding-left: 5px;
    color: var(--green);
}
.accordion.modal_section .pocets {
    padding-left: 5px;
    color: var(--green);
}
.filters .is-disabled,
.filters p.s-disabledl label,
.filters .is-disabled input {
    pointer-events: none;
}
p.checkbox.is-disabledl{
    pointer-events: none;
    user-select: none;
    cursor: not-allowed;
    color: var(--grey-light);
}
input:disabled {
    background-color: var(--grey-light);
    opacity: 0.5;
}
.filters-item .item.conflict {
    opacity: .6;
}
#resetfiltry{
    display: none!important;
}
.active_selected .params_section {
    color: var(--red);
}

.slider-products-content li.open_more_div {
    display: none;
}
.mobile-div a, .mobile-div a:hover {
    text-decoration: none;
}
.mobile-div.active {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    padding: 20px 20px 10px;
    background-color: #fff;
    z-index: 36;
}
.slider-products-content .mobile-div.active ul {
    position: static;
}
.slider-products-content .mobile-div.active li a {
    padding: 13px 14px;
}
.close-mobile-div {
    display: none;
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 50px;
    cursor: pointer;
}
.mobile-div.active .close-mobile-div {
    display: block;
}
.mobile_name{
    display: none;
    margin-bottom: 30px;
    padding-right: 25px;
    font-size: var(--font-big);
    cursor: pointer;
}
.mobile-div.active .mobile_name{
    display: block;
}
#filters_modals {
    padding-bottom: 25px;
}
#filters_modals .link {
    position: fixed;
    bottom: 20px;
    right: 20px;
    margin-bottom: 0;
}
#filters_modals_bottom {
    top: auto;
    bottom: 0;
    width: 100vw;
    max-width: none;
    height: 70vh;
    overflow: hidden;
}
#filters_bottom {
    height: 100%;
    text-align: center;
    overflow: auto;
}
.tabcontent_bottom {
    display: none;
}
.tabcontent_bottom.active {
    display: block;
}
.tabcontent_bottom .checkbox input {
    float: none !important;
    margin: 8px auto !important;
}
.header_bottoms_filter {
    padding: 0 30px 0 40px;
}
.header_bottoms_filter p {
    position: relative;
}
.header_bottoms_filter ul {
    list-style-type: none;
}
.header_bottoms_filter li {
    position: relative;
    display: inline-block;
    padding: 0 6px;
}
.header_bottoms_filter button {
    display: block;
    padding: 5px 12px;
    border: 1px solid var(--grey-light);
    background-color: #fff;
    color: var(--grey-dark);
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
}
.header_bottoms_filter button.active {
    border: 1px solid var(--red);
}
.header_bottoms_filter button.slick-prev {
    top: 22px;
    left: -30px;
    border: 0;
}
.header_bottoms_filter button.slick-next {
    top: 22px;
    right: -30px;
    border: 0;
}
.count_filters_bottom {
    display: none;
}
.count_filters_bottom.active {
    position: absolute;
    top: -9px;
    right: -8px;
    display: block;
}
.content_current_tab {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 20px;
    height: calc(70vh - 240px);
    border-bottom: 10px solid #fff;
    overflow-y: auto;
}
.img_or_background {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: -6px 5px -9px 0;
    border: 1px solid #000000ad;
}
.availability {
    padding: 1px 0 0;
}
.svg_shipping {
    float: left;
    width: 50px;
    height: 50px;
    margin: -15px 15px 10px 0;
    fill: #00684b;
}

.dd{

    display: none!important;
}
body .mobile-div.active .dd{
    display: inline-block!important;
}
.wishlist.margibottom {
    margin-bottom: 92px;
}
.no_active_param{
    pointer-events: none;
    user-select: none;
    opacity: 0.5;

}
body .club_tags{
    font-size: 13px;
    border-radius: 0;
}
body .club_tags > span{
    padding: 0;
    margin: 0;
    display: inline-block;
}
.date_add_favorites {
    font-size:14px;
    color: #00684b;
}
body .splide__arrow:disabled{
    display: none;
}
#connector-layer {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 99;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 25px;
    height: 50px;
    width: 50px;
    border: 1px solid var(--green);
    background-color: #fff;
    transition: all 350ms linear;
    z-index: 3;
}
.back-to-top:hover {
    background-color: var(--green);
}
.back-to-top:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url('/assets/img/arrow-up.svg') no-repeat center center;
    content: "";
    z-index: 2;
}
.back-to-top:hover:before {
    filter: grayscale(1) brightness(4);
}
.back-to-top.show {
    display: block;
}

body.no_scroll {
    position: fixed;
    overflow: hidden;
}

.registration {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 7%;
    padding: 0 100px;
}
.registration .title {
    color: var(--red);
    font-size: var(--font-huge);
}
.registration ol {
    list-style: none;
}
.registration ol li {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--green);
    counter-increment: step-counter;
}
.registration ol li:before {
    position: absolute;
    top: 5px;
    left: -40px;
    width: 30px;
    height: 30px;
    padding-top: 5px;
    border-radius: 100%;
    background-color: #efefeb;
    content: counter(step-counter);
    box-sizing: border-box;
    text-align: center;
}
.registration form {
    margin: 20px 0;
    padding: 5px 30px 15px;
    border: 1px solid var(--grey-light);
}
.registration > div:last-child form {
    background-color: var(--grey-light);
}
.registration input:not([type=checkbox]):not([type=radio]),
.registration select,
.modal input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
    width: 100%;
    margin: 5px 0;
    padding: 15px 10px;
    border: 1px solid var(--grey-light);
    background-color: #fff;
    color: var(--grey-dark);
}

#prefix_register {
    width: 55px;
}
#phone_register {
    width: calc(100% - 55px);
}
.registration input[type=number] {
    float: left;
    width: 70px !important;
    -moz-appearance: textfield;
}
.registration input::-webkit-outer-spin-button,
.registration input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.registration input[type=number] + input {
    width: calc(100% - 70px) !important;
}
.registration .link {
    padding-top: 10px;
}
.registration .link a {
    display: block;
}
#reset_password_form label {
    position: relative;
    display: block;
}
#reset_password_form label button {
    position: absolute;
    top: 30px;
    right: 5px;
    border: 0;
    background-color: transparent;
}

body.modal-open {
    position: fixed;
    overflow: hidden;
}

.accordion {
    margin: 20px 0 25px;
    padding: 0;
    border-bottom: 1px solid var(--grey-light);
    list-style-type: none;
}
.accordion-toggle {
    position: relative;
    display: block;
    padding: 13px 0;
    border-top: 1px solid var(--grey-light);
    font-weight: 600;
    text-decoration: none;
}
.accordion-toggle:hover, .accordion-toggle.active {
    color: var(--green);
    text-decoration: none;
}
.accordion-toggle::after {
    position: absolute;
    top: 6px;
    right: 0;
    content: "+";
    font-size: 24px;
}
.accordion-toggle.active::after {
    content: "-";
}
.accordion-toggle + * {
    display: none;
    padding: 0 20px 20px;
}
.accordion-toggle.active + * {
    /*display: block;*/
}
.detail .accordion div ul {
    list-style-type: none;
}
.detail .accordion div li {
    padding-left: 15px;
    background: url('/assets/img/yes.svg') no-repeat 0 7px;
}

.columns-2 {
    padding-top: 5px;
}
.columns-2 p {
    display: inline-block;
    width: 49%;
    margin: 0 0 15px;
    padding-right: 5px;
}

.columns-3 {
    padding: 10px 0;
    column-count: 3;
    column-gap: 20px;
}
.columns-3 p {
    margin: 0 0 15px;
}

.checkbox {
    clear: both;
}
.checkbox label {
    cursor: pointer;
}
.checkbox input, .checkbox input:checked {
    float: left;
    display: grid;
    place-content: center;
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    background-color: #fff;
    appearance: none;
    cursor: pointer;
}
.checkbox input:before, .checkbox input:checked:before {
    width: 14px;
    height: 14px;
    content: "";
    transform: scale(0);
    transition: 120ms all linear;
    box-shadow: inset 1em 1em #fff;
}
body .checkbox input:checked {
    border: 1px solid var(--red) !important;
    border-radius: 2px !important;
    background-color: var(--red) !important;
}
.checkbox input:checked:before {
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%) !important;
    transform: scale(.7) !important;
    transform-origin: center center !important;
}

.radio {
    clear: both;
}
.radio label {
    cursor: pointer;
}
.radio input {
    float: left;
    display: grid;
    place-content: center;
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
    border: 1px solid #d1d1d1;
    border-radius: 20px;
    appearance: none;
    cursor: pointer;
}
.radio input:checked {
    border: 1px solid var(--red);
    border-radius: 20px;
    background-color: var(--red);
    box-shadow: inset 0 0 0 3px #fff;
}

.site-cart {
    display: grid;
    grid-template-columns: auto 500px;
    gap: 0 10%;
    padding-bottom: 25px;
}
.cart-left {
}
#is_create_check {
    margin-bottom: 15px;
}
.cart-item {
    position: relative;
    display: grid;
    grid-template-columns: 200px auto;
    padding: 15px 0;
    border-top: 1px solid var(--grey-light);
    border-bottom: 1px solid var(--grey-light);
    font-size: 12px;
}
.cart-item + .cart-item {
    border-top: 0;
}
.cart-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    padding: 20px;
    border: 1px solid var(--grey-light);
}
.cart-item-img img {
    max-height: 100%;
}
.cart-item > div {
    padding: 0 20px;
}
.cart-item-title {
    font-size: 15px;
    font-weight: 600;
}
.cart-item-title a {
    text-decoration: none;
}
.cart-item-price {
    color: var(--red);
    font-size: 15px;
    font-weight: 600;
}
.cart-item-price span {
    margin-left: 15px;
    color: #c6c6c6;
    text-decoration: line-through;
}
.cart-amount {
    overflow: auto;
}
.cart-amount-minus, .cart-amount-plus {
    float: left;
    width: 30px;
    height: 28px;
    border: 1px solid var(--grey-light);
    background-color: #fff;
    color: #787878;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
}
.cart-amount-minus {
    border-right: 0;
}
.cart-amount-plus {
    border-left: 0;
}
.cart-amount-minus:hover, .cart-amount-plus:hover {
    color: var(--red);
}
.cart-amount-number {
    float: left;
    width: 40px;
    height: 28px;
    border: 0;
    border-top: 1px solid var(--grey-light);
    border-bottom: 1px solid var(--grey-light);
    text-align: center;
}
.item_message {
    font-size: 14px;
}
.cart-item-other {
    display: grid;
    grid-template-columns: 35px 85px auto;
    padding: 10px 0 0;
    font-size: 15px;
}
.cart-item-other + .cart-item-other {
    margin-top: -25px;
}
.cart-item-other a {
    text-decoration: none;
}
.cart-item-other .checkbox {
    margin-top: 45px;
}
.cart-item-other-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    padding: 10px;
    border: 1px solid var(--grey-light);
    cursor: pointer;
}
.cart-item-other > div {
    padding: 0 0 0 20px;
    font-weight: 600;
}
.cart-item-other > div .green {
    font-size: 12px;
}
.cart-item-remove {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 2;
}
.box-pick-up {
    color: var(--grey);
    font-size: 12px;
}
.box-pick-up input {
    position: relative;
    top: 2px;
}
.box-pick-up img {
    position: relative;
    top: 3px;
    max-width: 60px;
    height: 16px;
    margin-left: 5px;
}
.set-billing-address {
    padding-top: 15px;
    color: var(--grey);
    font-size: 12px;
}
.set-billing-address input {
    position: relative;
    top: -3px;
}
.cart-progress {
    display: flex;
    justify-content: space-evenly;
    max-width: 64%;
    margin-bottom: 35px;
    padding: 0;
    border-bottom: 1px solid var(--grey-light);
    list-style-type: none;
}
.cart-progress li {
    position: relative;
    top: 11px;
    background-color: #fff;
    z-index: 2;
}
.cart-progress li a {
    position: relative;
    display: grid;
    grid-template-columns: 25px auto;
    align-items: center;
    padding: 2px 15px;
    text-decoration: none;
    opacity: .5;
}
.cart-progress li.active a {
    opacity: 1;
}
.cart-progress li span:first-child {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 7px;
    padding-top: 2px;
    border-radius: 20px;
    background-color: var(--green);
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.cart-progress + div {
    padding: 0 100px;
}
.site-cart select, .cart-progress + div input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
    padding: 14px 10px;
    border: 1px solid var(--grey-light);
    border-radius: 0;
    background-color: #fff;
    font-size: 15px;
}
.cart-right {
    position: relative;
}
.cart-right-fixed {
    position: sticky;
    top: 110px;
    z-index: 2;
}
.cart-coupon {
    padding: 5px 0;
    border: 1px solid var(--red);
    overflow: auto;
}
.cart-coupon a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}
.cart-coupon a:hover {
    text-decoration: none;
}
.cart-coupon a:after {
    position: absolute;
    top: -5px;
    right: 0;
    width: 44px;
    height: 44px;
    background-color: var(--red);
    color: #fff;
    content: "+";
    font-size: var(--font-big);
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
}
.cart-coupon.active a:after {
    background-color: transparent;
    content: "−";
    color: var(--grey-dark);
}
.cart-coupon label {
    display: none;
    float: left;
    width: calc(100% - 130px);
    height: 30px;
    margin: 15px 0 10px 15px;
}
.cart-coupon.active label {
    display: block;
}
.cart-coupon input {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    border: 1px solid var(--grey-light);
}
.cart-coupon button {
    display: none;
    float: left;
    width: 100px;
    height: 30px;
    margin: 15px 15px 10px 0;
    border: 1px solid var(--red);
    background-color: var(--red);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    transition: all 350ms linear;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}
.cart-coupon.active button {
    display: block;
}
.cart-coupon button:hover {
    background-color: #fff;
    color: var(--red);
}
.cart-coupon.active .coupon_message {
    display: block;
    margin-left: 20px;
    font-size: 13px;
}
.cart-right-item {
    display: grid;
    grid-template-columns: 70px auto 70px;
    align-items: center;
    font-size: 13px;
}
.cart-right-item + .cart-right-item {
    margin-top: -20px;
}
.cart-right-item a {
    text-decoration: none;
}
.cart-right-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    padding: 10px;
    border: 1px solid var(--grey-light);
}
.cart-right-item-img img {
    max-height: 90%;
}
.cart-right-item > div {
    padding: 0 10px 0 15px;
}
.cart-right-item > *:last-child {
    text-align: right;
}
.cart-right-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-right-row span {
    font-size: 12px;
    opacity: .6;
}
.cart-right .link a {
    width: 100%;
    margin-top: 10px;
}
.cart-right .link + .link {
    margin-top: -20px;
}
.cart-right .link + .link a {
    border: 1px solid var(--grey-dark);
    background-color: #fff;
    color: var(--grey-dark);
}
.cart-right .link + .link a:hover {
    background-color: var(--grey-dark);
    color: #fff;
}
#souhlas1 {
    margin-bottom: 20px;
}
.cart-cards {
    font-size: 12px;
}
.cart-cards img {
    position: relative;
    top: 3px;
    height: 13px;
    margin-left: 4px;
}
.shipping-type {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5%;
    padding: 5px 0 25px;
}
.shipping-type a {
    display: block;
    padding: 25px 10px;
    border: 1px solid var(--grey-light);
    text-decoration: none;
    text-align: center;
}
.shipping-type a:hover, .shipping-type a.active {
    border: 1px solid var(--red);
    text-decoration: none;
}
.shipping-type a img {
    height: 46px;
    margin-bottom: 15px;
}
.cart-box {
    display: grid;
    grid-template-columns: 40px auto 100px 100px;
    align-items: center;
    margin: 5px 0 10px;
    padding: 10px 20px;
    border: 1px solid var(--grey-light);
}
.cart-box.active {
    border: 1px solid var(--red);
}
.cart-box p {
    margin: 7px 0;
}
.cart-box > div {
    padding: 0 15px 0 0;
}
.cart-box > div + * {
    text-align: center;
}
.cart-box > *:last-child {
    text-align: right;
}
.cart-box s {
    color: var(--red);
}
.cart-box.non_selected {
    border: 1px solid var(--grey-light);
    pointer-events: none;
}
.hide_input {
    display: block;
    height: 0;
    opacity: 0;
}
#dopravce_modal_global{
    max-width: none;
}
.disabled_switch{
    color: #000000;
    pointer-events: none;
    user-select: none;
    cursor: unset;
    opacity: 0.5;
    background: #dddddd57;
}
.disabled_switch > img {
    filter: grayscale(1);
    opacity: 0.5;
}
.popis_adresa{
    display: none;
}
.popis_adresa.is_active{
    display: block;
}
body .autoComplete_wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
}
.autoComplete_wrapper>ul>li mark {
    color: var(--red);
}
.adress_input {
    position: relative;
}
.adress_input.selected_address #street_data {
    border: 1px solid var(--red) !important;
}
.adress_input.selected_address #street_data::placeholder {
    color: var(--grey-dark);
}
.new_address_on {
    position: absolute;
    top: 12px;
    right: 7px;
}
.tooltip_dynamic svg {
    width: 15px;
    height: auto;
}

.family-club {
    margin: 50px 0;
    padding: 20px 30px;
    background-color: var(--green);
    color: #fff;
    text-align: center;
}
.family-club .title {
    font-size: var(--font-huge);
}
.family-club img {
    height: 34px;
}



.green-meter {
    height: 18px;
    margin: 20px auto 40px;
    border-radius: 15px;
    background-color: var(--grey-light);
}
.green-meter span {
    display: block;
    height: 100%;
    padding: 2px 0 0 0;
    border-radius: 15px;
    background-color: var(--green);
    color: #fff;
    font-size: 13px;
}
#pagination_section_bottom .green-meter {
    max-width: 300px;
}

.admin-pagination {
}
.pagination {
    text-align: center;
    list-style-type: none;
}
.pagination li {
    display: inline-block;
    margin: 0 1px;
}
.pagination li a {
    display: block;
    padding: 2px 7px;
    border: 1px solid var(--grey-light);
    text-decoration: none;
}
.pagination li.active a, .pagination li a:hover {
    border: 1px solid var(--green);
}

.breadcrumbs {
    position: relative;
    padding: 1px 0;
    background-color: var(--grey-light);
    color: var(--green);
    font-size: 12px;
    text-align: left;
}
.breadcrumbs a {
    color: var(--grey);
    text-decoration: none;
}
.breadcrumbs span {
    margin: 0 4px 0 1px;
    color: var(--grey);
}

.content-title {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 0 7%;
    padding-bottom: 30px;
}

.content-title > *:last-child {
    text-align: right;
}

.content-title > *:last-child img {
    max-height: 80px;
}


.shops-preface {
    max-width: 740px;
    margin: auto;
    text-align: center;
}
.shops-preface h1, .shops-preface .h1 {
    color: var(--green);
}
.shops-division {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 0 10%;
    margin: auto;
    padding: 30px 0 80px;
    text-align: center;
}
.shops-division-single {
    grid-template-columns: none;
    padding: 0 0 30px;
}
.shops-division-list {
    grid-template-columns: none;
    width: max-content;
    max-width: 1280px;
    padding: 20px 35px;
    border: 1px solid var(--grey-light);
}
.shops-division > div {
    width: max-content;
    padding: 5px 30px 15px;
    border: 1px solid var(--grey-light);
}
.shops-division > div + div {
    background-color: #f9f9f9;
}
.shops-division h1, .shops-division .h1 {
    color: var(--green);
}
.shops-division sup {
    color: initial;
    font-size: 11px;
}
.shops-division .h1 {
    padding-bottom: 10px;
}
.shops-division p {
    margin: 5px 0;
}
.shops-division a {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 5px 12px;
    border: 1px solid var(--grey-light);
    text-decoration: none;
}
.shops-division a:hover, .shops-division a.active {
    border: 1px solid var(--red);
    text-decoration: none;
}
.shops-division a + a {
    margin-left: 10px;
}
.shops-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    max-width: 1280px;
    margin: 30px auto;
}
.shops-list > div {
    position: relative;
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 0 20px;
    padding-right: 20px;
    border: 1px solid var(--grey-light);
}
.shops-item-tag {
    position: absolute;
    top: -5px;
    left: 10px;
    padding: 3px 8px;
    background-color: var(--red);
    color: #fff;
    z-index: 2;
}
.shop-img {
    margin: 0;
}
.shop-img img {
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    width: 100%;
    object-fit: cover;
}
.no_image .shop-img a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.no_image .shop-img img {
    min-width: 0;
    max-width: 90%;
    min-height: 0;
    object-fit: none;
}
.shops-item-content {
    position: relative;
    padding-bottom: 62px;
}
.shops-item-content a, .shops-item-content a:hover {
    text-decoration: none;
}
.shops-list h2 {
    height: 60px;
    color: var(--green);
    overflow: hidden;
}
.shops-item-data {
    width: 100%;
    border-collapse: collapse;
    empty-cells: show;
}
.shops-item-data td {
    padding: 8px 0;
    vertical-align: top;
}
.shops-item-data td:first-child {
    width: 80px;
}
.shops-item-data tr + tr {
    border-top: 1px solid var(--grey-light);
}
.shops-item-data span {
    font-weight: bold;
}
.shops-item-content .link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.shops-item-content .link a {
    display: block;
}
.shop-detail {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 0 4%;
    max-width: 1280px;
    margin: auto;
}
.shop-detail h1 {
    color: var(--green);
}
.shops-hours {
    padding: 5px 20px;
    border: 1px solid var(--grey-light);
}
.shops-hours table {
    width: 100%;
    border-collapse: collapse;
    empty-cells: show;
}
.shops-hours tr + tr {
    border-top: 1px solid var(--grey-light);
}
.shops-hours td {
    padding: 8px 0;
    vertical-align: top;
}
.shops-hours td:first-child {
    width: 23%;
}
.prodejna-gallery {
    position: relative;
    display: flex;

    flex-wrap: wrap;
    gap: 5px;
}
.first_item_prodejna{
    cursor: pointer;
}
.lg-sub-html {
    color: #a90707;
    font-weight: 600;
}
.grid_gallery {
    flex-basis: calc(100% / 4 - 5px);
}
body .prodejna-gallery p img {
    width: 100%;
    padding: 11px;
}

.news-intro {
    display: grid;
    grid-template-columns: 2fr 3fr;
    align-items: center;
    gap: 0 3%;
    max-width: 1280px;
    margin: auto;
    padding: 1px 0 25px;
}
.news-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px 15px;
}
.news-item-img {
    position: relative;
}
.news-item-img a {
    display: block;
    height: 358px;
}
.news-item-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-item-img span {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    padding: 3px 10px;
    background-color: var(--green);
    color: #fff;
    z-index: 2;
    text-align: center;
}
.news-detail {
    max-width: 900px;
    margin: auto;
    padding-bottom: 25px;
    text-align: center;
}
.news-detail h1 {
    color: var(--green);
}

.profile {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 25px;
    padding-bottom: 50px;
    text-align: left;
}
.profile-left {
    padding-top: 10px;
}
.profile-left ul {
    margin: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--grey-light);
    list-style-type: none;
}
.profile-left ul li {
    padding: 10px 0;
}
.profile-left ul li a {
    text-decoration: none;
}
.profile-left ul li a:hover, .profile-left ul li.active a {
    font-weight: bold;
}
.profile-left i {
    display: none;
}
.profile-right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 15px;
}
.profile-right strong {
    font-weight: 600;
}
.profile-awards {
    width: 25%;
}
.profile-awards > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 25px;
    padding: 5px 25px;
    background-color: var(--grey-light);
}
.profile-awards > div + div {
    border-top: 1px solid #ccc;
}
.profile-awards > div.active {
    margin-right: 0;
    background-color: #fff;
    box-shadow: 2px 1px 12px #ccc;
}
.profile-awards > div.active p:last-child {
    padding-right: 25px;
}
.profile-awards > div strong {
    display: block;
    color: var(--green);
    font-weight: normal;
}
.profile-account {
    width: 70%;
}
.profile-account > div {
    display: grid;
    grid-template-columns: 26% 26% 40%;
    justify-content: space-between;
    padding: 10px 25px;
    border: 1px solid var(--grey-light);
    text-align: center;
}
.profile-account-1, .profile-account-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    padding: 0 5px;
    background-color: var(--grey-light);
}
.profile-account-3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    height: 110px;
}
.profile-account-3 > div {
    height: 100%;
    padding-top: 10px;
    border: 1px solid var(--grey-light);
}
.profile-account-3 p {
    margin: 5px 0;
}
.profile-account-3 a {
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid var(--grey-light);
    text-decoration: none;
}
.profile-points {
    position: relative;
    width: 49%;
    height: 330px;
    padding: 5px 25px 50px;
    border: 1px solid var(--grey-light);
    overflow: hidden;
}
.profile-points.active {
    height: auto;
}
.profile-points > p:first-child {
    display: flex;
    justify-content: space-between;
}
.profile-points table {
    width: 100%;
    border-collapse: collapse;
    empty-cells: show;
}
.profile-points table th {
    padding-bottom: 10px;
}
.profile-points table td {
    padding: 10px 5px 10px 0;
}
.profile-points table tr:nth-child(odd) td {
    background-color: var(--grey-light);
}
.profile-points table td:first-child {
    padding-left: 10px;
}
.profile-points .text-right {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 15px 25px;
    background-color: #fff;
    z-index: 2;
}
.profile-points .text-right.active {
    display: none;
}
.profile-vouchers {
    position: relative;
    width: 49%;
    height: 330px;
    padding: 5px 25px 50px;
    border: 1px solid var(--grey-light);
    overflow: hidden;
}
.profile-vouchers.active {
    height: auto;
}
.profile-vouchers-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    text-align: center;
}
.profile-vouchers-list > * {
    padding: 5px 20px;
    background-color: var(--grey-light);
}
.profile-vouchers > div a {
}
.profile-vouchers .text-right {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 15px 25px;
    background-color: #fff;
    z-index: 2;
}
.profile-vouchers .text-right.active {
    display: none;
}

.tab {
    flex: 0 0 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 10px;
}
.tab button {
    padding: 15px 10px;
    border: 1px solid var(--grey-light);
    background-color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.tab button.active, .tab button:hover {
    border: 1px solid var(--red);
}
.tabcontent {
    display: none;
    flex: 0 0 100%;
    padding-top: 20px;
}
.tabcontent.active {
    display: block;
}
.tabcontent .registration, .profile-right .registration {
    grid-template-columns: 1fr 1fr;
    padding: 0;
}

.fa-lights{
    font-weight: 400;
}

.slider-products-content .favorite-btn {
    position: absolute;
    right: 14px;
    top: 10px;
}

.detail-size > div:hover, .detail-size > div.active_varianta {
    border: 1px solid var(--red);
}

.sku_vysvit.active {
    font-weight: 800;
}
.mySpriteSpin {
    width: 100%;
}

.ui-slider .ui-slider-handle {
    width: 2.2em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #b60e0e;
    background: #b60e0e none;
}

#slider .ui-state-default, #slider .ui-widget-content .ui-state-default {
    border: 0;
}
.c360buttons {
    text-align: center;
}
.c360btn {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 1px;
    border: 1px solid #aaa;
    border-radius: 20px;
    font-size: 0;
    transition: all 350ms linear;
    text-indent: -100em;
    cursor: pointer;
}

.c360btn[data-type='prev'] {
    background: #fff url('/assets/img/c360i1.png') no-repeat center center;
    background-size: 33px 33px;
}

.c360btn[data-type='next'] {
    background: #fff url('/assets/img/c360i2.png') no-repeat center center;
    background-size: 33px 33px;
}

.c360btn[data-type='toggle'],
.c360btn[data-type='reverse'] {
    background: #fff url('/assets/img/c360i4.png') no-repeat center center;
    background-size: 33px 33px;
}

.c360btn[data-type='zoom'] {
    background: #fff url('/assets/img/c360i3.png') no-repeat center center;
    background-size: 33px 33px;
}
.c360btn[data-type='full'] {
    background: #fff url('/assets/img/c360i5.png') no-repeat center center;
    background-size: 33px 33px;
}
.c360btn:hover {
    background-size: 20px 20px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {

    background: #006f51!important;

}



body .mySpriteSpin {

    background: white;
}

ul.combination_ul{
    display: inline-block;
}
ul.combination_ul > li{

    display: inline-block;
    padding: 4px;
    border: 1px solid #ffffff;
    font-size: 11px;
}

.table_modal_detailpr tr.active {
    background: var(--red);
    color: white;
}
.dostupnost_text{
    padding: 0;
    margin: 0;
    color: #1ba11b;
    font-weight: 600;
}
.detail-addcart_section{
    display: flex;
    gap: 12px;
}
.detail-addcart_section p.detail-buy {
    width: 100%;
}

.detail-addcart_section .detail-buy-qty a,.detail-addcart_section .detail-buy-qty input {
    height: 40px;
    padding-top: 4px;
}
.detail-addcart_section .detail-buy-qty input{
    padding-left: 12px;
}


.lg-container .lg-backdrop {
    background-color: #fff;
}
.lg-container .lg-outer .lg-thumb-outer {
    background-color: #fff;
}
.lg-container .lg-next, .lg-container .lg-prev {
    background-color: #fff;
    color: #999;
}
.lg-container .lg-next:hover:not(.disabled), .lg-container .lg-prev:hover:not(.disabled) {
    color: #000;
}
.lg-container .lg-toolbar .lg-icon:hover {
    color: #000;
}

body .notie-background-success {
    background-color: var(--green);
}
body .notie-background-error {
    background-color: var(--red);
}
body .notie-container {
    z-index: 666;
}
body .notie-textbox {
    padding: 20px;
}
body .notie-background-info {
    background-color: #fff;
    color: black;
}

.error {
    margin-bottom: 6px;
    color: var(--red);
}

#search-loader2 {
    z-index: 29;
}
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 90%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.loader-spinner {
    width: 80px;
    height: 80px;
    border: 4px solid #ccc;
    border-top-color: #000;
    border-radius: 50%;
    animation: 0.8s linear infinite spin;
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100%,
    to {
        transform: rotate(360deg);
    }
}

.no_active_item{
    visibility: hidden;
    height: 1px;
}

.blocker {
    padding: 0;
    z-index: 44;
}
.modal {
    top: 20px;
    max-width: 640px;
    border-radius: 0;
}
.modal .link {
    margin-bottom: 35px;
}
.modal .modal_cart .link {
    margin-bottom: 5px;
}
.modal .link a {
    width: 100%;
}
.modal .link a + a {
    margin-top: 5px;
    border: 1px solid var(--grey);
    background-color: #fff;
    color: var(--grey-dark);
}
.modal .link a + a:hover {
    background-color: var(--grey-dark);
    color: #fff;
}
.modal .products-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
}
.modal .products-list .slider-products-id + p a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.modal .slider-products-img a {
    height: 150px;
    padding: 20px;
}
.modal .slider-products-tags span {
    font-size: 12px;
}
#meritform {
    width: 1000px;
    max-width: 90vw;
}
#meritform .slick-prev, #meritform .slick-next {
    top: 48%;
}
#meritform .slick-slide {
    text-align: center;
}
#meritform .slick-slide img {
    max-height: 85vh;
    margin: auto;
}

.btn, .button, .btn-gray, .btn-yellow {
    padding: 0 50px;
    border: 1px solid var(--green);
    background-color: var(--green);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    transition: all 350ms linear;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
.btn:hover, .button:hover, .btn-gray:hover, .btn-yellow:hover {
    background-color: #fff;
    color: var(--green);
    text-decoration: none;
}
.btn-basic {
    display: inline-block;
    padding: 4px 12px;
    border: 1px solid #ccc;
    background-color: #fff;
}

#family_club_index .accordion {
    width: 550px;
    margin: 25px auto;
    border-radius: 4px;
    background-color: var(--grey-light);
    text-align: left;
}
#family_club_index .accordion > p {
    position: relative;
    margin: 0;
    padding: 15px 20px;
    cursor: pointer;
}
#family_club_index .accordion > p img {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 2;
}
#family_club_index .accordion > p.active img {
    transform: translateY(-50%) rotate(270deg);
}
#family_club_index .accordion > div {
    display: none;
    padding: 5px 20px 20px;
    color: var(--green);
}
#family_club_index .accordion > div > p:first-child {
    margin: 0;
}
#family_club_index .accordion > div + p {
    border-top: 1px solid #ccc;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    margin: 0 1px;
    -webkit-text-size-adjust: 100%;
}
.slick-loading .slick-slide,
.slick-loading .slick-track,
.slide_item_slick,
.slider-offer .itt {
    visibility: hidden;
}
.slick-initialized.slick-slider div.slide_item_slick,
.slider-offer.slick-initialized .slick-slide {
    visibility: visible;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Dots */
.slick-dots {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}
.slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid #000;
    border-radius: 20px;
    background-color: #fff;
    font-size: 0;
    transition: all 350ms linear;
    cursor: pointer;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover,
.slick-dots li button:focus {
    border: 1px solid var(--green);
    background: var(--green);
}
.slick-dots li button:before {
    display: none;
}
.slider-main .slick-dots {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 2;
}
.slider-main .slick-dots li {
    display: block;
    margin: 5px 0;
}
.slider-main .slick-dots li.slick-active button,
.slider-main .slick-dots li button:hover,
.slider-main .slick-dots li button:focus {
    border: 1px solid var(--grey-dark);
    background: var(--grey-dark);
}

/* Arrows */
.slick-prev, .slick-next {
    position: absolute;
    top: 30%;
    display: block;
    width: 26px;
    height: 14px;
    border: 0;
    background: transparent url("../img/arrow-left.svg") no-repeat center center;
    font-size: 0;
    transition: all 350ms linear;
    z-index: 2;
}
.slick-prev {
    left: -10px;
}
.slick-next {
    right: 0;
    background: transparent url("../img/arrow-right.svg") no-repeat center center;
}
.slick-prev:hover, .slick-next:hover {
    opacity: .5;
}
.slider-products .slick-prev, .slider-products .slick-next {
    top: -35px;
    left: auto;
    right: 50px;
    width: 36px;
    height: 24px;
    border: 1px solid #ddd;
}
.slider-products .slick-next {
    right: 0;
    top: -35px;
}

.alert ul {
    list-style-type: none;
}
.alert.alert-danger {
    color: var(--red);
}
.alert.alert-success {
    color: var(--green);
}

.flex-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.semibold {
    font-weight: 600;
}

.title {
    font-family: var(--font);
    font-size: var(--font-big);
    font-weight: bold;
    text-transform: uppercase;
}

hr {
    width: 100%;
    height: 1px;
    margin: 20px 0;
    padding: 0;
    border: 0;
    background-color: var(--grey-light);
}

.link > * {
    display: inline-block;
    padding: 15px 20px;
    border: 1px solid var(--red);
    background-color: var(--red);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    transition: all 350ms linear;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.link > *:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}
.header_register_section .link > * {
    border: 1px solid var(--grey-light);
    background-color: #fff;
    color: initial;
}

.halves {
    display: flex;
    justify-content: space-between;
}
.halves > * {
    width: 48%;
}

.thirds {
    display: flex;
    justify-content: space-between;
}
.thirds > * {
    width: 30%;
}

.fourths {
    display: flex;
    justify-content: space-between;
}
.fourths > * {
    width: 23%;
}

a[href^="tel:"], a[href^="tel:"]:hover {
    text-decoration: none;
}

strong {
    font-weight: 600;
}

footer {
    display: grid;
    grid-template-columns: 6fr 3fr 2fr 3fr 3fr;
    padding: 30px 5% 0;
    text-align: left;
}
footer a {
    text-decoration: none;
}
footer > div:first-child {
    color: var(--green);
}
footer ul {
    list-style-type: none;
}
footer ul li {
    padding: 7px 0;
}
.footer-title {
    padding-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase;
    opacity: .7;
}
footer .title {
    font-family: var(--font);
    font-size: var(--font-huge);
    font-weight: bold;
    text-transform: uppercase;
}

.site-bottom {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5%;
    color: var(--green);
    font-size: 13px;
    text-transform: uppercase;
}
.site-bottom a {
    margin-left: 10px;
}
.site-bottom a:hover {
    opacity: .5;
}
.site-bottom > *:first-child a {
    margin-left: 0;
}
.site-bottom > *:first-child img {
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.site-copyright {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    padding: 1px 5%;
    border-top: 1px solid #f1f1f1;
}
.site-copyright img {
    height: 10px;
}

.container:after,
.container-full:after {
    clear: both;
    display: block;
    content: '';
}

.clear, .cleaner {
    clear: both;
    display: block;
    height: 1px;
    border: 0;
    font-size: 0;
}

.black {
    color: #000;
}

.white {
    color: #fff;
}

.red {
    color: var(--red);
}

.green {
    color: var(--green);
}

.grey {
    color: var(--grey);
}

.uppercase {
    text-transform: uppercase;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

h1, .h1 {
    clear: both;
    margin-top: .7em;
    margin-bottom: .5em;
    font-family: var(--font);
    font-size: var(--font-big);
    font-weight: 600;
    line-height: 1.2em;
}
h1 span {
    margin-left: 10px;
    font-size: 16px;
    font-weight: normal;
}

h2, .h2 {
    clear: both;
    margin-top: .8em;
    margin-bottom: .6em;
    font-size: var(--font-medium);
    font-weight: 600;
    line-height: 1.2em;
}

h3, .h3 {
    margin-top: 1em;
    margin-bottom: .8em;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
}

h4 {
    clear: both;
    margin: 25px 0 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em;
}

.font {
    font-family: var(--font);
}

.font10 {
    font-size: 10px;
}

.font11 {
    font-size: 11px;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

.font28 {
    font-size: 28px;
}

.font47 {
    font-size: 47px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.no-margin {
    margin: 0;
    padding: 0;
}

::placeholder {
    color: var(--grey-dark);
    font-size: 13px;
    opacity: .8;
}

input, textarea, select, option, button {
    font-family: "DM Sans", Tahoma, Verdana, sans-serif;
    font-size: 14px;
}
select, button {
    cursor: pointer;
}

textarea {
    max-width: 100%;
    resize: none;
}

ul {
    margin: 15px 0;
    padding: 0;
    list-style-position: inside;
}

p {
    margin: 15px 0;
    padding: 0;
}

a {
    color: inherit;
    transition: all 250ms linear;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    border: 0;
}

*:focus {
    outline: none;
}

* {
    box-sizing: border-box;
}

@media (max-width: 1910px) {
    :root {
        --container-width: 100%;
    }
    .container {
        padding-left: 3vw;
        padding-right: 3vw;
    }
    .slider-products-img a {
        height: 22.65vw;
    }
    .products_search .slider-products-img a {
        height: 16.65vw;
    }
    .favorites-img {
        height: 15vw;
    }
    .news-img {
        height: 15vw;
    }
    .news-item-img a {
        height: 18vw;
    }
}

@media (max-width: 1628px) {
    .site-home {
        display: block;
    }
    .home-right {
        padding-top: 20px;
    }
    .home-right .title {
        text-align: left;
    }
    #search-whisperer .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .cat-img {
        height: 40vw;
    }
    .slider-products, .products-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .slider-products-img a {
        height: 30vw;
    }
    .products_search .slider-products-img a {
        height: 21.65vw;
    }
    .site-cart {
        grid-template-columns: auto 400px;
        gap: 0 4%;
    }
    .profile-account > div {
        grid-template-columns: repeat(2, 1fr);
        gap: 0 15px;
    }
    .profile-awards {
        width: 27%;
    }
    .profile-account > div > *:last-child {
        grid-column: span 2;
    }
    .cart-progress + div {
        padding: 0;
    }
}

@media (max-width: 1415px) {
    .categories {
        grid-template-columns: repeat(2, 1fr);
    }
    .cat-img {
        height: 55vw;
    }
    .favorites {
        grid-template-columns: repeat(3, 1fr);
    }
    .favorites-img {
        height: 30vw;
    }
    .news-offer {
        display: block;
    }
    .news-img {
        height: 30vw;
    }
    .shops-division-list {
        width: auto;
    }
    .registration {
        grid-template-columns: repeat(2, 1fr);
        gap: 0 25px;
        padding: 0;
    }
    .registration > :last-child {
        grid-column: 1 / -1;
    }
    .club-points {
        grid-template-columns: repeat(4, 270px);
    }
    .profile-right {
        display: block;
    }
    .profile-awards {
        width: auto;
        padding-bottom: 25px;
    }
    .profile-account {
        width: auto;
    }
    .profile-points {
        width: auto;
    }
    .profile-vouchers {
        width: auto;
        margin-top: 30px;
    }
    footer {
        grid-template-columns: repeat(2, 1fr);
    }
    footer > :first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 1239px) {
    #search-whisperer .container {
        grid-template-columns: repeat(1, 1fr);
    }
    #search-whisperer .container > div:first-of-type {
        order: 2;
    }
    #search-whisperer .container > div:first-of-type + div {
        order: 1;
    }
    ul.search-whisperer-ul {
        display: none;
    }
    #search_form + div {
        padding: 0;
    }
    .detail {
        grid-template-columns: repeat(1, 1fr);
    }
    #lightgallery .detail-code, #lightgallery h1 {
        display: block;
    }
    #lightgallery .favorite-btn {
        top: 5px;
        right: 0;
    }
    .icons_zvetsit {
        display: block;
    }
    .detail .text-left .detail-code, .detail .text-left h1 {
        display: none;
    }
    .membrana_img {
        display: none;
    }
    .club-points {
        grid-template-columns: repeat(2, 45%);
    }
    .profile {
        grid-template-columns: 150px 1fr;
    }
}

@media (max-width: 1086px) {
    .menu-responsive {
        display: block;
    }
    .header-cart {
        margin-right: 60px;
    }
    .menu-main nav {
        position: fixed;
        top: 90px;
        left: 0;
        float: none;
        display: block;
        width: 100vw;
        min-height: calc(100vh - 90px);
        padding: 30px 3vw 0;
        background-color: #fff;
        transform: translateX(-100%);
        transition: all 350ms linear;
        z-index: 48;
    }
    .menu-main nav.active {
        transform: translateX(0);
    }
    .responsive_menu {
        display: flex;
        gap: 0;
        margin-bottom: 15px;
        border-bottom: 1px solid var(--grey-light);
    }
    .responsive_menu p {
        margin: 0;
        padding: 10px 20px;
        /*background-color: var(--grey-light);*/
        cursor: pointer;
    }
    .responsive_menu p + p {
        border-left: 1px solid var(--grey-light);
    }
    .menu-main .first_level_menu > a {
        display: none;
    }
    .menu-main li {
        display: block;
    }
    .menu-main li {
        display: block;
    }
    .menu-main li.hidden_full{
        display: none;
    }
    .menu-main li a {
        display: inline-block;
        padding: 0;
    }
    .menu-div {
        position: static;
        display: block;
        padding: 0;
        opacity: 1;
    }
    .menu-close {
        display: none !important;
    }
    .menu-div-1 li p {
        margin: 0;
        cursor: pointer;
    }
    .menu-div-1 .active p {
        /*color: var(--red);*/
    }
    .menu-div-1-2 {
        position: static;
        margin-top: 15px;
        padding-top: 20px;
        border-top: 1px solid var(--grey-light);
        font-size: 15px;
    }
    .menu-div-2-1 {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100vw;
        height: 100vh;
        padding: 30px 30px 0;
        border: 0;
        background-color: #fff;
        transform: translateX(100%);
        transition: all 350ms linear;
        overflow-y: auto;
        z-index: 2;
    }
    .menu-main nav.active .menu-div-2-1 {
        display: block;
        visibility: hidden;
    }
    .menu-main nav.active .menu-div-2-1.active_segment_responsive {
        visibility: visible;
        transform: translateX(0);
        z-index: 3;
    }
    .menu-div-2-1 ul {
    }
    .menu-div-2-1 li {
        font-size: 20px;
    }
    .menu-div-3-1 {
        display: none;
    }
    .switchers {
        display: block;
    }
    .zpet_btn_respo {
    }
    .header-right {
        display: none;
    }
    #search-whisperer {
        height: calc(100vh - 100px);
        top: 100px;
    }
    .image-text p {
        font-size: 17px;
    }
    .site-benefits .container {
        grid-template-columns: repeat(4, 1fr);
    }
    .site-benefits .container :first-child {
        grid-column: 1 / -1;
    }
    .site-newsletter .container {
        display: block;
    }
    .slider-products, .products-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .slider-products-img a {
        height: 45vw;
    }
    .products_search .slider-products-img a {
        height: 45vw;
    }
    .products-list > div > p > a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    p.params_data_img a {
        padding: 15% 10%;
    }
    .count_filters_bottom {
        background-color: var(--green);
        color: #fff;
    }
    .img_or_background {
        margin: 0;
    }
    .technology-title {
        font-size: var(--font-huge);
    }
    .technology .title {
        font-size: var(--font-big);
    }
    .gsap-color-1, .gsap-color-2 {
        font-size: var(--font-huge);
    }
    .shops-division {
        display: block;
    }
    .shops-division > div {
        width: auto;
        margin: 0 auto 30px;
    }
    .shops-list > div {
        display: block;
        padding: 15px;
    }
    .shops-item-tag {
        top: 0;
        left: 15px;
    }
    .shops-list {
        gap: 15px;
    }
    .shops-list h2 {
        height: auto;
    }
    .shop-detail {
        grid-template-columns: 1fr 1fr;
    }
    .search-contents {
        display: block;
    }
    .news-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .news-item-img a {
        height: 30vw;
    }
    .site-cart {
        display: block;
    }
    .cart-progress {
        max-width: none;
    }
    .halves {
        display: block;
    }
    .halves > * {
        width: auto;
    }
    .thirds {
        display: block;
    }
    .thirds > * {
        width: auto;
    }
}

@media (max-width: 991px) {
    .categories-list p {
        margin: 3px 0 4px;
    }
    .categories-list .slick-slide > div {
        margin-right: 5px;
    }
    .filtry_wrapper {
        background-color: #fff;
    }
    .filters {
        font-size: 13px;
    }
    .razeni_item {
        display: block;
    }
    .posun_slider_cat.slick-slider .slick-prev {
        top: 16px;
        left: 0;
    }
    .posun_slider_cat.slick-slider .slick-next {
        top: 16px;
    }
    .posun_slider_cat .filters-all, .posun_slider_cat .filters-item {
        margin-right: 15px;
    }
    .posun_slider_cat a {
        white-space: nowrap;
    }
    .posun_slider_cat a img {
        display: inline-block;
    }
    .posun_slider_cat .params_section {
        white-space: nowrap;
    }
    .filter_section_react + .filter_section_react {
        display: none;
    }
    .filter_js_sort {
        display: none;
    }
    .tabcontent .registration, .profile-right .registration {
        display: block;
    }
}

@media (max-width: 767px) {
    :root {
        --font-huge: 30px;
        --font-big: 24px;
        --font-medium: 22px;
    }
    body {
        padding: 68px 0 0;
    }
    .container {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    .header-top {
        display: none;
    }
    .menu-responsive {
        top: 25px;
    }
    .menu-main nav {
        top: 58px;
        min-height: calc(100vh - 58px);
    }
    .inputs_first {
        width: 0;
        padding: 0;
        height: auto;
        background: transparent !important;
    }
    .search_btn_home {
        position: relative;
        top: 3px;
    }
    #search-whisperer {
        top: 60px;
        height: calc(100vh - 60px);
    }
    #search-whisperer #search_form {
        left: 5vw;
        right: 5vw;
        width: auto;
    }
    #search-whisperer .inputs_last {
        width: 100%;
    }
    #search-whisperer .search_btn_home {
        position: absolute;
    }
    #search-whisperer .grid-3 {
        grid-template-columns: repeat(1, 1fr);
    }
    ul.search-whisperer-ul {
        display: none;
    }
    .search-whisperer-close {
        right: 6vw;
    }
    .remove_search_query {
        display: none;
    }
    .site-benefits .container {
        grid-template-columns: repeat(2, 1fr);
        font-size: 13px;
    }
    .slider-main {
        height: 40vw;
    }
    .categories {
        grid-template-columns: repeat(1, 1fr);
    }
    .cat-img {
        height: 97vw;
    }
    .slider-products-id {
        display: none;
    }
    .slider-products-img a {
        padding: 5vw;
    }
    .slider-products-tags span {
        padding: 2px 5px;
        font-size: 13px;
    }
    .slider-products-content .mobile-div .velikost_item {
        display: none;
    }
    .slider-products-content .mobile-div.active .velikost_item {
        display: inline-block;
    }
    .slider-products-content .link {
        display: none;
    }
    .slider-products-content:hover ul {
        bottom: -13px;
    }
    .slider-products-content ul {
        display: none;
    }
    .product-properties > div {
        grid-template-columns: 30px auto;
    }
    .favorites {
        grid-template-columns: repeat(2, 1fr);
    }
    .favorites-img {
        height: 43vw;
    }
    .news {
        grid-template-columns: repeat(2, 1fr);
    }
    .news-img {
        height: 43vw;
    }
    .news_searcglobal .news-img {
        height: 37vw;
    }
    .news-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .news-item-img a {
        height: 43vw;
    }
    .offer {
        display: block;
        padding: 5px 25px 10px;
    }
    .site-newsletter input {
        width: 100%;
    }
    .site-newsletter button {
        width: 100%;
        margin: 15px 0 0;
    }
    body .detail-gallery p img {
        padding: 10px;
    }
    .technology-top {
        display: block;
    }
    .technology-top > div:first-child + div {
        padding-left: 0;
        border-left: 0;
    }
    .technology-sole {
        padding-top: 0;
        padding-bottom: 0;
    }
    .technology-sole-text-right hr {
        display: none;
    }
    .technology img {
        max-height: 90vw;
    }
    .gsap-color-2 svg {
        max-height: 30px;
    }
    .technology-sole-text-left, .technology-sole-text-right {
        position: static;
        max-width: none;
    }
    .technology-sole-text-right + p {
    }
    .filter_home_page_pr {
        padding-bottom: 45px;
    }
    .slider-products-content li.disable_temp_variant {
        display: none;
    }
    .slider-products-content li.open_more_div {
        display: inline-block;
    }
    .slick-slide .slider-products-content li.open_more_div {
        display: none;
    }
    .cart-item > div {
        padding: 0 0 0 20px;
    }
    .cart-box {
        grid-template-columns: 30px auto 50px 50px;
        padding: 10px;
    }
    .registration {
        grid-template-columns: repeat(1, 1fr);
    }
    .registration form {
        padding: 5px 15px 15px;
        border: 0;
    }
    .shop-detail {
        grid-template-columns: 1fr;
    }
    .shop-detail > *:first-child {
        padding-top: 25px;
        order: 2;
    }
    .shops-list {
        grid-template-columns: 1fr;
    }
    .accordion {
        width: 100%;
    }
    .club-points {
        grid-template-columns: repeat(2, 49%);
    }
    .contact-wrapper {
        display: block;
    }
    .contact-map iframe {
        height: 400px;
    }
    .profile {
        display: block;
    }
    .profile-left {
        padding: 0 0 10px;
    }
    .profile-left ul li {
        padding: 0 0 5px;
    }
    .lg-next, .lg-prev {
        top: 20px;
    }
    .modal {
        max-width: 96vw;
    }
    .fourths {
        display: block;
    }
    .fourths > * {
        width: auto;
    }
    footer .container {
        display: block;
    }
    .footer-col, .footer-col:last-child {
        width: auto;
    }
    .footer-col + .footer-col {
        padding-top: 5px;
    }
}

@media (max-width: 555px) {
    .header-fav {
        display: none;
    }
    .header-cart {
        margin-left: 20px;
    }
    .header-login {
        top: 1px;
    }
    .header-cart-content {
        right: -70px;
    }
    .favorite-btn, .slider-products-content .favorite-btn {
        display: none;
    }
    .favorites {
        grid-template-columns: repeat(1, 1fr);
    }
    .favorites-img {
        height: 70vw;
    }
    .news {
        grid-template-columns: repeat(1, 1fr);
    }
    .news-img {
        height: 70vw;
    }
    .slider-products, .products-list {
    }
    .slider-products-img {
    }
    .detail-info {
        display: block;
    }
    .detail-size {
        grid-template-columns: repeat(2, 1fr);
    }
    .detail-measures .text-left {
        order: 2;
    }
    .detail-measures .text-center {
        flex: 0 0 100%;
        text-align: left;
    }
    .posun_slider_cat {
        justify-content: space-between;
    }
    .product-properties {
        display: block;
    }
    .technology-benefits {
        display: block;
    }
    .club-points {
        grid-template-columns: repeat(1, 1fr);
    }
    .profile-account > div {
        display: block;
        padding: 10px 15px;
    }
    .profile-awards > div {
        padding: 3px 15px;
    }
    .profile-account-3 {
        display: block;
        height: auto;
    }
    .profile-account-3 > div {
        padding-bottom: 10px;
    }
    .profile-account-3 > div + div {
        margin-top: 15px;
    }
    .profile-points {
        padding: 5px 15px 25px;
    }
    .profile-vouchers {
        margin-top: 15px;
        padding: 5px 15px 25px;
    }
    .profile-vouchers-list {
        display: block;
    }
    .profile-vouchers-list > * + * {
        margin-top: 15px;
    }
    .cart-progress li a {
        font-size: 0;
    }
    .cart-item {
        grid-template-columns: 120px auto;
    }
    .cart-item-img {
        padding: 10px;
    }
    .modal {
        padding: 5px 15px;
    }
    footer {
        grid-template-columns: repeat(1, 1fr);
    }
}
