/* FEATURED PRESS */

.featured-press{
	margin-top: 60px;
	margin-bottom: 0px;
}

.featured-press ul{
	text-align: center;
}

.featured-press ul li{
	padding: 15px;
}






/* FEATURED CONTENT */

.featured-content{
	margin-top: 60px;
	margin-bottom: 0px;
}

.featured-content .content_table{
	height: 500px;
}

.featured-content .content_table.image{
	background-size: contain;
 	background-repeat: no-repeat;
	background-position: center center;
}

.featured-content .content_table_cell{
	padding: 30px;
	text-align: center;
}

.featured-content .content_table_cell h5{
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 1rem;
}

.featured-content .content_table_cell h3{
	text-transform: uppercase;
	margin: 0px;
	font-size: 1.5rem;
  	line-height: 1.4;
}

.featured-content .content_table_cell p{
	margin-top: 15px;
}

.featured-content .content_table_cell h6{
	margin-top: 10px;
	margin-bottom: 0px;
	color: #ED1F24;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
}

.featured-content.slider{ 
	margin-top: 0px;
	margin-bottom: 60px;
}

.featured-content-slideshow.cycle-slideshow { 
	width: 90%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 0;
	background: url(//cdn.shopify.com/s/files/1/0719/9107/t/44/assets/loader.gif?v=2179968798253664343) 50% 50% no-repeat;
}

.featured-content-slideshow .content_table{
    border: 1px solid #e3e3e3;
}

.featured-content-slideshow.cycle-slideshow .cycle-slide { 
	width: 100%; 
	display: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}





/*
these are just the default styles used in the Cycle2 demo pages.  
you can use these styles or any others that you wish.
*/


/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.slideshow.cycle-slideshow, .cycle-slideshow * { 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}






/* HEADER MESSAGE */

.notice{
	text-align: center;
	background: #ED1F24;
	color: #ffffff;
  	padding-top: 10px;
  	padding-bottom: 10px;
}

.notice ul{
    margin: 0 auto;
    background: none;
    width: 88%;
}

.notice ul li{
	text-align: center;
	color: #ffffff;
	font-size: 0.85rem;
	width: 100%;
	line-height: 16px;
	display: none;
}

.notice ul li a{
	color: #ffffff;
}

.notice ul li a:hover, .notice ul li a:focus{
	color: #ffffff;
	text-decoration: underline;
}

.notice .close-reveal-modal {
	line-height: 16px;
	color: #ffffff;
	cursor: pointer;
	font-weight: inherit;
	position: absolute;
	top: 0;
	right: 0.9375rem;
	font-size: 1.5rem;
	z-index: 100;
}

.notice .close-reveal-modal:hover, .notice .close-reveal-modal:focus {
	color: #969696;
}





/* INSTAGRAM */

#instagram, #insta-feed{
	margin-top: 3.5rem;
 	margin-bottom: 60px;
}

#instafeed {
 display: flex; 
 justify-content: space-around;
 flex-wrap: wrap;
}



.instagram-text {
 margin-top: 3.5rem; 
}

.insta-img-div {
margin-top: 2rem;
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
 height: 338px;
 width:30%;
  display: block; 
}

@media (max-width: 866px) {
  .insta-img-div {
 height: 12rem;
 width:30%;
}
}









/* YOTPO */

.yotpo .text-m {
    margin-left: 10px;
}

.yotpo-reviews-carousel {
    margin-top: 60px;
}



/* SEARCH */

ul.search-results a{
	color: #323232;
}

ul.search-results a:hover, ul.search-results a:focus{
	color: #ED1F24;
}

.search-results .thumbnail img {
    float: left;
}




/* INFINITE SCROLLING */

#infscr-loading{
	text-align: center;
	font-size: 0.85rem;
    line-height: 1.2;
  	clear: both;
}

#infscr-loading img{
	margin-bottom: 15px;
}




/* MENU ICON */

.menu-icon {
	color: #323232;
	display: block;
	height: 2rem;
	padding: 0;
	line-height: 2.5;
	position: relative;
	text-indent: 2.5rem;
	transform: translate3d(0, 0, 0);
	width: 2rem;
}

.menu-icon:hover span::after, .menu-icon:focus span::after {
	box-shadow: 0 0 0 1px #ED1F24, 0 7px 0 1px #ED1F24, 0 14px 0 1px #ED1F24;
}

.menu-icon span::after {
	content: "";
	display: block;
	height: 0;
	position: absolute;
	top: 50%;
	margin-top: -0.44444rem;
	left: 0.80556rem;
	box-shadow: 0 0 0 1px #323232, 0 7px 0 1px #323232, 0 14px 0 1px #323232;
	width: 1.3rem;
}





/* OFF CANVAS */

ul.off-canvas-list li hr {
	margin-top: 10px;
	margin-bottom: 15px;
}

ul.off-canvas-list li a {
	color: #323232;
	font-size: 0.85rem;
	text-transform: uppercase;
	border-bottom: none;
	background: none;
	line-height: 1.4;
}

ul.off-canvas-list li a:hover, ul.off-canvas-list li a:focus {
	background: none;
	color: #ED1F24;
}

ul.off-canvas-list li a.current {
	color: #ED1F24;
}

ul.off-canvas-list.secondary {
	border-top: 1px solid #f2f2f2;
	padding-top: 10px;
	margin-top: 10px;
}

.left-off-canvas-menu hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.left-off-canvas-menu ul.off-canvas-list li {
	color: #323232;
    padding-left: 5px;
}

.left-off-canvas-menu ul ul{
	margin-left: 0px;
}

/* .move-right .exit-off-canvas, .move-left .exit-off-canvas {
	background: rgba(255, 255, 255, 0.85);
	box-shadow: none;
}

.move-right .exit-off-canvas:hover, .move-left .exit-off-canvas:hover {
	background: rgba(255, 255, 255, 0.85);
} */

.exit-off-wrap {
 position: absolute;
 top: 2rem;
 right:44px;
}


.exit-off-canvas {
 box-shadow: none !important;
  height: 2rem;
  width: 2rem;
}



.exit-off-canvas:before, .exit-off-canvas:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 25px;
  width: 2px;
  background-color: #333;
}
.exit-off-canvas:before {
  transform: rotate(45deg);
}
.exit-off-canvas:after {
  transform: rotate(-45deg);
}

.exit-off-canvas:hover:before {
 color: red; 
}

.exit-off-canvas:hover:after {
 color: red; 
}



.right-off-canvas-menu {
	border-left: 1px solid #EAEAEA;
	background: #FFFFFF;
	text-align: center;
}

.left-off-canvas-menu {
	border-right: 1px solid #EAEAEA;
	background: #FFFFFF;
    width: 100vw;
}

.move-right>.inner-wrap {
  transform: translate3d(100%, 0, 0);
}

.left-off-canvas-menu label, .right-off-canvas-menu label{
	padding-top: 20px;
    padding-bottom: 15px;
    text-align: center;
    color: #323232;
    font-size: 1rem;
    text-transform: uppercase;
    width: 185px;
    letter-spacing: 0.08em;
    margin-bottom: 0px;
    margin-left: 40px;
    margin-right: 40px;
}




/* AJAXIFY CART */

#ajaxifyCart p.empty{
	text-align: center;
}

#ajaxifyCart h6{
	font-size: 0.85rem;
}

#ajaxifyCart .ajaxifyCart--qty {
	margin-top: 15px;
}

#ajaxifyCart input.ajaxifyCart--num{
	display: inline-block;
	width: 40px;
	margin-bottom: 0px;
	line-height: 1;
	text-align: center;
}

#ajaxifyCart .ajaxifyCart--product{
	padding: 15px;
}

#ajaxifyCart .button.small {
	height: inherit;
	border-radius: 8px;
	color: #323232;
	padding: 0.25rem;
	background: none;
	border: 1px solid #EAEAEA;
	line-height: 1;
	width: inherit;
	font-size: 0.85rem;
	min-width: 25px;
	overflow: inherit;
}

#ajaxifyCart .button.small:hover, #ajaxifyCart .button.small:focus {
	color: #ffffff;
	background: #323232;
}

#ajaxifyCart img.cart-product-image{
	margin-bottom: 10px;
}

#ajaxifyCart .cart-product-summary{
}

#ajaxifyCart .ajaxifyCart--subtotal{
	padding-left: 0.66667rem;
	padding-right: 0.66667rem;
  	margin-bottom: 15px;
}

#ajaxifyCart .ajaxifyCart--subtotal p{
	line-height: 1;
	margin-bottom: 30px;
}

#ajaxifyCart .ajaxifyCart--subtotal small{
	margin-bottom: 15px;
	display: block;
}

#ajaxifyCart .ajaxifyCart--subtotal .button{
	width: 100%;
}

#ajaxifyCart .ajaxifyCart--subtotal .button.secondary{
	margin-bottom: 10px;
}

#ajaxifyCart .ajaxifyCart--note{
	padding: 0.66667rem;
	margin-top: 15px;
	margin-bottom: 15px;
}

#ajaxifyCart textarea#CartSpecialInstructions{
	width: 100%;
	margin-bottom: 0px!important;
}

#ajaxifyCart a.ajaxifyCart--remove{
	font-size: 0.75rem;
	color: #656565;
	margin-top: 10px;
	display: none;
}

#ajaxifyCart a.ajaxifyCart--remove:hover, #ajaxifyCart a.ajaxifyCart--remove:focus{
	color: #ED1F24;
}

#ajaxifyCart .additional_checkout_buttons{
	text-align: center;
	margin-top: 15px;
}

.cart-subtotal{
	display: block;
	font-size: 1.3rem;
	color: #ED1F24;
	line-height: 1;
	margin-bottom: 15px;
}

.cart-product-name {
	text-transform: uppercase;
	font-size: 0.85rem;
	line-height: 1.4;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 600;
  	color: #323232;
}

.cart-product-name:hover, .cart-product-name:focus {
	color: #ED1F24;
}

