/*
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/foto3.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 1em;
}
.logo {
  float: left;
  background-color: transparent;
  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) #ea6928 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:#ea6928;
	font-weight: 600;
}
ul.login li.login_text{
	float:left;
}
ul.login li.wish{
	float:right;
}
.cart_bg{
	background:#ea6928;
	padding:0.5em 1em;
	position: relative;
}
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;
}
div.item_1 {
    position: absolute;
    bottom:-17px;
    right: 0;
    left: 0;
    width: 60px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    background-color: #fff;
    background-position: center;
    color: #fff;
    text-align: center;
    line-height: 33px;
    border: 4px solid rgba(107, 106, 105, 0.56);
    font-size: 11px;
    margin: 0 auto;
}
span.item_price {
    color: #ea6928;
    font-size: 2em;
    font-weight: bold;
    width: 100%;
    text-align: center;
    display: inline-block;
}
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:#ea6928;
}
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 #ea6928;
}
.welcome_box{
	background:#abdbca;
	padding:2em 1.4em;
	margin-top:10px;
}
.welcome_box h3{
	color:#333;
	font-size:1.5em;
}
.welcome_box p {
  color: #333;
  font-size: 0.9em;
  line-height: 1.8em;
  margin-top: 1.3em;
}
.banner_right {
	float: right;
	margin-top: 4em;
	width: 50%;
	background-color: rgba(74, 144, 119, 0.6);
    box-sizing: border-box;
    padding: 1em;
}

.banner_right.sm_search_banner {
	margin-top: 0;
}

.banner_right.sm_search_banner .banner_btn {
	margin-top: 2em;
}
.banner_right h1{
	color: #fff;
    font-size: 3em;
    line-height: 1.2em;
}
.banner_right h2 {
  color: #fff;
  font-size: 0.9em;
  line-height: 1.8em;
}
.banner_btn {
	display: inline-block;
	background: #abdbca;
	padding: 16px 25px 13px;
    color: #333;
    font-size: 0.85em;
    line-height: 18px;
    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:cadetblue;
	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:#ea6928;
	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:#abdbca;
}
.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:#ea6928;
	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:#ea6928;
	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:#ea6928;
	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% 1%;
	position: relative;
}
.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 {
	position: relative;
}
.product_image {
	/*border:10px solid #fff;*/
	overflow: hidden;
}
.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: none;
    margin-right: 2.6%;
    width: 100%;
    margin-top: 5px;
    display: inline-block;
    text-align: center;
}
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: #ea6928;
}
span.reducedfrom {
	text-decoration: line-through;
	font-size:0.95em;
	color:#777;
}
.row h3.m_1 {
  color: #abdbca;
  font-size: 2em;
  text-transform: capitalize;
  font-weight: 400;
}
.row h3.m_2 {
	color: #abdbca;
	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: #abdbca;
	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: #abdbca;
	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: #ea6928;
	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: #ea6928;
  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:#ea6928;
	font-size:0.85em;
}
p.email a{
	color:#ea6928;
}
p.email span:hover{
	text-decoration:underline; 
}
.footer_bottom{
	background:#333;
	padding:2em 0;
	text-align: center;
}
.copy p{
	color:#fff;
	font-size:0.85em;
	padding: 2em 0 0;
}
.copy p a{
	color:#ea6928;
}
.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: #ea6928;
}
ul.breadcrumbs li.women {
  background: #ea6928;
  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: 22.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:.3em 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:#ea6928;
	color:#fff;
}
ul.women_pagenation li a:hover{
	background:#ea6928;
	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;
	position: relative;
}
.span_2_of_a1 {
	width:60.1%;
}
.span_2_of_a1 h1{
	color:#abdbca;
	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:#ea6928;
	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;
	text-align: left;
}
span.reducedfrom {
	text-decoration: line-through;
	margin-right: 3%;
	color: #999;
}
span.actual {
	color:#ea6928;
	font-size: 1em;
	margin-right: 5%;
}
.price_single a {
	color: #999;
	font-size: 1em;
}
h3.quick {
  color: #abdbca;
  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: #abdbca;
	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: #abdbca;
	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:#ea6928;
	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:#ea6928;
}
h3.like, h3.recent{
	color: #abdbca;
	font-size: 1.5em;
	 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: 3em 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;
	background-color: #e6e6e6;
    border-right: 1px solid #d4d4d4;
}
.resp-tab-item:hover {
	text-shadow: none;
	color: #000;
}
.resp-tab-active{
	background:#ea6928;
	text-shadow: none;
	color:#fff;
}
.resp-tabs-container {
	padding: 0px;
	clear: left;
	height:350px;
}
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:#ea6928;
	margin:10px 0;
	color:#fff;
}
h2.resp-accordion:hover{
	background:#6CC5D9;
	text-shadow: none;
	color: #FFF;
}


