/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
h4, h5, h6,
h1, h2, h3 {margin: 0;}
ul, ol {margin: 0;}
p {margin: 0;}

html, body{
   font-family: 'Raleway', sans-serif;
   font-size: 100%;
   background:#f8f8f8; 
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.header{
	background: url(../images/banner2.jpg) no-repeat 0px 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.header-top {
	padding: 2em 0 3em;
}
.logo {
  float: left;
  background-color: rgba(255, 0, 0, 0.66);
  padding: 27px;
  text-align: center;
}
.logo a {
   font-family: 'Raleway', sans-serif;
  color: #fff;
  text-decoration:none;
}
.logo a  h2 {
  font-size: 4em;
  color: #fff;
}
.logo a h6 {
  font-size: 0.9em;
  letter-spacing: 8px;
  color: #fff;
}
.logo a:hover{
  text-decoration:none;
}
.header_right{
	float:right;
	margin-top: 2em;
	width: 24%;
}
.lang_list{
	float:left;
}
ul.social {
	padding: 0;
	list-style: none;
	float:left;
	margin-right: 2em;
}
ul.social li:first-child {
	margin-left: 0;
}
ul.social li {
	display: inline-block;
}
ul.social li a i {
	width: 30px;
	height: 30px;
	display: block;
	background: url(../images/img-sprite.png) #ff0000 no-repeat;
}
ul.social li a i:hover {
	background: url(../images/img-sprite.png)no-repeat;
}
ul.social li a i.fb {
	background-position:-2px -4px;
}
ul.social li a i.tw{
	background-position:-28px -4px;
}
ul.social li a i.utube{
	background-position:-56px -4px;
}
ul.social li a i.pin{
	background-position:-83px -3px;
}
ul.social li a i.instagram{
	background-position:-110px -4px;
}
/***** banner *****/
.bannertop_box{
	width:23%;
	float:left;
}
ul.login{
	padding: 5px 30px;
	list-style: none;
	background: #f8f8f8;
}
ul.login li a{
	font-size:.9em;
	text-transform: capitalize;
	color:#DF4782;
	font-weight: 600;
}
ul.login li.login_text{
	float:left;
}
ul.login li.wish{
	float:right;
}
.cart_bg{
	background:#ffd001;
	padding:0.5em 1em;
}
ul.cart p {
  margin: 6px 0 0 0;
  font-size: 13px;
  color:#fff;
}
h5.empty {
  font-size: .9em;
  margin: -25px 0 0 0;
  float: right;
}
h5.empty a, ul.cart p a{
  color:#fff;
}
ul.cart a:hover{
	text-decoration:none;
}
a.item_1 {
  position: absolute;
  bottom: 50px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #8B0000;
  color: #fff;
  text-align: center;
  line-height: 33px;
  border: 4px solid rgba(107, 106, 105, 0.56);
  font-size: 11px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-top-right-radius: 50%;
  /* border-bottom-right-radius: 50%; */
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
span.item_price {
  color: #000;
  font-size: 1em;
  font-weight:bold;
  float:right;
}
ul.cart{
	padding:0;
	list-style:none;
}
i.cart_icon{
	width: 45px;
	height: 40px;
	float:left;
	background: url(../images/img-sprite.png)no-repeat -203px -1px;
	margin-right: 10px;
}
p.cart_desc {
	color: #fff;
	font-size: 1em;
	font-weight: 500;
	line-height: 1em;
	margin-top: 5px;
	float: left;
}
span.yellow{
	font-size:13px;
	color:#fff51f;
}
ul.quick_access{
	padding:0px 30px 5px;
	list-style:none;
	background:#ffd001;
}
ul.quick_access li a{
	color:#fff;
	font-size:0.9em;
	text-transform: capitalize;
}
ul.quick_access li.view_cart{
	float:left;
}
ul.quick_access li.check{
	float:right;
}
.search{
	position: relative;
}
.search input[type="text"] {
  padding: 8px 10px;
  outline: none;
  color: #000;
  background: #F8F8F8;
  border: none;
  width: 86%;
  line-height: 1.5em;
  font-size: .8em;
  text-transform: capitalize;
}
.search input[type="submit"] {
  background: url('../images/search.png') no-repeat 10px 9px #333;
  padding: 6px 19px;
  border: none;
  cursor: pointer;
  position: absolute;
  line-height: 1.5em;
  outline: none;
  right: 0;
}
.search input[type="submit"]:hover{
	background: url('../images/search.png') no-repeat 10px 9px #DF4782;
}
.welcome_box{
	background-color: rgba(255, 0, 0, 0.66);
	padding:5em 1.4em;
	margin-top:10px;
}
.welcome_box h3{
	color:#fff;
	font-size:1.5em;
	text-transform: capitalize;	 
}
.welcome_box p {
  color: #fff;
  font-size: 0.9em;
  line-height: 1.8em;
  margin-top: 1.3em;
}
.banner_right {
	float: right;
	margin-top: 4em;
	width: 50%;
}
.banner_right h1{
	color: #fff;
    font-size: 3.5em;
    text-transform: capitalize;
    line-height: 1.2em;
}
.banner_right p {
  color: #fff;
  font-size: 0.9em;
  line-height: 1.8em;
}
.banner_btn {
	display: inline-block;
	background: #31C2DB;
	padding: 16px 25px 13px;
    color: #fff;
    font-size: 0.85em;
    line-height: 18px;
    text-transform: capitalize;
    font-weight: 400;
    text-align: left;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    margin-top: 4em;
     font-family: 'Raleway', sans-serif;
}
.banner_btn:hover{
	background:#DF4782;
	text-decoration:none;
	color:#fff;
}
/* PREFIXED CSS */
.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after,
.dropdown .carat,
.dropdown .carat:after,
.dropdown .selected::after,
.dropdown:after{
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.dropdown .selected::after,
.dropdown.scrollable div::after{
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
}
/* WRAPPER */
.dropdown{
	position: relative;
	width:60px;
	cursor: pointer;
	font-weight: 200;
	background:none;
	padding: 8px 0px 8px;
	color:  #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.dropdown.open{
	z-index: 2;
}
.dropdown:hover,
.dropdown.focus{
	/*--background:#F7F7F7;--*/
}
/* CARAT */
.dropdown .carat,
.dropdown .carat:after{
	position: absolute;
	right:-15px;
	top: 50%;
	margin-top: -3px;
	border: 6px solid transparent;
	border-top: 6px solid #fff;
	z-index: 1;
	-webkit-transform-origin: 50% 20%;
	-moz-transform-origin: 50% 20%;
	-ms-transform-origin: 50% 20%;
	transform-origin: 50% 20%;
}
.dropdown:hover .carat:after{
	border-top-color: #f4f4f4;
}
.dropdown.focus .carat{
	border-top-color: #f8f8f8;
}
.dropdown.focus .carat:after{
	border-top-color: #0180d1;
}
.dropdown.open .carat{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* OLD SELECT (HIDDEN) */
.dropdown .old{
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}
.dropdown select{
	position: absolute;
	left: 0px;
	top: 0px;
}
.dropdown.touch select{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
/* SELECTED FEEDBACK ITEM */ 
.dropdown .selected,
.dropdown li{
	display: block;
	font-size: .8em;
	overflow: hidden;
	white-space: nowrap;
	text-transform: capitalize;
	font-weight: 600;
}
.dropdown .selected::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;
}
/* DROP DOWN WRAPPER */
.dropdown div{
	position: absolute;
	height: 0;
	left: 0;
	right: 0;
	top: 100%;
	background:#DF4782;
	overflow: hidden;
	opacity: 0;
	color:#fff;
	width:90px;
}
.dropdown:hover div{
	background:#4CB1CA;
}
/* Height is adjusted by JS on open */
.dropdown.open div{
	opacity: 1;
	z-index: 2;
}
/* FADE OVERLAY FOR SCROLLING LISTS */
.dropdown.scrollable div::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
}
.dropdown.scrollable.bottom div::after{
	opacity: 0;
}
/* DROP DOWN LIST */
.dropdown ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	list-style: none;
	overflow: hidden;
	padding:0;
	background:#31C2DB;
}
.dropdown.scrollable.open ul{
	overflow-y: auto;
}
/* DROP DOWN LIST ITEMS */
.dropdown li{
	list-style: none;
	padding:8px;
	border-bottom: 1px solid #C5C1C1;
}
.dropdown li:last-child {
    border-bottom: 0;
}
/* .focus class is also added on hover */
.dropdown li.focus{
	background:#000;
	position: relative;
	z-index: 3;
	color: #fff;
}
.dropdown li.active{
	background:#DF4782;
	color: #fff;
}
/*--content--*/
.menu_box{
	 font-family: 'Raleway', sans-serif;
}
.content_box {
  padding: 5em 0 3em;
}
h3.menu_head{
	background: #333;
	padding: 2em 0 2em 3em;
	color: #fff;
	text-transform: capitalize;
	font-size: 0.85em;
	margin: 0;
	 font-family: 'Raleway', sans-serif;
}
ul.nav{
	padding:14px 0;
	list-style:none;
	background:#68656A;
}
ul.nav li:hover {
	background:#333;
	color:#fff;
}
ul.nav li a{
	color:#fff;
	font-size:0.85em;
	text-transform: capitalize;
	font-weight:400;
	 font-family: 'Raleway', sans-serif;
	display: block;
	 padding:10px 15px 10px 40px;
}
ul.nav li a:hover{
	color:#fff;
	text-decoration:none;
	  background-color: #000;
}
.side_banner {
	position: relative;
	margin-top:2em;
}
.side_banner .banner_holder {
  position: absolute;
  left: 0em;
  top: 7em;
  width: 100%;
  text-align: center;
}
.side_banner .banner_holder h3{
  font-size: 45px;
  font-weight: 400;
  color: #fff;
  margin: 0;
   font-family: 'Raleway', sans-serif;
  line-height: 45px;
}
.tags{
	list-style:none;
	background:#fff;
	margin-top:2em;
	padding:2em;
}
h4.tag_head{
	color: #333;
	font-weight:400;
	font-size: 1.3em;
	margin-bottom: 1em;
	 font-family: 'Raleway', sans-serif;
}
ul.tags_links{
	padding:0;
	list-style:none;
}
ul.tags_links li {
	display: inline-block;
	margin: 8px 3px;
}
ul.tags_links li a {
  color: #333;
  font-size: 0.9em;
  background: #e9e9e9;
  padding: 5px 10px;
    text-decoration: none;
}
a:hov
ul.tags_links li a:hover{
	text-decoration:none;
}
ul.tags_links li a:hover{
	background:#FFD001;
	color:#fff;
}
.link1 {
	font-size: 1em;
	line-height: 18px;
	color: #333;
	font-weight: bold;
	background: url(../images/tag_arrow.png) right 4px no-repeat;
	padding-right: 20px;
	margin-top:1.5em;
	display: inline-block;
}
.link1:hover{
	color:#DF4782;
	text-decoration:none;
}
ul.article_links{
	padding:0;
	list-style:none;
}
ul.article_links li{
	margin-bottom:7px;
}
ul.article_links li a {
  color: #595555;
  font-size: 0.75em;
  line-height: 1.8em;
  font-weight: 600;
}
.col_1_of_3 {
	display: block;
	float: left;
	margin: 1% 0 1% 2.6%;
}
.span_1_of_3 {
	width: 31.6%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.col_1_of_3:first-child {
	margin-left: 0;
}
.inner_content {
	background: #fff;
	position: relative;
}
.product_image {
	border:10px solid #fff;
}
.sale-box1{
	position: absolute;
	top: 0;
	overflow: hidden;
	height: 92px;
	width: 92px;
	text-align: center;
	z-index: 0;
	right: 0;
}
.span_1_of_3:hover .sale-box1 span.on_sale1{
	background:#e24602;
	color:#fff;
}
.span_1_of_3:hover .sale-box span.on_sale{
	background:#faef03;
	color:#000;
}
.cart-left{
	float: left;
	margin-right: 2.6%;
}
p.title {
  color: #000;
  font-size: 0.95em;
}
p.title a:hover{
	color:#7DB122;
}
.product_container {
	padding:1em 0;
}
.price{
	float: right;
	font-weight: bold;
	font-size: 0.95em;
	color: #DF4782;
}
span.reducedfrom {
	text-decoration: line-through;
	font-size:0.95em;
	color:#777;
}
.row h3.m_1 {
  color: #000;
  font-size: 2em;
  text-transform: capitalize;
  font-weight: 400;
}
.row h3.m_2 {
	color: #000;
	font-size: 2em;
	text-transform: capitalize;
	font-weight:400;
	margin-top:3em;
}
.brands{
	padding:2em;
	background:#fff;
}			
ul.brand_icons{
	padding:0;
	list-style:none;
}	
ul.brand_icons li {
  width: 15%;
  display: inline-block;
  margin-right: 3.3em;
}	
ul.brand_icons li.last{
	margin:0;
}
.instagram_top {
  padding: 2em 0 3em;
  background: #eaeaea;
}
ul.instagram_grid{
	padding:0;
	list-style:none;
}	
ul.instagram_grid li{
	width: 15.936%;
	float: left;
	margin-right: 10px;
}
ul.instagram_grid li img{
	border:8px solid #fff;
}
ul.instagram_grid li.last_instagram{
	margin:0;
}			
.instagram h3 {
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	margin: 0 0 1em 0;
	color: #31C2DB;
	font-size: 2em;
}
ul.footer_social {
	padding: 0;
	list-style: none;
}
ul.footer_social li a {
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul.footer_social li:first-child {
	margin-left: 0;
}
ul.footer_social li {
	width:33.333%;
	float:left;
}
ul.footer_social li a:hover i.fb, ul.footer_social li a:hover i.tw, ul.footer_social li a:hover i.pin{
	opacity:0.9;
}
i.fb{
	width:380px;
	height: 150px;
	display: block;
	background: url(../images/fb.png)#3b5997 no-repeat center center;
}
i.tw{
    width: 380px;
	height: 150px;
	display: block;
	background: url(../images/tw.png)#3fccfd no-repeat center center;
}
i.pin{
    width: 380px;
	height: 150px;
	display: block;
	background: url(../images/pin.png)#cb2027 no-repeat center center;
}
/*--footer--*/
.footer{
	background:#373737;
	padding:4em 0;
}
.footer-grid {
	float: left;
	width: 22%;
	margin-right: 3%;
}
.footer-grid_last {
	margin-right: 0;
}
.footer-grid h3 {
	color: #ff0000;
	font-size: 1.5em;
	font-weight:400;
	margin-bottom: 1.5em;
	 font-family: 'Raleway', sans-serif;
}
ul.list1 {
	padding: 0;
	list-style: none;
}
ul.list1 a {
	color: #fff;
	font-size: 1em;
	line-height: 1.8em;
}
ul.list1 a:hover{
	color: #DF4782;
	text-decoration:none;
}
.search_footer {
	position: relative;
	margin-bottom:2em;
}
.search_footer input[type="text"] {
  padding: 6px 10px;
  outline: none;
  color: #373737;
  border: none;
  width: 75%;
  line-height: 1.5em;
  font-size: 0.8em;
  background: #FFD001;
  text-transform: capitalize;
  min-height: 31px;
  font-weight: 900;
}
.search_footer input[type="submit"] {
  background: #000;
  border: none;
  padding: 6px 14px;
  cursor: pointer;
  position: absolute;
  color: #fff;
  outline: none;
  line-height: 1.6em;
  text-transform: capitalize;
  font-size: 0.8em;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  right: 0;
}
.search_footer input[type="submit"]:hover {
  background: #68656A;
  color: #F8F8F8;
}
p.footer_desc{
	color: #fff;
	font-size: 1em;
	line-height: 1.5em;
	margin:0px 0 20px;
}
p.f_text{
	color:#fff;
	font-size:0.85em;
	margin-bottom:0.5em;
}
p.email{
	color:#df4782;
	font-size:0.85em;
}
p.email a{
	color:#df4782;
}
p.email span:hover{
	text-decoration:underline; 
}
.footer_bottom{
	background:#333;
	padding:1em 0;
	text-align: center;
}
.copy p{
	color:#fff;
	font-size:0.85em;
}
.copy p a{
	color:#FFD001;
}
.copy p a:hover{
	color:#fff;
}
/*--about--*/
.about_box {
	width: 23%;
	float: left;
}
ul.breadcrumbs{
	padding:0;
	list-style:none;
	float:left;
}
ul.breadcrumbs li {
  display: inline-block;
  font-size: 1em;
  color: #050505;
}
ul.breadcrumbs li  a {
  color: rgb(223, 71, 130);
}
ul.breadcrumbs li.women {
  background: #DF4782;
  padding: 5px;
  color: #fff;
}
ul.previous{
	padding:0;
	list-style:none;
	float:right;
}
ul.previous li a{
	color:#555;
	font-size:1em;
}
.dreamcrub{
	margin:2em 0;
}
.mens-toolbar {
	margin-bottom: 2em;
}
.mens-toolbar .sort {
	float: left;
	width: 20.5%;
}
.sort-by {
	color:#000;
	font-size: .8em;
	text-transform: capitalize;
}
.sort-by label{
	font-weight:normal;
}
.mens-toolbar .pages {
	float: right;
	margin: 0;
}
ul.women_pagenation.dc_paginationA.dc_paginationA06 {
	float:right;
	padding:0;
	list-style:none;
}
.pages{
	float:right;
}
.pages .limiter {
	color: #000;
	font-size: .8em;
	text-transform: capitalize;
	font-family: 'Raleway', sans-serif;
}
.pages .limiter select {
	padding: 0;
	margin: 0 0 1px;
	vertical-align: middle;
}
ul.women_pagenation li {
	float: left;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	list-style:none;
}
ul.women_pagenation li a {
	color:#000;
	display: block;
	padding:4px 8px;
	text-decoration: none;
	font-size: .8em;
	text-transform: capitalize;
}
ul.women_pagenation li.active a{
	background:#df4782;
	color:#fff;
}
ul.women_pagenation li a:hover{
	background:#df4782;
	color:#fff;
}
.limiter.visible-desktop label{
	font-weight:normal;
	margin:0;
}
.pages .limiter label {
	vertical-align: middle;
}
.category{
	margin-top:2em;
	 font-family: 'Raleway', sans-serif;
}
ul.category_nav{
	padding:0;
	list-style:none;
	background:#68656A;
}
ul.category_nav li {
	padding-left: 1.5em;
}
ul.category_nav li a {
	color:#fff;
	font-size: 0.85em;
	text-transform: capitalize;
	font-weight:400;
	display: block;
	padding: 10px 15px;
}
ul.category_nav li:hover {
	background: #333;
	color: #fff;
}
ul.category_nav li a:hover {
	color:#fff;
	text-decoration:none;
}
/*--single--*/
.singel_right {
	margin-top: 3em;
}
.span_1_of_a1 {
	width: 36.2%;
}
.labout {
	display: block;
	float: left;
	margin: 0 3.6% 0 0;
}
.cont1 {
	display: block;
	float: left;
}
.span_2_of_a1 {
	width:60.1%;
}
.span_2_of_a1 h1{
	color:#31C2DB;
	text-transform: capitalize;
	font-size:1.5em;
	font-weight:400;
}
ul.rating{
	padding:0;
	list-style:none;
}
ul.rating li{
	float: left;
}
ul.rating li a{
	color: #08080B;
	padding: 0.1em 0;
	font-size: 0.9em;
}
ul.rating li a:hover, .price_single a:hover, ul.size li a:hover{
	color:#FFD001;
	text-decoration:none;
}
.product-rate label {
	width: 54px;
	height: 24px;
	display: inline-block;
	background: url(../images/img-sprite.png) no-repeat -155px -56px;
	margin-right: 5px;
}
.price_single {
	font-size:1.3em;
	margin: 0.5em 0 1.5em;
}
span.reducedfrom {
	text-decoration: line-through;
	margin-right: 3%;
	color: #555;
}
span.actual {
	color:#DF4782;
	font-size: 1em;
	margin-right: 5%;
}
.price_single a {
	color: #999;
	font-size: 1em;
}
h3.quick {
  color: #31C2DB;
  font-size: 1.5em;
  text-transform: capitalize;
}
p.quick_desc{
	color:#555;
	font-size:.9em;
	line-height:1.8em;
}
ul.size{
	padding:0;
	list-style:none;
	margin-top:2em;
}
ul.size h3{
	color: #31C2DB;
	font-size: 1.3em;
	text-transform: capitalize;
	margin-bottom: .5em;
}
ul.size li {
	display: inline-block;
	margin: 0 10px 0 0;
}
ul.size li a {
	color: #555;
	font-size: 0.8em;
	background:#fff;
	padding: 5px 10px;
}
ul.product-qty{
	padding:0;
	list-style:none;
}
.product-qty span {
	color: #31C2DB;
	font-size: 1.3em;
	padding-bottom: 0.5em;
	display: block;
	text-transform: capitalize;
	margin-top: 2em;
}
.product-qty select {
	border: 1px solid #eee;
	padding: 0.5em;
	font-size: 1em;
	outline: none;
}
.product-qty option {
	border: 1px solid #EEE;
}
.btn_form form input[type="submit"] {
	cursor: pointer;
	border: none;
	outline: none;
	display: inline-block;
	font-size: 1em;
	padding: 13px 20px;
	background:#DF4782;
	color: #FFF;
	text-transform: capitalize;
	-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;
	margin-top: 2em;
}
.btn_form form input[type="submit"]:hover{
	background:#df4782;
}
h3.like, h3.recent{
	color: #31C2DB;
	font-size: 1.5em;
	text-transform: capitalize;
	 font-family: 'Raleway', sans-serif;
	font-style: italic;
	font-weight:400;
	margin-bottom: 1em;
}
h3.recent{
	padding-top:2em;
}
#flexiselDemo1, #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin:0px;
	padding:0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
.grid-flex{
    margin:20px 0 20px 0;
}
.nbs-flexisel-item a {
	color: #000;
	font-size:1em;
	text-transform: capitalize;
}
.nbs-flexisel-item a:hover{
	color:#555;
}
.nbs-flexisel-item p {
	color: #000;
	font-size: 0.9em;
	padding-top: 25px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 45px;
	height: 45px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	margin-top:-2em;
}
.nbs-flexisel-nav-left {
	left: 0px;
	background: url(../images/img-sprite.png) no-repeat -15px -113px;
}
.nbs-flexisel-nav-right {
	right: 0px;
	background: url(../images/img-sprite.png) no-repeat -76px -113px;
}
/******** SAP ************/
.sap_tabs{
	clear:both;
	padding: 1em 0 4em;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
	width: 100%;
	list-style: none;
	padding: 0;
}
.resp-tab-item:first-child{
	border-left:none;
}
.resp-tab-item{
	color: #000;
	font-size:.9em;
	cursor: pointer;
	padding: 12px 10px;
	display: inline-block;
	margin: 0;
	text-align: center;
	list-style: none;
	float: left;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-transform: capitalize;
}
.resp-tab-item:hover {
	text-shadow: none;
	color: #000;
}
.resp-tab-active{
	background:#FFD001;
	text-shadow: none;
	color:#fff;
}
.resp-tabs-container {
	padding: 0px;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
h2.resp-accordion {
	font-size:1em;
	margin: 0px;
	padding: 10px 15px;
	background:#df4782;
	margin:10px 0;
	color:#fff;
}
h2.resp-accordion:hover{
	background:#6CC5D9;
	text-shadow: none;
	color: #FFF;
}
@media only screen and (max-width:480px) {
.sap_tabs{
	padding-top:0;
}
.logo {
  padding: 11px 53px;
}
.resp-tabs-container{
	padding:0px;
}
ul.resp-tabs-list {
  	display: none;
}
h2.resp-accordion {
  	display: block;
}
.resp-vtabs .resp-tab-content {
  	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
}
ul.tab_list{
	list-style: none;
	padding:1em;
	border: 1px solid #E8E5E5;
}
ul.tab_list li {
	margin-bottom: 10px;
}
ul.tab_list li a {
  color: #555;
  font-size: 0.9em;
  line-height: 1.8em;
  vertical-align: top;
  text-decoration: none;
}
ul.tab_list li a:hover {
	color:#333;
}
/*--Typography--*/
.typo {
  padding: 4em 0;
}
h3.typo-title{
  font-size: 2.8em;
  text-align: center;
  color: #31C2DB;
}
.show-grid [class^=col-] {
    background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3{
	color:#31C2DB;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
  color: #999;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
.grid_4{
	background:none;
	margin-top:50px;
}
.label {
  font-weight: 300 !important;
  border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5{
	margin-bottom:1em;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 0;
}
/*--//Typography --*/
/*--contact--*/
p.comment-form-author {
	margin-bottom: 1.5em;
}
.contact-form label {
  display: block;
  font-size: 0.9em;
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
}
.contact-form input[type="text"] {
	padding: 10px;
	width: 95%;
	color: #9198A3;
	font-size: .8em;
	background: #fff;
	outline: none;
	display: block;
	border: 1px solid #B5B5B5;
	font-family: 'Raleway', sans-serif;
}
.contact-form textarea {
	padding: 10px;
	display: block;
	width: 95%;
	background: #fff;
	border: 1px solid #B5B5B5;
	outline: none;
	color: #9198A3;
	font-size: .8em;
	-webkit-appearance: none;
	resize: none;
	height: 150px;
	font-family: 'Raleway', sans-serif;
}
.contact-form input[type="submit"] {
	display: inline-block;
	padding: 13px 25px;
	background:#DF4782;
	color: #FFF;
	font-size: 1em;
	line-height: 18px;
	text-transform: capitalize;
	border: none;
	outline: none;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	 font-family: 'Raleway', sans-serif;
}
.contact-form input[type="submit"]:hover{
	background:#df4782;	
}
.map{
	margin-top: 3em;
}
.lcontact {
	display: block;
	float: left;
	margin: 0 3.6% 0 0;
}
.span_1_of_contact{
	width:60.1%;
}
.span_2_of_contact_right {
	width:36.2%;
}
.contact_grid{
	display: block;
	float: left;
}
.span_2_of_contact_right h3 {
  font-size: 2em;
  color: #31C2DB;
  margin-bottom: 0.5em;
}
i.pin_icon{
	width: 20px;
	height: 25px;
	background: url(../images/img-sprite.png)no-repeat -150px -123px;
	float:left;
	margin-right: 10px;
}
i.phone{
	width: 20px;
	height: 25px;
	background: url(../images/img-sprite.png)no-repeat -189px -126px;
	float: left;
	margin-right: 10px;
}
i.mail{
	width: 20px;
	height: 25px;
	background: url(../images/img-sprite.png)no-repeat -229px -126px;
	float: left;
	margin-right: 10px;
}
.contact_address, .contact_email {
  overflow: hidden;
  font-size: .9em;
  color: #555;
  line-height: 1.8em;
}
.address p {
  color: #555;
  text-align: left;
  font-size: 1em;
  line-height: 1.8em;
}
.address a {
  color: #DF4782;
}
.address a :hover{
  color: #555;
}
.contact_email{
	cursor:pointer;
}
.contact_email:hover{
	color:#000;
}
.address{
	margin-bottom:1em;
}
/*--login--*/
.login-left {
	padding: 0;
}
.login-left h3, .login-right h3 {
  color: #31C2DB;
  font-size: 1.3em;
  padding-bottom: 0.5em;
}
.login-left p, .login-right p {
	color: #555;
	display: block;
	font-size: .9em;
	margin: 0 0 1em 0;
	line-height: 1.8em;
}
.acount-btn {
	background:#DF4782;
	color: #FFF;
	font-size: .9em;
	padding: 0.7em 1.2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	text-transform: capitalize;
}
.acount-btn:hover, .login-right input[type="submit"]:hover{
	background:#df4782;
	text-decoration:none;
	color:#fff;
}
.login-right form {
	padding: 1em 0;
}
.login-right form div {
	padding: 0 0 0.5em 0;
}
.login-right span {
	color: #555;
	font-size:1em;
	padding-bottom: 0.2em;
	display: block;
	text-transform: capitalize;
}
.login-right input[type="text"] {
	border: 1px solid #B5B5B5;
	outline-color:#FFD001;
	width: 96%;
	font-size:.8em;
	padding: 0.5em;
}
.login-right input[type="submit"] {
	background:#DF4782;
	color: #FFF;
	font-size: 0.8em;
	padding: 0.7em 1.2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	text-transform: capitalize;
	border:none;
	outline:none;
}
a.forgot {
  font-size: .8em;
  color: #000;
}
a.forgot:hover {
  color: #ffd001;
}
/*--register--*/
.register{
	padding:5em 0;
}
.register-top-grid h3, .register-bottom-grid h3 {
	color:#31C2DB;
	font-size: 1.3em;
	padding-bottom: 5px;
	margin: 0;
}
.register-top-grid div, .register-bottom-grid div {
	width: 48%;
	float: left;
	margin: 10px 0;
}
.register-top-grid span, .register-bottom-grid span {
	color:#555;
	font-size: 0.9em;
	padding-bottom: 0.2em;
	display: block;
	text-transform: capitalize;
}
.register-top-grid input[type="text"], .register-bottom-grid input[type="text"] {
	border: 1px solid #ADA7A7;
  outline-color: #FFD001;
  width: 96%;
  font-size: 1em;
  padding: 0.5em;
}
.checkbox {
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 1.1em;
	line-height: 27px;
	cursor: pointer;
}
.checkbox {
	float: left;
	position: relative;
	font-size: 0.85em;
	color:#555;
}
.checkbox:last-child {
	margin-bottom: 0;
}
.news-letter {
	color: #555;
	font-weight:600;
	font-size: 0.85em;
	margin-bottom: 1em;
	display: block;
	text-transform: capitalize;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	clear: both;
}
.checkbox i {
	position: absolute;
	bottom: 5px;
	left: 0;
	display: block;
	width:20px;
	height:20px;
	outline: none;
	border: 2px solid #333333;
}
.checkbox 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;
}
.checkbox 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;
}
.checkbox input {
	position: absolute;
	left: -9999px;
}
.checkbox input:checked + i:after {
	opacity: 1;
}
.news-letter:hover {
	color:#00BFF0;
}
.register-but{
	margin-top:1em;
}
.register-but form input[type="submit"] {
	background:#df4782;
	color: #FFF;
	font-size: 0.8em;
	padding: 0.8em 2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	text-transform: capitalize;
	border:none;
	outline:none;
}
.register-but input[type="submit"]:hover {
	background:#DF4782;
}
.register-bottom-grid {
	margin-top:3em;
}
/*--checkout--*/
.check_box{
  padding: 5em 0;
}
.cart-items {
  width: 70%;
  margin-right: 5%;
}
.cart-items h1 {
  font-size: 1.5em;
  margin-bottom: 2em;
}
.cart-header {
  position: relative;
}
.cart-header2 {
  position: relative;
}
.close1, .close2 {
  background: url('../images/close_1.png') no-repeat 0px 0px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0px;
  top: 0px;
  -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;
}
.cart-sec {
  margin-bottom: 3em;
}
.cart-item {
  width: 20%;
  float: left;
  margin-right: 5%;
}
.cart-item-info {
  width: 75%;
  float: left;
}
.cart-item-info h3 {
  font-size: 1.1em;
}
.cart-item-info h3 a{
	color:#31C2DB;
}
ul.qty {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.qty li {
  display: inline-block;
  margin-right: 10%;
}
ul.qty li p {
  font-size: 1em;
  color: #555;
}
.delivery p {
  font-size: 1em;
}
ul.qty li {
  display: inline-block;
  margin-right: 10%;
}
.delivery span {
  color: #333333;
  font-size: 1em;
  float: right;
}
a.continue {
  background:#df4782;
  padding: 10px 20px;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2em;
}
a.continue:hover{
	background:#DF4782;
}
.price-details {
  border-bottom: 1px solid #DDD9D9;
  padding-bottom: 10px;
}
.price-details h3 {
  color: #31C2DB;
  font-size: 1.3em;
  margin-bottom: 1em;
}
.price-details span {
  width: 50%;
  float: left;
  font-size: .8em;
  color: #000;
  line-height: 1.8em;
}
.price-details span {
  width: 50%;
  float: left;
  font-size: 0.9em;
  color: #000;
  line-height: 1.8em;
}
ul.total_price li.last_price span {
}

ul.total_price {
  padding: 0;
  margin: 1em 0 0 0;
  list-style: none;
}
ul.total_price li.last_price {
  width: 50%;
  float: left;
}
ul.total_price li.last_price {
  width: 50%;
  float: left;
}
ul.total_price li.last_price  h4 {
  font-size: 1em;
}
a.order {
  background:#DF4782;
  padding: 10px 20px;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: 600;
  text-align: center;
  margin: 3em 0;
}
a.order:hover{
	background:#df4782;
}
.cart-item-info h3 span {
  display: block;
  font-size: 0.9em;
  margin-top: 1em;
}
.delivery {
  margin-top: 3em;
}
.total-item {
  margin-top: 2em;
  padding-bottom: 2em;
}
.total-item h3 {
  color: #31C2DB;
  font-size: 1em;
  margin-bottom: 1em;
}
.total-item h4 {
  font-size: .9em;
  color: #31C2DB;
  display: inline-block;
  margin-right: 10%;
}
a.cpns {
  background:#df4782;
  color: #fff;
  padding: 10px;
  font-size: 0.8em;
  font-weight: 600;
}
.total-item p {
  font-size: 0.9em;
  margin-top: 1em;
  color: #727272;
}
.total-item p a {
  color: rgb(223, 71, 130);
  font-size: 1em;
}
/*--responsive design--*/
@media (max-width:1024px){
.header_right {
  width: 30%;
  margin-top: 1em;
}
.logo {
  padding: 16px;
}
.banner_right {
  width: 50%;
}
ul.list1 a {
  font-size: 0.9em;
}
.logo a h6 {
  letter-spacing: 4px;
}
.logo a h2 {
  font-size: 3.6em;
}
.content_box {
  padding: 2em 0 3em;
}
.search input[type="text"] {
   width: 84.2%;
}
.welcome_box h2 {
  font-size: 1.3em;
}
.banner_right h1 {
  font-size:2.8em;
}
.wmuSliderPrev {
	left: 54em;
}
.banner_right p {
	font-size: 1em;
}
.header-top {
	padding: 0.7em 0 2em;
}
.mens-toolbar .sort {
  width: 21.5%;
}
.btn_form form input[type="submit"] {
  font-size: 13px;
  padding: 8px 12px;
  margin-top: 1em;
}
.span_2_of_a1 h1 {
  font-size: 1.3em;
}  
.welcome_box {
	padding:4em 1.4em;
}
.welcome_box p {
	font-size: 16px;
}
ul.nav li a, ul.category_nav li a{
  font-size: .8em;
}  
h3.menu_head {
  padding: 2em 0 2em 2em;
}  
.tags {
	padding: 1em;
}
.view .mask, .view .content {
	top: 8em;
	left: 4.5em;
}
p.title, .price{
	font-size: .8em;
}
ul.tags_links li {
	margin: 6px 1px;
}
ul.brand_icons li {
	width: 12.2%;
}
ul.instagram_grid li {
	width: 15.781%;
}
i.fb {
	width:313px;
	height: 130px;
}
i.tw {
	width:313px;
	height: 130px;
}
i.pin {
	width:313px;
	height: 130px;
}
p.f_text, p.email{
	font-size: .8em;
}
.etalage_zoom_area div {
    width:350px !important;
    height:350px !important;
}
ul.size li {
	margin: 0 1px 0 0;
}
.contact_logo {
	left: 4em;
}
h5.empty {
  margin: -27px 0 0 0;
}
.search_footer input[type="text"] {
  width: 91%;
}
ul.cart p {
  font-size: 11px;
}
}
@media (max-width:991px){
.bannertop_box {
  width: 40%;
}
 .logo {
  padding: 25px 53px;
}
.footer-grid:nth-child(4) {
  margin: 0;
  width: 25%;
}
.search input[type="submit"] {
  background-position: 13px 10px;
  padding: 6px 23px;
}
.search_footer input[type="text"] {
  font-weight: 600;
}
.search input[type="submit"]:hover {
  background-position: 13px 10px;
}
p.footer_desc {
  font-size: 0.9em;
}
.banner_right {
  margin-top: 2em;
}
.banner_btn {
  margin-top: 2.5em;
}
.col-md-3 {
  float: left;
  width: 25%;
  padding: 0;
}
.col-md-9 {
  float: right;
  width: 75%;
  padding-right: 0;
}
h3.m_1 {
  margin-top: 0em;
}
.span_1_of_3 {
  width: 31%;
}
a.item_1 {
  right: -6px;
}
h3.m_2 {
  margin-top: 2em;
}
.side_banner .banner_holder {
  position: absolute;
  left: 0em;
  top: 5em;
  width: 100%;
  text-align: center;
}
ul.brand_icons li {
  width: 15.4%;
  margin-right: 2em;
}
.content_box {
  padding: 2em 0 0em;
}
ul.instagram_grid li {
  width: 15.5%;
}
i.tw {
  width: 241px;
  height: 100px;
}
i.fb {
  width: 241px;
  height: 100px;
}
i.pin {
  width: 241px;
  height: 100px;
}
.login-right {
  padding: 0;
  margin-top: 2em;
}
.login-left p, .login-right p {
  margin: 0 0 1em 0;
}
.about_box{
  width: 40.5%;
  float: left;
}
.check_box {
  padding: 4em 0;
}
.cart-items {
  float: left;
  width: 69%;
  padding: 0;
}
a.cpns {
  padding: 4px 5px;
}
.cart-total {
  float: right;
  width: 25%;
}
.check_box {
  padding: 4em 0 2em;
}
}
@media (max-width:667px){
.banner_right {
   margin:0;
}
.price {
  float:none;
}
.side_banner .banner_holder {
  left: -21em;
}
.bannertop_box {
	width: 31%;
}
.header_right {
	width: 48%;
	margin-top: 3em;
}
.search input[type="text"] {
	width: 81.5%;
}
.welcome_box {
	display: none;
}
.banner_right p {
	font-size: .8em;
}
.btn_form form input[type="submit"] {
  font-size: 2.5em;
}
.header_right {
  margin-top: 1em;
}
.banner_right h1 {
	font-size: 1.4em;
}
.banner_btn {
	padding: 8px 15px;
	margin-top: 1em;
	font-size: .8em;
}
h3.menu_head {
	padding: 1em 0 1em 3em;
}
ul.brand_icons li {
	width: 10.2%;
}
.cart-left {
  float: none;
  margin-right: 0;
}
span.item_price {
  float: none;
}
a.item_1 {
  bottom: 65px;
}
ul.instagram_grid li {
	width: 15.2%;
}
i.fb {
	width: 198px;
	height: 90px;
}
i.tw {
	width: 197px;
	height: 90px;
}
i.pin {
	width: 198px;
	height: 90px;
}
.footer-grid {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom:2em;
}
.footer-grid:nth-child(4) {
  width: 100%;
}
.footer-grid h3 {
	margin-bottom: 0.5em;
}
.product_container {
	padding: 1em 0;
}
p.footer_desc {
	margin:0px 0 20px;
}
.footer{
	padding:2em 0 0;
}
.about_box{
	width: 31%;
}
p.cart_desc {
	font-size: 0.85em;
	margin-top: 10px;
}
.mens-toolbar .sort {
	width: 25.5%;
}
.span_2_of_a1 {
	width: 100%;
	margin-left: 0;
}
.span_1_of_a1 {
  width: 100%;
}
.labout {
  float: none;
  margin: 0;
}
.sap_tabs {
  padding: 2em 0 2em;
}
h3.like, h3.recent {
  font-size: 1.1em;
}  
}
@media (max-width:640px){
.bannertop_box {
  width: 40%;
    margin-bottom: 2em;
}
.search input[type="submit"] {
  background-position:12px 10px;
  padding: 6px 22px;
}
.side_banner .banner_holder {
  left: 0em;
}
.banner_img {
  width: 29%;
  margin: 0 auto;
}
.side_banner .banner_holder {
  top: 4em;
}
.tags {
  margin-top: 1em;
}
.content_box {
  padding: 2em 0 1em;
}
ul.brand_icons li {
  width: 16%;
  margin-right: 1em;
}
.btn_form form input[type="submit"] {
  font-size: 1.5em;
}
i.tw {
  width: 199px;
}
.about_box {
  width: 45%;
  margin-bottom: 1.5em;
}
.col-md-3 {
  float: none;
  width: 100%;
  padding:0 1em;
}
.col-md-9 {
  float: none;
  width: 100%;
  padding:0 1em;
}
.span_1_of_contact {
  float: none;
  width: 100%;
}
.contact_grid {
  float: none;
  width: 100%;
  margin-top: 2em;
}
.search input[type="submit"] {
  background-position: 15px 10px;
  padding: 6px 25px;
}
.search input[type="submit"]:hover {
  background-position: 15px 10px;
}
}
@media (max-width:568px){
.logo img {
  width: 110px;
}	
ul.social {
  margin-right: 1em;
}
.header_right {
  width: 55%;
}
.bannertop_box {
  width: 40%;
}
.banner_right h1 {
  font-size: 1.3em;
}
ul.quick_access li a, ul.login li a, ul.cart p, h5.empty{
  font-size: 11px;
}  
h3.m_1, h3.m_2{
  font-size: 1.1em;
}  
.brands {
  padding: 10px;
}
span.small {
  font-size: 15px;
}
ul.instagram_grid li img {
  border: 2px solid #fff;
}
ul.instagram_grid li {
  width: 14.9%;
}
.instagram_top {
  padding: 2em 0;
}
i.fb {
  width: 159px;
  height: 90px;
  display: block;
  background-size: 30%;
}
i.tw {
  width: 159px;
  height: 90px;
  display: block;
  background-size: 30%;
}
i.pin {
  width: 159px;
  height: 90px;
  display: block;
  background-size: 30%;
}
.side_banner .banner_holder {
  left: -14em;
}
h4.tag_head {
  font-size: 1em;
}  
.about_box{
  width: 39%;
}
.mens-toolbar .sort {
  width: 31.5%;
}
.cbp-vm-add {
  margin: 10px 0 0;
}  
.pages .limiter, .sort-by{
  font-size: 12px;
}  
.dreamcrub {
  margin: 2em 0 1em;
}
.mens-toolbar {
  margin-bottom: 1em;
}
.side_banner .banner_holder h3 {
  font-size: 30px;
  margin: 0;
}
.map iframe{
  height:200px;
}
.contact_logo img{
  width:110px;
}
.check_box {
  padding: 3em 0;
}
.cart-items h1 {
  font-size: 1.2em;
  margin-bottom: 1.5em;
}
.cart-item-info h3 {
  font-size: 0.95em;
}
.delivery {
  margin-top: 1em;
}
.delivery p, .delivery span{
  font-size:.8em;
}
}
@media (max-width:480px){
.logo a h2 {
  font-size: 3em;
}
.banner_img {
  width: 87%;
}
h5.empty a, ul.cart p a {
  letter-spacing: 1px;
}
.typo {
  padding: 2em 0;
}
h3.typo-title {
  font-size: 2em;
}
.last_1{
	display:none;
}
.header_right {
  width: 100%;
  margin-top: 0;
  float: none;
}
.container {
  padding:0 10px;
}
.copy {
  text-align: center;
}
.copy p {
  font-size: 12px;
}
.footer-grid h3 {
  font-size: 1.1em;
}  
.logo {
  margin: 0 0 1em 0;
  float: none;
  text-align: center;
  padding: 15px 53px;
}
i.cart_icon {
  width: 25px;
  height: 22px;
  float: left;
  background: url(../images/cart.png)no-repeat 0px 0px;
  margin-right: 10px;
}
ul.login {
  padding: 5px 5px;
}
ul.quick_access{
  padding:0px 5px 5px;
}
ul.quick_access li a, ul.login li a, ul.cart p, h5.empty {
  font-size: 13px;
}
ul.social {
  margin:0;
}
h5.empty {
  margin: 0;
}
.search input[type="text"] {
  width:85.5%;
  font-size: 11px;
}
.header_right {
  width:85%;
}
ul.social {
  margin-right: 0em;
}
.lang_list {
  float: right;
}
.bannertop_box {
  width:48%;
}
.banner_right p {
  display: none;
}
.banner_btn {
  padding: 5px 12px;
  margin-top: 01em;
  font-size: 11px;
}
.header-top {
  padding: 5px 0 5px;
}
ul.nav li a, ul.category_nav li a {
  padding: 10px 10px 10px 30px;
}
h3.menu_head {
  padding: 1em 0 1em 2em;
}
.side_banner .banner_holder {
  left: 0em;
  top: 4em;
}
ul.women_pagenation li a {
  font-size: .7em;
}
.product_image {
  border: 4px solid #fff;
}
.banner_right h1 {
  font-size: 0.95em;
  font-weight: 400;
}
.side_banner .banner_holder h3 {
	font-size: 30px;
}
.search input[type="submit"] {
  padding: 4px 15px;
  background: url('../images/search.png') no-repeat 7px 8px #333;
}  
.search input[type="submit"]:hover {
  background: url('../images/search.png') no-repeat 7px 8px #df4782;
}
h3.m_1 {
  font-size:1em;
}
span.item_price {
  font-size: .8em;
}  
a.item_1 {
  bottom: 55px;
}
.instagram_top {
  padding: 1em 0;
}
.span_1_of_3 {
  width: 48.6%;
}
p.title, .price {
  font-size: 12px;
}
h3.m_2 {
	font-size: 1em;
	margin-top: 2em;
}
ul.brand_icons li {
  width: 23%;
}
ul.instagram_grid li {
	width: 15.4%;
	margin-right: 4px;
}
.content_box {
  padding: 2em 0 0em;
}
.banner_img .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  max-width: 39%;
  margin: 0 auto;
}
.register-top-grid div, .register-bottom-grid div {
  width: 100%;
}
.register-top-grid input[type="text"], .register-bottom-grid input[type="text"] {
  padding: 0.3em;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
i.fb {
  width: 95px;
  height: 65px;
  display: block;
  background-size: 30%;
    margin: 0 auto;
}
i.tw {
  width: 95px;
  height: 65px;
  display: block;
  background-size: 30%;
    margin: 0 auto;
}
i.pin {
  width: 95px;
  height: 65px;
  background-size: 30%;
    margin: 0 auto;
}
.about_box{
	width:49%;
}
.category {
  margin-top: 1em;
}
.span_2_of_a1 h1 {
	font-size: 1.2em;
}
.sap_tabs {
	padding: 1em 0 2em;
}
h3.like, h3.recent {
	font-size:0.95em;
}
.btn_form form input[type="submit"] {
	font-size: 0.85em;
	padding: 10px 10px;
}
.mens-toolbar .sort {
	width: 52.5%;
}
.singel_right {
  margin-top: 1em;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
  margin-top: 5em;
}
p.comment-form-author {
  margin-bottom: 1em;
}
.span_1_of_contact {
  width: 100%;
  float: none;
}
.contact_grid {
  float: none;
  width: 100%;
  margin-top: 1.5em;
}
.map {
  margin-top: 1em;
}
}
@media (max-width: 320px){
.logo {
  margin: 0.5em 0 1em;
  padding: 15px 53px;
}
.banner_img {
  width: 100%;
}
.col-md-3 {
  padding: 0;
}
.bannertop_box {
  width: 100%;
  float: none;
    margin-top: 2em;
}
ul.brand_icons {
  text-align: center;
}
.side_banner .banner_holder {
  top: 2em;
}
h3.quick {
  font-size: 1.2em;
  margin-bottom: .3em;
}
.logo a h2 {
  font-size: 2.2em;
}
.logo a h6 {
  letter-spacing: 2px;
  font-size: 0.8em;
}
.search input[type="submit"] {
  padding: 4px 21px;
  background-position:12px 8px;
}
.search input[type="submit"]:hover {
  background-position:12px 8px;
}
.banner_right {
  width: 100%;
  float: none;
  text-align: center;
  margin: 1em 0;
}
.side_banner .banner_holder h3 {
  font-size: 18px;
  line-height: 26px;
}
.side_banner .banner_holder {
  top: 3em;
}
.tags {
  margin-top: 1em;
}
.tags {
  margin-top: 0em;
}
.row h3.m_1{
  margin-top: 0.5em;
  font-size: 1.6em;
}
a.item_1 {
  width: 30px;
  height: 30px;
  right: 2px;
  background-position:4px 4px;
}
ul.brand_icons li {
  width: 47%;
  margin-top: 1em;
}
.instagram h3 {
  font-size: 1.6em;
}
span.small {
  font-size: 11px;
}
ul.breadcrumbs li {
  font-size: 0.9em;
}
ul.breadcrumbs li.women {
  padding: 3px;
}
.product_container {
  padding: 10px 0;
}
.cbp-vm-view-list .cbp-vm-details {
  width: 51%;
  padding: 0;
  margin-top: 0;
}
.cbp-vm-view-list .cbp-vm-image {
  width: 50%;
}
.col-md-9.cart-items {
  padding: 0;
}
.cbp-vm-view-list .cbp-vm-add {
  float: none;
  display: block;
  text-align: center;
}
.cart-item-info h3 {
  font-size: 13px;
}
a.continue {
  padding: 8px 15px;
  font-size: 0.85em;
  margin-bottom: 2em;
}
.cart-sec {
  margin-bottom: 2em;
}
a.order {
  padding: 8px 15px;
  font-size: 0.95em;
  margin: 1em 0;
}
.col-md-3.cart-total {
  padding: 0;
}
.check_box {
  padding: 3em 0 1em;
}
.span_1_of_contact {
	width: 100%;
}
.lcontact {
	float:none;
	margin:0;
}
.span_2_of_contact_right {
	width: 100%;
}
.contact_grid {
	display: block;
	float: none;
}
.contact-form input[type="submit"] {
  padding: 4px 20px;
  font-size: 0.8em;
}
.register-top-grid div, .register-bottom-grid div {
	width: 98%;
	float: none;
}
.btn_form form input[type="submit"] {
  font-size: 0.7em;
  padding: 7px 7px;
}
h2.resp-accordion {
  font-size: 0.8em;
  padding: 10px 13px;
}
.acount-btn {
  font-size: 0.8em;
  padding: 0.5em 1em;
}
.pop_up h4 {
  font-size: 1.2em !important;
}
.cart-item {
  width: 100%;
  float: none;
  margin-right: 0;
}
.cart-item-info {
  width: 100%;
  float: none;
  margin-top: 1em;
}
.check_box {
  padding: 1.5em 0;
}
.delivery p, .delivery span {
  margin-top: 1em;
}
.about_box {
  width: 100%;
  margin: 1em 0;
}
.total-item {
  padding-bottom: 0;
}
.typo {
  padding: 1em 0;
}
h3.typo-title {
  font-size: 1.6em;
}
.grid_4 {
  margin-top: 22px;
}
.register-but form input[type="submit"] {
  padding: 0.5em 2em;
}
.contact-form input[type="text"] {
  padding: 6px 10px;
  width: 100%;
}
.contact-form textarea {
  width: 100%;
  height: 120px;
}
ul.category_nav li {
  padding-left: 0;
}
.link1 {
  margin-top: 0.6em;
}
.row h3.m_2 {
  font-size: 1.5em;
  margin-top: 1em;
}
p.quick_desc {
  font-size: .8em;
}
ul.previous li {
  margin-top: 1em;
}
ul.previous li a {
  font-size: 0.85em;
}
.contact-form label {
  font-size: 0.8em;
}
.span_2_of_contact_right h3 {
  font-size: 1.5em;
}
.contact_address, .contact_email {
  font-size: .8em;
}
.login-left h3, .login-right h3 {
  font-size: 1em;
}
.acount-btn, .login-right input[type="submit"] {
  padding: 0.3em 1.2em;
}
.register {
  padding: 1.5em 0;
}
.register-top-grid h3, .register-bottom-grid h3 {
  font-size: 1em;
}
.register-bottom-grid {
  margin-top: 4.5em;
}
.register-top-grid span, .register-bottom-grid span {
  font-size: 0.8em;
}
.register-but {
  margin-top: 0.5em;
}
ul.tab_list li a {
  font-size: 0.75em;
}
ul.list1 a {
  font-size: 0.85em;
}
.login-left p, .login-right p {
  font-size: .8em;
}
.login-right span {
  font-size: 0.9em;
}
}


@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
