@import url('https://fonts.googleapis.com/css?display=swap&family=Fira+Sans:400');
* {
	font-family: "Fira Sans", Helvetica, Arial, sans-serif;
}

.head {
	background: #f5f5f5;
	font-size: 0.8em;
	padding: 3px;
}
.head a {
	color: #707070;
	display: block-inline;
	margin: 5px;
}
.navbar {
	/*background: #89827d url(../i/bg.png) repeat-x !important;*/
	background: #636672 !important; /*linear-gradient(to bottom, rgba(137,130,125,0.9), rgba(137,130,125,1));*/
	padding: 0px;
}
.navbar-nav > div.menutop > a {
	color: #f6f1ee !important;
	position: relative;
	padding: 10px;
	min-height: 100%;
	text-align: center;
	display: block !important;
	vertical-align: middle;
}
.navbar-nav > div.menutop > a:hover {
	color: #ffffff !important;
	display: block;
	background: #000;
}

.btn-phone {
	color: #828386;
}
.btn-phone:hover {
	color: #828386;
}
.btn-slide {
	display: block;
	position: fixed;
	right: 0px;
	top: 40%;
}
.instock {
	color: green !important;
}
#custom-search-input{
    border: solid 1px #E4E4E4;
    border-radius: 4px;
    background-color: #fff;
	padding: 0px 0px;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
	border-right: 1px solid #f5f5f5;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
}

#custom-search-input button:hover{
    border: 0;
}
.product h1 {
	font-size: 24px;
}
@media screen and (max-width: 992px) {
	.navbar-nav > div.menutop > a {
		padding: 5px !important;
	}
	.product h1 {
		font-size: 22px;
	}
	figcaption .index-h2 { font-size: 0.85em;}
	.site-index h2 {
		font-size: 1.1em;
	}
}
/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
	
  .dropdown:hover>.dropdown-menu {
  display: block;
  margin-top: -8px;
}
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
  margin-bottom: 0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar div.col {
  padding:.3rem .1rem;
  margin:0 .0rem;
  display: block;
}

.navbar .collapse {
	display: block;
	width: 100%;
	height: 100%;
}
/* makes the dropdown full width  */
.navbar .dropdown {position:static;}

.navbar .dropdown-menu {
  max-width: 90%;
  margin: 9px auto;
  left:0;
  right:0;
  border: none;
  box-shadow: 0 0 30px rgba(100,100,100,0.5);
}
  
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block!important;
}

  .navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
  }

}

nav ol.breadcrumb {
	padding: 5px;
	border-radius: 0px;
	font-size: 13px;
}
nav ol.breadcrumb a {
	color: #6c757d;
	text-decoration: underline;
}

/* Footer */

footer {
  padding-top: 72px;
  background: #636672;
  color: #f5f5f5;
  font-size: 0.9em;
}
footer a {
	color: #f39910;
}
.footer-copyright {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 24px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: normal;
}

.footer-copyright > a {
  transition: color .25s;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.footer-copyright > a:hover {
  color: #f6a70d;
}

.footer-light {
  background-color: #f5f5f5;
}

.footer-light .footer-copyright {
  color: #9da9b9;
}

.footer-light .footer-copyright > a {
  color: #9da9b9;
}

.footer-light .footer-copyright > a:hover {
  color: #f6a70d;
}

/* Common style */
.catindex figure {
	position: relative;
	overflow: hidden;
	height: auto;
	text-align: center;
	cursor: pointer;
}
.catindex figure img {
	position: relative;
	display: block;
	width: 100% !important;
	opacity: 0.8;
	height: auto;
}
.catindex figure figcaption {
	color: #fff !important;
	width: 100% !important;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.catindex figure figcaption::before,
.catindex figure figcaption::after {
	pointer-events: none;
}
.catindex figure figcaption,
.catindex figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff !important;
}
.catindex figure figcaption > a { 
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
	color: #fff !important;
	text-decoration: none;
}
.catindex figure div.index-h2 a {
	color: #fff !important;
	text-decoration: none;
}
.catindex figure div.index-h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.catindex figure div.index-h2 span {
	font-weight: 800;
}

.catindex figure div.index-h2,
.catindex figure p {
	margin: 0;
	background: #6f7982;
}
.catindex figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


/* ------------------------------------------ */
figure {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  position: relative;
  margin: 0;
}
figure figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 12px;
  font-size: 14px;
}
figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie div.index-h2 {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 50px;
	padding: 10px 0px;
	color: #484c61;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie:hover h2 {
	color: #fff;
	background: #374250;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-10px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-10px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
} 

