@font-face {
    font-family: 'Karla';
    src: url('../../assets/design/font/Karla.svg#Karla') format('svg'),
    url('../../assets/design/font/Karla.ttf') format('truetype'),
    url('../../assets/design/font/Karla.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KarlaSemibold';
    src: url('../../assets/design/font/Karla-SemiBold.svg#Karla') format('svg'),
    url('../../assets/design/font/Karla-SemiBold.ttf') format('truetype'),
    url('../../assets/design/font/Karla-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KarlaBold';
    src: url('../../assets/design/font/Karla-Bold.svg#Karla') format('svg'),
    url('../../assets/design/font/Karla-Bold.ttf') format('truetype'),
    url('../../assets/design/font/Karla-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --container-width: 1480px;
    --yellow: #B28707;
    --green: #3B9B24;
    --red: #D11919;
    --grey: #DCD6C4;
    --font: 'Karla';
    --font-huge: 35px;
    --font-big: 26px;
    --font-medium: 20px;
}

html {
    background: #fff;
}

body {
    width: 100%;
    margin: 0;
    padding: 170px 0 0;
    background: url("/design/img/bg-page-left.jpg") left top repeat-y, url("/design/img/bg-page-right.jpg") right top repeat-y;
    color: #232323;
    font-family: 'Karla', Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    overflow-x: hidden;
}

.container-full {
    clear: both;
    position: relative;
    width: 100%;
}

.container {
    clear: both;
    position: relative;
    width: var(--container-width);
    margin: 0 auto;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 3px 6px #e2e2e2;
    z-index: 99;
}
header.fixed {
}

.header-top {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
}

.header-top a {
    text-decoration: none;
}

.header-menu a {
    margin: 0 0 0 15px;
}

header .container-full {
    padding: 10px 0;
    box-shadow: 0 0 8px #e2e2e2;
    background: url("/assets/frontend/img/bg-header.jpg") center center no-repeat;
    background-size: cover;
}
header .container-full .container {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    justify-content: space-between;
}

.header-contact {
    display: flex;
    align-items: center;
    gap: 30px;
}
.header-contact img {
    float: left;
    margin-right: 8px;
}
.header-contact p:last-child img {
    position: relative;
    top: 4px;
}

.logo {
    position: relative;
    margin: 0;
    font-size: 0;
    z-index: 13;
}
.logo img {
    max-height: 55px;
}

header nav {
}

header nav ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 15px 0;
    list-style-type: none;
}

header nav ul li {
    position: relative;
    padding: 0 25px 0 0;
    font-size: 14px;
    white-space: nowrap;
}

header nav ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

header nav ul li.active a, header nav ul li a:hover {
    color: var(--yellow);
    text-decoration: none;
}

header nav ul li img {
    margin-right: 8px;
}

header nav ul li a.menu-link {
    padding: 5px 10px;
    background: var(--yellow) none;
    color: #fff;
}

header nav ul ul {
    display: none;
}

header nav .logo-punc {
    display: none;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.header-right {
    display: flex;
    align-items: center;
    margin-top: -5px;
}

.header-user {
    padding: 0 10px 0 0;
}
.header-user a, .header-user a:hover {
    padding: 10px 20px;
    background-color: var(--yellow);
    color: #fff;
    text-decoration: none;
}
.header-user img {
    position: relative;
    top: 3px;
    height: 18px;
    margin-right: 10px;
    filter: grayscale(1) brightness(3);
}

.header-cart {
    position: relative;
    margin-left: 20px;
}
.header-cart a, .header-cart a:hover {
    text-decoration: none;
}
.pocet_in_cart {
    position: absolute;
    top: -10px;
    left: 12px;
    display: block;
    min-width: 15px;
    padding: 0 2px;
    border: 1px solid var(--yellow);
    background-color: #fff;
    font-size: 13px;
    text-align: center;
    z-index: 2;
}
.header-cart img {
    position: relative;
    top: 3px;
    height: 18px;
    margin-right: 3px;
    filter: grayscale(1) brightness(0);
}

.header-search {
    cursor: pointer;
}
.header-search span {
}

#search_form {
    position: relative;
}
.search-box {
    margin: 0;
    border-radius: 30px;
    background-color: #fff;
}
.search-box .twitter-typeahead {
    flex: 1;
}
#search-query {
    width: 300px;
    height: 40px;
    padding: 0 20px;
    border: 0;
    border-radius: 25px;
    box-shadow: 0 1px 5px #e2e2e2;
}
#search-btn {
    position: absolute;
    top: 2px;
    right: 3px;
    padding: 8px 13px;
    border: 0;
    border-radius: 15px;
    background-color: var(--yellow);
    transition: all 350ms linear;
    cursor: pointer;
}
#search-btn img {
    filter: contrast(0) brightness(3);
    transition: all 350ms linear;
}
#search-btn:hover img {
    filter: contrast(0) brightness(0);
}

.lang {
    position: relative;
    display: flex;
    display: none;
    align-items: center;
    gap: 25px;
    color: #999;
    cursor: pointer;
}
.lang > p:first-child {
    position: relative;
}
.lang > p:first-child:after {
    position: absolute;
    top: 7px;
    right: -13px;
    width: 10px;
    height: 10px;
    background: url("../../assets/design/img/arrow-down.svg") no-repeat 0 0;
    content: "";
    z-index: 2;
}
.lang img {
    position: relative;
    top: 2px;
    height: 16px;
}
.lang > div {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 2;
}
.lang > div.active {
    display: block;
}
.lang ul {
    margin: 0;
    padding: 5px 8px;
    border: 2px solid #e4e4e4;
    background-color: #fff;
    list-style-type: none;
}
.lang li {
    padding: 2px 0;
    cursor: pointer;
}
.lang li:hover {
    color: #000;
}

