/*@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic|PT+Sans+Narrow:400,700&subset=latin,cyrillic);*/
/* Confit update

original green #71a866 changed to confit red #da0023

Colors:
#da0023 - red
#e13537 - red hover
#e86b4c - carrot

Redisign colors:
#D2222A
#b92927

*/

/* Basic overwrite */
body {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #7D7D7D;
}

::-webkit-input-placeholder {
	color: #5A6671;
}
:-moz-placeholder { /* Firefox 18- */
	color: #5A6671;
}
::-moz-placeholder {  /* Firefox 19+ */
	color: #5A6671;
}
:-ms-input-placeholder {
	color: #5A6671;
}

a:focus, a:hover {
	text-decoration: none;
}

/*Hide svg files*/
.hide-svg, .hide-svg svg{
	width:0px;	height:0px; overflow: :hidden;
}


a{
	color: #da0023;
}

a.a2{
	color: rgba(218, 0, 35, 0.7);
	text-decoration: underline;
}
a.a2:hover{
	color: #da0023;
	text-decoration: none;
}

.i{
	font-style: italic;
}

.in-stock
{
	color:#71a866;
}

.small{
	font-size: 70%;
}

/* Icons */
.conficon{
	width:20px;
	height:20px;
	display: inline-block;
}
.conficon svg {
	fill: rgba(255, 255, 255, 0.8);
	width:100%;
	margin-top: 0px;
	/* vertical-align: text-bottom; */
}
.conficon.conficon-email svg {
	opacity: .4;
}
.conficon.conficon-static{
	/* height: 20px; */
	/* line-height: 30px; */
	background-size: cover;
	background-position: center center;
	background-color: white;
	/* position: absolute; */
	margin-left: -10px;
	margin-right: 5px;
	/* margin-bottom: -5px; */
	margin-top: 2px;
	float: left;
}

.conficon-add-cart{
    vertical-align: text-bottom;
}
.conficon-add-cart svg {
	stroke: rgba(255, 255, 255, 0.8);
	position: relative;
	top: -2px;
}
.conficon-add-cart path{
	stroke-width:3;
	stroke: #000000;
}
.conficon-clock{

}

.btn .conficon-arr{
	width:17px;
}

/* / Icons */

/* Buttons */
.btn {
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  text-transform: none;
  font-size: 18px;
  color: #677481;
  border-radius: 5px;
  border: 2px solid rgba(255, 255, 255, 0);
  padding: 9px 30px;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
	opacity:.7;
	background: rgba(255, 255, 255, .4);
}
.btn:focus{
    color: inherit;
}
.btn.selected{
	/*border:2px solid yellow!important*/
}

a.btn.btn-sm {
    padding: 0px 10px;
    font-size: 16px;
    text-transform: lowercase;
    margin: 2px 0px;
}
.btn:hover,
.btn.selected{
	opacity:1;
	color: inherit;
}
.btn-width-full{
	width:100%;
}
.btn-titleline{
	margin-top:-10px;
}

.btn-red {
	/*background: #D2222A;*/
	/*background: transparent;*/
	color: #D2222A;
	border: 2px solid #D2222A;
}
.btn-red:hover {
	background-color: #D2222A;
	color:#fff;
	border: 2px solid #D2222A;
}
.btn-red-fill {
	opacity:1;
	background: #D2222A;
	color: #FFFFFF;
	border: 2px solid #D2222A;
}
.btn-red-fill:active,
.btn-red-fill:hover {
	color: #FFFFFF;
	background: #B92027;
	border: 2px solid #B92027;
}

.btn-grey {
	/*background: #D2222A;*/
	/*background: transparent;*/
	color: #677481;
	border: 2px solid #677481;
}
.btn-grey:hover {
	background-color: #677481;
	color:#fff;
	border: 2px solid #677481;
}
/*.btn-grey:hover {
	color: #677481;
	border: 2px solid #677481;
}*/
.btn-grey-fill {
	opacity:1;
	background: #677481;
	color: #FFFFFF;
	border: 2px solid #677481;
}
.btn-grey-fill:hover {
	opacity:.8;
	color: #FFFFFF;
	border: 2px solid #677481;
}

.pdf-ico {
	width: 15px;
	height: 15px;
	stroke: #d0222a;
    position: relative;
    top: 2px;
    left: -12px;
	transition: all .1s linear;
}
a:hover .pdf-ico {
	stroke: #ffffff;
}

.nav-sidebar-menu-buttoned .btn{
	margin-bottom:15px;
}
/* / Buttons */

/* Top line */
.top {
	color:rgba(255, 255, 255, 0.8);
	background-color: #b92927;
	max-height:60px;
	height:60px;
	font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
}

.top .container {
	background-color: #b92927;
	position: relative;
}

.top .row div.fix-height{
	/*outline: black 1px solid;*/
	line-height: 60px;
	height: 60px;
	/* overflow: hidden; */
}

.topline-menu{

}
.topline-contacts{

}
.topline-social{

}

.top__menu {
    text-align: left!important;
}

.top .contact-line{
	text-align: center;
	line-height: 55px;
	padding-left: 30px;
	margin-left: -60px;
}

.top .contact-item{
	display: block;
	margin-right:30px;
	font-size: 16px;
	font-weight: normal;
	color:#fff;
	line-height: 60px;
	float: left;
}
.top .contact-item a{
	color: #E4ABAE;
}
.top .contact-item a.not-active{
	color: #E4ABAE;
	opacity: .6;
	text-decoration: none;
	border: none;
}
.top .contact-item.phones-block a{
	color: #F2D7D8;
}
  .top .header-language .contact-item{
    margin-right: 3px;
    clear: both;
    line-height: 20px;
    float: none;
    padding-top: 2px;
  }

