.external-fonts-loaded, .blank-mode, .external-fonts-loaded body, body.blank-mode, .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, .external-fonts-loaded h1, .external-fonts-loaded h2, .external-fonts-loaded h3, .external-fonts-loaded h4, .external-fonts-loaded h5, .external-fonts-loaded h6, .external-fonts-loaded .h1, .external-fonts-loaded .h2, .external-fonts-loaded .h3, .external-fonts-loaded .h4, .external-fonts-loaded .h5, .external-fonts-loaded .h6, .external-fonts-loaded .cart-table .main-link, .external-fonts-loaded .cart-related-name, .blank-mode h1, .blank-mode h2, .blank-mode h3, .blank-mode h4, .blank-mode h5, .blank-mode h6, .blank-mode .h1, .blank-mode .h2, .blank-mode .h3, .blank-mode .h4, .blank-mode .h5, .blank-mode .h6, .blank-mode .cart-table .main-link, .blank-mode .cart-related-name {
	font-family: 'Inter', sans-serif;
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #000;
}

.admin-bar {
	display: none !important;
}
#cboxOverlay {
	opacity: 0.8 !important;
    background-color: #000;
}
#cboxContent {
	border-radius: 2px;
}
#cboxClose::before {
	color: #000;
}
.btn.btn-primary,
a.btn.btn-primary {
	padding: 6px 14px;
}
.btn.btn-default:hover,
a.btn.btn-default:hover {
	border-color: #000;
    background-color: #000;
}
/* Messages */
.messages {
    z-index: 9999999;
}
.messages,
.msg-wrapper {
    max-width: 800px;
    bottom: auto;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
}
.msg {
    padding: 19px 10px !important;
}
.msg.msg-success,
.msg.msg-notice {
    border-radius: 5px;
    background-color: rgba(92, 184, 92, 0.86);
}
.msg.msg-error {
    border-color: #d9534f;
    background-color: rgba(212, 58, 79, 0.9);
    border-radius: 5px;
}
.msg.msg-info {
    border-radius: 5px;
    background-color: rgba(42, 117, 149, 0.69);
}
@media (max-width: 992px) {
	.messages,
	.msg-wrapper {
		max-width: 80%;
	}
}
/* Cookie */
.cookie-ag-wrap {
    left: 40px;
    bottom: 30px;
    right: auto;
    width: 200px;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 12%), 0 2px 4px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 12%), 0 2px 4px 0 rgb(0 0 0 / 8%);
}
.cookie-ag-wrap .site-msg {
    background-color: rgba(255,255,255,0.97);
    padding: 20px;
    border-radius: 5px;
    position: relative;
}
.cookie-ag-wrap .site-msg:before {
	content: '';
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: -28px;
	left: calc(50% - 20px);
	background: url(../svg/ico_cookie.svg) center no-repeat;
	background-size: contain;
}
.cookie-ag-wrap .site-msg .btn.CookiesOK {
	display: block;
    margin: 10px auto 0;
    padding: 6px 16px;
}
/*@media (min-width: 767px) {*/
.navigation-window-visible .cookie-ag-wrap,
.user-action-visible .cookie-ag-wrap,
.shk-userAction-openFilters .cookie-ag-wrap {
	display: none;
}
/*}*/
/*@media (max-width: 767px) {
	.navigation-window-visible .cookie-ag-wrap,
	.user-action-visible .cookie-ag-wrap,
	.shk-userAction-openFilters .cookie-ag-wrap {
		bottom: -100%;
	}
}*/
@media (max-width: 580px) {
	.navigation-window-visible .cookie-ag-wrap,
	.user-action-visible .cookie-ag-wrap,
	.shk-userAction-openFilters .cookie-ag-wrap {
		display: block;
		bottom: -100%;
	}
	.cookie-ag-wrap {
	    width: 100%;
	    right: 0;
	    left: 0;
	    bottom: 0;
	    border-radius: 0;
	    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
		-webkit-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	.cookie-ag-wrap .site-msg {
		padding: 10px 20px 10px 60px;
		text-align: left;
		border-radius: 0;
		border-top: 1px solid var(--color-primary);
	}
	.cookie-ag-wrap .site-msg:before {
	    left: 12px;
	    top: 10px;
	    bottom: 0;
	    right: auto;
	}
	.cookie-ag-wrap .site-msg .btn.CookiesOK {
		margin-left: 0;
	}
	.shk-scrollDown .cookie-ag-wrap {
		-webkit-transform: translateY(110%);
        -ms-transform: translateY(110%);
        transform: translateY(110%);
	}
}
/* OTHER */
.mobile .row {
	margin-left: 0;
	margin-right: 0;
}
/*@media (max-width: 1440px) {
	.row
}*/
/************************************************/

/* Section - HEADER */
.top-navigation-bar {
	border-bottom-color: #D7D7D7;
}
.top-navigation-bar a,
.top-navigation-bar .dropdown button {
    color: #000000;
}
.top-navigation-bar-menu,
.top-navigation-bar-menu-helper {
	text-transform: none;
}
.top-navigation-bar-menu li::before,
.top-navigation-bar-menu-helper li a::before,
.dropdown-menu li a::before {
	display: none;
}
.top-navigation-menu-trigger::before,
.top-navigation-bar-menu-helper li a,
.dropdown-menu li a {
	color: #000;
}
.top-navigation-bar-menu li a:hover,
.top-navigation-bar-menu-helper li a:hover,
.top-navigation-bar a:hover {
	text-decoration: underline;
}
.top-navigation-bar-menu li:first-of-type a {
	padding-left: 0;
}
.top-navigation-bar .top-navigation-contacts .project-phone,
.top-navigation-bar .top-navigation-contacts .project-email {
	white-space: nowrap;
}
header .search input[type="search"].form-control {
    height: 51px;
    border: 1px solid #262626;
    border-radius: 2px;
    background-color: #fff;
    color: #000;
    padding-right: 120px;
    padding-left: 42px;
}
header #formSearchForm fieldset {
	position: relative;
}
header #formSearchForm fieldset:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: url(../svg/ico_searchGlass_edit.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	left: 13px;
	top: calc(50% - 9px);
}
header .search button.btn {
	height: 51px;
    width: 100px;
    font-size: 16px;
    text-transform: none;
    line-height: 22px;
}
header .menu-helper {
	top: 126px;
}
header .menu-helper::after {
	width: 42px;
    font-size: 25px;
    line-height: 42px;
    border-radius: 3px;
    color: #000000;
    background-color: #fff;
}
.headerSoc {
	position: absolute;
    bottom: -17px;
    left: calc(50% - 43px);
    width: 86px;
    background-color: #fff;
    text-align: center;
}
.headerSoc__facebook,
.headerSoc__instagram {
	display: inline-block;
}
.headerSoc__facebook:before,
.headerSoc__instagram:before {
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	z-index: 1;
}
.headerSoc__facebook:before {
	background: url(../svg/ico_facebook.svg) center no-repeat;
	background-size: contain;
}
.headerSoc__instagram:before {
	background: url(../svg/ico_instagram.svg) center no-repeat;
	background-size: contain;
}
.headerSoc__facebook {
	margin-right: 8px;
}
#header .cart-count {
	text-transform: none;
}
#header .header-top .navigation-buttons {
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
#header .header-top .navigation-buttons .headerLogin,
#header .header-top .navigation-buttons .headerSearch {
	padding: 0 20px;
	position: relative;
}
#header .header-top .navigation-buttons .headerSearch {
	display: none;
}
#header .header-top .navigation-buttons .headerLogin:before,
#header .header-top .navigation-buttons .headerLogin:after {
	content: '';
	display: block;
	width: 1px;
	height: 25px;
	background-color: #D7D7D7;
	position: absolute;
	top: calc(50% - 13px);
}
#header .header-top .navigation-buttons .headerLogin:before {
	left: 0;
}
#header .header-top .navigation-buttons .headerLogin:after {
	right: 0;
}
#header .header-top .navigation-buttons .headerLogin__button,
#header .header-top .navigation-buttons .headerSearch__button {
    font-size: 14px;
    line-height: 22px;
    background-color: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#header .header-top .navigation-buttons .headerLogin__button:hover,
