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

@font-face {
    font-family: 'FiraSans-Bold';
    src:url(../fonts/FiraSans-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Ubuntu-Regular';
    src:url(../fonts/Ubuntu-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Ubuntu-Bold';
    src:url(../fonts/Ubuntu-Bold.ttf) format('truetype');
}
@font-face{
	font-family:'FiraSans-Regular';
	src:url(../fonts/FiraSans-Regular.ttf) format('truetype');
}

html,body{
	background:#fff;
	font-size: 100%;
	font-family:'FiraSans-Regular';
	 
}

body a{
	color:#666;
	border-bottom:#999 dashed 1px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
body a:focus {
	color:#000000;
	border-bottom:solid #d6d2c4 1px;
	text-decoration:none;
	outline: none;
}

body a:hover  {
	color:#000000;
	border:none;
	text-decoration:none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

body a.btn:hover{
  border: 1px solid transparent;
}

.bblock a {
	border:none;
}

h1,h2,h3,h4,h5,h6,label,p{
	margin:0;	
}
/*--header--*/
/*
.header a, .header a:focus {
	border:none;
	text-decoration:none;
}

.nav ul{
	padding: 0;
	margin: 0;
}
.head{
    position: absolute;
    z-index: 9999;
}
.logo {
    text-align: center;
    top: 0;
}
.logo img {
    position: absolute;
    top:0px;
    padding-right:10px;
  display: block;
  height:90px;
  width:150px;
}
@media (max-width:388px){

  .logo img {
    height:40px;
    width:auto;
  }
}
.header-social{
	text-align: right;
}
.header-login ul li,.header-social ul li{
	display:inline-block;
}
.header-login ul li a{
	display:inline-block;
	text-decoration:none;
	color:#fff;
	font-size:0.8em;
	margin: 0 0.5em;
}
.header-login ul li a:hover {
    color: #d6d2c4;
}
.header-top {
    background-color: #2E2E2E;
	height:40px;
	line-height:38px;
}
.header-social ul li a i{
	width: 17px;
    height: 17px;
    display: block;
    background: url(../images/img-sprite.png)no-repeat -14px -14px ;
	margin:0 0.3em;
}
.header-social ul li a i.ic1{
    background-position:  -55px -12px ;
}
.header-social ul li a i.ic2{
    background-position: -101px -12px ;
}
.header-social ul li a i.ic3{	
   background-position:-150px -12px ;
}
.header-social ul li a i.ic4{	
   background-position:-199px -13px ;
}
.header-social ul li a i:hover{
    background:url(../images/img-sprite.png)no-repeat -14px -52px ;
}
.header-social ul li a i.ic1:hover{
    background-position:  -55px -50px ;
}
.header-social ul li a i.ic2:hover{
    background-position: -101px -50px ;
}
.header-social ul li a i.ic3:hover{	
   background-position:-150px -50px ;
}
.header-social ul li a i.ic4:hover{	
   background-position:-199px -52px ;
}
.header-social ul{
	margin-top: 4px;
}
.nav_1 {
	margin-left:0;
}
ul.nav_1 li a {
    font-size: 0.9em;
    color: #3A3A3A;
	padding-del: 1.6em;
}
ul.nav_1 li {
    border-right:1px solid #EFEFEF;
}
.navbar {
    margin-bottom: 0px;
	border:none;
	
}
div#bs-megadropdown-tabs {
    padding: 0;
}
.h_menu42 {
  margin-left:156px;
}
.h_menu4 {
    margin-left: 13.6%;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #d6d2c4;
    color: #fff;
}
.nav .active > a, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #d6d2c4;
    color: #fff;
}
/*
.col1 {
    float: left;
    min-width:180px;
    width:50%;
}
*/

/*--cart--*/
.itemContainer{
	width:100%;
	float:left;
}
.itemContainer div{
	float:left;
	margin: 5px 20px 5px 20px ;
}
.itemContainer a{
	text-decoration:none;
}
.cartHeaders{
	width:100%;
	float:left;
}
.cartHeaders div{
	float:left;
	margin: 5px 20px 5px 20px ;
}
.item_add {
  color: #000;
  border:none;
}	
a.item_add {
 text-decoration: none;
}		
.grid_1 img{
	margin-bottom:1em;
}
.box_1 h3{
  color: #000;
  font-size: 1em;
}
.box_1 h3 img{
	margin-left: 5px;
}
.box_1 p a{
  color: #B5B3B3;
  font-size: 0.77em;
}
.total {
  display: inline-block;
}
.cart.box_1{
	float: right;
	margin-top: 2px;
}

.heart{
	float:left;
	margin-top-del: 0.7em;
	line-height:50px;
	font-size:1.5em;
	height:50px;
}
.heart li{
	display:inline-block;
	border-right-del: 1px solid #EFEFEF;
}
.heart li  a{
	font-size: 0.9em;
    color: #3A3A3A;
	margin:0 1em;
    outline: none;	
}
.heart li:last-child {
	border-right-del: none;
}
.heart span{
	
}
.cart{
	float:right;
}
.search-right {
    padding: 5px 5px 0px ;
    position:absolute;
    float2:right;
    right:0;
    top:0;
    text-align:right;

}

/*--//header--*/
/*--banner--*/
.banner{
	width: 100%;
    height: 700px;
    display: block;
    background: url(/images/pattern.png)repeat center;
	overflow-x:hidden;
}

.banner1{
    width: 100%;
    height: 200px;
    display: block;
    background: url(/images/pattern.png)repeat center;
    overflow-x:hidden;
}
.banner1 .bg-center {
  background-position-y: center;
  background-position-x: center;
}
.banner1 .bg-left {
  background-position-x: left;
}
.banner1 .bg-right {
  background-position-x: right;
}
.banner1 .bg-top {
  background-position-y: top;
}
.banner1 .bg-bottom {
  background-position-y: bottom;
}
.banner1 .bg-cover {
  background-size: cover;
}
.banner1 .bg-contain {
  background-size: contain;
}

.banner-image {
background-position-x: right;
background-position-y: center;
background-repeat: no-repeat ;
background-size:cover;
height:100%;
width:100%;
}

.no-cssanimations .rw-wrapper .rw-sentence span:first-child{
	opacity: 1;
}
/*--//banner--*/
/*--content--*/
.content-top {
    padding: 5em 0;
}
.col-1 img{
}
.col-2 {
    padding-top: 1em;
}
.col-2 span{
	font-size: 1.4em;
    color: #d6d2c4;
    line-height: 1.8em;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: 'Ubuntu-Bold';
}
.col-2 h2{
	font-size: 2.5em;
    line-height: 1.2em;
    font-family: 'FiraSans-Bold';
}
.col-2 h2 a{
	text-decoration:none;
    color: #000000;
}
.col-2 h2 a:hover{
    color: #d6d2c4;
}
.col-2 p{
	font-size: 0.9em;
    color: #B3B3B3;
	line-height:1.8em;
	margin:0 0 1.5em;
}
 a.buy-now{
	    font-size: 0.9em;
    color: #d6d2c4;
    text-decoration: none;
    border-bottom: 2px solid #d6d2c4;
    padding: 0 0 0.5em;
    display: inline-block;
}
a.buy-now:hover{
    color: #000;
    border-bottom: 2px solid #000;
}
.col-3{
	position:relative;
	margin-bottom:1.5em;
}
.col-3:last-child{
	margin-bottom:0em;
}
.col-pic{
	position:absolute;
	top:0;
	background:rgba(0, 0, 0, 0.59);
	width:100%;
	height:100%;
	text-align:center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.col-pic p{
	color:#fff;
	font-size:1.1em;
	padding:0.1em 0 !important;
	text-transform:uppercase;
	font-family: 'FiraSans-Bold';
}
.col-pic a {
	color:#d6d2c4;
}
.col-pic h1, .col-pic h2, .col-pic h3, .col-pic h4, .col-pic h5, .col-pic h6{
	color:#d6d2c4;
	text-shadow: #fff 1px 1px 0.5px, #fff -1px 1px 0.5px, #fff -1px -1px 0.5px, #fff 1px -1px 0.5px;
	padding:0.5em 0 !important;
	text-transform:uppercase;
	font-family: 'Ubuntu-Bold';
}
.col-pic label{
	width:100px;
	height:2px;
	display:block;
	background:#fff;
	border-radius:10px;
	margin: 0.5em auto;
}
/*--content-middle--*/
.body-title a{
  border:none;
}

.content-mid h3, .body-title{
	font-size-del: 2.5em;
	padding-bottom:0 !important;
    color: #000000;
    line-height: 1.3em;
    font-family: 'Ubuntu-Regular';
	text-align:center;
}

.product-title {
  font-size: 2em;
  padding-bottom:0 !important;
  line-height: 1.3em;
  font-family: 'Ubuntu-Regular';
  text-align:center;
}
.single-top-in .code {
    color: #827f74;
    width: 100%;
    text-align: center;
    font-size: 1em;
    padding: 0;
    margin-top: -1em;
    font-weight: bold;
}

@media (max-width:1200px){
  .product-title {
    font-size: 1.7em ;
  }
}
@media (max-width:992){
  .product-title {
    font-size: 1.4em ;
  }
}
 label.line{
	width:40%;
	height:2px;
	display:block;
	background:#d6d2c4;
	border-radius:10px;
	margin: 0.2em auto 1em;
}
.block {
    float: right;
}
 .mid-1 span{
	font-size: 0.9em;
    color: #d6d2c4;
    line-height-del: 1.8em;
    font-family: 'Ubuntu-Bold';
}
/*----*/
/*-----------------------------------------------------------------------------------*/
/*	Stroke
/*-----------------------------------------------------------------------------------*/
.b-link-stroke{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
	margin-bottom: 5px;
}
.b-link-stroke .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0em;
	left:0;
	text-align:center;
	color:#ffffff;
	padding-top:10em;
}
.b-link-stroke .b-wrapper:hover{
	background:rgba(217, 84, 89, 0.58);
}
.b-link-stroke .b-wrapper1{
	position:absolute;
	width:100%;
	height:100%;
	top:0em;
	left:0;
	text-align:center;
	color:#ffffff;
	padding-top: 7em;
}
.b-link-stroke .b-wrapper1:hover{
	background:rgba(8, 8, 8, 0.64);
	
}
.b-link-stroke .b-wrapper2{
	position:absolute;
	width:100%;
	height:100%;
	top:0em;
	left:0;
	text-align:center;
	color:#ffffff;
	padding-top:15em;
}
.b-wrapper1.long-img {
    padding-top: 15em;
}
.b-link-stroke .b-top-line{
	position:absolute;
	top:-100%;
	left:0;
	width:50%;
	height:100%;
	background:rgba(248, 69, 69, 0.59);
}
.b-link-stroke .b-bottom-line{
	position:absolute;
	bottom:-100%;
	right:0;
	width:50%;
	height:100%;
	background:rgba(248, 69, 69, 0.59);
}
.b-link-stroke .b-top-line, .b-link-stroke .b-bottom-line{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
} 
.b-link-stroke:hover .b-top-line{
	top:0;
}
.b-link-stroke:hover .b-bottom-line{
	bottom:0;
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	visibility:hidden; /* lt-ie9 */
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
	    color: #d6d2c4;
    font-size: 2em;
    text-transform: uppercase;
    font-family: 'Ubuntu-Bold';
}
.b-animate-go:hover .b-from-left{
	left:0;
}
.b-from-right{
	position:relative;
	right:-100%;
	    color: #fff;
    font-size: 1.1em;
    text-transform: uppercase;
    font-family: 'FiraSans-Bold';
}
.b-animate-go:hover .b-from-right{
	right:0;
}
 label.b-from-right {
    width: 100px;
    height: 2px;
    display: block;
    background: #fff;
    border-radius: 10px;
    margin: 0.5em auto;
}

.b-scale{
	position:relative;
	transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	-webkit-transform:scale(0);
}
.b-animate-go:hover .b-scale, h1{
	transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transform:scale(1);
}
/*----*/
.women-top {
    float: left;
}
.img {
    float: right;
}
/*----*/
.mid-1 h6 {
    font-size: 1.2em;
    font-family: 'Ubuntu-Regular';
}
.mid-1 h6 a {
    color: #827f74;
    text-decoration:none;
}
.mid-1 h6 a:hover {
    color: #000000;
}
.mid-2 p{
	float:left;
	font-size:0.9em;
	color:#999;
}
.mid-2 p em{
	font-style:normal;
	font-size:2em;
}
.mid-2 p label{
	text-decoration: line-through;
	font-weight:400;
	margin-right:6px;
}
.mid-2 {
    padding-top: 0em;
}
.mid-1 {
    padding-top: 0em;
}
.mid-pop{
	position:relative;
	border: 1px solid #EFECEC;
    padding: 10px;
    min-height:340px;
}
.zoom-icon {
	    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    display: block;
    left: 0;
    top: -152px;
    width: 290px;
    height: 219px;
	text-align:center;
    cursor: pointer;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.zoom-icon .icon{
	width: 50px;
    height: 50px;
    display: inline-block;
    background: #d6d2c4;
	color:#fff;
	font-size:1.3em;
    margin: 0 0.3em;
	line-height: 2.5em;
}
.zoom-icon .glyphicon-menu-right{
    background:#fff;
	color: #d6d2c4;
}
.mid-pop .zoom-icon {
	top: 0px;
	width: 100%;
	height: 182px;
}
.mid-pop .pro-img:hover .zoom-icon {
    top: 33%;
    opacity: 1;
    filter: alpha(opacity=99);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
}
.mid-popular {
    padding-top: 2em;
}
.brand {
    padding: 5em 0;
}
.banner-top{
	text-align:center;
	width: 100%;
    height: 250px;
    display: block;
    background: url(../images/back.jpg)no-repeat ;
	padding:5em 0;
}
.banner-top h1{
	font-size:3em;
	color:#fff;
	font-family: 'Ubuntu-Regular';
}
.banner-top h2{
	font-size:0.9em;
	color:#fff;
	margin-top:1em;
}
.banner-top h2 a{
	color:#d6d2c4;
}
.banner-top h2 label{
	margin:0 0.4em;
}
.banner-top em {
    width: 100px;
    height: 2px;
    display: block;
    background: #fff;
    border-radius: 10px;
    margin: 0.5em auto;
}
/*--typo-single--*/

.thumb-image > img { width: 100%; }
/*--single--*/
.single-para h1{
	font-size:1.5em;
	color:#52D0C4;
	line-height:1.5em;
	  font-family: 'OleoScript-Regular';
}
label.add-to{
	display:block;
	font-size: 2em;
	color: #000;
}
.single-para p{
	font-size:0.9em;
	color:#B2B2B2;
	line-height:1.8em;
}
a.cart{
  padding: 0.3em 0.7em;
  color: #FFF;
  background: #52D0C4;
  margin: 1.5em 0 0;
  font-size: 1em;
  display:inline-block;
  line-height: 1.6em;
  text-align: center;
  text-decoration:none;
}
a.cart:hover{
	background: #000;
}
/*----*/
.star-on {
  padding: 1em 0;
}
.star-on ul {
  float:left;
}

.star-on ul li{
	display: inline-block;
}
.star-on ul li i{
	color:#000;
}
.review{
	float:left;
	  padding: 0 1em;
}
.star-on a{
	text-decoration:none;
	font-size:1em;
	color:#52D0C4;
}
.star-on a:hover{
	color:#000;
}
.single-bottom h4{
	color:#000;
	font-size:1.5em;
	padding:0.5em;
	border-bottom:1px solid #fa7455	;
}
.single {
  padding: 5em 0 0;
}
.available h6{
	color:#52D0C4;
	font-size:1.4em;
	padding: 0 0 1em;
}
.available ul li{
	display:inline-block;
	padding:0 0.5em 0 0;
	color:#4c4c4c;
	font-size:0.9em;
}
.available ul li select {
  outline: none;
  padding: 3px;
}
.available {
  padding: 2em 0 1em;
}
/*--products--*/
.product-bottom {
    padding-top: 2em;
}
h4.cate {
    font-family: 'Ubuntu-Regular';
    font-size: 1.7em;
    color:#d6d2c4;
}

ul.kid-menu{
	display: block !important;
}
.menu-drop {
	width: auto;
	height: auto;
	padding: 0;
	list-style: none;
	margin: 0.5em 0;	
}
.menu-drop > li > a {
	width: 100%;
  margin: 0.3em 0;
	display:inline-block;
	position: relative;
	color: #000;
	font-size: 0.9em;
	text-decoration:none;
	    font-family: 'FiraSans-Bold';
}
.menu-drop > li > a:hover{
	color:#d6d2c4;
}
.menu-drop ul li a {	
	width: 100%;
	display: inline-block;
	position: relative;
	font-size:0.8em;
	margin:0.3em 0;
	color:#C7C7C7;
	text-decoration:none;
	text-indent: 1.2em;
}
.menu-drop ul li a:hover{
	color:#B2B2B2;
}
ul.kid-menu li,ul.cute li{
	list-style: none;	
}
.product {
    padding: 3em 0 0;
}
.item-grid3, .item-grid4 {
    padding-bottom: 2em;
}
@media (min-width:992px){
  .item-grid3:nth-child(3n+1){
      clear:both;
  }
}
@media (max-width:991px){
  .item-grid3:nth-child(2n+1){
      clear:both;
  }
}
/*--single--*/
.span_2_of_a1 h3 {
	color: #000;
    text-transform: uppercase;
    font-size: 1.8em;
    font-family: 'Ubuntu-Bold';
}
p.in-para{
color: #B3B3B3;
    font-size: 0.9em;
    line-height: 2em;
    margin: 1em 0 ;
	border-bottom: 1px solid #f0f0f0;
    border-top: 3px double #f0f0f0;
	padding:1em 0;
}
.price_single {
/*	border-bottom: 1px solid #f0f0f0;
    padding-bottom: 1em;*/
}
span.pvalue {
  color:#fff;
  background:#ccc;
  padding:4px 10px;
  margin:4px;
}
span.reducedfrom {
	    color: #827f74;
    font-size: 1.5em;
    font-family: 'Ubuntu-Bold';
    float: left;
}
.gift span.reducedfrom {
	    color: #28a12b;
}
.price_single a {
	color: #999;
/*	font-size: 13px;*/
/*	float:right;*/
/*	margin-top: 0.7em;*/
}
h4.quick {
	color: #000;
	font-size:1.2em;
	text-transform: uppercase;
	font-family: 'Ubuntu-Regular';
	margin-top: 1em;
}
p.quick_desc {
	color:#666;
	font-size:0.9em;
	line-height: 2em;
	margin: 1em 0 2em;
}
span.actual {
	color:#d6d2c4;
	font-size: 1em;
	margin-right: 5%;
}
.add-to{
	float:right;
	margin-top: 1.6em;
}
/*--quantity-starts--*/
.quantity{
	margin: 1.5em 0;
	float:left;
}
 .value-minus,
.value-plus{
    height: 40px;
    line-height: 24px;
    width: 40px;
    margin-right: 3px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
	border:1px solid #b2b2b2;
	    vertical-align: bottom;
}
.quantity-select .entry.value-minus:before,
.quantity-select .entry.value-plus:before{
	content: ""; 
	width: 13px;
	height: 2px; 
	background: #000;
	left: 50%;
	margin-left: -7px; 
	top: 50%;
	margin-top: -0.5px;
	position: absolute;
}
.quantity-select .entry.value-plus:after{
	content: "";
	height: 13px;
	width: 2px; 
	background: #000;
	left: 50%; 
	margin-left: -1.4px;
    top: 50%;
    margin-top: -6.2px;
	position: absolute;
}
.value  {
    cursor: default;
    width: 40px;
	height:40px;
    padding: 8px 0px;
    color: #A9A9A9;
    line-height: 24px;
    border: 1px solid #E5E5E5;
    background-color: #E5E5E5;
    text-align: center;
    display: inline-block;
	margin-right: 3px;
}
.quantity-select .entry.value-minus:hover,
 .quantity-select .entry.value-plus:hover{
	background: #E5E5E5;
}

.quantity-select .entry.value-minus{
    margin-left: 0;
}
/*--quantity-end--*/
/* Skew Backward */
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  background-color: #d6d2c4;
   color: #fff;
   padding: 0;
   font-size:1em;
}
.hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
	-webkit-transform: skew(-10deg);
	transform: skew(-10deg);
	color:#fff;
	background-del:#FF6C6C;
	text-decoration:none;
}

ul.product-qty {
	padding: 0;
	list-style: none;
}
.product-qty span {
	color: #000;
	font-size:1.2em;
	padding-bottom: 0.5em;
	display: block;
	text-transform: uppercase;
	font-family: 'Ubuntu-Regular';
}
.product-qty select {
	border: 1px solid #eee;
	padding: 0.5em;
	font-size: 1em;
	outline: none;
}
.product-qty option {
	border: 1px solid #EEE;
}
.wish-list {
	padding: 15px 0;
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
}
.wish-list ul{
	padding:0;
	list-style:none;
}
.wish-list li {
	display: inline-block;
	margin-right: 45px;
}

.wish-list li a {
	color:#d6d2c4;
	font-size: 0.85em;
	text-decoration: underline;
}
.wish-list li a span {
	padding-right:10px;
}
.wish-list li a:hover{
	text-decoration:none;
}
.quantity_box {
	float: left;
    margin-right: 3em;
}
.size-top {
    margin: 2em 0;
}
/*----*/
.tab-head {
    padding: 3em 0;
}
.tabs li a {
    padding: 1em;
    font-size: 0.9em;
    color: #666;
    border-bottom: 1px solid #EDEDED;
}
.tabs  li a:hover,.tabs  li.active a{
	background:#d6d2c4 !important;
	color:#827f74;
}
.tab-content {
    padding-left: 0px;
}
.facts p {
    color: #B3B3B3;
    font-size: 0.9em;
    line-height: 2em;
    padding: 0 0 1em;
}
.facts ul li {
    list-style: none;
    color: #B3B3B3;
    font-size: 0.9em;
    padding: 0.3em 0;
}
.facts ul li span{
    padding-right: 0.5em;
}
nav.nav-sidebar {
    float: left;
    width: 30%;
	border-top: 1px solid #EDEDED;
	border-left: 1px solid #EDEDED;
}
.one{
	float:right;
    width: 70%;
	 border: 1px solid #EDEDED;
	 padding:1em;
}
.product-at{
	padding-top:0;
}
/*--login--*/
.login{
/*	padding:5em 0 0;*/
}
.login-bottom h2{
	font-size: 1.4em;
	color:#000;
	 padding: 0em 0.9em 1em;
}
.login-mail{
	border: 1px solid #E9E9E9;
	margin-bottom: 2em;
	padding: 0.5em 1em;
}
.login-mail i{
	color: #d6d2c4;
    font-size: 1em;
}
.login-mail input[type="text"],.login-mail input[type="password"]{
	border: none;
	outline:none;
	font-size: 0.9em;
    color: #999;
    width: 95%;
}
.login-do input[type="submit"]{
	border: none;
    outline: none;
    font-size: 1em;
    -webkit-appearance: none;
    cursor: pointer;
    background: none;	
}
.login-do label{
	font-weight:400;
}

.checkbox1 {
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 1.2em;
	line-height: 27px;
	cursor: pointer;
	position: relative;
	font-weight: 400;
	color:#000;
}
.checkbox1:last-child {
	margin-bottom: 0;
}
.news-letter {
	color: #555;
	font-size: 0.8em;
	margin-bottom: 1em;
	display: block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	clear: both;
}
.checkbox1 i {
	position: absolute;
	bottom: 5px;
	left: 0;
	display: block;
	width:20px;
	height:20px;
	outline: none;
	border: 2px solid #E1DFDF;
}
.checkbox1 input + i:after {
	content: '';
	background: url("../images/tick1.png") no-repeat 1px 2px;
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.checkbox1 input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.checkbox1 input {
	position: absolute;
	left: -9999px;
}
.checkbox1 input:checked + i:after {
	opacity: 1;
}
.news-letter:hover {
	color:#00BFF0;
}

.login-right h3{
	font-size: 1.5em;
    color: #000000;
    font-family: 'Ubuntu-Regular';
}
.login-right p {
    font-size: 0.9em;
    color: #B3B3B3;
    line-height: 1.8em;
    margin: 1em 0 ;
}
.produced {
    text-align: center;
}
/*--contact--*/
.contact-form {
    padding: 5em 0 ;
}
.contact-top h3{
	font-size: 1.5em;
	color:#000;
	line-height:1.4em;
    font-family: 'Ubuntu-Regular';
}
.contact-top div{
	padding:0.5em 0;
}
.contact-top div input[type="text"], .contact-top div textarea {
	width: 100%;
	padding: 0.7em;
	margin:0.4em 0 0;
	background: none;
	outline: none;
	border: 1px solid #F3EFEF;
	-webkit-appearance: none;
}
.contact-top div textarea{
	height:160px;
	resize:none;
}
.contact-top div span{
	color:#000;
	font-size: 0.9em;
}
.contact-top label{
	font-weight:400;
	cursor:pointer;
}
.contact-top input[type="submit"]{
	border:none;
	outline:none;
	background:none;	
}
.contact-top-in p{
	font-size: 1em;
	color: #494949;
	line-height: 1.6em;
	padding: 0.5em 0 1em;
}
.map iframe {
  width: 100%;
  min-height: 450px;
  border: none;
}
.contact-left h3{
    font-size: 1.5em;
	color:#000;
	line-height:1.4em;
    font-family: 'Ubuntu-Regular';
}
.contact-left p {
    font-size: 0.9em;
    color: #B3B3B3;
    line-height: 1.8em;
    margin:1em 0 0;
}
.address-grid i{
	color:#d6d2c4;
	font-size:1em;
	float: left;
	margin: 0 5% 0 0;
	display: inline-block;
	line-height: 2em;
}
.address1{
	float: left;
}
.address-grid {
    padding: 1em 0;
}
.address1 h3{
	font-size: 1.2em;
	color:#000;
	line-height:1.4em;
    font-family: 'Ubuntu-Regular';
}
.address1 p{
	margin: 0;
}
.address1 p a{
	text-decoration:none;
	color: #7c7c7c;
}
.address1 p a:hover{
	color:#d6d2c4;
}
.address-more h4{
	color:#000;
	font-size:2em;
	margin: 0 15px 0.7em;
}
.address {
  padding: 2em 0 0;
}
/*--404--*/
.four{
	padding:5em 0;
	text-align:center;
}
.four h3{
	font-size: 7em;
    color: #d6d2c4;
    font-family: 'Ubuntu-Regular';
}
.four p{
	font-size: 0.9em;
    color: #B3B3B3;
    line-height: 1.8em;
    margin: 0 0 1.5em;
}
/*--checkout--*/
.check-out{
	padding:5em 0em 0;
}
table{
	width:100%;
	  margin: 0em 0 2em;
}
th{
	color: #000000;
    font-size: 1.4em;
    font-weight: 400;
    font-family: 'Ubuntu-Regular';
}
th, td {
    padding: 10px;
}
td{
	color:#333;
  font-size: 1em;
}
a.at-in {
  float: left;
    width: 20%;
}
.sed {
    float: right;
	width: 74%;
}
.sed h5{
  	font-size: 1.1em;
	font-family: 'Ubuntu-Regular';
}
.sed h5 a{
    color: #d6d2c4;
  	text-decoration:none;
}
.sed h5 a:hover{
    color: #000;
}
.sed p{
    color:#b2b2b2;
	font-size:0.8em;
	line-height:1.8em;
	padding:1em 0 0;
}
.table-responsive {
    border: none;
}
.ring-in{
	width:45%;
}

.ring-in{
  position: relative;
}
.close1, .close2, .close3 {
  background: url('../images/close.png') no-repeat 0px 0px ;
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 5px;
  bottom: 10px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/*--//checkout--*/
/*--wish--*/
.wishlist {
  width: 31%;
  margin: 5em auto 0;
  border:1px solid #A6A5A5;
  text-align:center;
}
.wishlist h6{
	font-size: 1em;
    background: #F5F5F5;
    border-bottom: 1px solid #A6A5A5;
    padding: 0.8em;
    font-family: 'Ubuntu-Regular';
}
.wishlist h6 a{
	text-decoration:none;
	color:#a7a49c;
	padding: 0 0.5em 0 0;
}
.wishlist p{
	font-size:1.1em;
	color:#d6d2c4;
	padding:0.8em 0 ;
}
/*--footer--*/
.footer-middle{
	background:#1F1F1F;
	padding:4em 0;
}
.footer-middle a:hover{
	color:#fff;
}

.footer-middle-in {
	display:flex;
	flex-direction:row;
	Justify-content:space-between;
}
.footer-middle-in ul { 
	padding:0px 4px 0px 0px; 
	margin-right:1em; 
	display:block; 
	flex-grow:1;
}
.footer-middle-in ul li:first-child {
	font-size: 1.4em;
    color: #fff;
    font-family: 'Ubuntu-Bold';
	margin-bottom: 1em;
    text-transform: uppercase;
}
.footer-middle-in ul li {
	padding: 0.3em 0px;
	line-height: 1.3em;
	margin:0;
	list-style-type:none; 
	list-style-image:none; 
}

@media (max-width:640px){
	.footer-middle-in {
		display:block;
	}
	.footer-middle-in ul { 
		width:40%;
		float:left;
	}
	.footer-middle-in ul:nth-child(2n+1) { 
		clear:both;
	}
}

@media (max-width:388px){
  .footer-middle-in ul li:first-child {
  	font-size: 1em;
  }
  .footer-middle-in ul li {
  	font-size: 0.8em;
  }
}
.footer-middle-in ul#follow-us { float:right; }
.footer-middle-in ul#follow-us li { float:left; padding-right:5px; }
.footer-middle-in ul#follow-us li.header { float:none; }


.footer-middle-in h6{
	font-size: 1.4em;
    color: #fff;
    font-family: 'Ubuntu-Bold';
	margin-bottom: 1em;
    text-transform: uppercase;
}
.footer-middle-in  p{
    font-size: 0.9em;
    color: #B3B3B3;
    line-height: 1.8em;
    margin-top: 1em;	
}
.footer-middle-in  span{
    font-size: 0.9em;
    color: #B3B3B3;
    line-height: 1.8em;	
}
.in-del{
	float:left;
}
.in1{
	float:right;
}
ul.in li{
	list-style:none;
}
ul.in li a{
	color:#B3B3B3;
	font-size:0.9em;
	text-decoration:none;
	padding:0 0 0.5em ;
	display:block;	 
}
ul.in li a:hover{
	color:#d6d2c4;
}
ul.tag-in li{
	display:inline-block;
}
ul.tag-in li a{
	color:#B3B3B3;
	font-size: 0.9em;
    text-decoration: none;
    padding: 0.3em 0.7em;
    border: 1px solid #B3B3B3;
    display: block;
    margin-bottom: 0.6em;
    border-radius: 15px;	
}
ul.tag-in li a:hover{
	color:#d6d2c4;
    border: 1px solid #d6d2c4;	
}
.footer-class a:hover{
	color:#fff;
}
.footer-middle-in input[type="text"] {
    width: 100%;
    padding: 0.5em 1em;
    margin: 0.7em 0;
    background: none;
    outline: none;
    border: 1px solid #B3B3B3;
    -webkit-appearance: none;
    font-size: 0.9em;
    color: #B3B3B3;
}
.footer-middle-in input[type="submit"] {
    width: 100%;
    font-size: 1em;
    background: #d6d2c4;
    padding: 0.5em 1em;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    -webkit-appearance: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.footer-middle-in input[type="submit"]:hover {
   color: #d6d2c4;
    background: #fff;
}
.footer-bottom{
	background:#000;
	padding:1em 0;	 
}
.footer-class{
	color:#fff;
	font-size:1em;
	float:left;
}
.footer-class a{
	color:#d6d2c4;
	text-decoration:none;
}
.footer-bottom-top{
	float:left;
}
.footer-bottom-top li{
	display:inline-block;
}
/*--//footer--*/
/*--typo--*/
.page-header h3{
	font-size: 3em;
	color:#000;
	font-family: 'Ubuntu-Regular';
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: none;
}
.grid1 {
  margin: 1.5em 0 0;
}
ul.nav.nav-pills {
  margin: 1.5em 0 0;
}
.grid2{
	margin: 0;
}
@media (max-width:767px){
  .grid2{
    width:100%;
  }
}

.page {
  padding: 4em 0 4em;
}
.bs-example {
  padding: 2em 0 0;
}
.form-horizontal .control-label {
  text-align: left;
}
/*--//typo--*/
/*--responsive--*/
@media (max-width:1366px){
}

@media (max-width:1220px){

.banner {
    height: 500px;
}
.banner1 {
    height: 150px;
}
.col-pic {
    padding-top-del: 5em;
}
.mid-1 h6 {
    font-size: 1.05em;
}
.mid-2 p {
    font-size: 0.75em;
}
.wishlist {
    width: 42%;
}
.b-wrapper1.long-img {
    padding-top: 14em;
}
.heart li a {
    margin: 0 0.5em;
}
}

@media (max-width:1000px){

.search-right {
    width-del: 21%;
	float:right;
}
.heart span {
    margin: 0.6em;
}
.right button {
    left: 43px;
}
.box_1 h3 {
    font-size: 0.8em;
}
.box_1 p a {
    font-size: 0.7em;
}
.box_1 h3 img {
    width: 25%;
}
.cart.box_1 {
    margin-top: 0px;
}
.heart {
    margin-top: 0em;
    padding-left: 0;
}
}
@media (max-width:991px){

.col1 h4 {
    font-weight: 800;
    font-size: 1.2em;
}
.col-md{
	width:83%;
	margin:0 auto;
	padding-bottom: 2em;
}
.col-md1{
	width:83%;
	margin:0 auto;
}
.col-pic {
    padding-top-del: 7em;
}
.item-grid, .item-grid3, .item-grid4{
	width:50%;
	float:left;
	padding-top: 2em;
}
.item-grid3 , .item-grid4 {
    padding-bottom: 0em;
}
.brand-grid{
	float:left;
	width:25%;
}
.brand {
    padding: 4em 0;
}
.mid-popular {
    padding-top: 0em;
}
.footer-middle-in h6 {
    margin-top: 1em;
}
.col-md-9 {
/*    padding: 0;*/
}
.grid {
    width: 50%;
}
.contact-form {
    padding: 4em 0;
}
.login-do {
    padding-bottom: 2em;
}
.wishlist {
    width: 52%;
}
.b-wrapper1.long-img {
    padding-top: 19em;
}
.span_2_of_a1 h3 {
    font-size: 1.4em;	
}
/*--typo--*/
h1.grid2 {
  font-size: 2.3em;
}
.page {
  padding: 2em 0;
}
/*----*/
td.add-check a{
	    width: 119px;
}
.check-out {
    padding: 3em 0em 0;
}
th {
    font-size: 1.1em;
}
td {
    font-size: 0.9em;
}
}
@media (max-width:768px){
.banner {
    height: 450px;
	background-position-x-del: -883px;
}
}
@media (max-width:767px){
.content-top {
    padding: 4em 0;
}
.footer-bottom-top {
    float: none;
    text-align: center;
}
.footer-class {
    float: none;
    text-align: center;
    margin-top: 0.6em;
}
.banner-top {
    height: 196px;
    padding: 3em 0;
}
.product {
    padding: 2em 0 0;
}
.mid-pop img.productlabel {
    width:80px;
}
.grid {
    width: 60%;
}
.tabs li a {
    padding: 1em !important; 
}
.product-at {
    padding: 2em 0 0;
}
.map iframe {
    min-height: 300px;
}
.wishlist {
    width: 60%;
}
th {
    font-size: 1em;
}
.close1, .close2, .close3 {
    bottom: 3px;
}
.check-out {
    padding: 4em 0em 0;
}
.login {
    padding: 4em 0 0;
}
/*--typo--*/
button.btn.btn-lg {
  font-size: 1.1em;
}
h1.grid2 {
  font-size: 2em;
}
h2.grid2 {
  font-size: 1.9em;
}
.single {
    padding: 3.5em 0 0;
}
.b-wrapper1.long-img {
    padding-top: 16em;
}
td.add-check a {
    width: 106px;
}
.heart li a {
    margin: 0 0.3em;
}
}
@media (max-width: 640px){
.banner {
    height: 390px;
    background-position-x-del: -965px;
}
.banner1 {
    height: 100px;
}
}
@media (max-width:568px){
.col-md,.col-md1 {
    width: 100%;
}
.col-2 h2 {
    font-size: 2em;
	line-height: 1.5em;
}
.col-pic h5 {
    font-size: 1.7em;
}
.col-pic p {
    font-size: 1em;
}
.col-pic {
    padding-top-del: 5em;
}
.content-top {
    padding: 3em 0;
}
.content-mid h3 {
    font-size: 2em;
}
.item-grid ,.item-grid3 , .item-grid4{
    padding: 2em 0.5em 0;
}
.mid-1 h6 {
    font-size: 1em;
}
.mid-pop .pro-img:hover .zoom-icon {
    top: 30%;
}
.mid-pop img.productlabel {
    width:50px;
}
.brand-grid {
    float: left;
    width: 50%;
}
.brand {
    padding: 2em 0;
}
.footer-middle {
    padding: 3em 0;
}
.footer-class {
    font-size: 0.9em;
}

.product {
    padding: 1em 0 0;
}
.grid {
    width: 70%;
}
nav.nav-sidebar {
    float: none;
    width: 100%;
	border-top: none; 
}

.one {
    float: none;
    width: 100%;
}
.tabs li a {
    font-size: 0.8em;
    padding: 1em !important;
	border-right: 1px solid #EDEDED;
	border-top: 1px solid #EDEDED;
	border-bottom: none;
}
.tab-head {
    padding: 2em 0 0;
}
.contact-form {
    padding: 3em 0;
}
.map iframe {
    min-height: 250px;
}
.four {
    padding: 3em 0;
}
.four h3 {
    font-size: 6em;
}
.wishlist {
    width: 80%;
}
.check-out {
    padding: 3em 0em 0;
}

a.at-in {
    width: 38%;
}
.banner-top h1 {
    font-size: 2.2em;
}
.banner-top {
    height: 178px;
    padding: 3em 0;
    background-size: 557px;
}
.sed h5 {
    font-size: 0.9em;
}
.sed {
    width: 58%;
}
td {
    font-size: 0.9em;
}
.login-mail input[type="text"], .login-mail input[type="password"] {
    width: 93%;
}
.login {
    padding: 3em 0 0;
}
.search {
    padding: 0.5em;
    top: 1px;
}
.search input[type=submit] {
    top: 7px;
}
.single {
    padding: 3em 0 0;
}
.span_2_of_a1 h3 {
    font-size: 1.4em;
}
.b-wrapper1.long-img {
    padding-top: 12em;
}
th.table-grid {
    padding: 1em 6em;
}
td.add-check a {
    width: 107px;
}
.check-out {
    padding: 2em 0em 0;
}
/*--typo--*/
.page-header h3 {
  font-size: 2em; 
}
button.btn.btn-lg {
  font-size: 1em;
  padding: 7px;
}
button.btn.btn-1 {
  font-size: 0.9em;
  padding: 8px;
}
button.btn.btn-sm {
  font-size: 0.8em;
  padding: 9px;
}
h1#h1-bootstrap-heading {
  font-size: 2.2em;
}
h2#h2-bootstrap-heading {
  font-size: 2em;
}
h1.grid2 {
  font-size: 1.45em;
}
h2.grid2 {
  font-size: 1.35em;
}
h3.grid2 {
  font-size: 1.3em;
}
h4.grid2 {
  font-size: 1.2em;
}

}
@media (max-width:480px){
.banner {
    height: 340px;
    background-position-x-del: -238px;
    background-size-del: 704px;
}
}
.header-login ul li a {
    font-size: 0.78em;
    margin: 0 0.1em;
}
.header-social {
    margin-top: 0.15em;
}
.h_menu4 {
    width-del: 42%;
}

.footer-middle-in img{
	width-del:60%;
}
.content-top {
    padding: 2em 0;
}
.col-md, .col-md1 {
    padding: 0;
}
.col-2 span {
    font-size: 1.2em;
}
.col-2 h2 {
    font-size: 1.5em;
}
.col-2 p {
    font-size: 0.82em;
}
.col-2 {
    padding: 1em 0;
}
.col-pic h5 {
    font-size: 1.5em;
}
.col-pic p {
    font-size: 0.9em;
}
.col-pic {
    padding-top-del: 3em;
}
.content-mid h3 {
    font-size: 1.5em;
}
label.line {
    width: 107px;
}
.zoom-icon .icon {
    width: 35px;
    height: 35px;
    font-size: 1em;
    line-height: 2.3em;
}
.mid-pop .pro-img:hover .zoom-icon {
    top: 20.5%;
}
.mid-pop .pro-img img {
    margin:auto;
}
.item-grid {
    padding: 1em 0.3em 0;
}
.women-top {
    float: none;
}
.mid-1 span {
    font-size-del: 0.8em;
}
.mid-1 h6 {
    font-size-del: 0.8em;
}
.img {
    float: none;
    text-align: center;
    margin-top: 0.5em;
}
.img img{
    width:29%;
}
.item-grid,.item-grid3, .item-grid4 {
    padding-del: 1em 0.3em 0;
}
.block ,.mid-2 p{
    float: none;
    text-align: center;
}
.mid-1 {
    padding-top: 0.5em;
}
.mid-2 {
    padding-top: 0.5em;
}
.footer-middle {
    padding: 2em 0;
}	
.footer-middle-in h6 {
    font-size: 1.2em;
}
.footer-middle-in p,ul.in li a,ul.tag-in li a,.footer-class {
    font-size: 0.83em;
}
.banner-top h1 {
    font-size: 1.6em;
}
.banner-top h2 {
    font-size: 0.8em;
}
.banner-top em {
    width: 78px;
}
.banner-top {
    height: 125px;
    padding: 1.7em 0;
    background-size: 434px;
}
.product {
    padding: 0em 0 0;
}
h4.cate {
    font-size: 1.4em;
}
.product-bottom {
    padding:2em 0 0;
}
.menu-drop > li > a {
    font-size: 0.83em;
}
.tabs li a {
    padding: 1em !important; 
}
.login-do {
    padding: 0 0 2em;
}
.login-mail input[type="text"], .login-mail input[type="password"] {
    width: 90%;
}
.login-mail {
    margin-bottom: 1em;
}
.login-right {
    padding: 0;
}
.login-right h3 {
    font-size: 1.2em;
}
.login-right p {
    font-size: 0.83em;
}
.login {
    padding: 2em 0 0;
}
.hvr-skew-backward {
    padding-del: 0.4em 1em;
    font-size-del: 0.9em;
}
.wishlist {
    width: 100%;
    margin: 2em auto 0;
}
.wishlist h6 {
    font-size: 0.85em;
}
.wishlist p {
    font-size: 0.9em;
}
.check-out {
    padding: 1em 0em 0;
}
.search {
    width: 215px;
    right: 3.6em;
}
.search input[type=submit] {
    width: 27%;
    font-size: 0.7em;
}
.search input[type=text] {
    padding: 7px;
    width: 70%;
    font-size: 0.75em;
}
th.table-grid {
    padding: 0 5em;
}
th{
	padding:0 3em;
}
td {
    font-size: 1em;
}
.sed p {
    font-size: 0.88em;
    line-height: 1.6em;
}
.sed h5 {
    font-size: 1em;
}
.single {
    padding: 2em 0 0;
}
.single-top-in {
    padding-del: 0;
}
.price_single {
    font-size: 1em;
    margin: 0.2em 0 0.2em;
}
h4.quick {
    font-size: 1.1em;
}
p.quick_desc {
    font-size: 0.8em;
    margin: 0.7em 0 1em;
}
.product-qty span {
    font-size: 1em;
}
.tabs li a {
    padding: 0.6em 1em !important;
}
.facts p,.facts ul li {
    font-size: 0.8em;
}
.four h3 {
    font-size: 5em;
}
.four p {
    font-size: 0.8em;
}
.b-from-left {
    font-size: 1.5em;
}
.b-from-right {
    font-size: 1em;
}
.b-wrapper1.long-img {
    padding-top: 8em;
}
.grid {
    padding: 0;
}
.span_2_of_a1 h3 {
    font-size: 1.2em;
}
p.in-para {
    font-size: 0.8em;
}
/*--typo--*/
h1#h1-bootstrap-heading {
  font-size: 1.6em;
}
h2#h2-bootstrap-heading {
  font-size: 1.5em;
}
h3#h3-bootstrap-heading {
  font-size: 1.4em;
}
button.btn.btn-lg {
  font-size: 0.9em;
  margin: 0 0 0.5em 0px;
  padding: 9px;
}
.grid1 {
  margin: 0.7em 0 0;
}
button.btn.btn-1 {
  font-size: 0.8em;
  margin: 0 0 0.5em;
}
button.btn.btn-sm {
  font-size: 0.7em;
  padding: 5px;
  margin: 0 0 0.5em;
}
button.btn.btn-xs {
  font-size: 0.7em;
}
ul.nav.nav-pills a{
	padding: 0.5em;
  font-size: 0.9em;
}
span.label {
  margin: 0 0 0.5em;
  display: inline-block;
}
.page {
  padding: 0 0 1em;
}
.page-header {
  margin: 16px 0 9px;
}
.grid2 {
  margin: 0.4em 0 0;
}
.bs-example {
  padding: 1em 0 0;
}
.page-header h3 {
    font-size: 1.6em;
}
td.add-check a {
    width: 86px;
}


@media (max-width:320px){
.banner1 {
    height: 70px;
}
.banner {
    height: 232px;
    background-position-x-del: -225px;
    background-size-del: 542px;
}
}

.content p, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	padding:0 0 1em 0;
}
/*
.prodcat li {
	list-style:none;
}

.prodcat {
  margin-left:-10px;
}
.prodcat .item{
border:solid 1px #ddd;
display:block;
width:30%;
border:solid 1px #ddd;
padding:10px;
margin:0;
margin-left:10px;
margin-bottom:10px;
}
*/

