p {
	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
	word-break: keep-all;
	word-wrap: pre-wrap;
}

h1, .h1, h3, .h3 {
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 27px;
	font-weight: 700;
	letter-spacing: 1.5px;
}

main {
	margin-top: -25px;
}

.heading-decoration:before {
	background: #D5C9AB;
}

.home_testimonial {
	color: #7C7060;
	float: right;
	font-family: "Roboto Slab", serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 10px auto 20px auto;
	padding-top: 45px;
}

.home_testimonial_name {
	color: #2A2114;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	margin: 15px auto 0px auto;
}

.home_testimonial_url {
	line-height: 12px;
}

.home_testimonial_url a {
	color: #2A2114;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	text-decoration: none;
}

.home_testimonial_url a:hover {
	text-decoration: none;
}

.home_testimonial_url a:active {
	text-decoration: none;
}

.home_intro {
	max-width: 1000px;
	text-align: center; 
}

.intro {
	clear: both;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	margin: 10px auto 24px auto;
}

.breadcrumbs {
	color: #B1A18A;
	font-family: "Open Sans", sans-serif;
	font-style: italic;
	margin-bottom: 0px;
	padding-left: 0px;
}

.breadcrumbs a, .breadcrumbs a:hover, .breadcrumbs a:active {
	color: #B1A18A;
	text-decoration: none;
}

.header.stuck {
	box-shadow: none;
	position: absolute;
}

.header .bg-black {
	height: 128px;
	padding-top: 7px;
}

.default-hero {
	background: url("../../../graphics/00000001/header-default.jpg");
	min-height: 170px;
	width: 100%;   
}

.dflt-hero {
	margin-bottom: 25px;
	top: 25px;
}

#hero1, #hero2 {
	display: none;   
}

#mobile_hero {
	display: none;
}

#category_hero_images {
	margin-top: 64px;    
}

.page-title {
	padding-left: 0px;   
}

.inline-labeling label {
	color: #B1A18A;
	font-family: "Open Sans", sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1.25px;
	text-align: left;
	text-transform: uppercase;
	width: auto;
}

select, textarea {
	border: 1px solid #EBEAE7;
	border-radius: 0;
	color: #888078;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
}

select.corners {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #FFFFFF;
	background-image: linear-gradient(45deg, transparent 50%, #BFBCBC 50%), linear-gradient(135deg, #BFBCBC 50%, transparent 50%), linear-gradient(to right, #CCCCCC, #CCCCCC);
	background-position: calc(100% - 15px) calc(0.75em + 3px), calc(100% - 10px) calc(0.75em + 3px), calc(100% - 2.25em) 0.5em;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	border-color: #C0B19E;
	border-radius: 0;
	height: 2.5em;
	height: 34px;
	padding-left: 10px;
}

.qty-select {
	border-color: #C0B19E;
	font-size: 14px; 
	font-weight: 700;
	height: 47px;
	margin-left: 8px;
	padding: 10px 8px;
	width: 47px;   
}

.qty-up {
	background-image: url("../images/up_arrow.png");
	background-repeat: no-repeat;
	color: #666;
	cursor: pointer;
	height: 17px;
	padding-top: 11px;
	width: 17px;
}

.qty-down {
	background-image: url("../images/down_arrow.png");
	background-repeat: no-repeat;
	color: #666;
	cursor: pointer;
	height: 17px;
	padding-top: 5px;
	width: 17px;
}

.product-dividers {
	border-bottom: 1px solid #D7C8A9;
}

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

.semibold-title {
	color: #333;
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin: 24px auto 5px auto;
	text-align: center;
	text-transform: uppercase; 
	white-space: pre-wrap;
	width: 75%;
}

.team-title {
	color: #333;
	font-family: "Open Sans",sans-serif;
	font-size: 15px;
	font-weight: 600;
	margin: 12px auto 0px auto;
	text-align: left;
	text-transform: uppercase; 
}

.bold-price {
	color: #333;
	font-family: "Open Sans", sans-serif;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
}

.item-price {
	color: #333;
	font-family: "Open Sans", sans-serif;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 24px;
}

.browse-more {
	margin-bottom: 10px;
	padding-right: 40px;
	text-align: right;
	width: 100%; 
}

.category-product .button {
	background-color: #B1A18A;
	border-radius: 0px;
	color: #000000;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin: 0px;
	padding-bottom: 35px;
	text-transform: uppercase;
}

.category-product .button:focus,
.category-product .button:hover {
	box-shadow: none;
}

.category-product {
	margin-bottom: 30px;
	text-align: right;
}

.category-product hr {
	border-bottom: 1px solid #D5C9AB;
	margin: 1.5rem auto 1rem auto;
	width: 50%;
}

.category-product .semibold-title {
	margin-top: 0px;   
}

.category-product img {
	border: none;
	padding: 0;
	width: auto;
}

.main-image, .thumbnail-wrapper img {
	border: none;
	margin-bottom: none;
}

.add-to-cart-wrap {
	background: none;
	border: none;
	margin-top: 16px;
	padding: 0;
}

.add-to-cart {
	border: none;
}

.quantity-wrap .decrease-quantity, .quantity-wrap .increase-quantity {
	border: none;
	line-height: 0;
}

#js-product-list .semibold-title {
	margin-top: 24px;   
}