.grid-item {
	height: 360px !important; 
}
.grid-image {
	width: 100%;
	height: 170px;
	text-align: center;
	margin: 5px auto;
	display: table;
	position: relative;
}
.grid-image img {
	max-width: 100%;
	max-height: 150px;
	margin: 0px auto;
	width: auto;
	height: auto;
}

.product h2, .product h3, .product h4 {
	background: #f5f5f5;
	color: #636672;
	padding: 8px;
	border-radius: 8px;
}
.product-price span:first-child {
	color: green !important;
	background: #eaffe1;
	padding: 5px 10px;
	border-radius: 15px;
	font-size: 1.4em;
}
.product-price span.priceold {
	background: none !important;
	color: #000 !important;
}
.product-delivery {
	font-size: 0.5em !important; color: green !important;
}
.pagination .page-item.active .page-link {
	background: #374250 !important;
	border-color:#374250;
}
.product-card {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding: 18px;
  border: 1px solid #e1e7ec;
  border-radius: 7px;
  background-color: #ffffff;
}

.product-card .product-thumb {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.product-card .product-thumb > img {
  display: block;
  width: 100%;
}

.product-card .product-title {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
}

.product-card .product-title > a {
  transition: color .3s;
  color: #374250;
  text-decoration: none;
}

.product-card .product-title > a:hover {
  color: #f6a70d;
}

.product-card .product-price {
  margin-bottom: 10px;
  margin-top: auto;
  color: #606975;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.product-card .product-price > del {
  margin-right: 5px;
  color: #9da9b9;
}

.product-card .product-buttons {
  padding: 12px 0 8px;
  text-align: center;
}

.product-card .product-buttons > .btn {
  margin: 0 4px;
}

.product-card .product-buttons > .btn.btn-wishlist {
  width: 36px;
  padding: 0;
  padding-left: 1px;
  border-radius: 50%;
}

.product-card .product-buttons > .btn.btn-wishlist > i {
  font-size: 1.2em;
}

.product-card .product-buttons > .btn.btn-wishlist.active {
  color: #ff5252;
}

.product-card .product-badge {
  top: 15px;
  left: 18px;
}

.product-card .rating-stars {
  position: absolute;
  top: 15px;
  right: 18px;
}

.product-card.product-list {
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .product-card.product-list {
    display: table;
    width: 100%;
    padding: 0;
  }
  .product-card.product-list .product-thumb,
  .product-card.product-list .product-info {
    display: table-cell;
    vertical-align: middle;
  }
  .product-card.product-list .product-thumb {
    position: relative;
    width: 270px;
    padding: 20px 18px;
    border-right: 1px solid #e1e7ec;
  }
  .product-card.product-list .product-info {
    padding: 20px 22px;
  }
  .product-card.product-list .product-info .product-title,
  .product-card.product-list .product-info .product-price,
  .product-card.product-list .product-info .product-buttons {
    text-align: left;
  }
  .product-card.product-list .product-info .product-buttons {
    padding-top: 20px;
    padding-bottom: 0;
    border-top: 1px solid #e1e7ec;
  }
  .product-card.product-list .product-info .product-buttons > .btn {
    margin: 0;
    margin-right: 8px;
  }
  .product-card.product-list .product-title {
    font-size: 18px;
  }
  .head {
    font-size: 0.85em;
  }
}

.product-badge {
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.owl-item {
	width: 95%;
}
.owl-item .product-image {
	height: 150px !important; 
	display: block;
	background: #fff;
}
.owl-item .product-image img {
	/*height: 100% !important;*/
    height: auto;
    max-height: 100%;
	width: inherit;
	max-width: 100%;
	margin: 0px auto !important;
}
.owl-item .product-title {
	color: #000;
	margin-top: 30px;
	height: 30px !important;
	text-decoration: none;
	font-size: 1em;
	line-height: 16px;
}
.brands-carousel {
	width: 100%;
	position: relative;
	margin: 0px; 
	padding: 20px 0px;
}
.brand-item {
	widht: 100%;
	padding: 15px;
	vertical-align: middle;
	background: #fff;
	border-radius: 8px;
	margin: 5px;
	height: 120px !important;
}
.brand-item img {
	height: auto;
}
.modal-dialog {
    max-width: 90%;
}
#stickycart {
	position: fixed;
	top: 30%;
	right: 0px;
	z-index: 9999;
}
.sticky-top .btn-phone {
	color: #fff;
}
.navbar-toggler {
	border: none;
}
.navbar-toggler-icon {
	color: #ffffff !important;
}
.btn-sticky {
	background: #ffc107 !important;
	color: #fff;
}
.zoom {
    transition: transform .2s; /* Animation */
    margin: 0 auto;
	position: absolute;
	top: auto;
	
}

.zoom:hover {
    transform: scale(2.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	width: 200px;
    height: 200px;
}
.articles-item h2 {
	font-size: 1.2rem;
	margin: 15px 0px;
}

.corner-ribbon{
  width: 100px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -150px;
  text-align: center;
  line-height: 30px;
  letter-spacing: 1px;
  color: #f0f0f0;
  z-index:99;
}

.container img[width] {
    max-width: 100%;
    height: auto;
}

.has-error input {
	border-color: #a00;
}
.has-error .help-block {
	color: #a00;
}
img.thumbnail {
	max-width: 100%;
	height: auto;
}

.offcanvas-wrapper > .container:first-child,
.offcanvas-wrapper > .container-fluid:first-child {
	margin-top: 1rem;
}
.related {
    margin-top: .5rem;
}
.block-title {
    background: #f5f5f5;
    color: #636672;
    padding: 8px;
    border-radius: 8px;
	font-size: 1.5rem;
}

/* --- regions --- */
.menu_towns {
    margin-top: 40px;
    text-align: center;
    background: #fafafa;
	overflow: hidden;
}
.menu_towns .decor_line {
    height: 1px;
    background: #c0c0c0;
    margin: 0px 0px 40px 0px;
}
.lay_site {
    position: relative;
    margin: 0 5vw;
}
.menu_towns .title {
    display: inline-block;
    position: relative;
    color: #231f20;
    font-size: 30px;
    line-height: 31px;
}
.menu_towns .title::after {
    position: absolute;
    right: -60px;
    top: 50%;
    margin-top: -1px;
    display: block;
    width: 40px;
    height: 2px;
    background: #ED1C24;
    content: "";
}
.menu_towns .title::before {
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -1px;
    display: block;
    width: 40px;
    height: 2px;
    background: #ED1C24;
    content: "";
}
.menu_towns .list_fixed {
    padding: 47px 0px;
    position: relative;
    overflow: hidden;
    text-align: left;
}
.menu_towns .li {
    float: left;
    width: 15%;
    margin: 0px 2% 0px 0px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.menu_towns .li a {
    font-size: 15px;
    line-height: 15px;
    color: #231f20;
    text-decoration: none;
}
.video {
	position: relative;
}
.video.loading::before {
    content: "";
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: block;
	background: url(/i/loading.gif) center center no-repeat;
}
@media screen and (max-width: 1199px) {
	.navbar-nav > div.menutop > a {
		font-size: 0.9rem;
		padding: 5px;
	}
}
@media screen and (max-width: 991px) {
	.menu_towns .li {
		width: 23%;
	}
	.phones {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 767px) {
	.menu_towns .li {
		width: 31%;
	}
	.h3.cat,
	.h3.brand {
		cursor: pointer;		
	}
	.h3.cat::after,
	.h3.brand::after {
		content: "▼";
		font-size: 16px;
		margin-left: 10px;
		color: #666;
		position: absolute;
		margin-top: 9px;
	}
	#cat:checked  + .h3.cat::after,
	#brand:checked  + .h3.brand::after {
		content: "▲";
	}
	#cat:not(:checked) ~ li,
	#brand:not(:checked) ~ li {
		display: none;
	}
	.h1, h1 {
        font-size: 2rem;
    }
}
@media screen and (max-width: 479px) {
	.menu_towns .li {
		width: 48%;
	}
}
.header-bottom {
	padding:15px;
}
.header-bottom .form-inline .form-group {
	margin-bottom: 0;
	max-width: 100%;
}
.header-bottom .form-inline .input-group {
	padding: 0;
}
.btn-viber {
	padding-left: 0;
}
.languages-klisl {
	display: flex;
	align-items: center;
	margin-left: 15px;
}
.lang {
	padding: 0px 10px;
	border-left: 1px solid #ccc;
}
.lang:first-child {
	border-left: none;
}
.lang.active {
	font-weight: bold;
}
.nowrap {
	white-space: nowrap;
}

.pages_services .offcanvas-wrapper .container {
	max-width: 100%;
}

.item-img, .item-thumb {
	cursor: pointer;
}

#container-id {
  overflow: hidden;
  flex-wrap: nowrap;
}