/* FONTS */

/*для Internet Explorer*/

@font-face {
  font-family: asideh2; /* имя шрифта для CSS правил */
  src: local("asideh2"), /* проверяем наличие шрифта в ОС пользователя */
  url(../../../../../fonts/caption.eot); /* если шрифт не установлен, тогда загружаем его по указанному пути */
}
@font-face {
  font-family: NarrowWebBold; /* имя шрифта для CSS правил */
  src: local("NarrowWebBold"), /* проверяем наличие шрифта в ОС пользователя */
  url(../../../../../fonts/PT_Sans-Narrow-Web-Bold.eot); /* если шрифт не установлен, тогда загружаем его по указанному пути */
}
@font-face {
  font-family: NarrowWebRegular; /* имя шрифта для CSS правил */
  src: local("NarrowWebRegular"), /* проверяем наличие шрифта в ОС пользователя */
  url(../../../../../fonts/PT_Sans-Narrow-Web-Regular.eot); /* если шрифт не установлен, тогда загружаем его по указанному пути */
}

/*для других броузеров*/

@font-face {
  font-family: asideh2;
  src: url(../../../../../fonts/caption.otf);
}
@font-face {
  font-family: NarrowWebBold;
  src: url(../../../../../fonts/PT_Sans-Narrow-Web-Bold.ttf);
}
@font-face {
  font-family: NarrowWebRegular;
  src: url(../../../../../fonts/PT_Sans-Narrow-Web-Regular.ttf);
}

body {

	font-family: Arial, sans-serif; /* 'Open Sans', sans-serif; */
	font-weight: normal;
	color: #666;
	font-size: 16px;
	line-height: 1.45;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
  font-family: 'asideh2', Arial, sans-serif;
}
/* default font size */
.fa {
	font-size: 16px;
}
/* Override the bootstrap defaults */
h1, .h1 {
	background-color: #fb838d;
  clear: both;
  color: white;
  display: block;
  font-family: 'asideh2', Arial, sans-serif;
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 5px 20px 8px 20px;
}
h2, .h2 {
  color: #fb838d;
  display: block;
  font-family: 'asideh2', Arial, sans-serif;
  font-size: 26px;
  margin: 20px 0;
  padding: 5px 0;
}
h3, .h3 {
	background-color: #ACC955;
  color: white;
  display: block;
  font-family: 'asideh2', Arial, sans-serif;
  font-size: 24px;
  margin: 20px 0;
  padding: 7px 20px;
}
h4, .h4 {
	font-size: 22px;
}
h5, .h5 {
	font-size: 20px;
}
h6. .h6 {
	font-size: 16px;
}
a {
	color: #6d6d6d;
}
a:hover, a:focus {
  color: #fb838d; /* #F1444A; */
  text-decoration: none;
}
a.red {
  color: #fb838d;
}
a.red:hover {
  color: #C7202E;
}
a.dark-red {
  color: #C7202E !important;
}
a.dark-red:hover {
  color: #fb838d !important;
}
a.dark-green {
  color: #4F9E5C !important;
}
a.dark-green:hover {
  color: #ACC955 !important;
}
blockquote {
  line-height: 26px;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
.m0_0_30_0 {
  margin: 0 0 30px 0;
}
.m20_0_10_0 {
  margin: 20px 0 10px 0;
}
.m30_0_0_0 {
  margin: 30px 0 0 0;
}
.float-left {
  float: left;
}
.m0_20_20_0 {
  margin: 0 20px 20px 0;
}
.mw100 {
  min-width: 100px;
}
#empty {
  background: #acc955;
  font-size: 100%;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
  border-radius: 0;
}
.thumbnail {
  border-radius: 0;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.navbar, .dropdown-menu {
  border-radius: 0;
}
.navbar {
  border: none;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.strong {
  font-weight: bold;
}
.va {
  vertical-align: middle !important;
}
div.table {
  display: table;
  width: 100%;
}
div.td {
  display: table-cell;
  vertical-align: top;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #fb838d;
}

/* HEADER */
header {
  background-color: white;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  div#whatsapp {
    display: inline-block;
    float: left;
    margin: 20px 10px 0 0;
  }
  div#phone {
    display: inline-block;
    float: left;
    margin: 20px 40px 0 0;
  }

}
@media (min-width: 768px) {
  div#phone {
    display: inline-block;
    float: right;
    margin: 15px 0 0 0;
  }
}
@media (min-width: 992px) {
  div#whatsapp {
    display: inline-block;
    float: right;
    margin: 20px 0 0 0;
  }
  div#phone {
    display: inline-block;
    float: right;
    margin: 20px 40px 0 0;
  }
}

