@import url("reset.css");
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,700italic,400,700&subset=latin,cyrillic-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700&subset=latin,cyrillic);
html,
body {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-size: 13px;
	line-height: 1.5;
	color: #444;
	background-color: #fff;
}
p {
	margin-bottom: 15px;
}

h1,
h2,
.header-2 {
	clear: both;
	font-size: 21px;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
h3,
.header-3 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}
a { color: #b1b1b1;}
a:hover {
	text-decoration: none;
}
e[type="button"] {
	cursor:hand;
	cursor:pointer;
}
* {
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container:after,
.clearfix:after {
	clear: both;
	content: " ";
	height: 0px;
	display: block;
}
img {max-width: 100%}
.container {
	margin: 0 auto;
}
input:focus {
	outline: none;
}
*:focus {
	outline: none;
}
/* @end — Общий стиль */
header {
	padding-bottom: 15px;
}
#logo{
	float: left;
	width: 250px;
	font-size: 0;
	margin-top: 30px;
}
#contact #phone{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	font-weight: bold;
}
header .compare_view {
	background: url(../images/icon_compare.png) no-repeat center center;
}
header .cart_view {
	display: block;
	cursor: pointer;
	padding-left: 60px;
	height: 44px;
	background: url(../images/top_cart.png) no-repeat 0 0;
	color: #000;
}
.cart_title {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
	margin-top: -2px;
}
#search  {
	float: right;
	border: 1px solid #000;
	/* overflow: hidden; */
	position: relative;
}
#search .input_search{
	float: left;
	width: 220px;
	height: 32px;
	padding: 0;
	margin: 0;
	border: none;
	color: #888;
	font-size: 14px;
	text-indent: 7px;
}
#search .button_search {
	width: 35px;
	height: 32px;
	float: right;
	padding: 0;
	background: url(../images/search.png) no-repeat center center;
	background-color: #ffd600;
	border: none;
	cursor: pointer;
	font-size: 18px;
	color: #ffd600;
}
#search .button_search:hover {
	background-color: #ffe400;
}
#menu_view {
	display: none;
	background: url(../images/menu_icon.png)0 50% no-repeat;
	overflow: hidden;
	position: relative;
	float: left;
	padding: 0 0 0 36px;
	cursor: pointer;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	line-height: 1;
	color: #000;
	margin-top: 16px;
}
nav  ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
nav  ul a,
#all_brands a {
	text-decoration: none;
}
nav  ul a:hover,
#all_brands a:hover {
	text-decoration: none;
}
#top{
	color: #000;
	height: 47px;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #FFBB00), color-stop(0.82, #FFE100));
	background-image: -o-linear-gradient(top, #FFBB00 0%, #FFE100 82%);
	background-image: -moz-linear-gradient(top, #FFBB00 0%, #FFE100 82%);
	background-image: -webkit-linear-gradient(top, #FFBB00 0%, #FFE100 82%);
	background-image: -ms-linear-gradient(top, #FFBB00 0%, #FFE100 82%);
	background-image: linear-gradient(to top, #FFBB00 0%, #FFE100 82%);
	box-shadow: 0 1px 1px #9F8E80;
	position: relative;
	z-index: 20;
}
#main_menu ul a {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	display: block;
	padding: 0 15px;
}
#main_menu li.selected a,
#main_menu li a:hover {
	background: rgba(255,248,217,1);
	background: -moz-linear-gradient(top, rgba(255,248,217,1) 0%, rgba(255,248,217,1) 19%, rgba(255,248,217,1) 24%, rgba(255,213,17,1) 100%) ;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,248,217,1)), color-stop(19%, rgba(255,248,217,1)), color-stop(24%, rgba(255,248,217,1)), color-stop(100%, rgba(255,213,17,1))) ;
	background: -webkit-linear-gradient(top, rgba(255,248,217,1) 0%, rgba(255,248,217,1) 19%, rgba(255,248,217,1) 24%, rgba(255,213,17,1) 100%) ;
	background: -o-linear-gradient(top, rgba(255,248,217,1) 0%, rgba(255,248,217,1) 19%, rgba(255,248,217,1) 24%, rgba(255,213,17,1) 100%) ;
	background: -ms-linear-gradient(top, rgba(255,248,217,1) 0%, rgba(255,248,217,1) 19%, rgba(255,248,217,1) 24%, rgba(255,213,17,1) 100%) ;
	background: linear-gradient(to bottom, rgba(255,248,217,1) 0%, rgba(255,248,217,1) 19%, rgba(255,248,217,1) 24%, rgba(255,213,17,1) 100%) ;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8d9', endColorstr='#ffd511', GradientType=0 );
	color: #d63b15;
}
#main_menu > ul > li {
  border-left: 1px solid transparent;
  float: left;
}
#main_menu > ul > li > a {
  display: block;
  padding: 12px 15px 11px;
}
#main_menu .video_review_button a{
	padding-left: 35px;
	position: relative;
}
#main_menu .video_review_button a:after{
	content:'';
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/video_review_bg.png) no-repeat 50% 50% / 15px 15px;
	position: absolute;
	top: 16px;
	left: 10px;
}
#cart_informer{
	float: right;
	line-height: 30px;
}
.short {
	display: none;
}
#top_box {
	display: none;
	overflow: hidden;
	line-height: 30px;
	background: #5f5b57;
}
#topLeft {
	float: left;
	width: 40%;
}
#topRight {
	float: right;
	width: 60%;
	text-align: right;
}
#top_box ul {
	list-style: none;
}
#top_box li a,
#top_box li span {
	color: #fff;
	text-decoration:  none;
	font-size: 11px;
	cursor: pointer;
}
#top_box li.selected a,
#top_box li span:hover {
	color: #ffe400;
}
#mobileTop {
	display: none;
}
#mobileMenu {
	width: 30px;
	height: 15px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	background: #545c66 url(../images/arrow-updown.jpg) 50% -1px no-repeat;
	text-indent: -200px;
	position: relative;
	display: block;
	cursor: pointer;
}
#mobileMenu.activ {
	background-position: 50% -16px;
}
#main {
	margin-top: 20px;
	width: 100%;
	float: left;
	padding: 0;
}
#main.products{
	/*width: 1005px;*/
}
#main.main_narrow {
	margin-top: 20px;
	width: 780px;
	float: left;
	padding: 0 20px 20px;
}
#main.main_narrow.products{
	max-width: 1005px;
	width: 100%;
}
#left,
#left_cats {
	margin-top: 20px;
	width: 241px;
	float: left;
	/* overflow: hidden; */
}
#left_cats #left {
	margin-top: 0;
}
#right {
	margin-top: 20px;
	width: 229px;
	float: left;
	overflow: hidden;
}

#left h2,
#right h2,
#fh,
#left .header-2, #right .header-2, #fh .header-2 {
	background: #ffd600;
	color: #000;
	padding: 6px 5px 5px 12px;
	margin: 0;
}
#right h2, #right .header-2 {
	margin-bottom: 18px;
}
#right .bx-wrapper .bx-viewport,
#left .bx-wrapper .bx-viewport {
	border: 1px solid #FFE400;
	border-bottom: 2px solid #FFE400;
}
.catalog_menu > ul {
	border: 1px solid #FFE400;
	border-bottom: 1px solid #FFE400;
}
.catalog_menu ul li {
	font-size: 14px;
	position: relative;
}
.catalog_menu > ul > li  {
	border-bottom: 1px solid #FFE400;
}
.catalog_menu .submenu  li {
	border-top: 1px solid #f9f9f9;
}
.catalog_menu ul li:last-child {
	border-bottom: none;
}
.catalog_menu ul li a, #all_brands a {
	padding: 7px 10px;
	display: block;
	color: #000;
}
.submenu {
	display: none;
	background-color: #eeeeee;
}
.submenu  .submenu {
	background-color: #e0e0e0;
}
.opened > .submenu {
  display: block;
}
.menu_wrap {
	position: relative;
}
.catalog_menu  .switch{
	display: block;
	border-left: 1px solid #f9f9f9;
	width: 35px;
	height: 100%;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../images/menu-arrow.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.catalog_menu .opened  > .menu_wrap > .switch{
	background-image: url(../images/menu-arrow_2.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.catalog_menu .selected,
.catalog_menu .selected + .switch {
	background-color: #ffe400;
	color: #000;
}
.catalog_menu ul li a:hover,
.catalog_menu  .switch:hover,
.catalog_menu .selected:hover,
.catalog_menu .selected  + .switch:hover,
#all_brands a:hover{
	color: #000;
	background-color: #FFFFE8;
}
.catalog_menu .menu_wrap  > a {
	width: 205px;
}
.catalog_menu ul ul ul a {
	padding-left: 25px
}

/* zyxer */

#drop_catalog {
	position: relative;

}
#drop_catalog>a{
	padding-right: 30px !important;
	background: url(../images/arrow_down.png) no-repeat 95% 50% / 15px 10px;
}