.top .contact-email svg {
	vertical-align: text-top;
	position: absolute;
	top: calc(50% - 5px);
	left: -20px; top: 5px;
	fill: #DD979A;
}
.top .contact-email{position: relative;padding-left: 0px;margin-left: 20px; border-bottom: 1px solid rgba(200,77,81,1);}
.top .contact-callback{
	border-bottom: 1px dashed rgba(200,77,81,1);
}
.top .contact-email:hover {
	border-bottom: 1px solid rgba(200,77,81,.5);
}
.top .contact-callback:hover{
	border-bottom: 1px dashed rgba(200,77,81,.5);
}
/* / top line*/

.header {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:17px;
	color:#fff;
	background: #D2222A;
}

.header-logo a{
	display:block;
	width:185px;
	height:50px;
	margin-top: 20px;
}

.top .nav>li {
	margin-right:18px;
	margin-top: 2px;
}
.top .nav>li>a {
	color: #E4ABAD;
	padding: 0;
	background: 0 0;
	display: inline;
	border-radius: 0;
}
.top .nav>li:hover a {
/*	color: #E4ABAD;*/
}
.nav.nav-pills li a{
	line-height:30px;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid rgba(199,78,84,1);
}
.nav.nav-pills li:first-child a{
	border: 2px solid rgba(205,97,102,1);
	padding: 0 12px;
	text-decoration: none;
	display: block;
	border-radius: 4px;
}
.nav.nav-pills li:hover a {
	border-color: rgba(199,78,84,.5);
}
.nav.nav-pills li:first-child:hover a{
	border-color: rgba(255,255,255,.7);
}

.contact-item.phones-block{
	line-height: 21px;
	height: 60px;
	position:relative;
	padding-left: 25px;
	font-size: 20px;
	margin-top: 0px;
	padding-top: 10px;
	margin-right: 10px;
}

.phones-block svg {
	position: absolute;
	top: calc(50% - 9px);
	left: 0px;
	fill: #DD979A;
}

.callme-form-holder {
	position: relative;
}

.callme-form {
	position: absolute;
	width: 200px;
	background-color: #fff;
	border-radius: 3px;
	padding: 14px 12px 1px 12px;
	box-shadow: 1px 1px 10px rgba(0,0,0,.3);
	z-index: 100;
}
	.callme-form input {
	    width: 100%;
	    border: 2px solid #ccc;
	    padding: 7px 10px;
	    margin: 0;
	    line-height: normal;
	    border-radius: 1px;
	    display: block;
		font-size: 16px;
	}
	.callme-form input:first-child {
		margin-bottom: 6px;
	}
	.callme-form .btn-red-fill {
	    border-radius: 0;
	    padding: 6px;
	    font-size: 16px;
	    margin-top: -5px;
	}
	.callme-form .btn-red-fill .conficon {
	    top: 2px;
	    position: relative;
	}

  .callme-form .callback-message{
    color: rgba(0,0,0,.6);
    line-height: 30px;
  }

	.open>.dropdown-menu.callme-form {
		visibility: visible;
		opacity: 1;
	}

.work-schedule{font-size: 13px;line-height: 15px;color:#DC9093;/* padding-left: 10px; */padding-top: 16px;/* padding-bottom: 10px; *//* height: 41px; */text-align: left;}
.work-schedule span {font-size: 15px;}

.header-follow{
	/*font-size: 17px;*/
	/*font-style: italic;*/
	color: #fff;
	/*margin: 15px 0px;*/
	padding-top: 6px;
}
.header-follow .soc-icon{
	width: 27px;
	height: 27px;
	margin-right: 2px;
	opacity: 0.6;
}

/* Topmenu */
.header .navbar.navbar-default{
	/* display: inline-block; */
	margin-left: -15px;
}
.header .nav>li>a {
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
}
.header .nav>li>a:focus {
	color: rgba(255, 255, 255, 0.9);
}
.navbar-default .navbar-nav>.dropdown>a .caret {
/*  border-top-color: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.9);*/
	border: none;
	background: url('../images/icon-arrow-drop-down.svg');
	width: 12px;
	height: 7px;
	bottom: 31%;
	opacity: .23;
	transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
}
.navbar-default .navbar-nav>.dropdown>a:hover .caret {
	opacity: 1;
}

/* Top basket*/
.header-cart{
    min-height: 100px;
}
.header-cart__open-cart{
	background-color:#D2222A;
}

.header-cart__items:before,
.header-cart__items:after {
    display: none;
}

.header-cart__items {
	color:#F8F7F3;
	margin-right: 15px;
}
.header-cart__items svg{
	position: absolute;
	width: 31px;
	height: 33px;
	top: -2px;
	left: 3px;
}
.header-cart__items .header-cart__items-num {
	top: 6px;
	font-size: 16px;
	font-weight: normal;
	color: #E99194;
}
.header-cart-quantity-holder{
  overflow: hidden;
}
.header-cart__qty {
	opacity: .3;
	font-size: 14px;
  display:inline-block;
}
.header-cart-quantity-holder .header-cart__qty{
  padding: 0px 5px;
}

.header-cart-quantity-action{
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 0px 2px;
}
.header-cart-quantity-action:hover{
  color: #fff;
  opacity:.6;
}

.header-cart__product-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 18px;
	margin-top: -5px;
}
.header-cart__product-image--hover {
    line-height: 40px;
}

.header-cart__product:hover {
	background-color: #b92927;
	border-top: 1px solid #b92927;
	border-bottom: 1px solid #b92927;
}
.header-cart__divider {
	border: 2px solid #b92927;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 0;
}

