/** Shopify CDN: Minification failed

Line 535:10 Expected identifier but found whitespace
Line 535:11 Unexpected "100%"

**/

/*****BOOTSTRAP ADDITION******/

.container,.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
 padding-left:12px;
 padding-right:12px;
}

.row {
    margin-left: -12px;
    margin-right: -12px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-xl-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-xl-15 {
        width: 20%;
        float: left;
    }
}

/*************************
GENERAL
*************************/

body,h1 {
 	font-family:'Open Sans', sans-serif!important; 
}

.primary-spacer {
 	height:3px;
  	width:100px;
  	background-color:#006eff;
  	display:block;
  	margin: 0 auto;
}

.white-spacer {
 	height:3px;
  	width:100px;
  	background-color:#FFF;
  	display:block;
  	margin: 0 auto;
}

.main-content {
 	padding-bottom:0; 
  	margin:0;
}


.page-container {
    background:#f0f4f7;
}

.btn, .btn--secondary {
 	color:#000; 
}

@media screen and ( min-width:1200px ) {
 
  .container,
  .page-width {
    width:90%;
    max-width:1400px;
  }
  
}

.silver-spacer {
    width: 95%;
    height: 1px;
    background: #eee;
    display: block;
    margin: 30px auto 40px;
}

select {
 	border: 1px solid #e1e8f0;
    box-shadow: 0 2px 2px rgba(0,0,0,.02);
  	background:#FFF;
}


/***PADDING FOR ALL WRAPPERS AND CONTAINERS***/

.collection-container,
.page-wrapper,
.blog-container,
.cart-container{
 	padding-top:28px;
  	padding-bottom:28px;
}

.bg-success {
	background:#5cb85c;
  	color:#FFF;
  	padding:15px;
  	border-radius:5px;
}

.bg-warning {
 	background:#d9534f;
  	color:#FFF;
  	padding:15px;
  	border-radius:5px;
}

#MainContent h1 {
    letter-spacing: initial;
    font-size: 28px!important;
    font-weight: 700;
  	margin-top:10px;
    margin-bottom:10px;
}



/*************************
HEADER
*************************/

.toolbar {
    background: #c83325;
    color: #FFF;
    display: block;
    padding: 12px 0;
  	font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.6px;
}

.toolbar a {
  	margin:5px;
  	color:#FFF!important;
  	font-size:14px!important;
  	text-transform: uppercase;
  	line-height:14px;
}

.toolbar p {
 	text-align:center; 
}

.wrapper-border-bottom {
    border-bottom: 1px solid #e8e8e8;
}

.wrapper-bg-white {
    background-color: #fff;
}

.wrapper-contact-nav .header-call a,
.header-nav a{
    color: #828282;
  	font-size:14px;
}

.header-call li,
.social-list-item {
	padding:4px 5px;
}

.header-call .fa {
 	font-size:14px!important; 
}

.header-nav li {
    margin-left: 0!important;
}

li.social-list-item {
    display: inline-block;
}


.site-header__upper {
    background:#FFF;
}

.site-header__logo img {
    max-width: 100%;
}


.site-header__upper {
 	padding-bottom:10px!important; 
}

.header-contact-info span{
    display: block;
    font-size: 1.25em;
}

.header-nav li {
 	display:inline-block;
}

span.divider {
    color: #e8e8e8;
}

.secondary-nav .dropdown {
	display: inline-block;
}

.header-contact-info h2 {
 	font-size: 2.25em;
    margin-bottom: 0; 
}

div#product-search {
    margin-top: 35px;
}


.search-button:hover {
 	background:transparent;
  	color:#000;
  	border:none;
}

#search-field {
    width: 100%;
    border-radius: 0;
  	background: #FFF;
  	border-bottom:1px solid #231f20;
  	max-width:350px;
}

#search-field:focus {
 	outline:none; 
}

p.free-delivery {
    color: #FFF;
    margin: 0!important;
  	text-transform:uppercase;
  	font-weight:600;
  	text-align:center;
}

.search-button {
    padding: 0;
    width: 50px;
  	height:50px;
    background: transparent;
    color: #231f20;
}

.customer-account {
  	text-align:right;
}

.customer-account a {
    text-transform: uppercase;
}

.secondary-nav ul {
  	list-style:none;
}	

.secondary-nav li {
 	padding:5px;
  	display:inline-block;
  	margin-left:-4px;
}

.secondary-nav li:last-child {
 	border-right:none; 
}

