@font-face {
    font-family: 'Spartan';
    src: url('../../assets/design/font/Spartan.svg#Spartan') format('svg'),
    url('../../assets/design/font/Spartan.ttf') format('truetype'),
    url('../../assets/design/font/Spartan.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    ascent-override: 125%;
}

@font-face {
    font-family: 'SpartanBold';
    src: url('../../assets/design/font/Spartan-Bold.svg#Spartan') format('svg'),
    url('../../assets/design/font/Spartan-Bold.ttf') format('truetype'),
    url('../../assets/design/font/Spartan-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    ascent-override: 125%;
}

:root {
    --container-width: 1480px;
    --green: #006F51;
    --font: 'SpartanBold';
    --font-huge: 32px;
    --font-big: 26px;
    --font-medium: 20px;
}

body {
    width: 100%;
    margin: 0;
    padding: 140px 0 0;
    background-color: #fff;
    color: #2A2C33;
    font-family: 'Spartan', sans-serif;
    font-size: 14px;
    text-align: center;
    overflow-x: hidden;
}

.mobile_show_cat {
	display: none;
}

body.b2bbody {
    padding-top: 240px;
}

.container-full {
    clear: both;
    position: relative;
    width: 100%;
}
.img_auto_height #imageGallery{ min-height:250px;}

.container {
    clear: both;
    position: relative;
    padding: 0 7vw;
}
p.sale-carts {
    font-size: 13px;
    color: red;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    z-index: 123;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 7vw;
    background-color: #C6E1DC;
    font-size: 12px;
}

.header-top p {
    margin: 0;
}

.top-left a, .top-left a:hover {
    text-decoration: none;
}

.top-left img {
    position: relative;
    top: 1px;
    height: 12px;
    margin-right: 3px;
}

.top-right {
    display: flex;
    align-items: center;
}

.top-right ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.top-right ul li {
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
}

.top-right ul li a {
    text-decoration: none;
}

.top-right-menu-clone {
    display: none;
    position: absolute;
    top: 370px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    z-index: 2;
}

.top-right-menu-clone li {
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.top-right-menu-clone li a {
    text-decoration: none;
}

.switcher_lang {
    position: relative;
    padding: 0 10px;
}

.switcher_lang select {
    position: relative;
    height: 20px;
    padding-right: 10px;
    border: 0;
    background: transparent url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat 95% center;
    font-size: 12px;
    appearance: none;
}

.switcher_currency {
    position: relative;
}

.switcher_currency select {
    position: relative;
    padding-right: 20px;
    border: 0;
    background: transparent url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat 95% center;
    font-size: 12px;
    appearance: none;
}

.header-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 7vw;
}

.logo {
    width: 150px;
    transition: all 500ms linear;
}

.logo:hover {
    opacity: .7;
}

#search_form > div {
    position: relative;
    display: flex;
    z-index: 5;
}

#search-query {
    width: 170px;
    height: 30px;
    padding: 0 15px;
    border: 1px solid #026e51;
    border-right: 0;
    border-radius: 0;
    background-color: transparent;
}

.search_btn_home {
    position: relative;
    top: 0;
    width: 40px;
    height: 30px;
    border: 1px solid #026e51;
    border-left: 0;
    background: transparent;
    cursor: pointer;
}

.search_btn_home img {
    height: 21px;
}

.top-cart-link {
    position: relative;
    width: 65px;
    font-size: 11px;
    text-align: center;
}

.top-cart-link a, .top-cart-link a:hover {
    text-decoration: none;
}

.top-cart-link img {
    height: 28px;
}

.text_oblibene {
    display: block;
    margin: 5px auto 0;
}

.popular_pair {
    position: absolute;
    top: -9px;
    right: 8px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    background-color: #2A2C33;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
}

.login_sekce {
    width: 70px;
    font-size: 11px;
    text-align: center;
}

.login_sekce a, .login_sekce a:hover {
    text-decoration: none;
}

.login_sekce img {
    height: 28px;
}

.login_sekce span {
    display: block;
    margin: 5px auto 0;
}

.header-cart {
    position: relative;
    width: 50px;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
}

.header-cart:hover {
    text-decoration: none;
}

.header-cart img {
    height: 28px;
}

.odkaz_cart_header, .odkaz_cart_header:hover {
    padding-left: 10px;
    text-decoration: none;
    white-space: nowrap;
}

.text_kosik {
    display: block;
    margin: 5px auto 0;
}

.pocet_in_cart {
    position: absolute;
    top: -9px;
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    background-color: #2A2C33;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
}

.kosik_obsah {
    color: #E41B23;
    font-family: SpartanBold;
    font-size: 10px;
}

.menu-responsive {
    display: none;
    position: absolute;
    top: 20px;
    right: 15px;
    width: 32px;
    height: 32px;
    padding: 30px 0 0;
    font-size: 9px;
    text-decoration: none;
    z-index: 49;
}
.menu-responsive:hover {
    text-decoration: none;
}

.menu-responsive span {
    position: absolute;
    left: 7px;
    display: block;
    width: 16px;
    height: 2px;
    background-color: #2A2C33;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.menu-responsive span:nth-child(1) {
    top: 8px;
}

.menu-responsive span:nth-child(2), .menu-responsive span:nth-child(3) {
    top: 14px;
}

.menu-responsive span:nth-child(4) {
    top: 20px;
}

.menu-responsive.active span:nth-child(1) {
    top: 8px;
    left: 50%;
    width: 0;
}

.menu-responsive.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-responsive.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-responsive.active span:nth-child(4) {
    top: 8px;
    left: 50%;
    width: 0;
}

.header-content nav {
}

.header-content nav ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-content nav ul li {
    position: relative;
    padding: 0 20px;
    font-family: SpartanBold;
    font-size: 13px;
}

.header-content nav ul li a, .header-content nav ul li.active li a {
    text-decoration: none;
}

.header-content nav ul li.active a, .header-content nav ul li a:hover, .header-content nav ul li.active li.active a, .header-content nav ul li.active li a:hover {
    text-decoration: none;
}

.header-content nav ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: -15px;
    min-width: 320px;
    padding: 30px 35px 20px;
    border-bottom: 0px solid #ddd;
    background-color: #fff;
    text-align: left;
    z-index: 5;
}

.header-content nav ul li:hover ul {
    display: block;
}

.header-content nav ul ul li {
    padding: 3px 0 7px;
}

.header-content nav ul ul ul {
    position: static;
    padding: 10px 0 0 20px;
    border-bottom: 0;
}

#B2Bmenu {
    clear: both;
    float: none;
    width: auto;
    padding: 15px;
    background-color: #026e51;
}

#B2Bmenu ul {
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#B2Bmenu ul a {
    display: flex;
    align-items: center;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    color:#fff;
}

li.trida_2113 a.menu-link.mega-menu-link {
    color: #ed1c24;
}

#B2Bmenu ul li.active a, #B2Bmenu ul a:hover {
}

#B2Bmenu ul img {
    max-height: 34px;
    margin-right: 15px;
    transition: all 350ms linear;
}

#B2Bmenu ul li.active a img, #B2Bmenu ul a:hover img {
}

#B2Bmenu ul li div span {
    display: block;
}

#B2Bmenu ul li.active div span {
    text-decoration: underline;
}

.header-media {
    display: none;
    position: absolute;
    top: 410px;
    left: 0;
    right: 0;
    z-index: 2;
}

.header-media > * {
    padding: 0 15px;
}

.header-media img {
    max-height: 25px;
}

.top-img {
    margin: 0;
    font-size: 0;
}

.grid_gallery {
    padding-top: 30px;
    padding-bottom: 20px;
}

.grid_gallery_wrapper {
    overflow: hidden;
    text-align: center;
}

.grid-item {
    position: relative;
    float: left;
}

.grid-item > p {
    height: 100%;
    margin: 0;
}

.grid-item-1 {
}

.grid-item-2 {
    width: 49%;
    height: 710px;
    margin-right: 2%;
}

.grid-item-3 {
    width: 23.5%;
    height: 280px;
}

.grid-item-4 {
    width: 23.5%;
    height: 280px;
    margin-left: 2%;
}

.grid-item-5 {
    width: 49%;
    height: 400px;
    margin-top: 30px;
}

.grid-item img {
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
}

.grid-item-top {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 80px;
    transform: translate(-50%,-50%);
    text-transform: uppercase;
    z-index: 2;
}
.grid-item-3 .grid-item-top, .grid-item-4 .grid-item-top {
    margin-top: -60px;
}

.grid-item-top > * {
    display: inline-block;
    padding: 25px 15px;
    border-radius: 5px;
    background-color: #fff;
    font-family: SpartanBold;
    font-size: 15px;
}

.grid-item-top p {
    margin: 0;
}

.grid-item-top p span {
    font-size: 11px;
    font-weight: normal;
}

.grid-item-top a {
    background-color: #006F51;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.grid-item-top a:hover {
    background-color: #fff;
    color: #006F51;
    text-decoration: none;
}

.moduly_homepage {
    padding-top: 20px;
    padding-bottom: 20px;
}

.moduly_homepage > div {
    display: flex;
    justify-content: space-between;
}

.banner_home {
    display: flex;
    align-items: center;
    font-family: SpartanBold;
    font-size: 16px;
    text-align: left;
}

.banner_home p:first-child {
    width: 60px;
    padding-right: 20px;
}

.banner_home a, .banner_home a:hover {
    text-decoration: none;
}

.banner_home span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.banner_home a:hover span {
    color: #686868;
}

.home_popular_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.home_popular_menu h3 {
    font-family: SpartanBold;
    font-size: 26px;
    font-weight: normal;
    text-transform: uppercase;
}

.home_popular_menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.home_popular_menu li {
    display: inline-block;
    padding: 0 0 0 20px;
    color: #686868;
    font-family: SpartanBold;
    font-size: 20px;
    text-transform: uppercase;
}

.home_popular_menu li.active, .home_popular_menu li:hover {
    color: #2A2C33;
}

.home_popular_menu a, .home_popular_menu a:hover {
    text-decoration: none;
}

.kategorie-home {
    padding-bottom: 60px;
}

.kategorie-home h3 {
    font-family: SpartanBold;
    font-size: 26px;
    font-weight: normal;
    text-align: left;
}

.kategorie-home h3 + p {
    margin-top: -10px;
    color: #686868;
    text-align: left;
}

.wrapper-kategorie_home {
    display: flex;
    justify-content: space-between;
    color: #686868;
}

.wrapper-kategorie_home a, .wrapper-kategorie_home a:hover {
    text-decoration: none;
}

.wrapper-kategorie_home > div {
    position: relative;
    width: 48%;
}

.wrapper-kategorie_home h4 {
    color: #2A2C33;
    font-family: SpartanBold;
    font-size: 15px;
    font-weight: normal;
}

.kategorie-home-wrapper {
    position: absolute;
    bottom: -20px;
    left: 10%;
    right: 10%;
    padding: 0 25px;
    background-color: #fff;
    z-index: 2;
}

.banner_home_1 img {
    width: 100%;
}

.banner_home_inner-wrapper {
    position: absolute;
    top: 50%;
    left: 7vw;
    width: 450px;
    padding: 15px 35px;
    border-radius: 5px;
    transform: translateY(-50%);
    background-color: #fff;
    color: #686868;
    z-index: 2;
}

.banner_home_title {
    font-size: 12px;
    text-transform: uppercase;
}

.banner_home_inner-wrapper h4 {
    color: #2A2C33;
    font-family: SpartanBold;
    font-size: 26px;
    font-weight: normal;
}

.aktuality-home {
    padding-top: 30px;
}

.aktuality_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.aktuality_top h3 {
    font-family: SpartanBold;
    font-size: 26px;
    font-weight: normal;
}

.aktuality_top p {
    color: #686868;
    text-transform: uppercase;
}

.aktuality_top a {
    font-family: SpartanBold;
    font-size: 20px;
    text-decoration: none;
}

.aktuality_top a:hover {
    color: #2A2C33;
    text-decoration: none;
}

.wrapper-aktuality_home {
    display: flex;
    flex-wrap: wrap;
    color: #686868;
}

.wrapper-aktuality_home > div {
    position: relative;
    width: 31%;
    margin: 0 1.1% 50px;
}

.wrapper-aktuality_home > div a, .wrapper-aktuality_home > div a:hover {
    text-decoration: none;
}

.aktuality_home-wrapper {
    position: absolute;
    bottom: -30px;
    left: 10%;
    right: 10%;
    padding: 0 25px;
    background-color: #fff;
    z-index: 2;
}

.aktuality_home-wrapper h4 {
    color: #2A2C33;
    font-family: SpartanBold;
    font-size: 20px;
    font-weight: normal;
}

.aktuality_home-hidden {
    display: flex;
    justify-content: space-between;
    max-height: 0;
    font-size: 12px;
    transition: all 350ms linear;
    opacity: 0;
}

.aktuality_home-wrapper:hover .aktuality_home-hidden {
    max-height: 1000px;
    opacity: 1;
}

.aktuality_home-hidden p:last-child {
    color: #2A2C33;
    font-weight: bold;
    text-transform: uppercase;
}

.aktuality_home-hidden p:last-child:hover {
    text-decoration: underline;
}

.wrapper_video_cont {
    padding-top: 40px;
    padding-bottom: 10px;
}

.wrapper_video_cont iframe {
    width: 100%;
    height: 550px;
}

.site-content {
    padding-top: 45px;
    padding-bottom: 80px;
    overflow: auto;
}

.site-content h1 {
    margin: 25px 0 35px;
    font-family: SpartanBold;
}

.site-content p {
    line-height: 1.4;
}

.site-content ul {
    padding: 0;
    list-style-position: inside;
}

.perex_cat_vypis {
    font-size: 20px;
}

#special_sekce_vypis_natoor .content-left {
    width: 60%;
}

#special_sekce_vypis_natoor .content-right {
    width: 35%;
}

.content-left {
    clear: both;
    float: left;
    width: 350px;
    text-align: left;
}

.content-right {
    float: right;
    width: calc(100% - 390px);
    text-align: left;
}

.content-left > .filter {
    padding: 10px 25px;
    border: 1px solid #e5e5e5;
    overflow: auto;
}

.filter-selected {
}

#remove-filters {
    font-size: 13px;
}

.filter-section {
    clear: both;
    padding: 5px 0;
    border-top: 1px solid #e5e5e5;
    overflow: auto;
}

.filter-title {
    font-weight: bold;
    text-transform: uppercase;
}

.filter-active {
    position: relative;
    padding: 0 20px 0 0;
}

.filter-active a {
    position: absolute;
    top: -2px;
    right: 0;
    color: #2A2C33;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.filter-active a:hover {
    color: #006F51;
    text-decoration: none;
}

#filter_section_live .filter-title {
    clear: both;
    position: relative;
    padding-right: 25px;
    background: url('../img/filter-link-plus.png') no-repeat right center;
    background-size: 17px 17px;
    filter: grayscale(1);
    cursor: pointer;
}

#filter_section_live .filter-title.active {
    background: url('../img/filter-link.png') no-repeat right center;
    background-size: 17px 1px;
}

#filter_section_live .filter-section-content {
    display: none;
    padding: 0 0 15px;
}

.filter-section-content .filter-posuvnik {
    padding: 0 15px 15px;
}

.filter-null {
    display: block;
    padding: 12px;
    border: 1px solid #fff;
    background-color: #fff;
    font-family: SpartanBold;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}
.filter-null:hover {
    box-shadow: 5px 5px 15px #d5d5d5;
    text-decoration: none;
}

.parameter_product {
    position: relative;
    display: inline-block;
    margin: 0 5px 10px;
    font-size: 15px;
}

.parameter_product input {
    position: absolute;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: -1;
}

.parameter_product label {
    display: block;
    padding: 6px 12px 10px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
}

.parameter_product input:disabled + label {
    background-color: #e7e7e7;
    opacity: .6;
    cursor: default;
}

.parameter_product input:checked + label {
    background-color: #006F51;
    color: #fff;
}

/*.filter-section input[type="checkbox"]:before {
    position: absolute;
    top: -2px;
    left: 3px;
    display: block;
    color: #fff;
    font-size: 16px;
    content: "✔";
    z-index: 2;
}

.filter-section input[type="checkbox"]:disabled:before {
    position: absolute;
    top: -4px;
    left: 0;
    content: "×";
    font-family: Arial;
    font-size: 19px;
}*/

.filter-section input[type="checkbox"]:disabled + label {
    color: #979797;
    cursor: default;
}

#full_filter_search_button {
    display: inline-block;
    margin: 5px 0 20px;
    padding: 10px 20px;
    background-color: #006F51;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
#full_filter_search_button:hover {
    background-color: #054333;
}

.show_all_other_filter {
    color: #8c8c8c;
    text-align: right;
}

.filter .link {
    padding: 30px 0;
    text-align: center;
}

.link .open_all_filter {
    padding: 15px 25px;
    background-image: none;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

.filter .irs--round {
    height: 20px;
}

.filter .irs--round .irs-line {
    /*top: 6px;*/
}

.filter .irs--round .irs-from, .filter .irs--round .irs-to, .filter .irs--round .irs-single,
.filter .irs--round .irs-min, .filter .irs--round .irs-max {
    /*display: none;*/
}

.filter .irs--round .irs-bar {
    /*top: 6px;*/
    height: 3px;
    background-color: #444;
}

.filter .irs--round .irs-handle {
    top: 30px;
    width: 15px;
    height: 15px;
    border: 4px solid #444;
    background-color: #444;
}

.filter .irs--round .irs-handle.state_hover, .filter .irs--round .irs-handle:hover {
    background-color: #444;
}

body .irs {
    font-family: 'Spartan', sans-serif;
}

.extra-controls {
    display: none;
}

.extra-controls span {
    top: 5px;
    right: 5px;
}

.link-back {
    position: relative;
    top: -3px;
    float: left;
    padding: 2px 70px 2px 30px;
    background: url('../img/back.jpg') no-repeat left center;
    background-size: 22px 21px;
    color: #006F51;
    font-weight: bold;
    text-transform: uppercase;
}

.breadcrumbs {
    float: left;
    font-size: 13px;
    margin-top: 0;
}

.links-files {
    float: right;
    position: relative;
    top: -15px;
}

.links-files p {
    display: inline-block;
    margin-left: 15px;
}

.links-files a {
    display: block;
    padding: 13px 25px 15px 55px;
    background: #006F51 url('../img/file.png') no-repeat 15px center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.links-files a:hover {
    background-color: #054333;
    text-decoration: none;
}

.sorting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px 0 20px;
    text-transform: uppercase;
}

.sorting select {
    padding: 6px 30px 6px 13px;
    border: 0;
    /*background: #fff url('../img/arrow-d.png') no-repeat 95% center;*/
    background: #fff url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat 95% center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-appearance: none;
    appearance: none;
    line-height: 26px;
}

#sorting_data_filter_container {
    display: inline-block;
}

.sort-selected {
    width: 100%;
    color: #868686;
    text-transform: none;
}

.sort-selected-remove-all {
    float: right;
    position: relative;
    top: 12px;
    margin-left: 25px;
    font-size: 12px;
}

.sort-selected-remove-all a {
    position: relative;
    top: 7px;
    margin-left: 5px;
    color: #656565;
    font-size: 30px;
    text-decoration: none;
}

.sort-selected-remove-all a:hover {
    text-decoration: none;
}

.sort-selected p {
    position: relative;
    display: inline-block;
    margin: 5px 15px 10px 0;
    padding: 10px 50px 13px 20px;
    background-color: #f3f3f3;
}

.sort-selected .remove_current_filter {
    position: absolute;
    top: -2px;
    right: 15px;
    color: #656565;
    font-size: 30px;
    text-decoration: none;
    z-index: 2;
}

.show_more {
    display: inline-block;
}

.more_ff {
    color: #686868;
    font-family: SpartanBold;
    font-size: 18px;
}

.more_ff a {
    margin: 0 0 0 15px;
    text-decoration: none;
}

.more_ff a.active, .more_ff a:hover {
    color: #006f51;
    text-decoration: none;
}

