/*@font-face {
    font-family: 'PlusJakartaSans';
    src: url('../fonts/PlusJakartaSans.svg#PlusJakartaSans') format('svg'),
    url('../fonts/PlusJakartaSans.ttf') format('truetype'),
    url('../fonts/PlusJakartaSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bellota';
    src: url('../fonts/Bellota.svg#Bellota') format('svg'),
    url('../fonts/Bellota.ttf') format('truetype'),
    url('../fonts/Bellota.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

:root {
    --container-width: 1410px;
    --beige: #CCA468;
    --beige-light: #E8BC82;
    --ocre: #D3C9BC;
    --ocre-light: #F4EEE9;
    --purple: #C42B4E;
    --green: #248b5f;
    --red: #b60e0e;
    --brown: #A98E6B;
    --grey: #6d6d6d;
    --grey-dark: #30302F;
    --font: 'Bellota';
    --font-huge: 50px;
    --font-big: 40px;
    --font-medium: 30px;
}

body {
    width: 100%;
    margin: 0;
    padding: 184px 0 0;
    padding: 0;
    background-color: #fff;
    color: var(--grey-dark);
    font-family: 'Plus Jakarta Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    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;
}

header {
    position: fixed;
    position: static;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 26;
}
header.fixed {
}

header > .purple {
    margin: 0;
    padding: 10px 3vw;
    background-color: var(--ocre-light);
    color: var(--grey-dark);
}

.header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: var(--container-width);
    margin: auto;
}

.header > div {
    display: flex;
    align-items: center;
}

.header p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.logo {
    margin-right: 55px;
}
.logo img {
    height: 100px;
}

.header-search {
    position: relative;
}
.header-search-mobile {
    display: none;
}
.header-search-mobile img {
    height: 30px;
}

.header-close {
    display: none;
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 2;
}
.header-close img {
    height: 24px;
}

.header-search input {
    position: relative;
    width: 320px;
    height: 44px;
    padding: 0 50px 0 15px;
    border: 1px solid var(--ocre);
    border-radius: 5px;
    background-color: #fff !important;
}
.header-search button {
    position: absolute;
    top: 18px;
    right: 6px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}
.header-search button:hover {
}
.header-search button img {
    width: 24px;
    transition: all 350ms linear;
}
.header-search button:hover img {
}

.header-menu {
    list-style-type: none;
}
.header-menu li {
    display: inline;
    margin: 0 15px;
    color: var(--beige);
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.header-menu li a {
    text-decoration: none;
}
.menu-main .header-menu {
    display: none;
}

.header-login {
    font-size: 12px;
    text-align: center;
}
.header-login a, .header-login a:hover {
    text-decoration: none;
}
.header-login img {
    height: 50px;
}
.header-login span {
    display: block;
}
.header-login-mobile {
    display: none;
}

.header-cart {
    position: relative;
    margin-left: 35px;
    font-size: 12px;
}
.header-cart a, .header-cart a:hover {
    text-decoration: none;
}
.header-cart img {
    height: 50px;
}
.header-cart strong {
    position: absolute;
    bottom: 20px;
    left: -4px;
    width: 22px;
    height: 22px;
    padding-top: 4px;
    border-radius: 15px;
    background-color: var(--purple);
    color: #fff;
    z-index: 2;
}
.header-cart span {
    display: block;
}

.menu-main {
    background-color: var(--grey-dark);
}

.menu-main nav {
    width: var(--container-width);
    margin: auto;
}

.menu-main nav ul {
    display: flex;
    justify-content: space-evenly;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu-main nav ul li {
    position: relative;
    display: inline-block;
    padding: 20px 0;
    color: var(--beige-light);
    font-size: 17px;
    font-weight: bold;
}
.menu-main nav ul li.menu2 {
    color: var(--ocre);
}

.menu-main nav ul li a {
    text-decoration: none;
}

.menu-main nav ul li.active a, .menu-main nav ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.menu-main nav ul li img {
    position: relative;
    top: -2px;
    left: 5px;
}

.menu-main nav ul ul {
    display: none;
    position: absolute;
    top: 53px;
    left: -35px;
    padding: 10px 35px 20px;
    background-color: var(--grey-dark);
    text-align: left;
    z-index: 23;
}

.menu-main nav ul li:hover ul {
    display: block;
}

.menu-main nav ul ul li {
    display: block;
    min-width: 220px;
    padding: 15px 0;
    border-top: 1px solid var(--grey);
}
.menu-main nav ul ul li:first-child {
    border: 0;
}

.menu-main nav ul ul li a {
    display: block;
}

.nav-div {
    width: 30%;
    padding: 0 0 0 20px;
    text-transform: none;
    text-align: center;
}

.nav-div a, .nav-div a:hover {
    color: var(--purple);
    text-decoration: underline;
}

.menu-responsive {
    display: none;
    position: absolute;
    top: 32px;
    right: 3vw;
    width: 30px;
    height: 24px;
    font-size: 0;
    z-index: 49;
}
.menu-responsive span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 3px;
    background-color: #000;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}
.menu-responsive.active span {
    background-color: var(--beige);
}
.menu-responsive span:nth-child(1) {
    top: 0;
}
.menu-responsive span:nth-child(2), .menu-responsive span:nth-child(3) {
    top: 10px;
}
.menu-responsive span:nth-child(4) {
    top: 20px;
}
.menu-responsive.active span:nth-child(1) {
    top: 10px;
    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: 10px;
    left: 50%;
    width: 0;
}

.home-bg1 {
    padding-bottom: 30px;
    background: url("../img/ilustrace-bezinka.svg") -230px 50% no-repeat,
                url("../img/ilustrace-svestka.svg") 100% 60% no-repeat,
                var(--ocre-light);
}

.home-bg1:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background: url("../img/bg-waves-ocre.svg") bottom left repeat-x;
    content: "";
    z-index: 2;
}

.site-banners {
    display: flex;
    display: grid;
    grid-template-columns: 64.8% auto;
    justify-content: space-between;
    gap: 26px;
    padding: 25px 0 10px;
}

.site-banners p {
    margin: 0;
}

.home_slider {
    /*width: 64.8%;*/
}

.banners_right a {
    display: block;
}
.banners_right a + a {
    margin-top: 25px;
}

.site-benefits {
    display: flex;
    justify-content: space-around;
    gap: 25px;
    color: var(--beige);
    line-height: 1.6;
}

.site-benefits p {
    max-width: 200px;
}

.site-benefits strong {
    color: var(--grey-dark);
    font-size: 18px;
}

.site-products-offer {
    padding-top: 40px;
    padding-bottom: 25px;
}

.products-offer {
    padding-bottom: 40px;
}

.products-offer .slick-slide {
    margin: 0 15px;
}

.products-offer a, .products-offer a:hover {
    display: block;
    text-decoration: none;
}