.menu-responsive {
    display: none;
    position: fixed;
    top: 23px;
    right: 3vw;
    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-slider {
    height: 505px;
    padding: 35px 0 0;
    overflow: hidden;
}

.slick-autoplay-toggle-button {
    display: none;
}

.site-slider .slick-prev {
    left: 0;
}

.site-slider .slick-next {
    right: 19px;
}

.site-slider * {
    margin: 0;
    font-size: 0;
}

.slider_home_respo {
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.site-benefits {
    padding: 25px 0 10px;
    background-color: #f7f7f7;
}
.site-benefits .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    color: var(--yellow);
    font-size: 20px;
    text-transform: uppercase;
}
.site-benefits img {
    height: 80px;
}

.site-products {
    padding-top: 35px;
    padding-bottom: 35px;
}

.site-products .title {
    text-align: center;
}

.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 0 25px;
    text-align: center;
}
.products > div {
    padding: 20px 40px;
    position: relative;
}
.products > div:nth-child(n+5) {
    border-top: 1px solid #f0f0f0;
}
.products > div:nth-child(even), .products > div:nth-child(4n-1) {
    border-left: 1px solid #f0f0f0;
}
.products-slider {
    padding: 0 0 25px;
    text-align: center;
}
.products-slider .slick-slide {
    position: relative;
    padding: 0 40px;
}
.products-slider .slick-slide + .slick-slide {
    border-left: 1px solid #f0f0f0;
}
.products a, .products-slider a {
    text-decoration: none;
}
.item {
    position: relative;
}
.stitky_gl {
    position: absolute;
    top: 5px;
    left: 10px;
    text-align: left;
    z-index: 2;
}
.stitky_gl .item-tag {
    margin: 5px 0;
}
.stitky_gl span {
    display: inline-block;
    min-width: 29px;
    min-height: 29px;
    border-radius: 15px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}
.slick-slide .stitky_gl img {
    display: inline-block;
}
.products-slider.no-slider {
    display: flex;
    flex-wrap: wrap;
}
.products-slider.no-slider > div {
    flex: 0 0 25%;
    position: relative;
    padding: 0 40px;
}
.products-slider.no-slider > div + div {
    border-left: 1px solid #f0f0f0;
}
#detailproduktu .products-slider.no-slider > div {
    flex: 0 0 33.3333%;
}

.stitky_gl span.serie {
    color: #000000;
    border: 1px solid #B48D3C;

}

.stitky_gl span em {
    float: left;
    display: block;
    width: 21px;
    padding: 7px 0 0 7px;
}
.detail-left .stitky_gl {
    top: 20px;
    left: 20px;
}
.stitky_gl strong {
    position: relative;
    top: 7px;
    left: 5px;
    display: inline-block;
    width: 0;
    margin-right: 5px;
    font-family: 'Karla';
    font-weight: normal;
    overflow: hidden;
    transition: all 350ms linear;
    max-width: 0;
    white-space: nowrap;
    opacity: 0;
}
.item:hover .stitky_gl strong, .slick-slide:hover .stitky_gl strong, .detail .stitky_gl:hover strong {
    width: auto;
    max-width: 220px;
    padding-right: 8px;
    opacity: 1;
}
.products h2, .products-slider h2 {
    height: 52px;
    font-family: 'KarlaSemibold';
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    overflow: hidden;
}
.products-img {
    height: 280px;
    padding: 5px 0;
    text-align: center;
}
.products-img img {
    max-height: 100%;
    margin: auto;
}
.products-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -10px;
    text-align: left;
}
.products-price span {
    display: block;
    font-size: 18px;
    font-weight: bold;
}
.products-button * {
    display: block;
    padding: 8px 20px 9px;
    border: 1px solid var(--yellow);
    background-color: var(--yellow);
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.products-button .dark {
    border: 1px solid #000;
    background-color: #000;
}

.products-button *:hover {
    border: 1px solid #000;
    text-decoration: none;
}

.site-content {
    min-height: 70vh;
    padding-top: 10px;
    padding-bottom: 40px;
    text-align: left;
}

.content-left {
    float: left;
    width: 280px;
    padding: 0 40px 0 0;
}

.logo-punc {
    color: var(--yellow);
    font-size: 13px;
}
.logo-punc img {
    max-width: 100px;
}

.content-left .uppercase {
    font-size: 20px;
    font-weight: bold;
}

.content-left ul {
    margin: 0;
    padding: 5px 0;
    list-style-type: none;
}
.content-left li {
    position: relative;
    padding: 5px 0;
}
.content-left li li {
    padding: 5px 10px 5px 0;
}
.content-left li.expandable > a:after {
    position: absolute;
    top: 4px;
    right: 5px;
    content: "+";
    z-index: 2;
}
.content-left li li li.expandable > a:after {
    right: -5px;
}
.content-left li li li li.expandable > a:after {
    right: -15px;
}
.content-left li.expandable > a.active:after {
    content: "–";
}
.content-left li li li {
    padding: 5px 0;
}
.content-left ul ul {
    padding: 5px 0 0 10px;
}
.content-left li a {
    padding-right: 5px;
    text-decoration: none;
}
.content-left li.active {
    background-color: #f5f5f5;
}
.content-left li.active > a {
    color: var(--yellow);
    font-weight: bold;
}
.content-left li a:hover {
    color: var(--yellow);
}
.content-left li.active:before {
    position: absolute;
    top: 0;
    left: -10px;
    width: 10px;
    height: 100%;
    background-color: #f5f5f5;
    content: " ";
}

.content-left .emise_cat:not(.active) {
    margin-bottom: 10px;
}
.content-left .emise_cat:not(.active) > a{
    padding: 5px 0;
    padding-right: 10px;
    background-color: var(--yellow);
    color: #fff;
}
.content-left .emise_cat:not(.active):before {
    position: absolute;
    top: 0;
    left: -10px;
    width: 10px;
    height: 100%;
    background-color: var(--yellow);
    content: " ";
}

.left-menu-mobile {
    display: none;
}

.content-right {
    float: right;
    width: calc(100% - 280px);
}

.breadcrumbs {
}
.breadcrumbs a, .breadcrumbs span {
    text-decoration: none;
    opacity: .4;
}

.categories-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 0;
    padding: 10px 0 20px;
    list-style-type: none;
}
.categories-list li {
    height: 100%;
}
.categories-list li a {
    display: block;
    height: 100%;
    padding: 8px 16px;
    border: 1px solid var(--yellow);
    background-color: #fcfcfc;
    text-decoration: none;
}
.categories-list li a:hover, .categories-list li.active a {
    background-color: #f8f8f8;
    color: var(--yellow);
    text-decoration: none;
}

