
body{	
  margin: 0;
  padding: 0;
  background-color: #FFF;				
  font-family: 'Roboto', serif;
  font-size: 11pt;
  color: #666464;
}

A:link, A:visited{
  font-family: 'Roboto', serif;
  font-size: 11pt;
  outline: none;
  text-decoration: underline;
  color: #BFAB84;
}

A:hover{
  text-decoration: none;
}

p{
  margin: 0;
  padding: 10px 0 0;
  line-height: 20px;	
}

ul{
  margin: 20px 0 10px;
  padding: 0 0 0 20px;
}

ul li{
  padding-bottom: 5px;
}

img{
  width: auto;
  max-width: 100%;
  border: 0;			
}

form{
  margin: 0;
  padding: 0;
}

.scope, .scope A:link, .scope A:visited{
  font-family: 'Scope One', serif;
  font-size: 12pt;		
}

.wrapper-h{
  width: 100%;
  position: fixed;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.65);
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.35);				
}

.reduced{
  background-color: #FFF;	
}

.wrapper-c{
  width: auto;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 1;					
}

.resposive-menu-trigger {
  display: none;
  vertical-align: top;	
  width: 35px;
  height: 30px;
  position: absolute;
  left: 14px;
  top: 7px;
  z-index: 11;				
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}

.resposive-menu-trigger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #BFAB84;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.resposive-menu-trigger span:nth-child(1) {
  top: 0px;
}

.resposive-menu-trigger span:nth-child(2), .resposive-menu-trigger span:nth-child(3) {
  top: 10px;
}

.resposive-menu-trigger span:nth-child(4) {
  top: 20px;
}

.resposive-menu-trigger.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.resposive-menu-trigger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.resposive-menu-trigger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.resposive-menu-trigger.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.resposive-menu-container {
  display: none;
  width: 100%;
  padding-top: 10px;
  background-color: #FFF;	
  border-top: 1px solid #E5E5E5;	
  position: fixed;
  right: 0;
  top: 85px;
  z-index: 3;
  overflow-y: auto;	
}

.rmc-link:link, .rmc-link:visited {
  display: block;
  text-align: left;
  padding: 30px 10px 30px 30px;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
  z-index: 1;		
  text-decoration: none;
  text-transform: uppercase;	
  color: #555;
  font-size: 10pt;
  font-family: Verdana;		
}

.rmc-link span{
  display: block;
  position: absolute;
  right: 10px;
  top: 17px;
  font-size: 25pt;
  color: #6C6764;	
}

.rmc-link:hover {
  color: #0089C8;
}

.logo{
  position: absolute;
  top: 10px;
  left: 50%;
  width: auto;
  max-width: 449px;		
  -webkit-transform: translateX(-50%);	
  -moz-transform: translateX(-50%);	
  -ms-transform: translateX(-50%);	
  -o-transform: translateX(-50%);	
  transform: translateX(-50%);	
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;							
}

.reduced .logo{
  top: 3px;	
  max-width: 250px;		
}

.header{
  text-align: right;					
}

.vip-btn{
  position: relative;
  z-index: 1;	
  padding: 100px 0 0 10px;
  text-align: right;				
}

.vip-logged-link:link, .vip-logged-link:visited, .vip-login-link:link, .vip-login-link:visited{
  font-size: 14pt;
  color: #FFF;
  text-decoration: none;		
}

.vip-logged-link:hover, .vip-login-link:hover{
  text-decoration: underline;	
}

.cart-btn{
  display: inline-block;	
  position: relative;
  z-index: 1;			
}

.cart-total{
  display: block;	
  position: absolute;
  left: 3px;
  top: 9px;
  width: 18px;
  height: 15px;
  text-align: center;
  overflow: hidden;	
  color: #121212;
  font-size: 10pt;								
}

.login{
  display: inline-block;
  position: relative;
  z-index: 1;	
  text-align: left;				
}

.search-btn{
  display: inline-block;
  padding-right: 30px;		
}

.header-sep{
  display: inline-block;
  margin: 14px 20px 0;
  width: 1px;
  height: 24px;		
  background-color: #AAABAF;					
}

.top-menu{
  text-align: center;
  padding-top: 35px;		
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;			
}

.reduced .top-menu{
  padding-top: 0;		
}

.tm-main{
  display: inline-block;			
}

.tm-link:link, .tm-link:visited{
  padding: 15px 25px;	
  text-decoration: none;
  font-size: 10pt;	
  text-transform: uppercase;	
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;	
  font-weight: 500;	
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;			
}

.reduced .tm-link:link, .reduced .tm-link:visited{
  padding-top: 5px;
  padding-bottom: 5px;		
}

.tm-item A:link, .tm-item A:visited{
  color: #525965;	
}

.tm-itemS A:link, .tm-itemS A:visited{
  color: #A89672;
}

.tm-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #525965;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.tm-link:hover:before, .tm-link:focus:before, .tm-link:active:before {
  left: 0;
  right: 0;
}

.tm-item A:hover{
  color: #636162;	
}

.clear{
  clear: both;	
}

.search{	
  text-align: right;	
  display: none;	
  position: absolute;
  right: 0;
  top: 124px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 20px 20px;	
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;		
}

.reduced .search{
  top: 68px;	
}

.search div{
  display: inline-block;	
  border: 1px solid #525965;
  border-radius: 5px;
  position: relative;
  z-index: 1;					
}

.s-input{
  width: 210px;
  padding: 10px 45px 10px 10px;
  background-color: transparent;
  border: 0;		
  color: #525965;	
  font-size: 10pt;			
}

.s-action{
  position: absolute;
  right: 15px;
  top: 10px;
  width: 18px;				
}

.content{
  width: 100%;
  height: auto;
  min-height: 723px;				
}

.footer{
  width: 90%;
  padding: 25px 5% 20px;	
  color: #CCC;
  background-color: #25211E;	
  font-size: 8pt;
  font-family: Verdana;	
}

.ft-links A:link, .ft-links A:visited{
  display: block;
  padding: 3px 5px;
  color: #CCC;
  text-decoration: none;
  font-size: 8pt;
  font-family: Verdana;	
}

.ft-links A:hover{
  color: #636162;
}

.footer-top{
  width: 100%;	
  padding-bottom: 20px;	
}

.footer-bottom{
  padding-top: 20px;
  border-top: 1px solid #676462;	
  color: #CCC;	
}

.ft-block{
  float: left;
}

.ft-inner{
  float: left;
}

.ft-block label{
  display: block;
  padding: 0 0 20px 5px;
  color: #FFF;
  text-transform: uppercase;
}

.ft-inner div{
  clear: left;
  float: left;
  padding-right: 15px;
}

.ft-collection, .ft-socials, .ft-support{
  margin-left: 120px;	
  padding-left: 120px;
  border-left: 1px solid #676462;
  height: 155px;			
}

.socials:link, .socials:visited{
  display: inline-block;
  padding: 12px 0 12px 45px;
  text-decoration: none;
  color: #CCC;			  	
  font-size: 8pt;	
}

.facebook{
  background: url(../images/socials/facebook.jpg) left center no-repeat;	
}

.instagram{
  background: url(../images/socials/instagram.png) left center no-repeat;	
}

.socials:hover{
  color: #636162;
}

.ft-logo{
  float: right;
}

.ft-copy{
  padding-left: 5px;
  float: left;
}

.ft-design{
  float: right;
}

.ft-design A:link, .ft-design A:visited{
  font-size: 8pt;
  color: #CCC;
}

.ft-design A:hover{
  text-decoration: none;
}

.welcome-wp{
  width: auto;
  max-width: 1000px;
  padding: 20px 15px;
  margin: 0 auto;		
  text-align: center;				
}

.welcome-wp h1,
.welcome-wp p b{
    margin: 0;
    font-weight: 500;
    font-size: 24px;
}

.welcome{
  width: auto;
  max-width: 490px;		
  margin: 0 auto 30px;
  padding: 0 0 20px;
  border-bottom: 1px solid #D3D2D2;	
  font-weight: 200;
  font-size: 30pt;	
  color: #3E3B3C;				
}

.banners-L{	
  display: inline-block;
  vertical-align: top;	
  width: 49%;
  padding-right: 1%;					
}

.banners-R{	
  display: inline-block;
  vertical-align: top;	
  width: 49%;
  padding-left: 1%;					
}

.banners-M{	
  width: 100%;				
}

.banner-wp{
  width: auto;	
  position: relative;
  z-index: 1;
  margin-top: 20px;					
}

.banners-M:first-child .banner-wp{
  margin-top: 0;
  padding-top: 85px;		
}

.banners-L, .banners-R{
  max-width: 935px;	
}

.banners-M{
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;				
}

.banner-blank{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);  	
}

.banner-info{
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;	
  width: auto;
  max-width: 350px;
  -webkit-transform: translate(-50%, -50%);	
  -moz-transform: translate(-50%, -50%);	
  -ms-transform: translate(-50%, -50%);	
  -o-transform: translate(-50%, -50%);	
  transform: translate(-50%, -50%);
  color: #FFF;	
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);	
  text-align: center;					
}

.banner-ttl{
  padding: 25px 0 15px;
  color: #FFF;
  font-size: 20pt;			
}

.banner-txt{
  padding-right: 30px;	
  font-size: 10pt;	
}

.banner-link:link, .banner-link:visited{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding: 10px 25px;
  margin-top: 20px;	
  background-color: #BFAB84;
  border-radius: 5px;	
  color: #FFF;
  font-size: 10pt;	
  text-decoration: none;
  text-transform: uppercase;				
}

.banner-link:hover{
  background-color: #FFF;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);		
  color: #BFAB84;		
}

.home-video{
  margin-top: 20px;	
}

.home-video-info{
  width: auto;
  max-width: 600px;	
  margin: 0 auto;		
  text-align: center;	
}

.home-video-info .banner-ttl{
  color: #666464;	
}

.video A:link, .video A:visited{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  position: relative;
  z-index: 1;			
}