@media (max-width:768px){
  .prodcat .item{
    width:45%;
  }      
}

.prodcat li {font-size:18px;}
.prodcat li li {font-size:12px;}

.content-side {
  border:solid 1px red;
}

.content-main ul, .content-main ol, .content-main p {
/*  padding-bottom:1em;*/
}
.content-main img {
  height:auto;
  max-width:100%;
}
.contet-side>div {
  padding:10px;
  margin-bottom:20px;
  border:none;
}
.side-menu {
  background:#fcf7e6;
}
.side-menu a {
  text-decoration:none;
  bordeR:none;
}
.content .side-menu ul {
  padding-left:1em;
}
.content .side-menu li {
  margin-top:0.5em;
}
.side-menu .active {
  font-weight:bold;
}
.gmap .tree {
}
.gmap .tree .item {
	display:block;
	border: solid 1px #ddd;
	padding:10px;
	background-color:#FFF;
	float:left;
}
.gmap .tree li{
	display:list-item;
	border: none;
	margin:0px 10px 10px 10px;
	padding:0px;
	float:none;
}
.gmap .block {
	background-color:#666;
	color:#FFF;
	padding:10px;
	margin-bottom:10px;
}
.gmap .block H1, .gmap .block H1 A {
	color:#FFF;
}

.header-login a {
    color: #fff;
    font-size: 0.8em;
}
.header-login>a,.header-login>b  {
    display: inline-block;
    text-decoration: none;
    margin: 0 0.2em;
}
.simplemodal-data {
 height:100%;
 width:100%;
 overflow:hidden;
}

