.single-product-inner-wrapper {
	background: #000;
}
.single-product {
	background: #fff;
	height: calc(100vh - 57px);
	font-size: 0;
	-webkit-transition: opacity 0.67s ease-in-out;
	-moz-transition: opacity 0.67s ease-in-out;
	-o-transition: opacity 0.67s ease-in-out;
	transition: opacity 0.67s ease-in-out;
}
.single-product.faded {
	opacity: 0.5;
}
.col-left {
	position: absolute;
	z-index: 2;
	top: 57px;
	left: 0;
	height: calc(100vh - 89px);
}
.col-right {
	position: absolute;
	z-index: 1;
	top: 57px;
	left: 50%;
	width: 50%;
	height: 100%;
	padding-top: 80px;
	text-align: center;
}
.col-inner {
	display: inline-block;
	text-align: left;
}
.col-left .col-inner {
	max-width: 100%;
	height: 100%;
}
.col-right .col-inner {
	width: 350px;
}
.sp-gallery-thumbs-wrapper,
.sp-gallery-wrapper {
	display: inline-block;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.sp-gallery-thumbs-wrapper {
	position: relative;
	z-index: 6;
	margin: 0 30px 0 60px;
}
.sp-gallery-thumbs {
	position: relative;
	overflow: hidden;
	max-height: 442px;
}
.sp-gallery-thumb {
	border: 1px solid #f2f2f2;
	-webkit-transition: border 0.36s ease-in-out;
	-moz-transition: border 0.36s ease-in-out;
	-o-transition: border 0.36s ease-in-out;
	transition: border 0.36s ease-in-out;
}
.sp-gallery-thumbs-arrow {
	position: relative;
	display: block;
	width: 100%;
	height: 26px;
	background: #fff;
	border: 1px solid #a7a8aa;
	cursor: pointer;
	-webkit-transition: all 0.36s ease-in-out;
	-moz-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}
.sp-gallery-thumbs-arrow.disabled {
	border-color: #ece7e7;
	cursor: default;
}
.sp-gallery-thumbs-arrow.disabled:before {
	opacity: 0.2;
}
.sp-gallery-thumbs-arrow:not(.disabled):hover {
	background: #f2f2f2;
	border-color: #000;
}
.sp-gallery-thumbs-arrow.down {
	margin-top: 10px;
}
.sp-gallery-thumbs-arrow.up {
	margin-bottom: 10px;
}
.sp-gallery-thumbs-arrow:before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 7px;
	margin: -3px 0 0 -5px;
	background: url("../images/sprite.svg") no-repeat -49px -9px;
}
.sp-gallery-thumbs-arrow.up:before {
	transform: rotate(180deg) translate3d(0, 1px, 0);
}
.sp-gallery-thumbs-inner {
	-webkit-transition: all 0.36s ease-in-out;
	-moz-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}