.products-offer h2 {
    color: var(--beige);
    font-family: 'Plus Jakarta Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
}
.products-offer .slick-slide :hover h2 {
    color: var(--grey-dark);
}

.products-offer p {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 240px;
}

.products-offer img {
    max-height: 100%;
}

.site-products-slider {
    padding-top: 50px;
    padding-bottom: 80px;
    border-top: 1px solid #EEDABF;
    background: url("../img/ilustrace-sipek-3.svg") -30px 20% no-repeat,
                url("../img/ilustrace-sipek-2.svg") 101% 90% no-repeat,
                var(--ocre-light);
}

.products-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 35px;
    column-gap: 5px;
    padding: 10px 0;
}

.products-slider {
    visibility: hidden;
    padding: 35px 0 20px;
    font-size: 15px;
    text-align: left;
}
.products-slider.slick-initialized {
    visibility: visible;
}

.products-slider .slick-track {
    padding-bottom: 11px;
}

.products-slider .slick-slide,
.products-list > div {
    position: relative;
    margin: 0 10px;
    padding: 10px 25px 5px;
    background-color: #fff;
}

.products-slider .slick-slide:after,
.products-list > div:after {
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
    height: 11px;
    background: url("../img/bg-waves-white.svg") left bottom repeat-x;
    content: "";
    z-index: 2;
}

.products-slider a, .products-slider a:hover,
.products-list a, .products-list a:hover {
    text-decoration: none;
}

.products-img {
    position: relative;
    text-align: center;
}
.products-img > p:first-child {
    position: relative;
    margin-top: 0;
}
.products-img img {
    position: relative;
}
.products-img a > img:first-child {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 350ms linear;
    z-index: 2;
}
.products-img a:hover > img:first-child {
    opacity: 0;
}

.products-tags {
    position: absolute;
    top: 5px;
    left: -10px;
    background-color: #FFD860;
    z-index: 2;
}
.products-tags span {
    clear: left;
    float: left;
    display: block;
    padding: 10px 15px;
    font-weight: bold;
}

.products-img {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 200px;
    padding-bottom: 10px;
}
.products-img a {
    height: 100%;
}
.products-img img {
    max-height: 100%;
}

.products-slider h2,
.products-list h2 {
    height: 66px;
    color: var(--beige);
    font-family: 'Plus Jakarta Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
    overflow: hidden;
}

.products-text {
    display: none;
    height: 20px;
    margin: -5px 0;
    overflow: hidden;
}

.products-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -5px;
    font-size: 22px;
    font-weight: bold;
}

.products-price span {
    display: block;
    font-size: initial;
    font-weight: normal;
}

.products-price .link a {
    padding-left: 20px;
    padding-right: 50px;
    background: var(--purple) url("../img/arrow-white.svg") 86% 50% no-repeat;
    background-size: 25px 9px;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 15px 0;
}
.pagination > * {
    display: flex;
    align-items: center;
    gap: 15px;
}
.pagination a:not(.to-top) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 -5px;
    border-radius: 5px;
    background-color: var(--beige);
    color: #fff;
    text-decoration: none;
}
.pagination a:not(.to-top):hover, .pagination a.active {
    background-color: var(--ocre);
    color: var(--color);
}

.site-articles {
    display: none;
    padding-top: 50px;
    padding-bottom: 75px;
    background: #fff url("../img/ilustrace-bezinka.svg") -160px 100% no-repeat;
}
footer .site-articles {
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 50px;
    border-bottom: 1px solid #444;
    background: transparent none;
    text-align: center;
}
footer .site-articles .title:after {
    filter: invert(1) contrast(3);
}

.site-articles .title {
    position: relative;
    padding-bottom: 18px;
}
.site-articles .title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 11px;
    content: "";
    background: url("../img/title-wave.svg") center center no-repeat;
    z-index: 2;
}

.articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4%;
    padding: 20px 0 0;
    text-align: left;
}

.articles a, .articles a:hover {
    text-decoration: none;
}

.articles-title {
    height: 35px;
    padding-top: 5px;
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
}

.articles-tag {
    margin: -5px 0;
    color: var(--beige);
    font-weight: bold;
}

.site-process {
    padding-top: 61px;
    padding-bottom: 64px;
    background: url("../img/bg-process.webp") 0 0 repeat;
}

.site-process .title {
    padding-bottom: 40px;
}

.products-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
    padding: 5px 0 15px;
    border-top: 1px solid #fff;
}

.products-filter label {
    margin-right: 25px;
    cursor: pointer;
}

.products-filter a {
    margin-left: 15px;
}

.category-description {
    display: grid;
    grid-template-columns: 7fr 3fr;
    gap: 30px;
}
.category-description img {
    max-height: 250px;
    margin-top: -90px;
}

.detail-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.detail-left {
    position: relative;
    width: 48%;
    width: 500px;
}

.detail-left h1 {
    display: none;
}

.detail-img, .product-gallery {
    position: relative;
}

.detail-tags {
    position: absolute;
    top: 15px;
    left: -10px;
    background-color: #FFD860;
    z-index: 2;
}
.detail-tags span {
    clear: left;
    float: left;
    display: block;
    padding: 10px 25px;
    font-size: 17px;
    font-weight: bold;
}

.detail-right {
    width: 48%;
    width: calc(100% - 500px);
    margin-top: -20px;
    padding-left: 7%;
}

.detail-variants {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
}
.varianta_item {
    padding: 1px 20px;
    border: 1px solid var(--ocre);
    text-align: center;
    cursor: pointer;
}
.varianta_item.active {
    border: 1px solid var(--purple);
}

.detail-to-cart {
    display: grid;
    grid-template-columns: 4fr 5fr;
    gap: 0 25px;
    margin: 30px 0 20px;
    padding: 5px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.detail-price span {
    margin-right: 5px;
    font-size: var(--font-big);
    text-shadow: 0 1px 0 var(--grey-dark), 1px -1px 0 var(--grey-dark),
                 0 -1px 0 var(--grey-dark), 1px 0 0 var(--grey-dark);
}

.detail-price + * {
    margin-top: -10px;
}

.add_cart_section {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 0 0;
}

.add_cart_section input[type=number] {
    width: 55px;
    height: 55px;
    margin-right: 50px;
    border: 2px solid var(--ocre);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: var(--color);
    font-size: 24px;
    -moz-appearance: textfield;
    text-align: center;
}
.add_cart_section input::-webkit-outer-spin-button,
.add_cart_section input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.to-cart-minus, .to-cart-plus {
    position: absolute;
    top: 32px;
    left: 53px;
    width: 34px;
    height: 28px;
    border: 2px solid var(--ocre);
    background-color: #fff;
    text-align: center;
    text-decoration: none;
}
.to-cart-plus {
    top: 5px;
    border-bottom: 0;
    border-top-right-radius: 5px;
}
.to-cart-minus {
    border-bottom-right-radius: 5px;
}
.to-cart-minus:hover, .to-cart-plus:hover {
    text-decoration: none;
}
.to-cart-minus img, .to-cart-plus img {
    transition: all 350ms linear;
}

.to-cart-minus:hover img, .to-cart-plus:hover img {
    filter: brightness(0);
}

.detail-shipping {
    display: grid;
    grid-template-columns: 4fr 5fr;
    gap: 0 25px;
}

.detail-shipping img {
    position: relative;
    top: 2px;
    margin-right: 7px;
}

.detail-icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.detail-icons p:first-child {
    margin-bottom: -10px;
}
.detail-icons img {
    max-height: 70px;
}

.site-detail {
    padding-top: 25px;
    padding-bottom: 55px;
    background-color: #fff;
}

.site-detail:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: url("../img/bg-waves-ocre.svg") top left repeat-x;
    content: "";
    z-index: 2;
}