.error:before, .warning:before, .info:before, .ok:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  padding-right:0.3em;
  font-size:1em;
  line-height: 1.5;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.error:before {
  content: "\e107";
}
.ok:before {
  content: "\e089"; /*"\e084";*/
}
.warning:before {
  content: "\e101";
}
.info:before {
  content: "\e086";
}
.error {
  background:#e36732;
  display:block;
  padding:0.5em !important;
  color:#FFFFFF;
  margin-bottom:1em;
}

.warning{
  background:#a3972e;
  display:block;
  padding:0.5em !important;
  color:#FFFFFF;
  margin-bottom:1em;
}

.info{
  background:#9ff092;
  display:block;
  padding:0.5em !important;
  margin-bottom:1em;
}

.ok{
  background:#0F0;
  display:block;
  padding:0.5em !important;
  color:#FFF;
  margin-bottom:1em;
}



.informer {
  background-color:#99FF66;
  margin:10px 0 10px 0;
  padding:10px;
  border-top:solid 2px #006600;
  border-bottom:solid 2px #006600;
}
.informer h1, .informer h2, .informer h3{
  text-shadow:1px 1px 1px #FFF;
  color:#060;
}

.buttonpay {
  padding:10px;
  font-size:1.5em;
  border-color:#060;
}
.faq {
  margin: 1em 0;
}