.cart-product-variant {
	font-size: 0.85rem;
	text-transform: uppercase;
	line-height: 1.4;
	margin-top: 5px;
	color: #8A8A8A;
}

.cart-slide__close{
  
  position: absolute;
    overflow: hidden;
    top: 12px;
    right: 12px;
    width: 11px;
    height: 11px;
    cursor: pointer;
}

.cart-slide__close:before {
 
  
}

#ajaxifyCart .cart-product-price {
	display: block;
	font-size: 0.85rem;
	text-transform: uppercase;
	line-height: 1.4;
	margin-top: 5px;
}

#ajaxifyCart ul.ajaxifyCart--products{
	margin-bottom: 0px;
}

#ajaxifyCart li.ajaxifyCart--product{
	margin-bottom: 30px;
}

#ajaxifyCart li.ajaxifyCart--product:last-child{
	margin-bottom: 0px;

}



/* MEGA DROPDOWN */

.f-dropdown.mega:after {
	display: none;
}

.f-dropdown.mega:before{
	display: none;
}

.f-dropdown.mega li:hover,.f-dropdown.mega li:focus{
	background:none;
}

.f-dropdown.mega li a{
	color:#323232;
}

.f-dropdown.mega li a:hover, .f-dropdown.mega li a:focus{
	color:#ED1F24;
}

.f-dropdown.mega [class*="block-grid-"]>li {
	padding-bottom: 0;
}

.f-dropdown.mega [class*="block-grid-"]>li.featured {

}

.f-dropdown.mega{
	border: none;
	background: rgba(242, 242, 242, 0.98);
	z-index: 9999;
	padding-top: 0px;
	padding-bottom: 25px;
	margin: 0;
}

.f-dropdown.mega ul li{
	line-height: 1.6rem;
	font-size: 0.85rem;
}

.f-dropdown.mega ul li label{
	
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 0.85rem;
	color: #323232;
	display: block;
	line-height: 1rem;
	font-weight: 500;
}

.f-dropdown li a {
    padding: 0px;
	margin: 0px;
}

.f-dropdown.mega ul li ul{
	margin: 0;
}

.f-dropdown.mega ul li .content_table{
	height: 100px;
	background-size: cover;
	background-position: center center;
	background-color: #323232;
	margin-bottom: 15px;
}

.f-dropdown.mega ul li p{
	margin-bottom: 0px;
}

.f-dropdown.mega ul li h6{
	font-size: 0.85rem;
	margin-bottom: 5px;
	line-height: 1;
}





/* MEGA MENU */

#header div.mega-menu-content{
	background: rgba(239, 239, 239, 0.85);
	z-index: 9999;
	min-height: 250px;
}

#header div.mega-menu-content label {
	text-transform: uppercase;
	font-size: 0.9rem;
}

#header div[id*='mega-menu-']{
	left: 0!important;
}
    
#header .show{
	display: block;
}
  
#header .mega-menu-content{
	width: 100%;
	padding-top: 10px;
}
  
#header .mega-menu-content ul{
	margin: 0px;
}

#header .mega-menu-content [class*="block-grid-"]>li{
	padding-left: 0;
}


/* ACCOUNT PAGES */

#account_address{
  margin-bottom: 30px;
}

#account form .button.secondary{
	margin-top: 10px;
}

#account tr{
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	color: #323232;
	background: #ffffff;
}

#account tr:nth-child(even) {
	background: #FFFFFF;
}

#account tr:nth-child(odd) {
	background: #FEEAE4;
}

#account table thead tr:nth-child(odd), #account table tfoot tr:nth-child(odd){
	background: #FFFFFF;
}

#account ul li ul{
	margin-left: 0;
}


/* FLEX VIDEO */

.flex-video.widescreen {
	padding-bottom: 56.2%;
}

/* REVEAL MODAL */

.reveal-modal-bg {
	position: fixed;
	background: rgba(0,0,0,0.80);
}

/* PRESS PAGE */

#press .reveal-modal {
	max-width: 640px;
	text-align: center;
}

#press ul li h6{
	margin-top: 15px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-size: 0.85rem;
	font-weight: 600;
}

#press ul li h6 a{
	color: #323232;
}

#press ul li h6 a:hover, #press ul li h6 a:focus{
	color: #ED1F24;
}

#press ul li p{
	border-top: 1px solid #f2f2f2;
	padding-top: 2px;
	margin-top: 2px;
	margin-bottom: 15px;
	font-size: 0.85rem;
}




/* STORE LOCATOR */

#store-locator {
	min-height: 600px;
}

#store-locator ul{
	margin-left: 0;
}

#store-locator ul li ul li:first-child{
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: 600;
}

#store-locator ul li ul li:last-child{
	margin-bottom: 15px;
}




/* FIREFOX FIX */

@-moz-document url-prefix() {
	select.css-select-moz{
		background: none!important;
	}
	
	select.css-select-moz:hover{
		background: none!important;
		color: #666666!important;
	}
} 





/* INGREDIENT GLOSSARY */


#page ul li.testimonial{
	margin-bottom: 30px;
}

#page ul li.testimonial h4{
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
}

#page ul li.testimonial p{
	margin-bottom: 0px;
}



/* INGREDIENT GLOSSARY */


#page ul li.ingredient{
	text-align: center;
	margin-bottom: 30px;
}

#page ul li.ingredient img{
	margin-bottom: 15px;
}

#page ul li.ingredient h6{
	text-align: center;
}

#page ul li.ingredient p{
	text-align: center;
	margin-bottom: 0px;
}



/* ARTICLE */

#article h1{
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.4;
}

#article .article-content{
	margin-bottom: 30px;
  max-width: 760px;
}

#article .article-content img{
	margin-bottom: 15px;
}

#article .article-content h2{
	font-size: 1.6rem;
	line-height: 1.6;
}


#article ul.blog-post-data {
	margin-bottom: 30px;
}

#article ul#blog_article_share {
	margin-left: 0px;
}

#article ul#blog_article_share li{
	display: inline-block;
	margin-right: 5px;
	vertical-align: -webkit-baseline-middle;
}

#article ul#blog_article_share li:last-child{
	margin-right: 0px;
}




/* BLOG */


#blog{
	min-height: 400px;
}

#articles li.article{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f2f2f2;
}

#articles li.article:last-child{
	padding-bottom: 0px;
	border-bottom: none;
}

#articles li.article p{
	margin-bottom: 0px;
}

#articles li.article .content_table{
	height: 170px;
	background-color: #4C4C4D;
	background-size: cover;
}

#articles li.article .content_table_cell{
	text-align: center;
}

#articles li.article .content_table_cell.overlay{
	background: rgba(0, 0, 0, 0.2);
}

#articles li.article h4{
	text-transform: uppercase;
	line-height: 1.4;
}


#articles li.article h4 a{
  	color: #323232;
}

#articles li.article h4 a:hover, #articles li.article h4 a:focus{
  	color: #ED1F24;
}


/* BLOG and ARTICLE */

ul.blog-post-data{
	margin-left: 0px;
	margin-bottom: 0px;
	line-height: 1;
}

ul.blog-post-data li{
	color: #8E8E8E;
	display: inline-block;
	text-transform: uppercase;
	font-size: 0.75rem;
	margin-right: 10px; 
}

ul.blog-post-data li:last-child{
	margin-right: 0px;
}

ul.blog-post-data li a{
	color: #8E8E8E;
}

ul.blog-post-data li a:hover, ul.blog-post-data li a:focus{
	color: #ED1F24;
}


/*
ul.blog-post-data li:after {
content: " | ";
padding-right: 5px;
padding-left: 5px;
font-weight: 300;
color: #ED1F24;
}

ul.blog-post-data li:last-child:after {
padding-left: 0px;
padding-right: 0px;
content: none;
}
*/

/* BLOG - RELATED ARTICLES */

#blog_related_articles{
	margin-top: 60px;
}



/* SIDEBAR NAV */

ul.sidebar-nav li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
}

ul.sidebar-nav li:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
	border: none;
}

ul.sidebar-nav li a{
	color: #323232;
}

ul.sidebar-nav li a:hover, ul.sidebar-nav li a:focus{
	color: #ED1F24;
}


/* SHIPPING CALCULATOR */

#cart #shipping-calculator{
	border: 1px solid #f2f2f2;
	padding: 15px;
}

#cart #shipping-calculator .button{
	margin-top: 23px;
	width: 100%;
}

#cart #shipping-calculator p{
	margin-bottom: 0px;
}

#cart #shipping-calculator p.error{
	color: #ed001c;
}


#cart #shipping-calculator .button:hover{

}

#cart #shipping-calculator input{
	margin: 0;
}

#cart #shipping-calculator h5.section-title {
	margin-top: 0px;
}





/* COLLECTION - OPTIONS */

#collection_options #collection-count{
	font-size: 0.75rem;
	margin-top: 7px;
}


#collection_options{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}

#collection_options ul li.option label#sort-label{
	width: 20%;
}

#collection_options ul li.option label#photographer-label{
	width: 30%;
}

#collection_options ul li.option select#sort-by{
	width: 70%;
	overflow: hidden;
}

#collection_options ul li.option select#photographer-filter{
	width: 65%;
	overflow: hidden;
}

#collection_options ul li.option{
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#collection_options ul li.option label{
	width: 15%;
	vertical-align: baseline;
	display: inline-block;
	float: left;
	margin-top: 7px;
	margin-right: 4px;
}

#collection_options ul li.option select{
	display: inline-block;
	width: 70%;
	margin-left: 5px;
}

#collection_options ul li.right{
	padding-top: 0px;
	padding-bottom: 0px;
}


/* COLLECTION - OPTIONS - PAGINATION */


#collection_options ul.paginate{
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
	color: #858585;
}

#collection_options ul.paginate li{
	color: #858585;
	display: inline-block;
	margin-right: 20px;
	border: none;
	padding: 0px;
	width: inherit;
}

