/*FONTS */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Amatic+SC:400,700&display=swap');

.external-fonts-loaded h1, 
.external-fonts-loaded h2, 
.external-fonts-loaded h3, 
.external-fonts-loaded h4, 
.external-fonts-loaded h5, 
.external-fonts-loaded h6, 
.external-fonts-loaded .h1, 
.external-fonts-loaded .h2,
.external-fonts-loaded .h3, 
.external-fonts-loaded .h4, 
.external-fonts-loaded .h5, 
.external-fonts-loaded .h6, 
.external-fonts-loaded #footer h5,
.extended-banner-title {
	font-family: 'Amatic SC', cursive;
	font-weight: var(--strong);
}

.external-fonts-loaded, 
.external-fonts-loaded body,
.external-fonts-loaded .empty-content {
	font-family: 'Montserrat', sans-serif;
	font-weight: var(--light);
}

.external-fonts-loaded .cart-table .main-link, 
.external-fonts-loaded .cart-related-name {
	font-family: 'Montserrat', sans-serif;
	text-transform: none;
}

.external-fonts-loaded ol.cart-header, 
.external-fonts-loaded .next-step, 
.external-fonts-loaded .price-wrapper, 
.external-fonts-loaded .price-additional, 
.external-fonts-loaded .price-measure, 
.external-fonts-loaded .price-final, 
.external-fonts-loaded .price-save, 
.external-fonts-loaded .price-standard, 
.external-fonts-loaded .btn, 
.external-fonts-loaded .products .name {
	font-family: 'Montserrat', sans-serif;
	font-weight: var(--regular);
}



/* VARIBLES */
:root {
	--svetla: #EBECEC;
	--tmava: #333339;
	--ruzova: #E2017B;
	--zelena: #B1C903;
	--modra: #5AAFAA;
	--cerna: #000;
	--seda: #ebecec;
	--bila: #fff;
	--disabled: #b2b2b2;
	--light: 400;
	--regular: 500;
	--strong: 600;

}



/*MAIN*/
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: var(--tmava);
}

p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
}

h1 {
	font-weight: 700;
	font-size: 36px;
	line-height: 53px;
}

h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 44px;
}

.btn.btn-default, 
a.btn.btn-default {
    text-transform: none;
    border-radius: 20px;
    padding: 13px 39px;
    font-size: 18px;
    line-height: 18px;
}

.pkVisible {
	visibility: visible !important;
}

.pkMarginLeft0 {
	margin-left: 0 !important;
}

.pkMarginTop0 {
	margin-top: 0 !important;
}

.pkMarginBottom0 {
	margin-bottom: 0 !important;
}






/*SEARCH*/
.search .btn {
	font-size: 0;
    color: var(--seda);
    border: unset;
    background-color: transparent;
    padding: 5px 21px 4px;
    line-height: 1;
}

.search .btn:hover {
	background-color: unset;
	color: var(--ruzova);
}

.search .btn::before {
	font-family: "untitled-font-2" !important;
    content: '\61';
    font-size: 21px;
    width: unset;
    height: unset;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
}

input[type="search"].form-control {
	border-radius: 20px;
    border: 1px solid var(--seda);
    padding: 8px 62px 8px 29px;
	color: var(--modra);
}

input[type="search"].form-control::-webkit-input-placeholder {
    color: var(--modra); 
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
} 

input[type="search"].form-control::-moz-placeholder {
    color: var(--modra); 
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
} 

input[type="search"].form-control:-ms-input-placeholder {
    color: var(--modra); 
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
} 

input[type="search"].form-control:-moz-placeholder {
    color: var(--modra); 
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
} 







/*HEADER*/
.top-navigation-contacts {
	visibility: hidden;
}


#header .site-name a img {
	max-height: 92px;
}

#header .site-name {
	line-height: 0;
}

.navigation-buttons > a[data-target="cart"] i {
	background-color: var(--bila);
	color: var(--zelena);
	left: 30px;
	top: 5px;
}

.header-top .btn.cart-count::before {
	font-family: "untitled-font-2" !important;
    content: '\6b';
	background-color: var(--zelena);
	color: var(--bila);
	width: 51px;
    height: 46px;
    line-height: 46px;
    border-radius: 20px;
    font-size: 30px;
}

.header-top .btn.cart-count .cart-price {
	color: var(--tmava);
	text-transform: none;
	font-weight: 500;
	line-height: 20px;
}

.pkLogin a[data-target="login"],
.pkLogin a[data-target="login"]:hover,
.top-nav-button-account,
.top-nav-button-account:hover {
	color: var(--tmava);
	background-color: unset;
	text-transform: lowercase;
	font-weight: 500;
	line-height: 20px;
	font-size: 16px;
}