#header .header-top .navigation-buttons .headerSearch__button:hover {
	text-decoration: underline;
}
#header .header-top .navigation-buttons .headerLogin__button:before {
	content: '';
	display: block;
	width: 22px;
	height: 24px;
	background: url(../svg/ico_user_edit.svg) center no-repeat;
	background-size: contain;
}
#header .header-top .navigation-buttons .headerSearch__button:before {
	content: '';
	display: block;
	width: 22px;
	height: 24px;
	background: url(../svg/ico_serach_2.svg) center no-repeat;
	background-size: contain;
}
#header .cart-count {
	position: relative;
	margin-left: 35px;
}
#header .cart-count:hover .cart-price {
	text-decoration: underline
}
.header-top .btn.cart-count::before {
	content: '';
	width: 22px;
    height: 24px;
	background: url(../svg/ico_shoppingBag_edit.svg) center no-repeat;
	background-size: contain;
    margin-right: 8px;
    margin-top: -4px;
}
.header-top .btn.cart-count.full::before {
	margin-top: -33px;
}
#header .cart-count.full .sr-only {
    display: block;
    margin: 0;
    font-size: 14px;
    overflow: auto;
    width: auto;
    height: auto;
    position: absolute;
    left: 36px;
    top: -9px;
    clip: auto;
}
.header-top .btn.cart-count.full .cart-price {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}
.navigation-buttons > a[data-target="cart"] i {
	color: #33536B;
    background-color: #A0D5FD;
    font-size: 14px;
    line-height: 22px;
    height: 24px;
    min-width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 6px;
    left: auto;
    top: 12px;
    right: calc(100% - 10px);
    width: auto;
}
.navigation-in>ul>li.ext>a>b {
	display: flex;
    align-items: center;
}
.navigation-in>ul>li.ext>a>b:after {
	content: '';
	display: inline-block;
	width: 9px;
	height: 5px;
	margin-left: 7px;
	background: url(../svg/ico_arrowDown.svg) center no-repeat;
	background-size: contain;
    margin-top: -1px;
}
.navigation-in>ul>li.exp>a>b:after,
.navigation-in>ul>li>a:hover>b:after {
	background: url(../svg/ico_arrowDown_black.svg) center no-repeat;
	background-size: contain;
}
.top-navigation-contacts a>span.resContactText {
	display: none;
}
@media (min-width: 1200px) {
	.navigation-in>ul>li.ext>ul>li {
	    width: 33.3333%;
	    flex-basis: 33.3333%;
	}
	/*.top-navigation-bar-menu li.cropped {
		display: inline-block !important;
	}*/
	/*.top-menu-trigger-visible .top-navigation-menu-trigger,*/
	.top-navigation-bar .container>div.top-navigation-tools--language {
		display: none;
	}
}
@media (min-width: 768px) {
	.overall-wrapper > header {
		position: relative;
		z-index: 10;
	}
	.top-navigation-bar {
		position: relative;
		z-index: 11;
	}
	.top-navigation-bar > .container {
	    flex-direction: row-reverse;
	}
	.top-navigation-bar > .container>div:first-child {
		text-align: right;
		justify-content: flex-end;
	}
	.top-navigation-bar .container>div {
		display: flex;
    	align-items: center;
		flex: auto;
		max-width: calc(50% - 40px);
	}
	.top-navigation-bar > .container > .top-navigation-contacts {
	    max-width: calc(50% + 40px);
	}
	.top-navigation-bar-menu {
		text-align: left;
	}
	.top-navigation-bar .container>div.top-navigation-tools--language {
		display: none;
	}
	.top-navigation-menu-trigger::before {
		color: #000;
	}
	.top-navigation-bar {
		font-size: 14px;
	    line-height: 22px;
	    border-top: 0;
	    border-bottom: 1px solid #D7D7D7;
	    height: 40px;
	    display: flex;
	}
	.top-navigation-menu-visible .top-navigation-bar-menu-helper {
	    list-style-type: none;
	    box-shadow: 0 7px 8px #0000001a;
	    padding-top: 6px;
	    padding-bottom: 8px;
	    border-radius: 0 0 3px 3px;
	    border-color: #d7d7d7;
	    border-top: 0;
	    margin-top: 6px;
	}
	#navigation {
	    height: 67px;
	}
	.navigation-in>ul>li>a {
	    padding-top: 27px;
	    padding-bottom: 26px;
	    text-transform: uppercase;
	    font-size: 17px;
	}
	.fitted .navigation-in ul.menu-level-1 {
		justify-content: center;
	}
	.header-top {
	    padding-top: 22px;
	    padding-bottom: 30px;
	    height: 109px;
	}
	#header .headerMenu {
		background-color: #000;
	}
	.submenu-visible {
	    overflow-x: hidden;
	}
	.navigation-in > ul > li.ext > ul::before {
	    content: "";
	    position: absolute;
	    top: 0;
	    width: 5000px;
	    height: 100%;
	    left: -2500px;
	    background-color: #fff;
	    z-index: -1;
	}
	.submenu-visible:not(.menu-helper-visible)::before {
	    content: "";
	    width: 100%;
	    height: 100%;
	    position: fixed;
	    top: 0;
	    left: 0;
	    background-color: rgb(0 0 0 / 80%);
	    z-index: 9;
	}
	.navigation-in>ul>li.ext>ul>li>a,
	.navigation-in>ul>li.ext>ul>li>div>a {
		font-size: 16px;
	    font-weight: 800;
	    color: #000;
	}
	.navigation-in>ul>li.ext>ul>li>div>ul>li>a {
		font-size: 14px;
	    color: #000;
	    font-weight: 500;
	}
	.navigation-in ul.menu-level-2 a:hover {
		text-decoration: underline;
	}
	.submenu-visible .navigation-in>ul>li.ext.exp>ul {
		border-bottom: 0;
		align-items: flex-start;
    	padding-top: 40px;
	}
	.navigation-in>ul>li.ext>ul>li {
	    align-items: flex-start;
        margin-bottom: 40px;
    	padding-bottom: 20px;
	}
	.navigation-in>ul>li.ext>ul>li>a {
		width: 136px;
	}
	.navigation-in > ul > li.ext > ul > li > a img {
	    max-width: 106px;
	    height: auto;
	    max-height: 84px;
	}
	.navigation-in>ul>li.ext>ul>li>div {
		width: calc(100% - 136px);
	}
	.navigation-in>ul>li.ext>ul>li>div>a {
		margin-bottom: 10px;
	}
	.navigation-in>ul>li.ext>ul>li>div>ul {
		max-height: inherit;
		display: flex;
	    flex-direction: column;
	    align-items: flex-start;
	}
	.navigation-in>ul>li.ext>ul>li>div>ul>li {
		padding-bottom: 6px;
	}
	.navigation-in>ul>li.ext>ul>li>div>ul>li:last-of-type {
		padding-bottom: 0;
	}
	.navigation-in>ul>li.ext>ul>li>div>ul>li>a {
		padding-left: 0;
		position: relative;
		-webkit-transition: all 0.3s ease-out;
	    -o-transition: all 0.3s ease-out;
	    transition: all 0.3s ease-out;
	}
	.navigation-in>ul>li.ext>ul>li>div>ul>li>a:hover {
		text-decoration: underline;
		padding-left: 16px;
		-webkit-transition: all 0.3s ease-out;
	    -o-transition: all 0.3s ease-out;
	    transition: all 0.3s ease-out;
	}
	.navigation-in>ul>li.ext>ul>li>div>ul>li>a:before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 4px);
		left: -16px;
		width: 10px;
		height: 8px;
		background: url(../svg/ico_right-arrow.svg) center no-repeat;
		background-size: contain;
		z-index: 1;
		opacity: 0;
		-webkit-transition: all 0.3s ease-out;
	    -o-transition: all 0.3s ease-out;
	    transition: all 0.3s ease-out;
	}
	.navigation-in>ul>li.ext>ul>li>div>ul>li>a:hover:before {
		opacity: 1;
		left: 0;
		-webkit-transition: all 0.3s ease-out;
	    -o-transition: all 0.3s ease-out;
	    transition: all 0.3s ease-out;
	}
	.menu-helper>ul {
		border: 0;
    	box-shadow: 0 7px 8px #0000001a;
	    padding-top: 6px;
    	padding-bottom: 8px;
    	border-radius: 3px 0 0 3px;
	}
	.menu-helper > ul > li a {
		color: #000;
	    font-weight: 500;
	    font-size: 16px;
	}
	.menu-helper > ul > li a .submenu-arrow {
		transform: translateY(-3px);
	}
	.menu-helper .menu-level-2 a {
		padding: 4px 40px;
	    line-height: 18px;
	    font-weight: 300;
	}
}
@media (max-width: 1440px) {
	.top-navigation-bar-menu li a,
	.top-navigation-bar-menu-helper li a {
	    padding: 4px 10px;
	}
}
@media (max-width: 1200px) {
	.top-navigation-menu {
		padding-right: 25px;
	}
	.header-top .btn.cart-count.full .cart-price {
		display: inline-block !important;
	}
	.top-navigation-bar > .container {
		justify-content: space-between;
	}
}
@media (max-width: 992px) {
	#navigation {
		margin-right: 0;
		margin-left: 0;
	}
	#header .container,
	.top-navigation-bar > .container {
		padding-left: 0;
    	padding-right: 0;
	}
	.header-top>div {
		flex: 1 1 auto;
	}
	.top-navigation-contacts a>span {
		font-size: 13px;
		display: inline-block;
	}
	.top-navigation-contacts a::before {
		font-size: 18px;
	}
	#header .cart-count .sr-only,
	#header .cart-count.full .sr-only,
	.header-top .btn.cart-count.full .cart-price {
		display: none !important;
	}
	.header-top .btn.cart-count::before {
		width: 26px;
    	height: 28px;
	}
	.header-top .btn.cart-count.full::before {
		margin-top: -25px;
	}
	.navigation-buttons > a[data-target="cart"] i {
		top: 7px;
	}
}
@media (max-width: 767px) {
	.top-navigation-bar .container>div.top-navigation-contacts,
	body.navigation-window-visible .top-navigation-bar .container>div.top-navigation-contacts {
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: auto;
	    display: flex;
	    /*justify-content: space-around;
	    border-bottom: 1px solid #D7D7D7;*/
	    padding: 4px 0 6px;
	    z-index: 100;
        background-color: #000;
	}
	.top-navigation-bar .top-navigation-contacts .project-phone,
	.top-navigation-bar .top-navigation-contacts .project-email {
		color: #fff;
	    width: 50%;
	}
	.top-navigation-bar .top-navigation-contacts .project-phone {
	    text-align: right;
	    padding-right: 50px;
	}
	.top-navigation-bar .top-navigation-contacts .project-email {
		padding-left: 50px;
	}
	.top-navigation-contacts a.project-email::before,
	.top-navigation-contacts a.project-phone::before {
		margin-right: 6px;
	}
	.headerSoc {
		top: 20px;
	    bottom: auto;
	    z-index: 101;
	    background-color: rgba(0,0,0,0);
	}
	.headerSoc__facebook,
	.headerSoc__instagram {
		border: 2px solid #fff;
	    border-radius: 50%;
	    background-color: #fff;
	}
	.top-navigation-bar .container>div.top-navigation-tools--language {
		padding-top: 51px;
    	margin-bottom: -15px;
	}
	.responsive-tools>a[data-target="login"],
	.responsive-tools>a[data-target="search"] {
		opacity: 0;
	}
	.responsive-tools>a[data-target="navigation"] {
	    height: auto;
	    width: 44px;
	    justify-content: center;
	    align-items: center;
	    display: flex;
	    flex-direction: column;
	}
	.ordering-process .responsive-tools>a[data-target="navigation"] {
	    position: absolute;
	    right: 16px;
	    top: auto;
	    height: 44px;
	    line-height: initial;
	}
	.responsive-tools>a[data-target="navigation"]::before {
		color: #000;
	    background-color: #fff;
	    font-size: 26px;
        width: 40px;
    	line-height: 28px;
	}
	.responsive-tools>a[data-target="navigation"]:after {
		content: 'Menu';
	    font-weight: 500;
	    margin-top: -2px;
	    display: inline-block;
	    text-transform: uppercase;
	    font-size: 13px;
	}
	#header .header-top .navigation-buttons .headerLogin {
		position: absolute;
	    top: 9px;
	    left: 0; /* 84px; */
	}
	#header .header-top .navigation-buttons .headerSearch {
		display: none;
		position: absolute;
	    top: 9px;
	    left: 0;
	    padding-left: 0;
	}
	#header .header-top .navigation-buttons .headerLogin:before {
		display: none;
	}
	#header {
		margin-top: -64px;
	    margin-bottom: 0;
	    border-bottom: 3px solid #000;
	    padding-bottom: 6px;
	    padding: 18px 10px;
	}
	#header .header-top {
		display: flex;
	    margin-right: 80px;
	    flex-wrap: wrap;
	    margin-left: calc(50% - 55px);
	    justify-content: space-between;
	}
	.header-top>div {
		flex: 0 1 auto;
	}
	.header-top>div:first-of-type {
		order: 1;
	}
	.header-top>div.search {
		order: 3;
		width: 100%;
	}
	.header-top>div.navigation-buttons {
		order: 2;
	}
	#header .cart-count {
	    top: 0;
    	right: 0;
	}
	#header .search-form {	/* .search-window-visible #header .search-form */
		/*margin-right: -80px;
	    margin-left: calc(-50vw + 65px);*/
	    display: block;
    	margin-top: 20px;
	    margin-bottom: -6px !important;
        margin-right: -65px !important;
    	margin-left: calc(-50vw + 75px) !important;
	}
	.navigation-window-visible #navigation {
		padding-bottom: 0;
	}
	#navigation {
        z-index: 999999999;
        box-shadow: 0 0 20px #0000005e;
	}
	.navigation-in>ul.menu-level-1 {
		margin-top: 40px;
	}
	.navigation-in ul li a {
		color: #000;
    	font-size: 18px;
	}
	.navigation-in>ul.menu-level-1 li a {
	    padding-top: 15px;
    	padding-bottom: 15px;
    	display: flex;
	}
	.navigation-in ul li a b {
		font-weight: 600;
	}
	/*.navigation-in>ul>li.ext>a>b:after,*/
	#navigation .submenu-arrow:after {
		content: '';
		background: url(../svg/ico_arrowDown_black.svg) center no-repeat;
    	background-size: contain;
    	display: block;
	    width: 10px;
    	height: 8px;
    	margin-top: 3px;
	}
	.navigation-in>ul>li.ext>a>b:after,
	.navigation-in>ul.menu-level-1 li a.menu-image {
		display: none;
	}
	#navigation .top-navigation-bar-menu li.cropped {
		display: block;
	}
	#navigation .top-navigation-bar-menu li:first-of-type a {
		padding-left: 20px;
	}
	#navigation .top-navigation-bar-menu li a {
		font-size: 15px;
    	font-weight: 500;
	}
	.navigation-in>ul>li {
	    border-color: #ededed;
	}
	.navigation-in>ul>li.ext>ul.menu-level-2 {
		background-color: #f9f9f9;
	}
	.navigation-close {
		color: #000;
	}
	.navigation-close:before {
	    width: 17px;
	    height: 17px;
	    font-size: 17px;
	    line-height: 17px;
	}
	.navigation-window-visible:before {
	    content: "";
	    width: 100%;
	    height: 100%;
	    position: fixed;
	    top: 0;
	    left: 0;
	    background-color: rgb(0 0 0 / 80%);
	    z-index: 101;
	}
}
@media (max-width: 560px) {
	#header .header-top {
		margin-left: calc(50% - 38px);
		margin-right: 70px;
	}
	#header .site-name a img {
		max-height: 40px;
	}
	#header .header-top .navigation-buttons .headerLogin,
	#header .header-top .navigation-buttons .headerSearch {
		top: 0;
		padding: 0 14px;
	}
	#header .header-top .navigation-buttons .headerSearch {
		padding-left: 0;
	}
	#header .header-top .navigation-buttons .headerLogin {
	    left: 0; /* 64px; */
	}
	#header .header-top .navigation-buttons .headerLogin__button,
	#header .header-top .navigation-buttons .headerSearch__button {
		font-size: 12px;
	}
	#header .header-top .navigation-buttons .headerLogin__button:before,
	#header .header-top .navigation-buttons .headerSearch__button:before {
		width: 20px;
    	height: 22px;
	}
	.responsive-tools>a[data-target="navigation"] {
		top: 50px;
	}
	#header .cart-count {
		margin-left: 0;
	}
	.top-navigation-bar .top-navigation-contacts .project-phone,
	.top-navigation-bar .top-navigation-contacts .project-email {
		text-align: center;
	}
	.top-navigation-bar .top-navigation-contacts .project-phone {
		padding-right: 30px;
	}
	.top-navigation-bar .top-navigation-contacts .project-email {
		padding-left: 30px;
	}
	.top-navigation-bar .container>div.top-navigation-contacts,
	body.navigation-window-visible .top-navigation-bar .container>div.top-navigation-contacts {
		padding: 6px 0 8px;
	}
	.top-navigation-bar .container>div.top-navigation-tools--language {
		padding-top: 55px;
	}
	.headerSoc {
	    top: 28px;
	}
	.headerSoc__facebook:before,
	.headerSoc__instagram:before {
		width: 22px;
		height: 22px;
	}
	/*.top-navigation-bar .top-navigation-contacts .project-phone,
	.top-navigation-bar .top-navigation-contacts .project-email {
		width: auto;
	}*/
	/*.top-navigation-bar .container>div.top-navigation-contacts,
	body.navigation-window-visible .top-navigation-bar .container>div.top-navigation-contacts {
		justify-content: center;
	}*/
	.top-navigation-contacts a>span {
		display: none;
	}
	.top-navigation-contacts a>span.resContactText {
		display: inline-block;
	}
	#header .search-form {	/* .search-window-visible #header .search-form */
		margin-right: -55px !important;
    	margin-left: calc(-50vw + 50px) !important;
	}
}
@media (max-width: 440px) {
	#header {
		padding-bottom: 10px;
	}
	#header .header-top {
		margin-right: 60px;
	}
	#header .header-top .navigation-buttons .headerLogin,
	#header .header-top .navigation-buttons .headerSearch {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    height: 100%;
	    padding: 0;
		max-height: 45px;
	}
	#header .header-top .navigation-buttons .headerSearch {
		display: none;
	}
	#header .header-top .navigation-buttons .headerLogin__button span,
	#header .header-top .navigation-buttons .headerSearch__button span {
		display: none;
	}
	#header .header-top .navigation-buttons .headerLogin__button,
	#header .header-top .navigation-buttons .headerSearch__button {
		padding: 0 14px;
		height: 100%;
	}
	#header .header-top .navigation-buttons .headerLogin {
	    left: 0;/* 49px; */
	}
	.responsive-tools>a[data-target="navigation"] {
	    top: 55px;
	}
	#header .search-form {	/*.search-window-visible #header .search-form*/
		margin-right: -50px !important;
	    margin-bottom: -2px !important;
	    margin-top: 10px !important;
	}
}