#js-add-to-cart.button {
	background-color: #B3A189;
	border-radius: 0;
	color: #000000;
	font-size: 18px;
	height: auto;
	letter-spacing: 1.25px;
	line-height: 2;
	opacity: 1.0;
	padding: 4px 30px;
	transition: all 0.25s ease-in-out;
}

#js-add-to-cart.button:hover,
#js-add-to-cart.button:focus {
	background-color: #9A8870;
}

.corners .button {
	background-color: #B1A18A;
	border-radius: 0px;
	color: #000000;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin: 4px 0px;
	padding-bottom: 35px;
	text-transform: uppercase;
}

.corners .button:focus,
.corners .button:hover {
	box-shadow: none;
}

.product-information--purchase .breadcrumbs {
	line-height: 1;
	padding-bottom: 18px;
}

.product-attributes {
	min-height: 154px;
}

.form_row {
	margin-bottom: 8px;   
}

.checkout-headers .current-step {
	background-color: #B1A18A;   
}

#most-pop-slider-ipad, #most-pop-slider-iphone, #related-prod-slider-ipad, #related-prod-slider-iphone {
	display: none;   
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Slick Carousel STYLES START HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.slick-prev, .slick-next {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 3rem;
	line-height: 0;
	margin-top: -1rem;
	padding: 0;
	position: absolute;
	top: 28%;
	width: 2rem;
}

#artist-testimonials .slick-prev, #artist-testimonials .slick-next {
	top: 45%;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Category Pagination STYLES START HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.page-links-container {
	color: #5A523B;
	font-size: 13px;
	font-weight: 700;
}

.page-links-container a {
	color: #B1A18A;   
}

.page-links-container .page-links-active {
	color: #5A523B;
	font-weight: 700; 
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Chart STYLES START HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.chart {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1) 2%, rgba(0, 0, 0, 0) 2%);
	background-position: left top;
	background-size: 100% 42px;
	display: table;
	height: 252px;
	max-width: 500px;
	padding: 0px 12px;
	table-layout: fixed;
	width: 98%;
}

.chart li {
	display: table-cell;
	height: 210px;
	padding-top: 41px;
	position: relative;
	vertical-align: bottom;
}

@-moz-document url-prefix () {

	.chart li {
		padding-top: 0px;
	}
}

.chart span {
	animation: draw 1s ease-in-out;
	background: rgba(178, 160, 136, 0.50);
	display: block;
	margin: 0 1em;
}

.chart span:before {
	content: attr(title);
	display: block;
	left: 0;
	padding: 5px 1em 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 100%;
	word-wrap: break-word;
}