div#whatsapp div {
  display: inline-block;
}
div#whatsapp i {
  font-size: 46px;
}
div#whatsapp .large {
  font-size: 26px;
  line-height: 1;
  margin: 0 0 0 10px;
}
div#whatsapp .small {
  margin: 0 0 0 12px;
  font-size: 12px;
}
div#whatsapp span {
  color: #4F9E5C;
}
div#phone div {
  display: inline-block;
}
div#phone i {
  font-size: 40px;
}
div#phone .large {
  font-size: 26px;
  line-height: 1;
  margin: 0 0 0 10px;
}
div#phone .small {
  margin: 0 0 0 12px;
}
div#phone span {
  color: #fb838d;
}

/* TOP MENU */

#topNav {
  border: 1px solid #ddd;
  font-size: 14px;
}
.geoip-module .zone {
  border-bottom: none !important;
  color: #fb838d !important;
}
.geoip-module .zone:hover {
  color: #C7202E !important;
}
.geoip-module {
  font-size: 14px !important;
}
.geoip-choose-region .i a {
  font-weight: normal !important;
}
.geoip-choose-region .i {
  margin-bottom: 5px !important;
}
@media (max-width: 767px) {
  .geoip-title-zone {
    display: none !important;
  }
}
@media (min-width: 768px) {

}
.itemTopNav {
  display: inline-block;
  float: right;
  padding: 10px;
}
.itemTopNav i {
  font-size: 20px;
  float: left;
  margin: 0 5px 0 0;
}
.itemTopNav div {
  display: inline-block;
  float: left;
}

/* CAT MENU */
.wrapCatMenu .navbar-inverse {
  background: #A32B33;
  box-shadow: none;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
  background: #FB838C !important;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: white;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #FDA2A9;
}
.navbar-inverse .navbar-toggle {
  border-color: #FDA2A9;
}
@media (min-width: 768px) {
  .wrapCatMenu .container-fluid, .wrapCatMenu .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

#catMenu {
  background: #A32B33;
}
#navMenu {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  a#dropCatMenu {
    color: white;
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  li#accountDrop {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  a#dropCatMenu {
    color: white;
    font-size: 16px;
    padding-bottom: 17px;
    padding-top: 17px;
  }
}

a#dropCatMenu i {
  color: white;
  
}
.dropCatText {
  font-size: 16px;
}
#navMenu .dropdown-menu {
  border: 1px solid #ccc;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .columns-4 {
    min-width: 720px;
  }
}
@media (min-width: 992px) {
  .columns-4 {
    min-width: 940px;
  }
}
@media (min-width: 1200px) {
  .columns-4 {
  	min-width: 1140px;
  }
}

.dropdown-menu li a {
	
	font-weight: 300;
}
.multi-column-dropdown {
	list-style: none;
  padding: 0;
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #333;
	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #262626;
	background-color: white;
}

@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}

li.capItem a {
  font-size: 18px;
  font-weight: bold;
  padding: 9px 15px 4px 15px;
}
.columns-4 {
  background-color: white !important;
}
li.capItem a:hover {
  color: #C7202E;
}
li.regItem a {
  font-size: 14px;
  padding: 2px 15px;
}
li.regItem a:hover {
  color: #fb838d;
}
li.regItemFirst a {
  font-size: 14px;
  padding: 9px 15px 3px 15px;
}
li.regItemFirst a:hover {
  color: #fb838d;
}
div.logoRow {

}
div.logoRow a {
  display: block;
  margin: 5px 10px;
}
div.logoRow img {

}
/* search */