.pkLogin a[data-target="login"]::before,
.top-nav-button-account::before {
	font-family: "untitled-font-2" !important;
    content: '\68';
    background-color: var(--ruzova);
    color: var(--bila);
    width: 51px;
    height: 46px;
    line-height: 46px;
    border-radius: 20px;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 30px;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    text-align: center;
}

.top-navigation-contacts a.project-address::before {
	font-family: "untitled-font-2" !important;
    content: '\63';
    line-height: 25px;
    display: inline-block;
    speak: none;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    position: relative;
    top: -3px;
}

.top-navigation-contacts a.project-phone::before {
	font-family: "untitled-font-2" !important;
    content: '\65';
	font-size: 22px;
}

.top-navigation-contacts a.project-email::before {
	font-family: "untitled-font-2" !important;
    content: '\64';
	font-size: 24px;
}

.pkLogin,
.top-nav-button-account {
	text-align: right;
}

.pkLogin a span,
.top-nav-button-account a span {
	display: none;
}

.dropdown {
	font-weight: 500;
}

.pkActive input[type="search"].form-control {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.search-whisperer.active {
	display: none;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	overflow: hidden;
	border-bottom-width: 1px;
}

.search-whisperer,
.search-whisperer ul li {
	border-color: var(--seda);
}

.search-whisperer-documents.text-center {
	border-bottom: unset;
}

.search-whisperer-documents.text-center a {
	justify-content: center;
}































/*NAVIGATION*/
.navigation-in ul li a b {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}

.navigation-in ul.menu-level-2 a {
	color: var(--tmava);
}

.menu-helper::after,
.responsive-tools>a[data-target="navigation"]::before {
    width: 46px;
    font-size: 20px;
    line-height: 44px;
    background-color: var(--modra);
    border-radius: 20px;
}

.header-top .btn.cart-count::before {
	margin-right: 10px;
}

.navigation-in > ul > li.ext > ul > li > a img {
	border-radius: 20px;
}













/*BREADCRUMBS*/
.breadcrumbs {
    color: var(--modra);
    background-color: #ebecec;
    border: unset;
    border-radius: 20px;
}

.navigation-home-icon-wrapper::before {
	font-family: "untitled-font-2" !important;
    content: '\63';
}

.breadcrumbs>span>a::before, 
.breadcrumbs>span>a::after {
    background-color: var(--tmava);
    height: 12%;
}

.breadcrumbs>span>a::after {
	bottom: 40%;
}

.breadcrumbs>span>a::before {
	top: 40%;
}

.breadcrumbs>span>a, .breadcrumbs>span>span {
    line-height: 16px;
    font-size: 13px;
}






/*SIDEBAR*/
#cat-3330,
#cat-3267,
.categories > div {
	display: none !important;
}

.sidebar-inner > div h4 {
	font-size: 28px;
}

.sidebar {
	background-color: unset;
	padding: 20px;
}

.sidebar-inner {
	border-right: 2px solid var(--seda);
	padding: 0;
}

.sidebar-inner .box-categories h4 {
	margin-top: 19px;
}

.sidebar-inner>div.box-categories {
	padding-top: 0;
}

.categories {
    margin-left: 0;
    margin-right: 0;
}

#categories .expandable > a > span::before, 
#categories .expandable>.topic>a>span::before,
#categories .expandable.expanded > a > span::before, 
#categories .expandable.expanded>.topic>a>span::before {
	content: "";
	background-color: var(--modra);
	border-radius: 50%;
	width: 6px;
    height: 6px;
    line-height: 6px;
}

.box-bg-variant .categories a {
	font-size: 13px;
	line-height: 16px;
	color: var(--tmava);
	font-weight: 500;
}

.categories li.active>a + ul li a {
	color: #a0a0a0;
}

#categories ul .expandable .cat-trigger {
	left: 0;
}

#categories ul ul .expandable .cat-trigger {
	left: 15px;
}

#categories ul ul ul .expandable .cat-trigger {
	left: 30px;
}

#categories ul ul ul ul .expandable .cat-trigger {
	left: 45px;
}

.categories ul a {
    padding-left: 15px;
}

.categories ul ul a {
	padding-left: 30px;
}

.categories ul ul ul a {
	padding-left: 45px;
}

.categories ul ul ul ul a {
	padding-left: 60px;
}

.categories li.active>a {
	color: var(--ruzova);
	background-color: unset;
}

.categories li.active>a:hover {
	color: var(--modra);
	background-color: unset;
}

#categories .expandable.expanded > a > span::before, 
#categories .expandable.expanded>.topic>a>span::before {
	background-color: var(--ruzova);
}

.sidebar-inner > .box {
	padding-right: 10px !important;
}

.filter-sections {
	background-color: unset;
}

.ui-slider-horizontal .ui-slider-handle::after,
.ui-slider-handle,
.ui-slider-handle:hover {
	background-color: var(--ruzova);
	border-color: var(--ruzova);
}