.video-icn{
  display: block;
  width: 83px;
  height: 83px;
  background: url(../images/video-icn.png) center center no-repeat;	
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -41px 0 0 -41px;							
} 

.page-err{
  width: auto;
  max-width: 450px;
  text-align: center;
  padding: 50px 15px;
  margin: 0 auto;					
}

.page-err h1{
  margin: 30px 0;	
  font-size: 60pt;
  color: #FF0000;		
}

.page-err h2{
  margin: 0;
  padding: 0;		
  font-size: 30pt;
  color: #525965;
  font-weight: normal;			
}

.page-err p, .page-err A:link, .page-err A:visited{
  color: #666464;	
}

.page-err A:hover{
  text-decoration: none;	
}

.par{
  width: auto;
  max-width: 1500px;		
  padding: 30px 15px 0;
  margin: 0 auto;				
}

.par-about{
  width: auto;
  max-width: 1070px;		
  padding: 30px 15px 0;
  margin: 0 auto;
  text-align: center;					
}

.services .par{
  max-width: 1230px;
}

.par-L{
  display: flex;
  flex-wrap: wrap;	
  justify-content: flex-end;	
  text-align: right;	
}

.par-R{
  display: flex;
  flex-wrap: wrap;	
  justify-content: flex-start;	
}

.par-ttl{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;	
  padding: 0 0 5px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #A7A5A6;		
  font-weight: 300;
  font-size: 20pt;				
}

.par-R .par-media{
  width: 52%;	
  padding-right: 3%;
  order: 1;
  text-align: center;
  align-self: center;
}

.par-L .par-media{
  width: 52%;	
  padding-left: 3%;	
  order: 3;
  text-align: center;
  align-self: center
}

.par-C .par-info{
  text-align: center;
  padding-bottom: 30px;	
}

.par-L .par-info, .par-R .par-info{
  width: 40%;	
  order: 2;			
}

.header-spacer{
  width: 100%;
  height: 150px;		
}

.filter-thumbs{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;	
  width: auto;
  max-width: 1510px;
  margin: 0 auto;					
}

.cth:link, .cth:visited{
  position: relative;
  z-index: 1;
  margin-top: 15px;	
  height: 425px;				
}

.cth-s:link, .cth-s:visited{
  width: 38%;	
}

.cth-m:link, .cth-m:visited{
  width: 61%;	
}

.cth-b:link, .cth-b:visited{
  width: 100%;	
}

.cth span, .cth-footer span{
  display: block;	
  position: absolute;		
}

.cth-bg{
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);							
}

.cth-ttl{
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);	
  -moz-transform: translateY(-50%);	
  -ms-transform: translateY(-50%);	
  -o-transform: translateY(-50%);	
  transform: translateY(-50%);	
  z-index: 3;
  text-align: center;	
  color: #FFF;
  font-size: 20pt;	
  text-shadow: -1px 3px 2px rgba(0, 0, 0, 0.5);								
}

.cth img{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;					
}

.cth-footer:link, .cth-footer:visited{
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 30px;				
}

.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(197, 179, 144, 0.8);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shutter-out-vertical:hover {
  color: white;
}

.hvr-shutter-out-vertical:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.products{
  width: auto;
  max-width: 1510px;
  padding: 0 15px;
  margin: 0 auto;				
}

.p-header{
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;			
}

.p-header label{
  padding-top: 3px;	
  text-transform: uppercase;
  font-size: 10pt;
  font-weight: 500;		
	align-self: center;		
}

.filter-wp{
  position: relative;
  z-index: 3;
  margin: 3px 0 3px 45px; 			
}

.brand-lbl{
  padding-left: 30px;	
}

.p-cnt{
  height: auto;
  min-height: 300px;		
}

.filter-wp A:link, .filter-wp A:visited{
  display: block;
  padding: 3px 45px 3px 3px;
  border-bottom: 1px solid #DADADA;
  background: url(../images/arr-down.png) right center no-repeat;	
  color: #7F8FA4;
  font-size: 10pt;	
  text-decoration: none;
  text-transform: uppercase;						
}

.p-header-m-wp .filter-wp{
  margin: 0 15px;	
}

.p-header-m-wp .filter-wp A:link, .p-header-m-wp .filter-wp A:visited{
  padding-top: 20px;
  padding-bottom: 20px;		
}

.filter-wp A.active:link, .filter-wp A.active:visited{
  background: url(../images/arr-up.png) right center no-repeat;							
}

.filter-options{
  display: none;	
  position: absolute;
  left: -10px;
  top: 25px;
  padding: 10px 10px 5px;
  width: auto;
  min-width: 200px;			
  background-color: #FFF;
  font-size: 10pt;					
}

.filter-apply{
  padding: 10px 0 0 5px;
}

.filter-apply-btn{
  background-color: #9B8D72;
  padding: 5px 10px;
  color: #FFF;
  font-size: 7pt;
  text-transform: uppercase;
  font-weight: bold;		
  border: 0;	
  cursor: pointer;		 
}

.p-header-m-wp .filter-options{
  position: relative;
  left: 0;
  top: 0;
  padding: 15px 0 0;				
}

.filter-options div{
  padding-bottom: 5px;	
}

.p-filter{
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;			
}

.p-filter A:link, .p-filter A:visited{
  text-decoration: none;
  color: #535151;		
}

.filter-clear:link, .filter-clear:visited{
  background-color: #FFF;
  border: 1px solid #DFE3E9;
  padding: 5px 20px;
  margin-top: 5px;		
  font-size: 10pt;
  text-transform: uppercase;				
}

.filter-item:link, .filter-item:visited{
  border-top: 1px solid #F3F4F6;
  border-bottom: 1px solid #F3F4F6;
  border-left: 10px solid #F3F4F6;
  border-right: 10px solid #F3F4F6;
  background: url(../images/clear-filter.png) right center no-repeat #F3F4F6;
  padding: 5px 25px 5px 10px;
  margin: 5px 0 0 10px;			
  font-size: 10pt;				
}

.p-cnt{
  width: 100%;	
  position: relative;
  z-index: 1;				
}

.pth:link, .pth:visited{	
  position: relative;
  z-index: 1;	
  border: 5px solid #F5F5F5;
  background-color: #FFF;
  text-align: center;		
  box-sizing: border-box;
  width: calc(15% - 10px);
  margin: 27px 0.75% 0;	
  overflow: hidden;							
}

.pth-first:link, .pth-first:visited{
  width: calc(31.5% - 10px);	
  float: left;							
}

.pth:first-child img{
  height: auto;	
  max-height: 438px;
}

.pth:not(:first-child) img{
  max-height: 201px;
}

.pth-info{
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 3;	
  width: 90%;
  padding: 0 5%;
  text-align: center;		
  color: #FFF;	
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);	
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;									
}

.pth:hover .pth-info{
  display: block;	
  top: 50%;
  -webkit-transform: translateY(-50%);	
  -moz-transform: translateY(-50%);	
  -ms-transform: translateY(-50%);	
  -o-transform: translateY(-50%);	
  transform: translateY(-50%);			
}

.pth-brand{
  display: block;
  color: #f6dca8;
  padding-bottom: 10px;	
  font-size: 14pt;	
}

.pth-txt{
  display: block;
  font-size: 10pt;
  padding-top: 10px;			
}

.pth-price{
  display: block;
  font-family: Georgia;		
  padding-top: 10px;
  font-size: 14pt;		
}

.pth-off{
  display: block;	
  font-family: Georgia;		
  padding-top: 10px;
  font-size: 14pt;
  color: #FF0000;
  text-shadow: none;			
}

.pth-reg{
  display: block;		
  font-family: Georgia;		
  padding-top: 5px;
  font-size: 10pt;
  text-decoration: line-through;		
}

.pth-fav{
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;	
}

.pth-out-of-stock{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100px;
  height: 100px;
  background: url(../images/out-of-stock.png) no-repeat;
  background-size: 100%; 					
}

.pi-img-wp .pth-out-of-stock{
  width: 150px;
  height: 150px;	
}

.pth-fav span{
  font: normal normal normal 20px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-left: 0;  	
}

.pth-fav span:after {
  content: '\f006';
  color: #d2d2d2;
}

.pth-fav span:hover:after{
  color: #FFF;	
}

.pth-fav span.active:after {
  content: '\f005';
  color: #fecf06;
}

.pth-fav span.active:hover:after{
  color: #f9e9a6;	
}

.not-found{
  width: auto;
  max-width: 300px;
  padding: 20px 0;	
  margin: 100px auto;			
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);	
  background-color: #FFF;				
}

.p-header-m{
  display: none;	
}

