.main-column {
	width: 90% !important;
}

.page-header {
	text-transform: none;
	padding: 0;
}

#masthead {
	z-index: 1000000;
}

.woocommerce-page a {
	text-decoration: none;
}

.discounted {
	color: #acacac;
	text-decoration: line-through !important;
}

.price-normal::before {
	content: ">";
	margin: 0 5px;
}

tr.woocommerce-shipping-totals.shipping,
tr.order-total th,
tr.order-total td {
	border: none!important;
}

#primary {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
}

.info.products .product.column-of-3.left {
	background: yellow;
	border: 1px solid #000;
	margin-right: 20px;
	min-height: 0;
}

.info.products .products-wrap {
	display: flex;
	flex-wrap: wrap;
}

.products .qzr-products-list .products-wrap {
	width: 100%;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.info.products .products-wrap a {
	flex-grow: 1;
	width: 33%;
	text-decoration: none;
	font-size: 16px;
	font-family: 'Roboto Mono', monospace;
	font-weight: 700;
}

.info.products .products-wrap a:hover div div,
.info.products .products-wrap a:hover div {
	color: #fff;
	background: #000;
	transition: background 0.5s;
}

.info.products .products-wrap a:hover div div {
	transition: background 0s;
}

.info.products .qzr-products-list a div {
	border: 1px solid #000;
	margin-right: 20px;
	padding: 5px 0;
	text-transform: uppercase;
}

.info.products .qzr-products-list a:last-child div {
	margin-right: 0;
}

.info.products .qzr-products-list a div div {
	border: none;
}

.info.products {
	background: #fff;
	padding-top: 40px;
	clear: both;
	padding-bottom: 100px;
}

.single-product .product-header p.title,
.single-product .tag *,
.color-title p {
	font-size: 23px;
}

.single-product-left-column {
	float: left;
	text-align: left;
	padding: 30px 20px 30px 0 !important;
}

.single-product-right-column {
	float: right;
}

.owl-carousel.owl-carousel-single-product-attr .owl-dots {
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	margin: -30px auto 0 auto;
	max-width: fit-content;
}

.product-page__contents {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
}

@media only screen and (max-width: 1025px) {
	#main.main-column {
		width: 100% !important;
	}
}

@media only screen and (max-width: 768px) {
	.single-product-left-column {
		padding: 30px 0 !important;
	}
	.product-page__contents {
		display: flex;
		flex-direction: column;
	}
	.product-page__contents>*:nth-child(1) {
		position: relative;
		order: 2;
	}
	.product-page__contents>*:nth-child(2) {
		position: relative;
		order: 1;
	}
	.product-page__contents>*:not(:nth-child(1)):not(:nth-child(2)) {
		position: relative;
		order: 3;
	}
	.product-page__contents .single-product-left-column,
	.product-page__contents .single-product-right-column {
		float: none !important;
	}
	.product-page__contents .single-product-left-column:empty,
	.product-page__contents .single-product-right-column:empty {
		display: none !important;
	}
	.owl-carousel.owl-carousel-single-product-attr .owl-dots {
		margin-top: 0;
	}

	.qzr-single-product .pa-color {
		order: 3;
	}
}

section.up-sells.upsells ul {
	margin: 0;
}

.qzr-single-product .pa-color,
.qzr-single-product .pa-color.color-selected::after {
	height: 22px;
	width: 22px;
}

section.up-sells.upsells {
	padding-top: 40px;
}

section.up-sells.upsells h2 {
	margin-bottom: 60px;
}

.qzr-single-product .tag {
	margin-left: 0;
	margin-right: 0;
}

.qzr-single-product .content {
	margin-top: 0;
	margin-bottom: 0;
	clear: both;
}

.qzr-single-product .content p {
	font-size: 23px;
}

.single-product .product-header p.title span {
	text-transform: uppercase;
}

.color-title {
	clear: both;
}

p.stock.out-of-stock {
	display: inline;
	margin-left: 10px;
	background: #f04e45!important;
}

.woocommerce-variation.single_variation .woocommerce-variation-availability {
	margin-bottom: 0;
}

.woocommerce-variation.single_variation .woocommerce-variation-availability .stock {
	display: none;
}

.woocommerce-variation.single_variation .woocommerce-variation-availability .stock.out-of-stock {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	color: #fff;
	padding: 5px 10px;
	border-radius: 50px;
	font-family: "Neutraface Medium", sans-serif;
	font-size: 20px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	background: red;
	margin-bottom: 20px;
}

.video-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	background: black;
	margin-top: 80px;
}

.video-wrapper::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 56.25%;
}

.video-wrapper>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 768px) {
	.single-product-slideshow .owl-nav,
	.owl-nav {
		display: none;
	}
	/*.main-column,*/
	.qzr-slideshow-fullscreen-content {
		width: 100%;
	}
	section.up-sells.upsells .qzr-products-list .products-wrap a:last-child .product.column-of-3 {
		display: none;
	}
	.woocommerce-variation.single_variation {
		float: right;
	}
	.woocommerce div.product form.cart .button {
		width: 100%;
	}
	.tag.tag-limited {
		clear: both;
	}
	.info.products {
		padding-bottom: 50px;
	}

	.tag-tag-limited {
		clear: both;
	}
	section.up-sells.upsells h2 {
		font-size: 28px;
	}
}

@media only screen and (max-width: 720px) {
	.info.products .qzr-products-list a div,
	.info.products .products-wrap a {
		width: 100%;
	}
	.info.products .qzr-products-list a div {
		margin-bottom: 15px;
	}
	section.up-sells.upsells .qzr-products-list .products-wrap a .product.column-of-3 {
		width: 100%;
	}
}

a.added_to_cart.wc-forward {
	border: 1px solid black;
	padding: 10px;
	font-size: 20px;
	background: white;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	margin-top: 10px;
	line-height: 1;
	font-family: "Neutraface Medium", sans-serif !important;
	font-weight: 400!important;
	transition: background 0.15s ease, color 0.15s ease;
	will-change: background, color;
}

a.added_to_cart.wc-forward:hover {
	background: black;
	color: white;
}

body #st-1 .st-btn:hover {
	opacity: .65;
	top: 0;
}

.owl-carousel button.owl-dot {
	height: 6px;
	width: 26px;
	border: 1px double #000;
	background: transparent;
	margin-right: 8px;
	cursor: pointer;
}

.owl-carousel button.owl-dot.active {
	pointer-events: none;
	background: #000 !important;
}

.owl-theme .owl-dots .owl-dot span {
	background: #fff !important;
	border: 0;
	width: 0 !important;
	height: 0 !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 0;
}

.owl-carousel button.owl-dot {
	/*pointer-events: none;*/
	transition: border 0.2s ease-in-out;
	will-change: border;
	margin: 0;
}

.owl-carousel button.owl-dot:not(:first-of-type) {
	margin-left: 10px;
}

.owl-carousel.single-product-slideshow {
	margin-top: 80px;
}

.owl-carousel .owl-nav {
	position: absolute;
	width: 100%;
	top: calc(50% + 80px);
	color: white;
}

.carousel.columns-12 .owl-carousel .owl-nav {
	top: calc(50% - 65px);
}

.owl-prev {
	float: left;
}

.owl-next {
	float: right;
}

.single-product-slideshow .owl-nav {
	display: block;
}
