/*
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
 /* reset */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none; color: #e44f2b;}
a:hover{color: #ffb29f;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,700i,800&subset=cyrillic,cyrillic-ext');
body {
	font-family: 'Open Sans', sans-serif;
	background: #ebebeb;
  position: relative;
}
.wrap {
	width:80%;
	margin: 0 auto;
	transition:all .2s linear;
	-moz-transition:all .2s linear;/* firefox */
	-webkit-transition:all .2s linear; /* safari and chrome */
	-o-transition:all .2s linear; /* opera */
	-ms-transition:all .2s linear;
}
.header {
	background:#23272a;
	padding: 0px 0 20px;
}
.header_top {
	padding-bottom:25px;
}
.logo {
  margin-top: 20px;
}
.header_top_right{
	padding-top:10px;
}
.search_box span{
   color:#5b5b5b;
   margin-right:10px;
}
.search_box form{
	 background:#151719;
	 position: relative;
	 display:inline-block;
	 padding-left:18px;
}
.search_box form:after{
	content:'';
	position:absolute;
	left:0;
	border-width:18px 0px 18px 18px;
	border-style:solid;
	border-color:rgba(255, 0, 0, 0) rgba(0, 0, 255, 0) rgba(0, 128, 0, 0) #23272a;
}
.search_box form input[type="text"] {
	border: none;
	outline: none;
	background: none;
	font-size:0.85em;
	color: #acacac;
	font-family: 'Open Sans', sans-serif;
	width:75%;
	padding:10px;
	-webkit-apperance:none;
	margin:0;
}
.search_box form input[type="submit"] {
	border: none;
	cursor: pointer;
	background: url(http://static-eu.insales.ru/files/1/2411/1567083/original/search.png) no-repeat center;
	display:inline-block;
	width:24px;
	height:24px;
	vertical-align:middle;
	outline:none;
	padding:0;
}
/** Navigation **/
.navigation{
	background:#e44f2b;
	padding:5px 0;
	position:relative;
}
.navigation span.left-ribbon{
	position: absolute;
	left: -40px;
	top: 8px;
	width: 40px;
	height:60px;
	background: url(http://static-eu.insales.ru/files/1/2418/1567090/original/left-fold.png) no-repeat;
	}
.navigation span.right-ribbon{
	position: absolute;
	right: -40px;
	top: 8px;
	width: 40px;
	height:60px;
	background: url(http://static-eu.insales.ru/files/1/2423/1567095/original/right-fold.png) no-repeat;
}
.toggleMenu {
    display:  none;
    padding:16px 15px;
    color: #fff;
    width:95%;
     border-top:1px solid #DB3C15;
     border-bottom:1px solid #DB3C15;
     background:url("http://static-eu.insales.ru/files/1/2461/1567133/original/nav-icon.png") no-repeat 98% center;
}
.nav {
    list-style: none;
     *zoom: 1;
     background:#e44f2b;
     border-bottom:1px solid #DB3C15;
  border-top:1px solid #DB3C15;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width:11em;
}
.nav a {
    padding:16px 23px;
    color:#ffb29f;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nav a:hover {
	color:#FFF;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
}
.nav > li:first-child,.nav > li:last-child {
	background-image:none;
}
.nav > li {
    background-image: url("http://static-eu.insales.ru/files/1/2462/1567134/original/line-divider.png");
    background-repeat: no-repeat;
    background-position:left;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background:#EA5E3C;
    position: relative;
    z-index:100;
    border-top:1px solid #EF7A5D;
    padding:10px;
    font-size:15px;
}
.nav li li a:hover {
	  background:#DB502E;
}
.nav li li li a {
    background:#ED6A4A;
    z-index:200;
    border-top:1px solid #EF7A5D;
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
    .nav > li {
    	 background-image: url("http://static-eu.insales.ru/files/1/2467/1567139/original/nav-arrow.png");
    	 background-position:96% 55%;
    }
    .nav > li > .parent{
    	background-position:96% 55%;
   }

}
.header_bottom{
	padding:6%  0 2%;
}
.slider-text{
	float:left;
	width:50%;
}
.slider-text h2{
	color:#e44f2b;
	font-size:40px;
}
.slider-text p{
	color:#8fa7ae;
	font-size:20px;
	margin:20px 0;
}
.slider-text a{
	background:#8fa7ae;
	display:inline-block;
	padding:8px 25px;
	font-size:20px;
	color:#23272a;
	position:relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.slider-text a:hover{
	color:#FFF;
	background:#6C9BA9;
}
.slider-text a:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	border-width:22px 0px 18px 8px;
	border-style:solid;
	border-color:rgba(255, 0, 0, 0) rgba(0, 0, 255, 0) rgba(0, 128, 0, 0) #23272a;
}
.slider-text a:before{
    content:'';
	position:absolute;
	right:0;
	top:0;
	border-width:21px 8px 18px 0px;
	border-style:solid;
	border-color:rgba(239, 0, 0, 0) #23272a rgba(0, 128, 0, 0) rgba(35, 39, 42, 0);
}
.slider-img{
	float:right;
	width:42%;
}
.slider-img img{
	margin-top:-60px;
}
/** Content **/
.content_top{
  padding:2em 0;
  background:#FFF;
}
.content_top h3{
	font-size:25px;
	color:#e44f2b;
	padding-bottom:15px;
}
.line{
  display:block;
  background:#EEE;
  height:1px;
}
.ocarousel_window {
	width: 100%;
}
.ocarousel {
    display: none;
    padding-top:35px;
    position:relative;
}
.ocarousel span{
	position:absolute;
	right:0;
	top:-48px;
	width:70px;
}
.ocarousel span a.prev,.ocarousel span a.next,.owl-nav .owl-prev,.owl-nav .owl-next{
	width:30px;
	height:30px;
	text-align:center;
	background:#e44f2b url("http://static-eu.insales.ru/files/1/2469/1567141/original/arrows.png") no-repeat;
	border-radius:2em;
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	-o-border-radius:2em;
	color: transparent;
}
.ocarousel span a.prev,.owl-nav .owl-prev{
	background-position:0px 2px;
  float: left;
}
.ocarousel span a.next,.owl-nav .owl-next{
	background-position:-40px 2px;
  float: right;
}
.ocarousel span a.prev:hover,.ocarousel span a.next:hover{
	background-color:#444;
}
.ocarousel_window {
        overflow: hidden;
        white-space: nowrap;
        /* default size */
        width:100%;
}
.ocarousel_window_slides {
            position: relative;
            margin: 0 auto;
            overflow: hidden;
            width: 50000px;
            white-space: nowrap;
 }
.ocarousel_window_slides * {
            float: left;
            white-space: normal;
}
.ocarousel_window_slides a{
	border-left:1px solid #F2F2F2;
	padding:0 35px;
}
.ocarousel_window_slides a p{
  display:block;
  font-size:14px;
  color:#a5a5a5;
  float:none;
  text-align:center;	
}
.ocarousel_window_slides a:hover p{
 color:#e44f2b;
 text-decoration:underline;
}
.ocarousel_indicators {
    width: 100%;
}
.content_bottom{
	padding-top:2em;
} 
.content-bottom-right{
	border-left:1px solid #D7D7D7;
} 
/** categories **/
.categories h3,.buters-guide h3,.content-bottom-right h3,.preview-page h3{
	font-size:1.1em;
	color:#FFF;
	padding:10px;
	padding-left:25px;
	background:#e44f2b;
	position:relative;
	margin-bottom:5px;
}
.categories h3:after,.buters-guide h3:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	border-width:22px 0px 20px 15px;
	border-style: solid;
	border-color: rgba(255, 0, 0, 0) rgba(0, 0, 255, 0) rgba(0, 128, 0, 0) #ebebeb;
}
.content-bottom-right h3,.preview-page h3{
	background:#b9b9b9 !important;
	margin-bottom:10px !important;
	padding-left:10px !important;
}
.categories li a{
	display: block;
	font-size: 15px;
	padding: 10px 0px 10px 12px;
    color: #9C9C9C;
    background:url("http://static-eu.insales.ru/files/1/2471/1567143/original/drop_arrow.png") no-repeat 0;
    border-bottom:1px solid #D6D6D6;
}
.categories li:last-child a{
	border:none;
}
.categories li a:hover{
	color:#e44f2b;
}	
.buters-guide{
	margin-top:2em;
	margin-bottom:2em;
}
.buters-guide p{
	font-size:14px;
	color:#969696;
	line-height:1.4em;
	padding:8px 0;
}
.buters-guide p span{
	color:#e44f2b;
	font-size:16px;
}
.add-banner{
	background:#1b1e20;
	padding:5%;
	margin-top:25px;
}
.add-banner img{
	float:left;
}
.banner-desc{
	float:right;
	text-align:right;
}
.banner-desc h4{
	display:block;
	font-size:25px;
	color:#e44f2b;
	margin-bottom:10px;
}
.banner-desc a{
	background:#e44f2b !important;
	padding:5px 15px !important;
	display:inline-block !important;
}
.banner-desc a:hover{
	background:#D03D1A !important;
}
.add-banner2{
	background:url("http://static-eu.insales.ru/files/1/2473/1567145/original/banner-bg.png") repeat-x;
}
.add-banner2 h4{
	color:#23272a;
}
.add-banner2 a{
	background:#23272a !important;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}

.grid_1_of_2 {
	display: block;
	float: left;
	margin: 1% 1% 0.5% 0%;
}
.images_1_of_2 {
	width:46%;
	padding:1.5%; 
	text-align: center;
	position: relative;
	background:#FFF;
}
.images_1_of_2  a{
	display:block;
}
.images_1_of_2  img {
	max-width: 100%;
}
.images_1_of_2  h4  a{
	color:#e44f2b;
	font-size:25px;
	padding-bottom:5px;
}
.images_1_of_2  p {
	padding: 0.4em 0;
	color: #333;
  text-align: justify;
  font-size: 13px;
}
.images_1_of_2  p span.price {
	font-size: 18px;
	color:#CC3636;
}

.grid_1_of_4 {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}
.grid_1_of_4:first-child {
	margin-left: 0;
}
.images_1_of_4 {
	width:20.72%;
	padding:1.5%; 
	text-align: center;
	position: relative;
	background:#FFF;
}
.images_1_of_4  a{
	display:block;
}
.images_1_of_4  img {
	max-width: 100%;
}
.images_1_of_4  h4  a{
	color:#e44f2b;
	font-size:16px;
	padding-bottom:5px;
}
.images_1_of_4  p {
	font-size:22px;
	padding: 0.4em 0;
	color: #333;
}
.images_1_of_4  p span.price {
	font-size: 18px;
	color:#CC3636;
}
.price-details{
	border-top:1px solid #eee;
}
.price-details p span.rupees{
	font-size: 20px;
	color: #23272a;
	display: block;
	text-align: center;
	line-height: 35px;
}
.add-cart a,.banner-desc a,.add_button{
	font-size:0.85em;
	padding:6px 20px;
	background:#8fa7ae;
	color: #FFF !important;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position:relative;
  border: none;
  cursor: pointer;
}
.add-cart a:hover,.add_button:hover{
	  text-shadow: 0px 0px 1px #000;
	  background:#292929;
}
.product-articles{
	padding:20px 0;
}
.product-articles p{
	font-size:15px;
	color:#a1a1a1;
	line-height:1.6em;
	padding:5px 0;
}
.product-articles p span{
	color:#23272a;
	font-size:18px;
}
.product-articles p a{
	color:#e44f2b;
	font-size;14px;
}
.product-articles p a:hover{
	text-decoration:underline;
	color:#23272a;
}
.product-articles li{
	padding:2% 0 2%;
	border-top:1px solid #dfdfdf;
}
.product-articles li:first-child {
	border-top:none !important;
	padding-top:0;
}
/*** Footer ***/
.footer {
	background:#23272a;
	padding:2% 0;
}
.footer-nav{
	float:right;
}
.footer-nav li{
  display:inline-block;
  color:#FFF;
  font-size:14px; 
}
.footer-nav li a{
	color:#FFF;
	 margin:0 10px;
}
.footer-nav li a:hover{
	text-decoration:underline;
}
.copy_right {
	margin-top: 20px;
}
.copy_right p {
	font-size:14px;
	color:#FFF;
}
.copy_right p a {
	color:#FFF;
	text-decoration: underline;
}
.copy_right p a:hover {
	color:#222;
	text-decoration: none;
}
/*** move top **/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width:55px;
	height:50px;
	border: none;
	text-indent: 100%;
	background: url("http://static-eu.insales.ru/files/1/2474/1567146/original/arrow_up.png") no-repeat right top;
}

/*  Preview  ============================================================================= */
.back-links {
	background:none !important;
	padding:11px;
	padding-left:0;
	position:relative;
}
.back-links li {
	display:inline-block;
	color: #989898;
	font-size:11px;
}
.back-links li:first-child a {
	padding-left:0;
}
.back-links li a {
	color: #333;
	padding-left:5px;
}
.back-links  a:hover {
	text-decoration:underline;
	color:#e44f2b;
}
.image {
	clear: both;
	padding: 0px;
	margin: 0px;
	padding: 1.5%;
}
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}
.cont-desc {
	display: block;
	float: left;
	clear: both;
}
.rightsidebar {
	display: block;
	float: left;
	margin: 0% 0 0% 1.6%;
}
.cont-desc:first-child {
	margin-left: 0;
}
.desc {
	display: block;
	float: left;
	margin: 0% 0 0% 2.6%;
}
.span_1_of_2 {
	width:76.6%;
	padding: 1.5% 0;
}
.images_3_of_2 {
	width:36.2%;
	float: left;
	text-align: center;
}
.span_3_of_2 {
	width: 61.2%;
}
.span_3_of_1 {
	width:20.2%;
	padding: 1.5% 0 0 1.5%;
	border-left:1px solid #D6D6D6;
}
.images_3_of_2  img {
	max-width: 100%;
	display:block;
	border: 1px solid #DFDFDF;
}
.span_3_of_2  h2 {
	font-size: 1.2em;
	color:#e44f2b;
	font-weight: normal;
	margin-top: 0px;
}
.span_3_of_2  p{
	font-size:13px;
	padding:5px 0;
	color:#8B8B8B;
	line-height: 1.6em;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.price p,.available p {
	font-size: 1em;
	color: #666;
	vertical-align: top;
}

.available p {
  padding-top: 5px;
}
.price p span {
	font-size:1.5em;
	color:#e44f2b;
	font-family:'Open Sans', sans-serif;
}
.available {
	border-top: 1px solid #EBEBEB;
}

.available li {
	display:block;
}
.share-desc{
	margin-bottom:15px;
}
.share{
	float:left;
}
.share p {
	padding-top: 7px;
	font-size: 16px;
	color: #333;
	display: inline;
}
.text_box{
	display:inline;
	width:60px;
	padding:3px 5px;
	outline:none;
	margin-left:5px;
	font-size:20px;
	color:#444;
}
.wish-list{
	padding:15px 0;
	border-bottom:1px solid #D6D6D6;
	border-top:1px solid #D6D6D6;
}
.wish-list li{
	display:inline-block;
	margin-right:45px;
}
.wish-list li a{
	color: #383838;
	font-size:0.8em;
	padding-left:22px;
	text-decoration: underline;
}
#captcha small {
	font-size: 12px;
}
.wish-list li a:hover {
	color:#e44f2b;
	text-decoration:none;
}
.wish-list li.wish{
	background:url("http://static-eu.insales.ru/files/1/2475/1567147/original/wishlist.png") no-repeat 0;
}
.wish-list li.compare{
	background:url("http://static-eu.insales.ru/files/1/2476/1567148/original/compare.png") no-repeat 0;
	margin-right:0;
}
/* Checkbox Buttons */
 .checkbox-buttons ul{
 	margin:0;
 }
  .checkbox-buttons li:first-child {
  	margin-left:0;
  }
 .checkbox-buttons li {
	margin: 0 auto;
	position: relative;
	display:inline-block;
	list-style-type:none;
	margin-left:3px;	
}
.checkbox-buttons label {
	display: inline-block;
	position: relative;
	width:30px;
	height:30px;
	cursor: pointer;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	border:2px solid rgba(255, 255, 255, 0);
}
.checkbox-buttons label.grey {
	background:grey;
}
.checkbox-buttons label.blue {
	background:#354973;
}
.checkbox-buttons label.white {
	background:#FFF;
}
.checkbox-buttons label.black {
	background:#000;
}
.checkbox-buttons label:hover{
	border:2px solid #e44f2b;
}
.checkbox-buttons input[type="checkbox"],
.checkbox-buttons input[type="radio"] {
	display:none;
}
.checkbox-buttons input[type="checkbox"]:checked + label,
.checkbox-buttons input[type="radio"]:checked + label {
	border:2px solid #e44f2b;
} 
.colors-share{
	margin-top:15px;
}
.colors-share h4{
	font-size:19px;
	padding-bottom:15px;
}
.color-types{
	float:left;
}
.social-share{
	float:right;
}
.social-share li:first-child{
	margin-left:0;
}
.social-share li{
	display:inline-block;
	margin-left:5px;
}
.social-share li a {
	width:27px;
	height:27px;
	display:block;
	background:url("http://static-eu.insales.ru/files/1/2477/1567149/original/social-share.png") no-repeat;
}
.social-share li a.share-face {
	background-position: 0px 0px; 
}
.social-share li a.share-twitter {
	background-position: -37px 0px;
}
.social-share li a.share-google {
	background-position: -37px -37px;
}
.social-share li a.share-rss {
	background-position: 0px -37px;
}
.social-share li a:hover {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.7;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.product_desc h2{
	font-size:1.2em;
	color: #333;
}
.product_desc p{
	font-size: 0.8em;
	padding:5px 0;
	color: #8B8B8B;
	line-height: 1.8em;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.span_3_of_2 .button {
	float: right;
}
.span_3_of_2 .button a {
	font-size:0.85em;
	display: block;
	padding:8px 10px;
	background:#e44f2b;
	color: #FFF;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.span_3_of_2 .button a:hover {
	 text-shadow: 0px 0px 1px #000;
	  background:#292929;
}
.popular-products li:first-child{
	margin-top:0;
}
.popular-products li{
  background:#FFF;
  text-align:center;
  padding:4%;
  margin-top:10px;
}
.popular-products li > h4 > a{
	color: #e44f2b;
	font-size: 14px;
	padding-bottom: 5px;
}
.popular-products li .price-number{
	margin:5px 0;
}
.popular-products li .price-number p span.line-through{
	text-decoration:line-through;
	color:#e44f2b;
}
.preview-page{
	
}
.product-specifications li span.specification-heading{
	color:#999999;
	font-size:13px;
	border-left:none;
}
.product-specifications li{
	border:1px solid #eee;
		border-top:none;
}
.product-specifications li span{
	float:left;
	width:47%;
	padding:10px;
	color:#23272a;
	font-size:14px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-left:1px solid #EEE;
}
.product-specifications li:first-child span{
	border-top:1px solid #eee;
}
.product-tags h4 {
	padding: 10px 0;
	font-size: 0.95em;
	color: #333;
}
.input-box {
	background: url("http://static-eu.insales.ru/files/1/2478/1567150/original/tag.png") no-repeat 0 8px;
	padding-left: 35px;
}
.input-box input[type="text"] {
	padding: 8px;
	display: block;
	width: 95%;
	background: #fcfcfc;
	outline: none;
	color: #464646;
	font-size: 0.85em;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	border:1px solid #EEE;
	-webkit-appearance: none;
}
.input-box input[type="text"]:focus {
	border-color:#DDD;
}
.product-tags .button {
	margin-top: 15px;
	line-height: 3em;
}
.span_3_of_2 .button {
	float: right;
	margin-top: 1%;
}
.product-tags .button a {
	font-size:1em;
	padding:10px 15px;
	background:#E4292F;
	color: #FFF;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.span_3_of_2 .button a:hover, .product-tags .button a:hover {
	text-shadow: 0px 0px 1px #000;
    background: #292929;
}
.product-tags p{
	font-size:13px;
	padding:5px  0;
	color: #969696;
	line-height: 1.8em;
}
/**** Review *****/
.review h4,.review h4 a{
 font-size:13px;
 color: #333;
 margin:10px 0;
 font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.review h4 a{
	text-decoration:underline;
}
.review h4 a:hover{
	text-decoration:none;
	color:#E4292F;
}
.review ul{
	margin-top:10px;
}
.review li{
	display:block;
	padding:8px 0;
	color: #666;
	font-size:1em;
}
.review li img{
	vertical-align:middle;
}
.review p{
	font-size:0.8em;
	padding:5px 0;
	color: #969696;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
}
.your-review h4{
	font-size:1.2em;
    color: #333;
}
.your-review div{
	padding:5px 0;
}
.your-review span{
	display:block;
	font-size:0.8125em;
	color:#757575;
	padding-bottom:5px;
	font-family :verdana, arial, helvetica, helve, sans-serif;
}
.your-review label span.red{
	color:#CD1F25;
	display:inline;
}
.your-review input[type="text"],.your-review textarea{
		    padding:8px;
			display:block;
			width:50%;
			border:1px solid #E0E0E0;
			background:none;
			outline:none;
			color:#222;
			font-size:1em;
			font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
			-webkit-appearance:none;
}
.your-review textarea{
		resize:none;
		height:120px;		
}
.your-review input[type="submit"]{
    font-size:1em;
	padding:10px 15px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:#E4292F;
	color: #FFF;
	text-decoration: none;
	border:none;
	cursor:pointer;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.your-review input[type="submit"]:hover{
	text-shadow: 0px 0px 1px #000;
    background: #292929;
}
/*** ratings ***/
.rating-stars{
	margin-left:5px;
	text-align:center;
	display:inline-block;
}
.rating > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.rating > ul > li {
	display:inline-block;
	margin-left:2px;
	background:url("http://static-eu.insales.ru/files/1/2479/1567151/original/price-rating.png") no-repeat;
	background-position:-20px 0px;
	width:18px;
	height:18px;
	cursor: pointer;
	padding:0;
}
.rating > ul > li:first-child {
	margin-left: 0;
}
.rating > ul > li.hover {
	background-position:0px 0px;
}
.rating > ul > li.active {
	background-position:0px 0px;
}
.community-poll{
	margin-top:20px;
}
.community-poll p {
	color: #CD1F25;
	font-size: 0.95em;
	padding:5px  0;
}
.poll li {
	padding:3px 0px 9px 0;
}
.poll input.radio {
	float: left;
	margin:4px 0 0 0;
}
.poll .label {
	display: block;
	margin-left: 20px;
}
.poll label {
	font-size:13px;
	padding:10px 0;
	color: #666;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/** End Preview Page **/
/*  Contact Form  ============================================================================= */

.contact-form {
	position: relative;
	padding:2em 0;
}
.contact-form div {
	padding: 5px 0;
}
.contact-form span {
	display: block;
	font-size: 0.8125em;
	color: #757575;
	padding-bottom: 5px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.contact-form input[type="text"].textbox{
  float:left;
  width:29.6%;
  margin-left:2.5%;
}
.contact-form input[type="text"].textbox1{
	margin-left:0;
}
.contact-form input[type="text"], .contact-form textarea {
	padding:10px;
	display: block;
	width:98%;
	background:#FFF;
	border:1px solid #DEDEDE;
	outline: none;
	color:#BABABA;
	font-size:13px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	-webkit-appearance: none;
}
.contact-form input[type="text"]:focus, .contact-form textarea:focus {
	color:#555;
	border-color:#C1C1C1;
}
.contact-form textarea {
	resize: none;
	height:150px;
}
.mybutton {
	font-size:16px;
	padding:10px 25px;
	font-family: 'Open Sans', sans-serif;
	background:#e44f2b;
	color: #FFF;
	border:none;
	text-decoration: none;
	outline: 0;
	cursor:pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	float:right;
	-webkit-apperance:none;
	position:relative;
}
.mybutton:hover {
	background: #292929;
}
.map {
	margin-top:1em;
}
.map iframe{
	height:300px;
}

ul.menu ul {
	margin-left: 15px;
}

ul.menu li img {
	float: left;
  	margin-right: 5px;
  	margin-top: 4px;
  	max-width: 30px;
}

.menu li.active a{
	color: #000;
}

.oneNews {
	margin-bottom: 15px;
}

.oneNews a,.article a {
	color:#e44f2b;
}

.catImg {
	width: 100px;
	margin: 5px auto;
  	display: block;
	float: none;
}

h1 {
	font-size: 1.5em;
}

.textile {
	margin: 20px 0px 0px 0px;
}

#products-header {
	margin: 20px 0px;
}

.prodDesc {
  text-align: left;
  font-size: 13px !important;
}

.prodDesc p {
	margin: 10px 0px;
}

.prodDesc img {
  height: 12px
}

.prodDesc a {
  display: inline;
}

.prodName {
  text-align: left;
  margin-bottom: 10px;
}

.prodName a{
  font-size: 16px;
}

.price-details {
  text-align: center;
}

.accent {
  margin-bottom: 10px;
}

#cartQuantity {
  font-size: 15px;
  border: 2px solid #e44f2b;
  padding: 7px;
	float: left;
	margin-right: 10px;
}
.add-cart.inProd {
	float: left;
}

.headerPhone {
  margin-bottom: 20px;
  color: #fff;
  text-align: right;
}

.headerPhone .phone {
  font-size: 20px;
}
.phoneText {
	font-size: 14px;
}

.search_box {
  margin-top:20px;
}

.header_top_right {
  text-align: right;
}

.login, .reg {
  text-align: right;
  margin-left: 20px;
}

.socReg {
  float: none;
  margin: 10px auto;
}

.socReg img {
  border-radius: 5px;
}

.socReg span {
  color: #fff;
}

.socReg a {
  margin: 0px 5px;
}

.cart {
  color: #fff;
}

.cart i {
  font-size: 40px;
}

.header_top_center {
	margin-left: 12%;
  float: left;
  padding-top: 10px;
  text-align: center;
}

.header_top_center .topLinks a {
  font-size: 13px;
margin-right: 20px;
}

.topLinksBig {
  margin-top: 30px;
}

.topLinksBig a {
  font-size: 14px;
  margin: 10px;
  color: #fff;
}

.topLinksBig a:hover {
  color: #898989;
}

.nextProd {
  text-align: right;
}

.nextProd a.next {
	position: relative;
	background: #e44f2b;
  	display: inline-block;
  color: #fff;
  line-height: 30px;
padding-left: 10px;
}
.nextProd a.next:after, .nextProd a.next:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.nextProd a.next:after {
	border-color: rgba(213, 109, 40, 0);
	border-left-color: #e44f2b;
	border-width: 15px;
	margin-top: -15px;
}
.nextProd a.next:before {
	border-color: rgba(245, 137, 137, 0);
	border-left-color: #e44f2b;
	border-width: 15px;
	margin-top: -15px;
}

.chooseFlavour p {
  font-size: 1em;
  color: #666;
}

.chooseFlavour {
    border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
    margin: 20px 0px;
    padding: 15px 0px;
}

.chooseFlavour select {
  display: block;
  float: none;
  margin: 10px 0px;
}

.prodInstr {
  background: none none repeat scroll 0 0;
  color: #555;
  padding: 5px;
  margin-top: 10px;
}

.prodInstr a:hover {
	color: #ba5b43;
}

.rating_wrapper {
    margin: 10px 0;
}

.inProd input {
  font-size: 20px;
  background: #e44f2b;
}

.product-specifications table, .cart-table {
	color:#666;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin: 20px 0px;
	border:#ccc 1px solid;
	border-collapse:separate;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
 
.product-specifications table th, .cart-table th{
	font-weight:bold;
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
 
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.product-specifications table th:first-child,
.cart-table th:first-child{
	text-align: left;
	padding-left:20px;
}
.product-specifications table tr:first-child th:first-child, 
.cart-table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.product-specifications table tr:first-child th:last-child,
.cart-table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.product-specifications table tr,
.cart-table tr{
	text-align: center;
	padding-left:20px;
}
.product-specifications table tr td:first-child,
.cart-table tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.product-specifications table tr td,
.cart-table tr td{
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.product-specifications table tr:nth-child(even) td,
.cart-table tr:nth-child(even) td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.product-specifications table tr:last-child td,
.cart-table tr:last-child td{
	border-bottom:0;
}
.product-specifications table tr:last-child td:first-child,
.cart-table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.product-specifications table tr:last-child td:last-child,
.cart-table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.product-specifications table tr:hover td,
.cart-table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}
 
.product-specifications table a:link,
.cart-table a:link{
	color: #666;
	text-decoration:none;
}
.product-specifications table a:visited {
	color: #999999;
	text-decoration:none;
}
.product-specifications table a:active,
.product-specifications table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}

.footer .images_1_of_4 {
  background: none !important;
  color: #fff;
}

.footer .images_1_of_4 span {
  margin-bottom: 10px;
  display: block;
}

.footer .images_1_of_4 ul li {
  float: left;
  margin: 5px 5px 5px 0;
}

.footer .phone {
  font-size: 1.6em;
}

.footer .delivery a,.footer .payments a{
	background: #fff;
	height: 32px;
	padding: 5px 0px;
	display: block;
	margin: 10px 0px;
}

#cartform .coupon {
  padding: 10px;
  background: #b6b6b6 !important;
  margin: 10px 0px;
}

#cartform .coupon p {
  margin: 10px 0px;
}

#cartform .coupon a {
  background: #e44f2b !important;
  padding: 5px;
  color: #fff !important;
}

#cartform .coupon input {
  padding: 5px;
}

#cartform input[name="make_order"] {
  background: #e44f2b !important;
  padding: 5px;
  color: #fff !important;
  font-size: 20px;
  border: none;
  margin: 10px 0px;
}

.etalage_thumb img {
  height: auto !important;
}

.orderSumm {
  font-size: 1.5em;
}

#add_product_notification { 
background:#000;
opacity:0.9;
color: #6FB31A;
padding: 30px;
font-family: Tahoma;
color:#fff;
text-align:center;
}

#own_preloader { z-index:1000; text-align: center; vertical-align: middel; font-weight: bold; width:200px; height:60px; }

#rambler_top_100 {
  display: none;
}