.p-header-refine-link:link, .p-header-refine-link:visited{
  display: block;
  background: linear-gradient(#BFAB84, #8E7F63);
  text-align: center;
  padding: 10px 20px;
  margin-top: 10px;			
  color: #FFF;
  text-decoration: none;
  font-size: 14pt;					
}

.p-header-refine-close:link, .p-header-refine-close:visited{
  display: block;
  background: linear-gradient(#BFAB84, #8E7F63);
  text-align: center;
  padding: 10px 0;		
  color: #FFF;
  text-decoration: none;
  font-size: 14pt;	
}

.p-header-refine-close span{
  position: absolute;
  right: 15px;
  top: 15px;
  display: block;
  cursor: pointer;
  width: 10px;
  height: 10px;				
  background: url(../images/close.png) no-repeat;				
}

.p-header-refine-link:hover, .p-header-refine-close:hover{
  background: linear-gradient(#8E7F63, #BFAB84);	
}

.header-banner{
  width: 100%;
  overflow: hidden;		
}

.header-banner img{
  width: 100%;	
}

.p-header-m-cnt{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;	
  background-color: #FFF;
  z-index: 100;								
}

.p-header-m-wp{
  height: calc(100% - 120px);	
  overflow-y: auto;		
}

.p-header-spacer{
  width: 100%;	
  height: 100px;	
}

.p-header-footer{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  background-color: #FFF;
  border-top: 1px solid #F5F5F5;	
  z-index: 3;								
}

.p-header-footer A:link, .p-header-footer A:visited{
  display: inline-block;
  padding: 10px 20px;
  color: #121212;
  border: 1px solid #CCC;
  border-radius: 5px;
  margin: 0 10px;	
  text-decoration: none;						
}

.p-header-footer A:hover{
  background-color: #BFAB84;
  color: #FFF;		
}

.pager{
  padding-top: 50px;				
}

.pager A:link, .pager A:visited{
  display: block;	
  padding: 15px 0;
  width: auto;
  max-width: 300px;
  margin: 0 auto;		
  background-color: #C8B694;		
  text-align: center;			
  text-decoration: none;
  color: #FFF;	
  text-transform: uppercase;
  font-size: 10pt;
  font-weight: 500;	
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  position: relative;
  z-index: 1;							 	
}

.pager A:hover{
  background-color: #9B8D72;	
}

.pager span{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/loading-1.gif) center center no-repeat #9B8D72;
  cursor: default;							
}

.featured{
  max-width: 1510px;
  margin: 0 auto;	
  padding-top: 30px;					
}

.featured label{
  display: block;
  width: auto;
  max-width: 425px;
  border-bottom: 1px solid #D3D2D2;			
  padding-bottom: 10px; 	
  margin: 0 15px;	
  text-transform: uppercase;	
  font-size: 20pt;
  font-weight: 300;
  color: #231F20;				
}

.featured-wp{
  display: flex;
  flex-wrap: wrap;
  width: auto;
  max-width: 1100px;
  padding: 30px 15px 0;			
}

.f-img{
  width: 40%;
  padding-right: 5%;		
}

.f-info{
  width: 55%;	
}

.f-ttl, .pi-ttl{
  padding-bottom: 10px;
  border-bottom: 1px solid #A7A5A6;		
  font-size: 14pt;		
}

.f-sku, .pi-sku{
  padding-top: 10px;	
  color: #A9A8A8;
  font-size: 14pt;		
}

.f-txt, .pi-txt{
  padding-top: 20px;	
}

.f-price, .pi-price, .pi-off{
  display: block;
  font-family: Georgia;		
  padding-top: 10px;
  font-size: 25pt;	
  color: #B1996A;	
}

.pi-off, .f-price-off{
  display: inline-block;
  padding-left: 20px;		
  color: #FF0000;
  font-size: 16pt;			
}

.pi-reg{
  padding-top: 20px;	
  font-size: 16pt;
  font-family: Georgia;	
  text-decoration: line-through;			
}

.p-btn:link, .p-btn:visited{
  display: inline-block;
  padding: 10px 30px;
  background-color: #BFAB84;
  margin-top: 30px;		
  color: #FFF;
  text-decoration: none;
  font-size: 10pt;
  text-transform: uppercase;							
}

.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-outline-in:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #BFAB84 solid 3px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}

.hvr-outline-in:hover:before {
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  opacity: 1;
}

.product-info{
  max-width: 1510px;
  margin: 0 auto;	
  display: flex;
  flex-wrap: wrap;
  padding: 30px 15px 0;			
}

.pi-img{
  width: 40%;
  padding-right: 5%;		
}

.pi-img-wp{
  position: relative;
  z-index: 1;
  text-align: center;			
}

.pi-info{
  width: 55%;
  padding-top: 30px;		
}

.pi-frame{
  width: 100%;	
}

.pi-brand{
  position: relative;
  top: -30px;		
}

.pi-gallery{
  display: flex;
  flex-wrap: wrap;	
  justify-content: center;		
}

.pi-gallery A:link, .pi-gallery A:visited{
  position: relative;
  z-index: 1;
  border: 1px solid #F0F0F0;
  margin: 10px 5px 0;				
}

.pi-gallery span{
  display: block;
  visibility: hidden;
  opacity: 0;		
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/enlarge.png) center center no-repeat rgba(0, 0, 0, 0.3);
  -webkit-transition: visibility 0s, opacity 0.5s linear;		
  -moz-transition: visibility 0s, opacity 0.5s linear;		
  -o-transition: visibility 0s, opacity 0.5s linear;		
  transition: visibility 0s, opacity 0.5s linear;						
}

.pi-gallery A:hover span{
  visibility: visible;
  opacity: 1;	
}

.pi-qty-wp{
  padding-top: 30px;		
}

.pi-qty-wp label{
  float: left;
  padding: 6px 20px 0 0;	
  font-size: 14pt;		
}

.pi-qty-cnt{
  float: left;	
  display: flex;
  flex-wrap: wrap;				
}

.col-qty .pi-qty-cnt{
  float: none;
  justify-content: center;		
}

.pi-qty-cnt A:link, .pi-qty-cnt A:visited{
  padding: 3px 20px 0;
  border-top: 1px solid #CED0DA;
  border-bottom: 1px solid #CED0DA;	
  height: 29px;	
  background: linear-gradient(#F2F4F7, #FFF);	
  text-decoration: none;
  color: #231F20;
  font-size: 16pt;				
}

.pi-qty-cnt A.pi-qty-less:link, .pi-qty-cnt A.pi-qty-less:visited{
  border-left: 1px solid #CED0DA;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;				
}

.pi-qty-cnt A.pi-qty-more:link, .pi-qty-cnt A.pi-qty-more:visited{
  border-right: 1px solid #CED0DA;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;				
}

.pi-qty-cnt A.pi-qty-disabled:link, .pi-qty-cnt A.pi-qty-disabled:visited{
  cursor: not-allowed;	
}

.pi-qty{
  border: 1px solid #CED0DA;
  width: 50px;
  height: 27px;	
  text-align: center;
  padding: 5px 0 0;			
  color: #231F20;
  font-size: 14pt; 		
}

.product-info .p-btn{
  margin-right: 10px;	
}

.popup-fade {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.popup-wp{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);	
  -moz-transform: translate(-50%, -50%);	
  -ms-transform: translate(-50%, -50%);	
  -o-transform: translate(-50%, -50%);	
  transform: translate(-50%, -50%);
  width: 500px;
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);										
}

.popup-first-order .popup-wp{
  border-radius: 0;	
  text-align: center;	
}

.pfo-ttl{	
  padding-top: 20px;		
  text-transform: uppercase;	
  font-size: 19pt;	
}

.pfo-txt{
  font-style: italic;
  padding-top: 20px;		
}

.pfo-email{
  padding: 20px 0;	
}

.pfo-email input{
  width: calc(100% - 30px);
  padding: 8px 15px;
  border: 1px solid #CED0DA;
  border-radius: 5px;
  background-color: #FFF;				
  font-size: 9pt;
  font-weight: 500;	
  color: #666464;	
}

.pfo-register{
  padding-bottom: 20px;	
}

.pfo-register A:link, .pfo-register A:visited{
  display: inline-block;
  width: 200px;
  height: 24px;
  background-color: #BFAB84;
  padding-top: 7px;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #FFF;
  text-decoration: none;
  font-size: 10pt;
  text-transform: uppercase;		
}

.pfo-register span{
  position: absolute;
  z-index: 1;	
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/loading-2.gif) center center no-repeat #BFAB84;	
  cursor: default;					
}

.pfo-register A:hover{
  background-color: #525965;	
}

.pfo-wrn{
  position: relative;
  top: -5px;		
  font-size: 8pt;
  color: #ADACAC;		
}

.pfo-thanks A:link, .pfo-thanks A:visited{
  color: #666464;
  text-transform: uppercase;
  font-size: 8pt;			
}

.why-certified-wp{
  width: 1200px;
  font-family: 'Scope One', serif;
  font-size: 12pt;			
}

.services-popup-form{
  padding-top: 20px; 	
}

.services-watch{
  background: url(../images/watches-repair-inner.jpg) no-repeat;	
}

.services-jewellery{
  background: url(../images/jewellery-repair-inner.jpg) no-repeat;	
}

.services{
  width: 100%;
  background-size: cover;			
  padding: 100px 0;	
}

.services-inner{
  width: auto;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;	
  text-align: center;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.5);	
  color: #FFF;			
}

.services-inner ul{
  text-align: left;	
}

.services-points{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;			
}

.services-points ul{
  width: calc(30% - 20px);	
}

.service-row{	
  width: auto;
  max-width: 1500px;
  margin: 0 auto;			
  position: relative;		
}

.service-col{
  width: 55%;
  background-color: #F5F5F5;
  border-top: 1px solid #D7D7D7; 			
}

.sc-ttl{
  padding: 10px;	
}

.sc-ttl-year{
  padding: 10px 10px 0;
  text-align: left;
  text-decoration: underline;				
}

.sc-ttl-wp{
  padding: 5px 10px 10px;	
}

.service-row .service-col:first-child{
  position: absolute;
  left: 0;
  top: 0;	
  text-align: left;			
}

.sc-ttl-wp{
  display: flex;
  justify-content: space-between;		
}

.service-row .service-col:last-child{
  position: relative;
  display: inline-block;		
}

.srj-r{
  text-align: right;	
}

.srj-zi-1{
  z-index: 1;	
}

.srj-zi-1 .service-col:last-child{
  margin-top: 150px;
}

.srj-zi-2{
  z-index: 2;	
}

.srj-zi-2 .service-col:last-child{
  margin-top: 100px;
}

.srj-zi-3{
  z-index: 3;	
}

.srj-zi-3 .service-col:first-child{
  top: -100px;	
}

.srj-zi-3 .service-col:last-child{
  margin-top: 60px;
}

.srj-zi-4{
  z-index: 4;	
}

.srj-zi-4 .service-col:first-child{
  top: -100px;	
}

.srj-zi-4 .service-col:last-child{
  margin-top: 70px;
}

.srj-zi-5{
  z-index: 4;	
}

.srj-zi-5 .service-col:first-child{
  top: -60px;	
}

.srj-zi-5 .service-col:last-child{
  margin-top: 70px;
}

.why-certified{
  padding-right: 20px;		
  height: auto;
  max-height: 600px;
  overflow: auto;			
}

.why-img{
  float: left;
  padding: 15px 20px 15px 0;		
}