.site-detail h3 {
    color: var(--beige);
}

.detail-info {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr 4fr;
    gap: 0 40px;
    text-align: left;
}

.detail-info table {
    width: 100%;
    margin-top: -10px;
    border-collapse: collapse;
    empty-cells: show;
}

.detail-info table td {
    padding: 5px 0;
    border-bottom: 2px solid var(--ocre-light);
    line-height: 1.6;
}

.detail-info table td:first-child {
    padding-right: 10px;
}

.detail-info table tr:first-child td {
    /*border-bottom: 2px solid var(--grey);*/
}

.detail-usage {
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    font-weight: bold;
}
.detail-usage img {
    max-height: 70px;
}

.detail-company {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5%;
    margin-top: 40px;
    padding: 25px 0;
    border-top: 2px solid var(--ocre-light);
    text-align: left;
}

.detail-company > div + div {
    padding-top: 35px;
}

.detail-company ul {
    padding: 1px 0 10px;
    list-style-type: none;
}

.detail-company ul li {
    padding: 0 0 7px 25px;
    background: url("../img/arrow.svg") 0 6px no-repeat;
}

.story-top {
    min-height: 600px;
}

.story-top:before {
    position: absolute;
    bottom: 25%;
    left: -30px;
    width: 289px;
    height: 318px;
    background: url("../img/ilustrace-sipek-3.svg") 0 0 no-repeat;
    content: "";
    z-index: 2;
}

.story-top:after {
    position: absolute;
    bottom: -150px;
    right: -220px;
    width: 586px;
    height: 464px;
    background: url("../img/ilustrace-bezinka.svg") 0 0 no-repeat;
    content: "";
    transform: scaleX(-1);
    z-index: 2;
}

.story-bottom {
    padding: 25px 0 80px;
    background: url("../img/bg-story.jpg") 0 0 repeat;
    z-index: 3;
}

.story-bottom:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px;
    background: url("../img/bg-waves-white-2.svg") 0 0 repeat-x;
    content: "";
    z-index: 2;
}

.story-bottom .container:before {
    position: absolute;
    bottom: 80px;
    left: -100px;
    width: 263px;
    height: 264px;
    background: url("../img/ilustrace-angrest.svg") 0 0 no-repeat;
    content: "";
    z-index: 2;
}

.story-bottom .container:after {
    position: absolute;
    bottom: 150px;
    right: -150px;
    width: 317px;
    height: 333px;
    background: url("../img/ilustrace-trnka.svg") 0 0 no-repeat;
    content: "";
    z-index: 2;
}

.story-img {
    margin-top: -540px;
}

.story-bottom h1 {
    padding: 55px 0 0;
    background: url("../img/ico-h1.svg") center top no-repeat;
}

.story-text {
    max-width: 900px;
    margin: 15px auto 25px;
    font-size: 17px;
    line-height: 1.4;
}

.story-signature {
    position: relative;
    padding-top: 50px;
}
.story-signature:before {
    position: absolute;
    bottom: -30px;
    left: calc(50% - 20px);
    width: 53px;
    height: 131px;
    background: url("../img/nemecek-podpis.svg") 0 0 no-repeat;
    content: "";
    z-index: 0;
}

.site-content {
    padding-top: 15px;
    padding-bottom: 55px;
    text-align: left;
}
.container-full.site-content {
    background-color: var(--ocre-light);
}

.breadcrumbs {
    margin-top: 0;
    padding: 0 0 10px;
}

.breadcrumbs a {
    margin-right: 3px;
    color: var(--beige);
}

#zeptat_se_na_produkt_modal {
    color: #000;
}

.login-window label, .prihlaseni_page_form label {
    display: inline-block;
    width: 70px;
}
#discount_form label {
    width: 110px;
}
#zeptat_se_na_produkt_modal label {
    width: auto;
    min-width: 140px;
}

#ex2 .link {
    padding: 15px 0 5px;
}
#ex2 a {
    color: #000;
}

.login-window label + input, #zeptat_se_na_produkt_modal label + input, #zeptat_se_na_produkt_modal textarea {
    width: calc(100% - 76px);
    height: 36px;
    padding: 0 10px;
    border: 1px solid var(--ocre);
    background-color: #fff;
}
#discount_form label + input {
    width: calc(100% - 116px);
}
#zeptat_se_na_produkt_modal label + input {
    width: calc(100% - 145px);
}
#zeptat_se_na_produkt_modal textarea {
    width: 100%;
    height: 180px;
    padding: 10px;
}

.prihlaseni_page_form input {
    height: 36px;
    padding: 0 15px;
    border: 1px solid var(--ocre);
}

#add_to_cart_modal_system, #add_to_cart_modal_system_2 {
    text-align: center;
}
#add_to_cart_modal_system .modal__img, #add_to_cart_modal_system_2 .modal__img {
    max-width: 85%;
    margin-top: 20px;
}
#add_to_cart_modal_system .detail__description, #add_to_cart_modal_system_2 .detail__description {
    margin-top: -10px;
    font-size: 18px;
}
#add_to_cart_modal_system .link a:first-child, #add_to_cart_modal_system_2 .link a:first-child {
    margin-right: 10px;
}

.cart-f {
}

