/*OBECNÉ*/

img {
    max-width: 100%;
    vertical-align: middle;
}


.remedio {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    color: #000;
}

@font-face {
    font-family: Barlow Condensed;
    src: url("/user/documents/font/BarlowCondensed-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: Barlow Condensed;
    src: url("/user/documents/font/BarlowCondensed-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: Barlow Condensed;
    src: url("/user/documents/font/BarlowCondensed-SemiBold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: Barlow Condensed;
    src: url("/user/documents/font/BarlowCondensed-Bold.ttf");
    font-weight: 700;
}

.external-fonts-loaded body, body.blank-mode, .external-fonts-loaded h1, .external-fonts-loaded h2, .external-fonts-loaded h3, .external-fonts-loaded h4, .external-fonts-loaded h5, .external-fonts-loaded h6, .external-fonts-loaded .h1, .external-fonts-loaded .h2, .external-fonts-loaded .h3, .external-fonts-loaded .h4, .external-fonts-loaded .h5, .external-fonts-loaded .h6, .external-fonts-loaded .cart-table .main-link, .external-fonts-loaded .cart-related-name, .blank-mode h1, .blank-mode h2, .blank-mode h3, .blank-mode h4, .blank-mode h5, .blank-mode h6, .blank-mode .h1, .blank-mode .h2, .blank-mode .h3, .blank-mode .h4, .blank-mode .h5, .blank-mode .h6, .blank-mode .cart-table .main-link, .blank-mode .cart-related-name, body {
    font-family: "Barlow Condensed", sans-serif;
}

body {
    font-size: 18px;
}

/*HEADER*/

@media (min-width: 992px) {
    #header {
        background-color: transparent;
        position: relative;
        z-index: 1;
    }
    #header .container {
        min-height: 150px;
        position: relative;
    }/*
    .in-index #header .container::before {
        content: "";
        position: absolute;
        height: 1px;
        width: 40%;
        left: 0;
        bottom: 0;
        background-color: #000000;
    }
    .in-index #header .container::after {
        content: "";
        position: absolute;
        height: 1px;
        width: 40%;
        right: 0;
        bottom: 0;
        background-color: #000000;
    }
    body:not(.in-index) #header .container::after {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        right: 0;
        bottom: 0;
        background-color: #000000;
    }*/
    .navigation-in {
        background: transparent;
        font-size: 18px;
    }
    .navigation-in>ul>li>a {
        color: #000;
        padding-left: 15px;
        padding-right: 15px;
    }
    .navigation-in>ul>li>a.active b {
        font-weight: 700;
    }
    .navigation-in ul li a b {
        font-weight: 400;
        text-transform: uppercase;
    }
    .menu-helper>span {
        border: none;
        color: #000;
        background: transparent;
        font-weight: 400;
        text-transform: uppercase;
    }
    .navigation-buttons a {
        width: 60px;
    }
    .navigation-buttons a[data-target="search"]  {
        display: none;
    }
    .navigation-buttons {
        position: relative;
    }
    .navigation-buttons a[data-target="login"]::before {
        content: "";
        position: absolute;
        background: url("/user/documents/upload/my_account.svg");
        width: 34px;
        height: 40px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }
    .navigation-buttons a[data-target="login"], .navigation-buttons a[data-target="login"]:hover {
        color: #000;
        background: transparent;
    }
    .navigation-buttons a[data-target="cart"]::before {
        content: "";
        position: absolute;
        background: url("/user/documents/upload/shop.svg");
        width: 48px;
        height: 38px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }
    .navigation-in>ul>li.exp>a, .navigation-in>ul>li>a:hover {
        background-color: transparent;
        color: #000;
        text-decoration: underline;
    }
    #header .site-name a img {
        max-height: 87px;
    }
    .container.navigation-wrapper .site-name {
        flex-basis: 200px;
    }
    .fitted .navigation-in ul {
        justify-content: center;
    }
    body:not(.in-index) .fitted .navigation-in ul {
        justify-content: center;
    }
}

/*CAROUSELY*/

#carousel {
    max-width: 980px;
    margin: -40px auto 0;
}