.search_box form {
  width: 100%;
}

.product-specifications {
  overflow-y: auto;
}


.one_article {
  border-bottom: 1px solid #9C9C9C;
  margin-top: 20px;
}

.one_article img {
  display: none;
}

.cardOnMain .prodNameCard {
    height: 70px;
    margin-bottom: 10px;
}

.cardOnMain .imgLink {
  height: 160px;
}

.owl-carousel .owl-stage-outer {
  height: 200px;
  overflow: hidden;
}

.owl-carousel .item {
  text-align: center;
}

.owl-carousel .item img {
  max-width: 150px;
  display: block;
  margin: 0 auto;
}

.owl-nav {
  	position:absolute;
	right:0;
	top:-48px;
	width:70px;
}


@media only screen 
and (min-width : 800px) 
and (max-width : 900px) {
	#etalage {
   		width: 65% !important;
 	}
}

.pvz li {
  margin-top: 10px;
}

.payment_block a {
	display: inline !important;
}

.payment_block {
	min-height: 200px;
}

.features_block {
  min-height: 170px;
}

.payment_block h2, .features_block h2 {
  display: block;
  border-bottom: 1px solid #E44F2B;
}

table#joyetech_liquid, .track24Result-copyright {
  display: none !important;
}

.title_text {
  margin-bottom: 15px;
}