.faq .label, .faq label{
  font-size:100%;
  border-radius:0;
  padding: .2em .6em .4em;
  border-bottom:dotted 2px #000;
  background-color:#ccc;
  color:#333;
  text-decoration:none;
  cursor:pointer;
}
.faq blockquote {
  margin:5px 0;
  border:dotted 2px #000;
  background-color:#FFF;
  padding:10px;
}



/*----*/
#search-dialog {
	width:1000px;
	display:none;
}
@media all and (max-width:1000px){
#search-dialog {
	max-width:80%;
}
}
@media all and (max-width:768px){
#search-dialog {
	max-width:90%;
}
}
@media all and (max-width:320px){
#search-dialog {
	max-width:98%;
}
}
.login-search{
	border-bottom:2px solid #1c1c1c;
}
.login-search input[type="text"] {
	outline: none;
	padding:6px ;
	background: none;
	width: 93%;
	border: none;
	font-size:1.8em;
	color:#1c1c1c;	
}
.login-search input[type="submit"] {	
display:none;
}
.search-top p{
	color:#818181;
	font-size:1.2em;
	line-height:1.5em;
	width:100%;
	text-align:center;
	padding: 1em 0;
}
@media (max-width:640px){
.search-top p {
  width: 45%;
}
}


@media all and (max-width:480px){
.login-search input[type="text"] {
	width: 88%;
	font-size: 1.4em;
}
.search-top p {
	width: 60%;
}
}
@media all and (max-width:320px){
.login-search input[type="text"] {
	width: 80%;
	font-size: 1.2em;
}
#small-dialog{
	padding:15px;
}
.search-top p {
	width: 70%;
	font-size:1em;
}
} 