input[type="checkbox"]:checked+label::before, 
input[type="radio"]:checked+label::before,
input[type="checkbox"]+label::before, 
input[type="radio"]+label::before,
input[type="checkbox"]+label::after, 
input[type="radio"]+label::after {
	border-color: #ebecec;
}

input[type="checkbox"]:checked+label::after, 
input[type="radio"]:checked+label::after {
	background-color: var(--ruzova);
	border-color: var(--ruzova);
	border-radius: 50%;
	/*width: 12px;*/
	/*height: 12px;*/
	left: 4px;
}

input[type="checkbox"]+label::before, 
input[type="radio"]+label::before {
	border-radius: 50%;
	width: 18px;
	height: 18px;
}

input[type="checkbox"]+label::before, 
input[type="radio"]+label::before,
.ui-slider .ui-slider-range {
	background-color: #ebecec;
}

input[type="checkbox"]:disabled+label::before, 
input[type="radio"]:disabled+label::before {
	background-color: #f9f9f9;
}

.filter-count {
    background-color: var(--modra);
    color: var(--bila);
    font-weight: 300;
    border-radius: 20px;
}

.filter-label.disabled .filter-count {
    background-color: #75bdb9;
}

input[type="checkbox"]+label, 
input[type="radio"]+label {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
}

.filter-sections fieldset > div {
	margin-bottom: 10px;
}

.filter-sections {
	padding: 0;
}

.sidebar-inner>div {
	border-bottom: unset;
}








/*FOOTER*/
.extended,
#formNewsletterWidget br {
	display: none !important;
}

#footer h4 {
    text-transform: none;
    margin-top: 40px;
    font-size: 24px;
    line-height: 35px;
    color: var(--modra);
}

#pkNewsletter {
	background: url(/user/documents/pkUpravy/images/background.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
}

.pkNewsletterText {
	font-size: 16px;
	line-height: 20px;
	color: #565656;
	text-align: center;
}

.pkNewsletter {
	max-width: 635px;
    margin: auto;
    margin-bottom: 50px;
}

.pkNewsletter .form-group label {
	padding: 0;
	margin-top: 5px;
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	color: var(--modra);
	text-align: center;
}

.pkNewsletter .form-control {
    height: 60px;
    padding: 20px 290px 20px 30px;
    border: unset;
    border-radius: 20px;
}

.pkNewsletter .btn.btn-default {
	padding: 19px 85px;
	height: 60px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.pkNewsletter .btn.btn-default::before {
	font-family: 'Montserrat', sans-serif;
	font-weight: var(--regular);
	content: "Odebírat";
	font-size: 18px;
	line-height: 22px;
}


.pkNewsletter .form-control::-webkit-input-placeholder {
    color: #c4c4c4;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
} 

.pkNewsletter .form-control::-moz-placeholder {
    color: #c4c4c4;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
} 

.pkNewsletter .form-control:-ms-input-placeholder {
    color: #c4c4c4;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
} 

.pkNewsletter .form-control:-moz-placeholder {
    color: #c4c4c4;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
} 

#footer .footer-bottom {
    background-color: var(--modra);
    color: var(--bila);
    position: relative;
}

.footer-bottom::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: 0;
    border-left: 9999px solid var(--modra);
    box-shadow: 9999px 0 0 var(--modra);
}

#signature a,
.copyright {
	position: relative;
	z-index: 1;
	color: var(--bila);
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
}

#signature a:hover {
	color: var(--bila);
	text-decoration: underline;
}

.custom-footer {
	padding: 0;
	border: unset;
}

.custom-footer > div:last-child h4 {
	display: inline-block;
	margin-right: 10px;
}

.banner,
.banner-wrapper,
.banner-category,
.carousel-inner,
#footer .contact-box a, 
#footer .password-helper a, 
#footer .news-item-widget a, 
#footer ul a {
	color: var(--tmava);
}

.banner-wrapper .pkSocial  {
	margin-left: 5px;
	color: var(--bila);
	font-size: 30px;
    padding: 10px;
    border-radius: 50%;
	position: relative;
    top: 5px;
}

.pkFace {
	background-color: #3C5A99;
}

.pkPin {
	background-color: #C8232C;
}

.custom-footer .banner {
	margin-bottom: 0;
}












/*HOMEPAGE*/
.content-wrapper.latest-contribution-box {
	display: none !important;
}

.homepage-box {
	border: unset;
	background-color: unset;
}

.homepage-box.welcome-wrapper {
	margin-top: 0;
	padding-top: 0;
}

.before-carousel {
	margin: unset;
	padding: unset;
}

.before-carousel .container .col-sm-8 {
	border-top: 2px solid var(--modra);
	border-bottom: 2px solid var(--modra);
}

.welcome div,
.welcome h1 {
	max-width: unset;
}

.welcome {
	text-align: center;
}

.pkHpVideo {
	max-width: 750px;
	margin: auto;
}

