/** MAIN **/

.home #primary {
	margin-top: 33px;
}

.home-body {
	margin: 0 auto;
}

.slick-prev::before, .slick-next::before {
	content: '' !important;
}

/** TOP BANNER **/

#top-banner {

	position: static;
  transition: all 1s ease 0s;

}

#top-banner.scrolled {
	position: fixed;
	width: 100%;
	top: 0;

}

/** HOMEPAGE BANNERS **/

#homepage-banner .slick-prev {
	background: url('img/sprites.png') no-repeat;
	background-size: 50px;
	height: 50px;
	width: 30px;
	left: 40px;
	bottom: 30px;
	top: auto;
	z-index: 100;
	background-position: 0 -140px;
}

#homepage-banner .slick-next {
	background: url('img/sprites.png') no-repeat;
	background-size: 50px;
	height: 50px;
	width: 50px;
	left: 80px;
	bottom: 30px;
	top: auto;
	z-index: 100;
	background-position: -25px -140px;
}

#homepage-banner {
	height:100vh;
	overflow: hidden;
}


#homepage-banner .banner-rotating-item img {
	display: block;
	width: 100vw;
	height: 100vh;
	object-fit: cover; 
}

#homepage-banner .banner-rotating-item {
	height:100vh;
	background-color: #000000;
	position: relative;
}

#homepage-banner .banner-content {
	position: absolute;
	top: 25%;
	left: 13%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: normal;
	align-items: flex-end;
	align-content: center;
	
}

#homepage-banner .banner-content .banner-left.start, #homepage-banner .banner-content .banner-right.start {
	display: none;
}

#homepage-banner .banner-content .banner-left {
	width: 300px;
	height: 400px;
	min-width: 300px;
	background-color: #ffffff;
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
	opacity: 0;
	cursor: pointer;

		-webkit-animation: conditionalClose 1s normal forwards ease-in-out;
           -moz-animation: conditionalClose 1s normal forwards ease-in-out;
                animation: conditionalClose 1s normal forwards ease-in-out;
        -webkit-transform-origin: 100% 0%;
           -moz-transform-origin: 100% 0%;
                transform-origin: 100% 0%;	

}

#homepage-banner .banner-content .banner-left.open, #homepage-banner .banner-content .banner-right.open {

	-webkit-backface-visibility: hidden;
	-webkit-animation: conditionalOpen 1s normal forwards ease-in-out;
           -moz-animation: conditionalOpen 1s normal forwards ease-in-out;
                animation: conditionalOpen 1s normal forwards ease-in-out;
        -webkit-transform-origin: 50% 0%;
           -moz-transform-origin: 50% 0%;
                transform-origin: 50% 0%;
				opacity: 1;
				transition: opacity 1.5s;


}

/* Opening and closing motion for conditional fieldset*/
    @-webkit-keyframes conditionalOpen {
        from { transform: scaleX(0) }
        to { transform: scaleX(1) }
    }
    @-moz-keyframes conditionalOpen {
        from { transform: scaleX(0) }
        to { transform: scaleX(1) }
    }
    @keyframes conditionalOpen {
        from { transform: scaleX(0) }
        to { transform: scaleX(1) }
    }

    @-webkit-keyframes conditionalClose {
        from { transform: scaleX(1) }
        to { transform: scaleX(0) }
    }
    @-moz-keyframes conditionalClose {
        from { transform: scaleX(1) }
        to { transform: scaleX(0) }
    }
    @keyframes conditionalClose {
        from { transform: scaleX(1) }
        to { transform: scaleX(0) }
    }

#homepage-banner .banner-content .banner-right {
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: flex-end;
	order: 0;
	color: #ffffff;
	padding-left: 140px;

	opacity: 0;

		-webkit-animation: conditionalClose 1s normal forwards ease-in-out;
           -moz-animation: conditionalClose 1s normal forwards ease-in-out;
                animation: conditionalClose 1s normal forwards ease-in-out;
        -webkit-transform-origin: 100% 0%;
           -moz-transform-origin: 100% 0%;
                transform-origin: 100% 0%;
}