.header-cart__price{
	font-size: 20px;
	color: rgba(255, 255, 255, 0.9);
}
.header-cart__price:after{
	content: 'грн.';
	font-size: 14px;
	font-weight:normal;
	display:block;
	opacity: 0.5;
	margin-top: -8px;
}

.header-cart__subtotal {
	color: rgba(0,0,0,.3);
	margin-right: 10px;
	font-size: 16px;
}
.header-cart__subtotal-box {
   text-align: center;
	 color: rgba(0,0,0,.3);
}
.header-cart__subtotal-price {
  color: rgba(255,255,255,.7);
}
.header-cart__subtotal-price:after{
	content: 'грн.';
	font-size: 14px;
	font-weight:normal;
	opacity: 0.5;
	margin-left:5px;
}


/* / top basket */


/* modal basket */

.modal .header-cart__open-cart {
	visibility: visible;
	opacity: 1;
	width: 100%;
	font-family: 'PT Sans Narrow', sans-serif;
	box-shadow: none;
	-webkit-box-shadow: none;
}

@media screen and (min-width: 768px) {
	.modal-dialog { width: 400px; }
}

/* /  modal basket */


.banners {
	background: #D2222A;
}
.banners-box {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	opacity: .9;
	padding: 45px 10px 45px 60px;
	/* min-height: 130px; */
	/* vertical-align: bottom; */
}
	.banners-box img {
	  position: absolute;
	  left: 0;
	  bottom: 0;
	  top: 0;
	  margin: auto;
	}
.banners-box:hover{
	color: #fff;
	opacity: 0.7;
}

.banners--medium{
	background-color:#da0023;
	color:#fff;
}
	.banners--medium.centered {
		text-align: center;
	}
.banners--big {
	background: url(../images/noise_pattern.png?1408608328),linear-gradient(to right,#e86b4c 0,#e13537 50%,#e86b4c 100%);
	padding: 24px;
}

.navbar-default .dropdown-menu>li>a {
	background-color: #D2222A;
	padding: 15px 25px;
	/* font-weight: 700; */
	border-bottom: 1px solid #b92927;
	color: #f3f2eb;
	font-size: 18px;
}
.navbar-default .dropdown-menu>li:hover>a {
	background-color: #b92927;
}
.navbar-default .dropdown-menu {
  border-top: 1px solid #b92927;
}

/* PRODUCTS LIST*/
.nav.nav--filter a{
	/* font-size: 14px; */
	display: inline-block;
	/* padding: initial; */
}
.nav.nav--filter .nav.nav--filter a{
	padding-left:25px;
	font-size: 12px;
}

.recent-news a {
	color: #000;
}
.recent-news a:active {
	text-decoration: none;
}


/* Pagination */


.pagination{

}

.pagination li.page-prev a,
.pagination li.page-next a{
	margin: 0 20px;
	border: 2px solid #D2212A;
	padding: 6px 30px;
	color: #fff;
	background-color: #D2212A;
	opacity: 1;
}


.pagination>li>a {
	box-shadow: none;
	-webkit-box-shadow: none;
	transition: all .1s;
}
.pagination>li>a:hover {
	background-color: #fff;
	opacity: .7;
}
.pagination li.page-current a,
.pagination li.page-current a:hover {
	background-color: #BBBBBB;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border-color: #BBBBBB;
	opacity: 1;
	border-radius: 5px;
}
.pagination .glyphicon-chevron-left, .pagination .glyphicon-chevron-right {
	width: 16px;
}

.glyphicon-chevron-right:before,
.glyphicon-chevron-left:before {
	content: '';
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px 12px;
	width: 16px;
	height: 12px;
	display: block;
}
.glyphicon-chevron-right:before {
	background-image: url(../images/icon-arrow-white-right.svg);
}
.glyphicon-chevron-left:before {
	background-image: url(../images/icon-arrow-white-left.svg);
}

.pagination .page-next a:hover,
.pagination .page-prev a:hover {
	background-color: #b92927;
	border-color: #b92927;
	opacity: 1;
}


/* /Pagination */


.single-product__price:after {
	display: none;
}

.single-product__price .currency_name {
	font-weight: normal;
	font-size: 18px;
	opacity: .7;
}

.invalid{
	border-color:#da0023!important;
}

.white-text {
	color: #fff;
	font-size: 16px;
}


html.no-touch .product-overlay__cart {
	width: 100%;
	z-index: 2;
	text-align: center;
	padding-right: 14px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.8);
}
.products__single .product-overlay__cart:hover{
	background-color: #b92927;
}
html.no-touch .product-overlay__cart.in_stock {
	/* width: 100%; */
}
html.no-touch .product-overlay__more{background: rgba(65,60,53,0);}
html.no-touch .product-overlay:hover .product-overlay__more {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
		opacity: .8;
}
html.no-touch .product-overlay__stock {
	right: auto;
}
html.no-touch .product-overlay .main_link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.products__single {height: 330px;overflow: hidden;/* height: 300px; */}
.products-list .products__single {
  /* height: auto; */
  overflow: hidden;
  height: 375px;
}

.products-list .product-item-desc {
    height: 100px;
    overflow: hidden;
}
.products__single .products__image{
  margin-bottom:15px;
}
.products__single .products__title {
	word-wrap: break-word;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: rgba(0,0,0,.8);
}
.products__single .products__price{
	font-size: 20px;
	/* float: none; */
	text-align: right;
	/* line-height: 27px; */
}
.products__single .products__price:after{
	content: 'грн.';
	opacity: .5;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	margin-top: -5px;
	display: block;
}