.id-1 h1 {
	font-weight: 700;
	font-size: 36px;
	line-height: 53px;
	text-align: center;
	margin-top: 25px;
    margin-bottom: 25px;
}

.id-1 .welcome h2 {
	margin-top: 60px;
}

.extended-banner-title {
	color: var(--bila);
	font-size: 28px;
	font-weight: 700;
	line-height: 41px;
	text-align: center;
	max-width: 120px;
	border: unset;
	background-color: unset;
	box-shadow: unset;
	padding: 0;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.id-1 .col-sm-4,
.id-1 .col-sm-8 {
    width: 100%;
    padding: 0;
    float: unset;
}

.id-1 .banners-row .banner-wrapper + .banner-wrapper {
	margin-top: unset;
}

.id-1 .col-sm-8 {
	margin-bottom: 103px;
}

.carousel {
    overflow: hidden; 
}

h4.homepage-group-title,
.h4.homepage-group-title {
    margin-top: 60px;
    font-size: 30px;
    line-height: 44px;
}

#pkLastBlog {
	display: none;
	background: url(/user/documents/pkUpravy/images/background.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 60px;
	margin-top: 30px;
}

.pkLastBlogMore {
	text-align: center;
}

.pkLastBlog {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 45px;
}

.pkLastBlog > div {
	width: 100%;
	margin: 10px;
	padding: 20px !important;
	border: 1px solid var(--seda) !important;
	border-radius: 20px;
	background-color: var(--bila);
}

.pkLastBlog .news-item .text .title {
	color: var(--ruzova);
	font-size: 17px;
	font-weight: 600;
	line-height: 21px;
}

.pkLastBlog .news-item time {
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	color: var(--modra);
}

.id-1 .products-block {
	display: none;
}

.id-1 .products-block .product {
	visibility: hidden;
}

.id-1 .pkHpVideo iframe,
.next-to-carousel-banners {
	border-radius: 20px;
}

 







/*QUANTITY*/
.quantity {
	border-radius: 20px;
	border-color: #ebecec;
	padding-right: 40px;
}

.quantity input {
	width: 90px;
	height: 54px;
	font-family: inherit;
	text-align: center;
	font-size: 24px;
	line-height: 29px;
	font-weight: 500;
	color: var(--tmava);
}

.quantity .increase,
.quantity .decrease {
	border-color: #ebecec;
	background-color: unset;
	color: var(--modra);
	width: 40px;
    height: 28px;
}

.quantity .decrease {
	top: 28px;
}

.quantity .increase::before,
.quantity .decrease::before {
	line-height: 28px;
	font-size: 15px;
}














/*PRODUCT*/
.p-detail .stars-wrapper,
/*.p-info-wrapper > p,*/
.social-buttons-wrapper,
.p-detail .products-related-header,
.p-detail .products-related,
.p-detail .browse-p,
.p-detail-inner-header > .p-code {
	display: none !important;
}

.type-product .p-detail-info .flag {
	float: left;
}

.add-to-cart .btn.btn-conversion {
	line-height: 36px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.add-to-cart .quantity {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.product-top .price-final {
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	color: var(--ruzova);
}

.variant-price-wrap .price-final,
.variant-price-wrap .price-final .pr-list-unit {
	color: var(--ruzova);
}

.product-top .price-final .pr-list-unit {
	color: var(--ruzova);
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
}
.product-top .price-additional {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: var(--tmava);
}

.variant-price-wrap .price-additional {
	font-weight: 400;
	color: var(--tmava);
}

.p-info-wrapper .p-final-price-wrapper {
	margin-bottom: 16px;
}

.p-info-wrapper .availability-value,
.variant-name-wrapper > div > span {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
}

.delivery-time-label,
.delivery-time {
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	color: var(--tmava);
}

.p-info-wrapper .detail-parameters th {
	padding-right: 10px;
}

.p-short-description,
.p-short-description p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: var(--tmava);
}

.shp-tabs-holder ul.shp-tabs li a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #fff;
	background-color: var(--modra);
	border-radius: 20px 20px 0px 0px;
	margin-right: 5px;
	border: none;
}

.shp-tabs-holder ul.shp-tabs li.active a,
.shp-tabs-holder ul.shp-tabs li:hover a {
	color: var(--tmava);
	background-color: #fff;
}

.shp-tab.active {
	border: none;
}

.shp-tab-link:hover {
	border: none;
}

#description h3 {
	font-size: 24px;
	line-height: 28px;
}

.shp-tabs-holder ul.shp-tabs {
	background-color: unset;
   	padding-top: 5px;
}


.variant-cart .btn.btn-cart::before, 
.variant-cart a.btn.btn-cart::before, 
.variant-cart .btn.add-to-cart-button::before, 
.variant-cart a.btn.add-to-cart-button::before {
	font-family: "untitled-font-2" !important;
    content: '\6b';
}