.track24Result-Title {
  background: #A3A3A3 !important;
}

.post_img {
  float: left;
  margin: 0px 10px 10px 0px;
}

.partner_block p{
  font-size: 13px;
}

.partner_block {
  min-height: 230px;
padding: 5px;
text-align: center;
background: #fff;
margin: 10px 0px;
}

.partner_block h3::before {
  display: none;
}

.partner_block h3 {
  background: none !important;
  color: #000;
  border-bottom: 1px solid #E44F2B;
  font-size: 15px;
}

#feedback_form input, #feedback_form textarea {
  font-size: 16px;
  padding: 5px;
  margin: 5px 0px;
  font-family: 'Open Sans', sans-serif;
  border: none;
  background: #F0F0F0;
}

#feedback_form textarea {
  min-height: 150px;
}

#feedback_form textarea, #feedback_form input[type="text"] {
  width: 97%;
}

#feedback_form textarea:focus, #feedback_form input[type="text"]:focus {
  outline: 1px solid #E44F2B;
}

#feedback_form input[type="submit"] {
  cursor: pointer;
  background: #E44F2B;
  color: #fff;
}

.feedback_block {
  background: none !important;
}

.feedback_block h2 {
  display: block;
  border-bottom: 1px solid #E44F2B;
}

.feedback_phone {
  text-align: center;
  font-size: 30px;
  color: #E44F2B;
}