#drop_catalog>a:hover,
#drop_catalog.active>a{
	background: url(../images/arrow_down.png) no-repeat 95% 50% / 15px 10px, rgba(255,248,217,1) !important;

	background: url(../images/arrow_down.png) no-repeat 95% 50% / 15px 10px, -moz-linear-gradient(top, rgba(255,248,217,1) 0%, rgba(255,248,217,1) 19%, rgba(255,248,217,1) 24%, rgba(255,213,17,1) 100%) !important;

	background: url(../images/arrow_down.png) no-repeat 95% 50% / 15px 10px, -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,248,217,1)), color-stop(19%, rgba(255,248,217,1)), color-stop(24%, rgba(255,248,217,1)), color-stop(100%, rgba(255,213,17,1))) !important;

	background: url(../images/arrow_down.png) no-repeat 95% 50% / 15px 10px, -webkit-linear-gradient(top, rgba(255,248,217,1) 0%, rgba(255,248,217,1) 19%, rgba(255,248,217,1) 24%, rgba(255,213,17,1) 100%) !important;

	background: url(../images/arrow_down.png) no-repeat 95% 50% / 15px 10px,-o-linear-gradient(top, rgba(255,248,217,1) 0%, rgba(255,248,217,1) 19%, rgba(255,248,217,1) 24%, rgba(255,213,17,1) 100%) !important;

	background: url(../images/arrow_down.png) no-repeat 95% 50% / 15px 10px, -ms-linear-gradient(top, rgba(255,248,217,1) 0%, rgba(255,248,217,1) 19%, rgba(255,248,217,1) 24%, rgba(255,213,17,1) 100%) !important;

	background: url(../images/arrow_down.png) no-repeat 95% 50% / 15px 10px, linear-gradient(to bottom, rgba(255,248,217,1) 0%, rgba(255,248,217,1) 19%, rgba(255,248,217,1) 24%, rgba(255,213,17,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8d9', endColorstr='#ffd511', GradientType=0 );
}

#drop_catalog > div > div >.categories {
	position: absolute;
	/*top: 100%;*/
	left: 0;
	width: 230px;
	background: #fff;
}
#drop_catalog .categories_level_1 .categories_level_1, #drop_catalog .categories_level_1 .categories_level_1 .categories_level_3 {
	width: 230px;
	background: #fff;
	border: 1px solid #FFE400;
}
#drop_catalog .categories_level_1 .categories_level_1 .categories_level_3 {
	padding: 10px 0;
}
#drop_catalog div div .categories,
#drop_catalog div div .categories_level_2, 
#drop_catalog div div .categories_level_1 .categories_level_1,
#drop_catalog div div .categories_level_1 .categories_level_1 .categories_level_3
{
	visibility: hidden;
	opacity: 0;
	z-index: -9999;
	-webkit-transition: opacity 0.2s linear 0s;
	transition: opacity 0.2s linear 0s;

}
#drop_catalog .categories_level_1{
	-webkit-transition: opacity 0.2s linear 0.5s;
	transition: opacity 0.2s linear 0.5s;
}
#drop_catalog  .sub_menu{
	height: 100%;
	position: absolute;
	top: -1px;
	left: 100%;
	z-index: -9999;
}
#drop_catalog  .category_level_1:hover >.sub_menu{
	z-index: 2;
}
#drop_catalog  .category:hover .sub_menu> .categories_level_2,
#drop_catalog  .category_level_1:hover .sub_menu> .categories_level_1,
#drop_catalog  .category_level_1:hover .category_level_1:hover .sub_menu> .categories_level_3,
#drop_catalog:hover > div > div >.categories{
	visibility: visible;
	opacity: 1;
	z-index: 200 !important;
}
#drop_catalog .categories_level_1>.category{border-bottom: 1px solid #FFE400;}
#drop_catalog .categories_level_1>.category:last-of-type{border: none;}
#drop_catalog .category_level_1.parent{
	background: url(../images/menu-arrow-right.png) no-repeat 95% 50% / 5px 10px;
	position: relative;
}
#drop_catalog .category_level_1:hover{background: #e5e5e5;}
#drop_catalog .category_level_1.parent:hover{background: #e5e5e5 url(../images/menu-arrow-right.png) no-repeat 95% 50% / 5px 10px;}
#drop_catalog .categories_level_2,
#drop_catalog .categories{
	border: 1px solid #FFE400;
}
#drop_catalog .categories_level_2 {
	background: #fff;
	min-height: 200px;
	/* position: absolute;
	left: 100%;
	top: -1px; */
	width: 1000px;
	padding: 0 10px 10px;
}
#drop_catalog .categories_level_2 > .category{
	display: inline-block;
	vertical-align: top;
	margin-left: -2px;
	margin-right: -2px;
	width: 25%;
	float: none;
}

#drop_catalog .categories .category_item:hover{background: none !important;}
#drop_catalog .category_level_1>.category_item{
	font-size: 14px !important;
	padding: 7px 5px !important;
	float: left;
	width: 85%;
	position: relative;
	text-transform: none;
	/* white-space: nowrap; */
	cursor: pointer;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
}
#drop_catalog .category_level_2>.category_item{
	font-size: 14px !important;
	color: #d89f02;
	/* white-space: nowrap; */
	margin-top: 10px;
	text-transform: uppercase;
	display: block;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
}
#drop_catalog .category_level_2>.category_item:hover {
	color: #d63b15;
}
#drop_catalog .category_level_3>.category_item{
	font-size: 15px !important;
	text-transform: none;
}
#drop_catalog > .catalog_menu_wrap1 {
	display: none;
}
#drop_catalog:hover > .catalog_menu_wrap1 {
	display: block;
}


/*/ zyxer */

#all_brands {
	margin-bottom: 20px;
}
#all_brands a {
	display: inline;
	/*border-top: 1px solid #f9f9f9;*/
	/*border-left: 1px solid #FFE400;*/
	border-right: 1px solid #FFE400;
}
#all_brands a:last-child {
	/*border-bottom: 2px solid #FFE400;*/
	border-right:none;
}
#left .bx-wrapper, #right .bx-wrapper {
	margin-bottom: 40px;
}
h2.grey, h1, .header-2.grey {
	/* background: url(../images/square-orange.png); */
	background: #ffd600;
	color: #000;
	line-height: 42px;
	padding: 0 0 0 12px;
	margin: 0 0 18px;
}
.tiny_products, .grid {
	list-style: none;
	display: block;
	margin: 0 -10px;
	overflow: hidden;
}
.tiny_products .product, .grid .product{
	width: 50%;
	padding: 0 10px;
	margin-bottom: 20px;
	float: left;
}
#videoreviews .grid .product{
	width: 33.3333333%;
}
#videoreviews  .product h3 a:hover, #videoreviews  .product .header-3 a:hover {
	color: #d63b15;
}
.tiny_products.featured_slider .product{
	padding: 0px;
	margin: 0 10px;
}
.tiny_products .product > div, .grid .product > div {
	border: 1px solid #FFE400;
	border-bottom: 2px solid #FFE400;
	height: 430px!important;
}
.tiny_products .product .image, .side_prod .image, .grid .product .image {
	width: 100%;
	height: 221px;
	line-height: 200px;
	padding: 10px;
	border-bottom: 1px solid #FFE400;
}
.grid .product > div.category_item {
	height: auto!important;
}
.product .image {
	vertical-align: middle;
	text-align: center;
	position: relative;
}
.product .image a:not(.video_review_button){
	display: block;
	height: 100%;
}
.product .image .video_review_button{
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 45px;
	height: 45px;
	background: url(../images/video_review_bg.png) no-repeat 50% 50% / 45px 45px;
}
.product .image img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.bx-wrapper .product img {
	display: inline-block;
	max-height: 100%;
}
.details {
	padding: 12px 8px 8px;
	background: #FFFFE8;
	text-align: center;
	overflow: hidden;
}
.product h3, .product .header-3 {
	margin-bottom: 8px;
}

.product h3 a, .product .header-3 a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
.gallery {
	width: 51%;
	float: left;
	margin-bottom: 15px;
}
#flypage .gallery .image {
	width:  100%;
	border: 1px solid #FFE400;
	margin-bottom: 7px;
	padding: 20px;
	min-height: 340px;
	line-height:  300px;
	font-size: 0;
}
.images {
	width: 100%;
}
.images a {
	display: table-cell;
	width: 100px;
	height:  100px;
	border: 1px solid #FFE400;
	padding: 10px;
	text-align:  center;
	vertical-align: middle;
}
.images a:hover {
	border-color: #ffe400;
}
.images img{
	text-align: center;
	max-width: 100%;
	max-height: 100%;
}
#flypage .gallery .bx-wrapper {
	padding: 0 25px;
}
#flypage .gallery .bx-viewport {
	border: none;
}
.gallery .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	outline: 0;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	z-index: 9999;
	-webkit-transition: all .3s ease;
}
.gallery .bx-wrapper .bx-next {
	right: 0px;
	background: url(../images/RightArrow.png) no-repeat;
}
.gallery .bx-wrapper .bx-prev {
	left: 0px;
	background: url(../images/LeftArrow.png) no-repeat;
}
.description{
	float: right;
	width: 46%;
	margin-bottom: 20px;
}