#collection_options ul.paginate li a{
	color: #323232;
}

#collection_options ul.paginate li a:hover{
	color: #ED1F24;
}

#collection_options ul.paginate li.counter{
	color: #323232;
}

#collection_options ul.paginate li:last-child{
	margin-right: 0px;
}






/* WISHLIST */

ul.wishlist-options{
	text-align: center;
	clear: both;
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 30px;
	padding: 10px;
	border: 1px solid #f2f2f2;
	border-radius: 4px;
}

ul.wishlist-options li{
	margin-right: 10px;
	display: inline-block;
}

ul.wishlist-options li:last-child{
	margin-right: 0px;
}

ul.wishlist-options li a{
	font-size: 0.75rem;
}

ul.wishlist-options li .button{
	font-size: 0.75rem;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	padding-right: 1rem;
	padding-left: 1rem;
}





/* PRODUCT DESCRIPTION */

.tabs dd > a, .tabs .tab-title > a {
	background-color: #FAF9F9;
	color: #323232;
	padding-left: 0.65rem;
	padding-right: 0.65rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.75rem;
}

.tabs-content > .content {
}

.tabs-content {
	margin-bottom: 0;
}







/* COLLECTION SIDEBAR */

#sidebar h6 {
	text-transform: capitalize;
	text-align: left;
	font-size: 0.85rem;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

#sidebar section {
	margin-bottom: 30px;
}

#sidebar input {
	margin-bottom: 0px;
}

#sidebar .button {
	width: 100%;
}





/* GIFT CARD PAGE */


#gift-card-page #gift-card-header h2 {
	font-weight: 500;
}

#gift-card #gift-card-code-inner{
	background: #ffffff;
}

#gift-card-page #gift-card-code-inner strong {
	color: #e684f9;
}

#gift-card-page #gift-card-outer-container {
	background-color: #323232;
}

#gift-card-page .btn {
	background:#ED1F24;
	color: #ffffff;
	border: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0;
	font-family: inherit;
	font-size: 0.8rem;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
	padding-right: 1rem;
	padding-left: 1rem;
	border-radius: 4px;
}

#gift-card-page .btn:hover, #gift-card-page .btn:focus, .#gift-card-page .btn:hover, .#gift-card-page .btn:focus {
	background: #858585;
	color: #ffffff;
}
	
#gift-card-page #gift-card-amount strong {
	font-weight: 500;
}









/* GIFT CARD PAGE */

#gift-card #footer ul.copyright {
	text-align: center;
}

#gift-card h1.page-title{
	text-align: center;
	font-size: 1.4rem;
}

#gift-card #gift-card-details{
	text-align: center;
	padding: 15px;
	border: 1px solid #e6e2df;
	margin-top: 30px;
	margin-bottom: 30px;
}

#gift-card #gift-card-details h3{
	text-transform: uppercase;
}

#gift-card #gift-card-details h4{
	color: #ED1F24;
}

#gift-card #gift-card-details p{
	margin-bottom: 0;
}

#gift-card #gift-card-actions{
	margin-bottom: 30px;
}

#gift-card #gift-card-actions ul{
	text-align: center;
}

#gift-card #gift-card-actions ul li{
	margin-bottom: 10px;
}

#gift-card #gift-card-actions ul li:last-child{
	margin-bottom: 0px;
}

#gift-card section.gift-card-notice{
	text-align: center;
	padding: 15px;
	border: 1px solid red;
	color: red;
	margin-top: 30px;
	margin-bottom: 30px;
}

#gift-card .button{
	font-size: 1rem;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	padding-right: 1.2rem;
	padding-left: 1.2rem;
}




/* STATIC PAGES  */

#page {
	min-height: 100vh;
}

#cart{
	min-height: 100vh;
}

#wishlist {
	min-height: 100vh;
}

#page h6.question {
	color: #ED1F24;
}

#page h6.question:before {
	content: url(//cdn.shopify.com/s/files/1/0719/9107/t/44/assets/hexagon.svg?v=9299829196426586978) no-repeat;
	padding-right: 5px;
}




/* CUSTOM FONTS */

@font-face{
	font-family: 'FontAwesome';
	src:url("//cdn.shopify.com/s/files/1/0719/9107/t/44/assets/fontawesome-webfont.eot?v=874249339727595021?v=4.3.0");
	src:url("//cdn.shopify.com/s/files/1/0719/9107/t/44/assets/fontawesome-webfont.eot?v=874249339727595021?#iefix&v=4.3.0") format("eot"),url("//cdn.shopify.com/s/files/1/0719/9107/t/44/assets/fontawesome-webfont.woff2?v=3567136746509678604?v=4.3.0") format("woff2"),url("//cdn.shopify.com/s/files/1/0719/9107/t/44/assets/fontawesome-webfont.woff?v=11954538364529793716?v=4.3.0") format("woff"),url("//cdn.shopify.com/s/files/1/0719/9107/t/44/assets/fontawesome-webfont.ttf?v=14730961385003853959?v=4.3.0") format("truetype"),url("//cdn.shopify.com/s/files/1/0719/9107/t/44/assets/fontawesome-webfont.svg?v=8526304113837574632?v=4.3.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}











/* MODAL */


#newsletter-modal.reveal-modal.medium {
    max-width: 40em;
}

.reveal-modal.video{
	background: #000000;
	border: 1px solid #000000;
}

.reveal-modal table {
	margin: 0 auto;
	width: 100%;
}

.reveal-modal .button {
	width: 100%;
}

.reveal-modal small {
	margin-top: 15px;
	display: inline-block;
}

.reveal-modal input{
	margin: 0;
	border: 0px;
}

.recover-password,.reset-success{
	display:none;
}






















/* CYCLE2 SLIDESHOW PAGE TEMPLATE */

body.template-page .slideshow{
	margin-bottom: 0px;
}

body.template-page .slideshow .content_table{
	height: 300px;
}

body.template-page .slideshow h1{
	font-size: 2rem;
}

body.template-page .slideshow h5, body.template-page .slideshow h6, body.template-page .slideshow h5, body.template-page .slideshow p{
	display: none;
}


/* CYCLE2 SLIDESHOW */

.slideshow {
	text-align: center;
	margin-bottom: 20px;
}

.slideshow h1, .slideshow p{
	color: #ffffff;
}

.slideshow .light h1, .slideshow .light p{
	color: #323232;
}

.slideshow h5{
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.slideshow .light h5{
	color: #323232;
	border-bottom: 1px solid #323232;
}

.slideshow .center{
	text-align: center;
}

.slideshow p{
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 1rem;
	font-weight: 400;
}

.slideshow h1{
	text-transform: uppercase;
	font-size: 2.3rem;
	margin: 0;
	line-height: 1.2;
	font-weight: 400;
}

.slideshow h5{
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: 1px solid #ffffff;
}

.slideshow h6{
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: 400;
	text-transform: uppercase;
	color: #ED1F24;
}

.slideshow.cycle-slideshow { 
	width: 100%;
	overflow: hidden;
	padding: 0; 
	position: relative;
	z-index: 0;
	background: url(//cdn.shopify.com/s/files/1/0719/9107/t/44/assets/loader.gif?v=2179968798253664343) 50% 50% no-repeat;
  	max-width: 1600px;
  	margin: 0 auto;
}

.slideshow .content_table{
	height: 550px;
}

.slideshow .content_table_cell{
	vertical-align: middle;
}

.slideshow.cycle-slideshow .cycle-slide { 
	width: 100%; 
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	display: none;
}





/*
these are just the default styles used in the Cycle2 demo pages.  
you can use these styles or any others that you wish.
*/


/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.slideshow.cycle-slideshow, .cycle-slideshow * { 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}






/* pager */
.cycle-pager {
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	width: 100%;
	z-index: 4000;
	display: block;
	overflow: hidden;
	text-align: center;
}

.cycle-pager span { 
	font-family: Arial; 
	font-size: 32px; 
	width: 14px; 
	height: 14px; 
	display: inline-block; 
	color: #ED1F24; 
	cursor: pointer; 
	opacity: 0.25;
}

.cycle-pager span:hover { 
	opacity: 1;
}
.cycle-pager span.cycle-pager-active { 
	color: #ED1F24;
	opacity: 1;
}

.cycle-pager > * { 
	cursor: pointer;
}


/* prev / next links */
.cycle-prev, .cycle-next { 
	position: absolute; 
	top: 0; 
	width: 50px; 
	opacity: 0; 
	filter: alpha(opacity=0); 
	z-index: 200; 
	height: 100%; 
	cursor: pointer;
}

.cycle-prev { 
	left: 15px;
	background: url(//cdn.shopify.com/s/files/1/0719/9107/t/44/assets/arrow-prev.svg?v=13466703960079421649) 50% 50% no-repeat;
}

.cycle-next { 
	right: 15px;
	background: url(//cdn.shopify.com/s/files/1/0719/9107/t/44/assets/arrow-next.svg?v=11249987351324542516) 50% 50% no-repeat;
  
}

.cycle-prev:hover, .cycle-next:hover { 
	opacity: 1; 
	-webkit-transition: all .5s ease;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: initial;
}


















/* GENERAL - BROWSER/IOS CHANGES */

input .button, textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

textarea:focus, input:focus{
	outline: 0;
}

*:focus {
	outline: 0;
}

textarea:focus, input:focus{
	outline: 0;
}

*:focus {
	outline: 0;
}

.inline-list li {
	display: inline-block; 
	float: none;
}


/* CONTACT FORM */
	
.successForm {
	background:#BDE0A8;
	color:green
}

.errorForm {
	background:#EEBDBD;
	color:red
}

.feedback {
	margin-top: 15px;
	margin-bottom: 15px;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 0.85rem;
}









/* COLLECTION - OPTIONS */

#collection_options{
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: left;
}

#collection_options ul li{
	display: inline-block;
	margin-right: 30px;
}

#collection_options ul li:last-child{
	margin-right: 0px;
}

#collection_options label#sort-label{
	width: 25%;
	float: left;
	margin-top: 10px;
	text-align: left;
}

#collection_options select#sort-by{
	width: 75%;
	overflow: hidden;
}

