.category {
	padding-left: 10px;
	padding-right: 10px;
}
.productshort {
	color: #898d90;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	height: 50px;
}
.productshort p {
	margin-bottom: 0px;
} 

.list_product_image {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 170px;
	display: block; 
}
/* 2020-03-24 */
.top-header-3 {
	height: auto;
}
/*.main-menu li.first { 
	display: block;
}
.main-menu li.first a {
	color: #f1d600;
}
.main-menu li.first a {
	color: #f1d600;
}*/
.main-menu li.first a:active,
.main-menu li.first a:focus,
.main-menu li.first a:hover {
    color: #ffffff;
}
.greenInfoBox {
	background-color: #02cf98 !important;
	transition: .2s all;
}
.greenInfoBox:hover {
	background-color: #678999 !important;
}

input#agree {
    -webkit-transform: none; /* Safari and Chrome */
       -moz-transform: none; /* Firefox */
        -ms-transform: none; /* IE 9 */
         -o-transform: none; /* Opera */
            transform: none;
    cursor: pointer;
}
input#agree ~ label {
	cursor: pointer;
}
/* END 2020-03-24 */

/* 2020-04-07 */
.slide-info p.specific {
    line-height: 1.1;
    padding-top: 10px;

}

.slide-info h1, .slide-info p {
	font-size: 50px;
}

@media (min-width: 992px) {
	.slide-info p.specific {
	    font-size: 50px;
	    line-height: 1.3;
	}
}
/* END 2020-04-07 */

/* 2021-04-07 */
.switch-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

.switch-wrap .switch-text {
	width: 100px;
	display: block;
}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	margin: 0 10px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #02cf98;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #02cf98;
}

input:focus + .slider {
	box-shadow: 0 0 1px #02cf98;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.main-basket h2, .main-basket h3 {
	font-size: 22px;
}
/* END 2021-04-07 */

.d-flex {
	display: flex !important;
	flex-direction: column;
}
.flex-row {
	flex-direction: row;
}
.banner-novinky {
	margin-top: 80px;
	margin-bottom: 80px;
}
.banner-novinky .content-images,
.banner-novinky .content-text {
	height: 100%;
}
.banner-novinky .content-images {
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner-novinky .content-images,
.banner-novinky .content-images p {
	margin: 0;
	text-align: center;
}
.banner-novinky .content-images img {
	width: 50%;
}
.banner-novinky .content-text {
	position: relative;
	background-color: #17c497;
	color: #fff;
	padding: 25px 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 0 0 20px 20px;
	font-size: 17px;
	margin-top: 15px;
}
.banner-novinky .content-text:before {
    content:'';
    position: absolute;
    background-color: inherit;
    display: none;
	height: 100%;
	width: 100px;
	top: 0;
	left: -100px;
	z-index: -1;
}
.banner-novinky .content-text:after {
    content:'';
    position: absolute;
    background-color: #fff;
    display: none;
	height: 600px;
	width: 600px;
	top: 50%;
	transform: translateY(-50%);
	left: -600px;
	border-radius: 999px;
	z-index: -1;
}
.banner-novinky .content-text > * {
	
}
.banner-novinky .content-text h3 {
	color: #ffd426;
	font-size: 25px;
	font-weight: 900;
	margin-top: 0;
}
.banner-novinky .content-text a {
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: bold;
	background-color: #55b3cc;
	color: #fff;
	border-radius: 10px;
	padding: 15px 65px 15px 15px;
	transition: all .25s ease-in-out;
}
.banner-novinky .content-text a:hover {
	cursor: pointer;
	background-color: #fff;
	color: #55b3cc;
	transition: all .25s ease-in-out;
}
.banner-novinky .content-text a:after {
	content: '\2192';
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.banner-novinky .content-text a:not(:first-child) {
	margin-left: 15px;
	background-color: #76335f;
	color: #fff;
}
.banner-novinky .content-text a:not(:first-child):hover {
	color: #76335f;
	background-color: #fff;
}

@media screen and (min-width: 768px) {
	.flex-md-row {
		flex-direction: row;
	}
}
@media screen and (min-width: 992px) {
	.flex-lg-row {
		flex-direction: row;
	}
	.banner-novinky .content-text {
		margin-top: 0;
		border-radius: 0 20px 20px 0;
	}
	.banner-novinky .content-text:before {
	    display: block;
	}
	.banner-novinky .content-text:after {
	    display: block;
	}
}