
/* FONT */
@font-face {
font-family: 'Futura Std Book';
font-style: normal;
font-weight: normal;
src: local('Futura Std Book'), url('FuturaStdBook.woff') format('woff');
}
.collection-item__text p{
  font-size: 11px;
  color: grey;
  text-transform: capitalize;
  font-family: 'Futura Std Book';
}

.home-page-banner .main-image-text{
    color: black !important;
    font-weight: 400;
    text-transform: uppercase !important;
    font-family: 'Futura Std Book';
    letter-spacing: 5px;
    top: 51%;

}

.btn{
  font-size: 10px !important;
}

.description-text p, .accordion button{
    font-family: 'Futura Std Book';
    font-weight: 400;
    letter-spacing: 0.8px;
    font-size: 11px;
    margin-left: 0;
}

.description-text{
    max-width:  90%;
}

.product-single__content__inner h1{
    font-family: 'Futura Std Book';
    letter-spacing: 5px;
    font-weight: 400;
    width: 65%;
}



#shopify-section-header{
  
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;


}

.template-index #shopify-section-header{
    position: initial;
}

#CartSpecialInstructions{
width: 100%;
}

#MainContent{
padding-top: 100px;
}

/* AFTERPAY */

.afterpay-paragraph{
margin-top: -7.5px !important; 
font-size: 8px;
font-family: 'Futura Std Book';
width: 72%;
margin-left: 0;
}

.template-product #shopify-section-header .header header{
background: transparent;
height: 60px;
} 

.header header{
    height: 60px;
}

.product-single__content__inner{
font-size: 12px;
}

.afterpay-link, .afterpay-link-inner{
display: inline-block !important;
font-size:  8px !important;
font-family: 'Futura Std Book';
line-height: 13px;
letter-spacing: 1.2px;
}

.none{
display: none;}

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

    .home-page-banner .main-image-text{
        font-size: 1.5rem;
    }
    
    .product-single__content__inner {
    padding: 0 0 48px 0 !important;
}

    main {
     margin-top: 0px; 
    }
    #MainContent {
    padding-top: 0px;
    }
}


@media screen and (min-width: 1000px){

.product-single__content {
    width: 450px;
    height: 100%;
/*   	position: -webkit-sticky;
    position: sticky; */
    top: 120px;
}
}

/*VIDEO*/

.video-banner{
position: relative;
}

.homepage-video{
margin: 0 auto;
  max-width: 100%;
  
}

.fa-play{
    position: absolute;
    top: 40px;
    right: 40px;
}

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

.fa-play{
 top: revert;
    right: revert;
    bottom: -35px;
    left: 10px;
}

}

  
  
    .fa-play{
  margin-left: 10px;
  }
  
}

@media screen and (min-width: 749px) {
.homepage-video{
width: 800px;}
}

.product-single__content .option-select select{
	max-width: 175px;
}