/*/////////////////////////////////////////////
//// BEGIN: Collection Landing
/////////////////////////////////////////////*/
.page-template-page-collections .section-wrapper {
	opacity: 0;
}

/* BEGIN: Collections : Slider
----------------------------------------*/
.section_landing {
	padding: 4.5% 0 10%;
}

.section_landing .section-wrapper {
	margin: 16px auto 63px;
}

.section_landing .carousel {
	width: 100%;
}

.carousel_slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	align-items: center;
	pointer-events: none;
}

.carousel_slide:nth-child(1) {
	position: relative;
	z-index: 2;
}

.carousel_slide:nth-child(2) {
	z-index: 1;
}

.carousel_slide .content-container {
	opacity: 0;
	flex-basis: 40%;
}

.carousel_slide .eyebrow {
	margin-bottom: 23px;
	color: #C6AA68;
	font-family: interstate-condensed, sans-serif;
	font-size: 32px;
	font-weight: 400;
}

.carousel_slide h1 {
	/*max-width: 75%;*/
}

.carousel_slide p {
	font-family: interstate-condensed, sans-serif;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}

.carousel_slide .content-container .addbutton {
	margin-top: 21px;
	pointer-events: auto;
	cursor: pointer;
}

.carousel_slide .image-container {
	flex-basis: 50%;
	pointer-events: auto;
	border-width: 10px;
	border-style: solid;
}

.carousel_slide:nth-child(1) .image-container {
	/*transform: translateX(18px) translateY(24px);*/
	transform: translateX(-1.5%) translateY(5%);
}

.carousel_slide:nth-child(2) .image-container {
	/*transform: translateX(59px) translateY(-15px);*/
	transform: translateX(5%) translateY(-3%);
}

.carousel_slide:nth-child(3) .image-container {
	/*transform: translateX(98px) translateY(63px);*/
	transform: translateX(10.5%) translateY(13%);
}

.carousel_slide .image-container img {
	width: 100%;
}

/* BEGIN: Carousel Dots */
.carousel_pagination {
	display: inline-block;
	position: absolute;
	bottom: -25px;
	left: 0;
	z-index: 3;
}

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

.carousel_pagination li a {
	display: block;
	width: 8px;
	height: 8px;
	background: #E1DAC7;
	border-radius: 50%;
}

.carousel_pagination li.active a {
	background: #C6AA68;
}

/* BEGIN: Collections : Trending Now
--------------------------------------------*/
.section_trending {
	height: 10.3vw;
	margin: 0 auto;
	padding: 0 0 0 20px;
	background: #28352E;
}

.section_trending .section-wrapper {
	max-width: 100%;
	height: 100%;
}

.section_trending header {
	display: table;
	flex-basis: 10%;
	height: 100%;
	padding-right: 1.4%;
	border-right: 1px solid rgba(225,218,199,0.20);
}

.section_trending header h2 {
	display: table-cell;
	vertical-align: middle;
	color: #E7C983;
	font-family: interstate-condensed, sans-serif;
	font-size: 18px;
	font-size: 1.25vw;
	font-weight: 500;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
}

.section_trending .carousel {
	width: calc(100% - 10%);
	height: 100%;
}

.section_trending .carousel_wrapper {
	height: 100%;
	overflow: hidden;
}

.section_trending .carousel_wrapper li {
	display: table;
	position: relative;
	width: 100%;
	max-width: 33%;
	height: 100%;
	padding: 0 2%;
}

.section_trending .carousel_wrapper li .content-container,
.section_trending .carousel_wrapper li .image-container {
	display: table-cell;
	vertical-align: middle;
}

.section_trending .carousel_wrapper li .image-container {
	text-align: center;
}

.section_trending .carousel_wrapper li .image-container img {
	width: 100%;
	border: 3px solid #C6AA68;
}

.section_trending .carousel_wrapper li .content-container {
	width: 61.75%;
	padding-right: 2%;
}

.section_trending .carousel_wrapper li .content-container h3 {
	color: #FBF5E5;
	font-size: 15px;
	font-size: 1.05vw;
	line-height: 1.3;
}

.section_trending .carousel_wrapper li .content-container h3 a {
	color: #FBF5E5;
}