.sorting {
    display: flex;
    margin: 0 0 20px;
    padding: 8px 15px;
    background-color: #f8f8f8;
}
.sorting a {
    margin-right: 15px;
    font-weight: bold;
    text-decoration: none;
}
.sorting a.active {
    color: var(--yellow);
}

.detail {
    display: flex;
    padding-top: 10px;
    padding-bottom: 40px;
}

.detail-left {
    position: relative;
    flex: 0 0 50%;
    padding: 0 40px 0 0;
}

.detail-left h1 {
    display: none;
}

.detail-img {
    position: relative;
    text-align: center;
    padding-top: 35px;
}
.detail-img img {
    max-height: 320px;
}

.lSAction {
    position: relative;
    padding-bottom: 10px;
}

.lSAction > a {
    z-index: 7;
    top: -10px;
    width: 22px;
    height: 12px;
    margin: 0;
    background-image: url(../img/arrow-up.png);
    background-size: contain;
}

.lSAction > .lSPrev {
    left: auto;
    right: 60px;
    background-position: 0 0;
}

.lSAction > .lSNext {
    background-image: url(../img/arrow-down.png);
    right: 20px;
    background-position: 0 0;
}



.detail-left ul {
    padding: 0;
    list-style-type: none;
}
.detail-left li:not(.lslide) {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22%;
    height: 100px;
    margin: 0 1.5%;
    padding: 0 20px;
}
.detail-left li img {
    max-height: 85%;
}
.detail-left .lSPager li {
    border: 1px solid #f0f0f0;
}

.detail-right {
    flex: 1;
}

.detail h1 {
    padding-bottom: 10px;
    text-transform: uppercase;
}

.detail-edition {
    display: flex;
    justify-content: space-between;
    padding: 1px 15px;
    border: 1px solid #f0f0f0;
}
.detail-edition a, .detail-edition span {
    color: var(--yellow);
}

.detail-spec {
    padding: 10px 40px 15px;
    background-color: #f0f0f0;
}

.detail-spec table {
    width: 100%;
    border-collapse: collapse;
    empty-cells: show;
    margin: 15px 0;
}
.detail-spec table td {
    padding: 7px 0;
    border-top: 1px solid #d0d0d0;
}
.detail-spec table tr:first-child td {
    border-top: 0;
}
.detail-spec table td:first-child {
    padding-right: 20px;
    white-space: nowrap;
}
.detail-spec table td + td {
    font-weight: bold;
}

.detail-buy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
    margin-top: -1px;
    padding: 5px 35px;
    border: 1px solid #f0f0f0;
}

.detail-buy > *:first-child em {
    font-family: 'KarlaBold';
    font-size: var(--font-huge);
    font-style: normal;
    white-space: nowrap;
}

.detail-buy > * + * {
    display: flex;
    align-items: center;
    gap: 20px;
}

.detail-buy > * + * > * {
    display: flex;
    height: 36px;
}

.detail-buy a, .detail-buy input {
    display: block;
    width: 35px;
    height: 100%;
    border: 1px solid #f5f5f5;
    background-color: #fff;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
}
.detail-buy a:hover {
    border: 1px solid #e0e0e0;
    text-decoration: none;
}
.detail-buy a.message {
    display: inline;
    width: auto;
    height: auto;
    border: 0;
    font-size: initial;
    line-height: initial;
    text-align: left;
    text-decoration: underline;
}
.detail-buy a.message:hover {
    border: 0;
}
.detail-buy input {
    width: 50px;
    font-size: initial;
}
.detail-buy input::-webkit-outer-spin-button,
.detail-buy input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.detail-buy input[type=number] {
    -moz-appearance: textfield;
}