.variant-cart .quantity input {
	width: 40px;
}

.variant-cart .btn.btn-cart,
.variant-cart a.btn.btn-cart {
	width: unset;
}

.variant-name {
	font-weight: 500;
}

.products-block .pr-list-unit {
	display: none;
}

.p-info-wrapper .add-to-cart {
	margin-bottom: 39px;
}

.p-info-wrapper .p-code {
	margin-bottom: 10px;
	display: block;
}


















/*CATEGORY*/
#content > h4,
#productsTop,
.subcategories li a::before,
.subcategories li a:hover::after {
	display: none !important;
}

.type-category #content {
	display: flex;
	flex-direction: column;
}

.category-title {
	order: -3;
}

.category-perex {
	visibility: hidden;
	order: -2;
}

.text-overflow {
	margin-bottom: 0;
	display:block; 
	overflow:hidden;
	word-break: break-word;
	word-wrap: break-word;
}

.btn-overflow {
	margin-top: 10px;
	order: -1;
	margin-bottom: 10px;
	display: none;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
	text-decoration: underline;
}

.category-header {
	background-color: unset;
}

.category-header input[type="radio"]:checked+label,
.category-header input[type="radio"]+label:hover {
	color: #fff;
	background-color: var(--ruzova);
	border-radius: 20px;
}

.category-header input[type="radio"]+label {
	color: var(--modra);
	background-color: #ebecec;
	border-radius: 20px;
	margin-right: 19px;
	margin-top: 10px;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
}

.category-header div {
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
}

.subcategories li {
	width: 33.333333%;
}

.subcategories.with-image li a {
	padding: 0;
	border: unset;
	display: block;
	height: unset;
}

.subcategories.with-image li a .image,
.subcategories.with-image li a .text {
	width: 100%;
	display: block;
}

.subcategories.with-image li a .image img {
	max-height: 100%;
	border-radius: 20px;
}

.subcategories {
	align-items: unset;
}

.subcategories.with-image li a .text {
	padding: 0;
	text-align: center;
	margin-top: 5px;
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	color: var(--tmava);
	max-height: unset;
}

.subcategories.with-image li a:hover .text {
	text-decoration: underline;
}

.pagination-link {
	color: var(--modra);
}

.pagination>a, 
.pagination-top>a, 
.pagination>strong {
    display: inline-block;
    width: 46px;
    height: 46px;
	min-width: 46px;
    line-height: 46px;
	font-size: 18px;
	font-weight: 500;
    background-color: #ebecec;
}

.pagination>a.pagination-link {
	background-color: var(--ruzova);
	color: #fff;
}

.pagination>strong.current {
	color: var(--ruzova);

}

.pagination-top>strong {
	text-transform: none;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color: #82828f;
	margin-left: 10px;
}

.pagination-link.prev::before, 
.pagination-link.next::before, 
.pagination-link.up::before {
	font-size: 16px;
}

.pagination strong {

}

.category-perex,
.category-perex p,
.category-perex p span {
	font-family: Montserrat !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 16px !important;
	line-height: 19px !important;
	text-align: justify !important;
	color: #333339 !important;
}












/*PRODUCTS*/
.products .ratings-wrapper,
.products .flag.flag-discount {
	display: none;
}

.btn.btn-cart::before, 
a.btn.btn-cart::before, 
.btn.add-to-cart-button::before, 
a.btn.add-to-cart-button::before {
    font-family: "untitled-font-2" !important;
    content: '\6b';
}

.products-block .p-bottom .p-tools {
    text-align: center;
    flex-basis: 100%;
}

.products-block .p-bottom .prices {
	margin-bottom: 10px;
	text-align: center;
}

.products-block .p-bottom .prices .price-final {
	font-weight: 600;
	font-size: 21px;
	line-height: 26px;
	color: var(--tmava);
	text-align: center;
}

.btn.btn-cart, 
a.btn.btn-cart {
    width: 100%;
    border-radius: 20px;
    text-transform: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    padding: 9px 25px;
    white-space: unset;
}

.btn.add-to-cart-button, 
a.btn.add-to-cart-button,
.btn.btn-primary,
a.btn.btn-primary {
    border-radius: 20px;
    text-transform: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    padding: 9px;
    white-space: unset;
}

.btn.btn-conversion {
	border-radius: 20px;
    text-transform: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    padding: 9px 25px;
    white-space: unset;
}

.products-block .p-bottom .p-desc {
	margin-top: 10px;
	font-size: 12px;
	line-height: 15px;
}

.products-block.products .product {
    padding: 20px;
}

.products-block.products .p .name {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: var(--tmava);
	height: 56px;
}

.products-block .p-code {
	top: -10px;
	right: -10px;
	border-radius: 3px;
	font-size: 11px;
    color: #000;
    padding: 0 3px;
    font-weight: 500;
}