.secondary-nav a {
    padding: 4px 7px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
  	color: #231f20!important;
}

.dropdown-menu a {
    padding: 5px 20px!important;
  	font-weight:700!important;
}

.dropdown-menu a:hover {
 	color:#000!important;
  	background:none!important;
  	border-right:none!important;
}

.dropdown-menu li {
    padding: 0!important;
}


.site-nav__link {
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    position: relative;
    color: #303030;
    color: #FFF;
    padding: 20px 17px;
    z-index: 7;
  	font-size:16px;
  	border-radius: 5px 5px 0 0;
}

.site-nav__link:hover {
	background: transparent;
    color: #FFF!important;   
}

.site-nav--active a{
  	background: transparent!important;
    color: #FFF!important; 
}

.nav-bar {
 	border-top:none; 
}

li#sale a {
    background: #ed5153;
}

@media ( max-width:992px ) {
 
  	.site-header__logo img {
     	position:initial!important;
    }
  
  	p.free-delivery {
     	font-size:14px!important; 
    }
  
}

.sponsor {
	width:100px!important; 
  	margin-top:3px; 
  	position:relative; 
  	right:-10px;
}

@media ( max-width:992px ) {
  
  .sponsor {
   	display:block;
    margin:0 auto;
  }
  
}

/*************************
INDEX
*************************/

.index-section {
 	padding-top:60px; 
  	margin-bottom:0!important;
}

.carousel-caption h1 {
 	text-shadow:none;
  	color:#FFF;
    letter-spacing: initial;
    font-size: 63px;
}

.carousel-caption {
    right: 10%;
    left: initial;
    padding-bottom: 30px;
    top: 0;
    background: rgba(0,0,0,.6);
    height: 100%;
    width: 40%;
}

.content-text-wrap {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: .75em;
    padding-bottom: .75em;
}

.carousel-caption p {
 	font-family: "Unica One","HelveticaNeue","Helvetica Neue",sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 3em; 
  	padding:5px;
  	background-color:rgba(245,135,20,.7);
  	text-shadow:none;
}

.carousel-btn {
 	background:#37e46e!important; 
}

.carousel-inner img {
 	width:100%; 
}

.top-sellers .col-sm-4.col-md-2 {
 	padding-left:2.5px;
  	padding-right:2.5px;
}

.top-brand-wrapper {
    background: #fff;
    border: 1px solid #e1e8f0;
    box-shadow: 0 2px 2px rgba(0,0,0,.02);
    border-radius: 4px;
    padding: 25px 5%;
    margin-top: 5px;
    margin-bottom: 15px;
}

.top-brand-wrapper h4 {
 	text-align:center;
  	font-size:1em;
  	margin-top:10px;
  	margin-bottom:0;
}

.top-brand-wrapper img {
 	width:100%; 
}

.featured-products .col-sm-4.col-md-2 {
 	padding-left:2.5px;
  	padding-right:2.5px;
}

.featured-products .product-brand {
 	margin-bottom:0; 
}

.featured-products h3 {
    height: 70px;
    overflow: hidden;
}


.newsletter-signup {
 	height:400px;
  	background-image:url('https://cdn.shopify.com/s/files/1/2126/0623/t/3/assets/pexels-photo_5.jpg?5399716821995074603');
  	background-repeat:no-repeat;
  	background-size:cover;
  	background-position:center;
  	background-blend-mode:multiply;
  	background-color:rgba(0,0,0,.5);
  	border-bottom:5px solid #FFF;
  	margin-top:40px;
}

.newsletter-container {
    text-align: center;
    padding-top: 90px;
  	background-color:transparent;
}

.newsletter-title {
 	color:#FFF;
  	text-transform:uppercase;
  	margin-bottom:5px;
}

.newsletter-signup p {
 	color:#FFF;
}

input#contact_email {
    max-width: 500px;
  	width:100%;
  	border-radius:3px;
  	display:block;
  	margin:0 auto;
}

.index-cards img {
 	width:100%; 
}

input.submit.newsletter-submit {
    margin-top: 20px;
    background: #c83325;
    color: #fff;
  width: 100%;
    max-width: 500px;
    border-radius: 3px;
}
    width: 100%;
    border-radius: 3px;
  	max-width:500px;
}

.featured-products {
  	margin-bottom:40px;
}


p.recent-article-excerpt {
    height: 115px;
    overflow-y: hidden;
}

.read-more-button {
 	background:#00b5c1;
  	display:block;
  	margin:0 auto;
  	width:90%;
  	color:#FFF!important;
  	transition:.3s;
  	border:none;
}

