/* Floralis */

nav.categories-menu > ul > li .megamenu {
  max-width: 1370px;
}

.banner_zaklad {
	border: 1px solid #B3B3B3;
	padding: 18px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	background-color: #ece9f4;
	color: #4A4A4A;
	/* min-width:150px; */
  /* width: auto; */
  width: 600px;
  max-width: 95%;
	height: auto;
	/* position: absolute; */
	top: 3%;
	z-index: 10;
	display: block;
  /* left: 30vw; */
  margin: 0 auto;
}

.banner_text_top {
	font-size: 1em;
	line-height: 20px;
	margin-bottom: 15px;
	text-align: left;
  vertical-align: top;
}

.banner_text_top h1 {
	color: #4c53a3;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	margin-bottom: 12px;
	margin-top: 6px;
}

.banner_obr {
	padding: 0px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
}

.banner_obr img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	height: auto;
}

.banner_div_zavrit {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background-color: #FFF;
	border: 1px solid #BBB;
	height: 28px;
	width: 28px;
	text-align: center;
  float: right;
  font-size: 2.3em
}

.piro_banner_overlay {
	/* position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color:rgba(0, 0, 0, 0.7);
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
  z-index: 9; */
  
    
  z-index: 9;
  display: none;
  padding-top: 50px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

/* @media(max-width: 1500px) {
  .banner_zaklad {
    left: 10vw;
  }
} */

@media(max-width: 600px) {
  .banner_zaklad {
    width: auto;
  }
}

.zbozi_seznam_filtr {
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
	align-items: center;
	margin-bottom: 1em;
}

/* The checkbox-container */
.checkbox-container {
	display: block;
	height: 20px;
	position: relative;
	padding-left: 25px;
	/* margin-bottom: 12px; */
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	padding: 3px;
	border-radius: 50%;
	border: 2px solid #eee;
	/* background-color: #eee; */
}

.checkmark.aktivniBarva {
	border-color: black !important;
}

.checkmark.bila {
	background-color: #ffffff;
}

.checkmark.cervena {
	background-color: #c50000;
}

.checkmark.modra {
	background-color: #313295;
}

.checkmark.zelena {
	background-color: #44a64d;
}

.checkmark.zluta {
	background-color: #dfd32f;
}

.checkmark.ruzova {
	background-color: #e2008d;
}

.checkmark.fialova {
	background-color: #632d93;
}

.checkmark.oranzova {
	background-color: #e36000;
}

.checkmark.hneda {
	background-color: #5d380e;
}

.checkmark.zlata {
	background-color: #a69358;
}

.checkmark.seda {
	background-color: #8e8e8e;
}

.checkmark.cerna {
	background-color: #000000;
}


.checkbox-container:hover input ~ .checkmark {
	border-color: black;
}

/* .checkbox-container input:checked ~ .checkmark {
	background-color: #2196F3;
} */

/* .checkmark:after {
	content: "";
	position: absolute;
	display: none;
} */

/* .checkbox-container input:checked ~ .checkmark:after {
	display: block;
} */

/* .checkbox-container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
} */

.product-detail input[type="number"].add {
    margin: 4rem 2rem 0 0;
	width: 80px;
	padding: 0;
	text-align: center;
}

.product-detail input[type="number"].add::-webkit-inner-spin-button, 
.product-detail input[type="number"].add::-webkit-outer-spin-button {  
   opacity: 1;
}

.quick-order .cart-table .table .code {width: 30%;}
.quick-order .cart-table .table .quant {width: 20%;}
.quick-order .cart-table .table .unit {width: 15%;}

.cart-table .table .td .roname a {text-decoration: none !important; display: block;}
.cart-table .table .td .roname {font-size: 1.4rem;font-weight: normal}
	

.zbozi_detail.quant > a.button.add {
	margin: 0 2rem;
}

.zbozi_detail.quant input.input-group-field {
	-moz-appearance:textfield;
}

.user-account .vyhody_registrace {
	display: block;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    padding: 0.7em 0;
}

.block.slideshow {
	overflow: hidden;
}

@media (max-width: 1000px) {

	a.toggle {
		margin: 0;
		padding: 2.8em 0 0 3em;
	}

	a.toggle.toggle-categories-menu {
		margin: 0 auto;
		padding: 1.6em 2.3em;

        padding: 1.375em 2.3em 1.375em 4.25rem; 
        color: #ffffff; 
        width: 10rem; 
        text-indent: 0;
        background-position-x: left;
        font-size: 1.8rem;
        font-weight: 700;
        display: flex;
        align-items: center;
    }

}


/* Upravy urcenne puvodne pro custom.css, ktere nesly ulozit */
/* Po odstraneni chyby pri ukladani je mozne presunout do custom.css */

.cart-panel {margin-right: 4.5rem; margin-top: 3rem; position: relative;}

a.wishlist-icon {
  margin-top: 2rem; 
/*  margin-right: 6rem; */ 
  margin-right: 3rem; 
  display: block; 
  height: 3.7rem; 
/*  width: 3.7rem; */
  width: unset; 
  min-width: 3.7rem; 
/*
  text-indent: 100%; 
  overflow: hidden; 
  color: transparent; 
  white-space: nowrap; 
*/

  text-indent: unset; 
  overflow: unset; 
  color: #000000; 
  white-space: unset; 

  background-repeat: no-repeat; 
  background-position: center center; 
  background-position: left; 
  background-size: 3rem; 
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj48c3ZnIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAyMCAyMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxuczpzZXJpZj0iaHR0cDovL3d3dy5zZXJpZi5jb20vIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEuNDE0MjE7Ij48cmVjdCBpZD0iQXJ0Ym9hcmQxIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHN0eWxlPSJmaWxsOm5vbmU7Ii8+PGc+PHBhdGggZD0iTTE3LDEzLjc5MWwwLC0xLjI4N2wtMTQsMGwwLDEuMjg3bDE0LDBaIiBzdHlsZT0iZmlsbDojNTk1ZmFkOyIvPjxwYXRoIGQ9Ik0xOCw0LjUwNGwwLDEzbC0xNiwwbDAsLTEzbDE2LDBabS0xLjUsMS41NjFsLTEzLDBsMCwxMC4xNDJsMTMsMGwwLC0xMC4xNDJaIiBzdHlsZT0iZmlsbDojNTk1ZmFkOyIvPjxnPjxwYXRoIGQ9Ik05Ljk5NiwwLjgzMmMyLjIwOCwwIDQsMS43OTIgNCw0YzAsMS4wODYgLTEuOTM3LDEuMDc4IC0zLjkwNSwxLjA5NWMtMi4wMzEsMC4wMTcgLTQuMDk1LDAuMDI2IC00LjA5NSwtMS4wOTVjMCwtMi4yMDggMS43OTMsLTQgNCwtNFptMCwxLjI4YzEuNTAyLDAgMi43MiwxLjIxOSAyLjcyLDIuNzJsLTUuNDQsMGMwLC0xLjUwMSAxLjIxOSwtMi43MiAyLjcyLC0yLjcyWiIgc3R5bGU9ImZpbGw6IzU5NWZhZDsiLz48cmVjdCB4PSI1Ljk5NiIgeT0iNC4zNyIgd2lkdGg9IjEuMjg3IiBoZWlnaHQ9IjMuODA3IiBzdHlsZT0iZmlsbDojNTk1ZmFkOyIvPjxyZWN0IHg9IjEyLjcxNiIgeT0iNC4zNyIgd2lkdGg9IjEuMjg3IiBoZWlnaHQ9IjMuODA3IiBzdHlsZT0iZmlsbDojNTk1ZmFkOyIvPjwvZz48Y2lyY2xlIGN4PSIxMCIgY3k9IjE0LjY2OCIgcj0iNC41IiBzdHlsZT0iZmlsbDojNTk1ZmFkOyIvPjxjaXJjbGUgY3g9IjEwLjAzMyIgY3k9IjE0LjY3NyIgcj0iMy42NzIiIHN0eWxlPSJmaWxsOiNmZmY7Ii8+PHJlY3QgeD0iOS42ODkiIHk9IjExLjc5MiIgd2lkdGg9IjAuNjg3IiBoZWlnaHQ9IjMuNDQ3IiBzdHlsZT0iZmlsbDojNTk1ZmFkOyIvPjxwYXRoIGQ9Ik0xMi42NzQsMTUuMjM4bDAsLTAuNjg3bC0yLjk4NSwwbDAsMC42ODdsMi45ODUsMFoiIHN0eWxlPSJmaWxsOiM1OTVmYWQ7Ii8+PC9nPjwvc3ZnPg==);
}
a.wishlist-icon span { color: #000000; font-weight: 600; max-width: 9rem; margin-left: 4rem; }

/*.user-account {display: block; width: 2.6rem; height: 2.6rem; float: right; margin-top: 2.5rem; margin-right: 4rem; position: relative;}*/
.user-account {display: block; margin-top: 2rem; margin-right: 3rem; position: relative; width: unset; height: unset; }

/*a.user {display: block; width: 2.6rem; height: 2.6rem; text-decoration: none; white-space: nowrap; text-indent: 100%; overflow: hidden; color: transparent; padding: 0; position: relative; background-repeat: no-repeat; background-position: center center; background-size: 2.4rem; background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjQ4Ljc4IiBoZWlnaHQ9IjEzMDguMyIgdmlld0JveD0iMCAwIDEyNDguNzggMTMwOC4zIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNWE1ZmFkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+QXNzZXQgMTwvdGl0bGU+CiAgPGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+CiAgICA8ZyBpZD0i0KHQu9C+0LlfMSIgZGF0YS1uYW1lPSLQodC70L7QuSAxIj4KICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNODMxLjczLDczMy43NmMxMTMuNS02OS44MywxODkuNTgtMTk0LjczLDE4OS41OC0zMzcuMzVDMTAyMS4zMSwxNzcuODMsODQzLjI0LDAsNjI0LjM5LDBTMjI3LjQ3LDE3Ny44MywyMjcuNDcsMzk2LjQxYzAsMTQyLjYyLDc2LjA4LDI2Ny41MiwxODkuNTgsMzM3LjM1QzE3Miw3ODguNjcsMCw5MzguNjQsMCwxMTIwLjE0YzAsMTQ4LjUyLDM5Mi41LDE4OC4xNiw2MjQuMzksMTg4LjE2czYyNC4zOS0zOS42NCw2MjQuMzktMTg4LjE2QzEyNDguNzgsOTM4LjY0LDEwNzYuODEsNzg4LjY3LDgzMS43Myw3MzMuNzZaTTMwOS4yNCwzOTYuNDFjMC0xNzMuNDksMTQxLjM5LTMxNC42NCwzMTUuMTUtMzE0LjY0UzkzOS41NCwyMjIuOTIsOTM5LjU0LDM5Ni40MSw3OTguMTUsNzExLDYyNC4zOSw3MTEsMzA5LjI0LDU2OS45LDMwOS4yNCwzOTYuNDFabTMxNS4xNSw4MzAuMTJjLTMzMy4zNCwwLTUzMi44OC03MC4zMi01NDIuNi0xMDYuNjdDODIsOTM5LjUsMzI1LjM3LDc5Mi44LDYyNC4zOSw3OTIuOHM1NDIuMjksMTQ2LjY3LDU0Mi41OSwzMjdDMTE1Ny41MSwxMTU2LjEzLDk1OCwxMjI2LjUzLDYyNC4zOSwxMjI2LjUzWiIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==");}*/
a.user {display: block; padding: 0; position: relative; min-width: 2.6rem; min-height: 2.6rem; width: unset; height: unset; text-decoration: unset; white-space: unset; text-indent: unset; overflow: unset; color: #000000;  background-repeat: no-repeat; background-position: left 0.6rem; background-size: 2.4rem; background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjQ4Ljc4IiBoZWlnaHQ9IjEzMDguMyIgdmlld0JveD0iMCAwIDEyNDguNzggMTMwOC4zIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNWE1ZmFkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+QXNzZXQgMTwvdGl0bGU+CiAgPGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+CiAgICA8ZyBpZD0i0KHQu9C+0LlfMSIgZGF0YS1uYW1lPSLQodC70L7QuSAxIj4KICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNODMxLjczLDczMy43NmMxMTMuNS02OS44MywxODkuNTgtMTk0LjczLDE4OS41OC0zMzcuMzVDMTAyMS4zMSwxNzcuODMsODQzLjI0LDAsNjI0LjM5LDBTMjI3LjQ3LDE3Ny44MywyMjcuNDcsMzk2LjQxYzAsMTQyLjYyLDc2LjA4LDI2Ny41MiwxODkuNTgsMzM3LjM1QzE3Miw3ODguNjcsMCw5MzguNjQsMCwxMTIwLjE0YzAsMTQ4LjUyLDM5Mi41LDE4OC4xNiw2MjQuMzksMTg4LjE2czYyNC4zOS0zOS42NCw2MjQuMzktMTg4LjE2QzEyNDguNzgsOTM4LjY0LDEwNzYuODEsNzg4LjY3LDgzMS43Myw3MzMuNzZaTTMwOS4yNCwzOTYuNDFjMC0xNzMuNDksMTQxLjM5LTMxNC42NCwzMTUuMTUtMzE0LjY0UzkzOS41NCwyMjIuOTIsOTM5LjU0LDM5Ni40MSw3OTguMTUsNzExLDYyNC4zOSw3MTEsMzA5LjI0LDU2OS45LDMwOS4yNCwzOTYuNDFabTMxNS4xNSw4MzAuMTJjLTMzMy4zNCwwLTUzMi44OC03MC4zMi01NDIuNi0xMDYuNjdDODIsOTM5LjUsMzI1LjM3LDc5Mi44LDYyNC4zOSw3OTIuOHM1NDIuMjksMTQ2LjY3LDU0Mi41OSwzMjdDMTE1Ny41MSwxMTU2LjEzLDk1OCwxMjI2LjUzLDYyNC4zOSwxMjI2LjUzWiIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==");}
a.user span { color: #000000; font-weight: 600; margin-left: 4rem; max-width: 8rem; }

@media(max-width: 991px) {
    .cart-panel { margin-right: 2rem; }
    .user-account { margin-right: 2rem; }
    a.wishlist-icon { margin-right: 2rem; }
}
@media(max-width: 580px) {
    .cart-panel { margin-right: 1rem; }
    .user-account { margin-right: 1rem; }
    a.wishlist-icon { margin-right: 1rem; }
}

@media(min-width: 0) {
    a.wishlist-icon span { display: none; }
    a.user span { display: none; }
}
@media(min-width: 1200px) {
    a.wishlist-icon span { display: inline-block; }
    a.user span { display: inline-block; }
}


/* ******************* Prihlasovaci formular ******************* */
.login-form {
    display: none;
    background: #ffffff;
    max-height: 100vh;
    overflow: auto;
    height: auto;
}
.login-form--inner {
    max-width: 76rem;
}

.login-form form {
    padding-top: 1rem;
}

.login-form--purple {
    color: #5a5fad;
    font-weight: 700;
}
.login-form--lost-pass {
    display: block;
    margin-top: 1rem;
}
.login-form--login-button {
    margin-top: 3rem;
    padding: 1rem 2.5rem;
}

.login-form--registrace-button {
    margin-top: 3rem;
}

.form-inpage input[type=text], .form-inpage input[type=email], .form-inpage input[type=password], 
.form-item input[type=text], .form-item input[type=email], .form-item input[type=password] {
    margin: 0 0 0.2rem;
}

.form-inpage input[type=text]:focus, .form-inpage input[type=email]:focus, .form-inpage input[type=password]:focus {
    border-color: #5a5fad;
}
.form-inpage .checkbox {
    padding-bottom: 0;
    margin: 0;
}
.form-inpage .checkbox a {
    text-decoration: underline;
    color: #5a5fad;
}
.form-inpage .checkbox a:hover {
    color: #92c632;
}

.form--info {
    display: block;
    height: 2rem;
    margin: 0;
    padding-left: 1.6rem;
}

.form--error {
    display: block;
    color: #ff0000;
    font-weight: 600;
    height: 2rem;
    margin: 0 0 0.6rem;
    padding-left: 1.6rem;
}

.form--error-hidden {
    visibility: hidden;
}
.form--validation-summary {
    font-weight: 700;
    padding: 0;
}
.invisible {
    display: none;
}

@media(min-width: 0) {
    .login-form {
        margin: 2rem;
    }
    .login-form--left {
        border-right: rgb(214, 214, 240) 0.1rem solid;
        padding: 3rem;
    }
    .login-form--right {
        border-left: rgb(214, 214, 240) 0.1rem solid;
        padding: 1rem 3rem 3rem 3rem;
    }
}
@media(min-width: 768px) {
    .login-form {
        margin: 0;
    }
    .login-form--inner {
        display: flex;
        flex-wrap: nowrap;
    }
    .login-form--left {
        width: 50%;
        border-right: rgb(214, 214, 240) 0.1rem solid;
        padding: 4rem 5rem 5rem 5rem;
    }
    .login-form--right {
        width: 50%;
        border-left: rgb(214, 214, 240) 0.1rem solid;
        padding: 4rem 5rem 5rem 5rem;
    }
}



/* ******************* Registrace ******************* */

.registration h2 {
    font-size: 2rem;
    background-color: #d6d6f1;
    padding: 1.2rem 1.5rem;
    margin: 0 0 1rem 0;
    font-weight: 700;
}

.registrace--udaje {
    position: relative;
}

.registrace--udaje--left {
}
.registrace--udaje--right {
}

.registrace--typ {
}
.registrace--typ > div {
    display: flex;
    align-items: center;
}

.registrace--typ label {
    margin-top: 0.5rem;
}
.registrace--typ input[type="radio"] {
    margin-right: 1.5rem;
    margin-right: 15px;
    width: 20px;
    height: 20px;
}

.registrace--typ input[type='radio']:after {
    width: 2rem;
    height: 2rem;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #5a5fad;
}

.registrace--typ input[type='radio']:checked:after {
    width: 1.2rem;
    height: 1.2rem;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 0.4rem;
    left: 0.4rem;
    top: 4px;
    left: 4px;
    position: relative;
    background-color: #5a5fad;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #5a5fad;
}


.checkout .radio label::before, .variants .radio label::before {
    margin-left: -20px;
    width: 20px;
    height: 20px;
}
.checkout .radio label::after, .variants .radio label::after {
    left: 4px;
    top: 9px;
    width: 12px;
    height: 12px;
    margin-left: -20px;
}


@media(min-width: 0) {
    .registrace--typ {
        padding: 1rem 1rem 4rem 1rem;
    }
    .registrace--typ > div {
        padding: 0 0 1rem 0;
    }
    
    .registrace--udaje .captcha-wrap-right {
        position: relative;
    }    
    .registrace--udaje .captcha-wrap-right .input-group {
        max-width: 70%;
        width: 100%;
        float: left;
    }    
    .registrace--udaje .captcha-wrap-right img {
        position: absolute;
        right: 0;
        top: 3.5rem;
    }
    
}

@media(min-width: 400px) {
    .registrace--typ {
        display: flex;
        padding: 1rem 1rem 4rem 1rem;
    }
    .registrace--typ > div {
        padding: 0 5rem 0 0;
    }
}

@media(min-width: 992px) {
    .registrace--typ > div {
        padding-right: 10rem;
    }
    .registrace--udaje {
        display: flex;
        margin-top: 4rem;
    }
    .registrace--udaje--left {
        flex-grow: 1;
        max-width: 45%;
        padding-right: 7rem;
        border-right: 0.2rem solid #d6d6f1;
    }
    .registrace--udaje--right {
        flex-grow: 1;
        max-width: 50%;
        padding: 0 7rem 0 7rem;
    }

    .registrace--udaje .captcha-wrap-right .input-group {
        max-width: 60%;
    }    
}
@media(min-width: 1200px) {
    .registrace--udaje .captcha-wrap-right .input-group {
        max-width: 70%;
    }    
}


.main .content ol {padding: 0 0 0 2rem; margin: 3rem 0;}
.main .content ol li {display: list-item; font-size: 1.6rem; list-style-position: outside; line-height: 2.2rem; padding: 0; margin: 0 0 1rem;}

.yes-tax { margin: 0 0 5rem;}
.margin-top-40 { margin-top: 4rem !important;}
.margin-bottom-40 { margin-bottom: 4rem !important;}
.podminky-souhlas a { font-weight: 700; }

/* ***** Tlacitka v kosiku objednavce  ***** */
.cart .buy-table .inner { max-width: 40rem; }

.buy-table--buttons {
    position: relative;
    display: flex;   
    flex-flow: column wrap;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: flex-end;
    text-align: right;
}
.buy-table--buttons a.button {
    margin-top: 0 !important;
}
.buy-table--buttons a.btn-back {
    margin-top: 6rem !important;
}
@media(min-width: 580px) {
    .buy-table--buttons {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: center;
    }
    .buy-table--buttons a {
        display: inline-block;   
    }

    .buy-table--buttons a.button {
        margin-top: 0 !important;
    }
    .buy-table--buttons a.btn-back {
        margin-top: 0 !important;
    }
}    


/* ***** Strana kontakt  ***** */

.kontakt--page {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}    

.kontakt--inner {
    display: block;
    position: relative;
}
    
.kontakt--right {
    position: relative;
}
    
.kontakt--left--inner {
    position: relative;
}

.kontakt--left--inner > div,
.kontakt--right > div {
    position: relative;
}

.kontakt--outer .phone-numbers {
    padding-bottom: 2rem;
}

@media(min-width: 580px) {
    .kontakt--left--inner {
        display: flex;
        flex-grow: 1;
    }
    .kontakt--right {
        display: flex;
    }
    
    .kontakt--left--inner > div,
    .kontakt--right > div {
        width: 50%;
        display: block;
        flex-grow: 1;
    }
    
    .kontakt--left--inner > div:first-child {
        padding-right: 1.5rem;
    }
    .kontakt--left--inner > div:last-child {
        padding-left: 1.5rem;
    }
    
    .kontakt--right > div:first-child {
        padding-right: 1.5rem;
    }
    .kontakt--right > div:last-child {
        padding-left: 1.5rem;
    }

    .kontakt--outer .phone-numbers {
        padding-bottom: 0;
    }
    
}

@media(min-width: 1000px) {
    .kontakt--outer {
        display: flex;
        flex-wrap: nowrap;
    
    }    
    .kontakt--inner {
        width: 50%;
        flex-grow: 1;
    }
    .kontakt--left {
        padding-right: 1.5rem;
    }
        
    .kontakt--right {
        padding-left: 1.5rem;
        flex-grow: 1;
    }

    .kontakt--left--inner > div:first-child {
        padding-right: 0;
    }
    .kontakt--left--inner > div:last-child {
        padding-left: 0;
    }

    .kontakt--right > div:first-child {
        padding-right: 1.5rem;
    }
    .kontakt--right > div:last-child {
        padding-left: 1.5rem;
    }

}

.dodani--info-hlaska {
    padding-top: 3rem;
}

.product-detail h1 {
    padding: 1rem 0 2.25rem;
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    
    }
}


.checkout span.help-block {
    display: block;
    margin-top: -2.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #ff0000;
}


.novinky--headline {
    padding: 3rem 0 0;
}

.clanky--headline h2 {
    padding-bottom: 1rem;
}


.top-menu--row {
    flex-wrap: nowrap;
    justify-content: space-between;
}

.top-menu--left {
}
.top-menu--right {
}


@media (min-width: 576px) {
    .container {
        max-width: unset;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: unset;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: unset;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
}

@media (min-width: 1000px) {
    nav.categories-menu > ul {
        display: flex;
    }    
    
    nav.categories-menu > ul > li.hasmegamenu > a {
        text-align: center;
    }
    nav.categories-menu > ul > li > a {
        padding: 0.25rem 0.5rem;
    }
}

@media (min-width: 1150px) {
    nav.categories-menu > ul > li > a {
        padding: 0.25rem 1rem;
    }
}
@media (min-width: 1246px) {
    nav.categories-menu > ul > li > a {
        padding: 1.3rem 1rem;
    }
}
@media (min-width: 1360px) {
    nav.categories-menu > ul > li > a {
        padding: 1.3rem 1.8rem;
    }
}


/* ***** Banner box  ***** */

.banner-box {
    position: relative;
    padding-bottom: 10px;
    max-width: 100%;
}

.banner-box--container {
    display: block;
    max-width: 100%;
    aspect-ratio: 858 / 325;
}

.banner-box--aside {
    display: none;
}

@media (min-width: 1000px) {
    .banner-box--container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: calc(100% - 240px) 240px;
        -ms-grid-rows: auto;
        grid-template-columns: calc(100% - 240px) 240px;
        max-width: 100%;
        aspect-ratio: 1370 / 426 
    }

    .banner-box--aside {
        display: block;
    }
    
}


.banner-box--content {
    -ms-grid-column: 1; 
    display: block;
    position: relative;
}
.banner-box--slicker {
    display: block;
    position: relative;
}
.banner-box--slicker--item {
    display: block;
    position: relative;
}
.banner-box--slicker--item a img {
    display: block;
    max-width: 100%;
    height: auto;
}
.banner-box--aside {
   -ms-grid-column: 2;
    height: 100%;
    width: 240px;
}
.banner-box--aside > a {
    position: relative;
    height: 20%;
    border-left: 1px solid rgb(220, 220, 220);
    border-right: 1px solid rgb(220, 220, 220);
    border-bottom: 1px solid rgb(220, 220, 220);
    text-decoration: none;
    color: #5a5fad;
}
.banner-box--aside > a:nth-child(1) {
    border-top: 1px solid rgb(220, 220, 220);
}
.banner-box--aside > a:hover {
    color: #505485;
    text-decoration: none;
}
.banner-box--aside--item {
    display: flex;
    align-items: center;
    align-content: center;
    padding: 5px 20px;
    font-size: 16px;
    line-height: 24px;
}
.banner-box--aside--item:hover {
    background: #eeeeee;
}
.banner-box--aside--item.active {
    background: #5a5fad;
    color: #ffffff;
    margin-top: -1px;
    border-top: 0;
    border-left: 0;
}
.banner-box--aside--item.active:hover {
    background: #505485;
    color: #ffffff;
}

.banner-box--aside--item--news {
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    height: 20%;
}

.banner-box--aside--item--news--link {
    background: #5a5fad;
    padding: 6px 20px;
    color: #ffffff;
    border-radius: 30px;
    margin: auto;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
}
.banner-box--aside--item--news--link:hover {
    background: #505485;
    color: #ffffff;
    text-decoration: none;
}

.banner-box--aside--item--empty {
    height: 20%;

}

.aside-active-before {
    display: none; 
    position: absolute;
    width: 12px;
    height: 48px;
    left: -12px;
    top: calc(50% - 24px);
    border: 0;
    margin: 0;
    padding: 0;
}
.banner-box--aside--item.active .aside-active-before {
    display: block;    
}
.aside-active-before--top {
    width: 12px;
    height: 24px;
    background: linear-gradient(to left top, #5a5fad 50%,transparent 50%);
}
.aside-active-before--bottom {
    width: 12px;
    height: 24px;
    background: linear-gradient(to left bottom, #5a5fad 50%,transparent 50%);
}
.banner-box--aside > a:hover .aside-active-before .aside-active-before--top {
    background: linear-gradient(to left top, #505485 50%,transparent 50%);
}
.banner-box--aside > a:hover .aside-active-before .aside-active-before--bottom {
    background: linear-gradient(to left bottom, #505485 50%,transparent 50%);
}



/* ***** Top bar  ***** */

.top-bar {
    background-color: #eeeeee;
}

.top_menu__row {
    display: flex;
    justify-content: space-between;
}

.top_menu__left {
    text-align: left;
}

.top_menu__right {
    display: flex;
    justify-content: flex-end;
}

.top-bar .phone_contact span {
    font-weight: 600;
    padding: 1rem 2rem 0 0;
    display: inline-block;
}

.top-bar .currency-switcher {
    color: #777777;
    padding: 1rem 0 0;
}
.top-bar .currency-switcher a.active {
    color: #777777;
}

.top-bar .currency-switcher a {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    padding: 0 1rem;
}
.top-bar .currency-switcher a:last-child {
    padding-right: 0;
}

@media (max-width: 1000px) {
    .top-bar .currency-switcher {
        /* display: none; */
        margin-left: 2rem;
    }
    .top-bar .phone_contact span:last-child {
        padding-right: 0;
    }
    
    .top_menu__left a.toggle {
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMTI0IDEyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTI0IDEyNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPgoJPHBhdGggZD0iTTExMiw2SDEyQzUuNCw2LDAsMTEuNCwwLDE4czUuNCwxMiwxMiwxMmgxMDBjNi42LDAsMTItNS40LDEyLTEyUzExOC42LDYsMTEyLDZ6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIiBmaWxsPSIjRkZGRkZGIi8+Cgk8cGF0aCBkPSJNMTEyLDUwSDEyQzUuNCw1MCwwLDU1LjQsMCw2MmMwLDYuNiw1LjQsMTIsMTIsMTJoMTAwYzYuNiwwLDEyLTUuNCwxMi0xMkMxMjQsNTUuNCwxMTguNiw1MCwxMTIsNTB6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIiBmaWxsPSIjRkZGRkZGIi8+Cgk8cGF0aCBkPSJNMTEyLDk0SDEyYy02LjYsMC0xMiw1LjQtMTIsMTJzNS40LDEyLDEyLDEyaDEwMGM2LjYsMCwxMi01LjQsMTItMTJTMTE4LjYsOTQsMTEyLDk0eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+PC9nPiA8L3N2Zz4K");
        filter: brightness(0.75);
    }

    nav.main-menu ul li a  {
        background-color: #eeeeee;
        color: #595959;
        padding: 1.5rem 2.5rem !important;
    }
    nav.main-menu ul li a:hover {
        background-color: #5a5fad;
        color: #ffffff;
    }
}

@media (min-width: 1000px) {
    .top-bar .currency-switcher {
        display: block;
    }
    .top-bar .phone_contact {
        /* margin-right: 4rem; */
        margin-right: 0;
    }
    .top-bar .phone_contact span {
        padding: 0.875rem 1rem 0 0;
    }
    .top-bar .phone_contact span:last-child {
        padding-right: 2rem;
    }

    nav.main-menu ul li a  {
        color: #777777;
        font-weight: 500;
        font-size: 14px;
        padding: 0 1rem;
    }
}

@media (min-width: 1250px) {
    .top-bar .phone_contact span {
        padding: 0.875rem 2rem 0 0;
    }
    nav.main-menu ul li a  {
        padding: 0 2.5rem;
    }
}


/* ***** Florasis Panel - fp  ***** */

.fp_row {
    display: grid;
    position: relative;
    box-sizing: border-box;
}

.logo {
    grid-area: logo;
}

.search-wrap {
    grid-area: search;
    float: unset;
    margin-right: 0;
    box-sizing: border-box;
    display: block;
}
.search-wrap .search-input {
    display: block !important;
    width: 100%;
    position: relative;
}

.fp_row__rychla {
    grid-area: rychla;
}

.user-account {
    grid-area: user;
    margin-right: 0;
}

.cart-panel {
    grid-area: cart;
    float: unset;
}
.btn-cart {
    display: inline-block;
    min-width: unset;
}

.search-toggle {
    display: none;
}
a.wishlist-icon {
    margin-right: 0;
}

#wrapper > header > div.header-area.better_header-fixed.trida_pro_translate.better_header-go-in .user-account {
    margin-top: 0.3em;
}

.cart_counter {
    position: absolute;
    top: 0.125rem;
    right: -0.625rem;
    width: 2.25rem;
    height: 2.25rem;
    background: #92c632;
    border-radius: 50%;
    z-index: 50;
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

@media (min-width: 0) {
    .fp_row {
        grid-template-columns: 1fr 33px 28px 27px;
        grid-template-areas: "logo rychla user cart" "search search search search";
        gap: 0 20px;
    }
    .cart-panel {
        margin: 1.5rem 0 0 0;
    }
    .btn-cart {
        height: auto;
    }
    .btn-cart span.price {
        display: none;
    }
    .search-wrap {
        padding: 0;
    }
}
@media (max-width: 1000px) {
    .header-area {
        height: auto;
    }
}
@media (min-width: 768px) {
    .fp_row {
        grid-template-columns: 1fr 33px 28px 240px;
    }
    .cart-panel {
        text-align: right;
        margin: 2.875rem 0 0 0;
    }
    .btn-cart span.price {
        display: inline-block;
    }
    .cart_counter {
        display: none;
    }
}
@media (min-width: 1000px) {
    .fp_row {
        grid-template-areas: "logo search rychla user cart";
        grid-template-columns: 202px 60fr 10fr 10fr 240px;
        gap: 30px;
    }
    .cart-panel {
        text-align: right;
        margin: 3rem 0 0 0;
    }
    .btn-cart {
        height: 4rem;
    }
    .search-wrap {
        padding: 0 20px 0 0;
    }
}
@media (min-width: 1200px) {
    .fp_row {
        grid-template-columns: 217px 55fr 15fr 15fr 240px;
        gap: 40px;
    }
    .search-wrap {
        padding: 0 40px 0 40px;
    }
    .header-area .logo img {
        margin-left: 15px;
    }
    
}

.better_header-fixed {
    left: 0;
    right: 0;
}
#wrapper > header > div.categories-area.better_categories-fixed {
    left: 0;
    right: 0;
}


.dodani_osobni_sk {
    display: inline-block;
    position: relative;
    top: -4px;
    padding: 0.5rem;
}

.description {
    margin: 0 0 4rem !important;
}
.description h3  {
    color: #008800;
}
.description p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 0 0 2rem;
}
.description ul  {
    margin-top: 0;
}
.description ul li  {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 0 0 0.75rem;
}
.cats {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.skladem-0 {
    font-weight: 700;    
    color: #c50000;
}
.skladem-1-5 {
    font-weight: 700;    
    color: #e36000;
}
.skladem-6-10 {
    font-weight: 700;    
    color: #75a51d;
}
.skladem-10-vic {
    font-weight: 700;    
    color: #75a51d;
}

.cart-table .table .tr {
    position: relative;
}

.cart-table .table .td {
    padding: 20px 20px 20px 20px;
}

.cart-table .table .td.code, 
.cart-table .table .td.quant, 
.cart-table .table .td.price,
.cart-table .table .td.cancel {
    vertical-align: middle;
}
.cart-table .table .td.quant {
    padding-top: 25px;
    padding-bottom: 15px;
}

.mobile-label {
    display: none;
}

@media (max-width: 768px) {
    .cart-table .table .tr {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "first first"
        "code quant"
        "price1 price2";
        gap: 5px 10px;
        padding-bottom: 10px;
    }

    .cart-table .table .td.first {
        grid-area: first;
    }
    .cart-table .table .td.code {
        grid-area: code;
    }
    .cart-table .table .td.quant {
        grid-area: quant;
    }
    .cart-table .table .td.price1 {
        grid-area: price1;
    }
    .cart-table .table .td.price2 {
        grid-area: price2;
    }

    .cart-table .table .td, 
    .cart-table .table .td.quant {
        padding: 10px 15px;
    }

    .cart-table .table .td.first {
        padding-top: 20px;
        padding-right: 30px;
        grid-column: 1 / 3;
    }
    .cart-table .table .td .title {
        padding-left: 2rem;
    }

    .cart-table .table .td.cancel {
        position: absolute;
        top: 0;
        right: 0;
        width: unset !important;
        padding: 10px;
    }

    .mobile-label {
        display: block;
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
        margin: 0 0 2px;
        color: rgb(89, 89, 89);
    }

    .kupon-buttons {
        margin-top: 0 !important;
    }
    .kupon-button-margin {
        margin-bottom: 15px;
    }

}


.cart-table .table .td a {
    display: flex;
    align-items: center;
}
.cart-table .table .td img {
    float: unset;
}
.cart-table .table .td .title {
    float: unset;
    padding-top: 0;
}



.currency-switcher {
    position: relative;
}

.currency-switcher .currency-switcher--active {
    font-weight: bold;
    text-align: right;
    color: #44a64d;
}

.currency-switcher ul.currency-switcher-menu {
    display: none;
}

.currency-switcher ul.currency-switcher-menu > li {
    text-align: center;
}

.currency-switcher ul.currency-switcher-menu > li > a {
    padding: 0;
    margin: 0.4em 0;
}

.currency-switcher:hover ul.currency-switcher-menu,
.currency-switcher:active ul.currency-switcher-menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    background-color: #ffffff;
    list-style-type: none;
    padding: 0.5em 1em;
    margin-top: 0;
    z-index: 9;
    box-shadow: 0 10px 10px rgba(0,0,0,0.24);
}

.mista_dodani {
    margin-left: 3em;   
}

.mista_dodani input.form-control.packeta-selector-branch-name {
    border: 0;
    font-size: 1.5rem;
    font-weight: bold;
}