.quantity .quantity__button, .quantity .quantity__input {
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	line-height: 18px;
	font-size: 20px;
}

.quantity input {
	margin: 0;
	padding: 0;
}

.uppercase {
	text-transform: uppercase;
}

.sidebar-container a {
	color: #000;
}
.sidebar-container a:active {
	text-decoration: none;
}

.flying-image{
	position:absolute;
	width:60px;
	height:60px;
	border-radius: 5px;
}

.banners--small--social .social .zocial-email, .banners--small--social .social .zocial-facebook, .banners--small--social .social .zocial-pinterest, .banners--small--social .social .zocial-vk, .banners--small--social .social .zocial-twitter{
  font-family: zocial,sans-serif;
  padding: 9px 0 0 11px;
  width: 36px;
  height: 36px;
  color: #b1b0a7;
  margin: 0 5px 0 0;
  display: inline-block;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  float: left;
	text-transform:none!important;
}



.gallery-album{
	position: relative;
	min-height:200px;
}
.gallery-album .image-item{
	width:25%;
	padding:0 2% 2% 0;
	position:absolute;
	top:0px;
	left:0px;
}
.gallery-album .image-item img{
	width: 100%;
}

/* Top Banner*/
.swiper-top-banner{

}
.swiper-top-banner .swiper-pagination{
	bottom: 45px;
}
.swiper-top-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.swiper-top-banner .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px;
}

.jumbotron {
	height: 470px;
	background-position: center center;
	background-size: cover;
	/* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.jumbotron__title {
	font-family: 'PT Sans Narrow', sans-serif;
	margin-bottom: 30px;
	text-transform: initial;
}
.jumbotron__subtitle{
	/* font-family: 'PT Sans', sans-serif; */
	font-style: italic;
	font-size: 17px;
	line-height: 20px;
}

.btn-jumbotron {
	/*	background: #e5e5dc;
	border: 2px solid #e5e5dc;
	color: #413c35;*/
	background: #D2222A;
	color: rgba(255,255,255,.9);
	border: 2px solid #D2222A;
	padding: 8px 30px;
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
	font-size: 17px;
	font-weight: 400;
	position:relative;
	overflow:hidden;
	text-transform: initial;
	opacity:1;
	outline: none;
	}
.btn-jumbotron:hover {
	background-color: #B92027;
	border-color: #B92027;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: .3;
}
.swiper-pagination-bullet-active {
    background: #c7032c;
    opacity: 1;
}


.btn-jumbotron:after{
	content: '';
	display:block;
	background: #e5e5dc;

	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100px;
	z-index:-1;

	-webkit-filter: blur(30px) invert(.5) opacity(0.6);
	-mox-filter: blur(30px) invert(.5) opacity(0.6);
	-ms-filter: blur(30px) invert(.5) opacity(0.6);
	filter: blur(30px) invert(.5) opacity(0.6);
}
/* -- */

/* Main Widgets*/
.products-navigation__title{
	background: transparent;
}
.products-navigation__title h3{
	font-size: 30px;
	font-weight: bold;
}
.products-navigation__links{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 17px;
	text-align: center;
	line-height: 30px;
	float:right;
	margin-right: 30px;
}

.product-menu.products-navigation__links {
    float: none;
    text-align: left;
    padding: 0;
	margin-top: 30px;
}
	.product-menu.products-navigation__links a {
		margin-right: 20px;
	}

.mob-only {
	display: none;
}
.mob-only .products-navigation__links {float: none; margin-right: 0;}
.products-navigation__links a {
	color: rgba(208,34,42,.6);
	border-bottom: 1px solid rgba(210,34,42,.2);
	/* text-decoration: underline;*/
	/* text-align: center; */
	/* display: inline-block; */
}
.products-navigation__links a:hover{
	text-decoration: none;
	color: rgba(208,34,42,.9);
}

.products-navigation__arrows a{
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-left: 15px;
}
.products-navigation__arrows a:first-child{
	margin-left: 0px;
}
.products-navigation__arrows a span{
	width: 28px;
	height: 28px;
}
.products-navigation__arrows a span svg{
	fill:#D3232B;
}

.widget-menu{

}
.widget-menu .btn{
	margin-bottom:10px;
	margin-right:5px;
}

.main-widget-1{
	background: url(../images/pattern_store.png) repeat;
	padding: 53px 0px 80px;
}

.main-widget-corporate{
	background: #eeeeee url(../images/pattern_corporate.png) repeat center center;
	padding: 80px 0px;
}

.main-widget-testimonials{
	background: #eeeeee;
	padding: 70px 0px 80px;
}

.main-widget-partners{
	background: #ffffff;
	padding: 60px 0px;
}

.main-widget-blog{
	background: #eeeeee url(../images/pattern_gastrointeresno.png) repeat;
	padding: 60px 0px 0px;
}

.main-widget-masterchef {
	color: rgba(255,255,255,.6);
	padding: 60px 0px 0;
	background: #6D7A8A;
}

	.main-widget-masterchef h2 {
		color: #fff;
		font-size: 30px;
	}
	.main-widget-masterchef .widget-text {
		font-size: 18px;
	}

	.read-more-holder {
		width: 260px;
		margin: 70px 0 35px;
	}

/* / Main Widgets*/