.cart-progress {
    margin: 10px 0 35px;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.cart-progress li {
    position: relative;
    display: inline-block;
    min-width: 150px;
    font-size: 14px;
    text-transform: uppercase;
}
.cart-progress li:before {
    position: absolute;
    top: 9px;
    width: 100%;
    height: 2px;
    background-color: var(--brown);
    content: "";
}
.cart-progress li:last-child:before {
    display: none;
}

.cart-progress li a {
    position: relative;
    display: block;
    text-decoration: none;
}

.cart-progress li a span {
    display: block;
    text-align: center;
}

.cart-progress li a span:first-child {
    display: inline-block;
    width: 30px;
    margin-bottom: 8px;
    padding: 2px 0;
    border-radius: 3px;
    background-color: #b39379;
    color: #fff;
}
.cart-progress li.active a span:first-child {
    background-color: var(--brown);
}

.cart-items-box {
    padding: 15px 80px 40px;
}

.cart-row {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.cart-img {
    flex: 0 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background-color: #fff;
    text-align: center;
}
.cart-img img {
    max-height: 100px;
}

.cart-item {
    position: relative;
    /*width: calc(100% - 550px);*/
    width: calc(100% - 390px);
    padding: 0 25px;
    color: var(--grey);
}
.cart-item h3 {
    margin: 5px 0;
    color: var(--brown);
    font-size: 24px;
}
.cart-item p {
    margin: 5px 0;
}
.cart-item a {
    text-decoration: none;
}

.cart-amount {
    flex: 0 0 180px;
    padding-right: 50px;
}

.cart-amount p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ocre);
    background-color: #fff;
}
.cart-amount p input {
    width: 50px;
    border: 0;
    text-align: center;
}
.cart-amount p button {
    margin-bottom: 8px;
    border: 0;
    background-color: transparent;
    font-size: 28px;
    text-align: center;
}
.cart-amount-minus {
    color: var(--red);
}
.cart-amount-plus {
    color: var(--green);
}

.cart-ceny_b2b_novat {
    display: none;
    flex: 0 0 160px;
    font-size: 24px;
    font-weight: bold;
}
.cart-ceny_b2b_novat span {
    display: block;
    font-size: 13px;
    font-weight: normal;
}

.cart-ceny_b2b_withvat {
    flex: 0 0 160px;
    font-size: 24px;
    font-weight: bold;
}
.cart-ceny_b2b_withvat span {
    display: block;
    font-size: 13px;
    font-weight: normal;
}

.cart-remove {
    flex: 0 0 23px;
}

.cart_total {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.cart_total > * {
    width: 49%;
}

.cart-dis {
    padding: 20px 35px 25px;
    background-color: #f9f9f9;
    font-weight: bold;
}

.cart-free-shipping {
    margin-top: 15px;
    padding: 1px 35px 5px;
    background-color: #f9f9f9;
}
.cart-free-shipping > div > p {
    padding: 4px 7px 5px;
    background-color: var(--beige);
    color: #fff;
    font-weight: bold;
    text-align: right;
}
.cart-free-shipping > div > p > span {
    position: relative;
    float: right;
    margin-top: -22px;
    margin-right: 39px;
    font-weight: 600;
}

.cart_total_summary {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
    padding: 1px 35px 5px;
    background-color: #f9f9f9;
}

.cart-row-sum {
    padding-left: 5%;
    padding-bottom: 10px;
}

.cart_total_summary .cart-price-without-vat {
    display: flex;
    display: none;
    justify-content: space-between;
    font-weight: bold;
}

.cart_total_summary .cart-price-with-vat {
    display: flex;
    display: block;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    font-weight: bold;
}
.cart_total_summary .cart-price-with-vat span {
    display: none;
    font-size: 16px;
}

.cart-white-box {
    padding: 15px 50px 20px;
    background-color: #f9f9f9;
}

.cart-empty {
    position: relative;
    top: -15px;
    text-align: right;
}

.flex .login_form p {
    display: inline-block;
}

.flex .login_form label input {
    height: 31px;
    margin-right: 10px;
    padding: 0 15px;
    border: 1px solid var(--ocre);
}

#customer_details {
    margin-top: 35px;
    padding-top: 20px;
    border-top: 1px solid var(--brown);
}

.step2-wrap {
    padding-bottom: 20px;
    overflow: auto;
}

.step2-wrap label,
.label-reset label,
.special_form_bg label {
    font-size: 0;
}
.step2-wrap .chkspolecnost label {
    font-size: 16px;
}

.wrap-reg {
    float: left;
    width: 48%;
}
.wrap-reg:nth-child(2n+1) {
    margin-right: 4%;
}
.dodac_adress_form .wrap-reg, .dodac_adress_form .wrap-reg:nth-child(2n+1) {
}
.wrap-reg input,
.wrap-reg select,
.label-reset textarea {
    width: 100%;
    height: 40px;
    padding: 10px 15px;
    border: 1px solid var(--ocre);
    background-color: #fff;
    font-size: 15px;
}
.label-reset textarea {
    height: 140px;
}

.main-container-register #customer_details input[type="text"],
.main-container-register #customer_details input[type="email"],
.main-container-register #customer_details input[type="password"],
.main-container-register #customer_details select,
.main-container-register #customer_details textarea {
    width: 300px;
    height: 36px;
    margin: 3px 0;
    padding: 10px 15px;
    border: 1px solid var(--ocre);
    background-color: #fff;
}
.main-container-register #customer_details textarea {
    height: 100px;
}

.main-container-register #customer_details label {
    display: inline-block;
    width: 130px;
}
.main-container-register #customer_details label#conditions,
.main-container-register #customer_details label#ship-add {
    width: auto;
}

.chkspolecnost {
    clear: both;
    padding: 30px 0 0;
}

.label-reset {
    clear: both;
    padding: 10px 0 25px;
}

.custom_input {
    position: relative;
    margin: 15px 0;
    padding: 2px 0 0 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkout-conditions .custom_input {
    display: inline-block;
    margin: 5px 0;
}
.payment_methods .custom_input {
    margin: 5px 0;
}
.custom_input input {
    position: absolute;
    height: 0;
    width: 1px;
    cursor: pointer;
    opacity: 0;
}
.custom_input label {
    cursor: pointer;
}
.custom_input label:before {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid var(--ocre);
    background-color: #fff;
    content:"";
}
.custom_input label.error:before {
    display: none;
}
.custom_input:hover input~label:before {
    background-color: #fff;
}
.custom_input input:checked~label:before {
    background-color: var(--brown);
}
.custom_input label:after {
    position: absolute;
    display: none;
    left: 7px;
    top: 6px;
    width: 4px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    content: "";
    transform: rotate(45deg);
}
.custom_input input:checked~label:after {
    display: block;
}

.dodac_adress_form {
    display: none;
}

#shipping {
    float: left;
    width: 48%;
}

.shipping-item-name {
    display: inline-block;
    width: 63%;
}

.shipping-item-price {}

#payment {
    float: right;
    width: 48%;
}

#shipping h2, #payment h2 {
    padding-bottom: 5px;
}

.payment_methods {
    list-style-type: none;
}

.payment_methods li {
    padding: 10px 0;
}

.payment_methods img {
    display: none;
}

.payment_methods input[type="radio"] {
    margin-right: 5px;
}