@keyframes draw {

	0% {
		height: 0;
	}
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
FAQ Accordian STYLES START HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Style the buttons that are used to open and close the accordion panel */

button.accordion {
	background-color: #EEEEEE;
	border: none;
	color: #444444;
	cursor: pointer;
	margin-left: 15px;
	outline: none;
	padding: 18px;
	text-align: left;
	transition: 0.4s;
	width: 95%;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

button.accordion.active, button.accordion:hover {
	background-color: #DDDDDD;
}

/* Style the accordion panel. Note: hidden by default */

div.panel {
	background-color: #FFFFFF;
	margin-top: 14px;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0 33px;
	transition: 0.6s ease-in-out;
	width: 95%;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */

div.panel.show {
	max-height: 1500px;
	opacity: 1;  
}

button.accordion:after {
	color: #777;
	content: "\02795"; /* Unicode character for "plus" sign (+) */
	float: right;
	font-size: 13px;
	margin-left: 5px;
}

button.accordion.active:after {
	content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Custom Blog STYLES START HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.one-column #page {
	max-width: 1170px;
}

.one-column #content {
	margin: 0;
	width: auto;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Manufacturer Logo STYLES START HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.manufacturer_logo img {
	filter: alpha(opacity=60); /* For IE8 and earlier */
	opacity: 0.6;    
}

.manufacturer_logo img:hover {
	filter: alpha(opacity=100); /* For IE8 and earlier */
	opacity: 1.0;    
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Navigation Redesign STYLES START HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.nav-redesign {
	bottom: 0;
	padding-bottom: 16px;
	position: absolute;
	text-align: right;   
}

.nav-redesign .navigation-set {
	height: 0;
}

.nav-redesign .navigation-set ul li ul {
	border-right: 1px solid #D5C9AB;
}

.nav-redesign .navigation-set ul li:last-child ul {
	border-right: none;
}

.nav-redesign .navigation-set .level-1 span {
	font-weight: 300;
	letter-spacing: 4px;
}

.nav-redesign .navigation-set .level-2 {
	height: 1.5em;
	line-height: 2.50;
	margin-bottom: 10px;
	padding-top: 7px;
}

.nav-redesign .navigation-set .level-2 span {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1.5px;
}

.nav-redesign #dn-Pickups ul {
	margin-left: -252px;
}

.nav-redesign #dn-Pickups ul li {
	display: inline-block;
	height: auto;
	list-style: none;
	vertical-align: top;
}

.nav-redesign #dn-Pickups .level-2 span {
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.nav-redesign #dn-Pickups .level-3 span {
	font-size: 12px;
	font-weight: 400;
	line-height: 2.5;
}

.nav-redesign #dn-Pickups ul li ul {
	display: block;
	left: auto;
	margin-left: 0px;
	position: relative;
	top: auto;
}
			
.nav-redesign #dn-Pickups ul li ul li {
	display: block;
}

.nav-redesign #dn-AboutUs ul {
	padding-bottom: 28px;
}

.nav-redesign #dn-Resources ul {
	margin-left: -461px;
}

.nav-redesign #dn-Resources ul li {
	display: inline-block;
	height: auto;
	list-style: none;
	vertical-align: top;
}

.nav-redesign #dn-Resources .level-2 span {
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.nav-redesign #dn-Resources .level-3 span {
	font-size: 12px;
	font-weight: 400;
	line-height: 2.5;
}

.nav-redesign #dn-Resources ul li ul {
	display: block;
	left: auto;
	margin-left: 0px;
	position: relative;
	top: auto;
}
			
.nav-redesign #dn-Resources ul li ul li {
	display: block;
}

.nav-redesign #dn-ContactUs ul {
	margin-left: -80px;
	padding-bottom: 28px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Product Tabs STYLES START HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.tabs {
	float: none;
	list-style: none;
	margin: 16px auto;
	max-width: 90%;
	padding: 0;
}

.tabs:after {
	clear: both;
	content: "";
	display: table;
}

.tabs input[ type="radio" ] {
	display: none;
}

.tabs label {
	background-color: #D6CEC2;
	border-bottom: 1px solid #B1A18A;
	color: #000000;
	cursor: pointer;
	display: block;
	float: left;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 3;
	margin-left: 0.25%;
	margin-right: 1.25%;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
	transition: all 0.5s;
	width: /* 16.66% */ 14%;
	z-index: 2;
}