.product_info {
	line-height: 1;
	text-align: left;
	margin: 10px 0 15px;
}
.stock{
	font-size: 18px;
	font-weight: 600;
}
.stock.not{color: #FF0000;}
.stock.yes{color: #FF9C07;}
.delivery_payment_info{
	float: right;
	width: 235px;
}
.mob_delivery_payment_info{
	display: none;
}
.delivery_info,
.payment_info {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.delivery_info .wrap,
.payment_info .wrap{border: 1px solid #ffe400;}

.payment_info ul{
	list-style: none;
	padding: 5px 0;
	height: 190px;
}
.delivery_info ul{
	list-style: none;
	padding: 5px 0;
	height: 125px;
}
.delivery_info li,
.payment_info li{
	margin-left: 10px;
	font-size: 13px;
	color: #000;
	font-weight: 600;
	display: block;
	padding: 5px 0px 5px 30px;
	position: relative;
	cursor: pointer;
}
.delivery_info .title,
.payment_info .title{
	font-size: 18px;
	text-align: center;
	display: block;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	background: #ffe400;
	color: #000;
}
.delivery_info .pickup{
	background: url(../images/pickup.png) no-repeat 2px 50%;
}
.delivery_info .courier{
	background: url(../images/courier.png) no-repeat 0 50%;
}
.delivery_info .new_post{
	background: url(../images/new_post.png) no-repeat 4px 50%;
}
.delivery_info .ukr_post{
	margin-left: 0;
	margin-right: 10px;
	padding-left: 25px;
	background: url(../images/ukr_post.png) no-repeat 4px 50%;
}
.payment_info .c_o_d{
	background: url(../images/c_o_d.png) no-repeat 3px 50%;
}
.payment_info .with_nds{
	background: url(../images/with-nds.png) no-repeat 3px 50%;
	background-size: 20px;
}
.payment_info .without_nds{
	background: url(../images/without-nds.png) no-repeat 3px 50%;
	background-size: 20px;
}
.payment_info .on_card{
	background: url(../images/on_card.png) no-repeat 0 50%;
}
.payment_info .nal{
	background: url(../images/nal.png) no-repeat 0 50%;
}

.pop_up_del_pay_info{
	position: absolute;
	top: -10px;
	left: -320px;
	width: 300px;
	visibility: hidden;
	opacity: 0;
	z-index: -9999;
	transition: opacity 0.3s ease 0s;
	padding-right: 10px;
	cursor: default;
}
.delivery_info li:hover .pop_up_del_pay_info,
.payment_info li:hover .pop_up_del_pay_info{
	visibility: visible;
	opacity: 1;
	z-index: 1;
}
.pop_up_del_pay_info .info_wrap{
	background: #fff;
	border: 1px solid #ffe400;
	padding: 15px;
	display: block;
	position: relative;
}
.pop_up_del_pay_info .info_wrap:before{
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border-top: 1px solid #ffe400;
	border-left: 1px solid #ffe400;
	transform: rotate(135deg);
	position: absolute;
	top: 18px;
	right: -8px;
	background: #fff;
}
.mob_delivery_payment_info .pop_up_del_pay_info{
	left: 5px;
	right: auto;
}
.mob_delivery_payment_info  .pop_up_del_pay_info .info_wrap:before{left: 10%;}
.product_desc {
	clear: both;
}
#flypage .flyProduct .price {
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
	font-size: 32px;
	display: block;
	line-height: 1;
}
#flypage .flyProduct .compare_price {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #ffd600;
	display: block;
	padding-left: 2px;
}
.save {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	display: block;
	text-transform: uppercase;
	padding-top: 3px;
}
#flypage .flyProduct .cost {
	display: block;
	padding: 20px 0;
}
.detail_row {
	display: block;
	border-bottom: dotted #c8c8c8 1px;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	min-height:37px;
	overflow: hidden;
}
.detail_row a {
	text-decoration: none;
	color: #000;
}
.detail_row a:hover {
	color: #ffd600;
}
.detail_row select {
	height: 26px;
}
#flypage .flyProduct .button2 {
	color: #000;
	margin-right: 5px;
	background: #ffe400;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	height: 34px;
	line-height: 34px;
	cursor: pointer;
}
form .btn,
.button_submit {
	color: #000;
	background: #ffe400;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 5px 12px;
	border: none;
	margin-top: 7px;
	cursor: pointer;
	border: 1px solid #000;
}
.comment_form .btn,
.feedback_form .btn {
	float: right;
}
.register_form .btn {
	display:  block;
}
#flypage .detail_row .button {
	color: #000;
	margin-right: 5px;
	float: left;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	width: auto;
	background: #ffe400 url(../images/icon_cart.png) no-repeat 9px 9px;
	padding: 6px 10px 6px 33px;
	height: 36px;
}
#flypage .button:hover,
form .btn:hover,
.coupon .button:hover,
.checkout_button:hover,
.button_submit:hover  {
	background-color: #ffd600;
}
#flypage .flyProduct .wishlist,
#flypage .flyProduct .comparison_button {
	color: #000;
	margin-right: 5px;
	padding: 0px 0px 0px 30px;
	float: left;

	/* text-transform: uppercase; */
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	width: auto;
	text-indent: 0;
	text-decoration: none;
	height: 18px;
	font-weight: 500;
	line-height: 17px;
	border: none;
	/* margin-top: 5px; */
}
#flypage .flyProduct .wishlist{background: url(../images/heart_small.png) no-repeat 9px 50%;}
/* #flypage .flyProduct .comparison_button {
	color: #000;
	margin-right: 5px;
	padding: 4px 12px 3px 30px;
	float: left;
	background: #ffd600 url(../images/compare_small.png) no-repeat 9px 11px;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	width: auto;
	text-indent: 0;
	text-decoration: none;
	height: 36px;
	font-weight: 600;
	margin-top: 5px;
} */
#flypage .flyProduct .comparison_button{background: url(../images/compare_small.png) no-repeat 9px 50%;}
/* #flypage .flyProduct .wishlist:hover {
    background-color: #ffe400;
} */
.tabs {
	margin: 0 0 7px 0;
}
.tab_heading {
	margin: 0;
	text-transform: uppercase;
	line-height: 37px;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 0 5px 0 40px;
	position: relative;
	cursor: pointer;
	background: #eaecee;
	color: #444;
	position: relative;
}

.tab_heading  i {
	display: block;
	height: 27px;
	width: 22px;
	position: absolute;
	top: 5px;
	left: 9px;
	z-index: 1;
	background: url(../images/accordion.png) 0 -5px no-repeat;
}
.tab_heading  i.tab-minus {
	background: url(../images/accordion.png) 0 -51px no-repeat;
}
.tab_content {
	display: none;
	color: #444;
	padding: 15px 0;
}
.tab_content.open{display: block;}
.tab_content p:last-child {
	margin-bottom: 0;
}
.features {
	list-style: none;
	width: 100%;
	display: block;
	clear: both;
	margin-top: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e0e0e0;
}
.features li {
	padding: 8px 5px;
	overflow: hidden;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.features li.even{
	background-color: #eaecee;
}
.features label {
	font-style: normal;
	display: block;
	width: 30%;
	float: left;
}
.features span {
	float: left;
	display: block;
	width: 70%;
	padding-left: 20px;
}
.variants table {
	width: 100%;
}
.product .compare_price {
	font-size: 14px;
	text-decoration: line-through;
	white-space: nowrap;
	color: #707070;
	margin-right: 5px;
}
.product .price {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	white-space: nowrap;
}
.product .variant_name {
	float: left;
	margin-right: 10px;
	font-size: 12px;
}
.product .variant_radiobutton {
	margin-right: 5px;
	margin-left: 0px;
}
.products {
	list-style: none;
	display: block;
}
.list .product{
	width: 100%;
	display: table;
	clear: both;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
}
.list .product .image {
	width: 230px;
	background-color: #fff;
	padding: 15px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.list .details {
	padding: 12px 15px 15px;
	display: table-cell;
	text-align: left;
}
.products.list .testRater {
	margin: 10px 0;
	float: none;
}
.grid .annotation {display: none;}
.list .annotation {
	margin-bottom: 10px;
	line-height: 130%;
	text-align: left;
	height: 113px;
	overflow: hidden;
}
.list .product > div {
  display: table;
  width: 100%;
}
.annotation p:last-child {
	margin-bottom: 0;
}
.button {
	background-color: #ffe400;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	padding: 5px 12px 6px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-weight: 600;
	border: 1px solid #000;
}
.button:hover {
	background-color: #ffd600;
}
.product .button {
	float: left;
}
.comparison_button,
.wishlist {
	cursor: pointer;
	float: right;
	width: 31px;
	height: 31px;
	overflow: hidden;
	text-indent: -500px;
	background-color: #ffe400;
	border: 1px solid #000;
}
.comparison_button.add{
	background-color: #ffe400;
}
.comparison_button,
.wishlist.selected{
	background-color: #FF9C07;
}
.comparison_button {
	background-image: url(../images/compare_small.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.comparison_button:hover,
.wishlist:hover {
	background-color: #ffd600;
}
.wishlist {
	background-image: url(../images/heart_small.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-right: 10px;
}
#brands {
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}
#brands a {
	color: #ec0060;
	font-size: 12px;
	margin-right: 10px;
}
#brands img{
	vertical-align: middle;
}
#brands a:hover {
	color: #000;
}
#brands a.selected {
	background-color: #ec0060;
	color: #fffeff;
	padding: 2px 2px 2px 2px;
}
#path{
	border-bottom: 1px solid #E8E8E8;
	line-height: 30px;
	padding: 10px 0;
	font-size: 11px;
	text-transform: uppercase;
}
#path.no_border {
	border: none;
}
#path span a {
	display: inline-block;
	padding-right: 10px;
	margin-right: 4px;
	background: url(../images/breadSep.png) no-repeat 100% 50%;
	text-decoration: none;
	cursor: pointer;
}

