:root {
    --container-width: 1480px;
    --blue: #0FA7E0;
    --violet: #15438A;
    --red: #DC0210;
    --green: #00684B;
    --grey: #707070;
    --grey-dark: #2A2C33;
    --grey-light: #e2e2e2;
    --font: "Inter", Tahoma, Verdana, sans-serif;
    --font-huge: 34px;
    --font-big: 24px;
    --font-medium: 20px;
}

body {
    width: 100%;
    margin: 0;
    padding: 140px 0 0;
    background-color: #fff;
    color: var(--grey-dark);
    font-family: "Inter", Tahoma, Verdana, sans-serif;
    font-size: 13px;
    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: .5;
}

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;
    align-items: center;
    justify-content: space-between;
}
header .container > div {
    display: flex;
    gap: 0 35px;
    align-items: center;
}

.header-top {
    padding: 10px 0;
    background-color: var(--blue);
    color: #fff;
    font-size: 13px;
}
.header-top p {
    margin: 0;
}
.header-top ul {
    margin: 0;
    list-style-type: none;
}
.header-top ul li {
    display: inline-block;
    padding-left: 10px;
}
.header-top img {
    height: 15px;
    margin: -3px 3px -3px 0;
}

.logo {
    margin: 10px 0;
    padding: 0 15px 0 0;
}
.logo img {
    height: 45px;
}
footer .logo {
    margin: 0;
}
footer .logo img {
    height: 70px;
}

.menu-main {
    border-top: 1px solid var(--grey-light);
    border-bottom: 1px solid var(--grey-light);
}
.menu-main nav {
    display: block;
    width: var(--container-width);
    margin: auto;
}
.menu-main ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.menu-main li {
    position: relative;
    font-weight: 500;
}
.menu-main li a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
}
.menu-main li.active > a, .menu-main li:hover > a {
    color: var(--blue);
    text-decoration: none;
}

#search_form {
    position: relative;
}
#search_form input {
    position: relative;
    width: 150px;
    height: 26px;
    padding: 0 10px 0 32px;
    border: 0;
    background-color: var(--grey-light) !important;
}
.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: 80px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    text-align: left;
}
#search-whisperer.active {
    display: block;
}
.search-whisperer-close {
    position: absolute;
    top: 20px;
    right: 0;
    cursor: pointer;
    z-index: 2;
}
#search-whisperer .container {
    display: grid;
    grid-template-columns: 1fr 3fr;
    padding-top: 65px;
    padding-bottom: 15px;
    background-color: #fff;
}
#search-whisperer .container > div {
    display: block;
}
#search-whisperer .grid-3 a {
    /*border: 1px solid #fff;*/
    text-decoration: none;
}
#search-whisperer .grid-3 a:hover {
    /*border: 1px solid var(--grey);*/
    background-color: var(--grey-light);
    text-decoration: none;
}
#search-whisperer #search_form {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    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-cat {
    padding-top: 5px;
    padding-bottom: 65px;
    color: var(--grey);
}
.search-whisperer-cat p {
    margin: 5px 0;
}
.search-whisperer-cat a {
    opacity: .75;
}
.search-whisperer-cat span {
    color: var(--grey-dark);
}
.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;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.header-login {
    position: relative;
    margin-left: 15px;
    font-size: 13px;
}
.header-login a {
    display: flex;
    align-items: center;
}
.header-login img {
    height: 16px;
    margin-right: 7px;
}

.header-cart {
    position: relative;
    top: 5px;
    margin-left: 15px;
}
.header-cart > a img {
    height: 16px;
}
.header-cart a span {
    position: absolute;
    left: 8px;
    top: -16px;
    width: 22px;
    height: 22px;
    padding-top: 4px;
    border-radius: 20px;
    background-color: var(--blue);
    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: 38px;
    width: 375px;
    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: 315px;
    overflow: auto;
}
.header-cart-item {
    padding: 1px 15px;
    border-bottom: 1px solid var(--grey-light);
    font-size: 12px;
    text-align: left;
}
.header-cart-item > div {
    display: grid;
    grid-template-columns: 45px auto 120px;
    gap: 0 13px;
    line-height: 1.4;
}
.header-cart-item > div span {
    color: var(--grey);
    font-size: 11px;
}
.header-cart-item-title {
    font-weight: 500;
    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%;
}
.header-cart-content .link a:first-child {
    background-color: #fff;
    color: var(--blue);
}
.header-cart-content .link a:first-child:hover {
    background-color: var(--blue);
    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;
}
.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 {
    text-align: left;
    overflow: auto;
}