.carousel-control.right::before, .carousel-control.left::before {
    color: #000;
}

.carousel-control {
    left: -40px;
}

.carousel-control.right {
    right: -40px;
}

.carousel-control::before {
    top: 58%;
}

.carousel-control.left::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 25px;
    background: url("/user/documents/upload/left1.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    bottom: auto;
    margin-top: 0;
    border: none;
}

.carousel-control.right::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 25px;
    background: url("/user/documents/upload/right1.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    bottom: auto;
    margin-top: 0;
    border: none;
}

.carousel-control {
    opacity: 1;
}

/*HP KATEGORIE*/

.next-to-carousel-banners {
    margin-top: 120px;
    display: block;
}

h3, .h3 {
    font-size: 26px;
    font-weight: 700;
}

.mycategories {
    margin-bottom: 100px;
}

.mycategories h3 {
    text-align: center;
}

.mycategories-inner {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 50px auto 0;
}

h4, .h4 {
    font-size: 20px;
    font-weight: 700;
}

.mycategory {
    text-align: center;
}

.mycategory .img-holder {
    margin: 50px 0 70px;
}

.btn-thin {
    padding: 10px 56px;
    font-size: 18px;
    border: 1px solid #D9C092;
}

.btn-thin:hover {
    background: rgba(40, 30, 10, 0.85);
    border: 1px solid rgba(40, 30, 10, 0.85);
    color: #fff;
}

/*HP PRODUKTY*/

.homepage-group-title {
    display: block;
    text-align: center;
    font-size: 26px;
    margin-bottom: 50px;
}

.in-index .homepage-tabs-wrapper .shp-tabs-row {
    display: none;
}

.in-index .homepage-tabs-wrapper .tab-content>.tab-pane {
    display: block;
    opacity: 1;
}

.in-index .btn.btn-primary {
    color: #fff;
    background: transparent;
    width: 80%;
    min-width: 210px;
    border: 1px solid #fff;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    padding: 14px 10px;
}

.in-index .btn.btn-primary:hover {
    background: transparent;
    text-decoration: underline;
    color: #fff;
    border-color: #fff;
}

.p-mine {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #D9C092;
    background-image: url("/user/documents/upload/product-hover-bgnd.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all ease 300ms;
}

#homepageProducts1 {
    margin-bottom: 80px;
}

.homepage-tabs-wrapper .product .p:hover .p-mine {
    display: flex;
}

.p-mine .btn.btn-cart {
    color: #fff;
    background: transparent;
    width: 80%;
    min-width: 210px;
    border: 1px solid #fff;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    padding: 14px 10px;
}

.mydetail {
    color: #fff;
    background: transparent;
    width: 80%;
    max-width: 210px;
    border: 1px solid #fff;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    padding: 14px 10px;
    margin-top: 20px;
}

.mydetail:hover, .p-mine .btn.btn-cart:hover {
    text-decoration: underline;
    color: #fff;
}

.p-mine .btn.btn-cart::before {
    content: none !important;
}

.products-block > div .p .name {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
}

.products-block .p-bottom .prices strong {
    font-size: 20px;
    font-weight: 400;
}

.products-block > div .p .p-in {
    padding-bottom: 30px;
}

/*TITLEPAGE*/

.welcome > h1 {
    display: none;
}

.titlepage h3 {
    text-align: center;
    margin-bottom: 50px;
}

.titlepage {
    margin: 150px auto 100px;
}

.titlepage-inner {
    display: flex;
    justify-content: space-between;
}

.journey {
    margin: 20px 30px;
}

.journey p {
    font-size: 22px;
    line-height: 1.15;
    font-weight: 600;
    margin: 40px auto 0;
    max-width: 190px;
    text-align: center;
}

/*DRBKY*/

#dklab_instagram_widget {
    margin-bottom: 40px;
}


    /*FOOTER*/

.footer-newsletter {
    display: none !important;
}

#footer {
    background: url("/user/documents/upload/footer-bgnd.png");
    padding: 160px 0 0;
    font-size: 16px;
}

#footer .footer-rows {
    padding: 90px 70px 0;
    background: #FFFFFF;
    opacity: 0.95;
    border-radius: 71px 71px 0px 0px;
}