#path span a span{
	color: #000;
}

#path span a span:hover {
	color: #ffe400;
}
#path span{
	color: #888;
	background: none;
}
#flypage {
	margin-top: 20px;
	padding: 0 20px 0 0;
	float: left;
}
#features {
	background-color: #f0f0f0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
}
#features .feature_name{
	padding: 7px;
}
#features .feature_values{
	padding: 7px;
}
#features a {
	padding-right: 6px;
	white-space: nowrap;
}
#features a.selected {
	color: #505050;
	text-decoration: none;
}
.sort {
	margin: 15px 0 20px;
}
.sort select {
	height: 22px;
	line-height: 22px;
	border: 1px solid #ddd;
	padding-right: 5px;
}
.sort label {
	position: relative;
	margin-left: 5px;
	font-weight: normal;
	height: 22px;
	font-size: 12px;
	color: #444;
	display: inline-block;
}
.sort label:after {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: #e8e8e8 url(../images/sel.png) no-repeat 50% 50%;
	position: absolute;
	top: 0;
	right: 0;
	pointer-events:none;
}
#view {
	float: right;
}
#view a {
	width: 23px;
	height: 23px;
	display: inline-block;
}
.Cgrid {
	background: url(../images/grid.png) no-repeat 0 0;
	margin-right: 3px;
}
.Clist {
	background: url(../images/list.png) no-repeat 0 0;
}
.Cgrid.active {
	background: url(../images/grid.png) no-repeat 0 -23px;
}
.Clist.active {
	background: url(../images/list.png) no-repeat 0 -23px;
}
.pagination {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	overflow: hidden;
}
.pagination a {
	display: block;
	float: left;
	background-color: #fffeff;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 7px 4px;
	min-width: 22px;
	text-align: center;
	border: 1px solid #ddd;
	text-decoration: none;
}
.pagination a.selected:hover,
.pagination a.selected {
	background-color: #ffe400;
	color: #ffffff;
	border-color: #ffe400;
}
.pagination a:hover {
	background-color: #f6f6f6;
}
.pagination a.next_page_link,
.pagination a.prev_page_link {
	border: none;
	background: none;
}
input[type="text"],
input[type="password"] {
	width: 100%;
	font-size: 14px;
	width: 250px;
	max-width: 100%;
	height: 30px;
	text-indent: 3px;
	margin-bottom: 15px;
}
.comment_list {
	margin-top: 15px;
	list-style: none;
}
.comment_header {
	font-size: 18px;
}
.comment_header i {
	font-weight: normal;
	font-style: normal;
	color: #878787;
	font-size: 13px;
}
.comment_list li p {
	padding-left: 15px;
	word-wrap: break-word;
}
.comment_form, .feedback_form {
	background-color: #fbfbfb;
	border: 1px solid #e0e0e0;
	padding: 20px;
	margin-top: 20px;
	overflow: hidden;
	margin-bottom: 40px;
}
form textarea  {
	width: 100%;
	height: 100px;
	font-size: 12px;
	margin-bottom: 15px;
	display: block;
}
.cart_form textarea {
	max-width: 500px;
}
form label {
	font-size: 14px;
	min-width: 50px;
	display: inline-block;
}
.form_label {
	display: block;
	margin: 15px 0 0;
	line-height: 30px;
	float: left;
	width: 90px;
}
#featur label{display: inline;}
.cart_form input[type="text"]  {
	margin:  0 0 15px;
	border: 1px solid #ddd;
}
.cart_form textarea {
	border: 1px solid #ddd;
}
.cart_form .btn {
	margin-left: 12px;
}
.login_form a {
	margin-top: 18px;
	margin-left: 12px;
}
.change_pass {
	display: inline-block;
	margin: 10px 10px  10px 0;
}
#comment_captcha{
	width: 150px;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 7px;
	margin-left: 10px;
	vertical-align:  top;
	height: 32px;
	margin-bottom: 0;
}
.captcha {
	float: left;
}
.register_form .captcha {
	float:  none;
}
.feedback_form .button_send {
	font-size: 18px;
	float: right;
	margin-top: 25px;
}
#purchases{
	width: 100%;
	text-align: center;
	font-size: 13px;
	margin-bottom: 20px;
}
#purchases thead tr th {
	background: #F3F3F3;
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	padding: 8px 12px;
	font-size: 16px;
	text-transform: uppercase;
	white-space: nowrap;
}
#purchases thead tr th:first-child,
#purchases .image,
#purchases .name {
	text-align: left;
}
#purchases td {
	border-bottom: solid #ddd 1px;
	padding: 22px 10px;
}
#purchases .image,
#purchases .remove{
	width: 1px;
}
#purchases .image {
	padding-left: 0;
}
#purchases .image a{
	width: 100px;
	line-height: 100px;
	display: inline-block;
}
#purchases .image img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}
#purchases .name a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
#purchases .amount {
	white-space: nowrap;
}
#purchases .name a:hover {
	color: #ffe400;
}
#purchases .remove a {
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../images/remove.png) no-repeat;
	margin-bottom: -3px;
}
#purchases td .download_attachment{
	white-space: nowrap;
	color: #3b8500;
	padding: 5px 10px 7px 10px;
	border-bottom-color: 1px dotted green;
	background-color: #ccff72;
	line-height: 30px;
}
#purchases .price{
	white-space: nowrap;
}
#purchases .amount select{
	font-size:12px;
}
#purchases .coupon span,
.cart_discount span {
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	margin-right: 10px;
	display: inline-block;
}
.cart_discount th {
	padding: 10px;
}
.coupon .button {
	color: #000;
	background: #ffe400;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	height: 31px;
}
.coupon .coupon_code{
	width: 180px;
	margin: 0 10px 0 0;
	height: 31px;
	vertical-align: middle;
}
.subtotal {
	font-size: 24px;
}
.subtotal td:first-child {
	text-align: right;
}
.subtotal .price {
	margin-left: 10px;
}
#deliveries{
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
	padding: 20px 20px 0 20px;
	list-style: none;
	/* overflow: hidden; */
}
#deliveries li{
	margin-bottom: 20px;
	/* overflow: hidden */
}
#deliveries .checkbox{
	float: left;
}
#deliveries .checkbox input {
	margin: 5px 5px 0 0;
}
#deliveries li h3, #deliveries li .header-3, #deliveries li .delivery_desc{
	display: block;
	margin-left: 25px;
}
.cart_form label {
	display: block;
}
#orders_history {
	list-style: none;
	margin-top: 20px;
}
#orders_history li {
	margin-bottom: 10px;
}
#orders_history li a {
	font-size: 16px;
}
table.order_info {
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #f6f6f6;
}
table.order_info td {
	padding: 10px;
	border: 1px dotted #e0e0e0;
	font-size: 14px;
}
.checkout_button {
	color: #fff;
	background: #ffe400;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 8px 12px;
	border: none;
}
.message_error{
	clear: both;
	padding: 10px 20px;
	margin-bottom: 15px;
	margin-top: 10px;
	color: red;
	background-color: #ffcaca;
	border: 1px dotted #ff4545;
}
.coupon .message_error{
	display: inline-block;
}
#blog {
	list-style: none;
}
#blog h3, #blog .header-3 {
	margin-bottom:  15px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
#blog h3 a, #blog .header-3 a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.4em;
}
#blog h3 a:hover, #blog .header-3 a:hover {
	color: #FFbb00;
}
#blog_menu ul {
	border: 1px solid #e5e5e5;
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin-bottom: 20px;
}
#blog_menu ul li {
	border-bottom: 1px solid #ddd;
	padding: 7px 8px;
}
#blog_menu  a{
	text-decoration: none;
	color: #FFbb00;
}
#blog_menu  a:hover {
	color: #000;
}

.cat_descr{
	text-align: left;
}

.cat_descr ul,
.cat_descr ol {
	margin-left: 20px;
}

.cat_descr li + li {margin-top: 5px;}

.cat_descr p,
.cat_descr ul,
.cat_descr ol,
.cat_descr table {margin-bottom: 10px;}

/*star-rating*/
.testRater{ position:relative;}
.products .testRater {float: right;}
.testRater {line-height: 1;}
.rater span {vertical-align:top;}
.rater-rating {margin-top:5px;}
.rater-starsOff {
	width:75px;
}
.rater-starsOff, .rater-starsOn {
	display:inline-block;
	height:15px;
	background:url(../images/stars.png) repeat-x 0 0px;
}
.test-text {
	display: inline-block;
}
.rater-starsOn {
	display:block;
	max-width:75px;
	top:0;
	background-position: 0 -15px;
}
.rater-starsHover {
	background-position: 0 -15px!important;
}
.productStarRating {
	float:right;
	margin-right:2px;
	margin-top:0px;
}
/*/star-rating*/