.slider-main {
    text-align: left;
}
.slider-main div {
    position: relative;
}
.slide-img {
    margin: 0;
    font-size: 0;
}
.slide-img img {
    width: 100%;
}
.slider-main .container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    z-index: 2;
}
.slider-main .blue {
    font-size: var(--font-medium);
}
.slider-main .h1 {
    max-width: 600px;
    margin-top: 0;
    color: var(--grey-dark);
    font-size: 46px;
}

.benefits {
    display: grid;
    grid-template-columns: repeat(5, auto);
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    color: var(--violet);
    font-weight: bold;
    text-align: center;
}
.benefits img {
    height: 68px;
}

.categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 15px 0 30px;
    text-align: center;
}
.categories p + p {
    padding-top: 10px;
}
.categories a {
    display: block;
    padding: 10px 20px;
    border: 1px solid var(--grey-light);
    color: var(--blue);
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.categories a:hover {
    border: 1px solid var(--blue);
    text-decoration: none;
}

.site-desc {
    padding: 35px 5%;
    text-align: left;
}
.site-desc .title {
    color: var(--green);
    font-family: var(--font);
    font-weight: bold;
}

.categories-content {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 0 30px;
}
.filter {
    padding: 1px 20px;
    border: 1px solid var(--grey-light);
}
.filters a {
    display: inline-block;
    margin: 0;
    padding: 5px 10px 7px;
    background-color: #DEE4F2;
    color: var(--violet);
    font-size: 14px;
    text-decoration: none;
}
.filters a:hover {
    text-decoration: none;
}
.filters a + a {
    margin-left: 3px;
}
.filter select {
    width: 100%;
    height: 38px;
    margin-bottom: 5px;
    padding: 0 10px;
    border: 0;
    background: var(--grey-light) url("img/bg-select.svg") no-repeat top right;
    background-size: contain;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
label + label {
    margin-left: 8px;
}
.filter .link {
    padding-top: 10px;
}
.filter .link a {
    width: 100%;
}
.filter input[type="range"] {
    width: 100%;
}
/*Chrome*/
input[type='range'] {
    -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
}
input[type=range]::-webkit-slider-thumb {
    position: relative;
    top: -6px;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background-color: var(--grey-light);
}
/** FF*/
input[type="range"]::-moz-range-progress {
    background-color: var(--blue);
}
input[type="range"]::-moz-range-track {
    background-color: var(--grey-light);
}
/* IE*/
input[type="range"]::-ms-fill-lower {
    background-color: var(--blue);
}
input[type="range"]::-ms-fill-upper {
    background-color: var(--grey-light);
}

.detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 35px;
}
.detail > div:first-child {
    position: relative;
    padding-top: 10px;
}
.detail-tags {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.detail-tags img {
    height: 82px;
}
.detail-img {}
.detail .flex {
    gap: 10px;
}
.detail .flex > * {
    margin: 0;
}
.detail .flex .link > * {
    padding: 6px 12px;
}

#zeptat_se_na_produkt_modal input:not([type="checkbox"]) {
    display: block;
    width: 100%;
    height: 34px;
    margin-top: 5px;
    padding: 0 10px;
    border: 1px solid var(--grey-light);
}
#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 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 {
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

.table-type-1 {
    margin: 20px 0;
}
.table-type-1 table {
    min-width: 70%;
    padding: 5px 15px;
    border: 1px solid var(--grey-light);
}
.table-type-1 td {
    padding: 7px 15px 7px 0;
}
.table-type-1 tr + tr td {
    border-top: 1px solid var(--grey-light);
}
.table-type-1 td:first-child {
    color: var(--blue);
    font-weight: bold;
}

.table-type-2 {
    margin: 20px 0 35px;
}
.table-type-2 table {
    width: 100%;
    text-align: center;
}
.table-type-2 td {
    padding: 7px 15px;
}
.table-type-2 tr + tr td {
    border-top: 1px solid var(--grey-light);
}
.table-type-2 .amount {
    float: left;
    margin: 0;
}
.table-type-2 .link {
    float: left;
    margin: 0;
    padding-left: 10px;
}
.width-input {
    width: 65px;
    height: 37px;
    margin-right: 3px;
    border: 1px solid var(--grey-light);
}

.amount {
    display: grid;
    grid-template-columns: 25px 50px 25px;
}
.amount a, .amount input {
    display: block;
    height: 37px;
    border: 1px solid var(--grey-light);
    text-decoration: none;
    text-align: center;
}
.amount a {
    padding-top: 5px;
    color: var(--grey);
    font-size: 20px;
}
.amount a:hover {
    text-decoration: none;
}

.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;
}