.products-block .p .flags-default {
	left: unset;
	right: -10px;
	top: 5px;
}

.flag {
    float: right;
    clear: right;
    font-weight: 300;
	font-size: 13px;
	line-height: 16px;
	border-radius: 3px 20px;
	text-transform: lowercase;
	padding: 4px 12px;
}

.flag.flag-action {
	background-color: var(--ruzova);
}

.flag.flag-custom2 {
	background: url(/user/documents/pkUpravy/images/CR.png);
	background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    width: 24px;
    height: 24px;
    padding: 0;
    color: transparent;
    font-size: 1px;
    max-width: unset;
    border-radius: 50%;
    border: 1px solid var(--seda);
}

.price-standard,
.price-save {
	color: #828282;
	font-weight: 300;
}

.price-standard {
	margin-right: 5px;
}

.products-block .product {
    border: 1px solid var(--seda) !important;
    border-radius: 20px;
    margin: 5px;
}

.products-block.products>div {
    padding: 0;
}

.products-block .p-bottom .p-desc {
	max-height: 45px;
	overflow: hidden;
}

.price-standard {
	font-size: 12px;
	line-height: 15px;
	text-decoration-line: line-through;
	color: rgba(51, 51, 57, 0.5);
	font-weight: 300;
}

.price-save {
	font-size: 12px;
	line-height: 15px;
	color: rgba(51, 51, 57, 0.5);
	font-weight: 300;
}














/*PAGES*/
.news-item {
    padding: 20px !important;
    border: 3px solid var(--seda) !important;
    border-radius: 20px;
    margin-bottom: 40px !important;
}






/*ORDERING*/
.co-box h4,
.order-summary-inner h4,
.recapitulation-wrapper h4,
.cart-content h4 {
    font-size: 24px;
}

.cart-item>div.cart-item-name {
	text-transform: none;
}

.cart-table .p-quantity .quantity {
	padding-right: 30px;
}

.cart-table .p-quantity .quantity input {
	width: 50px;
}

.cart-table .quantity-form .quantity .increase, 
.cart-table .quantity-form .quantity .decrease {
	width: 30px;
}

.co-payment-method .col-sm-6 + .col-sm-6 {
	display: none;
}



















/*WIDGETS*/
.cart-widget-button,
.cart-widget {
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;

}

.popup-widget h2 {
	font-size: 24px;
}

.btn.btn-secondary,
a.btn.btn-secondary,
a.login-btn.facebook, 
a.login-btn.google,
.btn, 
a.btn {
	border-radius: 20px;
	text-transform: none;
}

.cart-widget-product>div.cart-widget-product-unit,
.cart-widget-product .cart-widget-product-amount {
	display: none;
}

.cart-widget .btn.btn-conversion {
	padding: 20px 25px;
}

.advanced-order .h1 {
	font-size: 36px;
}

.advanced-order .h2 {
	font-size: 26px;
}

.cart-widget-product-name strong {
	font-weight: 500;
}

#cboxContent,
#cboxClose {
	border-radius: 20px;
}







/***********************************************************************************************************************************/



























/****RESPONSIVE****/





@media screen and (max-width: 767px) {

	/*HEADER*/
	.pkLogin,
	.top-nav-button-account,
	.navigation-buttons .dropdown:not(.pkLanguages) {
		display: none;
	}

	.dropdown.pkLanguages {
	    margin-top: 20px;
   		text-align: right;
	}



	/*NAVIGATION*/







	/*BREADCRUMBS*/







	/*FOOTER*/
	.custom-footer > div {
		text-align: center;
	}

	.custom-footer .banner {
		min-height: unset;
	}

	#signature img {
		display: none;
	}




	/*HOMEPAGE*/
	.id-1 .col-sm-4 {
		display: none;
	}






	/*PRODUCT*/







	/*CATEGORY*/







	/*PRODUCTS*/







	/*PAGES*/







	/*ORDERING*/







	/*WIDGETS*/






}


@media screen and (max-width: 565px) {
	#formNewsletterWidget button {
		position: unset;
		width: 100%;
		margin-top: 10px;
		border-radius: 20px;
	}

	.pkNewsletter .form-control {
		padding: 20px 30px;
	}
}




@media screen and (max-width: 479px) {
	body:not(.id-1) .products-block .product {
		width: calc(50% - 10px) !important;
	}
}


@media screen and (max-width: 369px) {
	.p-detail .add-to-cart .quantity input {
		width: 40px;
	}
}









@media screen and (min-width: 480px) {

	/*HEADER*/







	/*NAVIGATION*/







	/*BREADCRUMBS*/







	/*FOOTER*/







	/*HOMEPAGE*/
	.pkLastBlog > div {
		/*width: calc(50% - 20px);*/
	}






	/*PRODUCT*/







	/*CATEGORY*/
	.subcategories li {
		width: 25%;
	}






	/*PRODUCTS*/
	body:not(.id-1) .products-block .product {
		width: calc(50% - 10px) !important;
	}






	/*PAGES*/







	/*ORDERING*/
	.form-group label {
		width: 160px;
	}






	/*WIDGETS*/






}