div.packetery-branch-list select {
    width: auto !important;
    height: 30px;
    margin: 10px 0 -10px;
    padding: 0 15px;
    border: 1px solid var(--ocre) !important;
    background-color: #fff !important;
}

.payment-text {
    padding-top: 10px;
}

.text-payment {
    display: inline-block;
    width: 63%;
}

.shipping-desc {
    display: none;
}
.payment-desc {
    display: none;
}

.wc-proceed-to-checkout {
    clear: both;
    display: flex;
    align-items: center;
    padding: 20px 0 0;
    justify-content: space-between;
}

.cart-next {
    text-align: right;
}

.error-mes, label.error {
    display: block !important;
    width: auto !important;
    color: var(--red);
}

.text-mobile {
    display: none;
}

.souhrndatacart {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.souhrndatacart > * {
    flex: 1;
}

#table_shop {
    width: 100%;
    margin: 30px 0 45px;
    border-collapse: collapse;
    empty-cells: show;
}

#table_shop thead th {
    padding: 5px 0;
    border-bottom: 1px solid #bfb2aa;
}

#table_shop th,
#table_shop td {
    padding: 10px 0;
}

#table_shop p {
    margin: 0;
}

#table_shop a {
    text-decoration: none;
}

.order-total {
    border-top: 1px solid #bfb2aa;
    border-bottom: 1px solid #bfb2aa;
    font-weight: bold;
}

#order_review .checkout-conditions {
    text-align: right;
}

.checkout-conditions label.error {
    text-align: right;
}
.main-container-register .checkout-conditions label.error {
    text-align: left;
}

.columns ul {
    margin: 0;
    padding: 15px 0;
    list-style-type: none;
}
.columns ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 0;
}
.columns ul li img {
    width: 40px;
}

.contact-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 3fr 2fr 2fr 3fr;
    justify-content: space-between;
    gap: 0 30px;
    padding: 0 0 120px;
}
.contact-wrapper p {
    line-height: 1.6;
}
.contact-wrapper h1 {
    margin: 10px 0 30px;
}
.contact-wrapper h2 {
    font-size: 26px;
}
.contact-wrapper > div:first-child {
    position: relative;
}
.contact-wrapper > div:first-child:after {
    position: absolute;
    bottom: -120px;
    left: 30%;
    display: block;
    width: 220px;
    height: 255px;
    background: url("/assets/frontend/img/lzicka.svg") 0 0 no-repeat;
    background-size: cover;
    content: "";
    opacity: .2;
    z-index: -1;
}
.contact-wrapper span.green {
    margin-right: 3px;
    font-size: 22px;
    animation: fadein 1s linear infinite;
}
@keyframes fadein {
    from { opacity: 1; }
    to { opacity: 0; }
}
.contact-icons {
    padding-top: 10px;
}
.contact-icons a {
    margin-right: 10px;
}
.contact-icons img {
    max-width: 40px;
}
.contact-person {
    display: flex;
    align-items: center;
    gap: 30px;
    line-height: 1.6;
}
.contact-person > *:first-child {
    flex: 0 0 120px;
}
.contact-person > *:first-child img {
    border-radius: 10px;
    box-shadow: 0 3px 6px #00000029;
}
.contact-person a[href^='tel'] img {
    position: relative;
    top: 3px;
    margin-right: 3px;
}

.company-text-wrapper {
    display: flex;
    gap: 30px;
}
.company-text-wrapper > p {
    flex: 1;
    min-width: 300px;
    text-align: right;
}

.shops-item {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
.shops-item + .shops-item {
    border-top: 1px solid var(--ocre);
}
.shops-item > * {
    flex: 0 0 46%;
}
.shops-item img {
    border-radius: 20px;
}
.shops-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.shops-info > * {
    padding-right: 15px;
    line-height: 1.5;
}

.category_list {
    display: none;
}

body .swal2-popup {
    width: 33em;
}
body .swal2-title {
    color: var(--brown);
    font-size: var(--font-big);
    font-weight: normal;
}
body .swal2-image {
    width: 90px;
    border-radius: 15px;
}
body .swal2-styled.swal2-confirm, body .swal2-styled.swal2-cancel {
    background-color: var(--brown);
    border-radius: 26px;
    color: #EBD6C5;
    font-size: 16px;
    text-transform: uppercase;
}
body .swal2-styled.swal2-cancel {
    background-color: #EE9F3F;
    color: var(--brown);
}
body .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: none;
}
body .swal2-styled:focus {
    box-shadow: 0 3px 6px #00000029;
}

body #rt-error-body .main_link, body #rt-error-body .contact-link {
    background: var(--brown);
}
body #rt-error-body .main_link:hover, body #rt-error-body .contact-link:hover {
    background: var(--brown);
    box-shadow: 0 0 0 3px #725436;
}

.remove_popular_item {
    font-size: var(--font-big);
}

div.packetery-branch-list > a {
    display: block !important;
    padding-top: 20px;
}

/* cookie lista */

body #cm {
    max-width: 40em;
}
body #s-inr {
    max-width: 50em;
}
body .cc_div {
    color: var(--brown);
    font-family: var(--font);
}
body #c-bns button:first-child, body #s-bns button:first-child {
    background: var(--brown);
}
body .cc_div .c-bn {
    padding: 1em 0.9em;
    color: var(--brown);
    background: #efe6e5;
}
body #s-bl .c-bl.b-ex {
    background: #efe6e5;
}
body #s-bl .c-bl:hover,
body #s-bl .c-bl.b-ex:hover,
body #s-cnt .b-bn .b-tl:active,
body #s-cnt .b-bn .b-tl:hover,
body #cm .c_link:active, body #cm .c_link:hover, body #s-c-bn:active, body #s-c-bn:hover,
body #s-cnt button + button:active,
body #s-cnt button + button:hover {
    background: #e0d4d2;
}
body #c-bns button:first-child:active,
body #c-bns button:first-child:hover,
body #c-bns.swap button:last-child:active,
body #c-bns.swap button:last-child:hover,
body #s-bns button:first-child:active,
body #s-bns button:first-child:hover {
    background: #381B0E;
}
body #s-c-bn::after, body #s-c-bn::before {
    background: var(--brown);
}
body #s-cnt .p {
    color: var(--brown);
}
body .cc_div .cc-link {
    border-bottom: 1px solid var(--brown);
    border-color: var(--brown);
    color: var(--brown);
}
body .cc_div .act .b-bn .b-tl.exp::before,
body .cc_div .b-bn .b-tl.exp::before {
    border-color: var(--brown);
}
body .cc_div .b-tg .c-tg {
    background: #8d7370;
}
body .cc_div .b-tg .c-tgl:checked ~ .c-tg {
    background: var(--brown);
}
body .cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
    background: #d0c8c7;
}

.lg-backdrop.in {
    opacity: .9;
}
.lg-outer.lg-visible {
    text-align: left;
}