/* ---OTROS ESTILOS --- */
.logo a img {
	max-width: 220px;
}

span.search_title {
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
    margin-bottom: 10px;
}

.cart_bg.search_box input, .cart_bg.search_box select {
    width: 100%;
    border: none;
    box-sizing: border-box;
    padding: 5px 10px;
    margin: 3px 0;
}

#municipio {
	display: none;
}

.hasDatepicker {
    background-image: url(../images/calendar-20x20.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}

.btn_search i {
    position: absolute;
    color: #333;
    right: 10px;
    top: 10px;
    transition:.2s;
}

.btn_search:hover i {
    color: #fff;
}

.btn_search {
    position: relative;
}

/*DATEPICKER*/

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
    border: none;
    background: none;
    font-weight: bold;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	color: #ea6928;
}

.radio_search input {
    width: auto!important;
}

label.radio_search {
    display: inline-block;
    margin-right: 1em;
    color: #fff;
    cursor: pointer;
}

label.radio_search:hover {
    text-decoration: underline;
}

.top_belt {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #abdbca;
    width: 100%;
    box-sizing: border-box;
    z-index: 10;
}

.top_belt ul {
    list-style: none;
}

.top_belt ul li {
    display: inline-block;
    float: right;
    box-sizing: border-box;
}

.top_belt ul li a, .top_belt ul li {
    color: #666;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
    font-size: 13px;
    cursor: pointer;
    height: 51px;
}

.top_belt ul li a {
    padding: 17px 15px;
}

.top_belt ul li a:hover {
	color:#fff;
}

.top_belt ul li:hover {
    background-color: cadetblue;
}

.top_belt ul li:hover {
    color: #fff;
}

.top_belt i {
    margin-right: 1em;
}

.ui-widget-header {
	border: none;
    background: #abdbca;
}

.banner_btn i {
    margin-right: 10px;
}

.banner_left {
	background-color: #abdbca;
	height: 450px;
	background-position: center;
	margin-bottom: 15px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.banner_left a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.banner3_left {
	background-color: #abdbca;
	height: 450px;
	background-position: center;
	margin-bottom: 15px;
	background-size: cover;
	background-repeat: no-repeat;
}

.banner3_left {
    display: none;
}

p.error_msg {
    color: red;
}

.btn_toggle_menu {
	display: none;
}

.nav_container {
	width:100%;
}

.btn_toggle_menu i {
    float: none;
    margin: 0;
}

.cart_bg.search_box select {
    background-color: #fff;
}

.img_results {
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
    position: relative;
    transition: .5s;
}

.product_image:hover .img_results {
    width: 110%;
    max-width: 110%;
}

span.per_day {
    font-size: 12px;
    color: #999;
    display: inline-block;
}

.content_grid .simpleCart_shelfItem:hover, .promo2_container .simpleCart_shelfItem:hover {
    -webkit-box-shadow: 3px 4px 5px -1px rgba(0,0,0,0.32);
    -moz-box-shadow: 3px 4px 5px -1px rgba(0,0,0,0.32);
    box-shadow: 3px 4px 5px -1px rgba(0,0,0,0.32);
}

.content_grid {
	display: inline-block;
    width: 100%;
}

.cart-left p.title {
    height: 45px;
    text-decoration: none!important;
    text-align: center;
}

.simpleCart_shelfItem a:hover {
    text-decoration: none;
}

.city_state {
    width: 100%;
    color: #333;
    text-align: center;
    font-size: 11px;
    margin: 5px 0 0;
    display: inline-block;
    height:32px;
}

.banner_bottom {
    height: 200px;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

span.from_price {
    font-size: 14px;
    font-weight: lighter;
}

li.hasSubmenu {
    position: relative;
    padding:17px 15px!important;
}

ul.subMenu {
    position: absolute;
    width: 179px;
    background-color: #abdbca;
    padding: 0;
    top: 50px;
    right: 0;
    text-align: left!important;
    display: none;
}

.subMenu li {
    width: 100%;
}

span.pagNum {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    transition:.2s;
}

.pageNum_container {
    float: right;
}

span.pagNum:hover {
    background-color: #abdbca;
}

span.pagNum.active_page {
    background-color: #abdbca;
}

p.error_baloon {
    position: absolute;
    background: #fff;
    padding: 5px 10px;
    box-sizing: border-box;
    width: 100%;
    left: 0;
    color: red;
    bottom: -32px;
    text-align: center;
}

p.error_baloon::before {
    content: '';
    width: 39px;
    height: 100px;
    margin: 0 auto;
    background: transparent;
    border-top: 0 solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 7px solid #fff;
    border-right: 18px solid transparent;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
}

li.login_form {
    position: relative;
}

.login_box {
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px;
    position: absolute;
    bottom: -251px;
    right: 0;
    border: 1px solid #abdbca;
    color: #666;
    display: none;
}

.login_box label {
    margin: 5px 0;
}

.login_box input {
    width: 200px;
    border: 1px solid #999;
    background-color: #fff;
    box-sizing: border-box;
    padding: 5px 10px;
    margin: 5px 0;
}

#btn_login {
	background-color: #abdbca;
	transition:.2s;
}

#btn_login:hover {
	background-color: cadetblue;
	color: #fff;
}