.aroma_link {
  float: left;
  margin: 3px;
  width: 15%;
  padding: 2px;
  background-color: #fff;
}

h2 {
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
}

.delivery_block {
  margin-bottom: 40px;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

.delivery_block:before {
  display: block;
  content: "";
}

.delivery_icon {
  float: left;
  text-align: center;
  width: 15%;
  background-color: #fff;
  color: #E44F2B;
}

.delivery_icon img {
  float: none;
  display: block;
  padding: 10px;
  margin: 0 auto;
  width: 65% !important;
}

.delivery_desc {
  width: 85%;
  float: right;
  background: #fff;
}

.delivery_desc ul {
  padding: 10px 20px;
}

.deliv_list {
  list-style: inside;
}

.pickup_punct {
  margin-bottom: 30px;
}

.pickup_punct h4 {
  border-bottom: 2px solid rgb(226, 79, 47);
}

.oil_station_footer {
  background-image: url('https://static-eu.insales.ru/files/1/6039/1996695/original/oil-bottom.png');
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  position: absolute;
  right: 20px;
  bottom: 161px;
  display: none;
}

.footer {
  background-image: url('https://static-eu.insales.ru/files/1/3652/6139460/original/footer-img.png');
  background-repeat: no-repeat;
  background-position: 99% 1%;
}
.main {
  background-image: url('https://static-eu.insales.ru/files/1/7481/1998137/original/station_bottom.png');
  background-repeat: no-repeat;
  background-position: 99% 100%;
}
.page_text ul {
  list-style: inside;
  margin: 10px 0px;
}
.fast-search {
  margin: 10px 0px;
  padding: 10px;
  background: #fff;
  border: 2px solid #E24F2F;
}

.fast-search select {
  margin-right: 20px;
  padding: 2px;
  font-size: 12px;
}
.main-slider {
    margin-top: 30px;
}
.all_news {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #E44F2B;
    color: #fff;
    padding: 10px 0px;
}
.navbar-default {
	background: none;
	border: none;
}
.navbar-default .navbar-nav > li > a {
	color: #ffb29f;
}
.nav > li > a {
	padding: 10px 11px;

font-size: 13px;
}
.navbar {
	margin-bottom: 0px;
}
.products-row, .how-to {
	margin-bottom: 15px;
}
.cardOnMain {
	background: #FFF;
	padding: 15px 10px;
	margin-bottom: 10px;
  	min-height: 340px;
}
#bs-example-navbar-collapse-1 {
	padding: 5px 10px;
}
.footer span {
	color: #fff;
}
.footer ul li {
	float: left;
}
#vk_groups {
	width: 100% !important;
	max-width: 300px;
}
#vk_groups iframe {
	width: 100% !important;
	max-width: 300px;
}
.footer span.phone {
	margin-bottom: 10px;
    display: block;
}
.footer p {
	color: #fff;
}
.top-bar {
	margin-top: 10px;
}
.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}
#horizontalTab {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
    .wish-list li.wish {
	    display: none;
    }
    .cardOnMain .prodNameCard {
	    height: auto !important;
    }
    .cardOnMain {
	    min-height: 100px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}