.lSAction > a {
    z-index: 3;
}
.lSSlideOuter .lSPager.lSGallery li {
    padding: 10px 7px 0 0;
}

.blocker {
    z-index: 40;
}

/* menu autocomplete */

.tt-menu {
    top: 105% !important;
    left: 1px !important;
    width: 870px;
    padding: 10px 25px 20px;
    border: 1px solid var(--ocre);
    border-radius: 5px;
    background-color: #fff;
    text-align: left;
}

.tt-dataset-0 {
    float: right;
    width: 550px;
}

.tt-dataset-1, .tt-dataset-2 {
    float: left;
    width: 250px;
}

.tt-hint {
    visibility: hidden;
}

.title_search_produkt {
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
}

.title_search_produkt span {
    text-transform: none;
}

.tt-menu .tt-suggestion {
    display: block;
    padding: 5px 0;
    color: var(--brown);
    text-decoration: none;
}
.tt-menu .tt-suggestion:hover {
    text-decoration: underline;
}
.tt-menu .tt-dataset-0 .tt-suggestion {
    float: left;
    width: 50%;
}
.tt-dataset-0 .text-center {
    clear: both;
    padding-top: 20px;
}

.tt-menu .result_container {
    display: flex;
    align-items: center;
    float: none;
    width: auto;
    margin: 0;
    color: var(--brown);
}
.tt-menu .result_container {
    background: transparent;
}

.tt-menu .result_container img {
    width: 60px;
    margin-right: 15px;
    border-radius: 15px;
}

.tt-menu .results_data {
    float: none;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    font-size: 13px;
}

.tt-menu .results_data .product_name_search {
    display: inline-block;
    padding-right: 20px;
    color: var(--brown);
}

.tt-menu .search_dostupnost {
    display: none;
    width: 100px;
    padding-right: 20px;
}

.tt-menu .search_dostupnost p {
    display: inline-block;
    margin: 0;
    color: var(--brown);
}

.tt-menu .search_cena {
    display: none;
    width: 80px;
}

.tt-menu .search_cena p {
    /*    display: inline-block;*/
    margin: 0;
    color: #b92a37;
}

.title_search_produkt_celkem {
    display: none;
    padding: 0 25px 0 0;
    font-style: italic;
    text-transform: uppercase;
}

.title_search_produkt_celkem span {
    color: var(--red);
}

.show_all_result_menu {
}
.show_all_result_menu:hover {
    text-decoration: none;
}
.tt-dataset-1 .show_all_result_menu {
    display: none;
}

.naseptavac-img {
    padding: 20px 0 0;
    text-align: center;
}

.naseptavac-img img {
    max-width: 320px;
}

.tt-menu .tt-suggestion.cat_naseptavac {
    display: block;
    margin: 0 0 5px;
    padding: 0;
}

/* konec menu autocomplete*/

.notie-container {
    z-index: 60;
}
.notie-background-info {
    background-color: var(--brown) !important;
}
.notie-background-success {
    background-color: var(--green) !important;
}
.notie-background-error {
    background-color: var(--red) !important;
}

.styled-checkbox label {
    position: relative;
    display: inline-block;
    padding: 0 0 0 22px;
    background: url("../img/checkbox-empty.svg") 0 3px no-repeat;
    overflow: hidden;
}
.styled-checkbox input {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 1px;
    height: 1px;
    appearance: none;
    z-index: -1;
}
.styled-checkbox input[type="checkbox"]:checked + label {
    background: url("../img/checkbox-checked.svg") 0 3px no-repeat;
}

/* 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 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    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;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: inline-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 {
    position: absolute;
    bottom: -10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 2;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}
.slick-dots li button {
    display: block;
    width: 20px;
    height: 20px;
    padding: 2px;
    border: 1px solid var(--purple);
    border-radius: 20px;
    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(--purple);
    background: var(--purple);
}
.slick-dots li button:before {
    display: none;
}

/* Arrows */
.slick-prev, .slick-next {
    position: absolute;
    top: 45%;
    border: 0;
    background-color: transparent;
    color: var(--ocre);
    font-size: 0;
    transition: all 350ms linear;
    cursor: pointer;
    z-index: 3;
}
.slick-prev:before, .slick-next:before {
    display: none;
}
.slick-prev:hover, .slick-next:hover {
    color: #fff;
}
.slick-prev {
    left: -75px;
}
.slick-next {
    right: -25px;
}
.slick-prev:after, .slick-next:after {
    display: block;
    padding: 34px;
    content: '';
    box-shadow: -2px -2px 0 0 var(--ocre);
    transform: rotate(-45deg);
    transition: all 350ms linear;
    cursor: pointer;
}
.slick-prev:hover:after {
    box-shadow:-2px -2px 0 0 var(--beige);
}
.slick-next:after {
    box-shadow: 2px 2px 0 0 var(--ocre);
}
.slick-next:hover:after {
    box-shadow: 2px 2px 0 0 var(--beige);
}

.title {
    font-family: var(--font);
    font-size: var(--font-big);
    font-weight: bold;
}

.link a, .link button, .to-cart, .link input,
.cart-prev > *, .cart-next > * {
    display: inline-block;
    padding: 15px 33px 17px;
    border: 0;
    border-radius: 5px;
    background-color: var(--purple);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    transition: all 350ms linear;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.to-cart {
    font-size: 17px;
    box-shadow: inset 0 -5px 1px -1px #8E132E;
}
.link-beige a {
    display: inline-block;
    padding: 14px 18px 16px;
    border: 0;
    border-radius: 5px;
    background-color: var(--beige);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    transition: all 350ms linear;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.link a:hover, .link button:hover, .link-beige a:hover, .to-cart:hover, .link input:hover,
.cart-prev > *:hover, .cart-next > *:hover {
    color: var(--ocre);
    text-decoration: none;
}
.link > * + * {
    margin-top: 5px;
}

.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;
}

footer {
    position: relative;
    padding-top: 50px;
    padding-bottom: 35px;
    background-color: var(--grey-dark);
    color: #fff;
    font-size: 15px;
}

footer:before {
    position: absolute;
    top: -12px;
    left: 0;
    width: 100vw;
    height: 12px;
    background: url("../img/bg-waves-grey.svg") 0 0 repeat-x;
    content: "";
    z-index: 2;
}

footer .container {
}

footer a {
    text-decoration: none;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}

.footer-top a:hover img {
    transform: scale(1.05);
}

.footer-motto {
    text-align: right;
}

.footer-motto strong {
    font-family: var(--font);
    font-size: 26px;
}

.footer-motto span {
    display: block;
    color: var(--beige);
}

footer hr {
    height: 1px;
    margin: 40px auto;
    border: 0;
    background-color: #444;
}

.footer-content {
    display: grid;
    grid-template-columns: 6fr 6fr 4fr 4fr;
    gap: 0 4%;
    text-align: left;
}

.footer-content > p {
    text-align: center;
}

footer h3 {
    font-size: 24px;
}

footer ul {
    list-style-type: none;
}

.footer-content li {
    padding: 7px 0;
    color: var(--beige);
}

.footer_menu_products {
    columns: 2;
}

.footer-tel {
    padding: 0 0 0 35px;
    background: url("../img/ico-call.svg") left center no-repeat;
    background-size: 23px 31px;
    font-size: 13px;
}

.footer-tel a {
    color: var(--beige);
    font-size: 18px;
    font-weight: bold;
}

.footer-mail {
    padding: 0 0 0 35px;
    background: url("../img/ico-mail.svg") 0 0 no-repeat;
    background-size: 24px 19px;
}

.footer-mail a {
    color: var(--beige);
}

.footer-bottom {
    padding-top: 15px;
    color: #fff;
}
.footer-bottom a {
    position: relative;
    top: 5px;
    color: var(--beige);
    text-decoration: none;
}
.footer-bottom a:hover {
    text-decoration: none;
}

.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;
}