.head-top {
	position:relative;
	min-height:50px;
}
/*
.nav_2 {
	height:50px;
}
*/



.aproduct {

}

.binfo {
  float:right;
  background-color:#d6d2c4;

  font-size2:1.5em;
}
.gift .binfo, .gift .binfo a{
  background-color:#28a12b;
}
.gift .binfo, .order .binfo {
  text-align:center;
  min-width:35px;
  line-height:35px;
  height:35px;
}

.binfo i {
  font-size:1em;
  padding: 0 5px;
}
.binfo .del {
  color:#000;
}

.binfo span{
  font-size:1.5em;

}
.binfo a, .binfo span{
  color:#fff;
  border:none;
}

.binfo .h, .binfo.inthecart .first {
  display:none;
}
.binfo.inthecart .h, .binfo .first {
  display:block;
}

.gmap ul {
  list-style-type: square;
  margin-left:-25px;
  color:#d6d2c4;
}
.gmap a {
  color:#333;
}
.gmap ul li {
  font-size:1.4em;
  padding-bottom:0.5em;
}
.gmap ul li ul{
  margin:0.5em -1em 0;
}
.gmap ul li li{
  font-size:1.2rem;
}
.b-share {
  margin:-8px !important;
}
.b-share a {
  border:none;
}

.content-bottom {
  padding:2rem;
  background:#fcf7e6;
  color:#827f74;
}
.content-bottom a{
  color:#827f74;
}
.news-item .date {
  margin-bottom:1em;
  display:inline-block;
  clear:both;
}
.news-item .announcement:after {
  content:'';
  display:block;
  margin:1em auto;
  text-align:center;
  width:40%;
  border-bottom:2px #eee solid;
}
.news-item .img-responsive {
  margin:0 auto;
}

