@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap");

:root {
    --pink-color: #ed028c;
}

html {
    font-family: "Montserrat", sans-serif;
    --color-bold-text: #334d5e;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #ffffff;
}

p,
h1,
a,
h2,
h3 {
    color: #7f8d95;
}

h1,
h2,
h3 {
    font-family: "Playfair Display", serif;
}

p {
    font-family: "Hind", sans-serif;
}

p.light {
    color: #334d5e;
    font-weight: 300;
}

button:hover {
    cursor: pointer;
}

body {
    overflow-x: hidden;
    position: relative;
}

main {
    margin: 20px 0;
    padding: 0 20px;
}

.pt-0 {
    padding-top: 0;
}

.p-0 {
    padding: 0;
}

.nav-item a.pink,
.pink a {
    color: #ed028c;
}

.d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pink,
li.pink {
    color: #ed028c !important;
}

.showelement {
    display: block !important;
}

.invisible {
    display: none;
}

.white-bg {
    background: #ffffff;
}

/*HEADER*/

#hp .header-inner {
    padding: 0 15px 0;
    display: grid;
    grid-template-columns: auto auto;
}

.header-inner {
    padding: 10px 15px 0;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
}

#hp .nav-item.cart div,
#hp .nav-item.favorite div {
    top: -30%;
}

#hp .nav-item.cart {
    display: flex;
    align-items: center;
}

#hp .header-inner .logo img {
    max-width: 300px;
}

.header-inner .logo img {
    max-width: 250px;
    width: 100%;
}

.nav-list {
    display: flex;
    align-items: center;
}

.nav-item {
    margin: 0 10px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--color-bold-text);
    font-size: 15px;
    white-space: nowrap;
    position: relative;
}

.nav-item a {
    display: flex;
    align-items: center;
    color: var(--color-bold-text);
    width: 100%;
    height: 100%;
    font-weight: 800;
    position: relative;
}

.nav {
    display: flex;
    justify-content: flex-end;
}

.nav-item a.active {
    color: #ed028c;
}

.nav-item a.active ul li a {
    color: var(--color-bold-text);
}

.nav-item:hover > a,
.nav-item img:hover {
    color: #ed028c;
    fill: #ed028c;
    cursor: pointer;
}

.nav-item.home:hover,
.nav-item.heart.active,
.nav-item.heart:hover a,
.nav-item.search:hover,
.nav-item.account:hover,
.nav-item.cart:hover a {
    background: #ed028c;
}

.nav-item.search-nav:hover,
.nav-item.account:hover,
.nav-item.heart:hover a,
.nav-item.cart:hover a {
    background-color: #ed028c;
}

.nav-item.account,
.nav-item.cart a,
.nav-item.search-nav,
.nav-item.burger-menu-icon,
.share,
.nofill-heart,
.nav-item.home,
.nav-item.heart a {
    width: 20px;
    height: 20px;
    background-color: #334d5e;
    cursor: pointer;
}

.nav-item.home {
    -webkit-mask: url(../img/icons/home-icon.svg) center / contain no-repeat;
}

.nav-item.search-nav {
    -webkit-mask: url(../img/icons/search-icon.svg) center / contain no-repeat;
}

.nav-item.cart a {
    -webkit-mask: url(../img/icons/cart-icon.svg) center / contain no-repeat;
    position: relative;
}

.nav-item.heart a {
    -webkit-mask: url(../img/icons/heart-icon.svg) center / contain no-repeat;
    position: relative;
}

.nav-item.account:not(.logout) {
    -webkit-mask: url(../img/icons/user-icon.svg) center / contain no-repeat;
}

.nav-item.burger-menu-icon {
    -webkit-mask: url(../img/icons/burger-menu-icon.svg) center / contain no-repeat;
}

.share {
    -webkit-mask: url(../img/icons/share.svg) center / contain no-repeat;
    background: #7f8d95;
}

.nofill-heart {
    -webkit-mask: url(../img/icons/nofill-heart-icon.svg) center / contain no-repeat;
    background: #7f8d95;
}

.fill-heart {
    -webkit-mask: url(../img/icons/heart-icon.svg) center / contain no-repeat;
    background: #7f8d95;
}

.share:hover,
.nofill-heart:hover,
.nofill-heart.active {
    background: #ed028c;
}

.nofill-heart:hover,
.nofill-heart.active {
    -webkit-mask: url(../img/icons/heart-icon.svg) center / contain no-repeat;
}

.nav-item.cart,
.nav-item.favorite {
    position: relative;
    display: flex;
    align-items: center;
}

.nav-item.cart div,
.nav-item.favorite div {
    width: 18px;
    height: 18px;
    font-size: 10px;
    font-family: "Hind";
    border-radius: 50%;
    background-color: #ed028c;
    color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30%;
    right: -8px;
    z-index: 10;
    cursor: pointer;
}

.like a {
    background: #334d5e url(../img/icons/like-icon.svg) no-repeat center;
    background-color: transparent;
    transform: scale(1.5);
    /*-webkit-mask: url(../img/icons/like-icon.svg) center / contain no-repeat;*/
    /*background: #334D5E;*/
}

.like a.active {
    background: #ed028c url(../img/icons/heart-icon.svg) no-repeat center;
    background-color: transparent;
    transform: none;
    /*-webkit-mask: url(../img/icons/heart-icon.svg) center / contain no-repeat;*/
    /*background: #ED028C;*/
}

.share,
.nofill-heart {
    margin: 0 15px;
    width: 31px;
    height: 31px;
}

.like a {
    width: 100%;
    height: 100%;
}

.nav-item a.active::after {
    position: absolute;
    content: "";
    background-color: #ed028c;
    width: 40%;
    height: 1px;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, 20%);
}

#hp .nav-item a.active::after {
    bottom: 30%;
}

#hp .nav {
    height: 80px;
}

#hp .header-right {
    height: 100%;
}

.header-right {
    justify-self: end;
}

.header-right,
.nav,
.nav > ul,
.nav > ul > li {
    height: 100%;
}

.nav-item.dropdown span::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 700;
    margin-left: 3px;
    font-size: 14px;
}

.nav-item span {
    display: flex;
    align-items: center;
}

.burger-menu-icon,
.like-mobile {
    display: none;
}

.contacts-header {
    display: grid;
    padding: 10px 50px 0 0;
    justify-content: right;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 10;
}

.contacts-header div {
    display: grid;
    align-items: center;
    grid-template-columns: 20% auto;
    margin: 5px 0;
}

.contacts-header div img {
    justify-self: center;
}

.contacts-header div.email-address a {
    color: #334d5e;
    font-weight: 600;
    font-size: 20px;
}

.contacts-header div.phone-number a {
    font-size: 28px;
    white-space: nowrap;
    font-weight: 600;
}

.contacts-header .new-products-link {
    display: inline-block;
    padding: 12px 24px;
    background: #ed028c;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    border-radius: 5px;
    text-align: center;
    white-space: nowrap;
    margin-top: 10px;
    margin-left: 50px;
    transition: all 0.3s ease;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(164, 3, 98, 1);
    -moz-box-shadow: 2px 2px 0px 0px rgba(164, 3, 98, 1);
    box-shadow: 2px 2px 0px 0px rgba(164, 3, 98, 1);
}

.contacts-header .new-products-link:hover {
    background: #d0027a;
    transform: translateY(-2px);
    -webkit-box-shadow: 3px 3px 0px 0px rgba(164, 3, 98, 1);
    -moz-box-shadow: 3px 3px 0px 0px rgba(164, 3, 98, 1);
    box-shadow: 3px 3px 0px 0px rgba(164, 3, 98, 1);
}

.contacts-header .new-products-link:active {
    transform: translateY(0);
    -webkit-box-shadow: 1px 1px 0px 0px rgba(164, 3, 98, 1);
    -moz-box-shadow: 1px 1px 0px 0px rgba(164, 3, 98, 1);
    box-shadow: 1px 1px 0px 0px rgba(164, 3, 98, 1);
}

/*header mobile*/
header {
    /*display: none;*/
    padding: 10px;
    height: 86px;
    position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 10;
    -webkit-box-shadow: 0px 3px 11px -3px rgba(0, 0, 0, 0.178);
    -moz-box-shadow: 0px 3px 11px -3px rgba(0, 0, 0, 0.178);
    box-shadow: 0px 3px 11px -3px rgba(0, 0, 0, 0.178);
}

.nav-mobile {
    display: none;
    background-color: #ffffff;
    padding-bottom: 15px;
    position: relative;
    z-index: 100;
    width: 100vw;
}

.nav-mobile.show-navbar {
    display: block;
}

.nav-mobile ul {
    text-align: center;
    /*margin-top: 32px;*/
    padding: 0 10px;
    transition: 0.3s;
}

.nav-mobile ul li {
    margin: 20px auto;
}

.nav-mobile-item {
    color: #334d5e;
    font-weight: 900;
    text-transform: uppercase;
}

.nav-item a.phone img {
    margin-right: 4px;
}

li .nav-phone-contact a {
    color: #ed028c;
    font-weight: 300;
}

li .nav-email-contact a {
    color: #334d5e;
    font-weight: 300;
}

li .nav-phone-contact img {
    color: #334d5e;
}

.nav-email-contact,
.nav-phone-contact {
    display: inline;
    text-align: left;
    align-items: center;
    margin: 0 auto;
}

li.search {
    background: #f7f7f7;
    border-radius: 4px;
    /*display: grid;*/
    /*grid-template-columns: 10% auto;*/
    max-width: 400px;
    width: 100%;
}

li.search img {
    justify-self: center;
    margin: 10px 0;
}

li.search input,
li.search button {
    background-color: transparent;
    border: 0;
}

/*dropdown*/
.dropdown {
    position: relative;
}

.dropdown-menu-nav {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    margin: 0 -10px;
    z-index: 102;
    padding: 40px 10px;
    border-bottom: 1px solid #ed028c;
    transition: 1s ease-in-out;
}

.dropdown-menu-nav a {
    color: #334d5e;
    font-size: 14px;
}

.dropdown-menu-nav ul {
    max-width: 1360px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, max-content));
    justify-content: center;
}

.nav-item.dropdown:hover .dropdown-menu-nav {
    display: block;
}

#hp .dropdown-menu-nav {
    top: 80px;
}

.dropdown-menu-nav li {
    margin: 0 20px 20px;
    text-align: center;
}

.dropdown-menu-nav li a:hover {
    color: #ed028c;
}

.dropdown-click {
    cursor: pointer;
}

.dropdown-menu-show {
    display: none;
    position: absolute;
    background: #ffffff;
    width: 145px;
    left: -1px;
    top: 32px;
    z-index: 1000;
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-radius: 0px 0px 10px 10px;
}

.dropdown-active-item span {
    margin-bottom: 10px;
}

.dropdown-menu-show li {
    padding: 5px 10px;
}

.dropdown-menu-show li:hover {
    background: rgba(0, 0, 0, 0.18);
}

.dropdown-menu-show li:last-child:hover {
    border-radius: 0 0 10px 10px;
}

.dropdown-menu-show li a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

/*HOMEPAGE*/

.hp-header {
    width: 100vw;
    height: 50vw;
    background: url(../img/partynabytek_vlna.svg) no-repeat;
    background-size: 100vw;
    background-position: top right;
    /* background: url(../img/hp-background.jpg) no-repeat;
    background-size: cover;
    background-position: center; */
    top: 0;
    z-index: 1;
    position: relative;
}

.webp .hp-header-background {
    width: 100vw;
    height: 100%;
    background: url(../img/Header-ver07.webp) no-repeat;
    background-size: 90vw;
    background-position: top left;
    top: -5.7vw;
    position: absolute;
}

.no-webp .hp-header-background {
    width: 100vw;
    height: 100%;
    background: url(../img/Header-ver07.png) no-repeat;
    background-size: 90vw;
    background-position: top left;
    top: -5.7vw;
    position: absolute;
}

.hp-inner,
.order-cart.summary .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

.footer-inner {
    max-width: 1000px;
    margin: 0 auto;
    /*padding: 0 10px;*/
}

.info .row {
    margin: 40px auto 0 auto;
}

.info ul {
    width: 50%;
    -webkit-columns: 2;
    padding: 0 25px;
    -moz-columns: 2;
    columns: 2;
    text-align: center;
    margin: 40px auto 0 auto;
    list-style: none inside none;
}

.info p:not(.row-element):last-child {
    margin: 20px 0 0;
}

.info p {
    margin: 40px 0 0;
    font-size: 42px;
    color: #7f8d95;
    font-weight: 300;
    text-align: center;
    font-family: "Playfair Display", serif;
}

.info .row > div div::before {
    content: "\2022";
    color: var(--pink-color);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.info .row > div {
    padding-left: 10%;
    padding-right: 0;
}

.info .row > div div {
    color: #334d5e;
    font-size: 18px;
    font-weight: 700;
}

@media screen and (max-width: 1070px) {
    .info .row > div div {
        height: 60px;
    }
}

@media screen and (max-width: 767px) {
    .info .row {
        text-align: center;
    }

    .info .row > div div {
        height: auto;
    }
}

/*@media screen and (max-width: 450px) {*/
/*    .info .row > div div {*/
/*        height: 100px;*/
/*    }*/
/*}*/
.info p:not(.row-element):last-child {
    color: #334d5e;
    padding: 0 25px;
}

.info .row-element {
    text-align: start;
    font-size: 16px;
    margin: 0;
}

.info p:last-child {
    font-size: 16px;
    text-align: center;
    line-height: 1.7;
    font-family: "Hind";
}

.info strong {
    font-weight: 700;
}

/*NABÍDKA*/
.nabidka {
    margin-top: 80px;
}

.nabidka-header {
    margin: 20px 0;
    text-align: center;
    position: relative;
}

.nabidka-header h2 {
    font-size: 32px;
    font-weight: bold;
    color: #7f8d95;
    text-transform: uppercase;
}

.underline {
    width: 10%;
    height: 3px;
    background: #ed028c;
    margin: 10px auto;
}

.cat-item p {
    color: #334d5e;
    font-weight: 300;
    font-size: 24px;
}

.nabidka-grid {
    margin: 60px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
}

.nabidka .item-icon {
    width: 130px;
    height: 130px;
    border: 3px solid rgba(112, 112, 112, 0.17);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.item-icon img {
    padding: 15px;
}

.nabidka-item {
    position: relative;
    margin: 40px 30px;
}

.item-name {
    margin-top: 10px;
    text-align: center;
}

.nabidka-item > a:hover > .item-icon img {
    transform: scale(1.1);
    transition: 0.2s;
}

.nabidka-item > a > .item-icon img {
    transform: scale(1);
    transition: 0.2s;
}

.nabidka-item > a {
    display: block;
}

/*FOOTER*/

#hp footer {
    margin-top: -40px;
}

footer {
    width: 100vw;
    position: relative;
    color: #ffffff;
}

.wave {
    -webkit-mask: url(../img/vlnka.svg) center / cover no-repeat;
    height: 36px;
    width: 100vw;
    background: #ed028c;
    background-size: cover;
    margin-bottom: -1px;
}

.footer {
    background-color: #ed028c;
}

.footer-content {
    background-color: #ed028c;
    padding-top: 70px;
    margin-bottom: 80px;
    text-align: center;
}

.footer-content a {
    color: #ffffff;
}

.footer .contact a:hover {
    text-decoration: underline;
}

.footer-content .contact {
    margin: 20px 0;
}

.contact.phone {
    font-size: 52px;
    font-weight: 700;
}

.contact img {
    margin-right: 20px;
}

.contact.email {
    font-size: 42px;
}

.socials {
    margin: 50px 0;
}

.socials ul,
.footer-content .contact {
    display: flex;
    align-items: center;
    justify-content: center;
}

.socials ul li {
    margin: 0 10px;
}

.address {
    font-size: 24px;
    font-style: normal;
}

.address p.street {
    font-weight: 700;
}

.footer-inner {
    border-top: 1px solid #ffffff2c;
}

.footer-bottom {
    font-size: 13px;
    /*display: grid;*/
    /*grid-template-columns: 26% auto 5%;*/
    align-items: center;
    padding: 10px 0;
}

.address p,
.footer-bottom p,
.footer-bottom a {
    color: #ffffff;
}

.footer-inner a,
.footer-inner p {
    color: #ffffff;
}

.footer-inner div {
    /*padding: 0;*/
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}

.footer-links a {
    margin: 0 8px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-right {
    justify-self: end;
}

.footer-right {
    text-align: end;
}

@media screen and (max-width: 767px) {
    .footer-left {
        font-size: 14px;
    }

    .footer-left p,
    .footer-right,
    .footer-links {
        text-align: center;
    }

    .footer-bottom div {
        margin-bottom: 8px;
    }

    .products-list ul {
        flex-direction: row;
        gap: 5px;
    }
}

@media screen and (max-width: 505px) {
    .footer-links a {
        font-size: 10px;
    }

    .footer-links a {
        margin: 0 1px;
    }
}

/*MAPA*/

.webp .map-div {
    position: relative;
    padding: 0px;
    background: url("../img/background-map.webp") no-repeat;
    background-position: center center;
    background-size: contain;
    /*height: 550px;*/
    height: 412px;
}

.no-webp .map-div {
    position: relative;
    padding: 0 70px;
    background: url("../img/background-map.png") no-repeat;
    background-position: center center;
    background-size: contain;
    /*height: 550px;*/
    height: 412px;
}

#contacts section.shipping {
    margin-bottom: 10px;
}

.hp-inner section.shipping {
    margin-top: 80px;
}

section.shipping {
    margin-bottom: 100px;
}

.map-div img.over {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

#hp .map-div {
    margin-bottom: 15vw;
}

#hp .map-div img.over {
    top: 23vh;
}

.map-div img.over,
section.callcenter img.over,
section.workers img.over {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 1200px;
}

.map-img {
    max-width: 548px;
}

#hp .map-text .pink {
    font-size: 20px;
}

.map-div {
    padding-top: 4vw;
}

.map-text .pink,
.callcenter-text .pink {
    color: #ed028c;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    font-family: "Montserrat";
    letter-spacing: 3px;
}

.map-text p,
.callcenter-text p,
.video p {
    font-weight: 700;
    color: #7f8d95;
    font-size: 42px;
    font-family: "Playfair Display", serif;
}

.map-text,
.callcenter-text {
    text-align: center;
    white-space: nowrap;
}

/*TÝM*/

.team {
    text-align: center;
    margin-bottom: 50px;
}

.team h1 {
    font-size: 42px;
    margin-top: 40px;
}

.team-img {
    position: relative;
    margin-top: -50px;
    z-index: -1;
}

.team-img img.team-front {
    max-width: 1072px;
    height: auto;
    width: 100%;
}

.team-img img.logo-back {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -25%);
    z-index: -1;
    max-width: 1004px;
    height: auto;
    width: 100%;
}

/*gallery*/

#hp .gallery {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gallery-img {
    width: 25vw;
    height: 25vw;
    overflow: hidden;
    position: relative;
}

.gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#breadcrumbs {
    height: 50px;
    background-color: #f7f7f7;
    padding: 0 25px;
    display: flex;
    align-items: center;
}

#breadcrumbs ul,
#breadcrumbs ul li a {
    display: flex;
    align-items: center;
}

#breadcrumbs ul li {
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    font-family: "Hind";
    font-weight: 300;
}

#breadcrumbs ul li:last-child::after {
    content: "";
    background: none;
}

#breadcrumbs ul li::after {
    background: url(../img/icons/breadcrumbs-right.svg) no-repeat;
    background-size: contain;
    background-position: center;
    width: 6px;
    height: 10px;
    content: "";
    margin-left: 10px;
}

#breadcrumbs ul li a.home {
    width: 18px;
    height: 15px;
    margin: auto 0;
    -webkit-mask: url(../img/icons/home-icon.svg) center / contain no-repeat;
    background-color: #334d5e;
}