.popup-header A:link, .popup-header A:visited {
  display: block;
  padding: 10px 0;
  background-color: #BFAB84;
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;		
  color: #FFF;
  text-transform: uppercase;
  font-size: 10pt;
  text-decoration: none;	
}

.popup-header span {
  display: block;
  position: absolute;
  cursor: pointer;
  right: 13px;
  top: 13px;
  opacity: 1;
  transition: opacity .3s;	
}

.popup-header A:hover {
  opacity: 0.6;
}

.popup-form{
  padding: 10px 20px 30px;	
}

.pf-lbl{	
  padding: 10px 0 5px 1%;	
  font-size: 10pt;
  text-transform: uppercase;	
  font-weight: 500;	
  color: #BFAB84;			
}

.pf-item{
  display: inline-block;
  box-sizing: border-box;		
  width: 48%;	
  padding: 3px 1%;	
}

.pf-item-full{
  padding: 3px 0 3px 1%;	
}

.pf-input{
  width: 90%;
  padding: 5px 5%;
  border: 1px solid #CED0DA;
  border-radius: 5px;
  background-color: #FFF;				
  font-size: 9pt;
  font-weight: 500;	
  color: #666464;			
}

.pf-file{
  display: none;	
}

.pf-area{
  padding: 3px 1%;	
}

.pf-area textarea{
  width: 90%;
  height: 100px;	
  padding: 5px 5%;
  border: 1px solid	#CED0DA;
  border-radius: 5px;
  background-color: #FFF;	
  resize: none;				
  font-size: 9pt;
  color: #666464;			
}

.pf-security{
  display: flex;
  padding: 5px 0;
  justify-content: flex-end;			
}

.pfs-lbl{
  padding-top: 7px;	
  font-size: 10pt;
  text-transform: uppercase;
  font-weight: 500;			
}

.pfs-lbl span{
  display: inline-block;
  padding-left: 5px;		
}

.pfs-input{
  padding: 0 10px;	
}

.pfs-input input{
  width: 50px;
  padding: 6px 0 5px;
  border: 1px solid #CED0DA;
  background-color: #FFF;				
  font-size: 9pt;
  font-weight: 500;	
  color: #666464;
  text-align: center;		
}

.pf-item input.err, .pfs-input input.err{
  box-shadow: 0 0 8px rgba(255, 0, 0, 0.6);		
}

.pfs-btn A:link, .pfs-btn A:visited{
  position: relative;
  z-index: 1;	
  display: inline-block;
  padding: 6px 17px;
  background-color: #BFAB84;
  color: #FFF;
  font-size: 10pt;
  text-transform: uppercase;
  text-decoration: none;						
}

.pfs-btn span{
  position: absolute;
  z-index: 1;	
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/loading-2.gif) center center no-repeat #BFAB84;						
}

.popup-msg{
  text-align: center;	
}

.p-header-w{
  display: flex;
  flex-wrap: wrap;	
  padding-top: 10px;
  justify-content: space-between;			
}

.p-header-w A:link, .p-header-w A:visited{		
  margin-top: 20px;
  width: 49%;	
  text-decoration: none;
  overflow: hidden;	
  position: relative;
  z-index: 1;				
}

.trade{
  display: block;
  position: absolute;
  left: 50%;
  bottom: -40px;
  width: 130px;
  margin-left: -65px;	
  text-align: center;
  padding: 10px 0;		
  background-color: #BFAB84;
  color: #FFF;
  font-size: 10pt;
  font-weight: 500;	
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;	
}

.p-header-w A:hover .trade{
  bottom: 10px;	
}

.pop-cart-added{
  display: flex;
  flex-wrap: wrap;		
}

.pop-cart-img{
  width: 30%;
  padding-right: 5%;		
}

.pop-cart-info{
  width: 55%;	
}

.pop-cart-qty{
  padding-top: 15px;			
}

.pop-cart-qty div{
  display: inline-block;	
  font-size: 13pt;
  text-transform: uppercase;
  font-weight: 500;				
}

.pop-cart-qty div:first-child{
  padding-right: 20px;	
}

.pop-cart-qty font{
  color: #B1996A;
  font-size: 16pt;		
}

.pop-cart-footer{
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;				
}

.pop-cart-footer-inv{
  justify-content: center;	
}

.pop-cart-footer A:link, .pop-cart-footer A:visited{
  width: 49%;
  text-align: center;
  padding: 10px 0;
  background-color: #BFAB84;	
  color: #FFF;				
  text-decoration: none;
  font-size: 10pt;
  text-transform: uppercase;
  position: relative;
  z-index: 1;						
}

.pop-cart-footer span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/loading-2.gif) center center no-repeat #BFAB84;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;			
}

.login-form{
  display: none;	
  position: absolute;
  right: -20px;
  top: 112px;
  background-color: #525965;					
}

.reduced .login-form{
  top: 57px;	
}

.lf-wp{
  padding: 5px 25px 20px;
  width: 200px;	
  height: 195px;		
}

.lf-forgot{
  background-color: #525965;	
  position: absolute;
  right: 0;
  top: 0;	
  z-index: 2;			
}

.lf-forgot-msg{
  width: 100%;
  height: 155px;
  padding-top: 15px;
  text-align: center;
  font-size: 10pt;
  color: #FFF;						
}

.lf-ttl{
  padding: 20px 0 5px;
  margin-bottom: 16px;	
  text-align: center;
  border-bottom: 1px solid #BFAB84;			
  font-size: 10pt;
  text-transform: uppercase;
  font-weight: 500;		
  color: #BFAB84;		
}

.lf-wp label{
  display: block;
  padding: 10px 0 5px 3px;
  color: #FFF;	
  font-size: 10pt;			
}

.lf-input{
  width: 90%;
  padding: 6px 5%;
  background-color: #FFF;
  border-radius: 5px;
  border: 0;	
  font-family: Verdana;
  font-size: 8pt;
  color: #2D2E31;							
}

.lf-footer{
  background-color: #30363F;	
  padding: 15px 0;
  text-align: center;
  color: #717C8F;
  font-size: 9pt;				
}

.lf-footer A:link, .lf-footer A:visited {
  font-size: 9pt;
  font-weight: bold;	
  text-decoration: none;
}

.lf-footer A:hover{
  text-decoration: underline;	
}

.lf-act{
  padding-top: 20px;	
}

.lf-act A:link, .lf-act A:visited{
  display: block;
  height: 24px;
  background-color: #007B9A;
  border-radius: 5px;
  padding-top: 7px;
  text-align: center;	
  position: relative;
  z-index: 1;				
  color: #FFF;
  text-decoration: none;
  font-size: 10pt;						
}

.lf-act A:hover{
  background-color: #FFF;
  color: #2D2E31;		
}

.lf-act span{
  display: block;
  cursor: default;		
}

.lf-act span.lf-err{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;	
  background-color: #FFF;	
  border-radius: 5px;							
  color: #FF0000;	
}

.lf-act span.logging{
  background: url(../images/logging.gif) center center no-repeat #FFF;	
}

.lf-err span{
  display: block;
  padding-top: 8px;		
}

.lf-link{
  padding-top: 15px;
  text-align: center;		
}

.lf-link A:link, .lf-link A:visited{
  color: #FFF;
  text-decoration: underline;
  font-size: 10pt;		  	
}

.lf-link A:hover{
  text-decoration: none;	
}

.lf-forgot{
  display: none;	
}

.vip-form{
  display: none;	
  position: absolute;
  right: 0;
  bottom: 35px;
  background-color: #525965;
  text-align: left;  
}

.reduced .vip-form{
  top: 57px;	
}

.vip-logged-links{
  display: none;	
  position: absolute;
  right: 0;
  bottom: 35px;			
}

.reduced .vip-logged-links{
  top: 57px;	
}

.vip-logged-links A:link, .vip-logged-links A:visited{
  display: block;
  width: 150px;
  text-align: right;		
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.8);	
  color: #525965;
  text-decoration: none;
  font-size: 10pt;
  text-transform: uppercase;							
}

.vip-logged-links A:hover{
  color: #BFAB84;		
}

.shopping-cart{
  width: auto;
  max-width: 1200px;
  padding: 30px 15px 0;
  margin: 0 auto;				
}

.shc-row{
  display: flex;
  flex-wrap: wrap;
}

.shc-row-body{
  padding-top: 10px;	
  border-bottom: 1px solid #F5F5F5;	
}

.sch-body{
  align-self: center;		
}

.col-product{
  width: 35%;	
}

.col-price{
  width: 15%;	
}

.col-qty{
  width: 25%;	
}

.col-subtotal{
  width: 15%;	
}

.col-subtotal-full{
  width: 25%;	
}

.col-delete{
  width: 10%;	
}

.shc-header{
  border-bottom: 1px solid #A7A5A6;		
}

.shc-header div{
  height: 30px;
  padding-top: 10px;		
  text-transform: uppercase;
  font-size: 10pt;
  font-weight: 500;			
}

.shc-header-c{
  text-align: center;	
}

.shc-product{
  display: flex;
  padding: 0 20px 15px 0;			
}

.shc-img{
  width: 35%;
  padding-right: 5%;	
  position: relative;
  z-index: 1;			
}

.shc-info{
  width: 60%;
  align-self: center;		
}

.sch-price, .sch-subtotal{
  text-align: center;
  font-family: Georgia;		
  font-size: 14pt;			
}

.sch-price span, .sch-subtotal span{
  display: none;
  color: #A9A8A8;
  font-size: 10pt;		
}

.sch-delete{
  text-align: center;	
}

.shci-ttl{
  padding-bottom: 10px;	
  font-weight: 500;	
}

.shci-sku{
  color: #A9A8A8;
  font-size: 10pt;
}

.sch-delete A:link, .sch-delete A:visited{
  display: inline-block;
  padding: 5px 20px;
  background-color: #FF0000;
  border-radius: 5px;
  color: #FFF;
  font-size: 10pt;		
  text-decoration: none;			
}

.sch-delete .hvr-outline-in:before{
  border: #FF0000 solid 3px;
  border-radius: 5px;		
}