.side_right h3 a, .side_right .header-3 a {
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.side_right h3 a:hover, .side_right .header-3 a:hover {
	color: #ffd600;
}
.wished_prod {
	list-style: none;
}
.clear{
	clear:both;
}
.comparison_slider .comparison_button {
	background: none;
	text-indent: 0;
	float: none;
	text-decoration: none;
}
.comparison_content .bx-wrapper .bx-viewport {
	border: none;
}
.cp_item{
	margin-bottom:10px;
	overflow: hidden;
}
#comparison_informer .image{
	display:block;
	float:left;
	margin-right:10px;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:0;
	text-align:center;
	vertical-align:middle;
}
#comparison_informer .image img{
	max-width:50px;
	max-height:50px;
	vertical-align:middle;
}
#comparison_informer .comparison_button{
	display:block;
	float:right;
	margin-left:10px;
	margin-top:5px;
	background: none;
	text-indent: 0;
	width: 14px;
	height: auto;
}
#comparison_informer .button {
	height: 34px;
	line-height: 34px;
	background: #ffe400;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	margin: 5px 0 20px;
	display: inline-block;
}
#comparison_informer .button:hover {
	background: #0053a0;
}
.comparison_content * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.comparison_features{
	float:left;
	width:30%;
}
.comparison_features .cprs_image {
	position: relative;
	text-align: left;
}
.cprs_show_options {
	position: absolute;
	top: auto;
	bottom: 10px;

}
.comparison_products{
	float:right;
	width:70%;
	position:relative;
}
.comparison_product{
	float:left;
}
.comparison_content .cell{
	padding:5px;
	border-bottom:1px solid #e5e5e5;
}
.comparison_content .cell.odd{
	background:#f6f6f6;
}
.comparison_product .price {
	font-size: 15px;
	font-weight: bold;
	color: #ffd600;
}
.comparison_product .compare_price {
	font-size: 14px;
	text-decoration: line-through;
	white-space: nowrap;
	color: #707070;
	margin-left: 5px;
}
.comparison_product .button {
	margin: 5px 0;
}
.cprs_name a {
	text-decoration: none;
	font-size: 15px;
	font-family: 'Roboto Condensed', sans-serif;
}
.cprs_image{
	text-align:center;
	min-height:40px;
}
.cprs_image .big_image{
	display:block;
	height:200px;
	line-height:200px;
	vertical-align:middle;
	text-align:center;
	font-size:0;
	margin:5px 0;
	background:#fff;
	border:1px solid #e5e5e5;
}
.cprs_image .big_image img{
	vertical-align:middle;
	max-width:100%;
	max-height:200px;
	display: inline-block;
}
.cprs_image .small_image{
	display:inline-block;
	width:50px;
	height:50px;
	line-height:50px;
	vertical-align:middle;
	text-align:center;
	font-size:0;
	margin:5px;
	background:#fff;
	border:1px solid #e5e5e5;
}
.cprs_image .small_image img{
	vertical-align:middle;
	max-width:50px;
	max-height:50px;
}
.comparison_prev,.comparison_next{
	position:absolute;
	width:34px;
	top:0;
}
.comparison_prev{
	left:5px;
}
.comparison_next{
	right:5px;
}
.comparison_prev a,.comparison_next a{
	display:block;
	width: 34px;
	height: 35px;
	position: absolute;
	top: 50%;
	background: url(../images/controls.png) no-repeat;
}
.comparison_prev a{
	background-position: 0 0;
}
.comparison_prev a:hover{
	background-position: 0 -35px;
}
.comparison_next a{
	background-position: -34px 0;
}
.comparison_next a:hover{
	background-position: -34px -35px;
}
.comparison_options_show{
	display:inline-block;
	margin-right: 10px;
	padding:5px 10px;
	border:1px solid #e5e5e5;
	text-decoration:none;
	border-radius:10px;
	margin-top: 10px;
}
.comparison_options_show:hover,
.comparison_options_show.active{
	background:#fff;
	border:1px solid #e5e5e5;
	background: #f5f5f5;
}
.comparison_products .bx-viewport {
	height: 100% !important;
}
/*/ comparison */
.side_right {
	right: 0;
	left: auto;
	border-left: 4px solid #115485;
}
.side_left {
	right: auto;
	left: 0;
	border-right: 4px solid #115485;
}
.side_right,
.side_left {
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 260px;
	border-top: 3px solid #115485;
	overflow-y: auto!important;
	background: #fbfbfb url(../images/square2.png) 0 0 repeat;
}
.side_right h2,
.side_left h2,
.side_right .header-2, .side_left .header-2 {
	font-size: 19px;
	color: #fff;
	background: #ffd600 url(../images/square-orange.png);
	line-height: 40px;
	padding: 0 0 0 5px;
}
.side_right{background: #fbfbfb;}
.side_right h2,
.side_right .header-2{background: #ffd600;}
.close {
	background: none;
	overflow: hidden;
	padding: 5px;
}
.close a{
	width: 34px;
	height: 34px;
	margin: 5px auto;
	background: url(../images/closearrow.png) no-repeat;
	cursor: pointer;
}
.side_right .close a {
	background-position: -34px 0;
	float: left;
}
.side_left .close a {
	background-position: 0 0;
	float: right;
}
.side_right .close a:hover {
	background-position: -34px -34px;
}
.side_left .close a:hover {
	background-position: 0 -34px;
}
#main_banner .slide_text {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	height: 256px;
	width: 455px;
	padding: 80px 0 0 60px;
	color: #000;
}
#main_banner .bannerName {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #000;
	text-shadow: none;
	margin: 0 0 10px 0;
	text-transform: none;
	text-align: center;
}
.mobileView {
	display: none;
	float: left;
}
footer {
	clear: both;
	margin: 20px 0 0;
	padding: 40px 0;
	background: #000;
	color: #FFFFE8;
}
.foot {
	width: 23%;
	margin: 0 1%;
	float: left;
}
.foot h2, .foot .header-2 {
	padding: 5px 12px;
	margin-bottom: 0;
	font-size: 20px;
	color: #ffd600;
}
.foot ul,
.foot > div {
	padding: 5%;
	width: 90%;
	overflow: hidden;
}
.foot ul li {
	list-style :none;
	font-size: 12px;
	margin: 0 0 10px 0;
}
.foot ul li a {
	color:  #FFFFE8;
	text-decoration: none;
}
.foot ul li a:hover {
	color: #ffd600;
}
.foot h5 {
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 5px 0;
}
.foot input[type="text"] {
	height: 30px;
	text-indent: 5px;
	margin-bottom: 12px;
	border: none;
}
.foot input.button {
	height: 34px;
	line-height: 34px;
	background: #ffe400;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.foot input.button:hover {
	background: #0053a0;
}
.scroll_social a,
.social a {
	display: block;
	float: left;
	text-align: left;
	text-indent: -9999px;
	width: 28px;
	height: 28px;
	margin: 8px 8px 8px 0;
	background-image: url(../images/sprite-social.png);
}
.icon-facebook {
	background-position: 0 0;
}
.icon-facebook:hover {
	background-position: 100% 0;
}
.icon-twitter {
	background-position: 0 -120px;
}
.icon-twitter:hover {
	background-position: 100% -120px;
}
.icon-pinterest {
	background-position: 0 -160px;
}
.icon-pinterest:hover {
	background-position: 100% -160px;
}
.icon-googleplus {
	background-position: 0 -40px;
}
.icon-googleplus:hover {
	background-position: 100% -40px;
}
.icon-youtube {
	background-position: 0 -240px;
}
.icon-youtube:hover {
	background-position: 100% -240px;
}
.icon-linkedin {
	background-position: 0 -280px;
}
.icon-linkedin:hover {
	background-position: 100% -280px;
}
.foot_phone {
	font-size: 22px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 10px;
}
.foot_phone a{
	font-size: 22px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 10px;
	text-decoration: none;
	color: #FFFFE8;
	background: url(../images/footer_phone.png) no-repeat 2px 50%;
	padding-left: 25px;
}
#copyright {
	padding: 0 10px;
	position: relative;
}
/*cms-mailing*/
input.mailing {
	width: 65%;
	font-size: 18px;
}
/*/cms-mailing*/
/*SM Фильтр*/
.filter_group li {
	list-style-type: none;
	line-height: 20px;
	padding: 3px 0;
}
.filter_group li label {
	vertical-align: middle;
}
.filter_group li input {
	vertical-align: middle;
	margin: 0 5px 0 0;
}
#featur h3, #featur .header-3 {
	/* background: url(../images/square-orange.png) repeat 0 0; */
	background: #ffd600;
	color: #000;
	font-size: 20px;
	letter-spacing: 0.5px;
	margin: 0 auto;
	padding: 6px 0 6px 12px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	text-align: left;
	position: relative;
}
.filters_wrapper {
	text-align: center;
}
.filters_wrapper label {
	display: inline;
}
.feature_content {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #FFE400;
	border-bottom: 2px solid #FFE400;
}
.new_count{
	visibility: hidden;
	opacity: 0;
	z-index: -9999;
	width: 120px;
	height: 40px;
	background: #fff;
	transition: opacity 0.3s linear 0.3s;
	position: absolute;
	top: -10px;
	left: 70px;
	border: 1px solid #ffd600;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
}
.new_count:before{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-left: 1px solid #ffd600;
	border-top: 1px solid #ffd600;
	background: #fff;
	position: absolute;
	left: -6px;
	top:15px;
	transform: rotate(-45deg);
}
.new_count input{
	outline: 0;
	background: none;
	border: none;
	text-decoration: underline;
	color: #000;
	text-transform: uppercase;
	cursor: pointer;
}
.filters_wrapper.feature_content,
.feature_content label{
	position: relative;
}
.filters_wrapper.feature_content .new_count{
	top: 35px;
	left: 100px;
}
.now_checked .new_count{
	visibility: visible;
	opacity: 1;
	z-index: 10;
}
#price_polzun {
	margin: 15px auto;
}
#minCost,
#maxCost {
	height: 26px;
	text-align: center;
	margin-left: 2px;
	margin-bottom: 0;
}
.filters_wrapper label[for="price_last"] {
	margin-left: 10px;
}
#featur .button,
.clear_filters,
.checkout .button,
.addtocart_window .button,
.a-false {
	background: #ffe400;
	color: #000;
	font-size: 15px;
	letter-spacing: 0.5px;
	height: 36px;
	line-height: 36px;
	padding: 0 12px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	transition: all 300ms ease 0s;
	display: inline-block;
}
#featur .button:hover,
.checkout .button:hover,
.addtocart_window .button:hover  {
	background: #ffd600;
}
.ui-widget-header {
	background: #ffd600 !important;
}
.clear_filters {
	background: #ffd600;
	text-decoration: none;
	margin-left: 10px;
	border: 1px solid #000;
}
.a-false {
	background: #ffd600;
	margin-top: 10px;
}
.clear_filters:hover,
.a-false:hover {
	background: #ffe400;
	color: #000;
}
#featur i {
	position: absolute;
	display: block;
	width: 42px;
	height: 42px;
	top: 0;
	right: 0;
	cursor: pointer;
}
.plus-circle {
	background: url(../images/opencloseicon_black.png) 55% 16px no-repeat;
}
.minus-circle {
	background: url(../images/opencloseicon_black.png) 55% -43px no-repeat;
}
.plus-white {
	background: url(../images/opencloseicon.png) 55% 16px no-repeat;
}
.minus-white {
	background: url(../images/opencloseicon.png) 55% -43px no-repeat;
}
.scrollUp {
	background: url(../images/backtotop.png) 0 0 no-repeat;
	width: 34px;
	height: 22px;
	position: fixed;
	bottom: 30px;
	right: 12px;
	z-index: 9999;
	display: block;
	margin-bottom: 7px;
	cursor: pointer;
}
.scrollUp:hover {
	background: url(../images/backtotop.png) 0 -22px no-repeat;
}