.tabs label span {
	display: none;
}

.tabs label i {
	margin-right: 0;
	padding: 5px;
}

.tabs [ id^="tab" ]:checked + label {
	background: #FFFFFF;
	border-bottom: none;
	border-left: 1px solid #B1A18A;
	border-right: 1px solid #B1A18A;
	border-top: 1px solid #B1A18A;
	box-shadow: inset 0 -4px -4px -4px #FFFFFF;
	color: #000000;
}

#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3,
#tab4:checked ~ #tab-content4,
#tab5:checked ~ #tab-content5,
#tab6:checked ~ #tab-content6 {
	display: block;
}  

.tab-content {
	-webkit-animation: scale 0.7s ease-in-out;
	-moz-animation: scale 0.7s ease-in-out;
	animation: scale 0.7s ease-in-out;
	background-color: #FFFFFF;
	border: 1px solid #B1A18A;
	box-sizing: border-box;
	display: none;
	float: left;
	margin-top: -1px;
	padding: 15px;
	position: relative;
	width: 100%;
	z-index: 1;

}

@keyframes scale {

	0% {
		opacity: 0;
		transform: scale(0.9);
	}

	50% {
		opacity: 0.5;
		transform: scale(1.01);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@media ( min-width: 768px ) {

	.tabs .gd-rating-stars-disp i {
		margin-right: 0px;
		padding: 0px;
	}

	.tabs label span {
		display: inline-block;
	}

	.tabs {
		margin: 16px auto 50px 1rem;
		max-width: 90%;
	}

	.main-content {
		margin: 0px 40px;
	}
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Wishlist Button STYLES START HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#add-to-wish-list {
	background: #F8F8F7;
	border: 1px solid #EAEAEA;
	color: #CFCECD;
	font-size: 14px;
	height: 47px;
	line-height: 3em;
	padding: 0 1.25em;
	position: relative;
}

.ease {
	transition: 0.2s ease-in-out all;
}

button  {
	cursor: pointer;
	outline: 0;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Social Share STYLES START HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.large-show {
	display: block;
}

.rrssb-buttons li a {
	background: #F8F8F7;
	border: 1px solid #EAEAEA;
	padding: 9px 10px 9px 14px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
mega-dropdown STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.navbar {
	border: none;
	border-radius: 0px;
}

.navbar-nav li {
	display: inline;
}

.navbar-brand {
	height: auto;
}

.lollar-menu ul {
	list-style: none;
	width: 100%;
}
	
.navbar-default .navbar-nav > li > a {
	font-weight: 700;
	width: 200px;
}

.mega-dropdown {
	position: static !important;
	width: auto;
}

.mega-dropdown-menu {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 20px 0px;
	width: 100%;
}

.mega-dropdown-menu > li > ul {
	margin: 0;
	padding: 0;
}

.mega-dropdown-menu > li > ul > li {
	list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
	clear: both;
	color: #999999;
	display: block;
	font-weight: 400;
	line-height: 1.428571429;
	padding: 3px 20px;
	white-space: normal;
}

.mega-dropdown-menu > li > ul > li > ul > li > a {
	clear: both;
	color: #999999;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.428571429;
	padding: 3px 20px;
	white-space: normal;
}
	
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
	background-color: #F5F5F5;
	color: #444444;
	text-decoration: none;
}

.mega-dropdown-menu .dropdown-header {
	color: #428BCA;
	font-size: 18px;
	font-weight: 700;
}

.mega-dropdown-menu form {
	margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
	margin-bottom: 3px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
MOBILE MENU STYLES START HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.mobile-menu {
	background: #666;
}

.mobile-navigation ul li {
	background: #999999;   
}

.mobile-footer {
	z-index: 100;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
TOOLTIP STYLES START HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Tooltip container */

.tooltip {
	display: inline-block;
	position: relative;
}

/* Tooltip text */

.tooltip .tooltiptext {
	background-color: #555555;
	border-radius: 6px;
	bottom: 125%;
	color: #FFFFFF;
	left: 50%;
	margin-left: -15px;

	/* Fade in tooltip */
	opacity: 0;
	padding: 5px 10px;

	/* Position the tooltip text */
	position: absolute;
	text-align: center;
	transition: opacity 0.3s;
	visibility: hidden;
	width: 185px;
	z-index: 1;
}

/* Tooltip arrow */

.tooltip .tooltiptext:after {
	border-color: #555555 transparent transparent transparent;
	border-style: solid;
	border-width: 5px;
	content: "";
	left: 10%;
	margin-left: -5px;
	position: absolute;
	top: 100%;
}

/* Show the tooltip text when you mouse over the tooltip container */

.tooltip:hover .tooltiptext {
	opacity: 1;
	visibility: visible;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
PDP: Add-Ons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#x-addon-products {
	margin-top: 32px;
}

#x-addon-products .product-dividers {
	margin-left: 0;
}

.x-addon-products__header-title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.x-addon-product__item:not(:last-child) {
	border-bottom: 1px solid #D7C8A9;
	margin-bottom: 1rem;
}

.x-addon-product__image {
	width: 100%;
}

.x-addon-product__form-add {
	background: #B3A289;
	border: 0;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.25px;
	padding: 6px 12px;
	text-transform: uppercase;
	transition: background 0.2s ease-in-out;
	width: 100%;
}

.x-addon-product__form-add:disabled {
	background: #D6CEC2;
	cursor: not-allowed;
}

.x-addon-product__form-add:hover {
	background: #D6CEC2;
}

.x-addon-product__item-price {
	margin-bottom: 6px;
	text-align: center;
}

.x-addon-product__item-name.semibold-title,
.x-addon-product__item-price .bold-price {
	font-size: 14px;
}

.x-addon-product__item-inv {
	margin-top: 6px;
}

#x-addon-products .x-addon-product__options-select__dropdown {
	width: 75%;
}

/* Add-On Skeleton UI */

.skeleton-ui .skeleton-ui__block,
.skeleton-ui .skeleton-ui__block--image
{
	background: #EEEDEC;
	cursor: progress;
	height: 100%;
	width: 100%;
}

.skeleton-ui__loading {
	border: 0;
	clip: rect(0 0 0 0);
	height: 0.0625rem;
	margin: -0.0625rem;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 0.0625rem;
}

.skeleton-ui .skeleton-ui__block--image {
	height: 120px;
}

.skeleton-ui .x-addon-product__inner {
	background: #EEEDEC;
	margin-bottom: 1rem;
	margin-left: 0;
}

@keyframes skeleton-loading {

	0% { opacity: 1; }

	50% { opacity: 0.5; }

	100% { opacity: 1; }
}

/* Toggle Container Functionality */

.x-toggle-container {
	display: none;
}

.x-toggle-btn {
	background: #FFFFFF;
	border: 2px solid #B3A189;
	color: #272B32;
	font-size: 0.9em;
	font-weight: 700;
	line-height: normal;
	padding: 0.4em 0.8em;
	text-align: center;
	width: 100%;
}

.x-toggle-btn:hover {
	color: #272B32;   
}

/* Add-On / Toggle Media Queries */

@media ( prefers-reduced-motion: no-preference ) {

	.skeleton-ui .skeleton-ui__block,
	.skeleton-ui .skeleton-ui__block--image
	{
		animation: skeleton-loading;
		animation-duration: 3s;
		animation-iteration-count: 1;
	}
}

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

	.skeleton-ui .x-addon-product__inner {
		background: transparent;
		display: flex;
	}
	
	.x-toggle-container {
		display: block;
	}
}

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

	#x-addon-products {
		margin-top: 20px;
	}

	.x-addon-product__item-price {
		text-align: left;
	}
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
RESPONSIVE STYLES START HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

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

	.header.stuck {
		background: rgba(0,0,0,0.0);
	}
	
	.slick-list {
		margin: 128px 0 0 0;
	}
	
	.default-hero {
		min-height: 114px;
	}
	
	.prod-ctgy-hdft-footer iframe{
    	width:100%;
     	min-height:425px;
	}
	
	
	#most-pop-slider-full, #related-prod-slider-full {
		display: none;   
	}
	
	#most-pop-slider-ipad, #related-prod-slider-ipad {
		display: block;
	}
			
	#js-add-to-cart.button  {
		margin: 0px 12px;   
	}

	#blog-header, #sfnt_blog {
		display: none;   
	}
			
	.home_testimonial {
		margin: 0 auto;
		padding-top: 0px;
	}
			
	.home_testimonial_img {
		margin-bottom: 20px;   
	}

}