#side-bar-cat.in, #side-bar-cat.collapsing {
    display: block!important;
}
.cat-collapse-butt {
	border-color: #ddd !important;
	position: relative;
	float: right;
	padding: 9px 10px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-top: -6px;
}
.cat-collapse-butt .icon-bar {
	background-color: #888;
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.cat-collapse-butt .icon-bar + .icon-bar {
    margin-top: 4px;
}
.menu-header {
	float: left;
	margin: 13px;
	color: rgb(255, 255, 255);
	font-size: 20px;
}
.set-view-cat {
	margin-top: 10px;
	margin-bottom: 10px;
}
.pages {
	margin-top: 20px;
	margin-bottom: 10px;
}
.pages span {
    position: relative;
    margin-left: -1px;
    line-height: 21px;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    display: inline-block;
}
.current_page, .deco {
	padding: 6px 12px;
}
.pages span a {
  	padding: 6px 12px;
  	display: inline-block;
}
.product-card {
	background: rgb(255, 255, 255);
	padding: 15px;
	margin-bottom: 25px;
}
.product-details {
	margin-top: 20px;
}
#horizontalTab .nav {
	background: none !important;
	border-top: none !important;
	border-bottom: 1px solid #DB3C15;
}
#horizontalTab .nav a {
	color: rgb(228, 79, 43);
}
#horizontalTab .nav a:hover {
	background-color: rgba(216, 120, 96, 1);
	color: #fff !important;
	border-bottom: 1px solid rgb(228, 79, 43) !important;
}
#horizontalTab .nav-tabs > li.active > a {
	background-color: rgb(228, 79, 43);
	color: rgb(255, 255, 255);
}
.prodDescText {
	padding: 5px;
}
.selector-wrapper {
    float: left;
    margin-right: 15px;
}
.carousel-control .fa-arrow-left {
	left: 50%;
	margin-left: -10px;
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}
.carousel-control .fa-arrow-right {
	right: 50%;
	margin-right: -10px;
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}
.etalage_thumb_image {
	margin: 0 auto;
}
#prod-spec {
	background: #fff;
}
.article-content ul {
	list-style: circle;
	list-style-position: inside;
	margin: 5px;
}
.label {
	font-weight: 400;
	line-height: 30px;
}
.comment span {
	font-size: 15px;
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #a8a8a8;
}
.feedback-form-block {
	padding: 10px;
	background: #fff;
	text-align: center;
	margin-bottom: 20px;
}
.our-feature {
	padding: 10px;
	background: #fff;
	margin-bottom: 10px;
}
.our-feature h3 {
	text-align: center;
}
.our-feature img {
	height: 150px;
	display: block;
	margin: 10px auto;
}
.our-feature h3:before {
	display: none;
}
.product-specifications ul {
	list-style: circle;
	list-style-position: inside;
	margin: 5px;
}
.product-specifications ul li {
	border: none !important;
}
.footer .phone {
  color: #fff !important;
}
.prodNameCard a {
  font-size: 12px;

line-height: 16px;

display: block;
}
.fast-search h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
.taste_desc {
	font-size: 13px;
}
.taste-row {
	margin-top: 10px;
}
.fast-search .fast-choose-flavour, .fast-search .fast-choose-nicotine, .fast-search .fast-choose-weight {
	width: 100%;
}
.fast-add-to-cart {
	color: #fff;
	background: #E44F2B;
	margin-top: 19px;
}
.soc-button {
    color: #fff;
  	font-size: 35px;
}
.add-cart span {
  display: block;
  margin-bottom: 5px;
}
.isrelated {
  margin-top: 20px;
}
#vkwidget1 .widget_body #main > div {
	width: 100% !important;
}
.fast-price {
  	margin-top: 19px;
	display: block;
	text-align: right;
	line-height: 34px;
}
.non-active {
  	display: none;
}
.hidden-ring {
  	display: none !important;
}
.loading-ring {
  position: absolute;
  right: 30px;
  bottom: 15px;
}
.one-promo-prod {
    padding: 0px 5px 10px;
 	margin-bottom: 20px;
    background: #fff;
}
.one-promo-prod h4 {
    line-height: 20px !important;
    font-size: 14px;
    height: 45px;
}
.promo-prods {
    padding: 20px 0px 0px;
    border-top: 2px solid #E44F2B;
    border-bottom: 2px solid #E44F2B;
}
.main-promo h2 {
  text-align: center;
  font-size: 24px;
  line-height: 35px;
}
.go-promo {
    background: #E44F2B;
    color: #fff !important;
    text-transform: uppercase;
    padding: 10px 40px;
    font-size: 23px;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}