#history_order_table .sorting {
    display: table-cell;
}

.categories-list {
    padding: 10px 0;
    overflow: auto;
}
.categories-list > div {
    float: left;
    width: 25%;
    font-size: 10px;
}
.categories-list > div a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.categories-list > div a p:first-child {
    width: 48%;
    padding: 0 5% 0 0;
}
.categories-list img {
    max-width: 63%;
    border: 0;
}

.items {
    clear: both;
    overflow: auto;
}

.items > div:nth-child(3n+1) {
    clear: both;
}

#special_sekce_vypis_natoor .items p {
    float: left;
    width: 33.33333%;
    padding: 0 15px;
    text-align: center;
}

#special_sekce_vypis_natoor .items p:nth-child(3n+1) {
    clear: both;
}

.item {
    position: relative;
    float: left;
    width: calc(33.3333% - 20px);
    margin: 0 20px 25px 0;
    padding: 0 20px;
    text-align: center;
}

.item:hover {
    box-shadow: 7px 10px 20px #d5d5d5;
}

.item a {
    text-decoration: none;
}

#podobne_produkty_warapper .item {
    width: calc(25% - 30px);
    margin: 0 15px 40px;
}
#podobne_produkty_warapper .items > div:nth-child(3n+1) {
    clear: none;
}
#podobne_produkty_warapper .items > div:nth-child(4n+1) {
    clear: both;
}

.stitky_gl {
    position: absolute;
    top: 0;
    left: 20px;
    text-align: left;
    z-index: 2;
}

.stitky_gl p {
    margin: 5px 0;
}

.stitky_gl span {
    display: inline-block;
    padding: 5px 8px 7px;
    border-radius: 15px;
    background-color: #45eccf;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
.item .stitky_gl span {
    padding: 5px 8px;
}

.stitky_gl em {
    display: inline-block;
    width: 12px;
}

.stitky_gl strong {
    position: relative;
    top: -1px;
    display: inline-block;
    max-width: 0;
    padding: 0;
    font-weight: normal;
    transition: all 350ms linear;
    white-space: nowrap;
    opacity: 0;
}

.item:hover .stitky_gl strong {
    max-width: 200px;
    padding: 0 0 0 10px;
    opacity: 1;
}

.stitky_gl .item-vyprodej span{
    background-color: #006F51;
}

.stitky_gl .item-novinka span{
    background-color: #D50D61;
}

.stitky_gl .item-akce span{
    background-color: #E41B23;
}

.stitky_gl .item-darkove-baleni span{
    background-color: #FFBB62;
}

.item-img {
}

.item-img a {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 320px;
}

.item-img a img {
	/*max-width: 233px;*/
	/* width: 100%; */
	max-height: 100%;
}

.item h2 {
    position: relative;
    top: 10px;
    height: 50px;
    margin: 0;
    font-family: SpartanBold;
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
    transition: all 350ms linear;
}

.item:hover h2 {
    top: 0;
}

.item-type {
    position: relative;
    top: 10px;
    margin-top: 0;
    font-weight: bold;
    transition: all 350ms linear;
}

.item:hover .item-type {
    top: 0;
}

p.imte-type {
    display: none;
    visibility: hidden;
    height: 5px;
}

.hidden_variants {
    visibility: hidden;
    padding-top: 5px;
    padding-bottom: 10px;
}

.item:hover .hidden_variants {
    visibility: visible;
}

.varianty_item ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.varianty_item li {
    display: inline-block;
    padding: 0 5px 0 4px;
    border-left: 1px solid #2A2C33;
}

.varianty_item li:first-child {
    border: 0;
}

.item_price_vypis {
    display: flex;
    justify-content: space-between;
}

.item_price_vypis span:last-child {
    color: #006F51;
    font-weight: bold;
}

.item-b2b-code {
    font-size: 12px;
    font-weight: 600;
    font-style: oblique;
    color: #391a14;
}

.cart-item .f13 strong {
    color: #999;
}

.item-code {
    font-size: 11px;
    font-weight: bold;
}

.item-code span {
    color: #999;
}

.sklad_vypis_data_ajax {
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.item-stock-yes {
    color: #4ea74a;
}

.item-stock-no {
    color: #e5454e;
}

.item-variants {
    display: none;
    margin: 0;
}

.item h3 {
    margin: 10px 0 0;
    color: #006F51;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

.item h3 span {
    font-size: 26px;
}

.moreproducts_home a {
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #efefef;
    color: #686868;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

.moreproducts_home a:hover {
    background-color: #e7e7e7;
    text-decoration: none;
}

.special_btn_natoor {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 2;
}

.special_btn_natoor img {
    height: 26px;
}

.variants-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #d0c8bd;
}

.variants-item-img {
    width: 100px;
}

.variants-item-title {
    width: calc(100% - 580px);
    padding: 0 20px;
}

.variants-item-title h2 {
    margin: 0;
    font-size: 20px;
}

.variants-item-title a {
    text-decoration: none;
}

.variants-item-title .sklad_vypis_data_ajax {
    margin: 0;
    font-size: 18px;
    text-transform: none;
}

.variants-item .wrapper_product_child {
    width: 80px;
    text-align: center;
}

.variants-item .wrapper_product_child input {
    width: 100%;
    height: 44px;
    border: 1px solid #006F51;
    text-align: center;
}

.variants-item .cost {
    width: 170px;
    padding: 0 30px;
    font-weight: bold;
    text-align: center;
}

.variants-item button {
    width: 220px;
    padding: 20px 0;
    border: 1px solid #006F51;
    background-color: #006F51;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    transition: all 350ms linear;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

.variants-item button:hover {
    background-color: #fff;
    color: #006F51;
}

.site-detail {
    padding-top: 10px;
}

.detail-left {
    clear: both;
    float: left;
    width: 40%;
    position:relative;
}

.detail-left .h1 {
    display: none;
}

.detail-right {
    float: right;
    width: 56%;
    text-align: left;
}

.detail-img {
    position: relative;
    padding-top: 35px;
}

.noleftimg .lSSlideWrapper {
    left: 0;
}

.lSAction {
    position: relative;
}

.lSAction > a {
    top: -10px;
    width: 22px;
    height: 12px;
    margin: 0;
    background-image: url('../img/arrow-up.png');
    background-size: contain;
}
.lSAction > .lSNext {
    right: auto;
    left: 80px;
    background-image: url('../img/arrow-down.png');
    background-position: 0 0;
}

.lSSlideWrapper {
    left: 100px;
}

#imageGallery .lslide img {
    position: relative;
    top: 50%;
    max-width: 80%;
    max-height: 80%;
    transform: translateY(-50%);
}

.lSSlideOuter .lSPager.lSGallery img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
}

.lSSlideOuter.vertical .lSGallery {
    left: 0;
    right: auto;
}

.lSSlideOuter.vertical .lSAction > a {
    filter: invert(1);
}

body .lg-backdrop {
    background-color: #fff;
}
body .lg-actions .lg-next,
body .lg-actions .lg-prev {
    background-color: transparent;
}
body .lg-actions .lg-next:hover,
body .lg-actions .lg-prev:hover {
    background-color: rgba(0, 0, 0, 0.45);
}
body .lg-toolbar {
    background-color: rgba(0, 0, 0, 0.85);
}
.lg-outer .lg-image {
    max-width: 80%;
    max-height: 80%;
    border: 40px solid #fff;
}

.detail-tag {
    position: absolute;
    top: 10px;
    left: 0;
    padding: 7px 10px;
    border-radius: 10px;
    background-color: #ececec;
    text-align: center;
    z-index: 2;
}

.lSGallery {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.lSGallery li {
    display: inline-block;
    height: 180px;
}

.lSGallery li img {
    max-height: 100%;
}

#add_to_cart_modal_system .modal__img {
    max-width: 740px;
    max-height: 350px;
}

.vyrobce_img_sys_detail img {
    max-width: 150px;
}

.detail-right h1 {
}

.detail-right .stitky_gl {
    position: static;
}

.detail-right .stitky_gl p {
    display: inline-block;
    margin: 0 10px 5px 0;
}

.detail-code,
.vyrobce_name,
.kategorie_name {
    margin-bottom: -5px;
}

.detail-code span,
.vyrobce_name span,
.kategorie_name span {
    display: inline-block;
    width: 120px;
    font-weight: bold;
}

.detail-size {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    display:none;
}

span.link-text.pre-order {
    font-size: 25px;
}

.detail-size span {
    font-weight: bold;
    text-transform: uppercase;
}

.detail-size a, .detail-size a:hover {
    text-decoration: none;
}

.detail-size img {
    position: relative;
    top: 1px;
    width: 30px;
    margin-right: 5px;
}

.stockdsotupnost {
    color: #5FA76D;
    font-weight: bold;
}

.add-wish-list {
    filter: grayscale(2);
}

.add-wish-list:hover {
    filter: grayscale(0);
}

.add-wish-list img {
    position: relative;
    top: 2px;
    height: 16px;
}

.add_to_wish_list {
    margin: 0 5px;
}

#show_varianty_skladem a {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #006F51;
    background-color: #006F51;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}

#show_varianty_skladem a:hover {
    background-color: #fff;
    color: #006F51;
}

.detail-section {
    clear: both;
    padding: 10px 0;
    border-bottom: 2px solid #e5e5e5;
    overflow: auto;
}

.detail-title {
    clear: both;
    position: relative;
    background: url('../img/arrow-d.png') no-repeat right center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    filter: grayscale(1);
    cursor: pointer;
}

.detail-title.active {
    background: url('../img/arrow-u.png') no-repeat right center;
}

.detail-section-content {
}

.icons_data_scrool {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.icons_data_scrool p {
    flex: 0 0 33.3333%;
}

.icons_data_scrool a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.icons_data_scrool img {
    max-height: 24px;
    margin-right: 10px;
}

.fabrics {
}

.fabrics > div {
    position: relative;
    display: inline-block;
    margin: 0 7px 10px 0;
    padding: 7px 9px 8px;
    border: 2px solid #f3f3f3;
    background-color: #f3f3f3;
    color: #686868;
    transition: all 350ms linear;
    cursor: pointer;
}
.fabrics > div.no_selected_item {
    background-color: #f8f8f8;
}

.fabrics > div.active, .fabrics > div:hover {
    border: 2px solid #2A2C33;
    background-color: #fff;
    color: #2A2C33;
}
.fabrics > div.no_selected_item:hover {
    border: 2px solid #f3f3f3;
}

.fabrics > div p {
    margin: 0;
}

.hover_text {
    display: none;
    position: absolute;
    top: -15px;
    left: 80%;
    padding: 3px 10px;
    border: 1px solid #545454;
    background-color: #fff;
    font-size: 12px;
    white-space: nowrap;
    z-index: 2;
}
.fabrics > div:hover .hover_text {
    display: block;
}

.fabric-img {
    position: relative;
    width: 100%;
    font-size: 0;
    transition: all 350ms linear;
    overflow: hidden;
}

.fabric-img img {
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
}

.fabrics > div.active .fabric-img img, .fabrics > div:hover .fabric-img img {
    border: 1px solid #2A2C33;
}

.fabric-img:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2A2C33;
    font-size: 46px;
    font-weight: bold;
    content: "\2713";
    transition: all 350ms linear;
    z-index: 2;
    opacity: 0;
}

.fabrics > div.active .fabric-img:after {
    opacity: 1;
}

.fabrics p span {
    display: block;
}

.detail_specific_size {
    width: 100%;
    margin: 25px 0 30px;
}

.detail_specific_size input[type="number"] {
    width: 70px;
    height: 30px;
    margin: 0 5px;
    text-align: center;
}

.selected-variant-title {
    display: none;
    padding-top: 10px;
    font-size: 24px;
    text-transform: uppercase;
}

.selected-variant {
    display: none;
    margin-top: -15px;
}

.selected-variant_stock {
    display: none;
}

.detail-logged-in {
    padding: 1px 0;
}

.price-moc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    font-weight: bold;
    letter-spacing: 1px;
}

.price-moc span:last-child {
    font-size: 26px;
    font-style: italic;
}

.price-voc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
    color: #006F51;
    font-weight: bold;
    letter-spacing: 1px;
}

.price-voc span:last-child {
    font-size: 36px;
}

.detail-not-logged {
    padding: 10px 0;
}

.price-cbd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #f3f3f3;
}

.price-cbd span:first-child {
    font-size: 20px;
    font-weight: bold;
}

.price-cbd span:first-child strong {
    margin-left: 10px;
    color: #006F51;
    font-size: 32px;
}

.zeptat_se_na_produkt {
    padding-top: 20px;
    border-top: 1px solid #f3f3f3;
}

.zeptat_se_na_produkt a, .zeptat_se_na_produkt a:hover {
    text-decoration: none;
}

.zeptat_se_na_produkt img {
    position: relative;
    top: 4px;
    width: 20px;
    margin-right: 4px;
}

.popis_product {
    clear: both;
    padding-top: 20px;
}

.product_popis_long {
    text-align: left;
}

.detail-coll-2 {
    clear: both;
    /*display: flex;*/
    justify-content: space-between;
    padding-top: 40px;
}

.left-coll-table {
    width: 48%;
    padding: 30px;
    background-color: #f7f7f7;
}

.right-coll-parametry {
    /*width: 48%;*/
}

.detail-parameters {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.detail-parameters > div {
    display: flex;
    align-items: center;
    width: 25%;
}

.detail-parameters > div div {
    padding-left: 20px;
    text-align: left;
}

.parameter-img {
    flex: 0 0 50px;
}

.parameter-img img {
    position: relative;
    top: 6px;
}

.detail-parameters h3 {
    margin-bottom: -15px;
    font-size: 20px;
    font-weight: bold;
}

.detail-descr {
    padding: 10px 200px 30px;
    overflow: auto;
}

.detail-descr-left {
    float: left;
    width: 60%;
    text-align: left;
}

.detail-descr-left h3 {
    padding: 0 0 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.detail-descr-right {
    float: right;
    width: 36%;
}

#tab_velikost {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

#tab_velikost caption {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

#tab_velikost tr {
    padding: .35em;
}

#tab_velikost th {
    padding: .625em;
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: center;
}

#tab_velikost td {
    padding: .625em;
    border-top: 1px solid #ededed;
    text-align: center;
}

#tab_velikost tbody tr:first-child td {
    border-top: 1px solid #797979;
}

.collection-menu .nav-tabs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
    padding: 15px 0;
    list-style-type: none;
}

.collection-menu .nav-tabs li {
    margin-right:20px;
}

.collection-menu .nav-tabs li a {
    display: flex;
    align-items: center;
    height: 36px;
    padding: 0 30px;
    border: 3px solid #006F51;
    background-color: #fff;
    color: #006F51;
    font-size:12px
    text-transform: uppercase;
    text-decoration: none;
}

.collection-menu .nav-tabs li a:hover, .collection-menu .nav-tabs li a.active {
    background-color: #006F51;
    color: #fff;
    text-decoration: none;
}

.tab-content {
    padding: 10px 0;
    text-align: left;
}

.collection-subcat {
    margin-right: 30px;
}

.sekce_objednat_btn {
    padding-top: 40px;
    border-top: 2px solid #000;
    text-align: right;
}

.sekce_objednat_btn a {
    display: inline-block;
    padding: 15px 50px;
    border: 3px solid #E41B23;
    background-color: #fff;
    color: #E41B23;
    text-transform: uppercase;
    text-decoration: none;
}

.sekce_objednat_btn a:hover {
    background-color: #E41B23;
    color: #fff;
    text-decoration: none;
}

.btn-float_objsekce {
    position: fixed;
    top: 420px;
    right: -40px;
    transform: rotate(270deg);
    z-index: 3;
}

.btn-float_objsekce a {
    padding: 15px;
    border: 3px solid #E41B23;
    background-color: #fff;
    color: #E41B23;
    text-transform: uppercase;
    text-decoration: none;
}

.btn-float_objsekce a:hover {
    background-color: #E41B23;
    color: #fff;
    text-decoration: none;
}

#objednat{
    padding: 3px 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
}

.collection-results {
    text-align: left;
}

.itemsystem {
    clear: both;
    position: relative;
    padding-bottom: 10px;
    width: 100%;
    overflow: auto;
    display: flex;
    justify-content: space-between;
}

.itemsystem + .itemsystem {
    padding-top: 20px;
    border-top: 2px solid #f4f4f4;
    display:flex;
}

.header_product_content {
    display: flex;
    align-items: center;
    padding: 10px 0 20px;
    max-width:600px;
}

.cart-items-number {
    color: #999;
}

.cart-items-number span {
    margin-right: 20px;
}

.cart-item-img {
    width: 200px;
    padding-right: 40px;
}

.cart-item-img img {
    max-height: 150px;
}

.cart-item-name-css {
   /* width: calc(68% - 480px);*/
}

.cart-item-name-css h3 {
    margin: 10px 0;
}

.cart-item-name-css .stitky_gl {
    position: static;
    padding-top: 5px;
}

.spec_cena_solo_pr {
    width: 32%;
    text-align: center;
}

.spec_cena_solo_pr p {
    margin: 0;
}

.spec_cena_solo_pr h3 {
    margin: 10px 0;
    color: #006F51;
}

.spec_cena_solo_pr strong {
    color: #333;
}
.spec_cena_solo_pr em {
    color: #fa4616;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
}

.mnozstvi_sekce {
    width: 280px;
    text-align: center;
}

.quantity-single {
    display: flex;
}

.quantity-single p {
    width: 190px;
    margin: 0;
    padding: 18px 10px 10px 20px;
    background-color: #E5EFED;
}

.quantity-single p + p {
    width: 90px;
    padding: 10px;
    background-color: #C6E1DC;
    text-align: center;
}

.quantity-single input {
    width: 100%;
    height: 30px;
    border: 1px solid #979797;
    text-align: center;
}

.pocet_sklad_soloitem {
    display: flex;
}

.pocet_sklad_soloitem p {
    width: 190px;
    margin: 0;
    padding: 10px 10px 10px 20px;
    background-color: #E5EFED;
}

.pocet_sklad_soloitem p + p {
    width: 90px;
    padding: 10px;
    background-color: #C6E1DC;
    text-align: center;
}

.ukazat_dostupnost {
    display: block;
    width: 100%;
    padding: 15px;
    border: 3px solid #006F51;
    color: #006F51;
    text-transform: uppercase;
    text-decoration: none;
}

.ukazat_dostupnost:hover {
    background-color: #006F51;
    color: #fff;
    text-decoration: none;
}

.order-table-labels {
    float: left;
    width: 190px;
    background-color: #E5EFED;
}

button#objednat_detail_product {

    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 35px;
    padding: 0 25px;
    border: 2px solid #fbb911;
    background-color: #fff;
    color: #fbb911;
    font-size: 12px;
    font-weight: bold;
    transition: all 350ms linear;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 30px;
}

button#objednat_detail_product:hover {
    background-color: #fbb911;
    color: #fff;
}

}

.order-table-labels div {
    padding: 11px 30px;
    text-transform: uppercase;
}

.order-table-labels div.tableRowDate {
    padding: 10px;
}
.order-table-labels div.tableRowInput {
    padding: 10px;
}

.order-table-labels div.tableRowName {
    padding: 10px;
}

.order-table-data-container {
    float: left;

    overflow: auto;
}

.order-table-data {
    float: left;
    border-collapse: collapse;
    background-color: #E5EFED;
    text-align: center;
}

.order-table-data td {
    padding: 10px;
}

.order-table-data td:nth-child(odd) {
    background-color: #C6E1DC;
}

.order-table-data td input {
    width: 70px;
    height: 24px;
    text-align: center;
}

.order-table-data td input:disabled {
    background: #ed97977a;
    pointer-events: none;
}

.order-table-data .tableRowName td.active_pozadi strong {
    text-decoration: line-through;
}
.order-table-data td.active_pozadi input {
    background: #f6bbbb;
}

.order-table-data p {
    margin: 0;
    white-space: nowrap;
}