@media (max-width: 767px) {
  #searchFormMobile {
    border-top: none;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  #searchForm {
    margin: 5px 0 0 0;
  }
}
#search {
	margin: 4px 0 0 0;
}
#search input {
  background: #FDBABF;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  color: black;
  line-height: 20px;
  padding: 0 10px;
  min-width: 300px;
}
#search ::-webkit-input-placeholder {color: #A32B33;}
#search ::-moz-placeholder {color:#A32B33;}/* Firefox 19+ */
#search :-moz-placeholder {color:#A32B33;}/* Firefox 18- */
#search :-ms-input-placeholder {color:#A32B33;}

#search .btn {
  background: #FB838C;
  border: 1px solid #FB838C;
  box-shadow: none;
  font-size: 15px;
  line-height: 18px;
  text-shadow: 0 1px 0 #FFF;
  min-height: 34px;
  min-width: 39px;
}
#search .btn:hover {
  background: #FB838C;
}
#accountDrop a.dropdown-toggle {
  color: white;
  font-size: 16px;

}
#accountDrop .dropdown-menu-right {
  background-color: white !important;
  min-width: 182px;
}

/* top */
#top {
	background-color: white;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  box-shadow: 0 1px 4px rgba(0,0,0,.2);

  padding: 4px 10px 3px 0;
  margin: 0 0 40px 0;
  min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #909090;
	text-shadow: 0 1px 0 #FFF;
	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-links {
  font-size: 15px;
  padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
#top-links li {
  padding: 0 7px;
}
#top-links li i {
  color: #fb838d;
  padding-right: 5px;
}
#top-links li a:hover {
  color: #fb838d;
}
#saleBlock {
  margin: 10px 0 0 0;
  text-align: left;
}
a#saleLink:hover {
  color: #d9534f;
}
#saleLink span, #newLink span {
  font-size: 14px;
}
a#saleLink div, a#newLink div  {
  display: inline-block;
  margin-left: 5px;
}
a#newLink:hover {
  color: #5bc0de;
}
/* logo */
div.logoWrap {
  padding: 10px 0;
  margin: 0 0 10px 0;
}
@media (max-width: 991px) {
  #logo {
    margin: 0;
    width: auto;
  }
}
@media (min-width: 992px) {
  #logo {
    margin: -3px 0;
    width: 200px;
  }
}

/* cart */
@media (max-width: 767px) {
  #cart {
    border: 1px solid #fff;
  }
}
@media (min-width: 768px) {
  .navbar-right {
    float: right!important;
    margin-right: 0;
  }
  ul#cartWrap {
    padding: 0;
  }
  #accountDrop a.dropdown-toggle {
    padding: 17px 15px;
  }
  #cart button.dropdown-toggle {
  	padding: 17px 15px;
  }
}
#cart {
	margin: 0;
}
#cart > .btn {
  background-color: #A32B33;
  border-color: #A32B33;
  box-shadow: none;
  font-size: 16px;
  line-height: 18px;
  color: #FFF;
}
#cart.open > .btn {
	background-color: #FB838C;
  border-color: #FB838C;
}
#cart.open > .btn:hover {

}
#cart .dropdown-menu {
	background: white;
  border-radius: 0;
  z-index: 1001;
  margin: 0;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@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;
}

/* IMAGECATALOG ON HOME */