.cart_overlay{
	position: fixed;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-color: #CFCFCF;
	background: -ms-radial-gradient(#FFF, #000);
	background: -moz-radial-gradient(#FFF, #000);
	background: -webkit-radial-gradient(#FFF, #000);
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: .4;
	filter: alpha(opacity=40);
	display: none;
	z-index: 999;
}
.addtocart_window {
	z-index: 1000;
	display: none;
	position: fixed;
	border: 5px solid #f6f6f6;
	width: 400px;
	max-width: 100%;
	left: 50%;
	margin-left: -200px;
	top: 50%;
	margin-top: -60px;
	text-align: center;
}
.addtocart_window .c {
	background: #FFF;
	padding: 16px;
}
.addtocart_window .t {
	font-size: 17px;
	padding-bottom: 5px;
}
.a-false {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	cursor: pointer;
}
.sideBox {
	padding:0 5px 10px;
}
.cart_mini label {
	border: none;
	cursor: pointer;
	font-size: 12px;
}
.remove_cart {
	width: 12px;
	height: 15px;
	margin-right: 2px;
	border: none ;
	background: url(../images/delete.png) no-repeat 0 3px;
	text-indent: -9999em;
	cursor: pointer;
}
.cart img {
	padding-right: 10px;
}
.cart td {
	padding: 10px 0;
	vertical-align:  top;
	line-height: 1;
}
.cart .price {
	font-size: 12px;
	margin-top: 5px;
	white-space: nowrap;
}
.cart .price form {
	display: inline-block;
	margin: 0 3px;
}
.cart select  {
	font-size: 12px;
	background: none;
}
.pr_info a{
	text-decoration: none;
	font-weight: 600;
	color: #d63b15;
}
.pr_info a:hover {
	color: #000;
}
.total {
	text-align: right;
}
.checkout {
	margin-top:  10px;
}
header .wishlist_info {
	float: right;
	line-height: 30px;
}
header .wishlist_info a {
	background: url(../images/wishlist.png) 10px 50% no-repeat;
	color: #333;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 25px;
}
.no_marg{
	margin-top: 0;
}
#contact_top {
	float: left;
	text-align: center;
	padding-top: 12px;
}
#phone {
	font-size: 18px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
}
#phone span, #phone a {
	padding-left: 20px;
	background: url(../images/tels_bg.png) no-repeat 0px 5px;
	text-decoration: none;
	color: #444;
	margin-right: 8px;
}
.shop_list {
	padding-left: 15px;
}
.shop_list li {
	font-size: 12px;
}
.top_email {
	font-weight: bold;
	font-size: 18px;
	color: #fbb720;
	float: left;
	margin-left: 5px;
}
#mail {
	padding-top: 4px;
}
#mail a{
	font-size:13px;
	color: #000;
	padding-left: 23px;
	background: url(../images/mail_bg.png) no-repeat 0px 3px;
}
#mail a:hover {
  text-decoration: none;
}
#price_polzun .ui-slider-handle {
	background: #000;
	border: 1px solid #000;
	border-radius: 6px;
	top: -.35em;
}
#price_polzun  {
	height: .65em;
}
#top_header {
	display: none;
}
#pop_up_map{
	display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
	white-space: nowrap;
	color: #000;
	margin-top: -24px;
}
#pop_up_map .sity{
	padding-left: 25px;
	font-size: 16px;
	font-weight: bold;
	background: url(../images/bg_address.png) no-repeat 2px 50%;
}
#pop_up_map .sity span{
	border-bottom: 1px dashed #ffbb00;
	padding-bottom: 2px;
}
#pop_up_map .office_hours{
	padding-left: 25px;
	font-size: 16px;
	line-height: 17px;
	background: url(../images/bg_office_hours.png) no-repeat 0 100%;
}
#pop_up_map .office_hours span{display: block;}
#pop_up_map_content{
	width: 700px;
	height: 500px;
}
#pop_up_map_content iframe{
	width: 100%;
	height: 400px;
}
.pop_up_address{
	margin-bottom: 15px;
}
.pop_up_phones span{
	display: inline-block;
}
.pop_up_phones .title{
	width: 75px;
	margin-top: 10px;
}
.pop_up_phones .phone1,
.pop_up_phones .phone2{
	margin-top: 10px;
}
.pop_up_phones .phone2{margin-left: 80px;}
.pop_up_phones,
.pop_up_address{
	font-size: 13px;
	font-weight: 600;
}
.view_all{
	float: right;
	color: #000;
	margin-top: -52px;
	margin-right: 10px;
	padding: 3px 7px 3px;
}
.f_content{margin-top: 20px;}
#main_menu .fixed_contacts{
	float: right;
	margin-right: 240px;
}
.fixed_contacts #pop_up_map2{
	display: block;
	width: 40px;
	height: 34px;
	background: url(../images/map_button.png) no-repeat 50% 50% / 28px 28px;
	float: left;
	margin: 7px 15px;
}
.fixed_contacts #pop_up_map2:hover{
	background: url(../images/map_button.png) no-repeat 50% 50% / 28px 28px;
}
.fixed_contacts #phone_fix{
	float: left;
}
.feedback iframe{width: 100%;}
.banner4{
	position: relative;
}
/*******************/
.slick-arrow:hover{
	background: rgba(0,0,0,.2)!important;
	border-radius: 15px!important;
}
.header-3{
	height: 70px!important;
}


#top{
	color: #000;
	height: 47px;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #FFBB00), color-stop(0.82, #FFE100));
	background-image: -o-linear-gradient(top, #FFBB00 0%, #FFE100 82%);
	background-image: -moz-linear-gradient(top, #FFBB00 0%, #FFE100 82%);
	background-image: -webkit-linear-gradient(top, #FFBB00 0%, #FFE100 82%);
	background-image: -ms-linear-gradient(top, #FFBB00 0%, #FFE100 82%);
	background-image: linear-gradient(to top, #FFBB00 0%, #FFE100 82%);
	box-shadow: 0 1px 1px #9F8E80;
	position: relative;
	z-index: 20;
}
#main_menu ul a {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	display: block;
	padding: 0 15px;
}
#main_menu li.selected a,
#main_menu li a:hover {
	background: rgba(255,248,217,1);
	background: -moz-linear-gradient(top, rgba(255,248,217,1) 0%, rgba(255,248,217,1) 19%, rgba(255,248,217,1) 24%, rgba(255,213,17,1) 100%) ;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,248,217,1)), color-stop(19%, rgba(255,248,217,1)), color-stop(24%, rgba(255,248,217,1)), color-stop(100%, rgba(255,213,17,1))) ;
	background: -webkit-linear-gradient(top, rgba(255,248,217,1) 0%, rgba(255,248,217,1) 19%, rgba(255,248,217,1) 24%, rgba(255,213,17,1) 100%) ;
	background: -o-linear-gradient(top, rgba(255,248,217,1) 0%, rgba(255,248,217,1) 19%, rgba(255,248,217,1) 24%, rgba(255,213,17,1) 100%) ;
	background: -ms-linear-gradient(top, rgba(255,248,217,1) 0%, rgba(255,248,217,1) 19%, rgba(255,248,217,1) 24%, rgba(255,213,17,1) 100%) ;
	background: linear-gradient(to bottom, rgba(255,248,217,1) 0%, rgba(255,248,217,1) 19%, rgba(255,248,217,1) 24%, rgba(255,213,17,1) 100%) ;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8d9', endColorstr='#ffd511', GradientType=0 );
	color: #d63b15;
}