.shc-footer{
  padding-top: 30px;	
  justify-content: space-between;		
}

.shc-proceed A:link, .shc-proceed A:visited{
  padding: 10px 30px;
  background-color: #BFAB84;
  color: #FFF;
  text-decoration: none;
  font-size: 11pt;
  text-transform: uppercase;
  position: relative;
  z-index: 1;				
}

.shc-proceed span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/loading-2.gif) center center no-repeat #BFAB84;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;			
}

.shc-total{
  align-self: center;
  font-family: Georgia;		
  padding-top: 10px;
  font-size: 19pt;		
}

.shc-total span{
  display: inline-block;	
  color: #B1996A;	
}

.checkout-login{
  width: auto;
  max-width: 600px;
  margin: 100px auto;
  padding: 0 15px;	
  display: flex;
  flex-wrap: wrap;	
  justify-content: space-between;						
}

.chl-L, .chl-R{
  width: 45%;	
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);	
  position: relative;
  z-index: 1;
  padding-bottom: 50px;		
}

.chl-M{
  width: 10%;		
}

.chl-wp{
  padding: 20px;			
}

.checkout-login label{
  display: block;	
  padding-bottom: 5px;
  margin-bottom: 5px;	
  border-bottom: 1px solid #BFAB84;	
  font-size: 17pt;
  font-weight: 300;	
  color: #BFAB84				
}

.chl-lbl{
  padding: 10px 0 5px;
  font-size: 10pt;
  font-weight: 500;
  text-transform: uppercase;				
}

.chl-input input{
  width: 90%;
  padding: 5px 5%;
  border: 1px solid #E9E8E8;
  border-radius: 5px;	
  font-size: 10pt;
  color: #525965;					
}

.chl-act{
  text-align: center;	
}

.chl-btn:link, .chl-btn:visited{
  display: block;	
  position: absolute;
  left: 1%;
  bottom: 2px;
  width: 98%;				
  margin-top: 25px;
  text-align: center;		
  padding: 10px 0;
  background-color: #BFAB84;
  color: #FFF;
  text-decoration: none;
  font-size: 10pt;
  text-transform: uppercase;		
}

.chl-btn span.lf-err{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;   
  background-color: #FFF;								
  color: #FF0000;								
}

.chl-btn span.lf-logging{
  background: url(../images/loading-2.gif) center center no-repeat #BFAB84;
  border-radius: 5px;
}

.buy-online{
  width: auto;
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 0 15px;							
}

.bo-block {
  margin-top: 15px;
}

.bo-block .shc-footer{
  justify-content: flex-end;
  padding-top: 0;		
}

.shc-total{
  align-self: center;
  font-family: Georgia;		
  padding-top: 10px;
  font-size: 19pt;		
}

.shc-total span{
  display: inline-block;	
  color: #B1996A;	
}

.bo-block label, .bo-total label {
  display: block;
  padding: 20px 25px;
  font-weight: 700;
  font-size: 10pt;
  text-transform: uppercase;
  top: 1px;
  border-bottom: 1px solid #E7E7E7;
}

.same {
  display: inline-block;
  zoom: 1;
  padding: 10px 0 0 30px;
}

.same span.jqTransformCheckboxWrapper {
  margin-top: 0;
}

.same-lbl {
  display: block;
  float: left;
  padding: 2px 0 0 10px;
  font-size: 10pt;
}

.same-wp {
  border: 1px solid #E7E9ED;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-bottom: 20px;
}

.same-wp label {
  border: 0;
  border-radius: 0;
  top: 0;
}

.odi-input-wp {
  display: inline-block;
  vertical-align: top;
}

.od-info-L, .od-info-R {
  width: 43%;
  padding: 0 3%;
  margin: 35px 0;
  float: left;
}

.order-details-wp {
  background-color: #FFF;
}

.od-info-R {
  border-left: 1px solid #E8ECF2;
}

.odi-input-wp {
  padding-right: 30px;
}

.odp-input-wp {
  padding-left: 3%;
}

.odi-lbl {
  padding: 10px 0 5px;
  font-size: 10pt;
}

.odi-lbl font {
  color: red;
}

.odi-input-small {
  width: 200px;
}

.odi-input-big {
  width: 440px;
}

.odi-select {
  width: 180px;
}

.odi-input-med {
  width: 245px;
}

.odp-select {
  width: 90px;
}

.odi-input-cvv {
  width: 50px;
}

.err .jqTransformInputInner, .err .jqTransformInputInner div, .err .jqTransformSelectWrapper span {
  background-color: #FACCCC;
}

.odi-input-small-wp .jqTransformInputWrapper, .odi-input-wp .jqTransformSelectWrapper {
  width: 200px!important;
}

.odi-input-big-wp .jqTransformInputWrapper {
  width: 435px!important;
}

.odi-input-wp .jqTransformSelectWrapper span {
  width: 193px!important;
}

.odi-input-wp .jqTransformSelectWrapper ul {
  width: 198px!important;
}

.odp-input-block {
  padding: 0 0 30px 3%;
}

.odp-select-wp {
  float: left;
  padding-right: 15px;
}

.odi-cvv {
  float: left;
}

.odi-what {
  float: left;
  padding: 7px 0 0 30px;
  position: relative;	
  z-index: 10;
}

.odi-what A:link,.odi-what A:visited {
  font-size: 10pt;
  color: #1591CB;
  text-decoration: underline;
}

.odi-what A:hover {
  text-decoration: none;
}

.odi-what-sample {
  display: none;
  position: absolute;
  left: 130px;
  top: -55px;
  width: 250px;
}

.odi-coupon-btn,.odi-coupon-msg {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  position: relative;
  z-index: 1;
}

.odp-icons {
  padding: 10px 0 10px 3%;
}

.odp-icons img {
  padding-right: 5px;
}

.shipping-options {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  padding: 15px 30px;
}

.order-coupon {
  padding: 15px 0 15px 30px;
}

.odi-coupon-input {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
}

#coupon {
  text-transform: uppercase;
}

.odi-coupon-btn {
  margin-left: 20px;
}

.odi-coupon-msg {
  margin: 7px 0 0 20px;
  font-size: 10pt;
  color: #37B147;
}

.odi-coupon-msg-err {
  color: red;
}

.odi-coupon-btn A:link,.odi-coupon-btn A:visited {
  display: block;
  background-color: #37B147;
  border: 1px solid #37B147;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 20px;
  cursor: pointer;
  color: #FFF;
  font-size: 10pt;
  text-decoration: none;	
}

.odi-coupon-btn A:hover{
  background-color: #BFAB84;
  border: 1px solid #BFAB84;		
}

.coupon-loading{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: default;		
  background: url(../images/loading-2.gif) center center no-repeat #BFAB84;
  border-radius: 5px;
}

.bot-place span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  top: 0;
  left: 0;
}

.sh-lbl {
  display: block;
  float: left;
  padding: 5px 0 0 5px;
}

.sh-price {
  display: block;
  float: left;
  padding: 5px 0 0 50px;
  color: #769E16;
}


.bot-lbl, .bot-place div, .bot-val {
  display: inline-block;
  vertical-align: top;
}

.bot-block {
  display: flex;
  flex-wrap: wrap;			
  padding: 10px 0 0 30px;
}

.bot-lbl {
  width: 100px;	
  padding-right: 15px;
  color: #888;
  font-size: 10pt;
  text-transform: uppercase;
  font-weight: 500;			
}

.bot-val {
  width: 135px;
  color: #B1996A;
  font-family: Georgia;	
}

.bot-place {
  padding-top: 30px;
}

.bot-place A:link, .bot-place A:visited {
  position: relative;
  z-index: 1;
  padding: 10px 30px;
  background-color: #BFAB84;
  color: #FFF;
  text-decoration: none;
  font-size: 10pt;
  text-transform: uppercase;
  font-weight: 500;	
  border: 0;
  cursor: pointer;		
}

.bot-place span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/loading-2.gif) center center no-repeat #BFAB84;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;			
}

.err-msg {
  background-color: red;
  color: #FFF;
  margin: 20px 0;
  padding: 20px 3%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.sch-qty-only{
  text-align: center;	
  font-size: 14pt;	
}

.completed{
  width: auto;
  max-width: 800px;
  padding: 30px 15px;
  margin: 0 auto;
  text-align: center;					
}

.cmp-save{
  width: auto;
  max-width: 350px;		
  margin: 50px auto;	
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);	
  position: relative;
  z-index: 1;
  padding-bottom: 50px;		
}

.cmp-save label{
  display: block;	
  padding-bottom: 5px;
  margin-bottom: 15px;	
  border-bottom: 1px solid #BFAB84;	
  font-size: 17pt;
  font-weight: 300;	
  color: #BFAB84				
}

.logged-links{
  display: none;	
  position: absolute;
  right: -24px;
  top: 111px;			
}

.reduced .logged-links{
  top: 56px;	
}

.logged-links A:link, .logged-links A:visited{
  display: block;
  width: 150px;
  text-align: right;		
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.8);	
  color: #525965;
  text-decoration: none;
  font-size: 10pt;
  text-transform: uppercase;							
}

.logged-links A:hover{
  color: #BFAB84;		
}

.search-lbl{
  width: auto;
  max-width: 1510px;
  margin: 0 auto;
  padding-top: 30px;	
  font-size: 16pt;
  text-transform: uppercase;
  font-weight: 300;						
}

.search-lbl font{
  color: #B1996A;
  text-transform: none;	
  font-size: 20pt;		
}

.diamonds{
  width: auto;
  max-width: 1250px;
  padding: 0 15px;	
  margin: 0 auto;			
}

.diamonds-menu-options{
  padding: 15px 0;
  display: none;			
}

.diamonds-menu-options select{
  width: 250px;
  padding: 5px 0;
  background-color: #FFF;
  border: 1px solid #D3D2D2;
  border-radius: 5px;						
}

.diamonds-menu-options option{
  text-transform: uppercase;	
}