.order-table-data caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.order-table-data th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.doprodej_label {
    display: block;
    width: 70px;
    height: 31px;
    margin-top: 5px;
    color: #e41b23;
    font-size: 11px;
    overflow: hidden;
}

.tableRowDate td {
    white-space: nowrap;
}

.navb2b-inside {
    display: flex;
    justify-content: space-around;
    background: #ccc;
    padding: 10px;
    margin-top: -40px;
    font-weight: bold;

}

.navb2b-inside a{
    text-decoration: none;
}

.navb2b-inside a:hover{
    text-decoration: underline;
}

#b2b-create_order .header h3 {
    width: 66%;
    padding: 0 0 0 25px;
    font-size: 24px;
}
#b2b-create_order .header h3 a {
    text-decoration: none;
}
#b2b-create_order .header .code {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}
#b2b-create_order .header span {
    color: #636363;
    font-weight: 100;
}
.header_product_price {
    width: 24%;
    color: #8a8a8a;
    text-align: center;
}
.header_product_price p {
    margin: 0;
}
.header_product_price em {
    color: #fa4616;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
}
.header_product_price strong {
    display: block;
    padding: 0 0 4px;
    color: #333;
}

.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}

.clanek_body {
    clear: both;
}

.top_content_data {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.left-content {
    width: 25%;
    padding-right: 3%;
}

.right-content {
    width: 75%;
}

#formular_detail {
    padding: 10px 25px 20px;
    background-color: #f2f2f2;
    text-align: left;
}

.formular_detail_title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.formular_detail_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 20px;
}

.formular_detail_wrapper > * {
    width: 49%;
}

.formular_detail_wrapper > *:last-child {
    width: 100%;
}

.formular_detail_wrapper input {
    width: 100%;
    height: 36px;
    padding: 0 15px;
    border: 1px solid #eaeaea;
}

.formular_detail_wrapper textarea {
    width: 100%;
    height: 200px;
    padding: 15px;
    border: 1px solid #eaeaea;
}

#formular_detail .link1 {
    display: inline-block;
}

#formular_detail .checkout-conditions {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
}

#formular_detail .checkout-conditions p {
    margin: 5px 0;
}

.template-3-items {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    width: 75%;
    margin: 0 auto;
}

.template-3-items > * {
    width: 31.3333%;
    text-align: center;
}

.cc_div #cm {
    max-width: 710px;
}

.cc_div #s-inr {
    max-width: 960px;
}

.swal2-modal .swal2-title {
    font-size: 18px !important;
}

.swal2-modal .swal2-styled {
    border: 0 !important;
    border-radius: 0 !important;
    background-color: #006F51 !important;
    font-size: 13px !important;
}

.link1 a, .link1 button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 35px;
    padding: 0 25px;
    border: 2px solid #006F51;
    background-color: #fff;
    color: #006F51;
    font-size: 12px;
    font-weight: bold;
    transition: all 350ms linear;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.link1 a:hover, .link1 button:hover {
    background-color: #006F51;
    color: #fff;
    text-decoration: none;
}

.link1.detail-buy-add {
    max-width: 220px;
}

.site-similar {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;
}

.site-similar > h3 {
    padding-bottom: 40px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.site-similar .items {
    padding: 0 50px;
}

.site-slider {
    font-size: 0;
}

.slide {
    position: relative;
    width: 100%;
    /*height: 800px;*/
    overflow: hidden;
}

.slide > p {
    margin: 0;
}

.slide-content {
    position: absolute;
    top: 360px;
    left: 10vw;
    right: 10vw;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    z-index: 2;
}

.slide-title {
    font-size: 54px;
}

.slide-link {
    padding: 30px 0 0;
}

.slide-link a {
    display: inline-block;
    padding: 26px 90px 30px 30px;
    background: #3a8f78 url('../img/icon-arrow-01.png') no-repeat 85% center;
    background-size: 20px 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-decoration: none;
}

.slide-link a:hover {
    background-color: #2c6a59;
    text-decoration: none;
}

.slide img {
    width: 100%;
}

/* 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: pointer;
    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;
    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: 50px;
    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 20px;
}
.slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid #000;
    border-radius: 10px;
    background: #fff;
    font-size: 0;
    transition: all 350ms linear;
    cursor: pointer;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover,
.slick-dots li button:focus {
    background: #000;
}

/* Arrows */
.slick-prev, .slick-next {
    position: absolute;
    top: 43%;
    width: 40px;
    height: 75px;
    border: 0;
    font-size: 0;
    transition: all 350ms linear;
    cursor: pointer;
    z-index: 3;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    opacity: .7;
}
.slick-prev:before, .slick-next:before {
    display: none;
}
.slick-prev, .slick-prev:hover, .slick-prev:focus {
    left: 0;
    background: url('../img/arrow-left.png') no-repeat 0 0;
    background-size: 40px 75px;
}
.slick-next, .slick-next:hover, .slick-next:focus {
    right: 0;
    background: url('../img/arrow-right.png') no-repeat 0 0;
    background-size: 40px 75px;
}
.reference-slider .slick-prev {
    visibility: hidden;
}
.reference-slider .slick-next {
    right: 2vw;
}

.site-products {
    padding-top: 40px;
    padding-bottom: 50px;
}

.products {
    padding-top: 50px;
    overflow: auto;
}

.products > div {
    float: left;
    width: 20%;
    margin: 0 0 40px;
    padding: 0 15px;
    border-left: 1px solid #bbb;
}

.products > div:first-child {
    border: 0;
}

.products > div img {
    max-height: 170px;
    transition: all 350ms linear;
}

.products > div img:hover {
    transform: scale(.95,.95);
}

.products h2 a {
    display: block;
    padding: 0 0 30px;
    background: url('../img/icon-arrow-02.png') no-repeat center bottom;
    background-size: 25px 25px;
    text-decoration: none;
}

.products h2 a:hover {
    color: #006F51;
    text-decoration: none;
}

.site-map {
    background-color: #ffffff;
    overflow: auto;
}

.site-detail + .site-map {
    background-color: #ece8e3;
}

.map-left {
    float: left;
    width: 27vw;
    padding: 1vw 1vw 0 0;
    font-size: 24px;
    text-align: left;
}

.map_info_pobocka {
    display: none;
    font-size: 20px;
}

.map_info_pobocka.active {
    display: block;
}

.map-left-content {
    padding: 0 0 0 7vw;
}

.map-left-content h3 {
    padding: 0 0 30px;
    color: #4d545b;
    font-size: 40px;
}

.map_info_pobocka .map-left-content h3 {
    padding: 0 0 10px;
}

.map-left-content h4 {
    padding: 0 0 10px;
    color: #333;
    font-size: 24px;
    font-weight: bold;
}

.map-left-content .vendor-list {
    column-count: initial;
    max-height: 390px;
    overflow: auto;
}

.map-left-content .vendor-list p {
    margin: 20px 0;
}

.map-left-content .vendor-list p img {
    max-height: 26px;
    margin: 0 7px -8px 0;
}

.map-left-content input[type="text"], .leaflet-control-search .search-input {
    float: none;
    width: 260px;
    height: auto;
    margin: 0 0 50px;
    padding: 30px;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    color: #006F51;
    font-size: 24px;
}

.map-left-content button, .leaflet-control-search .search-button {
    position: relative;
    float: none;
    display: none;
    width: 260px;
    height: 93px;
    margin: 10px 0 50px;
    padding: 27px 30px 32px;
    border: 0;
    border-radius: 0;
    background: #006F51 url('../img/icon-arrow-01.png') no-repeat 85% center;
    background-size: 20px 20px;
    color: #fff;
    font-size: 24px;
    transition: all 350ms linear;
    text-align: left;
    cursor: pointer;
}

.map-left-content button:hover, .leaflet-control-search .search-button:hover {
    background: #054333 url('../img/icon-arrow-01.png') no-repeat 85% center;
    background-size: 20px 20px;
}

.modal .map-left-content {
    padding: 0;
}

.modal .map-left-content h3 {
    padding: 0;
    color: initial;
    font-size: 24px;
}

.map-right {
    float: right;
    width: 70vw;
    padding: 50px 50px 0 0;
}

#map_detail_product {
    width: 100%;
    height: 450px;
}

.reset_detail_mapa {
    display: inline-block;
    margin: 30px 0;
    padding: 10px 20px;
    border: 1px solid #006F51;
    background-color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.reset_detail_mapa:hover {
    background-color: #006F51;
    color: #fff;
    text-decoration: none;
}

.leaflet-pane {
    z-index: 4;
}

.leaflet-control-search .search-tooltip {
    width: 480px;
    max-width: 85vw;
    margin: 0;
    padding: 10px 15px;
    border: 1px solid #006F51;
    background-color: #fff;
    box-shadow: none;
}

.leaflet-control-search .search-tip {
    padding: 3px 0;
    background: transparent;
    font-size: 16px;
    transition: all 350ms linear;
}

.leaflet-control-search .search-tip:hover {
    color: #006F51;
}

.leaflet-top, .leaflet-bottom {
    z-index: 4;
}

.leaflet-control-search .search-button:after {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #fff;
    font-size: 22px;
    content: "Vyhledat";
    z-index: 2;
}

.leaflet-control-search.search-exp {
    border: 0;
    background-color: transparent;
    background-clip: border-box;
}

.leaflet-container a {
    color: #006F51;
}

.system_filter_leaflet {
    position: relative;
}

.system_filter_leaflet:after {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #000;
    font-size: 30px;
    content: "×";
    z-index: 2;
}

.system_filter_leaflet.active:after {
    content: "\002713";
}

.leaflet-control-search .search-cancel {
    visibility: hidden;
}

.default-map-view > p {
    padding: 13px 40px 15px 7vw;
    border: 1px solid #006f51;
    background-color: #006f51;
    transition: all 350ms linear;
    cursor: pointer;
    color: white;
}

.default-map-view > p:hover {
    border: 1px solid #fff;
    opacity: .8;
}

.default-map-view > p + p {
    background-color: #006f51;
}

.default-map-view > p + p + p {
    background-color: #006f51;
}

.default-map-view > p img {
    max-height: 45px;
    margin: -3px 5px -15px 0;
}

#map {
    float: right;
    width: 71vw;
    height: 777px;
    margin: 0;
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;
}


.site-reference {
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #f5f5f5;
}

.reference-left {
    float: left;
    width: 25%;
    padding: 50px 0 0;
    font-family: 'Pacifico', cursive;
    text-align: right;
}

.reference-left h3 {
    color: #006F51;
    font-size: 46px;
}

.reference-right {
    float: right;
    width: 72%;
    padding: 3vw 4vw;
    background-color: #fff;
    transform: rotate(-2deg);
    text-align: left;
}

.reference {
}

.reference > div {
    display: flex;
    align-items: center;
}

.reference > div > p {
    width: 45%;
}

.reference > div > p img {
    width: 100%;
}

.reference > div > div {
    width: 55%;
    padding: 0 10vw 0 3vw;
}

.reference > div > div h4 {
    margin-bottom: 5px;
    font-size: 34px;
    font-weight: 600;
}

.reference > div > div h5 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 400;
}

.reference > div > div h6 {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 400;
}

.reference > div > div a {
    color: #006F51;
    font-weight: 700;
    text-decoration: none;
}

.reference-top {
    display: flex;
    align-items: center;
    font-size: 16px;
    text-align: left;
}

.reference-top > div {
    width: 25%;
}

.reference-top > div + div {
    width: 75%;
    padding-left: 5%;
}

.review-box {
    padding: 5px 0 15px;
    text-align: center;
}

.review-box + .review-box {
    border-top: 2px solid #F3F3F3;
}

.review-box-date {
    color: #BCBCBC;
}

.review-box h2 {
    text-transform: none;
}

.dotazy_categorie_roz {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin: 0 0 40px;
    list-style-type: none;
}

.dotazy_categorie_roz li {
}

.dotazy_categorie_roz li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border: 3px solid #006F51;
    color: #006F51;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.dotazy_categorie_roz li.active a, .dotazy_categorie_roz li a:hover {
    background-color: #006F51;
    color: #fff;
}

.latest-questions-title {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.accordion-container {
    text-align: left;
}

.accordion-header {
    position: relative;
    padding-left: 45px;
    font-size: 18px;
    text-transform: none;
}

.accordion-header:after {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    color: #000;
    font-size: 36px;
    font-weight: normal;
    content: '\002B';
}

.accordion-header.active:after {
    content: "\2212";
}

.accordion-panel {
    display: none;
    padding-left: 45px;
    overflow: auto;
}

.site-news {
    padding: 50px 10vw 60px;
    overflow: auto;
}

.site-news h2 {
    text-transform: uppercase;
}

.news {
    float: left;
    width: 35vw;
    margin: 20px 2vw;
    text-align: left;
}

.news h3 {
    margin: 10px 0 0;
    font-size: 26px;
    font-weight: 600;
}

.news-content {
    float: left;
    width: calc(100% - 200px);
    height: 116px;
    overflow: hidden;
}

.news-link {
    float: right;
    width: 180px;
}

.news-link a {
    display: block;
    width: 100%;
    padding: 27px 0 32px 30px;
    background: #006F51 url('../img/icon-arrow-01.png') no-repeat 85% center;
    background-size: 20px 20px;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
}

.news-link a:hover {
    background-color: #054333;
    text-decoration: none;
}

.site-certificates {
    padding-top: 50px;
    padding-bottom: 60px;
    background-color: #f5f5f5;
}

.certificates {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 30px;
}

.certificates img {
    max-height: 150px;
}

.site-store {
    background-color: #ffffff;
    text-align: left;
}
.site-store h1 {
    text-align: center;
}

.store-left {
    float: left;
    width: 20%;
}

.store-map {
    float: left;
    width: 50%;
}

.map-points {
    position: relative;
}

.map_KVK, .map_STC, .map_HKK, .map_LBK, .map_MSK, .map_OLK, .map_PAK, .map_PLK, .map_PHA, .map_JHC, .map_JHM, .map_ULK, .map_VYS, .map_ZLK,
.map_BTS, .map_TRN, .map_NIT, .map_TRE, .map_ZIL, .map_BBY, .map_KOS, .map_PRE {
    position: absolute;
    top: 19%;
    left: 5%;
    width: 26px;
    height: 38px;
    padding-top: 3px;
    background: url('../img/map-point.png') no-repeat 0 0;
    color: #755f50;
    font-size: 10px;
    font-weight: 600;
    pointer-events: none;
    text-align: center;
    z-index: 2;
}
.map_ULK {
    top: 11%;
    left: 15%;
}
.map_LBK {
    top: 4%;
    left: 27%;
}
.map_HKK {
    top: 15%;
    left: 34%;
}
.map_PAK {
    top: 30%;
    left: 38%;
}
.map_VYS {
    top: 45%;
    left: 34%;
}
.map_JHC {
    top: 52%;
    left: 20%;
}
.map_PLK {
    top: 36%;
    left: 9%;
}
.map_STC {
    top: 28%;
    left: 26%;
}
.map_PHA {
    top: 21%;
    left: 21%;
}
.map_OLK {
    top: 37%;
    left: 46%;
}
.map_MSK {
    top: 33%;
    left: 55%;
}
.map_ZLK {
    top: 50%;
    left: 52%;
}
.map_JHM {
    top: 53%;
    left: 42%;
}
.map_ZIL {
    top: 51%;
    left: 65%;
}
.map_TRE {
    top: 59%;
    left: 56%;
}
.map_BTS {
    top: 74%;
    left: 45.5%;
}
.map_TRN {
    top: 70%;
    left: 50%;
}
.map_NIT {
    top: 80%;
    left: 56%;
}
.map_BBY {
    top: 70%;
    left: 68%;
}
.map_KOS {
    top: 64%;
    left: 81%;
}
.map_PRE {
    top: 52%;
    left: 86%;
}

.store-right {
    float: right;
    width: 23%;
}

.store-right h2 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
}

.store-right h2 + p {
    margin: 0;
}

.store-right .link {
    margin-top: 10px;
    padding: 0;
}

.store-right .link a {
    padding: 7px 35px 10px 15px;
    font-size: 16px;
}

.store-list {
    clear: both;
}

.vendor-type {
    padding-bottom: 25px;
    text-align: center;
    cursor: pointer;
}

.vendor-type p {
    display: inline-block;
    margin: 10px 10px 0;
    padding: 7px 18px 9px 14px;
    border: 1px solid #5fa791;
    background-color: #c6e1dc;
}

.vendor-type p.active {
    border: 1px solid #2d1c07;
}

.vendor-type p img {
    max-height: 24px;
    margin: -6px 5px -5px 0;
}

.vendor-type p.system_filter_leaflet:after {
    display: none;
}

.store-list h3 {
    margin-top: 25px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.vendor-list {
    column-count: 3;
    column-gap: 30px;
}

.vendor-list p {
    margin: 0;
    font-size: 12px;
}

.vendor-list p a {
    text-decoration: none;
}

.vendor-list p.active a {
    color: #2b7310;
}

.vendor-list p span {
    font-size: 15px;
    font-weight: 600;
}

.vendor-list p img {
    max-height: 18px;
    margin: 0 3px -3px 0;
}

.regions-list {
    list-style-type: none;
}

.regions-list .active {
    font-weight: 700;
}

.regions-list li a {
    text-decoration: none;
}

.regions-list li:not(.active) a:hover {
    text-decoration: underline;
}

.st0 {
    display: none;
}
.map-region {
    fill: #FFFFFF;
    stroke: #000000;
    stroke-width: 4;
    stroke-miterlimit: 10;
}
.map-region:hover, .map-region.active {
    fill: #5FA791;
    cursor: pointer;
}
.regions-list .active {
    font-weight: 700;
    color: #006f51;
}
.vendor-list p.active a {
    color: #006f51;
}
.st2 {
    display: none;
    fill: #dfd9d0;
}
.st3 {
    display: none;
    fill: #dfd9d0;
}
.st4 {
    display: inline;
}
.st5 {
    fill: #FFFFFF;
    stroke: #000000;
    stroke-miterlimit: 10;
}

.site-shop {
    text-align: left;
}

.site-shop-boxes {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}

.site-shop-boxes > div {
    flex-grow: 1;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    min-height: 250px;
    margin: 15px;
    padding: 1px 15px 10px 15px;
    border: 2px solid #d7cec3;
    text-align: center;
}

.site-shop-boxes h3 {
    margin-top: 15px;
    color: #006F51;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.site-shop-boxes img {
    max-height: 36px;
}

.site-shop-map {
    padding: 40px 0;
    overflow: auto;
}

.site-shop-map .lSSlideWrapper {
    left: 0;
}

.site-shop-map #mapa {
    float: right;
    width: 50%;
}

.site-shop-map #mapa.fullmaps {
    float: none;
    width: 100%;
}

#imageGallery_pobocka {
    float: left;
    width: 50%;
    height: 500px; /* jako mapa */
}

#imageGallery_pobocka li {
    height: 100%;
    overflow: hidden;
}

#imageGallery_pobocka li img {
    width: 100%;
    height: 100%;
    /*
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    */
}

.site-shop-contact {
    float: left;
    width: 48%;
}

.site-shop-hours {
    float: right;
    width: 48%;
}

.site-shop-hours span, .dny span {
    display: inline-block;
    width: 40px;
}

.site-shop-info {
    clear: both;
    padding-top: 15px;
}

#form_submt_prodejna {
    margin: 40px 0;
    padding: 10px 45px 30px;
    border: 2px solid #d7cec3;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 35px 0 20px;
    border-bottom: 1px solid #006F51;
}

.form-row label {
    font-weight: 600;
    text-transform: uppercase;
}

.form-row input {
    flex-grow: 1;
    margin: 0 0 0 30px;
    border: 0;
    color: #006F51;
    font-size: 17px;
}

.form-row textarea {
    flex: 0 0 100%;
    height: 50px;
    margin: 10px 0 0;
    border: 0;
    color: #006F51;
    font-size: 17px;
}

.rowrecaptcha {
    float: left;
    padding: 30px 0 0;
}

.form-button {
    float: right;
    padding: 20px 0 0;
}