#contacts #breadcrumbs ul li a.home {
    background-color: #ffffff;
}

#breadcrumbs a,
#breadcrumbs ul {
    color: #334d5e;
}

.inner {
    max-width: 1350px;
    margin: 30px auto;
    padding: 10px 20px;
}

/*NABÍDKA STRÁNKA*/

.cols2 {
    display: grid;
    grid-template-columns: 25% auto;
}

/*filter*/
.filter,
.products {
    padding: 10px 20px;
}

.filter-list {
    font-size: 18px;
}

.filter-list .filter-item {
    color: #7f8d95;
    font-weight: 400;
}

.filter-list > li:last-child .filter-item-underline {
    display: none;
}

.filter-item-underline {
    margin-top: 10px;
    border-bottom: 1px solid #ececec;
}

.filter-item {
    margin-bottom: 10px;
}

.filter-item:hover > div a,
.filter-item .dropdown-ul li:hover a {
    color: #ed028c;
}

.filter-item a {
    display: block;
    width: max-content;
}

.filter-item div {
    display: grid;
    grid-template-columns: auto auto;
}

.filter-item div div {
    justify-self: end;
}

.filter-item.expanded div div {
    -webkit-mask: url(../img/icons/arrow-down-icon.svg) center / contain no-repeat;
    background: #ed028c;
    width: 15px;
    height: 10px;
    margin-top: 5px;
}

.arrow {
    display: block;
    height: 10px;
    text-align: center;
    cursor: pointer;
}

.arrow-down {
    background: url(../img/icons/arrow-down.svg) no-repeat center;
}

.arrow-up {
    background: url(../img/icons/arrow-down.svg) no-repeat center;
    transform: rotate(-180deg);
}

#lightSliderVertical li div.product-info {
    height: auto;
}

.filter-item.notexpanded div div {
    -webkit-mask: url(../img/icons/arrow-right-icon.svg) center / contain no-repeat;
    background: #ed028c;
    width: 10px;
    height: 15px;
}

.dropdown-ul {
    display: none;
}

.dropdown-filter-item {
    padding: 10px 25px;
}

.dropdown-filter-item a {
    color: #7f8d95;
}

.current-filter {
    border-radius: 10px;
    padding: 0 55px 38px;
}

.current-filter h1 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 25px;
}

.current-filters {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, max-content));
    column-gap: 10px;
    justify-content: center;
}

/*
.current-filters div a{
    color: #334D5E;
    background-color: #ffffff;
    border: 1px solid #D9D9D9;
    padding: 10px 15px 10px 15px;
    border-radius: 10px;
    margin: 5px;
    display: grid;
    grid-template-columns: 20% auto;
    align-items: center;
    font-family: 'Hind', sans-serif;
    font-weight: 300;
} */
.current-filters div.current-filters-border,
.menu-item-border {
    width: 130px;
    height: 130px;
    padding: 15px 10px;
    -webkit-box-shadow: inset 0px 0px 0px 5px #b3b4b6;
    -moz-box-shadow: inset 0px 0px 0px 5px #b3b4b6;
    box-shadow: inset 0px 0px 0px 5px #b3b4b6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 0 auto 15px;
    position: relative;
    padding: 25px;
}

.current-filters > div {
    width: 135px;
    margin: 10px 20px;
    text-align: center;
}

.current-filters div.current-filters-border img,
.menu-item-border img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.current-filters span {
    text-align: center;
    color: #334d5e;
    font-size: 14px;
}

.action {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}

.action > div {
    margin-right: 10px;
}

.action .alignment,
.action .show,
.action .search {
    border: 1px solid #ececec;
    border-radius: 10px;
}

.action .alignment {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    min-width: 81px;
    height: 41px;
}

.alignment div {
    justify-self: center;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alignment div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.alignment .grid {
    border-right: 1px solid #ececec;
    width: 100%;
    height: 100%;
}

.alignment .grid a,
.alignment .block a {
    background: #334d5e;
    width: 60%;
    height: 60%;
    display: inline-block;
}

.alignment div a.active {
    background-color: #ed028c;
}

.alignment .grid a {
    -webkit-mask: url(../img/icons/grid-alignment-icon.svg) center / contain no-repeat;
}

.alignment .block a {
    -webkit-mask: url(../img/icons/block-alignment-icon.svg) center / contain no-repeat;
}

.action .show {
    color: #7f8d95;
    padding: 10px;
    min-width: 145px;
    font-size: 14px;
    position: relative;
}

.action .show::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    color: #7f8d95;
    right: 10px;
    position: absolute;
}

.action .show,
.action .sort {
    display: flex;
    align-items: center;
}

.action .search {
    display: flex;
    flex-grow: 1;
}

.action .search button,
.action .search input {
    border: 0;
    background-color: transparent;
}

.action .search input {
    margin-left: 10px;
    width: 100%;
    height: 100%;
}

.action .search button img {
    width: 18px;
}

.action .search form {
    display: grid;
    grid-template-columns: 3% 97%;
    align-items: center;
    padding: 0 10px;
    width: 100%;
}

.action .sort p {
    margin: 0 5px;
    white-space: nowrap;
}

.sort a.active {
    color: #ed028c;
    text-decoration: underline;
}

/*products*/
#produkt-detail .products-list {
    display: flex;
    position: relative;
}

#produkt-detail .product-link {
    display: block;
    padding: 0 20px;
}

#produkt-detail .product {
    padding: 20px 15px;
    border: 1px solid #ececec;
    border-radius: 10px;
    position: relative;
    margin: 0 15px 15px 0;
    flex: 1 1 21%;
}

.products-list {
    display: grid;
    /*grid-template-columns: 1fr 1fr 1fr;*/
    grid-template-columns: repeat(3, minmax(0, 1fr));
    position: relative;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.product-link {
    display: block;
    padding: 0 20px;
}

.product {
    padding: 20px 15px;
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    position: relative;
}

#category-list .product {
    /*display: flex;*/
    flex-direction: column;
}

.product a {
    position: relative;
    display: flex;
    flex-direction: column;
}

#category-list .product a {
    flex-grow: 1;
}

.product-img {
    position: relative;
    flex-grow: 1;
    height: 200px;
    display: flex;
    align-items: center;
}

#category-list .product .product-img {
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    justify-content: center;
}

.product-img img,
.product-img picture {
    display: flex;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-number {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    z-index: 9;
}

.product-number .like {
    width: 38px;
    height: 38px;
    border: 1px solid #ececec;
    border-radius: 100%;
    margin-left: 10px;
    position: relative;
    font-size: 16px;
}

.like:hover,
.filter-item:hover,
.alignment div:hover,
.plus-minus img:hover,
.burger-menu-icon:hover,
.dropdown-kategorie:hover {
    cursor: pointer;
}

.flags {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 9;
}

.flags li div {
    margin: 10px 0;
}

.new-product {
    width: 95px;
    height: 38px;
    background-color: #ff0000;
    border-radius: 0 5px 5px 0;
}

.new-product p {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
}

.product-info {
    margin: 10px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.more-products .product-info {
    margin: 10px 0 0;
}

.more-products .product-info .product-name > p,
.more-products .product-info .product-sec-info > p {
    line-height: 1.2em;
}

#lightSliderVertical .lslide .product-info {
    height: 72px;
    /*background: red;*/
}

.product-name,
.product-price-bez {
    font-size: 18px;
    font-weight: 700;
}

.product-price-bez > p,
.product-price > p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-name > p,
.product-sec-info > p {
    line-height: 1.3em;

    /** @see https://stackoverflow.com/questions/3922739/limit-text-length-to-n-lines-using-css **/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.product-sec-info {
    font-size: 16px;
    font-weight: 300;
    flex-grow: 1;
    padding-top: 4px;
}

.product-price {
    font-size: 12px;
    font-weight: 300;
}

.numeric-updown {
    display: flex;
    background: #f7f7f7;
    border-radius: 4px;
    height: 44.6px;
    padding: 0 10px;
    -webkit-box-shadow: inset 0px 1px 0px 1.8px rgba(236, 236, 236, 1);
    -moz-box-shadow: inset 0px 1px 0px 1.8px rgba(236, 236, 236, 1);
    box-shadow: inset 0px 1px 0px 1.8px rgba(236, 236, 236, 1);
}

#customer-profile .profile.customer,
#customer-profile .demandHistory {
    min-height: 50vh;
    height: 100%;
}

.full-height {
    height: 100%;
}

input:focus::placeholder {
    color: transparent;
}

.numeric-updown input {
    width: 40px;
    background: transparent;
    border: 0;
    padding: 10px 0px 10px 5px;
    text-align: right;
    font-size: 16px;
    color: #334d5e;
}

.numeric-updown .plus-minus {
    display: grid;
    grid-template-rows: 50% 50%;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}

.plus-minus img {
    width: 100%;
    height: 100%;
}

.add-to-cart,
.add-to-cart form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-to-cart .btnAdd,
.btnSend {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    width: 100%;
    height: 100%;
    border: 0;
    color: #ffffff;
    font-size: 16px;
    font-family: "Hind", sans-serif;
    font-weight: 300;
    width: 141px;
    background: #ed028c;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(164, 3, 98, 1);
    -moz-box-shadow: 2px 2px 0px 0px rgba(164, 3, 98, 1);
    box-shadow: 2px 2px 0px 0px rgba(164, 3, 98, 1);
    margin-left: 10px;
}

.add-to-cart .btnAdd img {
    margin-right: 10px;
}

/*ACTIONS BOTTOM*/
.actions-bottom .button {
    text-align: center;
}

.actions-bottom .button button {
    width: 290px;
    margin: 20px auto 0;
    height: 60px;
    background-color: #334d5e;
    border: 0;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 800;
    font-size: 16px;
}

.button p {
    font-weight: 300;
    margin-top: 10px;
}

/*PAGINATION*/
.pagination ul {
    border: 1px solid #ececec;
    display: flex;
    border-radius: 10px;
    float: right;
}

.pagination ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ececec;
    color: #334d5e;
}

.pagination ul li a:hover {
    text-decoration: underline;
}

.pagination ul li.current a {
    color: #ed028c;
}

.pagination ul li:last-child a {
    border: none;
}

/*mobilní verze kategory*/
.current-filter-mobile {
    display: none;
}

.current-filter-mobile .category {
    display: flex;
    align-items: center;
}

.current-filter-mobile .category img {
    width: 48px;
}

.current-filter-mobile .category p {
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Montserrat";
    font-weight: 800;
    position: relative;
    z-index: 9;
}

.current-filter-mobile .category p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ed028c;
    width: 30px;
    height: 1px;
}

.current-filter-mobile .nabidka-grid {
    display: none;
}

.dropdown-kategorie {
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 10px 15px;
    margin-top: 15px;
}

.dropdown.kategorie {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
}

.dropdown.kategorie i {
    color: #334d5e;
    justify-self: end;
}

.dropdown.kategorie p {
    font-weight: 300;
}

.dropdown-items,
.product-number-mobile {
    display: none;
}

.dropdown-items li,
.dropdown-items a {
    color: #7f8d95;
    margin: 10px 0;
}

/*produkt detail*/
#produkt-detail .produkt,
#produkt-detail .gallery {
    display: grid;
    grid-template-columns: 60% auto;
}

#produkt-detail .produkt div.produkt-def-info,
#produkt-detail .produkt .images {
    padding: 10px;
}

.produkt-def-info p.def-popis,
.produkt-def-info p.stock,
.product-detail-number {
    font-weight: 300;
}

.produkt-def-info h1 {
    margin-bottom: 20px;
}

#produkt-detail .produkt .stock,
#produkt-detail .produkt .product-price-bez,
#produkt-detail .produkt .product-price,
.product-detail-number {
    text-align: right;
}

#produkt-detail .produkt .stock {
    color: #188e00;
    margin-top: 20px;
}

#produkt-detail .product-detail-number {
    margin-top: 15px;
}

#produkt-detail .produkt .options {
    display: flex;
    font-size: 30px;
    align-items: center;
    margin-top: 20px;
    justify-content: end;
}

#produkt-detail .produkt .options i {
    margin-right: 10px;
    color: #7f8d95;
}

ul#lightSliderGal {
    display: flex;
    height: 100% !important;
}

#lightSlider5 {
    height: 100% !important;
}

.images .lSSlideWrapper.usingCss {
    max-height: 500px;
    position: relative;
}

.images .lSSlideOuter .lSPager.lSGallery {
    transform: translate3d(0px, 0px, 0px) !important;
    margin-top: 25px !important;
}

#lightSliderGal li {
    position: relative;
}

#lightSliderGal li img,
#lightSliderGal li picture {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.demo {
    width: 100%;
}

.images .lslide {
    max-height: 500px;
}

.images .lslide.active img {
    /*max-height: 500px;*/
    /*margin: 0 auto;*/
}

.lslide {
    display: flex;
    /*justify-content: center;*/
}

.lslide a {
    display: block;
}

.lSGallery {
    width: 100% !important;
}

.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}

.gallery-photos-mobile {
    display: none;
}

.gallery-photos-mobile ul {
    display: flex;
    align-items: center;
}

.gallery-photos-mobile ul img {
    width: 140px;
    padding: 10px;
    margin: 0 10px;
}

.lSPager li {
    border: 1px solid #ffffff;
    position: relative;
}

.lSPager li:hover {
    border: 1px solid #ececec;
    border-radius: 10px;
}

.lSPager li:nth-child(4)::after {
    content: "+3";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ed028c;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    cursor: pointer;
}

.afterNone::after {
    content: "" !important;
    width: 0 !important;
    height: 0 !important;
}

.images .lSSlideWrapper,
.variants .lSSlideWrapper,
.order-menu .lSSlideWrapper {
    overflow: unset;
}

.images .lSAction .lSNext,
.variants .lSAction .lSNext,
.order-menu .lSAction .lSNext {
    right: -27px;
    opacity: 1;
}

.images .lSAction .lSPrev,
.variants .lSAction .lSPrev,
.order-menu .lSAction .lSPrev {
    left: -27px;
    opacity: 1;
}

.lSAction.custom .lSNext.custom {
    right: -6vw;
}

.lSAction.custom .lSPrev.custom {
    left: -6vw;
}

.similar-products .lSSlideWrapper .lSAction a,
.more-products .lSSlideWrapper .lSAction a {
    display: none;
}

.images .lSAction a,
.variants .lSAction a,
.order-menu .lSAction a {
    background: rgba(255, 255, 255, 0.85);
    width: 54px;
    height: 54px;
    border-radius: 100%;
}

.variants .overlay a {
    display: block;
}

.images .lSAction a.lSNext::after,
.variants .lSAction a.lSNext::after,
.order-menu .lSAction a.lSNext::after {
    content: "\f054";
    font-weight: 800;
    font-family: "Font Awesome 5 Free";
    color: #ed028c;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-25%, -50%);
}

.images .lSAction a.lSPrev:after,
.variants .lSAction a.lSPrev::after,
.order-menu .lSAction a.lSPrev::after {
    content: "\f053";
    font-weight: 800;
    font-family: "Font Awesome 5 Free";
    color: #ed028c;
    position: absolute;
    top: 50%;
    right: 25%;
    transform: translate(25%, -50%);
}

.varianty h2 {
    text-align: center;
    color: #7f8d95;
    margin-top: 30px;
}

.variants ul {
    margin-top: 15px;
    display: flex;
}

.variants li div {
    width: 300px;
    padding: 10px 15px;
    border: 1px solid #ececec;
    position: relative;
}

.variants div.overlay:hover p {
    display: grid;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(237, 2, 139, 0.49);
    cursor: pointer;
}

.variants div p {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-family: "Montserrat";
    font-size: 22px;
    color: #ffffff;
    font-weight: 800;
}

.variants div img {
    width: 100%;
}

.produkt-info {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 50px 0 30px;
}

.produkt-info > div {
    padding: 10px 15px;
}

.produkt-info > div h3 {
    margin-bottom: 20px;
}

.describtion a.pink {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.describtion a.pink:hover {
    text-decoration: underline;
}

.describtion a.pink img {
    margin-right: 10px;
}

.describtion p {
    font-weight: 300;
}

.parameters table {
    margin-top: 10px;
    border-top: 4px solid #ed028c;
    width: 100%;
    border-collapse: collapse;
    color: #334d5e;
}

.parameters p {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 10px;
}

.parameters table tr th {
    font-weight: 800;
    text-align: left;
    padding-left: 15px;
}

.parameters table tr td:nth-child(2) {
    text-align: right;
    padding-right: 20px;
}

.parameters table tr td {
    padding: 15px;
}

.parameters table tr:nth-child(2n + 1) {
    background-color: #f2f2f2;
}

.describtion h2 {
    margin-bottom: 10px;
    font-size: 28px;
}

/*INSPIRACE*/

/* .inspiration{
    margin: 0 auto;
    max-width: 900px;
} */
.inspiration h2,
.similar-products h2,
.more-products h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
}

.similar-products .product-name,
.more-products .product-name {
    line-height: 100%;
}

/*.inspiration .inspiration-photos {*/
/*    width: 170%;*/
/*    margin-left: -35%;*/
/*}*/

.inspiration-photos .photo .lSAction .lSPrev::after,
.inspiration-photos .photo .lSAction .lSNext::after {
    position: absolute;
}

.inspiration-photos .photo .lSAction .lSPrev::after {
    right: 50px;
}

.inspiration-photos .photo .lSAction .lSNext::after {
    left: 50px;
}

.inspiration .inspiration-photos .photo img,
.inspiration .inspiration-photos .photo picture {
    width: 100%;
}

.similar-products {
    margin-bottom: 60px;
}

.order-cart.customer form,
.order-cart.customer .order-buttons {
    max-width: 900px;
    margin: 0 auto;
}

.similar-products .products-list,
.more-products .products-list {
    max-width: 1000px;
    margin: 0 auto;
}

.similar-products .products-list .product,
.more-products .products-list .product {
    flex: 0;
    margin: 0 10px 10px 0;
}

.similar-products .product:last-child,
.more-products .products-list .product:last-child {
    margin-right: 0;
}

.poradna.banner {
    background: url("../img/banner-poradit.jpg") no-repeat;
    background-size: cover;
    width: 380px;
    height: 128px;
    display: grid;
    grid-template-columns: 50% 50%;
    justify-self: end;
    margin: 30px auto;
}

.webp .cena.banner {
    background: linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(255, 255, 255, 0) 100%
    ),
    url(../img/banner_cena_hand_with_dollars.webp) no-repeat;
    background-position-y: -30px;
    background-size: cover;
}

.no-webp .cena.banner {
    background: linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(255, 255, 255, 0) 100%
    ),
    url(../img/banner_cena_hand_with_dollars.jpg) no-repeat;
    background-position-y: -30px;
    background-size: cover;
}