.row-8 {
    margin-right: -5px;
    margin-left: -5px;
}
.col-xs-8r,
.col-sm-8r,
.col-md-8r,
.col-lg-8r {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.col-xs-8r {
    width: 12.5%;
    float: left;
}

.iciga-logo {
  	max-width: 40px;
 	position: absolute;
	right: 25px;
}
.one-left-link {
	display: block;
    font-size: 15px;
    padding: 10px 0px 10px 12px;
    color: #9C9C9C;
    background: url("http://static-eu.insales.ru/files/1/2471/1567143/original/drop_arrow.png") no-repeat 0;
    border-bottom: 1px solid #D6D6D6;
}
.article_blog ul {
	list-style: inside !important;
  	margin: 10px 0px !important;
}
.article_blog strong {
	font-weight: bold;
}
.fransh-file {
    padding: 15px;
    background: #23272A;
    margin: 20px 0px;
    border-radius: 15px;
    border: 4px solid #E44F2B;
    color: #fff;
}
.download-icon {
    display: block;
    overflow: hidden;
 	text-align: center;
}
.download-icon img {
	max-width: 100%;
}
.fransh-file p {
    margin-top: 25px !important;
}

@media (min-width: 768px) {
    .col-sm-8r {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-8r {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-8r {
        width: 12.5%;
        float: left;
    }
}
