.test {
opacity: 0;
}



/**
 *  Master Slider
 *  Black 1
 */

.ms-skin-black-1 .ms-slide .ms-slide-vpbtn,
.ms-skin-black-1 .ms-video-btn{
	width: 54px;
	height: 54px;
	background: url(black-skin-1.png) no-repeat -14px -150px;
	top: 50%;
	left: 50%;
	margin: -27px 0 0 -27px;
}

.ms-skin-black-1 .ms-slide .ms-slide-vcbtn {
	width: 27px;
	height: 26px;
	background: url(black-skin-1.png) no-repeat -24px -29px;
	top: 30px;
	right: 30px;
}

/* controls */

.ms-skin-black-1 .ms-nav-next,
.ms-skin-black-1 .ms-nav-prev {
	width: 53px;
	background: url(black-skin-1.png);
	background-position: -79px -19px;
	height: 61px;
	cursor: pointer;
	top: 50%;
	left: 30px;
	margin-top: -26px;
	position: absolute;
	z-index: 110;
}
.ms-skin-black-1 .ms-nav-next {
	right: 30px;
	left: auto;
	background-position: -79px -97px;
}

.ms-skin-black-1 .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-skin-black-1 .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-skin-black-1 .ms-bullet {
	width: 9px;
	height: 9px;
	background: white;
	margin: 4px;
	border: solid 1px rgb(58, 58, 58);
}

.ms-skin-black-1 .ms-bullet-selected {
    background-color: black;
}

.ms-skin-black-1 .ms-timerbar {
	background: black;
	height: 2px;
}

.ms-skin-black-1 .ms-time-bar {
	height: 1px;
	margin-top: 1px;
	background: #FFFFFF;
}

.ms-skin-black-1 .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-black-1 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-black-1 .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-black-1 .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: white;
	border-top-color: rgba(0, 0, 0, 0.8);
	bottom: -10px;
}

.ms-skin-black-1 .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: white;
	border-bottom-color: rgba(0, 0, 0, 0.8);
	top: -10px;
}

.ms-skin-black-1 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-black-1 .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-black-1 .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: white;
	border-right-color: rgba(0, 0, 0, 0.8);
	left: -10px;
}

.ms-skin-black-1 .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: black;
	border-left-color: rgba(0, 0, 0, 0.8);
	right: -10px;
}

.ms-skin-black-1 .ms-tooltip-point {cursor: pointer;}
.ms-skin-black-1 .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px; 
	border-radius: 15px;
	border: solid 2px #444444;
	background: black;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-black-1 .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px; 
	background: white;
	background: rgba(255, 255, 255, 0.9);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;
	
	animation: point-anim 1.5s infinite ;
	-moz-animation: point-anim 1.5s infinite;
	-webkit-animation: point-anim 1.5s infinite;
	-o-animation: point-anim 1.5s infinite;
}

.ms-skin-black-1  .ms-tooltip {
	max-width:200px;
}

.ms-skin-black-1 .ms-tooltip-cont {
	padding: 10px;
	background: black;
	background: rgba(0, 0, 0, 0.8);
	text-shadow: 0 1px 0px black;
	color: white;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */
@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	.ms-skin-black-1 .ms-slide .ms-slide-vpbtn,
	.ms-skin-black-1 .ms-video-btn,
	.ms-skin-black-1 .ms-slide .ms-slide-vcbtn,
	.ms-skin-black-1 .ms-nav-next,
	.ms-skin-black-1 .ms-nav-prev{
		background-image:url(black-skin-1-retina.png);
		background-size: 152px 225px;
	}
	
}



/* Swatches */

/* Hiding the drop-downs. */
#product-variants, .selector-wrapper, .select { display: none; }
label[for="product-select-option-"] { display: none; }
#product-select-option- { display: none; }
#product-select-option- + .custom-style-select-box { display: none !important; }


/* 
Swatches Styles
*/



.swatch { 
  margin:0; 
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input { 
  display:none;
}

.color label { width: 40px! important; }

.swatch label {
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  padding:0;
  background-color: transparent;
  margin:0px 5px 10px;
  cursor:pointer;
  border: 1px solid #eee;
  position:relative;
  text-transform:uppercase;
  font-size:13px;
  font-weight: normal;
  min-width:30px !important; 
  height:30px !important;
  line-height:28px! important;
  white-space:nowrap;
  text-transform:uppercase;
  text-align: center;
}
.swatch-element label { padding:0 10px; }
.color.swatch-element label { padding:0; }

.swatch input:checked + label {
  border:1px solid #eee;
  background: #000;
  color: #fff;
  outline-offset: 2px;
  outline: 1px solid #000;
} 

.swatch label:hover {
  background: #eee; 
}

.swatch .swatch-element {
  display: inline-block;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  position:relative;
  float: none !important;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:-33px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
  text-transform: capitalize;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
  -moz-transform:translateY(0px);
  -ms-transform:translateY(0px);
  -o-transform:translateY(0px);
  transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}

.swatch label.finish {
    height: 60px !important;
    width: 60px !important;
}

/* Other Stoneforest edits */

.home-products .product-info {
    height: 32%;
    top: 35%;
  	width: 100%;
}

#content .catalog h1 {
    margin-bottom: 65px;
}

.footer-row-top a {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.variant-sku {
    margin-bottom: 10px;
    display: inline-block;
}

#product-navigation {
  text-align: center;
  margin-top: 50px;
  width: 100%;
}

.backto a,
#breadcrumb a:hover{
  color: #000;
}

.backto a:hover {
  color: #cb030a;
}