#collection_options #collection-count{
	font-size: 0.85rem;
}





/* BANNER */



#collection_banner{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#collection_banner h1{
	margin: 0;
	font-size: 2rem;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	color: #323232;
}

#collection_banner p{
	margin-top: 15px;
	margin-bottom: 0;
	color: #323232;
}

#collection_banner .content_table{
	overflow: hidden;
	background-size: cover;
	text-align: center;
	height: 200px;
	background-position: top;
}

#collection_banner .content_table_cell {
	opacity: 1;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	background: rgba(255, 255, 255, 0.5);
}

/* COLLECTION */


#collection{
	min-height: 450px;
	text-align: center;
}



.item a:hover img:first-child{ 
	display:none;
}

.item a:hover img:last-child{ 
	display:block!important;
}



/* HOME - FEATURED PRODUCTS */

#featured_products{
	margin-top: 30px;
}




/* PAGINATION */

ul.pagination{
	display: block;
	text-align: center;
	margin-top: 15px;
}

ul.pagination li{
	display: inline-block;
	margin-right: 5px;
}

ul.pagination li:last-child{
	margin-right: 0px;
}

ul.pagination li.active{
	color: #ED1F24;
}

ul.pagination li a{
	color: #8E8E8E;
}

ul.pagination li a:hover, ul.pagination li a:focus{
	color: #ED1F24;
}





/* SEARCH */

#search{
	min-height: 350px;
}

#search h1.page-title{
	text-align: center;
}

#search .search-form{
	margin-bottom: 30px;
}

form.search-form .button{
	width: 100%;
}


/* COLLECTION */

ul li.item {
}

ul li.item figure {
	margin: 0;
}

ul li.item figure a img {
	position: relative;
}

ul li.item figure {
	margin: 0;
	position: relative;
}

ul li.item figure figcaption{
	margin-top: 10px;
	text-align: center;
}

ul li.item figure figcaption a{
	color: #323232;
}

ul li.item figure figcaption a:hover{
	color: #ED1F24;
}

ul li.item figure figcaption dl.accordion{
	display: none;
}

ul li.item figure img.product {
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	max-width: 100%;
	display: block;
	position: relative;
	margin: 0 auto;
}

ul li.item figure figcaption ul.product-details{
	margin-left: 0px;
}

ul li.item figure figcaption ul.product-details li.product-type{
	font-size: 0.75rem;
	text-transform: uppercase;
	line-height: 1.2;
}

ul li.item figure figcaption ul.product-details li.product-type a{
	color: #8E8E8E;
}

ul li.item figure figcaption ul.product-details li.product-type a:hover, ul li.item figure figcaption ul.product-details li.product-type a:focus{
	color: #323232;
}

ul li.item figure figcaption ul.product-details li.product-title{
	text-transform: uppercase;
	font-size: 0.85rem;
	line-height: 1.4;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 600;
}

ul li.item figure figcaption ul.product-details li.product-description{
	font-size: 0.75rem;
	line-height: 1.2;
}

ul li.item figure figcaption ul.product-pricing{
	margin-top: 5px;
	margin-left: 0px;
}

ul li.item figure figcaption ul.product-pricing li{
	line-height: 1.4;
	display: inline-block;
	margin-right: 5px;
	font-size: 0.75rem;
}

ul li.item figure figcaption ul.product-pricing li:last-child{
	margin-right: 0px;
}

ul li.item figure figcaption ul.product-pricing li.product-compare-price{
	text-decoration: line-through;
}

ul li.item figure figcaption ul.product-pricing li.product-sale-price{
	color: #ED1F24;
}

ul li.item figure figcaption ul.product-actions{
	margin-top: 5px;
	margin-left: 0px;
}

ul li.item figure figcaption ul.product-actions .button{
	width: inherit;
}

#collection ul li.item figure figcaption ul.product-actions{
	display: none;
}















.item:hover > ul.item-share{
	opacity: 1;
}

.item ul.item-share{
	position: absolute;
	z-index: 100;
	margin-left: 5px;
	margin-top: 5px;
	opacity: 0;
}


.item ul.item-share li{
	display: inline-block;
	margin-right: 5px;
}

.item ul.item-share li:last-child{
	margin-right: 0px;
}









/* LIST COLLECTIONS */




ul li.item figure figcaption ul.collection-details li.collection-type{
	font-size: 0.75rem;
	text-transform: uppercase;
	line-height: 1.2;
}

ul li.item figure figcaption ul.collection-details li.collection-title{
	text-transform: uppercase;
	font-size: 0.85rem;
	line-height: 1.4;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 600;
}

ul li.item figure figcaption ul.collection-details li.collection-description{
	font-size: 0.75rem;
	line-height: 1.2;
}








/* BREADCRUMBS NAV */

.breadcrumbs {
	border-radius: 0px;
	overflow: hidden;
	border: none;
	float: left;
	margin-left: 0;
	list-style: none;
	color: #8E8E8E;
	background: #ffffff;
	padding: 0;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1;
}
 
.breadcrumbs > * {
	margin: 0 auto;
	text-align: center;
	padding-top: 0;
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1;
	color: #8E8E8E;
	font-weight: normal;
	vertical-align: top;
}
 
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
	color: #ED1F24;
	text-decoration: none;
}
 
.breadcrumbs > * a, .breadcrumbs > * span {
	color: #8E8E8E;
}
  
.breadcrumbs > *.current {
	cursor: default;
	color: #323232;
}
   
.breadcrumbs > *.current a {
	cursor: default;
	color: #323232;
}
    
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
	text-decoration: none;
}
  
.breadcrumbs > *.unavailable {
	color: #323232;
}
     
.breadcrumbs > *.unavailable a {
	color: #323232;
}
   
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus, .breadcrumbs > *.unavailable a:focus {
	text-decoration: none;
	color: #323232;
	cursor: default; 
}
   
.breadcrumbs > *:before {
	content: ">";
	color: #8E8E8E;
	margin: 0 0.45rem;
	position: relative;
}

.breadcrumbs > *:first-child:before {
	content: " ";
	margin: 0; 
}


.prev-next {
	border-radius: 0px;
	overflow: hidden;
	border: none;
	float: right;
	margin-left: 0;
	list-style: none;
	color: #8E8E8E;
	background: #ffffff;
	padding-left: 0;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1;
}

.prev-next li{
	margin-right: 10px;
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1;
	vertical-align: top;
}

.prev-next li:last-child{
	margin-right: 0px;
}

.prev-next li a{
	color: #8E8E8E;
}

.prev-next li a:hover{
	color: #ED1F24;
}





/* PRODUCT PAGE - PRODUCT SHARE */

ul#product-share{
	margin-bottom: 0px;
}

ul#product-share li{
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

ul#product-share li.social{
	margin-right: 0px;
	float: right;
}

ul#product-share li.social ul{
	margin: 0px;
}

ul#product-share li.facebook {
}




/* PRODUCT PAGE - PRODUCT ACTIONS */


ul#product-actions{
	margin-bottom: 0px;
}

ul#product-actions li{
	display: inline-block;
	margin-right: 10px;
}

ul#product-actions li:last-child{
	margin-right: 0px;
}




/* PRODUCT PAGE */


#product-description ul li{
	list-style: initial;
	list-style-position: inside;
	margin-bottom: 10px;
}

#product-description .blurb{
	display: none;
}

ul#product-details{
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-top: 15px;
}

ul#product-details li{
	vertical-align: bottom;
}

ul#product-details li.product-title{
	width: 75%;
	float: left;
}

ul#product-details li.product-title h1{
	margin: 0px;
	line-height: 1.2;
	font-size: 1.7rem;
	text-transform: uppercase;
}

ul#product-details li.product-title h1 span.product-weight{
	font-size: 0.95rem;
	text-transform: lowercase;
	white-space: nowrap;
}

ul#product-details li.product-title h1 span.product-weight a{
	color: #323232;
}

ul#product-details li.product-title h1 span.product-weight a:hover, ul#product-details li.product-title h1 span.product-weight a:focus{
	color: #ED1F24;
}

ul#product-details li.product-title h1 span.product-weight a:nth-child(2):before{
	content: " / "
}

ul#product-details li.product-pricing{
	float: right;
	width: 25%;
	text-align: right;
}

ul#product-details li.product-pricing ul {
	margin-left: 0px;
}

ul#product-details li.product-pricing ul li {
	display: inline-block;
	margin-right: 10px;
  	
	font-family: Archivo Narrow, Verdana, Helvetica, Arial, sans-serif;
	
}

ul#product-details li.product-pricing ul li.price {
	margin: 0;
	padding: 0;
	font-size: 1.7rem;
	line-height: 1.2;
}

ul#product-details li.product-pricing ul li:last-child {
	margin-right: 0px;
}

ul#product-details li.product-pricing ul li.sale-price{
	color: #e684f9;
}


select#quantity{
	width: 60px;
}

#product-images img{
	width: 100%;
}






/* ACCOUNT PAGES */

#forgot_password{
	margin-top: 15px;
}

.text-link, #customer_decline, #change_password {
	background:none;
	cursor: pointer;
	padding:0;
	display:inline;
	border:none;
	outline:none;
	font-size: 0.85rem;
}

.text-link:hover, #customer_decline:hover, #change_password:hover{
	color: #ED1F24;
}

#cart span.alternate_link{
	margin-right: 5px;
	margin-left: 0px;
	font-size: 0.85rem;
}

tr.order_summary{
	border: 0px;
	line-height: 0.4rem;
}

tr.order_summary td{
	padding-bottom: 0px;
}

tr.order_summary td.order_summary_label{
	text-align: right!important;
}

#account_options ul{
	margin-left: 0px;
}