.detail-buy button {
    width: 110px;
    height: 100%;
    padding: 0;
    border: 1px solid var(--yellow);
    background-color: var(--yellow);
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.detail-buy button:hover {
    border: 1px solid #232323;
}
.btn-dark button {
    border: 1px solid #000;
    background-color: #000;
}
.btn-dark button:hover {
    border: 1px solid var(--yellow);
}

.detail__description {
    font-size: var(--font-medium);
    font-weight: bold;
    text-align: center;
}
.detail__bagBtn {
    float: left;
}
.detail__bagBtn + .detail__bagBtn {
    float: right;
}

.detail-info {
    clear: both;
    margin-bottom: 45px;
    padding: 10px 35px 15px;
    background-color: #f5f5f5;
}
.detail-info .detail-info {
    margin-bottom: 0;
    padding: 0;
}
.detail-info table {
    width: 100%;
}
.detail-info table td {
    padding: 5px 10px 5px 0;
}

.site-login {
    padding: 25px 0;
}
.login-left, .login-right {
    float: left;
    width: 50%;
    display: flex;
    justify-content: center;
}
.login-left > div, .login-right > div {
    width: 400px;
}
.site-login h2 {
    color: initial;
}
.registrace_faze1 h2 {
    padding-bottom: 70px;
}

.input-row {
    display: flex;
}
.site-login form {
    padding-top: 10px;
}
.site-login input[type="text"], .site-login input[type="email"],
.site-login input[type="password"], .site-login input[type="tel"],
.site-login input[type="submit"], .site-login select {
    width: 100%;
    height: 36px;
    margin: 5px 0 10px;
    padding: 0 10px;
    border: 1px solid var(--yellow);
    background-color: #fff;
}
.site-login input[type="submit"] {
    background-color: var(--yellow);
    color: #fff;
    transition: all 350ms linear;
    cursor: pointer;
}
.site-login input[type="submit"]:hover {
    border: 1px solid #000;
}
.site-login .link a {
    width: 100%;
    margin-top: 85px;
}

.form-delivery input[type="text"], .form-delivery input[type="email"],
.form-delivery input[type="password"], .form-delivery input[type="tel"],
.form-delivery input[type="submit"], .form-delivery select {
    width: 100%;
    height: 36px;
    margin: 5px 0 10px;
    padding: 0 10px;
    border: 1px solid var(--yellow);
    background-color: #fff;
}

.form-delivery p {
    margin: 0;
}

.form-delivery button {
    width: 110px;
    height: 100%;
    padding: 0;
    border: 1px solid var(--yellow);
    background-color: var(--yellow);
    color: #fff;
    text-align: center;
    cursor: pointer;
    line-height: 36px;
}

.prihlaseni_faze2 h2 {
    padding-bottom: 70px;
}

.profile_sidebar {
    clear: both;
    float: left;
    width: 310px;
    margin-top: 10px;
    padding: 20px 35px 30px;
    background-color: #f5f5f5;
}
.profile_sidebar img {
    display: none;
}
.infouser_first {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--grey);
    line-height: 1.2;
}
.infouser_first img {
    float: left;
    position: relative;
    top: 3px;
    width: 30px;
    margin-right: 15px;
}
.infouser_first img + span {
    font-size: 16px;
}
.control_accordion {
    margin: 0;
    padding: 25px 0 10px;
    list-style-type: none;
}
.control_accordion li {
    padding: 10px 0;
    font-size: 18px;
    text-transform: uppercase;
}
.control_accordion li a {
    text-decoration: none;
}
.control_accordion li a:hover, .control_accordion li.active a {
    color: var(--yellow);
}
.infouser_last {
    font-size: 16px;
}
.infouser_last img {
    float: left;
    position: relative;
    top: -2px;
    width: 30px;
    margin-right: 15px;
}
.infouser_last a {
    text-decoration: none;
}
.profile_right {
    float: right;
    width: calc(100% - 355px);
}
.profile_right h1 {
    font-weight: normal;
}
.profile_right_top {
    display: flex;
}
.profile_right_top > div {
    flex: 0 0 50%;
}
.profile_right_top h3 {
    font-size: 18px;
    font-weight: normal;
}
.profile_right_top button {
    padding: 12px 35px;
    border: 1px solid var(--yellow);
    background-color: #fff;
    color: var(--yellow);
    transition: all 350ms linear;
    cursor: pointer;
}
.profile_right_top button:hover {
    background-color: var(--yellow);
    color: #fff;
}
.prehledy_objednavek > h3 {
    padding: 10px 0 5px;
    font-size: 18px;
    font-weight: normal;
}
.mobile-wrapper {
    width: 100%;
    overflow-x: auto;
}
.history_table_wrapper {
    min-width: 100%;
    border-collapse: collapse;
    empty-cells: show;
    text-align: center;
}
.history_table_wrapper th {
    padding: 10px;
    border-bottom: 2px solid #ddd;
    color: var(--yellow);
}
.history_table_wrapper td {
    padding: 10px;
}
.history_table_wrapper td:first-child, .history_table_wrapper th:first-child {
    padding-left: 0;
    text-align: left;
}
.history_table_wrapper td:last-child, .history_table_wrapper th:last-child {
    padding-right: 0;
    text-align: right;
    white-space: nowrap;
}
.table_slevy span {
    display: inline-block;
    width: 130px;
    text-align: left;
}
.muj-profil-nastaveni-section .tabs,
.muj-profil-prehledyobj-section .tabs {
    margin: 0;
    padding: 15px 0 0;
    list-style-type: none;
}
.muj-profil-nastaveni-section .tabs li, .muj-profil-prehledyobj-section .tabs li {
    display: inline-block;
    padding: 0 10px 13px 0;
}
.muj-profil-nastaveni-section .tabs li a, .muj-profil-prehledyobj-section .tabs li a {
    display: block;
    padding: 12px 35px;
    border: 1px solid var(--yellow);
    background-color: #fff;
    color: var(--yellow);
    transition: all 350ms linear;
    text-decoration: none;
    cursor: pointer;
}
.muj-profil-nastaveni-section .tabs li a:hover, .muj-profil-nastaveni-section .tabs li a.active,
.muj-profil-prehledyobj-section .tabs li a:hover, .muj-profil-prehledyobj-section .tabs li a.active {
    background-color: var(--yellow);
    color: #fff;
}
.muj-profil-nastaveni-section h3 {
    font-size: 18px;
    font-weight: normal;
}
.profile-box p {
    width: 50%;
    padding-right: 4%;
}

.contact-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 0 25px;
    padding: 10px 0 30px;
}
.contact-wrapper > div {
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 0 25px;
    align-items: center;
    width: 410px;
    padding: 1px 20px 5px;
    background-color: #f8f8f8;
}
.contact-wrapper > div > p {
}
.contact-wrapper > div > p img {
    width: 92px;
}
.contact-wrapper h3 {
    color: var(--yellow);
}
.contact-banks {
    display: flex;
    gap: 0 25px;
    padding: 10px 0 30px;
}
.contact-banks > div {
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 0 30px;
    align-items: center;
    width: 470px;
    padding: 5px 20px 10px;
    background-color: #f8f8f8;
}
.contact-banks > div > p img {
    width: 100px;
}

.issuance {
    padding: 0 0 20px;
}
.issuance > div {
    clear: both;
    padding: 5px 0;
    border-bottom: 1px solid #d5d5d5;
    color: #8f8f8f;
    overflow: auto;
}
.issuance p {
    margin: 10px 0;
}
.issuance-info {
    float: left;
    width: calc(100% - 155px);
}
.issuance-amount {
    float: right;
}
.issuance-amount a {
    display: inline-block;
    width: 44px;
    height: 44px;
    padding: 9px 0 0;
    border: 1px solid #E2E2E2;
    background-color: #E2E2E2;
    color: #000;
    font-size: 22px;
    line-height: 22px;
    text-decoration: none;
    text-align: center;
}
.issuance-amount a:hover {
    border: 1px solid #848484;
    text-decoration: none;
}
.issuance-amount input {
    width: 44px;
    height: 44px;
    border: 0;
    text-align: center;
}
.issuance-amount input::-webkit-outer-spin-button,
.issuance-amount input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.issuance-amount input[type=number] {
    -moz-appearance: textfield;
}
.emise_products .h3 {
    display: inline-block;
    padding: 7px 15px;
    background-color: #f8f8f8;
}