.cena.banner,
.doprava.banner {
    height: 110px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.cena.banner p,
.doprava.banner p,
.cena.banner h2,
.doprava.banner h2 {
    color: #ffffff;
}

.banner.cena p,
.banner.doprava {
    font-weight: 300;
}

.webp .doprava.banner {
    background: url("../img/banner-doprava.webp") no-repeat;
    background-size: cover;
    margin-top: 30px;
}

.no-webp .doprava.banner {
    background: url("../img/banner-doprava.jpg") no-repeat;
    background-size: cover;
    margin-top: 30px;
}

.poradna.banner div.poradna-text > p {
    font-size: 24px;
    font-weight: bold;
    color: #334d5e;
}

.poradna.banner div.poradna-text {
    margin-top: 20px;
}

.poradna.banner .email,
.poradna.banner .phone {
    display: flex;
    align-items: center;
}

.poradna.banner .email p,
.poradna.banner .phone a {
    margin-left: 10px;
    font-weight: 300;
    cursor: pointer;
}

.banner {
    border-radius: 10px;
}

.rk {
    display: none;
}

.rk .background {
    position: fixed;
    top: -2vh;
    left: -2vw;
    width: 104vw;
    height: 104vh;
    background-color: rgba(51, 77, 94, 0.82);
    filter: blur(9px);
    z-index: 1;
}

.relative-div {
    background-color: #ffffff;
    z-index: 100;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.rk-content {
    display: grid;
    grid-template-columns: 35% auto;
    position: relative;
}

.rk-content .img {
    background: url("../img/person.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px 0 0 10px;
}

.rk-form {
    padding: 40px 30px;
}

.rk-form input:required::after {
    position: absolute;
    content: "*";
}

.rk-content form,
.rk-content button {
    display: block;
}

.rk-content form input,
.rk-content textarea {
    width: 100%;
    border: 0;
    background-color: #f7f7f7;
    border-radius: 4px;
    padding: 10px;
    margin: 15px 0;
    resize: none;
}

.rk-content textarea {
    height: 112px;
}

.rk .cross {
    position: fixed;
    top: 4%;
    right: 4%;
    color: #334d5e;
    cursor: pointer;
}

#order {
    background-color: #f7f7f7;
    margin-top: 0;
    padding: 0;
}

.order-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-menu ul li a {
    padding: 15px;
    color: #334d5e;
    font-weight: 800;
    white-space: nowrap;
}

.spin-pink {
    font-size: 30px;
    color: #ed028c;
}

.order-menu ul li.active-li a {
    background: #ffffff;
    color: #ed028c;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.center {
    text-align: center;
}

.order-cart {
    background: #ffffff;
    width: 100vw;
    padding: 30px 40px;
}

#customer-profile .order-cart.customer,
#customer-profile .order-cart.summary {
    width: 100%;
}

#customer-profile h3.center {
    margin-bottom: 10px;
}

.demandHistory,
.demandTable {
    width: 100%;
}

.demandTable {
    margin-top: 25px;
    border-collapse: collapse;
}

.demandTable thead {
    margin-bottom: 10px;
}

.demandTable thead th {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    text-transform: uppercase;
}

.demandTable th {
    padding-top: 21px;
    padding-bottom: 21px;
}

.demandTable tbody tr:hover {
    background: #f5f5f5;
}

.demandTable tbody tr td a {
    color: #ed028c;
    text-align: center;
}

.demandTable tbody tr .createdAt {
    float: right;
}

.demandTable tr {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2;
}

.demandTable .max10:nth-child(n + 11) {
    display: none;
}

.demandTable tbody tr td {
    text-align: center;
    color: #999;
    padding-top: 16px;
    padding-bottom: 16px;
}

.demandHistory .lsNextCustom {
    display: block;
    margin: 20px auto 0;
    background: url(../img/icons/order-summary-product-arrow.svg) no-repeat;
    width: 40px;
    height: 20px;
    cursor: pointer;
}

.gridder:nth-child(odd) {
    padding-right: 15px;
    padding-bottom: 15px;
}

.gridder {
    display: inline-block;
    width: 49%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}

.gridder > .adress:hover {
    background: #f5f5f5;
}

.gridder > .adress {
    position: relative;
    display: block;
    padding: 10px 10px 10px 65px;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    height: 100px;
    cursor: pointer;
}

.gridder > .adress > * {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 20px;
    font-size: 15px;
    /*padding: ;*/
}

.gridder > .adress .name {
    font-weight: 700;
}

.gridder > .adress .delete {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    line-height: 10px;
    width: 15px;
    text-align: center;
    font-size: 15px;
    color: #a6a6a6;
}

.delete:before {
    content: "\d7";
    display: inline-block;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gridder > .adress::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 13px;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    background: #ed028c;
    color: #fff;
    -webkit-mask: url(../img/icons/map-marked-alt-solid.svg) center / 34px 34px no-repeat;
}

.gridder > .adress.add:before {
    position: absolute;
    top: 50%;
    left: 45%;
    -webkit-mask: url(../img/icons/plus-circle-solid.svg) center / 34px 34px no-repeat;
}

.order-produkt-list,
.order-info,
.order-buttons {
    max-width: 1200px;
    margin: 20px auto;
}

.order-produkt-list .produkt {
    display: grid;
    grid-template-columns: 10% 90% !important;
    align-items: center;
    border: 1px solid #ececec;
    padding: 15px;
    margin-top: 3px;
    height: 150px;
}

.order-produkt-list .produkt.supplement {
    align-items: center;
    border: 1px solid #ececec;
    height: auto;
    margin-left: 40px;
}

.order-produkt-list .produkt > div {
    display: grid;
    grid-template-columns: auto min-content;;
}

.order-produkt-list .produkt > img {
    max-height: 100%;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.order-produkt-list .produkt p,
.produkt span {
    padding-left: 20px;
}

.order-produkt-list .produkt p:nth-child(2) {
    font-weight: 300;
    color: #334d5e;
}

.order-produkt-list .produkt .prices p:first-child,
.sum p {
    font-weight: 800;
    color: #334d5e;
    white-space: nowrap;
}

.order-produkt-list .produkt span {
    color: #7f8d95;
    cursor: pointer;
}

.order-produkt-info {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.order-produkt-info p.name {
    font-family: "Montserrat";
    font-weight: 300;
    color: #334d5e;
}

.order-produkt-info .prices {
    text-align: right;
    margin-right: 10px;
    /* position: absolute;
    right: 10px; */
}

.order-produkt-list .produkt-options {
    display: flex;
    align-items: center;
}

.order-info {
    display: grid;
    grid-template-columns: 50% auto;
    padding-bottom: 40px;
}

.tip {
    display: flex;
    align-items: center;
}

.tip i {
    font-size: 30px;
    color: #ed028c;
}

.tip p {
    padding: 15px;
    color: #334d5e;
}

.order-cart #numeric-updown input {
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.order-price {
    justify-self: right;
}

.order-price div p {
    color: #334d5e;
}

.order-price div {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
}

.order-price div p:nth-child(2) {
    text-align: right;
}

.order-price div p.pink {
    font-size: 28px;
    font-weight: 800;
    white-space: nowrap;
    justify-self: right;
}

.tip span,
.order-price div p:first-child {
    justify-self: left;
    margin-right: 20px;
}

.order-buttons {
    display: flex;
    justify-content: right;
    align-items: center;
    padding-top: 25px;
    border-top: 1px solid #ececec;
}

.btnNext span,
.btnPrev span,
.btnDeleteCart span,
.btnOrder span {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    height: 50px;
    margin: 10px 15px;
    font-family: "Montserrat";
    font-weight: 500;
    transition: all 0.4s;
}

.btnDeleteCart {
    cursor: pointer;
}

.error-message li {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 0.7rem;
    margin-right: 15px;
    border-radius: 4px;
}

.error-message li::before {
    content: url(../../img/icons/info-icon.svg);
    height: 100%;
    margin-right: 10px;
    position: relative;
    top: 50%;
    transform: translateY(0%);
}

.error-message {
    margin-bottom: 1rem;
}

.error-message:nth-child(2) {
    margin-bottom: 0.2rem !important;
}

.btnNext span,
.btnOrder span {
    background-color: #ed028c;
    color: #ffffff;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(164, 3, 98, 1);
    -moz-box-shadow: 2px 2px 0px 0px rgba(164, 3, 98, 1);
    box-shadow: 2px 2px 0px 0px rgba(164, 3, 98, 1);
    min-width: 167px;
}

.btnNext,
.btnPrev {
    transition: 0.5s;
}

.btnNext:hover span {
    transform: scale(1.1);
    -webkit-box-shadow: 2px 2px 8px 4px rgba(164, 3, 98, 1);
    -moz-box-shadow: 2px 2px 8px 4px rgba(164, 3, 98, 1);
    box-shadow: 2px 2px 8px 4px rgba(164, 3, 98, 1);
}

.btnPrev:hover span {
    transform: scale(0.9);
}

.btnDeleteCart span {
    min-width: 146px;
    margin-right: 0;
}

.btnOrder span img {
    margin-right: 10px;
}

.btnPrev span,
.btnDeleteCart span {
    background-color: #d9d9d9;
    color: #334d5e;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(127, 141, 149, 1);
    -moz-box-shadow: 2px 2px 0px 0px rgba(127, 141, 149, 1);
    box-shadow: 2px 2px 0px 0px rgba(127, 141, 149, 1);
    width: 115px;
}

.btnPrev span img,
.btnNext span img,
.btnPrev,
.order-buttons label,
.order-buttons label input {
    margin-right: 10px;
}

.order-buttons > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.order-buttons .order-buttons-container {
    display: flex;
    flex-wrap: wrap;
}

.order-buttons label {
    display: flex;
    align-items: center;
    font-family: "Hind", sans-serif;
    color: #334d5e;
    font-weight: 300;
}

div#numeric-updown.numeric-updown .plus-minus {
    width: 10px;
}

.sign {
    max-width: 900px;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.sign h2 {
    margin-bottom: 20px;
    font-size: 28px;
}

.sign > div {
    width: 380px;
    min-height: 315px;
    padding: 25px;
    margin: 20px;
}

.sign div form {
    display: flex;
    flex-direction: column;
}

.sign .in {
    border: 1px solid #ececec;
    border-radius: 10px;
}

.sign .in input,
.sign .in button {
    margin: 10px 0;
}

.sign .in input {
    padding: 10px 15px;
    border: 0;
    background-color: #f7f7f7;
    border-radius: 4px;
    -webkit-box-shadow: inset 0px 1px 0px 1.8px rgba(236, 236, 236, 1);
    -moz-box-shadow: inset 0px 1px 0px 1.8px rgba(236, 236, 236, 1);
    box-shadow: inset 0px 1px 0px 1.8px rgba(236, 236, 236, 1);
    font-size: 16px;
    font-weight: 300;
    color: #334d5e;
    width: 100%;
}

.sign .in button,
.btnRegister,
.acc .up .btnNext {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    background: #334d5e;
    width: 155px;
    padding: 10px 15px;
    border: 0;
    color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(12, 23, 31, 1);
    -moz-box-shadow: 2px 2px 0px 0px rgba(12, 23, 31, 1);
    box-shadow: 2px 2px 0px 0px rgba(12, 23, 31, 1);
    font-size: 16px;
    font-weight: 300;
    font-family: "Hind";
}

.btnRegister,
.acc .up .btnNext {
    background-color: #ed028c;
    color: #ffffff;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(164, 3, 98, 1);
    -moz-box-shadow: 2px 2px 0px 0px rgba(164, 3, 98, 1);
    box-shadow: 2px 2px 0px 0px rgba(164, 3, 98, 1);
    min-width: 167px;
}

.sign .in button div,
.btnRegister div,
.acc .up .btnNext div {
    background-color: #ffffff;
    width: 25px;
    height: 25px;
    margin-right: 15px;
}

.sign .in button div {
    -webkit-mask: url(../img/icons/user-icon.svg) center / contain no-repeat;
}

.btnRegister div {
    -webkit-mask: url(../img/icons/add-user-icon.svg) center / contain no-repeat;
}

.acc .up .btnNext div {
    -webkit-mask: url(../img/icons/next-icon.svg) center / contain no-repeat;
}

.acc .up .btnNext {
    margin-top: 20px;
}

.sign .up {
    background-color: #f9f9f9;
    border-radius: 10px;
    position: relative;
}

.acc .up > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
}

.btnRegister,
.acc .up .btnNext {
    width: 200px;
    margin-top: 20px;
}

.lSAction > a {
    transform: translateY(-25%);
    z-index: 9 !important;
}

.inspiration-photos .photo .lSAction > a,
.lSAction.lSAction.custom > a {
    background-image: none;
    background-color: rgba(242, 242, 242, 0.2);
    border-radius: 100%;
    width: 60px;
    height: 60px;
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    color: #334d5e;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.lSAction.lSAction.custom > a {
    opacity: 1;
}

.inspiration-photos .photo .lSAction .lSNext:after,
.lSAction.lSAction.custom a.lSNext:after {
    content: "\f054";
}

.inspiration-photos .photo .lSAction .lSNext {
    right: 40px;
}

.inspiration-photos .photo .lSAction .lSPrev:after,
.lSAction.lSAction.custom a.lSPrev:after {
    content: "\f053";
}

.inspiration-photos .photo .lSAction .lSPrev {
    left: 40px;
}

.order-informations .inner {
    max-width: 900px;
}

.order-cart.order-informations input[type="text"],
.order-cart.customer input[type="text"],
.poznamka textarea,
div.nice-select.wide,
.order-cart.order-informations input[type="password"],
.order-cart.customer input[type="password"] {
    background-color: #f7f7f7;
    padding: 15px;
    border: 0;
    border-radius: 4px;
    margin: 0 10px 15px 0;
    width: 100%;
    -webkit-box-shadow: inset 0px 1px 0px 1.8px rgba(236, 236, 236, 1);
    -moz-box-shadow: inset 0px 1px 0px 1.8px rgba(236, 236, 236, 1);
    box-shadow: inset 0px 1px 0px 1.8px rgba(236, 236, 236, 1);
    position: relative;
}

.order-informations input[type="text"].timepicker {
    padding: 10px;
}

.shipping-address > p.light {
    margin-bottom: 15px;
}

.order-cart.order-informations input[type="text"]::placeholder,
.order-cart.customer input[type="text"]::placeholder,
.poznamka textarea::placeholder {
    color: #334d5e;
    font-family: "Hind";
    font-weight: 300;
    opacity: 1;
    font-size: 16px;
}

.order-cart.order-informations input::placeholder,
.nice-select,
.order-cart.order-informations input::-ms-input-placeholder {
    color: #334d5e;

    font-family: "Hind";
    font-weight: 300;
}

div.nice-select.wide {
    padding: 0;
    padding-left: 15px;
}

.address .nice-select.wide,
.firm .nice-select.wide {
    width: 97%;
}

.nice-select .current {
    color: #334d5e;
}

.nice-select::after {
    border: 0 !important;
    background: url(../img/icons/dropdown-arrow-order.svg) no-repeat;
    transform: none !important;
    width: 10px !important;
    height: 5px !important;
}

.info-misto,
.info-patro,
.info-i {
    display: flex;
    align-items: center;
    padding: 0 25px;
}

.info-misto span,
.info-patro span,
.info-i span {
    margin-right: 20px;
}

.info-patro,
.info-i.kontaktni {
    margin-bottom: 15px;
}

.info-i.kontaktni {
    justify-content: center;
}

.order-informations input:focus,
.poznamka textarea:focus {
    border: 1px solid #ed028c;
}

.order-informations input.date {
    background: #f7f7f7 url(../img/icons/datepicker-icon.svg) 97% 50% no-repeat;
}

.datepicker,
.bootstrap-timepicker-widget {
    position: absolute;
    z-index: 15;
    background-color: #ffffff;
}

.bootstrap-timepicker-widget {
    border: 1px solid #bbbbbb;
}

.bootstrap-timepicker-widget table td a {
    background-color: #f2f2f2;
    border-radius: 4px;
}

.order-informations input.timepicker {
    background: #f7f7f7 url(../img/icons/clock-icon.svg) 97% 50% no-repeat;
    font-size: 16px;
    font-family: "Hind";
    font-weight: 300;
    color: #334d5e;
}

.radio-container,
.checkbox-container {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-container input,
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.radio-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
    -webkit-box-shadow: inset 0px 1px 0px 1.8px rgba(236, 236, 236, 1);
    -moz-box-shadow: inset 0px 1px 0px 1.8px rgba(236, 236, 236, 1);
    box-shadow: inset 0px 1px 0px 1.8px rgba(236, 236, 236, 1);
}

.checkbox-container .checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 4px;
    -webkit-box-shadow: inset 0px 1px 0px 1.8px rgba(236, 236, 236, 1);
    -moz-box-shadow: inset 0px 1px 0px 1.8px rgba(236, 236, 236, 1);
    box-shadow: inset 0px 1px 0px 1.8px rgba(236, 236, 236, 1);
}

.radio-container .checkmark:after,
.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-container input:checked ~ .checkmark:after,
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.radio-container .checkmark:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ed028c;
}

.checkbox-container .checkmark:after {
    position: absolute;
    top: 50%;
    left: 25%;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    -ms-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
}

.container input:checked ~ .checkmark,
.container input:checked ~ .checkmark {
    background-color: #2196f3;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #ed028c;
    box-shadow: none;
}

.order-informations form {
    width: 100%;
}

.order-informations .dates,
.instalace {
    display: grid;
    grid-template-columns: 50% 50%;
}

.order-cart.order-informations .dates input {
    width: 97%;
}

.shipping-info .doprava,
.typ-akce {
    display: flex;
    align-items: center;
}

.shipping-info .doprava label,
.typ-akce label {
    margin: 0 10px;
    color: #334d5e;
    font-weight: 300;
}

.shipping-info .doprava p,
.instalace .checkboxes label,
.typ-akce p,
.patro .checkboxes label {
    font-weight: 800;
    color: #334d5e;
}

.light {
    color: #334d5e;
    font-weight: 300;
}

.instalace {
    margin: 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #ececec;
}

.instalace .checkboxes {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}

.instalace .checkboxes label {
    display: grid;
    grid-template-columns: 50% auto;
    white-space: nowrap;
}

.checkboxes {
    position: relative;
}

.checkboxes > div {
    display: grid;
    grid-template-columns: 60% auto;
    align-items: center;
    margin-bottom: 20px;
}

.checkboxes .checkbox {
    position: relative;
    width: 81px;
    height: 30px;
    overflow: hidden;
    border-radius: 5px;
}