.stars_container_index {
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    color: #666;
}

.stars_container_index i {
    color: orange;
}

.orPrice {
    text-decoration: line-through;
    font-size: 16px!important;
    box-sizing: border-box;
    height: 14px;
    width: 100%;
}

.disccount_flag {
    position: absolute;
    background-color: #ea6928;
    color: #fff;
    font-weight: bold;
    top: 0;
    right: 0;
    box-sizing: border-box;
    padding: 7px;
    z-index: 4;
    border: 2px solid #fff;
}

.fichas_iniciales:not(.pg1) {
	display: none;
}

.noResults_container {
	display: none;
}

.main_loader {
    margin: 0 auto;
    text-align: center;
}

.main_loader img {
    width: 30%;
}

a.btn_number {
    cursor: pointer;
}

.promo2_container {
    background-color: #ea6928;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.promo2_container .simpleCart_shelfItem {
    display: inline-flex;
    float: none;
    margin: 1% .5%;
    position: relative;
}

span.featured_title {
    display: inline-block;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    color: #fff;
    padding: 3px 10px 0;
}

.featured_first {
    font-size: 26px;
}

.title_found {
    font-size: 20px;
    margin: 10px 0;
}

.max_guest_container {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    background-color: #abdbca;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

span.amount.item_price.actual {
    text-align: left;
    font-size: 2em;
}

.no_disp_container {
    position: absolute;
    top: 20%;
    z-index: 4;
    background-color: rgba(234, 105, 40, 0.7);
    color: #fff;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 14px;
}

.sort.ver_disp {
    margin-left: 20px;
    cursor: pointer;
    background-color: #abdbca;
    transition: .2s;
    padding: 5px 10px;
    box-sizing: border-box;
    width: 25%;
    text-align: center;
    margin-top: 9px;
}

.sort.ver_disp:hover {
	color: #fff;
	background-color: cadetblue;
}

/* ---- ICONOS ----- */

i.custom_icon_mobiliario {
    background-image: url(../admin/img/icons/custom_icon_mobiliario.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 100%;
}

i.custom_icon_sonido {
    background-image: url(../admin/img/icons/custom_icon_sonido.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 100%;
}

i.custom_icon_mesero {
    background-image: url(../admin/img/icons/custom_icon_mesero.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 100%;
}

i.custom_icon_karaoke {
    background-image: url(../admin/img/icons/custom_icon_karaoke.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 100%;
}

i.custom_icon_restaurant {
    background-image: url(../admin/img/icons/custom_icon_restaurant.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 100%;
}

i.custom_icon_piscina {
    background-image: url(../admin/img/icons/custom_icon_piscina.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 100%;
}

.services_list i {
	float: left;
    margin-right: 10px;
}

li.services_list {
    width: 45%;
}

ul.rating li:nth-child(2) {
    margin-left: 10px;
}

ul.rating i {
    color: orange;
}

.single_disccount {
    display: inline-block;
    background-color: #ea6928;
    color: #fff;
    font-weight: bold;
    font-size: 35px;
    box-sizing: border-box;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

#mapa {
	width: 100%;
    height: 310px;
}

td.highlight {
    background-color: #ea6928;
}

td.highlight a {
    color: #fff!important;
}

div#calendario.hasDatepicker {
    background-image: none!important;
}

#calendario .ui-widget.ui-widget-content {
	margin: 0 auto;
}

span.single_note {
    margin: 10px 0;
    display: inline-block;
    font-style: italic;
    color: #666;
    width: 100%;
}

.no_disp_single {
    background-color: orange;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 10px;
    color: #fff;
}

.span_1_of_4 {
    width: 23%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

span.address_line {
    margin: 10px 0!important;
    display: inline-block;
}

.date_occupied {
    width: 20px;
    height: 20px;
    float: left;
    background-color: #ea6928;
    margin-right: 10px;
}

.review_row {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
}

.review_row div {
    float: left;
}

.reviews_stars {
    width: 25%;
    color: orange;
    text-align: center;
}

.reviews_msg {
    width: 50%;
}

.reviews_date {
    width: 25%;
    font-size: 14px;
}

.review_row .title {
    color: #000;
    font-weight: bold;
    font-size: 1em!important;
}

.facts.reviews_container {
    max-height: 351px;
    overflow: auto;
}

.facts.seasons_container {
    max-height: 275px;
    overflow: auto;
}

.season_element, .season_row, .seasons_title {
    width: 100%;
}

.season_date_single {
    width: 25%;
    float: left;
    font-size: 14px;
}

.season_date_double {
    width: 50%;
    float: left;
}

.seasons_title {
    font-weight: bold;
    box-sizing: border-box;
    padding: 5px;
    font-size: 1em!important;
}

.season_date_seventh {
    width: 14.25%;
    float: left;
}

.season_element .season_row:first-child .seasons_title {
    background-color: #abdbca;
    display: inline-block;
}

.season_element {
    display: inline-block;
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.instructions_logo {
    font-size: .9em;
    font-style: italic;
    display: inline-block;
    margin: 10px 0;
    width: 100%;
}

.contact_half {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}

.contact_half label {
    width: 100%;
    font-size: .9em;
    margin: 5px 0;
}

.contact_half input, .contact_half textarea {
    width: 100%;
}

input#enviar, input#register, input#update, input#retrieve, input#rate {
    background-color: #abdbca;
    border: none;
    box-sizing: border-box;
    padding: 10px;
}

input#enviar:hover, input#register:hover, input#update:hover, input#retrieve:hover, input#rate:hover {
    background-color: cadetblue;
    color:#fff;
}

img.loader_contact {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 200px;
    display: none;
    top:50px;
}

.error_msg_final, .error_msg_final2 {
	display: none;
	color: red;
}

.success_msg_final {
	display: none;
	color: green;
}

.facts.contact {
    position: relative;
}

span.error_msg_final, span.success_msg_final {
    position: absolute;
    top: 31px;
    background-color: #abdbca;
    color: #333;
    box-sizing: border-box;
    padding: 2px 10px;
    right: 0;
}

.like_btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

i.add_fav {
    color: #888;
    font-size: 22px;
    display: inline-block;
}

i.added_fav {
    color: #ea6928;
    font-size: 22px;
    display: inline-block;
}

span.fav_tooltip {
    color: #666;
    border: 1px solid #999;
    box-sizing: border-box;
    padding: 0px 5px;
    left: 35px;
    position: absolute;
    width: 200px;
    text-align: center;
    top: -3px;
    display: none;
    transition: .2s;
}

.like_btn:hover span.fav_tooltip {
	display: inline-block;
}

.like_btn:hover i.add_fav {
	color: #ea6928;
}

.phone_mail_contact i {
    font-weight: bold;
}

.phone_mail_contact span {
    margin-right: 20px;
}

.footer_bottom a {
    color: #fff;
    margin: 0 10px;
    font-size: 14px;
    display: inline-block;
}

.footer_bottom a i {
    margin-right: 5px;
}

.phone_mail_contact {
    margin: 10px 0;
}

input#terminos {
    float: left;
    width: auto;
    margin: 0px 10px 19px 0;
}

a.forgot_btn {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

a.forgot_btn:hover {
    color: cadetblue!important;
    text-decoration: underline;
}

.m_1_rate {
    text-transform: none!important;
}

.rater_container i {
    cursor: pointer;
    color: orange;
    font-size: 80px;
}

.rater_container ul {
    list-style: none;
    padding: 0;
}

.rater_container li {
    float: left;
    display: inline-block;
}

.review_row.review:hover {
    background-color: rgba(171, 219, 202, 0.2);
    cursor: pointer;
}

.review_row.review:hover .reviews_msg {
    text-decoration: underline;
}

.reviews_back {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    text-align: center;
    display: none;
}

.review_container {
    width: 70%;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    margin: 10% auto;
    z-index: 99999;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px;
    max-height: 400px;
    overflow: auto;
}

.popup_review_row {
    display: inline-block;
    width: 100%;
    padding: 10px;
    text-align: justify;
}

.popup_stars_container i {
    font-size: 25px;
}

.popup_stars_container {
    display: inline-block;
    float: left;
    color: orange;
    margin-right: 30px;
}

.price_element {
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid #ea6928;
}

.price_row {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
}

.price_title {
    text-align: center;
    background-color: #ea6928;
    color: #fff;
    font-weight: bold;
}

.price_individual {
    width: 23%;
    float: left;
    text-align: center;
    margin: 0 1%;
}

span.price_savings {
    font-size: 13px;
    font-style: italic;
    color: cadetblue;
    font-weight: bold;
}

.price_img {
    width: 49%;
    display: inline-block;
    height: 300px;
    float: left;
}

.price_description {
    width: 50%;
    display: inline-block;
    padding-top: 20px;
}

.price_row ul li {
    margin: 0 0 15px;
    list-style: none;
}

.img1 {
    background-image: url(../images/prices1.png);
}

.img2 {
    background-image: url(../images/prices2.png);
}

.img3 {
    background-image: url(../images/prices3.png);
}

.price_row ul li a {
    background-color: #ea6928;
    color: #fff;
    box-sizing: border-box;
    padding: 10px;
}

.request_container, .products_container {
    width: 100%;
    display: inline-block;
}

.request_container {
	margin-top: 20px;
}

.final_product {
    width: 100%;
    float: left;
    text-align: center;
    height: 200px;
    cursor: pointer;
    border: 3px solid #ea6928;
    font-size: 30px;
    font-weight: bold;
    color: #ea6928;
    padding: 55px 20px;
    transition: .2s;
}

.final_product:hover {
    color: #fff;
    background-color: #ea6928;
}

span.prices_instructions {
    margin: 10px 0;
    display: inline-block;
    font-style: italic;
    width: 100%;
}

.price_container {
    width: 100%;
    display: inline-block;
}

span.final_price {
    font-size: 40px;
    font-weight: bold;
    color: #ea6928;
    padding: 30px 30px 30px 0;
    display: inline-block;
    box-sizing: border-box;
}

span.saving_price {
    color: cadetblue;
}

span.savings {
    font-size: 25px;
    font-weight: bold;
}

.btn_final_request input {
    color: #fff;
    border: none;
    background-color: #ea6928;
    box-sizing: border-box;
    padding: 10px;
    transition: .2s;
}

.btn_final_request {
    float: right;
    margin: 20px;
}

.btn_final_request input:hover {
    background-color: #843b16;
}

select.sel_bis_request {
    font-size: 20px;
    margin: 10px;
    border: 3px solid #ea6928;
    padding: 10px;
    transition:.2s;
}

select.sel_bis_request:hover {
    background-color: #ea6928;
    color: #fff;
    cursor: pointer;
}

.product_selected {
    color: #fff;
    background-color: #ea6928;
    position: relative;
}

.product_selected select {
    color: #ea6928;
}

span.remove_btn {
    border: 3px solid #ea6928;
    position: absolute;
    z-index: 10;
    background-color: #fff;
    color: #ea6928;
    font-weight: bold;
    font-size: 20px;
    padding: 5px 10px;
    right: 0;
    cursor: pointer;
}

.big_product {
    position: relative;
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 1%;
}

a.reclaim_btn {
    background-color: gold;
    color: #666;
    padding: .2em .5em;
}

a.report_btn {
    background-color: tomato;
    color: #fff;
    padding: .2em .5em;
}

a.report_btn i, a.reclaim_btn i {
    margin-right: 1em;
}

.reclaim_report_btns {
	margin: 2em 0;
}

.owners_radio {
    width: 100%;
    display: inline-block;
}

.owners_radio input, .owners_radio label {
    width: auto!important;
    text-align: left;
    float: left;
    display: inline-block!important;
}

.fichas_iniciales {
    height: 406px;
}

.simpleCart_shelfItem {
    height: 427px;
    border: 1px solid #ccc!important;
    background-color: #fff;

}

#bis_name {
    display: none;
}

h3.like {
    clear: both;
}

.serv_container {
    height: auto!important;
    border: none!important;
    background-color: transparent;
}

.top_belt_container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.logo_btn {
    float: left;
    padding: .2em 0;
    transition: .2s;
}

.gototo_search {
    display: none;
    float: left;
    padding: 14px 10px;
    cursor: pointer;
    margin: 0 1em;
    transition: .2s;
}

.gototo_search:hover {
	background-color: cadetblue;
	color: #fff;
}
.maps_container {
	display: none;
	width: 100%;
}
#search_map {
	width: 100%;
	height: 300px;
}

.map_button {
    background-color: cadetblue;
    color: #fff;
    padding: .5em 1em;
    cursor: pointer;
    transition: .2s;
}

.map_button:hover {
	background-color: #abdbca;
}

.map_button i {
    margin-right: 1em;
}

.promo2_container .simpleCart_shelfItem a {
    width: 100%;
}

.labels {
    height: 20px;
    border: 1px solid grey;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-size: 14px;
    color: #666;
    padding: 0 .5em;
}

.col_1_of_3:nth-child(3n+1) {
    margin: 1% 0;
}

.current_promos_container {
    border: 2px solid #abdbca;
}

.bis_title_request {
    background-color: #abdbca;
    color: #fff;
    padding: 1em;
}

.promo_individual span {
    padding: .5em;
    display: block;
}

.alert_payment {
    display: none;
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 99999;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
}

.alert_payment_text {
    background-color: #fff;
    width: 60%;
    padding: 3em;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 10%;
    border: 1px solid #ccc;
    font-size: 2em;
}

.alert_payment i {
    color: #ccc;
    position: absolute;
    top: 1em;
    right: 1em;
    cursor: pointer;
    transition: .2s;
}

.alert_payment i:hover {
    color: #333;
}

.hidden_big {
	display: block;
}

.hidden_mov {
	display: none;
}

.destaca_option {
    background-color: goldenrod;
    padding: .2em .5em;
    border: 1px solid #fff;
    border-radius: .5em;
}

.destaca_menu_top {
    background-color: goldenrod;
    color: #fff!important;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.destaca_menu_top:hover {
    background-color: #e8bb48;
}

.state_item {
    display: inline-flex;
    transition: 1s;
    margin-bottom: 0;
    background-size: cover;
    background-position: center;
    flex: 3 3 auto;
    border: 1px solid #fff;
    align-content: center;
    justify-content: center;
    max-width: 25%;
    overflow: hidden;
}

.state_item span {
    text-align: center;
    display: inline-block;
    padding: 3em;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: .2s;
    animation-timing-function: ease-in-out;
    width: 100%;
}

.state_item span:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.state_item:hover {
    background-size: 130%;
}

#states_grid {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap;
    flex-flow: wrap;
}

.reviewers_total {
    font-weight: bold;
    text-align: center;
}

/* --- FIN DE OTROS ESTILOS ---- */

/* --- estilos móviles --- */

@media only screen and (max-width:480px) {

.logo {
  padding: 44px 53px 15px!important;
}
.resp-tabs-container{
	padding:0px;
	height: auto;
}
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;
}

.simpleCart_shelfItem:nth-child(odd) {
    margin-left: 0!important;
}

.banner_bottom {
	height:100px!important;
}

.login_box {
	left: 0;
    width: 223px;
}

.disccount_flag {
	top: 25px!important;
}

.promo2_container .simpleCart_shelfItem {
	width: 99%!important;
	margin: .5%!important;
}

#mapa {
    height: 175px!important;
}

ul.rating li {
	float: none;
	display: inline-block;
}

ul.rating {
	text-align: center;
}

span.amount.item_price.actual {
	text-align: center;
}

.no_disp_single {
	width: 100%;
}

.sort.ver_disp {
    display: inline-block;
    clear: both;
    width: auto!important;
    margin-left: 0!important;
}

.promo2_container .img_results {
	width: 40%;
    height: 155px;
    float: left;
}

.promo2_container .product_container {
    width: 59%;
    float: left;
}

.promo2_container div.item_1 {
	bottom:1px;
}

.banner2_left {
	display: none;
}

.banner3_left {
	display: block;
	margin-top: 10px;
}

.single_disccount {
	top:140px;
}

span.reducedfrom {
    width: 100%;
    text-align: center;
    display: inline-block;
}

li.services_list {
	width: 100%;
}

.contact_half {
	width: 100%;
}

.phone_mail_contact span {
	width: 100%;
	display: block;
}

.footer_bottom a {
    width: 100%;
    display: block;
    margin: .7em 0;
}

.rater_container i { 
	font-size: 72px;
}

.popup_stars_container i {
    font-size: 20px;
}

.price_img {
	width:100%;
	background-size: cover;
    background-position: center;
}

.price_description {
    width: 100%;
}

.price_individual {
	width: 100%;
	border: 1px solid #ea6928;
    margin-bottom: 10px;
}
a.reclaim_btn, a.report_btn {
    margin: 2em 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: .5em 0.5em 0 0;
}
.reclaim_report_btns {
    margin-bottom: 1em;
    text-align: center;
    display: flex;
}

.featured_item {
	max-height: 180px;
}

.state_item, .state_item span {
	width: 100%;
    text-align: center;
}

.contact_button_linker {
    text-align: center;
}

}
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: #abdbca;
}
.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:#abdbca;
	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:#ea6928;
	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:#ea6928;	
}
.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: #abdbca;
  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: #ea6928;
}
.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: #abdbca;
  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:#ea6928;
	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:#ea6928;
	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"], .login-right input[type="password"] {
	border: 1px solid #B5B5B5;
	outline-color:#ea6928;
	width: 96%;
	font-size:.8em;
	padding: 0.5em;
}
.login-right input[type="submit"] {
	background:#ea6928;
	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: #ea6928;
}
/*--register--*/
.register{
	padding:5em 0;
}
.register-top-grid h3, .register-bottom-grid h3 {
	color:#abdbca;
	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: #ea6928;
  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:#ea6928;
	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:#ea6928;
}
.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:#abdbca;
}
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:#ea6928;
  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:#ea6928;
}
.price-details {
  border-bottom: 1px solid #DDD9D9;
  padding-bottom: 10px;
}
.price-details h3 {
  color: #abdbca;
  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:#ea6928;
  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:#ea6928;
}
.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: #abdbca;
  font-size: 1em;
  margin-bottom: 1em;
}
.total-item h4 {
  font-size: .9em;
  color: #abdbca;
  display: inline-block;
  margin-right: 10%;
}
a.cpns {
  background:#ea6928;
  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: #ea6928;
  font-size: 1em;
}