#item1, #item2, #item3, #item4, #item5, #item6, #item7, #item8, #item9 {
  border: 1px solid #ddd;
  color: white;
  display: block;
  margin: 0 0 20px 0;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .labelItem {
    background: rgba(0, 0, 0, .7);
    bottom: 10px;
    font-family: 'asideh2', Arial, sans-serif;
    font-size: 26px;
    left: 10px;
    line-height: 30px;
    padding: 20px 10px;
    position: absolute;
    text-align: center;
    width: 200px;
    z-index: 999;
  }
  .labelItemMedium {
    background: rgba(0, 0, 0, .7);
    bottom: 10px;
    font-family: 'asideh2', Arial, sans-serif;
    font-size: 26px;
    left: 10px;
    line-height: 30px;
    padding: 20px 10px;
    position: absolute;
    text-align: center;
    width: 200px;
  }
  .labelItemSmall {
    background: rgba(0, 0, 0, .7);
    bottom: 10px;
    font-family: 'asideh2', Arial, sans-serif;
    font-size: 26px;
    left: 10px;
    line-height: 30px;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 200px;
  }
}
@media (min-width: 768px) {
  .labelItem {
    background: rgba(0, 0, 0, .7);
    bottom: 10px;
    font-family: 'asideh2', Arial, sans-serif;
    font-size: 26px;
    left: 10px;
    line-height: 30px;
    padding: 20px 10px;
    position: absolute;
    text-align: center;
    width: 200px;
    z-index: 999;
  }
  .labelItemMedium {
    background: rgba(0, 0, 0, .7);
    bottom: 10px;
    font-family: 'asideh2', Arial, sans-serif;
    font-size: 26px;
    left: 10px;
    line-height: 30px;
    padding: 20px 10px;
    position: absolute;
    text-align: center;
    width: 200px;
  }
  .labelItemSmall {
    background: rgba(0, 0, 0, .7);
    bottom: 10px;
    font-family: 'asideh2', Arial, sans-serif;
    font-size: 26px;
    left: 10px;
    line-height: 30px;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 200px;
  }
}
@media (min-width: 992px) {
  .labelItem {
    background: rgba(0, 0, 0, .7);
    bottom: 10px;
    font-family: 'asideh2', Arial, sans-serif;
    font-size: 26px;
    left: 10px;
    line-height: 30px;
    padding: 20px 10px;
    position: absolute;
    text-align: center;
    width: 200px;
    z-index: 999;
  }
  .labelItemMedium {
    background: rgba(0, 0, 0, .7);
    bottom: 10px;
    font-family: 'asideh2', Arial, sans-serif;
    font-size: 26px;
    left: 10px;
    line-height: 30px;
    padding: 20px 10px;
    position: absolute;
    text-align: center;
    width: 200px;
  }
  .labelItemSmall {
    background: rgba(0, 0, 0, .7);
    bottom: 10px;
    font-family: 'asideh2', Arial, sans-serif;
    font-size: 26px;
    left: 10px;
    line-height: 30px;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .labelItem {
    background: rgba(0, 0, 0, .7);
    bottom: auto;
    font-family: 'asideh2', Arial, sans-serif;
    font-size: 26px;
    left: 80px;
    line-height: 30px;
    padding: 20px 10px;
    position: absolute;
    text-align: center;
    top: 200px;
    width: 200px;
    z-index: 999;
  }
  .labelItemMedium {
    background: rgba(0, 0, 0, .7);
    bottom: auto;
    font-family: 'asideh2', Arial, sans-serif;
    font-size: 26px;
    left: 80px;
    line-height: 30px;
    padding: 20px 10px;
    position: absolute;
    text-align: center;
    top: 130px;
    width: 200px;
  }
  .labelItemSmall {
    background: rgba(0, 0, 0, .7);
    bottom: 10px;
    font-family: 'asideh2', Arial, sans-serif;
    font-size: 26px;
    left: 10px;
    line-height: 30px;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 200px;
  }
}

/* menu */
#menu {
	background-color: #fff;
  border: 1px solid #d2d2cb;
  min-height: 40px;
}
#menu .nav > li > a {
	color: #909090;
	padding: 10px 15px 10px 15px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: #fb838d;
  color: white;
}
#menu .dropdown-menu {
  border-radius: 0;
  padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #909090;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
  color: #909090;
  padding: 3px 20px;
  border-radius: 0;
  font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #fb838d;
}
#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;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 0px;
	}
	#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;
	}
}
div.leftMenu {
  padding: 0;
}
.list-group-item:first-child, .list-group-item:last-child {
  border-radius: 0;
}
.list-group-item span {
  display: inline-block;
  padding-left: 20px;
}
div.capH2 {
  background-color: #ACC955;
  display: block;
  color: #fff;
  font-family: 'asideh2', Arial, sans-serif;
  font-size: 24px;
  padding: 10px 20px;
  text-decoration: none;
}
@media (max-width: 767px) {
  div.capH2 {
    background-color: #F8F8F8;
    color: #ACC955;
    font-size: 24px;
    float: left;
    margin: 3px 0 0 0;
  }
}
i.itemCat {
  margin-right: 5px;
  position: absolute;
  left: 15px;
}