@media screen and (min-width: 768px) {

	/*HEADER*/
	.top-navigation-menu,
	.top-navigation-tools {
		display: none !important;
	}


	.header-top {
	    padding-bottom: 0;
	    height: 112px;
	}

	#header .container {
		padding: 0;
	}

	.top-navigation-bar .container>div:first-child {
		text-align: center;
	}

	.top-navigation-bar {
	    border: unset;
	    background-color: var(--modra);
	    border-bottom-left-radius: 20px;
	    border-bottom-right-radius: 20px;
	    height: 71px;
	}

	.top-navigation-contacts {
		background-color: unset;
		font-size: 16px;
		line-height: 20px;
		font-weight: 400;
	}

	.top-navigation-bar a,
	.top-navigation-bar a:hover {
		color: var(--bila);
	}

	.top-navigation-bar a,
	.top-navigation-contacts a:first-of-type {
		padding: 23px 9px;
		display: inline-block;
	}

	.top-navigation-bar a:hover span {
		text-decoration: underline;
	}

	.header-top>div.pkLogin,
	.header-top>div.pkLogin + .navigation-buttons {
    	flex-basis: 16.666666%;
	}


	.navigation-buttons .dropdown > span {
		display: none;
	}

	.navigation-buttons .dropdown {
	    position: absolute;
	    right: 0;
	    top: 5px;
	}

	.dropdown.pkLanguages {
	    right: 60px;
	}

	.dropdown.pkLanguages .dropdown-menu li a::before {
		display: none;
	}

	.navigation-buttons .dropdown-menu {
		left: unset;
		right: 0;
		min-width: unset;
	}


	.navigation-buttons .dropdown button {
		color: var(--tmava);
	    position: relative;
	    padding-right: 0;
	    border: 0;
	    background: none;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	}




	/*NAVIGATION*/
	.navigation-in {
		background-color: unset;
	}

	.fitted .navigation-in > ul {
		justify-content: center;
	}

	.navigation-in>ul>li {
		border-color: transparent;
	}

	.navigation-in>ul>li>a {
		color: var(--tmava);
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.navigation-in>ul>li.exp>a, 
	.navigation-in>ul>li>a:hover {
		background-color: unset;
		color: var(--tmava);
		text-decoration: underline;
	}

	.navigation-in ul.menu-level-2 a:hover {
    	color: var(--tmava);
	}

	#navigation,
	.menu-helper {
		height: 52px;
		visibility: hidden;
	}

	.menu-item-3261.ext.exp > ul > li > div > ul {
		display: none;
	}

	.menu-item-3261.ext.exp > ul > li {
		flex-direction: column;
		padding: 5px 5px 10px;
		align-self: flex-start;
	}

	.menu-item-3261.ext.exp > ul > li > a img {
		max-width: unset;
		max-height: unset;
	}

	.menu-item-3261.ext.exp > ul > li > a {
		width: unset;
		padding: unset;
	}

	.menu-item-3261.ext.exp > ul > li > div {
		width: 100%;
	}

	.menu-item-3261.ext.exp > ul > li > div > a {
		text-align: center;
		font-size: 13px;
		font-weight: 500;
		line-height: 16px;
		padding: 5px;
	}

	.menu-item-3261.ext.exp > ul > li:hover >div > a {
		text-decoration: underline;
	}

	.submenu-visible .navigation-in>ul>li.ext.exp>ul {
		border-bottom: unset;
		box-shadow: 0px -6px 4px rgb(255, 255, 255), 0px 0px 4px rgba(0, 0, 0, 0.25);
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}

	#navigation {
    	margin-left: unset; 
    	margin-right: unset; 
	}

	.navigation-in > ul > li:not(.menu-item-3261) > ul > li > a {
		display: none;
	}

	.navigation-in > ul > li:not(.menu-item-3261) > ul > li {
		padding: 20px;
	}

	.navigation-in > ul > li:not(.menu-item-3261) > ul > li > div {
		width: 100%;
	}

	.menu-helper {
		top: 112px;
	}

	.menu-item-3261.ext.exp > ul > li {
	    width: 20%;
	    flex-basis: 20%;
	}

















	/*BREADCRUMBS*/







	/*FOOTER*/
	.footer-bottom {
    	display: block;
    }

	#signature {
    	flex-basis: 250px;
	}

	.custom-footer > div:last-child {
		align-self: center;
	}




	/*HOMEPAGE*/
	.id-1 .welcome h1 {
		display: none;
	}

	.next-to-carousel-banners {
	    display: flex;
	    justify-content: space-evenly;
	    background: url(/user/documents/pkUpravy/images/background.svg);
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    padding: 20px;
	}

	.id-1 .banners-row .next-to-carousel-banners > div:nth-child(odd) {
		margin-bottom: 50px;
	}

	.id-1 .banners-row .next-to-carousel-banners > div:nth-child(even) {
		margin-top: 50px;
	}





	/*PRODUCT*/
	.shp-tabs-holder {
		margin-left: -40px;
		padding-left: 40px;
		background-color: #ebecec;
		border-color: #ebecec;
		border-bottom-right-radius: 20px;
		border-top-right-radius: 20px;
		margin-right: -20px;
	}







	/*CATEGORY*/
	.subcategories li {
		width: 33.333333%;
	}

	#category-header {
		padding-bottom: 10px;
    	margin-left: -40px;
    	padding-left: 40px;
    	border-top: 2px solid #ebecec;
    	border-bottom: 2px solid #ebecec;
    	margin-right: -20px;
	}




	/*PRODUCTS*/
	body:not(.id-1) .products-block .product {
		width: calc(50% - 10px) !important;
	}






	/*PAGES*/







	/*ORDERING*/







	/*WIDGETS*/
	.popup-widget,
	.popup-widget-inner,
	.cart-widget-button {
		border-radius: 20px;
	}




}






