@charset "UTF-8";
/* CSS Document */


a, a:visited, a:hover{
    text-decoration: none;
    color: inherit;
}

.custom-message {
    color: #393d3f;
    padding: 10px 10px 40px;
    font-weight: 300;
    max-width: 980px;
    margin: 0 auto;
}





.img-wrap{
      height: 26vw;
    overflow: hidden;
    width: 100%;
    position: relative;
    border-bottom: 2px solid #fff;
    border: 1px solid #393D3F;
    box-sizing: border-box;
}

.img-wrap img{
    width: 100%;
    height:100% !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    object-fit:cover;
    object-position: 50% 60%;
}

.img-wrap-2 img{
    width: 100%;
    height:100% !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    object-fit:cover;
    object-position: 85% 0%;
}


.img-wrap-2 img{
    width: 100%;
    height:100% !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    object-fit:cover;
    object-position: 65% 0%;
}


.img-landing img{
    width: 100%;
    height:100% !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    object-fit:cover;
    object-position: 0%;
}


.text-wrap{
    position: absolute;
    bottom: 0;
    background: rgba(57,61,63,1);
    width: 100%;    
    overflow: hidden;
    display: flex;
}

.hero-text{
    color: rgba(255,255,255,1);
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: left;
    padding: 0px 20px 0;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    vertical-align: middle;
}

a.shop-btn, a.wholesale-btn{
    background: #C3E01B;
    border: 3px solid #C3E01B;
    width: 90px;
    min-width: 90px;
    text-transform: uppercase;
    margin: 20px 20px 20px 0;
    padding: 12px 20px 10px;
    text-align: center;
    transition:all 0.25s ease;
    display: block;
    font-weight: 500;
}

a.shop-btn:hover, a.wholesale-btn:hover{background: #393D3F; border: 3px solid #C3E01B; color: #C3E01B !important;}

.featured-product{
    background: #C3E01B;
    color: #393D3F;
    text-align: center;
    padding: 20px;
    font-size: 24px;
    font-weight: 100;
    margin: 0 0 0 4px;
}

/* Promo Page */


#CategoryHeading-pink{
    color: #EA759C !important;
    background: #EA759C;
}

.featured-product-pink{
    background: #c3e01b;
    color: #000;
    text-align: center;
    padding: 20px;
    font-size: 24px;
    font-weight: 100;
    margin: 0 0 0 4px;
}

.sf-menu>li:last-child{
    background: #000000;
    color: #000000 !important;
    
}

.pink-head{
    color: #393d3f;
    text-align: center;
    padding: 20px;
    font-weight: 400;
    margin: 0 auto;
    font-family: roboto;
}

.TopMenu li.last {
    background: none;
}



/*Grid Layout */
.wrapper-home{
    display: -webkit flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    flex-wrap: wrap;
    flex-shrink: 1;
    margin: 40px 2.5% 20px;
    
}

.wrapper-landing{
    display: -webkit flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    flex-wrap: wrap;
    flex-shrink: 1;
    margin: 10px 2.5% 20px;
    
}



.six{
    width: 48.9%;
    background: #ffffff;
    margin: 0 0 2% 0;
    -ms-flex: 48.9%;
    -ms-flex-direction: row;
}



.six:first-child{ margin-right: 2%;}
.six:last-child{ margin-left: 2%;}

.landing-breadcrumb{ max-width: 1440px; width: 95%; margin: 0 auto;}
/*Wholesale Section on Login Page */

.wholesale-wrap{
    width: 90%;
    padding: 40px 5%;
    margin: 40px auto 0;
    border-top: 1px solid #d1d4d8;
    text-align: left;
}

a.wholesale-btn{
    width: 75%;
    margin: 40px auto;
    font-size: 13px;
    max-width: 220px;
}

.wholesale-two{
    border: 1px solid #d1d4d8;
    display: flex;
    max-width: 400px;
    margin: 20px auto;
    
}




.wholesale-info{
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    max-width: 600px;
    
}


/* Checkout Page */

a.shipping-btn{
    color: #393D3F;
    border-bottom: 2px solid #393D3F;
    transition: ease all .5s;
    padding: 0 0 5px 0;
}

a.shipping-btn:hover{
    color: #d1d4d8;
    border-bottom: 2px solid #d1d4d8;
}




a.view-details{
    color: #393D3F !important;
    transition: ease all .5s;
    margin: 10px 0 !important;
    
    font-size: 13px;
    font-weight: bold;
}

a.view-details:hover{
    color: #C3E01B !important;
    
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {.wrapper-home, .wrapper-landing{display: block; width: 95%;}.six{text-wrap: padding 10px;display: flex; width: 48.9%; float: left;}}

/* Firefox Flexbox bottom margin fix */ 
@-moz-document url-prefix() { .six { margin: 0 0 20px 0;} } 

/* Edge Flexbox bottom margin fix */
@supports (-ms-ime-align: auto) {.six{margin: 0 0 20px 0;}}


@media all and (min-width: 1440px) {
    .img-wrap {height: 24vw;}
    .wrapper-home, .wrapper-landing {max-width: 1440px; margin: 40px auto 20px;}
    .wrapper-landing {max-width: 1440px; margin: 10px auto 20px;}
}



@media all and (max-width: 1156px) {
    
    .hero-text{ font-size: 20px;}
    a.shop-btn{ width: 80px; min-width: 80px;}
    }



@media all and (max-width: 1024px) {
    .page { padding: 100px 0 0 !important;}
    .wrapper-home, .wrapper-landing{
    display: flex;
    display: -webkit flex;
    width: 95%;
    flex-wrap: wrap;
    margin: 10px 2.5%;
}
    .hero-text{ font-size: 1.5vw;}
    a.shop-btn{ padding: 12px 15px 10px;}
    }



@media all and (max-width: 768px) {
    .page { padding: 86px 0 0 !important;}
    .hero-text{ font-size: 24px;}
    .img-wrap{height: 400px; margin-bottom: 20px;}
    .six{ /*grid-column: span 12;*/ width: 100%; margin: 0 0px 0px 0;}
    .six:first-child{ margin-right: 0;}
    .six:last-child{ margin-left: 0;}
    .featured-product{ margin: 0;
}

    
    } 

@media all and (max-width: 480px) {
    .page { padding: 79px 0 0 !important;}    
    .img-wrap{height: 300px; margin-bottom: 0px;}
    .wrapper-home, .wrapper-landing{ margin: 0 2.5%;}
    .text-wrap { position: absolute; bottom: 0; background: rgba(57,61,63,1); width: 100%; overflow: hidden; display: block;}
    .hero-text { text-align: center; padding: 10px 0 5px; display: block; align-items: center; width: 100%; font-size: 20px;}    
    .img-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 50% -30px;}
    .img-wrap-2 img { width: 100%; height: 100%; object-fit: cover; object-position: 20% -20px;}
    a.shop-btn{ margin: 5px auto 14px; padding: 6px 20px 4px;}
    .six{ width: 100%; margin: 0 0px 20px 0;}


}
    
    
    }

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
      
    .img-wrap{height: 300px; margin-bottom: 0px;}
    .wrapper-home,.wrapper-landing{ margin: 0 2.5%;}
    .text-wrap { position: absolute; bottom: 0; background: rgba(57,61,63,1); width: 100%; overflow: hidden; display: block;}
    .hero-text { text-align: center; padding: 10px 0 5px; display: block; align-items: center; width: 100%; font-size: 20px;}    
    .img-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 100% -50px;}
    a.shop-btn{ margin: 5px auto 14px; padding: 6px 20px 4px;}
    .six{ width: 100%; margin: 0 0px 20px 0;}

}