#homepage-banner .banner-rotating-item.text-black .banner-right {
	color: #000000;
}

#homepage-banner .banner-rotating-item.text-white .banner-right {
	color: #ffffff;
}

#homepage-banner .banner-rotating-item.text-orange .banner-right {
	color: #ff7201;
}

#homepage-banner .banner-rotating-item.text-purple .banner-right {
	color: #a836a2;;
}

#homepage-banner .banner-rotating-item.text-black .link-button {
	color: #000000;
	border: 2px solid #000000;
	box-shadow: inset 0 0 0 0 #000000;
}

#homepage-banner .banner-rotating-item.text-black .link-button:hover {
	box-shadow: inset 220px 0 0 0 #000000;
	color: #ffffff;
}

#homepage-banner .banner-rotating-item.text-purple .link-button {
	color: #a836a2;
	border: 2px solid #a836a2;
	box-shadow: inset 0 0 0 0 #a836a2;
}

#homepage-banner .banner-rotating-item.text-purple .link-button:hover {
	box-shadow: inset 220px 0 0 0 #a836a2;
	color: #ffffff;
}

#homepage-banner .banner-rotating-item.text-orange .link-button {
	color: #ff7201;
	border: 2px solid #ff7201;
	box-shadow: inset 0 0 0 0 #ff7201;
}

#homepage-banner .banner-rotating-item.text-orange .link-button:hover {
	box-shadow: inset 220px 0 0 0 #ff7201;
	color: #ffffff;
}


#homepage-banner .banner-content .banner-right .banner-brand {
	font-size: 18px;
	letter-spacing: 3px;
	margin: 0;
	font-weight: 400;
	text-transform: uppercase;
}

#homepage-banner .banner-content .banner-right .banner-collection {
	font-size: 80px;
	margin: 0;
	font-weight: 400;
	line-height: 1.1;
	margin: 15px 0;
}

#homepage-banner .banner-content .banner-right .link-button {
	display: inline-block;
}

#homepage-banner .banner-content .banner-left img {
	max-height: 260px;
	margin: 20px auto;
	object-fit: contain;
}

#homepage-banner .banner-content .banner-left .product-brand {
	font-size: 20px;
	font-family: LeMondeLivreNormal;
	text-align: center;
	text-transform: uppercase;
}

#homepage-banner .banner-content .banner-left .product-name {
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
}

#homepage-banner .banner-content .banner-left .product-price {
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}

@media only screen and (max-width: 1366px) {

	#homepage-banner .banner-content {
		left: 3%;
	}

	#homepage-banner .slick-prev {
		bottom: 10%;
	}

	#homepage-banner .slick-next {
		bottom: 10%;
	}
}

@media only screen and (max-width: 1024px) {
	
	#homepage-banner .banner-content {
		width: 90%;
		top: 25%;
		text-align: center;
		left: -3%;
	}

	#homepage-banner .slick-prev {
		left: 22px;
	}

	#homepage-banner .slick-next {
		left: 55px;
	}

	#homepage-banner .banner-content .banner-right .banner-collection {
		font-size: 60px;
	}

	#homepage-banner .banner-content .banner-left {
		width: 420px;
	}

	#homepage-banner .banner-content .banner-right {
		width: 100%;
	}

	#homepage-banner .banner-rotating-item {
		border-left: 100px solid #000000;
	}

	#homepage-banner .banner-rotating-item img {
		object-position: 56% 50%;
	}
}

@media only screen and (max-width: 875px) {

	#homepage-banner .banner-content .banner-left {
		display: none !important;
	}

	#homepage-banner .banner-content {
		top: 60%;
	}
}

@media only screen and (max-width: 768px) {

	#homepage-banner {
		height: 750px;
	}

	#homepage-banner .banner-rotating-item {
		height: 750px;
		
		border-left: 0;
	}

	#homepage-banner .banner-rotating-item img {
		object-position: 100% 50%;
	}

	#homepage-banner .banner-content .banner-right .banner-collection {
		font-size: 30px;
	}

	#homepage-banner .slick-prev {
		background-size: 35px;
		height: 35px;
		width: 35px;
		left: 0px;
		bottom: 0px;
		display: none !important;
	}

	#homepage-banner .slick-next {
		background-size: 35px;
		height: 35px;
		width: 35px;
		left: 40px;
		bottom: 0px;
		display: none !important;
	}

	#homepage-banner .banner-content .banner-right {
		padding-left: 10%;
		padding-right: 10%;
	}

	#homepage-banner .banner-content {
		left: 0;
		bottom: 10%;
		width: 100%;
	}
	
	.has-top-banner.home #primary {
		margin-top: 104px;
	}

}