.sp-gallery-thumb.selected {
	border-color: #000;
}
.sp-gallery-thumb-image {
	opacity: 0.3;
	-webkit-user-drag: none;
	-webkit-transition: opacity 0.36s ease-in-out;
	-moz-transition: opacity 0.36s ease-in-out;
	-o-transition: opacity 0.36s ease-in-out;
	transition: opacity 0.36s ease-in-out;
}
.sp-gallery-thumb.selected .sp-gallery-thumb-image,
.sp-gallery-thumb:hover .sp-gallery-thumb-image {
	opacity: 1;
}
.sp-gallery-thumb:not(:first-child) {
	margin-top: 8px;
}
.sp-gallery-wrapper {
	overflow: hidden;
	width: calc((100vh - 91px) / 1.33);
	max-width: calc(100vw - 620px);
	height: 100%;
}
.sp-gallery-items {
	position: relative;
	white-space: nowrap;
	-webkit-animation: fadeInFromNone 0.36s ease-in-out;
	-o-animation: fadeInFromNone 0.36s ease-in-out;
	animation: fadeInFromNone 0.36s ease-in-out;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.sp-gallery-item {
	position: relative;
	display: inline-block;
	z-index: 1;
	width: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.36s ease-in-out;
	-moz-transition: opacity 0.36s ease-in-out;
	-o-transition: opacity 0.36s ease-in-out;
	transition: opacity 0.36s ease-in-out;
}
.sp-gallery-item.previous,
.sp-gallery-item.selected {
	position: absolute;
	top: 0;
	left: 0;
}
.sp-gallery-item.previous {
	z-index: 3;
	opacity: 0;
}
.sp-gallery-item.selected {
	z-index: 2;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.sp-gallery-item.faded {
	opacity: 0;
}
.sp-gallery-item-link {
	display: block;
	padding-top: 133.333%;
	cursor: url(../images/cursors/zoom-in.cur), default;
	cursor: url(../images/cursors/zoom-in.png) 20 20, url(../images/cursors/zoom-in.cur), default;
}
.sp-gallery-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-user-drag: none;
}
.sp-gallery-zoom-wrapper {
	position: absolute;
	display: block;
	z-index: 4;
	top: 0;
	left: 152px;
	/*width: 100vw;*/
	/*width: -webkit-calc(100vw - 7px);*/
	width: calc(50vw - 159px + ((50vw - 350px) / 2));
	height: 100%;
	background: #fff;
	text-align: center;
	cursor: url(../images/cursors/zoom-out.cur), default;
	cursor: url(../images/cursors/zoom-out.png) 20 20, url(../images/cursors/zoom-out.cur), default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-animation: fadeOutFromBlock 0.01s ease-in-out;
	-o-animation: fadeOutFromBlock 0.01s ease-in-out;
	animation: fadeOutFromBlock 0.01s ease-in-out;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.sp-gallery-zoom-wrapper.zoomed {
	-webkit-animation: fadeInFromNone 0.36s ease-in-out;
	-o-animation: fadeInFromNone 0.36s ease-in-out;
	animation: fadeInFromNone 0.36s ease-in-out;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.sp-gallery-zoom {
	overflow: hidden;
	display: inline-block;
	z-index: 4;
	top: 0;
	left: 0;
	height: 100%;
}
.sp-gallery-zoom-image {
	max-width: 100%;
	-webkit-user-drag: none;
}
.mobile-sp-gallery-navigation {
	display: none;
}
.sp-info {
	padding-bottom: 16px;
	border-bottom: 1px solid #f2f2f2;
}
.sp-flash-sale {
	width: 354px;
}
.sp-flash-sale .time-block .time {
	color: #bd1e2d;
	font-weight: 700;
}
.sp-brand {
	height: 75px;
}
.sp-brand-image {
	display: block;
	height: 75px;
}
.sp-brand-text {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -0.3px;
	line-height: 75px;
}
.sp-name {
	color: #6d6e71;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
}
.sp-sku {
	margin-top: 2px;
	color: #000;
	font-size: 12px;
}
.sp-prices-wrapper {
	margin-top: 15px;
}
.sp-prices-wrapper .price,
.sp-prices-wrapper .old-price,
.sp-prices-wrapper .promo-percent {
	font-size: 21px;
	font-weight: 700;
	letter-spacing: -0.3px;
}
.sp-prices-wrapper .price {
	color: #000;
}
.sp-prices-wrapper .promo-price,
.sp-prices-wrapper .promo-percent {
	color: #bd1e2d;
}
.sp-prices-wrapper .old-price {
	position: relative;
	margin-left: 4px;
	color: #6d6e71;
}
.sp-prices-wrapper .old-price:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #6d6e71;
}
.sp-prices-wrapper .price .symbol,
.sp-prices-wrapper .promo-price .symbol {
	margin-left: -3px;
}
.sp-prices-wrapper .promo-percent {
	margin-left: 11px;
}
.sp-cart-actions-wrapper {
	padding-top: 16px;
}
#orderedProductForm {
	position: relative;
}
.configurable-option {
	margin-bottom: 10px;
}
.customized-configurable-option {
	position: relative;
	z-index: 1;
	background: #fff;
}
.configurable-option-label .text {
	color: #808184;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}
.configurable-option-values {
	margin-top: 17px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 0;
	letter-spacing: 0;
}
.configurable-option-values .value {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 34px;
	margin-right: 10px;
	border: 1px solid #a7a8aa;
	color: #000;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	line-height: 33px;
	cursor: pointer;
	-webkit-transition: all 0.36s ease-in-out;
	-moz-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}
.configurable-option-values .value:nth-child(n+7) {
	margin-top: 10px;
}
.configurable-option-values .value:nth-child(6n) {
	margin-right: 0;
}
.configurable-option-values .value:hover {
	border-color: #000;
	background: #f2f2f2;
}
.configurable-option-values .value.selected {
	border-color: #adda0b;
	background: #adda0b;
}
.configurable-option-values .value.out-of-stock {
	color: #d1d1d1;
	border-color: #d1d1d1;
	cursor: default;
}
.configurable-option-values .value.out-of-stock:hover {
	color: #000;
	border-color: #000;
}
.configurable-option-values .value.out-of-stock:before {
	content: "";
	position: absolute;
	display: block;
	top: 16px;
	left: -6px;
	width: 59px;
	height: 1px;
	background: #d1d1d1;
	-webkit-transform: rotate(-33deg);
	-moz-transform: rotate(-33deg);
	-ms-transform: rotate(-33deg);
	-o-transform: rotate(-33deg);
	transform: rotate(-33deg);
	-webkit-transition: background 0.36s ease-in-out;
	-moz-transition: background 0.36s ease-in-out;
	-o-transition: background 0.36s ease-in-out;
	transition: background 0.36s ease-in-out;
}
.configurable-option-values .value.out-of-stock:hover:before {
	background: #000;
}
.configurable-option .help-inline {
	position: relative;
	display: block;
	z-index: -1;
	margin-top: 5px;
	color: #fd4f57;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.36s ease-in-out;
	-moz-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}
.configurable-option .help-inline.helper-hidden {
	-webkit-transform: translate3d(0, -24px, 0);
	-moz-transform: translate3d(0, -24px, 0);
	-ms-transform: translate3d(0, -24px, 0);
	-o-transform: translate3d(0, -24px, 0);
	transform: translate3d(0, -24px, 0);
}
.sp-size-guide-link {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	color: #000;
	border-bottom: 1px dotted #000;
	font-size: 12px;
	text-transform: uppercase;
}
.add-to-cart-wrapper .btn {
	position: relative;
	display: block;
	z-index: 1;
	height: 40px;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 40px;
	-webkit-transition: all 0.36s ease-in-out;
	-moz-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}
.add-to-cart-wrapper .btn.green {
	background: #adda0b;
	color: #000;
}
.add-to-cart-wrapper .btn .cart-btn-text {
	position: relative;
}
.add-to-cart-wrapper .btn .cart-btn-text:before,
.add-to-cart-wrapper .btn .cart-btn-text:after {
	content: "";
	position: relative;
	display: inline-block;
	vertical-align: middle;
	top: -3px;
	width: 14px;
	height: 19px;
	margin-right: 5px;
	background: url("../images/sprite.svg") no-repeat;
	-webkit-transition: opacity 0.36s ease-in-out;
	-moz-transition: opacity 0.36s ease-in-out;
	-o-transition: opacity 0.36s ease-in-out;
	transition: opacity 0.36s ease-in-out;
}
.add-to-cart-wrapper .btn .cart-btn-text:before {
	background-position: 0 -100px;
	opacity: 1;
}
.add-to-cart-wrapper .btn .cart-btn-text:after {
	position: absolute;
	top: -2px;
	left: 0;
	background-position: -99px -100px;
	opacity: 0;
}
.add-to-cart-wrapper .btn.green .cart-btn-text:before {
	opacity: 0;
}
.add-to-cart-wrapper .btn.green .cart-btn-text:after {
	opacity: 1;
}
.add-to-cart-wrapper .btn.white {
	margin-top: 10px;
	color: #000;
	background: #fff;
	border: 2px solid #000;
	line-height: 39px;
}
.proceed-to-checkout-link-wrapper {
	position: relative;
	display: block !important;
	margin-top: -18px;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.36s ease-in-out;
	-moz-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}
.proceed-to-checkout-link-wrapper:not(.hidden) {
	display: block !important;
	margin-top: 7px;
	opacity: 1;
}
.proceed-to-checkout-link {
	position: relative;
	display: inline-block;
	color: #000;
	font-size: 14px;
}
.proceed-to-checkout-link:before {
	content: "";
	position: absolute;
	display: block;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background: #000;
}
.proceed-to-checkout-link:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 11px;
	margin-left: 2px;
	background: url("../images/sprite.svg") no-repeat 0 -204px;
}
.btn.btn-buy-the-look {
	position: relative;
	display: block;
	z-index: 1;
	height: 40px;
	line-height: 39px;
	margin-top: 10px;
	background: #fff;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	border: 2px solid #000;
	-webkit-transition: all 0.36s ease-in-out;
	-moz-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}
.btn.btn-buy-the-look:after {
	background: #000;
}
.btn.btn-buy-the-look:hover {
	color: #000;
}
.sp-static-info {
	padding: 22px 0;
	border-bottom: 1px solid #f2f2f2;
}
.sp-static-info li {
	position: relative;
	padding-left: 17px;
	color: #6d6e71;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1px;
}
.sp-static-info li:not(:first-child) {
	margin-top: 5px;
}
.sp-static-info li:before {
	content: "";
	position: absolute;
	display: block;
	top: 4px;
	left: 0;
	width: 11px;
	height: 9px;
	background: url("../images/sprite.svg") no-repeat 0 -394px;
}
.sp-static-info li b,
.sp-static-info li strong {
	color: #000;
	font-weight: 400;
}
.sp-share-links {
	font-size: 0;
	padding: 22px 0;
}
.sp-share-link {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background: url("../images/sprite.svg") no-repeat;
	opacity: 0.75;
	-webkit-transition: opacity 0.36s;
	-moz-transition: opacity 0.36s;
	-o-transition: opacity 0.36s;
	transition: opacity 0.36s;
}
.sp-share-link:not(:first-child) {
	margin-left: 20px;
}
.sp-share-link:hover {
	opacity: 1;
}
.sp-share-link.facebook {
	width: 11px;
	height: 22px;
	background-position: 0 -419px;
}
.sp-share-link.twitter {
	width: 22px;
	height: 18px;
	background-position: -32px -421px;
}
.sp-share-link.google-plus {
	width: 16px;
	height: 22px;
	background-position: -76px -419px;
}
.sp-share-link.pinterest {
	width: 18px;
	height: 22px;
	background-position: -110px -420px;
}
.single-product-boxes {
	position: relative;
	z-index: 5;
	background: #f2f2f2;
	text-align: center;
	-webkit-transform: translate3d(0, -32px, 0);
	-moz-transform: translate3d(0, -32px, 0);
	-ms-transform: translate3d(0, -32px, 0);
	-o-transform: translate3d(0, -32px, 0);
	transform: translate3d(0, -32px, 0);
}
.see-more-button {
	position: relative;
	display: block;
	top: -17px;
	z-index: 1;
	height: 34px;
	margin: 0 auto;
	padding: 0 30px;
	background: rgba(0, 0, 0, 0.9);
	color: #adda0b;
	font-size: 12px;
	font-weight: 700;
	opacity: 1;
	-webkit-transition: opacity 0.36s ease-in-out;
	-moz-transition: opacity 0.36s ease-in-out;
	-o-transition: opacity 0.36s ease-in-out;
	transition: opacity 0.36s ease-in-out;
}
.see-more-button.faded {
	opacity: 0;
}
.see-more-button:before,
.see-more-button:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	background: url("../images/sprite.svg") no-repeat 0 -9px;
	width: 11px;
	height: 7px;
	margin-top: -3px;
}
.see-more-button:before {
	left: 10px;
}
.see-more-button:after {
	right: 10px;
}
.sp-boxes-inner {
	position: relative;
	display: inline-block;
	top: -48px;
	width: 100%;
}
.sp-box-row {
	height: 25vw;
	min-height: 610px;
	font-size: 0;
	letter-spacing: 0;
}
/*.sp-box-row:first-child {*/
	/*margin-top: -17px;*/