/* Section - BANNER */
.homepage-box.before-carousel {
	background-color: #fff;
	/*background: url('../images/banner_background_black_edit-min.png') bottom center no-repeat;*/
	background: url('../images/banner_background-min.png') bottom center no-repeat;
	background-size: cover;
	border: 0;
}
.mobile.in-index .overall-wrapper {
	/*background: url(../images/banner_background_black_edit-min.png) center 216px no-repeat;*/
	background: url(../images/banner_background-min.png) center 216px no-repeat;
    background-size: 100% auto;
}
.carousel-control.left,
.carousel-control.right {
	z-index: 9;
}
@media (max-width: 767px) {
	.content-wrapper.container .row>div.wide-carousel {
		padding-left: 0;
		padding-right: 0
	}
}

/* Section - Konkurenční výhody */
body:not(.type-index) .benefitBanner {
  display: none;
}
.benefitBanner {
    flex-direction: column;
    width: 330px;
    height: 349px;
    margin: -359px 30px 0 auto;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 12%);
    position: relative;
    z-index: 1;
}
.mobile .benefitBanner {
    margin-top: -319px;
}
.benefitBanner__item {
	flex: 1;
    width: 100% !important;
    flex-basis: auto;
    margin-bottom: 0;
}
.benefitBanner__item .benefitBanner__img:nth-of-type(1) {
	max-width: 36px;
}
.benefitBanner__item .benefitBanner__img:nth-of-type(2) {
	max-width: 42px;
}
.benefitBanner__item .benefitBanner__img:nth-of-type(3) {
	max-width: 40px;
}
.benefitBanner__item .benefitBanner__img:nth-of-type(4) {
	max-width: 40px;
}
.benefitBanner__title {
	font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
}
.benefitBanner__data {
	font-size: 16px;
	color: #000;
}
.benefitBanner__picture {
    flex: 0 0 42px;
    max-width: 42px;
}
@media (max-width: 1200px) {
	.benefitBanner {
		width: 280px;
	    height: 300px;
	    margin: -300px 30px 0 auto;
	    padding: 10px 20px 10px;
	}
	.mobile .benefitBanner {
		margin-top: -269px;
	}
	.benefitBanner__title {
		font-size: 14px;
	    font-weight: 500;
	}
	.benefitBanner__data {
		font-style: 14px;
	}
}
@media (max-width: 767px) {
	.mobile .benefitBanner,
	.benefitBanner {
		margin-top: 0;
	    width: 90%;
	    flex-wrap: wrap;
	    height: auto;
	    flex-direction: row;
	    padding: 20px;
	    margin: -30px auto 1px;
	}
	.benefitBanner__item {
		width: 50% !important;
	    flex-basis: 50%;
	}
	.benefitBanner__item:nth-of-type(n+3) {
		margin-top: 20px;
	}
}
@media (max-width: 640px) {
	.mobile .benefitBanner,
	.benefitBanner {
		box-shadow: none;
	    padding: 10px 0;
	    margin: 10px auto 0;
	    width: 90%;
	}
}
@media (max-width: 550px) {
	.mobile .benefitBanner,
	.benefitBanner {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.benefitBanner__item {
	    width: 100% !important;
	    flex-basis: 100%;
	    margin-bottom: 20px;
	}
	.benefitBanner__item:last-of-type {
		margin-bottom: 0;
	}
	.benefitBanner__title {
		font-weight: 600;
	}
}

/* Section - Homepage product section */
h4.homepage-group-title,
.h4.homepage-group-title {
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 20px;
    margin-top: 30px;
    position: relative;
    border-top: 1px solid #E5E5E5;
    font-weight: 500;
}
h4.homepage-group-title:before,
.h4.homepage-group-title:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 4px;
	width: 100%;
	background-color: #E5E5E5;
	height: 1px;
}
@media (max-width: 640px) {
	h4.homepage-group-title,
	.h4.homepage-group-title {
	    padding-top: 40px;
	    padding-bottom: 6px;
	    margin-top: 20px;
	}
}

/* SLICK */
.slick-prev,
.slick-next,
.slick-prev:before,
.slick-next:before {
    width: 40px;
    height: 40px;
}
.slick-prev:before,
.slick-next:before {
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    color: #000;
    font-size: 22px;
    opacity: 1;
}
@media (max-width: 1440px) {
	.slick-prev {
		left: -10px;
	}
	.slick-next {
		right: -10px;
	}
}
@media (max-width: 992px) {
	.slick-prev {
		left: 0;
	}
	.slick-next {
		right: 0;
	}
}
@media (max-width: 400px) {
	.slick-prev,
	.slick-next {
		top: 40%;
	}
}