.beige {
    color: var(--beige);
}

.brown {
    color: var(--brown);
}

.purple {
    color: var(--purple);
}

.red {
    color: var(--red);
}

.green {
    color: var(--green);
}

.grey {
    color: var(--grey);
}

.uppercase {
    text-transform: uppercase;
}

.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-huge);
    font-weight: bold;
    line-height: 1.2em;
}

h2, .h2 {
    clear: both;
    margin-top: .8em;
    margin-bottom: .6em;
    font-family: var(--font);
    font-size: var(--font-big);
    font-weight: bold;
    line-height: 1.2em;
}

h3, .h3 {
    margin-top: 1em;
    margin-bottom: .8em;
    font-family: var(--font);
    font-size: var(--font-medium);
    font-weight: bold;
    line-height: 1.2em;
}

h4 {
    clear: both;
    margin: 25px 0 15px;
    font-size: 22px;
    font-weight: bold;
    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;
}

.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;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--beige);
    font-size: 15px;
}
::-moz-placeholder { /* Firefox 19+ */
    color: var(--beige);
    opacity: 1;
    font-size: 15px;
}
:-ms-input-placeholder { /* IE 10+ */
    color: var(--beige);
    font-size: 15px;
}
:-moz-placeholder { /* Firefox 18- */
    color: var(--beige);
    font-size: 15px;
}

input, textarea, select, option, button {
    color: var(--beige);
    font-size: initial;
}

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: 1610px) {
    .slick-prev {
        left: 5px;
    }
    .slick-next {
        right: 55px;
    }
}

@media (max-width: 1430px) {
    :root {
        --container-width: 100%;
    }
    .container {
        padding-left: 3vw;
        padding-right: 3vw;
    }
    .header {
        padding-left: 3vw;
        padding-right: 3vw;
    }
    .logo {
        margin-right: 30px;
    }
    .header-search input {
        width: 300px;
    }
    .products-price .link a {
        padding-right: 20px;
        background-image: none;
    }
    .detail-left {
        width: 38vw;
    }
    .detail-right {
        width: 62vw;
        padding-left: 5vw;
    }
    .shops-item > * {
        flex: 0 0 48%;
    }
    .shops-info {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1252px) {
    .products-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .detail-to-cart {
        display: block;
    }
    .detail-shipping {
        display: block;
    }
    .cart-items-box,
    .cart-white-box {
        padding: 10px 0 20px;
    }
    .cart-remove {
        flex: 0 0 15px;
    }
}

@media (max-width: 1086px) {
    body {
        padding: 84px 0 0;
        padding: 0;
        font-size: 14px;
    }
    :root {
        --font-huge: 30px;
        --font-big: 24px;
        --font-medium: 22px;
    }
    header {
        border-bottom: 1px solid var(--ocre-light);
    }
    .menu-responsive {
        display: block;
    }
    header > .purple {
        margin-bottom: 0;
    }
    .header {
        padding-right: calc(3vw + 60px);
    }
    .menu-main {
        position: fixed;
        top: 0;
        left: 0;
        float: none;
        display: block;
        width: 100vw;
        height: 100vh;
        padding: 50px 0 10px;
        background-color: var(--grey-dark);
        transform: translateX(-100%);
        transition: all 350ms linear;
        text-align: left;
        z-index: 48;
        opacity: .97;
        overflow: auto;
    }
    .menu-main.active {
        transform: translateX(0);
    }
    .menu-main nav {
        position: relative;
    }
    .menu-main nav:before {
        position: absolute;
        top: -17px;
        left: 20px;
        color: var(--beige);
        content: "Kategorie";
        z-index: 2;
        opacity: .5;
    }
    .menu-main nav ul {
        display: block;
    }
    .menu-main nav ul li {
        display: block;
        padding: 9px 20px;
        border-bottom: 1px solid var(--grey);
        color: var(--beige);
        font-size: 16px;
        font-weight: bold;
    }
    .menu-main nav ul li a {
    }
    .menu-main nav ul li.active a, .menu-main nav ul li a:hover {
        color: inherit;
    }
    .menu-main nav ul li img {
        display: none;
    }
    .menu-main nav ul ul {
        display: block;
        position: static;
        padding: 10px 0 0;
        background-color: transparent;
    }
    .menu-main nav ul li:hover ul {
        display: block;
    }
    .menu-main nav ul ul:before, .menu-main nav ul ul:after {
        display: none;
    }
    .menu-main nav ul ul li {
        padding: 3px 0;
        border: 0;
        font-size: initial;
        font-weight: normal;
    }
    .menu-main nav ul ul li a {
    }
    .menu-main nav ul ul ul li {
        padding: 2px 0;
        font-size: 16px;
    }
    .header-menu {
        display: none;
        position: relative;
        margin: 0;
        padding: 35px 0;
    }
    .header-menu:before {
        position: absolute;
        top: 13px;
        left: 20px;
        color: var(--grey-dark);
        content: "Utrhni";
        z-index: 2;
        opacity: .5;
    }
    .header-menu li {
        display: block;
        margin: 0;
        padding: 8px 20px 4px;
        color: var(--grey-dark);
        text-transform: none;
    }
    .menu-main .header-menu {
        display: block;
        background-color: var(--ocre-light);
    }
    .logo img {
        height: 70px;
    }
    .site_banners_mobile {
        display: block;
        padding: 25px 0 10px;
    }
    .site-banners {
        display: none;
    }
    .products-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .products-offer img,
    .products-img img {
        max-height: 200px;
    }
    .detail-icons {
        grid-template-columns: repeat(2, 1fr);
    }
    .detail-icons img {
        max-height: 50px;
    }
    .detail-info {
        grid-template-columns: repeat(2, 1fr);
    }
    .story-top {
        background: url("../img/bg-story.jpg") 0 0 repeat;
    }
    .story-top:before, .story-top:after,
    .story-bottom .container:before, .story-bottom .container:after {
        display: none;
    }
    .story-top .breadcrumbs a {
        color: #fff;
    }
    .shops-info {
        display: block;
    }
    .contact-wrapper {
        grid-template-columns: repeat(2, 1fr);
        padding: 0;
    }
    .cart-f .flex {
        display: block;
    }
    .flex .login_form label input {
        max-width: 140px;
    }
    .cart-row {
        flex-wrap: wrap;
    }
    .cart-item {
        width: calc(100% - 95px);
        padding: 0 0 10px;
    }
    .cart-img {
        flex: 0 0 70px;
        height: 70px;
        margin-right: 15px;
    }
    .cart-amount {
        flex: 0 0 180px;
        padding-right: 25px;
    }
    .cart-ceny_b2b_novat {
    }
    .cart-ceny_b2b_withvat {
    }
    .cart-remove {
    }
    .tt-menu {
        left: -120px !important;
        width: 95vw;
    }
    .tt-dataset-0 {
        width: calc(100% - 160px);
    }
    .tt-dataset-1 {
        width: 160px;
    }
    .halves {
        display: block;
    }
    .halves > * {
        width: auto;
    }
    .thirds {
        display: block;
    }
    .thirds > * {
        width: auto;
    }
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-content > *:first-child {
        grid-column-start: 1;
        grid-column-end: 3;
    }
}

@media (max-width: 767px) {
    :root {
        --font-huge: 26px;
    }
    .category-description {
        display: block;
    }
    .category-description img {
        margin-top: 0;
    }
    .detail-wrapper {
        display: block;
    }
    .detail-left {
        width: auto;
    }
    .detail-left h1 {
        display: block;
        margin: -5px 0 25px;
    }
    .detail-right {
        width: auto;
        padding: 30px 0 0;
    }
    .detail-right h1 {
        display: none;
    }
    .detail-usage {
        grid-template-columns: repeat(4, 1fr);
    }
    .detail-usage img {
        max-height: 50px;
    }
    .shops-item {
        flex-wrap: wrap;
    }
    .shops-item > * {
        flex: 0 0 100%;
    }
    .shops-item > div {
        order: 1;
    }
    .shops-item > p {
        order: 2;
    }
    .cart-progress li {
        min-width: 118px;
    }
    .cart-amount p {
    }
    .cart-ceny_b2b_novat {
        font-size: 18px;
    }
    .cart-ceny_b2b_withvat {
        font-size: 18px;
    }
    .cart-free-shipping {
        margin-bottom: 15px;
    }
    .cart_total {
        display: block;
    }
    .cart_total > * {
        width: auto;
    }
    #shipping, #payment {
        float: none;
        width: auto;
    }
    .souhrndatacart {
        display: block;
    }
    #table_shop thead {
        display: none;
    }

    #table_shop tr {
        padding: 10px 0;
        border-top: 1px solid #bfb2aa;
        border-bottom: 0;
    }
    #table_shop td {
        padding: 3px 0;
    }
    footer hr {
        margin: 15px auto;
    }
    .footer-bottom a {
        display: block;
        margin-left: 0;
    }
    .footer-top {
        flex-wrap: wrap;
        gap: 15px;
    }
    .footer-motto {
        flex: 0 0 100%;
        margin: -10px 0;
        text-align: center;
    }
    .footer-top img {
        max-height: 40px;
    }
}