/* MAIN BANNER */
div#mainBanner {
  border: 1px solid #ddd;
  margin: 0 0 20px 0;
  position: relative;
}
div#freeShip {
  position: absolute;
  top: 38%;
  left: 0;
  width: 100%;
}
@media (max-width: 991px) {
  div#freeShip .captionBanner {
    font-family: 'asideh2', Arial, sans-serif;
    font-size: 17px;
    margin: 0;
    width: 390px;
  }
  div#freeShip .textBanner {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  div#freeShip .captionBanner {
    font-family: 'asideh2', Arial, sans-serif;
    font-size: 24px;
    margin: 0;
    width: 390px;
  }
  div#freeShip .textBanner {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  div#freeShip .captionBanner {
    font-family: 'asideh2', Arial, sans-serif;
    font-size: 28px;
    margin: 0;
    width: 390px;
  }
  div#freeShip .textBanner {
    font-size: 18px;
  }
}
div.wrapInto {
  border: 15px solid rgba(0, 0, 0, .4);
  background: white;
  background-clip: padding-box;
  padding: 15px;
}
div#greenText {
  color: #4F9E5C;
}
div#redText {
  color: #C7202E;
}
/* SLIDESHOW */
div#special {
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
  margin: 0 0 20px 0;
  width: auto;
}
div#special img {
  width: 100%;
}
div#delivery a {
  background: #acc955;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
  color: white;
  display: block;
  font-family: 'NarrowWebRegular';
  height: 121px;
  margin: 0 0 20px 0;
  text-align: left;
  text-decoration: none;
}
div#delivery a i.fa-gift {
  display: block;
  font-size: 58px;
  margin: 35px 10px 0 15px;
}
div#delivery a i {
  font-weight: normal;
}
div#delivery a .h3 {
  font-size: 22px;
  margin: 38px 0 0 0;
  line-height: 24px;
  padding: 0;
}
div#delivery a span {
  color: #ebff96;
  font-family: 'NarrowWebBold';
  font-size: 18px;
}
.owl-carousel {
  background: none !important;
}
.owl-pagination {
  top: 10px !important;
}
.owl-wrapper-outer {
  border: 0 !important;
}

/* content */


@media (max-width: 767px) {
  #content {
    clear: both;
  }
  div.itemList {
    float: left;
  }
  div.itemList .table {
    width: auto;
  }
  div.itemList a {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  div.catList {
    display: table;
  }
  div.itemList {
    display: inline-block;
    float: none;
  }
}