#products_info_order {
    max-width: 1080px;
}

#identity {
    display: block;
    width: 100%;
    height: 36px;
    margin: 10px 0 25px;
    padding: 0 10px;
    border: 1px solid var(--yellow);
}

.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    row-gap: 0;
    padding: 10px 0 15px;
}

.category_list img {
    display: none;
}

.leaflet-bottom.leaflet-right {
    height: 0;
}

.pagination {
    margin: 15px 0 35px;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.pagination li {
    display: inline-block;
}
.pagination a {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 3px;
    padding: 2px 0 0;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    background-color: #f0f0f0;
    text-align: center;
    text-decoration: none;
}
.pagination a.active, .pagination a:hover {
    border: 1px solid var(--yellow);
    text-decoration: none;
}

.pocet_produktu_kat_list {
    margin-left: 10px;
    color: var(--yellow);
}

.filter-pagination a {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 0 3px;
    padding: 7px 0 0;
    border: 1px solid #e0e0e0;
    border-radius: 18px;
    background-color: #f0f0f0;
    text-align: center;
    text-decoration: none;
}
.filter-pagination a:hover {
    border: 1px solid var(--yellow);
    text-decoration: none;
}

.blocker {
    z-index: 100;
}

.lg-backdrop.in {
    opacity: .9;
}
.lg-outer.lg-visible {
    text-align: left;
}

.error {
    color: var(--red);
}
#condition-error.error, #conditiongdpr-error.error {
    display: block;
}

.notie-container {
    z-index: 9999;
}
.notie-background-info {
    background: #fff;
    color: #000;
}
.notie-background-success {
    background: var(--green);
}
.notie-background-error {
    background: var(--red);
}

/* košík start */

.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(--yellow);
    content: "";
    z-index: -1;
}
.cart-progress li:last-child:before {
    display: none;
}

.cart-progress li a {
    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;
    background-color: var(--grey);
}
.cart-progress li.active a span:first-child {
    background-color: var(--yellow);
}

.cart-items-box {
    padding: 10px 40px 20px;
    border: 1px solid var(--grey);
}

.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 {
}

.cart-item {
    position: relative;
    width: calc(100% - 470px);
    padding: 0 30px;
    color: #898989;
}
.cart-item h3 {
    margin: 5px 0;
    color: var(--yellow);
}
.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;
    max-width: 130px;
    height: 36px;
    border: 1px solid var(--grey);
    background-color: #fff;
}
.cart-amount p input {
    width: 50px;
    border: 0;
    text-align: center;
}
.cart-amount p button {
    min-width: 30px;
    border: 0;
    background-color: transparent;
    font-size: 26px;
    cursor: pointer;
}
.cart-amount-minus {
    color: var(--red);
}
.cart-amount-plus {
    color: var(--green);
}

.cart-ceny_b2b_novat {
    flex: 0 0 160px;
    font-size: var(--font-medium);
    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: var(--font-medium);
    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;
    padding: 30px 0 0;
}

.cart_total > * {
    width: 49%;
}

.cart-dis {
    padding: 15px 35px 20px;
    border: 1px solid var(--grey);
    font-weight: bold;
}

.cart_total .cart-prev {
    position: absolute;
    bottom: 20px;
    left: 15px;
}

.cart_total_summary {
    padding: 5px 35px 20px;
    border: 1px solid var(--grey);
}

.cart-row-sum {
}

.cart-row-sum .cart-price-without-vat {
    display: flex;
    justify-content: space-between;
}

.cart-row-sum .cart-price-with-vat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
}
.cart-row-sum .cart-price-with-vat span {
    font-size: 16px;
}

.cart-white-box {
    padding: 15px 50px 20px;
    border: 1px solid var(--yellow);
}

.flex .login_form p {
    display: inline-block;
}

.flex .login_form label input {
    height: 31px;
    margin-right: 10px;
    padding: 0 15px;
    border: 1px solid var(--yellow);
}

#customer_details {
}

input.form-control.error{
    border: 1px solid red;
}

.step2-wrap label,
.label-reset label,
.special_form_bg label {
    font-size: 0;
}

.step2-wrap label.error,
.label-reset label.error,
.special_form_bg label.error {
    font-size: 15px;
}


.step2-wrap .chkspolecnost label {
    font-size: 16px;
}

.specialtelefon {
    position: relative;
}

.specialtelefon #prefix {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 40px;
    height: 32px;
    padding: 0;
    border: 0;
    z-index: 2;
}

.specialtelefon #phone {
    padding-left: 60px;
}

.wrap-reg {
    float: left;
    width: 48%;
}
.wrap-reg:nth-child(2n+1) {
    margin-right: 4%;
}

.wrap-reg input,
.wrap-reg select,
.label-reset textarea {
    width: 100%;
    height: 36px;
    padding: 10px 15px;
    border: 1px solid var(--yellow);
    background-color: #fff;
}
.wrap-reg .input-disabled {
    background-color: var(--grey);
}

.wrap-reg select {
    padding: 0 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(--yellow);
    background-color: #fff;
}
.main-container-register #customer_details select {
    padding: 0 15px;
}
.main-container-register #customer_details label {
    display: inline-block;
    width: 130px;
}
.main-container-register #customer_details label#conditions {
    width: auto;
}

.chkspolecnost {
    clear: both;
    padding: 30px 0 0;
}

.label-reset {
    clear: both;
    padding: 10px 0 25px;
}

.btn-add-shipping-adress {
    padding: 20px 0 10px;
}