#footer h4 {
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

#footer ul li::before {
    content: none;
}

#footer ul {
    padding-left: 0;
}

.custom-footer>div {
    padding-left: 55px;
}

.custom-footer>div:first-child {
    padding-left: 20px;
}

#footer .banner {
    overflow: visible;
}

.myfooter-useful h4::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 29px;
    height: 29px;
    background: url("/user/documents/upload/useful.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.custom-footer__articles h4::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    height: 29px;
    background: url("/user/documents/upload/information.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.myfooter-contact h4::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 29px;
    background: url("/user/documents/upload/contact.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#footer li {
    margin-bottom: 7px;
}

.myfooter-socials {
    margin-top: 30px;
}

.myfooter-socials > a:first-child {
    margin-right: 13px;
}

/*PODSTRÁNKY*/

.type-page .breadcrumbs {
    display: none;
}

.type-page aside {
    display: none;
}

.type-page h1 {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin: 40px 0 60px;
}

.who-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.flex-part {
    display: flex;
    justify-content: space-between;
    margin-bottom: 140px;
}

.flex-text {
    max-width: 50%;
}

.flex-text h2 {
    margin: 0 0 30px;
}

.flex-left .flex-text {
    margin-right: 25px;
}

.flex-right .flex-text {
    margin-left: 25px;
}

/*PRO PĚSTITELE*/

.planter {
    margin: 0 auto 100px;
    max-width: 800px;
}

.planter-inner > div {
    margin-bottom: 40px;
}

.planter .img-holder {
    margin: 35px 0;
}

.cheers {
    font-weight: 500;
    font-size: 25px;
    font-style: italic;
    text-align: center;
    margin-top: 60px;
}

/*EXKURZE*/

.excursion {
    max-width: 800px;
    margin: 0 auto 100px;
}

.excursion .img-holder {
    display: flex;
    justify-content: space-between;
    margin: 45px 0;
}

.type-page p {
    margin-bottom: 20px;
}

/*O NAŠICH PÁLENKÁCH*/

.spirit-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.type-part h2 {
    text-align: center;
}

.type-part {
    margin-bottom: 135px;
}

.type-part > p {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
}

.myslider {
    margin-top: 100px;
}

.type {
    position: relative;
    padding: 0 100px;
    text-align: center;
    cursor: grab;
}

.type::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 60%;
    top: 20%;
    right: 1px;
    background: #000;
}

.type img {
    margin: 0 auto;
}

.type .img-holder {
    margin-bottom: 22px;
}

.type h3 {
    font-size: 20px;
}

.myslider:hover .slick-prev, .myslider:hover .slick-next {
    opacity: 1;
}

.slick-prev, .slick-next {
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 3px;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0;
    transition: all ease 300ms;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.slick-prev:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 22px;
    background: url("/user/documents/upload/left.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slick-next:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 22px;
    background: url("/user/documents/upload/right.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slick-dots li button {
    border: 1px solid #000;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

.slick-dots li.slick-active button:before, .slick-dots li button:before {
    content: none;
}

.slick-dots li.slick-active button {
    background: #000;
}

.slick-dotted.slick-slider {
    margin-bottom: 60px;
}

.slick-dots {
    bottom: -55px;
}

/*KONTAKTY*/

.contact-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.contact-employees {
    display: flex;
    justify-content: space-between;
}

.employee {
    text-align: center;
}

.employee h3 {
    font-size: 20px;
    margin: 20px 0 12px;
}

.employee img {
    margin-right: 10px;
}

.employee .img-holder img {
    margin: 0 auto;
}

.contact-information {
    display: flex;
    align-items: flex-start;
    margin: 150px 0;
}

.contact-information ul {
    list-style: none;
    padding-left: 0;
}

.contact-information ul li {
    margin-bottom: 15px;
}

.contact-left > h4 {
    margin-bottom: 30px;
    margin-top: 0;
}

.contact-left {
    margin-right: 45px;
}

.contact-left > p strong {
    font-weight: 500;
}

.contact-left > h3 {
    margin-top: 40px;
}

.contact-left .socials > a:first-child {
    margin-right: 14px;
}

.contact-right {
    max-width: 500px;
}

/*DETAIL KATEGORIE*/

.subcategories {
    justify-content: center;
}

.breadcrumbs, .breadcrumbs a {
    color: #777777;
}

#category-header {
    display: none;
}

.category-title {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 80px;
}

aside .search h4 {
    display: none;
}

aside .search-widget {
    border: none !important;
}

aside .box-categories {
    border: none !important;
}

aside .compact-form .btn::before {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    background: url("/user/documents/upload/magnifier.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

aside .compact-form .btn {
    background: transparent;
    border: none;
    padding: 5px 20px;
}

aside .compact-form .form-control {
    background: #FFFFFF;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    border: none !important;
    padding-left: 35px;
    color: #181818;
}

aside .compact-form ::placeholder {
    color: #181818;
}

body:not(.in-index) .products-block > div .p {
    border: none;
}

body:not(.in-index) .products-block > div .p .name {
    margin-top: 15px;
}

body:not(.in-index) .products-block > div .p .p-bottom > div .p-tools .btn-primary {
    border-width: 1px;
    border-color: #D9C092;
    text-transform: none;
    font-size: 18px;
}

body:not(.in-index) .products-block > div .p .p-bottom > div .p-tools .add-to-cart-button {
    border: 1px solid #D9C092;
    text-transform: none;
    font-size: 18px;
    color: #000 !important;
    background: #fff;
}

body:not(.in-index) .products-block > div .p .p-bottom > div .p-tools .add-to-cart-button:hover {
    background: rgba(40, 30, 10, 0.85);
    border: 1px solid rgba(40, 30, 10, 0.85);
    color: #fff !important;
}

body:not(.in-index) .products-block > div .p .p-bottom > div .p-tools .btn-primary:hover {
    background: rgba(40, 30, 10, 0.85);
    border: 1px solid rgba(40, 30, 10, 0.85);
    color: #fff !important;
}

/*DETAIL PRODUKTU*/

.detail-parameters.second tr th, .detail-parameters.second th td, .detail-parameters.second tr td {
    line-height: 1.2 !important;
}

.detail-parameters.second {
    margin-bottom: 20px;
}

.variant-list select {
    border-color: #000;
    color: #000;
}

.p-param-block {
    display: none;
}

.p-basic-info-block {
    border: none;
    padding: 0;
}

.p-to-cart-block {
    border: none;
}

.myquantity {
    display: flex;
    align-items: center;
}

.myquantity > p {
    display: inline-block;
    margin: 0 5px 0 0;
}

.myquantity .quantity {
    border: none;
    padding-left: 27px;
    padding-right: 27px;
}

.myquantity .quantity input {
    height: 27px;
    width: 27px;
    border: 1px solid #000;
}

.myquantity .quantity .increase::before, .myquantity .quantity .decrease::before, .myquantity .quantity .decrease, .myquantity .quantity .increase {
    height: 27px;
    width: 27px;
    border: none;
    line-height: 27px;
}

.type-detail .p-to-cart-block {
    margin-top: 15px;
    justify-content: flex-start;
}

.type-detail .p-to-cart-block .add-to-cart-button {
    border: 1px solid #281E0A;
    color: #281E0A;
    font-size: 22px;
    background: #fff;
    text-transform: none;
    line-height: 1;
    padding: 9px 30px;
}

.type-detail .p-to-cart-block .add-to-cart-button::before {
    content: none !important;
}

.type-detail .p-detail-tabs-wrapper > .row {
    display: none;
}

.type-detail .p-detail-tabs-wrapper {
    margin-top: 50px;
}

#productsAlternative h2 {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}

#productsAlternative .products {
    justify-content: center;
}

/*RESPO*/

@media (max-width: 1439px) {
    #carousel {
        margin: 20px auto 0;
    }
    .navigation-in>ul>li:nth-child(3), .navigation-in>ul>li:nth-child(4) {
        margin: 0;
    }
    .container.navigation-wrapper .site-name {
        flex-basis: 220px;
    }
    .in-index #header .container::after {
        content: none;
    }
    .in-index #header .container::before {
        width: 100%;
        left: 0;
    }
    #footer .footer-rows {
        padding: 50px 50px 0;
    }
    body:not(.in-index) #header .site-name {
        position: relative;
        left: auto;
        transform: none;
    }
    body:not(.in-index) .navigation-in>ul>li:nth-child(3), body:not(.in-index) .navigation-in>ul>li:nth-child(4) {
        margin: 0;
    }
    .flex-part {
        margin-bottom: 80px;
    }
    .type {
        padding: 0 50px;
    }
    .myslider {
        margin-top: 40px;
    }
}