/* Section - Homepage slider button*/
.footer-banners {
	margin-top: 20px;
}
.homepageButtonWrap {
	text-align: center;
    padding-bottom: 40px;
}
.homepageButtonWrap__href {
	display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    min-width: 200px;
    border: 1px solid #000;
    padding: 10px 20px;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.homepageButtonWrap__href:hover {
	background-color: #000;
    color: #fff;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* Section - Homepage kategorie */
.footer-banners.banner-wrapper > .footer-banner {
	width: 100%;
}
.homepageCategory {
	display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 20px;
    grid-row-gap: 37px;
    max-width: calc(100% - 20px);
    margin-bottom: 51px;
}
.homepageCategory__item {
	position: relative;
	overflow: hidden;
	padding-top: 53px;
}
.homepageCategory__item__innerWrap {
	display: flex;
	background: rgb(230,247,255);
	background: -moz-linear-gradient(117deg, rgba(230,247,255,1) 0%, rgba(181,229,255,1) 65%);
	background: -webkit-linear-gradient(117deg, rgba(230,247,255,1) 0%, rgba(181,229,255,1) 65%);
	background: linear-gradient(117deg, rgba(230,247,255,1) 0%, rgba(181,229,255,1) 65%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6f7ff",endColorstr="#b5e5ff",GradientType=1);
	height: 100%;
	min-height: 217px;
}
.homepageCategory__item:after {
    content: '';
    display: block;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.39);
    position: absolute;
    right: -60px;
    bottom: -207px;
    z-index: 1;
}
.homepageCategory__item:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 341px;
	height: 140px;
	background: url(../svg/kategorie_zeny.svg) center no-repeat;
	background-size: contain;
	z-index: 2;
}
.homepageCategory__item--2:before,
.homepageCategory__item--3:before {
	/*content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 341px;
	height: 140px;
	background: url(../svg/kategorie_zeny.svg) center no-repeat;
	background-size: contain;
	z-index: 2;*/
	-webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.homepageCategory__item__categories {
	flex-grow: 1;
	padding: 26px 40px 23px;
	position: relative;
	z-index: 8;
}
.homepageCategory__itemTitle__href {
	font-size: 28px;
	font-weight: 500;
    /*-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;*/
}
.homepageCategory__itemTitle__href:hover {
	text-decoration: underline;
    /*padding-left: 16px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;*/
}
.homepageCategory__group {
	font-size: 16px;
	line-height: 28px;
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}
.homepageCategory__subcatHref {
	padding-left: 0;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.homepageCategory__subcatHref:hover {
	text-decoration: underline;
	padding-left: 16px;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.homepageCategory__subcatHref:before {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 4px);
	left: -16px;
	width: 10px;
	height: 8px;
	background: url(../svg/ico_right-arrow.svg) center no-repeat;
	background-size: contain;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.homepageCategory__subcatHref:hover:before {
	opacity: 1;
	left: 0;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.homepageCategory__item__imageWrap {
	display: flex;
    align-items: flex-end;
	padding-right: 81px;
}
.homepageCategory__item--4 .homepageCategory__item__imageWrap {
	padding-right: 67px;
}
.homepageCategory__item__image {
	margin-top: -53px;
	position: relative;
    z-index: 3;
}
.homepageCategory__item__image--4 {
    margin-top: 0;
    margin-bottom: 36px;
}
@media (max-width: 1200px) {
	.homepageCategory__itemTitle__href {
		font-size: 25px;
	}
	.homepageCategory__group {
	    font-size: 15px;
    	line-height: 26px;
	}
	.homepageCategory__item__categories {
		padding: 26px 30px 23px 20px;
		min-width: 235px;
	}
	.homepageCategory__item__imageWrap {
		padding-right: 30px;
	}
	.homepageCategory__item__image--4 {
		margin-bottom: 24px;
	}
	.homepageCategory__item--4 .homepageCategory__item__imageWrap {
		padding-right: 27px;
	}
	.homepageCategory__item:after {
		right: -100px;
	}
	.homepageCategory__item:before {
		width: 310px;
		bottom: -4px;
	}
}
@media (max-width: 992px) {
	.homepageCategory {
		grid-row-gap: 27px;
		margin-bottom: 31px;
	}
	.homepageCategory__item__image {
		position: absolute;
	    right: -30px;
	    bottom: 0;
	}
	.homepageCategory__item:after {
		right: -150px;
	    bottom: -137px;
	    width: 300px;
	    height: 300px;
	}
	.homepageCategory__item:before {
	    bottom: -4px;
	    right: -120px;
	}
	.homepageCategory__item__image--4 {
		margin-bottom: 4px;
    	right: -50px;
	}
}
@media (max-width: 720px) {
	.homepageCategory {
	    grid-template-columns: 100%;
	    grid-row-gap: 10px;
    	max-width: 100%;
    	margin-bottom: 100px;
	}
	.homepageCategory__item {
		padding-top: 0;
	}
	.homepageCategory__item:before {
	    bottom: 0;
	    right: 0;
	    width: 341px;
	}
	.homepageCategory__item:after {
	    width: 380px;
	    height: 380px;
	    right: -60px;
	    bottom: -207px;
	}
	.homepageCategory__item__image {
	    position: inherit;
    	margin-top: 10px;
	}
	.homepageCategory__item__image--4 {
		margin-bottom: 16px;
	}
}
@media (max-width: 460px) {
	.homepageCategory__item__image {
		position: absolute;
	    max-height: 96%;
	}
}
@media (max-width: 400px) {
	.homepageCategory__item__image--4 {
		max-height: 70%;
    	right: -24vw;
	}
}


/* Section - Heureka */
.heurekaRating {
	display: flex;
    padding: 54px 40px 20px;
    border: 1px solid #E5E5E5;
    position: relative;
    margin-top: 70px;
}
.heurekaRating:before {
	content: '';
	display: block;
	position: absolute;
	top: -70px;
	left: calc(50% - 55px);
	width: 110px;
	height: 110px;
	background: url(../svg/img_heureka.svg) center no-repeat;
	background-size: contain;
}
.heurekaRating__total,
.heurekaRating__item {
	width: 25%;
}
.heurekaRating__item {
	padding: 0 10px;
}
.heurekaRating__total__number {
	font-size: 22px;
	line-height: 22px;
	color: #000;
}
.heurekaRating__total__stars {
	padding: 6px 0;
}
.heurekaRating__item__stars {
    display: flex;
    align-items: center;
}
.heurekaRating__total__stars:before,
.heurekaRating__item__stars:before {
	content: '';
	display: block;
	width: 96px;
	height: 16px;
	background: url(../svg/ico_stars_y.svg) center no-repeat;
	background-size: contain;
}
.heurekaRating__item__stars:before {
	height: 12px;
}
.heurekaRating__total__href {
	font-size: 14px;
	line-height: 28px;
	color: #000;
	text-decoration: underline;
}
.heurekaRating__total__href:hover {
	text-decoration: none;
}
.heurekaRating__item__name {
	font-size: 14px;
    line-height: 28px;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.heurekaRating__item__name:before {
	content: '';
	display: block;
	width: 19px;
	height: 19px;
	background: url(../images/img_heurekaRating_user.png) center no-repeat;
	background-size: contain;
	margin-right: 4px;
}
.heurekaRating__item__rating {
	display: flex;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	color: #000;
    padding: 6px 0 8px;
}
.heurekaRating__item__desc {
	font-size: 14px;
    line-height: 18px;
    color: #000;
    margin-bottom: 0;
}
@media (max-width: 1200px) {
	.heurekaRating__total {
		width: 160px;
	}
	.heurekaRating__item {
		width: calc((100% - 160px) / 3);
	}
}
@media (max-width: 992px) {
	.heurekaRating {
		padding: 54px 30px 20px;
	}
	.heurekaRating__item {
	    width: calc((100% - 160px) / 2);
	}
	.heurekaRating__item--3 {
		display: none;
	}
}
@media (max-width: 640px) {
	.heurekaRating {
	    flex-wrap: wrap;
	    padding: 54px 0 20px;
	    margin-left: -10px;
	    margin-right: -10px;
	    border-left: 0;
	    border-right: 0;
        border-bottom: 0;
    	padding-bottom: 0;
	}
	.heurekaRating__total {
		width: 50%;
	    text-align: center;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    background-color: #f9f9f9;
	}
	.heurekaRating__total__number {
		font-weight: 600;
    	font-size: 24px;
	}
	.heurekaRating__item {
		width: 50%;
	    padding-bottom: 10px;
	}
	.heurekaRating__item.heurekaRating__item--2,
	.heurekaRating__item.heurekaRating__item--3 {
		margin-top: 0;
    	padding-top: 20px;
	}
	.heurekaRating__item.heurekaRating__item--3 {
	    display: block;
	    background-color: #f9f9f9;
	}
}
@media (max-width: 480px) {
	.heurekaRating__total,
	.heurekaRating__item {
		width: 100%;
	}
	.heurekaRating__total {
		background-color: #fff;
	    padding-bottom: 10px;
	}
	.heurekaRating__item.heurekaRating__item--1,
	.heurekaRating__item.heurekaRating__item--3 {
		background-color: #f7f7f7;
	}
	.heurekaRating__item,
	.heurekaRating__item.heurekaRating__item--2,
	.heurekaRating__item.heurekaRating__item--3 {
		padding-top: 10px;
	}
}


/* Section - FOOTER */
#footer,
#footer > .container {
    background-color: #A0D5FD;
}
#footer {
	color: #000;
	overflow-x: hidden;
	margin-top: 130px;
}
footer .footer-rows {
	position: relative;
	padding-top: 120px;
}
footer .footer-rows:before {
	content: '';
	display: block;
	width: 730px;
	height: 300px;
	background: url(../svg/img_city_1.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	/*left: -15px;*/
	left: -290px;
	bottom: -2px;
	-webkit-filter: invert(1);
    filter: invert(1);
}
footer .footer-rows:after {
	content: '';
	display: block;
	width: 730px;
	height: 300px;
	background: url(../svg/img_city_2.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	/*right: -212px;*/
	right: -520px;
	bottom: -2px;
	-webkit-filter: invert(1);
    filter: invert(1);
}
#footer .site-name {
	display: none !important;
}
.custom-footer,
.footer-bottom,
.footer-links-icons {
	border: 0;
}
.custom-footer {
	padding-top: 30px;
	padding-left: 0;
    position: relative;
    z-index: 5;
}
#footer h4 {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    text-transform: none;
}
#footer .contact-box a,
#footer .password-helper a,
#footer .news-item-widget a,
#footer ul a {
    color: #000;
    font-size: 14px;
    line-height: 24px;
}
#footer ul li a {
	position: relative;
}
#footer ul li a:hover {
	text-decoration: underline;
	padding-left: 16px;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#footer ul li a:before {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 4px);
	left: -16px;
	width: 10px;
	height: 8px;
	background: url(../svg/ico_right-arrow.svg) center no-repeat;
	background-size: contain;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#footer ul li a:hover:before {
	opacity: 1;
	left: 0;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#footer .footerCopyrightWrap {
	background-color: #fff;
    color: #000;
}
#footer .footerCopyrightWrap .footer-bottom {
	padding-top: 12px;
    padding-bottom: 12px;
}
#signature a {
	color: #000;
}
#signature a.signature__edit b {
	text-decoration: underline;
}
#signature a.signature__edit:hover b {
	text-decoration: none;
}
@media (min-width: 992px) {
	footer .footer-rows {
	    min-height: 493px;
	}
}
@media (max-width: 1440px) {
	footer .footer-rows {
		padding-top: 80px;
	}
}
@media (max-width: 767px) {
	.custom-footer>div {
		width: 50%;
	}
	.banner,
	.banner-wrapper {
	    margin-top: 0;
    	margin-bottom: 20px;
	}
	.banner {
	    min-height: auto;
	}
	.copyright,
	#signature {
		margin-top: 6px;
    	margin-bottom: 6px;
	}
	.copyright {
	    margin-top: 0;
	}
}
@media (max-width: 660px) {
	footer .footer-rows:after {
		display: none;
	}
}
@media (max-width: 560px) {
	.custom-footer>div {
		width: 100%;
	}
	.banner,
	.banner-wrapper {
		margin-bottom: 10px;
	}
}
@media (max-width: 480px) {
	footer .footer-rows {
	    padding-top: 100px;
	}
	#footer .footerCopyrightWrap .footer-bottom {
		font-size: 13px;
	}
}


/* FOOTER NEWSLETTER */
#footer .footerNewsletter {
    height: 140px;
    margin-top: -80px;
    margin-bottom: -60px;
    z-index: 9999;
    position: absolute;
    left: 0;
    right: 0;
}
#footer .footerNewsletter .extended {
    display: flex;
    padding-left: 110px;
    padding-right: 49px;
    height: 140px;
    align-items: center;
    position: relative;
    background-color: #000;
}
#footer .footerNewsletter__wrapper {
    width: 100%;
    position: relative;
}
#footer .footerNewsletter .topic {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: normal;
}
#footer .footerNewsletter__desc {
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    margin: 0;
}
#formNewsletterWidget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-left: 90px;
    position: relative;
    margin-top: 6px;
}
#formNewsletterWidget fieldset {
    max-width: 461px;
}
#formNewsletterWidget fieldset .validator-msg-holder {
    background-color: #fff;
    display: flex;
    align-items: center;
    width: 461px;
    position: relative;
}
#formNewsletterWidget fieldset input.form-control{
    /*width: 260px;*/
    height: 45px;
    border: 2px solid #fff;
    padding: 0 13px;
    font-size: 14px;
}
#formNewsletterWidget fieldset button {
    height: 45px;
    width: 101px;
    border: 0;
    background-color: #A0D5FD;
    color: #33536B;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}