@media only screen and (max-width: 640px) {
	
	#homepage-banner {
		height: 465px;
		overflow: hidden;
	}
	
	.has-top-banner #homepage-banner {
		height: 490px;
	}

	#homepage-banner .banner-rotating-item {
		height: 400px;
		margin-top: 65px;
		
	}
	
	.has-top-banner #homepage-banner .banner-rotating-item {
		height: 425px;
	}

	#homepage-banner .banner-rotating-item img {
		object-position: 100% 50%;
		height: 60vh;
	}
	
}

@media only screen and (max-height: 700px) and (orientation : landscape) {

	#homepage-banner .slick-next, #homepage-banner .slick-prev {
		bottom: 2%;
	}
}

/** WE CARE (ORANGE SECTION) **/

#we-care {
	background-color: #ff7201;
	color: #ffffff;
	padding: 40px 0 35px 0;
	text-align: center;
}

#we-care h5 {
	font-size: 24px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
}

#we-care h2 {
	font-size: 70px;
	letter-spacing: 2.1px;
	font-family: LeMondeLivreNormal;
	font-weight: 400;
	margin: 0;
}

#we-care .wc-subheader {
	font-size: 18px;
  max-width: 1060px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

#we-care .wc-subheader a {
	color: #ffffff;
	display: inline-block;
	margin-top: 10px;
}

#we-care .wc-subheader p {
	margin-bottom: 0;
	margin-top: 0;
}

@media only screen and (max-width: 1250px) {

	#we-care {
		padding: 80px 20px;
	}
}

@media only screen and (max-width: 1024px) {

	#we-care h2 {
		font-size: 40px;
		line-height: 1.2;
	}

}

@media only screen and (max-width: 768px) {

	#we-care {
		padding: 60px 0 30px 0;
	}

	#we-care h5 {
		font-size: 13px;
		letter-spacing: 3px;
		text-transform: uppercase;
		font-weight: 400;
		margin: 0;
		margin-bottom: 15px;
	}

}

@media only screen and (max-width: 640px) {

	#we-care {
		padding: 20px 0 10px 0;
	}

}

/** DARK HIGHLIGHT 1 (NOW VIDEOS) **/

#dark-highlight-1 {
	display: flex;
	padding: 0 30px;
	margin: 0 auto;
	gap: 5px;
}

#dark-highlight-1 .dh1-item {
	position: relative;
    overflow: hidden;
	flex: 1;
}

#dark-highlight-1 .dh1-container {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	aspect-ratio: 16/8.4;
	overflow: hidden;
}

#dark-highlight-1 .dh1-container img, #dark-highlight-1 .dh1-container video {
	 width: 100%;
      height: auto;
      display: block;
	  bottom: 0;
	  position: relative;
}

#dark-highlight-1 .has-video .click-video {
	position: absolute;
	display: block;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 1000;
}

#dark-highlight-1 .has-video .click-video::before {
	content: url('img/play.png');
	position: absolute;
	top: calc(50% - 32px);
    left: calc(50% - 32px);
	cursor: pointer;
	z-index: 10000;
}

#dark-highlight-1 .homepage-video {
	position: relative;
}

#dark-highlight-1 .homepage-video .wp-video {
    width: 100% !important;
}

#dark-highlight-1 .box-info h4 {
	font-weight: bold;
	font-family: Radikal, Arial, sans-serif;
	font-size: 18px;
	margin-bottom: 0;
}

#dark-highlight-1 .box-info p {
	margin-top: 3px;
	margin-bottom: 5px;
}

