/*
Light 300
Regular 400
Medium 500
Bold 700
Black 900
 */
* {
	outline: none !important;
}
img {
    max-width: 100%;
}
html,body{overflow-x:hidden}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #181818;
	font-size: 18px;
	line-height: 27px;
	width: 100%;
}
body.modal-open {
	overflow: hidden;
	height: 100vh;
	position: fixed;
}
h1, h2, h3, h4, h5, h6 {
	color: #181818;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1, .h1 {
	font-size: 33px;
}
h2, .h2 {
	font-size: 27px;
}
h3, .h3 {
	font-size: 21px;
}
a {
	color: #ea5c51;
	transition: all .3s ease;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 25px;
    font-weight: bold;
    padding: 15px;
}
label {
	font-weight: 300;
}

.open>.dropdown-menu {
	background: #f6f6f6;
    border-radius: 0;
    border: none;
}
button {
	transition: all .3s ease;
}

header {
	border-bottom: 1px solid #ededed;
	margin-bottom: 25px;
}

.checkbox label, .radio label {
	font-weight: 300;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #e94f42;
    border: 1px solid #e94f42;
    opacity: 0.2 !important;
}

.dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* bonus */
.transition {
	transition: all .3s ease;
}
.flex{display:-webkit-flex;display:-webkit-box;display:-moz-flex;display:-moz-box;display:-ms-flexbox;display:-ms-flex;display:-o-flex;display:flex}
.flex-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.flex-horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.flex5 > div{flex:1 1 20%}
.flex4 > div{flex:1 1 25%}
.flex3 > div{flex:1 1 33%}
.flex2 > div{flex:1 1 50%}

.flex-60-40 > div:first-child{flex:1 1 60%}
.flex-60-40 > div:nth-child(2){flex:1 1 40%}
.flex-40-60 > div:first-child{flex:1 1 40%}
.flex-40-60 > div:nth-child(2){flex:1 1 60%}

.casper {position: absolute;opacity: 0;left: -5000px}

.mt30 {margin-top: 30px}
.mt50 {margin-top: 50px}
/*jq-selectbox*/
select {
    opacity: 0 !important;
}
.jq-selectbox select, .jq-select-multiple select {
    position: absolute !important;
    top: 0;
    left: -5000px !important;
    width: 100% !important;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0 !important;
}
.jq-selectbox.form-control {
    padding: 0;
    border: none;
}

.ui-tooltip {
    display: block;
    font-size: 14px !important;
    line-height: 21px !important;
    padding: 15px;
    background: #fff;
    border: 2px solid #f6f6f6;
	position: absolute !important;
	max-width: 400px;
	z-index: 2000;
}
.tooltip {
	display: block;
    z-index: 10;
	opacity: 1 !important;
}
.tooltip-inner {
	color: #181818;
    transform: translate(-50%, 0);
	opacity: 1 !important;
	font-size: 14px !important;
    line-height: 21px !important;
    padding: 15px;
    background: #fff;
    border: 2px solid #f6f6f6;
	position: absolute !important;
	max-width: 400px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}

.text-danger {
	font-size: 14px;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="password"] {
	border-radius: 3px;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    height: 50px;
	-webkit-box-shadow: none;
    box-shadow: none;
	outline: none;
}
.form-group textarea {
    border-radius: 3px;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    height: 160px;
	-webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
	outline: none;
}
.form-group .jq-selectbox__select {
	font-size: 16px;
}
.control-label {
	padding: 0;
    line-height: 44px;
    font-size: 14px;
    text-transform: uppercase;
}

/* Gradent to all drop down menus */
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-menu li > a {
    color: #262626;
    text-decoration: none;
    background-color: #fff;
    text-transform: uppercase;
    padding: 10px;
}
.dropdown-menu li > a:hover {
	text-decoration: none;
}
.top-arrow {
	filter: none !important;
}


.top-right .dropdown-toggle {
	cursor: pointer;
}
.top-right .dropdown-menu {
	width: 220px;
    border-radius: 4px;
    border: 2px solid #F5F5F5;
    background: #fff;
	z-index: 10000;
	padding: 0;
}
.top-right .dropdown-menu > li {
	border-bottom: 1px solid #F5F5F5;
	padding: 10px;
}
.top-right .dropdown-menu > li:last-child {
	border-bottom: none;
}
.top-right .dropdown-menu > li a {
	    padding: 0;
}
.top-right .dropdown-menu > li a + span {
	text-transform: uppercase;
    font-weight: bold;
}
.top-right .dropdown-menu > li a:hover {
	background: transparent;
	color: #e74032;
}
/* top */
#top {
	padding: 25px 0;
}
#top .container {
	padding: 0 20px;
	align-items: center;
}
#top #form-currency .dropdown-toggle {
	font-weight: normal;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	padding: 6px 12px;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #e74032;
}
#top #form-language .dropdown-menu {
	min-width: 44px;
	padding: 0;
}
#top #form-language button {
	padding: 0;
}
#top #form-language button.active {
	font-weight: 700;
}
#top .btn-link, #top-links li, #top-links a {
	color: #181818;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top .top-logo {
	display: flex;
	align-items: center;
	justify-content: center;
}
#top .top-logo a {
	display: inline-block;
}
#top .top-logo img {
	margin: 0 auto;
}
#top .top-right > ul {
	margin-bottom: 0;
	justify-content: flex-end;
    align-items: center;
}
#top .top-right > ul img {
	filter: brightness(0);
}
#top .top-right > ul > li {
	padding-right: 14px;
    padding-left: 14px;
}
#top .top-right > ul > li > a {
	position: relative;
}
#top .top-right > ul > li > a:hover > img {
	filter: none;
}

#top .top-left {
	position: relative;
}
#top .top-left img {
	margin-right: 10px;
	filter: brightness(0);
}
#top .top-left a {
	font-size: 14px;
	color: #181818;
}
#top .top-left:hover a > img {
	filter: none;
}
#top .top-left-hover {
	display: none;
	position: absolute;
    top: -10px;
    left: 40px;
    background: #fff;
    z-index: 2;
    padding: 8px 15px;
    border: 2px solid #f6f6f6;
    border-radius: 4px;
    font-size: 14px;
}
#top .top-left:hover a + .top-left-hover {
	display: block;
}
#top .top-left-hover:after {
	content: url("/catalog/view/theme/default/image/kominki/top-left-hover-triangle.png");
	position: absolute;
	left: -6px;
    top: 10px;
}
#top .top-left-hover p {
	margin-bottom: 0;
	line-height: 21px;
}

#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}

#top .top-right > ul > li > a > span {
	position: absolute;
	font-size: 14px;
    line-height: 12px;
    font-weight: 700;
    color: #e74032;
	background: #fff;
    top: -2px;
    left: 50%;
    /*transform: translate(-50%, -2px);*/
    text-align: center;
    padding: 0 2px;
}
#top .top-right > ul > li > a > span#compare-total {
    left: 4px;
}
#top .top-right > ul > li > a > span#cart-total {
    left: 10px;
}
#top .top-right > ul > li > a > span#wishlist-total {
    left: inherit;
    right: 0;
}


/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
.top-search {
	width: 260px;
	flex: 1 1 auto;
}
#search {
    position: relative;
}
#search .input-lg {
	height: 52px;
    padding: 0 15px;
    width: 100%;
    border-radius: 0;
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
	box-shadow: none;
	font-size: 16px;
}
#search .input-lg:focus {
	border: 1px solid #393939;
	background: #fff;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#search button {
	position: absolute;
    right: 12px;
    top: 11px;
    z-index: 2;
    background: transparent;
    border: none;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
.top-menu {
	flex: 1 1 auto;
}

#menu {
	margin-bottom: 0;
	border: none;
}
#menu .nav {
	margin-left: -15px;
}
#menu .nav > li.open > a,
#menu .nav > li > a {
	color: #181818;
    font-size: 18px;
    font-weight: 700;
	padding-top: 15px;
    padding-bottom: 30px;
}
#menu .nav > li:hover > a {
	background-color: #e74032;
    color: #fff;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-menu:after {
    content: '';
    position: absolute;
    width: 5000px;
    height: 100%;
    left: 50%;
    margin-left: -2500px;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #ededed;
    z-index: -1;
}
#menu .dropdown-menu:before {
    content: '';
    position: absolute;
    width: 5000px;
    height: 1px;
    left: 50%;
    margin-left: -2500px;
    top: 0;
    background: #ededed;
    z-index: 2;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	display: block;
    padding: 30px 15px;
    clear: both;
    color: #181818;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    width: 190px;
	height: 100%;
}
#menu .dropdown-inner a:hover {
    background: #f6f6f6;
    color: #181818;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
#menu .navbar-collapse {
	padding: 0;
}
#menu li.dropdown {
    position: initial;
}
#menu .dropdown-menu {
    width: 100%;
    left: 0;
    margin-left: 0 !important;
    padding: 0;
    border: none;
    box-shadow: none;
}
#menu .dropdown-menu ul {
    display: flex;
}
#menu .dropdown-menu ul a {
    text-align: center;
}
#menu .dropdown-menu ul a div {
	height: 120px;
	margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#menu .dropdown-menu ul img {
    display: block;
	max-width: 100%;
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 715px;
    position: relative;
}
/* footer */
footer {
    padding-top: 50px;
    padding-bottom: 55px;
    background-color: #181818;
    color: #ffffff;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #fff;
    display: inline-block;
    border-bottom: 1px solid transparent;
    line-height: 21px;
    margin-bottom: 8px;
}
footer a:hover {
    color: #fff;
	border-bottom: 1px solid #e74032;
}
footer h5,
footer .h5 {
	font-size: 25px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-tel:before {
    content: url("/catalog/view/theme/default/image/kominki/ico-phone.png");
    position: relative;
    margin-right: 14px;
    top: 2px;
}
.footer-email:before {
    content: url("/catalog/view/theme/default/image/kominki/ico-mail.png");
    margin-right: 10px;
}

.footer-soc {
    margin-top: 20px;
    margin-bottom: 50px;
}
.footer-soc a {
	position: relative;
    margin-right: 25px;
    border: none !important;
}
.footer-soc a.fb:after {
	content: url("/catalog/view/theme/default/image/kominki/ico-FB-footer-red.png");
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.footer-soc a.inst:after {
	content: url("/catalog/view/theme/default/image/kominki/ico-INSTA-red.png");
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.footer-soc a.yt:after {
	content: url("/catalog/view/theme/default/image/kominki/ico-YOUTUBE-red.png");
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.footer-soc a:hover:after {
	opacity: 1;
}

.copyright {
    padding: 25px 0;
}
.copyright p {
    margin: 0;
}
.copyright > div:first-child {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 18px;
}
.copyright > div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyright > div:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-transform: uppercase;
    font-size: 14px;
}
.copyright > div:nth-child(3) p {
    margin-right: 10px;
}

/* alert */
.alert {
	padding: 20px 25px 20px 25px;
    font-size: 18px;
    font-weight: 300;
    border: none;
    color: #fff;
    border-radius: 0;
    margin: 0;
    position: fixed;
    width: 100%;
    z-index: 4;
    left: 0;
    top: 0;
	z-index: 12;
}
.alert a {
	color: #fff;
	/*font-weight: bold;*/
}
.alert .close {
	opacity: 1;
	right: 0;
}
.alert-danger {
	background: #e94f42;
	z-index: 12;
}
.alert-success {
	background: #009944;
}
.alert-success:before {
	content: url("/catalog/view/theme/default/image/kominki/alert-arrow.png");
	margin-right: 10px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 25px 0;
    padding: 0;
    background: transparent;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 24px 0 0;
    position: relative;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: url("/catalog/view/theme/default/image/kominki/breadcrumbs-arrow.png");
	display: block;
	position: absolute;
	top: 0;
    right: 6px;
}
.breadcrumb > li a,
.breadcrumb > li span {
	color: #191509;
	font-size: 16px;
}
.breadcrumb > li:last-child:after {
	display: none;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 15px 30px;
	font-size: 18px;
	border: 1px solid #eaeae9;
	border-radius: 2px;
	font-weight: bold;
	color: #181818;
	webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 14px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default,
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:hover,
.btn-default:active:focus {
	color: #181818;
	background-color: #ffffff;
	border: 1px solid #eaeae9;
	opacity: 0.92;
}
.btn-default:hover,
.btn-default:active,
.btn-default:active:hover {
	color: #ffffff;
	background-color: #e94f42;
	border: 1px solid #e94f42;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:active:focus {
	color: #ffffff;
	background-color: #e94f42;
	border: 1px solid #e94f42;
	opacity: 0.92;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	opacity: 1;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
}

.btn-danger {
	color: #ffffff;
	background-color: #da4f49;
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
}
.btn-info {
	color: #ffffff;
	background-color: #df5c39;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #363636;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #eaeae9;
	margin-bottom: 20px;
	overflow: auto;
	position: relative;
    padding-bottom: 25px;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
    padding: 15px;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb .h4,
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
}
.product-thumb .caption .model {
    font-size: 14px;
    margin-bottom: 5px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price,
.product-thumb .price-new {
	font-weight: bold;
    color: #e74032;
}
.product-thumb .price-old {
	text-decoration: line-through;
	margin-left: 10px;
	font-weight: 300;
    color: #191509;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}

@media (min-width: 1450px) {
	.container {
		width: 1430px;
	}
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}


.big-slider {
	border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
	margin: 0 0 55px;
}
.big-slider .swiper-pagination {
	width: 20px;
    left: 50%;
    margin-left: -690px;
    top: 20px;
}
.big-slider .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    background: transparent !important;
    border-radius: 20px;
	border: 2px solid #fff;
    box-shadow: none !important;
    margin: 0 5px 10px;
    opacity: 1;
}
.big-slider .swiper-pagination-bullet-active {
    background: #fff !important;
}
.big-slider-description {
	position: absolute;
    top: 0;
    width: 40%;
    background: #e74032;
    height: 100%;
    opacity: 0.92;
	color: #fff;
}
.big-slider-description .categ-text,
.big-slider-description + span {
	position: absolute;
    left: 50%;
	margin-left: -347px;
    bottom: 155px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    letter-spacing: 6px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.big-slider-description .categ-text {
    left: 100%;
	margin-left: -635px;
}
.big-slider-description-inner {
    max-width: 350px;
    height: 100%;
    position: absolute;
    right: 25px;
    top: 0;
    padding: 0 0 25px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
	text-align: left;
}
.big-slider-description-inner p {
	font-size: 25px;
    line-height: 40px;
}
.big-slider-description-inner .title {
	font-size: 74px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 80px;
	margin-top: 150px;
    margin-bottom: 30px;
}
.big-slider-description-inner .flex img {
	width: 60px;
	margin-right: 25px;
}
.big-slider-description-inner .flex {
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}
.big-slider-description ~ a {
	position: absolute;
	left: 40%;
	bottom: 0;
	display: inline-block;
	background: rgba(24,24,24, 0.74);
	padding: 15px 30px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	transition: all .3s ease;
}
.big-slider-description ~ a:hover {
	background: #e74032;
}
.big-slider-description ~ a:after {
	content: url("/catalog/view/theme/default/image/kominki/btn-arrow.png");
	margin-left: 14px;
    position: relative;
    top: 3px;
}
.big-slider .swiper-button-prev {
	width: 51px;
    height: 70px;
    left: 0 !important;
	opacity: 1 !important;
}
.big-slider .swiper-button-prev:hover {
	background: #e74032;
}
.big-slider .swiper-button-prev:before {
	content: url("/catalog/view/theme/default/image/kominki/STRZALKA-lewo2.png");
}
.big-slider .swiper-button-next {
    width: 51px;
    height: 70px;
    right: 0 !important;
	opacity: 1 !important;
}
.big-slider .swiper-button-next:hover {
	background: #e74032;
}
.big-slider .swiper-button-next:before {
	content: url("/catalog/view/theme/default/image/kominki/STRZALKA-prawo.png");
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	display: none;
}

@media (max-width: 1800px) {
	.big-slider-description-inner .title {
		font-size: 74px;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 80px;
		margin-top: 100px;
		margin-bottom: 40px;
	}
	.big-slider-description .categ-text {
		left: 100%;
		margin-left: -660px;
	}
}

/*policy-cookies*/
.policy-cookies {
	padding: 15px 30px;
	border-top: 1px solid #e2e2e1;
	align-items: center;
	justify-content: space-between;
	position: fixed;
    bottom: 0;
    z-index: 10;
    background: #fff;
    width: 100%;
}
.policy-cookies p {
	margin-bottom: 0;
	margin-right: 20px;
}
.policy-cookies p:before {
    position: relative;
	top: 4px;
	margin-right: 10px;
	content: url("/catalog/view/theme/default/image/kominki/ico-cookies.png");
}
.policy-cookies a.btn-primary {
    margin-right: 20px;
}
.policy-cookies a.btn-primary:before {
	position: relative;
	top: 2px;
	margin-right: 7px;
	content: url("/catalog/view/theme/default/image/kominki/ico-accept-white.png");
}
.policy-cookies div {
	width: 430px;
	min-width: 430px;
}

/*advantages*/
.advantages {
	max-width: 1340px;
    text-align: center;
    margin: 5px auto 70px;
}
.advantages .title {
	font-size: 25px;
	font-weight: bold;
}

.bnrs > div:first-child {
	margin-right: 15px;
}
.bnrs > div {
	color: #fff;
	margin-bottom: 15px;
    padding: 30px 55px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
	background-size: cover !important;
}
.bnrs > div span {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 12px;
}
.bnrs > div p {
	font-size: 74px;
	line-height: 75px;
	font-weight: bold;
	margin-bottom: 45px;
	text-transform: uppercase;
}
.bnrs > div .btn-primary:after {
    content: url(/catalog/view/theme/default/image/kominki/btn-arrow.png);
    margin-left: 14px;
    position: relative;
    top: 3px;
}
.bnrs.bnrs1 {
	min-height: 490px;
}
.bnrs.bnrs1 > div:first-child {
	background-position-x: right !important;
}
.bnrs.bnrs2 {
	min-height: 660px;
}
.bnrs.bnrs2 > div {
	background-position-x: right !important;
}
.bnrs.bnrs2 + .bnrs.bnrs1 > div:last-child {
	background-position-x: right !important;
}

/*category-wall*/
.category-wall {
	margin-bottom: 60px;
}
.category-wall > .flex {
	flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
	justify-content: center;
}
.category-wall > .flex > div {
	width: 175px;
    padding: 15px;
    min-height: 260px;
    display: block;
}
.category-wall > .flex > div:hover {
	background: #f6f6f6;
}
.category-wall .odcatwall > div:first-child {
	height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-wall .odcatwallhref {
	font-weight: bold;
	color: #181818;
	text-align: center;
}
.category-wall .title {
	text-align: center;
    font-weight: bold;
    font-size: 47px;
    line-height: 50px;
    margin-top: 60px;
    margin-bottom: 25px;
}
.category-wall .title + p {
	text-align: center;
	margin-bottom: 40px;
}

/*feature-carousel */
.feature-carousel-wrap {
	position: relative;
}
.feature-carousel {
	position: initial !important;
	max-width: 1450px;
	margin: 0 auto !important;
	overflow: visible !important;
}
.feature-carousel .owl-stage-outer,
.feature-carousel .owl-wrapper-outer {
	overflow: visible !important;
	position: initial !important;
}
.feature-carousel .owl-wrapper-outer {
	border: none !important;
	-webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}
.feature-carousel .owl-next {
	position: absolute;
    right: 0;
    top: 50%;
    margin-top: -50px;
}
.feature-carousel .owl-prev {
	position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
	-moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.owl-next.disabled,
.owl-prev.disabled {
	display: none;
}

/*products-carousel*/
.products-carousel .product-thumb .image {
    text-align: center;
    padding: 25px;
	position: relative;
}
.products-carousel .product-thumb .h4 a,
.products-carousel .product-thumb h4 a {
	color: #181818;
}
.products-carousel .btn-wishlist {
	display: none;
	background: transparent;
    border: none;
    padding: 0;
    position: absolute;
    top: 40px;
    right: 15px;
}
.products-carousel .btn-details {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 16px 27px;
}

.products-carousel .product-thumb {
	border-color: transparent;
}
.products-carousel .product-thumb:hover {
	border: 1px solid #eaeae9;
}
.products-carousel .product-thumb:hover .btn-wishlist,
.products-carousel .product-thumb:hover .btn-details {
	display: block;
}
.products-carousel .owl-pagination {
	display: none !important;
}

.feature-carousel-wrap h3,
.feature-carousel-wrap h2,
.feature-carousel-wrap .h3,
.feature-carousel-wrap .h2 {
	font-size: 43px;
	text-align: center;
	font-weight: bold;
	margin-top: 80px;
	margin-bottom: 50px;
}

/* scrollbar */
.scrollbar {
	max-width: 1050px;
    margin: 35px auto !important;
	width: 100%;
	height: 10px;
	position: relative;
	background: #f7f7f7;
}
.scrollbar .bar-container {
	position: absolute;
	left: 0;
	top: -14px;
	padding: 12px 0;
}
.scrollbar .bar-container:hover .bar,
.scrollbar .bar-container:active .bar {
	background-color: #e94f42;
}
.scrollbar .bar-container .bar {
	height: 10px;
    background: #e94f42;
    width: 100%;
    border-radius: 2px;
}

/* nav-carousel */
.nav-carousel {
	position: relative;
}
.nav-carousel > div {
	position: absolute;
	width: 51px;
	height: 70px;
	top: 35px;
    cursor: pointer;
    z-index: 2;
}
.nav-carousel > div.disabled {
	display: none;
}
.nav-carousel > div.prev {
    left: 0;
	background: url("/catalog/view/theme/default/image/kominki/STRZALKA-lewo2.png");
}
.nav-carousel > div.next {
    right: 0;
	background: url("/catalog/view/theme/default/image/kominki/STRZALKA-prawo.png");
}

.drag-carousel-wrap h3 {
	font-size: 43px;
	text-align: center;
	font-weight: bold;
	margin-top: 80px;
	margin-bottom: 25px;
}
.drag-carousel-wrap h3 + p {
	text-align: center;
	margin-bottom: 40px;
}
.drag-carousel {
	padding: 0 60px;
}
.drag-carousel span {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	display: block;
	text-align: center;
}
.drag-carousel .owl-stage img {
	filter: grayscale(100%);
}
.drag-carousel .owl-stage .owl-item:hover img {
	filter: none;
}

/*flatest-information-wrap*/
.flatest-information-wrap {
	margin-top: 120px;
	padding: 0 20px;
	margin-bottom: 60px;
}
.flatest-information-wrap .thumbnail {
	border: none;
    padding: 0;
}
.flatest-information-wrap .image {
	position: relative;
	min-height: 250px;
    background-size: cover !important;
    background-position: center !important;
}
.flatest-information-wrap .image a {
    position: absolute;
    bottom: 0;
    right: 0;
}
.flatest-information-wrap h4,
.flatest-information-wrap .h4 {
	margin-bottom: 0;
	margin-top: 5px;
}
.flatest-information-wrap h4 a,
.flatest-information-wrap .h4 a {
	font-size: 25px;
    line-height: 30px;
    color: #181818;
    font-weight: bold;
    margin-bottom: 0;
    display: block;
	min-height: 60px;
}
.flatest-information-wrap .caption {
	padding: 20px 10px;
    color: #181818;
}
.flatest-information-wrap .information-layout > div:first-child {
	padding: 20px 10px;
}
.flatest-information-wrap .information-layout:hover .information-thumb,
.flatest-information-wrap .information-layout:hover > div:first-child {
	background: #f6f6f6;
}
.flatest-information-wrap .information-layout .text-muted {
	text-transform: uppercase;
    color: #181818;
    font-size: 14px;
	margin-bottom: 0;
}
.flatest-information-wrap .row + .text-center a {
	width: 360px;
	max-width: 100%;
	margin-top: 20px;
}
.flatest-information-wrap .row + .text-center a:after {
    content: url(/catalog/view/theme/default/image/kominki/btn-arrow.png);
    margin-left: 14px;
    position: relative;
    top: 3px;
}

#section-subscribe {
	margin-top: 30px;
	min-height: 330px;
	background: url("/catalog/view/theme/default/image/kominki/subscribe-bg.png");
	background-size: cover !important;
	color: #fff;
}
#product-product ~ #section-subscribe {
	margin-top: 0;
}
#section-subscribe .title {
	font-size: 74px;
    font-weight: bold;
    line-height: 74px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 85px;
	margin-bottom: 40px;
    margin-left: 70px;
}
#section-subscribe .title + p {
    display: inline-block;
    margin-left: 70px;
    color: #fff;
    width: 500px;
    max-width: 100%;
}
#section-subscribe .right-part > .flex:first-child {
	margin-top: 87px;
	margin-bottom: 25px;
	justify-content: space-between;
}
#section-subscribe #error-msg {
	font-size: 14px;
}
#section-subscribe .flex-form {
	margin-bottom: 30px;
}
#section-subscribe .flex-form > input {
	flex: 1 1 60%;
	outline: none;
	padding-left: 15px;
	padding-right: 15px;
}
#section-subscribe .flex-form > input:first-child {
	color: #181818  ;
}
#section-subscribe .flex-form > input + button {
	flex: 1 1 40%;
}
#section-subscribe .flex-form > input + button.send-success {
	background: transparent;
    border-color: #76767654;
}
#section-subscribe .flex-form > input + button.send-success:before {
	content: url("/catalog/view/theme/default/image/kominki/alert-arrow.png");
	position: relative;
	margin-right: 10px;
}
#section-subscribe #error-msg img {
    position: relative;
    top: -1px;
	margin-left: 7px;
}
#subcribe {
	margin-left: 20px;
	opacity: 1 !important;
}
#subcribe.active {
    background: transparent;
    border-color: #342f2d;
}
#subcribe.active:before {
	content: url("/catalog/view/theme/default/image/kominki/ico-accept-white.png");
}