.diamonds-menu{
  width: 100%;
  padding: 30px 0 15px;
  text-align: center;
  border-bottom: 1px solid #D3D2D2;			
}

.diamonds-menu A:link, .diamonds-menu A:visited{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding: 5px 25px;	
  color: #404040;
  text-decoration: none;
  font-family: 'Scope One', serif;
  font-size: 13pt;		
  text-transform: uppercase;					
}

.diamonds-menu A:hover, .diamonds-menu A.active:link, .diamonds-menu A.active:visited{
  color: #BFAB84;		
}

.diamonds-wp{
  padding-top: 30px;
  font-family: 'Scope One', serif;
  font-size: 12pt;	
}

.dm-header{
  text-align: center;	
}

.dm-ttl{
  padding-bottom: 15px;
  font-size: 19pt;		
}

.dm-header-txt{
  width: auto;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;			
}

.cut-body{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  top: -150px;						
}

.cut-block{
  width: 48%;
  text-align: center;		
}

.cut-block p{
  width: auto;
  max-width: 425px;
  margin-left: auto;
  margin-right: auto;
}

.cut-gallery{
  text-align: center;
  position: relative;
  z-index: 1;
  top: -50px;			
}

.cut-gallery-info{
  position: relative;
  z-index: 1;
  top: -65px;		
}

.presence-body{
  width: auto;
  max-width: 910px;
  margin: 0 auto;
  position: relative;
  top: -100px;	
  text-align: center;					
}

.clarity-body{
  width: auto;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  top: -100px;	
  text-align: center;
  display: flex;
  justify-content: space-between;							
}

.clarity-lbl{
  width: 20%;	
  align-self: center;	
}

.clarity-line{
  width: 60%;
  position: relative;
  z-index: 1;
  height: 3px;
  background-color: #4B4D54;
  margin-top: 18px;				 		
}

.clarity-line div{
  position: absolute;
  left: 20px;
  top: -14px;
  width: 5px;
  height: 30px;		
  background-color: #4B4D54;				
}

.color-body{
  width: auto;
  max-width: 910px;
  margin: 0 auto;	
  position: relative;
  top: -100px;	
  text-align: center;						
}

.carat-img{
  padding-top: 30px	
}

.slide-menu{
  width: 100%;				
  border-bottom: 1px solid #D3D2D2;	
  height: auto;
  max-height: 0;
  transition: max-height 0.3s cubic-bezier(0,1,0,1);
}

.slide-menu-open{
  max-height: 9999px;
  transition: max-height 0.3s cubic-bezier(1,0,1,0);
}

.slide-menu-wp{
  display: none;		
}

.slide-menu-active{
  display: block;
  -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s; /* Firefox < 16 */
  -ms-animation: fadein 1s; /* Internet Explorer */
  -o-animation: fadein 1s; /* Opera < 12.1 */
  animation: fadein 1s;	
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.slide-menu-inner{
  display: flex;	
  flex-wrap: wrap;
  width: auto;
  max-width: 855px;
  margin: 0 auto;
  padding: 30px 0 20px;
  text-align: left;		
}

.slide-menu-wp-1 .slide-menu-inner{
  max-width: 1065px;	
}

.slide-menu-wp-2 .slide-menu-inner{
  max-width: 1070px;	
}

.vip-menu .slide-menu-inner{
  max-width: 920px;
}

.slide-gender{
  width: 190px;	
}

.slide-brand-1{
  width: 200px;	
}

.slide-brand-2{
  width: 350px;	
}

.slide-brand-3{
  width: 530px;	
}

.slide-grouping{
  width: 200px;	
}

.slide-services, .slide-company, .slide-vip, .slide-on-sale, .slide-vip-sale {
  justify-content: flex-end;
  padding-top: 10px;		
}

.slide-vip .slide-block{
  text-align: right;
  padding-right: 10px;			
}

.slide-services .slide-block{
  text-align: right;
  padding-right: 5px;			
}

.slide-company .slide-block{
  text-align: right;
  padding-right: 115px;			
}

.slide-menu-wp-1 .slide-company .slide-block{
  padding-right: 325px;	
}

.slide-menu-wp-2 .slide-company .slide-block{
  padding-right: 430px;	
}

.slide-on-sale .slide-block, .slide-vip-sale .slide-block{
  text-align: right;
  padding-right: 100px;					
}

.slide-menu-wp-2 .slide-on-sale .slide-block{
  padding-right: 110px;	
}

.vip-menu .slide-services .slide-block{
  padding-right: 100px;			
}

.vip-menu .slide-company .slide-block{
  padding-right: 230px;			
}

.slide-services .slide-link A:link,
.slide-services .slide-link A:visited,
.slide-company .slide-link A:link,
.slide-company .slide-link A:visited,
.slide-on-sale .slide-link A:link,
.slide-on-sale .slide-link A:visited,
.slide-vip-sale .slide-link A:link,
.slide-vip-sale .slide-link A:visited,
.slide-vip .slide-link A:link,
.slide-vip .slide-link A:visited
{
  font-size: 10pt;	
}

.slide-lbl{
  width: 90%;	
  padding-bottom: 5px;
  border-bottom: 1px solid #BFAB84;
  margin-bottom: 20px;			
  font-size: 9pt;
  text-transform: uppercase;
  font-weight: 500;	
  color: #BFAB84			
}

.slide-lbl-inner{
  padding-top: 20px;	
}

.slide-block-wp{
  display: flex;		
}

.slide-block-item{
  width: 30%;
  padding-right: 3%;	 	
}

.slide-brand-1 .slide-block-item{
  width: 100%;
  padding-right: 0;	
}

.slide-brand-2 .slide-block-item{
  width: 48%;
  padding-right: 2%;	
}

.slide-link{
  padding: 3px 0;	
}

.slide-link A:link, .slide-link A:visited{
  font-size: 9pt;
  color: #231F20;
  text-decoration: none;			
}

.slide-link A:hover{
  text-decoration: underline;	
}

.reset-txt{
  width: auto;
  max-width: 1000px;
  padding: 30px 15px;	
  margin-left: auto;
  margin-right: auto;
  text-align: center;				
}

.register{
  display: flex;
  justify-content: space-between;
  width: auto;
  max-width: 1000px;
  padding: 15px 15px 0;
  margin: 0 auto;						
}

.register-sep{
  width: 98%;
  margin-top: 15px;	
  border-top: 1px solid #CECECE;	
}

.reg-col{
  width: 45%;
  padding-right: 2%;	
  position: relative;
  z-index: 1;			
}

.reg-col label{
  display: block;
  padding-bottom: 5px;
  font-size: 10pt;
  color: #525965;				
}

.form-field{
  background-color: #FFF;
  border: 1px solid #DFE3E9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;					
  font-size: 8pt;
  font-family: verdana;		
}

.reg-input{
  width: 90%;
  padding: 8px 5%;			
}

.reg-select{
  width: 100%;
  padding: 8px 4%;	
}

.reg-col span{
  position: absolute;
  top: 0;
  right: 0;			
  color: #FF0000;	
}

.link-btn{
  padding: 30px 0 50px;	
  text-align: center;	
}

.link-btn A:link, .link-btn A:visited{
  display: inline-block;
  width: 200px;	
  height: 24px;
  background-color: #BFAB84;
  border-radius: 5px;
  padding-top: 7px;
  text-align: center;	
  position: relative;
  z-index: 1;				
  color: #FFF;
  text-decoration: none;
  font-size: 10pt;						
}

.link-btn A:hover{
  background-color: #525965;		
}

.link-btn span{
  display: block;
  cursor: default;		
}

.link-btn span.lf-err{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;	
  background-color: #FFF;	
  border-radius: 5px;							
  color: #FF0000;	
}

.link-btn span.logging{
  background: url(../images/logging.gif) center center no-repeat #FFF;	
}

.link-btn span.lf-err span{
  display: block;
  padding-top: 8px;		
}

.form-err{
  background-color: #FACCCC;	
}

.reg-msg{
  text-align: center;	
}

.reg-spacer{
  margin-top: 50px;	
}

.reg-msg p{	
  display: inline-block;	
  padding: 10px 35px;	
  margin-bottom: 20px;
  background-color: #FFF;			
  border-radius: 5px;		
}

.reg-err{
  border: 1px solid #FF0000;		
  color: #FF0000;	
}

.reg-done{
  border: 1px solid #007B9A;	
  color: #007B9A;	
}

.same .jqTransformChecked{
  cursor: default;	
}

.services-wp{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 15px;					
}

.service-icon{
  width: 200px;	
  text-align: center;	
}

.service-icon A:link, .service-icon A:visited{
  display: block;
  padding: 20px;
  text-align: center;	
  color: #666464;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  border-radius: 10px;						
}

.service-icon A:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background-color: #F8F8F8;	
}
.service-icon span{
  display: block;	
}

.service-icon span.si-ttl{
  padding-top: 15px;	
}

.services-txt{
  width: auto;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;	
  text-align: center;			
}

.locations{
  display: flex;
  flex-wrap: wrap;
  width: auto;
  max-width: 1530px;
  margin: 0 auto;	
  justify-content: center;	
  padding-top: 50px;						
}

.services-locations{
  padding-top: 30px;	
}

.loc{
  width: 30%;
  padding: 45px 1.5% 0;		
}

.loc-service{
  width: 20%;
  padding: 45px 2.5% 0;		
}

.loc-ttl{
  font-size: 11pt;
  text-transform: uppercase;
  font-weight: 500;			
}

.loc-img{
  padding-top: 15px;		
}

.loc-txt{
  width: auto;
  max-width: 410px;		
  padding-top: 15px;
  line-height: 150%;			
}

.loc-txt A:link, .loc-txt A:visited{
  text-decoration: none;		
}

.loc-txt A:hover{
  text-decoration: underline;	
}

.loc-phone{
  padding-top: 15px;
  font-size: 10pt;		
}

.loc-phone A:link, .loc-phone A:visited{
  text-decoration: none;
  font-size: 10pt;		
}

.loc-phone A:hover{
  text-decoration: underline;	
}