.checkboxes .checkbox input {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.checkbox .knobs {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.checkbox input:checked + .knobs::after {
    position: absolute;
    content: "ANO";
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    z-index: 1;
}

.checkbox input:checked + .knobs-en::after {
    content: "YES" !important;
}

.checkbox .knobs-en::before {
    content: "NO" !important;
}

.checkbox .knobs::before {
    position: absolute;
    content: "NE";
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    color: #334d5e;
    z-index: 1;
}

.checkbox .knobs span {
    position: absolute;
    top: 4px;
    right: 5px;
    width: 20px;
    height: 20px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    border-radius: 2px;
    transition: 0.3s ease all;
    width: 25px;
    background-color: #ffffff;
    z-index: 2;
}

.checkbox input:checked + .knobs span {
    position: absolute;
    left: 5px;
}

.checkbox input:checked ~ .layer {
    background-color: #ed028c;
}

.checkbox input:checked + .knobs::before {
    content: "";
}

.checkbox .knobs::after {
    content: "";
}

.checkbox .layer {
    width: 100%;
    background-color: #d9d9d9;
    transition: 0.3s ease all;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#lol-checkbox:checked + #button #knob {
    left: 380px;
    background-position: -350px 0;
}

.info-instalace,
.info-summary {
    display: flex;
    margin-top: 20px;
    font-size: 16px;
}

.info-instalace p,
.info-summary p {
    margin-left: 15px;
    font-weight: 300;
    color: #334d5e;
}

.info-instalace p strong,
.info-summary p strong {
    font-weight: 900;
}

.info-instalace span img,
.info-summary span img {
    width: 30px;
    height: 30px;
}

.patro,
.osoba,
.person .name,
.person .contact,
.firm-inputs > div,
.order-cart .address > div {
    display: grid;
    grid-template-columns: 50% 50%;
}

.order-cart .address .address-left input,
.order-cart .odvoz > div input:first-child,
.order-cart .odvoz > div input:nth-child(2),
.order-cart .patro > div:first-child,
.order-cart .osoba input:first-child,
.order-cart .osoba input:nth-child(3),
.order-cart .odvoz-osoba input:first-child,
.order-cart .osoba-odvoz input:nth-child(3),
.order-cart .person .name input:first-child,
.order-cart .person .contact input:first-child,
.order-cart .firm-inputs > div input:first-child,
.order-cart .address div input:first-child {
    width: 97%;
    margin-right: 15px;
}

.osoba-odvoz .osoba {
    display: grid;
    margin-top: 15px;
}

.firm label {
    display: flex;
    align-items: center;
    color: #334d5e;
    margin: 10px 0;
}

.firm label input {
    margin-right: 15px;
}

.firm-inputs .ic-input {
    position: relative;
}

.firm-inputs .ic-input a {
    position: absolute;
    z-index: 9;
    top: 12.5%;
    right: 20px;
    cursor: pointer;
}

.btn-style-two {
    background-color: #ed028c;
    color: #fff;
    height: 30px;
    width: 81px;
    text-align: center;
    font-family: "Hind";
    font-weight: 300;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.odvoz {
    clear: both;
}

.odvoz-right div {
    display: flex;
}

.order-cart .odvoz > div {
    display: grid;
    grid-template-columns: 50% 25% 25%;
}

.patro {
    margin-top: 20px;
}

.patro input[type="text"] {
    margin-top: -5px;
}

.poznamka {
    padding-bottom: 30px;
    border-bottom: 1px solid #ececec;
}

.poznamka textarea {
    height: 170px;
    resize: none;
}

.vytah-check .checkbox,
.schody-check .checkbox {
    justify-self: right;
}

.upresneni h2 {
    margin: 30px 0 20px;
    font-size: 28px;
    font-family: "Montserrat";
}

.upresneni h3 {
    margin: 20px 0;
    font-size: 20px;
}

.shipping-address .order-buttons {
    border-top: 0;
}

.order-informations h2,
.order-cart.customer h2 {
    font-size: 28px;
}

.person {
    padding-bottom: 30px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 30px;
}

.order-cart h2 {
    margin-bottom: 20px;
}

.order-cart h2,
.order-cart h3,
.order-cart h1 {
    position: relative;
}

.order-cart h1 {
    font-size: 28px;
}

.order-cart.summary .inner .content {
    width: 100%;
    /*min-height: 90vh;*/
    display: grid;
    grid-template-columns: 33% auto;
}

.order-cart.summary .content .summary {
    display: grid;
    grid-template-rows: 70% 20% 10%;
    width: 100%;
    position: relative;
}

.order-cart.summary .content .summary .lslide {
    position: relative;
}

.order-cart.summary .content .summary .lslide.active img {
    height: 50px;
    /*margin: 0 !important;*/
    justify-self: center;
    /*margin: -24px 0 0 0;*/
}

#lightSliderVertical {
    height: auto !important;
}

.order-cart.summary .content .summary .lSAction {
    display: none !important;
}

.summary .lsNextCustom {
    display: block;
    margin: 20px auto 0;
    background: url(../img/icons/order-summary-product-arrow.svg) no-repeat;
    width: 40px;
    height: 20px;
    cursor: pointer;
}

.order-cart.summary .content .order-info-summary {
    height: 100%;
    border-left: 1px solid #ececec;
}

.order-cart.summary .content .order-info-summary .note {
    display: block;
    height: 100%;
    margin-top: 15px;
}

.order-cart.summary .content .order-info-summary > div {
    display: grid;
    grid-template-rows: auto auto;
    height: 100%;
}

.order-cart.summary .content .order-info-summary > div > div {
    display: grid;
    grid-template-columns: 50% 50%;
    height: 100%;
}

.products-summary ul {
    margin-top: 20px;
}

.products-summary ul li {
    height: auto !important;
    border: 1px solid #ececec;
    margin-bottom: 5px;
    display: grid;
    grid-template-columns: 30% auto;
    align-items: center;
    font-weight: 300;
    padding: 0 15px 0 0;
    float: unset !important;
}

.products-summary ul li .product-order-info > p {
    color: #ed028c;
}

.products-summary ul li p {
    color: #334d5e;
}

.products-summary ul li img {
    height: 50px;
    justify-self: center;
    /*margin: -24px 0 0 0;*/
}

.products-summary ul li .product-info > p {
    text-align: left;
}

.product-order-info .price,
.product-order-info {
    display: flex;
}

.product-order-info > p,
.product-order-info .price p.price-day {
    font-weight: 800;
    margin-right: 5px;
}

div.verticalCenter {
    width: 100%;
    margin: 0 auto;
}

div.order-cart.final {
    min-height: 50vh;
}

#lightSliderVertical {
    overflow: auto;
    max-height: 50vh;
}

div.order-cart.final div.info-summary {
    justify-content: center;
}

.product-order-info .price p.price-day::before {
    content: "|";
    font-weight: 900;
    margin-right: 5px;
}

.products-summary .product-info {
    justify-self: start;
}

.order-info-summary div .order-informations-summary {
    height: 100%;
    padding-bottom: 20px;
}

.popup {
    position: absolute;
    top: -0px;
    transform: translateX(-50%);
    display: none;
    left: 50%;
    z-index: 999;
}

.popup-body {
    /*width: 100%;*/
    height: 100%;
    background-color: white;
    border: 1px solid red;
    border-radius: 25px;
    padding: 15px 5px;
}

.popup-header {
    text-align: center;
    margin-bottom: 25px;
}

.popup-header h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.popup-header .line {
    margin: 0 auto;
    width: 90%;
    border-bottom: 1px solid #ececec;
}

.popup-content {
    display: grid;
    grid-template-columns: 25% 85%;
    padding: 0 25px;
}

.popup-content span {
    padding-right: 20px;
}

.popup-content img {
    margin: 0 auto;
}

@media screen and (max-width: 700px) {
    .popup {
        width: 80%;
    }
}

@media screen and (max-width: 500px) {
    .popup {
        width: 100%;
    }
}

.order-info-summary div .customer-summary {
    display: grid;
    grid-template-rows: 50% 50%;
    /*grid-template-rows: 30% 35% 35%;*/
    height: 100%;
    border-left: 1px solid #ececec;
}

.order-info-summary div .customer-summary-expanded {
    display: grid;
    grid-template-rows: 25% 25% 25% 25%;
    height: 100%;
    border-left: 1px solid #ececec;
}

.content .summary,
.content .order-informations-summary,
.content .customer-summary,
.content .note {
    padding: 0 20px;
}

.order-informations-summary table {
    width: 100%;
}

.order-cart.summary .content h3 {
    font-size: 20px;
    color: #334d5e;
    white-space: nowrap;
}

.order-cart.summary .content .heading {
    display: flex;
    position: relative;
}

.order-cart.summary .content .heading > i::before {
    position: relative;
    top: 6px;
    color: #334d5e;
}

.order-cart.summary .content .heading .center-line {
    border-bottom: 1px solid #ed028c;
    width: 100%;
    margin: 0 15px;
    transform: translateY(-45%);
}

.order-cart.summary .order-buttons {
    margin: 40px auto;
}

.order-cart.summary table,
.order-cart.summary .customer-summary ul {
    margin-top: 20px;
}

.order-cart.summary table th {
    text-align: left;
    font-family: "Hind";
    color: #334d5e;
    margin: 10px 0;
}

.order-cart.summary table td,
.order-cart.summary .customer-summary ul li {
    text-align: right;
    font-family: "Hind";
    font-weight: 300;
    color: #334d5e;
    margin: 5px 0;
}

.order-cart.summary .customer-summary ul li {
    text-align: left;
    margin: 0;
}

.order-cart.summary table th {
    vertical-align: top;
}

.order-cart.summary .note p {
    margin-top: 15px;
    background: #ececec;
    font-weight: 300;
    padding: 15px;
    border-radius: 10px;
    color: #334d5e;
}

.souhrn-table {
    width: 100%;
}

.souhrn-table th {
    font-weight: 300;
}

.order-cart.summary .souhrn-table td {
    font-weight: 900;
    text-align: right;
}

section.cart,
section.favorite {
    display: none;
    position: fixed;
    top: 86px;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
}

section.cart .bg,
section.favorite .bg {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 77, 94, 0.66);
    z-index: 101;
}

.cart-content {
    position: fixed;
    right: 0;
    width: 60vw;
    background: #ffffff;
    z-index: 102;
    padding-top: 15px;
    min-height: 90px;
    max-height: calc(100vh - 86px);
    overflow: auto;
}

.cart-content::before {
    content: "";
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: -8px;
    right: 75px;
}

#favorite .cart-content::before {
    right: 117px;
}

#favorite-list {
    min-height: 75vh;
}

.cart-content ul li .cart-item .add-to-cart .btnAdd span,
#favorite-list .add-to-cart .btnAdd span {
    display: none;
}

.cart-content ul li .cart-item .add-to-cart .btnAdd,
#favorite-list .add-to-cart .btnAdd {
    width: auto;
    justify-content: center;
}

#favorite-list .add-to-cart .btnAdd {
    height: 50px;
}

.cart-content ul {
    max-height: 70vh;
    overflow-y: scroll;
}

.cart-content ul li {
    width: 100%;
    height: auto;
    align-items: center;
    border-bottom: 1px solid #ececec;
}

.cart-content ul li .cart-item {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: auto max-content min-content;
    gap: 10px;
    align-items: center;
    border-bottom: 1px solid #ececec;
}
.cart-content ul li .cart-item.supplement {
    width: calc(100% - 40px);
    margin-left: 40px;
}

.cart-content ul li .cart-item .product-info {
    margin: 10px 0;
    text-align: center;
    height: inherit;
}

.cart-content ul li:last-child {
    border-bottom: 0;
}

.cart-content ul li .cart-item .produkt-in {
    display: grid;
    grid-template-columns: 100px auto;
    align-items: center;
}

.cart-content ul li .cart-item.supplement .produkt-in {
    grid-template-columns: min-content auto;
}

.cart-content ul li .cart-item .produkt-cart-price {
    display: grid;
    grid-template-columns: 40% 30% 30%;
    align-items: center;
}

.cart-content ul li .cart-item .produkt-in img {
    max-height: 80px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.cart-content ul li .cart-item .product-info > p {
    text-align: left;
}

.cart-content ul li .cart-item .product-info,
.cart-content ul li {
    padding: 0 15px;
}

.cart-content p {
    color: #334d5e;
}

.sum-price {
    font-weight: 900;
}

.cart-product-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-product-buttons a {
    margin: 0 5px;
}

.cart-options {
    height: 70px;
    width: 100%;
    background: #ececec;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    padding: 0 15px;
}

.cart-options .info-cart {
    display: flex;
}

.cart-options .info-cart p {
    margin-left: 15px;
}

.options-buttons {
    display: flex;
    justify-content: right;
    align-items: center;
}

#favorite .options-buttons {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}

main#contacts {
    padding: 0;
    margin-top: 0;
}

#contacts #breadcrumbs {
    background: transparent;
}

#contacts #breadcrumbs li:last-child::after {
    background: none;
}

#contacts #breadcrumbs li::after {
    background: url(../img/icons/breadcrumbs-right-contact.svg) no-repeat;
    background-size: contain;
    background-position: center;
    width: 6px;
    height: 10px;
    content: "";
    margin-left: 10px;
}

#contacts #breadcrumbs li a,
#contacts #breadcrumbs li,
#contacts h2 {
    color: #ffffff;
}

#contacts h2 {
    text-align: center;
}

#contacts .services h2,
#contacts.con h2 {
    letter-spacing: 0.1em;
}

#contacts .contacts img {
    height: 100px;
}

.contact-backgground {
    width: 100vw;
    height: 25vw;
    max-height: 320px;
    background: url("../img/duha.svg");
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-backgground.team {
    height: 35vw;
    background: url("../img/kontakty-background.svg");
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-backgground.services {
    width: 100vw;
    height: 25vw;
    background: url("../img/duha.svg");
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-backgground h2 {
    max-width: 1080px;
    margin: 0 auto;
    font-size: 42px;
}

.contact-backgground.team h2 {
    font-family: "Playfair Display", serif;
    line-height: 1.25;
}

section.contacts {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 60px;
}

#contacts .content {
    /*margin-top: 20px;*/
    /*margin-bottom: 40px;*/
    max-width: 1200px;
    margin: 20px auto 40px auto;
    padding: 0 10px;
}

section.contacts > div {
    display: flex;
    flex-direction: column;
    text-align: center;
}

section.contacts > div.telefon {
    font-size: 42px;
}

section.contacts > div a:nth-child(3) {
    margin-top: 15px;
    color: #334d5e;
    font-weight: 300;
}

section.contacts > div.mail {
    font-size: 32px;
}

section.contacts > div a:nth-child(2) {
    margin-top: 25px;
    color: #334d5e;
    font-weight: 800;
}

section.contacts > div.telefon a:nth-child(2) {
    margin-top: 13px;
}

/*section.contacts > div:first-child {
    border-right: 1px solid #ECECEC;
}*/

section.sidlo,
.showroom {
    padding-top: 60px;
}

.sidlo h3,
.showroom h3 {
    font-size: 30px;
    color: #334d5e;
}

.sidlo .adresa,
.showroom .adresa {
    display: grid;
    grid-template-columns: 50% 50%;
    text-align: left;
    max-width: 760px;
    margin: 20px auto;
}

.sidlo .adresa div,
.showroom .adresa div {
    justify-self: center;
}

.sidlo .adresa p,
.showroom .adresa p {
    color: #334d5e;
    font-family: "Mukta";
    font-size: 20px;
    font-weight: 400;
}

.sidlo .adresa .ic,
.showroom .adresa .ic {
    display: flex;
}

.sidlo .adresa .ic p:first-child,
.showroom .adresa p:first-child {
    margin-right: 15px;
}

.sidlo-map {
    margin: 40px auto;
    max-width: 1200px;
}

.register-button {
    display: none;
}

.member-info {
    margin-top: 20px;
}

.team-members .member,
.guy .member {
    margin: 25px auto;
    width: 50%;
}

.team-members .member p,
.team-members .member a,
.guy .member p,
.guy .member a {
    padding-left: 25px;
    color: #334d5e;
    text-align: center;
    font-size: 20px;
}

.team-members .member .name,
.guy .member .name {
    font-size: 24px;
    font-weight: 800;
}

.team-members .member .mail,
.guy .member .mail {
    margin-bottom: 10px;
}

.member .title {
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: -8px;
}

.team-members .member a,
.guy .member a {
    display: block;
}

.member img {
    display: flex;
    margin: 0 auto;
    max-width: 400px;
}

.team-members {
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    justify-content: center; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 20px auto 0;
}

.group-photo {
    margin: -25vh auto 0;
    max-width: 1072px;
    overflow-y: hidden;
}

.group-photo img {
    width: 100%;
    position: relative;
    z-index: -1;
}

/* section.guy{
    display: grid;
    grid-template-columns: 60% auto;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
} */

.guy .member {
    grid-template-columns: 127px auto;
}

section.callcenter {
    position: relative;
}

section.callcenter .callcenter-text {
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translate(-50%, -10%);
}

section.services-contact.tym {
    margin-top: -20px;
}

section.services-contact > p,
section.guy > p {
    padding: 20px 25px;
    /*max-width: 720px;*/
    margin: 0 auto;
    text-align: justify;
}

section.services-contact > div {
    display: flex;
    justify-content: center;
}

section.services-contact > div div {
    margin: 20px;
    display: flex;
    align-items: center;
}

section.services-contact > div div img {
    width: 40px;
    margin-right: 15px;
}

section.services-contact > div div a {
    color: #334d5e;
    font-weight: 700;
    font-size: 24px;
}

.workers {
    margin-top: 60px;
    position: relative;
}

section.workers .callcenter-text {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

#contacts p {
    line-height: 1.7;
}

#contacts strong {
    font-weight: 600;
}

section.callcenter,
section.services-contact,
section.workers {
    margin-top: 30px;
}

.cat-item {
    text-align: center;
    width: 170px;
    margin: 0 auto 100px;
}

.cat-border {
    width: 130px;
    height: 130px;
    -webkit-box-shadow: inset 0px 0px 0px 5px #b3b4b6;
    -moz-box-shadow: inset 0px 0px 0px 5px #b3b4b6;
    box-shadow: inset 0px 0px 0px 5px #b3b4b6;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 25px;
    overflow: hidden;
}

.menu-item-border {
    padding: 25px;
}

.cat-border-right {
    position: absolute;
    top: -5px;
    right: -45px;
    transform: rotateZ(45deg);
    width: 100px;
    height: 45px;
    background: rgba(255, 255, 255, 0.36);
}

.cat-icon {
    position: relative;
    width: 100%;
    height: 100%;
}

.cat-icon img,
.menu-item-border img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: contain;
}

.cat-item > a:hover .cat-icon img,
.current-filters a:hover .current-filters-border img,
.dropdown-menu-nav li:hover .menu-item-border img {
    transform: scale(1.1);
    transition: 0.2s;
}

.cat-item > a .cat-icon img,
.current-filters a .current-filters-border img,
.dropdown-menu-nav li .menu-item-border img {
    transform: scale(1);
    transition: 0.2s;
}

.cat-item > a {
    display: block;
}

section.contacts > div.telefon a:nth-child(3) {
    margin-top: 7px;
    line-height: 1;
}

.hiddenPhotos {
    display: none !important;
}

.showPhotos {
    display: block !important;
}

form input.required {
    position: relative;
}

.casy {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-items: center;
    align-content: end;
}

.casy span {
    font-size: 16px;
    color: #334d5e;
}

.required-inputs {
    position: relative;
}

input[required] + label {
    position: absolute;
    top: 20%; /* the negative of the input width */
    left: 15px;
    color: #334d5e;
    font-size: 16px;
    font-weight: 300;
}

/*input[required]:not(:placeholder-shown) + label {*/
/*    display: none;*/
/*}*/

.order-cart.acc input[required] + label {
    top: 35%;
}

/*input[required]::placeholder,*/
/*input[required]::-moz-placeholder,*/
/*input[required]::-webkit-input-placeholder,*/
/*input[required]::-ms-input-placeholder {*/
/*    font-size: 0;*/
/*}*/

input[required] + label:after {
    content: "*";
    color: #ed028c;
    margin-left: 5px;
}

input[required]:invalid + label {
    display: inline-block;
}

input[required]:valid + label {
    display: none;
}

.hidden-box {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.hidden-box div {
    position: absolute;
    left: -100vw;
}

#lightSlider {
    height: max-content !important;
    position: relative;
}

.showroom-photos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    position: relative;
}

.showroom-photos div {
    display: block;
    cursor: pointer;
}

.showroom-photos img {
    width: 25vw;
    height: 15vw;
}

.showroom-fs {
    display: none;
    position: relative;
}

.showroom-fs-background {
    top: 0;
    left: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(51, 77, 94, 0.66);
    z-index: 90;
}

.showroom-fs img {
    max-width: 70vw;
    max-height: 90vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.submenu-categories {
    position: static;
}

.submenu-categories:hover .menu_level_1 {
    display: grid;
}

.submenu-categories .menu_level_1 {
    display: none;
    padding-top: 20px;
    position: absolute;
    left: 0;
    width: 100vw;
    background-color: #ffffff;
    z-index: 102;
    padding: 40px 10px;
    border-bottom: 1px solid #ed028c;
    transition: 1s ease-in-out;
}

#hp .submenu-categories .menu_level_1 {
    top: 86px;
}

.submenu-categories .menu_level_1 {
    grid-template-columns: repeat(auto-fit, minmax(240px, max-content));
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
}

.submenu-categories .menu_level_1 li {
    margin-bottom: 30px;
}

.submenu-categories .menu_level_1 li a::before {
    content: "";
    width: 130px;
    height: 130px;
    -webkit-box-shadow: inset 0px 0px 0px 5px #b3b4b6;
    -moz-box-shadow: inset 0px 0px 0px 5px #b3b4b6;
    box-shadow: inset 0px 0px 0px 5px #b3b4b6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 0 auto 15px;
    position: relative;
    background-size: 90px 90px;
    transition: 0.2s;
}

.submenu-categories .menu_level_1 li a::after {
    content: "";
    position: absolute;
    top: -15px;
    right: 10px;
    transform: rotateZ(45deg);
    width: 80px;
    height: 45px;
    background: rgba(255, 255, 255, 0.36);
    z-index: 1;
}

