/*
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-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}

@font-face {
    font-family:'Univers Condensed';    
	src: url('Univers Condensed.woff') format('woff');
    
    font-style: normal;
    font-stretch: ultra-condensed;
    unicode-range: U+0020-203A;
}

@font-face {
    font-family:'Univers Condensed Bol';    
	src: url('Univers Condensed Bold.woff') format('woff');		
    
    font-style: normal;
    font-stretch: condensed;
    unicode-range: U+0020-2215;
}

html, body{
	font-family: 'Univers Condensed Bol', sans-serif;
	font-size: 100%;
	background: #ffffff;
}
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;
}
p,.arriv p{
	line-height: 20px !important;
	font-size: 16px !important;
	font-family: 'Univers Condensed', sans-serif;
}
/*----*/
.itemContainer{
	width:100%;
	float:left;
}

.itemContainer div{
	float:left;
	margin: 5px 20px 5px 20px ;
}

.itemContainer a{
	text-decoration:none;
}

.cartHeaders{
	width:100%;
	float:left;
}

.cartHeaders div{
	float:left;
	margin: 5px 20px 5px 20px ;
}
.item_add {
	color: #fff;

	border:none;
}	

.grid_1 img{
	margin-bottom:1em;
}


.box_1{
	float:right;
}
.box_1 h3{
	color: #7A8499;
	font-size: 1em;

	float: left;
}
.box_1 h3 img{
	margin-left: 5px;
}
.box_1 p{

	float: right;
}
.total {
	display: inline-block;
}
/*----*/
/*--checkout--*/
.cart h2{
	font-size:1.5em;
	margin-bottom:1em;
}

.cart-sec{
	
	margin-bottom:3em;
}
.cart-item{
	width:20%;
	float:left;
	margin-right:5%;
	
}
.cart-item img{
	width:100%;
}
.cart-item-info{
	width:75%;
	float:left;

}
.check{
	padding:5em 0;
}
.cart-item-info h3{
	font-size:1em;
	font-weight:600;
}
.cart-item-info h3 a{
	color:#000;
}
.cart-item-info h3 span{
	display:block;
	font-weight:400;
	font-size: 0.85em;
	margin: 0.7em 0;
}
.size_3 {
	width:100%;
}
.delivery {
	margin-top: 3em;
}
.delivery p {
	color: #A6A6A6;
	font-size: 1em;
	font-weight: 400;
	float: left;
}
.delivery span {
	color: #A6A6A6;
	font-size: 1em;
	font-weight: 400;
	float: right;
}
.cart-item-info h4 span{
	font-size:0.65em;
	font-weight:400;
} 

.close1,.close2{
	background: url('../img/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-header {  
	position: relative;  
}
.cart-header2 {  
	position: relative;  
}
a.order {
	background:#00405d;
	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:#615c85;
}
.total-item,.cart-items{
	margin-top:0em;
	padding-bottom:2em;
}

.total-item h3 {
	color: #333;
	font-size: 1.1em;
	margin-bottom: 1em;
}
.total-item h4{
	font-size:0.8em;
	font-weight:600;
	color:#9C9C9C;
	display:inline-block;
	margin-right:6em;
}
a.cpns{
	background:#ff6978;
	color:#fff;
	
	padding: 10px;
	font-size: 0.8em;
	font-weight:600;
}
a.cpns:hover{
	background: #615c85;
}
.total-item p{
	font-size:0.9em;
	font-weight:400;
	margin-top:1em;
	color:#727272;	
}
.total-item p a:hover{
	color:#333;
	text-decoration:underline;
}
a.continue{
	background:#00405d;
	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:#615c85;
}
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 span{
	font-size: 1.1em;
	color: #000;
}
.price-details{
	border-bottom: 1px solid #DDD9D9;
	padding-bottom: 10px;
}
.price-details h3{
	color:#000;
	font-size:1.2em;
	margin-bottom:1em;
}
.price-details span{
	width: 50%;
	float: left;

	font-size: 0.8125em;
	color: #000;
	line-height: 1.8em;
}


.cart-items h1 {
	font-size: 1.5em;
	margin-bottom:2em;
}
a.item_add1 {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top-right-radius: 0;
	/* border-bottom-right-radius: 50%; */
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 10px 15px;
	background: url(http://www.normanandtaylor.com/static/css/0.html) #f54d56;
}
a.item_add1:hover{
	background:rgb(3, 193, 167);
	text-decoration:none;
	color:#fff;
}
.btn_5{
	padding:25px 40px;
	font-size:1.1em;
}
ul.qty{
	padding:0;
	margin:0;
	list-style:none;
}
ul.qty li{
	display: inline-block;
	margin-right: 10%;
}
ul.qty li p{
	font-size:0.8125em;
	color:#555;
}
/*-- header_top --*/
.top_bg{
	background: #252525;
}
.header_top{
	padding:15px 0 5px;
}
.top_left{
	float: right;
}
.top_left h2{
	text-transform:uppercase;
	font-size:12px;
	color:#ffffff;
}
.top_left h2 span {
	color: #000000;
	margin-right: 0px;
	padding: 1px 10px;
	background: url(../img/phon.png) no-repeat 0px 2px;
	-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;
}
.top_right{
	float:left;
	color: #ffffff;
	margin-top: -5px;
}
.top_right ul{
	padding:0;
	list-style:none;
}
.top_right ul li{
	display: inline-block;
	margin-right: 10px;
}
.top_right ul li:last-child{
	margin-right: 0;
}
.top_right ul li a{
	text-align:center;
	padding: 0px 4px;
	text-transform:uppercase;
	font-size:11px;
	display:block;
	color:#ffffff;
	-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;
	font-weight: 700;
}
.top_right ul li a:hover{
	color:#ff6978;
	text-decoration: none;
}
.itemContainer{
	width:100%;
	float:left;
}

.itemContainer div{
	float:left;
	margin: 5px 20px 5px 20px ;
}

.itemContainer a{
	text-decoration:none;
}

.cartHeaders{
	width:100%;
	float:left;
}

.cartHeaders div{
	float:left;
	margin: 5px 20px 5px 20px ;
}
.item_add {
	border: none;
	color: #3f3d3d;
	padding: 10px 20px;
	font-size: 0.85em;
	border: none;
	text-align: center;
}
.item_add:hover{
}	
.grid_1 img{
	margin-bottom:1em;
}
span.item_price {
	color: #3f3d3d;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
}
.item_quantity {
	margin: 1em 0;
	border: 1px solid rgb(175, 175, 175);
	font-size: 0.85em;
	padding: 5px 10px;
	display: block;
}
.box_1 {
	float: left;
	margin: 0.55em 0.1em 0;
	width:38%;
}
.box_1 h3 {
	color: #000;
	font-size: 0.85em;
	margin-bottom: 0;
	float: left;
}
.box_1 h3 img{
	margin-left: 5px;
}
.box_1 p {
	color: #000;
	font-size: 0.85em;
	float: left;
	margin: 0.5em 0.3em 0;
	text-align:left;
}
select.item_Size {
	display: block;
	border: 1px solid #999;
	font-size: 0.85em;
	color: #000;
	padding: 5px 10px;
	margin-top: 1em;
}
.item_add  a{
	background: rgb(9, 209, 182);
	border: none;
	color: #fff;
	padding: 10px 20px;
	font-size: 0.85em;
	border: none;
}
/********** Login *************/
#loginContainer {
	position:relative;
}
#loginContainer a span {
	display: block;
	padding: 2px 14px;
	border: 1px solid #555;
	font-weight: 300;
}
/* Login Button */
#loginButton { 
	display:inline-block;  
	position:relative;
	z-index:30;
	cursor:pointer;
}
/* Login Box */
#loginBox {
	position:absolute;
	top: 44px;
	right: 0px;
	display:none;
	z-index:29;
}
#loginForm:after {
	content: '';
	position: absolute;
	right: 25px;
	top: -10px;
	border-left:10px solid rgba(0, 0, 0, 0);
	border-right:10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid #f0f0f0;
}
/* Login Form */
#loginForm {
	width: 300px;
	background: #fff;
	border: 1px solid #d6d6d6;
}
#loginForm fieldset {
	margin:0 0 15px 0;
	display:block;
	border:0;
	padding:0;
}
fieldset#body {
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	padding:15px 15px;
	margin:0;
}
#loginForm #checkbox {
	width:auto;
	margin:3px 6px 0 0;
	float:left;
	padding:0;
	border:0;
	*margin:-3px 9px 0 0; /* IE7 Fix */
}
#body label {
	color:#000;
	margin:10px 0 0 0;
	display:block;
	float:left;
	font-size:0.8725em;
}
#loginForm #body fieldset label{
	display:block;
	float:none;
	margin:0 0 6px 0;
}
#body label i{
	color:#000;
	font-size:1em;
	font-style:normal;
}
/* Default Input */
#loginForm input {
	width:92%;
	border:1px solid #DADADA;
	color: #222;
	background:#FFF;
	padding:6px;
	font-size: 0.8125em;
	-webkit-apperance:none;
	font-family: 'universalcondensadofont', sans-serif;
}
/* Sign In Button */
#loginForm #login {
	font-family: 'universalcondensadofont', sans-serif;
	width: auto;
	float: left;
	background:#ff6978 ;
	color: #fff;
	font-size: 0.8725em;
	padding: 8px 20px;
	border: none;
	margin: 0 12px 0 0;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}