#account-address-list, #order_address, #order_details{
	width: 100%;
	margin-top: 30px;
}

#add_address{
	margin-top: 20px;
	display: block;
}

.change-password-form form{
	margin-bottom: 0px;
}

.change-password-form form input{
	font-weight: 500!important;
}

#account_info .email, #account_info .address, #account_info .city, #account_info .country, #account_info .view-addresses {
	display: block;
}

#account label span{
	text-align: right;
	font-style: italic;
	float: right;
}

#account {
	min-height: 600px;
}


#account #address-list .action a:first-child {
	margin-right: 15px;
}

#address-list{
	margin-bottom: 40px;
}

#account .name {
	margin-bottom: 10px;
	font-weight: 700;
	display: block;
}

#account .default_address{
	font-size: 0.85rem;
	font-weight: normal;
	font-style: italic;
}

#account_info .email {
	margin-bottom: 20px;
}

.new-address{
	text-align: center;
	margin-bottom: 30px;
}

#account select {
	width: 100%;
}

#account input[type="checkbox"] {
	-webkit-appearance: checkbox;
}


#customer_decline{
	margin-top: 7px;
}

#account_recover_password{ 
	display: none;
}

.orders{
	margin-top: 100px;
}

.errors ul{
	margin-left: 0px;
}

.errors a{
	color: #ed001c;
}

.errors a:hover{
	color: #323232;
}

.errors, p.alert{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 0.85rem;
	font-style: italic;
}

p.note{
	margin-top: 15px;
	font-style: italic;
}

table p.note{
	margin-bottom: 0px;
}

input.error, textarea.error{
	border-color: #ed001c;
}







/* TABLE */
	
table {
	background: #ffffff;
	margin-bottom: 1.25rem;
	width: 100%;
	border: none;
}

tr{
	border-top: none;
	border-bottom: 1px solid #f2f2f2;
	border-left: none;
	border-right: none;
	color: #323232;
	background: #ffffff;
}

th {
	font-weight: normal;
}

table thead tr th, table thead tr td {
	font-weight: 500;
	color: #323232;
	font-size: 0.85rem;
	line-height: 1.4;
	padding: 0.5rem 0.5rem;
	text-transform: uppercase;
	text-align: left;
}

table tr th, table tr td {
	color: #323232;
	font-size: 0.85rem;
	line-height: 2rem;
	padding: 1rem 1rem;
	text-align: left;
	font-weight: normal;
}

table thead, table tfoot {
	background: #ffffff;
	font-weight: normal;
}

table tfoot tr th, table tfoot tr td{
	font-size: 0.85rem;
	font-weight: 500;
	color: #1A2732;
	padding: 1rem 1rem;
	text-align: right;
}

table tr td:last-child, table tr th:last-child {
	text-align: right;
}




/* REVEAL */

.close-reveal-modal, .reveal-modal .close-reveal-modal {
	font-size: 2rem;
	color: #A8A8A8;
	font-weight: 500;
	top: 0px;
	right: 10px;
}

.close-reveal-modal:hover, .reveal-modal .close-reveal-modal:hover {
	color: #ED1F24;
}

.reveal-modal .flex-video{
	margin-bottom: 0px;
}







/* CART PAGE */

.additional-checkout-buttons {
	margin-top: 10px;
	margin-bottom: 20px;
}

#cart-meta h3 {
	margin: 0;
	color: #ED1F24;
	font-size: 2rem;
}

#cart-meta{
	text-align: right;
}

#cart-checkout-buttons{
	margin-top: 30px;
	margin-bottom: 15px;
}

#cartform{
	margin-bottom: 40px;
}


#cart-notes p {
	font-size: 0.85rem;
	margin:0 0 13px 0;
}

#cart-notes{
	margin-bottom: 40px;
}

#cart-notes-area {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	width: 100%;
	min-height:120px;
	margin-left:0;
}

#empty-cart h2 {
	font-weight:400;
	margin-top:10px;
}



#cart table {
	border: none;
	width: 100%;
}

#cart table tr.even, #cart table tr.alt, #cart table tr:nth-of-type(even) {
	background: #ffffff;
}


td.cart-product{
	width: 15%;
}

td.cart-product img:hover{
}

td.cart-detail{
	width: 45%;
	text-align: left;
}

td.cart-detail p{
	margin-bottom: 0;
}

td.cart-detail a{
	color: #323232;
}

td.cart-detail a:hover{
	color: #ED1F24;
}


li.cart a:hover{
}

td.cart-remove a i.fa{
	color: #8E8E8E;
}

td.cart-remove a:hover i.fa, td.cart-remove a:focus i.fa{
	color: #ED1F24;
}



/* FOUNDATION TWEAKS */

.collapse-right{
	padding-right: 0px;
}

.collapse-left{
	padding-left: 0px;
}






/* GENERAL */

body {
	position: relative;
	cursor: default;
	padding: 0;
	margin: 0;
	color: #323232;
	font-weight: normal;
	font-style: normal;
	font-size: 0.9rem!important;
	
	font-family: Roboto, Verdana, Helvetica, Arial, sans-serif;
	
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

hr{
	border-color: #f2f2f2;
    margin-top: 30px;
    margin-bottom: 25px;
}

form{
	margin: 0;
}

a{
	color:#ED1F24;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color:#323232;
}


a.current {
	color:#ED1F24;
}

a img {outline : none;}

img {border : 0;}

p {
	color: #323232;
	font-size: 0.85rem;
	line-height: 1.6;
}


p.lead {
	font-size: 1rem;
	line-height: 1.6;
}

ul {
	list-style: none;
	margin-left: 0;
}

ul li {
	list-style-position: outside;
	line-height: 1.6;
	font-size: 0.85rem;
}

ol {
	margin-left: 0;
}

ol li {
	line-height: 1.6;
	font-size: 0.85rem;
	margin-bottom: 15px;
	list-style-position: inside;
}

ol li:last-child {
	margin-bottom: 0px;
}

.description ul li{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}

label {
	font-size: 0.8rem;
	text-transform: uppercase;
	color: #323232;
	margin-bottom: 5px;
	font-weight: normal;
	cursor: inherit;
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	color: #323232;
	line-height: 1.6;
	
	font-family: Archivo Narrow, Verdana, Helvetica, Arial, sans-serif;
	
	text-transform: uppercase;
}

h1.page-title {
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: left;
	font-size: 2rem;
	line-height: 1;
}

h1.page-title span {
	
	font-family: Quattrocento, Verdana, Helvetica, Arial, sans-serif;
	
	font-style: italic;
	letter-spacing: 0.1rem;
}

.content_table{
	width: 100%;
	display: table;
	background-position: center center;
}

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


.button, a.button, input.button {
	background:#ED1F24;
	color: #ffffff;
	border: none;
	text-align: center;
	font-weight: 500;
	margin: 0;
	font-family: inherit;
	font-size: 0.85rem;
	padding-top: 0rem;
	padding-bottom: 0rem;
	padding-right: 1rem;
	padding-left: 1rem;
  	height: 2.2rem;
  	line-height: 2.2rem;
	border-radius: 0px;
	text-transform: uppercase;
}

button:hover, .button:hover, button:focus, .button:focus {
	background: #858585;
	color: #ffffff;
}

button.disabled, button[disabled], .button.disabled, .button[disabled], button.disabled:hover, button[disabled]:hover, .button.disabled:hover, .button[disabled]:hover{
	background-color:#F5F5F5;
	color: #323232;
}

.button.active {
	background-color: #ED1F24;
	color: #ffffff;
}

button.small, .button.small {
	color: #ffffff;
	line-height: 1.6;
  	height: 1.6rem;
  	font-size: 0.75rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 0rem;
	padding-bottom: 0rem;
}

button.small:hover, .button.small:hover, button.small:focus, .button.small:focus {
	color: #ffffff;
}


.button.secondary {
	background-color: #858585;
	border: none;
	color: #ffffff;
}

.button.secondary:hover, .button.secondary:focus {
	background-color: #f2f2f2;
  	color: #323232;
}

.button.secondary {
	background-color: #858585;
	border: none;
	color: #ffffff;
}


.hidden{
	display: none!important;
}


.block{
	display: block!important;
}

select {
	border: 1px solid #323232;
	outline: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #323232;
	line-height: 1rem!important;
	margin: 0 0 1rem 0!important;
	font-weight: 500;
	font-size: 0.8rem!important;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: #ffffff url(//cdn.shopify.com/s/files/1/0719/9107/t/44/assets/select.svg?v=3596137071498840257) no-repeat right center!important;
	cursor: pointer;
	-webkit-padding-end: 30px;
	height: 2.2rem;
	padding: 0.5rem;
}

select:hover {
	background: #ffffff url(//cdn.shopify.com/s/files/1/0719/9107/t/44/assets/select_hover.svg?v=336053572242586094) no-repeat right center!important;
	border-color: #ED1F24;
	color: #ED1F24;
}

#header .search-form{
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	float: left;
}

#header form.search-form input.button{
	background-image: url(//cdn.shopify.com/s/files/1/0719/9107/t/44/assets/icon-search.svg?v=11171781069949017157)!important;
	background-color: #ED1F24;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent:-9999px;
	font-size:0;
	display:block;
	line-height:0;
}

#footer form input.button{
	font-size: 0.75rem;
	width: 100%;
  	line-height: 1;
}

/* INPUT */

textarea {
	height: inherit;
	margin-bottom: 15px!important;
	font-size: 0.85rem;
}

textarea.small{
	height: 150px;
}