#back-forth img { 
  margin: 0 5px; 
  vertical-align: middle; 
}

#back-forth span {
  min-width: 225px;
}

.backto {
  margin-bottom: 25px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.prev-prod { 
  margin-right: 10px; 
}

.next-prod { 
  margin-left: 10px; 
}

.prev-prod, .next-prod {
  display: inline-block;
}

.next-prod a, .prev-prod a {
  font-size: 13px;
  letter-spacing: 1px;
   text-transform: uppercase;
}

.related-products img {
  padding: 7px;
}

.shipping-quote-a-container {
    text-transform: uppercase;
  	font-size: 14px;
  	letter-spacing: 2px;
  	margin-top: 25px;
}

.shipping-quote-a:hover,
.product-info-links a:hover{
    color: #000;
}

/* Product page */

.swatch h5 {
    margin-bottom: 15px;
}

.product-info-links {
  margin-top: 10px;
}

.product-info-links li {
  padding: 0 10px 0 5px;
  border-right: 1px solid #d5d5d5;
  display: inline-block;
}

.product-info-links li:last-child {
  border: none;
}

.product-info-links li a{
  text-transform: uppercase;
  font-weight: 300;
  color: #878888;
  font-size: 12px;
}

.pop-up {
  padding: 60px;
}

.dealer-message {
    margin: 20px auto;
}

.wholesale-info .button {
    padding: 10px 15px;
    font-size: 11px;
    margin-bottom: 25px;
}

/* Wholesale info */
.wholesale-info {
  margin-top: 20px;
}

/* Filter menu */
.filter-menu {
    width: 100%;
    text-align: center;
    padding: 0 ! important;
}
  
.filter-group {
    display: inline-block;
    text-align: left;
    padding-right: 20px;
    padding-bottom: 6px;
    position: relative;
}
  
.filter-group:last-child {
    display: none;
}

.refine-header {
    display:none;  
}
  
.nav-container {
    position: relative;    
}
  
.filter-group h4 {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-size: 10px;  
    display: inline-block;
    min-width: 150px;
}
  
.menu-trigger {
    border: solid 1px #CCC;
    background: #F9F9F9 url(//cdn.shopify.com/s/files/1/0888/5218/t/16/assets/nav-select-bg.png?v=11815733433972103293) no-repeat right center;
    cursor: pointer;
    padding: 0 30px 0 15px;
    z-index: 10;
    line-height: 30px;
    height: 30px;
    position: relative;
    white-space: nowrap;
    color: #222;
}

.collection-name,
.menu-trigger {
    font-size: 13px;
}
  
.collection-count { display: none; }

  
.filter-group .filter-clear {
    background-image: url(//cdn.shopify.com/s/files/1/0888/5218/t/16/assets/checkbox-black-retina.png?v=10152853357468784399);
    background-position: 0px -144px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-top: 0px;
    vertical-align: text-top;
    width: 16px;
    text-indent: -9999px;
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
}

  
.filter-group ul {
    display: none;
    left: 0;
    position: absolute;
    background: #F9F9F9;
    margin: 0;
    padding: 5px 10px;
    z-index: 100;
    border: solid 1px #CCC;
    list-style: none;
    top: 65px;
    z-index: 11;
}

.filter-group li {
    margin: 0;
}

.filter-group li:hover {
    background: #D6D6D6;
}

.filter-group li:hover a {
    color: #000;
}

.filter-group li a {
    display: inline-block;
    margin-left: 6px;
    text-decoration: none;
}

i.check-icon {
    background-image: url(//cdn.shopify.com/s/files/1/0888/5218/t/16/assets/checkbox-black-retina.png?v=10152853357468784399);
    background-position: 0px -176px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-top: 0px;
    vertical-align: text-top;
    width: 16px;
    position: relative;
    top: 2px;
}

.selected i.check-icon {
    background-position: 0px -144px;
}


@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    i.check-icon {
      /* Translate the @2x sprite's dimensions back to 1x */
      background-size: 16px 96px;
      background-position: 0px -32px;
    }

    .selected i.check-icon, 
    .filter-group .filter-clear {
      background-size: 16px 96px;
      background-position: 0px 0px;
    }
}


/* Lookbook pages */
.lookbook_details {
    display: block;
}

#page .lookbook_wrapper {
    margin-top: -60px;
}

.fancybox-nav span,
.fancybox-close {
  	text-indent: -9999px;
}

/* Cartcurator */
#shipping-quote-container input[type="text"],
#shipping-quote-container input[type="password"],
#shipping-quote-container input[type="email"],
#shipping-quote-container textarea,
#shipping-quote-container select {
  display: inline;
}

/* Contact Page */
.contact-content {
    margin-bottom: 40px;
    text-align: center;
}

.contact-map {
  margin-top: 25px;
}

/* Blog */
.article .article-info {
    margin-top: 90px;
}

.recent-posts .article-info {
  	margin-top: 0;
}

.article-info h1,
.article-info h3 {
  text-align: left;
}

.article-info h3 {
  font-size: 14px;
}

.blog .article-index:first-child {
    margin-top: 35px;
}

.article .homepage-section .article-info {
    margin: 0;
}

/* Videos and iframes */
.video-wrapper {
	position: relative;
	padding-bottom: 54%; 
	padding-top: 25px;
	height: 0;
}

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

/* Dealer login */
#template.dealer-login {
    margin: 0 auto;
    float: none;
}

/*Request Catalog Google Form Embed*/

.ss-q-title {
    float: left;
    margin-right: 5px;
}

li.ss-choice-item {
    list-style: none;
}

span.ss-choice-label {
    padding-left: 5px;
}