#loginForm #login:hover {
	background: #00405d;
}
/* Forgot your password */
#loginForm span{
	display:block;
	padding:0px 0px 15px 17px;
}
#loginForm span a{
	color:#000;
	font-size:0.85em;
	font-weight:500;
	background: none;
	border: none;
	box-shadow: none;
}
#loginForm span a:hover{
	text-decoration:underline;
}
input:focus {
	outline:none;
}
/*-- header --*/
.logo {
	margin: 12px 0 0 0;
	width: 100%;
}
.header_right {
	float: right;
	width: 40%;
}
.head-t {
	padding: 1em 0;
	display: table;
	width: 100%;
}
/*search*/
.search{
	position: relative;
	background: #f3f4f5;
	border: 1px solid #D8D8D8;
}
.search form{
	width:100%;
}
.search input[type="text"]{
	margin:0px 0;
	padding:8px 16px;
	outline: none;
	color: #5a5a5a;
	background: none;
	border: none;
	width:85.33333%;
	line-height: 1.5em;
	position: relative;
	font-size: 0.8725em;
	-webkit-appearance: none;
	text-transform: capitalize;
}
.search input[type="text"]:hover{
	background: #ffffff;
}
.search input[type="submit"]{
	background: url('../img/lupa.png') no-repeat 0px 1px;
	border: none;
	cursor: pointer;
	width: 24px;
	outline: none;
	position: absolute;
	height: 24px;
	top: 6px;
	right: 5px;
}
.log {
	float: left;
	width: 19%;
}
.reg {
	float: left;
	width: 20%;
	margin: 5px 0;
}
/* create_btn */
.create_btn {
	float: left;
	width: 21%;
}
.create_btn a {
	text-transform: capitalize;
	display: inline-block;
	padding: 6px 16px;
	font-size: 0.8725em;
	font-weight:300;
	color: #ffffff;
	background: #000000;
	-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;
}
.create_btn a:hover{
	background: #00405d;
	color:#ffffff; 
	text-decoration:none;
}
.create_btn a img{
	vertical-align: top;
	margin-top: 3px;
}
.reg a {
	vertical-align: middle;
	font-size: 0.85em;
	font-weight: 300;
	text-decoration: none;
}
/* start icon styles */
.icon1:before,.icon1:after {
	content: "";
	display: table;
}
.icon1:after {
	clear: both;
}
.icon1 {
	float: left;
	zoom: 1;
	margin-right: 0%;
	width: 40%;
	margin: 8px 0 0;
}
ul.icon1 {
	padding:0;
	list-style:none;
}
.icon1 li {
	float: left;
	position: relative;
	cursor: pointer;
}
.icon1 li:last-child{
	border-right:none;
}
.icon1 li:hover > a {
	color: #fafafa;
}
*html .icon1 li a:hover { /* IE6 only */
	color: #fafafa;
}
.icon1 ul {
	width:300px;
	margin: 20px 0 0 0;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 42px;
	z-index: 1;
	right: -140px;
	background: #ffffff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	box-shadow: 0px 0px 5px #aaa;
	-webkit-box-shadow: 0px 0px 5px #aaa;
	-moz-box-shadow: 0px 0px 5px #aaa;
	-o-box-shadow: 0px 0px 5px #aaa;
}
.icon1 li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.icon1 ul ul {
	top: 6px;
	left: 158px;
	margin: 0 0 0 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.icon1 ul li {
	float: none;
	display: block;
	border: 0;
}
.icon1 ul li:first-child{
	border-top:none;
}
.icon1 ul li:first-child a{
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
}
.icon1 ul li:last-child {   
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;    
}
.icon1 ul a {    
	_height: 10px; /*IE6 only*/
	white-space: nowrap;
	float: none;
	text-transform: none;
}
.active-icon{
	display: block;
}
.icon1 ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 45%;
	top: -30px;
	border-left: 10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #f0f0f0;
}
.icon1 ul ul li:first-child a:after {
	left: -100px;
	top: 0%;
	margin-top: -6px;
	border-left: 0;	
	border-bottom:20px solid transparent;
	border-top: 20px solid transparent;
	border-right:20px solid #323757;
}
/* Mobile */
.icon1-trigger {
	display: none;
}
.sub-icon1 img{
	border:none;
	display:inline-block;
	vertical-align:middle;
}
.c1{
	background: url(../img/art.png) no-repeat 0px 0px;
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 2px;
}
.c2 {
	background: url(../img/bag.png) no-repeat 0px 1px;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
}
.icon1 .profile_img {
	margin-top: 3px;
}
.sub-icon1 ul li h3{
	text-align:center;
	font-size: 1em;
	color: #00405d;
	text-transform:uppercase;
	margin-bottom: 4%;
}
.sub-icon1 ul li p{
	text-align:center;
	font-size: 0.8125em;
	color: #555555;
	line-height: 1.8em;
}
.sub-icon1.list{
	padding: 20px 0px;
}
.sub-icon1 ul li p a{
	color: #00405d;
}
.sub-icon1 ul li p a:hover{
	color: #555555;
	text-decoration:underline;
}
/* start menu */
.h_nav h4{
	border-bottom: 1px solid rgb(236, 236, 236);
	font-size: 1em;
	color: #000;
	line-height: 1.8em;
	text-transform: uppercase;
	margin-bottom: 4%;
}
.h_nav h4.top{
	margin-top: 12%;
}
.h_nav ul li{
	display: block;
}
.h_nav ul li a{
	display: block;
	font-size: 0.95em;
	color: #555;
	text-transform: capitalize;
	line-height: 1.8em;
	-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;
	line-height: 2.5em;
}
.h_nav ul li a:hover{
	color:#00405d;
	text-decoration:underline;
}
/* start content */
.arriv-left {
	padding-left: 0;
	position:relative;
}
.arriv-info {
	position: absolute;
	top: 60px;
	left: 70px;
	text-align: left;
	max-width: 260px;
}
.arriv-right {
	padding-right: 0;
	position:relative;
}
.arriv-left1 {
	padding-left: 0;
	position: relative;
}
.arriv-left2 {
	padding-left: 0;
	position: relative;
}
.arriv-right1 {
	padding-right: 0;
	position: relative;
}
.arriv-right2 {
	padding-right: 0;
	position: relative;
}
.arriv h3 {
	font-size: 1.5em;
	font-weight: 500;
	color: #f9f9f9;
	margin: 0 0 0.5em;
}
.arriv p {
	color: black;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.8em;
	margin: 0.5em 0;
}
.crt-btn a {
	text-transform: capitalize;
	display: inline-block;
	padding: 13px 15px;
	font-size: 0.8725em;
	font-weight: 300;
	color: #f9f9f9;
	background: black;
	text-decoration: none;
	font-weight: bold;
	border: solid black 1px;
}
.arriv-info1 {
	position: absolute;
	left: 0;
	top: 31%;
	text-align: center;
	width: 100%;
}
.arriv-bottm {
	margin: 1.5em 0;
}
.arriv-top {
	margin: 1.5em 0;
}
i.ars {
	width: 35px;
	height: 20px;
	background: url(../img/arrwss.png)no-repeat -7px -1px ;
	display: inline-block;
	padding: 0px 40px;
	vertical-align: middle;
}
.arriv-info2 {
	position: absolute;
	top: 50%;
	text-align: center;
	width: 100%;
}
.arriv-info3 {
	position: absolute;
	bottom: 32px;
	left: 42px;
	text-align: center;
}
.special h5 {
	color: #3f3d3d;
	font-size: 1.1em;
	font-weight: 400;
	text-align: center;
	margin: 0;
}
.special h6 {
	color: #3f3d3d;
	font-size: 1em;
	font-weight: 300;
	text-align: center;
	margin:1em 0;
}
.special-info {
	padding: 1em 0;
	border: 1px solid #e9e9e9;
}
.special {
	padding: 4em 0;
	position: relative;
}
i.facebok {
	width: 25px;
	height: 25px;
	background: url(../img/facebook.png);
	float: left;
	background-size: cover;
	margin-right: 15px;
}
i.twiter {
	width: 25px;
	height: 25px;
	background: url(../img/twitter.png);
	float: left;
	background-size: cover;
	margin-right: 15px;
}
i.be {
	width: 25px;
	height: 25px;
	background: url(../img/link.png);
	float: left;
	background-size: cover;
	margin-right: 15px;
}
i.pp {
	width: 25px;
	height: 25px;
	background: url(../img/pinterest.png);
	float: left;
	background-size: cover;
	margin-right: 15px;
}
i.goog {
	width: 25px;
	height: 25px;
	background: url(../img/insta.png);
	float: left;
	background-size: cover;
	margin-right: 15px;
}
.social-ic ul {
	padding: 0;
}
.social-ic li {
	display: inline-block;
	margin: 0 0.2em;
}
.foot-top li {
	display: inline-block;
	vertical-align: middle;
}
.fooll h5 {
	font-size: 1.1em;
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
	padding-right: 1em;
}
.foot-top {
	padding: 2em 0;
	border-bottom: 1px solid #e5e4e2;
	border-top: 1px solid #e5e4e2;
}
.stay form input[type="text"] {
	width: 100%;
	color: #3f3d3d;
	outline: none;
	font-size: 1em;
	padding: 0.4em;
	font-weight: 300;
	border: 1px solid #ffffff;
	-webkit-appearance: none;
	border-bottom: 1.1px black solid !important;
}
.btn-1 form input[type="submit"] {
	background: #0f0f0f;
	padding: 0.5em;
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	display: block;
	outline: none;
	border: none;
	width: 100%;
	text-transform: uppercase;
}
.btn-1 form input[type="submit"]:hover{
	background: rgba(15, 15, 15, 0.72);
}
.stay-left {
	float: left;
	width: 78%;
	margin-right: 0.5%;
}
.btn-1 {
	float: left;
	width: 21.5%;
	position: relative;
}
.footer h4 {
	color: #3f3d3d;
	font-weight: 400;
	margin: 0 0 1em;
}
.footer {
	padding: 1em 0 2em 0;
}
i.phone {
	width: 19px;
	height: 21px;
	display: inline-block;
	background: url(../img/img-sprite.png) no-repeat -235px -39px;
	vertical-align: middle;
	margin-right: 0.5em;
}
i.add {
	width: 17px;
	height: 24px;
	display: inline-block;
	background: url(../img/img-sprite.png) no-repeat -236px -11px;
	vertical-align: middle;
	margin-right: 0.5em;
}
i.mail {
	width: 17px;
	height: 14px;
	display: inline-block;
	background: url(../img/img-sprite.png) no-repeat -236px -76px;
	margin-right: 0.5em;
}
.our-st li {
	color: #3f3d3d;
	display: block;
	font-size: 0.9em;
	font-weight: 300;
	line-height: 2em;
}
.our-st li a{
	text-decoration:none;
}
.cust li {
	display:block;
}
.cust li a {
	display: block;
	color: #3f3d3d;
	font-size: 0.9em;
	line-height: 1.8em;
	text-decoration: none;
	font-weight: 600;
}
.cust li a:hover{
	color:#D03333
}
.abt li {
	display:block;
}
.abt li a {
	display: block;
	color: #3f3d3d;
	font-size: 0.9em;
	line-height: 1.8em;
	text-decoration: none;
	font-weight: 600;
}
.abt li a:hover{
	color:#D03333
}
.myac li {
	display:block;
}
.myac li a {
	display: block;
	color: #3f3d3d;
	font-size: 0.9em;
	line-height: 1.8em;
	text-decoration: none;
	font-weight: 600;
}
.myac li a:hover{
	color:#D03333
}
.our-left {
	float: left;
	width: 33.33%;
}
.our-st .our-left {
	float: left;
	width: 41.66666667%;
}
.cr_btn a {
	text-transform: capitalize;
	display: inline-block;
	padding: 3px 25px;
	font-size: 0.9em;
	font-weight: 300;
	color: #3f3d3d;
	background: #e5e4e2;
	-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;
	text-decoration:none;
}
.cr_btn1 a {
	text-transform: capitalize;
	display: inline-block;
	padding: 2px 23px;
	font-size: 0.9em;
	font-weight: 300;
	color: #3f3d3d;
	background: none;
	border: 1px solid #e5e4e2;
	-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;
	text-decoration: none;
}
.our-left1 {
	float: left;
	width: 22%;
}
.cr_btn1 a:hover{
	color: #3f3d3d;
	background: #e5e4e2;
	border:1px solid #e5e4e2;
}
.special h3:before {
	height: 8px;
	width: 371px;
	content: '';
	background: url(../img/line.png)no-repeat;
	display: block;
	position: absolute;
	left: 301px;
	top: 87px;
}
.special h3:after {
	height: 8px;
	width: 371px;
	content: '';
	background: url(../img/line.png)no-repeat;
	display: block;
	position: absolute;
	right: 301px;
	top: 87px;
}
.special h3 {
	font-size: 1.5em;
	border: 1px solid #e5e4e2;
	text-align: center;
	padding: 0.5em;
	margin: 0 auto;
	width: 21%;
}
.specia-top {
	margin: 3em 0;
}
.footer p {
	margin: 1.5em 0 0;
	font-size: 1em;
	color: #3f3d3d;
	font-weight: 400;
	line-height: 1.8em;
}
.footer p a{
	text-decoration:none;
}
ul.grid_2 {
	padding: 0;
}
ul.grid_2 li {
	display: inherit;
}
ul.grid_2 li:hover {
	background: #e9e9e9;
	color: #ff6978;
}
ul.grid_2 li h5:hover {
	color: #ff6978;
}
ul.grid_2 li {
	width: 23%;
	float: left;
	margin:0 1%
}
.arriv-info2 a {
	text-decoration: none;
}
.arriv-info2 a h3:hover{
	color:#ff6978;
}
/* start women */
.w_sidebar{
	border: 1px solid #EBEBEB;
}
.w_nav1 ul{
	padding:0;
	list-style:none;
}
.w_nav1{
	padding: 20px;
}
.w_nav1 h4{
	text-transform:uppercase;
	color:#ff6978;
	font-size: 1em;
	margin-bottom: 5px;
}
.w_nav1 ul li{
	line-height: 1.5em;
}
.w_nav1 ul li a{
	display: block;
	text-transform:uppercase;
	color: #555555;
	font-size: 0.8725em;
}
.w_nav1 ul li a:hover{
	color:#00405d;
}
.w_nav2{
	padding: 20px;
}
.w_nav2  li{
	line-height: 1.5em;
	display: inline-block;
}
.w_nav2 li a{
	display: block;
	padding: 14px;
}
.w_nav2 li a.color1{
	background:	#0AA5E2;
}
.w_nav2 li a.color2{
	background:	#40E0D0;
}
.w_nav2 li a.color3{
	background:	#B03060;
}
.w_nav2 li a.color4{
	background:	#000080;
}
.w_nav2 li a.color5{
	background:	#E60D41;
}
.w_nav2 li a.color6{
	background:	#45BF55;
}
.w_nav2 li a.color7{
	background:	#FF7F00;
}
.w_nav2 li a.color8{
	background:	#8B4513;
}
.w_nav2 li a.color9{
	background:	#FFD700;
}
.w_nav2 li a.color10{
	background:	#9FA8AB;
}
.w_nav2 li a.color11{
	background:	#C0C0C0;
}
.w_nav2 li a.color12{
	background:	#0AA5E2;
}
.w_nav2 li a.color13{
	background:	#FFCBDB;
}
.w_nav2 li a.color14{
	background:	#B87333;
}
.w_nav2 li a.color15{
	background:	#BFB540;
}
.sky-form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
}
.w_sidebar h3{
	padding:0 20px 10px;
	font-size: 1em;
	color: #555555;
	text-transform:uppercase;
}
/* radios and checkboxes */
.sky-form {
	margin-top: -10px;
}
.row1{
	outline:none;
	padding: 20px;
	overflow: auto;
	height: 200px;
}
.sky-form.col.col-4 ul {
	padding: 0;
	list-style: none;
}
.sky-form h4{
	margin-top: 10px;
	background: #ECECEC;
	padding: 10px 20px;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size:16px;
}
.sky-form section {
	margin-bottom: 20px;
}
.sky-form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
}
.sky-form .label.col {
	margin: 0;
	padding-top: 10px;
}
.sky-form .input,
.sky-form .select,
.sky-form .textarea,
.sky-form .radio,
.sky-form .checkbox,
.sky-form .toggle,
.sky-form .button {
	position: relative;
	display: block;
}
/* selects */
.sky-form .select i {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 1px;
	height: 11px;
	background: #fff;
	box-shadow: 0 0 0 12px #fff;
}
.sky-form .select i:after,
.sky-form .select i:before {
	content: '';
	position: absolute;
	right: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.sky-form .select i:after {
	bottom: 0;
	border-top: 4px solid #404040;
}
.sky-form .select i:before {
	top: 0;
	border-bottom: 4px solid #404040;
}
.sky-form .select-multiple select {
	height: auto;
}
/* radios and checkboxes */
.sky-form .radio,.sky-form .checkbox {
	outline:none;
	border:none;
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 13px;
	line-height: 27px;
	color: #555555;
	cursor: pointer;
	text-transform: capitalize;
	font-weight: normal;
	margin-top: 0;
}
.sky-form .radio{
	text-transform: none;
}
.sky-form .radio:last-child,
.sky-form .checkbox:last-child {
	margin-bottom: 0;
}
.sky-form .radio input,
.sky-form .checkbox input {
	position: absolute;
	left: -9999px;
}
.sky-form .radio i,
.sky-form .checkbox i {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 17px;
	height: 17px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	background: #fff;
}
.sky-form .radio i {
	border-radius: 50%;
}
.sky-form .radio input + i:after,
.sky-form .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;
}
.sky-form .radio input + i:after {
	content: '';
	top: 4px;
	left: 4px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.sky-form .checkbox input + i:after {
	content: '';
	top: 3px;
	left: 2px;
	width: 10px;
	height: 7px;
	background: url(../img/tick.png) no-repeat;
	text-align: center;
}
.sky-form .radio input:checked + i:after,
.sky-form .checkbox input:checked + i:after {
	opacity: 1;
}
.sky-form .inline-group {
	margin: 0 -30px -4px 0;
}
.sky-form .inline-group:after {
	content: '';
	display: table;
	clear: both;
}
.sky-form .inline-group .radio,
.sky-form .inline-group .checkbox {
	float: left;
	margin-right: 30px;
}
.sky-form .inline-group .radio:last-child,
.sky-form .inline-group .checkbox:last-child {
	margin-bottom: 4px;
}
/* icons */

.sky-form [class^="icon-"] {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
/* normal state */
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea,
.sky-form .radio i,
.sky-form .checkbox i,
.sky-form .toggle i,
.sky-form .icon-append,
.sky-form .icon-prepend {
	border-color: #e5e5e5;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.sky-form .toggle i:before {
	background-color: #2da5da;	
}
/* hover state */
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i {
	border-color: #8dc9e5;
}
.sky-form .button:hover {
	opacity: 1;
}
/* focus state */
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
	border-color: #2da5da;
}
/* checked state */
.sky-form .radio input + i:after {
	background-color: #ff6978;	
}
.sky-form .checkbox input + i:after {
	color: #2da5da;
}
.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
	border-color: #ff6978;	
}
/* error state */
.sky-form .state-error input,
.sky-form .state-error select,
.sky-form .state-error textarea,
.sky-form .radio.state-error i,
.sky-form .checkbox.state-error i,
.sky-form .toggle.state-error i {
	background: #fff0f0;
}
/* success state */
.sky-form .state-success input,
.sky-form .state-success select,
.sky-form .state-success textarea,
.sky-form .radio.state-success i,
.sky-form .checkbox.state-success i,
.sky-form .toggle.state-success i {
	background: #f0fff0;
}
/* disabled state */
.sky-form .input.state-disabled input,
.sky-form .select.state-disabled,
.sky-form .textarea.state-disabled,
.sky-form .radio.state-disabled,
.sky-form .checkbox.state-disabled,
.sky-form .toggle.state-disabled,
.sky-form .button.state-disabled {
	cursor: default;
	opacity: 0.5;
}
.sky-form .input.state-disabled:hover input,
.sky-form .select.state-disabled:hover select,
.sky-form .textarea.state-disabled:hover textarea,
.sky-form .radio.state-disabled:hover i,
.sky-form .checkbox.state-disabled:hover i,
.sky-form .toggle.state-disabled:hover i {
	border-color: #e5e5e5;
}
/*-- start scrollpane --*/
.jspContainer{
	overflow: hidden;
	position: relative;
}
.jspPane{
	position: absolute;
	outline: none;
	padding: 20px !important;
}
.jspVerticalBar{
	position: absolute;
	top: 0;
	right:0px;
	width:5px;
	height: 100%;
}
.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspCap{
	display: none;
}
.jspHorizontalBar .jspCap{
	float: left;
}
.jspTrack{
	background: #f0f0f0;
	position: relative;
}
.jspDrag{
	background: #777777;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}
.jspArrow{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jspArrow.jspDisabled{
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow{
	height: 16px;
}
.jspHorizontalBar .jspArrow{
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus{
	outline: none;
}
.jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
}
/*-- end scrollpane --*/
/*-- start w_content --*/
.women_main{
	padding:2em 0;
}
.women{
	text-align: left;
	border-bottom: 1px solid #ebebeb;
}
.women h4{
	float:left;
	font-size:1em;
	text-transform:uppercase;
	color: #333333;
}
.women h4{
	color:#555555;
}
.w_nav {
	float:right;
	color:#555555;
	font-size:0.8125em;
	padding:0;
	list-style:none;
}
.w_nav li{
	display: inline-block;
}
.w_nav li a{
	display: block;
	color:#555555;
	text-transform:capitalize;
}
.w_nav li a:hover{
	color: #00405d;
}
.grids_of_4{
	display:block;
	margin: 2% 0;
}
.grid1_of_4{
	float: left;
	width: 23.22222%;
	margin-left: 2.33333%;
	text-align:center;
}
.grid1_of_4:first-child{
	margin-left: 0;
	text-align:center;
}
.grid1_of_4 h4 {
	font-size:16px;
	margin-top:5px;
}
.grid1_of_4 h4 a{
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
}
.grid1_of_4 h4 a:hover{
	color:#ff6978;
}
.grid1_of_4 p{
	font-size: 0.8125em;
	color:#3f3d3d;
	line-height: 1.8em;
	margin-bottom: 10px;
}
.content_box-grid {
	margin-top: 1em;
}
.view {
	overflow: hidden;
	position: relative;
	margin-bottom: 1em;
}
.view .mask,.view .content {
	position: absolute;
	overflow: hidden;
	top: 188px;
	left: 117px;
}
.view-fifth img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.view-fifth .mask {
	-webkit-transform: translateX(-300px);
	-moz-transform: translateX(-300px);
	-o-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.view-fifth:hover .mask {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.view1{
	overflow: hidden;
	position: relative;
}
.view1 .mask1,.view1 .content {
	position: absolute;
	overflow: hidden;
	top:130px;
	left:90px;
}
.info {
	display: block;
	background: url(http://www.normanandtaylor.com/static/img/label_new.html) no-repeat;
	text-indent: -9999px;
	width: 75px;
	height: 75px;
}
.view-fifth1 img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.view-fifth1 .mask1 {
	-webkit-transform: translateX(-300px);
	-moz-transform: translateX(-300px);
	-o-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.view-fifth1:hover .mask1 {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
span.text {
	font-size: 1.2em;
	color: #999;
}
span.price-new {
	color: #ff6978;
	margin-right: 15px;
	font-weight: 500;
	font-size: 1.3em;
}
.price-old {
	text-decoration: line-through;
	color: #999;
	font-weight: normal;
	font-size: 17px;
	margin-right: 10px;
}
span.price-tax {
	color: #999;
	font-size: 13px;
}
span.points {
	color: #999;
	font-size: 13px;
}
span.code {
	color: #999;
}
span.brand {
	color: #999;
	line-height: 2em;
}
/*--single--*/
.cont{
	display: block;
	float:left;
}
.span_2_of_bottom1 {
	width:68.1%;
}
.lsidebar{
	display: block;
	float:right;
	margin-left:3.333%;
} 	
.span_2_of_bottom {
	width: 66.1%;
}
.span_1_of_bottom {
	width:25.1%;
	border: 1px solid #DDD;
}
.span_2_of_bottom p,
.span_1_of_bottom  p  {
	font-size:0.8125em;
	padding:0.5em 0;
	color: #888;
	line-height: 1.5em;
}
.desc{
	padding:5%;
}
.desc h5 a{
	color:#C0313C;
	font-size: 0.788em;
}
.desc h5 a:hover{
	color:#333;
}
.button {
	border: none;
	background: #45A43E;
	color: #FEF503;
	float: right;
	padding: 7px 15px;
	font-size: 12px;
	cursor: pointer;
	outline: none;
	text-transform:uppercase;
}
.button:hover {
	background:#333;
}
.price-text{
	padding:5% 0;
}
.span_3_of_2 {
	width:60.3333%;
}
.desc1 {
	display: block;
	float: right;
}
p.stock {
	display: block;
	font-size: 0.89em;
	color: #555;
	margin: 10px 0;
}
.row-2 {
	overflow: hidden;
	text-align: left;
	padding-top: 6px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
span.on_sale {
	display: block;
	float: left;
	padding: 15px 6px 0 30px;
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
	color: #777777;
}
.price1 {
	padding: 4% 0;
}
span.actual1 {
	text-decoration: line-through;
	margin-right: 8%;
	color: #888;
	font-size: 1.2em;
}
.images_3_of_2 {
	width:35.2%;
	float: left;
	margin-right: 2.6%;
}
.single-bottom1 h6, .single-bottom2 h6 {
	background: #F3F3F3;
	padding: 10px;
	color: #333;
	font-size: 1.2em;
}
p.prod-desc {
	color: #3f3d3d;
	padding-top: 2%;
	font-size: 0.89em;
	line-height: 1.8em;
}
.single-bottom1 {
	padding: 3% 0 4%;
}
.product {
	padding: 3% 0 0 0;
}
.product-desc {
	width: 82.3333%;
	float: left;
	border-width: 0 1px 0 0;
	border-right: 1px solid #DDD;
}
.product-img {
	width: 21.5%;
	float: left;
	margin-right: 2.5%;
}
.prod1-desc {
	width: 75.2%;
	float: left;
}
.product-desc h5 {
	padding-bottom: 2%;
}
.product-desc h5 a{
	color:#555;
	font-size:20px;
}
.product-desc h5 a:hover{
	color:#ffcc33;
	text-decoration:none;
}
p.product_descr {
	color: #3f3d3d;
	font-size: 0.89em;
	line-height: 1.8em;
}
.product_price {
	width:15.3333%;
	float: left;
	padding: 0 0px 0px 16px;
}
.price-access {
	color: #555;
	font-size: 1em;
}
.button1 {
	font-family: 'universalcondensadofont', sans-serif;
	border: none;
	background:#ff6978;
	padding: 7px 15px;
	color: #FFF;
	font-size: 13px;
	cursor: pointer;
	outline: none;
	margin-top: 9%;
	-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;
}
.button1:hover{
	background:#00405d;
	color: #fff;
}
.desc1 h3{
	color:#333333;
	font-size:1.4em;
	text-transform:capitalize;
}
.desc1 p {
	margin-top: 2%;
	font-size: 0.89em;
	color: #3f3d3d;
	line-height: 1.8em;
	letter-spacing: 1px;
}
.desc1 p a{
	margin-left:5px;
	color:#555555;
	text-transform:uppercase;
	font-size: 13px;
	-webkit-text-stroke: 0px;
	letter-spacing: 0px;
}
.desc1 p a:hover{
	color: #00405d;
}
.det_nav {
	margin:  6% 0;
}
.det_nav ul{
	padding:0;
	list-style:none;
}
.det_nav h4{
	line-height:1.8em;
	font-size: 1em;
	color: #555555;
	text-transform:uppercase;
	margin-bottom: 4%;
}
.det_nav ul li{
	display:inline-block;
	width: 20.33333%;
	margin-left: 4%;
}
.det_nav ul li:first-child{
	margin-left: 0;
}
.det_nav ul li a{
	display:block;
}
.det_nav ul li a img{
	border: 1px solid #DADADA;
}
.btn_form{
	margin: 8% 0 4%;
}
.btn_form a{
	font-family: 'universalcondensadofont', sans-serif;
	cursor:pointer;
	border:none;
	outline:none;
	display: inline-block;
	font-size: 1em;
	padding: 10px 34px;
	background:#ff6978;
	color:#fff;
	text-transform:uppercase;
	-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;
}
.btn_form a:hover{
	background: #00405d;
	text-decoration:none;
}
.desc1  a span{
	font-size:0.8125em;
	color:#555555;
	text-transform:uppercase;
	text-decoration:underline;
}
.desc1 a span:hover{
	color: #00405d;
	text-decoration:none;
}
.det_nav1 h4 {
	font-size: 1em;
	text-transform: uppercase;
	color: #555;
	margin: 3% 0 6% 0;
}
.det_nav1 ul li{
	display: inline-block;
	margin-left: 10px;
}
.det_nav1 ul li:first-child{
	margin-left: 0;
}
/* end details */
/* start registration */
.registration{
	padding: 3% 1%;
}
.registration h2{
	font-size:1.5em;
	color: #00405d;
	text-transform:capitalize;
	margin-bottom: 4%;
}
.reg_fb {
	margin:3% 0;
	display: block;
	background: #3B5998;
	transition: all 0.5s ease-out;
	-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;
}
.reg_fb img {
	background:#354F88;
	padding: 10px;
	float: left;
}
.reg_fb i {
	color: #ffffff;
	padding: 12px 16px;
	display: inline-block;
	font-size: 1.3em;
	text-transform: capitalize;
	font-style: normal;
}
.reg_fb:hover {
	background:#354F88;
}
.registration_left{
	float: left;
	width: 45.33333%;
	margin-left: 9.333%;
}
.registration_left:first-child{
	margin-left: 0;
}
.registration span{
	color: #777777;
}
.registration_form{
	display: block;
}
.registration_form div{
	padding:10px 0;
}
.sky_form1{
	margin-bottom: -30px;
}
.sky_form1 ul{
	padding:0;
	list-style:none;
}
.sky_form1 ul li{
	float: left;
	margin-left: 20px;
}
.sky_form1 ul li:first-child{
	margin-left: 0;
}
label {
	display: block;
	margin-bottom: 0;
	font-weight: normal;
}
.registration_form input[type="text"],.registration_form input[type="email"],.registration_form input[type="tel"],.registration_form input[type="password"]{
	padding: 8px;
	display: block;
	width:100%;
	outline: none;
	font-family: 'universalcondensadofont', sans-serif;
	font-size: 0.8925em;
	color: #333333;
	-webkit-appearance: none;
	text-transform: capitalize;
	background: #FFFFFF;
	border: 1px solid rgb(231, 231, 231);
	font-weight: normal;
}
.registration_form input[type="submit"]{
	-webkit-appearance: none;
	font-family: 'universalcondensadofont', sans-serif;
	color: #ffffff;
	text-transform: capitalize;
	display: inline-block;
	background:#ff6978;
	padding: 10px 20px;
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	cursor:pointer;
	border:none;
	outline:none;
	font-size:1em;
	margin-bottom: 5px;
}
.registration_form input[type="submit"]:hover{
	color: #ffffff;
	background:#00405d;
}
.terms{
	text-decoration:underline;
	text-transform:capitalize;
	color: #00405d;
}
.terms:hover{
	text-decoration:none;
}
.forget a{
	text-transform: capitalize;
	color: #999999;
	text-decoration: underline;
	font-size: 0.8925em;
}
.forget a:hover{
	text-decoration: none;
}
/* start shopping bag */
.shoping_bag {
	padding: 2% 1%;
	border-bottom: 1px solid rgb(223, 223, 223);
}
.shoping_bag h4{
	float:left;
	text-transform: uppercase;
	color: #777777;
	font-size:1em;
	margin: 13px 0 0;
}
.shoping_bag h4 img{
	
	margin-right: 5px;
}
.shoping_bag h4 span{
	color:#ff6978;
}
.s_art {
	float: right;
	padding: 0;
	list-style: none;
}
.s_art li{
	text-align:center;
	text-transform: uppercase;
	color: #777777;
	font-size:1em;
}
.shoping_bag1{
	padding: 2% 1%;
	border-bottom: 1px solid rgb(223, 223, 223);
}
.shoping_left{
	float: left;
	width:68.333%;
	margin-right: 3.3333%;
}
.shoping_right{
	float: right;
	width:14.333%;
}
.shoping1_of_1{
	float: left;
	width: 12.3333%;
	margin-right: 3.3333%;
}
.shoping1_of_2{
	float: left;
	width: 68.3333%;
}
.shoping_left h4{
	margin-bottom: 2%;
}
.shoping_left h4 a{
	text-transform: uppercase;
	color: #00405d;
	font-size:1em;
	text-decoration: underline;
	-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;
}
.shoping_left h4 a:hover{
	text-decoration: none;	
	color: #777777;
}
.shoping_left span{
	text-transform: uppercase;
	color: #999999;
	font-size: 0.8725em;
	-webkit-text-stroke: 0.4px;
}
.shoping_left span b{
	color: #555555;
	font-weight: 600;
}
.s_icons{
	margin-top: 2%;	
}
ul.s_icons{
	padding:0;
	list-style:none;
}
.s_icons li{
	display: inline-block;
	margin-left: 10px;
}
.s_icons li:first-child{
	margin-left: 0;
}
.s_icons li a{
	display: block;
	width:30px;
	height:30px;
	background: rgb(187, 187, 187);
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-o-border-radius:100px;
	-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;
	text-align: center;
	padding: 1px;
}
.s_icons li a:hover{
	background: #00405d;
}
.s_icons li a img{
	vertical-align: bottom;
}
.shoping_right p{
	color: #333333;
	font-size: 0.8725em;
	text-transform: capitalize;
	line-height: 2.5em;
	-webkit-text-stroke: 0.4px;
}
.shoping_right p.tot{
	font-size: 1.5em;
}
.shoping_right p span{
	color: #ff0000;
	float: right;
}
.shoping_right p a{
	color:#00405d;
}
.shoping_bag {
	padding: 2% 1%;
	border-bottom: 1px solid rgb(223, 223, 223);
}
.shoping_bag1 h2{
	float:left;
	text-transform: uppercase;
	color: #777777;
	font-size:1em;
}
.shoping_bag1 h2 a{
	-webkit-text-stroke: 0.4px;
	color: #00405d;
	font-size: 0.8725em;
	-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;
}
.shoping_bag1 h2 a:hover{
	color: #555555;
}
.shoping_bag1 h2 img{
	vertical-align: text-bottom;
	margin-right: 5px;
}
.shoping_bag1 h2 span{
	color: #999999;
}
.shoping_bag2{
	padding: 2% 0;
}
.shoping_left a.btn1{
	margin-top:1%;
	text-transform: capitalize;
	display: inline-block;
	padding: 10px 20px;
	font-size: 1.2em;
	color: #ffffff;
	background:#ff6978;
	-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;
}
.shoping_left a.btn1:hover{
	background: #00405d;
	text-decoration:none;
}
.shoping_right p span.color{
	color: #00405d;
}
h4.title {
	color: #ff6978;
	margin-bottom: 0.5em;
	font-size: 1.6em;
	line-height: 1.2em;
	background: #F7F7F7;
	padding: 1em;
}
p.cart {
	color: #777;
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: left;
}
p.cart a {
	text-decoration: underline;
	color: #ff6978;
}
.check-out {
	padding: 6em 0;
}
/* start contact */
.contact{
	margin:2% 0;
	display: block;
}
.contact h2{
	font-size: 1.5em;
	color: #00405d;
	text-shadow: 0 1px 0 #ffffff;
	text-transform: capitalize;
}
.map{
	margin: 2% 2% 2% 0;
}
.col{
	display: block;
}
.contact-form{
	position:relative;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span label{
	margin-top: 10px;
	color: #777777;
	display: block;
	font-size: 0.8725em;
	padding-bottom: 5px;
	text-transform: capitalize;
	font-weight: normal;
}
.contact-form input[type="text"], .contact-form textarea {
	font-family: 'universalcondensadofont', sans-serif;
	background: #FFFFFF;
	border: 2px solid #000000;
	color: rgba(85, 81, 81, 0.84);
	padding: 12px;
	display: block;
	width: 96.3333%;
	outline: none;
	-webkit-appearance: none;
	text-transform: capitalize;
	font-size: 15px;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	margin-top: 10px;
	-webkit-appearance: none;
	border: none;
	outline: none;
	font-family: 'universalcondensadofont', sans-serif;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	padding: 12px 25px;
	background:#ff6978;
	color: #fff;
	text-transform: uppercase;
	-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;
}
.contact-form input[type="submit"]:hover{
	background: #00405d;
	color: #ffffff;
}
/*--media queries--*/
@media (max-width:1024px){
	.grid_list {
		padding-bottom: 1.5em;
		margin-bottom: 1.5em;
	}
	.header_right {
		float: right;
		width: 48%;
	}
	.grid_text h3, .grid_text-middle h3 {
		font-size: 15px;
	}
	.grid_text p, .grid_text-middle p {
		font-size: 12px;
	}
	.content_text h4 a {
		font-size: 1.2em;
	}
	.span1_of_2 {
		width: 26.33333%;
	}
	.span_3_of_2 {
		width: 52.3333%;
	}
	.button1 {
		padding: 7px 10px;
	}
	.view .mask, .view .content {
		top: 138px;
		left: 82px;
	}
	.arriv h3 {
		font-size: 1.4em;
	}
	.arriv-info {
		top: 45px;
		left: 72px;
	}

	.arriv-top {
		margin: 1em 0;
	}
	.special {
		padding: 2em 0;
		position: relative;
	}
	.special h3:before {
		left: 35px;
		top: 52px;
	}
	.special h3:after {
		right: 35px;
		top: 52px;
	}
	.specia-top {
		margin: 2em 0;
	}
	.special h5 {
		font-size: 1em;
	}
	.special h6 {
		font-size: 0.9em;
	}
	.special {
		padding: 2em 0 0;
		position: relative;
	}
	.foot-top {
		padding: 1em 0;
	}
	.fooll h5 {
		font-size: 1em;
	}
	.stay form input[type="text"] {
		font-size: 0.9em;
	}
	.btn-1 form input[type="submit"] {
		font-size: 0.93em;
	}
	.footer {
		padding: 2em 0;
	}
	.footer h4 {
		font-size: 1em;
	}
	.cust li a {
		font-size: 0.9em;
	}
	.abt li a {
		font-size:0.9em;
	}
	.myac li a {
		font-size:0.9em;
	}
	.our-st li {
		font-size:0.9em;
	}

}
@media (max-width:966px){
	.top_left {
		float: right;
	}
	.top_right {
		float: left;
	}
	.top_bg{
		text-align:center;
	}
	.sidebar {
		margin-top: 2em;
	}
	.content_text p {
		width:80%;
	}
	.grid1{
		margin-bottom:2em;
	}
	.grid1 img{
		display: inline;
	}
	.look {
		right: 240px;
	}	
	.w_sidebar {
		margin-bottom: 3em;
	}
	.view .mask, .view .content {
		top: 141px;
		left: 85px;
	}
	.shoping_left h4 a {
		font-size: 0.85em;
	}
	.shoping_left a.btn1 {
		padding: 8px 15px;
		font-size: 1em;
	}
	.reg_fb i {
		padding: 15px 10px;
		font-size: 1em;
	}
	.single-bottom2 {
		margin-bottom: 2em;
	}

	#loginContainer a span {
		padding: 2px 4px;
	}
	.log {
		float: left;
		width: 15%;
	}
	.create_btn a {
		padding: 6px 8px;
		font-size: 0.750em;
	}
	.reg {
		float: left;
		width: 21%;
		margin: 5px 0;
	}
	.icon1 {
		width: 39%;
		margin: 5px 0;
	}
	.icon1 li {
		font-size: 0.85em;
	}
	.create_btn a {
		padding: 6px 8px;
		font-size: 0.750em;
	}
	.look {
		right: 230px;
	}
	.span1_of_2 {
		width: 35.33333%;
	}
	.search input[type="text"] {
		width: 79.33333%;
	}
	.registration h2 {
		font-size: 1.1em;
	}
	.icon1 ul {
		top: 24px;
		right: -78px;
	}
	.arriv-left {
		float: left;
		width: 50%;
	}
	.arriv-right {
		float: left;
		width: 50%;
	}
	.arriv p {
		font-size: 0.98em;
	}
	.arriv h3 {
		font-size: 1.2em;
	}
	.arriv-info {
		top: 38px;
		left: 40px;
	}
	.arriv-info3 {
		bottom: 24px;
		left: 22px;
	}
	.arriv-middle {
		float: left;
		width: 33.33%;
		padding: 0 12px;
	}
	.arriv-right2 {
		float: left;
		width: 33.33%;
	}
	.arriv-left2 {
		float: left;
		width: 33.33%;
	}
	i.ars {
		background: url(../img/arrwss.png)no-repeat 16px -1px;
		padding: 0px 33px;
	}

	.crt-btn a {
		padding: 10px 12px;
		font-size: 0.85em;
	}
	.crt-btn-2 a {
		padding: 10px 12px !important;
		font-size: 0.85em !important;
		margin-top: 0px !important;
	}
	.special h3 {
		font-size: 1.3em;
		width: 26%;
	}
	.special h3:before {
		height: 8px;
		width: 263px;
		left: 20px;
		top: 50px;
	}
	.special h3:after {
		height: 8px;
		width: 263px;
		right: 20px;
		top: 50px;
	}
	.special h5 {
		font-size: 0.9em;
	}
	.special h6 {
		font-size: 0.8125em;
	}
	.stay {
		margin: 1em 0;
	}
	.foot-top {
		text-align: center;
	}
	.our-st {
		float: left;
		width: 44%;
	}
	.cust {
		float: left;
		width: 21%;
	}
	.cr_btn a {
		padding: 3px 12px;
		font-size: 0.8125em;
	}
	.abt {
		float: left;
		width: 16%;
	}
	.myac {
		float: left;
		width: 19%;
	}
	.footer h4 {
		font-size: 0.875em;
	}
	.cr_btn1 a {
		padding: 2px 11px;
		font-size: 0.8125em;
	}
	.footer p {
		font-size: 0.875em;
		text-align: center;
	}
	.footer {
		padding: 2em 0 1em;
	}
	.box_1 {
		width: 41%;
	}
}
@media (max-width:768px){
	.imagezoom-view{
		left: 270px !important;
		top: 260px !important;
		width:400px !important;
		height:400px !important;
	}
}
@media (max-width:736px){
	.log {
		float: left;
		width: 16%;
	}
	.special h3:before {
		height: 8px;
		width: 252px;
		left: 20px;
		top: 50px;
	}
	.special h3:after {
		height: 8px;
		width: 252px;
		right: 20px;
		top: 50px;
	}
	.imagezoom-view{
		left: 270px !important;
		top: 260px !important;
		width:400px !important;
		height:350px !important;
	}
}
@media (max-width:667px){

	.special h3:before {
		height: 8px;
		width: 225px;
		left: 20px;
		top: 50px;
	}
	.special h3:after {
		height: 8px;
		width: 225px;
		right: 20px;
		top: 50px;
	}
	.item_add a {
		padding: 7px 9px; 
	}
	.header_right {
		float: right;
		width: 56%;
	}
	#loginBox {
		right: -100px;
	}
	.imagezoom-view{
		left: 270px !important;
		top: 260px !important;
		width:380px !important;
		height:350px !important;
	}
}
.quienes-somos .contenedor{
	margin-left: 25px;
}
@media (max-width:767px){
	.post-last {
    padding: 0 5px;
	}
	.arriv.club-css .title-post .hora{
    margin-left: 0;
	}
	.arriv.club-css .title-post h3{
    text-align: left;
	}
	.arriv.club-css .arriv-top.separa-en-mobile{
		padding: 0 10px;
	}
	.arriv.club-css .izquierda .col-md-6 .hora{
	padding-left: 0 !important;
    margin-top: -3px !important;
	}
	.arriv.club-css .izquierda .col-md-6 h3{
    text-align: left;
	}
	.arriv.club-css h1{
	    margin-top: 20px;
	    margin-bottom: 30px;
	}
	.video-coleccion h3{
		max-width: 250px;
		margin: 0 auto;
	}
	.quienes-somos .contenedor{
		margin-left: 0;
	}
	.create_btn a {
		padding: 10px 5px;
		font-size: 0.8125em;
	}
	.span1_of_2 {
		width: 44.33333%;
	}
	.grid1_of_4 {
		width: 47.22222%;
	}
	.view .mask, .view .content {
		top: 210px;
		left: 135px;
	}
	.span_3_of_2 {
		width: 44.3333%;
	}
	.product-desc {
		width: 78.3333%;
	}
	.product_price {
		width: 21.3333%;
	}
	.shoping_right {
		width: 32.333%;
	}
	.shoping_left {
		width: 63.333%;
	}
	.reg_fb i {
		padding: 16px 5px;
		font-size: 0.85em;
	}
	#loginContainer a span {
		padding: 0px 4px;
		font-size: .8em;
	}
	.reg a {
		font-size: 0.75em;
	}
	.reg {
		width: 20%;
		margin: 1px 0;
	}
	.icon1 li {
		font-size: 0.75em;
	}
	.icon1 {
		width: 39%;
		margin: 2px 0;
	}
	.c2 {
		width: 18px;
		height: 24px;
	}
	.log {
		float: left;
		width: 15%;
	}
	.create_btn a {
		padding: 3px 5px;
		font-size: 0.7em;
	}
	.create_btn {
		float: left;
		width: 20%;
	}
	.icon1 {
		width: 39%;
		margin: 2px 0;
	}
	.header_right {
		float: right;
		width: 60%;
	}
	.rgt-bottom {
		margin-bottom: 0.5em;
	}
	.logo {
		float: left;
		margin: 0.9em 0;
		width: 33%;
	}
	.arriv h3 {
		font-size: 18.8px;
		text-align: center;
		width: 100%;
	}
	.arriv-info {
		top: 92px;
		left: 7px;
	}
	.crt-btn a {
		padding: 10px 12px;
		font-size: 0.85em;
		width: 100%;
		text-align: center;
	}
	.crt-btn-2 a {
		padding: 10px 12px;
		font-size: 0.85em;
		margin-top: 0px !important;
	}
	.arriv-left {
		float: left;
		width: 50%;
		padding-right: 4px;
	}
	.arriv-right {
		float: left;
		width: 50%;
		padding-left: 4px;
	}
	.arriv-middle {
		float: left;
		width: 33.33%;
		padding: 0 2px;
	}
	.arriv-right2 {
		float: left;
		width: 33.33%;
		padding-left: 4px;
	}
	.arriv-left2 {
		float: left;
		width: 33.33%;
		padding-right: 4px;
	}
	.arriv-info2 {
		position: absolute;
		top: 49%;
		left: 0;
		text-align: center;
		width: 100%;
	}
	.special h3 {
		font-size: 1.2em;
		width: 26%;
		padding:0.25em;
	}
	.special h3:before {
		width: 215px;
		left: 20px;
		top: 28px;
	}
	.special h3:after {
		width: 215px;
		right: 20px;
		top: 28px;
	}
	.special {
		padding: 1em 0 0;
		position: relative;
	}
	.specia-top {
		margin: 1em 0;
	}
	.cust {
		padding: 0 5px;
	}
	.abt {
		padding: 0 5px;
	}
	.myac {
		padding: 0 5px;
	}
	.our-st {
		padding: 0 5px;
	}
	.cust li a {
		font-size: 0.875em;
	}
	.abt li a{
		font-size: 0.875em;
	}
	.myac li a {
		font-size: 0.875em;
	}
	.our-st li {
		font-size: 0.875em;
	}
	.footer h4 {
		font-size: 0.8125em;
	}
	.box_1 {
		float: left;
		margin: 0.3em 0.1em 0;
	}
	.box_1 h3 { 
		font-size: 0.8125em;
	}
	.content_box {
		margin-bottom: 1em;
	}
	.box_1 {
		width: 43%;
	}
	.imagezoom-view{
		left: 270px !important;
		top: 260px !important;
		width:350px !important;
		height:350px !important;
	}
}
@media (max-width:600px){
	.item_add a {
		padding: 7px 8px;
	}
}
@media (max-width:568px){
	.arriv-info {
		top: 15px;
		left: 7px;
	}
	/*.arriv-info1 {
		top: 70px;
		left: 45px;
		}*/
		.special h3:before {
			width: 184px;
			left: 20px;
			top: 28px;
		}
		.special h3:after {
			width: 183px;
			right: 20px;
			top: 28px;
		}
		.item_add a {
			padding: 7px 3px;
			font-size: 0.8125em;
		}
		#loginBox {
			right: -61px;
		}
		.imagezoom-view{
			left: 270px !important;
			top: 240px !important;
			width:280px !important;
			height:300px !important;
		}
	}
	@media (max-width:480px){
		.top_left h2 {
			font-size: 11px;
			line-height: 1.5em;
		}
		.search{
			display:none;
		}
		.span1_of_4 {
			width: 46.33333%;
			margin-left:0;
		}
		.view .mask, .view .content {
			top: 166px;
			left: 102px;
		}
		.span_3_of_2 {
			width: 100%;
			float:none;
		}
		.images_3_of_2 {
			width: 100%;
			float: none;
			margin-right: 0;
		}
		p.prod-desc, p.product_descr {
			font-size: 0.8125em;
		}
		.product_price {
			width: 26.3333%;
		}
		.product-desc {
			width: 73.3333%;
		}
		.shoping_left {
			width: 100%;
			float: none;
			margin: 0;
		}
		.shoping_right {
			width: 100%;
			float: none;
		}
		.registration_left {
			float: none;
			width: 100%;
			margin-left: 0;
		}
		.top_right ul li {
			display: inline-block;
			margin-right: 5px;
		}
		.top_right ul li a {
			padding: 0px 1px;
			font-size: 11px;
		}
		.header_top {
			padding: 13px 0 2px;
		}
		.header_right {
			float: right;
			width: 42%;
		}
		.reg {
			width: 35%;
			margin: 1px 0;
		}
		.icon1 {
			width: 39%;
			margin: 0px 0;
		}
		.logo {
			margin: 0;
		}
		.log {
			float: left;
			width: 45%;
		}
		.rgt-bottom {
			margin: 0;
			padding:0;
		}
		ul.icon1 {
			display: none;
		}
		.arriv-left {
			float: none;
			width: 100%;
			padding-right: 0;
		}
		.arriv-right {
			float: none;
			width: 100%;
			padding-left: 0px;
			margin: 1em 0;
		}
		.arriv-info {
			top: 128px;
			left: 88px;
		}
		.arriv-left1 {
			float: none;
			width: 100%;
			padding: 0;
		}
		.arriv-right1 {
			float: none;
			width: 100%;
			padding: 0;
			margin: 1em auto;
		}
		.arriv-left2 {
			float: none;
			width: 100%;
			padding: 0px;
			margin: 0 auto;
		}
		.arriv-middle {
			float: none;
			width: 100%;
			padding: 0px;
			margin: 1em auto;
		}
		.arriv-right2 {
			float: none;
			width: 100%;
			padding: 0px;
			margin: 0 auto;
		}
		.special h3 {
			font-size: 1.1em;
			width: 35%;
			padding: 0.25em;
		}
		.special h3:before {
			width: 137px;
			left: 20px;
			top: 26px;
		}
		.special h3:after {
			width: 137px;
			right: 20px;
			top: 26px;
		}
		ul.grid_2 li {
			width: 48%;
			float: left;
			margin: 1%;
		}
		.cust {
			float: left;
			width: 33.33%;
		}
		.abt {
			float: left;
			width: 33.33%;
		}
		.myac {
			float: left;
			width: 33.33%;
		}
		.our-st {
			float: left;
			width: 100%;
			margin: 1.5em 0 0;
		}
		.footer p{
			margin:1em 0 0;
		}
		.check {
			padding: 2em 0;
		}
		.box_1 p {
			margin: 0em 0.3em 0;
		}
		.create_btn {
			float: left;
			width: 36%;
		}
		.box_1 {
			width: 62%;
		}
	}


	@media (max-width:767px){
		.arriv.club-css .arriv-top .col-md-8.izquierda .col-md-6 {
			min-height: 220px !important;
		}
		.post-last .img-post {
			width: 160px !important;
		} 
		.header_right {
			float: right;
			width: 57%;
		}
		.logo {
			margin: 0;
			width: 36%;
		}
		.arriv-info {
			top: 0;
			left: 0;
			max-width: 100%;
			width: 100%;
		}
		.arriv-info p:nth-child(3) {
			display: none;
		}

		.special h3 {
			width: 37%;
		}
		.special h3:before {
			height: 8px;
			width: 101px;
			left: 20px;
			top: 27px;
		}
		.special h3:after {
			height: 8px;
			width: 102px;
			right: 20px;
			top: 27px;
		}
		.banner-principal .arriv-info {
			height: 100%;
		}
		.banner-principal .arriv-info h3{
			font-size: 30px !important;
			margin-top: 10%;
		}
		.banner-principal .arriv-info p {
			font-size: 16px;
			text-align: center;
			margin-top: -16px;
		}
		.banner-principal .crt-btn {
			margin-top: 24px;
			position: absolute;
			bottom: 0;
			margin-bottom: -45px;
			width: 100%;
		}
		.arriv-left1.banner-principal {
			margin-bottom: 34px;
		}
		.arriv-las img{
			width: 100%;
		}
	}
	@media (max-width:375px){
		#loginBox {
			position: absolute;
			top: 44px;
			right: -48px;
			display: none;
			z-index: 29;
		}
		.box_1 {
			width: 62%;
		}
		.logo {
			margin: 0;
			width: 37%;
		}
		.header_right {
			float: right;
			width: 58%;
		}
		.log {
			float: left;
			width: 33%;
		}
		.top_left {
			float: none;
			margin: 0.5em 0;
		}
		.top_right {
			float: none;
		}

		.special h3 {
			font-size: 1.1em;
			width: 39%;
			padding: 0.25em;
		}
		.special h3:before {
			height: 8px;
			width: 95px;
			left: 20px;
			top: 27px;
		}
		.special h3:after{
			height: 8px;
			width: 95px;
			right: 20px;
			top: 27px;
		}
		#loginBox {
			right: -103px;
		}
	}
	@media (max-width:320px){
		ul.icon1 {
			display: none;
		}
		.logo {
			float: left;
			width: 45%;
		}
		.create_btn {
			display:none;
		}
		.top_left h2 {
			font-size: 11px;
			line-height: 2em;
		}
		.top_right ul li a {
			padding: 0;
			font-size: 11px;
		}
		.look {
			right: 15px;
		}
		#loginForm {
			width: 270px;
			background: #fff;
		}
		.top_left {
			float: none;
			text-align: center;
		}
		.top_right {
			float: none;
			text-align: center;
		}
		.reg {
			display: none;
		}
		#loginContainer a span {
			padding: 2px 10px;
			font-size: 1em;
		}
		.rgt-bottom {
			margin: 0;
			padding: 0em 0;
		}
		.log {
			float: left;
			width: 100%;
			display:none;
		}
		.header_right {
			float: right;
			width: 43%;
			margin: 0 auto;
		}
		.arriv-right1 {
			width: 100%;
		}
		.arriv-left2 {
			width: 100%;
		}
		.arriv-middle {
			width: 100%;
			padding: 0px;
			margin: 1em auto;
		}
		.arriv-info3 {
			bottom: 82px;
			left: 58px;
		}
		.arriv-right2 {
			width: 100%;
			padding: 0px;
			margin: 0 auto;
		}
		.special h3 {
			width: 50%;
		}
		.special h3:before {
			width: 64px;
		}
		.special h3:after {
			width: 64px;
		}
		.special h5 {
			font-size: 0.8125em;
		}
		.special h6 {
			font-size: 0.75em;
		}
		.footer h4 {
			font-size: 0.8em;
		}
		.cust li a {
			font-size: 0.8em;
		}
		.abt li a {
			font-size: 0.8em;
		}
		.myac li a {
			font-size: 0.8em;
		}
		.cust {
			float: left;
			width: 36.33%;
		}
		.abt {
			float: left;
			width: 28.33%;
		}
		.myac {
			float: left;
			width: 35.33%;
		}
		.our-st li {
			font-size: 0.8em;
		}
		.cr_btn a {
			padding: 3px 12px;
			font-size: 0.750em;
		}
		.cr_btn1 a {
			padding: 2px 11px;
			font-size: 0.750em;
		}
		.contact h2 {
			font-size: 1.1em;
		}
		.contact-form div {
			padding: 0px 0;
		}
		.contact-form input[type="text"], .contact-form textarea {
			padding: 6px;
		}
		.button1 {
			padding: 6px 10px;
			font-size: 13px;
		}
		.det {
			padding: 3px;
		}
		.arriv-top {
			margin: 1em 0 0;
		}
		.s-c{
			padding:0;
		}
		.shoping_left a.btn1 {
			padding: 5px 12px;
			font-size: 0.875em;
		}
		.contact-form input[type="submit"] {
			font-size: 0.875em;
			padding: 5px 12px;
		}
		.fooll h5 {
			padding-right: 0em;
			margin-bottom: 0.5em;
		}
		.s-d{
			padding:0;
		}
		.product-img {
			width: 100%;
			float: none;
			margin: 0 auto;
			text-align: center;
		}
		.prod1-desc {
			width: 100%;
			float: none;
			text-align: center;
		}
		.product_price {
			width: 100%;
			float: left;
		}
		.product-desc {
			width: 100%;
			float: none;
		}
		.product_price {
			width: 100%;
			float: none;
			text-align: center;
		}
		.product-desc h5 {
			padding-bottom: 0%;
			padding-top: 2%;
		}
		.btn_form a {
			font-size: 0.875em;
			padding: 4px 22px;
		}
		.row {
			margin-right: 0px;
			margin-left: 0px;
		}
		ul#etalage{
			display: block;
			width: 285px !important;
			height: 533px;
		}
		li.etalage_magnifier{
			left: 74px !important;
		}
		h4.title {
			font-size: 1.4em;
		}
		p.cart {
			font-size: 0.9em;
		}
		.check-out {
			padding: 3em 0;
		}
		.s_art li {
			font-size: 0.8125em;
		}
		.shoping_bag h4 {
			font-size: 0.750em;
		}
		.shoping_left h4 a {
			font-size: 0.750em;
			line-height: 1.8em;
		}
		.shoping_left h4 {
			margin-bottom: 5%;
		}
		.s_icons {
			margin: 4%;
		}
		.shoping_bag1 {
			padding: 2% 0%;
		}
		.shoping_bag1 h2 {
			float: none;
		}
		.our-left {
			margin-bottom: 0.8em;
		}
		.desc1 h3 {
			font-size: 1.2em;
		}
		a.cpns {
			padding: 5px;
		}
		a.order {
			text-align: center;
			margin: 1em 0;
		}
		.cart-items h1 {
			font-size: 1.2em;
			margin-bottom: 1em;
		}
		.cart-item-info h3 {
			font-size: 0.875em;
		}
		.delivery {
			margin-top: 1em;
		}
		.close1, .close2 {
			top: 31px;
		}
		.delivery p {
			font-size: 0.8125em;
			float: left;
		}
		.delivery span {
			font-size: 0.8125em;
			float: right;
		}
		.check {
			padding: 2em 0 0;
		}
		.total-item, .cart-items {
			margin-top: 0em;
			padding-bottom: 0em;
		}
		.total-item, .cart-items {
			padding: 0;
		}
		.total-item, .cart-items {
			margin: 1em 0 0;
		}
		.total-item h4 {
			margin-right: 4em;
		}
		a.cpns {
			padding: 8px 10px;
		}
		.cart-total {
			padding: 0;
		}
		.item_add a {
			padding: 7px 10px;
			font-size: 0.8125em;
		}
		.box_1 {
			width: 100%;
			margin:0;
		}
		.box_1 {
			width: 100%;
		}
		.header_right {
			float: right;
			width: 46%;
		}
	}
	.w_content {
		padding: 0;
	}
	.mar-auto{
		margin: 0 auto;
	}
	.crt-btn{
		margin-top: 20px;
	}


	.arriv-info-2 {
		position: absolute;
		top: 49%;
		left: 0;
		text-align: center;
		width: 100%;
	}
	.arriv-info-22 {
		position: absolute;
		top: 49%;
		left: 0;
		text-align: center;
		width: 100%;
	}
	.arriv-info-3 {
		position: absolute;
		top: 49%;
		left: 0;
		text-align: center;
		width: 100%;
	}
	.bold{
		font-weight: bold;
	}
	i.ars-white {
		width: 35px;
		height: 20px;
		background: url(../img/arrwss-white.png)no-repeat 16px -1px;
		display: inline-block;
		padding: 0px 27px;
		vertical-align: middle;
	}
	i.ars-info {
		width: 35px;
		height: 20px;
		background: url(../img/arrwss-izq.png)no-repeat 0px -1px;
		display: inline-block;
		padding: 0px 27px;
		vertical-align: middle;
	}

	.crt-btn-2 a {
		text-transform: capitalize;
		display: inline-block;
		padding: 13px 15px;
		font-size: 0.8725em;
		font-weight: 300;
		color: #000000;
		background: white;
		text-decoration: none;
		font-weight: bold;
		border: solid black 1px;
	}
	.crt-btn-2 {
		margin-top: 20px;
	}

/* 


   5 columns grid for 'md' and 'lg' screens

   @tatygrassini


   */

   @media (min-width: 992px) {
   	.col-md-1-5 { width: 20%; }
   	.col-md-2-5 { width: 40%; }
   	.col-md-3-5 { width: 60%; }
   	.col-md-4-5 { width: 80%; }
   	.col-md-5-5 { width: 100%; }
   }

   @media (min-width: 1200px) {
   	.col-lg-1-5 { width: 20%; }
   	.col-lg-2-5 { width: 40%; }
   	.col-lg-3-5 { width: 60%; }
   	.col-lg-4-5 { width: 80%; }
   	.col-lg-5-5 { width: 100%; }
   }

   /* Demo only, no need for this */


   [class^=col-] {
   	margin-bottom: 35px;
   }
   .bold-500{
   	font-weight: 500;
   	font-size: 14px;
   }
   .mar-bot-img{
   	margin-bottom: 20px
   }
   .titulo-telas{
   	border-bottom: 2px solid black;
   	padding-bottom: 10px;
   	padding-left: 0px !important;
   	font-size: 18px;
   	font-weight: 600;
   }
   .border-top-{
   	border-top: black solid 2px;
   	padding-top: 35px;
   }
   .bold-500-{
   	font-weight: 500;
   }
   .bold-20{
   	font-size: 19px;
   	font-weight: bold;
   }
   .crt-btn-3 {
   	margin-right: 15px;
   }
   .crt-btn-3 a{
   	padding: 19px 23px !important;
   	border: solid black 2px !important;
   }
   .crt-btn-22 a{
    border: solid black 2px;
    width: 93%;
    height: 55px;
    text-align: center;
    padding-top: 18px !important;
   }
   @media (max-width:997px){
   	.media-text {
   		margin-bottom: 120px !important;
   	}
   }
   .p-15{
   	font-size: 15px;
   }
   .center-look{
   	text-align: center;
   	font-weight: bold;
   	font-size: 14px;
   }
   .center{
   	text-align: center !important;
   }
   .bold-cita{
   	color: black !important;
   	font-weight: 500 !important;
   }
   .container .arriv-top .margin-lr{
   	margin-left: 70px;
   	margin-right: 70px;
   }
   @media (max-width:997px){
   	.container .arriv-top .margin-lr {
   		margin-left: 0px;
   		margin-right: 0px;
   	}
   }
   .centrar-cita{
   	position: absolute;
   	left: 0;
   	top: 39%;
   }
   i.ars-white-s {
   	width: 35px;
   	height: 11px;
   	background: url(../img/arrow-white-right.png)no-repeat 30px -1px;
   	display: inline-block;
   	padding: 0px 27px;
   	vertical-align: middle;
   }
   i.ars-white-x {
   	width: 35px;
   	height: 11px;
   	background: url(../img/arrow-white-black.png)no-repeat 30px -1px;
   	display: inline-block;
   	padding: 0px 27px;
   	vertical-align: middle;
   }


   .mapa-css{
   	background: rgb(255, 255, 255);
   	border: solid black 2px;
   	padding: 10px 14px;
   	color: black;
   	font-weight: 700;
   	font-size: 13px;
   }

   .mapa-css1{
   	background: rgb(255, 255, 255);
   	border: solid black 2px;
   	padding: 12px 18px;
   	color: black;
   	font-weight: 700;
   	font-size: 15px;
   }

   #contact{
   	padding:10px 0 10px;
   }

   .contact-text{
   	margin:45px auto;
   }

   .mail-message-area{
   	width:100%;
   	padding:0 15px;
   }

   .mail-message{
   	width: 100%;
   	background:rgba(255,255,255, 0.8) !important;
   	-webkit-transition: all 0.7s;
   	-moz-transition: all 0.7s;
   	transition: all 0.7s;
   	margin:0 auto;
   	border-radius: 0;
   }

   .not-visible-message{
   	height:0px;
   	opacity: 0;
   }

   .visible-message{
   	height:auto;
   	opacity: 1;
   	margin:25px auto 0;
   }

   /* Input Styles */

   .form{
   	width: 100%;
   	padding: 15px;
   	background:#f8f8f8;
   	border:1px solid rgba(0, 0, 0, 0.075);
   	margin-bottom:25px;
   	color:#727272 !important;
   	font-size:13px;
   	-webkit-transition: all 0.4s;
   	-moz-transition: all 0.4s;
   	transition: all 0.4s;
   }

   .form:focus{
   	color: white;
   	outline: none;
   }

   .textarea{
   	height: 200px;
   	max-height: 200px;
   	max-width: 100%;
   }

   .media-height{
   	height: 370px;
   }
   input#enviar-newsletter {
   	display: none;
   }
   #label-enviar-newsletter{
   	padding-left: 10px !important;
   	padding-right: 10px !important;
   	max-width: 50px !important;
   }
   @media (max-width: 767px) {
   	.izquierda-img img{
   		margin-top: 0 !important;
   	}
   	.media-height{
   		height: inherit;
   	}
   	input#enviar-newsletter {
   		background: #000;
   		border: 0 !important;
   		color: #fff;
   		font-size: 13px;
   		position: absolute;
   		top: 0px;
   		left: 0;
   		width: 100%;
   		padding: 8px 10px 7px 10px;
   		margin-left: -2px;
   		display: block;
   	}
   	.social-ic {
   		padding-top: 35px !important;
   	}
   	.our-st {
   		width: 100%;
   	}
   	.footer {
   		padding-top: 20px !important;
   	}
   	.border-top- {
   		padding-top: 10px;
   	}
   }

   .width-100{
   	max-width: 100% !important;
   }
   .algodon-prima-bot{
   	text-align: center !important;
   	color: black !important;
   	padding: 22px 0px !important;
   	font-weight: 700 !important;
   }
   .border-medida{
   	border: 1px solid #c7c7c7!important;
   	padding: 35px 24px !important;
   	text-align: center !important;
   	margin: 20px 5px;
   }
   .p-text{
   	text-align: initial;
   }
   .width-70{
   	/*width: 80%;*/
   	width: 100%;
   }
   .pir-s{
   	padding: 73px 54px !important;
   }

   .media-height-2{
   	height: 357px;
   }

   @media (max-width: 767px) {
   	.media-height-2{
   		height: inherit;
   	}
   }
   .left-style{
   	top: 45%;
   	position: absolute;
   	font-size: 26px;
   	left: 20%;
   }
   .right-style{
   	top: 45%;
   	position: absolute;
   	font-size: 26px;
   	right: 20%;
   }
   .width-100-por{
   	width: 100%;
   }
   #nav-top .search{
   	position: relative;
   	background: transparent;
   	border: transparent;
   }

   #nav-top .box_1 {
   	float: left;
   	margin: -3px 0px;
   }

   #nav-top .search input[type="submit"] {
   	top: 13px;
   	right: 9px;
   }
   #nav-top .box_1 {
   	width: inherit;
   }
   #nav-top .search input[type="text"] {
   	margin: -2px 50px 3px 0;
   	padding: 12px 13px;
   	outline: none;
   	color: black;
   	background: none;
   	border: none;
   	width: 85.33333%;
   	line-height: 1.5em;
   	position: relative;
   	font-size: 13px;
   	-webkit-appearance: none;
   	text-transform: capitalize;
   	font-weight: 900;
   	text-align: right;
   }
   #nav-top .create_btn {
   	float: left;
   	width: 29%;
   }
   .a-contenido{
   	background-color: black;
   	color: white;
   	font-weight: 700;
   	padding: 9px 16px;
   	font-size: 12px;
   }
   .a-contenido:hover,
   .a-contenido:active,
   .a-contenido:focus{
   	color: white !important;
   	text-decoration: none;
   }
   .camiseria-1{
   	background-image: url('../img/bolsillo.png');
   }

   @media (max-width: 767px) {
   	.container {
   		padding-right: 10px;
   		padding-left: 10px;
   		margin-right: auto;
   		margin-left: auto;
   	}
   	.separa-en-mobile p{
   		padding-left: 10px !important;
   		padding-right: 10px !important;
   		text-align: justify !important;
   		line-height: 20px !important;
   		font-weight: 600 !important;
   		font-size: 16px !important;
   	}
   	.separa-en-mobile h1{
   		font-size: 25px !important;
   		margin-top: 25px;
   	}
   }

   @media (max-width: 767px) {
   	.responsive-icon-video{
   		opacity: 0.7 !important;
   		width: 34px;
   		margin-bottom: 9px !important;
   	}
   	.crt-btn a.a-cita {
   		width: inherit !important;
   	}
   }


   @media (max-width: 767px) {
   	.icon-video-text{
   		width: 200px;
   		font-size: 18px;
   	}
   }
   @media (max-width: 767px) {
   	.marg-bot-0{
   		margin-bottom: 0px;
   	}
   }
   @media (max-width: 767px) {
   	.marg-bot-25{
   		margin-bottom: 25px;
   	}
   }

   @media (max-width: 767px) {
   	.marg-bot-10{
   		margin-bottom: -10px;
   	}
   }

   @media (max-width: 767px) {
   	.dis-none{
   		display: none;
   	}
   }	

   @media (max-width: 767px) {
   	.media-footer-title{
   		width: 100% !important;
   		text-align: center !important;
   		margin-top: 10px !important;
   	}
   }

   @media (max-width: 767px) {
   	.news-sig{
   		margin-top: -25px;
   	}
   }

   @media (max-width: 767px) {
   	.icon-respon{
   		margin-left: 24%;
   	}
   }
   .head-t.nav{
   	margin-left: auto !important;
   	margin-right: auto !important;
   	padding: 5px !important;
   	text-align: center !important;
   }
   .megamenu {
   	list-style: none !important;
   	text-align: center !important;
   	display: table !important;
   	padding: 0px !important;
   	margin: 0 auto !important;
   }
   .megamenu li {
   	margin: 0 auto !important;
   	display: inline-flex !important;
   	padding-bottom: 5px !important;
   }
   .header-mobile{
   	position: relative;
   }
   .header-mobile .go-cita{
   	width: 30px;
   	position: absolute;
   	right: -4px;
   	top: 19px;
   }
   .header-mobile .open-menu{
   	position: absolute;
   	top: 16px;
   	left: -4px;
   	width: 30px;
   	height: 30px;
   	cursor: pointer;
   	padding-left: 5px;
   	margin-top: 8px;
   }
   .header-mobile .open-menu span{
   	width: 30px;
   	height: 3px;
   	background: black;
   	display: block;
   }
   body.menu-abierto{
   	overflow: hidden;
   }
   .nav-mobile {
   	position: absolute;
   	left: -100%;
   	background: #fff;
   	-webkit-transition: all 400ms linear;
   	-moz-transition: all 400ms linear;
   	-ms-transition: all 400ms linear;
   	-o-transition: all 400ms linear;
   	transition: all 400ms linear;
   	z-index: 9;
   	height: 100%;
   	width: 100%;
   	display: none;
   }
   .nav-mobile.abierto {
   	position: fixed;
   	left: 0;
   	top: 61px;
   	height: calc(100% - 61px);
   	width: 100%;
   	z-index: 9;
   	-webkit-transition: all 400ms linear;
   	-moz-transition: all 400ms linear;
   	-ms-transition: all 400ms linear;
   	-o-transition: all 400ms linear;
   	transition: all 400ms linear;
   	display: block;
   }
   .nav-mobile .megamenu-mobile {
   	padding-left: 0 !important;
   	overflow-y: scroll;
   	position: absolute;
   	height: 100%;
   	width: 100%;

   }
   .nav-mobile .megamenu-mobile li {
   	list-style: none;
   	margin-bottom: 10px;
   }
   .nav-mobile .megamenu-mobile li a {
   	font-weight: 700;
   	text-transform: uppercase;
   }
   .nav-mobile .megamenu-mobile li span {
   	font-weight: 700;
   	text-transform: uppercase;
   	border-bottom: 2px solid black;
   	display: block;
   	max-width: 30px;
   	margin: 15px auto;
   }
   .nav-mobile .megamenu-mobile li a:hover,.nav-mobile .megamenu-mobile li a:focus,.nav-mobile .megamenu-mobile li a:active {
   	text-decoration: none;
   }
   a.boton-cita {
   	background: #000;
   	color: #fff;
   	display: block;
   	padding: 12px 5px 12px 5px;
   	margin-left: 7px;
   	margin-right: 7px;
   	margin-top: 10px;
   }
   .footer-derechos{
   	text-align: center;
   	font-weight: 500;
   	margin-top: 80px;
   }
   @media screen and (min-width: 768px){
   	.header-top{
   		margin-bottom: -50px !important;
   		padding-top: 40px !important;
   	}
   }
   @media screen and (min-width: 992px){
   	.container-ajustado{
   		margin: 0 auto !important;
   		width: inherit !important;
   		max-width: 990px;
   	}
   	.header-mobile{
   		display: none;
   	}
   }
   @media screen and (max-width: 991px){
   	.header-top,.header-desktop,.nav-desktop{
   		display: none;
   	}
   	.header-mobile{
   		display: block;
   	}
   	.header-mobile .logo-mobile{
   		max-width: 200px;
   		margin: 0px auto 0 auto;
   	}
   	.header-mobile .logo-mobile img{
   		max-width: 200px;
   		margin: 0px auto 0 auto;
   		padding-top: 10px;
   	}
   	.arriv-top {
   		margin: 0 -10px 0 -10px !important;
   	}
   	.arriv-top .marg-bot-0{
   		padding-left: 0 !important;
   		padding-right: 0 !important;
   	}
   	.footer-derechos{
   		margin-top: 0px !important;
   		font-size: 11px !important;
   		font-weight: 700 !important;
   	}
   	.news-sig input.input-email {
   		border: 1px solid black !important;
   	}
   }
   @media screen and (max-width: 480px){
   	.club-titulo{
   		font-size: 24px;
   	}
   }

   main.items-box{
   	background:#000;
   }



   main.items-box .button{
   	padding:8px 12px;
   	background:#0A5175;
   	display: block;
   	width:120px;
   	margin:10px 0 0px 0;
   	border-radius:3px;
   	-webkit-transition: all 0.3s;
   	-moz-transition: all 0.3s;
   	transition: all 0.3s;
   	text-align:center;
   	font-size:0.8em;
   	box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
   	-moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
   	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
   }

   main.items-box .button:hover{
   	background:#8BC3A3;
   	color:white;
   }

   /* Send Button Styles */

   main.items-box .form-btn{
   	width:180px;
   	display: block;
   	height: auto;
   	padding:15px;
   	color:#fff;
   	background:#8BC3A3;
   	border:none;
   	border-radius:3px;
   	outline: none;
   	-webkit-transition: all 0.3s;
   	-moz-transition: all 0.3s;
   	transition: all 0.3s;
   	margin:auto;
   	box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
   	-moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
   	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
   }

   main.items-box .form-btn:hover{
   	background:#111;
   	color: white;
   	border:none;
   }

   main.items-box .form-btn:active{
   	opacity: 0.9;
   }
   main.items-box .center{
   	margin-top:330px;
   }
   main.items-box input {
   	position: relative;
   	z-index: 9999;
   }


   main.items-box section {
   	display: none;
   }

   main.items-box .input2 {
   	display: none;
   }

   main.items-box label {
   	display: inline-block;
   	margin: 0 0 -1px;
   	padding: 15px 25px;
   	font-weight: 600;
   	text-align: center;
   	color: #bbb;
   }

   main.items-box label:before {
   	font-family: fontawesome;
   	font-weight: normal;
   	margin-right: 10px;
   }

   main.items-box input:checked + label {
   	color: white;
   }

   main.items-box #tab1:checked ~ #content1,
   main.items-box #tab2:checked ~ #content2,
   main.items-box #tab3:checked ~ #content3,
   main.items-box #tab4:checked ~ #content4,
   main.items-box #tab5:checked ~ #content5,
   main.items-box #tab6:checked ~ #content6,
   main.items-box #tab7:checked ~ #content7,
   main.items-box #tab8:checked ~ #content8 {
   	display: block;
   	background: white;
   }

   @media screen and (max-width: 650px) {
   	main.items-box label {
   		font-size: 14px;
   	}

   	main.items-box label:before {
   		margin: 0;
   		font-size: 18px;
   	}
   }
   @media screen and (max-width: 400px) {
   	main.items-box label {
   		padding: 15px;
   	}
   }
   main.items-box .width1{
   	width: 33.1111111%;
   	background-color: black;
   }
   main.items-box .width2{
   	width: 33%;
   	background-color: black;
   }
   main.items-box #black h4{
   	color: black;
   }
   main.items-box .background-black{
   	background-color: black;
   	width: 12%;
   }



   main.items-box .background-black img{
   	cursor: pointer;
   }



   .md-hidden{
   	display: none !important;
   }
   .xs-hidden{
   	display: inherit !important;
   }
   .input2{
   	display: none;
   }
   .img-mobile{
   	display: none;
   }

   main.items-box label.background-black span{
   	display: none;
   }
   main p.a-medida{
   	text-transform: uppercase;
   	margin-bottom: 0px !important;
   	margin-top: -3px !important;
   	display: block;
   	font-size: 11px !important;
   	color: #797979 !important;
   	font-weight: 600 !important;
   }
   main .activo-desktop p.a-medida{
   	color: #fff !important;
   }
   .background-black.activo-desktop {
   	border-bottom: 2px solid white;
   	margin: 0 0 0 !important;
   }
   .tab-input-responsive.tab-input-activo div{
   	display: none;
   }
   label.tab-input-responsive.tab-input-activo {
   	border-bottom: 2px solid #fff;
   }
   @media screen and (max-width: 767px){
   	#label-enviar-newsletter i {
   		display: none;
   	}
   	label.tab-input-responsive.tab-input-activo {
   		border-bottom: inherit !important;
   	}
   	.a-medida{
   		display: block;
   	}
   	.main-tab-input{
   		position: relative;
   	}
   	.main-tab-input .tab-input-responsive{
   		width: 100% !important;
   		text-align: left;
   		color: #fff !important;
   		display: none;
   	}
   	.main-tab-input .tab-input-responsive.tab-input-activo{
   		display: block;
   	}
   	.main-tab-input .toggle-input{
   		display: block;
   		float: right;
   		margin-right: 15px;
   		margin-top: 18px;
   		cursor: pointer;
   		position: absolute;
   		right: 0;
   		top: 0;
   	}
   	.main-tab-input .toggle-input span{
   		width: 30px;
   		height: 3px;
   		background: #fff;
   		display: block;
   	}
   	.background-black.activo-desktop {
   		border-bottom: 0 !important;
   		margin: 0 2% 15px 2% !important;
   	}

   	main.items-box .background-black img.img-mobile{
   		max-width: 100px;
   		margin: 0 auto;
   	}

   	.md-hidden{
   		display: inherit !important;
   		margin-top: 8px;
   	}

   	.xs-hidden{
   		display: none !important;
   	}

   	.xs-no-padding{
   		padding-left: 0 !important;
   		padding-right: 0 !important;"
   	}

   	main.items-box {
   		background: inherit !important;
   		display: table;
   	}

   	main.items-box label.background-black{
   		width: 46%;
   		margin: 0 2% 15px 2%;
   		min-height: 160px;
   		cursor: pointer;
   		vertical-align: top;
   		float: left;
   	}
   	main.items-box label.background-black div{
   		margin-top: 15%;
   	}


   	.contenido-tab.activo {
   		/*position: fixed;
   		top: 60px;
   		left: 0;
   		height: 100%;
   		overflow-y: scroll;
   		padding-bottom: 20px !important;
   		display: block !important;
   		z-index: 9;*/
   		display: block !important;
   	}

   	.border-medida {
   		padding: 15px 20px 15px 20px !important;
   		border: 2px solid #ababab !important;
   		margin-left: 15px;
   		margin-right: 15px;
   	}
   	.border-medida h4 {
   		text-align: center !important;
   	}
   	.border-medida p {
   		text-align: justify !important;
   		line-height: 23px !important;
   		font-size: 14px;
   		font-weight: 700;
   	}

   	main.items-box label.background-black.activo-tab {
   		position: fixed;
   		top: 0;
   		left: -8px;
   		width: 100%;
   		height: 65px !important;
   		min-height: 65px !important;
   		max-height: 65px !important;
   		display: none;
   	}

   	main.items-box label.background-black.activo-tab div{
   		margin-top: 0 !important;
   	}

   	main.items-box label.background-black.activo-tab div img{
   		margin-top: -10px;
   		height: 50px;
   		margin-left: 0;
   	}

   	main.items-box label.background-black.activo-tab span{
   		display: block;
   		position: fixed;
   		right: 21px;
   		top: 8px;
   		font-size: 32px;
   		color: #fff !important;
   	}

   	main.items-box label.background-black.activo-tab .a-medida{
   		display: block;
   		position: fixed;
   		left: 80px;
   		top: 11px;
   		color: #fff;
   		text-transform: uppercase;
   		font-size: 17px;
   		font-weight: 500;
   		margin-top: 9px !important;
   	}

   	main.items-box #tab1:checked ~ #content1,
   	main.items-box #tab2:checked ~ #content2,
   	main.items-box #tab3:checked ~ #content3,
   	main.items-box #tab4:checked ~ #content4,
   	main.items-box #tab5:checked ~ #content5,
   	main.items-box #tab6:checked ~ #content6,
   	main.items-box #tab7:checked ~ #content7,
   	main.items-box #tab8:checked ~ #content8 {
   		display: none;
   	}

   	.img-mobile{
   		display: block !important;
   	}
   	.item-tela{
   		margin-bottom: 10px !important;
   	}
   	.item-tela p{
   		text-align: center !important;
   		font-size: 11px !important;
   		font-weight: 600;
   	}


   }


   #label-enviar-newsletter{
   	cursor: pointer;
   }


   @media screen and (min-width: 992px){
   	.dropdown-desktop{
   		position: relative;
   	}
   	.dropdown-desktop ul{
   		display: none;
   	}
   	.dropdown-desktop:hover ul,.dropdown-desktop ul:hover{
   		display: block;
   		position: absolute;
   		left: 0;
   		top: 0;
   		padding-top: 40px;
   		z-index: 999;
   		width: 100%;
   		padding-left: 0 !important;
   	}
   	.dropdown-desktop ul li {
   		margin: 0 !important;
   		display: block !important;
   		padding-bottom: 5px !important;
   		position: relative;
   		height: 40px;
   	}
   	.dropdown-desktop ul li a{
   		background: #000;
   		color: #fff;
   		padding: 10px 15px;
   		text-decoration: none;
   		width: 100%;
   		position: absolute;
   		left: 0;
   		top: 0;
   	}
   }
   .mobile-switch .cuerpo-idioma{
   	position: relative;
   	padding: 8px 0;
   }
   .mobile-switch{
   	display: none;
   	background: #1c1c1c;
   	margin-left: -10px;
   	margin-right: -10px;
   	padding: 8px 10px;
   }
   .mobile-switch p{
    color: #fff;
    max-width: 198px;
    margin: 0 auto;
   }
   .mobile-switch p a{
   	background: #fff;
   	padding: 6px 25px;
   	font-weight: 600;
   	-webkit-border-radius: 2px;
   	-moz-border-radius: 2px;
   	border-radius: 2px;
   	    margin-left: 8px;
   }
   .mobile-switch span{
   	position: absolute;
   	right: 0;
   	top: 0;
   	color: #636664;
   	font-size: 23px;
   	font-weight: 800;
   	line-height: 23px;
   	cursor: pointer;
   }
   .mobile-switch span img{
   	    max-width: 25px;
    margin-top: 8px;
   }
   @media screen and (max-width: 991px){
   	.mobile-switch{
   		display: block;
   	}
   	.modal-content{
    	margin-top: 20%;
   	}
   }


   .content-iframe{
   	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
   }

   .content-iframe iframe{
   	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
   }


   input.error-input,textarea.error-input{
       border: 2px solid red !important;
}
select.elige-hora.error-input {
    border: 2px solid #f00;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: inherit !important;
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
  transition: background-color 5000s ease-in-out 0s;
}