@media only screen and ( max-width: 767px ) {
	
	.header.stuck .main-header {
		display: block;
	}

	.header.stuck .masthead {
		padding-top: 8px;
	}
	
	nav .navigation-bar {
		display: none;   
	}
	
	.default-hero {
		min-height: 72px;   
	}

	.dflt-hero {
		top: 55px;
	}

	.main-content {
		margin-left: 35px;
		margin-right: 35px;
	}  
	
	.home_testimonial {
		font-size: 14px;
		margin: 0 auto;
		padding-top: 0px;
	}
			
	.home_testimonial_img {
		margin-bottom: 10px;   
	}
	
	#mc_embed_signup {
		display: none;
	}       	
}

@media screen and ( max-width: 640px ) {
	
	.home_testimonial {
		float: none;
		font-size: 12px;
		padding-top: 0px;
	}
	
	#pickup-chart {
		display: none;
	}
}

@media only screen and ( max-width: 570px ) {
	
	#homepage_hero {
		display: none;
	}

	#mobile_hero {
		display: block;
		margin-bottom: 16px;
		margin-top: 98px;
		width: 100%;
	}
	
	#category_hero_images {
		margin-top: 98px;    
	}

	.dflt-hero {
		margin-top: 25px;
	}
	
	.main-content {
		margin-left: 25px;
		margin-right: 25px;
	}
	
	#most-pop-slider-ipad, #related-prod-slider-ipad {
		display: none;
	}
	
	#most-pop-slider-iphone, #related-prod-slider-iphone {
		display: block;
	}

	.quantity-wrap .increase-quantity, 
	.quantity-wrap .decrease-quantity, 
	.quantity-wrap .qty-up, 
	.quantity-wrap .qty-down {
		display: none;   
	}

	.product-information .row, 
	.product-information .row .row {
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 12px;
		padding-right: 12px;
	}

	.product-information--purchase .product-dividers {
		margin-left: 0px;   
	}

	.breadcrumbs {
		display: none;
	}

	.add-to-cart-wrap {
		padding: 0px;   
	}

	.related-products-slider {
		display: none;
	}      
}