#dark-highlight-1 .box-info a {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	padding: 13px;
	text-decoration: none;
	white-space: nowrap;
	width: 150px;
	text-align: center;
	color: #000;
	border: 1px solid #000;
	display: inline-block;
	box-shadow: inset 0 0 0 0 #fff;
	-webkit-transition: ease-out .4s;
	-moz-transition: ease-out .4s;
	transition: ease-out .4s;
	background-color: #fff;
	margin-top: 5px;
}

#dark-highlight-1 .box-info a:hover {
	color: #fff;
	box-shadow: inset 220px 0 0 0 #000;
	border: 1px solid #000000;
}

@media only screen and (max-width: 768px) {

	#dark-highlight-1 {
		flex-direction: column-reverse;
	}

	#dark-highlight-1 .dh1-item, #slider-highlight .sh-item {
		width: 100% !important;
	}

	#dark-highlight-1 .left-side {
		padding: 50px 0;
	}

	#dark-highlight-1 .left-side h2, #dark-highlight-1 .left-side .dh2-subheader2 {
		font-size: 45px;
		line-height: 1.2;
	}
	
	#dark-highlight-1 .box-info {
		margin-bottom: 30px;
		padding-left: 0;
	} 

}

@media only screen and (max-width: 640px) {

	#dark-highlight-1 .box-info h4 {
		margin-top: 8px;
		font-size: 16px;
	}
	
	#dark-highlight-1 .box-info p {
		font-size: 15px;
	}
	
	#dark-highlight-1 .box-info a {
		width: auto;
		padding: 10px 20px;
	}
	
	#dark-highlight-1 {
		padding: 0 20px;
	}
	

}

/** PRODUCT HIGHLIGHTS **/

#product-highlight-1 {
	padding: 80px 0 20px 0;
	min-height: 400px;
	position: relative;
}

#product-highlight-1 .view-all {
	position: absolute;
	right: 30px;
	top: 44px;
	color: #000000;
	font-size: 12px;
	text-transform: uppercase;
}

#ph1-carousel {
		opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

#ph1-carousel.slick-initialized {
    visibility: visible;
    opacity: 1;    
}

#product-highlight-1 h3, #product-highlight-2 h3 {
	font-size: 18px;
    display: block;
    text-align: left;
    font-family: radikal !important;
    font-weight: bold;
    position: absolute;
    top: 0;
    line-height: 1.3;
	padding-left: 10px;
}

#product-highlight-2 h3 {
	top: -17px;
}

#product-highlight-1 h3 span, #product-highlight-2 h3 span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
}

.ph-body {
	position: relative;
}

.product .sold-out, .product .best-seller, .product .pro-pick, .product .out-of-stock, .product .onsale, .product .coming-soon, .product .new-product, .ph-body .product-label {
	top: -25px !important;
	background: #ffffff !important;
	color: #757575 !important;
	padding: 3px 11px !important;
	height: auto !important;
	font-family: radikal !important;
	font-size: 10px !important;
	letter-spacing: 2px !important;
	left: 0 !important;
	text-transform: uppercase !important;
	line-height: 24px !important;
	text-align: center !important;
	font-weight: 500 !important;
	position: absolute !important;
	width: 110px;
	white-space: nowrap;
}

#product-highlight-2 .product .new-product {
	display: none;
}

#product-highlight-2 {
	padding: 60px 0 30px 0;
	position: relative;
	margin-bottom: 20px;
	margin-top: 53px;
}

#product-highlight-2 .view-all {
	position: absolute;
	right: 30px;
	top: 26px;
	color: #000000;
	font-size: 12px;
	text-transform: uppercase;
}

.product-highlight .slick-track {
	padding-top: 23px;
}

.product-highlight .slick-prev {
	height: 40px;
	top: -27px;
	right: 105px;
	left: unset;
}

.product-highlight .slick-next {
	height: 40px;
	top: -27px;
	right: 85px;
}

.product-highlight .slick-prev::before {
	content: '' !important;
  background: url('data:image/svg+xml,<svg width="64px" height="64px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><title></title><g id="Complete"><g id="F-Chevron"><polyline fill="none" id="Left" points="15.5 5 8.5 12 15.5 19" stroke="%23000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></polyline></g></g></g></svg>');
    background-repeat: repeat;
    background-size: auto;
  background-size: 15px;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: block;
}