/* ÃÂ³ÃÂ»Ã‘Å½ÃÂº Ã‘Â ÃÂ¿ÃÂ¾Ã‘ÂÃÂ²ÃÂ»ÃÂµÃÂ½ÃÂ¸ÃÂµÃÂ¼ ÃÂ¸ ÃÂ¸Ã‘ÂÃ‘â€¡ÃÂµÃÂ·ÃÂ°ÃÂ½ÃÂ¸ÃÂµÃÂ¼ ÃÂºÃÂ½ÃÂ¾ÃÂ¿ÃÂµÃÂ¸ ÃÂ·ÃÂ°ÃÂºÃÂ°ÃÂ·ÃÂ° ÃÂ¸ÃÂ· Ã‘ÂÃÂ¿ÃÂ¸Ã‘ÂÃÂºÃÂ° Ã‘â€šÃÂ¾ÃÂ²ÃÂ°Ã‘â‚¬ÃÂ¾ÃÂ²*/
.product-overlay{
	opacity:0;
}

/* FEEDBACK */
.page-category-testimonials{}

.feedback-list{}

.feedback-text{
	font-size: 17px;
	font-style: italic;
}
.feedback-author{
	text-align: right;
	height: 80px;
}
.feedback-ava{
	position: absolute;
	right: 233px;
	width: 80px;
	height: 80px;
	background-size: contain;
	-webkit-border-radius:50%;
	-mox-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}