.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 {
    display: block;
    width: auto !important;
    height: 30px;
    margin: 10px 0;
    padding: 0 15px;
    border: 1px solid var(--yellow) !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 {
    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;
}

/* košík konec */

/*menu autocomplete */

.twitter-typeahead {
}

.tt-hint {
    background: transparent !important;
}

.tt-menu {
    margin-top: -1px;
    padding: 10px 25px 25px;
    background-color: #fff;
    top: 110% !important;
    left: -18vw !important;
    right: -32vw !important;
    box-shadow: 0 1px 8px #e2e2e2;
    text-align: left;
}

.title_search_produkt {
    margin-bottom: 15px !important;
    padding-bottom: 12px;
    border-bottom: var(--yellow);
    color: var(--yellow);
    text-transform: uppercase;
}

.title_search_produkt span {
    text-transform: none;
}

.tt-menu .tt-suggestion {
    display: block;
    padding: 5px 0;
    color: var(--yellow);
    text-decoration: none;
}
.tt-menu .tt-suggestion:hover {
    background-color: #e5e5e5;
}

.tt-menu .result_container {
    display: flex;
    align-items: center;
}

.tt-menu .result_container img {
    width: 30px;
    max-height: 36px;
    margin-right: 10px;
}

.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;
    width: calc(100% - 200px);
    padding-right: 20px;
}

.tt-menu .search_dostupnost {
    width: 100px;
    padding-right: 20px;
}

.tt-menu .search_dostupnost p {
    display: inline-block;
    margin: 0;
    /*color: #749b77;*/
}

.tt-menu .search_cena {
    width: 80px;
}

.tt-menu .search_cena p {
    margin: 0;
    color: #000;
}

.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 {
    display: inline-block;
    padding: 10px 15px 7px;
    border: 1px solid var(--yellow);
    color: var(--yellow);
    text-transform: uppercase;
    text-decoration: none;
}
.tt-dataset-1 .show_all_result_menu {
    display: none;
}
.show_all_result_menu:hover {
    background-color: #e5e5e5;
    text-decoration: none;
}

.naseptavac-img {
    padding: 20px 0 0;
    text-align: center;
}

.naseptavac-img img {
    max-width: 320px;
}

.tt-menu .tt-suggestion.cat_naseptavac {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 5px 10px;
    border: 1px solid #999;
}

.tt-dataset-0 {
    float: left;
    width: 49%;
}

.tt-dataset-1, .tt-dataset-2 {
    float: right;
    width: 49%;
}

/* konec menu autocomplete*/

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    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;
}
[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 {
    position: absolute;
    bottom: 35px;
    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 6px;
}
.slick-dots li button {
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    border-radius: 20px;
    background: var(--yellow);
    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 {
    background: var(--yellow);
}

/* Arrows */
.slick-prev, .slick-next {
    position: absolute;
    top: 45%;
    border: 0;
    background-color: transparent;
    font-size: 0;
    transition: all 350ms linear;
    cursor: pointer;
    z-index: 3;
}
.slick-prev:hover, .slick-next:hover {
    opacity: .7;
}
.slick-prev {
    left: -60px;
}
.slick-next {
    right: -40px;
}
.slick-prev:after, .slick-next:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 31px;
    background: url("../../assets/design/img/arrow-l.svg") no-repeat 0 0;
    background-size: contain;
    content: "";
    z-index: 2;
}
.slick-next:after {
    background: url("../../assets/design/img/arrow-r.svg") no-repeat 0 0;
    background-size: contain;
}

.title {
    font-family: 'KarlaBold';
    font-size: var(--font-big);
    font-weight: normal;
}

.link a, .link button, .link input[type=submit],
.cart-prev > *, .cart-next > *, .detail__bagBtn a, .main_link, .contact-link {
    display: inline-block;
    padding: 9px 20px 11px;
    border: 1px solid var(--yellow);
    background-color: var(--yellow);
    color: #fff;
    font-family: var(--font);
    font-size: 15px;
    transition: all 350ms linear;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.link a:hover, .link button:hover, .link input[type=submit]:hover,
.cart-prev > *:hover, .cart-next > *:hover, .detail__bagBtn a:hover, .main_link:hover, .contact-link:hover {
    border: 1px solid #000;
    text-decoration: none;
}
.link a + a {
    float: right;
}
.main_link {
    margin-right: 15px;
}

.halves {
    display: flex;
    justify-content: space-between;
}

.halves > * {
    width: 48%;
}

.thirds {
    display: flex;
    justify-content: space-between;
}

.thirds > * {
    width: 30%;
}

a[href^="tel:"] {
    text-decoration: none;
}

footer {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #f7f7f7;
    text-align: left;
}

footer .container {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
}

.footer-col {
    padding-right: 15%;
}

footer ul {
    columns: 2;
    margin: 10px 0;
    list-style-type: none;
}
footer li {
    padding: 5px 0;
}
footer li a {
    text-decoration: none;
}

.footer-newsletter input {
    width: 100%;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #777;
    background-color: #fff;
}

.footer-newsletter button {
    display: block;
    width: 155px;
    height: 32px;
    margin: 10px 0 0;
    border: 1px solid var(--yellow);
    background-color: var(--yellow);
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.site-bottom {
    margin: 0;
    padding: 20px 0 15px;
    background-color: #fff;
}
.site-bottom img {
    max-height: 18px;
}

.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;
}

.grey {
    color: var(--grey);
}

.green {
    color: var(--green);
}

.red {
    color: var(--red);
}

.yellow {
    color: var(--yellow);
}

.uppercase {
    text-transform: uppercase;
}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.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: 'KarlaBold';
    font-size: var(--font-huge);
    font-weight: normal;
    line-height: 1.1em;
}

h2, .h2 {
    clear: both;
    margin-top: .8em;
    margin-bottom: .6em;
    font-family: 'KarlaBold';
    font-size: var(--font-big);
    font-weight: normal;
    line-height: 1.1em;
}

h3, .h3 {
    margin-top: 1em;
    margin-bottom: .8em;
    font-family: 'KarlaBold';
    font-size: var(--font-medium);
    font-weight: normal;
    line-height: 1.1em;
}

h4 {
    clear: both;
    margin: 25px 0 15px;
    font-family: 'KarlaBold';
    font-size: 18px;
    font-weight: normal;
    line-height: 1.1em;
}

.font10 {
    font-size: 10px;
}

.font11 {
    font-size: 11px;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.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 */
    font-size: 14px;
    opacity: .7;
}
::-moz-placeholder { /* Firefox 19+ */
    font-size: 14px;
    opacity: .7;
}
:-ms-input-placeholder { /* IE 10+ */
    font-size: 14px;
    opacity: .7;
}
:-moz-placeholder { /* Firefox 18- */
    font-size: 14px;
    opacity: .7;
}

input, textarea, select, option, button {
    color: #000;
    font-family: 'Karla', Arial, Helvetica, sans-serif;
    font-size: 15px;
}

textarea {
    max-width: 100%;
    resize: none;
}

ul {
    margin: 15px 0;
    padding: 0;
    list-style-position: inside;
}

p {
    margin: 15px 0;
    padding: 0;
}

strong {
    font-family: 'KarlaBold';
    font-weight: normal;
}

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;
}