#formNewsletterWidget fieldset button:hover {
    background-color: #6cc0ff;
}
#formNewsletterWidget fieldset button:before {
    display: none;
}
#formNewsletterWidget fieldset button span {
    width: auto;
    height: auto;
    margin: 0;
    overflow: auto;
    clip: auto;
    position: initial;
    text-transform: none;
}
#formNewsletterWidget label.whole-width {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    margin-top: -10px;
    margin-bottom: 0;
    text-align: center;
}
#formNewsletterWidget label.whole-width a {
    color: #fff;
    text-decoration: underline;
}
#formNewsletterWidget label.whole-width a:hover {
    color: #fff;
    text-decoration: none;
}
@media (min-width: 767px) {
	#formNewsletterWidget fieldset .validator-msg-holder {
	    border: 4px solid #fff;
	    border-radius: 3px;
	}
	#formNewsletterWidget fieldset input.form-control {
	    width: 100%;
	    padding-right: 110px;
	}
	#formNewsletterWidget fieldset button {
	    margin-top: 4px;
	    margin-right: 4px;
	    border-radius: 3px;
	}
}
@media (max-width: 1440px) {
	#footer .footerNewsletter .extended {
		padding-left: 49px;
	}
}
@media (max-width: 1200px) {
	#footer .footerNewsletter .extended {
		padding-left: 30px;
    	padding-right: 30px;
	}
	#footer .footerNewsletter .topic {
		font-size: 20px;
		padding-bottom: 4px;
	}
	#formNewsletterWidget {
		padding-left: 50px;
	}
	#formNewsletterWidget fieldset {
		max-width: 50%;
	}
	#formNewsletterWidget fieldset .validator-msg-holder {
		width: 430px;
	}
	#formNewsletterWidget fieldset input.form-control {
		width: 100%;
    	padding-right: 120px;
	}
}
@media (max-width: 992px) {
	#formNewsletterWidget fieldset .validator-msg-holder {
		width: 310px;
	}
}
@media (max-width: 676px) {
	#footer .footerNewsletter {
		margin-top: -110px;
    	height: 200px;
	}
	#footer .footerNewsletter .container {
		padding-left: 10px;
		padding-right: 10px;
	}
	#footer .footerNewsletter .extended {
		flex-direction: column;
	    padding-top: 20px;
	    padding-bottom: 20px;
	    height: 200px;
	}
	#footer .footerNewsletter__wrapper {
		max-width: 450px;
	    text-align: center;
	    padding-bottom: 16px;
	}
	#formNewsletterWidget {
		padding-left: 0;
	}
	#formNewsletterWidget fieldset {
		max-width: 100%;
	}
	#formNewsletterWidget fieldset .validator-msg-holder {
		width: 100%;
	}
}
@media (max-width: 480px) {
	#footer .footerNewsletter {
		height: 220px;
	}
	#footer .footerNewsletter .extended {
	    padding-left: 20px;
	    padding-right: 20px;
	    padding-top: 16px;
	    height: 220px;
	}
	#footer .footerNewsletter__wrapper {
	    max-width: 360px;
	    padding-bottom: 8px;
	}
	#footer .footerNewsletter .topic {
	    max-width: 260px;
	    font-size: 18px;
	    margin: auto;
	    font-weight: 600;
	}
	#footer .footerNewsletter__desc {
		font-size: 13px;
	}
	#formNewsletterWidget label.whole-width {
		max-width: 350px;
	}
}
@media (max-width: 330px) {
	#footer .footerNewsletter .extended {
		height: 230px;
	}
}

/* socialBox - FOOTER */
#footer .socialBox__facebook,
#footer .socialBox__instagram {
	display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 34px;
    margin-bottom: 15px;
    color: #000;
}
#footer .socialBox__facebook:hover .socialBox__socName,
#footer .socialBox__instagram:hover .socialBox__socName {
	text-decoration: underline;
}
#footer .socialBox__facebook:before,
#footer .socialBox__instagram:before {
	content: '';
	position: absolute;
	display: block;
	width: 26px;
	height: 26px;
	left: 0;
	top: calc(50% - 13px);
	z-index: 1;
}
#footer .socialBox__facebook:before {
	background: url(../svg/ico_facebook.svg) center no-repeat;
	background-size: contain;
}
#footer .socialBox__instagram:before {
	background: url(../svg/ico_instagram.svg) center no-repeat;
	background-size: contain;
}
#footer .socialBox__socName {
	font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
#footer .socialBox__socDesc {
	font-size: 14px;
	line-height: 24px;
}

/* wholesaleBox - FOOTER */
.wholesaleBox .wholesaleBox__desc a {
	text-decoration: underline;
    margin-top: 4px;
    font-weight: 500;
}
.wholesaleBox .wholesaleBox__desc a:hover {
	text-decoration: none;
}

/* contactBox - FOOTER */
#footer .contactBox {
	background-color: #fff;
    padding: 20px;
    min-height: 215px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    position: relative;
    overflow: hidden;
}
#footer .contactBox:after {
	content: '';
	position: absolute;
	right: 10px;
	bottom: -10px;
	display: block;
	width: 85px;
	height: 199px;
	background: url(../svg/img_contact_1.svg) center no-repeat;
	background-size: contain;
}
#footer h4 {
	margin-bottom: 10px;
}
#footer .contactBox__desc {
	color: #404040;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
}
#footer .contactBox__phone,
#footer .contactBox__mail {
	font-size: 16px;
    line-height: 42px;
    color: #000;
    font-weight: 500;
    padding-left: 24px;
}
#footer .contactBox__phone:before,
#footer .contactBox__mail:before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 8px);
	display: block;
	width: 16px;
	height: 16px;
}
#footer .contactBox__phone:before {
	background: url(../svg/ico_phone.svg) center no-repeat;
	background-size: contain;
}
#footer .contactBox__mail:before {
	background: url(../svg/ico_mail.svg) center no-repeat;
	background-size: contain;
}
#footer .contactBox__mail {
    text-decoration: underline;
}
#footer .contactBox__phone:hover {
	text-decoration: underline;
}
#footer .contactBox__mail:hover {
	text-decoration: none;
}




/* USER ACTION */
.login-window-visible .user-action .user-action-in>div.user-action-login {
	position: fixed;
	background-color: rgba(0,0,0,0.8);
	z-index: 99999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    margin: 0;
    width: 100%;
    max-height: 100%;
}
.login-widget .popup-widget-inner {
	width: 80%;
	height: auto;
	border-radius: 3px;
	max-width: 500px;
	max-height: 80vh;
	margin: auto;
	margin-top: 10vh;
}
.login-window-visible .user-action .login-widget .popup-widget-inner h2 {
	font-size: 22px;
	font-weight: 800;
	border-bottom: none;
	padding-bottom: 10px;
	text-align: center;
	color: #000;
}
.login-window-visible .user-action .login-widget .login-wrapper {
	display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
}
.login-window-visible .user-action .login-widget .btn {
	float: none;
	margin-bottom: 10px;
	width: 100%;
	background-color: #262626;
	color: #fff;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 17px;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: 500;
	border: 0;
}
.login-window-visible .user-action .login-widget .btn:hover {
	background-color: #000;
	color: #fff;
}
.login-window-visible .user-action .login-wrapper .password-helper {
	float: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
}
.login-window-visible .user-action .login-wrapper .password-helper a {
	padding-top: 0;
    color: #000;
    text-decoration: underline;
}
.login-window-visible .user-action .login-wrapper .password-helper a:hover {
	text-decoration: none;
}
.login-window-visible .user-action .login-wrapper .password-helper a+a {
	margin-left: 20px;
}
.login-window-visible .user-action .login-wrapper #formAffiliateLoginIncluded {
	margin-top: 20px;
}
.popup-widget.login-widget::before {
	display: inline-block;
	speak: none;
	vertical-align: middle;
	font-family: shoptet;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 0;
	text-transform: none;
	text-decoration: none;

	content: '\e912';
	-webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: rgba(0,0,0,0);
    border: 0;
    color: #fff;
    font-size: 24px;
    width: 24px;
    height: 24px;
    top: 30px;
    cursor: pointer;
}

@media (max-width: 992px){
	.popup-widget.login-widget::before {
		top: 23px;
		right: 20px;
		margin: 0;
		left: auto;
		position: absolute;
	}
	.login-widget .popup-widget-inner {
		margin-top: 14vh;
	}
}



/* Výpis produktů - obecný */
.products-block .product {
	border: 0;
    box-shadow: 0 0 0 #00000000;
    border: 1px solid #fff !important;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.products-block .product:hover {
    box-shadow: 0 0 8px #00000017;
    border: 1px solid #000 !important;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.products-block .p-code {
	display: none;
}
.products-block .p a.image {
	border: 1px solid #f5f5f5;
}
.products-block.products .p .name {
	color: #000;
    font-weight: 500;
}
.products-block.products .p .name:hover {
	text-decoration: underline;
}
.products-block .ratings-wrapper {
	display: none;
}
.products-block .product .availability {
	text-align: left;
	padding-right: 100px;
    margin-bottom: -10px;
}
.products-block .p-bottom .prices {
	display: flex;
	flex-wrap: wrap;
	width: 65%;
	flex-basis: 65%;
}
.products-block .p-bottom .prices .oldPrice {
	text-decoration: line-through;
	font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    padding-right: 6px;
}
.products-block .p-bottom .p-tools,
.products-block.products-additional .p-bottom .p-tools {
	width: 35%;
	flex-basis: 35%;
}
.products-block.products .p .price strong,
.products-block.products .p .price span {
	font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #000;
}
@media (max-width: 767px) {
	.products-block .p-bottom .prices {
	    width: calc(100% - 130px) !important;
	    flex-basis: calc(100% - 130px) !important;
	    padding-top: 10px;
	}
	.products-block .p-bottom .p-tools,
	.products-block.products-additional .p-bottom .p-tools,
	.columns-mobile-2 .products-block > div .p-bottom .p-tools {
		width: 100px;
	    flex-basis: 100px;
	    text-align: right;
	}
	.columns-mobile-2 .products-block > div .p a.image {
		margin-bottom: 10px;
	}
}
@media (max-width: 640px) {
	.products-block .p-bottom .p-tools,
	.products-block.products-additional .p-bottom .p-tools,
	.columns-mobile-2 .products-block > div .p-bottom .p-tools {
		width: 100%;
	    flex-basis: 100%;
	    text-align: center;
	}
	.products-block .p-bottom .p-tools .btn {
	    width: 100%;
    	max-width: 180px;
	}
	.columns-mobile-2 .products-block > div .p-bottom>div,
	.products-block .product .availability {
	    padding-right: 0;
    	justify-content: center;
	}
	.columns-mobile-2 .products-block > div .prices,
	.products-block .p-bottom .prices {
	    width: 100% !important;
	    flex-basis: 100% !important;
	    justify-content: center;
	    margin-bottom: 8px;
	}
	.columns-mobile-2 .products-block > div .p .name,
	.products-block.products .p .name {
		text-align: center;
		height: 40px;
	    font-size: 15px;
	}
	.products.products-block {
		margin-left: -10px;
		margin-right: -10px;
	}
}