.form-button button {
    padding: 25px 90px 25px 40px;
    border: 1px solid #006F51;
    background: #fff url("../img/arrow-r.png") 80% 50% no-repeat;
    color: #006F51;
    font-weight: bold;
    transition: all 350ms linear;
    text-transform: uppercase;
    cursor: pointer;
}

.form-button button:hover {
    background-color: #e5f6f1;
}

.form-row ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9f9f9f;
    font-size: 12px;
    font-style: italic;
}
.form-row ::-moz-placeholder { /* Firefox 19+ */
    color: #9f9f9f;
    opacity: 1;
    font-size: 12px;
    font-style: italic;
}
.form-row :-ms-input-placeholder { /* IE 10+ */
    color: #9f9f9f;
    font-size: 12px;
    font-style: italic;
}
.form-row :-moz-placeholder { /* Firefox 18- */
    color: #9f9f9f;
    font-size: 12px;
    font-style: italic;
}

.mapa {
    width: 100%;
    height: 300px;
}

.contact-left {
    float: left;
    width: 48%;
}

.contact-right {
    float: right;
    width: 48%;
}

.contact-left h3, .contact-right h3 {
    margin-top: 0;
    color: #ae9674;
    text-transform: uppercase;
}

#mapa {
    width: 100%;
    height: 500px;
}

#marker_select {
    display: none;
}

.lg-outer {
    text-align: left;
}

.material-left {
    clear: both;
    float: left;
    width: 320px;
}

.material-left img {
    border-radius: 5px;
}

.material-right {
    float: right;
    width: calc(100% - 360px);
    text-align: left;
}

.material-right h2 {
    margin-top: 15px;
    color: #006F51;
}

.go_to_prodejna {
    display: inline-block;
    margin: 0 0 15px;
    padding: 10px 45px 11px 15px;
    background: #006f51 url('../img/icon-arrow-01.png') no-repeat 93% center;
    background-size: 20px 20px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}
.go_to_prodejna:hover {
    background-color: #006f51;
    text-decoration: none;
}
.go_to_all {
    display: block;
}
.content-right .link, .content-right .link-dark {
    padding: 0;
}
.content-right .link a, .content-right .link-dark a {
    display: block;
}

.link, .link-dark {
    padding: 15px 0;
}

.link a, .link-dark a {
    padding: 15px 65px 20px 30px;
    background: #006F51 url('../img/icon-arrow-01.png') no-repeat 95% center;
    background-size: 20px 20px;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
}
.link-dark a {
    background-color: #39B593;
}

.link a:hover, .link-dark a:hover {
    background-color: #006F51;
    text-decoration: none;
}
.link-dark a:hover {
    background-color: #39B593;
}

.modal {
    max-width: 92vw;
    width: auto;
}

.modal a.close-modal {
    z-index: 22222;
}

.notie-alert {
    z-index: 594;
}

.blocker {
    padding: 0;
    z-index: 162;
}

.pdf_view {
    width: 80vw;
    height: 90vh;
}

.content-left .link {
    display: inline-block;
}

.pdf_view .open_modal_second {
    position: absolute;
    right: 20px;
    bottom: 0;
}

#sharemodal {
    max-width: 900px;
}

#tabulkavelikostimodal {
    width: 1100px;
    max-width: 94vw;
    padding-bottom: 20px;
    text-align: center;
}

.table_modal_detailpr h5 {
    font-size: 20px;
    text-transform: uppercase;
}

.table_modal_detailpr table {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
    empty-cells: show;
}

.table_modal_detailpr th {
    padding: 0 5px 20px;
    border-bottom: 1px solid #222;
}

.table_modal_detailpr tr td {
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

.table_modal_detailpr tr:first-child td {
    padding-top: 20px;
}

/*menu autocomplete */

.summary-wrapper .twitter-typeahead {
    width: 100%;
}

.tt-menu {
    padding: 10px 20px 15px;
    border: 3px solid #ccc;
    background-color: #fff;
    top: 50px !important;
    left: -700px !important;
    right: -20px !important;
    color: #000;
    text-align: left;
}

.title_search_produkt {
    margin: 10px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #ccc;
    font-size: 16px;
    text-transform: uppercase;
}

.title_search_produkt span {
    text-transform: none;
}

.tt-menu .tt-suggestion {
    display: block;
    padding: 2px 0;
    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;
    margin-right: 10px;
}

.tt-menu .results_data {
    float: none;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    font-size: 11px;
}

.tt-menu .results_data .product_name_search {
    display: inline-block;
    width: 69%;
    width: calc(100% - 190px);
    padding-right: 20px;
}

.tt-menu .search_dostupnost {
    width: 100px;
}

.tt-menu .search_dostupnost p {
    display: inline-block;
    margin: 0;
    color: #749b77;
}

.tt-menu .search_cena {
    width: 100px;
}

.tt-menu .search_cena p {
    /*    display: inline-block;*/
    margin: 0;
    color: #006F51;
}

.title_search_produkt_celkem {
    display: inline-block;
    padding: 0 25px 0 0;
    font-style: italic;
    text-transform: uppercase;
}

.title_search_produkt_celkem span {
    color: #006F51;
}

.show_all_result_menu {
    text-transform: uppercase;
}

.naseptavac-img {
    display: none;
    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: 2px 10px 6px;
    border: 1px solid #999;
    border-radius: 15px;
}

.tt-dataset-0 {
    float: left;
    width: 49%;
}

.tt-dataset-1, .tt-dataset-2 {
    float: right;
    width: 49%;
}

#poptat_nejblizsi .tt-menu {
    left: -20px !important;
    right: -360px !important;
}

#poptat_nejblizsi .tt-dataset-1, #poptat_nejblizsi .tt-dataset-2,
#prehledy_form .tt-dataset-1, #prehledy_form .tt-dataset-2,
#send_wrapper .tt-dataset-1, #send_wrapper .tt-dataset-2 {
    float: none;
    width: auto;
}

/* konec menu autocomplete*/

.title_search_produkt_celkem {
    display: block;
}

.tt-menu .tt-suggestion.cat_naseptavac {
    font-size: 13px;
}

#produkty_nabidka .tt-dataset-0, #produkty_nabidka .tt-dataset-1, #produkty_nabidka .tt-dataset-2 {
    float: none;
    width: auto;
}

#produkty_nabidka .results_data + span {
    width: 150px;
}

.flipbook-currentPageNumber, .flipbook-currentPageHolder form {
    display: none;
}

.flipbook-menu.flipbook-menu-left{
    margin: 0 auto;
    width: 100%;
    display: flow-root;
    flex: auto;
    z-index: 45;
}

.special_link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    z-index: 3;
}

.special_link_top_wrapper{
    visibility: hidden;
    padding: 16px 0;
}
.special_link_top_wrapper.active{
    visibility: visible;
}

.pagination {
    clear: both;
    padding: 2px 0 0 10px;
    text-align: right;
}
.pagination ul {
    display: inline-block;
    margin: 5px 0 0 10px;
}
.pagination ul li {
    display: inline-block;
    margin: 0 2px;
}
.pagination ul li a {
    display: block;
    width: 30px;
    padding: 3px 0;
    border: 1px solid #000;
    text-decoration: none;
    text-align: center;
}
.pagination ul li.active a {
    font-weight: bold;
    text-decoration: none;
}

.celkem_pocet_ajax {
    color: #006F51;
}

.filter-pagination {
    padding: 0;
}

.filter-pagination a {
    margin: 0 5px;
}

.filter-pagination a:hover, .filter-pagination a.active {
    color: #006F51;
}

.filter-sum {
    clear: both;
    text-align: right;
}

.filter-null {
}

.pagination_system{
    /*float: left;*/
    text-align: center;
}

#pagination {
    display: none;
    float: right;
}

#pagination a {
    display: inline-block;
    margin: 0 7px;
    padding: 0 3px;
    cursor: pointer;
}

#pagination a.current {
    font-weight: 600;
}

.natoor-gallery a {
    display: inline-block;
    margin: 0 5px 10px;
}

.natoor-gallery img {
    height: 100px;
    border-radius: 5px;
}

#pdf_view .fa-file:before {
    content: "\f019";
}

/*  start styly z mobete */

.link-catalog {
    clear: both;
    padding: 1px 0 10px;
    text-align: left;
}

.link-catalog .title-caps a {
    display: inline-block;
    padding: 15px 35px 15px 20px;
    border: 1px solid #e5e5e5;
    background: url(../img/arrow-d.png) no-repeat 95% 50%;
    background-size: 9px 5px;
    text-decoration: none;
}

.title-caps {
    font-family: SpartanBold;
    font-size: 20px;
    text-transform: uppercase;
}

.mobile-show-subcat {
    display: none;
    margin-bottom: 0;
    background: url('../img/icon-subcat.jpg') no-repeat right center;
    background-size: 22px 8px;
    text-transform: uppercase;
}

.mobile-show-filter {
    display: none;
    margin-bottom: 0;
    background: url('../img/icon-filterplus.jpg') no-repeat right center;
    background-size: 22px 22px;
    text-transform: uppercase;
}

.menu_detail_slide {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 12;
}

.left-box {
    margin: 15px 0;
    padding: 10px 25px 25px;
    background-color: #f7f7f7;
}

.left-box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.main-left ul {
}

.main-left ul li {
    position: relative;
}

.main-left ul li:first-child {
}

.main-left ul li:after {
    display: none;
    position: absolute;
    top: -1px;
    right: 0;
    width: 30px;
    height: 1px;
    background-color: #3e3e3e;
    content: " ";
    z-index: 2;
}
.main-left ul li:first-child:after,
.main-left ul li li:after {
    display: none;
}

.main-left ul li .hitarea {
    display: none;
    position: absolute;
    top: 20px;
    left: 2px;
    width: 9px;
    height: 9px;
    cursor: pointer;
}
.main-left ul li .hitarea:before {
    position: absolute;
    top: -2px;
    left: 0;
    display: none;
    font-size: 16px;
    content: "\002b";
    z-index: 2;
}
.main-left ul li .hitarea.collapsable-hitarea:before {
    left: 2px;
    content: "\002d";
}
.main-left ul li.active li .hitarea:before,
.main-left ul li:hover li .hitarea:before {
}
.main-left ul li:hover .hitarea:before,
.main-left ul li.active .hitarea:before,
.main-left ul li.active li.active .hitarea:before,
.main-left ul li:hover li.active .hitarea:before,
.main-left ul li:hover li:hover .hitarea:before {
    color: #006F51;
}
.main-left ul li li .hitarea {
    top: 13px;
    left: -13px;
}

.main-left ul ul li .hitarea {
    display: block;
}

.main-left ul li a {
    position: relative;
    display: block;
    color: #363636;
    text-decoration: none;
}

.main-left ul li a:hover,
.main-left ul li a.open_tree_menu {
    color: #006F51;
    text-decoration: none;
}

.main-left ul li a:before {
    display: none;
    position: absolute;
    top: 0;
    left: -25px;
    width: 7px;
    height: 100%;
    content: " ";
    background-color: #006F51;
    transition: all 250ms linear;
    z-index: 2;
    opacity: 0;
}
.main-left ul li.active a:before,
.main-left ul li:hover a:before {
    opacity: 1;
}

.main-left ul li a:after {
    position: absolute;
    top: 1px;
    right: 7px;
    display: none;
    height: 100%;
    background: none;
    font-size: 20px;
    content: "\0025BA";
    transform: translate(0, -42%) scale(0.5,1);
    transition: all 250ms linear;
    z-index: 2;
    /*opacity: 0;*/
}
.main-left ul li a.open_tree_menu:after,
.main-left ul li a:hover:after {
    color: #006F51;
    opacity: 1;
}

.main-left ul ul {
}

.main-left li li {
}

.main-left li li a {
}

.main-left li:hover li a,
.main-left li.active li a,
.main-left li:hover li:hover li a,
.main-left li.active li.active li a,
.main-left li:hover li:hover li:hover li a,
.main-left li.active li.active li.active li a {
}

.main-left li:hover li.active a,
.main-left li.active li.active a,
.main-left li:hover li:hover a,
.main-left li.active li.active li.active a,
.main-left li:hover li:hover li:hover a,
.main-left li.active li.active li.active li.active a,
.main-left li:hover li:hover li:hover li:hover a {
}

.main-left ul ul li a:before,
.main-left ul ul li a:after {
    display: none;
}

.main-left ul ul ul {
}

.main-left ul li .preview_menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 800px;
    border: 1px solid #3e3e3e;
    border-top: 5px solid #3e3e3e;
    background-color: #fff;
    z-index: 8;
}
.main-left ul li:hover .preview_menu {
    display: block;
}

.main-left ul li:hover .preview_menu:empty {
    display: none;
}

.main-left ul li .preview_menu ul {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent none;
    color: #3e3e3e;
    overflow: auto;
}

.main-left ul li .preview_menu ul li {
    float: left;
    width: 25%;
    padding: 15px 10px;
    /*border: 1px solid black;*/
    font-size: 14px;
    text-align: center;
}

.main-left ul li .preview_menu ul a {
    display: block;
    padding: 0;
    color: #3e3e3e;
    text-decoration: underline;
}

.main-left ul li .preview_menu ul li:hover a {
    color: #777;
}

.main-left ul li .preview_menu ul a p:first-child {
    position: relative;
    height: 50px;
    margin: 0;
    color: #3e3e3e;
    overflow: hidden;
}

.main-left ul li .preview_menu ul a p:first-child img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 95%;
    margin: auto;
}

.main-left ul li .preview_menu ul a p:first-child + p {
    height: 38px;
    margin: 0;
    overflow: hidden;
}

.left-box li {
    padding: 15px 0 0 20px;
    font-size: 17px;
    line-height: 1.2;
}

.left-box li a {
    text-decoration: none;
}

.main-left ul li .hitarea {
    position: absolute;
    top: 20px;
    left: 2px;
    width: 9px;
    height: 9px;
    cursor: pointer;
}

.left-box ul ul {
}

.left-box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#modal-email_zeptatse,
#modal-predmet,
#modal-email_zeptatse {
    width: 100%;
    margin: 5px 0;
}

#zeptat_se_na_produkt_modal textarea {
    width: 100%;
    height: 120px;
    margin: 5px 0 10px;
    padding: 10px;
}

.login-window.modal {
}

.login-window.modal h3 {
    text-transform: uppercase;
}

.login-window.modal input[type="text"],
.login-window.modal input[type="email"],
.login-window.modal input[type="password"] {
    display: inline-block;
    width: 250px;
    padding: 10px 15px;
    border: 2px solid #3e3e3e;
}

.login-window.modal input[type="submit"] {
    width: 100%;
    padding: 10px 15px;
    border: 2px solid #006F51;
    background-color: #006F51;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    transition: all 350ms linear;
    text-transform: uppercase;
    cursor: pointer;
}

.login-window.modal input[type="submit"]:hover {
    border: 2px solid #006F51;
    background-color: #fff;
    color: #006F51;
}

#ex3 label {
    display: inline-block;
    width: 95px;
}

.modal#poptat_nejblizsi {
    width: 1680px;
}

.nejblizsi_prodejce_modal_body {
    padding: 0 100px;
}

.search-location {
    text-align: center;
}