iframe {
    max-width: 100%;
}

@media (max-width: 1660px) {
    :root {
        --container-width: 100%;
    }
    .container {
        padding-left: 3vw;
        padding-right: 3vw;
    }
    .site-slider {
        height: 34.5vw;
    }
    .products {
        grid-template-columns: repeat(3, 1fr);
    }
    .products > div:nth-child(2n), .products > div:nth-child(4n-1) {
        border-left: 0;
    }
    .products > div:nth-child(3n), .products > div:nth-child(3n-1) {
        border-left: 1px solid #f0f0f0;
    }
    .products > div:nth-child(n+4) {
        border-top: 1px solid #f0f0f0;
    }
    .slick-prev {
        left: 3vw;
    }
    .slick-next {
        right: 6vw;
    }
}

@media (max-width: 1390px) {
    :root {
        --font-huge: 28px;
        --font-big: 24px;
        --font-medium: 18px;
    }
    header nav ul li {
        padding: 0 20px 0 0;
    }
    header nav ul li img {
        display: none;
    }
    header nav ul li a.menu-link {
        padding: 5px;
    }
    .site-benefits img {
        height: 50px;
    }
    .categories-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .products {
        grid-template-columns: repeat(2, 1fr);
    }
    .products > div:nth-child(3n), .products > div:nth-child(3n-1) {
        border-left: 0;
    }
    .products > div:nth-child(even) {
        border-left: 1px solid #f0f0f0;
    }
    .products > div:nth-child(n+3) {
        border-top: 1px solid #f0f0f0;
    }
    .detail-left {
        flex: 0 0 40%;
    }
    .detail-buy {
        flex-wrap: wrap;
    }
    .detail-buy > * {
        flex: 0 0 100%;
    }
    .cart-items-box,
    .cart-white-box {
        padding: 10px 20px 20px;
    }
    .cart-remove {
        flex: 0 0 15px;
    }
    .cart-dis {
        padding: 15px 20px 20px;
    }
    .cart_total_summary {
        padding: 15px 20px 20px;
    }
}

@media (max-width: 1086px) {
    body {
        padding: 65px 0 0;
    }
    body, header .container-full {
        background: none;
    }
    header .container-full {
        padding-right: 50px;
    }
    .header-top {
        display: none;
    }
    .menu-responsive {
        display: block;
    }
    header nav {
        position: fixed;
        top: 65px;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        background-color: #fff;
        transform: translateX(-100%);
        transition: all 350ms linear;
        text-align: left;
        z-index: 48;
    }
    header nav.active {
        transform: translateX(0);
    }
    header nav ul {
        display: block;
        padding: 25px 0 0;
        text-align: center;
    }
    header nav ul li {
        display: block;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #f3f3f3;
    }
    header nav ul li a, header nav ul li a.menu-link {
        display: block;
        padding: 13px 0;
    }
    header nav ul ul {
        display: none;
        position: static;
        width: auto;
        margin: 0;
        padding: 10px 0 0 20px;
    }
    header nav ul li:hover ul {
        display: none;
    }
    header nav ul ul li {
        padding: 10px 0;
        border: 0;
    }
    header nav ul ul li a {
    }
    header nav ul ul ul li {
        padding: 2px 0;
    }
    header nav .logo-punc {
        display: block;
    }
    .logo img {
        width: 130px;
    }
    #search-query {
        width: 200px;
    }
    .categories-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .detail {
        display: block;
    }
    .detail-left {
        padding-right: 0;
    }
    .detail-left h1 {
        display: block;
        margin-top: 1px;
    }
    .detail-right h1 {
        display: none;
    }
    .detail-spec {
        padding: 10px 35px 15px;
    }
    .products {
        grid-template-columns: repeat(1, 1fr);
    }
    .products > div:nth-child(3n), .products > div:nth-child(3n-1) {
        border-left: 0;
    }
    .products > div:nth-child(even) {
        border-left: 0;
    }
    .products > div:nth-child(n+2) {
        border-top: 1px solid #f0f0f0;
    }
    .products h2 {
        height: auto;
    }
    #detailproduktu .products-slider.no-slider > div {
        flex: 0 0 50%;
    }
    .login-left > div, .login-right > div {
        width: 320px;
    }
    .site-login .link a {
        margin-top: 50px;
    }
    .contact-wrapper {
        display: block;
    }
    .contact-wrapper > div {
        width: auto;
        margin-bottom: 10px;
    }
    .contact-banks {
        display: block;
    }
    .contact-banks > div {
        width: auto;
        margin-bottom: 10px;
    }
    .profile_sidebar {
        float: none;
        width: auto;
        padding: 1px 15px 10px;
    }
    .infouser_first {
        padding-bottom: 0;
    }
    .control_accordion {
        padding: 15px 0 0;
    }
    .control_accordion li {
        display: inline;
        padding: 0 20px 0 0;
        white-space: nowrap;
    }
    .infouser_last {
        color: var(--yellow);
    }
    .profile_right {
        float: none;
        width: auto;
        padding: 15px 0 0;
    }
    .cart-row {
        flex-wrap: wrap;
    }
    .cart-item {
        order: 1;
        width: 100%;
        padding: 0 0 10px;
    }
    .cart-img {
        order: 2;
        flex: 0 0 70px;
        height: 70px;
        margin-right: 6%;
    }
    .cart-amount {
        order: 3;
        flex: 0 0 calc(31% - 29px);
        padding-right: 5%;
    }
    .cart-ceny_b2b_novat {
        order: 4;
        flex: 0 0 calc(31% - 29px);
    }
    .cart-ceny_b2b_withvat {
        order: 5;
        flex: 0 0 calc(31% - 29px);
    }
    .cart-remove {
        order: 6;
    }
    .halves {
        display: block;
    }
    .halves > * {
        width: auto;
    }
    .thirds {
        display: block;
    }
    .thirds > * {
        width: auto;
    }
}