@media (max-width: 659px) {
    .header {
        padding-right: calc(3vw + 50px);
    }
    .header-search-mobile {
        display: block;
    }
    .header-search {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        padding-top: 70px;
        background-color: var(--grey-dark);
        z-index: 111;
        opacity: .97;
    }
    .header-search.active {
        display: block;
    }
    .header-search.active .header-close {
        display: block;
    }
    .header-search button {
        top: 88px;
        right: calc(50% - 145px);
    }
    .header-cart {
        margin-left: 25px;
    }
    .products-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .products-slider h2, .products-list h2 {
        height: auto;
    }
    .detail-company {
        display: block;
    }
    .detail-company > div + div {
        display: grid;
        padding-top: 0;
    }
    .detail-company > div + div > p:first-child {
        order: 20;
    }
    .company-text-wrapper {
        display: block;
    }
    .company-text-wrapper > p {
        display: none;
    }
    .contact-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .tt-menu {
        left: 1vw !important;
        width: 94vw;
    }
    .tt-dataset-0, .tt-dataset-1, .tt-dataset-2 {
        float: none;
        width: auto;
    }
    .link a, .link button, .to-cart, .link input, .cart-prev > *, .cart-next > * {
        padding: 10px 15px 13px;
    }
}

@media (max-width: 555px) {
    .detail-info {
        grid-template-columns: repeat(1, 1fr);
    }
    .detail-usage {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-columns: auto;
        grid-auto-flow: initial;
    }
    .cart-progress {
        margin: -10px 0 20px;
    }
    .cart-progress li {
        display: block;
    }
    .cart-progress li:before {
        display: none;
    }
    .cart-progress li a {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .cart-progress li a span:first-child {
        margin: 2px 0;
    }
    .flex .login_form p {
        display: block;
    }
    .flex .login_form label input {
        max-width: 100%;
    }
    .cart-item {
        padding: 0;
    }
    .cart-img {
        flex: 0 0 50px;
        height: 50px;
    }
    .cart-amount {
        flex: 0 0 48px;
    }
    .cart-amount p {
        line-height: .6;
    }
    .cart-amount p input {
        width: 30px;
    }
    .cart-dis {
        padding: 1px 20px 5px;
    }
    .cart-free-shipping {
        padding: 1px 20px 5px;
    }
    .cart_total_summary {
        padding: 1px 20px 5px;
    }
    .cart-ceny_b2b_novat, .cart-ceny_b2b_withvat {
        flex: 1;
        font-size: 16px;
    }
    .wrap-reg {
        float: none;
        width: auto;
    }
    .wrap-reg:nth-child(2n+1) {
        margin-right: 0;
    }
    #change-info input, #change-info select, #change-passwd input, #change-shipping input, #change-shipping select {
        width: 205px;
    }
    .main-container-register #customer_details input[type="text"], .main-container-register #customer_details input[type="email"], .main-container-register #customer_details input[type="password"], .main-container-register #customer_details select, .main-container-register #customer_details textarea {
        width: 230px;
    }
    .company-text-wrapper > p {
        display: none;
    }
    .footer-content {
        display: block;
    }
}

@media (max-width: 411px) {
    #zeptat_se_na_produkt_modal label + input {
        width: auto;
    }
}