.search-location h3 {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.spec_pp {
    margin: 0;
    color: #006F51;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.search-location h4 {
    margin-top: 0;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

.search-location button {
    padding: 20px 30px;
    border: 1px solid #006F51;
    background-color: #006F51;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    transition: all 350ms linear;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}

.search-location button:hover {
    background-color: #fff;
    color: #006F51;
}

.search-location button img {
    margin: -2px 6px -7px 0;
    filter: contrast(0) brightness(2);
    transition: all 350ms linear;
}

.search-location button:hover img {
    filter: contrast(1) brightness(1);
}

.locations-input {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 40px;
    text-align: left;
}

.locations-input > * {
    width: 22%;
    padding-bottom: 10px;
    border-bottom: 1px solid #006F51;
}

.locations-input p {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.locations-input .tt-menu p {
    font-size: initial;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
}

.locations-input .twitter-typeahead {
    width: 100%;
}

.locations-input input {
    height: 36px;
    width: 100%;
    border: 0;
    background: #fff url('../img/magnifier.png') no-repeat 100% center;
    background-size: 20px 19px;
    color: #5e5e5e;
    font-size: 16px;
    font-style: italic;
}

.locations-input select {
    height: 36px;
    width: 100%;
    border: 0;
    background: #fff url('../img/arrow-d.png') no-repeat 100% center;
    color: #5e5e5e;
    font-size: 16px;
    font-style: italic;
    -webkit-appearance: none;
    appearance: none;
}

.locations-input ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9f9f9f;
    font-size: 12px;
    font-style: italic;
}
.locations-input ::-moz-placeholder { /* Firefox 19+ */
    color: #9f9f9f;
    opacity: 1;
    font-size: 12px;
    font-style: italic;
}
.locations-input :-ms-input-placeholder { /* IE 10+ */
    color: #9f9f9f;
    font-size: 12px;
    font-style: italic;
}
.locations-input :-moz-placeholder { /* Firefox 18- */
    color: #9f9f9f;
    font-size: 12px;
    font-style: italic;
}

.locations-input .rstpsc {
    padding: 10px 0 0;
    font-size: 13px;
}

.locations-input .tt-menu .result_container {
    display: block;
}

.locations-input .tt-menu .results_data {
    display: block;
}

.locations-input .tt-menu .search_cena {
    width: auto;
}

.search_distance {
    float: left;
    width: 75%;
}

.recenter {
    float: right;
    width: 19%;
}

.recenter p {
    padding: 20px 0;
    border: 2px solid #006F51;
    color: #006F51;
    font-weight: bold;
    transition: all 350ms linear;
    text-transform: uppercase;
    cursor: pointer;
}

.recenter p:hover {
    background-color: #006F51;
    color: #fff;
}

.custom_zoomed {
    clear: both;
}

.custom_zoomed div {
    display: inline-block;
}

.custom_zoomed p {
    margin-bottom: -10px;
    padding: 8px 15px;
    border: 2px solid #006F51;
    color: #006F51;
    font-weight: bold;
    transition: all 350ms linear;
    text-transform: uppercase;
    cursor: pointer;
}

.custom_zoomed p:hover {
    background-color: #006F51;
    color: #fff;
}

.mapa_left_leaflet_detail {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

#mapstore {
    width: calc(100% - 400px);
    height: 70vh;
}

.store-list_modal {
    width: 360px;
    height: 70vh;
    overflow: auto;
}

.mapa_left_leaflet_detail .vendor-list {
    column-count: 1;
    column-gap: 0;
}

.mapa_left_leaflet_detail .vendor-list p {
    margin: 3px 0;
}

.mapa_left_leaflet_detail .vendor-list p img {
    margin: 0 3px -4px 0;
}

.store-list1 {
    width: 315px;
    display: inline-block;
    border: 1px solid #eee;
    padding: 0.7%;
    margin-right: 1%;
    float: left;
}

.store-list1 p {
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.detail-buy {
    display: flex;
    align-items: center;
}

.detail-buy p {
    margin-right: 20px;
}

.detail-buy-qty {
    display: flex;
    align-items: center;
}

.detail-buy-qty a {
    display: block;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    background-color: #fff;

    font-size: 24px;
    line-height: 28px;
    text-decoration: none;
}

.detail-buy-qty a:hover {
    text-decoration: none;
}

.detail-buy-qty input {
    width: 46px;
    height: 36px;
    margin: 0;
    border: 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;

    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    text-align: center;
    text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.kosik_no_items {
    list-style-type: none;
    overflow: auto;
}
.kosik_no_items li {
    float: left;
    width: 20%;
    padding: 0 10px 10px;
    text-align: center;
}
.kosik_no_items li img {
    display: block;
    max-height: 60px;
    margin: 0 auto 10px;
}

#order-step-0 .item-img a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}


.items .item img:hover {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.category_list {
    clear: both;
    padding: 30px 0 0;
}

.category_list ul {
    list-style-type: none;
}

/* nové stly add */

.summary-wrapper {
    margin: 20px 0 30px;
    padding: 5px 20px 5px;
    border: 1px solid #006F51;
    overflow: auto;
}

.summary-menu {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
}

.summary-menu li {
    flex-grow: 1;
    font-weight: bold;
    text-transform: uppercase;
}

.summary-menu li + li {
    margin: 0 0 0 20px;
}

.summary-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    padding: 0 10px;
    border: 1px solid #006F51;
    background-color: #fff;
    color: #006F51;
    text-decoration: none;
}

.summary-menu li.active a, .summary-menu li a:hover {
    background-color: #006F51;
    color: #fff;
}

.summary-content {
    text-align: left;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.summary-row > div {
    flex-grow: 1;
    flex-basis: 33.33%;
    display: flex;
    align-items: center;
    padding: 0 0 20px;
    border-bottom: 1px solid #ccc;
}

.summary-row > div.color2 {
    border-bottom: 1px solid #381b13;
}

.summary-row > div.color2 label {
    color: #381b13;
}

.summary-row > div + div {
    margin: 0 0 0 50px;
}

.summary-row > div.longer-div {
    flex-basis: calc(66.67% + 50px);
}

.summary-row label {
    margin: 0 20px 0 0;
    font-weight: bold;
    text-transform: uppercase;
}

.summary-row input[type="text"], .summary-row input[type="tel"], .summary-row input[type="password"], .summary-row input[type="email"] {
    flex-grow: 1;
    width: 0;
    border: 0;
    font-size: 17px;
}

.summary-row input[type="text"]#objednavky-kod,
.summary-row input[type="text"]#faktury-kod,
.summary-row input[type="text"]#product_search_cenik {
    width: 100%;
}

.summary-row select {
    position: relative;
    flex-grow: 1;
    border: 0;
    background: #fff url("../img/arrow-down-brown.png") 100% 50% no-repeat;
    font-size: 17px;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

.summary-row ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9f9f9f;
    font-size: 12px;
    font-style: italic;
}
.summary-row ::-moz-placeholder { /* Firefox 19+ */
    color: #9f9f9f;
    opacity: 1;
    font-size: 12px;
    font-style: italic;
}
.summary-row :-ms-input-placeholder { /* IE 10+ */
    color: #9f9f9f;
    font-size: 12px;
    font-style: italic;
}
.summary-row :-moz-placeholder { /* Firefox 18- */
    color: #9f9f9f;
    font-size: 12px;
    font-style: italic;
}

.summary-clear {
    float: left;
    padding: 5px 0 0;
    text-transform: uppercase;
}

.summary-button {
    float: right;
    padding: 20px 85px 20px 45px;
    padding: 20px 35px;
    border: 1px solid #006F51;
    background: #fff url('../img/icon-arrow-02.png') no-repeat 82% 50%;
    background-size: 30px 30px;
    background: none;
    color: #006F51;
    font-size: 17px;
    font-weight: bold;
    transition: all 350ms linear;
    text-transform: uppercase;
    cursor: pointer;
}

.summary-button:hover {
    background-color: #006F51;
    color: #fff;
}

.summary-button img {
    width: 30px;
    margin: 0 0 -9px 20px;
    transition: all 350ms linear;
}

.summary-button:hover img {
    filter: grayscale(1) brightness(4);
}

.summary-wrapper .table {
    width: 100%;
    border-collapse: collapse;
}

.summary-wrapper .table td {
    padding: 20px 10px;
    border: 0;
    border-bottom: 1px solid #ccc;
}

.summary-wrapper .table tr:first-child td {
    border-bottom: 1px solid #dfcdb7;
    color: #006F51;
    text-transform: uppercase;
}

.summary-wrapper .table tr:last-child td {
    border-bottom: 0;
}

.summary-wrapper .table td a {
    text-decoration: none;
}

.a-button {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #006F51;
}

.a-button:hover {
    background-color: #006F51;
    color: #fff;
}

.a-button  img {
    position: relative;
    top: 2px;
    margin-right: 3px;
    transition: all 350ms linear;
}

.a-button:hover img {
    filter: brightness(4);
}

.summary-files-list {
    margin: 0 -10px;
    overflow: auto;
}

.summary-files-list > div {
    position: relative;
    float: left;
    width: calc(25% - 20px);
    margin: 10px;
}

.summary-files-list > div a {
    display: block;
    padding: 5px;
    border: 2px solid #fff;
    text-decoration: none;
}

.summary-files-list > div a:hover {
    border: 2px solid #cecece;
}

.summary-files-list-img {
    height: 430px;
    margin: 0;
    overflow: hidden;
}

.summary-files-list-logo {
    position: absolute;
    top: 390px;
    left: 20px;
    right: 20px;
    margin: 0;
    padding: 10px 0 0;
    background-color: #fff;
    text-align: center;
    z-index: 2;
}

.summary-files-list-logo img {
    height: 22px;
}

.summary-files-list h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    margin: 10px 0;
    font-size: 18px;
    overflow: hidden;
}

#open_new_window > a:first-child,
.odkaz_file_prehledy,
.odeslat_email_obj {
    display: inline-block;
    margin: 10px 15px 15px 0;
    padding: 10px 30px;
    border: 1px solid #006F51;
    background-color: #006F51;
    color: #fff; 
    font-size: 15px;
    transition: all 350ms linear;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

#open_new_window > a:first-child:hover,
.odkaz_file_prehledy:hover,
.odeslat_email_obj:hover {
    background-color: #fff;
    color: #006F51;
}

.modal_email_pole_set_email,
.modal_email_pole_predmet {
    display: inline-block;
    height: 34px;
    margin: 0 15px 0 5px;
    padding: 0 10px;
}

.modal_email_pole_predmet + label {
    display: block;
    margin: 10px 0;
}

#selected_product_index_b2b .result_container {
    display: flex;
    align-items: center;
}

#selected_product_index_b2b .result_container img {
    max-height: 80px;
    margin: 0 30px;
}

#selected_product_index_b2b .result_container .remove_naseptavac_product {
    margin-left: 30px;
}

.modal#openfile {
    width: 1040px;
}

.wrapper_nadpis {
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
}

.wrapper_nadpis span {
    display: block;
    font-size: 18px;
}

.productlist .product {
    display: flex;
    align-items: center;
    padding: 25px 0;
    border-top: 1px solid #aaa;
}
.productlist .product:first-child {
    border: 0;
}

.product_div1 {
    width: calc(100% - 450px);
    padding: 0 30px 0 0;
}

.product_div1 h2 {
    margin: 0;
    text-transform: none;
}

.product_div1 p {
    margin: 0;
}

.product_div1 a, .product_div1 a:hover {
    text-decoration: none;
}

.product .wrapper_product_child {
    width: 80px;
    text-align: center;
}

.product .wrapper_product_child input {
    width: 100%;
    height: 44px;
    border: 1px solid #006F51;
    text-align: center;
}

.product .cost {
    width: 170px;
    padding: 0 30px;
    font-weight: bold;
    text-align: center;
}

.productlist .product button {
    width: 220px;
    padding: 20px 0;
    border: 1px solid #006F51;
    background-color: #006F51;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    transition: all 350ms linear;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

.productlist .product button:hover {
    background-color: #fff;
    color: #006F51;
}

.modal#add_to_cart_modal_system {
    text-align: center;
}

.detail__bagBtn {
    display: inline-block;
    margin: 5px;
}

.detail__bagBtn a {
    display: block;
    padding: 8px 15px;
    border: 1px solid #006F51;
    color: #006F51;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.detail__bagBtn a:hover {
    background-color: #006F51;
    color: #fff;
    text-decoration: none;
}

.modal#other_filter_modal {
    width: 1040px;
}

.modal#other_filter_modal .parameter_product {
    display: inline-block;
    margin-right: 15px;
}

.modal#produkty_skladem_modal {
    width: 1300px;
}

.gallerys {
    font-size: 15px;
    overflow: hidden;
}

.gallerys figure {
    float: left;
    display: flex;
    align-items: center;
    width: 33.3333%;
    margin: 0;
    padding: 10px 20px 10px 0;
}

.gallerys img {
    width: 50px;
    max-height: 50px;
    border-radius: 10px;
}

.gallerys figcaption {
    flex-grow: 1;
    padding: 0 0 0 15px;
}

#produkty_skladem_modal .wrapper_product_child,
#produkty_skladem_modal .cost,
#produkty_skladem_modal button {
    position: relative;
    top: 35px;
}

.site-compare {
    padding: 40px 15px;
}

.compare-clear {
    float: right;
    margin: -40px 0 0;
}

.compare-clear a {
    text-decoration: none;
}

.compare-clear a:hover {
    color: #006F51;
    text-decoration: none;
}

.compare-menu {
    clear: both;
    display: flex;
    justify-content: center;
    padding: 20px 0 0;
    list-style-type: none;
}

.compare-menu li {
    margin: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.compare-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    padding: 0 20px;
    border: 1px solid #006F51;
    background-color: #fff;
    color: #006F51;
    text-decoration: none;
}

.compare-menu li.active a, .compare-menu li a:hover {
    background-color: #006F51;
    color: #fff;
}

.arrow-asc {
    margin-left: 5px;
    transform: rotate(270deg);
}

.arrow-desc {
    margin-left: 5px;
    transform: rotate(90deg);
}

.compare-data {
    display: flex;
    justify-content: center;
    width: 100%;
}

.compare-data-wrapper {
    position: relative;
    padding-left: 200px;
    overflow-x: auto;
}

.table-compare {
    table-layout: fixed;
    border-collapse: collapse;
    empty-cells: show;
    text-align: center;
}

.table-compare td {
    width: 330px;
    padding: 15px 10px;
    border-top: 2px solid #d9cec1;
    vertical-align: top;
}

.table-compare tr:first-child td {
    border: 0;
}

.table-compare tr td:first-child {
    position: absolute;
    top: auto;
    left: 0;
    width: 200px;
    margin-top: -1px;
    font-weight: bold;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: left;
}

.table-compare a {
    color: #006F51;
}

.table-compare h2 {
    margin-bottom: 0;
    font-size: 22px;
}

.compare-add {
    display: block;
    max-width: 100px;
    margin: 60px 0 0;
    white-space: initial;
    text-align: center;
    text-decoration: none;
}

.compare-add:hover {
    text-decoration: none;
}

.compare-action a, .compare-action a:hover {
    text-decoration: none;
}

.compare-img img {
    max-height: 150px;
}

.compare-descr {
    font-size: 11px;
}

.compare-action .fa-check-circle {
    font-size: 28px;
}

.compare-action .fa-times-circle {
    font-size: 28px;
}

.table-compare .fa-plus {
    margin: 0 0 10px;
    padding: 3px 4px;
    border: 1px solid #006F51;
    border-radius: 20px;
    background-color: #006F51;
    color: #fff;
}

.table-compare .fa-star {
    color: #d5d5d5;
    font-size: 24px;
}

.table-compare .fa-star.active {
    color: #e3d401;
}

#pocetcompare_modal {
    width: 50%;
    min-width: 470px;
}

#pocetcompare_modal .twitter-typeahead {
    width: 100%;
}

#pocetcompare_modal .tt-menu {
    left: -30px !important;
    right: -30px !important;
}

#pocetcompare_modal .tt-dataset-0, #pocetcompare_modal .tt-dataset-1, #pocetcompare_modal .tt-dataset-2 {
    float: none;
    width: auto;
    max-height: 310px;
    overflow: auto;
}

#pocetcompare_modal .tt-menu .results_data .product_name_search {
    width: 69%;
}

#search-query_compare {
    width: 100%;
    height: 34px;
    margin: 0 0 10px;
    padding: 0 10px;
    border: 1px solid #006F51;
}

.img-grid {
    display: flex;
    flex-flow: row wrap;
}

.img-grid a {
    flex: 0 1 calc(20% - 16px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px;
}

.contact-wrapper {
    height: 380px;
    margin: 40px 0 60px;
    font-size: 16px;
}

.contact-wrapper hr {
    width: 100%;
    height: 1px;
    margin: 10px 0;
    border: 0;
    background-color: #006F51;
}

.contact-wrapper h3 {
    color: #006F51;
    font-size: 18px;
    text-transform: uppercase;
}

.contact-wrapper table {
    margin: -10px 0;
    padding: 0;
}

.contact-wrapper table td {
    vertical-align: top;
}

.contact-wrapper table td  + td {
    padding-left: 10px;
}

.contact-info {
    float: left;
    width: 400px;
    height: 100%;
    padding: 15px 50px 40px;
    border: 1px solid #006F51;
    text-align: left;
}

.contact-info img {
    max-height: 23px;
}

.contact-map {
    float: right;
    width: calc(100% - 430px);
    height: 100%;
    padding: 15px 50px 40px;
    border: 1px solid #006F51;
    text-align: left;
    overflow: auto;
}

.contact-map-left {
    float: left;
    width: 160px;
}

.contact-map-left img {
    max-height: 23px;
}

#map2 {
    width: 100%;
    height: 230px;
    margin-top: 20px;
    border: 1px solid #006F51;
}

#map2 img {
    max-width: none;
}

.contact-list {
    margin: 0 -15px;
    padding-bottom: 30px;
    overflow: auto;
}

.contact-list > div {
    float: left;
    display: flex;
    align-items: center;
    width: calc(50% - 30px);
    margin: 15px;
    padding: 20px 20px 20px 40px;
    border: 2px solid #cecece;
    font-size: 16px;
    text-align: left;
}

.contact-list-img {
    width: 160px;
    height: 160px;
    overflow: hidden;
}

.contact-list-info {
    width: calc(100% - 160px);
    padding: 0 0 0 30px;
}

.contact-list-info h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.contact-list-info h3 + p {
    margin-top: 0;
}

.contact-list-info > div {
    overflow: auto;
}

.contact-list-info > div p {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 20px 5px 0;
    font-size: 14px;
}