.subcribe-checkbox {
	cursor: pointer;
}
.subcribe-checkbox a {
	color: #fff !important;
	text-decoration: underline;
}
.subcribe-checkbox a:hover {
	text-decoration: none;
}
.subcribe-checkbox span {
	font-size: 17px;
}


.label-checkbox input {
	opacity: 0 !important;
	position: absolute;
}
.label-checkbox > span {
	position: relative;
	padding-left: 30px;
}
.label-checkbox > span:before {
	content: url("/catalog/view/theme/default/image/kominki/checkbox-bg.png");
	position: absolute;
	z-index: 2;
	left: 0;
	top: -1px;
}
.label-checkbox.light > span:before {
	content: url("/catalog/view/theme/default/image/kominki/checkbox-white-bg.png");
	position: absolute;
	z-index: 2;
	left: 0;
	top: -1px;
}
.label-checkbox input:checked + span:after {
	content: url("/catalog/view/theme/default/image/kominki/checkbox-arrow.png");
	position: absolute;
	z-index: 3;
	left: 3px;
    top: -3px;
}


.label-radio input {
	opacity: 0 !important;
	position: absolute;
}
.label-radio > span {
	position: relative;
	padding-left: 30px;
}
.label-radio > span:before {
	content: '';
    display: block;
    z-index: 2;
    width: 20px;
    height: 20px;
    border: 1px solid #ececeb;
    border-radius: 50%;
    background: #fff;
    left: 0;
    top: 1px;
    position: absolute;
}
.label-radio input:checked + span:after {
	content: '';
    display: block;
    z-index: 3;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e74032;
    left: 4px;
    top: 5px;
    position: absolute;
}

/*category*/
#product-category h1 {
    font-size: 47px;
    font-weight: bold;
    margin-bottom: 20px;
}
#product-category h1 + .flex {
	margin-top: 30px;
}
.categories-list {
	display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 25px;
}
.categories-list li {
	display: flex;
    width: 180px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.categories-list li a {
	display: block;
	height: 100%;
	padding: 25px 10px;
}
.categories-list li a:hover {
	background: #f6f6f6;
    color: #181818;
}
.categories-list li div {
	height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.categories-list li span {
	color: #181818;
	font-weight: bold;
}

/*category-left*/
.category-left .title {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}
.category-left a {
	display: block;
    color: #181818;
    margin-bottom: 10px;
}
.category-left a span {
	font-weight: bold;
	color: #e74032;
}
.category-left a.active {
	font-weight: bold;
}
.category-left a:hover {
	color: #e74032;
}
.category-left a img {
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.product-category .category-advantages-wrap .title {
	font-size: 47px;
}

/*category-advantages-wrap*/
.category-advantages-wrap {
	max-width: 1400px;
    margin: 100px auto 80px;
    text-align: center;
}
.category-advantages-wrap .title {
	font-size: 47px;
	line-height: 50px;
    font-weight: bold;
    margin-bottom: 20px;
}
.category-advantages-wrap .title + p {
	margin-bottom: 50px;
}
.category-advantages-wrap .flex4 p {
	font-size: 25px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 12px;
}
.category-advantages-wrap .flex4 > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/*category-description-wrap*/
.category-description-wrap {
	background: #f6f6f6;
    border-top: 1px solid #eaeae9;
    padding: 85px 0;
}
.category-description-wrap + #section-subscribe {
	margin-top: 0;
}
.category-description-wrap .inner {
	max-width: 1060px;
	margin: 0 auto;
}
.category-description-wrap h2 {
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 25px;
	margin-top: 0;
}
.category-description-wrap h3 {
	font-weight: bold;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 10px;
}
.category-description-wrap p,
.category-description-wrap ul,
.category-description-wrap ol {
	margin-bottom: 25px;
}

/*categories-sort*/
.flex.product-panel {
	justify-content: space-between;
	margin-bottom: 15px;
}
.categories-sort {
	margin-right: 30px;
}
.categories-limit .form-group,
.categories-sort .form-group {
    align-items: center;
}
.categories-limit .input-group-addon,
.categories-sort .input-group-addon {
	background: transparent;
    border: none;
    font-size: 18px;
    padding: 0;
    margin: 0 10px 0 0;
    display: inline-block;
    width: initial;
    line-height: 50px;
}
#compare-total-list {
	position: relative;
	padding: 12px;
    font-weight: 300;
    background: #f6f6f6;
    color: #181818;
	padding-left: 45px;
    text-decoration: none !important;
}
#compare-total-list:before {
	content: url('/catalog/view/theme/default/image/kominki/ico-compare-red.png');
	filter: brightness(0);
	position: absolute;
	top: 10px;
	left: 15px;
}
#compare-total-list:hover {
    background-color: #e74032;
    color: #fff;
}
#compare-total-list:hover:before {
    filter: brightness(0) invert(100%);
}

hr.theme-hr {
    margin-top: 50px;
    margin-bottom: 50px;
    border: 0;
    border-top: 1px solid #eaeaea;
}
#product-category hr.theme-hr {
    margin-bottom: 0;
}

.categories-compare {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.categories-compare .form-group {
    margin-bottom: 0;
    margin-right: 20px;
}
.categories-compare > img {
    filter: brightness(0);
}
.categories-compare > img:hover {
    filter: none;
}

/*category-products*/
.category-products .buttons-block {
    position: absolute;
    top: 25px;
    right: 0;
    flex-direction: column;
    align-items: flex-end;
    display: none;
}
.category-products .product-thumb:hover .buttons-block {
    display: flex;
}
.category-products .buttons-block button {
    height: 50px;
    position: relative;
    padding: 0 50px 0 15px;
    background: transparent;
    border: none;
    display: block;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
    opacity: 0.92;
    text-align: right;
    width: 50px;
    overflow: hidden;
    margin-bottom: 15px;
}
.category-products .buttons-block button span {
	padding-left: 100px;
}
.category-products .buttons-block button img {
    position: absolute;
    right: 12px;
    top: 12px;
}
.category-products .buttons-block button:hover {
    background: #e74032;
    width: initial;
}
.category-products .buttons-block button:hover span {
	padding-left: 0;
}
.category-products .buttons-block button:hover img {
    filter: brightness(0) invert(100%);
}
.category-products .product-thumb {
    border: none;
}
.category-products .product-thumb .image {
    border: 1px solid transparent;
    margin-bottom: 20px;
	position: relative;
}
.category-products .product-thumb:hover .image {
    border: 1px solid #eaeaea;
}
.category-products .product-thumb .price {
    display: block;
    text-align: right;
}
.category-products .product-thumb .price-new {
	font-weight: bold;
    color: #e74032;
    display: block;
    text-align: right;
}
.category-products .product-thumb .price-old {
	text-decoration: line-through;
	margin-left: 10px;
    display: block;
    text-align: right;
}
.category-products .product-thumb .caption > div:first-child {
    max-width: 60%;
}
.category-products .product-thumb .caption > div:first-child a {
    color: #181818;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.product-thumb .h4,
.product-thumb h4 {
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 4px;
}
.pagination-bottom {
    font-size: 16px;
}

/*flex-product-imgs*/
.flex-product-imgs {
	max-width: 100%;
}
.flex-product-imgs > div.certificates-wrap {
	max-width: 120px;
	width: 120px;
}
.flex-product-imgs > div:not(.certificates-wrap) {
	max-width: 100%;
    width: 100%;
}
.flex-product-imgs > div.certificates-wrap + div {
	max-width: calc(100% - 120px);
    width: calc(100% - 120px);
}
.slick-slide img {
    max-width: 100%;
}
.slider-for {
	border: 1px solid #e2e2e1;
    padding: 30px;
	border-radius: 3px;
	list-style-type: none;
	max-height: 565px;
    overflow: hidden;
}
.slick-slider > .slick-arrow:first-child {
	position: absolute;
    left: 0;
    top: 50%;
    margin-top: -35px;
	cursor: pointer;
	z-index: 2;
	-moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-slider > .slick-arrow:last-child {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -35px;
	cursor: pointer;
	z-index: 2;
}
.slider-nav {
	padding: 0;
    margin-top: 30px;
	list-style-type: none;
	max-height: 147px;
	overflow: hidden;
}
.slider-nav li {
	padding: 10px;
}
.slider-nav:after {
	content: '';
	display: block;
	width: 25px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.slider-nav:before {
	content: '';
	display: block;
	width: 25px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	-moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.slider-nav1 .slick-track,
.slider-nav2 .slick-track,
.slider-nav3 .slick-track,
.slider-nav4 .slick-track {
	transform: none !important;
}

.thumbnail {
	padding: 0;
    background: transparent;
    border: none;
    margin: 0;
}
.slick-slider li,
.slick-slider a,
.slick-slider img {
	outline: none !important;
	border-radius: 0 !important;
}
.slider-nav .slick-current {
	background: #f6f6f6;
}


/*certificates*/
.certificates {
	padding: 25px 0;
    list-style: none;
}
.certificates li {
	margin-bottom: 15px;
}
.certificates li img {
	max-width: 90px;
}

/*product-product*/
#product-product h1 {
	font-size: 47px;
    font-weight: bold;
    margin: 20px 0 30px;
}
.p-energo {
	position: relative;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    padding: 0 17px 0 10px;
    background: #14a153;
    height: 32px;
    display: inline-block;
	margin-right: 40px;
}
.p-energo:after {
	content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-left: 15px solid #14a153;
    border-bottom: 16px solid transparent;
    right: -15px;
    top: 0;
}
.p-energoAAA {
	background: #4bb748;
}
.p-energoAAA:after {
	border-left: 15px solid #4bb748;
}
.p-energoAA {
	background: #4bb748;
}
.p-energoAA:after {
	border-left: 15px solid #4bb748;
}
.p-energoA {
	background: #c0d530;
}
.p-energoA:after {
	border-left: 15px solid #c0d530;
}
.p-energoB {
	background: #fff000;
}
.p-energoB:after {
	border-left: 15px solid #fff000;
}
.p-energoC {
	background: #feb913;
}
.p-energoC:after {
	border-left: 15px solid #feb913;
}
.p-energoD {
	background: #f46f24;
}
.p-energoD:after {
	border-left: 15px solid #f46f24;
}
.p-energoE {
	background: #ef1c25;
}
.p-energoE:after {
	border-left: 15px solid #ef1c25;
}
.p-energoF {
	background: #ef1c25;
}
.p-energoF:after {
	border-left: 15px solid #ef1c25;
}
.p-energoG {
	background: #ef1c25;
}
.p-energoG:after {
	border-left: 15px solid #ef1c25;
}
.p-energo,
.p-energo span {
	position: relative;
    top: 1px;
	color: #fff !important;
	text-decoration: none !important;
}


.p-model {
	margin-right: 25px;
}
.p-doc a {
	position: relative;
	color: #181818;
	text-decoration: none !important;
	padding-left: 27px;
}
.p-doc a:hover {
	color: #ea5c51;
}
.p-doc a:before {
	content: url("/catalog/view/theme/default/image/kominki/ico-product-map.png");
	position: absolute;
	filter: brightness(0);
	left: 0;
	top: -1px;
}
.p-doc a:hover:before {
	filter: none;
}
.flex-product-params {
	justify-content: space-between;
	margin-bottom: 40px;
}
.flex-product-params .flex {
	align-items: center;
}
#product-product .short-description {
	margin-bottom: 45px;
}
#product-product .rating > p {
	margin-bottom: 0;
}
#product-product .rating > p span {
	display: inline-block;
	color: #181818;
	margin-left: 10px;
}

.flex-product-main ul {
	display: flex;
	align-items: baseline;
}
.flex-product-main h2,
.flex-product-main .h2 {
	margin: 0;
	font-weight: bold;
	font-size: 25px;
	margin-right: 15px;
    color: #e74032;
}
.flex-product-main .price-special h2,
.flex-product-main .price-special .h2 {
	color: #e74032;
}

/*number-spinner*/
.number-spinner {
    width: 162px;
}
.number-spinner button {
	padding: 0;
    display: flex;
    height: 54px;
    width: 54px;
    align-items: center;
    justify-content: center;
	border: 1px solid #eaeaea !important;
	z-index: 3;
	margin: 0 !important;
	background: transparent !important;
}
.number-spinner button img {
	filter: brightness(0);
}
.number-spinner button:hover {
	border: 1px solid #e74032 !important;
}
.number-spinner button:hover img {
	filter: none;
}
.number-spinner input {
	height: 54px;
    width: 54px;
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	outline: none !important;
	font-size: 16px;
}

/*.flex-product-main*/
.flex-product-main {
	margin-top: 20px;
}
.flex-product-main .right-block p {
	font-size: 16px;
	margin-bottom: 5px;
}
.flex-product-main .right-block .title + p {
	font-size: 25px;
	font-weight: bold;
}
.flex-product-main .right-block .flex > div:first-child {
	margin-right: 15px;
}
.flex-product-main .right-block .button-cart-modal,
.flex-product-main .right-block #button-cart,
#modal-options #button-cart {
	width: initial;
    display: inline-flex;
    align-items: center;
    padding: 10px 25px;
	font-size: 18px;
}
.flex-product-main .right-block .button-cart-modal:before,
.flex-product-main .right-block #button-cart:before,
#modal-options #button-cart:before {
	content: url("/catalog/view/theme/default/image/kominki/ico-cart-red.png");
	filter: brightness(0) invert(100%);
	position: relative;
    top: 2px;
	margin-right: 15px;
}

/*product-buttons*/
.product-buttons {
	display: flex;
	flex-wrap: wrap;
	margin-top: 45px;
}
.product-buttons button {
	position: relative;
	flex: 1 1 50%;
	background: transparent;
	padding: 0;
	border: none !important;
	box-shadow: none !important;
	padding-left: 32px;
	margin-bottom: 15px;
	text-align: left;
	font-size: 18px;
	font-weight: 300;
	opacity: 1;
}
.product-buttons button.btn-wishlist:before {
	content: url("/catalog/view/theme/default/image/kominki/ico-wishlist.png");
	filter: brightness(0);
	position: absolute;
	left: 0;
	top: 0;
}
.product-buttons button.btn-compare:before {
	content: url("/catalog/view/theme/default/image/kominki/ico-compare-red.png");
	filter: brightness(0);
	position: absolute;
	left: 0;
	top: 0;
}
.product-buttons button.btn-ask:before {
	content: url("/catalog/view/theme/default/image/kominki/ico-qv.png");
	filter: brightness(0);
	position: absolute;
	left: 0;
	top: 0;
}
.product-buttons button.btn-facebook:before {
	content: url("/catalog/view/theme/default/image/kominki/ico-FB.png");
	filter: brightness(0);
	position: absolute;
	left: 0;
	top: 0;
}
.product-buttons button:hover {
	color: #e74032 !important;
    background: transparent !important;
}
.product-buttons button:hover:before {
	filter: none;
}

/*description-wrap*/
.description-wrap {
	margin-top: 60px;
}
.description-wrap > .container {
	position: relative;
    padding-top: 75px;
}
.description-wrap .nav-tabs {
	position: absolute;
	border: none;
	margin-left: -15px;
	margin-bottom: 0;
	top: 0;
	background: #fff;
}
.description-wrap .nav-tabs.fixed {
	position: fixed;
    z-index: 11;
    width: 100%;
}
.description-wrap .nav-tabs.fixed:after {
	content: '';
	display: block;
	position: fixed;
	left: 0;
	width: 100%;
	height: 75px;
	background: #fff;
	z-index: -1;
}
.description-wrap .nav-tabs li {
	padding: 0;
}
.description-wrap .nav-tabs li a {
	color: #181818;
	border: none !important;
	background: transparent !important;
	padding: 25px 15px;
}
.description-wrap .nav-tabs li a {
	color: #181818 !important;
}

.description-wrap .nav-tabs li.active a {
	font-weight: bold;
	border-bottom: 1px solid #191509 !important;
}
.description-wrap .nav-tabs li a:hover {
	color: #e74032 !important;
}

.tab-description-1 {
	background: #f6f6f6;
    padding: 60px 0;
}
.tab-description-1 h2 {
	font-size: 47px;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    margin-bottom: 60px;
}
.tab-description-1 h2 + .flex {
	flex-wrap: wrap;
}
.tab-description-1 h2 + .flex .flex {
	flex: 1 1 50%;
	justify-content: space-between;
	margin: 0 30px;
	border-top: 1px solid #e2e2e1;
	padding: 15px 0;
	max-width: calc(50% - 60px);
}
.tab-description-1 h2 + .flex .flex:last-child,
.tab-description-1 h2 + .flex .flex:nth-last-child(2) {
	border-bottom: 1px solid #e2e2e1;
}
.tab-description-1 h2 + .flex .flex span {
	font-size: 16px;
}
.tab-description-1 h2 + .flex .flex span + span {
	font-weight: bold;
}

.tab-description-2 {
	max-width: 1100px;
	margin: 65px auto;
}
.tab-description-2 h2 {
	font-size: 47px;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    margin-bottom: 60px;
}
.tab-description-2 p,
.tab-description-2 ul,
.tab-description-2 ol {
	margin-bottom: 30px;
}

/*tab-description-2-2*/
.tab-description-2-2 {
	margin: 80px 0;
}
.tab-description-2-2 iframe {
	width: 100%;
    padding-right: 35px;
}
.tab-description-2-2 .slider-video .slick-list {
	max-width: 1600px;
    margin: 0 auto;
	overflow: visible !important;
}


/*tab-description-2-3*/
.tab-description-2-3 {
	background: #181818;
	padding: 60px 0 0;
}
.tab-description-2-3 .flex {
	padding-bottom: 60px;
}
.tab-description-2-3 .flex > div + div {
	color: #fff;
    width: 665px;
    max-width: 100%;
    margin-left: 55px;
}
.tab-description-2-3 .title {
    font-size: 25px;
    font-weight: bold;
    margin-top: 25px;
}
.tab-description-2-3 .container + div {
	height: 860px;
    background-size: cover;
	background-position: center;
}
.tab-description-2-3 img {
	max-width: 500px;
}

/*tab-description-2-4*/
.tab-description-2-4 .big-slider .swiper-button-prev:before {
	content: url(/catalog/view/theme/default/image/kominki/STRZALKA-lewo2.png);
}

/*tab-description-3*/
.tab-description-3 {
	text-align: center;
	padding-bottom: 85px;
}
.tab-description-3 h2 {
	font-size: 47px;
    font-weight: bold;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}
.tab-description-3 img {
    max-width: 90%;
    margin: 0 auto;
    display: block;
}

/*tab-description-4*/
.tab-description-4 {
	background: #f6f6f6;
    padding: 60px 0;
}
.tab-description-4 h2,
.tab-description-4 .h2 {
	font-size: 47px;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
}
.tab-description-4 .text-center a {
	color: #181818;
	margin: 0 15px;
	padding-left: 30px;
	position: relative;
}
.tab-description-4 .text-center a:hover {
	color: #e74032;
}
.tab-description-4 .text-center a:before {
	position: absolute;
	left: 0;
	top: 0;
	margin-top: -2px;
}
.tab-description-4 .text-center a:hover:before {
	opacity: 0;
}
.tab-description-4 .map-link:before {
	content: url("/catalog/view/theme/default/image/kominki/ico-Karta-produktu.png");
	position: relative;
	top: 4px;
	margin-right: 8px;
}
.tab-description-4 .size-link:before {
	content: url("/catalog/view/theme/default/image/kominki/ico-Wymiary.png");
	position: relative;
	top: 4px;
	margin-right: 8px;
}
.tab-description-4 .manual-link:before {
	content: url("/catalog/view/theme/default/image/kominki/ico-Instrukcja.png");
	position: relative;
	top: 4px;
	margin-right: 8px;
}


.tab-description-4 .text-center a:after {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: -2px;
}
.tab-description-4 .text-center a:hover:after {
	opacity: 1;
}
.tab-description-4 .map-link:after {
	content: url("/catalog/view/theme/default/image/kominki/ico-Karta-produktu-red.png");
	position: relative;
	top: 4px;
	margin-right: 8px;
}
.tab-description-4 .size-link:after {
	content: url("/catalog/view/theme/default/image/kominki/ico-Wymiary-red.png");
	position: relative;
	top: 4px;
	margin-right: 8px;
}
.tab-description-4 .manual-link:after {
	content: url("/catalog/view/theme/default/image/kominki/ico-Instrukcja-red.png");
	position: relative;
	top: 4px;
	margin-right: 8px;
}

/*tab-description-5*/
.tab-description-5 {
    padding: 60px 0;
}
.tab-description-5 h2,
.tab-description-5 .h2 {
	font-size: 47px;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
	margin-bottom: 25px;
}
.tab-description-5 h2 + p,
.tab-description-5 .h2 + p {
	text-align: center;
    margin-bottom: 50px;
}
.tab-description-5 .flex img {
	width: 60px;
    min-width: 60px;
    margin-right: 20px;
    padding: 5px;
	border: 2px solid transparent;
    border-radius: 3px;
}
.tab-description-5 .flex .title {
	font-weight: bold;
    display: block;
    max-width: calc(100% - 170px);
	margin-bottom: 10px;
}
.tab-description-5 > .flex > div {
	flex: 1 1 33%;
	max-width: 33%;
	width: 33%;
}
.tab-description-5 .price-option {
	position: absolute;
    right: 55px;
    top: 0;
    font-weight: bold;
    color: #e74032;
}
.tab-description-5 input {
	opacity: 0;
	position: absolute;
}
.tab-description-5 .flex .price-option + p {
    display: block;
    max-width: calc(100% - 50px);
	font-weight: 300;
}
.tab-description-5 .checkbox input[type=checkbox]:checked + .flex img {
	border-color: #e74032;
}
.tab-description-5 > .flex {
	flex-wrap: wrap;
}

/*tab-delivery*/
#tab-delivery {
	background: #f6f6f6;
	padding: 60px 0 30px;
    margin-bottom: 60px;
}
#tab-delivery h2 {
	font-size: 47px;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    margin-bottom: 60px;
}
#tab-delivery > div {
	max-width: 700px;
	margin: 0 auto;
}
#tab-delivery > div > .flex > span {
	display: inline-block;
	flex: 1 1 33%;
	border-bottom: 1px solid #e2e2e1;
    padding: 12px 0;
    max-width: calc(50% - 60px);
}
#tab-delivery > div > .flex > span:first-child {
	font-weight: bold;
}
#tab-delivery > div > .flex > span:last-child {
	text-align: right;
	font-weight: bold;
}
#tab-delivery h2 + div > div:first-child > span {
	font-weight: 300 !important;
}
#tab-delivery > div > .flex:last-child span {
	margin-bottom: 40px;
}

/*tags-wrap*/
.tags-wrap {
	margin-bottom: 55px;
}
.tags-wrap > .container > div:first-child {
	font-size: 25px;
	font-weight: bold;
	margin-right: 30px;
    line-height: 52px;
}
.tags-wrap > .container > div a {
	display: inline-block;
    padding: 14px 17px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
	margin-right: 15px;
	color: #181818;
	text-decoration: none !important;
}
.tags-wrap > .container > div a:hover {
	color: #ffffff;
    background-color: #e94f42;
    border: 1px solid #e94f42;
}

/*stars-rating*/
.stars-rating{margin-top:5px;margin-left:2px}
.stars-rating label{display:block}
.stars-rating .wrap{display:inline-block}
.stars-rating .wrap span{font-size: 18px;line-height: 20px;cursor: pointer;float: left;padding-right: 7px;}
.stars-rating .wrap span:before{content:url("/catalog/view/theme/default/image/kominki/ico-main-star-grey.png")}
.stars-rating .wrap:not([data-rate="0"]) span:before{content:url("/catalog/view/theme/default/image/kominki/ico-main-star-grey.png")}
.stars-rating .wrap:hover span:before{content:url("/catalog/view/theme/default/image/kominki/ico-main-star-gold.png")}
.stars-rating .wrap:hover span:hover ~ span:before{content:url("/catalog/view/theme/default/image/kominki/ico-main-star-grey.png")}
.stars-rating .wrap[data-rate="1"] span:nth-child(-n+1):before,.stars-rating .wrap[data-rate="2"] span:nth-child(-n+2):before,.stars-rating .wrap[data-rate="3"] span:nth-child(-n+3):before,.stars-rating .wrap[data-rate="4"] span:nth-child(-n+4):before,.stars-rating .wrap[data-rate="5"] span:nth-child(-n+5):before{content:url("/catalog/view/theme/default/image/kominki/ico-main-star-gold.png")}