.submenu-categories .menu_level_1 li a {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    color: #334d5e;
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
    z-index: 3;
}

.submenu-categories .menu_level_1 li.nav-item:hover a::before {
    background-size: 100px 100px;
    transition: 0.2s;
}

.no-webp .submenu-categories .menu_level_1 li.icon-lounge a::before {
    background: url(../img/icons/nabidka/lounge/lounge.png) center / 90px 90px no-repeat;
}

.no-webp .menu_level_1 li.icon-zidle a::before {
    background: url(../img/icons/nabidka/zidle/zidle.png) center / 90px 90px no-repeat;
}

.no-webp .menu_level_1 li.icon-stany a::before {
    background: url(../img/icons/nabidka/stany/stany.png) center / 90px 90px no-repeat;
}

.no-webp .menu_level_1 li.icon-stoly a::before {
    background: url(../img/icons/nabidka/stoly/stoly.png) center / 90px 90px no-repeat;
}

.no-webp .menu_level_1 li.icon-zahrada a::before {
    background: url(../img/icons/nabidka/zahrada/zahrada.png) center / 90px 90px no-repeat;
}

.no-webp .menu_level_1 li.icon-bars-buffet a::before {
    background: url(../img/icons/nabidka/bar/bar.png) center / 90px 90px no-repeat;
}

.no-webp .menu_level_1 li.icon-ubrusy-potahy a::before {
    background: url(../img/icons/nabidka/potahy/potahy.png) center / 90px 90px no-repeat;
}

.no-webp .menu_level_1 li.icon-svitici-nabytek a::before {
    background: url(../img/icons/nabidka/svitici/svitici.png) center / 90px 90px no-repeat;
}

.no-webp .menu_level_1 li.icon-dekorace a::before {
    background: url(../img/icons/nabidka/dekorace/dekorace.png) center / 90px 90px no-repeat;
}

.no-webp .menu_level_1 li.icon-ostatni a::before {
    background: url(../img/icons/nabidka/ostatni/ostatni.png) center / 90px 90px no-repeat;
}

.webp .submenu-categories .menu_level_1 li.icon-lounge a::before {
    background: url(../img/icons/nabidka/lounge/lounge.png) center / 90px 90px no-repeat;
}

.webp .menu_level_1 li.icon-zidle a::before {
    background: url(../img/icons/nabidka/zidle/zidle.webp) center / 90px 90px no-repeat;
}

.webp .menu_level_1 li.icon-stany a::before {
    background: url(../img/icons/nabidka/stany/stany.webp) center / 90px 90px no-repeat;
}

.webp .menu_level_1 li.icon-stoly a::before {
    background: url(../img/icons/nabidka/stoly/stoly.webp) center / 90px 90px no-repeat;
}

.webp .menu_level_1 li.icon-zahrada a::before {
    background: url(../img/icons/nabidka/zahrada/zahrada.webp) center / 90px 90px no-repeat;
}

.webp .menu_level_1 li.icon-bars-buffet a::before {
    background: url(../img/icons/nabidka/bar/bar.webp) center / 90px 90px no-repeat;
}

.webp .menu_level_1 li.icon-ubrusy-potahy a::before {
    background: url(../img/icons/nabidka/potahy/potahy.webp) center / 90px 90px no-repeat;
}

.webp .menu_level_1 li.icon-svitici-nabytek a::before {
    background: url(../img/icons/nabidka/svitici/svitici.webp) center / 90px 90px no-repeat;
}

.webp .menu_level_1 li.icon-dekorace a::before {
    background: url(../img/icons/nabidka/dekorace/dekorace.webp) center / 90px 90px no-repeat;
}

.webp .menu_level_1 li.icon-ostatni a::before {
    background: url(../img/icons/nabidka/ostatni/ostatni.webp) center / 90px 90px no-repeat;
}

.check-email {
    min-height: 50vh;
}

.text-right {
    text-align: end;
    /*margin: 0px 0 -10px 0;*/
}

.hover-link:hover {
    text-decoration: underline;
}

.pass-reset .sign .in .buttons button {
    width: 170px;
    margin-top: 50px;
}

.filter > ul {
    font-size: 18px;
    z-index: 1;
}

.filter > ul li {
    color: #7f8d95;
    font-weight: 400;
}

.filter > ul > li {
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
    position: relative;
}

.filter > ul > li ul {
    position: relative;
    padding-left: 20px;
    z-index: 2;
}

.filter > ul > li ul > li {
    position: relative;
    margin: 10px 0 0;
    z-index: 2;
}

.filter > ul li.has-children > a::after {
    content: "";
    display: block;
    margin-left: 15px;
    justify-self: flex-end;
    width: 10px;
    height: 15px;
    -webkit-mask: url(../img/icons/arrow-right-icon.svg) center / contain no-repeat;
    background: #ed028c;
    position: absolute;
    right: 0;
    top: 3px;
}

.filter > ul li.has-children.current > a::after,
.filter > ul li.has-children.current_ancestor > a::after {
    content: "";
    display: block;
    margin-left: 15px;
    justify-self: flex-end;
    -webkit-mask: url(../img/icons/arrow-down-icon.svg) center / contain no-repeat;
    background: #ed028c;
    width: 15px;
    height: 10px;
    top: 6px;
}

.filter > ul > li ul {
    display: none;
}

.filter > ul li.has-children.current_ancestor > ul {
    display: block;
}

#produkt-detail .add-to-cart .btnAdd span {
    display: none;
}

button:focus {
    outline: none;
}

#contacts .mobile-text {
    display: none;
}

@media only screen and (min-width: 1300px) {
    .contact-backgground,
    .contact-backgground.services {
        height: 20vw;
        max-height: none;
    }

    .contact-backgground.team {
        height: 28vw;
    }
}

@media only screen and (min-width: 1600px) {
    .contact-backgground.team {
        height: 21vw;
    }
}

@media only screen and (min-width: 1920px) {
    .contact-backgground,
    .contact-backgground.services {
        height: 17vw;
        max-height: none;
    }

    .contact-backgground.team {
        height: 19vw;
    }
}

@media only screen and (max-width: 1300px) {
    .contact-backgground h2 {
        font-size: 3vw;
    }
}

@media only screen and (max-width: 1220px) {
    .menu_level_1 li a::before {
        width: 100px;
        height: 100px;
    }

    .menu_level_1 li.nav-item a::before {
        background-size: 60px 60px;
    }

    .menu_level_1 li.nav-item:hover a::before {
        background-size: 70px 70px;
    }
}

@media only screen and (max-width: 1206px) {
    .add-to-cart .btnAdd img {
        margin-right: 0;
    }

    .add-to-cart .btnAdd {
        width: auto;
        justify-content: center;
    }

    .add-to-cart .btnAdd span {
        display: none;
    }
}

@media only screen and (min-width: 1206px) {
    .add-to-cart .btnAdd {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1160px) {
    .map-text p {
        /*font-size: 30px;*/
    }

    .map-text p.pink {
        font-size: 20px;
    }

    .order-produkt-list .produkt > div {
        grid-template-columns: 65% 35%;
    }

    .order-produkt-list .produkt.supplement > div {
        grid-template-columns: 100%;
    }

    .map-div img.over {
        bottom: 0;
    }
}

@media only screen and (max-width: 1080px) {
    .order-cart.summary .content .order-info-summary {
        border: 0;
    }

    .order-cart.summary .content .heading {
        margin-top: 20px;
    }

    .order-cart.summary {
        padding: 30px 20px;
    }

    .cart-content {
        width: 80vw;
    }

    #contacts .content {
        padding: 0 15px;
    }

    section.contacts > div.mail {
        font-size: 26px;
    }

    section.contacts > div.telefon {
        font-size: 32px;
    }

    section.shipping {
        margin-bottom: 70px;
    }

    .showroom-photos {
        margin: 0 -15px;
    }

    .product-img {
        height: 150px;
    }
}

@media only screen and (max-width: 990px) {
    .nav-item.cart div {
        top: -35%;
    }

    .nav-list li.nav-item {
        display: none;
    }

    .nav-list li.burger-menu-icon,
    li.nav-item.cart,
    .nav-list li.nav-item.showmenu {
        display: block;
    }

    .team-members {
        grid-template-columns: 1fr 1fr;
    }

    .order-cart.summary .inner .content,
    .order-cart.summary .content .summary {
        display: flex;
        flex-direction: column;
    }

    #contacts .content .contacts {
        display: block;
    }

    #contacts .contacts .telefon {
        margin-bottom: 25px;
        border: 0;
    }

    #produkt-detail .produkt,
    #produkt-detail .produkt-info {
        display: flex;
        flex-direction: column;
    }

    section.workers .callcenter-text {
        position: relative;
    }

    /*.product-price-bez .pink {*/
    /*    font-size: 15px;*/
    /*}*/
    .product-name p {
        font-size: 15px;
    }

    .nav-mobile .nav-list li.nav-item {
        display: block;
    }

    .nav-mobile .nav-list {
        display: block;
    }

    .nav-mobile .nav-list li a {
        justify-content: center;
    }

    .nav-mobile .nav-item.home {
        margin: 0 auto;
    }

    .submenu-categories:hover .menu_level_1 {
        display: none;
    }

    .nav-mobile .nav-item a.active::after {
        content: unset;
    }

    .nav-mobile > ul,
    .nav-mobile li.search {
        margin-top: 0;
    }

    .nav-mobile > ul {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 920px) {
    .nabidka-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .cart-content {
        width: 90vw;
    }

    .sign {
        margin: 20px 0;
    }

    .sign .in {
        margin: 0 auto;
        border: 0;
        padding: 5px;
    }

    .sign .in h2 {
        font-size: 18px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
    }

    .sign .in h2::after {
        content: "";
        position: absolute;
        width: 20%;
        height: 1px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        background: #ed028c;
    }

    .sign .in button {
        padding: 10px;
        margin-bottom: 10px;
    }

    .sign .in button div,
    .sign .in .register-button div {
        margin-right: 10px;
    }

    .register-button {
        display: flex;
        align-items: center;
        color: #ed028c;
        justify-self: end;
    }

    .register-button {
        position: relative;
    }

    .next-icon {
        width: 20px;
        height: 20px;
        background-color: #ed028c;
        cursor: pointer;
        -webkit-mask: url(../img/icons/next-icon.svg) center / contain no-repeat;
        display: inline-block;
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        left: 5%;
    }

    .register-button form {
        position: absolute;
        right: 0;
    }

    #demandLogin .register-button form button {
        display: block;
        text-align: right;
        background: none;
        color: #7f8d95;
        box-shadow: none;
        margin: 0;
        padding: 0;
        font-size: 19px;
    }

    .register-button div.add-user {
        width: 25px;
        height: 25px;
        background-color: #ed028c;
        cursor: pointer;
        -webkit-mask: url(../img/icons/add-user-icon.svg) center / contain no-repeat;
        display: inline-block;
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        left: -30%;
    }

    .sign .in .buttons {
        display: grid;
        align-items: center;
        grid-template-columns: auto auto;
    }

    .map-div img.over {
        bottom: 10vw;
    }
}

@media only screen and (max-width: 862px) {
    .add-to-cart .btnAdd {
        margin-left: 2px;
    }
}

@media only screen and (max-width: 850px) {
    .product-img {
        height: 100px;
    }

    .product-price-bez .pink {
        font-size: 16px;
    }

    #produkt-detail .product-price-bez .pink {
        font-size: 24px;
    }

    #produkt-detail .product-price p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 822px) {
    .order-menu .lSAction a {
        background: #fff;
    }

    .order-menu:not(.profile-menu) ul li a {
        padding: 15px 30px;
    }

    .team-members .member,
    .guy .member {
        width: 100%;
    }

    .products-list {
        grid-template-columns: 1fr 1fr;
    }

    .add-to-cart .btnAdd {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 790px) {
    .gallery-photos {
        display: none;
    }

    .gallery-photos-mobile {
        display: block;
    }

    .cart-content {
        width: 100vw;
    }

    .contact-backgground.team {
        height: 40vw;
    }

    .order-cart.summary .order-buttons {
        display: block;
    }
}

@media only screen and (max-width: 728px) {
    .contact.phone,
    .contact.email,
    .team h1 {
        font-size: 5vw;
    }

    .contact.phone img,
    .contact.email img {
        display: none;
    }

    .footer-content .address {
        font-size: 16px;
    }

    /*.footer-left {*/
    /*    font-size: 4vw;*/
    /*}*/
    .cat-item .cat-border {
        width: 60px;
        height: 60px;
        padding: 0 15px;
        margin-bottom: 5px;
        -webkit-box-shadow: inset 0px 0px 0px 3px #b3b4b6;
        -moz-box-shadow: inset 0px 0px 0px 3px #b3b4b6;
        box-shadow: inset 0px 0px 0px 3px #b3b4b6;
    }

    .cat-item .cat-border-right {
        top: -15px;
        right: -35px;
        width: 70px;
        height: 40px;
    }

    .cat-item {
        width: 120px;
        margin-bottom: 20px;
    }

    .cat .nabidka-item {
        margin: 10px 0;
    }

    .cols2 {
        display: block;
    }

    .filter {
        display: none;
    }

    .order-produkt-list .produkt > div {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .order-produkt-list .produkt div .order-produkt-info {
        display: block;
        text-align: left;
    }

    .order-produkt-list .produkt div .produkt-options {
        justify-content: space-evenly;
        margin-top: 10px;
    }

    .order-produkt-info .prices {
        position: relative;
        text-align: left;
        padding-left: 10px;
    }

    .order-produkt-list .produkt > img {
        align-self: baseline;
    }

    .order-produkt-list .produkt {
        grid-template-columns: 50px auto;
        max-height: 250px;
        height: auto;
    }

    .order-cart {
        padding: 30px 15px;
    }

    .order-informations .dates,
    .order-cart .address div,
    .order-cart .address {
        display: block;
    }

    .instalace {
        display: flex;
        flex-direction: column;
    }

    .info-instalace {
        order: 3;
    }

    .typ-akce {
        order: 2;
    }

    .instalace-check .checkbox,
    .deinstalace-check .checkbox {
        justify-self: right;
    }

    .order-cart .address div input {
        width: 100% !important;
    }

    .order-cart.summary .content .order-info-summary > div,
    .order-cart.summary .content .order-info-summary > div > div,
    .order-info-summary div .customer-summary {
        display: flex;
        flex-direction: column;
    }

    .order-info-summary div .customer-summary {
        border: 0;
    }

    .cart-options {
        display: flex;
        flex-direction: column;
        height: auto;
        background-color: #ffffff;
        padding: 15px;
    }

    .info-cart {
        order: 2;
        margin-top: 15px;
    }

    .options-buttons {
        order: 1;
    }

    .contact-backgground {
        height: 40vw;
    }

    .firm .nice-select.wide,
    .address .nice-select.wide {
        width: 100%;
        margin-right: 0;
    }

    .contact-backgground,
    .contact-backgground.services {
        height: 50vw;
    }

    .cat-item p {
        font-size: 12px;
    }

    .map-div img.over {
        bottom: 20vw;
    }

    .services-contact > div {
        flex-direction: column;
    }

    .services-contact > div div {
        justify-content: center;
    }
}

@media only screen and (max-width: 690px) {
    section.callcenter .callcenter-text {
        position: relative;
    }
}

@media only screen and (max-width: 620px) {
    main {
        padding: 0;
    }

    #contacts section p.light {
        font-size: 14px;
        text-align: center;
    }

    #contacts p:not(.pink, .light) {
        font-size: 16px;
    }

    #contacts .guy {
        transform: translateY(-55px);
        margin-bottom: -55px;
    }

    .flags {
        top: 0;
        flex-direction: row !important;
    }

    .action .show,
    .product-number {
        display: none;
    }

    .current-filters {
        display: grid;
        grid-template-columns: repeat(3, minmax(100px, max-content));
        column-gap: 10px;
        justify-content: center;
    }

    .current-filters > div {
        width: 100px;
        margin: 10px 0px;
        text-align: center;
    }

    .current-filters div.current-filters-border {
        width: 100px;
        height: 100px;
    }

    .contacts-header {
        padding-right: 15px;
        padding-top: 0px;
        top: 10px;
    }

    .contacts-header a {
    }

    .contacts-header div.phone-number a {
        font-size: 16px;
        text-shadow: 0 0 2px #000;
        -moz-text-shadow: 0 0 2px #000;
        -webkit-text-shadow: 0 0 2px #000;
    }

    .contacts-header div.email-address a {
        font-size: 13px;
    }

    .contacts-header.open {
        display: none !important;
    }

    .footer .contact.phone {
        font-size: 30px;
    }

    .footer .contact.email {
        font-size: 24px;
    }

    .action .alignment,
    .action .grid {
        border: 0;
    }

    .current-filter-mobile {
        display: block;
    }

    .product a {
        display: grid;
        grid-template-columns: 40% auto;
        align-items: center;
    }

    .product-img img {
        width: 100%;
    }

    .products-list {
        grid-template-columns: 1fr;
    }

    .add-to-cart .btnAdd {
        margin-top: 0;
    }

    #category-list .category span {
        display: none;
    }

    .product-sec-info {
        margin-bottom: 10px;
    }

    .product-number-mobile {
        display: block;
        font-size: 12px;
        font-weight: 300;
    }

    .like-mobile {
        display: block;
        font-size: 30px;
        color: #334d5e;
    }

    .footer-content {
        padding-top: 40px;
        margin-bottom: 20px;
    }

    .footer-content .socials {
        margin-bottom: 25px;
    }

    .footer-inner img {
        width: 24px;
    }

    .footer-inner {
        padding: 10px 0;
    }

    .order-info {
        display: flex;
        flex-direction: column;
    }

    .order-price,
    .order-cart .patro div:first-child > input {
        order: 1;
    }

    .tip,
    .order-cart .patro div:first-child > div {
        order: 2;
    }

    .order-info {
        border: 0;
        padding-bottom: 10px;
    }

    .patro > div:first-child,
    .patro {
        display: flex;
        flex-direction: column;
    }

    .order-cart .patro > div:first-child,
    .order-cart .person .name input:first-child,
    .order-cart .person .contact input:first-child,
    .order-cart .firm-inputs > div input:first-child {
        margin-right: 0;
        width: 100%;
    }

    .person .name,
    .person .contact,
    .firm-inputs > div {
        display: block;
    }

    .team-members {
        grid-template-columns: 1fr;
    }

    .contact-backgground.team {
        height: 45vw;
    }

    .firm-inputs > div:last-child {
        display: inline-block;
        width: 100%;
    }

    .map-div img.over {
        bottom: 30vw;
    }

    .like-mobile {
        margin-right: 10px;
    }

    .like-mobile .like {
        display: block;
        width: 38px;
        height: 38px;
        border: 0;
        background-color: transparent;
    }

    .like-mobile .like a {
        width: 70%;
        height: 70%;
    }
}

@media only screen and (max-width: 520px) {
    .cart-content ul {
        padding: 0 15px;
    }

    .cart-content ul li {
        grid-template-columns: none;
        grid-template-rows: auto auto;
        height: auto;
        border: 1px solid #ececec;
        margin: 0 0 5px 0;
    }

    .cart-content ul li .produkt-cart-price {
        padding: 10px;
        display: flex;
        justify-content: flex-end;
        border-top: 1px solid #ececec;
    }

    .cart-content ul li .produkt-cart-price div {
        margin: 0 0px;
    }

    .cart-content ul li .produkt-cart-price div .numeric-updown {
        padding: 0 5px;
        height: 34.6px;
    }

    .cart-content ul li .produkt-cart-price div .numeric-updown input {
        padding: 10px 0px 10px 0px;
        font-size: 13px;
        width: 35px;
        margin-right: 2px;
    }

    .contact-backgground,
    .contact-backgground.services {
        height: 48vw;
        padding: 15px;
    }

    .contact-backgground.team {
        height: 55vw;
    }

    #contacts .contact-backgground.team h2 {
        margin-top: 0;
    }

    #hp .shipping {
        margin-top: -40px;
    }
}