/* Product - flags */
.flag {
	width: auto;
	min-width: 80px;
    height: 80px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.03em;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 400;
}
.flag.flag-new {
    background: rgb(160,213,253);
    background: -moz-linear-gradient(180deg, rgba(160,213,253,1) 0%, rgba(114,174,219,1) 69%);
    background: -webkit-linear-gradient(180deg, rgba(160,213,253,1) 0%, rgba(114,174,219,1) 69%);
    background: linear-gradient(180deg, rgba(160,213,253,1) 0%, rgba(114,174,219,1) 69%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a0d5fd",endColorstr="#72aedb",GradientType=1);
}
.flag.flag-action,
.flag.flag-discount {
	background: rgb(246,152,175);
	background: -moz-linear-gradient(131deg, rgba(246,152,175,1) 0%, rgba(219,114,140,1) 69%);
	background: -webkit-linear-gradient(131deg, rgba(246,152,175,1) 0%, rgba(219,114,140,1) 69%);
	background: linear-gradient(131deg, rgba(246,152,175,1) 0%, rgba(219,114,140,1) 69%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f698af",endColorstr="#db728c",GradientType=1);
}
.flags.flags-default .flag.flag-discount > span {
	color: #fff;
}
@media (max-width: 540px) {
	.products-block .p .flags-default {
		left: -6px;
		top: -6px;
	}
	.flag {
		width: auto;
		min-width: 60px;
		height: 60px;
		font-size: 12px;
		letter-spacing: 0;
	}
}


/* SIDEBAR - OBECNÝ */
.sidebar,
.sidebar-inner {
	background-color: #fff;
}
.sidebar-inner {
    box-shadow: 0 0 20px rgb(0 0 0 / 7%);
}
.sidebar-inner > div h4 {
	font-size: 16px;
}

/* SIDEBAR - MENU */
.sidebar-inner .box-categories {
	border-bottom: 0;
}
.sidebar-inner .box-categories h4 {
    font-size: 24px;
    font-weight: 700;
}
.sidebar-inner #categories .categories {
	border-bottom: 1px solid #d7d7d742;
}
.sidebar-inner #categories .topic > a:hover {
	text-decoration: underline;
}
.sidebar-inner .categories .topic > a {
	font-size: 16px;
    line-height: 24px;
    color: #000;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.sidebar-inner .categories.external .topic > a:after,
.sidebar-inner .categories.expandable:not(.active) .topic > a:after {
	content: '';
	display: inline-block;
	width: 9px;
	height: 5px;
	margin-left: 7px;
	background: url(../svg/ico_arrowDown_black.svg) center no-repeat;
	background-size: contain;
    margin-top: -1px;
}
.sidebar-inner #categories .expandable > a > span,
.sidebar-inner #categories .expandable>.topic>a>span {
	display: none;
}
.sidebar-inner .categories .topic.active>a:hover,
.sidebar-inner .categories .topic.active>a,
.sidebar-inner .categories .topic.child-active>a {
	background-color: #fff;
    font-weight: 800;
}
.sidebar-inner .box-bg-variant .categories a {
	color: #000;
}
.sidebar-inner #categories .expandable.expanded>ul {
    padding-bottom: 15px;
    padding-left: 20px;
}
.sidebar-inner #categories > .expandable.expanded:not(.active)>ul {
    display: none;
}
.sidebar-inner #categories ul a {
	padding-left: 40px;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sidebar-inner #categories ul a:hover {
	text-decoration: underline;
	padding-left: 56px;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sidebar-inner #categories ul a:before {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 4px);
	left: 24px;
	width: 10px;
	height: 8px;
	background: url(../svg/ico_right-arrow.svg) center no-repeat;
	background-size: contain;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sidebar-inner #categories ul a:hover:before {
	opacity: 1;
	left: 40px;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sidebar-inner #categories li.active>a {
	background-color: #fff;
	font-weight: 700;
}
.sidebar-inner #categories li.active>a:hover {
	background-color: #fff;
    color: #000;
    padding-left: 40px;
}
.sidebar-inner #categories li.active>a:hover:before {
	display: none;
}



/* KATEGORIE - VÝPIS PODKATEGORIÍ */
.subcategories li {
	display: flex;
    align-self: normal;
}
.subcategories li a {
	color: #000;
	height: 100%;
    min-height: 51px;
    width: 100%;
}
.subcategories li a:hover {
	border-color: #000;
}
@media (max-width: 767px) {
	.subcategories li a .text {
		max-height: 100%;
		padding-top: 6px;
    	padding-bottom: 6px;
    	line-height: 16px;
	}
}


/* KATEGORIE - řazení produktů */
.category-header {
	border-bottom: 2px solid #000;
    margin-top: 40px;
    flex-direction: row-reverse;
    box-shadow: 5px 10px 20px rgb(0 0 0 / 7%);
    background-color: #fff;
}
.category-header div {
	text-align: left;
}
.category-header input[type="radio"]+label {
    color: #000;
    font-weight: 500;
}
.category-header input[type="radio"]+label:hover {
	text-decoration: underline;
}
.category-header input[type="radio"]:checked+label {
	border: 2px solid #000;
    border-bottom: 2px solid #fff;
    margin-bottom: -2px;
    box-shadow: inset 4px 4px 5px rgb(0 0 0 / 9%), 0px 14px 7px 0px rgb(255 255 255);
    background-color: #fff;
    color: #000;
    font-weight: 700;
    margin-top: 5px;
}
.category-header input[type="radio"]:checked+label:hover {
	text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1200px) {
	/*.desktop .category-header {
		position: relative;
	}
	.desktop .category-header div:last-of-type {
	    position: absolute;
    	bottom: -20px;
	}*/
	.category-header input[type="radio"]+label {
	    padding-left: 10px;
	    padding-right: 10px;
	}
}
@media (min-width: 768px) and (max-width: 1440px) {
	.category-header {
		justify-content: space-between;
	}
	.desktop .category-header div {
		display: none;
	}
}
@media (max-width: 992px) {
	.category-header {
		box-shadow: none;
		justify-content: center;
		border-bottom: 0;
	}
	.category-header form {
		background-color: #f7f7f7;
		width: 100%;
	}
	.category-header input[type="radio"]:checked+label {
		margin-top: 0;
	    box-shadow: none;
    	border-bottom-color: #000;
	}
	.category-header div {
		display: none;
	}
}
/*@media (max-width: 460px) {
	.category-header {
		justify-content: flex-start;
	    flex-direction: row;
	    box-shadow: none;
	    padding: 6px 20px;
	    background-color: #000;
	    border: 0;
	    margin-left: -10px;
    	margin-right: -10px;
	}
    #category-header form[action="/action/ProductsListing/sortProducts/"] {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        height: 46px;
    }
    #category-header form[action="/action/ProductsListing/sortProducts/"]:before {
        content: 'Řadit podle:';
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        padding-right: 6px;
        margin-top: 12px;
    }
    #category-header form[action="/action/ProductsListing/sortProducts/"] fieldset {
        font-weight: 700;
        color: #000;
        font-size: 14px;
        margin-top: 6px;
        display: flex;
        flex-direction: column;
        margin-bottom: 6px;
        border: 1px solid #fff;
        line-height: 20px;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 8px;
        padding-right: 40px;
        position: relative;
        background-color: #fff;
        z-index: 999;
        min-width: 200px;
        height: 34px;
    }
    #category-header form[action="/action/ProductsListing/sortProducts/"] fieldset.open {
        padding-top: 25px;
        height: auto;
        box-shadow: 0 0 5px #00000061;
    }
    #category-header form[action="/action/ProductsListing/sortProducts/"] fieldset:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1111;
        height: 32px;
    }
    #category-header form[action="/action/ProductsListing/sortProducts/"] fieldset:after {
        content: '';
	    display: inline-block;
	    width: 9px;
	    height: 5px;
	    margin-left: 7px;
	    background: rgba(0,0,0,0) url(../svg/ico_arrowDown_black.svg) center no-repeat;
	    background-size: contain;
	    margin-top: -1px;
        position: absolute;
        right: 10px;
        top: 14px;
        left: auto;
        bottom: auto;
    }
    #category-header form[action="/action/ProductsListing/sortProducts/"] fieldset.open:after{
        transform: rotateZ(180deg);
    }
    #category-header input[type="radio"] + label {
        display: none;
        padding: 0;
        margin-top: 8px;
        font-weight: 400;
        background-color: rgba(0,0,0,0);
    }
    #category-header input[type="radio"]:checked + label {
        font-weight: 700;
        color: #000;
        font-size: 14px;
        display: flex;
        padding: 0;
        margin: 0;
        width: auto;
        position: absolute;
        top: 6px;
        left: 8px;
        z-index: 1110;
    	box-shadow: none;
    	border: 0
    }
    #category-header form[action="/action/ProductsListing/sortProducts/"] fieldset.open input[type="radio"] + label {
        display: flex;
    }
}*/

/* KATEGORIE - FILTERS */
body.mobile .shk-closseTranspBG {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 998;
}
body.mobile #filters,
body.mobile #content .filters.visible {
	display: none;
    max-width: 800px;
    background-color: #fff;
    padding: 20px;
    margin-top: 10vh;
    max-height: 80vh;
    overflow: auto;
    margin: 10vh auto;
    border: 30px solid #ffff;
    border-left-width: 10px;
    border-right-width: 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding-left: 10px;
    padding-right: 20px;
    border-radius: 3px;
}
body.mobile #filters .filter-sections,
body.mobile #content .filters.visible .filter-sections {
	background-color: #fff;
    padding-left: 0;
    padding-right: 0;
}
body.mobile #filters form[action="/action/ProductsListing/setStockFilter/"] {
	display: none;
}
body.mobile #category-filter-hover .filter-section {
    background-color: #f1f1f1;
    border: 0;
    padding: 10px;
    border: 0 !important;
}
body.mobile #category-filter-hover .filter-section.filter-section-count {
	background-color: #fff;
	margin-bottom: 0;
}
body.mobile #category-filter-hover .filter-section.filter-section-count .filter-total-count {
    padding-top: 6px;
    font-weight: 300;
    color: #696969;
}
body.desktop #category-filter-hover .filter-section.filter-section-count .filter-total-count {
	display: none;
}
body.mobile #category-filter-hover .filter-section.filter-section-count .filter-total-count strong {
	font-weight: 600;
}
body.mobile .filter-section h4 {
	font-weight: 600;
    font-size: 18px;
    margin-top: 6px;
}
body.mobile #category-filter-hover .filter-section h4 {
    margin: 0;
    margin-bottom: 10px;
}
body.mobile #category-filter-hover .filter-section form {
    padding: 10px;
    background-color: #fff;
    margin: 0 -9px -9px;
}
body.mobile.shk-userAction-openFilters .shk-closseTranspBG,
body.mobile.shk-userAction-openFilters #filters {
	display: block !important;
}
body.mobile #filters::-webkit-scrollbar-track,
body.mobile #category-filter-hover .filter-section form::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
body.mobile #category-filter-hover .filter-section form::-webkit-scrollbar-track {
	border-radius: 0;
}

body.mobile #filters::-webkit-scrollbar,
body.mobile #category-filter-hover .filter-section form::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}
body.mobile #category-filter-hover .filter-section form::-webkit-scrollbar {
	width: 6px;
}
body.mobile #filters::-webkit-scrollbar-thumb,
body.mobile #category-filter-hover .filter-section form::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
body.mobile #category-filter-hover .filter-section form::-webkit-scrollbar-thumb {
	background-color: #000;
	border-radius: 0;
}
body.mobile #filters .filter-section form fieldset {
    display: flex;
    flex-wrap: wrap;
}
body.mobile #filters .filter-section form fieldset > div {
    width: 33.333%;
}
body.mobile #filters .filter-section input[type="checkbox"]+label:hover,
body.mobile #filters .filter-section input[type="radio"]+label:hover {
	text-decoration: underline;
}
body.mobile #filters #clear-filters .close-after {
	display: block;
    background-color: #ef2322;
    color: #fff;
    font-weight: 600;
    text-transform: none;
    font-size: 18px;
    padding: 8px 10px;
}
body.mobile #filters #clear-filters .close-after:after {
	display: none;
}
body.mobile #filters #clear-filters .close-after:hover {
	background-color: #b90202;
}
body.mobile #filters .shk-filtersTitle {
    font-size: 22px;
    font-weight: 800;
    padding-bottom: 20px;
    display: block;
    text-align: center;
    margin-top: -20px;
    text-transform: uppercase;
}
body.mobile #filters .shk-filtersCloseButtonWrap {
    margin-top: -20px;
    margin-bottom: 30px;
    text-align: right;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}