div.itemList a img {
  border: 1px solid #ddd;
  margin-right: 10px;
  width: auto;
}
div.itemList a:hover img {
  border: 1px solid #fb838d;
}
div.subCatCap {
  font-family: 'asideh2', Arial, sans-serif;
  font-size: 22px;
  line-height: 26px;
  min-height: 70px;
  padding-top: 5px;
  text-align: center;
}
.newest {
  background: #fb838d;
  margin: 0 0 20px 0;
}
div.well {
  background: white;
}
img.imgConLeft  {
  margin: 5px 10px 5px 0;
  float: left;
}
img.imgConRight  {
  margin: 5px 0 5px 10px;
  float: right;
}
/* footer */
div#wrapFooter {
  background: #333333;
  margin-top: 30px;
  padding: 20px 0 50px 0;
}
footer {
	color: #ddd;
}
footer a {
	color: #999999;
}
footer a:hover {
	color: white;
}
footer h5 {
	font-family: 'asideh2', Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #71892a;
  display: block;
  margin: 20px 0;
  text-transform: uppercase;
}
div#footer-block {
  padding: 0;
}
div#footer-block ul {
  margin: 0 0 20px 0;
}
div#footer-block ul.list-unstyled li {
  display: block;
  margin: 7px 0;
}
div#powered {
  position: relative;
  margin: 20px 0;
  text-align: left;
}
div#powered .legal {
  color: #999999;
  margin-bottom: 10px;
}
div#powered .left {
  color: #999999;
  padding: 10px 0;
}
div#powered .right {

}
div#message {
  cursor: pointer;
  display: block;
  text-align: center;
  width: auto;
  left: 8px;
  top: 8px;
  position: fixed;
}
a.smm {
  border: 2px solid #999999;
  border-radius: 5px;
  display: block;
  float: left;
  height: 40px;
  text-align: center;
  padding: 5px;
  margin: 0 10px 0 0;
  width: 40px;
}
a.smm:hover {
  border: 2px solid #fff;
}
a.smm .fa {
  font-size: 28px;
}
a#vkLink {
  padding: 5px 0 0 0;
}
a#ytLink {
  
}
a#blog {
  margin-right: 0;
}
a#back-top {
  background: #fb838d;
  color: white;
  display: inline-block;
  width: 65px;
  height: 26px;
}
a#back-top:hover {
  background-color: ##C7202E;
}
i.up {
  margin: 5px 0 0 0;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.alert-success a {
  color: #FB838D;
  border-bottom: 1px dashed #FB838D;
}
.alert-success a:hover {
  border-bottom: none;
}
/* breadcrumb */
.breadcrumb {
  background-color: white;
  font-size: 14px;
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid #ddd;
  border-radius: 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: -5px;
	width: 10px;
	height: 10px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 0px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.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: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #ffffff;
	background-color: #ACC955;
	border-color: #ACC955;
}
.btn-primary {
	color: #ffffff;
	background-color: #ACC955;
	border-color: #ACC955;
}
.btn-default:hover, .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #fb838d;
  border-color: #fb838d;
  color: #ffffff;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.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: #acc955;
	border-color: #acc955;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #ACC955;
}
/* 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: #ebff96;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* 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;
}
div#carousel0 {
  border: 0px;

  margin: 40px 0 10px 0;
}
div#carousel0 .owl-wrapper-outer {
  box-shadow: none;
}

/* product list */
.product-thumb {
  background: white;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
  .product-list .product-thumb .image {
   float: left;
   padding: 0 15px;
 }
}
.product-thumb .h4 {
  font-family: 'asideh2', Arial, sans-serif;
  font-size: 22px;
}
.product-thumb .caption {
	padding: 0 20px;
}
.product-thumb .caption a {
	color: #fb838d;
}
.product-thumb .caption a:hover {
	color: #F1444A;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
/* Выравниваем карточки товаров в категории */
.product-grid .product-thumb .caption {
  min-height: 175px;
  position: relative;
}
.transition .caption {
  min-height: 175px;
  position: relative;
}
/* Конец */
@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
   padding: 0 10px;
 }
}
@media (max-width: 767px) {
  .product-list .product-thumb .caption {
  	margin-left: 0;
  	padding: 0 10px;
  }
  .product-grid .product-thumb .caption {

  }
  /* Выравниваем карточки товаров в категории */
  .product-grid .product-thumb .caption {
    min-height: 150px;
  }
  .transition .caption {
    min-height: 150px;
  }
  /* Конец */

}
.product-thumb .rating {
	padding-bottom: 10px;
}
.transition .rating, .product-grid .product-thumb .rating {
  position: absolute;
  bottom: 10px;
  right: 15px;
}
.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 {
	color: #444;
  font-size: 28px;
  margin: 20px 0;
}
.transition .price, .product-grid .product-thumb .price {
  position: absolute;
  bottom: 0;
}
.price-new {
  color: #C7202E;
}
.specPriceProd {
  color: #C7202E;
  font-size: 28px;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
  font-size: 20px;
}
.crossPrice {
  color: #999;
  text-decoration: line-through;
  margin: 0 0 10px 0;
  font-size: 20px;
}
.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: #ACC955;
	color: white;
	line-height: 38px;
	text-align: center;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: white;
	background-color: #9CC225;
	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%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 75px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* CATEGORY */