.modal_location_back {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
    top: 0;
    left: 0;
}

.modal_location {
    width: 50%;
    position: fixed;
    z-index: 9999999;
    background-color: #fff;
    text-align: center;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 15px;
}

.modal_location p {
    margin: 10px 0;
}

.modal_location h4 {
    font-size: 27px;
    display: inline-block;
}

.btn_correct_location {
    font-size: 14px;
    display: inline-block;
    box-sizing: border-box;
    border: 2px solid #abdbca;
    padding: 5px 10px;
    margin-left: 10px;
    color: #fff;
    background-color: #abdbca;
    cursor: pointer;
    transition: .2s;
}

.btn_correct_location:hover {
	background-color: #84baa7;
}

span.close_modal {
    border: 1px solid #000;
    border-radius: 50%;
    padding: 3px 10px;
    cursor: pointer;
    position: absolute;
    right: -12px;
    top: -12px;
    font-weight: bold;
    background-color: #fff;
}

span.close_modal:hover  {
	background-color: #abdbca;
}

.top_belt a.logo_btn {
    display: none;
}

.top_belt a img {
	width: 150px;
	display: block!important;
}
/*--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.2em;
}
.wmuSliderPrev {
	left: 54em;
}
.banner_right p {
	font-size: 1em;
}
.header-top {
	padding: 3em 0 2em;
}
.mens-toolbar .sort {
  width: 32%;
}
.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;
}
.state_item {
	max-width: 50%;
}
.state_item span {
    padding: 4em 2em;
    width: 100%;
}
}
@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%;
}
div.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;
}
.top_belt a img {
	width: 100px!important;
}
}
@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: right;
}

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: 32%;
}
.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;
}
.top_belt {
	height:37px;
}

.top_belt li {
    width: 100%;
    text-align: left;
}

.top_belt ul li a {
    border-right: none!important;
    padding: 16px 10px 0!important;
}

.btn_toggle_menu {
    display: block!important;
    position: absolute;
    top: 0;
    right: -40px;
    background-color: #abdbca;
    color: #333;
    padding: 7px 15px;
    box-sizing: border-box;
    z-index: 11;
}

.nav_container {
    width: 200px!important;
    position: absolute;
    z-index: 14;
    background-color: #abdbca;
    left: -200px;
    transition:.2s;
    padding:0;
}
.top_belt i {
    margin-right: 1em;
    margin: 0;
}
.gototo_search {
    float: right!important;
    margin: 0!important;
    padding: 8px 10px!important;
}

.gototo_search span {
	display: none!important;
}
.login_form i {
    margin: 0 1em 0 0!important;
}

.col_1_of_3:nth-child(3n+1) {
    margin: 1% 0 1% 1%!important;
}

.col_1_of_3:first-child {
    margin: 1% 0 1% 1%!important;
}

.col_1_of_3.span_1_of_3.simpleCart_shelfItem.featured_item {
    margin: 0% 0 1%!important;
}
.alert_payment_text {
	font-size: 1.2em;
	width: 85%;
}

.big_product {
	width: 100%;
	margin-right: 0;
}
.final_product {
	padding: 42px 20px 12px;
	font-size: 22px;
	height: 145px;
}
.product_selected {
	border: 2px solid #fff;
}
span.saving_price {
	width: 100%;
    display: block;
}
.banner_left {
	height: 240px;
}
.hidden_big {
	display: none;
}
.hidden_mov {
	display: block;
}
.state_item {
	max-width: 50%;
}
.row h3.m_1 {
	text-align: center;
	color: #666;
    font-size: 1em;
    padding: 1em 0;
}
}
@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: 220px;
}	
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;
}
.top_belt a.logo_btn {
	display: inline-block!important;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 2px;
    width: 98px;
}

.header-top .logo a img {
	display: none;
}
}
@media (max-width:480px){
.logo a h2 {
  font-size: 3em;
}

.top_belt a img {
	width: 100px;
}
.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:100%;
}
.banner_right {
	width: 100%;
}
.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: 0px solid #fff;
  overflow: hidden;
}
.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 #ea6928;
}
h3.m_1 {
  font-size:1em;
}
span.item_price {
  font-size: 1.5em;
}  

.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;
	text-align: center;
	margin:10px 0;
}
.sap_tabs {
	padding: 1em 0 1em;
	display: inline-block;
    position: relative;
    width: 100%;
}
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;
}
div.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;
}
}

.cookies_popup {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 1em;
    position: fixed;
    z-index: 999;
    text-align: center;
    color: #fff;
    bottom: 0;
}

.cookies_popup a {
	color: #ea6928;
}

.close_btn_cookies {
    background-color: #ea6928;
    display: inline-block;
    padding: .3em .8em;
    border-radius: .2em;
    cursor: pointer;
}

#comments {
    width: 100%;
    margin: 5px;
    box-sizing: border-box;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #999;
}

h2.centered_text {
    text-align: center;
    margin: 1em 0;
    font-size: 3em;
    color: #666;
}

p.ups_text {
    text-align: center;
    color: #666;
}

li.rep_button {
    cursor: pointer;
    transition: .2s;
}


li.rep_button:hover {
    text-decoration: underline;
    font-size: 17px;
}

.contact_button_sender {
    background-color: #abdbca;
    display: inline-block;
    padding: .5em 1em;
    border-radius: .5em;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    cursor: pointer;
    font-size: 1.2em;
    transition: .2s;
}

.contact_button_sender:hover {
	background-color: cadetblue;
}

.resp-tabs-list li i {
    display: inline-block;
    margin: 0 .2em;
    font-size: 1.4em;
    position: relative;
    top: 2px;
}

.resp-tab-item:hover {
    background-color: #ccc;
}

@media screen and (max-width: 768px) {
    .span_1_of_3 {
        width: 49%;
    }
}