@media screen and (min-width: 992px) {

	/*HEADER*/
	.top-navigation-contacts a:not(:last-child) {
		position: relative;
	}

	.top-navigation-contacts a:not(:last-child)::after {
		position: absolute;
		right: 0;
		top: calc(50% - 12px);
		content: "";
		width: 1px;
		height: 24px;
		background-color: var(--seda);
	}






	/*NAVIGATION*/
	.menu-item-3261.ext.exp > ul > li {
	    width: 12.5%;
	    flex-basis: 12.5%;
	}






	/*BREADCRUMBS*/







	/*FOOTER*/
	.footer-bottom {
    	display: flex;
    }

    #signature {
    	flex-basis: 40%;
    }

    .copyright {
    	flex-basis: 60%;
    	text-align: left;
    }



	/*HOMEPAGE*/
	.pkLastBlog > div {
		width: calc(25% - 20px);
	}






	/*PRODUCT*/







	/*CATEGORY*/
	.subcategories li {
		width: 20%;
	}






	/*PRODUCTS*/
	body:not(.id-1) .products-block .product {
		width: calc(33.333333% - 10px) !important;
	}






	/*PAGES*/







	/*ORDERING*/







	/*WIDGETS*/
	.popup-widget.login-widget,
	.popup-widget.cart-widget {
	    top: 161px;
	}

	.admin-logged .popup-widget.login-widget,
	.admin-logged .popup-widget.cart-widget {
	    top: 186px;
	}

	.popup-widget.login-widget::before {
	    right: 250px;
	}





}






@media screen and (min-width: 1200px) {

	/*HEADER*/
	.pkLogin a span,
	.top-nav-button-account a span {
		display: inline;
	}






	/*NAVIGATION*/
	.menu-item-3261.ext.exp > ul > li {
	    width: 11.11111111%;
	    flex-basis: 11.11111111%;
	}






	/*BREADCRUMBS*/







	/*FOOTER*/
	.footer-rows .site-name {
	    top: 30px;
	    max-width: 265px;
	}

	.custom-footer > div:first-child {
		align-self: flex-end;
	}

	.custom-footer > div:last-child {
		text-align: right;
	}




	/*HOMEPAGE*/







	/*PRODUCT*/







	/*CATEGORY*/
	.subcategories li {
		width: 14.28%;
	}






	/*PRODUCTS*/
	body:not(.id-1) .products-block .product {
		width: calc(25% - 10px) !important;
	}






	/*PAGES*/







	/*ORDERING*/







	/*WIDGETS*/






}






@media screen and (min-width: 1440px) {

	/*HEADER*/







	/*NAVIGATION*/







	/*BREADCRUMBS*/







	/*FOOTER*/







	/*HOMEPAGE*/







	/*PRODUCT*/







	/*CATEGORY*/






	/*PRODUCTS*/
	body:not(.id-1) .products-block .product {
		width: calc(20% - 10px) !important;
	}






	/*PAGES*/







	/*ORDERING*/







	/*WIDGETS*/






}


/*TRANSLATE*/
.goog-te-gadget img {
	display: none !important;
}

.goog-te-gadget,
.goog-te-gadget-simple,
.goog-te-gadget-simple .goog-te-menu-value span {
	font-size: unset !important;
	font-family: unset !important;
	color: var(--tmava) !important;
	white-space: unset !important;
	border: unset !important;
}

.goog-te-gadget-simple .goog-te-menu-value span:first-child::after {
	content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.goog-te-gadget-simple .goog-te-menu-value span:last-child {
	display: none;
}






.empty-content-category {
	display: none;
}