/*****/
#drop_catalog {
	position: relative;

}
#drop_catalog>a{
	position: relative;
	padding-right: 30px !important;
	background: #000;
	background: rgba(76,76,76,1);
	background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(71,71,71,1) 8%, rgba(17,17,17,1) 42%, rgba(19,19,19,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(8%, rgba(71,71,71,1)), color-stop(42%, rgba(17,17,17,1)), color-stop(100%, rgba(19,19,19,1)));
	background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(71,71,71,1) 8%, rgba(17,17,17,1) 42%, rgba(19,19,19,1) 100%);
	background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(71,71,71,1) 8%, rgba(17,17,17,1) 42%, rgba(19,19,19,1) 100%);
	background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(71,71,71,1) 8%, rgba(17,17,17,1) 42%, rgba(19,19,19,1) 100%);
	background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(71,71,71,1) 8%, rgba(17,17,17,1) 42%, rgba(19,19,19,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );

	
	color: #FFD600!important;
	width: 200px;
	/*background: url(../images/arrow_down.png) no-repeat 95% 50% / 15px 10px;*/

}
#drop_catalog>a:before{
	position: absolute;
	content: '';
	right: 6%;
	top: calc(50% - 8px);
	border: 10px solid transparent;
	border-top-color: rgba(255,213,17,1);
}
#drop_catalog>a:hover,
#drop_catalog.active>a{
	color: #000!important;
	background: linear-gradient(to bottom, rgba(255,248,217,1) 0%, rgba(255,248,217,1) 19%, rgba(255,248,217,1) 24%, rgba(255,213,17,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8d9', endColorstr='#ffd511', GradientType=0 );
}
#drop_catalog>a:hover:before{
	position: absolute;
	content: '';
	right: 6%;
	top: calc(50% - 8px);
	border: 10px solid transparent;
	border-top-color: #000;
}

.official_wrap {
	display: inline-block;
	color: #999;
}
.official_link {
	color: #d89f02;
	cursor: pointer;
}
.official_link:hover,  .official_link:focus{
	color: #d63b15;
	cursor: pointer;
}
.brand_overlay{
	position: fixed;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-color: #CFCFCF;
	background: -ms-radial-gradient(#FFF, #000);
	background: -moz-radial-gradient(#FFF, #000);
	background: -webkit-radial-gradient(#FFF, #000);
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: .4;
	filter: alpha(opacity=40);
	display: none;
	z-index: 999;
}
.brand_window {
	border: 5px solid #f6f6f6;
	opacity: 1;
    outline: medium none;
    vertical-align: middle;
    text-align: left;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease 0s;
    visibility: visible;
	
}
.brand_window .c {
	background: #FFF;
	padding: 16px;
}
.brand_window .close_popup {
	background: url("../images/remove.png");
	height: 17px;
	width: 17px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.brand_window .t {
	font-size: 17px;
	padding-bottom: 5px;
	text-align: center;
}

/* Reviews */
.reviews_row {
	clear: both;
}
.reviews_form_wrap {
	width: 70%;
	float: left;
}
.reviews_hotline_wrap {
	width: 30%;
	float: left;
	text-align: center;
	padding: 20px;
}
.reviews_hotline_wrap .note {
	font-size: 16px;
	color: #000;
	
}
.arrow_hotline {
	width: 50px;
	height: 50px;
	background: url("../images/arrow-hotline.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	margin: 10px 0;

	
}
.reviews_item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #FFE400;
}
.review_product .img_link{
	display: flex;
	justify-content: center;
	height: 50px;
	width: 50px;
	float: left;
	border: 1px solid #FFE400;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 7px;
	text-align: center;
}
.review_product .img_link img {
	align-self: center;
}
.review_product .text_link{
	color: #d89f02;
}
.review_product .text_link:hover, .review_product .text_link:focus{
	color: #d63b15;
}
.review_product .shop_review {
	color: #878787;
}


.home_infoblock {
	width: 30%;
	float: left;
}
.home_slider {
	width: 70%;
	float: left;
}
.infoblock_row {
	clear: both;
}
.infoblock_item {
	width: 50%;
	float: left;
	padding: 0 15px;
	margin: 20px 0 0 0;
	position: relative;
	cursor: pointer;
}
.infoblock_title {
	font-size: 14px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
}
.infoblock_icon {
	text-align: center;
}
.infoblock_icon img{
	width: 100%;
	max-width: 50px;
}
.infoblock_text::before{
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border-bottom: 1px solid #ffe400;
	border-right: 1px solid #ffe400;
	transform: rotate(135deg);
	position: absolute;
	top: 18px;
	left: -8px;
	background: #fff;

}
.infoblock_text_wrap {
	position: absolute;
	top: -10px;
	right: -330px;
	left: auto;
	width: 350px;
	visibility: hidden;
	opacity: 0;
	z-index: -9999;
	transition: opacity 0.3s ease 0s;
	padding-left: 10px;
	cursor: default;

}
.infoblock_text_wrap.top_hover {
	top: auto;
	bottom: 120%;
	left: 0;
	right: auto;
}
.infoblock_text_wrap.top_hover .infoblock_text::before{
	bottom: -8px;
	top: auto;
	left: 80px;
	transform: rotate(45deg);
}
.infoblock_text {
	font-size: 14px;
	background: #fff;
	border: 1px solid #ffe400;
	padding: 15px;
	display: block;
	position: relative;
}	
.infoblock_item:hover .infoblock_text_wrap {
	visibility: visible;
	opacity: 1;
	z-index: 21;

}


/* mobile styles */
.mobile_header_wrap .row {
	display: flex;
	align-items: center;
	position: relative;
}
.mobile_header_wrap #menu_view{
	padding-left: 28px;
	display: block;
	width: 30%;
	height: 22px;
	font-size: 13px;
	line-height: 21px;
	background: url(../images/mobile_menu_icon.png)0 50% no-repeat;
	font-weight: bold;
}
.mobile_header_wrap #top_menu_view {
	padding: 0;
	display: block;
	width: 22px;
	height: 20px;
	background: url(../images/menu_icon.png)0 50% no-repeat;
	margin-left: 10px;
	margin-top: 10px;
	cursor: pointer;
}
#logo {
	width: auto;
}
.mobile_header_wrap #logo {
	margin: 20px auto 0 0;
}
.mobile_header_wrap #cart_informer {
	margin-left: 10px;
}
.mobile_header_wrap .mobile_cart_view {
	display: block;
	height: 20px;
	width: 23px;
	padding: 0;
	position: relative;
	background: url(../images/mobile_cart.png) no-repeat;
	
}
.mobile_header_wrap .mobile_cart_view .text{
	color: #000;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	font-size: 13px;
	position: absolute;
	top: -4px;
	right: 28%;
}
.mobile_header_wrap #search {
	width: 100%;
}
.mobile_header_wrap .mobile_top_phone_icon{
	width: 18px;
	height: 20px;
	margin-left: 10px;
	background: url(../images/mobile_top_phone_icon.png) no-repeat center;
	cursor: pointer;
	margin-top: 10px;
}

.mobile_header_wrap .top_mobile_phone::before{
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border-bottom: 1px solid #ffe400;
	border-right: 1px solid #ffe400;
	transform: rotate(-135deg);
	position: absolute;
	top: -8px;
	right: 65px;
	background: #fff;

}
.mobile_header_wrap .top_mobile_phone {
	font-size: 18px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	display: none;
	position: absolute;
	top: 65px;
	right: 0;
	border: 1px solid #ffe400;
	padding: 10px;
	background: #fff;
	z-index: 2;
}
.mobile_header_wrap .top_mobile_phone a {
	padding-left: 25px;
	background: url(../images/footer_phone.png) no-repeat 0px 50%;
	display: block;
	color: #000000;
	text-decoration: none;
}
.mobile_main_menu {
	display: none;
}
.mobile_main_menu.main_page_menu {
	display: block;
}
.mobile_main_menu .categories_level_2 {
	width: 100%;
}
.mobile_main_menu .parent.category_level_2 {
	width: 100%;
}
.mobile_main_menu .catalog_menu .menu_wrap > a {
	width: calc(100% - 35px);
}
.mobile_infoblock {
	margin-bottom: 30px;
}
.mobile_infoblock .infoblock_text_wrap {
	display: none;
}
.mobile_infoblock .infoblock_item {
	margin: 10px 0 0 0;
}
.mobile_infoblock .infoblock_icon {
	float: left;
	margin-right: 10px;
}
.mobile_infoblock .infoblock_title {
	text-align: left;
	margin-top: 15px;
}
.mobile_footer ul li {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #ffd600;
}
.mobile_footer ul li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
.mobile_footer .header-2 {
	display: none;
}
.mobile_footer ul, .mobile_footer .foot > div {
	padding: 0;
}
.mobile_news {
	margin-bottom: 20px;
	padding-left: 20px;
}
footer #address a {
	color: #fff;
	text-decoration: none;
	background: url(../images/bg_address.png) no-repeat 2px 50%;
	padding-left: 25px;
	display: block;
}
.other_text_wrap {
	overflow: hidden;
	height: 0;
}
.read_more {
	cursor: pointer;
	color: #d89f02;
	text-decoration: underline;
}
.read_more:hover {
	color: #d63b15;
	text-decoration: none;
}
.flex_wrap {
	display: flex;
}