.read-more-button:hover {
 	background:rgba(0, 181, 193, .9);
  	border:none;
  	display:block;
  	margin:0 auto;
  	width:90%;
  	color:#FFF!important;
  	transition:.3s;
}

.read-more-button:hover {
 	transition:.3s;
  	background:!important;
  	border:none;
  	margin-bottom:20px;
}


.individual-article {
  	margin-bottom:20px;
}

.recent-article-image {
 	background-repeat:no-repeat;
  	background-size:cover;
  	background-position:center;
  	height:200px;
  	width:100%;
}

.recent-article-wrapper {
    background: #fff;
    border: 1px solid #e1e8f0;
    box-shadow: 0 2px 2px rgba(0,0,0,.02);
    border-radius: 4px;
    padding: 5px;
}

.recent-article-container {
 	padding-bottom:50px; 
}

.recent-article-title {
 	margin-top: 20px;
    margin-bottom: 20px;
    text-transform: initial!important;
    font-size: 18px;
    font-weight: 800;
    text-align: -webkit-center;
}

.individual-article.col-sm-6.col-md-3 {
    padding-left: 2.5px;
    padding-right: 2.5px;
}


@media ( max-width:768px ) {
 
  .top-brand-wrapper h4 {   
   	height:40px; 
  }
  
  .carousel-caption {
   	top:0;
    bottom:0;
    right:0;
    left:0;
    width:100%;
  }
  
  .carousel-caption h1{
   	font-size:16px; 
  }
  
  .carousel-btn {
   	font-size:14px;
    padding:10px;
    letter-spacing:initial;
  }
  
}







/************************
COLLECTION
************************/

.filter-button, .filter-button:hover, .filter-button:focus {
    background: #5092c7;
    color: white;
    display: block;
  	margin-bottom:20px;
}

.mobile-search .search input {
    font-size: 0.8125em;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    background: #FFF;
    border-radius: 5px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}	


@media ( min-width:768px ) {
  
 #filter-collapse {
  	display:block; 
 }
  
 .filter-button,.mobile-search {
  	display:none; 
 }
  
  
}

h1.section-header__title {
 	letter-spacing:initial; 
}

.collection-container .section-header {
    margin-bottom: 20px!important;
}

.collection-container h1 {
    text-transform: initial;
    font-size: 28px;
}

.col-sm-4.col-md-3.product-menus {
    padding: 0 2.5px!important;
}

.collection-container .col-sm-8.col-md-9 {
    padding: 0 2.5px!important;
}

div#category-dropdown {
    padding: 0;
}

h3.desktop {
    background: #FDD65D;
    color: #000;
    padding: 15px;
    text-align: center;
    margin: 0;
    border-radius: 3px 3px 0 0;
    text-transform: uppercase;
    font-weight: 900;
  	font-size: 18px;
}

.panel-body h4 li {
    list-style: none;
}

.child-category a {
 	color:#3d3d3d;
  	font-weight:600!important;
    text-transform:uppercase;
}

.grandchild-category a {
    color: #9e9e9e; 
  	font-weight:400!important;
  	text-transform:initial;
  	font-size:14px;
  
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0 0 3px 3px;
}

.panel-body ul {
 	list-style:none; 
  	padding-left: 15px;
}

.category-nav li {
    padding: 2px;
  	font-size:16px;
}

.category-nav .panel-body {
    padding: 0 15px 5px 15px;
}

.category-nav .panel-body:first-child {
    padding-top: 15px;
}

.silver-spacer {
    width: 90%;
    height: 1px;
    background: #ddd;
    display: block;
    margin: 0 auto;
}

.panel-body h4 {
    font-size: 18px;
    margin: 0;
  	letter-spacing:initial;
  	line-height:initial;
}

.product-card {
    margin-bottom: 15px;
  	background: #fff;
    border: 1px solid #e1e8f0;
    box-shadow: 0 2px 2px rgba(0,0,0,.02);
    border-radius: 4px;
}

.product-grid .col-xs-6.col-sm-4.col-md-3.col-xl-15 {
    padding-left: 2.5px;
    padding-right: 2.5px;
    height: 395px;
}

.collection-sort__input,
.search-wrapper input {
 	background:#FFF; 
    border: 1px solid #e1e8f0;
    box-shadow: 0 2px 2px rgba(0,0,0,.02);
    border-radius: 4px;
  	padding:9px;
    text-transform: uppercase;
}