input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="month"], 
input[type="week"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
textarea {
	font-size: 0.85rem;
	padding: 10px;
	background-color: #E6E7E8;
	border: 1px solid #E6E7E8;
	height: 2.2rem;
	box-shadow: none;
	transition: none;
	color: #323232;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
	background-color: #ffffff;
	border: 1px solid #ED1F24;
	box-shadow: none;
	color: #ED1F24;
}

::-webkit-input-placeholder { /* WebKit browsers */
	color: #8E8E8E;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #8E8E8E;
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #8E8E8E;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #8E8E8E;
}




/* SECONDARY INPUT */


input[type="text"].secondary, 
input[type="password"].secondary, 
input[type="date"].secondary, 
input[type="datetime"].secondary, 
input[type="datetime-local"].secondary, 
input[type="month"].secondary, 
input[type="week"].secondary, 
input[type="email"].secondary, 
input[type="number"].secondary, 
input[type="search"].secondary, 
input[type="tel"].secondary, 
input[type="time"].secondary, 
input[type="url"].secondary, 
textarea.secondary {
	background-color: #ffffff;
	border: 1px solid #ED1F24;
	height: 1.6rem;
	font-size: 0.75rem;
	padding: 5px;
}


input[type="text"].secondary:focus,
input[type="password"].secondary:focus,
input[type="date"].secondary:focus,
input[type="datetime"].secondary:focus,
input[type="datetime-local"].secondary:focus,
input[type="month"].secondary:focus,
input[type="week"].secondary:focus,
input[type="email"].secondary:focus,
input[type="number"].secondary:focus,
input[type="search"].secondary:focus,
input[type="tel"].secondary:focus,
input[type="time"].secondary:focus,
input[type="url"].secondary:focus,
textarea.secondary:focus {
	background-color: #ffffff;
	border: 1px solid #ED1F24;
	color: #ED1F24;
	box-shadow: none;
}













/* HEADER */

#header {
	background: #ffffff; 
}

#header .logo{
	text-align: center;
	width: 128px;
	margin: 0 auto;
}



#header ul.social-links{
	margin-left: 0px;
	margin-top: 8px;
	margin-bottom: 0px;
	text-align: left;
	float: left;
}

#header input{
	margin-bottom: 0px;
}

ul.social-links li{
	display: inline-block;
	margin-right: 2px;
}

ul.social-links li:last-child{
	margin-right: 0px;
}

ul.social-links li img{
	width: 24px;
}






#header ul.header-right-nav{
	margin-top: 8px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: right;
}

#header ul.header-right-nav li{
	display: inline-block;
	font-size: 0.8rem;
	margin-right: 10px;
}

#header ul.header-right-nav li:last-child{
	margin-right: 0px;
}

/*
#header ul.header-right-nav li:after {
content: " | ";
padding-right: 3px;
padding-left: 3px;
font-weight: 300;
color: #ED1F24;
}


#header ul.header-right-nav li:last-child:after {
padding-left: 0px;
padding-right: 0px;
content: none;
}
*/


#header ul.header-right-nav li a:hover, #header ul.header-right-nav li a:focus, #header ul.header-right-nav li a.current{
	color: #ED1F24;
}


















/* FOOTER */




/* FOOTER - NAVIGATION */

#footer ul {
	text-align: center;
	margin: 0;
}

#footer ul li {
	display: inline-block;
	vertical-align: -webkit-baseline-middle;
}

#footer ul li:last-child {
	margin-right: 0px;
}

#footer ul.footer-nav {
	margin-bottom: 15px;
}

#footer ul.footer-nav li{
	margin-right: 15px;
}

#footer ul.footer-nav li:last-child{
	margin-right: 0px;
}

/*
#footer ul.footer-nav li:before {
content: " | ";
padding-right: 15px;
padding-left: 15px;
font-weight: 300;
color: #ED1F24;
}


#footer ul.footer-nav li:first-child:before {
padding-left: 0px;
padding-right: 0px;
content: none;
}
*/

#footer ul li input {
	margin: 0;
}

#footer ul li a {
	color: #323232;
}

#footer ul li a:hover, #footer ul li a:focus, #footer ul li a.current{
	color: #ED1F24;
}



/* FOOTER - COPYRIGHT */

#footer ul.copyright {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
}

#footer ul.copyright li {
	display: inline-block;
	margin-right: 5px;
	font-size: 0.75rem;
	color: #858585;
}

#footer ul.copyright li a {
	color: #858585;
}

#footer ul.copyright li a:hover {
	color: #ED1F24;
}

#footer ul.copyright li:last-child {
	margin-right: 0px;
}



/* FOOTER - CREDIT CARDS */

#footer ul.payment-methods {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}

#footer ul.payment-methods li {
	display: inline-block;
	margin-right: 2px;
}

#footer ul.payment-methods li:last-child {
	margin-right: 0px;
}

#footer ul.payment-methods img{
	width: 35px;
}



#sorting ul {
	padding: 0px;
	margin: 0px;
}


/* FILTERS */

#filters ul{
	padding: 0px;
	margin: 0px;
}

#filters ul li{
	margin-bottom: 12px;
}


#filters ul li:last-child select, #filters ul li:last-child{
	margin-bottom: 0px;
}



/* SECTIONS */

#related_products{
	margin-top: 15px;
}








/* GENERAL */

span.asterisk { 
	color: #EE3A43;
}

.arrow-prev span {
	left: -20px;
	background-image: url(//cdn.shopify.com/s/files/1/0719/9107/t/44/assets/arrow-prev.svg?v=13466703960079421649)!important;
}

.arrow-next span {
	right: -20px;
	background-image: url(//cdn.shopify.com/s/files/1/0719/9107/t/44/assets/arrow-next.svg?v=11249987351324542516)!important;
}


.arrow-next span, .arrow-prev span {
	position: absolute;
	height: 50px;
	width: 40px;
	z-index: 80;
	top: 50%;
	margin-top: -20px;
	background-repeat: none;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: initial;
}

a.arrow-next:hover, a.arrow-prev:hover {
}

#form-container .button {
	height: 40px;
}

/* HOME PAGE - LEARN MORE */




#learn_more{
	margin-top: 60px;
	margin-bottom: 60px;
}

#learn_more h4{
	margin-bottom: 30px;
}

#learn_more a{

}









/* HOME PAGE - FEATURED PANELS */

#featured_panels{
	margin: 0;
}

#featured_panels .content_table{
	height: 300px;
	overflow: hidden;
	background-size: cover;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	text-align: center;
}

#featured_panels .content_table_cell {
	opacity: 1;
	text-align: center;
	vertical-align: bottom;
}

#featured_panels  h4{
	color: #323232;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	line-height: 1.2rem;
	text-transform: uppercase;
	font-weight: 600;
}
	
#featured_panels  p{
	border-bottom: 2px solid #ED1F24;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #323232;
	padding-bottom: 10px;
	text-align: center;
}



/* SHOPIFY REVIEWS */

#product_reviews {
	margin-top: 30px;
}

#product_reviews .spr-header-title {
	margin: 0;
	display: none;
}

#product_reviews .spr-review-header-byline {
	font-style: normal;
}

#product_reviews .spr-container {
	padding: 0;
	border: none;
}

#product_reviews .spr-summary-actions-newreview {
	font-size: 0.75rem;
	padding-left: 0.8rem;
	padding-right: 0.8rem;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	color: white;
	background: #ED1F24;
	text-transform: uppercase;
}

#product_reviews .spr-summary-actions-newreview:hover, #product_reviews .spr-summary-actions-newreview:focus {
	background: #858585;
	color: #ffffff;
}

.spr-icon-star:before {
	color: #ED1F24;
}





/* PRODUCT PAGE - MESSAGES */

#product-message-sold-out{
	padding: 10px; 
	border: 1px solid #f2f2f2;
	margin-bottom: 10px;
}

#product-message-sold-out p{
	font-style: italic;
	margin-bottom: 0px;
}

#product-message{
	padding: 10px; 
	border: 1px solid #f2f2f2;
	margin-bottom: 10px;
}

#product-message p{
	font-style: italic;
	margin-bottom: 0px;
}


/* PRODUCT PAGE */




li.facebook {
	margin: 0 auto;
}


#sold-out{
	font-weight: normal;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 30px;
	margin-top: 30px;
}

#sold-out a:hover {
	text-decoration: none;
}




.thumbs a {
	display: block;
	margin-bottom: 10px;
	max-width: 50px;
}


.thumbs a img{
	opacity: 1;
}

.thumbs.selected{
	display: none!important;
}

.thumbs a:hover img{
	opacity: 0.5;
}

img.active{
	opacity: 0.5;
}

img.active:hover{
	opacity: 1;
}





.cart-quantity input {
	width: 40px;
	text-align: center;
	margin-top: 20px;
}


	
	
#user-location .button {
	border-radius: 0px;
}




.expand {
	width: 100%;

}


ul.product-options {
	margin-left: 0;
}

ul.product-options li{
	margin-bottom: 15px;
}

ul.product-options select {
	width: 50%;
}


form.custom ul.product-options .custom.dropdown {
	width: 140px;
	display:  inline-block;
}


#product-description{
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
	clear: both;
}

#product-description h6{
	font-size: 0.85rem;
	text-transform: uppercase;
}

#product-description table{
	width: 100%;
	text-align: center;
}

#product-description table tr td, #product-description table tr th {
	font-size: 0.75rem;
	padding: 0.5rem 0.5rem;
}


/* ACCORDION */

.accordion .accordion-navigation.active > a, .accordion dd.active > a {
	background: #ffffff;
	border-bottom: 1px solid #323232;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
	background: #ffffff; 
}
  
.accordion .accordion-navigation > .content, .accordion dd > .content {
	padding: 0;
}