.news-item .next {
  float:right;
  text-align:right;
}
.news-item .next, .news-item .prev{
  width:50%;
  line-height:2rem;
  margin-bottom:1rem;
  font-size:1.5rem;
  color:#d6d2c4;
}
.news-item .next i{
  display:block;
  float:right;
  margin-left:1em;
}
.news-item .prev {
  float:left;
  padding-right:20px;
}
.news-item .prev i{
  display:block;
  float:left;
  margin-right:1em;
}
.news-item .article{
  padding-bottom:1rem;
}
.news-item {
  clear:both;
  float:none;
  margin-bottom:1rem;
}
@media (max-width:992px){
  .news-item .next, .news-item .prev{
    width:100%;
  }
  .news-item .next{
    text-align:left;
  }
  .news-item .next i{
    float:left;
    margin-right:1em;
    margin-left:0;
  }
  
}


.catalog {
  border2:solid 2px  #d6d2c4;
}
.catalog ul {
  list-style-type: square;
  margin-left:22px;
  margin-bottom:2em;
  margin-left2:0;
  padding:0em;
  color:#d6d2c4;
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  align-content:space-around;
}
.catalog a {
  color:#333;
}
.catalog ul li {
  font-size:1.4rem;
  padding-right:4em;
  padding-bottom:1em;
  border2:solid 2px  #d6d2c4;
  display:list-item;
}
.catalog ul li ul{
  margin:0.5rem 0rem 0;
  display:block;
}
.catalog ul li li{
  border: none;
  font-size:1rem;
  padding:0em;
  display:block;
}