@media only screen and (min-width: 480px) {
    #hp .header-inner .logo {
        margin-top: -15px;
    }

    .header-inner .logo {
        margin-top: -7px;
    }

    .acc .order-buttons .btnNext {
        display: none;
    }

    #contacts section.shipping {
        margin-top: 30px;
    }
}

#produkt-detail .banner.pink-bg {
    display: none;
}

@media only screen and (max-width: 480px) {
    .mobile-hide {
        display: none !important;
    }

    #hp .header-inner .logo {
        margin-bottom: 0;
    }

    .header-inner .logo {
        width: 50vw;
        margin-bottom: 10px;
    }

    header {
        padding: 0;
        height: auto;
    }

    .hp-header {
        height: 240px;
    }

    .nav {
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .nav.left {
        justify-content: left;
    }

    .nabidka-header h2 {
        font-size: 18px;
    }

    .nabidka-grid {
        margin-bottom: 0;
    }

    .underline {
        height: 1px;
    }

    .hp-inner .info p {
        font-size: 20px;
    }

    #hp .gallery {
        grid-template-columns: 1fr 1fr;
    }

    #hp .map-div {
        margin-bottom: 10px;
    }

    #hp .team h1 {
        margin-top: 10px;
    }

    #hp .team-img {
        margin-top: -20px;
    }

    .map-div {
        background-size: cover;
        padding: 0;
    }

    .gallery-img {
        width: 50vw;
        height: 50vw;
    }

    /*.action .alignment, .lSAction.custom a.custom {*/
    /*    display: none;*/
    /*}*/
    html {
        /*overflow-x: hidden;*/
    }

    .action .search {
        padding: 5px 10px;
    }

    .action .search form {
        padding: 0;
    }

    #produkt-detail .produkt .images > a img {
        display: none;
    }

    .nabidka-grid {
        /*grid-template-columns: 1fr 1fr 1fr;*/
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #produkt-detail .inner,
    .inner,
    .products-list {
        padding: 0;
    }

    .products {
        padding: 10px;
    }

    .variants li div {
        width: 200px;
    }

    .variants li div p {
        display: grid;
    }

    #produkt-detail .produkt div.produkt-def-info,
    #produkt-detail .produkt .images {
        padding: 10px 10px;
    }

    .poradna.banner {
        width: auto;
        grid-template-columns: 45% 55%;
    }

    .poradna.banner div.poradna-text > p {
        font-size: 20px;
    }

    .poradna.banner .email p,
    .poradna.banner .phone a {
        font-size: 14px;
    }

    .share,
    .nofill-heart {
        margin: 0 5px;
    }

    .order-cart .odvoz > div {
        display: block;
    }

    .order-cart .odvoz > div input:first-child {
        width: 100%;
    }

    .order-cart .odvoz > div input:nth-child(2) {
        width: 50%;
        margin-right: 0;
    }

    .order-cart .odvoz > div input:nth-child(3) {
        width: 48%;
        margin-right: 0;
        margin-left: 1px;
    }

    .osoba {
        display: block;
    }

    .order-cart .osoba input:first-child,
    .order-cart .osoba input:nth-child(3) {
        width: 100%;
    }

    .shipping-info .doprava,
    .typ-akce {
        display: block;
    }

    .shipping-info .doprava p,
    .typ-akce p {
        margin-bottom: 10px;
    }

    .instalace .checkboxes {
        margin: 0;
    }

    .shipping-info .doprava label,
    .typ-akce label {
        margin-left: 0;
    }

    .nav-item.account,
    .nav-item.cart,
    .nav-item.search-nav,
    .nav-item.heart,
    .nav-item.burger-menu-icon,
    .share,
    .nofill-heart,
    .nav-item.home,
    .nav-item.logout {
        width: 20px;
        height: 20px;
        margin: 0 5px;
    }

    section.shipping,
    section.callcenter,
    section.workers {
        margin: 0 -10px;
    }

    section.shipping {
        margin-bottom: -80px;
    }

    .map-div {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 280px;
    }

    .map-div > div {
        position: relative;
        height: max-content;
    }

    .map-div img.over,
    #hp .map-div img.over {
        display: block;
        position: relative;
        transform: unset;
        bottom: unset;
        left: unset;
        top: unset;
        margin-top: 10px;
    }

    section.services-contact > div div a {
        font-size: 20px;
    }

    section.services-contact > div div img {
        display: none;
    }

    .map-text p.pink,
    .callcenter-text .pink {
        font-size: 15px;
    }

    .map-text p,
    .callcenter-text p {
        font-size: 20px;
    }

    #hp .map-text p.pink {
        font-size: 12px;
    }

    .info:first-child {
        margin-top: -70px;
    }

    .info p {
        font-size: 20px;
        padding: 0 20px;
        margin-bottom: 0;
    }

    #hp .nabidka {
        margin-top: 40px;
    }

    .nabidka-grid {
        margin-top: 0;
    }

    .order-cart.summary .inner,
    .content .summary,
    .content .order-info-summary > div > div,
    .content .order-informations-summary,
    .content .customer-summary {
        padding: 0;
    }

    .order-cart.summary .content .heading .center-line,
    .order-cart.summary .content .order-summary .heading {
        display: none;
    }

    .order-cart.summary .content .heading h3 {
        color: #7f8d95;
        font-size: 18px;
    }

    .order-cart.order-informations h2 {
        position: relative;
        padding: 10px 15px;
        font-size: 18px;
        text-transform: uppercase;
    }

    .order-cart.summary .content .heading {
        text-align: center;
        display: block;
        position: relative;
        padding: 10px 15px;
    }

    .products-summary .product-info {
        justify-self: end;
    }

    .doprava p,
    .doprava label,
    .checkboxes,
    .typ-akce p,
    .typ-akce label {
        font-size: 14px;
    }

    .instalace p,
    .shipping-address p {
        font-size: 12px;
        text-align: left;
    }

    .shipping-address p {
        margin-bottom: 15px;
    }

    .order-produkt-list .produkt > img {
        text-align: center;
        display: inline-block;
        max-height: unset;
        position: relative;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }

    .cart-content ul li .cart-item .produkt-in {
        grid-template-columns: 20% 80%;
    }

    .order-produkt-info p {
        font-size: 14px;
    }

    .tip span,
    .order-price div p,
    .order-price div p.pink {
        margin-right: 0;
        font-size: 14px;
        color: #334d5e;
    }

    .tip p {
        font-size: 12px;
        color: #334d5e;
    }

    .contact-backgground h2 {
        font-size: 20px;
    }

    #contacts {
        margin-bottom: -20px;
    }

    #contacts section.contacts img {
        height: 34px;
    }

    section.contacts .telefon a:nth-child(2),
    section.contacts .telefon a:nth-child(3) {
        font-size: 24px;
    }

    section.contacts .mail a:nth-child(2),
    section.contacts .mail a:nth-child(3) {
        font-size: 18px;
    }

    .sidlo h3,
    .showroom h3 {
        font-size: 20px;
    }

    .sidlo .adresa,
    .showroom .adresa {
        display: block;
    }

    .sidlo .adresa p {
        margin: 5px 0;
    }

    .sidlo-map {
        margin: 0 -15px;
        height: 270px;
    }

    .sidlo-map iframe {
        height: 100%;
    }

    .contact-backgground.team {
        height: 95vw;
    }

    .group-photo {
        margin-top: -20vh;
    }

    .cart-options p,
    .info-summary p {
        font-size: 12px;
    }

    .options-buttons span,
    .typ-akce p,
    .order-cart.summary table th,
    .order-cart.summary table li,
    .order-cart.summary .customer-summary ul li,
    .order-cart.summary .note p {
        font-size: 14px;
    }

    .options-buttons span img {
        width: 15px;
    }

    .order-cart h2::after,
    .order-cart h3::after {
        content: "";
        position: absolute;
        width: 20%;
        height: 1px;
        left: 50%;
        transform: translateX(-50%);
        bottom: -5px;
        background: #ed028c;
    }

    .order-cart h2,
    .order-cart h3 {
        font-size: 18px;
    }

    .firm label {
        font-size: 14px;
    }

    .acc .order-buttons {
        flex-direction: column;
        padding-top: 40px;
    }

    .order-buttons label {
        margin-bottom: 15px;
    }

    .btnPrev,
    .btnNext {
        font-size: 14px;
        white-space: nowrap;
    }

    .btnNext {
        margin-left: auto;
    }

    .btnPrev span {
        width: 89px;
    }

    .order-cart.summary .order-buttons label {
        width: 100%;
    }

    .order-cart.summary .order-buttons div a span {
        margin: 0;
    }

    .order-cart.order-informations .order-buttons {
        justify-content: left;
    }

    .order-cart.order-informations .btnNext span,
    .order-cart.customer .btnNext span {
        min-width: 130px;
        width: 130px;
        margin-left: 0;
        padding-right: 5px;
    }

    .order-cart.order-informations .btnNext span img,
    .order-cart.customer .btnNext span img {
        width: 15px;
    }

    .member > img {
        width: 150px;
        height: 150px;
        justify-self: center;
    }

    .member > .img {
        width: 150px !important;
        height: 150px !important;
        justify-self: center;
    }

    .team-members .member-info p {
        padding-left: 0;
    }

    section.cart,
    section.favorite {
        top: 60px;
    }

    .sign .in button {
        width: 115px;
        font-size: 14px;
    }

    .register-button {
        font-size: 14px;
    }

    .sign .in button div {
        width: 22px;
        height: 22px;
        margin-right: 10px;
    }

    .team-members .member {
        grid-template-columns: 50px auto;
    }

    .team-members .member img {
        justify-self: unset;
    }

    .team-members .member {
        margin: 10px 0;
    }

    .firm-inputs .ic-input a {
        right: 7px;
    }

    header.white-bg .cart-content::before {
        right: 81px;
        top: -4px;
    }

    header:not(.white-bg) .cart-content::before {
        right: 51px;
        top: -4px;
    }

    html {
        overflow-x: hidden;
    }

    header {
        position: fixed;
        width: 100vw;
    }

    #breadcrumbs,
    #order {
        margin-top: 70px;
    }

    main#contacts {
        margin-top: 70px;
    }

    main#contacts #breadcrumbs {
        margin-top: 0;
    }

    .hp-header {
        margin-top: 80px;
    }

    #favorite .cart-content::before {
        right: 113px;
    }

    .btnDeleteCart span {
        min-width: 118px;
        width: 118px;
    }

    .btnOrder span,
    .btnDeleteCart span {
        margin: 10px 5px;
        padding: 10px;
    }

    .btnOrder span {
        min-width: 155px;
        width: 155px;
    }

    .cart-content ul li:last-child {
        border-bottom: 1px solid #ececec;
    }

    #hp .nav-item.cart div {
        top: -15%;
    }

    .inspiration-photos .photo .lSAction > a.lSPrev {
        left: -10px;
    }

    .inspiration-photos .photo .lSAction > a.lSNext {
        right: -10px;
    }

    .inspiration-photos .photo .lSAction > a {
        background: rgba(255, 255, 255, 0.85);
        width: 54px;
        height: 54px;
        font-size: 16px;
    }

    .inspiration-photos .photo .lSAction > a::after {
        content: "\f053";
        font-weight: 800;
        font-family: "Font Awesome 5 Free";
        color: #ed028c;
        position: absolute;
        top: 50%;
        opacity: 1;
    }

    .inspiration-photos .photo .lSAction > a.lSPrev::after {
        right: 25%;
        transform: translate(25%, -50%);
    }

    .inspiration-photos .photo .lSAction > a.lSNext::after {
        left: 25%;
        transform: translate(-25%, -50%);
    }

    .osoba-odvoz label {
        font-size: 10px;
    }

    .order-buttons .checkbox-container {
        font-size: 12px;
    }

    .order-cart .address .casy {
        display: none;
    }

    section.workers {
        margin-top: 30px;
    }

    section.guy .guy-describtion {
        padding: 0;
    }

    section.contacts {
        margin-bottom: 0;
    }

    .summary .order-buttons div a span {
        font-size: 14px;
        padding: 10px;
    }

    .summary .order-buttons div a span img {
        width: 20px;
    }

    .btnNext span,
    .btnPrev span {
        margin: 0;
    }

    #contacts section.shipping {
        margin-top: -40px;
    }

    .contact-backgground.team {
        height: 35vh;
    }

    #produkt-detail .produkt-def-info {
        text-align: center;
    }

    #produkt-detail .produkt .stock,
    #produkt-detail .produkt .product-price-bez,
    #produkt-detail .produkt .product-price,
    .product-detail-number {
        text-align: unset;
    }

    #produkt-detail .produkt .stock,
    #produkt-detail .product-detail-number p {
        font-size: 12px;
    }

    #produkt-detail .poradna.banner {
        display: none;
    }

    #produkt-detail .pink-bg {
        background: #ed028c;
    }

    #produkt-detail .banner.pink-bg {
        display: block;
        padding: 5px 0;
        margin-top: 30px;
    }

    #produkt-detail .banner.pink-bg div * {
        color: white !important;
    }

    #produkt-detail .banner.pink-bg img {
        filter: invert(1);
    }

    #produkt-detail .overlay p {
        display: none;
    }

    #produkt-detail .poradna-text p {
        font-size: 16px;
    }

    #produkt-detail .poradna-text a {
        font-size: 12px;
        text-align: right;
        justify-content: center;
        padding-left: 20px;
    }

    #produkt-detail .product-price-bez .pink span {
        padding-left: 0;
    }

    #produkt-detail .describtion > p * {
        font-size: 14px !important;
    }

    #produkt-detail #lightSlider4 .lslide {
        display: flex;
        justify-content: center;
    }

    .gallery-photos-mobile ul img {
        max-width: 100%;
        max-height: 100%;
    }

    #produkt-detail .info-produkt {
        width: unset;
    }

    #produkt-detail .info-produkt p.center {
        text-align: left;
    }

    #slickSlider {
        height: 250px !important;
    }

    #slickSlider img {
        height: 250px !important;
    }

    .product-img,
    .product-img img {
        height: 100%;
    }

    #produkt-detail .product {
        margin: 0;
    }

    #produkt-detail .products-list ul {
        justify-content: center;
    }

    #produkt-detail .similar-products .product-price-bez .pink,
    #produkt-detail .more-products .product-price-bez .pink {
        font-size: 20px;
    }

    #produkt-detail .products-list ul .product-price > p {
        font-size: 16px;
    }

    .similar-products .lSAction.lSAction.custom > a,
    .more-products .lSAction.lSAction.custom > a {
        font-size: 20px;
    }

    #products-infinite .product-img img,
    #products-infinite .product-img picture {
        max-height: 140px;
    }

    .product-info {
        margin-left: 10px;
    }

    #contacts p {
        line-height: 1.5;
        font-size: 14px;
    }

    #contacts a {
        font-size: 20px;
    }

    .team-members .member a {
        padding-left: 0;
    }

    .member .title {
        margin-bottom: 0;
    }

    .team-members .member .mail {
        margin-bottom: 0;
    }

    .member-info {
        margin-bottom: 20px;
        margin-top: 10px;
    }

    section.callcenter,
    section.services-contact,
    section.workers {
        margin-top: 10px;
    }

    section.services-contact > p,
    section.guy > p {
        padding: 0;
    }

    section.services-contact p,
    p.guy-describtion.light {
        display: none;
    }

    #contacts .mobile-text {
        display: block;
        line-height: 1.3;
        text-align: left;
        margin-top: 10px;
    }

    #contacts .tym .mobile-text {
        margin-top: 20px;
    }

    .services-contact .mobile-text {
        margin-bottom: 10px;
    }

    .services-contact .telefon,
    .services-contact .mail {
        margin: 0;
    }

    .sidlo .adresa .address-left {
        margin-bottom: 20px;
    }

    .hp-inner .info p:nth-child(3) {
        display: none;
    }

    #contacts section.guy p.mobile-text.light {
        margin-top: -10vh;
        margin-bottom: 40px;
        text-align: center;
    }

    #contacts .content {
        margin-bottom: 20px;
    }

    .showroom {
        padding-top: 20px;
        margin-bottom: 40px;
    }

    .showroom-photos {
        grid-template-columns: 1fr 1fr;
        margin: 0 -5px;
    }

    .showroom-photos a img {
        width: 50vw;
        height: 35vw;
    }

    .current-filter-mobile .nabidka-grid {
        margin-top: 25px;
    }

    #breadcrumbs {
        height: auto;
    }

    .register-button button {
        font-size: 16.7px !important;
    }

    .next-icon {
        left: -10.5%;
    }

    .cart-content ul li .cart-item {
        height: auto;
        min-height: 90px;
    }
}

@media only screen and (max-width: 380px) {
    /*.info .row .col-6 div {*/
    /*    height: 100px;*/
    /*}*/
    section.cart {
        top: 60px;
    }

    .info-produkt p {
        font-size: 12px;
    }

    .shipping-info .doprava label,
    .typ-akce label {
        display: block;
        margin-top: 8px;
    }
}

.produkt-def-info h1 {
    margin-bottom: 5px;
}

.produkt-def-info h2 {
    margin-bottom: 20px;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 600;
}

#produkt-detail .numeric-updown input {
    width: 40px;
}

.variants,
#lightSlider5 {
    max-height: 210px;
    position: relative;
}

.variants .overlay a {
    height: 100%;
    display: flex;
    justify-content: center;
}

.variants ul li:not(.lslide) {
    display: flex;
}

.variants ul li:not(.lslide) img {
    display: block;
}