.accordion .accordion-navigation > a, .accordion dd > a {
	background: #ffffff;
	color: #323232;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 0.9rem;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

/* .accordion .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
	border-bottom: 1px solid #323232;
} */

.accordion .accordion-navigation a:after {
  background: url(//cdn.shopify.com/s/files/1/0719/9107/t/44/assets/plus.png?v=10439192994448209263);
 background-repeat: no-repeat;
 height:8px;
  width:8px;
  margin-left: 6px;
 content: "";
}

.accordion .accordion-navigation.active a:after {
   background: url(//cdn.shopify.com/s/files/1/0719/9107/t/44/assets/minus.png?v=9685566208925778460);
   background-repeat: no-repeat;
 height:1px;
  width:8px;
  margin-left: 6px;
 content: "";
}





/* PAGINATION */


ul.paginate {
	text-align: center;
	margin-top: 15px;
}

ul.paginate li {
	display: inline-block;
	float: none;
	color: #323232;
	font-size: 0.75rem;
	background: #ffffff;
	padding: 8px;
	line-height: 1;
	text-align: center;
	margin-left: 0px;
	margin-right: 4px;
	width: 30px;
}

ul.paginate li.nav{
	border: none;
	background: #ffffff;
	padding: 0;
}

ul.paginate li:last-child{
	margin-right: 0px;
}

ul.paginate li a{
	display: inherit;
	padding: 0;
	font-size: 0.75rem;
	color: #323232;
}

ul.paginate li a:hover{
	color: #ED1F24;
}

ul.paginate li.current{
	color: #ED1F24;
}


.product-gallery imgdisabled{
	border-right: 1px solid #f2f2f2;
}

.product-gallery p{
	margin-top: 10px;
	font-size: 0.75rem;
	color: #A0A0A0;
}

.product-gallery img:hover { 
	cursor:grab; 
	cursor: -moz-grab;
	cursor: -webkit-grab;

}
.product-gallery img:active { 
	cursor:grabbing; 
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

.product-gallery p.touch{
	display: none;
}




/* SWATCHES - COLLECTION */




ul li.item figure figcaption .swatch .header{
	display: none;
}

ul li.item figure figcaption .swatch input:checked + label {
	border: 0px;
	background: #ffffff;
}

ul li.item figure figcaption .swatch label {
	border: 0px;
	background: #ffffff;
	min-width: 15px!important;
	height: 15px!important;
	line-height: 15px;
	background-size: cover;
	margin-top: 0px;
}

ul li.item figure figcaption .swatch {
	margin: 0px;
	margin-top: 10px;
	height: 15px;
}

ul li.item figure figcaption .swatch .swatch-element {
	margin-right: 0px;
}

ul li.item figure figcaption .swatch .swatch .tooltip {
	left: -37px;
}

ul li.item figure figcaption .swatch .tooltip {
	display: none;
}


/* SWATCHES */

#product input[type="checkbox"] + label, input[type="radio"] + label {
	margin: 0;
	border: 1px solid #f2f2f2;
}

#product .swatch { 
	margin-bottom: 5px;
}

#product .swatch:last-child { 
	margin-bottom: 0px;
	margin-right: 0px;
}

#product .select{
	margin-bottom: 10px;
}

/* Label */
.swatch .header {
	font-size: 0.8rem;
	color: #323232;
	cursor: inherit;
	margin-bottom: 5px;
	text-transform: uppercase;
}

/* Hide radio buttons.*/
.swatch input { 
	display:none;
}

.swatch label {
	float:left;
	min-width:25px!important; 
	height:25px!important;
	margin:0;
	border: none;
	background-color:#ffffff;
	font-size:0.85rem;
	text-align:center;
	line-height:25px;
	white-space:nowrap;
	text-transform:capitalize;
	background-size: contain;
}
.swatch-element label { padding:0 10px; }

.color.swatch-element label { 
	padding:0; 
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}

.swatch input:checked + label {
	border:1px solid #323232;
	background-color:#ffffff;
	color: #323232;
}

.swatch .swatch-element {
	cursor: pointer;
	display: inline-block;
	-webkit-transform:translateZ(0); /* webkit flicker fix */
	-webkit-font-smoothing:antialiased; /* webkit text rendering fix */
	position:relative;
}
/* 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:#323232;
	text-transform: capitalize;
	color:#ffffff;
	bottom:100%;
	font-size: 0.75rem;
	padding: 6px;
	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: 1000;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
}
.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 #323232 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;
}

.selector-wrapper {
	display:none;
}

#product-select{
	display:none;
}




/* MEDIUM SCREENS min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) {



} 


/* MID-MEDIUM SCREENS */

@media only screen and (min-width: 40em) and (max-width: 50em) { 
	
	.featured-content .content_table {
	    height: 350px;
	}
	
	.notice ul li {
	    font-size: 0.75rem;
	}
	
	#header ul.header-right-nav li a.search span{
		display: none;      
    }
  
	ul li.item figure figcaption ul.product-details li.product-description {
		display: none;
	}
	
	#articles li.article .content_table {
		height: 120px;
	}
	
	#articles li.article .content_table img{
		width: 60px;
	}
	
	#header .logo {
	    width: 110px;
	}
  
  	ul#product-details li.product-title {
    	width: inherit;
    	float: none;
	}
  
  	ul#product-details li.product-pricing {
    	float: none;
    	width: inherit;
    	text-align: left;
	}

} 




/* MID-MEDIUM SCREENS 2  */

@media only screen and (min-width: 50em) and (max-width: 64em) { 
	
	#articles li.article .content_table {
		height: 150px;
	}
	
	.featured-content .content_table {
	    height: 400px;
	}
	
  

} 


/* MEDIUM SCREENS min-width 641px and max-width 1024px, use when QAing tablet-only issues */

@media only screen and (min-width: 40em) and (max-width: 64em) { 

  	#store-locator select {
    	margin-bottom: 60px!important;
	}
  
	h1.page-title{
		font-size: 1.8rem;
	}
	
	ul#product-details li.product-title h1{
		font-size: 1.5rem;
	}
  
	ul#product-details li.product-pricing ul li.price {
		font-size: 1.5rem;
	}
  
	.f-dropdown.mega [class*="block-grid-"]>li.featured {
		display: none;
	}
	
	.cycle-prev { 
		background: url(//cdn.shopify.com/s/files/1/0719/9107/t/44/assets/arrow-prev-small.svg?v=17802903898501714694) 50% 50% no-repeat;
		left: 0px;
	}

	.cycle-next { 
		background: url(//cdn.shopify.com/s/files/1/0719/9107/t/44/assets/arrow-next-small.svg?v=11730068341296892224) 50% 50% no-repeat;
		right: 0px;
	}
	
	#featured_panels ul li:last-child{
		display: none;
	}
	
	body.template-page .slideshow{
		display: none;
	}
	
	#collection_banner p{
		display: none;
	}
	
	#collection_banner h1 {
		font-size: 1.8rem;
	}

	#featured_panels .content_table{
		height: 250px;
	}

	#page select{
		margin-bottom: 60px;
	}

	#header ul.header-right-nav li.search {
		display: inline-block;
	}
	
	#header .search-form {
		display: none;
	}
	
	#footer ul li:nth-child(2):before {
		padding-left: 0px;
		padding-right: 0px;
		content: none;
	}
	
	#footer ul.footer-nav li:first-child {
		display: none;
	}
	
	.slideshow .content_table {
		height: 400px;
	}

	.slideshow h1 {
		font-size: 2rem;
	}
	
	.slideshow h5 {
		font-size: 1rem;
	}
	
	.slideshow h6 {
		font-size: 1rem;
	}
	
	.slideshow p {
		display: none;
	}
	
	ul#product-share li.social {
		display: none;
	}
	
	ul#product-share li.social.yotpo_disabled {
		display: block;
      	float: none;
	}
	
	#mc_embed_signup form {
		margin-left: -20%;
		left: 40%;
		width: 60%;
	}
	
	

} 



/* LARGE SCREENS min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) {



.featured-content .content_table_cell h5{
	font-size: 1.2rem;
}

.featured-content .content_table_cell h3{
	font-size: 1.7rem;
}

.featured-content .content_table_cell p{
	font-size: 1rem;
}

.featured-content .content_table_cell h6{
	font-size: 1.1rem;
}

.featured-press ul li{
	padding: 30px;
}


} 



/* LARGE SCREENS min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

@media only screen and (min-width: 64.063em) and (max-width: 90em) { 


} 



/* XLARGE SCREENS min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) {
	
	.slideshow .content_table {
		height: 600px;
	}
	.cycle-prev, .cycle-next { 
		opacity: 0.4; 
	}
} 



/* XLARGE SCREENS min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues*/

@media only screen and (min-width: 90.063em) and (max-width: 120.063em) {



} 



/* XXLARGE SCREENS min-width 1921px, xxlarge screens */

@media only screen and (min-width: 120.063em) { 


} 



/* IPAD PORTRAIT */

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {



}



/* IPAD LANDSCAPE */

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {


}



/* IPAD GENERAL */ 

@media only screen and (device-width: 768px) {
	
	.cycle-prev, .cycle-next {
		display: none;
	}
	
	[data-magellan-expedition] {
		position: inherit!important;
	}

	
}



/* IPHONE 6 LANDSCAPE  */ 

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 3) {

		
	#related_products ul li.item figure figcaption ul.product-details li.product-description{
		display: none;
	}

  
}


/* IPHONE GENERAL */ 