.product-information {
	padding-top: 0;
}

.product-information--images .thumbnail-wrapper {
	margin: 0;
	padding: 0;
} 

.product-information--images .thumbnail-wrapper img {
	border-radius: 0;
	margin-bottom: 0;
}

.product-information--images .thumbnails {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

.product-information--images .thumbnail {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

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

	.prod .main-content {
		margin-top: 0;
	}

	.product-information {
		margin-bottom: 1rem;
		padding-top: 0.75rem;
	}

	.product-information--purchase > .row,
	.product-information--purchase > .row > .row,
	#js-purchase-product .row  {
		margin-left: 0;
		margin-right: 0;
	}

	.add-to-cart-wrap {
		align-items: center;
		display: flex;
		flex-flow: row nowrap;
	}

	.add-to-cart-wrap .add-to-cart-qty,
	.add-to-cart-wrap .add-to-cart-btn {
		padding-left: 0;
		width: auto;
	}

	.add-to-cart-wrap .add-to-cart-qty {
		flex: 1 1 5.625rem;
		max-width: 5.625rem;
	}

	.add-to-cart-wrap .add-to-cart-btn {
		flex: 1 1 auto;
		max-width: 20rem;
		padding-right: 0;
	}

	#js-add-to-cart.button {
		margin: 0;
	}
}

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

	.product-information--images {
		margin-bottom: 0;
	}

	.main-image {
		margin-bottom: 1.5rem;
	}

	.product-information--images .thumbnail {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
}