/*}*/
.sp-box-row:last-child {
	margin-bottom: -48px;
}
.sp-box-left,
.sp-box-right {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: 100%;
	padding: 50px 10.94%;
	text-align: left;
	letter-spacing: 0.3px;
}
.sp-box-right {
	border-left: 1px solid #fff;
}
.sp-box-right.with-background-image,
.sp-box-left.with-background-image {
	padding: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.sp-box-title {
	margin-bottom: 23px;
	color: #000;
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
}
.sp-box-title.small {
	margin-top: 31px;
	margin-bottom: 7px;
	font-size: 16px;
}
.sp-box-content {
	font-size: 14px;
}
.sp-box-content .attribute-wrapper {
	font-size: 0;
}
.sp-box-content .attribute-label,
.sp-box-content .attribute-value {
	display: inline-block;
	font-size: 14px;
}
.sp-box-content .attribute-label {
	margin-right: 5px;
	color: #58595b;
}
.sp-box-content .attribute-value {
	color: #000;
}
.sp-box-content .license {
	margin-top: 40px;
}
.sp-box-content .see-all-from-brand {
	margin-top: 20px;
	color: #000;
	font-size: 14px;
	font-weight: 300;
}
.sp-box-content .see-all-from-brand a {
	display: inline-block;
	border-bottom: 1px dotted #000;
	color: #000;
}
.sp-box-content .see-all-from-brand span {
	font-weight: 400;
	text-transform: uppercase;
}
.similar-products-wrapper {
	/*margin-top: 22px;*/
	margin-top: 56px;
}
.similar-products-title,
.recently-viewed-products-title {
	margin-bottom: 32px;
	padding: 0 50px;
	color: #000;
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
}
.similar-products-content {
	overflow: hidden;
	white-space: nowrap;
}
.similar-products-content .products-grid,
.recently-viewed-products-content .products-grid {
	overflow: hidden;
	margin: 0 30px;
	padding: 0;
}
.recently-viewed-products-content .products-grid {
	overflow: hidden;
	margin: 0 30px;
	padding: 0;
	font-size: 0;
	letter-spacing: 0;
}
.recently-viewed-products-content .sp-visited-product-item {
	display: inline-block;
	vertical-align: top;
	width: 114px;
	height: 152px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.recently-viewed-products-content .sp-visited-product-item img {
	width: 100%;
	height: 100%;
}
.store-availability {
	text-align: center;
}
.store-availability .title {
	display: block;
	text-transform: uppercase;
	margin: 0 auto 20px !important;
	font-weight: 700;
}
.store-availability .option-content {
	display: inline-block;
	width: 80%;
	text-align: left;
}
.store-availability .store-row {
	padding: 8px 20px;
	border-bottom: 1px solid #dcdcdc;
	color: #000;
}
.store-availability .store-row:last-child {
	border-bottom: 0 none;
}
.store-availability .store-row:nth-child(odd) {
	background: #e0e0e0;
}
.store-availability .store-quantity {
	position: relative;
	float: right;
	top: -2px;
	width: 23px;
	height: 23px;
	background: #fff;
	border: 2px solid #bce138;
	font-weight: 700;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.store-availability .store-quantity:before {
	content: "";
	position: absolute;
	display: block;
	top: 5px;
	left: 4px;
	width: 11px;
	height: 9px;
	background: url("../images/sprite.svg") no-repeat 0 -394px;
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}
.store-availability .description {
	margin: 30px 0 10px;
}