.contact-list-info > div img {
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.profile-owner {
    margin: 0 -15px;
    padding-bottom: 30px;
    overflow: auto;
}

.profile-owner > div {
    float: left;
    width: calc(50% - 30px);
    margin: 15px;
    padding: 20px 20px 20px 40px;
    border: 2px solid #cecece;
    font-size: 16px;
    text-align: left;
}

.profile-owner h3 {
    color: #006F51;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
}

.profile-owner hr {
    height: 1px;
    margin: 15px 0;
    padding: 0;
    border: 0;
    background-color: #006F51;
}

.profile-owner table {
    width: 100%;
    margin: 15px 0;
}

.profile-owner table td {
    vertical-align: top;
}

.profile-owner-update {
    text-transform: uppercase;
    text-align: right;
}

.cart-row {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #cecece;
    font-size: 15px;
    transition: all 350ms linear;
    text-align: left;
}

.cart-img {
    flex: 0 0 100px;
    margin: 0;
    text-align: center;
}

.cart-img img {
    max-height: 150px;
}

.cart-title {
    flex-grow: 1;
    padding: 0 25px 0 50px;
}

.cart-title h2 {
    margin: 0 0 5px;
    font-size: 22px;
    text-transform: none;
}

.cart-title p {
    margin: 0;
}

.cart-amount {
    position: relative;
    flex: 0 0 120px;
}

.cart-amount p {
    float: left;
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #000;
    font-weight: bold;
}

.cart-amount .input-number {
    width: 28px;
    margin: 0;
    border: 1px solid #d0d0d0;
    border-left: 0;
    border-right: 0;
    background-color: #fff;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    text-align: center;
}

.cart-ceny_b2b_novat {
    flex: 0 0 140px;
    text-align: center;
}

.cart-row-sum .cart-price-without-vat {
    flex: 0 0 140px;
}

.cart-ceny_b2b_withvat {
    flex: 0 0 140px;
    font-weight: bold;
    text-align: center;
}

.cart-row-sum .cart-price-with-vat {
    flex: 0 0 140px;
}

.cart-remove {
    width: auto;
    flex: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
}

.cart-row-summary {
    text-align: right;
}

.cart-row-summary p {
    display: inline-block;
    padding-right: 10px;
    color: #006F51;
}

.cart-row-summary p span {
    margin: 0 5px 0 35px;
    font-size: 22px;
    font-weight: bold;
}

.summary-full-width {
    text-align: left;
}

.summary-full-width h3 {
    color: #006F51;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.box-color {
    padding: 10px 20px;
    background-color: #cecece;
    text-align: center;
}

.summary-row > div {
    flex-grow: 1;
    flex-basis: 33.33%;
    display: flex;
    padding: 0 0 20px;
}

.summary-full-width input[type="text"], .summary-full-width input[type="tel"], .summary-full-width input[type="password"], .summary-full-width input[type="email"] {
    width: 100%;
    min-width: 60px;
    height: 40px;
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #ccc;
    font-size: 17px;
}

.summary-full-width .summary-row input[type="text"], .summary-full-width .summary-row input[type="tel"], .summary-full-width .summary-row input[type="password"], .summary-full-width .summary-row input[type="email"] {
    width: auto;
    height: auto;
    margin-bottom: 0;
    border-bottom: 0;
}

.summary-full-width select {
    position: relative;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #ccc;
    background: #fff url("../img/arrow-down-brown.png") 100% 50% no-repeat;
    font-size: 17px;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

.summary-full-width textarea {
    width: 100%;
    height: 32px;
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #ccc;
    font-size: 17px;
}

.summary-full-width ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9f9f9f;
    font-size: 12px;
    font-style: italic;
}
.summary-full-width ::-moz-placeholder { /* Firefox 19+ */
    color: #9f9f9f;
    opacity: 1;
    font-size: 12px;
    font-style: italic;
}
.summary-full-width :-ms-input-placeholder { /* IE 10+ */
    color: #9f9f9f;
    font-size: 12px;
    font-style: italic;
}
.summary-full-width :-moz-placeholder { /* Firefox 18- */
    color: #9f9f9f;
    font-size: 12px;
    font-style: italic;
}

.gls-wrapper h1, .gls-wrapper h2 {
    margin: 5px 0;
    font-size: 14px;
}

.buttons-center {
    display: flex;
    justify-content: center;
    padding: 20px 0 0;
}

.buttons-center a, .buttons-center input, .buttons-center button {
    display: block;
    margin: 10px 5px;
    padding: 15px 25px;
    border: 2px solid #006F51;
    background-color: #fff;
    color: #006F51;
    font-size: 17px;
    font-weight: bold;
    transition: all 350ms linear;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.buttons-center a:hover, .buttons-center input:hover, .buttons-center button:hover {
    background-color: #006F51;
    color: #fff;
    text-decoration: none;
}

.ms2 {
    flex-grow: 1;
}

.summary-row .ms2 input[type="text"] {
    width: auto;
}

.magnifier-submit {
    position: relative;
}

.magnifier-submit input[type="submit"] {
    position: absolute;
    right: 0;
    top: 5px;
    width: 24px;
    height: 24px;
    border: 0;
    background: url('../img/magnifier.png') no-repeat center center;
    background-size: 24px 24px;
    cursor: pointer;
    z-index: 2;
}

.profile_sidebar {
    clear: both;
    float: left;
    width: 310px;
    margin-top: 10px;
    padding: 20px 35px 30px;
    background-color: #f4f4f4;
}

.infouser_first {
    padding-bottom: 20px;
    border-bottom: 1px solid #b5b5b5;
    line-height: 1.2;
}

.infouser_first img {
    float: left;
    position: relative;
    top: 3px;
    width: 30px;
    margin-right: 15px;
}

.infouser_first img + span {
    font-family: SpartanBold;
    font-size: 16px;
}

.control_accordion {
    margin: 0;
    padding: 25px 0 10px;
    list-style-type: none;
}

.control_accordion li {
    padding: 10px 0;
    font-family: SpartanBold;
    font-size: 18px;
    text-transform: uppercase;
}

.control_accordion li a {
    text-decoration: none;
}

.control_accordion li a:hover, .control_accordion li.active a {
    color: #006F51;
}

.infouser_last {
    font-family: SpartanBold;
    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% - 335px);
}

.profile_right h1 {
    font-family: SpartanBold;
    font-weight: normal;
}

.profile_right_top {
    display: flex;
}

.profile_right_top > div {
    flex: 0 0 50%;
}

.profile_right_top h3 {
    font-family: SpartanBold;
    font-size: 18px;
    font-weight: normal;
}

.profile_right_top button {
    padding: 12px 35px;
    border: 2px solid #006F51;
    background-color: #fff;
    color: #006F51;
    font-family: SpartanBold;
    font-size: 12px;
    font-weight: normal;
    transition: all 350ms linear;
    text-transform: uppercase;
    cursor: pointer;
}

.profile_right_top button:hover {
    background-color: #006F51;
    color: #fff;
}

.prehledy_objednavek > h3 {
    padding: 10px 0 5px;
    font-family: SpartanBold;
    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: #aaa;
}

.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 {
    margin: 0;
    padding: 15px 0 0;
    list-style-type: none;
}

.muj-profil-nastaveni-section .tabs li {
    display: inline-block;
    padding: 0 10px 13px 0;
}

.muj-profil-nastaveni-section .tabs li a {
    display: block;
    padding: 12px 35px;
    border: 2px solid #006F51;
    background-color: #fff;
    color: #006F51;
    font-family: SpartanBold;
    font-size: 12px;
    font-weight: normal;
    transition: all 350ms linear;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.muj-profil-nastaveni-section .tabs li a:hover, .muj-profil-nastaveni-section .tabs li a.active {
    background-color: #006F51;
    color: #fff;
}

.muj-profil-nastaveni-section h3 {
    font-family: SpartanBold;
    font-size: 18px;
    font-weight: normal;
}

.profile-box p {
    width: 50%;
    padding-right: 4%;
}

.input-row {
    display: flex;
}

.input-row p {
    margin: 7px 0;
}

.form-delivery label {
    display: inline-block;
    width: 140px;
}

.form-delivery input[type="text"],
.form-delivery input[type="email"],
.form-delivery input[type="password"],
.form-delivery input[type="tel"],
.form-delivery select {
    width: calc(100% - 144px);
    height: 40px;
    padding: 0 12px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.profile-box button {
    margin: 20px 0 10px;
    padding: 12px 35px;
    border: 2px solid #006F51;
    background-color: #fff;
    color: #006F51;
    font-family: SpartanBold;
    font-size: 12px;
    font-weight: normal;
    transition: all 350ms linear;
    text-transform: uppercase;
    cursor: pointer;
}

.profile-box button:hover {
    background-color: #006F51;
    color: #fff;
}

.global_login_page {
    clear: both;
    display: flex;
    background: linear-gradient(#eee, #eee) no-repeat center/1px 100%;
    text-align: left;
}

.sekce_set_new_password .global_login_page {
    background: none;
}

.left-col_prihlasit, .right-col_prihlasit {
    flex: 0 0 50%;
}

.left-col_prihlasit > div, .right-col_prihlasit > div {
    width: 435px;
    margin: auto;
}

.zap_heslo-link {
    text-align: right;
}

.zap_heslo-link a {
    color: #006F51;
}

.global_login_page .checkout-conditions {
    text-align: left;
}

.global_login_page h3 {
    padding: 10px 0 20px;
    font-family: SpartanBold;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

.global_login_page label {
    display: inline-block;
    width: 85px;
}

.global_login_page label#conditions {
    width: auto;
}

.global_login_page label.error,
.profile-box label.error {
    display: block;
    width: 100%;
    padding-top: 3px;
    color: #ff0000;
    font-size: 12px;
    text-align: right;
}

.global_login_page input[type=text],
.global_login_page input[type=password],
.global_login_page input[type=email],
.global_login_page input[type=tel],
.global_login_page select {
    display: inline-block;
    width: calc(100% - 89px);
    height: 40px;
    padding: 0 10px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.global_login_page input[type=submit], .global_login_page button {
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 25px;
    padding: 13px 0;
    border: 1px solid #006F51;
    background-color: #006F51;
    color: #fff;
    font-size: 13px;
    font-family: SpartanBold;
    font-weight: normal;
    transition: all 350ms linear;
    text-transform: uppercase;
    cursor: pointer;
}
.global_login_page input[type=submit]:hover, .global_login_page button:hover {
    background-color: #fff;
    color: #006F51;
}

.o-nas-1 {
    display: flex;
    padding-bottom: 30px;
}

.o-nas-1 > div + div {
    flex: 0 0 45%;
    padding-left: 5%;
}

.o-nas-1 > div + div img {
    max-height: 250px;
}

.o-nas-2 {
    display: flex;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

.o-nas-2 > div + div {
    flex: 0 0 45%;
    padding-left: 5%;
    font-weight: bold;
}

.o-nas-2 > div + div img {
    margin-right: 25px;
}

.o-nas-3 {
    padding-top: 30px;
    padding-bottom: 50px;
}

.o-nas-3 iframe {
    width: 900px;
    height: 500px;
}

.o-nas-4 {
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #ddd;
}

.o-nas-4 > div + div {
    flex: 0 0 45%;
    padding-left: 5%;
}

.o-nas-4 > div + div img {
    max-height: 350px;
}

.o-nas-5 {
    display: flex;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

.o-nas-5 > div + div {
    flex: 0 0 60%;
    padding-left: 5%;
}

.bazar-prodej {
    display: flex;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

.bazar-prodej > div + div {
    flex: 0 0 75%;
    padding-left: 5%;
}

.bazar-prodej > div + div img {
    max-height: 500px;
}

.bazar-prodej iframe {
    width: 700px;
    height: 390px;
}

.newborns-top {
    padding: 30px 13vw 50px;
    background: url("/assets/img/bg-newborns-left.png") 0 0 no-repeat,
                url("/assets/img/bg-newborns-right.png") 100% 0 no-repeat;
    font-size: 16px;
    text-align: left;
}
.newborns-top h1 {
    max-width: 1200px;
    font-size: 50px;
    text-transform: none;
}
.newborns-top .h3 {
    padding: 10px 0 25px;
}
.newborns-top p {
    max-width: 700px;
}
.newborns-top-size {
    float: right;
    position: relative;
    top: -15px;
}
.newborns-top-size p {
    color: var(--green);
    font-size: 14px;
}
.newborns-top-size ul {
    margin: -5px 0 0;
    padding: 0;
    list-style-type: none;
}
.newborns-top-size li {
    display: inline-block;
    min-width: 32px;
    padding: 3px 5px;
    margin-right: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
}
.newborns-top .link2 {
    position: relative;
    top: 15px;
}
.newborns-top + p {
    margin: 0;
}
.newborns-info {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 0 40px;
    padding: 30px 13vw;
    font-size: 16px;
    text-align: left;
}
.newborns-info .h2 {
    color: var(--green);
    font-family: var(--font);
    text-transform: none;
}
.newborns-info .h2 + * {
    padding-top: 25px;
}
.newborns-info * {
    max-width: 620px;
}
.newborns-info ul {
    padding: 0;
    list-style-type: none;
}
.newborns-info li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-family: var(--font);
}
.newborns-info li span {
    display: block;
    width: 90px;
    text-align: center;
}
.newborns-info li img {
    margin-right: 25px;
}
.newborns-img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 15px;
    padding: 0 13vw;
}
.newborns-img p {
    margin: 5px 0;
}
.newborns-img > :last-child {
    grid-column: 1 / -1;
}
.newborns-inquiry {
    display: flex;
    align-items: center;
    gap: 0 45px;
    margin-top: -10px;
    padding: 0 13vw;
    font-size: 16px;
    text-align: left;
}
.newborns-inquiry .h3 {
    padding-top: 25px;
    padding-bottom: 15px;
    color: var(--green);
    font-weight: bold;
}
.newborns-inquiry .link2 {
    padding-top: 20px;
}
.newborns-form {
    display: grid;
    justify-content: center;
    padding: 20px 15px 30px;
    font-size: 16px;
}
.newborns-form * {
    max-width: 900px;
}
.newborns-form .h3 {
    color: var(--green);
    font-weight: bold;
}
.newborns-form form {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0 25px;
    max-width: 600px;
    margin: auto;
    padding-top: 35px;
}
.newborns-form form p {
    margin: 5px 0;
}
.newborns-form form > p:nth-child(5) {
    grid-column: 1 / -1;
}
.newborns-form form > div {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 35px;
}
.newborns-form form input:not([type='checkbox']) {
    width: 100%;
    height: 38px;
    padding: 0 15px;
    border: 0;
    background-color: #f3f3f3;
}
.newborns-form textarea {
    width: 100%;
    height: 130px;
    padding: 10px 15px;
    border: 0;
    background-color: #f3f3f3;
}
.newborns-discount {
    color: var(--green);
}
.newborns-discount span {
    display: inline-block;
    padding: 1px 10px 3px;
    background-color: var(--green);
    color: #fff;
}
.newborns-discount img {
    position: relative;
    top: 10px;
    margin-left: 10px;
}
.newborns-cities {
    padding: 30px 15px 40px;
    background-color: #ECF6F5;
    color: var(--green);
    font-family: var(--font);
    font-size: 16px;
}
.newborns-cities > div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 70px;
}
.newborns-cities > div img {
    height: 100px;
    margin: 10px 0;
}
.link2 > * {
    display: inline-block;
    padding: 7px 35px 8px 15px;
    border: 1px solid var(--green);
    background: transparent url("/assets/img/arrow-green.svg") 92% 50% no-repeat;
    color: var(--green);
    font-size: 14px;
    transition: all 350ms linear;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
.link2 > *:hover {
    background: var(--green) url("/assets/img/arrow-white.svg") 92% 50% no-repeat;
    color: #fff;
    text-decoration: none;
}
video {
    width: 100%;
}

.halves {
    display: flex;
    justify-content: space-between;
}
.halves > * {
    width: 48%;
}

.thirds {
    display: flex;
    justify-content: space-between;
}
.thirds > * {
    width: 30%;
}

.link2 {
}

.checkbox-styled {
    position: relative;
    padding: 0 0 10px 30px;
}
.checkbox-styled-order2 {
    position: relative;
}
.checkbox-styled label {
}
.checkbox-styled label:before, .checkbox-styled-order2 label:before {
    position: absolute;
    top: 1px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #2A2C33;
    content: '';
}
.checkbox-styled-order2 label:before {
    left: auto;
    right: -20px;
}
.checkbox-styled label:after, .checkbox-styled-order2 label:after {
    position: absolute;
    top: -11px;
    left: 0px;
    color: #006F51;
    font-size: 24px;
    font-weight: bold;
    content: '✓';
    opacity: 0;
}
.checkbox-styled-order2 label:after {
    left: auto;
    right: -23px;
}
.checkbox-styled input[type="checkbox"], .checkbox-styled-order2 input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: -9999px;
    visibility: hidden;
}
.checkbox-styled input[type="checkbox"]:checked + label:after, .checkbox-styled-order2 input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.download-format > div {
    display: inline-block;
}

.download-format > div label {
    font-weight: 400;
}

.table-offer {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.table-offer td {
    position: relative;
    padding: 15px 10px;
    border: 0;
    border-bottom: 1px solid #ccc;
}

.table-offer th {
    padding: 15px 10px;
    border-bottom: 2px solid #ccc;
    color: #006F51;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.table-offer tr:last-child td {
    border-bottom: 0;
}

.table-offer td a {
    text-decoration: none;
}

.table-offer td img {
    max-width: 60px;
}

.posundragnabidka {
    position: relative;
    left: 20px;
    cursor: pointer;
}

.magnifier-submit .tt-menu {
    left: 0!important;
    right: 0 !important;
    height: 380px;
    overflow: auto;
}

.offer-price {
    height: 40px;
    padding: 8px 10px 0;
    border: 1px solid #006F51;
}

.table-offer select {
    height: 40px;
    margin-bottom: 0;
    padding: 0 20px 0 10px;
    border: 1px solid #006F51;
    background: #fff url("../img/arrow-down-brown.png") 95% 50% no-repeat;
}

.table-offer textarea {
    max-width: 180px;
    min-width: 100px;
    height: 40px;
    margin-bottom: 0;
    padding: 7px 10px 0;
    border: 1px solid #006F51;
    color: #2A2C33;
    font-size: 15px;
}

.offer-remove {
    line-height: .5;
    font-size: 14px;
    cursor: pointer;
}

.offer-remove span {
    display: block;
    font-size: 22px;
    font-weight: 900;
}

.table-offer .checkbox-styled {
    width: 20px;
    margin: -12px 15px 0 0;
    padding: 0;
}

.summary-type2 {
    text-align: left;
}

.summary-type2 label {
    color: #006F51;
}

.summary-type2 input {
    background-color: #fff;
    text-align: right;
}

/* koenc nové stlyy add */

.table {
    max-width: 100%;
    overflow: auto;
}

.table table {
    margin: 10px auto;
    border-collapse: collapse;
    empty-cells: show;
}

.table td {
    padding: 4px 15px;
    border: 1px solid #ccc;
}

.table tr:first-child td {
    font-weight: bold;
}

.word-break {
    word-break: break-all;
}

.newsletter_footer {
    margin: 50px 0 0;
    padding: 5px 0;
    background-color: #5FA791;
    color: #fff;
    font-size: 12px;
    text-align: left;
}

.newsletter_footer > div {
    overflow: auto;
}

.newsletter_footer > div > p {
    float: left;
}

.newsletter_footer > div > div {
    float: right;
    padding: 7px 0 0;
}

.newsletter_footer input {
    height: 31px;
    padding: 0 15px;
    border: 0;
    background-color: #a3cdc0;
}

.newsletter_footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    font-size: 12px;
}
.newsletter_footer ::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    opacity: 1;
    font-size: 12px;
}
.newsletter_footer :-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    font-size: 12px;
}
.newsletter_footer :-moz-placeholder { /* Firefox 18- */
    color: #fff;
    font-size: 12px;
}

.newsletter_footer button {
    margin-left: 10px;
    padding: 4px 25px;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    font-weight: bold;
    transition: all 350ms linear;
    cursor: pointer;
}

.newsletter_footer button:hover {
    background-color: #fff;
    color: #a3cdc0;
}

.popuplista {
    position: relative;
    margin: 0;
    padding: 5px 9vw 8px 7vw;
    background-color: #E41B23;
    color: #fff;
    text-align: center;
}

.popuplista a.zavrit {
    position: absolute;
    top: 45%;
    right: 7vw;
    font-size: 22px;
    transform: translateY(-50%);
    text-decoration: none;
    z-index: 2;
}

.popuplista a {

    font-size: 17px;

    text-decoration: none;
    z-index: 2;
}
.popuplista a:hover {
    text-decoration: none;
}

#popup_modal {
    background-color: #dedfe1;
}

.content_popup {
    display: flex;
    align-items: center;
    padding-left: 30px;
    font-size: 20px;
}

.content_popup h3 {
    font-family: SpartanBold;
    font-size: 42px;
    font-weight: normal;
}

.send_popup_window {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 70px;
    border: 3px solid #006F51;
    background: transparent;
    color: #006F51;
    font-weight: bold;
    transition: all 350ms linear;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.send_popup_window:hover {
    background-color: #006F51;
    color: #dedfe1;
    text-decoration: none;
}

.nechcivyuzitslevu {
    display: block;
    margin-top: 20px;
}

.content_popup div + div img {
    position: relative;
    top: 21px;
}

#loadingGIFCart, #loadingGIFCart2 {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    display: none;
    transform: translate(-50%, -50%);
}

#loadingGIFCart p, #loadingGIFCart2 p{
    clear: both;
    padding: 0;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

#myOverlayCart {
    background: black;
    opacity: 0.8;
    z-index: 9999;
    display: none;
    left:0;
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
}

@keyframes blink {
    /**
    * At the start of the animation the dot
    * has an opacity of .2
    */
    0% {
        opacity: .2;
    }
    /**
    * At 20% the dot is fully visible and
    * then fades out slowly
    */
    20% {
        opacity: 1;
    }
    /**
    * Until it reaches an opacity of .2 and
    * the animation can start again
    */
    100% {
        opacity: .2;
    }
}

.saving span, .saving2 span {
    /**
    * Use the blink animation, which is defined above
    */
    animation-name: blink;
    /**
    * The animation should take 1.4 seconds
    */
    animation-duration: 1.4s;
    /**
    * It will repeat itself forever
    */
    animation-iteration-count: infinite;
    /**
    * This makes sure that the starting style (opacity: .2)
    * of the animation is applied before the animation starts.
    * Otherwise we would see a short flash or would have
    * to set the default styling of the dots to the same
    * as the animation. Same applies for the ending styles.
    */
    animation-fill-mode: both;
}

.saving span:nth-child(2), .saving2 span:nth-child(2) {
    /**
    * Starts the animation of the third dot
    * with a delay of .2s, otherwise all dots
    * would animate at the same time
    */
    animation-delay: .2s;
}

.saving span:nth-child(3),.saving2 span:nth-child(3) {
    /**
    * Starts the animation of the third dot
    * with a delay of .4s, otherwise all dots
    * would animate at the same time
    */
    animation-delay: .4s;
}

#myOverlay{
    display: none;
}

.packetery-info-link, .packetery-map, .packetery-more-info {
    visibility: hidden;
}

.detail-size {
    display: flex;
    /* display: none; */
}

.stockdsotupnost{
    display: none;
}

.not-avaiable {
    color: #e41b23;
}

.b2b-register {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#formContainerB2B .form-row {

    border: 1px solid #006F51;
    margin-bottom: 20px;
    padding: 15px;
}
.row-one {
    width: 91%;
    margin-right: 20px;
}
.row-two {
    width: 45.5%;
    margin-right: 20px;
}
.row-three {
    width: 30%;
    margin-right: 20px;
}
.break {
    flex-basis: 100%;
    height: 20px; /* Výška odskoku */
}

.last_sklad {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 20px; /* Mezera mezi produkty */
}

.clanek_body {
    text-align:left;
}

.img-membrana {
    position: absolute;
    width: 120px;
    right: 10px;
    top: 50px;
    z-index: 1;
}
.img-membrana-sez {
    position: absolute;
    width: 75px;
    right: 5px;
    top: 40px;
    z-index: 1;
}

.item_last_sklad {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    width: 100%;
    max-width: 725px; /* Maximální šířka položky */
    margin-bottom: 20px;
}

.item_thumb img {
    max-width: 150px;
    height: auto;
    margin-right: 20px; /* Mezera mezi obrázkem a textem */
    border-radius: 8px; /* Lehce zaoblené rohy obrázku */
}