@media (max-width: 1199px) {
    .mycategories-inner {
        justify-content: center;
    }
    .mycategory {
        margin: 0 25px;
    }
    .next-to-carousel-banners {
        margin-top: 80px;
    }
    .mycategories-inner {
        margin-top: 20px;
    }
    .mycategory .img-holder {
        margin: 20px 0;
    }
    .mycategories {
        margin-bottom: 60px;
    }
    .homepage-group-title {
        margin-bottom: 20px;
    }
    .titlepage {
        margin: 88px auto;
    }
    .titlepage h3 {
        margin-bottom: 0;
    }
    .journey p {
        margin: 0 auto;
        font-size: 17px;
    }
    #footer {
        padding-top: 80px;
    }
    .flex-part {
        margin-bottom: 40px;
    }
    .journey p {
        margin: 10px auto;
    }
    .journey {
        margin: 15px;
    }
    .titlepage-inner {
        margin-top: 20px;
    }
    .carousel-control {
        left: 0;
    }
    .carousel-control.right {
        right: 0;
    }
}

@media (max-width: 991px) {
    #header {
        background: #fff;
    }
    .navigation-buttons a[data-target="cart"]::before {
        content: "";
        position: absolute;
        background: url("/user/documents/upload/shop.svg");
        width: 48px;
        height: 38px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }
    .navigation-buttons a[data-target="navigation"] {
        background-color: #fff;
        color: #000;
    }
    .navigation-buttons a[data-target="search"] {
        display: none;
    }
    .journey .img-holder {
        min-height: 75px;
    }
    .journey .img-holder img {
        height: auto;
    }
    .journey {
        margin: 15px;
    }
    .journey p {
        margin-top: 10px;
    }
    .type-page h1 {
        margin-bottom: 50px;
    }
    .flex-left .flex-text, .flex-right .flex-text {
        max-width: 100%;
        margin: 0 0 20px;
        order: 1;
    }
    .flex-left .flex-image, .flex-right .flex-image {
        order: 2;
    }
    .flex-part {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .mycategories-inner {
        flex-wrap: wrap;
    }
    .btn-thin {
        font-size: 16px;
        padding: 8px 40px;
    }
    .mycategory {
        margin: 10px 25px;
    }
    .titlepage-inner {
        flex-wrap: wrap;
        justify-content: center;
    }
    .journey {
        margin: 18px;
    }
    #footer .banner {
        min-height: auto;
    }
    #footer .footer-rows {
        padding: 0 50px;
    }
    .myfooter-useful h4::before, .custom-footer__articles h4::before, .myfooter-contact h4::before {
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
    }
    .custom-footer>div {
        padding: 30px 0 0;
    }
    body {
        font-size: 16px;
    }
    .type::after {
        content: none;
    }
    .type {
        padding: 0 10px;
    }
    .type h3 {
        min-height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contact-employees {
        flex-wrap: wrap;
        justify-content: center;
    }
    .employee {
        margin: 0 25px 25px;
    }
    .contact-left {
        margin: 0 0 30px;
    }
    .contact-information {
        flex-wrap: wrap;
    }
    .type-detail .p-to-cart-block .add-to-cart-button {
        font-size: 16px;
    }
    .products-block .p > a::before, .products-block .img > a::before {
        content: none;
    }
}

@media (max-width: 499px) {
    .navigation-buttons a[data-target="cart"]::before {
        width: 38px;
        height: 28px;
    }
    #footer {
        padding-top: 00px;
    }
    #footer .footer-rows {
        border-radius: 0;
    }
    .contact-information {
        margin: 50px 0;
    }
}