.par-info hr{
  border-top: 1px solid #1px solid #A7A5A6;	
  border-bottom: none;
  border-left: none;
  border-right: none;	
}

.par-info ul{
  display: flex;
  flex-wrap: wrap;	
  text-align: left;
  justify-content: space-between;;	
  width: auto;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;					
}

.par-info ul li{
  width: 45%;	
}

.reviews{
  width: auto;
  max-width: 1000px;
  margin: 50px auto 30px;			
}

.review-block{
  display: flex;
  background-color: #FFF;		
}

.rb-icon{
  width: 60px;
  height: 48px;
  padding-top: 12px;	
  margin-right: 30px;
  text-align: center;		
  border-radius: 50%;
  background-color: #778F9C;
  color: #FFF;
  text-transform: uppercase;
  font-size: 21pt;								
}

.rb-info{
  width: calc(100% - 90px);	
}

.rbi-from{
  padding: 5px 0;	
  color: #000;
  font-size: 14pt;		
}

.rbi-overview{
  display: flex;	
}

.rbi-lbl{
  color: #A09BA5;	
  padding-left: 20px;
  font-size: 10pt;			
}

.sort-wp{
  display: flex;
  padding-top: 15px;		
}

.sort-wp label {
  align-self: center;
  text-transform: uppercase;
  font-size: 10pt;
  font-weight: 500;
}

.sort{
  padding: 0 50px 0 30px;	
}

.sort select{
  display: block;
  width: 160px;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  height: 1.875rem;
  font-size: 10pt;
  cursor: pointer;	
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/arr-down.png);
  background-position:
    100% 1em,
    100% 1em;
  background-repeat: no-repeat;
}

.header-txt{
	text-align: center;
	padding: 30px 15px;
	width: auto;
	max-width: 800px;
	margin: 0 auto;
}

.login-tmp{
  padding: 35px;
  text-align: center;		
}

.login-tmp A:link, .login-tmp A:visited{
  display: inline-block;	
  padding: 10px 25px;
  background-color: #BFAB84;
  border-radius: 5px;
  padding-top: 7px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  font-size: 10pt;	
}

.login-tmp A:hover{
  background-color: #525965;	
}

.buy-online .shopping-cart{
	width: 100%;
	padding: 30px 0 0;
}

.shopping-cart-wp{
	padding: 10px 15px 0;	
	border-bottom: 1px solid #CCC;
	position: relative;
	z-index: 1;
}

.shopping-cart-wp:nth-child(odd) {
    background-color: #F2F2F1;
}

.shopping-cart-wp:nth-child(even) {
    background-color: #FBFBFA;
}

.shopping-cart-header{
	padding: 15px 15px 0;
	border-bottom: 1px solid #CCC;		
}

.shopping-cart-row{
	display: flex;
	padding-bottom: 15px;	
}

A.shopping-cart-row:link, A.shopping-cart-row:visited{
	text-decoration: none;
	color: #7F8FA4;	
}

A.shopping-cart-row:hover{
	color: #C7B38C;
}

.shopping-cart-col{
	padding: 10px 45px 0 0;
	font-size: 10pt;	
}

.h-date{
	width: 20%;
}

.h-id{
	width: 15%;
}

.h-name{
	width: 45%;
}

.h-total{
	width: 20%;
}

.history-header{
	padding: 30px 0 10px;	
	border-bottom: 1px solid #F5F5F5;
}

.history-header div{
	padding: 3px 0;
	text-align: center;
	font-size: 14pt;
}

.watch-repair-brands{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: auto;
	max-width: 1100px;
	padding: 0 15px;
	margin: 0 auto;
}

.watch-repair-brands A:link, .watch-repair-brands A:visited{
	display: block;
	text-align: center;
	padding: 15px;
}

.watch-repair-brands div{
	width: 18%;
	padding: 10px 1% 0;
	align-self: center;
}

.service-why-us{
	width: auto;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 15px 0;
}

.services .par-ttl, .service-why-us .par-ttl{
	width: 100%;
	text-align: center;	
}

.customer-support{
	width: auto;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 15px 0;	
}

.customer-support .par-ttl{
	width: 100%;
	text-align: center;
}

.p-thumbs{
	height: auto;
	min-height: 300px;	
}

.p-thumbs-loading{
	background: url(../images/loading-products.gif) center center no-repeat;
}

.p-thumbs-wp{
	background-color: #FFF;
}

.brand-txt{
	width: auto;
	max-width: 1000px;
	padding: 50px 15px;
	margin: 0 auto;	
}

.shop-now-wp{
	text-align: center;
	padding-top: 20px;
}

.shop-now:link, .shop-now:visited {
    display: inline-block;
    padding: 10px 30px;
    background-color: #BFAB84;
    margin: 30px auto 0;
    color: #FFF;
    text-decoration: none;
    font-size: 10pt;
    text-transform: uppercase;
}

.diamonds-build{
	width: auto;
	max-width: 1250px;
	margin: 60px auto 0;
}

.home-header{
  border-bottom: 1px solid #D9DBDC;			
}

.hh-item{	
  width: 100%;
  display: block;	
  position: relative;
  z-index: 1;		
}

.centered{
  text-align: center;	
}

.onsale-vip-login{
	width: auto;
	max-width: 300px;
	margin: 50px auto 100px;
	padding: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);	
}

.ovl-row{
	padding-bottom: 10px;
}

.ovl-row label{
	display: block;
	padding-bottom: 5px;
	font-size: 10pt;
	text-transform: uppercase;
}

.ovl-row input{
	width: calc(100% - 20px);
	padding: 10px;
	border: apx solid #BEBEBE;
	border-radius: 5px;
	font-size: 10pt;
}

.ovl-btn{
	padding-top: 10px;
	text-align: center;
}

.ovl-btn A:link, .ovl-btn A:visited{
	display: block;
	padding: 10px 30px;
	background-color: #BFAB84;
	color: #FFF;
	text-decoration: none;
	font-size: 10pt;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}

.ovl-btn span.lf-err{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;	
  background-color: #FFF;							
  color: #FF0000;	
}

.ovl-btn span.logging{
  background: url(../images/logging.gif) center center no-repeat #FFF;	
}

.bo-footer{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;			
}

.bo-footer .bo-block, .bo-total{
  width: 45%;	
  margin-top: 0;	
}

.bo-total-wp{
  padding-top: 20px;
}

.bot-place-checkout{
  padding: 0 0 0 3%;		
}

.embed{
  width: 100%;
}

.embed iframe{
  width: 100%;
  padding-top: 20px;	
}