.item_last_name a {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.item_last_name a:hover {
    color: #026e51; /* Změna barvy při najetí na název produktu */
}

.item_sizes p, .item_date p {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
}

.item_last_sklad .name, .item_sizes, .item_date {
    margin-left: 20px;
}

.item_last_sklad .item_sizes {
    margin-right: 20px; /* Odstup mezi velikostmi a datem */
}

footer {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    text-align: left;
}

footer .container {
    overflow: auto;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.footer-top .logo {
    float: none;
}

.footer-col {
    float: left;
    width: 23%;
    padding: 0 25px 0 0;
}

.footer-col:last-child {
    width: 8%;
    padding: 0;
    text-align: right;
}

.footer-col:last-child img {
    max-width: 40px;
    transition: all 350ms linear;
}

.footer-col:last-child img:hover {
    opacity: .7;
}

footer h3 {
    margin-top: 15px;
    font-family: SpartanBold;
    font-size: 22px;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

footer ul li {
    padding: 0 0 8px;
}

.copyright {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 12px;
}

.copyright a {
    text-decoration: none;
}

.container:after {
    clear: both;
    display: block;
    content: '';
}

.cleaner, .clearfix {
    clear: both;
    display: block;
    height: 1px;
    border: 0;
    font-size: 0;
}

.grey {
    color: #999;
}

.red {
    color: #b60e0e;
}

.green {
    color: #3a8f78;
}

.uppercase {
    text-transform: uppercase;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.no-margin {
    margin: 0;
    padding: 0;
}

.hidden,
.displayNone {
    display: none !important;
}

h1, .h1 {
    clear: both;
    margin: 25px 0 15px;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3em;
    text-transform: uppercase;
}

h2, .h2 {
    clear: both;
    margin: 25px 0 15px;
    font-size: 22px;
    line-height: 1.3em;
    text-transform: uppercase;
}

h3, .h3 {
    clear: both;
    margin: 25px 0 15px;
    padding: 0;
    font-size: 18px;
    line-height: 1.3em;
}

h4 {
    clear: both;
    margin: 25px 0 15px;
    padding: 0;
    font-size: 16px;
    line-height: 1.3em;
}

.f10 {
    font-size: 10px;
}

.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f24 {
    font-size: 24px;
}

.f28 {
    font-size: 28px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9f9f9f;
    font-size: 12px;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #9f9f9f;
    opacity: 1;
    font-size: 12px;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #9f9f9f;
    font-size: 12px;
}
:-moz-placeholder { /* Firefox 18- */
    color: #9f9f9f;
    font-size: 12px;
}

input, textarea, select, button {
    font-family: 'Spartan', sans-serif;
    font-size: 13px;
}

textarea {
    max-width: 100%;
    resize: none;
}

form {
    margin: 0;
}

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: 1720px) {
    .map-left {
        font-size: 20px;
    }
    .map-left-content {
        padding: 0 0 0 2vw;
    }
    .map-left-content h3 {
        font-size: 30px;
    }
    .default-map-view > p {
        padding: 13px 40px 15px 2vw;
    }
    .default-map-view > p img {
        max-height: 35px;
        margin: -3px 5px -10px 0;
    }
    .system_filter_leaflet:after {
        top: 7px;
        right: 10px;
    }
    .modal#poptat_nejblizsi {
        width: 94%;
    }
    .nejblizsi_prodejce_modal_body {
        padding: 0;
    }
    .item h2 {
        height: 60px;
    }
}

@media (max-width: 1560px) {
    .top-cart-link {
        top: 3px;
        font-size: 9px;
    }
    .header-content nav ul li {
        position: relative;
        padding: 0 10px;
        font-family: var(--font);
        font-size: 12px;
    }

    .top-cart-link img {
        height: 22px;
    }
    .popular_pair {
        top: -12px;
        right: 10px;
    }
    .login_sekce {
        font-size: 9px;
    }
    .header-cart {
        font-size: 9px;
    }
    .reference > div > div {
        padding: 0 40px 0 3vw;
    }
    .reference-slider .slick-next {
        right: -30px;
    }
    .site-news {
        padding: 30px 15px 60px;
    }
    .news {
        width: 44%;
        margin: 20px 3%;
    }
    .sorting {
        display: block;
    }
    .more_ff {
        font-size: 14px;
    }
    .more_ff a {
        margin: 0 30px 0 0;
    }
    .more_ff + .pagination {
        display: none;
    }
    .item-img a {
        height: 15vw;
    }
    .item h2 {
        font-size: 15px;
    }
    .item h3 span {
        font-size: 23px;
    }
    #podobne_produkty_warapper .item {
        width: calc(33.3% - 30px);
    }
    #podobne_produkty_warapper .items > div:nth-child(4n+1) {
        clear: none;
    }
    #podobne_produkty_warapper .items > div:nth-child(3n+1) {
        clear: both;
    }
    .detail-descr {
        padding: 10px 15px 30px;
    }
    .site-similar > h3 {
        padding: 0 0 20px;
    }
    .site-similar .items {
        margin: 0;
    }
    .variants-item-title {
        width: calc(100% - 520px);
    }
    .variants-item .wrapper_product_child input {
        height: 34px;
    }
    .variants-item button {
        width: 160px;
        padding: 6px 0;
        font-size: 14px;
    }
    .collection-menu .nav-tabs li a {
        padding: 0 3vw;
    }
}

@media (max-width: 1340px) {
    .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-content nav ul li {
        position: relative;
        padding: 0 5px;
        font-family: SpartanBold;
        font-size: 11px;
    }
    .header-top {
        padding: 10px 15px;
    }
    .header-content {
        padding: 0 15px;
    }
    .popuplista {
        padding: 5px 35px 8px 15px;
    }
    .popuplista a {
        right: 15px;
    }
    #objednat {
        padding: 10px 0 0;
    }
    .grid-item-2 {
        height: 50vw;
    }
    .grid-item-3, .grid-item-4 {
        height: 21vw;
    }
    .grid-item-5 {
        height: 27vw;
        margin-top: 2vw;
    }
    .wrapper_video_cont iframe {
        height: 53vw;
    }
    .site-news {
        padding: 30px 15px 60px;
    }
    .news {
        width: 46%;
        margin: 20px 2%;
    }
    .news-link {
        width: 160px;
    }
    .news-link a {
        padding: 27px 0 30px 20px;
        font-size: 20px;
    }
    .certificates img {
        max-height: 100px;
    }
    .modal#produkty_skladem_modal {
        width: 96%;
    }
    #produkty_skladem_modal .product {
        display: block;
    }
    #produkty_skladem_modal .product_div1 {
        width: auto;
        padding: 0;
    }
    #produkty_skladem_modal .wrapper_product_child {
        float: left;
    }
    #produkty_skladem_modal .cost {
        width: auto;
        padding: 5px 0 0;
        text-align: center;
    }
    #produkty_skladem_modal .product button {
        clear: both;
        width: 100%;
        margin: 10px 0;
    }
    .newborns-top {
        margin-top: -10px;
        padding: 1px 15px 40px;
    }
    .newborns-top h1 {
        font-size: 30px;
    }
    .newborns-top .h3 {
        padding: 0;
    }
    .newborns-info {
        padding: 1px 15px 20px;
    }
    .newborns-img {
        padding: 0 15px;
    }
    .newborns-inquiry {
        padding: 0 15px;
    }
    .template-3-items {
        width: auto;
    }
    .link a, .link-dark a {
        font-size: 20px;
    }
}

@media (max-width: 1255px) {
    .item-img a {
        height: 22vw;
    }
    .item h2 {
        height: 65px;
    }
    .item .stitky_gl strong {
        max-width: 200px;
        padding: 0 0 0 10px;
        opacity: 1;
    }
    .content-left, #special_sekce_vypis_natoor .content-left {
        float: none;
        width: auto;
    }
    .menu_detail_slide {
        margin-top: -25px;
    }
    .content-right, #special_sekce_vypis_natoor .content-right {
        clear: both;
        float: none;
        width: auto;
        padding: 20px 0 0;
    }
    .store-left {
        display: none;
    }
    .store-map {
        width: 60%;
    }
    .store-right {
        width: 33%;
    }
    .store-list {
        padding: 40px 0 0;
    }
    .contact-list-info > div p {
        float: none;
        width: auto;
        padding: 0 0 5px 0;
    }
}

@media (max-width: 1086px) {
    .header-content {
        padding: 0 70px 0 15px;
    }
    .tt-menu {
        left: -15vw !important;
        right: -49vw !important;
    }
    .logo {
        width: 120px;
    }
    #B2Bmenu ul img {
        max-height: 40px;
    }
    .menu-responsive {
        display: block;
    }
    header.active {
        position: fixed;
        top: 0;
        bottom: 0;
    }
    .header-content nav {
        display: none;
        position: absolute;
        top: 130px;
        left: 0;
        right: 0;
        padding: 10px 0;
        border-top: 0px solid #eee;
        border-bottom: 0px solid #eee;
        transition: all 350ms linear;
        z-index: 3;
    }
    header.active .header-content nav {
        display: block;
    }
    .header-content nav ul {
        display: block;
    }
    .header-content nav ul li {
        font-size: 14px;
    }
    .header-content nav ul li a {
        display: block;
        padding: 15px 0;
    }
    .header-content nav ul ul, .header-content nav ul li:hover ul {
        display: none;
    }
    .top-right ul {
        display: none;
    }
    header.active .top-right-menu-clone {
        display: block;
    }
    header.active .header-media {
        display: flex;
        justify-content: center;
    }
    .b2bbody header.active .header-content nav {
        top: 280px;
    }
    .b2bbody header.active .header-media {
        top: 620px;
    }
    .slick-prev {
        left: 3vw;
        background-size: 20px 45px;
    }
    .slick-next {
        right: 0;
        background-size: 20px 45px;
    }
    .slide-content {
        font-size: 22px;
    }
    .slide-title {
        font-size: 28px;
    }
    .slide-link a {
        padding: 10px 50px 15px 15px;
        background-position: 90% center;
        font-size: 20px;
    }
    .banner_home {
        font-size: 12px;
        text-align: center;
    }
    .banner_home p:first-child {
        width: auto;
        padding: 0;
    }
    .banner_home img {
        max-height: 26px;
    }
    .banner_home_inner-wrapper {
        position: static;
        width: auto;
        padding: 0 15px;
        transform: none;
    }
    .banner_home_inner-wrapper h4 {
        margin: 10px 0;
        font-size: initial;
    }
    .grid-item-top {
        margin-top: 55px;
    }
    .grid-item-3 .grid-item-top, .grid-item-4 .grid-item-top {
        margin-top: -40px;
    }
    .grid-item-top a {
        padding: 10px;
    }
    .grid-item-top > * {
        font-size: 9px;
    }
    .wrapper-aktuality_home > div {
        width: 47.8%;
    }
    .wrapper-aktuality_home > div:nth-child(3) {
        display: none;
    }
    .collection-menu .nav-tabs {
        padding: 30px 0 10px;
    }
    .collection-menu .nav-tabs li a {
        padding: 0 10px;
    }
    .header_product_content {
        flex-wrap: wrap;
    }
    .cart-item-img {
        width: 20%;
        padding-right: 3%;
    }
    .cart-item-name-css {
        width: 80%;
    }
    .spec_cena_solo_pr {
        width: calc(100% - 280px);
        padding-top: 10px;
        text-align: left;
    }
    .icons_data_scrool > p:first-child {
        display: none;
    }
    .item h2 {
        top: 0;
        height: 95px;
        font-size: 15px;
    }
    .item-type {
        top: 0;
    }
    .hidden_variants {
        visibility: visible;
    }
    .item_price_vypis {
        display: block;
    }
    .item_price_vypis span {
        display: block;
        text-align: center;
    }
    .cart-row {
        position: relative;
        display: block;
        text-align: left;
        overflow: auto;
    }
    .cart-img {
        float: left;
        width: 60px;
        height: 60px;
        overflow: hidden;
    }
    .cart-img img {
        max-height: 100%;
    }
    .cart-title {
        float: left;
        width: calc(100% - 60px);
        padding: 0 0 0 15px;
    }
    .cart-title h2 {
        padding-right: 30px;
        font-size: 18px;
    }
    .cart-item {
        float: left;
        width: calc(100% - 80px);
        padding: 0 10px 10px;
    }
    #QuickCartInsertForm .cart-amount{
        float:none;
    }
    .cart-amount {
        clear: both;
        float: left;
        width: 30%;
        padding: 15px 0 0;
    }
    .cart-amount p {
        width: 68px;
    }
    .cart-amount-plus, .cart-amount-minus {
        width: 20px;
    }
    .cart-amount input {
        left: 19px;
    }
    .cart-ceny_b2b_novat, .cart-ceny_b2b_withvat {
        float: left;
        width: 35%;
        text-align: left;
    }
    .cart-remove {
        position: absolute;
        top: 8px;
        right: 0;
        z-index: 2;
    }
    .cart-row-sum {
        display: block;
    }
    .cart-dis {
        width: auto;
        padding: 0 0 25px;
        border-bottom: 1px solid #cecece;
    }
    .cart-row-sum .cart-price-without-vat, .cart-row-sum .cart-price-with-vat {
        float: none;
        width: auto;
        padding: 0 0 10px;
        font-size: 18px;
    }
    .cart-free-shipping, #QuickCartInsertForm {
        float: none;
        width: auto;
        margin-top: 10px;
    }
    .cart-cards {
        float: none;
        text-align: right;
    }
    .buttons-center a, .buttons-center input, .buttons-center button {
        font-size: 14px;
    }
    .site-similar .items {
        padding: 0;
    }
    .newsletter_footer {
        padding: 15px 0;
    }
    .newsletter_footer > div > p {
        float: none;
    }
    .newsletter_footer > div > div {
        float: none;
        padding: 0;
    }
    .newsletter_footer input {
        width: 100%;
    }
    .newsletter_footer button {
        display: block;
        width: 100%;
        margin: 10px 0;
    }
    .site-products {
        padding-top: 10px;
        padding-bottom: 50px;
    }
    .products {
        padding-top: 25px;
    }
    .map-left {
        width: 32vw;
    }
    .map-left-content input[type="text"], .leaflet-control-search .search-input {
        width: 100%;
        padding: 20px;
    }
    .map-left, .map_info_pobocka {
        font-size: 16px;
    }
    .map-left-content h3 {
        font-size: 22px;
    }
    .map-right {
        width: 65vw;
    }
    .go_to_prodejna {
        font-size: 16px;
    }
    .default-map-view > p img {
        max-height: 28px;
        margin: -3px 5px -8px 0;
    }
    .leaflet-left {
        display: none;
    }
    #map {
        width: 65vw;
        height: 550px;
        box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;

    }
    .vendor-list {
        column-count: 2;
    }
    .site-reference {
        padding: 30px 15px 70px;
    }
    .reference-left {
        float: none;
        width: auto;
        padding: 0;
        text-align: center;
    }
    .reference-left h3 {
        font-size: 30px;
        padding: 0 0 15px;
    }
    .reference-right {
        float: none;
        width: auto;
    }
    .reference > div > div h4 {
        font-size: 26px;
    }
    .reference > div > div h5 {
        font-size: 22px;
    }
    .news-content {
        float: none;
        width: auto;
        height: 125px;
    }
    .news h3 {
        font-size: 22px;
    }
    .news-link {
        float: none;
        width: auto;
    }
    .price-moc span:last-child {
        font-size: 20px;
    }
    .price-voc span:last-child {
        font-size: 20px;
    }
    .price-cbd {
        display: block;
    }
    .price-cbd span:first-child {
        display: block;
        padding: 0 0 15px;
    }
    .price-cbd span:first-child strong {
        font-size: 30px;
    }
    .detail-parameters > div {
        width: calc(34.3% - 10px);
    }
    .detail-parameters h3 {
        font-size: 18px;
    }
    .site-shop-boxes {
        display: block;
    }
    .site-shop-boxes > div {
        min-height: 0;
    }
    .site-shop-contact {
        float: none;
        width: auto;
    }
    .site-shop-hours {
        float: none;
        width: auto;
        padding-top: 5px;
    }
    .site-shop-info {
        padding-top: 5px;
    }
    .site-shop-map #mapa {
        float: none;
        width: 100%;
    }
    #imageGallery_pobocka {
        float: none;
        width: auto;
        height: auto;
        padding: 40px 0 0;
    }
    #imageGallery_pobocka li img {
        max-width: 100%;
        min-width: 0;
        min-height: 0;
    }
    .summary-wrapper {
        padding: 15px 20px 30px;
    }
    .summary-row {
        display: block;
        padding: 15px 0;
    }
    .summary-row > div + div {
        margin: 30px 0 0;
    }
    .summary-menu {
        display: block;
        overflow: auto;
    }
    .summary-menu li, .summary-menu li + li {
        float: left;
        margin: 0 10px 10px 0;
    }
    .summary-menu li a {
        height: 48px;
    }
    .compare-menu {
        display: block;
    }
    .compare-menu li {
        display: inline-block;
    }
    .compare-menu li a {
        height: 44px;
        font-size: 14px;
    }
    .summary-files-list > div {
        width: calc(33.3333% - 20px);
    }
    .img-grid a {
        flex: 0 1 calc(25% - 16px);
    }
    .contact-list > div {
        float: none;
        width: auto;
        padding: 10px 20px;
    }
    .profile-owner > div {
        float: none;
        width: auto;
        padding: 10px 20px;
    }
    .contact-wrapper {
        height: auto;
    }
    .contact-info {
        float: none;
        width: auto;
        margin: 0 0 30px;
        padding: 10px 20px 20px;
    }
    .contact-map {
        float: none;
        width: auto;
        padding: 10px 20px 20px;
    }
    .product_div1 {
        width: calc(100% - 390px);
    }
    .product .wrapper_product_child input {
        height: 34px;
    }
    #produkty_skladem_modal .wrapper_product_child, #produkty_skladem_modal .cost, #produkty_skladem_modal button {
        top: 0;
    }
    .productlist .product button {
        width: 160px;
        padding: 6px 0;
        font-size: 14px;
    }
    .variants-item-title h2 {
        font-size: 18px;
    }
    .variants-item-title .sklad_vypis_data_ajax {
        font-size: 16px;
    }
    .modal#other_filter_modal {
        width: 94%;
    }
    .locations-input > * {
        width: 48%;
    }
    .icons_data_scrool p {
        flex: 0 0 50%;
    }
    .content_popup {
        display: block;
        padding-left: 0;
        font-size: 18px;
    }
    .content_popup h3 {
        font-size: 32px;
    }
    .content_popup div + div img {
        max-height: 350px;
    }
    .bazar-prodej {
        display: block;
    }
    .bazar-prodej > div + div {
        padding-left: 0;
    }
    .bazar-prodej > div + div img {
        max-height: 250px;
    }
    .bazar-prodej iframe {
        width: 100%;
        height: 52vw;
    }
    .global_login_page {
        display: block;
        background: none;
    }
    .left-col_prihlasit {
        padding-bottom: 30px;
        border-bottom: 1px solid #eee;
    }
    .o-nas-1, .o-nas-2, .o-nas-4, .o-nas-5 {
        display: block;
    }
    .o-nas-2, .o-nas-4, .o-nas-5 {
        padding-top: 10px;
    }
    .o-nas-1 > div + div, .o-nas-2 > div + div, .o-nas-4 > div + div, .o-nas-5 > div + div {
        padding-left: 0;
    }
    .o-nas-3 iframe {
        width: 100%;
        height: 48vw;
    }
    .o-nas-5 > div + div img {
        max-height: 150px;
    }
    .profile_sidebar {
        float: none;
        width: auto;
    }
    .control_accordion {
        padding: 15px 0 5px;
    }
    .control_accordion li {
        padding: 5px 0;
    }
    .profile_right {
        float: none;
        width: auto;
    }
    .newborns-inquiry {
        display: block;
        padding: 0 15px 25px;
        background-color: #ECF6F5;
        text-align: center;
    }
    .newborns-inquiry > p {
        display: none;
    }
    .hide_on_mobile {
        display: none !important;
    }
    .row-one {
        width: 91%;
        margin-right: 0px;
    }
    .row-two {
        width: 91%;
        margin-right: 0px;
    }
    .row-three {
        width: 91%;
        margin-right: 0px;
    }
    .halves {
        display: block;
    }
    .halves > * {
        width: auto;
    }
    .thirds {
        display: block;
    }
    .thirds > * {
        width: auto;
    }
    footer {
        font-size: 16px;
    }
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
	.mobile_show_cat {
		display: block;
	}

    .detail-video {
        width: 58px !important;;
        float: right !important;
    }

	.desktop_show_cat {
		display: none;
	}
    .top-cart-link img, .login_sekce img, .header-cart img {
        position: relative;
        top: 5px;
        transform: scale(0.7);
    }
    .popular_pair {
        top: -9px;
    }
    .pocet_in_cart {
        top: -4px;
    }
    .kosik_obsah {
        display: none;
    }
    .header-shop {
        padding: 0 0 5px;
    }

    header.active form#search_form {
        top: 135px;
    }

    .b2bbody header.active .header-content nav {
        top: 167px;
    }

    .b2bbody header.active .header-content nav ul li a {
        padding: 13px 0;
    }
    .b2bbody header.active .header-media {
        top: 440px;
    }
    #B2Bmenu {
        padding: 10px;
        font-size: 14px;
    }
    #B2Bmenu ul {
        display: block;
    }
    #B2Bmenu ul img {
        display: none;
    }
    #B2Bmenu ul li div {
        margin: auto;
        text-align: center;
    }
    .breadcrumbs {
        text-align: left;
    }
    .title-caps {
        display: none;
    }
    .mobile-show-subcat {
        display: block;
    }
    .treeview {
        display: none;
    }
    .active .treeview {
        display: block;
    }
    .left-box ul {
        padding-top: 10px;
    }
    .left-box li {
        padding: 15px 0 0;
    }
    .mobile-show-filter {
        display: block;
    }
    .show-filter {
        display: none;
        padding-top: 30px;
    }
    .show-filter.active {
        display: block;
    }
    .lSSlideWrapper {
        left: 0;
    }
    #imageGallery .lslide img {
        top: 0;
        max-width: 80vw;
        max-height: 100%;
        transform: none;
    }
    .lSAction > .lSPrev {
        top: 17vw;
        left: -15px;
        right: auto;
        transform: rotate(270deg);
    }
    .lSAction > .lSNext {
        top: 17vw;
        right: -15px;
        left: auto;
        transform: rotate(270deg);
    }
    .banner_home {
        display: block;
    }
    .home_popular_menu {
        display: block;
    }
    .home_popular_menu li {
        padding: 0 20px 0 0;
    }
    .aktuality_top {
        display: block;
        text-align: left;
    }
    .slide-link {
        padding: 0;
    }
    .site-products {
        padding-bottom: 10px;
    }
    .products {
        padding-top: 5px;
    }
    .products > div {
        clear: both;
        float: none;
        width: auto;
        border: 0;
    }
    .products > div h2 {
        margin-top: -10px;
    }
    .products h2 a {
        /*background-position: left bottom;*/
    }
    .products > div img {
        max-height: 400px;
    }
    .item {
        width: calc(50% - 20px);
    }
    .items > div:nth-child(3n+1) {
        clear: none;
    }
    .items > div:nth-child(2n+1) {
        clear: both;
    }
    .item-img a {
        height: 35vw;
    }
    #special_sekce_vypis_natoor .items p {
        width: 50%;
    }
    #special_sekce_vypis_natoor .items p:nth-child(3n+1) {
        clear: none;
    }
    #special_sekce_vypis_natoor .items p:nth-child(2n+1) {
        clear: both;
    }
    #podobne_produkty_warapper .item {
        width: calc(50% - 30px);
    }
    #podobne_produkty_warapper .items > div:nth-child(3n+1) {
        clear: none;
    }
    #podobne_produkty_warapper .items > div:nth-child(2n+1) {
        clear: both;
    }
    .variants-item {
        display: block;
    }
    .variants-item-img {
        margin-left: auto;
        margin-right: auto;
    }
    .variants-item-title {
        width: auto;
        padding: 0 0 10px;
    }
    .variants-item .wrapper_product_child {
        float: left;
    }
    .variants-item .cost {
        width: auto;
        padding: 5px 0 0;
    }
    .variants-item button {
        clear: both;
        width: 100%;
        margin: 10px 0;
    }
    .perex_cat_vypis {
        margin-bottom: 20px;
        opacity: 0;
    }
    .perex_cat_vypis.perex-short {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow : hidden;
    }
    .perex_cat_vypis * {
        font-size: 14px !important;
    }
    .perex-show, .perex-hide {
        position: relative;
        top: -15px;
        display: inline-block;
        width: 100%;
        font-size: 14px;
        text-decoration: underline;
        text-align: right;
    }
    .product_video_long {
        padding: 0 5vw;
    }
    .body_tabulka {
        overflow: auto;
    }
    .wrapper-aktuality_home {
        display: block;
    }
    .wrapper-aktuality_home > div {
        width: auto;
        margin: 0 0 25px;
    }
    .wrapper-aktuality_home > div:nth-child(3) {
        display: block;
    }
    .aktuality_home-wrapper {
        position: static;
        padding: 0;
    }
    .aktuality_home-hidden {
        max-height: none;
        opacity: 1;
    }
    .btn-float_objsekce {
        display: none;
    }
    .collection-menu .nav-tabs {
        display: block;
    }
    .collection-menu .nav-tabs li a {
        margin: 5px 0;
    }
    .itemsystem {
        font-size: 12px;
    }
    .sekce_objednat_btn a {
        padding: 10px 20px;
    }
    footer .logo {
        margin: 15px auto;
    }
    .map-left {
        float: none;
        width: auto;
        padding: 1px 15px 20px;
    }
    .map-left-content {
        padding: 0;
    }
    .map-left-content h3, .map_info_pobocka .map-left-content h3 {
        padding: 0;
    }
    .map-left-content input[type="text"], .leaflet-control-search .search-input {
        margin: 20px 0 30px;
        padding: 15px 20px;
    }
    .map-left-content .vendor-list {
        max-height: none;
    }
    .map-right {
        float: none;
        width: auto;
        padding: 0 0 40px;
    }
    #map {
        float: none;
        width: 100%;
        height: 60vw;
    }
    .detail-buy {
        flex-wrap: wrap;
    }
    .detail-parameters > div {
        width: calc(51.4% - 10px);
    }
    .detail-left {
        float: none;
        width: auto;
    }
    .detail-left .h1 {
        display: block;
    }
    .detail-right {
        float: none;
        width: auto;
        padding-top: 20px;
    }
    .detail-right h1 {
        display: none;
    }
    .detail-thirds {
        display: block;
        margin: 0;
    }
    .detail-thirds > * {
        width: auto;
        margin: 10px 0;
    }
    .detail-descr-left {
        float: none;
        width: auto;
    }
    .detail-descr-right {
        float: none;
        width: auto;
        padding: 10px 0 0;
    }
    .price-cbd span:first-child {
        font-size: 16px;
    }
    .price-cbd span:first-child strong {
        font-size: 22px;
    }
    .link1 a {
        display: block;
        height: auto;
        padding: 10px 20px;
    }
    .shops-list-item > div:first-child {
        float: none;
        width: auto;
        padding: 0;
    }
    .shops-list-item > div:first-child + div {
        float: none;
        width: auto;
    }
    .site-shop > div:first-child {
        float: none;
        width: auto;
    }
    .site-shop > div:first-child + div {
        float: none;
        width: auto;
    }
    .store-map {
        float: none;
        width: auto;
    }
    .store-right {
        float: none;
        width: auto;
    }
    .vendor-list {
        column-count: 1;
    }
    .material-left {
        float: none;
        width: auto;
        padding-top: 10px;
    }
    .material-left img {
        max-width: 200px;
    }
    .material-right {
        float: none;
        width: auto;
    }
    .buttons-center {
        display: block;
        text-align: center;
    }
    .buttons-center a, .buttons-center input, .buttons-center button {
        display: inline-block;
        margin: 5px;
        padding: 10px 20px;
    }
    .summary-files-list > div {
        width: calc(50% - 20px);
    }
    .compare-clear {
        margin: 0;
    }
    .img-grid a {
        flex: 0 1 calc(33.3333% - 16px);
    }
    .productlist .product {
        display: block;
    }
    .product_div1 {
        width: auto;
        padding: 0 0 10px;
    }
    .product .cost {
        width: auto;
        padding: 10px 0;
        text-align: left;
    }
    .gallerys figure {
        float: none;
        width: auto;
    }
    .search_distance {
        float: none;
        width: auto;
    }
    .recenter {
        float: none;
        width: auto;
    }
    .mapa_left_leaflet_detail {
        display: block;
    }
    #mapstore {
        width: auto;
        height: 40vh;
    }
    .store-list_modal {
        width: auto;
        height: auto;
    }
    .input-row {
        display: block;
    }
    .profile-box p {
        width: auto;
        padding-right: 0;
    }
    .profile_right_top {
        display: block;
    }
    .itemsystem {
        flex-direction: column;
    }
    .hide_on_mobile {
        display: none !important;
    }
    .copyright {
        padding: 0;
    }
    .newborns-info {
        display: block;
    }
    .newborns-info .h2 + * {
        padding: 0 0 10px;
    }
    .newborns-info li span {
        width: 60px;
    }
    .newborns-info li img {
        max-height: 30px;
        margin-right: 15px;
    }
    .newborns-discount img {
        display: none;
    }
    .newborns-cities > div {
        gap: 0 40px;
    }
    .template-3-items > * {
        width: 48.5% !important;
    }
    .link a, .link-dark a {
        padding: 12px 45px 12px 18px;
        font-size: 16px;
    }
    footer {
        padding-top: 15px;
        text-align: center;
    }
    .footer-col, .footer-col:first-child, .footer-col:first-child + div, .footer-col:first-child + div + div, .footer-col:last-child {
        float: none;
        width: auto;
        padding: 0 0 5px;
    }
    .footer-col:last-child {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
}