div#desc4cat {
  height: 300px;
  overflow: hidden;
  position: relative;
}
div#desc4cat:after {
  content: '';
  /* Выводим элемент */
  
  position: absolute;
  /* Абсолютное позиционирование */
  
  right: 0;
  bottom: 0;
  /* Положение элемента */
  
  width: 100%;
  /* Ширина градиента*/
  
  height: 200px;
  /* Высота родителя */
  /* Градиент */
  
  background: -moz-linear-gradient(rgba(255,255,255,0),#fff);
  background: -webkit-linear-gradient(rgba(255,255,255,0),#fff);
  background: -o-linear-gradient(rgba(255,255,255,0),#fff);
  background: -ms-linear-gradient(rgba(255,255,255,0),#fff);
  background: linear-gradient(rgba(255,255,255,0),#fff);
}

div#desc4cat.none:after {
  display: none;
}

div#more {
  border: 1px solid #d1d1d1;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 15px;
  text-align: center;
}


/* product */
div.whiteWrap {
  background-color: white;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
  border: 1px solid #ddd;
  float: left;
  padding: 20px;
  width: 100%;
}
input#input-quantity {
  max-width: 70px;
}
button#button-cart {
  background: #fb838d;
  border-color: #fb838d;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  margin: 0 10px 0 0;
  width: 150px;
}
button#button-cart:active {
  webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
button#butWish, #butComp {
  background: #ACC955;
  border-color: #ACC955;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  color: white;
  height: 41px;
  padding: 5px 0 0 0;
  margin: 0 10px 0 0;
  width: 45px;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #fb838d;
}
div#butGroup {
  width: auto;
}
div.priceProd {
  display: block;
  font-family: 'asideh2', Arial, sans-serif;
  font-size: 30px;
  margin: 20px 0;
}
div.shipItem img {
  
}
div.shipItem label {
  width: 100%;
}
div.shipItem input[type=radio] {
  top: 25%;
}
div.noPadLeft {
  padding-left: 0;
}
ul#payItems label {
  cursor: pointer;
  width: 100%;
}
ul#payItems input[type=radio] {
  top: 25%;
  position: absolute;
  margin-left: -20px;
}
ul#payItems li {
  padding-left: 20px;
}
div.tabsCap h3 {
  margin: 0 0 30px 0;
}
div.deliveryProducts {
  margin: 0 0 30px 0;
}
div.deliveryProducts span {
  color: #fb838d;
}
div.payProduct {
  display: inline-block;
}
div.awards {
  
}
div.awards img {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
div.awards img.h119 {
  max-height: 119px;
}
div.awards img.hmore {

}
div.docs {
  margin-top: 5px;
  margin-bottom: 5px;
}
div.docs a i  {
  font-size: 36px;
  float: left;
  margin: 5px 20px 0 0;
}

/* 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;
}

.mw50 {
  min-width: 50px;
}

/* Резиновое видео */

.video-container {
  margin: 15px 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-responsive {
  margin: 15px 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .left, .right {
     margin: 20px 0;
  }
}

/* Картинки в тексте */
@media (min-width: 768px) {
  .mw300 {
    max-width: 270px;
  }
  .left {
    float: left;
    margin: 0 20px 20px 0;
  }
  .right {
    float: right;
    margin: 0 0 20px 20px;
  }
}

/* COMMENTS */

.vk_comments {
  background: #ACC955 !important;
}

/* INSTAGRAM BLOCK */

#instaBlock {

}
.itm {
  float: left;
  width: 200px;
  height: 200px;
  text-align: center;
  border: 1px solid #ddd;
  position: relative;
}
.ab_scroller {
  margin-bottom: 20px !important;
}
.ab_scroller .ab_scrollbar {
  bottom: -20px !important;
  height: 10px !important;
}
.ab_scroller .ab_scrollSlider {
  background: rgba(0,0,0,0.4) !important;
  border-radius: 0 !important;
}
.ab_scroller .ab_scroller-rightLine, .ab_scroller .ab_scroller-leftLine {
  background: #ddd !important;
}

/* CONTACTS */

.city {
  background: white;
  border: 0;
  margin: 2px 0;
  padding: 0;
}
.city:hover {
  color: #fb838d;
}
.point .h4 {
  color: #fb838d;
}

#phone-icon {
  background: url('../../../../../image/catalog/userful/contacts.png') no-repeat 0 0;
  background-position: 0 5px;
  display: inline-block;
  float: left;
  margin: 10px 0;
  width: 45px;
  height: 48px;
}
#phone-desc {
  display: inline-block;
  margin: 10px 0;
  float: left;
}
#phone-desc p {
  margin: 0 0 5px 10px;
}
#mail-icon {
  background: url('../../../../../image/catalog/userful/contacts.png') no-repeat 0 0;
  background-position: -46px 5px;
  display: inline-block;
  float: left;
  margin: 10px 0;
  width: 45px;
  height: 48px;
}
#mail-desc {
  display: inline-block;
  float: left;
  margin: 10px 0;
}
#mail-desc p {
  margin: 0 0 5px 10px;
}
#whatsapp-icon {
  background: url('../../../../../image/catalog/userful/contacts.png') no-repeat 0 0;
  background-position: -414px 0;
  display: inline-block;
  float: left;
  margin: 10px 0;
  width: 45px;
  height: 48px;
}
#whatsapp-desc {
  display: inline-block;
  margin: 10px 0;
  float: left;
}
#whatsapp-desc p {
  margin: 0 0 5px 10px;
}
#viber-icon {
  background: url('../../../../../image/catalog/userful/contacts.png') no-repeat 0 0;
  background-position: -368px 0;
  display: inline-block;
  float: left;
  margin: 10px 0;
  width: 45px;
  height: 48px;
}
#viber-desc {
  display: inline-block;
  float: left;
  margin: 10px 0;
}
#viber-desc p {
  margin: 0 0 5px 10px;
}
@media (max-width: 1199px) {
  div#jivo-iframe-container.jivo-iframe-container-bottom {
    display: none !important;
  }
}