/*form-review*/
#form-review {
	max-width: 700px;
    margin: 0 auto;
}
#form-review h2,
#form-review .h2 {
	font-size: 47px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 35px;
}
#form-review .rate-main {
	display: block;
    text-align: center;
    font-size: 74px;
	line-height: 74px;
    font-weight: bold;
	margin-bottom: 10px;
}
#form-review .rating {
	text-align: center;
}
#form-review .rating span {
	display: block;
	margin-top: 10px;
}
#form-review .rate-main-block + p {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin: 40px 0 50px;
}
#form-review .rate-main-block + p + .flex {
	margin-bottom: 10px;
}
#form-review .rate-main-block + p + .flex > div {
	margin: 0;
	padding: 0 7px;
	flex: 1 1 auto;
}
#form-review .rate-main-block + p + .flex > div:last-child {
	width: 160px;
}
#form-review .rate-main-block + p + .flex + div,
#form-review .rate-main-block + p + .flex + div + .flex {
	padding: 0 20px;
	margin-bottom: 25px;
}
#form-review .rate-main-block + p + .flex > div:first-child {
	width: 165px;
}
#form-review .rate-main-block + p + .flex + div textarea {
	border-radius: 3px;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    font-size: 16px;
	line-height: 24px;
	-webkit-box-shadow: none;
    box-shadow: none;
	resize: none;
}
#form-review .flex button {
	width: 240px;
    max-width: 100%;
}

#review {
	background: #f6f6f6;
    margin-top: 40px;
    margin-bottom: 60px;
}
.reviews-list-wrap {
    padding: 60px 0;
	max-width: 1080px;
	margin: 0 auto 30px;
}
.reviews-list-wrap h2 {
	font-size: 47px;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    margin-bottom: 35px;
}
.reviews-list-wrap .flex {
	margin-bottom: 60px;
}
.r-info {
	position: relative;
	padding-left: 90px;
	width: 335px;
}
.r-info.m:before {
	content: url("/catalog/view/theme/default/image/kominki/Avatar-MAN.png");
}
.r-info.k:before {
	content: url("/catalog/view/theme/default/image/kominki/Avatar-WOMAN.png");
}
.r-info:before {
	position: absolute;
	left: 0;
	top: 3px;
}
.r-info .title {
	font-size: 25px;
	font-weight: bold;
}
.r-description {
	position: relative;
	padding: 27px;
    background: #fff;
    width: calc(100% - 335px);
}
.r-description:before {
	content: url("/catalog/view/theme/default/image/kominki/r-desc-arrow.png");
	position: absolute;
    left: -59px;
    top: 30px;
}

/*tab-description-6*/
.tab-description-6 {
	padding: 60px 0 30px;
}
.tab-description-6 h2,
.tab-description-6 .h2 {
	font-size: 47px;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
}

/*.feature-carousel-wrap-2 h3 {
    margin-top: 0;
}*/

/*article-top-img*/
.article-top-img {
    background-size: cover !important;
    height: 500px;
    background-position: center !important;
}

/*information-article*/
#information-article {
	max-width: 700px;
	margin-top: 50px;
}
#information-article h1 {
	font-size: 47px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    max-width: 90%;
    margin: 25px auto 55px;
}
#information-article #content > img {
	margin-bottom: 30px;
}
#information-article p {
	margin-bottom: 30px;
}
#information-article p.categ-name {
	text-align: center;
	margin-bottom: 0;
}
#information-article .short-description {
	text-align: center;
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
    margin-bottom: 50px;
}
#information-article h3 {
	font-size: 25px;
    margin-bottom: 12px;
}

/*article-nav*/
.article-nav {
	position: relative;
	margin-top: 90px;
}
.article-nav p span {
	font-weight: bold;
}
.article-nav a {
	top: -15px;
	position: absolute;
}
.article-nav a.prev {
    left: -170px;
    transform: translate(-100%, 0px);
}
.article-nav a.prev:before {
    content: url(/catalog/view/theme/default/image/kominki/btn-arrow-left.png);
    margin-right: 14px;
    position: relative;
    top: 3px;
	-moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
	filter: brightness(0);
}
.article-nav a.prev:hover:before {
	filter: brightness(0) invert(1);
}
.article-nav a.next {
    right: -170px;
    transform: translate(100%, 0px);
}
.article-nav a.next:after {
    content: url(/catalog/view/theme/default/image/kominki/btn-arrow.png);
    margin-left: 14px;
    position: relative;
    top: 3px;
	filter: brightness(0);
}
.article-nav a:hover {
	color: #ffffff;
	background-color: #e94f42;
	border: 1px solid #e94f42;
	opacity: 0.92;
}
.article-nav a:hover:after {
	filter: none
}

/*flatest-information-wrap bestsellers*/
.flatest-information-wrap.bestsellers h3 {
	font-size: 47px;
    text-align: center;
    font-weight: bold;
    margin-top: 80px;
    margin-bottom: 50px;
}
.flatest-information-wrap.bestsellers .owl-item {
	padding: 0 15px !important;
}
.flatest-information-wrap.bestsellers .drag-carousel {
	padding: 0;
}
.flatest-information-wrap.bestsellers .next,
.flatest-information-wrap.bestsellers .prev {
	width: inherit;
	top: -70px;
    background: #e94f42;
    border: 1px solid #e94f42;
    opacity: 0.92;
    height: inherit;
	-moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.flatest-information-wrap.bestsellers .next.disabled,
.flatest-information-wrap.bestsellers .prev.disabled {
	display: block;
    opacity: 0.25;
}
.flatest-information-wrap.bestsellers .next:after {
    content: url(/catalog/view/theme/default/image/kominki/btn-arrow.png);
    margin-left: 45px;
    position: relative;
    top: 3px;
	filter: brightness(0) invert(100%);
}
.flatest-information-wrap.bestsellers .prev:before {
    content: url(/catalog/view/theme/default/image/kominki/btn-arrow-left.png);
    margin-right: 45px;
    position: relative;
    top: 3px;
	filter: brightness(0) invert(100%);
}

/*information-category*/
#information-category .news-items {
    flex-wrap: wrap;
}
#information-category .news-items .news-item {
    position: relative;
    flex: 1 1 40%;
    max-width: 40%;
    margin-top: 15px;
}
#information-category .news-items .news-item:nth-child(even) {
    margin-right: 15px;
}
#information-category .news-items .news-item:nth-child(4n),
#information-category .news-items .news-item:nth-child(4n-1) {
    flex: 1 1 60%;
    max-width: calc(60% - 15px);
}
#information-category .news-items .news-item {
    height: 480px;
    background-position: center !important;
    background-size: cover !important;
}
#information-category .news-items .news-item + .news-item {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
#information-category .news-items .news-item + .news-item div {
    width: 760px;
    max-width: 100%;
    padding: 50px 30px;
}

#information-category .news-items .news-item + .news-item .title a {
    font-size: 47px;
    line-height: 55px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
#information-category .news-items .news-item + .news-item .title a:hover {
    opacity: 0.8;
}
#information-category .news-items .news-item + .news-item .categ-name {
    font-size: 25px;
    color: #fff;
}
#information-category .news-items .news-item + .news-item .categ-name span {
    font-weight: bold;
}

#information-category ~ .flatest-information-wrap {
    margin-bottom: 120px;
    margin-top: 85px;
}

#information-category .news-items .news-item:first-child {
    flex: 1 1 100%;
    max-width: 100%;
    margin-top: 0;
}
#information-category .news-items .news-item:first-child > div:first-child {
    flex: 1 1 40%;
    max-width: 40%;
    margin-right: 30px;
}
#information-category .news-items .news-item:first-child > div:first-child ~ div {
    flex: 1 1 30%;
    max-width: 30%;
}
#information-category .news-items .news-item:first-child .title {
    margin-bottom: 30px;
}
#information-category .news-items .news-item:first-child .title + div {
    margin-bottom: 35px;
}
#information-category .news-items .news-item:first-child .title a {
    font-size: 47px;
    line-height: 55px;
    font-weight: bold;
    text-transform: uppercase;
    color: #181818;
}
#information-category .news-items .news-item:first-child .title a:hover {
    color: #e94f42;
}
#information-category .news-items .news-item:first-child .btn:after {
    content: url(/catalog/view/theme/default/image/kominki/btn-arrow.png);
    margin-left: 25px;
    position: relative;
    top: 3px;
    filter: brightness(0) invert(100%);
}

#information-category .news-items .news-item:first-child > div:last-child {
    margin-left: 50px;
}
#information-category .news-items .news-item:first-child > div:last-child .title {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
}
#information-category .news-items .news-item:first-child > div:last-child ul {
    padding: 0;
    list-style: none;
}
#information-category .news-items .news-item:first-child > div:last-child ul a {
    color: #181818;
}
#information-category .news-items .news-item:first-child > div:last-child ul a:hover {
    color: #e94f42;
}

/*mfp-content*/
.information-top-img {
	background-size: cover !important;
    height: 350px;
    background-position: center !important;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	margin-bottom: 50px;
}
.information-top-img h1 {
	font-size: 74px;
    line-height: 74px;
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}
.information-top-img p {
    margin: 0;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

#information-information .short-description {
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 50px !important;
}
#information-information #content h2,
#information-contact h1,
#product-compare h1 {
	font-size: 47px;
	font-weight: bold;
	margin-bottom: 30px;
}
#information-information #content h3 {
	font-size: 25px;
	font-weight: bold;
	line-height: 35px;
}
#information-information #content > div,
#information-information #content > p,
#information-information #content > ul ,
#information-information #content > ol  {
	margin-bottom: 30px;
}
#information-information #content .flex > div {
	margin-right: 15px;
}
#information-information #content .flex > img + div {
	margin-left: 15px;
	margin-right: 0;
	flex: 1 1;
}
#information-information #content > img,
#information-information #content .flex {
	margin-bottom: 50px;
}
#information-information #content img {
	max-width: 100%;
}
#information-information #content .flex-icon {
	justify-content: flex-start;
    align-items: flex-start;
}
#information-contact .flex-icon,
#product-compare .flex-icon {
	justify-content: flex-start;
    align-items: flex-start;
}
#information-information #content .flex-icon img,
#information-contact .flex-icon img,
#product-compare .flex-icon img {
	margin-top: 25px;
    margin-right: 20px;
}
#information-information #content ul {
	padding-left: 0;
	list-style-type: none;
}
#information-information #content ul li {
	padding-left: 30px;
	position: relative;
}
#information-information #content ul li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: url("/catalog/view/theme/default/image/kominki/checkbox-ul.png");
}

/*menu-right*/
.menu-right p {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 25px;
	float: left;
    clear: both;
}
.menu-right p:after {
	content: '';
	display: block;
	clear: both;
}
.menu-right p ~ p {
	margin-top: 50px;
}
.menu-right a {
	display: block;
	margin-bottom: 7px;
	color: #181818;
	float: left;
    clear: both;
	border-bottom: 1px solid transparent;
}
.menu-right a:hover {
	color: #181818;
    border-bottom: 1px solid #e74032;
}
.menu-right a.active {
	font-weight: bold;
}

/*buttons-back*/
.buttons-back {
	margin-top: 50px;
	justify-content: space-between;
}
.buttons-back:before,
.buttons-back:after {
	display: none;
}
.buttons-back a.prev:before {
    content: url(/catalog/view/theme/default/image/kominki/btn-arrow-left.png);
    margin-right: 14px;
    position: relative;
    top: 3px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: brightness(0);
}
.buttons-back a.prev:hover:before {
	left: -7px;
}
.buttons-back a.next:after {
    content: url(/catalog/view/theme/default/image/kominki/btn-arrow.png);
    margin-left: 14px;
    position: relative;
    top: 3px;
    filter: brightness(0);
}
.buttons-back a.next:hover:after {
	right: -7px;
}
.buttons-back a:hover {
	color: #ffffff;
	background-color: #e94f42;
	border: 1px solid #e94f42;
	opacity: 0.92;
}
.buttons-back a:hover:after,
.buttons-back a:hover:before {
	filter: none
}

/*delivery-types*/
.delivery-types {
	flex-wrap: wrap;
}
.delivery-types > div {
	width: 190px;
	height: 174px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	border: 1px solid #ececeb;
	border-radius: 3px;
}
.delivery-types > div p {
	margin-top: 25px;
	margin-bottom: 25px;
	font-weight: bold;
}

/*information-contact-bottom*/
#information-contact-bottom {
    margin-top: 80px;
}
#information-contact-bottom #column-left {
	width: 100% !important;
}
#information-contact-bottom ~ .category-description-wrap {
	margin-top: 90px;
}
.category-description-wrap ~ #section-subscribe {
	margin-top: 0;
}
#information-contact + .flex .title {
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
    margin-top: 50px;
}
#information-contact + .flex .title:before {
    position: relative;
    margin-right: 15px;
}
#information-contact + .flex .title.address:before {
    content: url("/catalog/view/theme/default/image/kominki/contacts/address.png");
    top: 5px;
}
#information-contact + .flex .title.card:before {
    content: url("/catalog/view/theme/default/image/kominki/contacts/card.png");
}
#information-contact + .flex .title.time:before {
    content: url("/catalog/view/theme/default/image/kominki/contacts/clock.png");
    top: 2px;
}
#information-contact + .flex .title.phone:before {
    content: url("/catalog/view/theme/default/image/kominki/contacts/phone.png");
    top: 6px;
}
#information-contact + .flex .title.email:before {
    content: url("/catalog/view/theme/default/image/kominki/contacts/mail.png");
}
#information-contact + .flex .title.form:before {
    content: url("/catalog/view/theme/default/image/kominki/contacts/form.png");
}
#information-contact + .flex .title.form + p {
    margin: 20px 0 25px;
}
#information-contact + .flex a {
    color: #181818;
}
#information-contact + .flex a:hover {
    border-bottom: 1px solid #e74032;
}
#information-contact + .flex form {
    padding: 0 15px;
}
#information-contact + .flex .form-horizontal .control-label {
    padding-top: 0;
}

.share42init-wrap {
	position: relative;
    flex: 1 1 50%;
}
.share42init-wrap a {
	background: transparent !important;
}
.share42init-wrap a:before {
    content: url(/catalog/view/theme/default/image/kominki/ico-FB.png);
    filter: brightness(0);
    position: absolute;
    left: 0;
    top: 0;
}
.share42init-wrap a:hover:before {
    filter: none;
}
.share42init-wrap a:after {
	content: 'Udostępnij';
    color: #181818;
    position: relative;
    background: transparent;
    padding: 0;
    border: none !important;
    box-shadow: none !important;
    padding-left: 32px;
    margin-bottom: 15px;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.share42init-wrap a:hover:after {
    color: #e94f42;
}

/*mfp*/
.mfp-figure:after {
	display: none !important;
}
.mfp-image-holder .mfp-close {
	position: fixed;
    right: 25px !important;
    top: 15px !important;
	opacity: 1 !important;
}
.mfp-counter {
	display: none !important;
}
.mfp-title {
	padding: 0 !important;
    text-align: center !important;
    font-size: 25px;
    font-weight: bold;
	line-height: 1.2 !important;
}
.mfp-img {
	padding: 90px !important;
}
.mfp-bottom-bar {
	margin-top: -50px !important;
}
.mfp-arrow {
	width: 51px !important;
}
.mfp-arrow.mfp-arrow-right,
.mfp-arrow.mfp-arrow-left {
	opacity: 1;
}
.mfp-arrow.mfp-arrow-right:before,
.mfp-arrow.mfp-arrow-left:before {
	display: none;
}
.mfp-arrow.mfp-arrow-right:after {
	content: url("/catalog/view/theme/default/image/kominki/STRZALKA-prawo.png") !important;
	border: none;
	margin-left: 0 !important;
}
.mfp-arrow.mfp-arrow-left:after {
	content: url("/catalog/view/theme/default/image/kominki/STRZALKA-lewo2.png") !important;
	border: none;
}

.slick-arrow.slick-disabled {
	display: none !important;
}

/*modal-backdrop*/
.modal-backdrop {
	background: #0b0b0b;
    opacity: 0.8 !important;
}
.modal-header {
	border-bottom: none;
	padding: 15px 25px;
}
.modal-content {
	border: none;
    border-radius: 0;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.modal-content .modal-title {
	font-size: 47px;
	font-weight: bold;
	text-align: center;
	margin: 25px 0;
}
.modal-content .modal-title + p {
	text-align: center;
}
.modal-body {
	padding: 15px 25px;
}
.modal-body label {
	text-transform: uppercase;
    font-size: 14px;
}
.modal-dialog {
	width: 750px;
	max-width: 100%;
}
.modal .close {
	opacity: 1 !important;
    top: 25px;
    right: 25px;
    position: fixed;
}
.modal span.error {
	display: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}
.modal span.error.active {
	display: block;
}
.modal span.error:after {
	content: url("/catalog/view/theme/default/image/kominki/error-icon.png");
	position: relative;
    top: 5px;
    margin-left: 10px;
}
.modal .form-group {
    position: relative;
	margin-bottom: 22px;
}
.modal form button {
	width: 240px;
	box-shadow: none !important;
}
.modal form button.active {
	background: transparent !important;
	border: 1px solid #eaeae9 !important;
	color: #181818 !important;
}
.modal form button.active:before {
	content: url("/catalog/view/theme/default/image/kominki/ico-success-button.png");
	margin-right: 10px;
}
.modal form button.active[disabled="disabled"] {
	opacity: 1 !important;
}

/*modal-options*/
#modal-options .modal-header {
	padding: 30px;
	border-bottom: 1px solid #eaeae9;
}
#modal-options .modal-content .modal-title {
    text-align: left;
    margin: 10px 0 15px;
}
#modal-options .price-block ul {
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 25px;
	margin: 0;
}
#modal-options .price-block ul .h2 {
	margin: 0 15px;
	font-size: 25px;
	font-weight: bold;
	color: #e74032;
}
#modal-options .modal-options-items {
	flex-wrap: wrap;
}
#modal-options .modal-options-items input[type="checkbox"] {
	opacity: 0;
    position: absolute;
}
#modal-options .modal-options-items .flex img {
    width: 60px;
    min-width: 60px;
    margin-right: 20px;
    padding: 5px;
    border: 2px solid transparent;
    border-radius: 3px;
}
#modal-options .modal-options-items .flex .title {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
	font-size: 18px;
}
#modal-options .price-option {
	font-weight: bold;
    color: #e74032;
    font-size: 18px;
}
#modal-options .modal-footer {
	padding: 30px;
}
#modal-options .modal-footer > div:first-child {
	text-align: left;
}

#modal-options .modal-footer > div:first-child > span {
	display: block;
}
#modal-options .modal-options-sum {
	font-size: 25px;
    font-weight: bold;
    color: #e74032;
}
#modal-options .modal-body {
    padding: 20px;
	/*max-height: 325px;
	overflow: auto;*/
}
#modal-options .form-group {
	position: relative;
    margin-bottom: 0;
    padding: 15px;
    max-width: 50%;
}
#modal-options .form-group:hover {
	background: #f6f6f6;
}

#modal-options label {
	padding: 0;
}
#modal-options label > div {
	position: relative;
	padding-left: 30px;
}
#modal-options label > div:before {
	content: url("/catalog/view/theme/default/image/kominki/checkbox-white-bg.png");
	position: absolute;
	z-index: 2;
	left: 0;
	top: -1px;
}
#modal-options label input:checked + div:after {
	content: url("/catalog/view/theme/default/image/kominki/checkbox-arrow.png");
	position: absolute;
	z-index: 3;
	left: 3px;
    top: -3px;
}

/*simplecheckout_step_menu*/
#simplecheckout_step_menu {
	position: relative;
}
#simplecheckout_step_menu:after {
	content: '';
	position: absolute;
	z-index: -1;
	width: calc(100vw - 18px);
	left: 50%;
	transform: translate(-50%, 0);
	height: 100%;
	background: #f6f6f6;
}
.simple-step {
	position: relative;
	opacity: 0.44;
    font-size: 25px;
    font-weight: bold;
    padding: 25px 25px 25px 65px;
    display: inline-block;
	cursor: pointer;
}
#simplecheckout_step_menu > .simple-step:first-child {
	padding-left: 43px;
	opacity: 1;
}
#simplecheckout_step_menu > .simple-step:first-child:before {
	left: 0;
}
.simple-step.simple-step-completed,
.simple-step.simple-step-current {
	opacity: 1;
}
.simple-step-delimiter:before {
	content: '';
	display: inline-block;
	width: 125px;
	height: 1px;
	background: #191509;
	position: relative;
    top: -6px;
}
#simplecheckout_step_menu > .simple-step:before {
	content: '1';
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid #191509;
    border-radius: 50%;
    left: 25px;
    top: 23px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
}
#simplecheckout_step_menu > .simple-step ~ .simple-step:before {
	content: '2';
}
#simplecheckout_step_menu > .simple-step ~ .simple-step ~ .simple-step:before {
	content: '3';
}
#simplecheckout_step_menu > .simple-step ~ .simple-step ~ .simple-step ~ .simple-step:before {
	content: '4';
}

.simplecheckout-left-column {
	width: calc(100% - 370px) !important;
	max-width: 100% !important;
}
.simplecheckout-right-column {
	width: 330px !important;
}

.simple-checkout .h1 {
    font-size: 47px;
    font-weight: bold;
    margin: 45px 0;
}
.simple-checkout .btn-remove {
	background: transparent;
    padding: 0;
    border: none;
    outline: none;
}
.simplecheckout-cart .options-accordion {
	border: 1px solid #eaeaea;
}
.simplecheckout-cart .options-tr td {
	border-top: none;
	padding-top: 0;
    padding-bottom: 30px;
}
.simplecheckout-cart .options-tr td + td {
	padding-right: 0;
}

.simplecheckout-cart .options-top {
	position: relative;
	border-bottom: none;
    padding: 12px 12px 12px 45px;
	cursor: pointer;
	justify-content: space-between;
}
.simplecheckout-cart .options-top:after {
	position: absolute;
	top: 11px;
    left: 15px;
    content: url(/catalog/view/theme/default/image/kominki/ico-select-arrow.png);
}
.simplecheckout-cart .options-top.active {
	border-bottom: 1px solid #eaeaea;
}
.simplecheckout-cart .options-top p {
	margin: 0;
}
.simplecheckout-cart .options-top .quantity-o {
	color: #ea5c51;
}
.simplecheckout-cart .options-top .sum + span,
.simplecheckout-cart .options-top .sum + span + span {
	font-weight: bold;
}
.simplecheckout-cart .options-top .sum + span {
	margin-left: 5px;
}

.simplecheckout-cart .options-list {
	padding: 12px 0 5px;
	display: none;
}
.simplecheckout-cart .options-top.active + .options-list {
	display: block
}
.simplecheckout-cart .options-list label {
    display: flex !important;
    justify-content: space-between;
    padding: 0 12px 0 45px;
	font-weight: 300;
}
.simplecheckout-cart .options-list label p {
	margin: 0;
	position: relative;
}
.simplecheckout-cart .options-list input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}
.simplecheckout-cart .options-list label p.title:before {
    content: url(/catalog/view/theme/default/image/kominki/checkbox-white-bg.png);
    position: absolute;
    z-index: 2;
    left: -32px;
    top: 2px;
}
.simplecheckout-cart .options-list label:not(.active) .price-option {
	opacity: 0.44;
}
.simplecheckout-cart .options-list label.active p.title:after {
    content: url(/catalog/view/theme/default/image/kominki/checkbox-arrow.png);
    position: absolute;
    z-index: 3;
    left: -29px;
    top: -1px;
}

.simplecheckout-block-content.delivery-types > div {
	margin-right: 15px;
	margin-top: 0;
	font-weight: bold;
	text-align: center;
}
.simplecheckout-block-content.delivery-types > div input {
	position: absolute;
	opacity: 0;
}
.simplecheckout-block-content.delivery-types > div label {
	padding: 15px;
	font-weight: bold;
}
#simplecheckout_shipping .simplecheckout-block-content.delivery-types > div span {
	font-weight: 300;
	white-space: nowrap;
}
.simplecheckout-block-content.delivery-types > div input + span:after {
	content: '';
	display: block;
    z-index: 2;
    width: 20px;
    height: 20px;
    border: 1px solid #ececeb;
    border-radius: 50%;
    background: #fff;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    position: absolute;
}
.simplecheckout-block-content.delivery-types > div input:checked + span:before {
	content: '';
	display: block;
	z-index: 3;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #e74032;
	left: 50%;
    margin-left: -6px;
    bottom: -6px;
    position: absolute;
}

/*simplecheckout_comment*/
#simplecheckout_comment .checkout-heading {
    border-top: none;
    font-size: 14px;
    font-weight: 300;
    padding: 25px 15px 10px;
    text-transform: uppercase;
}
#simplecheckout_comment #comment {
	border-radius: 3px;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    height: 160px;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
    outline: none;
    margin: 0 15px !important;
    width: 690px !important;
    max-width: 100%;
}

#simplecheckout_payment .delivery-types {
	margin-bottom: 25px;
}