body.mobile #filters .shk-filtersCloseButton {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: #ef2322;
    margin-left: auto;
    padding: 6px 16px;
    text-decoration: underline;
    cursor: pointer;
}
body.mobile #filters .shk-filtersCloseButton:hover {
	text-decoration: none;
}
body.mobile .shk-categoryFilters__button {
    background-color: #000000;
    font-size: 20px;
    padding: 10px 20px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0.033em;
    width: 100%;
    text-align: center;
    border-radius: 0;
    display: flex;
    max-width: 260px;
    justify-content: center;
    align-items: center;
}
body.mobile .shk-categoryFilters__button:before {
	content: '';
    display: inline-block;
    background: url(../svg/ico_filters.svg) center no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
@media (max-width: 1200px) {
	body.mobile .shk-categoryFilters__button {
		margin-bottom: -7px;
	    font-size: 16px;
	    padding: 11px 15px;
	    max-width: 209px;
	}
}
@media (max-width: 992px) {
	body.mobile .shk-categoryFilters__button {
	    margin-bottom: 0;
	    max-width: 100%;
	    margin-top: 10px;
	}
	body.mobile #filters,
	body.mobile #content .filters.visible {
		max-width: 90vw;
	}
	body.mobile #filters .filter-section form fieldset > div {
		width: 50%;
	}
}
@media (max-width: 600px) {
	body.mobile #filters .filter-section form fieldset > div {
		width: 100%;
	}
}



/* KATEGORIE - aktivní filtry */
.shk-selectedFilters {
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
}
body.shk-filterActive .shk-selectedFilters {
	display: flex;
}
.shk-selectedFilters .shk-selectedFiltersTitle {
	width: 100%;
    font-size: 14px;
    padding-bottom: 10px;
    font-weight: 700;
}
.shk-selectedFilters__item {
	padding-left: 0;
    white-space: nowrap;
    margin-right: 0;
    padding: 4px 14px !important;
    background-color: #ef2222;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
    margin-right: 10px;
    margin-bottom: 10px;
}
.shk-selectedFilters__item:hover {
	color: #fff;
	background-color: #b90202;
}
.shk-selectedFilters__item:after {
    display: inline-block;
    speak: none;
    font-family: shoptet;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 0;
    text-transform: none;
    text-decoration: none;
    content: '\e912';
    vertical-align: initial;
    font-size: 9px;
    margin-left: 4px;
    background-color: rgba(0,0,0,0);
    border: 0;
    position: inherit;
    transform: translateY(0);
}
.shk-selectedFilters__item > span:last-of-type {
	display: none;
}
.shk-selectedFilters__item__paraName {
	font-weight: 300;
}
.shk-selectedFilters .shk-filtersCloseWrap {
	width: 100%;
}
.shk-selectedFilters .close-after {
	display: inline-block;
    padding: 6px 0;
    font-size: 16px;
    color: #c40a0a;
    font-weight: 500;
    margin-bottom: 6px;
}
.shk-selectedFilters .close-after:hover {
	text-decoration: underline;
}





/* VÝPIS PRODUKTŮ - KATEGORIE TOP 10 */
.products-inline > div .p .p-in .p-in-in .name {
    color: #000;
}
.products-inline > div .p .p-in .p-in-in .name:hover {
    text-decoration: underline;
}




/* SIDEBAR - TOP 10 PRODUKTŮ */
ol.top-products li a {
	color: #000;
}
ol.top-products li a:hover .top-products-name {
	text-decoration: underline;
}

/* DETAIL PRODUKTU - OBECNÝ */
.mobile .p-image-wrapper,
.mobile .p-info-wrapper {
    width: 50%;
}
.type-detail .products-block.products-alternative>div,
.type-detail .products-block.products-related>div {
    width: calc((100% - 1px) / 4);
    margin-right: 0;
}
.type-detail .products-block .ratings-wrapper .availability {
    display: block;
}
.p-info-wrapper .price-final .price-final-holder {
    color: #000;
}
.p-info-wrapper .price-final .price-additional,
.type-detail .p-info-wrapper .price-additional {
    font-size: 18px;
    margin-left: 118px;
}
.type-detail .add-to-cart .quantity {
    padding-left: 15px;
    max-width: 103px;
    width: 100%;
    border: 1px solid #101010;
    font-size: 16px;
    color: #101010;
    display: flex;
    height: 100%;
    border-radius: 0;
    background-color: #ffff;
}
.type-detail .p-info-wrapper .price-final {
    padding-top: 10px;
}
.type-detail .add-to-cart .quantity .amount {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #101010;
    background-color: #ffff;
}
.type-detail .add-to-cart .quantity .increase {
    border-left: 1px solid #101010;
    width: 32px;
    background-color: #fff;
}
.type-detail .add-to-cart .quantity .decrease {
    border-left: 1px solid #101010;
    width: 32px;
    background-color: #fff;
    border-top: 1px solid #101010;
}
.type-detail .add-to-cart .quantity .increase:hover,
.type-detail .add-to-cart .quantity .decrease:hover {
    background-color: #f3f3f3;
}
/*.type-detail .add-to-cart .add-to-cart-button {
    height: 50px;
    min-width: 129px;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    background-color: #0d9901;
    border-radius: 3px;
    color: #fff;
    padding: 0 20px;
    border: 0;
    font-size: 18px;
    font-weight: 700;
    margin-left: 20px;
    cursor: pointer;
}*/
.type-detail .add-to-cart .add-to-cart-button:before {
    display: none;
}
/*.type-detail .add-to-cart .add-to-cart-button:hover {
    background-color: #008001;
}*/
.type-detail #tab-content .description-inner {
    padding: 0;
}
.type-detail #tab-content .basic-description {
    color: #505050;
    line-height: 26px;
    font-size: 16px;
    padding-top: 20px;
    width: calc(100% - 450px);
    overflow-x: auto;
}
.type-detail #tab-content h3 {
    font-size: 26px;
    margin-top: 0;
    font-weight: 400;
    color: #000;
}
.type-detail .extended-description {
    width: 450px;
    padding-left: 50px;
}
.type-detail #tab-content .extended-description h3 {
    font-size: 26px;
    margin-top: 20px;
}
.type-detail #tab-content .detail-parameters {
    width: 100%;
}
.type-detail #tab-content .detail-parameters tr:nth-of-type(odd) {
    background-color: #f6f6f6;
}
.type-detail #tab-content .detail-parameters th {
    color: #505050;
    padding: 8px 16px 8px;
}
.type-detail #tab-content .detail-parameters td {
    padding: 8px 16px 8px;
    font-weight: 500;
}
.type-detail #tab-content .detail-parameters a {
    color: #4eb2fe;
    font-weight: 500;
    text-decoration: underline;
}
.type-detail #tab-content .detail-parameters a:hover {
    text-decoration: none;
}
.responsive-nav .shp-tabs-holder {
    border-bottom: 2px solid #000;
    flex-direction: row-reverse;
    /*box-shadow: 5px 10px 20px rgb(0 0 0 / 7%);*/
    background-color: #fff;
}
.shp-tabs-holder,
.shp-tabs {
    border-color: #ffffff;
    background-color: #ffffff;
}
.shp-tabs-holder ul.shp-tabs li a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    background-color: #fff;
}
.shp-tabs-holder ul.shp-tabs li a:hover {
	text-decoration: underline;
    /*border: 0;*/
}
.shp-tabs-holder .shp-tab.active {
    border: 2px solid #000;
    border-bottom: 2px solid #fff;
    margin-bottom: -2px;
    box-shadow: inset 4px 4px 5px rgb(0 0 0 / 13%), 0px 14px 7px 0px rgb(255 255 255);
    background-color: #fff;
    color: #000;
    font-weight: 700;
}
.p-info-wrapper {
    display: flex;
    flex-direction: column;
}
.type-detail .p-detail-inner {
	padding-top: 30px;
}
.type-detail h1 {
    font-weight: 600;
    color: #000;
    order: 1;
}
.type-detail .p-detail-info .flag {
    height: auto;
    width: auto;
    min-width: 80px;
    padding: 2px 10px;
    border-radius: 0;
}
/*.p-detail-inner-header .p-code {
	display: none;
}*/
/*.p-info-wrapper .stars-wrapper {
    order: 2;
    margin-bottom: 6px;
}
.p-info-wrapper .stars-wrapper + div {
    order: 3;
    display: none;
}*/
.p-info-wrapper .detailProduct__infoBox {
    order: 4;
}
.p-info-wrapper .p-short-description {
    order: 5;

    margin-top: 10px;
    padding: 14px 15px;
    background-color: #f9f9f9;
    border: 1px solid #f1f1f1;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    border-radius: 5px;
}
.p-info-wrapper .p-short-description p {
    margin-bottom: 0;
}
.p-info-wrapper .p-short-description + p {
    order: 6;

    text-align: center;
}
.p-info-wrapper .add-to-cart + p {
    display: none;
}
.p-info-wrapper .p-short-description + p > a {
    background-color: #f9f9f9;
    padding: 1px 14px 6px;
    border: 1px solid #f1f1f1;
    border-top: 0;
    margin-top: -1px;
    display: inline-block;
    border-radius: 0 0 5px 5px;
}
.p-info-wrapper .detail-parameters {
    order: 7;

    margin-top: 20px;
    position: relative;
}
.p-info-wrapper .detail-parameters.noEmpty:before {
    content: '';
    display: block;
    min-width: 100%;
    height: 1px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    background-color: #f1f1f1;
}
.p-info-wrapper .detail-parameters th {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    padding-right: 20px;
}
.p-info-wrapper .p-final-price-wrapper {
    order: 8;

    padding-top: 20px;
    border-top: 1px solid #f1f1f1;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}
.p-info-wrapper .choose-variant.default-variant span.availability-label {
    color: #ab2132;
}
.p-info-wrapper .p-code {
	order: 10;
    padding-top: 20px;
    border-top: 1px solid #f1f1f1;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    color: #000;
}
.p-info-wrapper .p-code-label {
    font-weight: 400;
    font-size: 16px;
    margin-right: 11px;
    color: #666;
}
.p-info-wrapper .parameter-dependent {
	font-weight: 600;
    font-size: 18px;
}
.p-info-wrapper .add-to-cart {
    order: 11;

    padding: 20px 30px;
    background-color: #f9f9f9;
    border: 1px solid #f1f1f1;
}
.p-info-wrapper .add-to-cart .btn {
    width: calc(100% - 123px);
    margin-left: 20px;
    font-size: 20px;
    border-color: #262626;
    background-color: #262626;
}
.p-info-wrapper .add-to-cart .btn:hover {
    border-color: #000;
    background-color: #000;
}
.p-info-wrapper .social-buttons-wrapper {
    order: 12;
}
.p-image-wrapper .social-buttons-wrapper .link-icons,
.p-info-wrapper .social-buttons-wrapper .link-icons {
    margin: 10px 0 0;
}
.p-info-wrapper .social-buttons-wrapper .link-icons .link-icon.chat::before {
    content: '\e924';
}
.p-info-wrapper .social-buttons-wrapper .link-icons .link-icon.print::before,
.p-info-wrapper .social-buttons-wrapper .link-icons .link-icon.share::before,
.p-info-wrapper .social-buttons-wrapper .link-icons .link-icon.chat::before,
.p-info-wrapper .social-buttons-wrapper .link-icons .link-icon.watchdog::before {
    font-size: 24px;
    margin-bottom: 4px;
}
.social-buttons-wrapper .social-buttons {
    padding-top: 10px;
}
.p-info-wrapper .p-final-price-wrapper .price-final:before {
    content: 'Cena:';
    font-weight: 400;
    font-size: 16px;
    margin-right: 64px;
    color: #666;
}
.p-info-wrapper .p-final-price-wrapper .price-standard:before {
    content: 'Bežná cena:';
    color: #666;
    font-size: 16px;
    font-weight: 400;
    padding-right: 20px;
}
.p-info-wrapper .availability-value:before {
    content: 'Dostupnosť:';
    color: #666;
    font-size: 16px;
    font-weight: 400;
    padding-right: 20px;
}
.type-detail .p-image #wrap {
    border-radius: 3px;
    overflow: hidden;
}
#content .p-detail {
    display: flex;
    flex-direction: column;
}
#content .p-detail .products-related-header {
    order: 30;
    font-size: 26px;
    margin-top: 30px;
    font-weight: 400;
    color: #3c3c3c;
}
#content .p-detail .products-related.products-additional {
    order: 31;
}
#content .p-detail .browse-p {
    order: 32;
}
.type-detail .products-block.products-related .product .availability {
	display: block;
}
@media (max-width: 1300px) {
    .type-detail.desktop .extended-description {
        width: 380px;
    }
    .type-detail.desktop #tab-content .basic-description {
        width: calc(100% - 380px);
    }
}
@media (max-width: 1200px) {
    .type-detail .products-block.products-alternative>div,
    .type-detail .products-block.products-related>div {
        width: calc(33.333% - 1px);
    }
    .type-detail.desktop #tab-content .basic-description {
        width: 100%;
    }
    .type-detail.desktop .extended-description {
        width: 100%;
        padding-left: 0;
    }
    .p-info-wrapper .social-buttons-wrapper .link-icons {
        width: 100%;
        justify-content: space-around;
    }
}
@media (max-width: 992px) {
    .desktop.type-detail .products-block.products-alternative>div,
    .desktop.type-detail .products-block.products-related>div {
        width: calc((100% - 10px) / 2);
    }
    .type-detail #tab-content .basic-description {
        width: 100%;
    }
    .type-detail .extended-description {
        width: 100%;
        padding-left: 0;
    }
    .type-detail .products-block.products-alternative>div:nth-of-type(3),
    .type-detail .products-block.products-related>div:nth-of-type(3) {
        display: block;
    }
    .products-related {
        margin-bottom: 10px;
    }
    #content .p-detail .browse-p {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .p-info-wrapper .add-to-cart {
        padding: 10px 10px;
    }
}
@media (max-width: 880px) {
    .mobile .p-image-wrapper,
    .mobile .p-info-wrapper {
        width: 100%;
    }
    .p-info-wrapper .add-to-cart {
        padding: 20px 30px;
    }
}
@media (max-width: 767px) {
    /*.p-info-wrapper .add-to-cart .btn {
        border-radius: 3px;
    }*/
    .shp-tabs-holder ul.shp-tabs li a {
	    padding-top: 4px;
    	padding-bottom: 8px;
    }
}
@media (max-width: 640px) {
    .type-detail .products-block.products-alternative>div,
    .type-detail .products-block.products-related>div {
        width: 50%;
        margin-right: 0 !important;
    }
    .type-detail .content-wrapper.container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .type-detail .product-top {
        margin-bottom: 20px;
    }
}
@media (max-width: 460px) {
    .p-info-wrapper .add-to-cart {
        margin-left: -10px;
        margin-right: -10px;
        border-right: 0;
        border-left: 0;
        padding: 20px 10px;
        margin-bottom: 0;
    }
    .type-detail .add-to-cart .add-to-cart-button {
        margin-left: 10px;
        /*padding: 0 15px;*/
        min-width: 180px;
    }
    .p-info-wrapper .availability-value {
    	padding-left: 112px;
    	position: relative;
    }
    .p-info-wrapper .availability-value:before {
	    position: absolute;
	    left: 0;
	    top: 2px;
    }
}