.slider-products, .products-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.slider-products {
    padding: 15px 0 40px;
}
.slider-products > div,
.slider-products .slick-slide,
.products-list > div {
    padding: 1px 20px;
    border: 1px solid var(--grey-light);
}
.slider-products a,
.products-list a {
    text-decoration: none;
}
.products-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
}
.products-img img {
    max-width: 90%;
    max-height: 90%;
}
.products-title {
    height: 32px;
    font-weight: bold;
    overflow: hidden;
}
.slider-products .blue,
.products-list .blue {
    margin-top: -12px;
    font-size: 20px;
    font-weight: bold;
}
.slider-products .link,
.products-list .link {
    padding-top: 10px;
}
.slider-products .link a,
.products-list .link a {
    width: 100%;
}
.slider-products .link img,
.products-list .link img {
    position: relative;
    top: 1px;
    margin-bottom: -1px;
    margin-left: 3px;
    transition: all 350ms linear;
}
.slider-products .link:hover img,
.products-list .link:hover img {
    filter: invert(1);
}
.availability {
    display: inline-block;
    margin: 0;
    padding: 5px 10px 7px;
    background-color: #DEE4F2;
    color: var(--violet);
    font-size: 14px;
}

.site-content {
    padding-top: 15px;
    padding-bottom: 35px;
    text-align: left;
}

.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;
    height: 38px;
    padding: 0 15px;
    border: 0;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.site-newsletter button {
    height: 38px;
    margin-left: 15px;
    padding: 0 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 var(--grey-light);
    white-space: nowrap;
    text-decoration: none;
}
.categories-list a:hover, .categories-list .active a {
    border: 1px solid var(--grey-dark);
    text-decoration: none;
}

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: 500;
    text-decoration: none;
}
.accordion-toggle:hover {
    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 0 10px;
}
.accordion-toggle + *.active {
    display: block;
}

.columns-2 {
    padding-top: 5px;
    column-count: 2;
    column-gap: 20px;
}
.columns-2 p {
    margin: 0 0 15px;
}

.checkbox {
    clear: both;
}
.checkbox input {
    float: left;
    display: grid;
    place-content: center;
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    appearance: none;
    cursor: pointer;
}
.checkbox input:before {
    width: 14px;
    height: 14px;
    content: "";
    transform: scale(0);
    transition: 120ms all linear;
    box-shadow: inset 1em 1em #fff;
}
.checkbox input:checked {
    border: 1px solid var(--blue);
    border-radius: 2px;
    background-color: var(--blue);
}
.checkbox input:checked:before {
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(.7);
    transform-origin: center center;
}

.radio {
    clear: both;
}
.radio input {
    float: left;
    position: relative;
    top: 2px;
    display: grid;
    place-content: center;
    width: 18px;
    height: 18px;
    margin: 0 8px 0 0;
    border: 1px solid #d1d1d1;
    border-radius: 20px;
    appearance: none;
    cursor: pointer;
}
.radio input:checked {
    border: 1px solid var(--blue);
    border-radius: 20px;
    background-color: var(--blue);
    box-shadow: inset 0 0 0 3px #fff;
}