ul.ordermenu {
  padding-left:0;
  margin-left:0;
  list-style: none;
  width:100%;
}
ul.ordermenu a{
  border:none;
  font-weight:bold;
  color:#333;
}
ul.ordermenu li:before {
  content: "\e258";
  color:#fff;
  position: relative;
  display: inline-block;
  padding:0;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  font-size:0.8em;
  padding:0 4px 0 0;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul.ordermenu li:first-child:before  {
  content: "";
}
ul.ordermenu li {
  display:inline-block;
  padding:10px ;
  background-color:#eee;
  font-size:1.2em;
}
ul.ordermenu li.active {
  background-color:#d6d2c4;
  color:#fff;
}
ul.ordermenu li.active a{
  color:#fff;
}
ul.ordermenu {
  display:inline-block;
  clear:both;
}
@media (max-width:480px){
  ul.ordermenu li:before  {
    content: "";
  }
  ul.ordermenu li {
    display:block;
    padding:4px;
    width:50%;
    float:left;
  }
}
@media (max-width:480px){
  .body-title {
    font-size:1.4em;
  }
}

.controlb {
  width:66px;
}
.controlb a,.controlb a:hover,.controlb a:active, .controlb b {
  border:solid 1px #d6d2c4;
  color:#d6d2c4;
  text-align:center;
  display:block;
  width:20px;
  font-size:1em;
  float:left;
}
.controlb b {
  color:#fff;
  background-color:#d6d2c4;
}
fieldset {
  border: solid 1px #ddd;
  padding:0.5em;
  margin:1em 0;
}
fieldset legend{
 color:#999;
 border:none;
 margin:0 1em;
 padding:0 0.5em;
 font-size:1em;
 width:auto;
}

.order td.name {
  white-space:unset !important;
}
.order .price {
  text-align:right;
}
.order .basketcost {
  color:#fff;
  background-color:#d6d2c4;
  font-weight:bold;
  font-size:1.2em;
}
.order p {
  padding:0;
  margin-bottom:10px;
}
.order .basketgcost {
  color:#fff;
  background-color:#26eb26;
  font-weight:bold;
  font-size:1.2em;
}

.hhide {
  display:none;
}

.pagination  a {
  border-style:solid !important;
  border-width:1px !important;
  color:#827f74 !important;
}
.pagination .active a {
  background-color:#d6d2c4;
  border-color:#d6d2c4;
}


.news-item .img-responsive {
  height:auto !important;
}

.BasketMessage {
  z-index:10000;
  position:fixed;
  bottom:0;
  background:#000;
  opacity:0.9;
  height:auto;
  width:100%;
}
.BasketMessage P {
  max-width:1000px;
  margin:10px auto;
  font-size:1.5em;
  padding:10px;
}
@media (max-width:480px){
  .BasketMessage P {
    font-size:1.4em;
  }
}

.BasketMessage P.e {
  color:#F00;
}
.BasketMessage P.o {
  color:#0F0;
}

.news .date {
  font-style:italic;
  clear:both;
  float:none;
  width:100%;
}

.news .news-title {
  width:60%;
  padding-left:20px;
  float:right;
}
.news .news-announce {
  width:40%;
  float:left;
}
.news .news-announce img{
  width:100% !important;
  heighT:auto !important;
}
@media (max-width: 992px) {
.news .news-title {
  width:70%;
}
.news .news-announce {
  width:30%;
}
}
@media (max-width: 480px) {
  .news .news-title h2{
      font-size: 1.4em;
  }
}
@media (max-width: 380px) {
  .news .news-title {
    width:100%;
    padding-left:0;
    float:none;
  }
  .news .news-announce {
    width:100%;
    padding-left:0;
    float:none;
  }
}


.bblock .news a:hover {
  text-decoration:none;
}
.bblock a.b-link-stroke{
width:100%;
color:#000;
}
.bblock .news img {
  width:100% !important;
  height:auto !important;
  clear:both !important;
  float:none !important;
}
#bblocknews {
  overflow:hidden;
}
.loading#bblocknews {
  background-color:#d6d2c4;
  opacity:0;
  transition-duration: 1s;
  min-height:100px;
  max-height:100px;
}
#bblocknews {
  transition-duration: 1s;
  min-height:400px;
}

/* slick slider */
    .slick-slide {
      margin: 0px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }
    .slick-prev {
      margin-left:50px;
      z-index:10;
    }
    .slick-next {
      margin-right:50px;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }


.productlabel {
    position: absolute;
    z-index: 10;
    left: -5px;
    top: -5px;
}
.onlywarm {
  position:absolute;
  right:0px;
  top:100px;
  z-index:9;
}
.promostatus {
  position:absolute;
  right:-5px;
  top:-5px;
  z-index:10;
}

.ya-share2 a{
  border:none;
}

.btn-primary {
  background-color:#d6d2c4;
  color:#827f74;
}


.fancybox-slide>.acontent {
/*  background:none; */
}

/*  FANCY  * /

.white .fancybox-bg{
  background:#fff;
}

.white .fancybox-slide>* {
  background:none;
}

.aproduct .fancybox-bg{
  background:#fff;
}

.aproduct .fancybox-slide>* {
  background:none;
}
.aproduct .fancybox-slide >div{
  max-width:1000px;
  padding:50px;
  
}

.aproduct .fancybox-stage {
}

.fancybox-slide--ajax iframe {
  padding:0;
  margin:0;
  width:95%;
  height:90%;
}
.fancybox-slide.fancybox-slide--ajax {
}
.fancybox-slide--ajax>div {
  overflow-del:hidden;
  padding:0;
  margin:0;
  width-del  : 1280px;
  height-del : auto;
  max-width  : 80%;
  max-height : 80%;
}
.fancybox-slide--ajax .fancybox-loading {
    margin-top: -50px;
    margin-left: -50px;
    height:100px;
    width:100px;
    border-top-color: #96b613;
}
.jwplayer *, .jwplayer *:before, .jwplayer *:after {
  -webkit-box-sizing: content-box!important;
  -moz-box-sizing: content-box!important;
  box-sizing: content-box!important;
}

/****************************** HEADER *****************/
.header {
  color:#333333;
  position:fixed;
  top:0;
  z-index:1000;
  padding:0 auto;
  width:100%;
}
.header .container {
  min-height:80px;
  position:relative;
  margin:0 auto;
}
.header-bg {
  height:80px;
  width:100%;
  opacity:0.63;
  background-color:#d6d2c4;
  position:fixed;
}
.header a {
  text-decoration:none;
  border:none;
}
.header a.color1, .header .misc a {
  color:#333333;
}
.header a.color1:hover, a.color1:focus {
  color:#000000;
}
.header .logo {
  width:100px;
  height:80px;
  float:left;
  z-index:2000;
  position:relative;
  line-height:80px;
}
.header .logo img{
  width:100px;
}
.header .misc {
  position:absolute;
  right:20px;
  top:0;
  color:#fff;
  height:64px;
  line-height:64px;
  padding: 10px 0;
}
.header .misc a {
  padding:5px;
}
body {
  padding-top:80px;
}
.bslider {
  margin-top:-80px;
}

@media (max-width:768px){
  .header .misc {
    right:50px;
  }
  .bslider {
    margin-top:0;
  }
}


/**************************** MENU ********************/
.navbar .nav,
.navbar .collapse,
.navbar .dropup,
.navbar .dropdown {
  position: static;
}
.navbar .dropdown-menu {
  left: auto;
  color:#333;
}
.navbar .dropdown-menu li {
  font-size:1em;
}
.navbar .dropdown-menu li {
}

.navbar .close {
  display:none;
}
.navbar .dropdown-menu ul {
  padding-inline-start: 0px;
}
.navbar .dropdown-menu li {
  margin:1px 0;
}
.navbar .dropdown-menu li li{
  margin-left:10px;
}
.navbar .wide .dropdown-menu {
  left:0;
  right:0;
}

.menu-top {
    min-width: 300px;
    display:flex;
	padding-del: 1em;
}
.menu-top ul li{
	list-style:none;
	    border-right: none;
}
.menu-top  a:hover, .menu-top a:focus{
	color:#000000;
}
.menu-top ul li {
    padding: 6px 0px;
    display: block;
}
.menu-top h4{
	font-size: 1.5em;
    color: #000;
    margin-bottom: 0.5em;
    font-family: 'Ubuntu-Regular';
}