.product-highlight .slick-next::before {
	content: '';
	background: url('data:image/svg+xml,<svg width="64px" height="64px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><title></title><g id="Complete"><g id="F-Chevron"><polyline fill="none" id="Right" points="8.5 5 15.5 12 8.5 19" stroke="%23000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></polyline></g></g></g></svg>');
	background-repeat: repeat;
    background-size: auto;
  background-size: 15px;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: block;
}

.product-highlight .ph-body {
	max-width: 360px;
	margin: 0 auto;
}

.product-highlight li {
	list-style: none;
}

 .product-highlight {
	clear: both;
}

 .product-highlight li.product .img-a img {
	margin: 0 auto;
	aspect-ratio: 1/1;
	width: 100%;
	display: block;
	border: none;
	background: none;
	outline: none;
}

 .product-highlight a {
	text-decoration: none;
	
}

 .product-highlight h2 {
	font-size: 14px;
	color: #757575;
	letter-spacing: 2.5px;
	font-family: Radikal, sans-serif;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

 .product-highlight h4 {
	font-size: 11px;
	color: #757575;
	letter-spacing: 3px;
	font-family: Radikal, sans-serif;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}

.product-highlight p {
	display: -webkit-box;
	-webkit-line-clamp: 2;         /* Limit to 2 lines */
	-webkit-box-orient: vertical;  /* Required for line clamping */
	overflow: hidden;
	min-height: 48px;
	color: #757575;
}

 .product-highlight .woocommerce-Price-amount {
	font-size: 14px;
	color: #757575;
	font-weight: 400;
	letter-spacing: 2px;
	padding-bottom: 5px;
}

.home-product-link {
	text-decoration: none;
	width: 100%;
	border: 1px solid #000000;
	padding: 10px;
	text-align: center;
	display: block;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	box-shadow: inset 0 0 0 0 #000000;
	  -webkit-transition: ease-out 0.4s;
	  -moz-transition: ease-out 0.4s;
	  transition: ease-out 0.4s;
}

.home-product-link:hover {
	color: #fff;
	box-shadow: inset 400px 0 0 0 #000000;
}

 .product-highlight li.product {
	position: relative;
	margin-bottom: 65px;
	padding: 10px;
}

.product-highlight .quick_view_button.fancybox {
	position: absolute;
	top: -21px;
	right: 10px;
	background-color: #dedede;
	line-height: 1;
}

.product-highlight .quick_view_button svg {
	width: 20px;
	height: 20px;
}

#product-highlight-1, #product-highlight-2 {
	padding-left: 20px;
	padding-right: 20px;
}

#product-highlight-2 .product {
	margin-bottom: 0;
}


@media only screen and (max-width: 1366px) {

	#product-highlight-1, #product-highlight-2 {
		padding-left: 25px;
		padding-right: 25px;
	}
} 

@media only screen and (max-width: 1024px) {
	#product-highlight-2 .view-all {
		top: 24px;
	}
}

@media only screen and (max-width: 768px) {

	.product-highlight .slick-slide .ph-image{
		margin: 0 auto;
	}
	
	.product-highlight li.product {
		margin-bottom: 15px;
	}

	.callout-holder {
		flex-direction: column;
	}
	
	.product-highlight h4 {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	#product-highlight-1, #product-highlight-2 {
		max-width: 99%;
	}
	
	.product-highlight h2 {
		font-size: 12px;
		letter-spacing: 1.5px;
	}
	
	#product-highlight-1 {
		margin-bottom: 0;
	}
	
	#product-highlight-2 {
		padding-top: 80px;
	}
	
	#product-highlight-1 h3, #product-highlight-2 h3  {
		font-size: 16px;
		display: block;
		text-align: left;
		font-family: radikal !important;
		font-weight: bold;
		position: absolute;
		top: 0;
		line-height: 1.3;
	}
	
	#product-highlight-1 h3 span, #product-highlight-2 h3 span {
		display: block;
		font-size: 15px;
		font-weight: normal;
		text-transform: none;
	}
	
	#product-highlight-1, #product-highlight-2 {
		padding-left: 18px;
		padding-right: 18px;
	}
	
	.product-highlight li.product {
		padding-left: 0;
	}
	
	.product-highlight .slick-prev {
		right: 90px;
		left: unset;
		top: -33px;
	}
	
	.product-highlight .slick-next {
		right: 65px;
		top: -33px;
	}
	
	.product-highlight h4 {
		letter-spacing: 2px;
	}
	
	#product-highlight-1 .view-all, #product-highlight-2 .view-all {
		top: 38px;
	}
	
	#product-highlight-1, #product-highlight-2 {
		min-height: unset;
	}

}