A.cn-floating{
	position: fixed;
	right: 0;
	top: 20%;
	display: block;
	width: 225px;
	padding: 15px 0;
	text-align: center;
	background-color: #224F80;
	-webkit-box-shadow: 3px 3px 10px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 10px -5px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 10px -5px rgba(0,0,0,0.75);	
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

A.cn-floating:hover{
	background-color: #525965;
}

@media screen and (max-width: 1570px) {
	.ft-collection, .ft-socials, .ft-support{
		margin-left: 50px;
		margin-right: 50px;
		padding-left: 50px;
		padding-right: 50px;
	}	
	.ft-logo img{
		max-width: 300px;
	}
}

@media screen and (max-width: 1525px) {	
	.pth:first-child img{
		max-width: 98.5%;		
	}	
}

@media screen and (max-width: 1300px) {	
	.p-thumbs{
		padding-top: 15px;		
	}	
}

@media screen and (max-width: 1250px) {
	.ft-collection, .ft-socials, .ft-support{
		margin-left: 20px;
		margin-right: 20px;
		padding-left: 20px;
		padding-right: 20px;		
	}	
	.cth:link, .cth:visited{
		height: 350px;
	}		
}

@media screen and (max-width: 1230px) {
	.pth:link, .pth:visited{
		width: calc(18% - 10px);
		margin: 15px 1% 0; 
	}
	.pth-first:link, .pth-first:visited{
		width: calc(18% - 10px);
		float: none;
	}
	.pth:first-child img{
		max-height: 201px;
	}	
}

@media screen and (max-width: 1210px) {
	.why-certified-wp{
		width: 900px;
	}	
	.why-img{
		width: 50%;
	}
}

@media screen and (max-width: 1165px) {
	.slide-brand-3{
		width: 430px;
	}
	.tm-link:link, .tm-link:visited{
		padding-left: 15px;
		padding-right: 15px;
	}	
	.slide-menu-wp-1 .slide-menu-inner{
		max-width: 910px;	
	}	
	.slide-menu-wp-2 .slide-menu-inner{
		max-width: 910px;	
	}
	.slide-menu-inner{
		max-width: 735px;	
	}	
	.slide-menu-wp-1 .slide-company .slide-block{
		padding-right: 270px;	
	}	
	.slide-menu-wp-2 .slide-company .slide-block{
		padding-right: 270px;	
	}
	.slide-company .slide-block{
		padding-right: 95px;
	}
	.slide-menu-wp-2 .slide-on-sale .slide-block{
		padding-right: 90px;	
	}	
	.slide-on-sale .slide-block, .slide-vip-sale .slide-block{
		padding-right: 88px;
	}
}

@media screen and (max-width: 1120px) {
	.pi-qty-cnt{
		margin-bottom: 30px;
	}
	.sch-qty .pi-qty-cnt{
		margin-bottom: 0;
	}
	.product-info .p-btn{
		margin-top: 10px;
	}
	.odi-input-small, .odi-input-big{
		width: 280px;
	}	
	.odi-input-small-wp .jqTransformInputWrapper, .odi-input-big-wp .jqTransformInputWrapper, .odi-input-wp .jqTransformSelectWrapper{
		width: 300px !important;
	}
	.odi-input-wp .jqTransformSelectWrapper span{
		width: 265px !important;
	}
	.odi-input-wp .jqTransformSelectWrapper ul{
		width: 298px !important;
	}
}

@media screen and (max-width: 1100px) {
	.welcome-wp{
		padding-top: 30px;
	}	
	.welcome{
		font-size: 23pt;
	}
	.banner-info{
		left: 0;
		-webkit-transform: translateY(-50%);	
		-moz-transform: translateY(-50%);	
		-ms-transform: translateY(-50%);	
		-o-transform: translateY(-50%);	
		transform: translateY(-50%);
		padding: 0 5%;
		width: 90%;
		max-width: none;
	}
}

@media only screen and (max-width : 1085px) {
	.loc{
		width: 46%;
	}
	.loc-service{
		width: 45%;
	}
	.pth:link, .pth:visited, .pth-first:link, .pth-first:visited{
		width: calc(23% - 10px);
	}	
}

@media screen and (max-width: 1000px) {
	.ft-logo{
		padding-top: 20px;
		width: 100%;
		text-align: center;
	}	
}

@media screen and (max-width: 960px) {
	.logo{
		top: 3px;
		max-width: 250px;
	}
	.header-sep{
		height: 17px;
	}
	.top-menu, .reduced .top-menu{
		padding-top: 5px;
	}
	.search{
		top: 87px;
	}
	.reduced .search{
		top: 67px;
	}
	.login-form, .vip-logged-links, .vip-form{
		top: 72px;
	}
	.reduced .login-form, .reduced .vip-logged-links, .reduced .vip-form{
		top: 52px;
	}
	.slide-menu{
		display: none !important;
	}
	.top-menu{
		display: none;
	}	
	.resposive-menu-trigger{
		display: block;
	}
	.header{
		padding-bottom: 50px;
	}	
	.header-spacer{
		height: 90px;
	}
	.logo, .reduced .logo{
		top: 40px;
		width: 100%;
		text-align: center;
	}
	.search, .reduced .search{
		top: 85px;
	}
	.login-form, .reduced .login-form, .logged-links, .reduced .logged-links, .vip-logged-links, .reduced .vip-logged-links, .vip-form, .reduced .vip-form{
		top: 74px;
	}	
	.odi-input-small, .odi-input-big{
		width: 200px;
	}	
	.odi-input-small-wp .jqTransformInputWrapper, .odi-input-big-wp .jqTransformInputWrapper, .odi-input-wp .jqTransformSelectWrapper{
		width: 220px !important;
	}
	.odi-input-wp .jqTransformSelectWrapper span{
		width: 165px !important;
	}
	.odi-input-wp .jqTransformSelectWrapper ul{
		width: 198px !important;
	}	
	.p-header-w A:link, .p-header-w A:visited{
		width: 100%;
	}			
}

@media screen and (max-width: 900px) {
	.cth:link, .cth:visited{
		height: 300px;
	}
	.why-certified-wp{
		width: 100%;
		font-size: 10pt;
	}	
	.srj-r{
		text-align: left;
	}	
	.service-row .service-col:first-child{
		position: relative;
	}		
	.service-col{
		width: 100%;
	}
	.srj-zi-1 .service-col:first-child,
	.srj-zi-2 .service-col:first-child,
	.srj-zi-3 .service-col:first-child,
	.srj-zi-4 .service-col:first-child,
	.srj-zi-5 .service-col:first-child{
		top: 0;
		margin-top: 15px;
	}
	.srj-zi-1 .service-col:last-child,
	.srj-zi-2 .service-col:last-child,
	.srj-zi-3 .service-col:last-child,
	.srj-zi-4 .service-col:last-child,
	.srj-zi-5 .service-col:last-child{
		margin-top: 15px;
	}
}

@media screen and (max-width: 880px) {
	.par-L .par-info, .par-R .par-info{
		order: 1;
		width: 100%;
		text-align: center;
		padding-bottom: 30px;
	}	
	.par-L .par-media, .par-R .par-media{
		order: 2;
		width: 100%;
		padding: 0;
	}
	.shc-row{
		padding-bottom: 10px;
	}
	.shc-row:first-child{
		display: none;
	}
	.col-product{
		width: 80%;
		order: 1;
	}
	.col-price{
		order: 3;
		width: 30%;
	}
	.col-qty{
		order: 4;
		width: 40%;
	}
	.col-subtotal{
		order: 5;
		width: 30%;
	}
	.col-delete{
		width: 20%;
		order: 2;
	}
	.sch-price span, .sch-subtotal span{
		display: block;
	}
	.services-points ul{
		width: calc(50% - 20px);
	}
	.pth:link, .pth:visited, .pth-first:link, .pth-first:visited{
		width: calc(31.33% - 10px);
	}		
}

@media screen and (max-width: 820px) {
	.cut-body{
		top: -50px;
	}	
	.cut-block{
		width: 100%;
	}
	.cut-gallery{
		top: 0;
	}	
}

@media screen and (max-width: 780px) {
	.banners-L, .banners-R{
		width: 100%;
		padding-left: 0;
		padding-right: 0;		
	}	
	.cth:link, .cth:visited{
		height: 250px;		
	}
	.presence-body{
		top: 0;
	}
	.watch-repair-brands div{
		width: 23%;
	}
}

@media screen and (max-width: 700px) {
	.header-banner img{
		width: 700px;
		max-width: none;
	}	
	.pi-img{
		width: 100%;
		padding-right: 0;	
	}
	.pi-info{
		width: 100%;
		padding-top: 20px;
	}
	.pi-brand{
		text-align: center;
		top: -20px;
	}
	.bo-footer .bo-block{
		width: 100%;
	}
	.bo-total{
		width: 100%;
		padding-bottom: 20px;
	}
	.sort-wp{
		flex-wrap: wrap;
	}
	.sort-wp label{
		width: 80px;
	}
	.sort{
		width: calc(100% - 80px);
		padding: 0;
	}
}

@media screen and (max-width: 660px) {
	.ft-socials{
		display: none;
	}
	.ft-inner{
		float: none;
	}
	.ft-inner div{
		float: none;
		display: inline-block;
	}
	.ft-block{
		float: none;
		width: 100%;
	}	
	.ft-collection, .ft-socials, .ft-support{
		border-left: 0;
		padding: 20px 0 0;
		margin: 0;
		height: auto;
	}
}

@media screen and (max-width: 645px) {
	.clarity-body{
		top: 0;
	}
	.clarity-lbl{
	  width: 28%;		
	}	
	.clarity-line{
	  width: 40%;			 		
	}
	.color-body{
		top: 0;
		padding-bottom: 30px;
	}	
}

@media screen and (max-width: 625px) {
	.par-ttl{
		font-size: 18pt;
	}
	.f-img{
		width: 100%;
		padding-right: 0;
	}
	.f-info{
		width: 100%;
		padding-top: 20px;
	}
	.cth-s:link, .cth-s:visited, .cth-m:link, .cth-m:visited{
		width: 100%;
	}
	.p-header-w{
		justify-content: center;
	}	
}
	
@media screen and (max-width: 600px) {
	.od-info-L, .od-info-R{
		width: 96%;
	}	
	.od-info-R{
		border-left: 0;
		margin-top: 0;
	}
	.od-info-L{
		margin-bottom: 0;
	}
	.odi-input-wp{
		padding-right: 0;
		width: 100%;
	}
	.shipping-options{
		padding-left: 0;
		padding-right: 0;
	}
	.why-img{
		width: 100%;
		padding-right: 0;
	}
	.par-info ul li{
		width: 100%;
	}
	.watch-repair-brands div{
		width: 48%;
	}	
}

@media screen and (max-width: 570px) {
	.pth:link, .pth:visited, .pth-first:link, .pth-first:visited{
		width: 47%;
	}
	.checkout-login{
		justify-content: center;
		margin-top: 35px;
		margin-bottom: 35px;
	}
	.chl-L, .chl-R{
		width: 100%;
		margin: 10px 0;
	}
	.services-points ul{
		width: calc(100% - 20px);
	}
	.services-points ul{
		margin: 0;
	}
	.services-points ul:first-child{
		margin-top: 20px;
	}
}

@media screen and (max-width: 535px) {
	.col-product{
		width: 100%;
	}
	.col-qty{
		order: 2;
		width: 100%;
		padding-bottom: 10px;
	}
	.col-price{
		order: 3;
		width: 50%;
	}
	.col-subtotal{
		order: 4;
		width: 50%;
	}	
	.col-delete{
		order: 5;
		width: 100%;
		padding-top: 15px;
	}
	.loc{
		width: 93%;
		padding-left: 0;
		padding-right: 0;
	}	
	.services{
		padding: 30px 0;
	}
	.services-inner{
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 510px) {
	.banner-ttl{
		font-size: 16pt;
	}
	.banner-txt{
		display: none;
	}	
	.banner-link:link, .banner-link:visited{
		margin-top: 0;
	}
	.loc-service{
		width: 95%;
	}	
	.popup-wp{
		width: 100%;
	}
	.pfo-ttl{
		font-size: 16pt;
	}
}

@media screen and (max-width: 450px) {
	.service-icon{
		width: 50%;
	}	
	.vip-logged-links{
		left: 0;
		right: auto;
	}
	.vip-form{
		right: -155px;
	}
}

@media screen and (max-width: 400px) {
	.pth:link, .pth:visited, .pth-first:link, .pth-first:visited{
		width: 97%;
	}
	.bot-block{
		justify-content: center;
	}
	.bot-lbl{
		width: 100%;
		padding-right: 0;
	}
	.bot-val{
		width: 100%;	
	}
}

@media screen and (max-width: 375px) {
	.ft-copy{
		padding-left: 0;
		width: 100%;
		text-align: center;
	}	
	.ft-design{
		padding-top: 10px;
		width: 100%;
		text-align: center;
	}
	.product-info .p-btn{
		display: block;
		width: 200px;
		padding-right: 0;
		padding-left: 0;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
	.reviews{
		padding-left: 15px;
		padding-right: 15px;
	}
	.rb-icon{
		display: none;
	}
	.rb-info{
		width: 100%;
	}
}

@media screen and (max-width: 345px) {	
	.ft-logo img{
		max-width: 100%;
	}	
	.login-form, .reduced .login-form{
		right: -75px;
	}	
	.header-sep{
		margin-left: 10px;
		margin-right: 10px;
	}
}