@media (min-width: 1200px) {

  div#jivo-iframe-container.jivo-iframe-container-bottom {
    display: block !important;
    right: 5px !important;
  }

}

/* FILTER */

.filter {
  border-radius: 0;
}
.cap {
  color: #ACC955;
  font-size: 24px;
  margin: 0 0 20px 0;
}
.subCap {
  color: black;
  font-size: 18px;
  margin: 20px 0 0 0;
}
.break {
  cursor: pointer;
  margin-top: 10px;
}
.break:hover {
  color: #F1444A;
}

/* POPUP CART */

.table-products-cart tr td.totals {
  min-width: 100px;
}

#popup-wrapper .popup-footer a {
  border: 1px solid #fb838d !important;
  background: #fb838d !important;
}

/* GIFT BANNER */

a.leftGift {
  background: url("../../../../../image/catalog/userful/gifts.png") no-repeat;
  display: block;
  margin: 0 auto;
  height: 270px;
  width: 210px;
}

a.leftGift:hover {
  background: url("../../../../../image/catalog/userful/gifts-hover.png") no-repeat;
}

/* GIFT BANNER NEW */

a.leftGiftNew {
  border: 1px solid #ddd;
  display: inline-block;
  margin-bottom: 10px;
}
a.leftGiftBlue:hover {
  border: 1px solid #537599;
  display: inline-block;
  margin-bottom: 10px;
}
a.leftGiftPink:hover {
  border: 1px solid #AE4A84;
  display: inline-block;
  margin-bottom: 10px;
}
a.leftGiftRed:hover {
  border: 1px solid #EA354B;
  display: inline-block;
  margin-bottom: 10px;
}


/*
playback timings (ms):
  captures_list: 0.468
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.008
  esindex: 0.011
  cdx.remote: 87.766
  LoadShardBlock: 204.789 (3)
  PetaboxLoader3.datanode: 192.962 (4)
  PetaboxLoader3.resolve: 510.798 (2)
  load_resource: 541.138
*/