.outfits-slides .flex {
	max-width: 100%;
	margin: 0 auto;
	justify-content: space-between;
	padding: 7px 82px 10px 4px;
}
.outfits-slides {
	max-width: 1177px;
	margin: 0 auto;
}
.outfits-slides .flex .left {
	width: 503px;
	height: 655px;
	background: white;
	padding: 75px 70px 0;
	box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.26);
	position: relative;
}
/* .outfits-slides .flex .left:after {
	content: "";
	display: block;
	width: 66px;
	height: 30px;
	background-image: url(../../assets/icons/utility/icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 33px;
} */
.outfits-slides .flex .right {
	width: 541px;
	height: 655px;
	border: 1px solid #DFDAC9;
	background: #DFDAC9;
	padding: 20px;
	box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.26);
	margin: 0 0 0 0;
	position: relative;
}
.outfits-slides .flex .right:before {
	content: "";
	display: block;
	width: 217px;
	height: 122px;
	background-image: url(../../assets/icons/utility/tape1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.outfits-slides .flex .right .titles-flex {
	max-width: 420px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.outfits-slides .flex .right .location {
	font-size: 28px;
	font-family: 'Thursday Morning';
	text-decoration: none;
}
.outfits-slides .flex .right .titles-flex .linktitle {
	font-size: 14px;
	font-family: 'Oakes Grotesk';
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	text-decoration: underline;s
}
.outfits-slides .flex .right a {
	text-decoration: none;
}
.outfits-slides .flex .right img {
	display: block;
	width: 420px;
	height: 527px;
	margin: 43px auto 19px;
}
.outfits-highlight {
	border-top: 1px solid #DFDAC9;
	padding: 33px 0 0;
}
.outfits-highlight h2 {
	text-align: center;
	margin: 0;
	font-size: 40px;
	letter-spacing: -0.055rem;
}
.outfits-highlight .subtitle {
	font-size: 13px;
	margin: -1px 0 17px;
}
.outfits-highlight .title-wrap {
	text-align: center;
}
.outfits-highlight .stripes-wrap {
	border-top: 1px solid #DFDAC9;
	background-image: url(../../assets/icons/utility/stripesbg.png);
	background-size: cover;
	background-position: center;
	padding: 77px 0 66px;
	border-bottom: 1px solid #DFDAC9;
}
.outfits-highlight .slick-dots {
	position: absolute;
	top: 7px;
	right: 10px;
	list-style: none;
	z-index: 2;
}

.outfits-highlight .slick-list {
	z-index: 1;
}
.outfits-highlight .slick-dots button {
	width: 72px;
	height: 79px;
	border: 1px solid #DFDAC9;
	background: white;
	font-size: 12px;
	font-family: 'Oakes Grotesk';
	padding: 3px 0 0;
	margin: 0 0 4px 0;
	box-shadow: 5px 2px 8px -4px rgba(0, 0, 0, 0.2);
	border-left: none;
	outline:none!important;
}
.outfits-highlight .slick-dots .slick-active button {
	background: #DFDAC9;	
}
.outfits-highlight .slick-dots button:hover {
	background-color:#DFDAC9;
}
.outfits-highlight a:hover {
	opacity: 1;
}
.stripes-wrap .pos {
	max-width: 1177px;
	margin: 0 auto;
	position: relative;
}
.outfits-highlight .more-button {
	transform: rotate(90deg);
	position: absolute;
	right: -70px;
	bottom: 88px;
	background: white;
	border: 1px solid #DFDAC9;
	border-bottom: none;
	width: 230px;
	height: 74px;
	z-index: 1;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Oakes Grotesk';
	text-align: center;
	padding: 27px 30px 0 0;
	background-image: url(../../assets/icons/utility/arrow-right.png);
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: 162px center;
	letter-spacing: 0.08rem;
	box-shadow: 4px -2px 8px -4px rgba(0, 0, 0, 0.2);
}

.outfits-highlight .more-button:hover {
	background-color:#DFDAC9;
}
@media all and (max-width:1180px) {
	.stripes-wrap .pos {
		max-width:940px;
	}
	.outfits-slides .flex .left {
		width:48%;
	}
	.outfits-slides .flex .right {
		width:50%;
	}
	.outfits-slides .flex .right img {
		display: block;
		width: 310px;
		height: 450px;
		margin: 43px auto 19px;
	}
	.outfits-slides .flex .right .titles-flex {
		width:310px;
		margin: 30px auto 0;
	}
	.outfits-slides .flex .right .location {
		font-size:23px;
	}
	.outfits-slides .flex .right .titles-flex .linktitle {
		font-size:13px;
	}
}
@media all and (max-width:940px) {
	.stripes-wrap .pos {
		max-width: 500px;
	}
	.outfits-slides .flex {
		flex-direction: column-reverse;
	}
	.outfits-slides .flex .right {
		width: 100%;
	}
	.outfits-slides .flex .left {
		width: 100%;
	}
	.outfits-highlight .more-button {
		transform: rotate(0deg);
		position: absolute;
		right: inherit;
		bottom: inherit;
		top: -53px;
		left: 4px;
		background: white;
		border: 1px solid #DFDAC9;
		border-bottom: none;
		width: 208px;
		height: 60px;
		z-index: 1;
		font-size: 14px;
		text-transform: uppercase;
		font-family: 'Oakes Grotesk';
		text-align: center;
		padding: 21px 27px 0 0;
		background-image: url(../../assets/icons/utility/arrow-right.png);
		background-size: 13px;
		background-repeat: no-repeat;
		background-position: 151px center;
		letter-spacing: 0.08rem;
		box-shadow: 4px -2px 8px -4px rgba(0, 0, 0, 0.2);
	}
	.outfits-slides .flex .right {
		width: 100%;
		height: 598px;
	}
	.outfits-slides .flex .left {
		height:566px;
	}
}
@media all and (max-width:540px) {
	.stripes-wrap .pos {
		max-width: 300px;
	}
	.outfits-slides .flex {
		padding: 0;
	}
	.outfits-highlight .more-button {
		top: inherit;
		bottom: -59px;
		left: 0px;
		box-shadow: 5px 4px 8px -4px rgba(0, 0, 0, 0.2);
		border-bottom: 1px solid #DFDAC9;
	}
	.outfits-highlight .slick-dots {
		position: absolute;
		top: -49px;
		right: inherit;
		list-style: none;
		z-index: 2;
		display: flex;
	}
	.outfits-highlight .slick-dots button {
		width: 60px;
		height: 50px;
		border-left: 1px solid #DFDAC9
	}
	.outfits-slides .flex .right:before {
		width: 125px;
		height: 69px;
	}
	.outfits-slides .flex .right img {
		display: block;
		width: 100%;
		height: 336px;
		margin: 12px auto 19px;
	}
	.outfits-slides .flex .right .titles-flex {
		width: 100%;
		margin: 10px auto 0;
		display: block;
	}
	.outfits-slides .flex .right .titles-flex .linktitle {
		display: block;
	}
	.outfits-slides .flex .right {
		width: 100%;
		height: 449px;
	}
	.outfits-slides .flex .left {
		display: none;
	}
	.outfits-highlight .stripes-wrap {
		padding: 77px 0 101px;
	}
	.outfits-slides .flex .left:after {
		bottom:22px;
	}
}