.social-links {
    margin-bottom: 20px;
}
.social-links .share-btns__item {
	display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid black;
    margin-right: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 9px 8px 10px 10px;
    position: relative;
    vertical-align: top;
    overflow: hidden;
}
.social-links .share-btns__item a {
    position: absolute;
    left: 1px;
    top: 9px;
    width: 100%;
    height: 100%;
}
.title-diario{
	font-weight: 100;
    font-size: 35px;
}
.title-diario span{
    font-size: 15px;
    position: absolute;
    margin-left: 10px;
}
.marginbot{
    margin-bottom: 0;
}
.club-css .col-md-6 img{
    width: 100%;
}
.club-css .col-md-6 h3{
	color: #333;
    margin-top: 10px;
}
.club-css p.hora{
    letter-spacing: 3px;
    font-size: 14px !important;
    color: #333;
}
.club-css .container.container-ajustado{
	max-width: 1180px;
}
.post-last img{
    width: 130px;
}
.post-last{
    display: flex;
    border-bottom: solid 1px #33333361;
    margin-bottom: 15px;
}
.title-post h3{
	color: #333;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    margin-left: 10px;
}
.club-css .title-post p.hora{
    margin-left: 10px;
    margin-top: -5px;
}
.lastpost h4{
    text-align: center;
    padding: 15px 0;
    margin: 0;
}
.col-md-4.derecha{
	background: #f0f0f0;
    border: solid 1px #33333361;
}
.col-md-4.derecha .lastpost h4{
    border-bottom: solid 1px #33333361;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 100;
}
.post-last .img-post{
    width: 131px;
}
.post-last:last-child {
    border-bottom: transparent !important;
}
@media screen and (min-width: 768px){
	.col-md-4.derecha {
	    margin-top: 0px;
	}
}
.club-css a{
	text-decoration: blink;
}
.col-md-6 img{
	width: 100%;
}
.text-somos{
	padding: 30px;
}
.text-somos h1{
	text-align: center;
    margin-bottom: 20px;
}
.izquierda-img img{
    margin-top: -195px;
}
.whiteback .a-cita.normal{
    background: transparent;
    border: solid 1px white;
}
.whiteback .a-cita.normal i.ars-white-x{
	display: none;
}
.blackback .a-cita i.ars-white-s{
	display: none;
}
.blackback  .a-cita.activo{
	background: white;
    color: black;
    border: solid 1px white;
}
/*.back-link{
    height: 150px;
    width: 100%;
    background: url(http://normanandtaylor.com/storage/cita/September2019/wUeuPam2bM5ucZbzndGd.jpg);
    background-position: 20px -140px;
    background-size: cover;
}*/
.margin0{
	margin: 0;
}
.vers2 .centrar-cita {
    top: 20%;
}
.col-md-12.back-link.vers2{
    margin-bottom: 0;
    height: 110px;
}
.col-md-12.back-link.vers2 .a-cita.normal{
	background: black;
    width: 200px;
}
.camisa-medida-css .crt-btn.tienda{
    padding: 50px 0px;
}
.video-coleccion.col-md-6 img {
    width: auto !important;
}
.arriv.club-css .arriv-top .col-md-8.izquierda .col-md-6{
	min-height: 286px;
    margin-bottom: 15px;
}