/* BREADCRUMBS */
/*.desktop .breadcrumbs {
    border-bottom: 0;
    background-color: rgba(0,0,0,0);
}*/
.breadcrumbs {
    border-color: #f6f6f6;
}
.mobile .breadcrumbs {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .type-detail.mobile .breadcrumbs {
        margin-bottom: 0;
    }
}
@media (max-width: 992px) {
    .breadcrumbs {
        display: block;
        padding-top: 5px;
        border-bottom: 1px solid #f6f6f6;
        padding-bottom: 6px;
        line-height: 22px;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .breadcrumbs.navigation-home-icon-wrapper::before {
        display: none;
    }
    .navigation-home-icon-wrapper #navigation-first a {
        padding-left: 0;
    }
    .navigation-home-icon-wrapper #navigation-first a .sr-only {
        position: unset;
        margin: 0;
        width: auto;
        height: auto;
    }
    .breadcrumbs > span:after {
        content: ">";
    }
    .breadcrumbs > span > a {
        text-decoration: underline;
    }
    .breadcrumbs > span:last-of-type:after {
        display: none;
    }
}
@media (max-width: 767px) {
    .breadcrumbs {
        margin-left: -20px;
        margin-right: -20px;
    }
    .type-detail.mobile .breadcrumbs {
        margin-bottom: 0;
    }
}


/* PAGINATION - SCROLLTOP - PRODUCT_LOAD_BTN */
.pagination-wrapper {
    /*border-top: 1px solid #f6f6f6;*/
    padding-top: 30px;
}
#content .pagination-wrapper .pagination-loader > .btn.load-products,
.type-search .search-next-wrap #loadNextSearchResults {
    width: 200px;
    padding: 10px;
    letter-spacing: 1px;
    background-color: #ffffff;
    border-color: #000000;
    color: #000;
    font-weight: 600;
}
#content .pagination-wrapper .pagination-loader > .btn.load-products:hover,
.type-search .search-next-wrap #loadNextSearchResults:hover {
    background-color: #000;
    color: #fff;
}
.pagination-link {
    color: #3a536b;
    background-color: #a0d5fd;
}
.pagination-link:hover {
    color: #3a536b;
    background-color: #6cc0ff;
}
.pagination-link.up::before,
.pagination-link.next::before,
.pagination-link.prev::before {
    font-weight: 600;
    font-size: 12px;
    margin-top: -2px;
}
.pagination>a, .pagination-top>a, .pagination>strong, .pagination-top>strong {
    font-size: 18px;
}
@media (max-width: 1160px) {
    .pagination-wrapper {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }
    .pagination,
    .pagination-loader,
    .pagination-top {
        min-width: auto;
    }
    .pagination-top {
        padding-top: 0;
        order: 1;
    }
    .pagination-loader {
        order: 2;
    }
    .pagination {
        order: 3;
    }
    .pagination-top > strong {
        display: inline;
    }
}
@media (max-width: 992px) {
    .desktop .pagination-loader {
        margin-bottom: 40px;
        width: 100%;
        order: 1;
    }
    .desktop #content .pagination-wrapper .pagination-loader > .btn.load-products {
        margin: auto;
    }
    .desktop .pagination-top {
        order: 2;
        width: 115px;
    }
    .desktop .pagination-wrapper .pagination {
        order: 3;
        width: calc(100% - 115px);
        text-align: right;
    }
    .desktop .pagination-wrapper {
        margin-top: 0;
        border-top: 0;
    }
}
@media (max-width: 640px) {
    .pagination-loader {
        margin-bottom: 40px;
        width: 100%;
        order: 1;
    }
    #content .pagination-wrapper .pagination-loader > .btn.load-products {
        margin: auto;
    }
    .pagination-top {
        order: 2;
        width: 115px;
    }
    .pagination-wrapper .pagination {
        order: 3;
        width: calc(100% - 115px);
        text-align: right;
    }
    .pagination-wrapper {
        margin-top: 0;
        border-top: 0;
    }
}


/* ORDERING PROCESS - OBECNÝ */
.ordering-process.mobile {
    background-color: #fff;
}
.ordering-process .site-name {
    display: block !important;
}
.ordering-process .btn.next-step-forward,
.ordering-process .btn.next-step-finish {
    border-radius: 3px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
}
.ordering-process .extra.delivery::before {
    color: #616161;
}
.ordering-process .cart-items a,
.ordering-process .cart-items .link-like,
.ordering-process .cart-inner .consents a,
.ordering-process .cart-inner .consents .link-like {
    color: #000;
    text-transform: none;
    text-decoration: underline;
}
.ordering-process .cart-items a:hover,
.ordering-process .cart-items .link-like:hover,
.ordering-process .cart-inner .consents a:hover,
.ordering-process .cart-inner .consents .link-like:hover {
    text-decoration: none;
}
@media (max-width: 767px) {
    .btn.btn-conversion,
    a.btn.btn-conversion,
    .btn.btn-cart,
    a.btn.btn-cart,
    .checkout-box .btn.btn-default,
    .ordering-process .btn.next-step-forward,
    .ordering-process .btn.next-step-finish {
        border-radius: 0;
    }
    .ordering-process .btn.next-step-forward,
    .ordering-process .btn.next-step-finish {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .ordering-process .next-step {
        flex-direction: column-reverse;
        padding-bottom: 40px;
    }
    .ordering-process .next-step a.next-step-back {
        position: inherit;
        text-indent: unset;
        overflow: auto;
        width: auto;
        height: auto;
        font-size: 16px;
        margin-top: 10px;
        display: block;
        padding: 10px;
    }
    .ordering-process .next-step .next-step-back::before {
        display: none;
    }
    .ordering-process ol.cart-header {
        position: unset;
        text-align: center;
    }
    .ordering-process .co-box {
        background-color: #f7f7f7;
        margin-bottom: 20px;
        border: 0;
    }
    .ordering-process ol.cart-header li {
        border-bottom: 0;
    }
}


/* ORDERRING PROCESS - KOŠÍK */
@media (max-width: 767px) {
    .ordering-process.in-kosik .cart-summary {
        border-top: 1px solid #dadada
    }
    .ordering-process.in-kosik .cart-content.summary-wrapper .price-wrapper {
        background-color: #f7f7f7;
        padding-bottom: 10px;
    }
    .ordering-process.in-kosik ol.cart-header li {
        border-bottom: 1px solid #dadada;
    }
}


/* ORDERRING PROCESS - KROK 1 */
@media (max-width: 767px) {
    .ordering-process.in-krok-1 #checkoutSidebar .order-summary .order-summary-inner > h4,
    .ordering-process.in-krok-1 #checkoutSidebar .order-summary .order-summary-inner > .cart-items,
    .ordering-process.in-krok-1 #checkoutSidebar .order-summary .checkout-box {
        display: none;
    }
}

/* ORDERING PROCESS - KROK 2 */
@media (max-width: 767px) {
    .ordering-process.in-krok-2 .order-summary-item.price {
        border-top: 0;
    }
    .ordering-process.in-krok-2 .order-summary-item.price .price-wrapper {
        background-color: #e7e7e7;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .ordering-process.in-krok-2 #checkoutSidebar .order-summary .checkout-box {
        display: none;
    }
    .ordering-process.in-krok-2  #checkoutSidebar .order-summary-inner {
        border-top: 2px solid #dadada;
        padding-top: 10px;
    }
    .ordering-process.in-krok-2  #checkoutSidebar .order-summary-inner > h4 {
        font-weight: 600;
    }
    /*.ordering-process.in-krok-2  #checkoutSidebar .order-summary-inner .cart-item > .cart-item-name a {
        color: #000;
        text-transform: none;
        text-decoration: underline;
    }*/
}



/*******************/

.overall-wrapper:not(.hideSpinner) {
    z-index:9999999;
}
.overall-wrapper:not(.hideSpinner)::after {
    content: "";
    border-color: #000;
    border-right-color: transparent;
    z-index: 999991;
    position: fixed;
    left: 50%;
    top: 250px;
    display: block;
    width: 110px;
    height: 110px;
    margin-top: -54px;
    margin-left: -54px;
    border-style: solid;
    border-width: 3px;
    border-radius: 50%;
    font-size: 0;
    text-indent: -9999em;
    background-clip: content-box;
    -webkit-animation: load 1s infinite linear;
    animation: load 1s infinite linear;
}
.overall-wrapper:not(.hideSpinner)::before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    display: block;
    position: fixed;
    background-color: #fff;
    content: "";
    background-position: top 220px center;
    background-repeat: no-repeat;
}