.collection-sort {
 	max-width:100%;
  	display:block;
}

.collection-sort__input {
  	width:100%; 
}

.collection-sort__label {
 	text-align:center!important; 
}

.search-wrapper input {
 	width: 100%; 
}

.single-product-wrapper h2 {
    height: 40px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 900;
}

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


  .product-category-nav {
    display: block;
    width: 100%;
    background:#421E20;
    color:#FFF;
  }
  
  .product-category-nav {
   	margin-right:0; 
  }
  
  
  h3.mobile {
   	color:#FFF; 
  }
  
  
  
}

.single-product-grid {
	background: #FFF;
    background: #fff;
    border: 1px solid #e1e8f0;
    box-shadow: 0 2px 2px rgba(0,0,0,.02);
    border-radius: 4px;
    padding: 25px 5%;
    margin-top: 0;
    margin-bottom: 15px; 
}

.notification--success, .notification--promo {
    background-color: #37e46e!important;
    color: #fff!important;
}


/*List Collections*/

.collection-wrapper {
    position: relative;
}

.collection-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(243, 239, 139, .5);
    border-radius: 5px;
  	transition:.3s;
}

.collection-overlay h3 {
    position: absolute;
    top: 38%;
    right: 0;
    left: 0;
    text-align: center; 	
}

.collection-wrapper img{
 	border-radius:5px;
}

.collection-overlay:hover {
 	background: rgba(80, 146, 199, .5);
  	transition:.3s;
}




/***********************
PRODUCT
***********************/

.single-product-wrapper {
    background: #fff;
    border: 1px solid #e1e8f0;
    box-shadow: 0 2px 2px rgba(0,0,0,.02);
    border-radius: 4px;
    padding: 15px 5% 10px;
    margin-top: 5px;
}

.single-product-wrapper a {
    text-decoration: none;
}

.image-container {
    min-height: 230px;
    text-align: center;
    display: table;
    width: 100%;
}

.image-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.single-product-wrapper img {
    display: block;
    margin: 0 auto;
}

.image-wrapper img {
    max-height: 200px;
}

h1.product-single__title {
    font-size: 24px;
    letter-spacing: inherit;
    text-transform: initial;
}

.product-card__price {
    font-size: 16px!important;
}

.single-product-wrapper h2, .single-product-wrapper h4 {
    font-size: 14px;
}

.single-product-wrapper h2, .product-card__brand {
    color: rgba(0,0,0,0.6);
    font-weight: 800;
}

.single-product-wrapper h3 {
    text-align: center;
    text-transform: initial;
    height: 60px;
    margin: 0;
    font-size: 12px!important;
    overflow: hidden;
}

.template-product .page-container {
    background-color: transparent;
}

.single-product-wrapper h4 {
    font-size: 1.5em;
    text-align: center;
    letter-spacing: initial;
}

.product-grid .product-tag--absolute {
    top: 1px;
    left: 16px;
}

.product-tag {
    font-size: 24px;
}

.product-tag--absolute {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.product-tag {
    font-size: 0.875em;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 0.75em;
    background-color: #fecf52;
    color: #fff;
    padding: 4px 10px;
}

.single-product-wrapper h3 {
    font-weight: 600!important;
}

form#AddToCartForm .col-sm-6 {
    padding-left: 2.5px;
    padding-right: 2.5px;
}

@media (max-width:1400px) {

  .image-wrapper img {
   	max-height:175px; 
  }
  
  .image-container {
    min-height: 200px;
  }
  
  .product-grid .col-xs-6.col-sm-4.col-md-3.col-xl-15 {
    height: 365px;
  }
  
}


	
/************************
BLOG
************************/

.blog-card {
 	background: #fff;
    border: 1px solid #e1e8f0;
    box-shadow: 0 2px 2px rgba(0,0,0,.02);
    border-radius: 4px;
  	padding:0;

}

.blogs .col-sm-6, 
.blogs .col-md-4,
.blogs .col-xs-12 {
 	margin-bottom:20px; 
}



.blog-image {
 	background-repeat:no-repeat;
  	background-size:cover;
  	background-position:center;
  	height:250px;
}


.blog-info {
    padding: 20px 15px 30px 15px;
}

svg.icon.icon-rss {
    display: none;
}

.blog__title-link {
	font-size:1.25em;
  	height:45px;
  	margin:0;
}

.blog-excerpt {
 	height:110px; 
}

.blog-excerpt p {
 	margin:0; 
}

.blog__meta {
 	margin:5px 0; 
}