.site-cart {
    display: grid;
    grid-template-columns: auto 420px;
    gap: 0 10%;
    padding-bottom: 25px;
}
.cart-left {
}
.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 > div {
    padding: 0 20px;
}
.cart-item-title {
    font-size: 15px;
    font-weight: 500;
}
.cart-item-title a {
    text-decoration: none;
}
.cart-item-price {
    color: var(--blue);
    font-size: 15px;
    font-weight: 500;
}
.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(--blue);
}
.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;
}
.cart-item-other {
    display: grid;
    grid-template-columns: 35px 85px auto;
    padding: 10px 0 0;
}
.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);
}
.cart-item-other > div {
    padding: 5px 0 5px 20px;
}
.cart-item-other > div .green {
    font-size: 12px;
}
.cart-item-remove {
    position: absolute;
    top: 16px;
    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: flex;
    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%;
    height: 30px;
    padding: 0 10px;
    border: 1px solid var(--grey-light);
    background-color: #fff;
}
.cart-right {
    position: relative;
}
.cart-right-fixed {
    position: sticky;
    top: 160px;
    z-index: 2;
}
.cart-coupon {
    margin-bottom: 30px;
    padding: 5px 0;
    border: 1px solid var(--grey-light);
    overflow: auto;
}
.cart-coupon a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}
.cart-coupon a:hover {
    text-decoration: none;
}
.cart-coupon a:after {
    position: absolute;
    top: 0;
    right: 10px;
    content: "+";
    font-size: var(--font-big);
    font-weight: 400;
}
.cart-coupon.active a:after {
    content: "−";
}
.cart-coupon label {
    display: none;
    float: left;
    width: calc(100% - 130px);
    height: 30px;
    margin: 5px 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: 5px 15px 10px 0;
    border: 1px solid var(--red);
    background-color: var(--red);
    color: #fff;
    font-size: 12px;
    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-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 > 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(--violet);
    background-color: var(--violet);
    color: #fff;
}
.cart-right .link + .link a:hover {
    background-color: #fff;
    color: var(--violet);
}
.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 0;
    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 120px 100px;
    align-items: center;
    margin: 5px 0 10px;
    padding: 10px 20px;
    border: 1px solid var(--grey-light);
}
.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(--grey-light);
}

.family-club {
    margin: 50px 0;
    padding: 20px 30px;
    background-color: var(--blue);
    color: #fff;
    text-align: center;
}
.family-club .title {
    font-size: var(--font-huge);
}
.family-club img {
    height: 34px;
}



.blue-meter {
    height: 18px;
    margin: 20px 0 40px;
    border-radius: 15px;
    background-color: var(--grey-light);
}
.blue-meter span {
    display: block;
    height: 100%;
    padding: 2px 0 0 0;
    border-radius: 15px;
    background-color: var(--blue);
    color: #fff;
    font-size: 13px;
}

.breadcrumbs {
    margin-top: 0;
    padding: 0 0 10px;
    color: var(--violet);
    font-size: 12px;
    text-transform: uppercase;
}
.breadcrumbs a {
    text-decoration: none;
    opacity: .5;
}
.breadcrumbs span {
    margin: 0 2px;
}

.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;
}

.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;
}

.blocker {
    padding: 0;
    z-index: 44;
}
.modal {
    top: 20px;
    width: 640px;
}
.modal .link {
    margin-bottom: 35px;
}
.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);
}
.modal .slider-products-img {
    height: 150px;
}
.modal .slider-products-tags span {
    font-size: 12px;
}

.btn, .button, .btn-gray, .btn-yellow {
    height: 36px;
    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;
}

/* 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;
}
.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: 40%;
    display: block;
    width: 52px;
    height: 52px;
    border: 0;
    background: transparent url("img/arrow-l.svg") no-repeat 0 0;
    font-size: 0;
    transition: all 350ms linear;
    z-index: 2;
}
.slick-prev {
    left: 20px;
}
.slick-next {
    right: 20px;
    background: transparent url("img/arrow-r.svg") no-repeat 0 0;
}
.slick-prev:hover, .slick-next:hover {
    opacity: .5;
}

.flex {
    display: flex;
}

.semibold {
    font-weight: 500;
}

.title {
    color: var(--blue);
    font-size: var(--font-big);
    font-weight: bold;
}

hr {
    width: 100%;
    height: 1px;
    margin: 15px 0;
    padding: 0;
    border: 0;
    background-color: var(--grey-light);
}

.link > * {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid var(--blue);
    border-radius: 3px;
    background-color: var(--blue);
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    transition: all 350ms linear;
    letter-spacing: 1px;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.link > *:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.halves {
    display: flex;
    justify-content: space-between;
}
.halves > * {
    width: 48%;
}

.thirds {
    display: flex;
    justify-content: space-between;
}
.thirds > * {
    width: 30%;
}

a[href^="tel:"], a[href^="tel:"]:hover {
    text-decoration: none;
}

strong {
    font-weight: 600;
}

.footer-top {
    border-bottom: 1px solid #fff;
    background-color: var(--violet);
    color: #fff;
    text-align: left;
}
.footer-top .container {
    display: grid;
    grid-template-columns: 8fr 6fr;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-top div {
    position: relative;
}
.footer-top .container > div:last-child:before {
    position: absolute;
    left: -25%;
    top: 20%;
    width: 1px;
    height: 60%;
    background-color: #fff;
    content: "";
    z-index: 2;
}
.footer-top .h2 {
    max-width: 315px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 16px;
}
.footer-top .h3 {
    color: #fff;
}
.footer-top .font13 {
    padding-top: 5px;
}
.footer-top input[type="email"] {
    width: 230px;
    height: 40px;
    padding: 0 10px;
    border: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #fff;
}
.footer-top button {
    position: relative;
    left: -3px;
    width: 120px;
    height: 40px;
    border: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: var(--blue);
    color: #fff;
    cursor: pointer;
}
.footer-top ::placeholder {
    color: var(--blue);
    opacity: 1; /* Firefox */
}
.hours {
    padding-top: 10px;
}
.hours p {
    margin: 7px 0;
}
.hours span {
    display: inline-block;
    width: 160px;
    font-weight: bold;
}

