/*.site-header a{color:white;}
.wrapper {
    max-width: 100%;
}
.header-logo-wrapper{
position: absolute;
    left: 5%;
}
.header-logo{
margin:0;
}
.nav-bar{
background-color:#555;
}
.header-cart-wrapper{
position: relative;
    top: 66px;
}

#ed058d
*/

/* TopNav */

.site-header .mobile-nav__item{
    border-top: 0 !important;
}

.site-header .menu-toggle{
    color: #FFFFFF !important;
}

.cart-toggle.mobile-nav-bar__link{
    color: #FFFFFF !important;
}

.mobile-nav--sticky.sticky{
    background-color: rgba(40,40,40,1) !important;
    height: 80px;
}
.show-nav .nav-bar{ top: 80px;}

/* Home Header */

body.template-index{
    padding-top: 0;
}

header.site-header{
    background-color: rgba(40,40,40,1) !important;
}


header.site-header .nav-bar{
    width: 100%;
    height: 53px;
    background-color: transparent !important;
    /*position: relative;
    top: 0;
    left: 0;
    z-index: 999;
    clear: both;*/
    padding-right: 0 !important;
    padding-left: 0 !important;
}
header.site-header .nav-bar .site-nav{
    position: relative;
    top: 17px;
    text-align: right;
}

header.site-header.large .header-logo img{ width: 195px; }

header.site-header.small{ height: 95px; }
header.site-header.small .header-logo img{ width: 162px; }

header.site-header, .nav-bar, .nav-bar a, .header-logo img{
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
}
.main-content{
    /*padding-top: 203px;*/
}

header.site-header .nav-bar .site-nav > li > a{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 24px;
}

header.site-header .nav-bar .site-nav > li:last-child > a{
    padding-right: 0;
}

header.site-header .nav-bar .site-nav > li > ul{ text-align: center;}

#head-main{ position: relative;}


.site-header .header-logo{
    text-align: center;
    margin: 0 auto;
}


.header-logo img{margin: 0 auto;}

a#cartToggle{ 
    color:#f1f1f1; 
    position: absolute; 
    top: 0; 
    right: 0;
}

#cartToggle span.cart-icon-wrapper{
    color: #f9d00d;

}
#cartToggle span.cart-icon-wrapper span.cart-count{
    position: static;
    font-size: 0.9em;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-weight: normal;
    background-color: transparent;
}

.wrapper{
    max-width: 1180px;
    padding: 0 30px;
}

/* background setup */
.bkg {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:center center;
   
}

.intro{
    min-height: 100%;
}

/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
}
.fullscr {
    /*margin-top: 100px;*/
    width:100%;
    min-height:100%;
}
.not-fullscreen,
.fullscreen.not-overflow {
    height:100%;
    overflow:hidden;
}

.parallax {
    padding: 0;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.owl-item li{
  padding: 0;
   
    height: 100vh;
}

.featured-promo{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f1f1f1;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    color: #444444;
    
}

.featured-promo .wrapper{
    margin-top: 0;
}

.video-wrapper{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%; 
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.featured-promo h3{
    margin-top: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    color: #444444;
    text-transform: uppercase;
}

.featured-promo .description{
    font-size: 14px;
}

.featured-promo .description .btn{
    margin-top: 10px;
}


/*home product slider*/

.template-index .featured-collection .carousel{
margin-left: 0;
margin-right: 0;

}
.carousel .carousel__nav-control{
    background-color: transparent;
    padding: 0;
    font-size: 32px;
    color: #444444;
    opacity: 0.75;
    outline: none;
}
.carousel:hover .carousel__nav-control{
    background-color: transparent;
    color: #444444;
    opacity: 1;
}
.carousel__nav-control--prev{
    left: -8%;
}
.carousel__nav-control--next{
    right: -8%;
}

.template-index .featured-collection .carousel__title{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    color: #72a937 !important;
    font-size: 1.5em;
    text-transform: uppercase
}

.product-item__on-sale.circle{
    display: table;
    width: 75px;
    height: 75px;
    background-color: rgba(50,50,50,1) !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: rgb(249, 208, 13);
    text-align: center;
    text-transform: uppercase;
}
.product-item__on-sale span{
    display: table-cell;
    vertical-align: middle;
    max-width: 82px;
}

.product-item__name a, .collection-item__title a{
    color: #444444;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    line-height: 1.2;
    font-size: 1.2em;
}
.product-item__price{
    color: #f4aa1d;
    font-size: 1.2em;
}
.product-item__price--old{
    color: #71706e;
}

.product-item__price .sale-price{
    color: #f4aa1d;
}


body.template-cart div#storePickupApp{ display:none; }
body.template-cart #order-delivery{
  display:none;
  text-align:left;
}

body.template-cart #order-delivery > div{
    max-width:500px;
}

#storePickupApp .clickCollectLocation{
    padding: 9px 12px !important;
    margin-bottom:20px !important;
}


    .template-index .featured-collection{
        padding-top: 100px;
        padding-bottom: 100px;
    }
  
  #shippingOptions{
    margin: 30px 0;
    text-align:left;
    background: #f1f1f1;
    padding: 20px 15px;
  }
    
  #shippingOptions label{
    font-size:16px;
  }
  
  #shippingOptions label input[type="radio"]{
    margin-right:5px;
  }
  
  body.template-cart div#storePickupApp{
    text-align:left;
  }
  
  #storePickupApp > div{
    max-width:500px;
  }


.site-footer{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    padding-top: 50px;
    background-color: #f1f1f1;
}

.site-footer .footer-heading{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    color: #444444;
    text-transform: uppercase;
    font-size: 14px;
}

.site-footer input[type="email"]{
    background-color: #FFFFFF;
}

.homepage-slider{
	margin-left:0;
  	margin-right:0;
  margin-bottom:0;
}

@media only screen and (min-width: 768px){
/* .homepage-slider{
  	min-height: 640px !important;
    height: 100vh !important;
} */

  .owl-item li{
  padding: 0;
    min-height: 640px;
    max-height: 900px;
    height: 100vh;
}

body{
    padding-top:110px !important;
}
header.site-header{
    width: 100%;
    background-color: rgba(40,40,40,1) !important;
    background-image: none !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 25px 0 !important;
}

header.site-header.large{ height: 120px; }

.site-header .header-logo{
    text-align: left;
    margin-left: 0;
}

.header-logo img{margin-left: 0;}



.parallax {
   box-shadow: inset 0 5px 20px rgba(0, 0, 0, 0.3);
    /*background-attachment: fixed;*/
    background-position: 50% 0;
    
}

.featured-promo h3{ margin-top: 0;}



}




/**** SN changes  ****/

.homepage-slider .grid--full{
  min-height:100%;
  height:100%;
}


/* media query iPad */
@media only screen and (max-width: 768px){
  .homepage-slider .grid--full{
    min-height: 420px !important;
    
  }
  .owl-item li{
    padding: 0;
    height: 100%;
    min-height: 420px;
    width: 100%;
  }
	
}
/* end media query iPad */


/* media query iPhone */
@media only screen and (max-width: 420px){
  .homepage-slider .grid--full{
    min-height: 220px !important;
  }
  .owl-item li{
    padding: 0;
    height: 100%;
    min-height: 220px;
    width: 100%;
  }

}
/* end media query iPhone */

/**** end SNerd changes  ****/