.feedback-ava img{
	width:100%;
}
.feedback-name{
	display:inline-block;
	text-align:left;
	padding-left:10px;
	overflow:hidden;
	line-height: 40px;
	min-width: 185px;
	margin-top: 7px;
}
.feedback-name cite{font-size: 18px;color: #000;font-weight: bold;display: block;}
.feedback-name span{line-height: 17px;display: block;font-size: 15px;opacity: .6;}
.feedback-delimiter{margin: 20px -15px 3px; opacity:.7;}
.feedback-delimiter svg{
	width:100%;
	height: auto;
}

.feedback-list .feedback-delimiter{margin: 10px 0px 3px;}
.feedback-list .feedback-item{margin: 0px 10px 80px;}
.feedback-list .feedback-text{margin: 0px 10px;}

/* / FEEDBACK */

/* Blog */
.widget-posts{

}
.widget-posts .post-item{/* transition: all 1s; */overflow: hidden;}
.widget-posts .post-item a{color: #000;}
.widget-posts .post-item a:hover{color: #da0023;opacity: 1;text-decoration: none;}
.widget-posts .post-item a:hover img{
    /* zoom: 1.1; */
    /* transform: translate(0%, 0%) scale(1.1); */
}
.widget-posts .post-item .post-image {
    width:100%;
    height:190px;
    background-size: cover;
}
.widget-posts .post-item img{
    transition: transform .1s linear;
}
.widget-posts .post-item .post-title{font-size: 18px;opacity: .8;}
.widget-posts .post-item .post-short-text{

}

/* / Blog */

/* Checkout */
.page-checkout{

}

.page-checkout .delivery-price{
    font-size: 18px;
    color: rgba(204, 31, 42, 0.5);
    padding-left: 15px;
}
.page-checkout .delivery-price:after{
	content: ' грн.';
	font-size: 14px;
}
.page-checkout .right-note{
    color: rgba(204, 31, 42, 0.5);
}

.page-checkout .checkbox-label{
	position:relative;
	padding-left:20px;
	font-style: italic;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.5);
}
.page-checkout .checkbox-label input[type="checkbox"]{
	position:absolute;
	left:0px;
}

.page-checkout details{

}
.page-checkout summary{
	color: rgba(208, 32, 42, 0.6);
	text-decoration: underline;
}

.shop_table>thead {

}
.shop_table>thead th{border-top: 0px!important;border-bottom: 3px solid #ccc;font-size: 18px!important;font-weight: normal;color: rgba(0, 0, 0, 0.5);}
.shop_table>tfoot {
    background-color: #F8F8F8;
		font-weight: normal;
}

.shop_table>tfoot .total {
    background-color: #2C3E50;
		color:#fff;
		font-weight: bold;
}

/* / Checkout */


.banners--big .banners--big__text {
	font-size:18px;
}
.banners--big {
	padding: 8px 24px;
}

/*.grid-sizer,
.gallery-album .image-item { width: 22%; }
.gutter-sizer { width: 4%; }
.grid-item--width2 { width: 48%; }*/

.header-cart:before {
    content: "";
    position: absolute;
    background-color: transparent;
    width: 0px;
    height: 0px;
    top: 50%;
    left: 0;
    margin-top: -18px;
}

.header-cart__product-title .header-cart__link {
	color: rgba(255, 255, 255, 0.9);
}

/* BTN */

.btn.btn-small{
	/*background: transparent;*/
	/*border: 1px solid rgba(255,255,255,1);*/
  border-width: 2px;
	font-size: 13px;
	font-weight: normal;
	opacity: .6;
	padding: 3px 5px;
}
.btn.btn-small:hover{
	opacity: 1;
	color:#fff;
}

.btn.btn-big{
	background: transparent;
	border: 3px solid rgba(255,255,255,1);
	border-radius: 6px;
	color:#fff;
	font-size: 20px;
	font-weight: normal;
	opacity: .6;
	display: block;
	padding: 10px 10px;
}
.btn.btn-big:hover{
	opacity: 1;
	color:#fff;
}

.btn-big.btn-secondary {
	font-size: 16px;
    padding: 13px 10px;
	border-color: rgba(255,255,255,.15);
}

.custom-row .btn-big {
	margin-left: -10px;
	margin-right: -10px;
}

/* carousel slide*/
.carousel.slide{

}
.carousel.slide .products__single{
	height:auto;
}

.carousel.slide .products__single .products__title{
  height:55px;
}

/* /carousel slide*/

/* CONTENT BLOCK */
.center-block > section{
	padding:40px 0px;
}
.center-block section.no-pad{
	padding:0px 0px;
}
/* /CONTENT BLOCK */

/* Footer */
.footer-widgets {
  font-family: "PT Sans Narrow", sans-serif;
  color: rgba(255, 255, 255, 0.3);
	font-size: 16px;
}
/*.footer-widgets *{
  color: rgba(255, 255, 255, 0.3);
}*/
.footer-widgets:after {
	display: none;
}
.footer-widgets .footer-widgets__contact, .footer-widgets .footer-widgets__navigation, .footer-widgets .footer-widgets__tags {
    margin: 55px 0 5px;
}

.footer-logo{
	width: 185px;
	opacity: .3;
}
.footer-follow{
	font-size: 17px;
	font-style: italic;
	color: #fff;
	margin: 15px 0px;
}
.footer-follow .soc-icon {
	opacity: .3;
}
.footer-widgets .nav-footer>li>a {
		font-size:18px;
		padding: 0;
		color: rgba(255, 255, 255, 0.3);
		font-weight: normal;
		line-height: 40px;
		text-transform: uppercase;
}

.footer-contacts{

}
.footer-contacts .contact-phones{
	overflow: hidden;
}
.footer-contacts .contact-phones .ico-phone {
    width: 16px;
    height: 19px;
    fill: #6C7885;
    stroke: #6C7885;
	position: relative;
	top: 1px;
}

.footer-contacts .contact-phones > div:first-child{
	display: inline-block;
	float: left;
}
.footer-contacts .contact-phones > div:first-child a{display: block;font-size: 27px;color: rgba(255, 255, 255, 0.3);}
.footer-contacts .contact-phones > div:first-child a .glyphicon{font-size: 18px;}
.footer-contacts .contact-phones > div:last-child{
	display: inline-block;
	line-height: 17px;
	font-size: 17px;
	height: 70px;
	float: none;
	padding-top: 18px;
	padding-left: 28px;
	position: relative;
	margin-left: 10px;
}
.footer-contacts .icon-block{
	display: inline-block;
	position: relative;
	padding-left: 25px;
}
	.footer-contacts .icon-block .conficon{
		position:absolute;
		top:5px;
		left:0px;
	}

		.footer-contacts .conficon svg {
			fill: rgba(255, 255, 255, 0.7);
		}

	.footer-contacts .icon-block.icon-block-sm{
		padding-left: 20px;
	}
	.footer-contacts .icon-block.icon-block-sm .conficon{
		top:4px;
		left:0px;
		width:15px;
	}
.footer-contacts .conficon-clock{
	position: absolute;
	width:19px;
	height:19px;
	top:calc(50% - 9px);
	left: 0px;
	opacity: .3;
}

.subscribe {}

	.subscribe-form {
		margin-top: 5px;
		width: 180px;
		height: 37px;
		border: 2px solid #5D6B78;
		padding: 1px;
		position: relative;
	}

		.subscribe-form input[type="text"],
		.subscribe-form input[type="email"]{
			border: none;
			background: none;
			width: 130px;
			height: 31px;
			padding: 5px 10px;
			outline: none;
			color: #5B6671;
		}

		.subscribe-form button.submit {
			border: none;
			background: #425262;
			width: 37px;
			height: 31px;
			top: 1px;
			right: 1px;
			position: absolute;
		}
			.subscribe-form button.submit svg {
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				margin: auto;
				width: 20px;
				height: 15px;
				fill: #2C3E50;
			}


	.subscribe .error {
		color: red;
		font-size: 14px;
		margin-top: 5px;
	}

.contact-email{
	margin:20px 0px;
}
.contact-email a{line-height: 20px;color: rgba(255, 255, 255, 0.3); }
.contact-email a:hover{color: rgba(255, 255, 255, 0.2);}
.contact-email .conficon-email{width: 20px;height: 20px;}

.contact-email span.lne {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.contact-email a:hover span.lne {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-address{
	display: block;
	padding-bottom: 5px;
}
.follow-label {
	margin-bottom: 10px;
	opacity: .3;
}

.footer-contacts .conficon.conficon-point{
	width:18px;
	top:2px;
	opacity: .4;
}

.footer-contacts .contact-address-info{font-size: 14px;margin-top: 5px;}

.footer {
  font-family: "PT Sans Narrow", sans-serif;
  padding: 18px 0;
  color: rgba(255, 255, 255, 0.3);
  background-color: #2C3E50;
}
/* / Footer */

/* SOC icons*/
.soc-icon{
	transition: all .1s;
	-moz-transition: all .1s;
	-webkit-transition: all .1s;
	position: relative;
	display: inline-block;
	width: 38px;
	height: 38px;
	/* border-radius: 50%; */
	text-align: center;
	line-height: 38px;
	color: #5d564c;
	/*-webkit-box-shadow: 0 0 0 1px #b1b0a7;
	box-shadow: 0 0 0 1px #b1b0a7;*/
	margin-right: 5px;
	font-size: 17px;
	margin-bottom: 10px;
	background-size: cover;
	overflow: hidden;
}
.soc-icon:hover{
	transform: scale(1.1) rotateZ(10deg);
	opacity: 1;
}
.soc-icon.soc-fb-long{
	width:135px;
	background-image: url(../images/icon-social-facebook-long.png);
	font-size: 15px;
	color: rgba(255, 255, 255, 0.8);
	/* height: auto; */
	/* line-height: 80px; */
	padding-left: 35px;
	text-align: left;
}
.soc-icon.soc-fb{
	background-image: url(../images/icon-social-fb.png);
}
.soc-icon.soc-vk{
	background-image: url(../images/icon-social-vk.png);
}
.soc-icon.soc-yt{
	background-image: url(../images/icon_social_youtube.png);
}
.soc-icon.soc-tw{
	background-image: url(../images/icon_social_twitter.png);
}
.soc-icon.soc-in{
	background-image: url(../images/icon_social_instagram.png);
}

/* /SOC icons*/

/* Breadcrums */
.breadcrumbs{
	background-color: #EEEEEE;
	background-image: none;
	font-family: 'PT Sans Narrow', sans-serif;
}
.breadcrumb>li+li:before {
	background: transparent url(../images/icon-arrow-breadcrumb.svg) 7px center no-repeat;
	padding-left: 15px;
	opacity: .5;
	content: "";
}

/* /Breadcrums */


/* Shop */
.page-category-products{
	background: transparent url(../images/pattern-store-lighter.png) top center
}
.shop-filter .btn{
	margin-bottom:15px;
}
/* / Shop */

/* Blog */

.blog-bg-white {
	background-color: rgba(255,255,255,.5);
}
.page-blog-category,
.page-blog-post{
	background: transparent url(../images/pattern_gastrointeresno.png) top center
}

.blog-list{

}
.blog-list article {
  height: 300px;
}
.blog-list .post-image {width: 100%;height: 66%;background-size: cover;background-position: 50%;}
.blog-list .post-image img{display: none;}
.blog-list h3{margin-top: 10px;margin-bottom: 2px;font-size: 18px;font-weight: normal;}

.blog-list-item:hover h3.blog-title {
    color: #da0023;
}
.blog-list h3 a{

}
.blog-list h3 a:hover{color: #da0023;}
.blog-list-item{

}
.blog-list-item figure{

}

.widget-blog{border: 10px solid #EEE;padding: 20px 30px;background: rgba(255,255,255,.5);}
.widget-blog article{overflow: hidden;margin: 10px 0px 20px 0px;}
.widget-blog h3{color: #CC1F2A;font-weight: normal;margin-top: 5px;opacity: .8; margin-bottom: 26px;}
.widget-blog article h4{/* opacity: .7; */margin: 0px;font-weight: normal;font-size: 16px; word-break: break-word;}
.widget-blog article a:hover h4{color: #da0023;opacity: .8;}
.widget-blog article summary{

}
.widget-blog article figure{float: left;width: 50%;height: 90px;margin-right: 3%;background-size: cover;background-position: center;}

/* / Blog */

/* Contacts */
.title-right-subtitle{font-size: 18px;line-height: 30px;}
.contact-list{}
.contact-item{
    font-size: 16px;
}
.contact-item h3{
    font-size: 20px;
    font-weight: normal;
    color: rgba(204,31,42,.8);
    margin: 0px 0px 20px 0px;
}
.contact-item summary{}
.contact-item .contact-phone{
    font-weight: bold;
    margin: 3px 0px;
}
.contact-item .contact-email{
    margin: 3px 0px;
}
.contact-item .contact-email a{
    color: #da0023;
    line-height: 16px;
}
.contact-item .contact-worktime{
    margin: 3px 0px;
}
/* / Contacts */

/* Special/Exclusive*/
.page-category-special{
    padding-top: 0px!important;
}
.page-special{}
.big-header{
	height:400px;
}
.big-header-holder{
    height: 400px;
    overflow: hidden;
    z-index: 2;
    position: relative;
}
.big-header-holder h2{
    font-size: 50px;
    color: #fff;
    text-align: center;
    line-height: 340px;
    z-index: 2;
}
.big-header-image{
	background-size: cover;
	background-position: center center;
	position: relative;
}
.big-header-image:after,
.jumbotron:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  /*  background: -webkit-gradient(linear,left top,right top,from(rgba(38,35,31,.8)),color-stop(50%,rgba(65,60,53,0)),to(rgba(38,35,31,.8)));
  background: -webkit-linear-gradient(left,rgba(38,35,31,.8) 0,rgba(65,60,53,0) 50%,rgba(38,35,31,.8) 100%);
  background: linear-gradient(to right,rgba(38,35,31,.8) 0,rgba(65,60,53,0) 50%,rgba(38,35,31,.8) 100%);
*/
  background: rgba(4,0,1,.41);
  opacity: 1;
}

/* / Special/Exclusive*/

/* Partrers */
.page-category-partners{}
.page-category-partners h3{}
/* Team */

.widget-manager{}
.widget-manager h4{
    color: rgba(0, 0, 0, 0.5);
}
.widget-manager .manager-item{
    position: relative;
    padding-left: 80px;
    font-size: 18px;
}
.widget-manager .manager-name{
    font-size: 27px;
    margin-top: 25px;
    font-weight: normal;
    margin-bottom: 2px;
}
.widget-manager .manager-image{
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    position: absolute;
    left: 0px;
}
.widget-manager .manager-phone{}
.widget-manager .manager-email{
    font-size: 16px;
}
/* /Team */

/* Gallery */
.gallery-list{}
.gallery-list .image-item{
    overflow: hidden;
/*  height: 180px;*/
	height: auto;
	margin-bottom: 20px;
}
.gallery-list .image-item img{
    width: 100%;
}
.gallery-list .image-item a{}
/* / Gallery */


/* CONTENT - style only please! */
.content{
	font-size: 18px;
	line-height: 180%;
	color: rgba(0,0,0,.5);
}
.content figure{

}
.content figure.image-main{
	margin-bottom:20px;
}
.content a{text-decoration: underline;/* opacity: .7; */color: rgba(218, 0, 35, 0.7);}
.content a:hover{
	text-decoration: none;
	color: rgba(218, 0, 35, 0.9);
}

.content ul, .content ol{

}
.content ul li{
	list-style-type: none;
	position: relative;
}
.content ul li:before{
	content: '';
	background-color: rgba(218, 0, 35, 0.7);
	display:block;
	position: absolute;
	left: -20px;
	top: 12px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
/* / CONTENT */

.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}

.products-navigation__arrows {
	background: transparent!important;
}

@media (max-width: 1199px){
  .top .contact-line {
    margin-left: 0px;
}

}
@media (min-width: 992px){
  .navbar {
    border-radius: 4px;
    /*padding-top: 20px;*/
  }
  .navbar-default .navbar-nav>li>a {
    /*padding: 7px 10px;*/
    padding: 17px 10px 7px 10px;
  }
	.navbar-default .navbar-nav>li>a:after{
	  background-color: #b92927;
	  height: 8px;
	}
	.header-cart:after{
		height: 8px;
	  background-color: #b92927;
	}
	.navbar-default .navbar-nav>li:hover>a {
    color: #fff;
	}

  /*.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-top: 17px;
    }*/

  .navbar-default .navbar-nav>.dropdown>a .caret {
    bottom: 0px;
  }
	/*.navbar-default .navbar-nav>li>a .glyphicon {
    bottom: 22%;
    right: 50%;
	}*/
}
@media (max-width: 991px){
  body{
    overflow-x: hidden;
  }

	.products-navigation:after {
		display: none;
	}
	.products-navigation__arrows {
		background-color: transparent;
		float: right;
		padding-left: 10px;
	}

  .top {
    max-height: 120px;
    height: 70px;
  }

  .topline-menu{
    position: absolute;
    top: 5px;
  }

  .topline-contacts{
    position: absolute;
    top:0px;
    right:0px;
    width: auto;
  }
    .topline-contacts .contact-item:first-child{
      position:absolute;
      top: 30px;
      font-size: 10px;
      display: none;
    }
    .topline-contacts .contact-item.callme-form-holder{
      position:absolute;
      top: 29px;
      left: 55px;
      font-size: 11px;
      margin-right: 0px;
    }
    .contact-item.phones-block{

    }
    .contact-item.schedule-holder{
      margin-right:0px;
    }

  .topline-social{

  }

  .basket-button-holder{
    position:absolute;
    right: 18%;
    width: auto;
    padding: 0px;
  }

  /* .products-list .products__single {
    height: 345px;
  } */

  .products-list .products__single {
    height: auto;
  }


}

@media (max-width: 768px){
	.products-navigation:after {
		display: none;
	}
	.products-navigation__arrows {
		background-color: transparent;
		float: right;
		padding-left: 10px;
	}
  .products-list .products__single {
    height: auto;
  }
}

/* smartphone version */

@media (max-width: 580px) {

	.header .header-logo {
		padding: 0px 0;
	}

	.top__menu .nav li:last-child {
		/*display: none;*/
	}

	.top .nav>li {
		margin-top: 0px;
    margin-right:10px;
		/* font-size: 20px; */
	}

  .top .nav>li a{
     font-size: 10px;
     line-height: 20px;
  }

  .basket-button-holder{
    top: -9px;
  }

  .contact-line .contact-item {
		line-height: normal;
		margin-top: 0px;
		font-size: 10px;
		margin-right: 0px;
	}

  .topline-contacts .contact-item.callme-form-holder{
    font-size: 10px;
    top: 51px;
    left: 30px;
  }
    .callme-form{
      left:-150px;
      padding-bottom:10px;
    }
      .callme-form .btn-red-fill{
        margin-top:5px;
      }
	.contact-item.phones-block {
		font-size:16px;
		padding-left:0px;
		padding-top: 6px;
	}
		.phones-block svg { display: none; }

	.contact-item.schedule-holder {
		position: absolute;
	    top: -62px;
	    right: -20px;
	}
	.top .row div.fix-height.contact-line {
		height: 40px;
		line-height: normal;
	}


	.navbar-toggle .icon-bar {
	    width: 32px;
	    height: 5px;
	}

	.header .navbar-toggle {
		margin: 21px 0;
	}

	.jumbotron {
		height: 437px;
	}

	.banners-box {
		font-size: 14px;
		font-weight: normal;
		padding: 14px 10px 14px 60px;
	}

	.main-widget-1 {
		padding-top: 27px;
	}

	.products-navigation.mob-left {
		text-align: left;
	}
		.products-navigation__title h3 {
			font-size: 25px;
		}

	.products-navigation.mob-left .products-navigation__arrows {
		text-align: right;
	}
	.products__single .products__title {
		font-size: 15px;
	}
	.products__single .products__price {
		font-size: 16px;
	}

  .btn-buy-prod-single{
    margin-top:15px;
    width:100%;
  }

	.read-more-holder {
		margin: 70px auto 35px;
	}

	.main-widget-masterchef {
		text-align: center;
	}

	.main-widget-blog {
		padding-top: 20px;
	}
		.main-widget-blog .widgets__navigation {
			margin: 22px 0;
		}

  .feedback-delimiter svg {
    width: 480px;
    height: 24px;
  }

  .products-list .products__single {
    height: auto;
  }

}

/*  zoom for iphone etc */
@media (max-width: 412px) {
	html {
		zoom: .7;
	}

  #swipebox-overlay{
    width:100%!important;
    height:100%!important;
  }

  .basket-button-holder{
    /* display: inline-block!important; */
    /* position: absolute; */
    /* top: 32px; */
    /* right: 68px; */
  }
  .feedback-delimiter svg {
    height: 22px;
  }

  .products-list .products__single {
    height: auto;
  }
}