/*coupon*/
.coupon-heading span {
	float: none !important;
	font-weight: 300;
}
.coupon-block {
	align-items: center;
}

.coupon-block input {
    border-radius: 3px;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
	padding: 6px 12px;
	width: 330px !important;
	max-width: 100%;
}
.coupon-block button {
    padding: 11px 30px;
    /*width: 380px;*/
    margin-left: 15px;
}
.coupon-block button.send:hover,
.coupon-block button.send {
	opacity: 1 !important;
    color: #181818 !important;
    background: transparent !important;
    border-color: #eaeae9 !important;
}
.coupon-block button.send:before {
	content: url("/catalog/view/theme/default/image/kominki/ico-success-button.png");
	margin-right: 15px;
}
.simpleregister-warning-block,
.simplecheckout-warning-block {
	padding: 20px 25px 20px 25px;
    font-size: 18px;
    font-weight: 300;
    border: none;
    color: #fff;
    border-radius: 0;
    margin: 0;
    position: fixed;
    width: 100%;
    z-index: 4;
    left: 0;
    top: 0;
    background: #e94f42;
}

/*checkout-backline*/
.checkout-backline {
	position: relative;
}
.checkout-backline:after {
	content: '';
	position: absolute;
	z-index: -1;
	width: calc(100vw - 18px);
	left: 50%;
	transform: translate(-50%, 0);
	height: 100%;
	background: #f6f6f6;
}
.checkout-backline button {
	margin: 30px 15px;
}
body[class*="step_"] .breadcrumb {
	display: none;
}
.checkout-backline button:before {
	content: url("/catalog/view/theme/default/image/kominki/btn-arrow-left.png");
	filter: brightness(0);
	position: relative;
	margin-right: 30px;
    top: 2px;
}
.checkout-backline button:hover:before {
	left: -7px;
	filter: none;
}
body.step_1 #simplecheckout_button_confirm {
	display: none;
}


#simplecheckout_summary .checkout-heading {
	border-top: none;
    padding-top: 60px;
}
#simplecheckout_summary #total_total {
	background: transparent;
    border: 1px solid #e2e2e1;
    border-top: none;
}
#simplecheckout_summary #total_total b {
	font-size: 25px;
    color: #e74032;
}
.simplecheckout-right-column {
	position: sticky;
    top: 0;
}
.simplecheckout-step:after {
	content: '';
	display: block;
	clear: both;
}
#simplecheckout_step_menu + .simplecheckout-step + .simplecheckout-step[style*="display: block"] {
	display: flex !important;
	flex-direction: column;
}

.simplecheckout-button-right {
	position: relative;
}
#simplecheckout_button_next {
	position: absolute;
    right: 0;
    top: -86px;
    padding: 12px 30px;
}
#simplecheckout_button_next:after {
    content: url(/catalog/view/theme/default/image/kominki/btn-arrow.png);
    margin-left: 120px;
    position: relative;
    top: 3px;
}
body.step_2 #simplecheckout_button_next {
	top: -50px;
}

body.step_2 .simple-content.logged #simplecheckout_button_next {
    position: relative;
    top: 0;
    margin-bottom: 30px;
}


#simplecheckout_shipping_address,
#simplecheckout_payment_address {
	display: none;
}
.simple-content.logged #simplecheckout_shipping_address,
.simple-content.logged #simplecheckout_payment_address {
	display: block;
}

body.step_2 #buttons,
body.step_2 #temp_flat_container + .simplecheckout-block-content,
body.step_2 .simple-big-wrap > .title,
body.step_2 .h1,
body.step_2 .firm-block,
body.step_2 .simple-big-wrap.vat-temp {
	display: none !important;
}

body.step_2 .simple-content.logged #buttons,
body.step_2 .simple-content.logged #temp_flat_container + .simplecheckout-block-content,
body.step_2 .simple-content.logged .simple-big-wrap > .title,
body.step_2 .simple-content.logged .h1 {
	display: block !important;
}
body.step_2.active .firm-block {
	display: flex !important;
}

body.step_2.active #buttons,
body.step_2.active #temp_flat_container + .simplecheckout-block-content,
body.step_2.active .simple-big-wrap > .title,
body.step_2.active .h1,
body.step_2.active #simplecheckout_shipping_address,
body.step_2.active #simplecheckout_payment_address,
body.step_2.active .simple-big-wrap.vat-temp {
	display: block !important;
}
.firm-block {
	display: flex !important;
}

body.step_2.active .login-big-block {
	display: none;
}

.firm-block {
    align-items: center;
}
.firm-block .form-group {
	margin-bottom: 0;
}
.firm-block .form-group > div {
	display: flex;
}
.firm-block .form-group > div > label {
	flex: 1 1 50%;
}
.firm-block .form-group > div > label + label {
	margin-left: 0;
}

/*login-big-block*/
.login-big-block .sb-login,
.login-big-block .sb-user,
.login-big-block .sb-register {
	border: 1px solid #f5f5f5;
	padding: 45px 30px;
	margin: 30px 15px;
}
.login-big-block .sb-user,
.login-big-block .sb-register {
	padding: 55px 30px;
	text-align: center;
}
.login-big-block .sb-user button,
.login-big-block .sb-register button {
	width: 270px;
	max-width: 100%;
	padding: 12px 30px;
	margin-top: 20px;
}
.login-big-block .sb-user button {
	background: #2a2a2a;
	border-color: #2a2a2a;
}
.login-big-block .sb-user button:hover {
	background: #e94f42;
	border-color: #e94f42;
}
.login-big-block .title {
	font-size: 47px;
	line-height: 47px;
	font-weight: bold;
	margin-bottom: 40px;
}
.login-big-block .sb-login .form-group {
	text-align: left;
}
.login-big-block .sb-login .form-group a {
	color: #181818;
	margin-top: 25px;
	display: inline-block;
	border-bottom: 1px solid #181818;
}
#simplecheckout_button_login {
	width: 100%;
	margin: 10px 0 50px;
	padding: 12px 30px;
}

.soc-block {
	text-align: center;
}
.soc-block p {
	position: relative;
}
.soc-block p span {
	display: inline-block;
	background: #fff;
	z-index: 2;
	position: relative;
    padding: 0 15px;
}

.soc-block p:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background: #eaeae9;
	z-index: 1;
	top: 50%;
}
.soc-block a {
	display: inline-block;
	margin: 16px 15px 0;
	color: #181818;
}
.soc-block a:hover {
	color: #e94f42;
}
.soc-block .fb:before {
	content: url("/catalog/view/theme/default/image/kominki/ikona-fb.png");
	margin-right: 10px;
    position: relative;
    top: 3px;
}
.soc-block .gl:before {
	content: url("/catalog/view/theme/default/image/kominki/ikona-G.png");
	margin-right: 10px;
    position: relative;
    top: 3px;
}

/*flex simple-big-wrap*/
body.step_2.active .simple-big-wrap {
	width: 1070px;
    max-width: 100%;
}
.simple-big-wrap > .title {
	flex: 1 1 33%;
	font-weight: bold;
	font-size: 25px;
	margin: 25px 0;
}
.simple-big-wrap > .title + div {
	flex: 1 1 67%;
}

#simplecheckout_button_prev,
#simplecheckout_customer .row-customer_register {
	position: absolute;
	opacity: 0;
	left: -10000px;
}

.simplecheckout-block-content fieldset {
	/*display: flex;
	flex-wrap: wrap;*/
}
.simpleregister-block-content fieldset > div,
.simplecheckout-block-content fieldset > div {
	margin: 0 15px 15px !important;
	position: relative;
}
.simpleregister-block-content fieldset label,
.simplecheckout-block-content fieldset label {
    text-align: left;
    padding: 0 !important;
	color: #181818 !important;
}
.simplecheckout-block-content fieldset .row-customer_telephone,
.simplecheckout-block-content fieldset .row-customer_email,
.simplecheckout-block-content fieldset .row-customer_password,
.simplecheckout-block-content fieldset .row-customer_confirm_password,
.simplecheckout-block-content fieldset .row-payment_address_firstname,
.simplecheckout-block-content fieldset .row-payment_address_lastname,
.simplecheckout-block-content fieldset .row-payment_address_address_1,
.simplecheckout-block-content fieldset .row-payment_address_country_id,
.simplecheckout-block-content fieldset .row-payment_address_zone_id,
.simplecheckout-block-content fieldset .row-shipping_address_firstname,
.simplecheckout-block-content fieldset .row-shipping_address_lastname,
.simplecheckout-block-content fieldset .row-shipping_address_address_1,
.simplecheckout-block-content fieldset .row-shipping_address_country_id,
.simplecheckout-block-content fieldset .row-shipping_address_zone_id {
	/*flex: 1 1 50%;*/
	width: calc(50% - 30px);
	float: left;
}
.simplecheckout-block-content fieldset .row-payment_address_address_2,
.simplecheckout-block-content fieldset .row-payment_address_apt,
.simplecheckout-block-content fieldset .row-shipping_address_address_2,
.simplecheckout-block-content fieldset .row-shipping_address_apt {
	width: calc(25% - 30px);
	float: left;
}
.simplecheckout-block-content fieldset .row-payment_address_city,
.simplecheckout-block-content fieldset .row-shipping_address_city {
	width: calc(70% - 30px);
	float: left;
}
.simplecheckout-block-content fieldset .row-payment_address_postcode,
.simplecheckout-block-content fieldset .row-shipping_address_postcode {
	width: calc(30% - 30px);
	float: left;
}

.simplecheckout-block-content fieldset .row-customer_password .simplecheckout-error-text,
.simplecheckout-block-content fieldset .row-customer_confirm_password .simplecheckout-error-text {
    background: #fff;
    width: 100%;
    text-align: right;
}


#simplecheckout_payment_address {
	clear: both;
}
#simplecheckout_customer .h1 + .simple-big-wrap + .simple-big-wrap,
#simplecheckout_customer .h1 + .simple-big-wrap {
	border-top: 1px solid #eaeae9;
}
body.step_2.active #temp_flat_container {
    margin: 0 !important;
}

.simplecheckout-customer-same-address {
	padding: 10px 25px;
}
.simplecheckout-customer-same-address label {
	cursor: pointer;
}

.simplecheckout-summary-totals .simplecheckout-cart-total {
    border: 0;
    background: #f6f6f6;
    border-bottom: 1px solid #e2e2e1;
    padding: 30px 20px;
    text-align: left;
    display: flex;
    justify-content: space-between;
}
.simplecheckout-summary-totals .simplecheckout-cart-total > span:first-child {
	width: 120px;
}

.simple-big-wrap.agreement {
    text-align: left;
    border-top: 1px solid #eaeae9;
    margin-bottom: 50px;
}
.simple-big-wrap.agreement .title {
    padding-left: 20px;
}
.simple-big-wrap.agreement a {
    color: #181818;
	border-bottom: 1px solid #181818;
}
.simple-big-wrap.agreement a:hover {
	color: #181818;
	border-bottom: none;
}
.simple-big-wrap.agreement {
	display: none;
}
body.step_2.active .simple-big-wrap.agreement {
	display: block;
}

/*simplecheckout_text_agreement*/
#simplecheckout_text_agreement label {
	cursor: pointer;
	margin-bottom: 25px;
}
#simplecheckout_text_agreement label a {
	color: #181818;
	text-decoration: underline;
}
#simplecheckout_text_agreement label a:hover {
	text-decoration: none;
}
#simplecheckout_text_agreement .checkout-heading {
	padding-bottom: 20px;
}

body.step_2 #agreement_checkbox {
	display: block !important;
}

.h1.step-1,
.h1.step-3 {
	display: none;
}
body.step_1 .h1.step-1 {
	display: block;
}
body.step_3 .h1.step-3 {
	display: block;
}

.panel-heading.step-1,
.panel-heading.step-3 {
	display: none;
}
body.step_1 .panel-heading.step-1 {
	display: block;
}
body.step_3 .panel-heading.step-3 {
	display: block;
}

/**/
body.step_3 .number-spinner > span,
body.step_3 .btn-remove,
body.step_3 .options-list > .form-group:not(.form-group-active) {
	display: none;
}
body.step_3 .simplecheckout-cart .image img {
	border: 1px solid #e2e2e1;
    padding: 10px;
}
body.step_3 .number-spinner {
	width: initial;
}
body.step_3 .number-spinner input {
	pointer-events: none;
	background: transparent;
	padding: 0;
    border: none;
	height: 25px;
    text-align: left !important;
}
body.step_3 .simplecheckout-cart .options-top {
    border: none;
    padding: 0;
}
body.step_3 .simplecheckout-cart .options-top:after {
	display: none;
}
body.step_3 .simplecheckout-cart .options-accordion {
	border: none;
}
body.step_3 .simplecheckout-cart .options-top > div:last-child {
	padding-right: 10px;
}
body.step_3 .simplecheckout-cart .options-top > div:last-child .sum {
	display: none;
}
body.step_3 .simplecheckout-cart .options-top p {
	color: #fff;
}
body.step_3 .simplecheckout-cart .options-top p span {
	display: none;
}
body.step_3 .simplecheckout-cart .options-top p strong {
	color: #181818;
}
body.step_3 .simplecheckout-cart .options-list {
	display: block !important;
}
body.step_3 .simplecheckout-cart .options-list label {
    padding: 0 12px 0 30px;
    font-weight: 300;
}
body.step_3 .simplecheckout-cart .options-list label p.title:before {
	display: none;
}
body.step_3 .simplecheckout-cart .options-list label.active p.title:after {
    filter: brightness(0);
	display: block !important;
}
body.step_3 .simplecheckout-cart .options-list label p.price-option {
	font-weight: bold;
}
body.step_3 .simplecheckout-cart .price {
	white-space: nowrap;
	padding-right: 0;
}
body.step_3 .simplecheckout-cart td.remove {
	display: none;
}

/*simplecheckout-summary-totals2*/
body.step_1 .simplecheckout-summary-info {
	display: none;
}
body.step_1 .simplecheckout-summary-totals2 .checkout-heading {
    border-top: none;
    padding-top: 60px;
}
body.step_1 .simplecheckout-summary-totals2 #total_total {
    background: transparent;
    border: 1px solid #e2e2e1;
    border-top: none;
}
body.step_1 .simplecheckout-summary-totals2 #total_total b {
    font-size: 25px;
    color: #e74032;
	white-space: nowrap;
}

/*.simplecheckout-summary-info*/
.simplecheckout-summary-info {
	background: #f6f6f6;
    padding: 25px 20px;
	border-bottom: 1px solid #e2e2e1;
}
.simplecheckout-summary-info > div .title {
	font-weight: bold;
    margin-top: 25px;
}
.simplecheckout-summary-info > div:first-child .title {
	margin: 0;
}

#simplecheckout_button_confirm {
	margin: 50px 0;
}
#simplecheckout_button_confirm:after {
    content: url(/catalog/view/theme/default/image/kominki/btn-arrow.png);
    margin-left: 120px;
    position: relative;
    top: 3px;
}

#simplecheckout_payment_form {
	display: none;
}

/*simplecheckout_step_menu*/
#simplecheckout_step_menu.success:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100vw;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100%;
    background: #009944;
}
#simplecheckout_step_menu.success .simple-step {
	color: #fff;
	opacity: 1;
}
#simplecheckout_step_menu.success .simple-step-delimiter:before {
    content: '';
    display: inline-block;
    height: 1px;
    background: #fff;
    position: relative;
    top: -6px;
}
#simplecheckout_step_menu.success > .simple-step:before {
	content: '' !important;
	border: 2px solid #fff;
}
#simplecheckout_step_menu.success > .simple-step:after {
	content: url("/catalog/view/theme/default/image/kominki/ico-accept-white.png") !important;
	position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    left: 25px;
    top: 26px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
}
#simplecheckout_step_menu.success > .simple-step:first-child:after {
    left: 0;
}

#common-checkout-success .main-block {
	text-align: center;
}
#common-checkout-success .main-block h1 {
	font-size: 47px;
    font-weight: bold;
    margin-bottom: 30px;
}
#common-checkout-success .main-block .order-number {
	margin-top: 50px;
    text-transform: uppercase;
    font-size: 14px;
}
#common-checkout-success .main-block .order-number span {
	font-weight: bold;
}
#common-checkout-success .main-block h1 ~ p {
	margin-bottom: 30px;
}
#common-checkout-success ~ #section-subscribe,
#common-checkout-success ~ footer {
	display: none;
}
#common-checkout-success ~ footer + section {
    border-top: 1px solid #eaeae9;
}
#common-checkout-success .main-block .flex {
	align-items: center;
    justify-content: center;
    margin-top: 55px;
}
#common-checkout-success .main-block .flex > a {
	margin: 0 50px;
}
#common-checkout-success .main-block .flex > a:first-child:before {
    content: url(/catalog/view/theme/default/image/kominki/btn-arrow-left.png);
    filter: brightness(0);
    position: relative;
    margin-right: 30px;
    top: 2px;
}
#common-checkout-success .main-block .flex > a:first-child:hover:before {
	filter: none;
}
#common-checkout-success .main-block .flex > a:last-child {
	padding: 15px 80px 15px 30px;
	position: relative;
}
#common-checkout-success .main-block .flex > a:last-child:after {
	content: url('/catalog/view/theme/default/image/kominki/ico-acc-white.png');
	position: absolute;
    right: 25px;
    top: 15px;
}

/*error-not-found*/
#error-not-found.e404,
#error-not-found.ne404 {
	background: url("/catalog/view/theme/default/image/kominki/bg-404.png");
	background-size: cover;
	position: relative;
    margin-top: -1px;
}
#error-not-found.e404 .main-block .t404 {
	margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
}
#error-not-found.e404 ~ #section-subscribe,
#error-not-found.e404 ~ footer,
#error-not-found.ne404 ~ #section-subscribe,
#error-not-found.ne404 ~ footer {
	display: none;
}
#error-not-found.e404 .main-block,
#error-not-found.ne404 .main-block {
	position: absolute;
    width: 800px;
    background: #fff;
    left: 50%;
    top: 90px;
    transform: translate(-50%, 0);
    padding: 30px;
    text-align: center;
}
#error-not-found.e404 .main-block p,
#error-not-found.ne404 .main-block p {
	margin-bottom: 30px;
}
#error-not-found.e404 .main-block h1,
#error-not-found.ne404 .main-block h1 {
	font-size: 47px;
    font-weight: bold;
	margin-bottom: 30px;
}
#error-not-found.e404 .main-block .flex,
#error-not-found.ne404 .main-block .flex {
    align-items: center;
    justify-content: center;
    margin-top: 55px;
}
#error-not-found.e404 .main-block .flex > a {
    margin: 0 50px;
}
#error-not-found.e404 .main-block .flex > a:first-child:before {
    content: url(/catalog/view/theme/default/image/kominki/btn-arrow-left.png);
    filter: brightness(0);
    position: relative;
    margin-right: 30px;
    top: 2px;
	left: 0;
}
#error-not-found.e404 .main-block .flex > a:first-child:hover:before {
	left: -7px;
	filter: brightness(0) invert();
}
#error-not-found.e404 .main-block .flex > a:last-child {
	padding: 15px 80px 15px 30px;
	position: relative;
}
#error-not-found.e404 .main-block .flex > a:last-child:after {
	position: absolute;
    content: url(/catalog/view/theme/default/image/kominki/ico-search.png);
    right: 25px;
    top: 15px;
	filter: brightness(0) invert(100%);
}

/*compare-row*/
.compare-big-block {
	overflow: auto;
	margin-top: 35px;
}
#product-compare h1 span {
	color: #e74032;
}
.compare-row {
	padding: 12px 0;
    border-bottom: 1px solid #eaeae9;
}
.compare-row > div {
	flex: 1 1 360px;
    max-width: 330px;
    min-width: 330px;
    margin: 0 15px;
}
.compare-row > div:not(.first) {
	font-weight: bold;
}
.compare-row.c-name a {
	color: #181818;
}
.compare-row.с-thumb img {
	border: none;
	border-radius: 0;
}
.compare-row.c-price > div:not(.first) {
	font-weight: bold;
	color: #e74032;
}
.compare-row.c-price > div:not(.first) strike {
	font-weight: 300;
	color: #181818;
	margin-right: 5px;
}
.compare-row.c-description > div:not(.first) {
	font-weight: 300;
}
.compare-row.c-rating .rating > span:last-child {
    font-weight: normal;
    margin-left: 10px;
}
.compare-row.c-btns > div:not(.first) {
	margin-bottom: 10px;
}
.compare-row.c-btns a {
	position: relative;
	display: block;
	padding-left: 30px;
	font-weight: 300;
	color: #181818;
	margin-top: 10px;
}
.compare-row.c-btns a:hover {
	color: #e94f42;
}
.compare-row.c-btns a.c-ask:before {
	content: url("/catalog/view/theme/default/image/kominki/ico-qv.png");
	filter: brightness(0);
    position: absolute;
    left: 0;
    top: 0;
}
.compare-row.c-btns a.c-wishlist:before {
	content: url("/catalog/view/theme/default/image/kominki/ico-wishlist.png");
	filter: brightness(0);
    position: absolute;
    left: 2px;
    top: 0;
}
.compare-row.c-btns a.c-remove:before {
	content: url("/catalog/view/theme/default/image/kominki/ico-remove.png");
    position: absolute;
    left: 1px;
    top: 0;
}
.compare-row.c-btns .c-cart {
	padding: 12px 30px;
}
.compare-row.c-btns .c-cart:before {
    content: url(/catalog/view/theme/default/image/kominki/ico-cart-red.png);
    filter: brightness(0) invert(100%);
    position: relative;
    top: 2px;
    margin-right: 15px;
}
.compare-row.c-btns button {
	margin-bottom: 30px;
}

#product-search h1 {
	font-size: 47px;
    font-weight: bold;
    margin-bottom: 30px;
}
#product-search h1 span {
	font-weight: 300;
}
#product-search h1 span span {
	color: #e74032;
}

/*ocfilter*/
#ocfilter {
	border: none;
	-webkit-box-shadow: none;
    box-shadow: none;
}
#ocfilter .panel-heading {
	background: transparent;
    border: none;
    font-weight: bold;
    font-size: 25px;
    padding: 25px 0;
}
#ocfilter .list-group-item {
	border: none;
	padding: 10px 0;
}
#ocfilter .label-checkbox input:checked + span:after {
    top: 0px;
}

/*pagination*/
.pagination > li {
	margin-right: 15px;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: none;
	border-radius: 2px !important;
    padding: 0;
    margin-left: 0;
    color: #181818;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #eaeaea;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	font-size: 18px;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #181818;
    font-weight: bold;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #181818;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}

.pagination > li > a.next,
.pagination > li > a.prev {
	background: #e74032;
	color: #e74032;
}
.pagination > li > a.next:after {
	content: url("/catalog/view/theme/default/image/kominki/pagination-right.png");
	position: absolute;
	left: 20px;
    top: 14px;
}
.pagination > li > a.prev:after {
	content: url("/catalog/view/theme/default/image/kominki/pagination-left.png");
	position: absolute;
	left: 19px;
    top: 14px;
}

footer > .container {
	position: relative;
}
footer .btn-up {
	padding: 30px 17px;
    position: absolute;
    right: 10px;
    bottom: -55px;
}

/*account-login*/
#account-login .soc-block {
	margin-top: 107px;
}
#account-login .control-label {
	line-height: 34px;
}
#account-login #simplecheckout_button_login {
	margin: 10px 0 0;
}

/*register*/
.row-register_firstname,
.row-register_lastname,
.row-register_email,
.row-register_telephone,
.row-register_password,
.row-register_confirm_password,
.row-register_newsletter {
    /* flex: 1 1 50%; */
    width: calc(50% - 30px);
    float: left;
}
.row-register_newsletter .radio {
	display: inline-block;
    margin-right: 15px;
}
#simplepage_form .simple-big-wrap.agreement {
	display: block;
}
#simpleregister_button_confirm:after {
    content: url(/catalog/view/theme/default/image/kominki/btn-arrow.png);
    margin-left: 120px;
    position: relative;
    top: 3px;
}
#simpleregister .agreement_all {
	display: inline-block;
}

/*manager-info*/
.manager-info {
	background: #f6f6f6;
    padding: 30px 15px;
    margin-bottom: 50px;
    margin-top: 10px;
}
.manager-info .title {
	font-size: 25px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 25px;
}
.manager-info .title + p {
	margin-bottom: 20px;
}
.manager-info a {
	width: 100%;
	text-align: center;
}

/*messages*/
.right-column .messages > .title {
	font-size: 25px;
    font-weight: bold;
    line-height: 25px;
	margin-bottom: 30px;
}
.right-column .messages > a {
	width: 100%;
}
.right-column .messages .message {
	background: #f6f6f6;
    padding: 30px 15px;
	margin-bottom: 30px;
}
.right-column .messages .message .title {
	margin-bottom: 0;
	font-size: 16px;
}
.right-column .messages .message .title:before {
	content: url("/catalog/view/theme/default/image/kominki/account/ico-msg-title.png");
	position: relative;
    top: 3px;
    margin-right: 15px;
}
.right-column .messages .message .title + div {
	margin-top: 20px;
}
.right-column .messages .message.new {
	background: #e74032;
	color: #fff;
}
.right-column .messages .message.new a {
	color: #fff;
}
.right-column .messages .message a {
	text-decoration: underline;
}
.right-column .messages .message a:hover {
	text-decoration: none;
}
.right-column .messages .message.new .title:before {
	filter: brightness(0) invert(1);
}