@media (max-width: 767px) {
	.flex_wrap {
		display: block;
	}
}
.mobile_h1 {
	background: transparent;
	text-transform: none;
	margin-bottom: 0;
	margin-top: 10px;
	padding: 0;
}
.mobile_product_view  .product .image{
	display: inline-block;
	width: 90px;
}
.mobile_product_view .product .details {
	text-align: left;
}
.mobile_product_view .product_item {
	display: flex !important;
	align-items: center;
}
.mobile_product_view .product_item .image {
	width: 50% !important;
}
.mobile_filter_title {
	float: left;
	width: 50%;
}
.mobile_filter_sort {
	width: 45%;
	margin-top: 0;
	float: right;
}
.mobile_filter_sort b {
	display: none;
}
.mobile_filter_sort select {
	width: 95%;
	height: 42px;
	border: 1px solid #ffd600;
	background: #fff;
}
.mobile_filter_sort label::after {
	top: -14px;
	background: #ffd600 url(../images/sel.png) no-repeat 50% 50%;
	height: 42px;
	width: 30px;
}
.catalog_menu .menu_icon_wrap {
	display: none;
}
.catalog_menu > ul > li > .menu_wrap > a > .menu_icon_wrap > img {
	display: block;
	
	/*height: 20px;
	width: 20px;*/
}
.catalog_menu > ul > li > .menu_wrap > a {
	display: table;
}
.catalog_menu > ul > li > .menu_wrap > a > .menu_icon_wrap {
	display: table-cell;
	width: 20px;
	vertical-align: middle;
}
.catalog_menu .menu_category_name {
	display: table-cell;
	padding-left: 5px;
	vertical-align: middle;
}
.catalog_menu .menu_wrap:hover {
	background: #FFFFE8;
}
.mobile_header_wrap .mobile_top_menu_wrap::before{
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border-bottom: 1px solid #ffe400;
	border-right: 1px solid #ffe400;
	transform: rotate(-135deg);
	position: absolute;
	top: -8px;
	right: 5px;
	background: #fff;

}
.mobile_header_wrap .mobile_top_menu_wrap {
	position: absolute;
	background: #fff;
	border: 1px solid #ffe400;
	top: 65px;
	z-index: 2;
	right: 0;
	text-align: left;
	padding: 10px;
	display: none;
	line-height: 28px;
}
.mobile_header_wrap .mobile_top_menu_wrap a {
	color: #000;
}
.mobile_header_wrap .mobile_top_menu_wrap .mobile_top_menu_item .compare_view{
	background: none;
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}
.mobile_header_wrap .mobile_top_menu_wrap .mobile_top_menu_item .compare_view:hover {
	text-decoration: none;
}

.mobile_path {
	line-height: 20px !important;
	padding: 10px 0 !important;
}
.mobile_path span {
	text-transform: none;
	font-size: 13px;
}
.mobile_product_page_wrap h1 {
	background: transparent;
	text-transform: none;
	line-height: 24px;
	padding: 0;
}
.mobile_product_page_wrap .gallery .image {
	padding: 0 !important;
	margin: 0 10px;
}
.mobile_product_page_wrap .gallery .slick-slider {
	margin: 0;
}
.mobile_product_page_wrap .mobile_variant {
	border-bottom: dotted #c8c8c8 1px;
	padding-bottom: 10px;
}
.mobile_product_page_wrap .mobile_variant .cost{
	padding: 0 !important;
	margin-top: 20px;
	margin-bottom: 10px;
}
.mobile_product_page_wrap .tab_heading {
	line-height: 20px;
	text-transform: none;
	padding: 2px 5px 2px 40px;
}
.mobile_variant .left_variant {
	float: left;
	width: 50%;
}
.mobile_variant .right_variant {
	float: right;
	width: 50%;
}
.mobile_variant .button{
	float: right;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
}
.mobile_variant .stock {
	font-size: 14px;
	display: block;
    clear: both;
    text-align: right;
}
.mobile_product_icon {
	height: 31px !important;
	width: 32px !important;
	border: 1px solid #000 !important;
	background-color: #ffe400 !important;
	display: block;
	margin: 10px 20px 10px 0px !important;
	float: left !important;
	cursor: pointer;
}
.mobile_product_icon.wishlist {
	background: url(../images/heart_small.png) no-repeat 9px 50%;
	background-color: #ffe400 !important;
}
.mobile_product_icon.wishlist.selected {
	background: url(../images/heart_small_active.png) no-repeat 8px 30% !important;
	background-color: #ffe400 !important;
}
.mobile_product_icon.comparison_button {
	background: url(../images/compare_small_active.png) no-repeat 8px 30% !important;
	background-color: #ffe400 !important;
}
.mobile_product_icon.comparison_button.add {
	background: url(../images/compare_small.png) no-repeat 9px 50% !important;
	background-color: #ffe400 !important;
}
.mobile_product_icon.delivery_icon {
	background: url(../images/delivery_icon.png) no-repeat 6px 50% !important;
	background-color: #ffe400 !important;
}
.mobile_product_icon.payment_icon {
	background: url(../images/payment_icon.png) no-repeat 6px 50% !important;
	background-color: #ffe400 !important;
}
.mobile_product_delivery_payment_wrap {
	position: relative;
}
.mobile_product_delivery_payment_wrap .title{
	background: transparent;
	text-align: left;
	padding: 0 15px;
}
.mobile_product_delivery_payment_wrap #delivery_info, .mobile_product_delivery_payment_wrap #payment_info {
	display: none;
	position: absolute;
	background: #fff;
	z-index: 2;
	right: 0;
	top: 35px;
}

.mobile_product_delivery_payment_wrap #delivery_info:before, .mobile_product_delivery_payment_wrap #payment_info:before{
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border-bottom: 1px solid #ffe400;
	border-right: 1px solid #ffe400;
	transform: rotate(-135deg);
	position: absolute;
	top: -8px;
	background: #fff;
}
.mobile_product_delivery_payment_wrap #delivery_info:before {
	left: 115px;
}
.mobile_product_delivery_payment_wrap #payment_info:before {
	left: 165px;
}
.mobile_clear_filters {
	float: right;
}
.mobile_product_view .product_item .header-3 {
	line-height: 16px;
}
.mobile_product_view .product_item .header-3 a {
	font-weight: bold;
}
.mobile_comment_form .input_name {
	width: 100%;
}
.mobile_comment_form .captcha {
	width: 100%;
	
}
.mobile_comment_form .captcha .input_captcha {
	float: right;
}
.mobile_filter_content {
	display: none;
}
.title_opt{
	text-decoration: underline;
	cursor: pointer;
	margin-bottom: 10px;
	display: inline-block;
}
.title_opt:hover{
	text-decoration: none;
}
ul.pricelist{
	margin-top:10px;
	list-style:none;
}
.pricelist li.pricelist_item{
	border-bottom:solid #c8c8c8 1px;
	margin: 0 0 5px 0;
	padding-bottom: 5px;
	overflow: hidden;
	color:#444;
}
.pricelist_item span{
	display: inline-block;
	margin-right:15px;
	
}

.bez_nal {
	display: flex;
	position: absolute;
	height: 42px;
	transform: translateX(calc(-100% - 15px));
	font-weight: bold;
	font-size: 14px;
}

.bez_nal img {
	margin-right: 5px;
	height: 100%;
}

@media (max-width: 1249px) {
	.bez_nal {
		display: none;
	}
}

.scroll_social {
	display: flex;
    flex-direction: column;
    position: fixed;
    right: 15px;
	bottom: 60px;
    padding: 0;
    width: max-content;
	transition: .5s;
}

.scroll_social a {
	margin: 0 0 15px;
	background-color: #000;
	border-radius: 50%;
}

.scroll_social.hide {
	opacity: 0!important;
	transition: .5s;
}

.form_container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.form_container .register_form,
.form_container .login_form {
	display: flex;
	flex-direction: column;
	width: 300px;
}

.form_container input {
	margin: 5px 0 20px;
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.form_container input:focus {
	box-shadow: 0 0 3px #ffd600;
}

.form_container .register_form .captcha,
.form_container .login_form .captcha {
    display: flex;
	margin-bottom: 15px;
}

.form_container #comment_captcha {
	width: auto;
}

.form_container .message_error,
.form_container .social {
    width: 300px;
}

@media (max-width: 991px) {
	.form_container .register_form,
	.form_container .login_form,
	.form_container .message_error,
	.form_container .social {
		width: 100%;
	}
}

@media screen and (max-width: 1249px) {
	#main {
		width: 100%!important;
	}
}