.article-wrapper {
 	max-width:1000px; 
  	margin:0 auto;
  	background:#FFF;
  	padding-left:15px;
  	padding-right:15px;
  	padding-bottom:60px;
}

.article-header {
 	background-repeat:no-repeat;
 	background-size:cover;
  	background-position:center;
  	display:block;
  	margin: 0 auto;
  	background-blend-mode:multiply;
  	background-color:rgba(0,0,0,.3);
}

.article-header h1 {
 	padding-top:150px;
  	padding-bottom:150px;
  	color:#FFF;
  	text-align:center;
}


/************************
CONTACT
************************/

#contact-form {
  	padding:40px 2.5%;
  	display:block;
  	margin: 0 auto;
  	color:#000;
  	background: #fff;
    border: 1px solid #e1e8f0;
    box-shadow: 0 2px 2px rgba(0,0,0,.02);
    border-radius: 4px;
}

#contact-form h2#page-title {
 	color:#000;
}

#contact-form label {
	font-family: "Unica One","HelveticaNeue","Helvetica Neue",sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 1.875em;
  	color:#000;
}

#contact-form input, 
#contact-form textarea {
 	width:100%;
  	color:#FFF;
  	background:#cdcdcd;  	
    font-weight: bold;
}

#contact-form input:focus,
#contact-form text-area:focus {
  	background: #006eff;
}

/*********************
CART
*********************/

#storePickupApp, .cart-pricing {
	background: #FFF;
    padding: 15px;
  	background: #fff;
    border: 1px solid #e1e8f0;
    box-shadow: 0 2px 2px rgba(0,0,0,.02);
    border-radius: 4px;
  	
}

.product_rp_cart_div {
 	margin-left:0!important; 
}

.recurring_div.bold-ro.bold_active {
  background-color: #37e46e; 
  font-size:20px;
  color:#FFF;
}

.recurring_div.bold-ro.bold_active label {
  color:#FFF;
}	




/*********************
DELIVERY
*********************/

.shipping-wrapper {
 	margin-top:40px; 
}


/*********************
ABOUT
*********************/

.about-images img {
 	width:100%; 
  	margin:15px auto;
}

.location iframe {
	max-width:95%;
  	margin:15px auto;
  	display:block;
}

.location {
 	margin-top:20px; 
  	margin-bottom:20px;
}

.address {
 	margin-bottom:15px; 
}

.address p {
	margin-bottom:5px;
}


/********************
VIDEOS
********************/

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


/*******************
BRANDS
*******************/

.brands-table {
    display: table;
    height: 150px;
    margin: 10px;
    border: 1px solid #22b0ff;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
  	background:#22b0ff;
}

.brands-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.brands-table-cell a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
}




/*******************
TESTIMONIALS
*******************/

.testimonial h3 {
	margin-top:0;
  	margin-bottom:25px;
}

.testimonial {
    margin-top: 40px;
}

.testimonial:first-child {
 	margin-top:0; 
}

/******************
FOOTER
******************/

.site-footer__section-title {
 	display:none; 
}

/******************
SEARCH
******************/

.search-grid .col-xs-12.col-sm-4.col-md-3 {
    height: 400px;
  	padding-left:2.5px;
  	padding-right:2.5px;
}


.col-xs-6.col-sm-3.col-md-2 img {
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

/******************
PAGE
******************/

.page-wrapper .content-block {
 	background: #fff;
    border: 1px solid #e1e8f0;
    box-shadow: 0 2px 2px rgba(0,0,0,.02);
    border-radius: 4px; 
}

.section-1-footer-menu li a {
	padding:0px!important;
  	font-size:16px!important;
  	text-transform:initial!important;
}

.section-1-footer-menu .drawer__nav-toggle-btn .icon {
	padding:0px!important;
  	font-size:16px!important;
 	color:white!important;
  	max-width:15px;
  	margin-top:-18px;
  	margin-left:-175px;
  	
}

.section-1-footer-menu .meganav__scroller {
	background-color:#c83325!important;
  	padding-left:25px;
 	padding-right:25px;
  
}

.section-1-footer-menu .meganav__scroller li a {
  	padding-bottom:15px!important;

}

.section-1-footer-menu .drawer__nav-toggle-btn:hover, .drawer__nav-toggle-btn:focus {
	border-left:none!important;
}

.site-footer a:hover {
	background-color:none!important;
    background:none!important;
}

.site-footer__list-item:hover {
	background-color:none!important;
    background:none!important;
}