footer {
    background: var(--violet) url("img/bg-footer.jpg") no-repeat 0 0;
    background-size: cover;
    color: #fff;
    text-align: left;
}
footer .container {
    display: grid;
    grid-template-columns: 2fr 3fr 3fr 3fr 3fr;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer a {
    text-decoration: none;
}
footer ul {
    list-style-type: none;
}
footer ul li {
    padding: 5px 0;
}
.footer-title {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.footer-title span {
    position: relative;
    display: inline-block;
}
.footer-title span:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 80%;
    height: 2px;
    background-color: #fff;
    content: "";
}
.media {
    line-height: 2.8;
}
.media a + a {
    margin-left: 5px;
}
.media img {
    height: 36px;
}

.site-bottom {
}
.site-bottom 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;
}

.blue {
    color: var(--blue);
}

.violet {
    color: var(--violet);
}

.green {
    color: var(--green);
}

.red {
    color: var(--red);
}

.grey {
    color: var(--grey);
}

.black {
    color: #000;
}

.white {
    color: #fff;
}

.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;
    color: var(--blue);
    font-size: var(--font-huge);
    font-weight: bold;
    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;
    color: var(--blue);
    font-size: var(--font-big);
    font-weight: bold;
    line-height: 1.2em;
}

h3, .h3 {
    margin-top: 1em;
    margin-bottom: .8em;
    color: var(--blue);
    font-size: var(--font-medium);
    font-weight: bold;
    line-height: 1.2em;
}

h4 {
    clear: both;
    margin: 25px 0 15px;
    font-size: 16px;
    font-weight: 500;
    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);
    opacity: 1; /* Firefox */
}

input, textarea, select, option, button {
    font-family: "Inter", Tahoma, Verdana, sans-serif;
    font-size: 14px;
}
select, button, label {
    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: 1510px) {
    :root {
        --container-width: 100%;
    }
    .container {
        padding-left: 3vw;
        padding-right: 3vw;
    }
}

@media (max-width: 1086px) {
    .menu-responsive {
        display: block;
    }
    .header-cart {
        margin-right: 35px;
    }
    header nav {
        position: fixed;
        top: 0;
        left: 0;
        float: none;
        display: block;
        width: 100vw;
        min-height: 100vh;
        padding: 100px 0 0;
        background-color: #fff;
        transform: translateX(-100%);
        transition: all 350ms linear;
        z-index: 48;
    }
    header nav.active {
        transform: translateX(0);
    }
    .menu-main li {
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #000;
    }
    .menu-main li a {
        padding: 0;
    }
    .menu-div {
        display: flex;
        position: static;
        padding: 5px 25px 10px;
        transform: none;
    }
    .menu-main li:hover .menu-div {
        transform: none;
    }
    .menu-div li {
        position: static;
        display: block;
        padding: 3px 0;
    }
    .menu-div li a, .menu-div p a {
        padding: 0;
    }
    .menu-div-1 {
        display: flex;
        gap: 0 80px;
    }
    .menu-main ul ul li {
        padding: 3px 0;
        border: 0;
        font-size: 15px;
    }
    .header-right {
        display: none;
    }
    .image-text p {
        font-size: 17px;
    }
    .halves {
        display: block;
    }
    .halves > * {
        width: auto;
    }
    .thirds {
        display: block;
    }
    .thirds > * {
        width: auto;
    }
}

@media (max-width: 767px) {
    :root {
        --font-huge: 30px;
        --font-big: 24px;
        --font-medium: 22px;
    }
    .container {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    footer .container {
        display: block;
    }
    .footer-col, .footer-col:last-child {
        width: auto;
    }
    .footer-col + .footer-col {
        padding-top: 5px;
    }
}

@media (max-width: 555px) {
}