#account-account .main-column h1 {
	font-size: 47px;
    font-weight: bold;
    margin: 50px 0 25px;
}
#account-account .list-actions {
	margin-top: 50px;
}
#account-account .list-actions .title {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 25px;
}
#account-account .list-actions a {
	width: 200px;
    height: 200px;
    display: flex;
	margin-right: 15px;
	margin-bottom: 15px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    border: 1px solid #ececeb;
    border-radius: 3px;
}
#account-account .list-actions a span {
    display: inline-block;
    margin: 30px 0;
    color: #181818;
}
#account-account .list-actions a:hover span {
	color: #e74032;
}
#account-account

/*order-list-last*/
.order-list-last > .title {
	font-size: 25px;
    font-weight: bold;
	margin-top: 70px;
    margin-bottom: 50px;
}
.order-list-last .flex {
	border-bottom: 1px solid #eaeae9;
}
.order-list-last .flex:hover {
	background: #f6f6f6;
}
.order-list-last > div > .flex:first-child:hover {
	background: transparent;
}
.order-list-last .flex > div {
	padding: 15px;
}
.order-list-last .flex > div:last-child,
.order-list-last .flex > div:nth-child(4) {
	text-align: right;
}
.order-list-last .flex:not(.title) > div:first-child,
.order-list-last .flex:not(.title) > div:last-child,
.order-list-last .flex:not(.title) > div:nth-child(4) {
	font-weight: bold;
}
.order-list-last .flex:not(.title) > div:last-child,
.order-list-last .flex:not(.title) > div:nth-child(4) {
	position: relative;
}
.order-list-last .flex:not(.title) > div:last-child img,
.order-list-last .flex:not(.title) > div:nth-child(4) img {
	content: url("/catalog/view/theme/default/image/kominki/ico-validacja.png");
	filter: brightness(0);
	margin-left: 10px;
}
.order-list-last .flex:not(.title) > div:last-child.done img,
.order-list-last .flex:not(.title) > div:nth-child(4).done img {
	content: url("/catalog/view/theme/default/image/kominki/ico-success-button.png");
	filter: none;
}
.order-list-last .flex:not(.title) > div:first-child a {
	color: #181818;
}
.order-list-last .flex:not(.title) > div:first-child a:hover {
	text-decoration: underline;
}

.order-list-last + div p {
	margin-top: 25px;
	text-align: center;
}

/*account-password*/
#account-password .flex-icon,
#account-order .flex-icon,
#account-wishlist .flex-icon,
#account-edit .flex-icon,
#account-messages .flex-icon,
#account-suggestions .flex-icon {
    justify-content: flex-start;
    align-items: flex-start;
}
#account-password .flex-icon img,
#account-order .flex-icon img,
#account-wishlist .flex-icon img,
#account-messages .flex-icon img,
#account-suggestions .flex-icon img {
    margin-top: 25px;
    margin-right: 20px;
	filter: brightness(0);
}
#account-edit .flex-icon img {
	margin-top: 25px;
    margin-right: 20px;
}
#account-password h1,
#account-order h1,
#account-wishlist h1,
#account-edit h1,
#account-messages h1,
#account-suggestions h1 {
    font-size: 47px;
    font-weight: bold;
    margin-bottom: 30px;
}
#account-wishlist h1 span,
#account-messages h1 span {
	color: #e94f42;
}

.account-body #content {
	min-height: initial;
}
.account-body form {
	margin-top: 40px;
}
.account-body .form-wrap {
	max-width: 700px;
	margin: 0 auto;
}
.account-body .form-wrap > div {
	float: left;
	width: calc(50% - 30px);
    margin: 0 15px;
}
.account-body .form-wrap > div.w70 {
	width: calc(70% - 30px);
}
.account-body .form-wrap > div.w30 {
	width: calc(30% - 30px);
}

.form-group {
	position: relative;
}
.form-group .text-danger {
	display: block;
    color: #181818;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 8px;
}
.form-group .text-danger:after {
    content: url(/catalog/view/theme/default/image/kominki/error-icon.png);
    margin-left: 7px;
    position: relative;
    top: 4px;
}
.form-group .control-label {
	color: #181818 !important;
	padding: 0;
}

.account-buttons {
	margin-top: 80px;
}
.account-buttons .pull-right button {
	position: relative;
	margin-right: 185px;
}
.account-buttons .pull-right button:after {
    content: url(/catalog/view/theme/default/image/kominki/btn-arrow.png);
	margin-left: 27px;
    position: relative;
    top: 3px;
}
.account-buttons .pull-left a:before {
    content: url(/catalog/view/theme/default/image/kominki/btn-arrow-left.png);
    filter: brightness(0);
    position: relative;
    margin-right: 30px;
    top: 2px;
}
.account-buttons .pull-left a:hover:before {
	filter: none;
}

/*links*/
#information-information .links {
	margin-bottom: 50px !important;
}
#information-information .links > a {
	display: block;
	margin-top: 10px;
    line-height: 24px;
	color: #181818;
}
#information-information .links > a:hover {
	color: #ea5c51;
}
#information-information .links > a.pdf:before {
	content: url("/catalog/view/theme/default/image/kominki/ico-pdf.png");
	filter: brightness(0);
	margin-right: 10px;
    position: relative;
    top: 4px;
}
#information-information .links > a.pdf:after {
	content: ' (.PDF)';
}
#information-information .links > a.jpg:before {
	content: url("/catalog/view/theme/default/image/kominki/ico-IMG.png");
	filter: brightness(0);
	margin-right: 10px;
    position: relative;
    top: 4px;
}
#information-information .links > a.jpg:after {
	content: ' (.JPG)';
}
#information-information .links > a:hover:before {
	filter: none;
}

/*#account-wishlist .table*/
#account-wishlist .flex-icon {
	margin-bottom: 30px;
}
#account-wishlist .table {
	border: none;
}
#account-wishlist .table th.image {
    width: 1px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    position: static !important;
}
#account-wishlist .table th {
	border: none;
    font-weight: 300;
    padding: 15px;
}
#account-wishlist .table td {
	padding: 30px 20px;
    border: none;
    border-top: 1px solid #eaeae9;
    vertical-align: top;
}
#account-wishlist .table td.name a {
    font-size: 25px;
    font-weight: bold;
    color: #181818;
}
#account-wishlist .table td.name p {
    margin-top: 5px;
}
#account-wishlist .table td.action {
	display: flex;
	align-items: center;
	padding: 30px 5px;
}
#account-wishlist .table td.price {
    text-align: right;
    white-space: nowrap;
    display: table-cell !important;
    font: inherit !important;
    font-size: 25px !important;
    font-weight: bold !important;
}
#account-wishlist .table td.price .with-special {
	color: #e94f42;
}
#account-wishlist .table td.price .price {
	color: #e94f42;
}
#account-wishlist .table td.price span {
    display: block;
    font-size: 18px;
    font-weight: 300;
    text-decoration: line-through;
    margin-top: 5px;
	color: #181818;
}
#account-wishlist .table td.action button {
	background: transparent;
    border: none;
    margin-right: 20px;
}

/*account-order*/
#account-order .order-list-last {
    margin-top: 45px;
}
#account-edit fieldset + fieldset legend {
	padding-top: 60px;
    display: inline-block;
}
#account-edit .newsletter-wrap .form-group > div > label:first-child {
	padding-left: 0;
    margin-right: 100px;
}

.simplecheckout-cart td.image img {
	min-width: 90px;
}

/*account-order*/
#account-order .simplecheckout-summary-totals {
    display: flex;
    flex-direction: column;
}
#account-order .simplecheckout-summary-totals .item-total {
	order: -1;
}
#account-order .simplecheckout-summary-totals .item-total .simplecheckout-cart-total-value {
	font-size: 21px;
	font-weight: bold;
	white-space: nowrap;
}
#account-order #simplecheckout_summary .checkout-heading {
    font-size: 25px;
    font-weight: bold;
    padding: 60px 15px 25px;
}
#account-order .table>thead>tr>th {
	border-bottom: none;
}
#account-order .simplecheckout-cart td {
    padding: 40px 20px;
    border-top: 1px solid #eaeae9;
    vertical-align: top;
}
#account-order .simplecheckout-cart .options-tr td + td {
    padding-right: 0;
}
#account-order .simplecheckout-cart .options-tr td {
    border-top: none;
    padding-top: 0;
    padding-bottom: 30px;
}
#account-order .simplecheckout-cart tr.with-options td {
    padding-bottom: 10px;
}
#account-order .main-column .simplecheckout-cart {
	margin-top: 40px !important;
}
#account-order .simplecheckout-summary-info {
	margin-top: 0 !important;
}

/*flex-opiekun*/
.flex-opiekun > div:first-child {
	margin-right: 15px;
}
.flex-opiekun > div:first-child + div p {
	margin-bottom: 3px;
}
.flex-opiekun .name {
	font-weight: bold;
	margin-top: 5px;
}
.flex-opiekun .tel a {
	color: #181818;
}
.flex-opiekun .tel a:hover {
	color: #e74032;
}
.flex-opiekun + p {
	margin-bottom: 0;
	font-size: 14px;
	margin-top: 25px;
}

/*.manager-info*/
.manager-info {
	border: 1px solid #f6f6f6;
}
.manager-info.active {
	border: 1px solid #eaeae9;
    background: transparent;
}
.manager-info .step2 {
	display: none;
}
.manager-info.active .step1 {
	display: none;
}
.manager-info.active .step2 {
	display: block;
}
.manager-info.active p {
	text-transform: uppercase;
}
.manager-info .jq-selectbox {
	width: 100%;
    margin-bottom: 30px;
}
.manager-info .jq-selectbox__dropdown {
	top: 50px !important;
	max-height: 300px;
	overflow: auto;
}

/*message-block*/
.message-block {
	margin-top: 45px;
}
.message-block > .title {
    font-weight: bold;
    font-size: 25px;
    padding: 15px;
    border-bottom: 1px solid #eaeae9;
}
.message-block .item {
	background: #f6f6f6;
	padding: 20px;
	margin-top: 30px;
}
.message-block .item a {
	text-decoration: underline;
}
.message-block .item a:hover {
	text-decoration: none;
}

.message-block .item.new {
	background: #e74032;
	color: #fff;
}
.message-block .item.new a {
	color: #fff;
	text-decoration: underline;
}
.message-block .item.new a:hover {
	color: #fff;
	text-decoration: none;
}
.message-block .item > div:first-child {
	width: 150px;
	min-width: 150px;
	max-width: 150px;
}
.message-block .item > div:first-child span {
	display: block;
    margin-left: 30px;
}
.message-block .item > div:first-child:before {
    content: url(/catalog/view/theme/default/image/kominki/account/ico-msg-title.png);
    position: relative;
    top: 3px;
    margin-right: 15px;
}
.message-block .item.new > div:first-child:before {
	filter: brightness(0) invert(1);
}
.message-block .item .status p {
	margin-top: 20px;
	margin-bottom: 0;
	cursor: pointer;
}
.message-block .item .status p.not-read:hover {
	text-decoration: underline;
}
.message-block .item .not-read:before {
	content: url(/catalog/view/theme/default/image/kominki/ico-read.png);
	position: relative;
    top: 3px;
	margin-right: 10px;
}
.message-block .item .read:before {
	content: url(/catalog/view/theme/default/image/kominki/checkbox-arrow.png);
	position: relative;
    top: 0;
	margin-right: 10px;
	filter: brightness(0);
}

/*account-suggestions*/
#account-suggestions .flex-icon ul {
	list-style-type: none;
	padding-left: 30px;
}
#account-suggestions .flex-icon ul li {
	position: relative;
}
#account-suggestions .flex-icon ul li:after {
    content: url(/catalog/view/theme/default/image/kominki/checkbox-arrow.png);
    position: absolute;
    z-index: 3;
    left: -29px;
    top: -1px;
	filter: brightness(0);
}

#account-suggestions .message-block > div > p {
	text-align: center;
	margin: 25px 0 40px;
}
#account-suggestions .message-block .item.user {
	max-width: calc(100% - 150px);
    background: #181818;
    color: #fff;
}
#account-suggestions .message-block .item.user a:hover {
	color: #ea5c51;
	text-decoration: underline;
}
#account-suggestions .message-block .item.user > div:first-child:before {
    filter: invert(1);
}
#account-suggestions .message-block .item:not(.user) {
    max-width: calc(100% - 150px);
    margin-left: 150px;
}
#account-suggestions .message-block .item:not(.user) a {
	color: #fff;
	text-decoration: underline;
}
#account-suggestions .message-block .item:not(.user) a:hover {
	color: #fff;
	text-decoration: none;
}

#account-suggestions .message-block .item.user a {
	text-decoration: underline;
}
#account-suggestions .message-block .item.user a:hover {
	text-decoration: none;
}

#account-suggestions .message-block .item:not(.user):not(.new) a {
	color: #181818;
	text-decoration: underline;
}
#account-suggestions .message-block .item:not(.user):not(.new) a:hover {
	color: #181818;
	text-decoration: none;
}

#form-suggestion {
	max-width: 700px;
    margin: 40px auto 0;
}
p + #form-suggestion {
	margin-top: 0;
}
#form-suggestion label {
	text-transform: uppercase;
	font-size: 14px;
}


#form-suggestion span.error {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}
#form-suggestion span.error.active {
    display: block;
}
#form-suggestion span.error:after {
    content: url(/catalog/view/theme/default/image/kominki/error-icon.png);
    position: relative;
    top: 5px;
    margin-left: 10px;
}
#suggestion-send.active:before {
    content: url(/catalog/view/theme/default/image/kominki/ico-success-button.png);
    margin-right: 10px;
}
#suggestion-send.active {
    background: transparent !important;
    border: 1px solid #eaeae9 !important;
    color: #181818 !important;
}


/*feature-carousel */
.categs-carousel-wrap {
	position: relative;
}
.categs-carousel {
	position: initial !important;
	max-width: 1450px;
	margin: 0 auto !important;
	overflow: visible !important;
}
.categs-carousel .owl-stage-outer,
.categs-carousel .owl-wrapper-outer {
	overflow: visible !important;
	position: initial !important;
}
.categs-carousel .owl-wrapper-outer {
	border: none !important;
	-webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}
.categs-carousel .owl-next {
	position: absolute;
    right: 0;
    top: 50%;
    margin-top: -50px;
}
.categs-carousel .owl-prev {
	position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
	-moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.categs-carousel .owl-item img {
	max-height: 100px;
	width: initial !important;
}

/*labels*/
.labels {
	align-items: center;
	justify-content: flex-start;
    position: absolute;
    bottom: 15px;
}
.product-thumb .image .labels img {
	max-width: 55px;
	margin-right: 10px;
}

.error-text-coupon-res {
    font-weight: bold;
    margin-left: 15px;
}
.error-text-coupon-res.show:before {
	content: url("/catalog/view/theme/default/image/kominki/error-icon.png");
	margin-right: 15px;
	position: relative;
    top: 2px;
}

.row-payment_address_vat {
	position: absolute !important;
	left: -5000px;
	opacity: 0;
}
.simple-big-wrap.vat-temp  {
	border-top: 1px solid #eaeae9;
	order: 2;
}
.simple-big-wrap.vat-temp .title {
    padding-left: 20px;
}

body.step_3 .options-tr-0 {
	display: none;
}

.suggestions-block {
	position: relative;
}
.suggestions-block i {
	font-style: normal;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    background: #e74032;
    display: flex;
    line-height: 22px;
    width: 22px;
    height: 22px;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding-top: 2px;
    top: 15px;
    right: 30px;
}
.suggestions-block i:before {
	content: '';
    display: block;
    position: absolute;
    left: -6px;
    top: 9px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid #e74032;
    border-bottom: 0px solid transparent;
}

body[class*="step_"] #account-order .breadcrumb {
	display: block;
}
.search-404 {
	display: flex;
    width: 600px;
	max-width: 100%;
}
.search-404 input[type="text"] {
    height: 57px;
    padding: 0 15px;
    width: 100%;
    border-radius: 0;
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
    box-shadow: none;
    font-size: 16px;
}


.advantages > div {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.advantages > div:first-child:before {
	content: url("/catalog/view/theme/default/image/kominki/mob/ico-DOSTAWA.png");
	margin-bottom: 15px;
}

.advantages > div:nth-child(2):before {
	content: url("/catalog/view/theme/default/image/kominki/mob/ico-WSPARCIE.png");
	margin-bottom: 15px;
}

.advantages > div:nth-child(3):before {
	content: url("/catalog/view/theme/default/image/kominki/mob/ico-PLATNOSCI.png");
	margin-bottom: 15px;
}

.advantages > div:nth-child(4):before {
	content: url("/catalog/view/theme/default/image/kominki/mob/ico-KORZYSTNE.png");
	margin-bottom: 15px;
}

.ui-helper-hidden-accessible {
	display: none !important;
}

#information-information #content a {
	color: #181818;
	border-bottom: 1px solid #181818;
}
#information-information #content a:hover {
	border-bottom: none;
}

#product-product #content {
	min-height: initial;
}

#information-information #content a.pdf,
#information-information #content a.jpg {
	border-bottom: none !important;
}

#form-ask .flex2 > div {
	position: relative;
}
.error-captcha {
	position: relative !important;
    top: -10px !important;
}

.flatest-information-wrap .text-center .btn {
	padding: 15px 80px;
	margin-top: 25px;
}
.flatest-information-wrap .text-center .btn:after {
    content: url(/catalog/view/theme/default/image/kominki/btn-arrow.png);
    margin-left: 14px;
    position: relative;
    top: 3px;
}
.step3-block {
	display: none;
}
.mfp-close img {
	z-index: -3;
    position: relative;
}

.slider-video li {
	display: block;
    position: relative;
}
.slider-video li a:after {
	content: url("/catalog/view/theme/default/image/kominki/yt-logo.png");
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#simplecheckout_shipping {
    position: relative;
}
.deliv-info-sum {
	position: absolute;
	right: 0;
    top: 27px;
}
.deliv-info-sum img {
	filter: brightness(0);
	position: relative;
	margin-left: 5px;
	top: -1px;
}

.slider-video {
	padding: 0;
}
.slider-video .slick-slide {
	padding: 0 10px;
}

@media screen and (min-width: 991px) {
	.mob {
		display: none !important;
	}
}

@media screen and (max-width: 1450px) {
	#account-wishlist .table td.action button {
		margin-right: 5px;
	}
	.pagination > li {
		margin-right: 7px;
	}
	.modal-content .modal-title {
		font-size: 40px;
		margin: 10px 0;
	}
	.modal-body {
		padding: 10px 25px;
	}
	.modal .form-group {
		margin-bottom: 15px;
	}
	.modal .form-group textarea {
		height: 140px;
	}
	#modal-options .modal-body {
		padding: 10px 20px;
	}
	#modal-options .form-group {
    	padding: 10px 15px;
	}
	#modal-options .modal-options-items .flex .title {
		margin-bottom: 5px;
	}

	#section-subscribe .right-part > .flex:first-child span {
		display: none;
	}
    #menu .nav > li.open > a, #menu .nav > li > a {
        font-size: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }
	.big-slider-description-inner {
		right: 15px;
	}
	.big-slider-description-inner .title {
		font-size: 54px;
		line-height: 60px;
		margin-top: 50px;
		margin-bottom: 25px;
	}
	.big-slider .swiper-pagination {
		margin-left: 0;
    	left: 48px;
	}
	.big-slider-description .categ-text,
	.big-slider-description + span {
		left: 0;
		margin-left: -85px;
	}
	/*.flatest-information-wrap .information-layout {
		width: 50%;
	}*/
	#section-subscribe .flex2 > div {
		margin-right: 25px;
	}
	.category-products .product-thumb .price {
		font-size: 16px;
	}
	.flex-product-main .right-block .flex2 > div {
		flex: 1 1 auto;
	}
	.flex-product-main .right-block .title + p {
		font-size: 21px;
	}
	.p-energo {
		margin-right: 22px;
	}
	.p-model {
		margin-right: 15px;
	}
	#product-product .rating > p {
		position: relative;
    	top: 2px;
	}
	#account-wishlist .table td {
		padding: 30px 15px;
	}
	.flex-opiekun,
	.flex-opiekun a {
		font-size: 15px;
	}
	.compare-row > div {
		flex: 1 1 260px;
		max-width: 260px;
		min-width: 260px;
	}
	.order-list-last .flex > div {
		padding: 10px;
	}
	.simple-step-delimiter:before {
		width: 70px;
	}

	#information-category .news-items .news-item:first-child > div:first-child + div {
		flex: 1 1 50%;
		max-width: 50%;
	}
	#information-category .news-items .news-item:first-child > div:first-child {
		flex: 1 1 25%;
		max-width: 25%;
	}
	#information-category .news-items .news-item:first-child > div:first-child + div + div {
		flex: 1 1 25%;
		max-width: 25%;
	}
	.flatest-information-wrap.bestsellers .next, .flatest-information-wrap.bestsellers .prev {
		width: inherit;
		top: -10px;
	}
	.article-nav a.prev,
	.article-nav a.next {
		top: 50px;
		transform: none;
	}
	.article-nav a.prev {
		left: 0px;
	}
	.article-nav a.next {
		right: 0;
	}
	#common-home .flatest-information-wrap .information-layout {
		width: 50%;
	}
	#simplecheckout_button_next {
		position: relative;
		top: 0;
	}
	.simple-content .buttons {
		padding: 0;
	}
	.simple-big-wrap > .title {
		flex: 1 1 22%;
	}
	.simple-big-wrap > .title + div {
		flex: 1 1 78%;
	}
	#information-contact + .flex .title {
		font-size: 21px;
	}
	#account-wishlist .table td.stock {
		white-space: nowrap;
		font-size: 16px;
	}
}
@media screen and (max-width: 1200px) {
	.big-slider-description {
		width: 50%;
	}
	.big-slider-description ~ a {
		position: absolute;
		left: 50%;
	}
	.big-slider-description-inner .title {
		font-size: 36px;
		line-height: 50px;
		margin-top: 40px;
		margin-bottom: 15px;
	}
	.big-slider-description + span {
		bottom: 125px;
		font-size: 12px;
		margin-left: -55px;
	}
	.advantages .title {
		font-size: 21px;
	}
	.bnrs.bnrs2,
	.bnrs.bnrs1 {
		min-height: 450px;
	}
	.bnrs > div p {
		font-size: 52px;
		line-height: 65px;
	}
	.scrollbar {
		max-width: 90%;
	}
	#section-subscribe .title {
		margin-left: 0;
		font-size: 52px;
    	line-height: 64px;
	}
	#section-subscribe .title + p {
		display: inline-block;
		margin-left: 0;
		width: initial;
		max-width: 100%;
	}
	#menu .nav > li.open > a, #menu .nav > li > a {
		font-size: 13px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.categories-limit .input-group-addon, .categories-sort .input-group-addon {
		display: none;
	}
	.category-products .product-thumb .price {
		font-size: 15px;
		position: relative;
		top: 1px;
		white-space: nowrap;
	}
	.flex-product-params > .flex {
		flex-wrap: wrap;
	}
	.flex-product-params .p-doc {
		margin-top: 10px;
	}
	#product-product h1 {
		font-size: 32px;
	}
	.flex-product-main {
		margin-top: 20px;
		flex-direction: column;
	}
	.flex-product-main .right-block {
		margin-top: 20px;
	}
	.tab-description-2 {
		padding: 0 25px;
	}
	.tab-description-5 .checkbox .flex {
		flex-direction: column;
	}
	.tab-description-5 .flex .title {
		max-width: 100%;
	}
	.tab-description-5 .price-option {
		top: 15px;
	}
	.category-description-wrap {
		padding: 85px 25px;
	}
	.simple-step-delimiter:before {
		width: 35px;
	}
	.simple-step {
    	font-size: 20px;
	}
	#simplecheckout_button_next {
		position: relative;
		right: 0;
		top: 0;
	}
	.simple-big-wrap > .title {
    	flex: 1 1 20%;
	}
	.simple-big-wrap > .title + div {
		flex: 1 1 80%;
	}

	#simplecheckout_summary .checkout-heading {
		padding-top: 25px;
	}
	.simplecheckout-cart td {
    	padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.simplecheckout-right-column {
		width: 250px !important;
	}
	.simplecheckout-left-column {
		width: calc(100% - 300px) !important;
	}
	.simplecheckout-cart td.price {
		font-size: 21px !important;
	}
	.simplecheckout-block-content.delivery-types > div {
		margin-right: 10px;
	}
	.simplecheckout-cart .price {
		white-space: nowrap;
	}

	#account-wishlist .table td.price {
		font-size: 21px !important;
	}
	#account-wishlist .table td.name a {
		font-size: 21px;
	}
	#account-wishlist .table td {
		padding: 30px 5px;
	}
	#account-wishlist .table td.action button {
		float: left;
		margin-right: 10px;
	}
	#account-wishlist .table td.action button + a {
		position: relative;
    	top: 2px;
		float: right;
	}
	.flex-opiekun {
		flex-direction: column;
	}
	.flex-opiekun, .flex-opiekun a {
		font-size: 18px;
	}
	#account-account .list-actions a {
		width: 160px;
		height: 160px;
	}
	#account-account .list-actions a span {
		margin: 20px 0;
	}
	.account-buttons .pull-right button {
		position: relative;
		margin-right: 0;
	}

	#account-suggestions .message-block .item:not(.user) {
		max-width: calc(100% - 70px);
		margin-left: 70px;
	}
	#account-suggestions .message-block .item.user {
		max-width: calc(100% - 70px);
	}
	.simplecheckout-summary-totals .simplecheckout-cart-total {
		flex-direction: column;
	}
	.flatest-information-wrap h4 a {
		font-size: 18px;
		line-height: 24px;
		height: 40px;
	}

	.simplecheckout-summary-totals .simplecheckout-cart-total > span:first-child {
		width: inherit;
	}

}