@media (max-width:768px){
  #bs-megadropdown-tabs {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff;
    color:#000;
    z-index:2000;
    opacity:0.95
  }
  .nav_1 {
    padding-top:50px;
  }
  .nav_1 a.color1{
    color:#000;
    font-size:2em;
  }
  .navbar .close {
    display:block;
    font-size:5em;
    opacity:0.7;
  }
  .navbar .close span {
    color:#000;
  }
  .navbar .close:focus {
    outline: none;
  }

}


@media (max-width:768px){

.header a.color1 {
    padding-left: 30px;
}
.header .dropdown-menu {
  padding: 0 30px !important;
}

.h_menu42 {
  margin-left:0px;
}

.header-login {
  margin-right:-10px;
}
.logo {
}
}

.header .color1 {
  height:80px;
  line-height: 50px;
}
.header .navbar {
  border:0;
}

.header .dropdown-menu {
  padding:15px;
}


.navbar-toggle {
    float: right;
    margin-right:0px;
    padding-right:0px;
}

.header .color1 {
    padding: 15px;
}

@media (max-width:1000px){
  .navbar-toggle {
      background-color: none !important;
      height:64px;
  }
  .navbar-toggle .icon-bar {
      background-color: #fff;
  }
  .header-login {
      position:relative;
      margin-left-del: 24%;
      width-del: 33%;
  	float:left;
  }
}
@media (max-width:767px){

  .nav > li > a{
  	padding-del: 1.2em 2em !important;
  }
  .navbar-nav > li > .dropdown-menu {
      background-color:#eee !important;
      left: inherit;
  }
  .navbar-nav > li > .mega-dropdown-menu {
      left: inherit;
  }
  .header-social {
      float: right;
  }
}
@media (max-width:568px){
  .menu-top {
      display:block;
   }
   .menu-top > div {
     margin-bottom:1em;
   }
   .menu-top > div {
     border-top:solid 1px #fff;
   }
  .navbar-toggle-del {
      float: right;
  }
  .header .color1 {
      padding-del: 0.8em 2em !important;
  }
}

@media (max-width:768px){
  .menu-mega {
    border-left:solid 1px #eee;
  }
}
@media (max-width:568px){
  .menu-mega {
    min-height:inherit;
    min-width:inherit;
    width:100%;
  }
  .menu-mega p{
    padding-top:1em;
    padding-bottom:1em;
  }
}
@media (max-width:415px){
  .menu-mega {
    display:block;
    border-top:solid 1px #fff;
    border-left:none;
    padding-left:0;
  }
  .menu-mega >div, .menu-mega > p, .menu-mega >ul {
    border-top:solid 1px #eee;
  }
  .menu-top {
    display:block;
    min-width:inherit;
    
  }
  .show-subsec {
    right:0;
  }
}

.logo {
  margin-right:10px;
}
.menu-mega {
  display:flex;
  min-width:200px;
  min-height:200px;
  border-left:solid 1px #eee;
  padding-left:1em;
  justify-content:space-between;
  flex-direction:column;
}

.navbar-nav .dropdown-menu .show-subsec {
  padding-left:1em;
  position:absolute;
}
.navbar-nav .dropdown-menu a.show-subsec:hover{
  border:none;
}
.navbar-nav .dropdown-menu a.show-subsec:focus{
    outline: none;
    border:none;
}
.navbar-nav .dropdown-menu li>a {
  font-size:1.2em;
}

.navbar-nav .dropdown-menu li div {
  font-size:1em;
  padding:10px 0;
  line-height:1.6em;
}
.navbar-nav .dropdown-menu  a:hover{
  border-bottom:#999 dashed 1px;;
}
.navbar-nav .dropdown-menu li span {
}


/************************** ***********************************/

@media screen and (min-width: 1024px) and (orientation : landscape) {

.bslider.slidedown:after {
  
  content: "\e252";
  font-family: 'Glyphicons Halflings';
  color:#d6d2c4;
  font-size:50px;
  opacity:0.6;
  text-align:center;
  width:100%;
  position:absolute;
  bottom:100px;
  animation-duration: 1s;
  animation-delay:2s, 2s, 2s;
  animation-direction: alternate;
  animation-play-state: runing;
  animation-name: slide2down;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
}

@keyframes slide2down {
  from {
    bottom:0px;
  }
  to {
    bottom:100px;
  }
}

.manifest1, .manifest2, .manifest3 {
  display:block;
  padding:1em !important;
  margin-bottom:1em;
}

.manifest1 {
  color:#FFF;
  background-color:#d6d2c4
}

.manifest2 {
  color:#FFF;
  background-color:#28a12b
}

.manifest3 {
  color:#d6d2c4;
  background-color:#ccc
}

/*****                          fancybox iframe                    *****/
.fancybox-slide:before {
  display:none !important;
}
.fancybox-container .acontent {
  margin:10px;
  max-width:1024px;
  display: block;
}
@media (min-width: 500px) {
  .fancybox-container .acontent {
    margin:20px;
  }
}
@media (min-width: 1000px) {
  .fancybox-container .acontent {
    margin:20px auto;
  }
}
@media (min-width: 1500px) {
  .fancybox-container .acontent {
    margin:50px auto;
    max-width:1280px;
  }
}

.pb-1 {
  padding-bottom:1em;
}

.pb-2 {
  padding-bottom:1em;
}

/* search */

.search-tips {
	width:100%;
	padding: 0.7em;
	font-size:1em;
	border-bottom:dashed 1px #fff;
}
.search-tip {
	width:100%;
	padding:0.1em;
	cursor:pointer;
}
.search-tip.select {
	background-color:#cccccc;
	padding:0.2em;
}
.searchform-result-list  {
	max-height:80%;
	overflow:auto;
}
.fast-results a {
	border: none;
	text-decoration: none;
}
.fast-results .search-object span {
	padding: 0 0.4em;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: #f8f9fb;
}
.fast-results .item {
	border-bottom: 1px dotted #e5e5e5;
	padding: 0.7em 0;
}
.fast-results .item .image {
	z-index:100;
}
.fast-results .item .image img {
	position:absolute;
	width: 100%;
	max-width: 90px;
	max-height: 100px;
	height: auto;
}
.fast-results .item .title {
	margin: 0;
	margin-left:100px;
	font-size: 110%;
	color: #000;
}
.fast-results .item .sinfo {
	color: #7c7c7c;
	background:inherit;
	margin-left:100px;
	font-size: 85%;
}

.fast-results .item .price {
	position:relative;
	display:inline;
	z-index:12;
	background: #CCCCCC;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	float: none;
}

.fast-results .item .date {
	margin: 0;
	margin-left:100px;
	font-size: 110%;
	color: #000;
}
.fast-results .item .code {
	position:relative;
	z-index:12;
	font-size:85%;
}

.fast-results .search-view-all {
	padding: 1.4285714285714286em 0;
	text-align: center;
	background-color: #f8f9fb;
	margin: -0.07142857142857142em 0 0;
	border-top: 1px solid #e5e5e5;
}
.fast-results .search-view-all a {
	font-size: 85%;
	text-transform: uppercase;
}
.fast-results .search-view-all a:after {
	content: "\f178";
	position: relative;
	display: inline-block;
	line-height: 1;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
}
.searchform-result .search-view-all a:after {
	margin-left: 0.35714285714285715em;
}

.fast-results .item a{
	width:100%;
	display:block;
}

.fast-results {
	column-count: 2;
}

.fast-results .fast-search-block {
	break-inside: auto;
	break-after:avoid-column;
	column-fill:balance;
	clear:both;
}
.fast-results .fast-search-block div{
	break-inside: avoid-column;
}
.fast-results h2{
	margin:0;
	padding:20px 0;
}
.fast-results h2 {
	column-span:all;
	width:100%;
	text-align:center;
}

@media (max-width: 767px) {
	.fast-results {
		column-count: 1;
	}
}


.p-4 {
	padding-top:4em;
}

.path {
	margin: 0 auto;
}

@media all {
	.print-only {
		display:none;
	}
}

@media print {
	body {
		padding-top: 0;
	}
	.print-only {
		display: block;
	}

	.print-no, .fancybox-container, .footer-middle, .navbar, .header .misc, .contet-side,
	.clone, .binfo, .wishitem, .flex-direction-nav, .content-bottom {
		display: none;
	}
	.header {
		position:relative;
	}

	.products a:after, .product a:after, .path a:after, .logo a:after {
		display:none;
	}
	.tab-head .nav-sidebar {
		display:none;
	}
	.tab-head .tab-pane {
		display:block;
	}
	.one {
		width:100%;
	}

}

iframe[src*="rutube.ru"], iframe[src*="youtube.com"] {
  width: 100%;
  max-width: 100%;
  max-height: 90%;
  aspect-ratio: 16 / 9;
  display: block;
}