@media (max-width: 555px) {
    body {
        padding: 190px 0 0;
    }
    .hide_on_mobile {
        display:none !important;
    }
    body.b2bbody {
        padding-top: 270px;
    }
    .top-left {
        text-align: left;
    }
    .top-right {
        justify-content: flex-end;
    }
    .switcher_lang {
        padding: 0;
    }
    .header-content {
        position: relative;
        padding-bottom: 50px;
    }
    .logo {
        width: 100px;
    }
    .b2bbody header.active .header-content nav {
        top: 280px;
    }
    .header-media {
        top: 535px;
    }
    .b2bbody header.active .header-media {
        top: 620px;
    }

    .img-membrana-sez {
        position: absolute;
        width: 60px;
        left: 110px;
               top: 40px;
    }
    #search_form {
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px;
    }

    .b2bbody #search_form {
        position: absolute;
        bottom: 165px;
        left: 15px;
        right: 15px;
    }

    .navb2b-inside {
        display: flex;
        justify-content: space-around;
        background: #ccc;
        padding: 10px;
        margin-top: 52px;
        font-weight: bold;
        flex-direction: column;
    }

    .navb2b-inside a {
        text-decoration: none;
        padding: 6px;

    }

    .twitter-typeahead {
        width: 100%;
    }
    #search-query {
        width: 100%;
    }
    .tt-menu {
        left: -15px !important;
        right: -12vw !important;
    }
    .header-phone {
        padding: 0 0 0 15px;
        background-size: 10px 10px;
        font-size: 12px;
    }
    .grid_gallery {
        display: none;
    }
    .grid-item-2 {
        height: 42vw;
    }
    .grid-item-3 {
        width: 49%;
        height: 42vw;
    }
    .grid-item-4 {
        width: 49%;
        height: 42vw;
        margin: 2vw 2% 0 0;
    }
    .grid-item-5 {
        width: 49%;
        height: 42vw;
    }
    .grid-item-2, .grid-item-3, .grid-item-4, .grid-item-5 {
        width: auto;
        height: auto;
        margin: 5px 0;
    }
    .grid-item-top {
        top: auto;
        bottom: 25px;
        transform: translate(-50%,0);
    }
    .banner_home {
        font-size: 9px;
    }
    .slide-content * {
        display: none;
    }
    .wrapper-kategorie_home {
        display: block;
    }
    .wrapper-kategorie_home > div {
        width: auto;
    }
    .kategorie-home-wrapper {
        position: static;
    }
    .wrapper-kategorie_home h4 {
        margin: -5px 0 20px;
    }
    .spec_cena_solo_pr {
        width: 100%;
    }
    .mnozstvi_sekce {
        padding-top: 20px;
    }
    .order-table-labels div.tableRowDate {
        padding-top: 9px;
    }
    .reference-right {
        padding: 0 4vw;
    }
    .reference > div {
        display: block;
    }
    .reference > div > p {
        width: auto;
        text-align: center;
    }
    .reference > div > p img {
        width: auto;
        max-height: 300px;
    }
    .reference > div > div {
        width: auto;
        padding: 0 30px 0 0;
    }
    .reference-slider .slick-next {
        top: 52%;
    }
    .site-news {
        padding: 30px 15px 10px;
    }
    .news {
        float: none;
        width: auto;
        margin: 30px 0 50px;
    }
    .news-content {
        height: auto;
    }
    .site-certificates {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .certificates {
        display: block;
        padding-top: 10px;
    }
    .certificates > a {
        display: block;
        margin: 0 0 20px;
    }
    .site-content {
        padding-top: 5px;
        padding-bottom: 40px;
    }
    .b2bbody .site-content {
        padding-top: 25px;
        padding-bottom: 40px;
    }
    .b2bbody header.active #search_form {
        top: 121px;
    }

    .price-moc {
        display: block;
        padding: 0 0 15px;
        letter-spacing: normal;
    }
    .price-moc span {
        display: block;
    }
    .price-voc {
        display: block;
        letter-spacing: normal;
    }
    .price-voc span {
        display: block;
    }
    .detail-parameters > div {
        width: 100%;
        margin: -15px 0;
    }
    .more_ff {
        display: flex;
        justify-content: space-between;
    }
    .item {
        width: 50%;
        margin: 0 0 20px;
        padding: 0 10px;
    }
    .item h2 {
        height: auto;
        font-size: 14px;
    }
    #podobne_produkty_warapper .item {
        width: auto;
    }
    .stitky_gl {
        left: 0;
    }
    .item .stitky_gl strong, .item:hover .stitky_gl strong {
        max-width: 0;
        padding: 0;
        font-size: 0;
    }
    .varianty_item {
        display: none;
    }
    .item-code {
        display: none;
    }
    .item_price_vypis span:last-child {
        font-size: 12px;
    }
    .detail-buy > p:first-child {
        display: none;
    }
    .detail-buy-qty {
        display: none;
    }
    #addcartmobete a {
        padding: 10px 40px;
        white-space: nowrap;
    }
    #tab_velikost caption {
        font-size: 1.3em;
    }
    #tab_velikost thead {
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    #tab_velikost tr {
        border-bottom: 2px solid #ededed;
        display: block;
        margin-bottom: .625em;
    }
    #tab_velikost td {
        display: block;
        font-size: .8em;
        text-align: right;
    }
    #tab_velikost td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .order-table-labels {
        width: 170px;
        font-size: 12px;
    }
    .order-table-labels div {
        padding: 11px 10px;
    }
    .order-table-data-container {
       width:100%
        font-size: 12px;
    }
    div#kolekce {
        margin-top: 64px;
    }
    .spec_cena_solo_pr
    {
        display: flex;
        justify-content: space-around;
    }
    .cart-amount {
        width: 36%;
        overflow: auto;
    }
    .cart-ceny_b2b_novat {
        width: 32%;
    }
    .cart-ceny_b2b_withvat {
        width: 32%;
    }
    .cart-price-without-vat {
        padding-right: 10px;
    }
    .cart-row-summary p span {
        display: block;
        font-size: 18px;
    }
    .cart-items-number {
        display: flex;
        justify-content: space-between;
    }
    .cart-items-number span {
        margin: 0;
    }
    .contact-left {
        float: none;
        width: auto;
    }
    .contact-right {
        float: none;
        width: auto;
        padding: 15px 0 0;
    }
    .map_KVK {
        top: 10%;
        left: 3%;
    }
    .map_ULK {
        top: 1%;
        left: 13%;
    }
    .map_LBK {
        top: -5%;
        left: 24%;
    }
    .map_HKK {
        top: 4%;
        left: 31%;
    }
    .map_PAK {
        top: 18%;
        left: 35%;
    }
    .map_VYS {
        top: 38%;
        left: 32%;
    }
    .map_JHC {
        top: 48%;
        left: 18%;
    }
    .map_PLK {
        top: 32%;
        left: 7%;
    }
    .map_STC {
        top: 19%;
        left: 25%;
    }
    .map_PHA {
        top: 12%;
        left: 19%;
    }
    .map_OLK {
        top: 26%;
        left: 45%;
    }
    .map_MSK {
        top: 24%;
        left: 56%;
    }
    .map_ZLK {
        top: 37%;
        left: 50%;
    }
    .map_JHM {
        top: 44%;
        left: 40%;
    }
    .map_ZIL {
        top: 41%;
        left: 64%;
    }
    .map_TRE {
        top: 49%;
        left: 54%;
    }
    .map_BTS {
        top: 63%;
        left: 44.5%;
    }
    .map_TRN {
        top: 62%;
        left: 49%;
    }
    .map_NIT {
        top: 73%;
        left: 55%;
    }
    .map_BBY {
        top: 62%;
        left: 67%;
    }
    .map_KOS {
        top: 55%;
        left: 80%;
    }
    .map_PRE {
        top: 43%;
        left: 86%;
    }
    .summary-button {
        margin-top: 11px;
        padding: 10px 25px;
    }
    .summary-button img {
        display: none;
    }
    .contact-list-img {
        width: 120px;
        height: 120px;
    }
    .contact-list-info {
        width: calc(100% - 120px);
        padding: 0 0 0 20px;
    }
    .contact-list-info > div p {
        font-size: 12px;
    }
    .profile-owner table {
        font-size: 12px;
    }
    .summary-files-list > div {
        float: none;
        width: auto;
    }
    .summary-files-list-img {
        height: auto;
    }
    .summary-files-list-logo {
        top: 20px;
    }
    .compare-data-wrapper {
        padding-left: 160px;
    }
    .table-compare tr td:first-child {
        width: 160px;
        font-size: 14px;
    }
    #pocetcompare_modal {
        width: 100%;
        min-width: 0;
    }
    .img-grid a {
        flex: 0 1 calc(50% - 16px);
    }
    #form_submt_prodejna {
        padding: 1px 15px 20px;
    }

    .contact-map-left {
        float: none;
        width: auto;
    }
    #map2 {
        float: none;
        width: 100%;
    }
    .locations-input {
        display: block;
    }
    .locations-input > * {
        width: auto;
    }
    .left-col_prihlasit > div, .right-col_prihlasit > div {
        width: 310px;
        width: 100%;
    }
    .profile_sidebar {
        padding: 5px 15px 10px;
    }
    .infouser_first {
        padding-bottom: 5px;
    }
    .control_accordion li {
        font-size: 14px;
    }
    .muj-profil-nastaveni-section .tabs li {
        display: block;
        padding: 3px 0;
        text-align: center;
    }
    .aktuality_top p {
        text-align: right;
    }
    .aktuality_top a {
        font-size: 14px;
    }
    .kategorie-home h3, .aktuality_top h3, footer h3 {
        font-size: 16px;
    }
    .container.site-similar {
        display:none;
    }
	.left-box li {

		font-size: 14px;

	}
	.detail-left p.h1 {
		font-size: 18px
	}
	.detail-parameters h3 {
		font-size: 14px;
	}
	.detail-size {
		padding-top: 10px;
	}

	.price-cbd, .price-cbd_no {
		padding-top:0px;
		margin: 5px 0;
	}
	.detail-not-logged {
		padding: 5px 0;
	}
	.price-cbd span:first-child {
		display: block;
		padding: 0 0 3px;
	}
	.table_modal_detailpr table {
		min-width: 600px;
	}
    .template-3-items > * {
        width: 48% !important;
    }

	h2#swal2-title {
		font-size: 18px !important;
	}
	.swal2-styled.swal2-confirm {

		background-color: #006f51!important;
		color: #fff !important;
		font-size: 15px !important;
	}
	.swal2-styled.swal2-cancel {
		font-size: 15px !important;
	}
	.item-img a {
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}
	.item-img a img {
		/*max-width: 150px;*/
        max-width: 90%;
		/* width: 100%; */
		/*max-height: 250px;*/
	}
    .newborns-top {
        margin-top: -20px;
    }
    .newborns-top-size {
        float: none;
        top: 0;
    }
    .newborns-form form > div {
        display: block;
    }
    .newborns-form form .link2 {
        padding: 10px 0;
    }
    .hide_on_mobile {
        display: none !important;
    }
    .link a, .link-dark a {
        padding: 12px 40px 12px 10px;
        font-size: 15px;
    }
    h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 18px;
    }
    h3 {
        font-size: 16px;
    }
}

@media (max-width: 314px) {
    .map_KVK, .map_STC, .map_HKK, .map_LBK, .map_MSK, .map_OLK, .map_PAK, .map_PLK, .map_PHA, .map_JHC, .map_JHM, .map_ULK, .map_VYS, .map_ZLK,
    .map_BTS, .map_TRN, .map_NIT, .map_TRE, .map_ZIL, .map_BBY, .map_KOS, .map_PRE {
        display: none;
    }
    .hide_on_mobile {
        display: none !important;
    }
}