.section_trending .carousel_wrapper li .content-container p {
	margin: 5px 0 0;
	color: #E7C983;
	font-family: interstate-condensed, sans-serif;
	font-size: 14px;
	/*font-size: 1vw;*/
	line-height: 1.2;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}

.section_trending .carousel_pagination {
	display: none;
}

/*/////////////////////////////////////////////
//// BEGIN: Media
/////////////////////////////////////////////*/
/* BEGIN: Hovers
-----------------------------------*/
@media screen and (min-width: 961px) {

	.carousel_pagination li:hover a {
		background: #C6AA68;
	}

	.carousel_slide .content-container .addbutton:hover {
		color: #fff;
		background: #4AB77D;
		border: 1px solid #4AB77D;
	}

	.section_trending .carousel_wrapper li:not(:first-child)::before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		border-right: 1px solid rgba(225,218,199,0.20);
	}
}

/* BEGIN: Responsive
-----------------------------------*/
@media screen and (max-width: 1320px) {

	.carousel_slide h1 {
		max-width: 90%;
	}
}

/* BEGIN: Responsive
-----------------------------------*/
@media screen and (max-width: 1160px) {
}

/* BEGIN: Responsive
-----------------------------------*/
@media screen and (max-width: 1024px) {
}

/* BEGIN: iPad / Mobile
-----------------------------------*/
@media screen and (max-width: 960px) {

	.section_landing {
		padding: 4% 0 5%;
	}

	.section_landing .section-wrapper {
		margin: 0 auto;
	}

	.section_landing .carousel_slide {
		padding-bottom: 6%;
		flex-direction: column-reverse;
	}

	.section_landing .carousel_slide.active {
		z-index: 50;
	}

	.carousel_slide .eyebrow {
		margin-bottom: 5%;
		font-size: 24px;
		font-size: 6.7vw;
	}

	.carousel_slide h1 {
		max-width: 100%;
		font-size: 28px;
		font-size: 8vw;
	}

	.carousel_slide p {
		font-size: 14px;
		font-size: 4vw;
	}

	.carousel_slide .content-container .addbutton {
		margin-top: 3%;
	}

	.carousel_slide .image-container {
		margin-bottom: 7%;
	}

	.carousel_slide:nth-child(1) .image-container,
	.carousel_slide:nth-child(2) .image-container,
	.carousel_slide:nth-child(3) .image-container {
		transform: none;
	}

	.section_landing .carousel_pagination {
		position: relative;
		bottom: auto;
		width: 100%;
		margin-top: 5%;
		text-align: center;
	}

	/* BEGIN: Trending Now
	-----------------------------------*/
	.section_trending {
		height: auto;
		padding: 0;
	}

	.section_trending .section-wrapper {
		padding: 0;
		flex-direction: row;
	}

	.section_trending header {
		display: table;
		width: 100%;
		flex-basis: 100%;
		height: auto;
		padding: 4% 20px;
		border-right: 0;
		border-bottom: 1px solid rgba(225,218,199,0.20);
	}

	.section_trending header h2 {
		font-size: 16px;
		font-size: 4.5vw;
		line-height: 1;
		text-align: left;
	}

	.section_trending header h2 br {
		display: none;
	}

	.section_trending .carousel {
		width: 100%;
		height: auto;
		padding: 7% 20px 12%;
	}

	.section_trending .carousel_wrapper {
		overflow-x: none;
		flex-wrap: nowrap;
	}

	.section_trending .carousel_wrapper li {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		padding: 0;
		table-layout: fixed;
		white-space: normal;
		max-width: 100%;
	}

	.section_trending .carousel_wrapper li.active {
		display: table;
		position: relative;
	}

	.section_trending .carousel_wrapper li .content-container {
		width: 53.2%;
	}

	.section_trending .carousel_wrapper li .content-container h3 {
		font-size: 15px;
		font-size: 4.25vw;
	}

	.section_trending .carousel_wrapper li .content-container p {
		font-size: 14px;
		font-size: 4vw;
	}

	.section_trending .carousel_pagination {
		display: block;
		bottom: 6%;
		width: 100%;
		text-align: center;
	}
}

/* BEGIN: Mobile
-----------------------------------*/
@media screen and (max-width: 767px) {
}
/* FIN */