@media (max-width: 913px) {
}

@media (max-width: 767px) {
    :root {
        --font-huge: 22px;
        --font-big: 20px;
        --font-medium: 18px;
    }
    .logo a {
        display: block;
        width: 36px;
        height: 36px;
        background: url("../../assets/design/img/logo-cast.svg") no-repeat 0 0;
        background-size: contain;
    }
    .logo img {
        display: none;
    }
    .header-user {
        padding: 0;
    }
    .header-user a, .header-user a:hover {
        padding: 8px 0 6px 10px;
        background-color: #fff;
    }
    .header-user img {
        filter: none;
    }
    .header-user span {
        display: none;
    }
    .header-cart img {
        filter: none;
    }
    .header-cart img + span {
        display: none;
    }
    .site-benefits .container {
        grid-template-columns: repeat(2, 1fr);
    }
    .site-content {
    }
    .content-left {
        display: none;
    }
    .content-right {
        float: none;
        width: auto;
    }
    .stitky_gl strong {
        width: auto;
        max-width: none;
        padding-right: 8px;
        opacity: 1;
    }
    .detail-buy {
        padding: 5px 25px;
    }
    .detail-info, .detail-spec {
        padding: 10px 25px 15px;
    }
    .site-login {
        padding: 5px 0;
    }
    .login-left, .login-right {
        float: none;
        width: auto;
    }
    .registrace_faze1 h2,
    .prihlaseni_faze2 h2 {
        padding-bottom: 0;
    }
    .site-login .link a {
        margin-top: 15px;
    }
    .cart-progress li {
        min-width: 118px;
    }
    .cart-amount p {
        height: 26px;
    }
    .cart-amount p input {
        width: 40px;
    }
    .cart-ceny_b2b_novat {
        font-size: 18px;
    }
    .cart-ceny_b2b_withvat {
        font-size: 18px;
    }
    .cart_total {
        display: block;
    }
    .cart_total > * {
        width: auto;
    }
    .cart-dis {
        margin-bottom: 30px;
    }
    .slick-dots {
        bottom: 15px;
    }
    .slick-prev, .slick-next {
        top: 36%;
    }
    footer .container {
        grid-template-columns: 1fr 1fr 1fr;
    }
    footer ul {
        columns: 1;
    }
    .lSAction > .lSPrev {
        top: 17vh;
        left: -15px;
        right: auto;
        transform: rotate(270deg);
    }
    .lSAction > .lSNext {
        top: 17vh;
        right: -15px;
        left: auto;
        transform: rotate(270deg);
    }
    .lSSlideWrapper {
        left: 0;
    }
    #imageGallery .lslide img {
        top: 0;
        max-width: 80vw;
        max-height: 100%;
        transform: none;
    }
    #imageGallery {
        min-height: 250px;
    }
    .tt-menu {
        display: none !important;
    }

    .slider_home {
        visibility: hidden;
        height: 0;
    }

    .slider_home_respo {
        visibility: visible;
        height: 60vw;
    }

    .slider_home_respo .slick-prev, .slider_home_respo .slick-next {
        top: 40%;
    }

    .slider_home_respo .slick-prev {
        left: 0;
    }

    .slider_home_respo .slick-next {
        right: 19px;
    }

}

@media (max-width: 555px) {
    header .container-full {
        padding-right: 45px;
    }
    .search-box {
        padding: 0 12px;
    }
    #search-query {
        width: auto;
        height: 30px;
        padding: 0 10px;
        box-shadow: 0 0 5px #e2e2e2;
    }
    #search-btn {
        right: 13px;
        padding: 4px 8px;
        background-color: #fff;
    }
    #search-btn img, #search-btn:hover img {
        filter: none;
    }
    .header-cart {
        margin-left: 10px;
    }
    .lang img {
        display: none;
    }
    .categories-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .detail-buy > * + * {
        gap: 10px;
    }
    .detail-buy input {
        width: 40px;
    }
    .detail-buy button {
        width: 100px;
    }
    .detail__bagBtn, .detail__bagBtn + .detail__bagBtn {
        float: none;
        text-align: center;
    }
    .products > div {
        padding: 20px 10px;
    }
    .products-slider .slick-slide {
        padding: 0 20px;
    }
    #detailproduktu .products-slider.no-slider > div {
        flex: 0 0 100%;
    }
    .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;
    }
    .cart-items-box, .cart-white-box {
        padding: 0;
        border: 0;
    }
    .cart-item {
        padding: 0;
    }
    .cart-img {
        flex: 0 0 50px;
        height: 50px;
    }
    .cart-amount {
        flex: 0 0 48px;
    }
    .cart-amount p {
        height: auto;
    }
    .cart-amount p input {
        width: 30px;
    }
    .cart-ceny_b2b_novat, .cart-ceny_b2b_withvat {
        flex: 1;
        font-size: 16px;
    }
    footer .container {
        display: block;
    }
    .footer-col {
        padding-right: 0;
    }
    .footer-newsletter button {
        width: 100%;
    }
}