@media screen and (max-width: 991px) {
	html, body {
		overflow-x: hidden !important;
	}
	.pc {
		display: none !important;
	}
	body {
		font-size: 16px;
	}
	#top {
		padding: 10px 0 0;
	}

	#top .container {
		flex-wrap: wrap;
	}

	#top .top-left {
		order: 1;
		min-width: 47%;
		flex: 1 1 47%;
	}

	#top .top-logo {
		order: 3;
		min-width: 100%;
		flex: 1 1 100%;
		text-align: left;
		justify-content: flex-start;
		padding: 15px 0;
		border-top: 1px solid #ededed;
		margin-top: 10px;
	}

	#top .top-right {
		order: 2;
		min-width: 47%;
		flex: 1 1 47%;
	}

	#top .top-right > ul {
		position: relative;
	}

	#top .top-right > ul > li:nth-child(2) {
		position: absolute;
		right: 0;
		top: 50px;
	}

	#top .top-right > ul > li {
		padding-right: 7px;
		padding-left: 7px;
	}
	#top .top-left img {
		margin-right: 5px;
	}

	.top-left span,
	.top-left-hover {
		display: none !important;
	}

	.top-left strong {
		font-weight: normal !important;
	}

	#menu .navbar-toggle {
		display: block !important;
		background: transparent !important;
		border: none;
		float: none;
		padding: 7px 5px;
	}

	#menu .navbar-toggle:after {
		position: absolute;
		content: url("/catalog/view/theme/default/image/kominki/ico-X.png");
		left: 5px;
		top: 10px;
		opacity: 0;
	}

	.top-menu {
		margin-bottom: 12px;
	}

	.top-menu.active #menu .navbar-toggle img {
		opacity: 0;
	}

	.top-menu.active #menu .navbar-toggle:after {
		opacity: 1;
	}

	.top-menu.active + .top-search {
		display: none;
	}

	.top-menu.active {
		position: relative;
	}

	.top-menu.active:after {
		content: 'Menu';
		position: absolute;
		left: 50%;
		margin-left: -22px;
		top: 12px;
		font-size: 18px;
		font-weight: bold;
	}

	#menu .navbar-collapse {
		position: absolute;
		background: #fff;
		z-index: 2;
		width: 100vw;
		max-width: 750px;
		left: -15px;
		padding: 0;
		top: 50px;
	}

	#menu .nav {
		margin: 0;
	}

	#menu .nav > li.open > a, #menu .nav > li > a {
		font-size: 16px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
		font-weight: normal;
		border-bottom: 1px solid #ededed;
	}

	#menu .dropdown-menu:after,
	#menu .dropdown-menu:before {
		display: none;
	}

	#menu .dropdown .dropdown-menu {
		position: relative;
		float: none;
		padding-bottom: 0;
	}

	#menu .dropdown-menu ul {
		display: block;
	}

	#menu .dropdown-inner a {
		font-size: 16px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
		font-weight: normal;
		border-bottom: 1px solid #ededed;
		color: #181818;
	}

	#menu .dropdown-menu ul a {
		width: 100%;
		text-align: left;
	}

	#menu .dropdown-menu ul a div {
		display: none;
	}

	#menu .dropdown-inner {
		display: block;
	}

	#menu li.dropdown {
		position: relative;
	}

	#menu li.dropdown:after {
		content: url(/catalog/view/theme/default/image/kominki/ico-select-arrow.png);
		position: absolute;
		right: 45px;
		top: 11px;
	}

	#menu li.dropdown.open:after {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	#menu .dropdown .dropdown-menu {
		display: none !important;
	}

	#menu .dropdown.open .dropdown-menu {
		display: block !important;
	}

	#menu .nav > li:hover a {
		background-color: transparent;
		color: initial;
	}

	#menu .nav > li.open > a {
		font-weight: bold;
		background: transparent;
	}

	#menu .nav > li.open .dropdown-menu a {
		background: #f6f6f6;
	}

	.big-slider-description {
		position: relative;
		height: 230px;
		width: 100%;
	}

	.big-slider-description-inner {
		position: relative;
		right: 0;
		margin-left: 50px;
	}

	.big-slider-description-inner .title {
		font-size: 25px;
		line-height: 32px;
		margin-top: 25px;
		margin-bottom: 20px;
	}

	.big-slider-description ~ a {
		left: 50px;
		background: transparent !important;
	}

	.swiper-pager {
		top: 20%;
	}

	.big-slider-description + span {
		bottom: 158px;
		margin-left: -70px;
		letter-spacing: 2px;
		font-size: 14px;
		z-index: 2;
	}

	.big-slider-description ~ a {
		left: initial;
		right: 0;
		bottom: 0;
		position: relative;
		width: 100%;
		background: #e74032 !important;
		opacity: 0.92;
		text-align: left;
	}

	.big-slider-description-inner p {
		font-size: 16px;
		line-height: 21px;
	}

	.big-slider .swiper-pager {
		top: calc(50% - 155px);
	}

	.big-slider .swiper-pagination {
		width: inherit;
		bottom: 280px;
		top: inherit;
		left: 0;
	}

	#menu {
		z-index: 16;
	}

	/*#top.fixed*/
	body.fixed {
		padding-top: 103px;
	}

	body #top {
		top: -300px;
		/*transition: all .3s ease;*/
	}

	body.fixed #top {
		position: fixed;
		z-index: 15;
		background: #fff;
		top: 0;
		left: 0;
		width: 100%;
		padding-bottom: 10px;
		padding-left: 35px;
		border-bottom: 1px solid #ededed;
	}

	body.fixed #top .top-right > ul > li:last-child,
	body.fixed #top .top-left {
		display: none;
	}

	body.fixed #top .top-logo {
		order: 1;
		margin: 0;
		padding: 0;
		border: none;
		max-width: 50%;
    	min-width: initial;
	}

	body.fixed #top .top-right > ul > li:nth-child(2) {
		position: relative;
		top: 0;
	}
	body.fixed #menu {
		position: fixed;
    	top: -2px;
	}
	body.fixed #menu .nav {
		max-height: calc(100vh - 50px);
	}

	#smartsearch {
		width: 100vw !important;
		right: -15px !important;
	}

	#smartsearch li.item .item_block {
		font-size: 14px;
	}

	#smartsearch li.item .item_block .image img {
		min-width: 74px;
	}

	#smartsearch > .flex > div:first-child {
		display: block;
		left: 0;
		margin-left: 0;
		font-size: 14px;
		line-height: 21px;
		margin-top: 8px;
	}

	#smartsearch .category-title {
		margin-bottom: 2px;
	}
	#smartsearch li.item {
		line-height: 18px;
		padding: 10px 0;
	}
	#smartsearch .button {
		max-width: 50%;
	}
	#smartsearch .button a {
		display: block;
		padding: 10px;
		margin: 10px;
	}
	#smartsearch .button a {
		text-transform: capitalize;
	}
	#smartsearch .button a span {
		display: none;
	}

	.bnrs.bnrs2, .bnrs.bnrs1 {
		display: block;
	}
	.bnrs > div:first-child {
		margin-right: 0;
	}
	.bnrs > div {
		height: 280px;
		padding: 30px 17px;
	}
	.bnrs > div p {
		font-size: 34px;
		line-height: 42px;
		margin-bottom: 30px;
	}
	.bnrs > div span {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.policy-cookies {
		flex-direction: column;
	}
	.policy-cookies p {
		position: relative;
    	padding-left: 40px;
    	margin-bottom: 15px;
	}
	.policy-cookies p:before {
		position: absolute;
    	left: 0;
	}
	.big-slider.swiper-viewport {
		margin: 0;
	}

	.advantages {
		flex-wrap: wrap;
		margin: 70px auto 70px;
	}
	.advantages > div {
		flex: 1 1 50%;
    	text-align: left;
    	padding-left: 80px;
        padding-right: 5px;
        position: relative;
	}
    .advantages > div:first-child:before {
        content: url("/catalog/view/theme/default/image/kominki/mob/ico-DOSTAWA.png");
        position: absolute;
        left: 7px;
        top: 0;
    }
    .advantages > div:nth-child(2):before {
        content: url("/catalog/view/theme/default/image/kominki/mob/ico-WSPARCIE.png");
        position: absolute;
        left: 22px;
        top: 0;
    }
    .advantages > div:nth-child(3):before {
        content: url("/catalog/view/theme/default/image/kominki/mob/ico-PLATNOSCI.png");
        position: absolute;
        left: 22px;
        top: 0;
    }
    .advantages > div:nth-child(4):before {
        content: url("/catalog/view/theme/default/image/kominki/mob/ico-KORZYSTNE.png");
        position: absolute;
        left: 17px;
        top: 0;
    }
    .advantages p.title,
	.advantages p {
		font-size: 14px;
		line-height: 18px;
	}

    .drag-carousel-wrap h3,
    .feature-carousel-wrap h3,
    .feature-carousel-wrap h2,
	.drag-carousel-wrap .h3,
    .feature-carousel-wrap .h3,
    .feature-carousel-wrap .h2 {
        font-size: 25px;
        margin-bottom: 25px;
    }

	.swiper-button-next, .swiper-button-prev,
	.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
		zoom: 0.7;
	}
	.product-thumb .h4,
	.product-thumb h4 {
		font-size: 16px;
	}
	.product-thumb .caption {
		padding: 0 10px;
	}
	.product-thumb .price, .product-thumb .price-new {
		font-size: 16px;
	}
	.product-thumb .price-old {
		display: block;
		margin-left: 0;
	}
	.products-carousel .product-thumb .image {
		padding: 10px 10px;
	}

	.flatest-information-wrap .information-layout {
		width: 100% !important;
	}

	.flatest-information-wrap h4 a {
		font-size: 25px;
		line-height: 35px;
		height: initial;
	}
	/*#nav-information-mob {
		display: none !important;
	}*/
	.categs-carousel .owl-stage-outer, .categs-carousel .owl-wrapper-outer {
		overflow: hidden !important;
	}

	#section-subscribe > div {
		flex-direction: column;
	}
	#section-subscribe .title {
		margin-top: 60px;
		font-size: 34px;
		margin-bottom: 25px;
	}
	#section-subscribe .right-part > .flex:first-child {
		margin-top: 45px;
		margin-bottom: 5px;
		justify-content: space-between;
	}
	#section-subscribe .right-part > .flex:first-child span {
		display: none;
	}
	#section-subscribe .flex-form > input:first-child {
		line-height: 50px;
		margin-bottom: 20px;
	}
	#section-subscribe .flex-form {
		margin-bottom: 30px;
		flex-direction: column;
	}
	#section-subscribe .flex2 > div {
		margin-right: 0;
	}
	#subcribe {
		margin-left: 0;
	}
	.subcribe-checkbox {
		margin-bottom: 50px;
	}

	footer .col-sm-3 {
		float: left;
		width: 50%;
	}
	footer .row > .col-sm-3:nth-child(3) {
		clear: both;
	}

	.copyright {
		flex-direction: column;
		padding: 25px 0 0;
	}
	.copyright > div:nth-child(1) {
		order: 2;
		justify-content: center;
		margin-top: 7px;
   	 	margin-bottom: 15px;
	}
	.copyright > div:nth-child(1) strong {
		display: none;
	}
	.copyright > div:nth-child(2) {
		order: 1;
	}
	.copyright > div:nth-child(3) {
		order: 3;
		justify-content: center;
		padding: 15px 0;
		margin: 0 -15px;
		border-top: 1px solid #ededed;
	}

	.information-top-img h1 {
		font-size: 34px;
		line-height: 42px;
		margin-top: 0;
    	text-align: center;
	}
	.information-top-img {
		height: 170px;
		margin-bottom: 25px;
	}
	header {
		margin-bottom: 15px;
	}
	.breadcrumb {
		margin: 0 0 15px 0;
		white-space: nowrap;
    	overflow: auto;
	}
	#information-information .short-description {
		font-size: 16px;
		text-align: center;
		line-height: 24px;
	}
	#information-information #content .flex-icon {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	#information-information #content .flex p {
		text-align: left;
	}
	#information-information #content .flex > img + div {
		margin-left: 0;
	}
	#information-information #content h2, #information-contact h1, #product-compare h1 {
		font-size: 25px;
	}
	.category-advantages-wrap .title {
		font-size: 25px;
		line-height: 34px;
		padding: 0 25px;
	}
	.category-advantages-wrap .flex4 {
		flex-wrap: wrap;
	}
	.category-advantages-wrap .flex4 > div {
		flex: 1 1 50%;
		text-align: left;
		padding-left: 70px;
		padding-right: 5px;
		position: relative;
		max-width: 50%;
		margin-bottom: 15px;
	}
	.category-advantages-wrap .flex4 span,
	.category-advantages-wrap .flex4 p {
		font-size: 14px;
		line-height: 18px;
		margin-top: 0;
		display: inline-block;
	}
	.category-advantages-wrap .flex4 > div > div {
		display: none;
	}
	.category-advantages-wrap .flex4 > div:first-child:before {
		content: url(/catalog/view/theme/default/image/kominki/mob/ico-DOSTAWA.png);
		position: absolute;
		left: 7px;
		top: 0;
	}
	.category-advantages-wrap .flex4 > div:nth-child(2):before {
		content: url(/catalog/view/theme/default/image/kominki/mob/ico-WSPARCIE.png);
		position: absolute;
		left: 22px;
		top: 0;
	}
	.category-advantages-wrap .flex4 > div:nth-child(3):before {
		content: url(/catalog/view/theme/default/image/kominki/mob/ico-PLATNOSCI.png);
		position: absolute;
		left: 22px;
		top: 0;
	}
	.category-advantages-wrap .flex4 > div:nth-child(4):before {
		content: url(/catalog/view/theme/default/image/kominki/mob/ico-KORZYSTNE.png);
		position: absolute;
		left: 17px;
		top: 0;
	}
	#column-right {
		background: #f6f6f6;
		text-align: center;
		padding: 50px 10px;
	}
	.buttons-back .prev {
		display: none;
	}
	.buttons-back .next {
		width: 100%;
	}
	.information-top-img p {
		font-size: 14px;
	}
	#information-information #content > img,
	#information-information #content .flex {
		display: block;
		margin-bottom: 25px;
	}
	.flex.delivery-types {
		display: flex !important;
	}
	.flex.delivery-types > div {
		margin-right: 5px;
		width: calc(50% - 10px);
		flex: 1 1 50%;
		max-width: calc(50% - 15px);
    	margin-bottom: 15px;
	}
	#information-information #content h3 {
		font-size: 18px;
		line-height: 24px;
	}
	.products-carousel .product-thumb {
		border: 1px solid #eaeae9;
	}
	.scrollbar {
		max-width: 70%;
	}
	.drag-carousel-wrap {
		position: relative;
	}
	.nav-carousel > div {
		zoom: 0.7;
		transform: translate(0, -100%) !important;
    	margin-top: -5px;
	}
	.nav-carousel {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
	}

	/**/
	.product-thumb {
		padding-bottom: 5px;
	}
	.btn-cart-mob {
		background: transparent;
		border: none;
		filter: brightness(0);
	}
	.btn-cart-mob2 {
		padding-left: 15px;
		padding-right: 15px;
		margin-right: 15px;
	}
	.btn-cart-mob2 img {
		filter: brightness(0) invert(1);
		margin-left: 15px;
	}
	.btn-compare-mob,
	.btn-wishlist-mob {
		background: transparent;
		border: none;
		filter: brightness(0);
		padding: 0 10px;
	}
	.btn-details2 {
		display: inline-block;
		filter: brightness(0);
		margin-right: 5px;
		position: relative;
		top: -2px;
	}
	.mob-button-group {
		margin: 0 5px;
		justify-content: space-between;
		align-items: center;
	}

	/*categs*/
	.categories-list {
		flex-wrap: nowrap;
    	overflow: auto;
	}
	.categories-list > li {
		flex: 1 1 100px;
		width: 100px;
		min-width: 100px;
		display: block;
		padding: 0;
		margin: 0 15px;
	}
	#product-category h1 {
		font-size: 25px;
		text-align: center;
		margin-bottom: 0;
	}
	.categories-list li div {
		margin-bottom: 0;
	}
	.categories-list li span {
		font-size: 16px;
		line-height: 21px;
		display: block;
	}
	.categories-compare,
	#compare-total-list {
		display: none;
	}

	.category-description-wrap {
		padding: 50px 25px;
	}
	.category-products .product-thumb .image {
		border: 1px solid #eaeaea;
	}

	#product-category #content .mob-button-group,
	#product-search #content .mob-button-group {
		margin-top: 20px;
    	margin-bottom: 10px;
	}

	.catgories-panel {
		width: 100%;
    	justify-content: space-between;
    	align-items: center;
	}
	.catgories-panel .input-group-addon {
		background: transparent;
		border: none;
		font-size: 18px;
		padding: 0;
		margin-right: 10px;
		display: inline-block;
		width: initial;
		line-height: 50px;
		font-weight: 300;
	}
	.catgories-panel > div:first-child > span,
	.catgories-panel > div:last-child > span {
		font-weight: bold;
	}
	.catgories-panel > div:first-child > span:before {
		content: url("/catalog/view/theme/default/image/kominki/ico-sortuj.png");
		margin-right: 10px;
	}
	.catgories-panel > div:last-child > span:after {
		content: url("/catalog/view/theme/default/image/kominki/ico-filtruj.png");
		margin-left: 10px;
	}

	/*modal*/
	.modal .modal-dialog {
		margin: 0;
	}

	/*modal-check*/
	.modal-check .modal-dialog {
		margin: 0;
		width: 100%;
	}
	.modal-check .modal-content {
		width: 100%;
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
	}
	.modal-check .label-radio {
		text-transform: uppercase;
		display: block;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.modal-check .modal-header {
		border-bottom: 1px solid #ededed;
	}
	.modal-check .modal-header h4 {
		margin: 0;
		font-size: 18px;
	}
	.modal-check .close {
		z-index: 2;
		top: 15px;
		right: 15px;
	}
	.modal-flex {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.modal-submit {
		width: calc(100% - 30px);
    	margin: 15px;
	}

	/*filter*/
	.ocfilter-mobile-handle {
		left: initial !important;
		right: 15px;
		z-index: 2;
		top: 15px !important;
		opacity: 0 !important;
	}
	.ocfilter-mobile-handle button {
		padding: 0;
   	 	background: transparent !important;
    	border: none;
	}
	.ocfilter-mobile-handle button i {
		display: none;
	}
	.ocfilter-mobile-handle button:before {
		content: url("/catalog/view/theme/default/image/kominki/ico-X.png");
	}
	.ocf-offcanvas {
		left: -100vw !important;
	}
	.ocf-offcanvas.active {
		left: 0 !important;
	}
	.ocf-offcanvas {
		width: 100vw !important;
	}
	.ocfilter-option .ocf-option-values {
		padding: 0 15px;
	}
	#ocfilter .panel-heading {
		left: initial !important;
		right: 15px;
		z-index: 2;
		top: 16px !important;
		text-align: center;
		font-size: 18px;
		padding: 15px 0;
	}
	#ocfilter .panel-heading:before {
		content: url("/catalog/view/theme/default/image/kominki/ico-filtruj.png");
		position: absolute;
		left: 15px;
		top: 17px;
	}
	#ocfilter .panel-heading:after {
		content: url("/catalog/view/theme/default/image/kominki/ico-X.png");
		position: absolute;
		right: 15px;
		top: 16px;
	}
	#ocfilter .list-group > div:first-child {
		padding-top: 0;
	}

	#product-search h1 {
		font-size: 25px;
    	text-align: center;
    	line-height: 35px;
		margin-bottom: 25px;
	}
	#product-search h1 > span {
		display: block;
	}
	#product-search .category-left {
		white-space: nowrap;
    	display: flex;
		overflow: auto;
	}
	#product-search .category-left .title {
		font-size: 16px;
    	margin: 0 15px 0 0;
	}
	#product-search .category-left .title:after {
		content: ':';
	}
	#product-search .category-left a {
		font-size: 16px;
		margin-right: 15px;
	}

	#information-information #content .flex-icon img,
	#information-contact .flex-icon img,
	#product-compare .flex-icon img {
		margin-top: 0;
		margin-right: 0;
	}
	#product-compare > .flex-icon,
	#information-contact > .flex-icon {
		display: block;
		flex-direction: column;
		align-items: center;
		text-align: center;
		margin-bottom: 0;
	}
	#information-contact + .flex {
		display: block;
	}
	#information-contact + .flex > .flex {
		display: block;
	}
	#information-contact + .flex .form-horizontal .flex.flex2 {
		display: block;
	}
	#information-contact + .flex .form-horizontal .flex.flex2 input[type="submit"] {
		width: 100%;
	}
	#information-contact-bottom #content {
		min-height: initial;
		padding: 0;
	}
	#information-contact-bottom #content #column-left {
		display: block !important;
    	padding: 0;
	}

	/*acc*/
	#account-password .flex-icon, #account-order .flex-icon, #account-wishlist .flex-icon, #account-edit .flex-icon, #account-messages .flex-icon, #account-suggestions .flex-icon {
		display: block;
    	text-align: center;
	}
	#account-password .flex-icon img, #account-order .flex-icon img, #account-wishlist .flex-icon img, #account-messages .flex-icon img, #account-suggestions .flex-icon img {
		margin-right: 0;
	}
	#account-order .flex-icon > div, #account-wishlist .flex-icon > div, #account-edit .flex-icon > div, #account-suggestions .flex-icon > div {
		text-align: left;
	}
	#account-password h1, #account-order h1, #account-wishlist h1, #account-edit h1, #account-messages h1, #account-suggestions h1 {
		font-size: 25px;
		text-align: center;
	}
	.simple-big-wrap > .title,
	.account-body legend,
	.message-block > .title {
		position: relative;
		font-size: 16px;
		text-align: center;
		font-weight: normal;
		padding: 0;
		border: none;
		z-index: 2;
	}
	.simple-big-wrap > .title span,
	.account-body legend span,
	.message-block > .title span {
		z-index: 2;
		background: #fff;
		padding: 0 15px;
		position: relative;
		display: inline-block;
		font-size: 16px;
	}
	.simple-big-wrap > .title:before,
	.account-body legend:before,
	.message-block > .title:before {
		z-index: 1;
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #eaeae9;
		position: absolute;
		top: 50%;
	}
	.message-block .item > div:first-child:before {
		margin-right: 10px;
	}
	.message-block .item {
		padding: 20px 10px;
		margin-top: 15px;
		display: block;
	}
	.message-block .item .status p {
		text-align: right;
	}

	#account-suggestions .message-block .item:not(.user) {
		max-width: calc(100% - 25px);
		margin-left: 25px;
		display: block;
		font-size: 16px;
	}
	#account-suggestions .message-block .item.user {
		max-width: calc(100% - 25px);
		display: block;
		font-size: 16px;
	}

	#form-suggestion .flex.flex2 {
		display: block;
	}
	#form-suggestion .flex.flex2 #suggestion-send {
		width: 100%;
	}
	.manager-info {
		display: none;
	}
	.account-body .right-column {
		background: #f6f6f6;
		text-align: center;
		padding: 50px 10px;
		margin-top: 50px;
	}
	.account-body + div {
		display: none;
	}
	.account-body ~ #section-subscribe {
		margin-top: 0;
	}
	.account-body .form-wrap > div {
		float: left;
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}
	.account-buttons {
		margin-top: 50px;
		display: flex;
    	flex-direction: column-reverse;
	}
	.account-buttons .pull-right,
	.account-buttons .pull-left,
	.account-buttons .pull-right button,
	.account-buttons .pull-left a {
		width: 100%;
	}
	.account-buttons .pull-left a,
	.account-buttons .pull-right button {
		margin-top: 25px;
	}
	#account-edit fieldset + fieldset legend:before {
    	margin-top: 30px;
	}
	.form-group .control-label {
		line-height: 24px;
	}
	.account-body .form-wrap > div.w70 {
		width: 100%;
	}
	.account-body .form-wrap > div.w30 {
		width: calc(50% - 15px);
		margin-right: 15px;
	}

	/*.flex-product-imgs*/
	.flex-product-imgs {
		display: block;
	}
	.flex-product-imgs > div:first-child {
		width: initial;
		max-width: initial;
		overflow: auto;
	}
	.certificates {
		display: flex;
		padding-bottom: 0;
	}
	.certificates li img {
		max-width: 54px;
    	margin-right: 20px;
	}
	.flex-product-imgs > div.certificates-wrap + div,
	.flex-product-imgs > div + div {
		width: 100%;
    	max-width: 100%;
	}
	#product-product h1 {
		font-size: 25px;
	}
	.flex-product-params {
		display: block;
	}
	.flex-product-params .rating {
		margin-top: 15px;
	}
	#product-product .short-description {
		margin-bottom: 20px;
	}
	.flex-product-main .right-block {
		margin-top: 5px;
	}
	.flex-product-main + .flex-product-main .right-block {
		margin-top: 30px;
	}

	.description-wrap {
		margin-top: 20px;
	}
	.description-wrap > .container {
		padding-top: 0;
	}
	.description-wrap .nav-tabs.fixed {
		position: relative !important;
	}
	.description-wrap .nav-tabs {
		position: relative;
		margin-left: -15px;
    	margin-right: -15px;
	}
	.description-wrap .nav-tabs li {
		padding: 0;
		float: none;
		display: block;
		width: 100%;
	}
	.description-wrap .nav-tabs li a {
		padding: 15px 15px;
	}
	.description-wrap .nav-tabs li.active a,
	.description-wrap .nav-tabs li a {
		border-bottom: none !important;
		border-top: 1px solid #ededed !important;
	}

	.description-wrap > .container:first-child .nav-tabs > li.active ~ li,
	.description-wrap > .container:last-child .nav-tabs > li {
		display: none !important;
	}
	.description-wrap > .container:last-child .nav-tabs > li.active ~ li {
		display: block !important;
	}
	.description-wrap .nav-tabs > li a:after {
		content: url(/catalog/view/theme/default/image/kominki/ico-select-arrow.png);
		position: absolute;
		right: 15px;
		top: 15px;
	}
	.description-wrap .nav-tabs > li.active a:after {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.description-wrap .tab-pane > div,
	#tab-review {
		display: none;
	}
	.description-wrap .carrent-nav-block {
		display: block !important;
	}
	.description-wrap .nav-tabs li a:hover {
		color: #181818 !important;
	}

	.tab-description-1 {
		padding: 40px 0;
	}
	.tab-description-1 h2 {
		display: none;
	}
	.tab-description-1 h2 + .flex .flex {
		flex: 1 1 100%;
		max-width: 100%;
		margin: 0;
	}

	.tab-description-2 h2 {
		display: none;
	}
	.tab-description-2 {
		margin: 0;
	}

	.tab-description-3 {
		padding: 40px 0;
	}
	.tab-description-3 h2 {
		display: none;
	}

	.tab-description-4 {
		padding: 20px 0;
	}
	.tab-description-4 h2,
	.tab-description-4 .h2 {
		display: none;
	}
	.tab-description-4 .text-center a {
		display: block;
		text-align: left;
		margin-bottom: 20px;
	}
	.tab-description-4 .text-center a:last-child {
		margin-bottom: 0;
	}

	.tab-description-5 {
		padding: 20px 0;
	}
	.tab-description-5 h2,
	.tab-description-5 .h2 {
		display: none;
	}
	.tab-description-5 h2 + p,
	.tab-description-5 .h2 + p {
		text-align: left;
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 30px;
	}
	.tab-description-5 > .flex {
		display: block;
	}
	.tab-description-5 > .flex > div {
		border-bottom: 1px solid #eaeae9;
	}
	.tab-description-5 > .flex > div:last-child {
		border-bottom: none;
	}

	.tab-description-6 {
		padding-top: 20px;
	}
	.tab-description-6 h2,
	.tab-description-6 .h2 {
		font-size: 25px;
	}

	#form-review h2,
	#form-review .h2 {
		display: none;
	}
	.rate-main-block {
		padding: 45px 0;
    	background: #f6f6f6;
	}
	#form-review .rate-main-block + p {
		text-align: left;
		margin-left: 15px;
		margin-right: 15px;
	}
	#form-review .rate-main-block + p + .flex {
		flex-wrap: wrap;
	}
	#form-review .rate-main-block + p + .flex > div {
		width: 50%;
    	flex: 1 1 50%;
		padding: 0 15px;
	}
	#form-review .rate-main-block + p + .flex > div:last-child {
		display: flex;
		margin-top: 22px;
	}
	#form-review .rate-main-block + p + .flex > div:last-child > * {
		width: 50%;
    	flex: 1 1 50%;
	}
	#form-review .rate-main-block + p + .flex + div {
		padding: 0 15px;
		margin: 0;
	}
	#form-review .rate-main-block + p + .flex + div + .flex {
		display: block;
	}
	#form-review .rate-main-block + p + .flex + div + .flex .form-group {
		margin: 0;
	}
	#form-review .flex button {
		width: 100%;
    	margin-top: 30px;
	}

	.reviews-list-wrap {
		padding: 30px 0;
	}
	.reviews-list-wrap .flex {
		display: block;
		padding: 0 15px;
	}
	.reviews-list-wrap h2 {
		font-size: 25px;
	}
	.r-description {
		width: 100%;
    	margin-top: 40px;
	}
	.r-info .title {
		font-size: 16px;
	}
	.r-description:before {
		left: 25px;
		top: -35px;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	#product-product ~ .feature-carousel-wrap h3,
	#product-product ~ .feature-carousel-wrap h2,
	#product-product ~ .feature-carousel-wrap .h3,
	#product-product ~ .feature-carousel-wrap .h2 {
		margin-top: 0;
	}

	.tags-wrap .flex {
		display: block;
	}
	.tags-wrap > .container > div:first-child {
		text-align: center;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.tags-wrap > .container > div a {
		margin-bottom: 15px;
		padding: 10px;
	}

	.products-carousel {
		margin-top: 10px !important;
	}
	.products-carousel .product-layout {
		padding-right: 7px !important;
    	padding-left: 7px !important;
	}

	#modal-ask .modal-header {
		padding: 0;
	}
	#modal-ask .modal-title {
		font-size: 25px;
    	margin: 0;
    	border-bottom: 1px solid #ededed;
		padding: 15px;
		margin-bottom: 25px;
	}
	#modal-ask .close {
		z-index: 2;
		filter: brightness(0);
		top: 22px;
	}
	#form-ask > .flex2 {
		display: block;
	}
	#ask-button-send {
		width: 100%;
	}
	.modal-content .modal-title + p {
		padding: 0 15px;
	}

	/*#modal-options*/
	#modal-options .price-block ul h2,
	#modal-options .price-block li {
		font-size: 16px;
	}
	#modal-options .modal-content .modal-title {
		font-size: 25px;
	}
	#modal-options .form-group {
    	padding: 15px 0;
		max-width: 100%;
		border-bottom: 1px solid #eaeae9;
	}
	#modal-options .form-group:last-child {
		border-bottom: none;
	}
	#modal-options .price-option + div.mob {
		text-transform: none;
		line-height: 21px;
		margin-top: 5px;
	}
	#modal-options #button-cart {
		padding: 10px 15px;
	}
	#modal-options .modal-options-sum {
		font-size: 16px;
	}
	#modal-options .modal-header {
		padding: 15px;
	}
	#modal-options .modal-footer {
		padding: 15px;
	}
	#modal-options .close {
		z-index: 2;
		filter: brightness(0);
		top: 22px;
	}
	.mfp-img {
		padding: 50px !important;
	}
	.alert {
		z-index: 100;
		padding: 10px;
		padding-right: 35px;
	}
	.alert .close {
		position: absolute;
		top: 17px;
		right: 10px;
	}

	.tab-description-2.carrent-nav-block + .tab-description-2-2,
	.tab-description-2.carrent-nav-block ~ .tab-description-2-3,
	.tab-description-2.carrent-nav-block ~ .tab-description-2-4 {
		display: block;
	}

	.tab-description-2-2 iframe {
		padding-right: 0;
	}
	.tab-description-2-3 > .flex {
		display: block;
	}
	.tab-description-2-3 .flex > div + div {
		width: 100%;
		margin-left: 0;
	}
	#tab-description-2-4 .big-slider .swiper-pager {
		top: calc(50% - 5px);
	}
	#tab-description-2-4 .slider-video {
		padding-left: 0 !important;
	}

	.login-big-block {
		display: block;
	}
	.login-big-block .sb-login {
		border: none;
		padding: 0;
		margin: 15px 0;
	}
	.login-big-block .sb-user, .login-big-block .sb-register {
		text-align: center;
		padding: 20px 15px;
	}
	.login-big-block .title {
		font-size: 25px;
		margin-bottom: 15px;
	}
	#account-login .soc-block {
		margin-top: 35px;
	}
	#simplecheckout_step_menu {
		display: flex;
		white-space: nowrap;
		overflow: auto;
		align-items: center;
		margin: 0 -25px;
    	padding: 0 25px;
	}

	/*.simple-step,
	.simple-step-delimiter {
		background: #f6f6f6;
	}*/
	.simple-step-delimiter {
		padding: 25px 0;
	}
	#simple-page h1 {
		font-size: 25px;
		text-align: center;
		margin: 15px 0 25px;
	}
	.row-register_firstname, .row-register_lastname, .row-register_email, .row-register_telephone, .row-register_password, .row-register_confirm_password, .row-register_newsletter {
		width: calc(100% - 15px);
	}
	.simple-big-wrap.agreement {
		border-top: none;
	}
	.simple-big-wrap.agreement .checkbox label {
		padding-left: 0;
	}
	.simpleregister-button-right,
	.simpleregister-button-right a {
		width: 100%;
	}

	/**/
	.simplecheckout-cart thead th.name,
	.simplecheckout-cart thead th.quantity {
		display: none !important;
	}
	.simplecheckout-cart td.image {
		display: none !important;
	}
	.simplecheckout-cart th.price,
	.simplecheckout-cart th.image,
	.simplecheckout-cart td.name div.image {
		display: block !important;
	}
	.simplecheckout-cart th.price,
	.simplecheckout-cart th.image {
		width: 50% !important;
		padding: 10px 0;
	}
	.simplecheckout-cart tr {
		display: flex;
    	flex-wrap: wrap;
	}
	.simplecheckout-cart tbody tr {
		border-top: 1px solid #eaeae9;
		position: relative;
	}
	.simplecheckout-cart .options-tr {
		border-top: none;
	}
	.simplecheckout-cart .options-tr > td:first-child {
		padding: 0 !important;
	}
	.simplecheckout-cart tr > td {
		display: block;
		flex: 1 1 50%;
		border: none;
		padding: 25px 20px;
	}
	.simplecheckout-cart td.name {
		display: flex;
    	flex-direction: column;
	}
	.simplecheckout-cart td.name > a {
		order: 1;
	}
	.simplecheckout-cart td.name > p {
		order: 2;
	}
	.simplecheckout-cart td.name > div {
		order: 3;
	}
	.simplecheckout-cart td.name p {
		margin-top: 0;
	}
	body.step_2 .simple-content.logged #buttons, body.step_2 .simple-content.logged #temp_flat_container + .simplecheckout-block-content, body.step_2 .simple-content.logged .simple-big-wrap > .title, body.step_2 .simple-content.logged .h1, body.step_1 .h1 {
		font-size: 25px;
		text-align: center;
		margin: 25px 0;
	}
	.simplecheckout-cart td.name > div {
		margin-top: 25px;
	}
	.simplecheckout-cart td.name a {
		font-size: 16px !important;
		line-height: 24px;
	}
	.simplecheckout-cart td.name a img {
		border: 1px solid #eaeae9;
		padding: 12px;
	}

	.simplecheckout-cart tr td {
		width: 50%;
    	flex: 1 1 50%;
	}
	.simplecheckout-cart tr td.name,
	.simplecheckout-cart tr td.price {
		order: -1;
	}
	.simplecheckout-cart tr td.price,
	.simplecheckout-cart tr td.price span {
		font-size: 16px !important;
		margin-top: 0 !important;
	}
	.simplecheckout-cart tr td.price {
		padding-right: 60px !important;
	}
	.simplecheckout-cart .options-tr td {
		width: 100%;
    	flex: 1 1 100%;
	}
	.simplecheckout-cart td.quantity {
		position: absolute !important;
    	bottom: 0;
		right: 0;
	}
	.simplecheckout-cart td.remove {
		position: absolute !important;
		top: 2px;
    	right: 25px;
	}
	.simplecheckout-cart .price-option {
		white-space: nowrap;
	}
	.simplecheckout-cart .options-top {
    	padding: 12px 12px 12px 29px;
	}
	.simplecheckout-cart .options-top:after {
		left: 7px;
	}
	.simplecheckout-summary-totals .simplecheckout-cart-total {
		flex-direction: row;
		padding: 15px;
	}
	.simplecheckout-summary-totals .simplecheckout-cart-total#total_total {
		padding: 30px 15px;
	}
	body.step_1 .simplecheckout-summary-totals2 .checkout-heading {
		padding-top: 25px;
		/*border-top: 1px solid #eaeae9;*/
	}
	.simplecheckout-block-content {
		padding: 10px 0 !important;
	}
	#simplecheckout_shipping {
		background: #f6f6f6;
		margin: 0 -20px;
		padding: 20px;
	}
	.flex.delivery-types > div {
		margin-right: 2px;
		margin-left: 2px;
		width: calc(50% - 4px);
		flex: 1 1 50%;
		max-width: calc(50% - 4px);
		margin-bottom: 15px;
		background: #fff;
	}
	#simplecheckout_shipping .checkout-heading {
		border-top: none;
	}
	.coupon-block {
		display: block;
	}
	.coupon-block input {
		background: #fff;
    	width: 100% !important;
	}
	.coupon-block button {
		width: 100%;
    	margin-top: 10px;
    	margin-left: 0;
	}
	.checkout-heading span {
		font-size: 16px;
	}

	.simple-big-wrap {
		display: block;
	}
	.simplecheckout-block-content fieldset .row-customer_telephone, .simplecheckout-block-content fieldset .row-customer_email, .simplecheckout-block-content fieldset .row-customer_password, .simplecheckout-block-content fieldset .row-customer_confirm_password, .simplecheckout-block-content fieldset .row-payment_address_firstname, .simplecheckout-block-content fieldset .row-payment_address_lastname, .simplecheckout-block-content fieldset .row-payment_address_address_1, .simplecheckout-block-content fieldset .row-payment_address_country_id, .simplecheckout-block-content fieldset .row-payment_address_zone_id, .simplecheckout-block-content fieldset .row-shipping_address_firstname, .simplecheckout-block-content fieldset .row-shipping_address_lastname, .simplecheckout-block-content fieldset .row-shipping_address_address_1, .simplecheckout-block-content fieldset .row-shipping_address_country_id, .simplecheckout-block-content fieldset .row-shipping_address_zone_id {
		width: 100%;
		margin: 0 0 15px !important;
	}
	.simplecheckout-block-content fieldset .row-payment_address_address_2, .simplecheckout-block-content fieldset .row-payment_address_apt, .simplecheckout-block-content fieldset .row-shipping_address_address_2, .simplecheckout-block-content fieldset .row-shipping_address_apt {
		width: calc(50% - 15px);
		margin: 0 15px 15px 0 !important;
	}
	.simplecheckout-block-content fieldset .row-payment_address_city, .simplecheckout-block-content fieldset .row-shipping_address_city {
		width: 100%;
		margin: 0 0 15px !important;
	}
	.simplecheckout-block-content fieldset .row-payment_address_postcode, .simplecheckout-block-content fieldset .row-shipping_address_postcode {
		width: calc(50% - 15px);
		margin: 0 15px 15px 0 !important;
	}
	#simplecheckout_payment_address .simple-big-wrap > .title {
		display: none !important;
	}
	#simplecheckout_customer .h1 + .simple-big-wrap {
		border-top: none;
	}
	#simplecheckout_comment #comment {
		margin: 0 !important;
		width: 100% !important;
	}
	.simplecheckout .jqselect {
		min-height: 50px;
	}
	.simplecheckout-customer-same-address {
		padding: 0;
	}
	body.step_3 .simplecheckout-cart td.quantity {
		left: 5px;
	}
	body.step_3 .simplecheckout-cart td.quantity .number-spinner {
    	display: block;
    	font-weight: bold;
	}
	#button-confirm {
		width: 100%;
	}

	#common-checkout-success #content {
		min-height: initial;
		margin-bottom: 50px;
	}

	#common-checkout-success .main-block h1 {
		font-size: 25px;
	}
	#common-checkout-success .main-block .flex {
		display: block;
	}
	#common-checkout-success .main-block .flex > a {
		margin: 0 0 20px;
		width: 100%;
	}

	.compare-row > div:first-child {
		flex: 1 1 200px;
    	max-width: 200px;
    	min-width: 200px;
	}
	.compare-row {
		padding: 0;
		border-bottom: none;
	}
	.compare-row > div {
		padding: 12px 15px;
		margin: 0;
		border-bottom: 1px solid #eaeae9;
	}
	.compare-row.c-btns > div {
		border-bottom: none;
	}
	.article-top-img {
		height: 170px;
	}
	#information-article {
		margin-top: 30px;
	}
	#information-article h1 {
		font-size: 25px;
		line-height: 35px;
		text-transform: uppercase;
		text-align: center;
		max-width: 100%;
		margin: 25px auto 25px;
	}
	.article-nav a.prev, .article-nav a.next {
		position: relative;
		top: 0;
	}
	.flatest-information-wrap {
		position: relative;
	}
	.article-nav a.prev {
		display: none;
	}
	.article-nav {
		position: relative;
		margin-top: 20px;
		border-top: 1px solid #eaeae9;
		padding-top: 20px;
		text-align: center;
	}
	.article-nav p span {
		display: block;
		margin-top: 15px;
		font-size: 25px;
    	line-height: 35px;
	}

	.flatest-information-wrap.bestsellers .drag-carousel {
		margin: 0;
	}
	.flatest-information-wrap.bestsellers .owl-item {
		padding: 0 !important;
	}
	.flatest-information-wrap.bestsellers h3 {
		margin-top: 20px;
		border-top: 1px solid #eaeae9;
		padding-top: 50px;
		font-size: 25px;
		margin-bottom: 25px;
	}

	/*blog*/
	#information-category .news-items {
		display: block;
	}
	#information-category .news-items .news-item + .news-item {
		max-width: 100%;
		margin: 0 0 15px;
	}
	#information-category .news-items .news-item + .news-item div {
		width: 100%;
    	padding: 15px 10px;
	}
	#information-category .news-items .news-item + .news-item .title a {
		font-size: 25px;
		line-height: 32px;
	}
	#information-category .news-items .news-item + .news-item .categ-name {
		font-size: 16px;
	}
	#information-category .news-items .news-item {
		height: 275px;
	}

	#information-category .news-items .news-item:first-child {
		display: flex;
		flex-direction: column;
		height: inherit;
	}
	#information-category .news-items .news-item:first-child > div:first-child {
		flex: 1 1 100%;
		max-width: 100%;
	}
	#information-category .news-items .news-item:first-child > div:first-child + div {
		flex: 1 1 100%;
		max-width: 100%;
		padding: 15px;
	}
	#information-category .news-items .first > div:first-child {
		min-height: 200px;
		margin-right: 0 !important;
	}
	#information-category .news-items .first .categ-name {
		text-align: center;
		margin: 25px 0;
	}
	#information-category .news-items .first .title a {
		font-size: 25px !important;
		line-height: 35px !important;
		text-align: center;
		display: block;
	}
	#information-category .news-items .news-item:first-child > div:first-child + div + div {
		flex: 1 1 100%;
		max-width: 100%;
		margin: 50px 0 25px;
		padding: 0 15px;
	}

	#information-category .news-items .news-item:first-child > div:last-child .title {
		position: relative;
		text-align: center;
		font-weight: normal;
	}
	#information-category .news-items .news-item:first-child > div:last-child .title:before {
		z-index: 1;
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #eaeae9;
		position: absolute;
		top: 50%;
	}
	#information-category .news-items .news-item:first-child > div:last-child .title span {
		z-index: 2;
		background: #fff;
		padding: 0 15px;
		position: relative;
		display: inline-block;
		font-size: 16px;
	}
	body.step_2.active #buttons, body.step_2.active #temp_flat_container + .simplecheckout-block-content, body.step_2.active .simple-big-wrap > .title, body.step_2.active .h1, body.step_2.active #simplecheckout_shipping_address, body.step_2.active #simplecheckout_payment_address {
		font-size: 25px;
		text-align: center;
	}
	#information-category .news-items .news-item:first-child > div:last-child ul {
		display: flex;
		width: 100%;
		overflow: auto;
	}
	#information-category .news-items .news-item:first-child > div:last-child ul a {
		padding: 10px 10px;
		border: 1px solid #eaeaea;
		display: block;
		border-radius: 4px;
		margin-right: 12px;
		color: #181818 !important;
	}

	/*account-wishlist*/
	#account-wishlist .flex-icon p {
		text-align: center;
	}
	#account-wishlist #content .table-responsive {
		border: none;
	}
	#account-wishlist #content .table-responsive tr {
		display: flex;
    	flex-wrap: wrap;
		border-top: 1px solid #eaeae9;
		margin-top: 15px;
	}
	#account-wishlist #content .table-responsive tr > td {
		display: block;
		width: 50%;
		flex: 1 1 50%;
		border: none;
	}
	#account-wishlist #content .table-responsive tr > td.image {
		width: 20%;
		flex: 1 1 20%;
		order: -3;
	}
	#account-wishlist #content .table-responsive tr > td.price {
		width: 30%;
		flex: 1 1 30%;
		order: -1;
	}
	#account-wishlist #content .table-responsive tr > td.price div {
		font-size: 16px;
	}
	#account-wishlist #content .table-responsive tr > td.name {
		width: 50%;
		flex: 1 1 50%;
		order: -2;
	}
	#account-wishlist #content .table td.name,
	#account-wishlist #content .table td.name a {
		font-size: 16px;
	}
	#account-wishlist #content .table td.action {
		display: flex !important;
		justify-content: flex-end;
		padding: 0;
	}
	#account-wishlist #content .table td.stock {
		text-align: left;
		padding: 0;
	}
	#account-wishlist #content .table td {
		padding: 20px 5px;
	}

	#account-wishlist #content .table-responsive thead tr {
		border: none;
	}
	#account-wishlist #content .table-responsive tr > th {
		display: block;
		width: 50%;
		flex: 1 1 50%;
		border: none !important;
		padding: 0 !important;
	}
	#account-wishlist #content th.name,
	#account-wishlist #content th.stock,
	#account-wishlist #content th.action {
		display: none !important;
	}

	#account-account .list-actions {
		display: block;
	}
	.category-advantages-wrap .title + p {
		margin-bottom: 50px;
		padding: 0 15px;
	}
	#account-account .main-column h1 {
		font-size: 25px;
		line-height: 35px;
		text-align: center;
		margin: 20px 0 25px;
	}
	#account-account .main-column h1 + p {
		text-align: center;
	}
	#account-account .breadcrumb + .mob {
		margin-top: 40px;
	}

	/*account-order*/
	#account-order #content h1 + p {
		text-align: center;
	}
	#account-order .simplecheckout-cart td {
		padding: 25px 10px;
	}
	#account-order .simplecheckout-cart .options-tr td {
		padding-bottom: 0;
	}
	#account-order .simplecheckout-cart td.image {
		display: block !important;
		width: 20%;
		flex: 1 1 20%;
		order: -5;
		max-width: 20%;
		min-width: 20%;
	}
	#account-order .simplecheckout-cart td.image img {
		padding: 5px;
    	min-width: inherit;
	}
	#account-order .simplecheckout-cart td.name {
		display: block !important;
		width: 40%;
		max-width: 40%;
		min-width: 40%;
		flex: 1 1 40%;
		order: -4;
	}
	#account-order .simplecheckout-cart td.price {
		display: block !important;
		width: 30%;
		flex: 1 1 30%;
		max-width: 30%;
    	min-width: 30%;
		order: -3;
		padding-right: 0 !important;
	}
	#account-order .simplecheckout-cart td.price .price {
		line-height: 21px;
	}
	#account-order .simplecheckout-cart td.quantity {
		display: block !important;
		width: 10%;
		flex: 1 1 10%;
		order: -2;
		position: relative !important;
		left: 0;
		max-width: 10%;
    	min-width: 10% !important;
	}
	#account-order .table-responsive {
		border: none;
	}
	#account-order .simplecheckout-cart tbody tr {
		border-top: none;
	}
	#account-order .simplecheckout-cart th.price,
	#account-order .simplecheckout-cart th.image {
		width: initial !important;
	}
	#account-order .simplecheckout-cart th.image {
		order: 1;
		flex: 1 1 auto;
	}

	#account-order .simplecheckout-cart th.price {
		order: 2;
    	flex: 1 1 100px;
	}
	#account-order .simplecheckout-cart th.stock {
		order: 3;
		flex: 1 1 20px;
		padding: 10px 0;
		text-align: right;
		max-width: 50px;
	}
	#account-order #simplecheckout_summary .checkout-heading {
		display: none !important;
	}
	#account-order .simplecheckout-summary-info {
		text-align: left;
	}
	.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
		white-space: normal;
	}

	/*.order-list-last*/
	.order-list-last .flex {
		flex-wrap: wrap;
		padding: 20px 0;
	}
	.order-list-last .flex.title {
		padding: 10px 0;
	}
	.order-list-last .flex > div:first-child {
		order: 1;
		flex: 1 1 50%;
		width: 50%;
	}
	.order-list-last .flex > div:nth-child(2) {
		order: 3;
		flex: 1 1 50%;
		width: 50%;
	}
	.order-list-last .flex > div:nth-child(3) {
		order: 2;
		flex: 1 1 50%;
		width: 50%;
		text-align: right;
	}
	.order-list-last .flex > div:nth-child(4) {
		order: 4;
		flex: 1 1 50%;
		width: 50%;
		text-align: right;
	}
	.order-list-last .flex > div {
		padding: 2px 10px;
	}
	.order-list-last .flex:not(.title) > div:last-child:after {
		top: 6px;
	}
	.order-list-last .flex.title > div {
		padding: 0 10px;
	}

	/*account-account*/
	#account-account .messages > *,
	.order-list-last > *,
	#account-account .list-actions > div > * {
		display: none;
	}
	#account-order .order-list-last > div {
		display: block;
	}
	#account-account .messages > .title,
	.order-list-last > .title,
	#account-account .list-actions > div > .title {
		display: block;
		position: relative;
		padding: 10px 0;
		margin: 10px 0;
    	font-size: 16px;
		cursor: pointer;
	}
	#account-account .messages > .title:after,
	.order-list-last > .title:after,
	#account-account .list-actions > div > .title:after {
		content: url(/catalog/view/theme/default/image/kominki/ico-select-arrow.png);
		position: absolute;
		right: 0;
    	top: 10px;
	}
	#account-account .messages > .title.active:after,
	.order-list-last > .title.active:after,
	#account-account .list-actions > div > .title.active:after {
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	#account-account .messages > .title.active ~ *,
	.order-list-last > .title.active ~ * {
		display: block;
	}
	#account-account .list-actions > div > .title.active ~ * {
		display: flex;
		background: #f6f6f6;
		margin: 0 -15px;
		padding: 15px 15px 0;
	}
	#account-account .list-actions > div > .title + .flex {
		padding-top: 30px;
	}
	#account-account .list-actions > div > .flex + .flex {
		padding-top: 0;
		padding-bottom: 15px;
	}

	#account-account .manager-info {
		display: block;
	}
	.flex-opiekun {
		flex-direction: row;
	}
	#account-account .right-column {
		display: flex;
    	flex-direction: column-reverse;
	}
	#account-account .list-actions a {
		background: #fff;
	}
	.sdescription {
		margin-top: 5px;
		order: 5;
		width: 100%;
		text-align: left !important;
		background: #f6f6f6;
		font-size: 14px;
		font-weight: normal !important;
		padding: 10px 10px !important;
	}
	.sdescription p {
		margin-bottom: 0;
	}
	.sdescription div {
		font-weight: bold;
		margin-bottom: 2px;
	}
	.sdescription div img {
		margin-left: 0 !important;
		margin-right: 10px;
		position: relative;
		top: -2px;
	}
	.tab-description-5 > .flex > div {
		max-width: 100%;
		width: 100%;
	}

	.mob.categs-carousel-wrap h3, .mob.categs-carousel-wrap .h3, .mob.categs-carousel-wrap .h2 {
		font-size: 25px;
		font-weight: bold;
		text-align: center;
		margin: 40px 0 25px;
	}

	#menu .dropdown-menu li > a {
		text-transform: none;
	}

	.description-wrap > .container .nav-tabs > li.pc {
		display: none !important;
	}
	.description-wrap > .tab-content {
		display: flex;
    	flex-direction: column-reverse;
	}
	.message-block .item > div:first-child {
		width: 100%;
    	max-width: 100%;
	}
	.message-block .item > div:first-child span {
		display: inline-block;
		margin-left: 10px;
	}
	#account-wishlist #content .table td.action {
		padding-bottom: 10px;
	}

	.simplecheckout-cart .options-top.active + .options-list {
		background: #f6f6f6;
	}
	body.step_3 .simplecheckout-cart .options-top.active + .options-list {
		background: transparent;
	}
	.coupon-block button {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
	}
	.simplecheckout-cart-total-value {
		min-width: inherit;
	}
	body.step_1 .simplecheckout-summary-totals2 #total_total b {
		font-size: 21px;
	}
	.checkout-backline:after {
		width: 100vw;
	}
	.simple-big-wrap.vat-temp .title {
		padding-left: 0;
	}

	.step_3 .simplecheckout-cart td.quantity {
		left: calc(100vw - 80px) !important;
		width: 40px;
		max-width: 40px;
		flex: 1 1 40px;
		min-width: 40px !important;
		overflow: hidden;
		top: 0;
    	position: absolute !important;
	}
	.step_3 .simplecheckout-cart td.quantity input {
		font-weight: normal;
	}
	.step_3 .step3-block {
		display: block;
	}

	.firm-block {
		flex-direction: column;
	}
	body.step_3 .simplecheckout-cart .price {
		display: flex !important;
		justify-content: flex-end;
	}

	.compare-row > div {
		max-width: 100vw;
		min-width: 100vw;
	}
	.compare-row > div:first-child {
		max-width: 50vw;
		min-width: 50vw;
	}
	.compare-bottom {
		position: fixed;
		bottom: 0;
		width: 100%;
		background: #f6f6f6;
		padding: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 2;
	}
	.compare-bottom button {
		font-weight: normal;
		padding: 12px 20px;
		margin: 0 7px;
		color: #181818 !important;
		background-color: #ffffff !important;
		border: 1px solid #eaeae9 !important;
	}
	.compare-bottom button.current {
		border-color: #181818 !important;
	}

	#account-order .simplecheckout-cart td.quantity {
		left: 0 !important;
	}

	.big-slider-description .categ-text, .big-slider-description + span {
		left: 0;
		margin-left: -135px;
		bottom: 100px;
    	font-size: 15px;
		letter-spacing: 3px;
	}

	.deliv-info-sum {
		display: none;
	}

	.mfp-bottom-bar {
		margin-top: 0px !important;
	}

	.category-advantages-wrap .flex4 > div {
		justify-content: flex-start;
	}
	.advantages > div {
		justify-content: flex-start;
	}

}
@media screen and (max-width: 778px) {
	input:not([type=checkbox]):not([type=radio]),
	textarea,
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	#top .top-right > ul > li > a > span#wishlist-total,
	#top .top-right > ul > li > a > span#compare-total,
	#top .top-right > ul > li > a > span#cart-total {
		display: none !important;
	}

	.big-slider .swiper-slide > img {
		min-height: 200px;
		width: inherit !important;
		min-width: initial !important;
		max-width: initial;
	}

	.big-slider-description ~ a {
		padding: 15px 50px;
	}

	#smartsearch ul.items {
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
		max-height: calc(100vh - 150px) !important;
		max-height: calc(var(--vh, 1vh) * 100 - 150px) !important;
		background: #fff;
	}

	#smartsearch > .flex {
		bottom: 0 !important;
		left: 0;
		transform: none !important;
		padding-bottom: 10px;
		position: fixed !important;
		z-index: 3;
		width: 100%;
	}

	.category-advantages-wrap .flex4 > div,
	.advantages > div {
		padding-left: 80px;
	}

	.scrollbar .bar-container {
		top: -13px;
	}

	.feature-carousel-wrap {
		padding: 0 7px;
	}

	.flatest-information-wrap {
		padding: 0;
	}

	.flatest-information-wrap .information-layout > div:first-child {
		padding: 20px 15px;
	}

	.flatest-information-wrap .caption {
		padding: 20px 15px;
	}

	.flatest-information-wrap h3 {
		text-align: center;
		font-size: 25px;
		line-height: 24px;
		font-weight: bold;
	}

	.flatest-information-wrap h3 + p {
		text-align: center;
	}

	.flatest-information-wrap .text-center .btn-primary {
		width: calc(100% - 30px);
	}

	.flatest-information-wrap .text-center .btn-primary:after {
		content: url("/catalog/view/theme/default/image/kominki/btn-arrow.png");
		margin-left: 20px;
		position: relative;
		top: 3px;
	}

	#section-subscribe {
		background: url(/catalog/view/theme/default/image/kominki/subscr-bg-mob.png);
	}

	.breadcrumb > li:first-child a {
		width: 20px;
		overflow: hidden;
		display: inline-block;
		padding-left: 0;
		line-height: 16px;
		color: #fff;
		position: relative;
		top: 2px;
	}

	.breadcrumb > li:first-child a:before {
		content: url("/catalog/view/theme/default/image/kominki/ico-home.png");
	}

	.pagination-bottom .text-right {
		display: none;
	}

	.pagination-bottom .text-left {
		text-align: center;
	}

	.category-description-wrap h2 {
		text-align: left;
	}

	#product .category-title {
		display: none;
	}

	.p-model {
		width: calc(100% - 80px);
		margin: 0;
		white-space: nowrap;
		overflow: auto;
	}

	.flex-product-main ul {
		flex-direction: column-reverse;
	}

	.product-buttons {
		position: relative;
	}

	.product-buttons button.btn-ask {
		position: absolute;
		right: 0;
		top: -155px;
	}

	.flex-product-main .right-block .button-cart-modal {
		width: 100%;
		align-items: center;
		justify-content: center;
	}

	body.modal-open {
		overflow: hidden;
		height: 100vh;
		position: fixed;
	}

	#modal-options .modal-dialog {
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
	}

	#modal-options .modal-footer {
		position: fixed !important;
		background: #fff;
		bottom: 0 !important;
		margin: 0 !important;
		width: 100%;
		z-index: 3;
	}
	#modal-options .modal-body {
		padding-bottom: 85px;
	}

	#modal-options .modal-content .modal-title span {
		font-weight: normal;
		white-space: nowrap;
	}

	.tab-description-2-3 img {
		margin: 0 -15px;
		max-width: calc(100% + 30px);
	}

	#product-product + .description-wrap .big-slider .swiper-pager {
		bottom: calc(50% - 140px) !important;
	}

	.tab-description-6 {
		display: block !important;
		background: #f6f6f6;
		padding: 60px 0 45px;
	}

	.tab-description-6 .scrollbar {
		background: #ebebea;
	}

	.tab-description-6 .products-carousel .product-thumb {
		background: #fff;
	}

	.description-wrap .nav-tabs li:nth-child(6) {
		display: none !important;
	}

	.categs-carousel-wrap {
		padding: 0;
	}

	#content {
		min-height: initial;
	}

	.menu-right p,
	.menu-right a {
		float: none;
	}

	#information-information #content .short-description ~ .flex > div {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
		max-width: 100%;
	}

	#information-information #content .flex > div {
		margin-right: 7px;
		margin-left: 7px;
		width: calc(50% - 15px);
		max-width: calc(50% - 15px);
	}

	#information-article #content > img {
		margin: 0 -15px 30px;
		width: calc(100% + 30px);
		max-width: calc(100% + 30px);
	}

	.categs-article {
		margin-top: 50px;
	}

	.categs-article .title {
		position: relative;
		text-align: center;
		font-weight: normal;
	}

	.categs-article .title:before {
		z-index: 1;
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #eaeae9;
		position: absolute;
		top: 50%;
	}

	.categs-article .title span {
		z-index: 2;
		background: #fff;
		padding: 0 15px;
		position: relative;
		display: inline-block;
		font-size: 16px;
	}

	.categs-article ul {
		display: flex;
		width: 100%;
		overflow: auto;
		padding: 0;
		list-style: none;
	}

	.categs-article ul a {
		padding: 10px 10px;
		border: 1px solid #eaeaea;
		display: block;
		border-radius: 4px;
		margin-right: 12px;
		color: #181818 !important;
	}

	.flatest-information-wrap {
		margin-top: 30px;
	}

	#information-category .news-items .news-item:first-child > div:first-child {
		background-size: cover !important;
	}

	#information-category ~ .flatest-information-wrap {
		margin-top: 0;
	}

	#information-category ~ .flatest-information-wrap h3 {
		margin-top: 0;
		border-top: none;
	}

	#information-contact ~ .buttons-back,
	#information-information ~ .buttons-back {
		flex-direction: column;
		background: #f6f6f6;
		margin-top: 0;
		padding-bottom: 10px;
		padding-top: 25px;
	}
	#information-contact ~ .buttons-back a,
	#information-information ~ .buttons-back a {
		display: block;
		margin-bottom: 15px;
	}
	/*#information-information ~ .buttons-back .prev,
	#information-contact ~ .buttons-back .prev {
		display: block;
	}
	#information-information ~ .buttons-back .next,
	#information-contact ~ .buttons-back .next {
		display: none;
	}*/
	#information-information #content .flex.flex-icon > div {
		margin-right: 7px;
		margin-left: 7px;
		width: 100%;
		max-width: 100%;
	}
	#information-information #content .flex.flex-icon > div p {
		text-align: center;
	}
	#product-category hr.theme-hr {
		display: none;
	}
	#information-information #content h3 {
		display: inline-block;
		position: relative;
		left: 50%;
		transform: translate(-50%, 0);
		font-weight: 300;
	}
	#information-information #content h3:after {
		content: '';
		display: block;
		position: absolute;
		left: 100%;
		margin-left: 15px;
		top: 50%;
		width: 100%;
		height: 1px;
		background: #ededed;
	}
	#information-information #content h3:before {
		content: '';
		display: block;
		position: absolute;
		margin-right: 15px;
		right: 0;
		top: 50%;
		width: 100%;
		height: 1px;
		background: #ededed;
		transform: translate(-100%, 0);
	}
	.information-information15 ~ div .category-advantages-wrap {
		display: none !important;
	}
	.information-information15 ~ #section-subscribe {
		margin-top: 0;
	}
	.information-information15 ~ .buttons-back {
		padding-bottom: 50px !important;
	}
	#account-account .list-actions .title,
	.order-list-last > .title,
	#account-account .messages > .title,
	.order-list-last > .title,
	#account-account .list-actions > div > .title{
		border-top: 1px solid #EDEDED;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.order-list-last div > .flex.flex4:last-child {
		border-bottom: none;
	}
	.manager-info {
		background: transparent;
		padding: 0;
		border: none;
		margin: 0;
	}
	.manager-info .title {
		display: block;
		position: relative;
		padding: 10px 0;
		margin: 10px 0;
		font-size: 16px;
		cursor: pointer;
		border-top: 1px solid #EDEDED;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.manager-info .title:after {
		content: url(/catalog/view/theme/default/image/kominki/ico-select-arrow.png);
		position: absolute;
		right: 0;
		top: 10px;
	}
	.manager-info .title + div,
	.manager-info .title + div + p {
		display: none;
	}
	.manager-info .title.active + div + p {
		display: block;
	}
	.manager-info .title + div {
		flex-direction: row;
		padding-top: 10px;
	}
	.manager-info .title.active + div {
		display: flex;
	}

	#account-account .messages > .title + .message {
    	margin-top: 15px;
	}
	#account-account .messages > .title ~ a {
		margin-bottom: 15px;
	}

	.manager-phones {
		display: none;
	}
	.manager-info .title.active ~ .manager-phones {
		display: block;
	}
	.manager-phones a {
		color: #181818;
		font-size: 16px;
	}
	.manager-phones a:before {
		margin-right: 10px;
		position: relative;
		top: 6px;
	}
	.manager-phones a[href*="tel"]:before {
		content: url("/catalog/view/theme/default/image/kominki/mob/ico-call.png");
	}
	.manager-phones a[href*="viber"]:before {
		content: url("/catalog/view/theme/default/image/kominki/mob/ico-viber.png");
	}
	.manager-phones a[href*="whatsapp"]:before {
		content: url("/catalog/view/theme/default/image/kominki/mob/ico-whatsup.png");
	}
	.manager-phones h3 {
		font-size: 16px;
		display: inline-block;
		position: relative;
		left: 50%;
		transform: translate(-50%, 0);
		font-weight: 300;
		margin: 30px 0 15px;
	}
	.manager-phones h3:after {
		content: '';
		display: block;
		position: absolute;
		left: 100%;
		margin-left: 15px;
		top: 50%;
		width: 100%;
		height: 1px;
		background: #ededed;
	}
	.manager-phones h3:before {
		content: '';
		display: block;
		position: absolute;
		margin-right: 15px;
		right: 0;
		top: 50%;
		width: 100%;
		height: 1px;
		background: #ededed;
		transform: translate(-100%, 0);
	}

	.menu-right > a.mob:last-child {
		margin-top: 30px;
	}
	.menu-right p ~ p {
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid #ebebea;
	}

	#account-edit h1 + p {
		text-align: center;
	}

	.order-list-last .flex > div:nth-child(4):not(.done) img {
		display: none;
	}
	.pass-ico {
		cursor: pointer;
		position: absolute;
		bottom: 17px;
		right: 17px;
		filter: brightness(0);
	}
	.pass-ico.active {
		filter: none;
	}
	.mob.categs-carousel-wrap h3,
	.mob.categs-carousel-wrap .h3,
	.mob.categs-carousel-wrap .h2 {
		font-size: 25px;
		font-weight: bold;
		text-align: center;
		margin: 40px 0 15px;
	}
	.mob.categs-carousel-wrap .h3  + p {
		text-align: center;
	}
	.firm-block {
		display: block !important;
	}
	.firm-block + div {
		border-top: none !important;
	}

	.sb-login {
		position: relative;
	}
	.sb-login .title {
		text-align: left;
	}
	.sb-login .to-soc-reg {
		position: absolute;
		right: 0;
		top: 15px;
		border-bottom: 1px solid #181818;
		line-height: 1;
		color: #181818;
		z-index: 2;
	}
	.soc-block p:before {
		width: calc(100% + 60px);
		left: -30px;
	}
	#simplecheckout_login .pass-ico {
		bottom: 67px;
	}
	.simplecheckout-customer-same-address {
		font-size: 15px;
	}
	.vat-temp .checkbox {
		display: block;
    	text-align: left;
	}
	.vat-temp .checkbox .label-checkbox {
		text-align: left;
		padding-left: 0;
		font-size: 15px;
	}
	.label-checkbox > span {
		position: relative;
		text-align: left;
		font-size: 15px;
	}
	.simple-big-wrap.agreement .title:before {
		display: none;
	}
	body.step_2.active .simple-big-wrap.agreement > .title {
		font-size: 16px;
		display: inline-block;
		position: relative;
		left: 50%;
		transform: translate(-50%, 0);
		font-weight: 300;
		margin: 30px 0 15px;
	}
	.simple-big-wrap.agreement .title:after {
		content: '';
		display: block;
		position: absolute;
		left: 100%;
		margin-left: 0;
		top: 50%;
		width: 100%;
		height: 1px;
		background: #ededed;
	}
	.simple-big-wrap.agreement .title:before {
		content: '';
		display: block;
		position: absolute;
		margin-right: -15px;
		right: 0;
		top: 50%;
		width: 100%;
		height: 1px;
		background: #ededed;
		transform: translate(-100%, 0);
	}

	body.step_2 #simplecheckout_button_next {
		top: 0;
	}

	body.step_2 #simplecheckout_step_menu {
		margin-left: -180px;
	}
	body.step_3 #simplecheckout_step_menu {
		margin-left: -440px;
	}

	.simplecheckout-summary-info {
		background: transparent;
    	padding: 15px 0 25px;
	}
	#simplecheckout_summary #total_total b {
		white-space: nowrap;
		line-height: 60px;
	}
	#simplecheckout_step_menu.success {
		margin-left: -570px;
	}
	#simplecheckout_step_menu.success:after {
		content: '';
		width: 2000px;
	}
	#simplecheckout_step_menu.success .simple-step[data-onclick="gotoStep"] {
		opacity: 0.5;
	}
	#common-checkout-success .main-block .flex {
		display: flex;
		flex-direction: column-reverse;
	}
	#common-checkout-success .mob.checkout-backline {
		margin-top: 50px;
	}
	#common-checkout-success .mob.checkout-backline:after {
		content: '';
		position: absolute;
		z-index: -1;
		width: calc(100vw);
		left: 50%;
		transform: translate(-50%, 0);
		height: calc(100% + 50px);
		top: -25px;
		background: #f6f6f6;
	}
	#common-checkout-success .mob.checkout-backline a:first-child:before {
		content: url(/catalog/view/theme/default/image/kominki/btn-arrow-left.png);
		filter: brightness(0);
		position: relative;
		margin-right: 30px;
		top: 2px;
	}
	#common-checkout-success #simplecheckout_step_menu {
		overflow: hidden;
	}

	/*menu*/
	body.open-search,
	body.open-menu {
		position: fixed;
    	overflow: hidden;
		height: 100vh;
	}
	#menu .navbar-collapse {
		height: calc(100vh - 150px);
		height: calc(var(--vh, 1vh) * 100 - 150px);
	}
	/*#menu .navbar-collapse .navbar-nav > li:last-child {
		padding-bottom: 120px;
	}*/

	#smartsearch > .flex {
		transform: none;
	}

	.sticky-add {
		position: fixed;
		bottom: 0;
		background: #fff;
		z-index: 5;
		width: 100%;
		left: 0;
		padding: 15px 0;
		border-top: 1px solid #ededed !important;
	}
	.sticky-add > * {
		margin: 0 10px;
	}
	#sticky-button-cart:after,
	.sticky-add .button-cart-modal:after {
		content: url("/catalog/view/theme/default/image/kominki/ico-cart-red.png");
		filter: brightness(0) invert(1);
		margin-left: 10px;
		position: relative;
		top: 1px;
	}
	#sticky-button-cart,
	.sticky-add .button-cart-modal {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 !important;
		max-width: calc(100% - 208px);
    	min-width: calc(100% - 208px);
	}
	.flatest-information-wrap .nav-carousel > div {
		width: 51px !important;
		height: 70px !important;
		top: 35px !important;
	}
	.flatest-information-wrap.bestsellers .prev:before,
	.flatest-information-wrap .nav-carousel > div:after {
		display: none;
	}
	.flatest-information-wrap .scrollbar + .nav-carousel {
		display: none !important;
	}
	.flatest-information-wrap .nav-carousel > div.next {
		right: 0;
		background: url(/catalog/view/theme/default/image/kominki/STRZALKA-prawo.png);
	}
	.flatest-information-wrap .nav-carousel > div.prev {
		left: 0;
		background: url(/catalog/view/theme/default/image/kominki/STRZALKA-lewo2.png);
	}
	#smartsearch ul.items > li:last-child {
		padding-bottom: 100px;
	}

	.products-carousel1 .scrollbar,
	.products-carousel2 .scrollbar,
	.products-carousel1 .nav-carousel,
	.products-carousel2 .nav-carousel {
		display: none !important;
	}
	#modal-sort .modal-title {
		font-size: 18px;
		margin: 0;
	}
	.alert .close {
		top: 50%;
    	margin-top: -12px;
	}
	.modal-content {
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
		overflow: auto;
	}
	#modal-options .form-group {
		background: transparent !important;
	}

	#simplecheckout_step_menu:after {
		display: none;
	}
	#simplecheckout_form_0 {
		position: relative;
	}
	#common-checkout-success #content:after,
	#simplecheckout_form_0 > .simplecheckout:after {
		content: '';
		position: absolute;
		z-index: -1;
		width: 2000px;
		left: 50%;
		top: 0;
		transform: translate(-50%, 0);
		height: 80px;
		background: #f6f6f6;
	}
	#common-checkout-success #content:after {
			background: #009944;
	}
	#simplecheckout_button_next {
		max-width: 100%;
	}
	.simple-big-wrap > .title + div {
		flex: 1 1 100%;
		width: 100%;
	}
	.firm-block .title {
		width: 100%;
	}
	#account-account .order-list-last > .title {
		font-size: 16px;
	}


	#smartsearch li.item .item_block .image {
		max-width: 100px;
		width: 100px;
		min-width: 100px;
	}
	#smartsearch li.item .item_block .title {
		padding: 0 10px;
		max-width: calc(100% - 250px);
		width: calc(100% - 250px);
		min-width: calc(100% - 250px);
		flex: 1 1 auto;
	}
	#smartsearch li.item .item_block .price {
		padding: 10px 15px 10px 10px !important;
    	min-width: 150px !important;
		max-width: 150px;
	}
	.pagination > li {
		margin-right: 5px;
	}
	.menu-right a {
		border-color: transparent !important;
	}
}
@media screen and (max-width: 480px) {
	.soc-block p:before {
		display: none;
	}
	.policy-cookies div {
		width: 100%;
    	min-width: inherit;
	}
	.policy-cookies a {
		margin-right: 0;
		width: 100%;
		margin-bottom: 15px;
		color: #181818;
	}
	.policy-cookies a.btn-primary {
		color: #fff;
	}
	footer .row > .col-sm-3:nth-child(2) ~ div {
		width: 100%;
	}
	footer .h5 span,
	footer h5 span {
		display: none;
	}
	.flex-opiekun {
		flex-direction: column;
	}
}
