@charset "utf-8";
@font-face {
	font-family: 'Conv Brandon Medium';
	src: url('fonts/Brandon_med.eot');
	src: local('☺'), url('fonts/Brandon_med.woff') format('woff'), url('fonts/Brandon_med.ttf') format('truetype'), url('fonts/Brandon_med.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv Brandon Light';
	src: url('fonts/Brandon_light.eot');
	src: local('☺'), url('fonts/Brandon_light.woff') format('woff'), url('fonts/Brandon_light.ttf') format('truetype'), url('fonts/Brandon_light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv Brandon Regular';
	src: url('fonts/Brandon_reg.eot');
	src: local('☺'), url('fonts/Brandon_reg.woff') format('woff'), url('fonts/Brandon_reg.ttf') format('truetype'), url('fonts/Brandon_reg.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*@font-face {
	font-family: 'Conv Nexa Light';
	src: url('fonts/Nexa Light.eot');
	src: local('☺'), url('fonts/Nexa Light.woff') format('woff'), url('fonts/Nexa Light.ttf') format('truetype'), url('fonts/Nexa Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
@font-face {
	font-family: 'Proxima Nova Semi Bold';
	src: url('fonts/Proxima Nova Semibold.eot');
	src: local('☺'), url('fonts/Proxima Nova Semibold.woff') format('woff'), url('fonts/Proxima Nova Semibold.ttf') format('truetype'), url('fonts/Proxima Nova Semibold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova Regular';
	src: url('fonts/ProximaNova-Regular.eot');
	src: local('☺'), url('fonts/ProximaNova-Regular.woff') format('woff'), url('fonts/ProximaNova-Regular.ttf') format('truetype'), url('fonts/ProximaNova-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova Thin';
	src: url('fonts/Proxima Nova Thin.eot');
	src: local('☺'), url('fonts/Proxima Nova Thin.woff') format('woff'), url('fonts/Proxima Nova Thin.ttf') format('truetype'), url('fonts/Proxima Nova Thin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Kepler-Std-Display';
	src: url('fonts/Kepler-Std-Display.eot');
	src: local('☺'), url('fonts/Kepler-Std-Display.woff') format('woff'), url('fonts/Kepler-Std-Display.ttf') format('truetype'), url('fonts/Kepler-Std-Display.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

*
{
	margin: 0,0,0,0;
	padding: 0;
}
html{ /*height:100%;*/ overflow-x: auto !important; }
body
{
	background-color: #FFF;
	color: #666666;
	font-family: Proxima Nova Regular, Arial;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 0;
	-moz-transition:background 0.3s ease-out;
	-webkit-transition:background 0.3s ease-out;
	-o-transition:background 0.3s ease-out;
	transition:background 0.3s ease-out;
	position: relative;
	height: 100%;
}

img
{
	behavior: url("iepngfix.htc");
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}
a
{
	outline: none;
	color:#666666;
	-moz-transition:color 0.2s ease-out;
	-webkit-transition:color 0.2s ease-out;
	-o-transition:color 0.2s ease-out;
	transition:color 0.2s ease-out;
}
a:hover{
	color:#333333 !important;
	text-decoration: none;
	/*font-weight: bold;*/
}
h1,h2,h3,h4{ font-family: 'Conv Brandon Light', Arial, sans-serif; letter-spacing: 1.8px }

.clear{ content: "\0020"; display: block; height: 0px; clear: both; visibility: hidden; }
.left{ text-align: left !important; }
.right{ text-align: right !important; }
label{ color:#666666; font-weight: normal; font-size: 11px;  }
input[type=text],input[type=password],input[type=email] {
    -webkit-border-radius:0px;
 	-webkit-appearance:none; 
 	border:1px solid #bbbbbb;
}
input[type=text],input[type=password]{
	border:1px solid #bbbbbb;
	height:25px;
	color:#333333;
	padding:1%;
	width:98%;
	outline:none;
}
textarea{
	border:1px solid #bbbbbb;
	color:#333333;
	padding:1%;
	width:98%;
	outline:none;
}
input[type=button],input[type=submit]{ outline:none; }
select{
	border:1px solid #bbbbbb;
	height:31px !important;
	color:#333333;
	padding:1%;
	width:98%;
}
input[type=text].error,input[type=password].error, textarea.error {
  box-shadow: 0 0 10px rgba(251, 108, 108, 1) !important;
}
.field-row{ margin-bottom:10px; }

a.button,button.button{ background:#333333; width:84%; display: block; margin:auto; font-family: Proxima Nova Regular; color:#FFFFFF !important; letter-spacing: 2px !important; padding:5% 8% 5% 8%;  text-align: center;
	-moz-transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
	outline:none;
	opacity: 0.7; 
	khtml-opacity: 0.7;
	moz-opacity: 0.7;
	filter: alpha(opacity=70);
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
a.button:hover,button.button:hover{ 
	background:#666666;
	opacity: 0.7; 
	khtml-opacity: 0.7;
	moz-opacity: 0.7;
	filter: alpha(opacity=70);
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
a.button.large,button.button.large{
	font-weight: bold;
	padding:3% 3% 3% 3%;
	max-width: 200px;
	margin-left:0px;
	outline:none;
}
a.button_sand{ background:#c5a888; width:84.8%; display: block; margin:auto; font-family: Proxima Nova Regular; color:#FFFFFF !important; letter-spacing: 2px !important; padding:4% 8% 4% 8%;  text-align: center;
	-moz-transition:opacity 0.2s ease-out;
	-webkit-transition:opacity 0.2s ease-out;
	-o-transition:opacity 0.2s ease-out;
	transition:opacity 0.2s ease-out;
	font-size:12px;
	outline:none;
}
a.button_sand:hover{ 
	opacity: 0.7; 
	khtml-opacity: 0.7;
	moz-opacity: 0.7;
	filter: alpha(opacity=70);
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
a.button_sand.large{ 
	font-weight: bold;
	padding:3% 3% 3% 3%;
	max-width: 200px;
	margin-left:0px;
	outline:none;
}

#bodyWrapper
{
	height: auto;
	letter-spacing: 1px;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}
#wapper
{
	height: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	max-width: 924px;
}

#header
{
	background: transparent;
	height: 25px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	width: 100%;
	display: inline-block;
}
#header.whitebg{ 
	background: #FFFFFF; 
}

.header-inner
{
	margin: auto;
	max-width: 1200px;
}
#header-left
{
	float:left; 
	width:30%;
}
#header-right
{
	color: #666666;
	float: right;
	/*font-weight: bold;*/
	height: 32px;
	letter-spacing: 1px;
	line-height: 32px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: right;
	width: 60%;
}

.search-wrapper{
	display: inline-block;

}
.search-tab
{
	float: left;
	margin: 0;
	position: relative;
}
input.searchinput
{
	border:0px;
	color: #333333;
	float: left;
	font-family: Proxima Nova Regular, Arial;
	font-size: 9pt;
	height: 20px;
	margin-left: 5px;
	padding: 10px 0px 0px 5px;
	vertical-align: middle;
	width: 160px;
	background:transparent;
	letter-spacing: 1px;
}
.tab_search
{
	height: 16px;
}
.searchaction
{
	float: left;
	height: 19px;
	margin: 10px 0px 0px 0px;
	width: 25px;
}
.mobile{ display: none; }
.mobile-search-wrapper{
	display:none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 766;
	background: rgb(255,255,255);
	top: 30px;
	left:0px;
	right:0px;
	border: 0;
	-webkit-transform: translatey(0%);
	-ms-transform: translatey(0%);
	transform: translatey(0%);
}
.mobile-search_wrapper input {
    border: 0;
    text-align: center;
    position: relative;
    text-transform: none;
    text-indent: 10px;
    /*width: 85%;*/
}
.new_search {
    background: #fff;
    padding: 10px 0 10px 0;
    position: relative;
    width:95%;
    margin:auto;
    text-align: center
}
.m_search{ 
	display: none; 
	border-left:0px;
	border-right:0px;
	border-top:0px; 
	border-bottom: 2px solid #bebebe;    
	width:100%; 
}

.currency-link
{
	display: inline-block;
	vertical-align: middle;
 
}
.member-link
{
	display: inline-block;
	margin: 0px 5px 0px 5px !important;
}

.cart-link{
	display: inline-block;
}
.bag-icon{
	margin:-2px 5px 0px 5px;
}

#header-logo
{
	margin: auto !important;
	max-width: 1200px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: center;

}
.inner-logo{
	display:inline-block;
	margin:auto;
	text-align:center
}
#scroll-logo
{
	display: none;
	float: left;
	padding: 0px 5px 0px 0px;
}
#scroll-logo img{
	width:220px;
}

#header-banner
{
	background: #c5a888;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	height: 20px;
	padding-top:5px;
	padding-bottom:5px;
	position: relative;
	text-align: center;
	width: 100%;
	letter-spacing: 1px;
	font-family: Proxima Nova Regular, Arial;
	display: table;
	vertical-align: middle;
}
.header-banner-inner{
	vertical-align: middle;
	display: table-cell;
	height:100%;
}
.header-banner-inner a:hover{ text-decoration: none; }


#blog-banner{
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;
	text-align: center;
	max-width: 1200px;
	width:100%;
	border-bottom: 2px solid #e4e4e4;
}
#blog-banner img{ width:100%; } 

#header-right table td
{
	font-size: 9px;
}
#banner01
{
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	height: 100%;
	width: 100%;
}
#banner02
{
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	/*max-height: 129px;*/
	max-width: 1280px;
}
.sbanner-zone
{
	clear: both;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	max-width: 1200px;
	display: block;
}
.sbanner-zone.mobile{ display: none; }
.s-banner01 { height: auto; margin-bottom: 0px;	margin-left: auto; margin-right: auto; margin-top: 0px; max-width: 100%; display: inline-block; }
.s-banner01 .sb { display: inline-block; margin: 0px 20px 0px 0px; }
.s-banner01 .sb:last-child { margin-right:0px; }
/*.s-banner01 .sb a { color:#000000;  } */
/*.s-banner01 .sb h2 { text-transform: uppercase; margin-bottom: 2px; max-width:250px; line-height: 1.5em; }*/
/*.s-banner01 .sb h2:hover { text-decoration: underline;  } */
.s-banner01 img { 
	display: inline-block; 
	max-width: 100%; 
	margin:0px; 
	opacity: 1;  
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.s-banner01 img:hover{ opacity: 0.7; }


/* Newsletter */
#newsletter-col{
	width:100%;
	position: relative;
	margin:40px auto 20px auto;
	text-align: center;
	background: #ddc8b3;
	display: inline-block;
	font-size:12px;
	padding:30px 0px 40px 0px;
}
#newsletter-col h2{ 
	color:#FFFFFF; 
	font-family: Conv Brandon Medium, Arial;
	font-size: 36px;
	letter-spacing:8px;
	margin:5px auto 5px auto;
}
#newsletter-col p{
	color: #ffffff;
	font-family: 'Proxima Nova Semi Bold', Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding:10px 10px 20px 10px;

}
.newsletter-control{
	margin:10px auto 10px auto;
	height:46px;
	width: 100%;
	max-width: 550px;
	display: inline-block;
}
input.newsletterinput
{
	background: #FFFFFF;
	border: 0px;
	color: #c5a888;
	display: inline-block;
	font-size: 8pt;
	height: 46px;
	letter-spacing: 1px;
	margin-right: 5px;
	padding:0px;
	text-align: center;
	vertical-align: top;
	width: 450px;
	font-size:12px;
}
.newsletteraction
{
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	display: inline-block;
	height: 46px;
	width: 50px;
}
button.newsletteraction{
	background:#FFFFFF;
	display: inline-block;
	cursor: pointer; 
	width: 50px;
	height: 46px;
	float:right;
	margin-top: -46px;
}
button.newsletteraction i.fa{ color:#ddc8b3; }

#footer-zone
{
	background: #FFFFFF;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 30px;*/
	width: 100%;
	border-top:1px solid #bbbbbb;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
	height:17px;
	position: relative;
	bottom:0px;
}
#footer-inner
{
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	max-width: 1200px;
}
.footer-copyright{
	display: inline-block;
}
.foot-left
{
	display: inline-block;
	width: 65%;
}
.foot-right{
	float:right;
	width: 25%;
	text-align: right
}

.foot-left a{
	margin:0px 30px 0px 0px;
	display: inline-block;
}
.foot-left a:hover{ 
	/*font-weight: bold;*/
	text-decoration: underline;
}

.footer-newsletter{ display: inline-block; margin-right:10px; }
.footer-newsletter.desktop input.text{ border-top:0; border-right:0; border-left:0; height:15px; width:150px;letter-spacing: 1px;font-family: Proxima Nova Regular, Arial; }
.footer-newsletter.mobile input.text{ border-top:0; border-right:0; border-left:0;border-bottom:0 !important; height:15px; width:150px; padding-left:0px; color:#000000 !important; letter-spacing: 1px;font-family: Proxima Nova Regular, Arial;}

.footer-socials{ position: relative; margin-top: 50%}
.social{ display: inline-block; }
.social img
{
	margin: 2px 5px 2px 5px;
	width: 18px;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.social img:hover{
	opacity: 0.7;
}

.img01
{
	float: right;
	margin-right: 10px;
	text-align: right;
}
.img02
{
	float: right;
	margin-right: 0px;
	text-align: right;
}
/* Top Currency */
.cur
{
	color: #666666;
	cursor: pointer;
	display: block;
	height: 20px;
	line-height: 20px;
	margin-left: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: relative;
	width: 85px;
	z-index: 1000;
}
.cur:hover
{
	background: #f2f2f2;
}
.am
{
	background-color: transparent;
	background-image: url(images/themes3/arrow-drop.png?ver=4.0);
	background-position: right center;
	background-repeat: no-repeat;
	border: 0px;	
	color: #333333;
	font-weight: bold;
	cursor: pointer;
	display: block;
	font-family: Proxima Nova Regular, Tahoma,Arial;
	font-size: 12px;
	height: 18px;
	line-height: 1.5em;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 15px;
	padding-top: 0px;
	position: relative;
	width: 70px;
	z-index: 1111;
}
.bm
{
	background-color: #ffffff;
	border:1px solid #bbbbbb;
	font-family: Proxima Nova Regular, Tahoma,Arial;
	font-size: 12px;
	margin-left: 20px;
	margin-top: 5px;
	position: absolute;
	width: 85px;
	z-index: 1111;
	text-align: center;
}
.bm span
{
	margin: 0;
	display: block;
	height: 25px;
	line-height: 25px
}
/* Top Currency EOF */

/* Product Sort By */
input.am2
{
	background-color: transparent;
	background-image: url(images/themes3/arrow-drop.png?ver=4.0);
	background-position: center right;
	background-repeat: no-repeat;
	border:0px;
	color: #666666;
	cursor: pointer;
	display: block;
	font-family: Proxima Nova Regular, Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	height: 16px;
	margin: 0px 0 0 0;
	padding: 8px 2% 8px 2%;
	position: relative;
	z-index: 100;
	letter-spacing: 1px;
	width: 160px; /** 70px **/
	text-align: center;
}
input.am2:hover{ color:#333333; }
.bm2
{
	background-color: #FFFFFF;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	width: 158px;
	z-index: 1111;
	position: absolute !important;
	top:36px;
	right:0px;
	text-align: center;
	overflow: hidden;
	margin: 0px;
	/*position: relative !important;*/
}
.bm2 span
{
	margin: 0;
	width: 100%;
}
.bm2 span:hover
{
	/*background: #f2f2f2;*/
	text-decoration: underline;
}
.cur2
{
	background-color: #FFF;
	color: #666666;
	cursor: pointer;
	display: block;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	margin-left: 2px;
	padding:2px 0px 2px 0px;
	position: relative;
	width: 150px;
	z-index: 100;
}

.drop1
{
	position: relative;
}
.drop2
{
	position: relative !important;
	z-index: 100 !important;
	vertical-align: middle;
	display: inline-block;
}
.drop3
{
	margin-top: 10px;
	position: relative;
}
input.am3
{
	background-color: #FFFFFF;
	background-image: url(images/themes3/arrow-drop.png?ver=4.0);
	background-position: center right;
	background-repeat: no-repeat;
	border: 1px solid #FFFFFF;
	color: #666666;
	cursor: pointer;
	display: block;
	font-family: Proxima Nova Regular, Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	height: 16px;
	margin: 0px 0 0 0;
	padding: 8px 8px 8px 10px;
	position: relative;
	width: 130px;
	z-index: 100;
	letter-spacing: 1px
}
.bm3
{
	background-color: #FFFFFF;
	border-top: 0px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	margin: 0px;
	width: 148px;
	z-index: 111111;
	position: absolute !important;
	letter-spacing: 1px;
	overflow: hidden;
}
.bm3 span
{
	margin: 0;
	width: 100%;
}
.bm3 span:hover
{
	background: #f2f2f2;
}
.bm3 .cur2{
	padding-left:10px;
}

#bodyContent { 
	max-width:100%;
	height:auto;
	padding-bottom: 47px; /** #footer-zone height **/
}

#container
{
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	max-width: 100%;
	max-width: 924px;
}
#contant
{
	height: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	max-width: 100%;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	width: 960px;
}
#fullproduct{

}
#products-left{
	float:left;
	max-width:100%;
	width:100%;
	position: absolute !important;
	top:0px;
	left:0;
	right:0;
	z-index: 22;
	text-align: left;
	/*border:1px solid red;*/
}
#products-right{
	display:inline-block;
	/*float:right;*/
	width:100%;
	/*margin-left: 580px;*/
	max-width: 500px;	
	/*position: relative;*/
	z-index: 23;
	position: absolute;
}
#products-images-slider { 
	max-width:100%;
	margin:auto;
}
#products-images-slider .only_img img{
	/*max-width: 580px;*/
	/*max-width: 50%;*/
	height:auto;
}

#products-images-slider .only_img{
	/*width:600px;*/
	width:50%;
	text-align:center;
}

#mobile-product-slider{ display: none; }
#mobile-product-slider img{ max-width: 100%; height:auto; }

#info-right
{
	display: inline-block;
	max-width: 100%;
	width:100%;
}
.products-info
{
	display: inline-block;
	height: auto;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	max-width: 100%;
	width:100%;
	text-align: left;
}
.products-info .breadcrumb{ margin:5px 0px 20px 0px; }
.product-ref{ color:#333333; font-size:10px; float: right; margin-top:5px;}
.product-price{ float:left; }

.ctab{font-size: 11px;}
.ctab p{ font-size: 11px; }
.ctab a{ color:#C5A888; border-bottom:1px solid #C5A888; }
.ctab a:hover{ color:#C5A888 !important; border-bottom:1px solid #C5A888; }
.desctab{ display: inline-block; width: 100%; line-height: 13pt; color:#333333;  } 
.desctab-col{ display: inline-block; width: 48%;  }
.desctab-title{ width:46%; float:left; font-weight: bold; }
.desctab-text{ width:48%; margin-left:4%; float:left;  }
a.size-guide{ color:#333333; border-bottom:1px solid #333333; font-size: 12px; font-weight: bold; }
a.size-guide:hover{ color:#666666 !important; border-bottom:1px solid #666666; }

.social_bookmark{ float:right; margin-top: -30px; }
.social_bookmark a{ margin:0 4px 0 4px; }
.social_bookmark img{ width:22px; }
.social_bookmark img:hover{ opacity: 0.7; }

#stretch-container,#sheerness-container,#thickness-container{ display: inline-block; }
.rating-circle {
	display: inline-block;
	margin: 0 2px 0 2px;
	padding: 0;
	font-size: 12px;
	font-weight: lighter !important;
	line-height: 8px;
	text-align: center;
	white-space: nowrap;
	border-radius:8px;
	position: relative;
	height: 8px;
	width: 8px;
	border: .1em solid #333333;
}
.rating-chosen { background-color: #C5A888; }

.box01{
	font-family: Proxima Nova Regular, Arial;
	font-size: 12px;
	color: #666666;
	background-color: transparent;
	/*border-top: 1px solid #bbbbbb;*/
	height: auto;
	width: 99%;
	padding: 10px 0px 0px 0px;
	margin:10px auto 10px auto;
	text-align:left;
	display:inline-block;
}

.default-button-set{
	margin-top: 10px;
}

td.optionleft{ 
	width:25%; 
	padding:10px 0px 10px 0px;	
	color: #666666;
	font-family: Proxima Nova Regular, Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
}
.option_items{ position: relative; width:100%; }
.option_items span.option_item{ margin-left:15px; display: inline-block; cursor:pointer; color:#333333; border-bottom: 1px solid transparent; line-height: 1.2em}
.option_items span.option_item:hover,.option_items span.option_item.active{ border-bottom:1px solid #333333; }
.option_items img{ margin-left:15px; display: inline-block; }
#selectmsg{ float:right; color:#d04949; font-weight: bold;}

.option_items .color-tag {display: inline-block;}
.option_items .color-tag img {	border-radius: 50%;	zoom: 1;}
.option_items .color-tag.first img{
	border-radius: 50%;
	padding:2px;
	zoom: 1;
	width:18px !important;
	height:18px !important;
	border:1px solid #000000;
}

.font26brown{ color:#C5A888; font-size:26px; letter-spacing: 2px; }
.maylike-foot{ 
	position: absolute;
	bottom: 0px;
	left: 0px;
	right:0px;
}
.maylike-block{ 
	display:inline-block;
	width:100%;
	background:#FFFFFF;
	text-align: center;
	margin: 0px auto 0px auto;
}
.maylike-block.mobile{ display: none; }
.maylike-block .fp-tableCell{ display: inline-block !important; }
.maylike-inner{
	max-width:1200px;
	margin:auto;
	width:100%;
	display: inline-block;
}
/*.maylike-inner img{ width:250px !important; height:355px !important; }*/


.title-zone
{
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	max-width: 1200px;
	display: table;
	width:100%;
	height:40px;
	position: relative;
}
.title-inner
{
	margin: 0px auto 0px auto;
	width: 100%;
	height:auto !important;
	display: table-cell;
	vertical-align: middle;
	height:100%;
	color:#c5a888;
	font-size:14px;
	text-align: center;
}
.title-inner h4{ 
	font-size: 12px !important; 
	margin: 0px auto 0px auto; 
	text-transform: uppercase; 
	width:auto;
	display: inline-block;
	padding:5px 20px 5px 20px;
	background:#FFFFFF;
	position: relative;
}
.title-inner.listing{
	border-top:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
}
.title-border{
	border-bottom:1px solid #c5a888;
	width:100%;
	display: block;
	position: absolute;
	left:0;
	right:0;
	top:20px;
}
.breadcrumb{ 
	width:100%;
	max-width:1200px;
	text-align: center;
	margin:5px auto 0px auto;
}
.breadcrumb .grey{
	color:#aaaaaa;
}
.breadcrumb .black{
	color:#333333;
}


.shopping-header
{
	text-transform: uppercase;
	text-align: center;
	font-size: 14px !important; 
	margin: 0px auto 0px auto; 
	width:auto;
	display: inline-block;
	padding:5px 20px 5px 20px;
	background:#FFFFFF;
	position: relative;
}

#items-zone-wrapper{ 
	margin:0px auto 0px auto;
	text-align:center;
	max-width:100%; 
	display:block; 
}
#items-zone
{
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	max-width: 1200px;
	min-height: 300px;
}
.items-inner{
	display:inline-block;
	width:100%;
}
.items-inner .grid4{ /*width:95%;*/ margin:auto; }
.items-left{ float:left; width:17%;  margin-left: 7%; text-align: left; }
/*.items-right-blog{ float:left; width:17%;  text-align: left; }*/
.items-right{ margin:auto; width: 98%;  /*float:right; width:75%; border-left:2px solid #bbbbbb; */ }
.items-left.sticky {  position: fixed;z-index: 6; top:50px; /*left:72px;*/   }

.items-cat{ max-width:160px; width:100%; }
/*.items-left a,.items-right-blog a{ font-size:11px; color:#000000 !important; padding:3px 5px 3px 5px; text-decoration: none;  text-transform: uppercase }  
.items-left .cat-title a,.items-right-blog .cat-title a{ border-bottom:2px solid #bbbbbb; font-weight: bold; max-width:100%; display: block; margin-bottom:15px; }
.items-left .cat-title a:hover,.items-right-blog .cat-title a:hover{ color:#99d6e8 !important; }
.items-left .sub-cat-title a,.items-right-blog .sub-cat-title a{ line-height: 1.6em; max-width:100%; width:100%; display: block; font-size:10px;}
.items-left .sub-cat-title a:hover,.items-right-blog .sub-cat-title a:hover{ background:#e6e6e6; }*/
.sub-cat-divider{ height:15px; }
.divider{ height:10px; }

.items-list-dec
{
	color: #666666;
	font-family: Proxima Nova Regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	width: 172px;
}
.items-name
{
	font-family: Proxima Nova Regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	text-transform: uppercase;
}
.items-name a
{
	font-size: 12px;
	color: #333333;
}
.items-name a:hover{ color:#000000;}
img.items-img{ 
	width:275px;
	height:390px;
}
.items-dec-left
{
	float: left;
	line-height: 20px;
	margin: 0px;
	width: 117px;
}
.items-dec-right
{
	float: right;
	line-height: 20px;
	margin: 0px;
	padding-top: 2px;
	width: 55px;
}
.items-price{
	font-size:12px;
	line-height: 2em;
	color:#333333;
}
.border-r
{
	border-bottom: 0px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 2px;
}
a
{
	color: #5B5B5B;
}
a:hover
{
	color: #5B5B5B;
}
a.link-b12
{
	color: #666666;
	font-family: Proxima Nova Regular, Arial;
	font-size: 12px;
	margin-right: 0px;
	text-decoration: none;
}
a:hover.link-b12
{
	/*border-bottom: 3px solid #99d6e8;*/
	/*color: #666666;*/
}
a.link-b11
{
	color: #666666;
	font-family: Proxima Nova Regular, Arial;
	font-size: 11px;
	text-decoration: none;
}
a:hover.link-b11
{
	/*border-bottom: 3px solid #99d6e8;*/
	/*color: #666666;*/
}
a.footer-link
{
	color: #666666;
	font-family: Proxima Nova Regular, Arial;
	font-size: 12px;
	line-height: 1.3em;
	padding-left: 0px;
	text-decoration: none;
}
a:hover.footer-link
{
	text-decoration: none;
	border-bottom: 1px solid #333333;
}
a.link-g11-02
{
	color: #666666;
	font-family: Proxima Nova Regular, Arial;
	font-size: 11px;
	line-height: 35px;
	text-decoration: none;
	margin-right:5px;
	letter-spacing: 1px;
}
a:hover.link-g11-02
{
	text-decoration: none;
}

/** Pagination **/
.list-style03
{
	color: #666666;
	font-family: Proxima Nova Regular, Arial;
	font-size: 12px;
	line-height: 35px;
	height:35px;
	letter-spacing: 1.5px;
	margin:0px auto 20px auto;
}
.list-style03 span
{
	margin-left: 5px;
	margin-right: 5px;
}
.list-style03 a
{
	color: #666666;
	font-size: 12px;
	line-height: 35px;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
	letter-spacing: 1.5px;
}
.list-style03 a:hover
{
	/*border-bottom: 1px solid #000000;*/
}
.list-style03 .current
{
	font-weight: bold;
	color:#333333;
	border-bottom:1px solid #333333;
}
a.link-nav
{
	color: #666666;
	font-family: Proxima Nova Regular, Arial;
	font-size: 11px;
	line-height: 25px;
	text-decoration: none;
}
a:hover.link-nav
{
	text-decoration: underline;
}
/* New Font */
.font-w12{ 
	color: #ffffff;
	font-family: Proxima Nova Regular, Arial;
	font-size: 12px;
	padding-left: 0px;
}

.font-b11b
{
	color: #666666;
	font-family: Proxima Nova Regular, Arial;
	font-size: 11px;
	font-weight: bold;
	padding-left: 0px;
}
.font-b14
{
	color: #666666;
	font-family: Proxima Nova Regular, Arial;
	font-size: 14px;
	font-weight: bold;
}
.font-title-11{
	color: #666666;
	font-family: Proxima Nova Regular, Arial;
	font-size: 12px;
	line-height: 25px;
	padding-left: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.font-title-10
{
	color: #666666;
	font-family: Proxima Nova Regular, Arial;
	font-size: 11px;
	line-height: 25px;
	padding-left: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.font-g11
{
	color: #7e7e7e;
	font-family: Proxima Nova Regular, Arial;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: 1px;
}
.font-b11
{
	color: #666666;
	font-family: Proxima Nova Regular, Arial;
	font-size: 11px;
	line-height: 25px;
}
.font-b11-p
{
	color: #666666;
	font-family: Proxima Nova Regular, Arial;
	font-size: 11px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.font-b12b-p
{
	color: #666666;
	font-family: Proxima Nova Regular, Arial;
	font-size: 12px;
	font-weight: bold;
/*	padding-bottom: 3px;
	padding-right: 15px;
	padding-top: 3px;*/
	text-align: right;
	text-transform: uppercase;
}
.font-b19
{
	color: #666666;
	font-family: Proxima Nova Regular,Arial;
	font-size: 19px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
}
.font-b20
{
	color: #666666;
	font-family: Proxima Nova Regular,Arial;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
}
.font-b16
{
	color: #666666;
	font-family: Proxima Nova Regular, Arial;
	font-size: 16px;
}
.font-b18
{
	color: #C5A888;
	font-family: Proxima Nova Regular, Arial;
	font-size: 18px;
}
.font-b18dark
{
	color: #666666;
	font-family: Proxima Nova Regular, Arial;
	font-size: 18px;
}
.box03
{
	background-color: #f5f5f5;
	color: #666666;
	font-family: Proxima Nova Regular, Arial;
	font-size: 11px;
	height: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: 476px;
}
.box02
{
	background-color: #f5f5f5;
	border-bottom-color: #7e7e7e;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #7e7e7e;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #7e7e7e;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: none;
	border-top-width: 0px;
	color: #666666;
	font-family: Proxima Nova Regular, Arial;
	font-size: 11px;
	height: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 5px;
	width: 416px;
}
.tab01
{
	background-image: url(images/step/tab-g.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	color: #666666;
	font-family: Proxima Nova Regular, Arial;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	text-align: center;
	width: 166px;
}
ol,ul
{
	margin-left: 20px;
}
div.loader
{
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 350px;
	z-index: 9002;
}
#blanket
{
	background-color: #f2f2f2;
	filter: alpha(opacity = 65);
	height: 100%;
	left: 0px;
	opacity: 0.65;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 9001;
}

/** Ajax Shopping Bag **/
.popHeader{ 
	font-size: 15px;
	font-family: 'Conv Brandon Light', Arial;
	margin:0px auto 5px auto;
	text-align: center;
}
.smallgrey{ 
	font-size:10px; 
	text-align: center; 
	text-transform: none; 
	font-family: Arial;
	color:#B4B4B4;
}
.smallblack{ 
	font-size: 10px; 
	text-align: center; 
	text-transform: none; 
	font-family: Arial; 
	color:#333333;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin-top: 15px;
}
#shopping-wrapper
{
	display: none;
	position: relative;
}
#shoppinglink
{
	position: relative;
	width: 51px;
}
#slidingTopWrap
{
	font-family: Proxima Nova Regular, Arial;
	font-size: 11px;
	padding: 0;
	position: absolute;
	right: 0px;
	text-transform: uppercase;
	top: 0;
	width: 280px;
	z-index: 1001;
	text-align: center;
}
#slidingTopContent
{
	background-color: #FFFFFF;
	border: 2px solid #bbbbbb;
	font-size: 12px;
	margin: 0;
	overflow: hidden;
	padding: 5px 5% 10px 5%;
	z-index: 100001;
	width:90%;
}
#slidingTopContent a:link,#slidingTopContent a:visited,#slidingTopContent a:active
{
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}
#slidingTopContent a:hover
{
	/*color: #5B5B5B;*/
	font-size: 11px;
	text-decoration: none;
}
.removeprod{ float:right; font-size:10px !important;}
#basketItemsWrap{  max-height: 500px; overflow-y:auto; }
#basketItemsWrap .prod-img{ text-align: left; }
#basketItemsWrap .prod-img img{	margin:0px 8px 0px 0px; }
#basketItemsWrap .prod-link{ font-size: 10px  }
#basketItemsWrap .prod-link a{ color:#000000; font-size: 10px }
#basketItemsWrap .prod-price{ font-size: 10px  }

#basketItemsWrap table td
{
	font-size: 10px;
	text-align: left;
	letter-spacing: 1px
}
#basketClose
{
	display: none;
	float: right;
}
#basketClose a:link
{
	color: #FFFFFF;
}
#basketClose a:visited
{
	color: #FFFFFF;
}
#basketClose a:active
{
	color: #FFFFFF;
}
#basketClose a:hover
{
	/*color: #FFFFFF;*/
}
.cart_product
{
	cursor: pointer;
	margin-bottom: 10px;
}
#shopping_total
{
	padding-right: 2px;
}
.subtotal{
	border-top:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
	display: inline-block;
	width:100%;
	padding:10px 0px 10px 0px;
	margin:5px auto 5px auto;
}
.subtotal span{ color:#000000; font-size:11px;}
.subtotal span.left{ float:left; }
.subtotal span.right{ float:right; }

/** Sign In Popup */
.signin-inner{

}
.signin-inner p{ line-height: 1.5em !important; }
.signin-inner a{ color:#000000 !important !important; border-bottom:1px solid #333333; }

/** Shopping cart page **/
.shopping_cart_table
{
	border-color: #bdbdbd;
	border-style: solid;
	border-width: 0px;
}
.shopping_cart_table td
{
	border-bottom: 1px solid #bbbbbb;
	font-weight: normal;
	margin: 0;
	padding: 4px;
	vertical-align: middle;
}
.shopping_cart_table td a.item-name
{
	color: #333;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
.shopping_cart_table td a.remove-icon
{
	color: #666666;
	font-size: 12px;
	font-weight: normal;

	text-decoration: none;
	margin-right:20px;
}
.shopping_cart_table td input
{
	border: 1px solid #bbbbbb;
	padding-left: 6px;
	width: 60px;
}
.shopping_cart_table td img.item-image
{
	max-width: 100px;
}
.shopping_cart_table .row-header td
{
	border-bottom: 1px solid #bbbbbb;
	font-size: 13px;
	font-weight: bold;
}
.shopping_cart_table .row-data td
{
	padding-bottom: 5px;
	padding-top: 5px;
}
.shopping_cart_table .row-subtotal
{
	/*background: #f5f5f5;*/
	border: 0px;
	font-size: 13px;
	font-weight: normal;
	padding: 20px 0px 20px 0px;
	text-align: right;
	color:#333333;
	border-bottom:1px solid #bbbbbb;
}
.shopping_cart_table .row-subtotal span{
	width:150px;
	display: inline-block;
	text-align: left;
}
.inner_shopping_cart_table,.inner_shopping_cart_table td
{
	border-width: 0;
}
#shopping-advert
{
	text-align: center;
}
#shopping-advert h2
{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: none;
}
#shopping-advert h4
{
	font-size: 17px;
	font-weight: normal;
	margin-top: 5px;
	text-decoration: none;
}
#shopping-advert .bottom-container
{
}
.tag-soldout
{
	/*height: 80px;*/
	/*width: 220px;*/
	margin-left: 0px;
	margin-top: -41px;
	padding: 0px;
	position: absolute;
	text-align: center;
	width:275px;
}
.tag-soldout img{ 
	width:100%;
}
.tag-new{ color:#aaaaaa; font-weight: bold; padding: 5px 0px 5px 0px; }
.tag-sales{ color:#D04949;font-weight: bold; padding: 5px 0px 5px 0px;  }
.sold-out a
{
	color: #C5A888;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	text-align: center;
	text-decoration: none;
	display: block;
}

.advert-tag-backorder.
{
	height: 85px;
	margin-left: 5px;
	margin-top: -88px;
	padding: 0px;
	position: absolute;
	text-align: center;
	width: 170px;
}
#left-column
{
	border: 0px solid red;
	float: left;
	width: 25%;
}
#left-column h1
{
	margin-bottom: 1px;
	max-width: 100%;
}
#left-column ul.side-menu
{
	list-style-type: none;
	margin-top: 0px;
	max-width: 100%;
}
#left-column ul.side-menu li
{
	/*border-bottom: 1px solid #eaeaea;*/
	font-size: 13px;
	line-height: 30px;
	
}
#left-column a.active
{
	font-weight: bold;
	color: #000000;
}
.side-menu li a{ font-size: 13px !important; text-transform: uppercase !important;}
#right-column
{
	border: 0px solid red;
	float: left;
	padding: 5px 1% 10px 1%;
	width: 73%;
}
#right-column h3
{
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	color:#c5a888;
}
#right-column table tr.data-header td{
	border-bottom: 2px solid #b7b7b7;
	padding: 5px 4px 5px 4px;
}
#right-column table tr th
{
	line-height: 25px;
}
#right-column table tr.data-row td
{
	background: #FFFFFF;
	border-bottom: 2px solid #b7b7b7;
	padding: 10px 4px 10px 4px;
	vertical-align: middle;
}

#right-column.confirmation table tr.data-row td
{
	background: #FFFFFF;
	border-bottom:2px solid #b7b7b7 !important;
	padding: 10px 2px 10px 2px;
	vertical-align: middle;
}

#right-column ul{ margin-left:20px; }
.faq #right-column
{
	background: #FFFFFF;
	width:68%;
	margin-left: 30%;

}
 #right-column h1
{
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color:#c5a888;
}
.faq #left-column a
{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}
.faq #left-column a:hover
{
	color: #333333;
}
.faq #left-column a.active
{
	color: #333333 !important;
	font-weight: bold;
}
.faq .ui-icon
{
	background-image: url(images/themes3/ui-icons_222222_256x240.png);
}
.rmm-toggled-title{ display: none; }
.rmm.minimal .rmm-toggled-controls{ height:0px;}


.ui-accordion
{
	padding: 0px;
}
.ui-accordion .ui-accordion-header
{
	background: #FFFFFF;
	border-top:0px;
	border-right:0px;
	border-left:0px;
	border-bottom: 1px solid #bbbbbb;
	cursor: pointer;
	display: block;
	font-size: 14px;
	margin-top: 2px;
	min-height: 0;
	padding: 0.1em 0em 1em 0em;
	position: relative;
}
.ui-accordion .ui-accordion-header a
{
	color: #333333;
	font-family: Proxima Nova Regular, Arial;
	font-size: 16px;
	margin-bottom: 0px;
	text-transform: none;
}
.ui-accordion .ui-accordion-header a:hover{
	color:#000000 !important;
}
.ui-accordion .custom-header,.ui-accordion .custom-header-active{
	background:url(images/themes3/arrow.jpg) top right no-repeat;
}
.ui-accordion-content-active span
{
	color: #333333;
}
.ui-accordion-content-active, .ui-accordion-header-active
{
	display: block;
}
.ui-accordion .ui-accordion-icons
{
	padding-left: 0em;
}
.ui-accordion .ui-accordion-noicons
{
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons
{
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon
{
	margin-top: -8px;
	position: absolute;
	right: .5em;
	top: 50%;
}
.ui-accordion .ui-accordion-content
{
	border: 0px solid red;
	border-top: 0;
	font-family: Proxima Nova Regular, Arial;
	margin-bottom: 10px;
	margin-top: -10px;
	overflow: hidden;
	color:#808080;
	font-size: 14px;
}
.ui-accordion .ui-accordion-content p{
	font-family: Proxima Nova Regular, Arial;
	color:#808080;
	font-size: 14px;	
}
a.small-link
{
	color: #f1788b;
	font-size: 10px;
}
a.medium-link
{
	color: #f1788b;
	font-size: 12px;
}
div.sep-line,div.sep-line2
{
	background-color: #c5a888;
	height: 1px;
	width: 100%;
	margin:2px auto 10px auto;
}

.cart-total-table td
{
	text-transform: uppercase;
}

table.new-table.checkout{ max-width: 350px; }
.new-table td input::-moz-placeholder { 
	text-transform: uppercase !important;
	letter-spacing: 2px;
	font-size: 12px !important;
}
.new-table td input::-webkit-input-placeholder { 
	text-transform: uppercase !important;
	letter-spacing: 2px;
	font-size: 12px !important;
}
.new-table td input::-ms-input-placeholder { 
	text-transform: uppercase !important;
	letter-spacing: 2px;
	font-size: 12px !important;
}
.new-table td textarea,.new-table td input[type=text],.new-table td input[type=password],.new-table td select
{
	border-top:0px;
	border-right:0px;
	border-left:0px;
	border-bottom: 2px solid #bbbbbb;
}
.new-table td input[type=text],.new-table td input[type=password]
{
	height: 21px;
	padding-left: 2px;
	width: 100%;
}
.new-table td select
{
	height: 23px;
	padding-left: 2px;
	width: 100%;
}
.small-link
{
	font-size: 11px;
	font-style: italic;
}
.new-table.checkout td
{
	padding-bottom: 5px;
	padding-top: 5px;
}
.header13b
{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.no-float
{
	float: left;
	margin: 0px 5px 5px 0px;
}
h4.no-float{ font-weight: bold !important; color:#000000; text-transform: uppercase;}

.myfileupload-buttonbar
{
	margin-left: 0px;
	text-align: left;
}
.myfileupload-buttonbar input
{
	border: solid transparent;
	border-width: 0 0 100px 200px;
	cursor: pointer;
	direction: ltr;
	filter: alpha(opacity=0);
	margin: 0;
	moz-transform: translate(-300px, 0) scale(4);
	opacity: 0.0;
	o-transform: translate(250px, -50px) scale(1);
	position: absolute;
	right: 0;
	top: 0;
}
.myui-button
{
	cursor: pointer;
	overflow: hidden;
	position: relative;
	text-align: left;
}
.myui-button span a
{
	background: #c5a888;
	color: #FFFFFF;
	display: block;
	padding: 2px 10px 2px 10px;
}
.img-upload-container
{
	background: transparent;
	float: left;
	margin: 0px;
}
.img-upload-box
{
	clear: both;
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.image-selected
{
	float: left;
	margin-left: 12px;
	margin-top: 2px;
}
.inner-tab-header
{
	float: left;
	font-weight: bold;
	margin-right: 30px;
	font-size:12px;
}
.inner-tab-header a
{
	color: #666666;
	padding-bottom:5px;
}
.inner-tab-header a.active
{
	color: #666666;
	border-bottom: 4px solid #83cee3;
}
.inner-tab-header a:hover
{
	text-decoration: none;
}
.inner-tab-body{ 
	padding: 10px 0px 10px 0px;
}

.measurement-table td
{
	font-size: 9px;
	text-align: center;
	letter-spacing: 1px;
	border-bottom:1px solid #bbbbbb !important;
}
.measurement-table td div.inner-header-row
{
	float: left;
	line-height: 1.6em;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-top: 0px;
	min-height: 20px;
	padding: 5px 2px 2px 2px;
	text-align: center !important;
	width: 85px;
	word-wrap: break-word;
}
.measurement-table td div.inner-row
{
	float: left;
	line-height: 1.6em;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-top: 0px;
	min-height: 20px;
	padding: 5px 2px 2px 2px;
	text-align: center !important;
	width: 70px;
	word-wrap: break-word;
}
.enquiry-table {
	width:450px;
}
.enquiry-table td{
	padding: 2px 0px;
}
.enquiry-table td input
{
	border: 1px solid #333333;
	padding: 2px 5px 2px 5px;
}
.enquiry-table td textarea
{
	border: 1px solid #333333;
	padding-left: 6px;
}
label.required
{
	color: #d04949;
	display: none;
	font-size: 10px;
	font-style: italic;
	margin-left: 6px;
	margin-top: 2px;
	position: absolute;
}
button.black-btn{ background:#333333; min-width:230px; display: block; margin:auto; font-family: Proxima Nova Regular; color:#FFFFFF !important; letter-spacing: 2px!important; padding:3% 3% 3% 3%;  text-align: center; border:1px solid #333333; float:none;  display: inline-block;	
	-moz-transition:opacity 0.2s ease-out;
	-webkit-transition:opacity 0.2s ease-out;
	-o-transition:opacity 0.2s ease-out;
	transition:opacity 0.2s ease-out;
}
button.black-btn:hover{ 
	opacity: 0.7; 
	khtml-opacity: 0.7;
	moz-opacity: 0.7;
	filter: alpha(opacity=70);
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
button.black-btn .ui-button-text{
	color:#FFFFFF !important;
	font-size:12px;
}
.highlighted
{
	border: 1px solid red;
}
.login-r
{
	border-left: 1px solid #ccc;
	margin-left: 3%;
	padding-left: 3%;
}
.account-r
{
	/*border-left: 1px solid #bbbbbb;*/
	float: none;
	width: 320px;
}
.account-l
{
	float: none;
	width: 320px;
}
.radio-left
{
	float: left;
	margin-right: 3px;
}

#mobile-home-button
{
	display: none;
	margin: 20px 0px 10px 0px !important;
	text-align: center;
	width: 100%;
}
#mobile-home-button a
{
	color: #333333;
	display: block;
	font-size: 15px !important;
	font-weight: bold;
	text-align: center !important;
	text-decoration: none;
	width: 100%;
}
#mobile-home-button .left-side
{
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
	float: left;
	width: 50%;
}
#mobile-home-button .right-side
{
	border-bottom: 1px solid #BBBBBB;
	border-left: 0px;
	border-right: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
	float: right;
	width: 49%;
}
#mobile-home-button .left-side a
{
	background: url(images/themes3/home-menu-bg.png) top left repeat-x;
	height: 36px;
	line-height: 36px;
	padding: 0px !important;
}
#mobile-home-button .right-side a
{
	background: url(images/themes3/home-menu-bg.png) top left repeat-x;
	height: 36px;
	line-height: 36px;
	padding: 0px !important;
}
#home-item
{
	border-bottom: 0px;
	border-left: 1px solid #BBBBBB;
	border-radius: 5px;
	border-right: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
	margin: auto;
	text-align: center;
	width: 90%;
}
#mobile-home-button .item-header a
{
	background: url(images/themes3/home-menu-dark-bg.png) top left repeat-x;
	border-bottom: 1px solid #BBBBBB;
	border-radius: 5px 5px 0px 0px;
	color: #FFFFFF;
	display: block;
	font-size: 14px !important;
	height: 36px;
	line-height: 36px;
	margin: 0px !important;
	padding: 0px 0px 0px 10px !important;
	text-align: left !important;
	width: auto;
}
#mobile-home-button .item a
{
	background: url(images/themes3/home-menu-bg.png) top left repeat-x;
	border-bottom: 1px solid #BBBBBB;
	display: block;
	font-size: 14px !important;
	height: 36px;
	line-height: 36px;
	margin: 0px !important;
	padding: 0px 0px 0px 10px !important;
	text-align: left !important;
	width: auto;
}
#mobile-home-button .item.last a
{
	border-radius: 0px 0px 5px 5px;
}

#topbar
{
	background: transparent;
	width: 100%;
	z-index: 8000;
	top:0px;
	width:100%;
	font-family: Proxima Nova Regular, Arial;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
#topbar.whitebg{ 
	background: #FFFFFF; 
}
#topbar:hover{ 
	background: #FFFFFF !important; 
}
.scroll-fix{ }

/*.grey-hr
{
	border: 1px solid #D4D4D4;
	clear: both;
	display: block;
	margin: 20px auto 20px auto;
	width: 90%;
}*/

.home-title{ width:100%; text-align: center; margin:auto; }
.home-title h1{ color:#000000; font-size:26px !important; letter-spacing: 4px; border-bottom:2px solid #a5a5a5; width:230px; margin:auto; text-align: center; padding-bottom: 15px;}
.teaser{font-size:14px; padding:20px 0px 20px 0px;}

.slider{  max-width:950px; /*890*/ }
.esootd-slider{ padding-top:20px !important; padding-bottom:20px;}
.hotfaves-slider{ padding-top:20px !important; padding-bottom:20px !important;}

.menu-product-list{ text-align: center }
.menu-product-list .name{ margin-top:10px; min-height: 40px; }
.menu-product-list .price{ margin-top:10px; min-height: 20px; }
.menu-product-list img{ max-width:124px !important; width:124px !important; height:172px !important; }

.sort-left{ display: inline-block; margin-right:20px; }
.sort-right{ display: inline-block; }

.grid7 .col:last-child{ margin-right: 0px;  }
.grid5 .col:last-child{ margin-right: 0px;  }
.grid4 .col:last-child{ margin-right: 0px;  }
.grid3 .col:last-child{ margin-right: 0px;  }
.grid2 .col:last-child{ margin-right: 0px;  }


#simple-menu{ 
	display:none;
	background: url("ext/jquery/sidr/img/mobile-menu-small.png?ver=6.2") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	float: left;
	width: 20px;
	height: 20px;
	visibility: visible;
	text-indent:-9999px;
}
.inner-sort{ float:right;  }

.inner-col{
	display:inline-block;
	width: 275px;
	margin-bottom:15px	
}
.inner-col2{
	display:inline-block;
	width:180px;
	margin-bottom:15px	
}

.title-zone .inner-grid{
	/*display:table;*/
	max-width:1200px;
	width:100%;
/*	padding-left:5px;
	padding-right:5px;*/
	min-height: 40px;	
	height:100%;
	margin:auto !important;
	vertical-align: middle;
	position: relative;
}

.title-zone .left-col{ float:left; line-height: 40px}
.title-zone .right-col{ float:right; line-height: 40px; }

.col.left { text-align:left }
.col.right { text-align:right }


/** Product Page Tabs **/
.header-tab{ line-height: 1.4em; height:20px; font-size:12px; margin:20px 0px 10px 0px;}
.header-tab a{ display: inline-block; color:#333333; font-size:12px; letter-spacing: 1.5px; line-height: 1.4em; margin-right:10px; margin-left:10px; }
.header-tab a:first-child{ margin-left:0px; }
.header-tab a:last-child{ margin-right:0px; }
.header-tab a:hover,.header-tab a.active{ border-bottom:1px solid #333333; font-weight: bold;}
.content-tab{ font-size:12px; color:#333333; }
.content-tab ul,.content-tab ol{ margin-left:20px; }

/** Lookbook & Blog pages **/
.col-full{ width:100%; clear:both; }
/*.col-2{ width:45%; float:left; margin-right:1%;}*/
.col-2{ width:48%; float:left; margin-right:2%;} 
.col-2 .right{ margin-right:0px;}
.col-2 .shortdesc{ font-size:15px !important; letter-spacing: 1px;}

/** Lookbook overview page **/
#lookbooks{   }
#lookbooks .col-full{ margin-bottom:40px;}
#lookbooks .main-image{ position: relative;  height:100%;}
#lookbooks .main-image img{ max-width:100%; width:100%; }
#lookbooks .lookbook-title{ position: absolute; top:40%; bottom:0px; left:0; right:0;  width:90%; height: 60%; margin: auto; }
#lookbooks h1{ font-size: 70px;line-height: 1.5em; margin:20px auto 0px auto; font-family: Conv Brandon Regular;color:#FFFFFF !important;letter-spacing: 3px; font-weight: bold; }
#lookbooks h1 a{ color:#FFFFFF !important;}
#lookbooks .button{ position: absolute; bottom:10%; left:0; right:0; }
#lookbooks .button a{  background: #ffffff; color:#000000; font-weight: bold; font-size:14px; padding: 18px 50px 18px 50px; text-decoration:none; letter-spacing: 4px }
#lookbooks .button a:hover{ background:#C5A888; color:#FFFFFF !important; }



/** Lookbook detail page **/
#lookbooks .lookbook-large, #lookbooks .lookbook-large img{  max-width:1115px; width:100%; margin:auto;}
#lookbooks .main-content{ margin:20px auto 20px auto; font-size: 16px; padding:10px; }
#lookbooks .main-content h1,
#lookbooks .main-content h2,
#lookbooks .main-content h3,
#lookbooks .main-content h4,
#lookbooks .main-content h5{ color:#c5a888 !important; line-height: 1.4em }
#lookbooks .main-content p{  font-size: 16px}

.lookbook-thumb{ max-width:100%;  }
.lookbook-thumb .thumb-col{ margin:20px auto 0px auto; display: inline-block;width:100%; } 
.lookbook-thumb .thumb-col img{ cursor:pointer; max-width:100% !important; margin:auto !important;width:100%; float:left;
	-moz-transition:opacity 0.3s ease-out;
	-webkit-transition:opacity 0.3s ease-out;
	-o-transition:opacity 0.3s ease-out;
	transition:opacity 0.3s ease-out;
}
.lookbook-thumb .thumb-col2 .thumb-img{ position: relative; display: inline-block; width:50%; height:100%;vertical-align: middle;  }

.lookbook-thumb .thumb-col2{ margin:20px auto 0px auto; display: inline-block; width:100%; vertical-align: middle; }
.lookbook-thumb .thumb-col2 img{ cursor:pointer; max-width:100% !important; margin:auto !important;width:100%;float:left;
	-moz-transition:opacity 0.3s ease-out;
	-webkit-transition:opacity 0.3s ease-out;
	-o-transition:opacity 0.3s ease-out;
	transition:opacity 0.3s ease-out;
}
.lookbook-thumb .thumb-col2 .thumb-img{ position: relative; display: inline-block; width:50%; height:100%;vertical-align: middle;  }

.lookbook-thumb .thumb-img > a {
    display:inline-block;
    position:relative;
    width:100%;
}
.lookbook-thumb .thumb-img .overlay {
    height:100%;
    width:100%;
    display: table;
    background-color: rgba(255,255,255, 0.3);
    opacity: 0;
	-moz-transition:opacity 0.3s ease-out;
	-webkit-transition:opacity 0.3s ease-out;
	-o-transition:opacity 0.3s ease-out;
	transition:opacity 0.3s ease-out;
}
.lookbook-thumb .thumb-img .overlay p{
    color: #333333;
    text-align: center;
    display: table-cell;
    vertical-align:middle;
    font-size:40px;
    font-family:Kepler-Std-Display; 
}
.lookbook-thumb .thumb-img .overlay-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:1;
}
.lookbook-thumb .thumb-img:hover .overlay {
    opacity: 1;
}
.more-desc{  margin-top:auto; width:98%; padding:1%; display:none; background:#FFFFFF; text-align: center; position: relative; z-index: 2; color:#c5a888; height:98%; border-top:1px solid #c5a888;border-bottom:1px solid #c5a888; }
.more-desc h2{ color:#c5a888; font-weight: bold;}
.more-desc p,.more-desc .desc{ padding:0px !important; display: inline-block; width:100%;}
.more-desc a{ color:#c5a888; }
.more-desc img{ width:100% }
.more-desc .close{ float:right; margin-bottom: 10px; }
.more-desc .close a{ color:#c5a888; font-size:20px;}
.more-desc .col{ margin-bottom:10px !important;}

#shoplookbook{ text-align: center; }
#shoplookbook h2{ color: #c5a888;letter-spacing: 3px;font-size: 25px;margin-top: 10px;}
#shoplookbook .list{ margin:auto; width:100%; text-align: center; }


/** Blog overview page **/
#blogs{  letter-spacing: 1px;  }
/* important for Mozilla and jQuery el.outerWidth(); */
#blogs div{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*.items-left-blog{ float:left; width:24%;  margin-left: 0%; text-align: left;z-index:1;  display: block; }*/
.items-left-blog{float:left; width:72%; border-left: 0px; z-index:9;  }
/*1/8/15, change the blog float to right to avoid overlap left problem.*/
/*#blogs .items-right-blog{ float:right !important; width:75%; border-left: 0px; z-index:9; }*/
#blogs .items-right-blog{  float:right !important; width:26%;  margin-right: 0; text-align: left;z-index:1;  display: block; }
#blogs .items-full-blog{ float:none; width:100%; border-left: 0px; z-index:9; }
#blogs .blog-col{ margin:0 auto 40px auto;text-align:center;width:100%; display:inline-block; min-height: 500px; position: relative; }

#blogs .main-image { position: relative; margin-bottom:20px; max-height: 570px; overflow: hidden;}
#blogs .main-image img{ max-width:100%; }
#blogs .main-image .overlay {
    height:100%;
    width:100%;
    display: table;
    background-color: rgba(255,255,255, 0.4);
    opacity: 0;
	-moz-transition:opacity 0.3s ease-out;
	-webkit-transition:opacity 0.3s ease-out;
	-o-transition:opacity 0.3s ease-out;
	transition:opacity 0.3s ease-out;
}
#blogs .main-image .overlay p{
    color: #333333;
    text-align: center;
    display: table-cell;
    vertical-align:middle;
    font-size:38px;
    font-family:Kepler-Std-Display; 
}
#blogs .main-image .overlay-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:1;
}
#blogs .main-image:hover .overlay {
    opacity: 1;
}
#blogs .blog-cat{ font-size: 14px; color:#C5A888; border-bottom:1px solid #C5A888; width: auto;  display: inline-block; text-transform: uppercase; margin-bottom: 5px; text-align: center; margin-left:auto; margin-right:auto; }
#blogs .blog-date{ font-size: 14px; color:#C5A888; width: auto;text-transform: uppercase; ; margin:10px auto 30px auto}
#blogs h1{  font-size: 36px; line-height: 1.5em; margin:0px auto 0px auto; font-family:Kepler-Std-Display;  text-align: center; color:#000000;min-height: auto }
#blogs .items-full-blog h1{  min-height: 120px}
#blogs h1 a{ color:#000000; }
/*#blogs .col-2 h1{ min-height: 100px; }*/
#blogs .shortdesc{ font-size:17px; margin: 40px auto 40px auto; max-width:900px; width:100%; min-height:80px; }
#blogs .button{ margin-bottom:40px; }
#blogs .button a{ background: #C5A888; color:#ffffff !important; font-weight: bold; font-size:12px; padding: 15px 50px 15px 50px; text-decoration:none; }
#blogs .button a:hover{ opacity: 0.7; color:#ffffff; }

#blogs .navigation{ border-top:2px solid #e4e4e4; border-bottom:2px solid #e4e4e4; text-align: right; color:#000000; padding:12px 1% 12px 1%; font-size:11px; font-weight: bold; margin: 40px auto 10px auto !important; clear:both; width:97%; }
#blogs .navigation a{ border-bottom: 2px solid transparent;  color:#000000; font-size:11px; font-weight: bold; display:inline-block; text-decoration: none;   }
#blogs .navigation a:hover{ border-bottom: 2px solid #E5E5E5; } 


/** Blog detail page **/
.blog-date{ font-size:16px; text-align: center; }
.blog-content{ }
.blog-content img{ max-width: 100% !important; width: 100% !important; height:100% !important; }
.blog-share{ float:right; border-bottom:1px solid #bdbdbd; width:100%; text-align: right; padding: 10px 0 10px 0; font-size: 10px; margin-bottom: 20px }
.btitle{ text-align: center;  font-size: 12px;  display: block; margin:10px auto 10px auto; }
.btitle strong{ text-align: center; margin:auto; border-bottom:1px solid #bdbdbd;}
.blog-maylike-block{margin:20px 0 0 0; text-align: left; }
.maylike-col{ margin:0 0 10px 0; width:31%; float: left; text-align: left; margin-right: 1%; margin-left:1%; }
.maylike-col .sub-cat-img{ text-align: left; width:100%; position: relative; height:150px; overflow: hidden; margin-bottom: 10px }
.maylike-col .sub-cat-img img{ width:100%; } 
.maylike-col .sub-cat-title a{ text-align: left; font-family: Kepler-Std-Display; font-size: 14px; line-height: 1.3em  }
.maylike-col .sub-cat-date a{ text-align: left; font-family: Proxima Nova Regular; font-size: 11px; line-height: 1em; text-transform: uppercase; color:#C5A888 !important;  }
.items-right-blog .sub-cat.latests .sub-cat-title a:hover{ text-decoration: underline; }
.items-right-blog .sub-cat.latests .sub-cat-date a:hover{ /* border-bottom:1px solid #C5A888;*/}

#blog-comments{ margin:20px 0px 20px 0px; text-align: left; width:100%; }
#blog-comments-list{ padding:2px 0px 2px 0px; width:100%; margin: 0 auto 20px auto; border-bottom:1px solid #bdbdbd;}
.poster-col{ margin:0px auto 20px auto;} 
.poster{ font-weight: bold; font-size:13px; letter-spacing: 1.5px; padding:2px 0px 2px 0px; }
.poster-date{ font-size:11px; letter-spacing: 1.5px; padding-bottom:10px; font-style: italic; color:#C5A888;}
.poster-comments{ font-size:12px; letter-spacing: 1.5px }
/*#anonymously-block{ display:none; letter-spacing: 1px}
#anonymously-block > div{ float:left;margin-right:5px;}
#anonymously-block input{ margin-bottom:5px; } */
#blog-comments h4{ line-height: 1.3em; padding:0px; margin-bottom:10px;}
.fieldForm{ width:100%; display: inline-block;vertical-align: middle; }
#blog-comments .fieldKey{ float: left; width:20%; vertical-align: middle; margin:8px 0 8px 0;}
#blog-comments .fieldValue{ float:left; width:78%; margin:8px 0 8px 0;}
#blog-comments .fieldValue input[type=text]{ padding:0px; width:50%; padding:0px 1% 0px 1%;  }
#blog-comments textarea{  width:100%; height:100px; padding:5px 1% 5px 1%; }
a.button02{
 	background:#333333; width:100%; max-width: 120px; display: block; float:right; margin:auto; font-family: Proxima Nova Regular; color:#FFFFFF !important; letter-spacing: 2px !important; padding:1.5% 2.5% 1.5% 2.5%;  text-align: center;
	-moz-transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
	outline:none;
	opacity: 0.5; 
	khtml-opacity: 0.5;
	moz-opacity: 0.5;
	filter: alpha(opacity=50);
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	color:#000000;
}
a.button02:hover,button.button02:hover{ 
	background:#333333;
	opacity: 1; 
	khtml-opacity: 1;
	moz-opacity: 1;
	filter: alpha(opacity=100);
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*#blogs .items-right{ float:left; width:75%; border-left: 0px;  }*/
#blogs .items-cat{ max-width:250px; width:100%; margin:auto; }
/*.items-right-blog p{ font-size:10px; letter-spacing: 1px; }*/
.items-right-blog a{ font-size:12px; color:#000000 !important; padding:3px 0 3px 0; text-decoration: none;   }  
.items-right-blog strong{ font-size:12px; line-height: 1.5em; }
.items-right-blog hr{ 	
	border: 1px solid #D4D4D4;
	clear: both;
	display: block;
	margin: 5px auto 5px auto;
	width: 100%;}
.items-right-blog .cat-title{ color:#000000; text-align: center; border:1px solid #d4a674; padding:10px 0 10px 0px;margin-bottom:15px; }
.items-right-blog .cat-title a{ font-weight: bold; max-width:100%; display: block; }
.items-right-blog .cat-title a:hover{ color:#99d6e8 !important; }
.items-right-blog .sub-cat{  }
.items-right-blog .sub-cat-title a{ line-height: 1.6em; text-align: center; max-width:100%; width:100%; display: block; font-size:12px; letter-spacing: 1px}
/*.items-right-blog .sub-cat-title a:hover,.items-right-blog .sub-cat-title.active a{ background:#f7f7f7; }*/
#blogs .social img{ margin: 2px 0px 2px 0px; width:25px; }
#blogs .social img:hover{ opacity: 1; }
#archive-list{  width:80%; margin:auto; }
#archive-list .sub-cat{ text-align: left !important; }
#archive-list .sub-cat-title a{ text-align: left; background:#f7f7f7;  }
#archive-list .sub-cat-title:hover a{ background:#ffffff;  }

.items-right-blog .sub-latest-row{ margin-bottom:30px; }
.items-right-blog .sub-latest-row:last-child{ margin-bottom:0px; }
.items-right-blog .sub-cat.latests .sub-cat-img{ text-align: left; width:100%; position: relative; height:120px; overflow: hidden; }
.items-right-blog .sub-cat.latests .sub-cat-img img{ width:100%; } 
.items-right-blog .sub-cat.latests .sub-cat-title a{ text-align: left; font-family:Kepler-Std-Display; font-size: 16px; line-height: 1.3em  }
.items-right-blog .sub-cat.latests .sub-cat-date a{ text-align: left; font-family: Proxima Nova Regular; font-size: 11px; line-height: 1em; text-transform: uppercase; color:#C5A888 !important;  }
.items-right-blog .sub-cat.latests .sub-cat-title a:hover{ text-decoration: underline; }
.items-right-blog .sub-cat.latests .sub-cat-date a:hover{ /* border-bottom:1px solid #C5A888;*/}

/** Blog Page Accordion **/
.iconClosed-small{ 
	background:url(images/themes2/arrow-right.png) top left no-repeat !important;
}
.iconOpen-small{ 
	background:url(images/themes2/arrow-down.png) top left no-repeat !important;
}
#blogs .ui-accordion .ui-accordion-header
{
	background: #FFFFFF;
	border-top: 0px;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
	cursor: pointer;
	display: block;
/*	font-size: 18px;*/
	font-weight:bold;
	margin-top: 2px;
	min-height: 0;
	padding: 0em 0em 0em 0em;
	position: relative;
}
#blogs .ui-accordion .ui-accordion-header a
{
	color: #666666;
	font-family: Proxima Nova Regular, Arial;
	/*font-size: 18px;*/
	margin-bottom: 0px;
	text-transform: none;
	font-size:11px;
}
#blogs .ui-accordion-content-active span
{
	color: #666666;
}
#blogs .ui-accordion-content-active, #blogs .ui-accordion-header-active
{
	display: block;
}
#blogs .ui-accordion .ui-accordion-icons
{
	padding-left: 0em;
}
#blogs .ui-accordion .ui-accordion-noicons
{
	padding-left: 0em;
}
#blogs .ui-accordion .ui-accordion-icons .ui-accordion-icons
{
	padding-left: 0em;
}
#blogs .ui-accordion .ui-accordion-header .ui-accordion-header-icon
{
	margin-top: 5px;
	position: absolute;
	/*left: 4em;*/
	top: 10%;
}
#blogs .ui-accordion .ui-accordion-content
{
	border-top: 0;
	margin-bottom: 10px;
	margin-top: -10px;
	overflow: hidden;
}

/** Featured page **/
#featured{  }
#featured .col-full{ margin-bottom:40px; }
.featured-col{ float:left; width:31%; margin: 0 1% 40px 1%; overflow: hidden; max-height: 380px; position: relative;  }
.featured-col img{ max-width: 100%; }
#featured .featured-col .overlay {
    height:100%;
    width:100%;
    display: table;
    background-color: rgba(255,255,255, 0.4);
    opacity: 0;
	-moz-transition:opacity 0.3s ease-out;
	-webkit-transition:opacity 0.3s ease-out;
	-o-transition:opacity 0.3s ease-out;
	transition:opacity 0.3s ease-out;
}
#featured .featured-col .overlay p{
    color: #333333;
    text-align: center;
    display: table-cell;
    vertical-align:middle;
    font-size:26px;
    font-family:Kepler-Std-Display; 
}
#featured .featured-col .overlay-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:1;
}
#featured .featured-col:hover .overlay {
    opacity: 1;
}
.featured-left{ display: inline-block; width:52%; text-align: center; }
.featured-right{ display: inline-block; width:45%; margin-left:2%; text-align: center; vertical-align: top; }
.featured-left img{ max-width: 100%; } 
.featured-right h3{ color:#c5a888; letter-spacing: 2px; font-size: 20px; margin-top: 10px; }
.featured-right img.items-img{ 	width:100% !important;	height:auto !important; position: relative; max-width: 100%; position: relative; }
.featured-right .grid2 .col {	width: 47.5% !important;}
.featured-right .inner-col a{ position: relative; display: block; width:100%;}
.featured-right .inner-col{	display:inline-block;	width: 100% !important; height: auto !important; max-width: 100%;	margin-bottom:15px	}
.text-soldout{	margin-left: auto;	padding: 0px;	position: absolute;	text-align: center;	width:100%; left:0;right:0; bottom:6px; height:30px;line-height: 30px; background:rgb(0,0,0,0); background:rgba(0,0,0,0.8); font-size: 12px; color:#FFFFFF; } 


/** Newsletter Pop up **/
.home-newsletter .fancybox-skin{ padding:0px !important; }
#subscribe-dialog{ max-width:700px; height:450px; background: #d0d0d0 url(images/popup/popup_image.png) top left no-repeat; background-size: cover; }
/*#popup-left{ display:inline-block; text-align: center; width:288px; height:100%; }*/
#popup-inner{ display:inline-block; text-align: left; margin:auto; width:500px; vertical-align: middle;height:100%; position: relative; }
/*#popup-left img{ width:288px; height:400px; }*/
.subscribe-content{ display:none; width:96%; height:98%; line-height:1.6em; font-size:10px; overflow: hidden; background:#FFFFFF; padding:2% 2% 0 2%; text-align: center; z-index:99999 !important; }
.subscribe-content h1{ font-size:30px;}
.subscribe-content h2{ font-size:25px;}
.subscribe-content h3{ font-size:20px;}
.subscribe-content h1,.subscribe-content h2,.subscribe-content h3{ letter-spacing: 1px; line-height: 1.8em;font-family: 'Proxima Nova Semi Bold', Century Gothic, Arial, Helvetica, sans-serif; color:#FFFFFF; }
.subscribe-desc{ text-align: center; max-width:60%; margin:auto; margin-top:10%;}
.subscribe-desc p{ font-size:10px; color:#FFFFFF; }
.field-group{ margin-bottom:10px; width:60%; margin-left:auto; margin-right: auto; }
.field-group input[type=text],.field-group input[type=email]{ background:#FFFFFF; border:1px solid #bdbdbd; width:94%; height:20px; padding-left:2%; color:#5B5B5B; text-align:left;}
.sub-button{-webkit-appearance: none; color:#FFFFFF; border:0px; font-size:12px; padding:8px 2% 8px 2%; cursor: pointer; width:98%; letter-spacing: 1.5px}
.sub-button:hover{ }
.fancybox-close2 {
	background-image:none !important;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	z-index: 8040;
}
label.required-popup{
	color: #FFFFFF;
/*	position: absolute;
	margin:0px auto 0px auto;
	text-align: center !important;
	line-height:25px;
	width:57%;*/
}
#popup-thanks{ vertical-align: middle; height:100%;  width:500px; display: none;  }
#popup-thanks img{ vertical-align: middle;   /* height:100%;*/ }
.thanks-desc h1{ font-size:40px;letter-spacing: 2px; line-height: 1.2em;font-family: 'Proxima Nova Semi Bold', Century Gothic, Arial, Helvetica, sans-serif; color:#FFFFFF; }
.thanks-desc{ text-align: center; max-width:80%; margin:auto; margin-top:30%;}
.thanks-desc p{ font-size:10px; color:#FFFFFF; }

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
body iframe{
	max-width: 100% !important;
	margin: auto;
}


/* notifyModal */
.notifyModal {position:fixed;z-index:999999;background:rgba(0,0,0,0.4);opacity:0;cursor:pointer;transition:all 200ms ease; }
.notifyModal.overlay {top:0;bottom:0;left:0;right:0}
.notifyModal.overlay.center {top:0;bottom:0}
.notifyModal.open {opacity:1}
.notifyModal.open .notifyModal_content {-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1)}
.notifyModal .notifyModal_content {position:absolute;background:#FFFFFF;/* min-width:540px;*/min-width:280px; max-width:800px;padding:20px 15px;margin:auto;border:0px !important;text-align:center;box-shadow:0 2px 6px rgba(0, 0, 0, 0.3);transition:all 200ms ease;-webkit-transform:scale(0.95,0.95);-ms-transform:scale(0.95,0.95);transform:scale(0.95,0.95);font-family: 'Proxima Nova Semi Bold', Century Gothic, Arial, Helvetica, sans-serif;font-size:14px;font-weight:initial;font-style:initial;color:initial;text-decoration:initial;text-transform:initial; }
.notifyModal.leftTop {top:0;left:0}
.notifyModal.centerTop {top:0;left:0;right:0}
.notifyModal.rightTop {top:0;right:0}
.notifyModal.center {top:35%;bottom:auto;left:0;right:0}
.notifyModal.leftBottom {bottom:0;left:0}
.notifyModal.centerBottom {bottom:0;left:0;right:0}
.notifyModal.rightBottom {bottom:0;right:0}
.notifyModal.center .notifyModal_content {left:0;right:0;top:35%}
.notifyModal.leftTop .notifyModal_content {left:20px;top:20px}
.notifyModal.centerTop .notifyModal_content {left:0;right:0;top:20px}
.notifyModal.rightTop .notifyModal_content {right:20px;top:20px}
.notifyModal.leftBottom .notifyModal_content {left:20px;bottom:20px}
.notifyModal.centerBottom .notifyModal_content {left:0;right:0;bottom:20px}
.notifyModal.rightBottom .notifyModal_content {right:20px;bottom:20px}
.notifyModal .notifyModal_content .close {line-height:12px;font-size:25px;font-weight:bold;font-family:Century Gothic, Arial;position:absolute;right:8px;top:8px;color:#ffffff;opacity:0.8;padding:0;cursor:pointer;background:transparent;border:0;outline:0}
.notifyModal .notifyModal_content .close:hover {opacity:1}

.notifyModal.success .notifyModal_content{ border:2px solid #c5a888; color:#c5a888;}
.notifyModal.failed .notifyModal_content{ background:#c5a888; color:#FFFFFF; }

/** Join Waiting List Popup **/
.waiting-left{ display: inline-block; width:40%; text-align: center; }
.waiting-right{ display: inline-block; width:58%; text-align: center; vertical-align: top; }
.waiting-left img{ max-width: 90%; } 
.waiting-right h3{ color:#c5a888; letter-spacing: 2px; font-size: 20px; margin-top: 10px; }
.waiting-form{ width:75%; margin:10px auto 0px auto; }
.waiting-form .header{ color:#c5a888; font-size:12px; letter-spacing: 1px; text-transform: uppercase; }
.waiting-form input[type=text]{ border:1px solid #c5a888; text-align: center; }
.waiting-form .field-options-wrapper{ margin:10px auto 10px auto; }
.waiting-form .field-options{ margin:20px auto 30px auto; }
.waiting-form .field-options a{ font-size:12px;  color:#c5a888; display: inline-block;  padding:8px 12px; border:1px solid #c5a888;margin:0px 8px 4px 8px; }
.waiting-form .field-options a:hover{ color:#c5a888 !important;  } 
.waiting-form .field-options a.active{ background:#c5a888; color:#FFFFFF !important; }


/** Filtering Popup **/
.listing .popModal{ /*min-width:500px;*//* 600px*/ max-width:700px; width:100%; margin-top:3px; z-index: 1000; padding-top:0px; }
.listing .popModal .popModal_content.popModal_contentOverflow{ margin:5px -8px;; }
#filter-box{ }
.filter-inner{}
#filter-block{ display: inline-block; width:100%;  }
#filter-block h5{ color:#000000 !important; font-size:12px; margin:0px; padding:0px;}
.filter-col{ float: left; /*width:50%; */  width:35%; }
.filter-col:first-child{ width:28%; }
.filter-col ul{ margin:0px; list-style-type: none; margin-left:-5px; font-size:9px; text-align: left; /*-webkit-columns: 2; -moz-columns: 2; columns: 2;*/ }
.filter-col ul.left{ float:left; margin-right:30px;  }
/*.filter-col ul.right{ float:left;   } */
.filter-col ul li{ margin-bottom:8px; padding:0px; height:15px; line-height: 15px; text-align: left !important; }
.filter-col label{ cursor: pointer;  font-size:10px;  padding:0px 5px 0px 5px;}
.filter-col input[type=checkbox]{ border:1px solid #000000;  *overflow: hidden;    vertical-align: bottom;   position: relative; top: 1px; cursor: pointer;}
.filter-col .smallblack a{ font-size:9px !important; border-bottom:1px solid #333333;  letter-spacing: 0px; }

#price-range.ui-slider-horizontal{ margin-right:20px !important; height:.3em !important; }
#price-range.ui-slider-horizontal .ui-slider-handle { }
#price-range.ui-widget-content{ background: #bdbdbd !important; border:0px !important;  border-radius: 0px; }
#price-range .ui-widget-header{ background: #333333; }
#handle-from {
	width: 3em;
	height: 1.6em;
	top: 50%;
	margin-top: -.8em;
	text-align: center;
	line-height: 1.6em;
}
#handle-to {
	width: 3em;
	height: 1.6em;
	top: 50%;
	margin-top: -.8em;
	text-align: center;
	line-height: 1.6em;
}
#handle-from.ui-state-hover,#handle-to.ui-state-hover,
#handle-from.ui-state-active,#handle-to.ui-state-active  {
	background: #000000 !important; 
	border:1px solid #000000;
	cursor: pointer;
}
#handle-from.ui-corner-all,#handle-to.ui-corner-all{ border-radius:0px !important; }

/** Contact Us **/
.contact-left{ display: inline-block; width:45%; vertical-align: top; }
.contact-right{ display: inline-block; width:54%; }
.contact-left h1{ color:#c5a888; margin-top:0px; font-size:20px;}
.contact-left strong{ color:#333333;}
.contact-right .tips{ font-size:12px; color:#333333; margin-bottom:20px;}
.contact-right .tips a{ border-bottom:1px solid #333333; } 

.new-box{ border:2px solid #e0e0e0;padding:10px; }
tr td img.item-img{ height:120px; width:auto; vertical-align: middle; margin-right: 20px}

/** Success Page **/
.grey-box{ 
	width:98%;
	background:#bbbbbb;
	color:#FFFFFF;
	padding:20px 1% 20px 1%;
	margin-bottom: 20px;

}
.grey-box .title{
	text-decoration: none;
	font-weight:bold !important;
	font-size: 18px;
	margin:0px;
	padding:0px;
} 
.grey-box p{
	padding:0px;
	margin:0px;
}

.brown-box{ 
	width:98%;
	background:#c5a888;
	color:#FFFFFF;
	padding:20px 1% 20px 1%;
	margin-bottom: 20px;
	
}
.brown-box .title{
	text-decoration: none;
	font-weight:bold !important;
	font-size: 18px;
	margin:0px;
	padding:0px;
} 
.brown-box p{
	padding:0px;
	margin:0px;
}

.grey-border-box{ 
	border-top:2px solid #c5a888;
	border-right:2px solid #c5a888;
	border-left:2px solid #c5a888;
	max-width: 350px;
	margin:20px auto 40px auto;
}

.grey-border-box p{ color:#c5a888; width:100%; border-bottom:2px solid #c5a888; padding-bottom:10px;} 

#product-page-footer{ display: none; }
.mobile-close{ position: absolute; right:10px; }
.mobile-close a{ padding:5px 10px 5px 10px;   } 

.summary-left{ float:left;width:300px;padding-right:10%; }
.summary-right{ float:right; }

.content-inner img{ max-width: 100% !important; height: auto !important; }

.zoomContainer{
	width:0 !important;
	height:0 !important;
	z-index: 99;
}
.zoomWindow{
	
}


/** UI Slider **/
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.g-recaptcha {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}