.variants li img,
.variants li picture {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    margin: 0 auto;
    /*position: relative;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*-webkit-transform: translate(-50%, -50%);*/
    /*-moz-transform: translate(-50%, -50%);*/
    /*-ms-transform: translate(-50%, -50%);*/
    /*-o-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
}

.variants .lslide img {
    display: block;
}

.product-detail-number p > span {
    padding: 0;
}

p.informative {
    margin-top: 15px;
    color: #8a9399;
    font-style: italic;
}

#produkt-detail .products-list {
    display: flex;
}

.products-list ul {
    display: flex;
    flex-direction: column;
}

#lightSlider,
#lightSlider-modal,
#lightSlider2,
#lightSlider3 {
    height: auto !important;
    width: 5000px;
}

#lightSlider li,
#lightSlider li .product,
#lightSlider-modal li,
#lightSlider-modal li .product,
#lightSlider3 li,
#lightSlider3 li .product,
#lightSlider2 li,
#lightSlider2 li .product {
    position: relative;
}

#lightSlider-modal li .product,
#lightSlider3 li .product,
#lightSlider li .product,
#lightSlider2 li .product {
    display: flex;
    flex-direction: column;
}

#lightSlider li .product a,
#lightSlider2 li .product a {
    flex-grow: 1;
}

#lightSlider-modal .product-img,
#lightSlider3 .product-img,
#lightSlider .product-img,
#lightSlider2 .product-img {
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#lightSlider-modal .product-img img,
#lightSlider-modal .product-img picture,
#lightSlider3 .product-img img,
#lightSlider3 .product-img picture,
#lightSlider .product-img img,
#lightSlider .product-img picture,
#lightSlider2 .product-img img,
#lightSlider2 .product-img picture {
    max-height: 105px;
}

.no-webp #produkt-detail .poradna.banner {
    background: url("../img/obrazek-poradit.jpg") no-repeat;
    background-size: cover;
}

.webp #produkt-detail .poradna.banner {
    background: url("../img/obrazek-poradit.webp") no-repeat;
    background-size: cover;
}

.describtion > p {
    text-align: justify;
    max-width: 420px;
}

.lSPager.lSGallery li {
    width: 150px !important;
    height: 110px;
}

.lSPager.lSGallery li img,
.lSPager.lSGallery li picture {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

#produkt-detail .add-to-cart .btnAdd {
    width: auto;
    justify-content: center;
}

#produkt-detail .add-to-cart .btnAdd img {
    margin: 0;
}

.product .like {
    background: #ffffff;
}

.poradna.banner div.poradna-text > p {
    font-size: 22px;
}

.poradna.banner div.poradna-text > p,
.poradna.banner div.poradna-text > a {
    padding-left: 10px;
}

.product-number > p {
    align-self: baseline;
}

.product-name > p {
    line-height: 20px;
    font-size: 14.5px;
}

.product-sec-info > p {
    font-size: 14.5px;
}

#produkt-detail .add-to-cart .btnAdd {
    font-size: 14px;
}

#produkt-detail .add-to-cart .btnAdd img {
    width: 20px;
    margin-right: 5px;
}

#produkt-detail .share,
#produkt-detail .nofill-heart {
    width: 25px;
    height: 25px;
    margin: 0 16px;
}

.nazev-produktu {
    display: flex;
    margin-top: 5px;
    align-items: baseline;
    margin-bottom: 15px;
}

.nazev-produktu p {
    margin-right: 10px;
    font-size: 18px;
}

.describtion h2 {
    font-size: 20px;
    margin-right: 10px;
    margin-bottom: 0;
}

.info-produkt {
    margin-top: 25px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid #ed028c;
    border-radius: 15px;
    width: max-content;
}

.info-produkt span {
    margin-right: 15px;
}

.parameters table tr:nth-child(3n + 1) {
    background-color: #ffffff;
}

.parameters table tr:nth-child(3n + 2) {
    background-color: #f2f2f2;
}

#produkt-detail .parameters table tr:nth-child(3n + 3) {
    background-color: rgba(240, 23, 149, 0.301);
}

.inspiration-photos .photo .lSAction .lSPrev {
    left: 0;
}

.inspiration-photos .photo .lSAction .lSNext {
    right: 0;
}

.variants li div,
#produkt-detail .product {
    border: 1px solid #c0c0c0;
}

#lightSlider3 img,
#lightSlider3 picture {
    height: 100%;
}

.inspiration-photos {
    margin: 0 -20px;
    position: relative;
}

.inspiration-photos .photo {
    margin: 0 auto;
}

.lSPager li {
    border: 1px solid #c0c0c0;
    padding: 10px;
}

.inspiration .lSAction > a {
    top: 0;
    height: 100% !important;
    transform: translateY(0);
    margin-top: 0;
    border-radius: 0 !important;
    background-color: rgba(0, 0, 0, 0.75) !important;
    color: #ffffff !important;
}

.info-produkt span i {
    color: #ed028c;
    font-size: 28px;
}

.product-number > p {
    font-size: 10px;
}

#lightSlider .product-img img,
#lightSlider .product-img picture,
#lightSlider-modal .product-img img,
#lightSlider-modal .product-img picture,
#lightSlider3 .product-img img,
#lightSlider3 .product-img picture,
#lightSlider2 .product-img img,
#lightSlider2 .product-img picture {
    padding-top: 5px;
}

.product-price-bez {
    font-size: 24px;
}

.product-price > p {
    font-size: 16px;
}

#produkt-detail .products-list .product-price-bez {
    font-size: 15px;
}

#produkt-detail .products-list .product-price > p {
    font-size: 12px;
    font-weight: 300;
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 480px) {
    #hp .nav-item.heart {
        /*top: 4px;*/
    }

    #hp .nav-item.favorite div {
        top: -13%;
    }

    #produkt-detail .products-list {
        justify-content: center;
    }

    /*#lightSlider2, #lightSlider{*/
    /*    flex-direction: column;*/
    /*}*/
    /*#lightSlider2 li, #lightSlider li{*/
    /*    width: 80vw;*/
    /*    margin: 20px auto;*/
    /*}*/
    /*#lightSlider2 li .product, #lightSlider li .product{*/
    /*    width: 100%;*/
    /*}*/
    .info-produkt p {
        font-size: 14px;
    }

    .info-produkt img,
    .info-produkt picture {
        width: 30px;
    }

    .info-produkt i {
        font-size: 25px;
    }
}

@media only screen and (max-width: 1350px) {
    .product-price-bez {
        font-size: 16px;
    }
}

@media only screen and (max-width: 970px) {
    .product-price-bez {
        font-size: 13px;
    }

    .product-price > p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 620px) {
    .product-price > p {
        font-size: 16px;
    }

    #produkt-detail #lightSlider-modal .product,
    #produkt-detail #lightSlider3 .product,
    #produkt-detail #lightSlider2 .product,
    #produkt-detail #lightSlider .product {
        margin: 0;
    }

    .lSAction.custom .lSNext.custom {
        right: -4vw;
    }

    .lSAction.custom .lSPrev.custom {
        left: -4vw;
    }
}

#slickSlider {
    height: 600px;
}

#slickSlider img {
    max-width: 100%;
    height: 600px;
}

.slick-slide {
    transition: 1s border;
}

.slick-center {
    border: 0;
}

/*.slick-track {*/
/*    height: 500px;*/
/*}*/
button.slick-next {
    position: absolute;
    right: 100px;
}

button.slick-prev {
    position: absolute;
    left: 100px;
    z-index: 100;
}

.slick-slide:not(.slick-center) {
    position: relative;
}

.slick-slide::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000000cc;
    transition: 0.5s;
}

.slick-slide.slick-center::before {
    background-color: #00000000;
    transition: 0.5s;
}

@media screen and (max-width: 1700px) {
    #slickSlider {
        height: 450px;
    }

    #slickSlider img {
        max-width: 100%;
        height: 450px;
    }
}

#lightSliderGal li:first-child {
    margin-left: -3px;
}

.search input,
.autocomplete input {
    outline: 0;
}

.autocomplete {
    display: flex;
    align-items: center;
}

.autocomplete input {
    border: 1px solid #ececec;
    border-radius: 6px;
    padding: 6px 10px;
}

.dropdown-click.top ul {
    top: -76px;
    border-top: 1px solid #ececec;
    border-bottom: none;
    border-radius: 10px 10px 0px 0px;
}

.top .dropdown-menu-show li:last-child:hover {
    border-radius: 0;
}

.top .dropdown-menu-show li:first-child:hover {
    border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 1250px) {
    .order-cart.summary .content .order-info-summary > div {
        grid-template-rows: 85% 15%;
    }
}

.autocomplete input {
    position: relative;
}

.autocomplete i {
    position: absolute;
    top: 50%;
    right: 155px;
    transform: translateY(-50%);
    font-size: 15px;
}

@media screen and (max-width: 990px) {
    .action .search input {
        margin-left: 20px;
    }

    .nav-mobile .autocomplete input {
        position: relative;
        border: none;
        border-radius: 0px;
        padding: 0;
        text-align: left;
        width: 100%;
    }

    .nav-mobile .autocomplete i {
        font-size: 20px;
        right: 7px;
        top: 33%;
    }

    .nav-mobile .autocomplete i.times-icon {
        top: 57%;
    }

    .nav-mobile .autocomplete button {
        background: #f7f7f7 url(../img/icons/search-icon2.svg) center no-repeat;
        width: 35px;
        height: 35px;
        margin-right: 5px;
    }

    .nav-mobile .autocomplete .panel-footer {
        z-index: 99;
    }

    .nav-mobile .autocomplete .list-group {
        padding: 0;
        /*border-radius: 0 0 3% 3% !important;*/
        /*border-left: 1px solid #ececec;*/
        /*border-bottom: 1px solid #ececec;*/
        /*border-right: 1px solid #ececec;*/
    }

    .nav-mobile .autocomplete .list-group li:not(:last-child) {
        border-radius: 0px !important;
        border-bottom: 1px solid #ececec;
    }

    .nav-mobile .autocomplete .list-group li {
        padding-left: 0;
        padding-right: 0;
        margin: 5px 0px;
    }

    .nav-mobile .autocomplete .panel-footer {
        width: 400px;
        top: 40px;
        left: 44.4%;
        transform: translateX(-50%);
    }

    .nav-mobile .autocomplete .cart-item {
        width: 100%;
    }

    .nav-mobile .autocomplete .produkt-in {
        position: relative;
    }
}

@media screen and (max-width: 425px) {
    .nav-mobile .autocomplete .panel-footer {
        width: 100vw;
    }
}

#autocomplete .produkt-in {
    position: relative;
}

#autocomplete i {
    position: absolute;
    top: 50%;
    right: 10px;
}

#autocomplete i.times-icon {
    top: 50%;
    cursor: pointer;
}

#produkt-detail #lightSlider4 {
    max-height: 500px;
    height: 100% !important;
}

#autocompleteMob .cart-item {
    display: grid;
    grid-template-columns: 10% auto;
}

#autocompleteMob input {
    top: 50%;
    transform: translateY(-50%);
}

#autocomplete i.spin-pink.fa-spin {
    top: 8px;
}

.video {
    text-align: center;
}

.video video {
    max-width: 100%;
}

.video p {
    font-size: 24px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
    .video {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 650px) {
    .video {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 500px) {
    .video {
        margin-bottom: 25px;
    }

    .video p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 480px) {
    section.sidlo {
        padding-top: 0;
    }

    section.contacts > div a:nth-child(2) {
        margin-top: 13px;
    }

    section.contacts > div a:nth-child(3) {
        margin-top: 7px;
    }

    .hp-inner {
        padding-top: 30px;
    }

    .hp-header {
        height: 270px;
    }

    .contacts-header {
        top: 160px;
        left: 0;
        right: unset;
    }

    .info:first-child {
        margin-top: 0px;
    }

    .info .row > div div {
        margin-bottom: 15px;
    }

    #contacts .showroom .adresa {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 400px) {
    .hp-inner {
        padding-top: 0px;
    }

    .contacts-header {
        top: 150px;
    }
}

@media only screen and (max-width: 360px) {
    .contacts-header {
        top: 130px;
    }
}

.checkbox-container a {
    text-decoration: underline;
    margin-left: 3px;
    color: var(--pink-color);
}

#share {
    position: relative;
}

.share-content {
    position: absolute;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    box-shadow: 0 0 6px rgb(0 0 0 / 20%);
    display: none;
    line-height: normal;
    padding: 0.33333333em 0;
    z-index: 100;
}

.share-item {
    align-items: center;
    border-color: #d6d6d6;
    color: inherit;
    display: flex;
    outline: none;
    padding: 0 10px;
    position: relative;
    text-decoration: none !important;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.5s;
}

.share-item .fb-share-button span {
    padding-left: 0;
    vertical-align: middle !important;
}

.share-item .fb-share-button span,
.share-item .fb-share-button iframe,
.share-item .fb-share-button iframe ._2tga._8j9w,
.share-item .whats-app-share-button {
    width: 75px !important;
    height: 30px !important;
}

.share-item .whats-app-share-button {
    background-color: #25d366;
    color: white !important;
    border-radius: 4px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-item .whats-app-share-button i {
    margin-right: 0 !important;
    color: white !important;
    transform: translateX(-4px);
    font-size: 19px;
}

.share-item .whats-app-share-button span {
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    font-weight: bold;
}

.share-item:hover {
    filter: brightness(85%);
    transform: scale(1.01);
    transition: all 0.5s;
}

#customer-profile .order-menu.profile-menu {
    display: none;
}

@media only screen and (max-width: 728px) {
    #customer-profile .order-menu.profile-menu {
        display: block;
    }
}

@media only screen and (max-width: 400px) {
    #customer-profile .order-menu.profile-menu ul li a {
        padding: 5px;
    }
}

#error {
    min-height: 40vh;
    position: relative;
}

#error .verticalCenter {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#error .info-summary {
    justify-content: center;
}

#favorite-list .produkt img {
    max-height: 135px;
}

@media screen and (max-width: 767px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: inline-block;
    }

    .order-buttons > div {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .order-buttons-container {
        justify-content: space-between;
        width: 100%;
        margin-bottom: 15px;
    }

    .order-buttons div {
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 767px) {
    .mobile-only {
        display: none;
    }

    .desktop-only {
        display: inline-block;
    }
}

.pagination ul li.dots a:hover {
    text-decoration: none;
}

#autocomplete .search.showelement {
    width: 270px;
}

#autocomplete .search input {
    width: 100%;
}

#autocomplete .search .panel-footer {
    position: absolute;
    width: 270px;
    left: 50%;
    transform: translateX(-50%);
}

.search .panel-footer a {
    text-decoration: none;
    color: #676767;
    display: block;
    font-size: 13px;
    line-height: 18px;
    overflow: auto;
}

.search .panel-footer a img {
    border: 1px solid #e5e5e5;
    display: block;
    float: left;
    max-width: 47px;
    margin-right: 12px;
    max-height: 41px;
    overflow: hidden;
}

.search .panel-footer a span {
    display: block;
    padding-left: 58px;
}

.search .panel-footer {
    background: white;
    border-radius: 0 0 3% 3%;
    padding: 0 5px;
}

.search .panel-footer .category-links {
    display: flex;
}

.search .panel-footer .category-links a:not(:first-child)::before {
    content: "/";
    margin: 0 5px;
}

.search .panel-footer h4 {
    color: #5e5e5e;
    font-size: 11px;
    margin-top: 10px;
}

.search .panel-footer .categories {
    padding: 0 5px;
}

.search .panel-footer .category-links a {
    color: #676767;
    font-size: 13px;
}

.search .panel-footer .category-links a:hover {
    text-decoration: underline;
}

.btn-all {
    background: var(--pink-color);
    color: #fff !important;
    border-radius: 50px;
    font-size: 14px;
    padding: 0.5rem 40px;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s;
    margin: 10px 20px 15px;
}

.btn-all:hover {
    filter: brightness(0.9);
}

#autocompleteMob li img {
    margin: 0;
}

#autocompleteMob li a span {
    text-align: left;
}

.scrolled {
    overflow-y: scroll;
    height: 75vh;
}

.search .list-group .list-item {
    padding: 5px;
    border-radius: 25%;
    /*transition: 0.2s;*/
}

.search .list-group .list-item:hover {
    background-color: #ebeff3;
    border-radius: 0;
}

.gallery .gallery-img .jhcp-logo img {
    height: 100px;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    z-index: 10;
    left: -40px;
    opacity: 0.7;
    bottom: -10px;
}

@media screen and (max-width: 750px) {
    .gallery .gallery-img .jhcp-logo img {
        height: 80px;
        left: -30px;
        bottom: -10px;
    }
}

.ribbons-caps-text {
    font-size: 16px;
    margin: 15px 0 10px 0;
}

.ribbons-caps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media screen and (max-width: 1000px) {
    .ribbons-caps {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 720px) {
    .ribbons-caps {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 480px) {
    .ribbons-caps {
        padding-inline: 20px;
    }
}

.ribbons-caps .circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
}

.ribbons-caps .circle.bordered {
    border: 1px solid black;
}

.ribbons-caps-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ribbons-caps-item span {
    color: #7f8d95;
    font-family: "Hind", sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: left;
}

.ribbons-caps .ribbons-caps-item .numeric-updown {
    height: 30px;
    padding: 0 5px;
}

.ribbons-caps .ribbons-caps-item .numeric-updown input {
    padding: 5px 0 5px 5px;
    font-size: 14px;
    -moz-appearance: textfield;
}

.ribbons-caps
.ribbons-caps-item
.numeric-updown
input::-webkit-outer-spin-button,
.ribbons-caps
.ribbons-caps-item
.numeric-updown
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ribbons-caps .ribbons-caps-item .numeric-updown input {
    padding: 5px 0 5px 5px;
    font-size: 14px;
    -moz-appearance: textfield;
    outline: none;
}

.comma-separator {
    padding: 0 !important;
    cursor: default !important;
}

.comma-separator:not(:last-child):after {
    content: ", ";
}

@media screen and (max-width: 480px) {
    .ribbons-caps .ribbons-caps-item .numeric-updown input {
        width: 30px;
        padding: 5px 0 5px 0px;
    }

    .ribbons-caps {
        gap: 10px;
    }
}

#cookies {
    left: 0;
    right: 0;
    bottom: 0;
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5em;
    z-index: 100;
}

#cookies .description {
    font-weight: 300;
    font-size: 0.9375rem;
    letter-spacing: 0.0375rem;
    -ms-flex: 1;
    flex: 1;
    color: rgb(255, 255, 255);
}

#cookies .description a {
    color: rgb(255, 255, 255);
    opacity: 0.8;
    text-decoration: underline;
}

#cookies .description a:hover {
    opacity: 1;
}

#cookies .cookies-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    color: rgb(255, 255, 255);
}

#cookies .cookies-action a {
    min-width: 140px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    border-color: transparent;
    background-color: rgb(133, 133, 133);
    display: block;
    padding: 0.4em 0.8em;
    font-size: 0.9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.2s;
}

#cookies .cookies-action a:hover {
    background-color: rgb(171, 171, 171);
}

.display-flex {
    display: flex !important;
}

.hidden {
    display: none !important;
}

.order-informations .error-message {
    margin-top: 10px;
    margin-bottom: -20px !important;
}

.add-to-cart-info {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
    margin-left: 16px;
}

.add-to-cart-info img {
    height: 25px;
}

.add-to-cart-info span {
    font-size: 14px;
    padding: 0;
}

@media screen and (max-width: 600px) {
    #produkt-detail .produkt .options {
        justify-content: center;
        flex-wrap: wrap;
    }
}

.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    gap: 25px;
}

.firm input[required] + label {
    margin: 0;
}

/* Chrome, Safari, Edge, Opera */
.add-to-cart input::-webkit-outer-spin-button,
.add-to-cart input::-webkit-inner-spin-button,
.cart input::-webkit-outer-spin-button,
.cart input::-webkit-inner-spin-button,
#order #order-list .produkt input::-webkit-outer-spin-button,
#order #order-list .produkt input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.add-to-cart input[type="number"],
.cart input[type="number"],
#order #order-list .produkt input[type="number"] {
    -moz-appearance: textfield;
}

div.instalace#loading-unloading-box {
    grid-template-columns: 100%;
    border: none;
    padding-bottom: 0;
}

td.day.disabled-pn:not(.active) {
    background-color: #ff8ccf !important;
}

td.day.disabled-pn.disabled {
    cursor: not-allowed !important;
}

td.day.disabled-pn:hover:not(.active) {
    background-color: #ff74c5 !important;
}

td.day.today-pn:not(.active) {
    background-color: #dbdbdb !important;
}

td.day.today-pn:hover:not(.active) {
    background-color: #b1b1b1 !important;
}

@media screen and (max-width: 550px) {
    #hp section.info img {
        height: fit-content;
        width: 75px;
    }
}

.order-cart.summary .note p:first-of-type {
    margin-bottom: 25px !important;
}

.btnPrev.mobile-only span {
    width: 100%;
}

.fixedButton {
    position: fixed;
    bottom: 5px;
    /*right: 5px; */
    left: 5px;
    padding: 10px;
    cursor: pointer;
    background-color: #d9d9d9;
    border-radius: 10px;
    color: #334d5e;
    z-index: 10000;
}

.backToOfferButton {
    padding: 10px;
    cursor: pointer;
    background-color: #d9d9d9;
    border-radius: 10px;
    color: #334d5e;
    z-index: 10000;
    margin-top: 10px;
}

.member .img {
    display: flex;
    margin: 0 auto;
    max-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    width: 400px;
    background-position: center;
    box-shadow: 0 0 10px 10px white inset;
}

.swal2-container {
    z-index: 99999;
}

#sold-products-list .contact-backgground h2 {
    color: white;
    text-align: center;
}

.sold-product {
    color: #7f8d95;
}

.sold-products-container {
    display: flex;
    flex-direction: column;
    width: min(100%, 1200px);
    margin: 20px auto 100px auto;
    gap: 60px;
}

.sold-product {
    margin: 0 20px;
    display: grid;
    grid-template-columns: min-content auto auto;
    grid-template-rows: min-content max-content;
    padding: clamp(20px, 5vw, 40px);
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    position: relative;
}