@media only screen and (max-width: 680px) {
  #product-highlight-2 .quick-add {
    top: -38px;
	right: 0;
  }
}

@media only screen and (max-width: 640px) {

	#ph1-carousel .slick-list, #ph2-carousel .slick-list {
		padding: 0 15% 0 0 !important;
	}

	.product-highlight p {
		display: none;
	}
	
	#product-highlight-1 .view-all, #product-highlight-2 .view-all {
		right: 23px;
	}
	
	.product-highlight h2 {
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		white-space: unset;
		ellipsis: unset;
		margin-bottom: 10px;
	}
	
	#product-highlight-2 {
		margin-bottom: 0;
		margin-top: -10px;
	}
	
	#product-highlight-1 h3, #product-highlight-2 h3 {
		padding-left: 0;
	}
	
	.product-highlight li.product {
		padding: 16px;
		padding-left: 0;
	}
	
	.quick-add {
		right: 15px;
	}
	
	.product-highlight .image-holder {
		padding-bottom: 10px;
		margin-bottom: 10px;	
		border-bottom: 1px solid #ccc;
 
	}

}

/** CATEGORIES **/

.shop-by-categories {
	position: relative;
	padding: 0 25px;
}

.shop-by-categories .view-cats {
	position: absolute;
	right: 30px;
	top: 13px;
	color: #000000;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

.shop-by-categories h2 {
	font-family: Radikal, Arial, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	padding-left: 5px;
}

.categories-list .cat {
	padding: 5px;
}

.categories-list p {
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}

.categories-list p a {
	text-decoration: none;
	color: #000000;
}

.categories-list .slick-prev {
	height: 40px;
	top: -35px;
	right: 100px;
	left: unset;
}

.categories-list .slick-next {
	height: 40px;
	top: -35px;
	right: 75px;
}

.categories-list .slick-prev::before {
	content: '' !important;
	background: url('data:image/svg+xml,<svg width="64px" height="64px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><title></title><g id="Complete"><g id="F-Chevron"><polyline fill="none" id="Left" points="15.5 5 8.5 12 15.5 19" stroke="%23000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></polyline></g></g></g></svg>');
	background-repeat: repeat;
	background-size: auto;
	background-size: 15px;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	display: block;
}

.categories-list .slick-next::before {
	content: '';
	background: url('data:image/svg+xml,<svg width="64px" height="64px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><title></title><g id="Complete"><g id="F-Chevron"><polyline fill="none" id="Right" points="8.5 5 15.5 12 8.5 19" stroke="%23000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></polyline></g></g></g></svg>');
	background-repeat: repeat;
	background-size: auto;
	background-size: 15px;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	display: block;
}

@media only screen and (max-width: 768px) {

	.shop-by-categories h2 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	
	.shop-by-categories h2 {
		font-size: 16px;
		padding-left: 5px;
	}
	
	.categories-list .slick-prev, .categories-list .slick-next {
		top: -22px;
	}
	
	.shop-by-categories .view-cats {
		top: 3px;
		right: 20px;
	}
	
	.categories-list p {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	.shop-by-categories {
		position: relative;
		padding: 0 15px;
		padding-bottom: 20px;
	}

}

@media only screen and (max-width: 381px) {

	.categories-list img {
		width: 100%;
	}

}


/** BIG CALLOUT AREA **/

.big-callouts {
	padding: 40px 20px;
}

.callout-holder {
	
}

.callout-item {
	padding: 10px;
}

.callout-item h4 {
	margin-top: 0;
	font-family: Radikal, Arial, sans-serif;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 0;
	text-transform: uppercase;
}

.callout-item p {
	font-size: 18px;
	margin: 0;
}



.callout-item a {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	padding: 13px;
	text-decoration: none;
	white-space: nowrap;
	width: 150px;
	text-align: center;
	color: #000000;
	border: 1px solid #000;
	display: inline-block;
	box-shadow: inset 0 0 0 0 #fff;
	-webkit-transition: ease-out .4s;
	-moz-transition: ease-out .4s;
	transition: ease-out .4s;
	background-color: #ffffff;
	margin-top: 5px;
}

.callout-item a:hover {
	color: #fff;
	box-shadow: inset 220px 0 0 0 #000;
	border: 1px solid #000000;
}

.callout-holder .slick-prev {
	height: 40px;
	top: -15px;
	right: 40px;
	left: unset;
}

.callout-holder .slick-next {
	height: 40px;
	top: -15px;
	right: 15px;
}

.callout-holder .slick-prev::before {
	content: '' !important;
	background: url('data:image/svg+xml,<svg width="64px" height="64px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><title></title><g id="Complete"><g id="F-Chevron"><polyline fill="none" id="Left" points="15.5 5 8.5 12 15.5 19" stroke="%23000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></polyline></g></g></g></svg>');
	background-repeat: repeat;
	background-size: auto;
	background-size: 15px;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	display: block;
}

.callout-holder .slick-next::before {
	content: '';
	background: url('data:image/svg+xml,<svg width="64px" height="64px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><title></title><g id="Complete"><g id="F-Chevron"><polyline fill="none" id="Right" points="8.5 5 15.5 12 8.5 19" stroke="%23000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></polyline></g></g></g></svg>');
	background-repeat: repeat;
    background-size: auto;
  background-size: 15px;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: block;
}

@media only screen and (max-width: 640px) {
	
	.big-callouts {
		padding-left: 0;
		padding-right: 0;
		overflow: hidden;
	}
	
	.callout-holder {
		margin-left: -31.5%;
	}
	
	.callout-item {
		padding: 10px;
	}
	
	.callout-item h4 {
		font-size: 16px;
		margin-top: 5px;
	}
	
	.callout-item p {
		font-size: 15px;
	}
	
	.callout-item a {
		width: auto;
		padding: 10px 20px;
	}
}

/** MEDIA QUERIES **/





@media only screen and (max-width: 1024px) {
	
	.footer-newsletter {
		max-width: 95%;
	}
}



@media only screen and (max-width: 768px) {
	
	.footer-header {
		font-size: 26px;
	}
	
	#colophon #footer-links-container .footer-link-item h5 {
		font-size: 18px;
	}

}



@media only screen and (max-width: 640px) {
	
	#brands-slider {
		margin: 20px 10px;
	}

	.slick-dots {
		bottom: 5px;
	}
}

@media only screen and (max-width: 400px) {

	.show-small-mobile {
		display: block !important;
	}

}

#brands-slider {
	max-width: 1140px;
	margin: 40px auto;
}

#brands-slider .brand {
	padding: 10px;
	text-align: center;
	cursor: pointer;
}

#brands-slider .brand h5 {
	font-size: 13px;
	font-family: Radikal, sans-serif;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	font-weight: normal;
}

#brands-slider .slick-prev {
	background: url('img/sprites.png') no-repeat;
	/* background-size: 40px; */
	height: 30px;
	width: 30px;
	/* left: -20px; */
	background-position: 0 -110px;
	zoom: 0.5;
	-moz-transform: scale(0.5);
	-moz-transform-origin: 0 0;
	top: 35%;
}

#brands-slider .slick-next {
	background: url('img/sprites.png') no-repeat;
	/* background-size: 20px; */
	height: 30px;
	width: 30px;
	background-position: -20px -110px;
	zoom: 0.5;
	-moz-transform: scale(0.5);
	-moz-transform-origin: 0 0;
	right: -40px;
	top: 35%;
}

#brands-slider .slick-dots li {
	margin: 0;
}