@media only screen and (max-width: 40em)  { 
	
	.featured-content .content_table.image {
	    height: 250px;
	}
	
	.featured-content .content_table.content {
	    height: inherit;
	}
	
  	.notice ul li span{
      display: none;
    }
  
	.notice ul li {
	    font-size: 0.75rem;
	}
	
  	#header ul.header-right-nav li a.search span{
		display: none;      
    }
  
  	ul#product-share li.social {
	    float: none;
      	margin-top: 15px;
      	display: block;
	}
  
	.cycle-prev { 
		left: 0px;
		background: url(//cdn.shopify.com/s/files/1/0719/9107/t/44/assets/arrow-prev-small.svg?v=17802903898501714694) 50% 50% no-repeat;
	}

	.cycle-next { 
		right: 0px;
		background: url(//cdn.shopify.com/s/files/1/0719/9107/t/44/assets/arrow-next-small.svg?v=11730068341296892224) 50% 50% no-repeat;
	}
	
	ul.blog-post-data {
		margin-top: 10px;
	}
	
	#cart table thead{
		display: none;
	}
  
	#mc_embed_signup p{
		margin-top: 0px;
		margin-bottom: 15px;
		text-align: left;
		color: #323232;
		font-weight: normal;
	}

	#mc_embed_signup .button.secondary {
		margin-top: 5px;
	}

  
	.product-gallery img:hover { 
		cursor:inherit; 
	}
  
	.product-gallery img:active { 
		cursor:inherit; 
	}

	#header .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
		letter-spacing: 0.08em;
		font-size: 0.9rem;
	}

	#featured_panels .content_table{
		height: 250px;
	}

	.slideshow {
		margin-bottom: 15px;
	}
	
	.slideshow h1 {
		font-size: 1.5rem;
	}
	
	.slideshow h5 {
		font-size: 1rem;
	}
	
	.slideshow h6 {
		display: none;
	}
	
	.slideshow .content_table {
		height: 320px;
	}
	
	.slideshow .content_table_cell {
		vertical-align: bottom;
	}
	
	.slideshow p {
		display: none;
	}
	
	.slideshow .columns{
		padding-bottom: 15px;
	}
	
	.slideshow .light{
		padding-top: 30px;
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 37%, rgba(255,255,255,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(37%,rgba(255,255,255,0.6)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 37%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 37%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 37%,rgba(255,255,255,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 37%,rgba(255,255,255,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	}
	
	ul#product-details li.product-title h1 {
		text-align: center;
	}
  
	#collection_banner p{
		display: none;
	}
  
	#mc_embed_signup .button {
		margin: 0px;
		float: none;
	}

	#header .top-bar-section .dropdown li {
		border-bottom: none;
	}
	
	#header .top-bar {
		padding: 0;
	}
	
	#header .top-bar.expanded {
		background: rgba(239, 239, 239, 0.85);
	}
	
	#header .top-bar-section ul li{
		padding-left: 10px;
	}
	
	#header .top-bar-section ul li ul li{
		padding-left: 0px;
	}

	#header .top-bar.expanded .title-area {
		border-bottom: 2px solid #ED1F24;
	}

	
	#header .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button).current, #header .top-bar-section li:not(.has-form) a:not(.button).current{
		border-bottom: 0px solid #323232;
	}

	#header .top-bar-section li:not(.has-form) a:not(.button):hover{
		border-bottom: 0px solid #323232;
	}
	
	
	#header .top-bar-section li:not(.has-form) a:not(.button) {
		border-bottom: 0px solid #323232;
	}

	#header .top-bar-section ul li {
		width: 100%;
		padding-right: 0px;
	}

	#header .top-bar-section ul li:last-child {
		padding-right: 0px;
	}
	
	#header .top-bar-section{
		text-align: left;
	}

	#store-locator select {
		margin-bottom: 60px!important;
	}
	
	#page select{
		margin-bottom: 60px;
	}
	
	body.template-page .slideshow{
		display: none;
	}
	
	#article ul#blog_article_share {
		text-align: center;
	}
	
	input[type="text"], 
	input[type="password"], 
	input[type="date"], 
	input[type="datetime"], 
	input[type="datetime-local"], 
	input[type="month"], 
	input[type="week"], 
	input[type="email"], 
	input[type="number"], 
	input[type="search"], 
	input[type="tel"], 
	input[type="time"], 
	input[type="url"], 
	textarea {
		margin-bottom: 15px;
	}

	#cart-meta {
		text-align: center;
	}
	
	.button, a.button, input.button {
		width: 100%;
		margin-bottom: 10px;
	}
	
	table tr th, table tr td {
		padding: 0.5625rem 0.625rem;
	}
	
	#cart table{
		width: 100%;
	}

	#cart tr, td.cart-product, td.cart-detail, td.cart-price, td.cart-total, td.cart-quantity, td.cart-remove{
		display: block;
		float: left;
		clear: left;
		width: 100%;
		text-align: center;
	}
	
	td.cart-quantity input{
		margin: 0 auto;
	}

	#cart tr {
		border-left: 0;
		border-right: 0;
		border-top: 0;
		border-bottom: 1px solid #323232;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	td.cart-remove {
		text-transform: uppercase;
		font-size: 0.85rem;
		margin-bottom: 10px;
	}

	#mc_embed_signup form {
		margin-left: inherit;
		left: 5%;
		width: 90%;
	}

	.cycle-prev, .cycle-next {
		opacity: 1;
	}
	
	.cycle-pager {
		position: relative;
	}
	
	#collection_banner .content_table {
		height: 120px;
	}
	
	#collection_banner h1 {
		line-height: 1.4;
		font-size: 1.3rem;
	}
	
	h1.page-title{
		text-align: center;
		line-height: 1.4;
		font-size: 1.5rem;
	}
	
	#header .logo {
		width: 110px;
	}
  			
	#header .logo img {
		margin-bottom: 10px;
	}
  
	#header .nav-container{
		border-top: 1px solid #f2f2f2;
		border-bottom: 1px solid #f2f2f2;
		padding-top: 5px;
		padding-bottom: 5px;
		background: none;
	}
  
	#header ul.header-right-nav {
		text-align: center;
		margin-bottom: 15px;
	}
	
	#header .search-form {
		display: none;
	}
	
	#footer ul.social-links{
		margin-bottom: 15px;
	}
  
	#footer ul.footer-nav li {
		display: block;
		margin-bottom: 15px;
		margin-right: 0px;
	}
	
	#footer ul.footer-nav li:before {
		display: none;
	}
	
	#product_reviews .spr-summary-actions-newreview {
		display: block;
		margin-top: 15px;
		margin-bottom: 15px;
	}
  	 
	ul li.item figure figcaption ul.product-details li.product-description {
		display: none;
	}
	
	.product-gallery{
		margin-bottom: 15px;
	}
	
	.breadcrumbs {
		text-align: center;
		margin: 15px auto;
		float: none;
	}
	
	#product .breadcrumbs{
		display: none;
	}
	
  	#article h1 {
    	margin-top: 15px;
	}
  
	.template-article .breadcrumbs{
		display: none;
	}
  
  	#article ul.blog-post-data {
	    text-align: center;
	}
  
	.prev-next {
		float: none;
		text-align: center;
	}
	
	select#quantity {
		margin: 0 auto;
	}
	
	ul#product-actions li {
		display: block;
		margin-right: 0px;
		margin-bottom: 15px;
		text-align: left;
	}

	ul#product-actions li .button{
		width: 100%;
	}
	
	ul#product-share {
		text-align: center;
	}

	ul#product-details li {
		display: block;
	}
	
	ul#product-details li.product-title {
		width: inherit;
		float: none;
	}
	
	ul#product-details li.product-pricing {
		float: none;
		width: inherit;
		text-align: center;
		margin-top: 10px;
	}
	
	ul#product-details li.product-pricing ul li h5 {
		font-size: 1.4rem;
	}

	.reveal-modal, dialog {
		min-height: inherit;
		margin-top: 15%;
	}
	
	.close-reveal-modal, .reveal-modal .close-reveal-modal{
		font-size: 1.7rem;
		top: 0.15rem;
	}
  
	[data-magellan-expedition] {
		position: inherit!important;
	}
	
	.thumbs {
		text-align: center;
		margin-top: 10px;
	}
	
	.thumbs a {
		margin-bottom: 0px;
		display: inline-block;
		max-width: 40px;	
		margin-right: 5px;
	}
	
}




/* BLOCK GRID ADDITION */ 

@media only screen and (min-width: 90.063em) {
  .xlarge-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .xlarge-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .xlarge-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .xlarge-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .xlarge-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .xlarge-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .xlarge-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .xlarge-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .xlarge-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .xlarge-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .xlarge-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .xlarge-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .xlarge-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .xlarge-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .xlarge-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .xlarge-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .xlarge-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .xlarge-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .xlarge-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .xlarge-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .xlarge-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .xlarge-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .xlarge-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .xlarge-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 120.063em) {
  .xxlarge-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .xxlarge-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .xxlarge-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .xxlarge-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .xxlarge-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .xxlarge-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .xxlarge-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .xxlarge-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .xxlarge-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .xxlarge-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .xxlarge-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .xxlarge-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .xxlarge-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .xxlarge-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .xxlarge-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .xxlarge-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .xxlarge-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .xxlarge-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .xxlarge-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .xxlarge-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .xxlarge-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .xxlarge-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .xxlarge-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .xxlarge-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

ul#rec{
	display: none !important;
}

#ajaxifyCart .cart-slide__close{
      position: absolute;
    overflow: hidden;
    top: 12px;
    right: 12px;
    width: 11px;
    height: 11px;
  cursor: pointer;}

#ajaxifyCart .cart-slide__close:before, .cart-slide__close:after{

	content: '';
    position: absolute;
    left: 0;
    width: 200%;
    height: 1px;
    background-color: #000;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

#ajaxifyCart .notice .close-reveal-modal{
 
  line-height: 16px;
    color: #ffffff;
    cursor: pointer;
    font-weight: inherit;
    position: absolute;
    top: 0;
    right: 0.9375rem;
    font-size: 1.5rem;
    z-index: 100;
}

#ajaxifyCart .close-reveal-modal, .reveal-modal .close-reveal-modal{
  top: 20px !important;
    right: 40px !important;
}


.close {
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 50%;
  border: 3px solid #fff;
  display: block;
  text-align: center;
  color: black;
  text-decoration: none;
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
 }


#closeBtn{
 
position: relative;
    left: 100px;
    bottom: 55px;
    background: none;
    height: 10px;
}

.search-articles ul.search-articles-list li.item a img.product {
  display:none !important;
}
.search-articles ul.search-articles-list li.item a img.product.single-image {
  display:block !important;

}
.search-articles ul.search-articles-list li.item a.bdrsty {
  border:#e6e7e8 solid 1px;
  display:block;
  background:#f4f4f4;
}
.search-container .search-articles {
    max-width: 480px;
}