.sold-product .stock-state {
    width: fit-content;
    display: flex;
    margin-top: 10px;
}

.sold-product .stock-state.stocked {
    color: #188e00;
}

.sold-product .stock-state.out-of-stock {
    color: #ce2b3c;
}

.sold-product picture {
    grid-column: 1 / 2;
    grid-row: 1 / 3 span;
    width: 200px;
    height: 150px;
    margin-inline: 0px 40px;
    cursor: pointer;
}

.sold-product picture img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.sold-product .sp-title {
    display: flex;
    flex-direction: column;
}

.sold-product .sp-title.empty {
    grid-column: 1/4;
    flex-direction: row;
}

.sold-product .sp-title.empty span {
    margin-inline: auto;
}

.sold-product .sp-description-short {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    margin-right: 50px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.sold-product .sp-description-short p {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    color: #7f8d95 !important;
}

.sold-product .sp-description-short span {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    color: #7f8d95 !important;
}

.sold-product .sp-price {
    grid-row: 1 / 4;
    display: flex;
    justify-content: right;
}

.sold-product .sp-price > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sold-product .sp-price > span:first-of-type {
    margin-bottom: 10px;
}

.sold-product .sp-details-button {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #ed028c;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(164, 3, 98, 1);
    -moz-box-shadow: 2px 2px 0px 0px rgba(164, 3, 98, 1);
    box-shadow: 2px 2px 0px 0px rgba(164, 3, 98, 1);
    padding: 10px 25px;
    border: 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sold-product .sp-details-button img {
    transition: transform 0.3s ease-in-out;
}

.sold-product .sp-details-button.expanded img {
    transform: rotate(180deg);
}

.sold-product .btnAdd,
.ps-popup .btnAdd {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border: 0;
    color: #ffffff;
    font-size: 16px;
    font-family: "Hind", sans-serif;
    font-weight: 300;
    width: 141px;
    background: #ed028c;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(164, 3, 98, 1);
    -moz-box-shadow: 2px 2px 0px 0px rgba(164, 3, 98, 1);
    box-shadow: 2px 2px 0px 0px rgba(164, 3, 98, 1);
    margin-top: 20px;
    cursor: pointer;
}

.sold-product .btnAdd img,
.ps-popup .btnAdd img {
    width: 25px;
    height: auto;
    margin-right: 10px;
}

.sold-product .sp-details {
    display: flex;
    grid-row: 4 / 5;
    grid-column: 1 / 4;
    gap: 50px;
    overflow: hidden;
    height: 0;
}

.sold-product .sp-details .sp-description {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sold-product .sp-details .sp-description p {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    color: #7f8d95 !important;
}

.sold-product .sp-details .sp-description span {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    color: #7f8d95 !important;
}

.sold-product .sp-details .sp-parameters {
    width: 60%;
}

.sp-parameters .parameters table tr:nth-child(3n + 3) {
    background-color: rgba(240, 23, 149, 0.301);
}

.ps-popup {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    display: none;
    justify-content: center;
    align-items: center;
}

.ps-popup .modal {
    z-index: 101;
    background-color: white;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(100%, 600px);
    border-radius: 10px;
    gap: 10px;
    position: relative;
}

.ps-popup.shown {
    display: flex;
}

.ps-popup .modal span {
    text-align: center;
    line-height: 1.5;
}

.ps-popup .modal h2 {
    color: #7f8d95 !important;
}

.ps-popup .cross {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

@media only screen and (max-width: 800px) {
    .sold-product picture {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        margin-inline: auto;
    }

    .sold-product .sp-price {
        grid-column: 3 /4;
        grid-row: 2 /3;
    }

    .sold-product .sp-title {
        grid-column: 2 /4;
    }

    .sold-product .sp-description-short {
        margin: 0;
        grid-column: 1 / 3;
    }

    .sold-product .sp-details {
        flex-direction: column;
    }

    .sold-product .sp-details .sp-description {
        width: 100%;
        margin-top: 40px;
    }

    .sold-product .sp-details .sp-parameters {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .sold-product .sp-description-short {
        grid-column: 1 / 2;
    }

    .sold-product .sp-price {
        grid-column: 2 /4;
        text-align: center;
    }

    .sold-product picture {
        width: 100px;
        height: 100px;
    }
}

.sold-products-main .pink {
    color: #ed028c;
    font-weight: 700;
    font-size: 20px;
    font-family: "Montserrat";
    letter-spacing: 3px;
}

.swiper-pagination-bullet {
    background-color: #ed028c;
}

.sold-product .photos-gallery {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    padding: 50px 20px 20px;
    display: none;
}

.sold-product .photos-gallery.shown {
    display: block;
}

.sold-product .photos-gallery .mainSwiper {
    height: 70%;
    width: auto;
    padding-bottom: 10px;
    margin-top: auto;
}

.sold-product .photos-gallery .thumbSwiper {
    height: 30%;
    width: auto;
    max-width: 100%;
}

.sold-product .photos-gallery .cross {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 101;
    height: 20px;
    width: 20px;
}

.swiper-slide {
    cursor: pointer;
    height: auto !important;
}

.sold-product .swiper img {
    background-color: white;
}

.swiper-button-next,
.swiper-button-prev {
    color: #ed028c;
}

.onlyPartyTransport-popup {
    position: fixed;
    z-index: 100;
    left: 50%;
    bottom: 50%;
    display: flex;
    padding: clamp(20px, 4vw, 40px);
    padding-left: 0px;
    border: solid 3px #ed028c;
    background-color: #ffc2e5;
    color: #334d5e;
    border-radius: 6px;
    width: min(500px, calc(100% - 40px));
    transform: translate(-50%, 50%);
    box-shadow: 0 0 20px #0000004a;
    max-height: 100vh;
    max-width: 100vw;
    overflow: auto;
}

.onlyPartyTransport-popup.hidden {
    display: none !important;
}

.onlyPartyTransport-popup .text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.onlyPartyTransport-popup .icon img {
    background-color: white;
    border-radius: 50%;
}

.onlyPartyTransport-popup .icon {
    align-self: center;
    padding-inline: clamp(10px, 3vw, 20px);
}

.onlyPartyTransport-popup .btnOk {
    margin: 0;
    margin-top: 10px;
}

.onlyPartyTransport-popup .btnOk span {
    margin: 0;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    height: 50px;
    font-family: "Montserrat";
    font-weight: 500;
    transition: all 0.4s;
    background-color: #ed028c;
    color: #ffffff;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(164, 3, 98, 1);
    -moz-box-shadow: 2px 2px 0px 0px rgba(164, 3, 98, 1);
    box-shadow: 2px 2px 0px 0px rgba(164, 3, 98, 1);
    min-width: 167px;
}

.onlyPartyTransport-text {
    display: flex;
    padding: 15px;
    padding-left: 0px;
    border: solid 3px #ed028c;
    background-color: #ffc2e5;
    color: #334d5e;
    border-radius: 6px;
    margin: 15px;
}

.onlyPartyTransport-text .text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.onlyPartyTransport-text .icon img {
    background-color: white;
    border-radius: 50%;
}

.onlyPartyTransport-text .icon {
    align-self: center;
    padding-inline: 15px;
}

.accessories-modal-container {
    position: fixed;
    display: flex;
    overflow: hidden;
    height: 0;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: #0000004a;
}

.animate-in {
    animation-name: animateIn;
    animation-duration: 0.5s;
    animation-play-state: running;
    animation-fill-mode: forwards;
}

.animate-out {
    animation-name: animateOut;
    animation-duration: 0.5s;
    animation-play-state: running;
    animation-fill-mode: forwards;
}

@keyframes animateIn {
    from {
        opacity: 0;
        height: auto;
    }
    to {
        opacity: 1;
        height: auto;
    }
}

@keyframes animateOut {
    from {
        opacity: 1;
        height: auto;
    }
    to {
        opacity: 0;
        height: 0;
    }
}

.accessories-modal-container .accessories-modal {
    padding: clamp(20px, 5vw, 40px);
    background-color: white;
    border-radius: 20px;
    max-height: calc(100% - 20px);
    max-width: calc(100% - 20px);
    overflow: auto;
}

.accessories-modal-container .accessories-modal > .pink {
    font-weight: 700;
    font-size: 20px;
    font-family: "Montserrat";
    letter-spacing: 3px;
    text-align: center;
}

.accessories-modal-container .accessories-modal .order-produkt-list .produkt {
    display: grid !important;
}

.accessories-modal-container .accessories-modal .similar-products {
    margin: 20px 0 0;
}

.accessories-modal-container .accessories-modal .buttons-container {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.accessories-modal-container .accessories-modal .btnNext {
    width: fit-content;
    background-color: #ed028c;
    color: #ffffff;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(164, 3, 98, 1);
    -moz-box-shadow: 2px 2px 0px 0px rgba(164, 3, 98, 1);
    box-shadow: 2px 2px 0px 0px rgba(164, 3, 98, 1);
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border: 0;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 300;
    font-family: "Hind";
    cursor: pointer;
    flex-grow: 0 !important;
}

.accessories-modal-container .accessories-modal .btnPrev {
    width: fit-content;
    background-color: #d9d9d9;
    color: #334d5e;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(127, 141, 149, 1);
    -moz-box-shadow: 2px 2px 0px 0px rgba(127, 141, 149, 1);
    box-shadow: 2px 2px 0px 0px rgba(127, 141, 149, 1);
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border: 0;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 300;
    font-family: "Hind";
    cursor: pointer;
    flex-grow: 0 !important;
}

.product-swiper {
    max-width: 1000px;
    margin-inline: auto;
}

.product-swiper .product {
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-swiper .product .add-to-cart {
    margin-top: auto;
}

.product-swiper .product .add-to-cart .btnAdd {
    width: unset !important;
}

.product-swiper .product .add-to-cart .btnAdd span {
    display: none;
}

.product-swiper .product-price-bez .pink {
    font-size: 15px !important;
}

.product-swiper .product-price p {
    font-size: 12px;
    font-weight: 300;
}

.product-swiper .product-img {
    /*height: 106px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-custom-next::after {
    content: "\f054";
}

.swiper-button-custom-prev::after {
    content: "\f053";
}

.swiper-button-custom-next,
.swiper-button-custom-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: none;
    background-color: rgba(242, 242, 242, 0.2);
    border-radius: 100%;
    width: 60px;
    height: 60px;
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    color: #334d5e;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    color: #334d5e;
    font-size: 30px;
    z-index: 10;
}

.swiper-button-custom-next {
    right: 0;
}

.swiper-button-custom-prev {
    left: 0;
}

#product-modal-swiper {
    margin-block: 20px 20px;
}

.swiper-container {
    position: relative;
}

.swiper .product {
    margin: 0 7px !important;
}


.supplements-modal-container {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    transition: opacity 1s ease;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.supplements-modal-container.shown {
    display: flex;
}

.supplements-modal-container .supplement-modal .btnAdd {

}

.button-add {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    width: fit-content;
    height: 100%;
    border: 0;
    color: #ffffff;
    font-size: 16px;
    font-family: "Hind", sans-serif;
    font-weight: 300;
    background: #ed028c;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(164, 3, 98, 1);
    -moz-box-shadow: 2px 2px 0px 0px rgba(164, 3, 98, 1);
    box-shadow: 2px 2px 0px 0px rgba(164, 3, 98, 1);
    margin-inline: auto;
    transition: all 0.3s ease;
    cursor: pointer;
}

.button-add:disabled {
    filter: grayscale(1);
    opacity: 0.4;
}

.button-add span {
    padding-left: 0;
    white-space: nowrap;
    color: white !important;
}

.button-add.button-small img {
    width: 20px;
}
.button-add.button-small span {
    display: none;
}

.button-add img + span {
    margin-left: 10px;
}

.supplements-modal-container .supplement-modal .btnAdd:disabled {
}
.supplements-modal-container .supplement-modal .btnAdd span {
}
.supplements-modal-container .supplement-modal .btnAdd img {
}



.supplements-modal-container .supplement-modal {
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
    max-height: 90vh;
    overflow-y: auto;
}

.supplements-modal-container .supplement-modal .product-container {
    border: solid 1px #C0C0C0;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}

.supplements-modal-container .supplement-modal .supplements-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    gap: 10px;
}

.supplements-modal-container .supplement-modal .columns-container {
    gap: 20px;
}

@media only screen and (max-width: 800px) {
    .supplements-modal-container .supplement-modal .columns-container {
        flex-direction: column;
    }
    .supplements-modal-container .supplement-modal .columns-container > div {
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }
    .supplements-modal-container .supplement-modal .supplements-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.supplements-modal-container .supplement-modal .supplements-grid .supplement-item {
    border: solid 1px #C0C0C0;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.supplements-modal-container .supplement-modal .supplements-grid .supplement-item .supplement-color {
    height: 40px;
    width: 40px;
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
}
.supplements-modal-container .supplement-modal .supplements-grid .supplement-item .supplement-image {
    height: 40px;
    width: 40px;
    overflow: hidden;
    flex-shrink: 0;
}

.supplements-modal-container .supplement-modal .supplements-grid .supplement-item .supplement-price {
    font-size: 0.85rem;
    padding: 0;
    white-space: nowrap;
}

.supplements-modal-container .supplement-modal .supplements-grid .supplement-item .supplement-name {
    font-weight: bold;
    font-size: 1rem;
    padding: 0;
}

.supplements-modal-container .supplement-modal p {
    font-size: 1rem;
    text-align: center;
}
.supplements-modal-container .supplement-modal .pink {
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
}

.cart .supplements-container, .order-cart .supplements-container  {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.cart .supplements-container .supplement-item, .order-cart .supplements-container .supplement-item {
    display: flex;
    align-items: center;
    gap: 5px;
}
.cart .supplements-container .supplement-item .color, .order-cart .supplements-container .supplement-item .color {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    flex-shrink: 0;
}

.cart .supplements-container .supplement-item span, .order-cart .supplements-container .supplement-item span {
    padding: 0;
}
.product-supplements {
    margin: 50px 0 30px;
    padding-inline: 10px;
}
.product-supplements .supplements-columns {
    display: flex;
    gap: 10px;
}
@media only screen and (max-width: 1000px) {
    .product-supplements .supplements-columns {
        flex-direction: column;
    }
}
.product-supplements .supplements-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    flex: 1;
    gap: 10px;
    height: fit-content;
}
@media only screen and (max-width: 1300px) {
    .product-supplements .supplements-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.product-supplements .supplement-item {
    border: solid 1px #C0C0C0;
    border-radius: 10px;
    padding: 5px;
    padding-right: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.product-supplements .supplement-item .numeric-updown {
    height: 35px;
}
.product-supplements .supplement-item picture {
    height: 35px;
    width: 35px;
}
.product-supplements .supplement-item picture img {
    height: 100%;
    width: 100%;
}
.product-supplements .supplement-item .supplement-color {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    flex-shrink: 0;
}

.product-supplements .supplement-item .supplement-price {
    font-size: 0.85rem;
    padding: 0;
    margin-left: auto;
    white-space: nowrap;
}

.product-supplements .supplement-item .supplement-name {
    font-weight: bold;
    font-size: 0.9rem;
    padding: 0;
}

/** SILVER supplement gradient - ID 1505 */
[data-supplement-id="1505"] .supplement-color {
    background: linear-gradient(144deg,rgba(242,242,242,1)0%,rgba(173,173,173,1)33%,rgba(191,191,191,1)55%,rgba(166,166,166,1)76%,rgba(115,115,115,1)95%) !important;
}
/** GOLD supplement gradient - ID 1506 */
[data-supplement-id="1506"] .supplement-color {
    background: linear-gradient(141deg,rgba(242,227,148,1)25%,rgba(230,181,87,1)45%,rgba(242,212,155,1)84%,rgba(242,175,92,1)100%) !important;
}

.product .preparing,
.produkt .preparing {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 2;
    background: #7f8d95aa;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: .9em;
}

.product .preparing {
    top: 35%;
    width: 80%;
}

section.produkt > .images {
    position: relative;
}

.produkt .preparing {
    top: 20%;
    left: 20%;
    width: 40%;
}

.produkt .gallery-photos-mobile .preparing {
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

@media only screen and (max-width: 620px) {
    .product .preparing {
        top: 45%;
        left: 20%;
        width: unset;
        font-size: .7em;
    }
}

.career-opportunities-container {
    display: flex;
    flex-direction: column;
    width: min(100%, 1200px);
    margin: 20px auto 100px auto;
    gap: 60px;
}

.career-opportunity {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto;
    padding: 30px 30px 50px;
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    position: relative;
}

.career-upper-text {
    padding: 20px 25px;
    /* max-width: 720px; */
    margin: 0 auto;
    text-align: justify;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    width: 100%;
}

.career-upper-text p {
    color: #334d5e;
    font-weight: 300;
    max-width: 1200px;
}

.career-opportunity .co-title {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    margin-bottom: 10px;
}

.career-opportunity .co-title b {
    font-weight: 700;
    color: #7f8d95;
    font-size: 42px;
    font-family: "Playfair Display", serif;
}

.career-opportunity .co-description-short {
    grid-column: 1 / 2;
    /*grid-row: 2 / 3;*/
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 3;*/
    -webkit-box-orient: vertical;
    color: #7f8d95;
}

.career-opportunity .co-apply {
    grid-column: 2 / 3;
    grid-row: 1 / 4;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.career-opportunity .btnAdd {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border: 0;
    color: #ffffff;
    font-size: 16px;
    font-family: "Hind", sans-serif;
    font-weight: 300;
    background: #ed028c;
    border-radius: 5px;
    box-shadow: 2px 2px 0px 0px rgba(164, 3, 98, 1);
    cursor: pointer;
    white-space: nowrap;
}

.career-opportunity .btnAdd img {
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.career-opportunity .co-details-button {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: #ed028c;
    border-radius: 0 0 5px 5px;
    box-shadow: 2px 2px 0px 0px rgba(164, 3, 98, 1);
    padding: 10px 25px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    cursor: pointer;
    white-space: nowrap;
    z-index: 99;
}

.career-opportunity .co-details-button img {
    transition: transform 0.1s linear;
}

.career-opportunity .co-details-button.expanded img {
    transform: rotate(180deg);
}

.career-opportunity .co-details {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    overflow: hidden;
    height: 0;
    transition: height 0.1s linear;
}

.career-opportunity .co-details .co-content {
    padding: 20px 0;
    width: 82%;
}

.career-opportunity .co-details .co-content ul,
.career-opportunity .co-details .co-content ol {
    padding-left: 40px;
}

.career-opportunity .co-details .co-content ul {
    list-style-type: disc; 
}

.career-opportunity .co-details .co-content ol {
    list-style-type: decimal; 
}

.career-opportunity .co-details .co-content li {
    display: list-item; 
    margin-bottom: 5px; 
    color: #7f8d95;
    font-family: "Hind", sans-serif;
}

.career-opportunity .co-details h3 {
    margin-bottom: 15px;
    color: #334d5e;
}

.career-opportunity .co-details span {
    color: #7f8d95;
    line-height: 1.6;
}

@media only screen and (max-width: 768px) {
    .career-opportunity {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        padding-bottom: 70px;
    }

    .career-opportunity .co-title {
        grid-column: 1 / -1;
        grid-row: 1 / 2;
        margin-bottom: 10px;
    }

    .career-opportunity .co-description-short {
        grid-column: 1 / -1;
        grid-row: 2 / 3;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .career-opportunity .co-apply {
        grid-column: 1 / -1;
        grid-row: 5;
        justify-content: center;
    }
}

@media only screen and (max-width: 480px) {
    .career-opportunity {
        padding: 20px 20px 60px;
    }

    .career-opportunity .co-title b {
        font-size: 20px;
    }

    .career-opportunity .btnAdd {
        width: 100%;
        justify-content: center;
    }
}
