/** Shopify CDN: Minification failed

Line 1025:20 Expected ")" to end URL token

**/
.product-single .bwp-single-info {
	padding-left: 50px;
}
.product-single .bwp-single-image {
	position: relative;
}
.product-single .bwp-single-image .js-product-single-media.fixed {
	position: fixed;
}
.product-single .bwp-single-image .mutil_slider-single {
	position: absolute;
	width: calc(100% + 15px);
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}
.product-single .bwp-single-image .mutil_slider-single.active {
	position: relative;
	opacity: 1;
	visibility: visible;
	width: auto;
}

.product-single .short_description {
	color: var(--description-color);
	font-size: var(--description-font-size);
}

.product-single .product-single__form {
	position: relative;
}
.product-single .product-single__form .wpb-variants-swatch {
	background: transparent;
}

.product-single .product-count-view {
	color: var(--real-time-color);
	font-weight: var(--body-font-weight-medium);
}
.product-single .product-count-view i {
	font-size: 11px;
	display: inline-block;
	text-align: center;
	line-height: 25px;
	margin-right: 5px;
	width: 22px;
	position: relative;
	top: 1px;
}
.product-single .product-count-view i:before {
	-webkit-animation-name: fade;
	animation-name: fade;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.product-single .js-product-avaiable {
	margin-bottom: 30px;
}
.product-single .js-product-avaiable #variant-inventory_percent {
	display: none;
}
.product-single .js-product-avaiable #variant-inventory_percent.show {
	display: block;
	color: var(--gray-dark);
	font-weight: var(--body-font-weight-medium);
}
.product-single .js-product-avaiable #variant-inventory_percent.show span {
	color: #f11e1e;
}
.product-single .js-product-avaiable #variant-inventory_percent .content-percent {
	width: 100%;
	height: 4px;
	background: #e6e6e6;
	position: relative;
	margin-top: 10px;
}
.product-single .js-product-avaiable #variant-inventory_percent .content-percent .percent {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	background: #f11e1e;
	transition: width 2s ease;
	width: var(--progress-bar-width, 100%);
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.35) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.35) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.35) 75%, transparent 75%, transparent);
	-webkit-background-size: 10px 10px;
	background-size: 10px 10px;
	-webkit-animation: progress-bar-stripes 1.5s linear infinite;
	-o-animation: progress-bar-stripes 1.5s linear infinite;
	animation: progress-bar-stripes 1.5s linear infinite;
}

.product-single .content-form {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 25px 0 30px;
	margin-bottom: 30px;
}
.product-single .content-form .js-product-thumbnails {
	border-top: 1px solid #efefef;
	padding-top: 30px;
	margin-top: 30px;
}
.product-single .content-form .js-product-thumbnails .slick-list {
	margin: 0 -7.5px;
}
.product-single .content-form .js-product-thumbnails .product-single__thumbnail-wrapper {
	padding: 0 7.5px;
}
.product-single .content-form .js-product-thumbnails .slick-arrow {
	width: 30px;
	height: 30px;
	line-height: 28px;
	margin-top: 0;
	opacity: 0;
	visibility: hidden;
	background: var(--white);
	border: 1px solid var(--theme-color);
	color: var(--gray-dark);
	top: 50%;
}
.product-single .content-form .js-product-thumbnails .slick-arrow:before {
	font-size: 15px;
}
.product-single .content-form .js-product-thumbnails .slick-arrow.slick-prev {
	left: -15px;
}
.product-single .content-form .js-product-thumbnails .slick-arrow.slick-next {
	right: -15px;
}
.product-single .content-form .js-product-thumbnails .slick-arrow:hover {
	background: var(--gray-dark);
	color: var(--white);
}
.product-single .content-form .js-product-thumbnails:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}
.product-single .product__organization {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.product-single .product__organization .product__organization__label {
	color: var(--text-color);
	display: inline-block;
	margin-right: 10px;
}
.product-single .product__organization .product__organization__text, .product-single .product__organization a, .product-single .product__organization span {
	color: var(--gray-dark);
	display: inline-block;
}
.product-single .product__organization a:hover {
	color: var(--theme-color);
}
.product-single .product-single__title {
	font-size: var(--title-font-size);
	font-weight: var(--heading-font-weight-medium);
	color: var(--title-color);
	text-transform: var(--title-text-transform);
}
.product-single .price-container {
	width: 100%;
	line-height: 100%;
	display: flex;
	font-weight: var(--body-font-weight-medium);
	font-size: var(--price-font-size);
	font-weight: var(--heading-font-weight-medium);
	color: var(--price-color);
}
.product-single .price-container .product-single__unit {
	display: none;
}
.product-single .price-container .product-single__price--wrapper {
	font-size: calc(var(--price-font-size) - 4px);
	color: var(--price-color);
	text-decoration: line-through;
	margin-right: 10px;
	position: relative;
	top: 2px;
}
.product-single .price-container .on-sale {
	color: var(--price-color-sale);
}
.product-single .size-guide {
	margin-bottom:20px;
}
.product-single .size-guide i{
	font-size:10px;
	color: var(--gray-dark);
}
.product-single .size-guide:before {
	position: fixed;
	content: "";
	height: 100vh;
	width: 100vw;
	background: var(--gray-dark-50);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99999;
	display: none;
}
.product-single .size-guide > .title-size-guide {
	color: var(--gray-dark);
	margin: 0;
	display: inline-flex;
	cursor: pointer;
	z-index: 10;
	transition: all 0.3s ease;
	position: relative;
	font-size:var(--font-size-base);
	margin-left:5px;
}
.product-single .size-guide > .title-size-guide:before {
	content: "";
	position: absolute;
	bottom: 2px;
	right: 0;
	height: 1px;
	width: 100%;
	background: var(--gray-dark);
	transition: all 0.3s ease;
}
.product-single .size-guide > .title-size-guide:hover {
	color: var(--theme-color);
}
.product-single .size-guide > .title-size-guide:hover:before {
	left: 0;
	width: 0;
}
.product-single .size-guide .img-size-guide {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;
	padding: 15px;
	align-items: center;
	justify-content: center;
}
.product-single .size-guide .img-size-guide .img-size-content {
	width: 100%;
	max-width: 1000px;
	max-height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	background: var(--white);
	position: relative;
	padding: 50px;
}
.product-single .size-guide .img-size-guide .img-size-content .table_sizeguide {
	overflow: auto;
}
.product-single .size-guide .img-size-guide .img-size-content .table_sizeguide::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}
.product-single .size-guide .img-size-guide .img-size-content .table_sizeguide::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}
.product-single .size-guide .img-size-guide .img-size-content .table_sizeguide::-webkit-scrollbar-thumb {
	background-color: var(--gray-dark-15);
}
.product-single .size-guide .img-size-guide .title-size-guide {
	line-height: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	z-index: 9999;
	text-align: center;
	font-size: calc(var(--font-size-heading) - 5px);
	cursor: pointer;
	display: inline-block;
	border: 7px solid transparent;
	background: var(--white);
	border-radius: 50%;
	box-shadow: 0px 2px 59px 0px var(--gray-dark-50);
}
.product-single .size-guide .img-size-guide .title-size-guide:before, .product-single .size-guide .img-size-guide .title-size-guide:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.product-single .size-guide .img-size-guide .title-size-guide:before {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.product-single .size-guide .img-size-guide .title-size-guide:after {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.product-single .size-guide .img-size-guide .title-size-guide:hover:before, .product-single .size-guide .img-size-guide .title-size-guide:hover:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.product-single .size-guide .img-size-guide .table {
	border: 1px solid #dee2e6;
}
.product-single .size-guide .img-size-guide .table strong {
	color: var(--gray-dark);
	font-weight: var(--body-font-weight-medium);
}
.product-single .size-guide .img-size-guide .table td {
	border-right: 1px solid #dee2e6;
}
.product-single .size-guide.active:before {
	display: block;
}
.product-single .size-guide.active .img-size-guide {
	display: flex;
}
.product-single .product-group__add-to-cart {
	display: flex;
}
.product-single .product-group__add-to-cart .add-group-to-cart {
	-webkit-transition: none;
	transition: none;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 40px;
	position: relative;
	background: var(--atc-bg);
	color: #fff;
	text-align: center;
	padding: 0 15px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	flex: 1;
	margin: 5px 0;
	white-space: nowrap;
	border: 0;
	letter-spacing: 0.6px;
}
.product-single .product-group__add-to-cart .add-group-to-cart:hover {
	background: var(--theme-color);
	-webkit-animation-name: text-indent;
	animation-name: text-indent;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.product-single .product-group__add-to-cart .add-group-to-cart.active:before {
	position: relative;
	display: inline-block;
	content: "";
	border: 2px solid rgba(255,255,255, 0.25);
	border-top-color: var(--white);
	width: 18px;
	height: 18px;
	background: none;
	-webkit-animation: 2s linear 0s normal none infinite running spin-load;
	animation: 2s linear 0s normal none infinite running spin-load;
	text-indent: 0;
	top: 4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	left: -10px;
}
.product-single .product-group__add-to-cart .add-group-to-cart.added:before {
	content: "\e92b";
	font-family: feather;
	display: inline-block;
	font-size: 20px;
	color: var(--white);
	left: -10px;
	top: 3px;
	line-height: 1;
	position: relative;
}
.product-single .variants__label {
	color: var(--gray-dark);
	margin-right: 15px;
	margin-bottom: 10px;
}
.product-single .variants__options {
	display: flex;
	flex-flow: row wrap;
}
.product-single .product-form__input {
	border: 0;
	min-width: 50px;
	height: 40px;
	padding: 0 15px;
	font-size: 15px;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
	color: var(--text-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #cccccc, #cccccc);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 0em;
	background-repeat: no-repeat;
}
.product-single .product-form__input:focus-visible {
	outline: unset;
}
.product-single .product-form__input option {
	line-height: 30px;
	font-size: var(--font-size-base);
}
.product-single .product-form__input.disabled {
	opacity: 0.5;
}
.product-single .single-option-selector {
	position: relative;
}
.product-single .single-option-selector input {
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
}
.product-single .single-option-selector label {
	cursor: pointer;
	position: relative;
	width: auto;
	height: auto;
	line-height: 20px;
	padding: 10px;
	min-width: 20px;
	text-align: center;
	border: 1px solid #dedede;
	border-radius: 0;
	box-sizing: content-box;
	overflow: hidden;
	margin: 0 10px 10px 0;
}
.product-single .single-option-selector label:hover {
	color: var(--gray-dark);
	border-color: var(--gray-dark);
}
.product-single .single-option-selector label[data-color] {
	padding: 0;
	font-size: 0;
	text-indent: -9999;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	border: 0;
	width: 40px;
	height: 40px;
	overflow: unset;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.product-single .single-option-selector label[data-color]:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #d7d7d7;
	border-radius: 50%;
	top: 0;
	left: 0;
}
.product-single .single-option-selector label[data-color].disabled {
	opacity: 0.5;
}
.product-single .single-option-selector label[data-color].disabled::before {
	content: "";
	pointer-events: none;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: #d7d7d7;
	transform: rotate(45deg);
	border-radius: 50%;
}
.product-single .single-option-selector label[data-color].disabled span.tool-tip {
	display: none;
}
.product-single .single-option-selector label[data-color].disabled:hover {
	box-shadow: unset;
}
.product-single .single-option-selector label[data-color].disabled:hover:after {
	border-color: #d7d7d7;
}
.product-single .single-option-selector label[data-color] span.tool-tip {
	position: absolute;
	bottom: calc(100% + 12px);
	background: var(--gray-dark);
	line-height: 25px;
	padding: 0 10px;
	color: var(--white);
	font-size: 13px;
	border-radius: 0;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	white-space: nowrap;
}
.product-single .single-option-selector label[data-color] span.tool-tip:before {
	bottom: -10px;
	content: "";
	position: absolute;
	border-width: 5px;
	border-style: solid;
	border-color: var(--gray-dark) transparent transparent;
	left: calc(50% - 5px);
}
.product-single .single-option-selector label[data-color]:hover {
	box-shadow: inset 0 0 0 6px #fff;
}
.product-single .single-option-selector label[data-color]:hover span.tool-tip {
	opacity: 1;
	visibility: visible;
}
.product-single .single-option-selector label[data-color]:hover:after {
	border-color: var(--gray-dark);
}
.product-single .single-option-selector label[data-image] {
	padding: 0;
	font-size: 0;
	text-indent: -9999;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	border: 0;
	width: 60px;
	height: 80px;
	overflow: unset;
	margin: 0 15px 10px 0;
	transition: all 0.3s ease;
}
.product-single .single-option-selector label[data-image].disabled::before {
	content: "";
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom right, transparent calc(50% - 1px), #000, transparent calc(50% + 1px));
}
.product-single .single-option-selector label[data-image] span.tool-tip {
	position: absolute;
	bottom: calc(100% + 12px);
	background: var(--gray-dark);
	line-height: 25px;
	padding: 0 10px;
	color: var(--white);
	font-size: 13px;
	border-radius: 0;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	white-space: nowrap;
}
.product-single .single-option-selector label[data-image] span.tool-tip:before {
	bottom: -10px;
	content: "";
	position: absolute;
	border-width: 5px;
	border-style: solid;
	border-color: var(--gray-dark) transparent transparent;
	left: calc(50% - 5px);
}
.product-single .single-option-selector label[data-image]:hover span.tool-tip {
	opacity: 1;
	visibility: visible;
}
.product-single .single-option-selector label[data-image]:hover:after {
	border-color: var(--gray-dark);
}
.product-single .single-option-selector label.disabled {
	cursor: not-allowed;
}
.product-single .single-option-selector label.disabled::before {
	content: "";
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom right, transparent calc(50% - 1px), #d7d7d7, transparent calc(50% + 1px));
}
.product-single .single-option-selector input[type=radio]:checked + label {
	border-color: var(--gray-dark);
	color: var(--gray-dark);
}
.product-single .single-option-selector input[type=radio]:checked + label.disabled {
	border-color: #ccc;
	background: var(--white);
	color: var(--gray-dark);
}
.product-single .single-option-selector input[type=radio]:checked + label[data-color] {
	box-shadow: inset 0 0 0 6px #fff;
}
.product-single .single-option-selector input[type=radio]:checked + label[data-color]:after {
	border-color: var(--gray-dark);
}
.product-single .single-option-selector input[type=radio]:checked + label[data-image] {
	box-shadow: 0 0 0 1px #000, inset 0 0 0 5px #fff;
}
.product-single .single-option-selector.checkbox label {
	border: 0;
	background: transparent;
	min-width: auto;
	padding: 0 0 0 25px;
	color: var(--gray-dark);
	margin: 0 20px 10px 0;
}
.product-single .single-option-selector.checkbox label:before {
	position: absolute;
	left: 0;
	top: 1px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	content: "";
	border: 1px solid #bbbbbb;
	transition: all 0.3s ease;
}
.product-single .single-option-selector.checkbox label:hover:before {
	box-shadow: inset 0 0 0 3px #fff;
	background: var(--gray-dark);
}
.product-single .single-option-selector.checkbox label:hover.disabled:before {
	background: linear-gradient(to bottom right, transparent calc(50% - 1px), #d7d7d7, transparent calc(50% + 1px));
	box-shadow: none;
}
.product-single .single-option-selector.checkbox input[type=radio]:checked + label {
	background: transparent;
	color: var(--gray-dark);
}
.product-single .single-option-selector.checkbox input[type=radio]:checked + label:before {
	box-shadow: inset 0 0 0 3px #fff;
	background: var(--gray-dark);
}
.product-single .single-option-selector.color-checkbox label.checkbox {
	border: 0;
	background: transparent;
	min-width: auto;
	padding: 0 0 0 25px;
	color: var(--gray-dark);
	margin: 0 20px 10px 0;
}
.product-single .single-option-selector.color-checkbox label.checkbox:before {
	position: absolute;
	left: 0;
	top: 1px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	content: "";
	border: 1px solid #bbbbbb;
	transition: all 0.3s ease;
}
.product-single .single-option-selector.color-checkbox label.checkbox:hover:before {
	box-shadow: inset 0 0 0 3px #fff;
	background: var(--gray-dark);
}
.product-single .single-option-selector.color-checkbox label.checkbox:hover.disabled:before {
	background: linear-gradient(to bottom right, transparent calc(50% - 1px), #d7d7d7, transparent calc(50% + 1px));
	box-shadow: none;
}
.product-single .single-option-selector.color-checkbox input[type=radio]:checked + label {
	background: transparent;
	color: var(--gray-dark);
}
.product-single .single-option-selector.color-checkbox input[type=radio]:checked + label:before {
	box-shadow: inset 0 0 0 3px #fff;
	background: var(--gray-dark);
}
.product-single .product-quantity__select {
	border: 0;
	min-width: 50px;
	height: 45px;
	padding: 0 10px;
	font-size: 15px;
}
.product-single .product-quantity__select:focus-visible {
	outline: unset;
}
.product-single .product-quantity__select option {
	line-height: 30px;
	font-size: var(--font-size-base);
}
.product-single .product-single__add-to-cart .product-single__external {
	-webkit-transition: none;
	transition: none;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 50px;
	position: relative;
	background: var(--gray-dark);
	color: var(--white);
	text-align: center;
	margin-right: 20px;
	padding: 0 15px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	flex: 1;
	margin: 0;
	white-space: nowrap;
	border: 0;
	width: 100%;
	font-weight: var(--body-font-weight-medium);
	margin: 5px 0;
}
.product-single .product-single__add-to-cart .product-single__external:hover {
	background: var(--theme-color);
	-webkit-animation-name: text-indent;
	animation-name: text-indent;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.product-single .product-single__buttons {
	display: flex;
	flex-wrap: wrap;
}
.product-single .product-single__buttons .ajaxcart_terms_conditions {
	padding: 0;
	margin: 10px 0;
	font-size: var(--font-size-base);
	width: 100%;
}
.product-single .product-single__buttons .ajaxcart_terms_conditions label:before {
	width: 15px;
	height: 15px;
	top: 1px;
}
.product-single .product-single__buttons .product-single__add-to-cart {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}
.product-single .product-single__buttons .btn--add-to-cart {
	-webkit-transition: none;
	transition: none;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 40px;
	position: relative;
	background: var(--atc-bg);
	color: var(--white);
	text-align: center;
	padding: 0 15px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	flex: 1;
	margin: 5px 0;
	white-space: nowrap;
	border: 0;
	font-family: var(--font-family-base);
	font-weight: var(--body-font-weight-medium);
	position: relative;
	overflow: hidden;
	letter-spacing:0.6px;
}
.product-single .product-single__buttons .btn--add-to-cart:before {
	content: "";
	position: absolute;
	top: 0;
	left: 150%;
	width: 200%;
	height: 100%;
	transform: skew(-20deg);
	background-image: linear-gradient(90deg, transparent, hsla(0deg, 0%, 100%, 0.5), transparent);
}
.product-single .product-single__buttons .btn--add-to-cart:hover:before {
	animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
}
.product-single .product-single__buttons .btn--add-to-cart[disabled] {
	background: #f1f1f1;
	color: var(--gray-dark);
	opacity: 1;
}
.product-single .product-single__buttons .btn--add-to-cart[disabled]:hover {
	cursor: not-allowed;
	background: #f1f1f1;
	-webkit-animation-name: none;
	animation-name: none;
}
.product-single .product-single__buttons .btn--add-to-cart[disabled].is-adding {
	opacity: 1;
}
.product-single .product-single__buttons .btn--add-to-cart[disabled].is-adding:hover {
	cursor: wait;
}
.product-single .product-single__buttons .btn--add-to-cart.is-adding > span.btn__text {
	display: none !important;
}
.product-single .product-single__buttons .btn--add-to-cart.is-adding > span.btn__text:last-child {
	display: none;
}
.product-single .product-single__buttons .btn--add-to-cart.is-adding > span.btn__text:only-child {
	display: none !important;
}
.product-single .product-single__buttons .btn--add-to-cart > span.btn__text:last-child {
	display: none;
}
.product-single .product-single__buttons .btn--add-to-cart > span.btn__text:only-child {
	display: inline-block !important;
}
.product-single .product-single__buttons .shopify-payment-button {
	width: 100%;
}
.product-single .product-single__buttons .shopify-payment-button button {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 38px;
	height: 40px;
	position: relative;
	padding: 0 15px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 3px 0;
	white-space: nowrap;
	color: var(--payment-color);
	background: var(--payment-bg);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	transition: background 0.2s ease 0s;
	letter-spacing:0.6px;
	border-radius:0;
}
.product-single .product-single__buttons .shopify-payment-button button:before {
	content: "";
	position: absolute;
	top: 0;
	left: 150%;
	width: 200%;
	height: 100%;
	transform: skew(-20deg);
	background-image: linear-gradient(90deg, transparent, hsla(0deg, 0%, 100%, 0.5), transparent);
}
.product-single .product-single__buttons .shopify-payment-button button:after {
	content: "";
	position: absolute;
	top: 0;
	left: 150%;
	width: 200%;
	height: 100%;
	transform: skew(-20deg);
	background-image: linear-gradient(90deg, transparent, hsla(0deg, 0%, 100%, 0.5), transparent);
}
.product-single .product-single__buttons .shopify-payment-button button[disabled] {
	opacity: 1;
	cursor: not-allowed;
}
.product-single .product-single__buttons .shopify-payment-button button:not([disabled]) {
	background: var(--payment-bg);
}
.product-single .product-single__buttons .shopify-payment-button button:not([disabled]):before {
	animation: shine 1s cubic-bezier(0.01, 0.56, 1, 1);
}
.product-single .product-single__buttons .shopify-payment-button button:not([disabled]):hover {
	background: var(--payment-bg);
}
.product-single .product-single__buttons .shopify-payment-button button:not([disabled]):hover:after {
	animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
}
.product-single .product-single__buttons .shopify-payment-button .shopify-payment-button__button--hidden {
	display: none;
}
.product-single .product-single__buttons .product-quantity {
	margin: 5px 10px 5px 0;
	height: 40px;
	display: inline-block;
	position: relative;
	border:1px solid var(--gray-dark);
}
.product-single .product-single__buttons .product-quantity .wpbingo-qty__number {
	width: 120px;
	border: 0;
	height: 40px;
	text-align: center;
	padding: 0 40px;
	font-size: 18px;
	font-weight: var(--body-font-weight-medium);
	background: transparent;
}
.product-single .product-single__buttons .product-quantity .wpbingo-qty__adjust--minus {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	line-height: 38px;
	border: none;
	width: 40px;
	height: 38px;
	color: var(--gray-dark);
	font-size: 18px;
	padding: 0;
	border-right:1px solid var(--gray-dark);
}
.product-single .product-single__buttons .product-quantity .wpbingo-qty__adjust--minus:hover {
	color: var(--gray-dark);
}
.product-single .product-single__buttons .product-quantity .wpbingo-qty__adjust--plus {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	line-height: 38px;
	border: none;
	font-size: 18px;
	width: 40px;
	height: 38px;
	color: var(--gray-dark);
	padding: 0;
	border-left:1px solid var(--gray-dark);
}
.product-single .product-single__buttons .product-quantity .wpbingo-qty__adjust--plus:hover {
	color: var(--gray-dark);
}
.product-single .product-single__main-media {
	position: relative;
}
.product-single .product-single__main-media .product-card__label {
	left: auto;
	right: 10px;
}
.product-single .product-single__main-media .product-media__wrapper:not(.product-media__wrapper--video) {
	position: relative;
	cursor: none;
}
.product-single .product-single__main-media .product-media__wrapper img {
	width: 100%;
}
.product-single .product-single__main-media .slick-list {
	margin: 0;
}
.product-single .product-single__main-media .js-product-media-item {
	padding: 0;
	display: block;
}
.product-single .product-single__main-media .slick__arrow {
	width: 35px;
	height: 35px;
	border: 0;
	background: var(--white);
	line-height: 15px;
	font-size: 18px;
	margin: 0;
	top: calc(50% - 15px);
	color: var(--gray-dark);
	opacity: 0;
	visibility: hidden;
	position: absolute;
	border-radius: 50%;
	box-shadow: 0 5px 10px 5px rgba(0,0,0, 0.04);
}
.product-single .product-single__main-media .slick__arrow.slick__arrow--previous {
	left: 15px;
}
.product-single .product-single__main-media .slick__arrow.slick__arrow--next {
	right: 15px;
}
.product-single .product-single__main-media .slick__arrow.slick-disabled {
	cursor: not-allowed;
}
.product-single .product-single__main-media .slick__arrow:before {
	display: none;
}
.product-single .product-single__main-media .slick__arrow:hover {
	background: var(--theme-color);
	color: var(--white);
}
.product-single .product-single__main-media .shopify-model-viewer-ui--fullscreen model-viewer {
	height: 100vh !important;
	width: 100vw !important;
}
.product-single .product-single__main-media .gallery-cursor {
	position: absolute;
	color: var(--gray-dark);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background: url({{ 'icon-zoom.svg' | asset_url }});
	background-size: contain;
	background-position: center;
	transition: transform 1s ease;
	opacity: 0;
	visibility: hidden;
	background-size: 15px;
	background-repeat: no-repeat;
	background-color: var(--white);
}
.product-single .product-single__main-media .gallery-cursor.show {
	opacity: 1;
	visibility: visible;
}
.product-single .product-single__main-media:hover .slick__arrow {
	opacity: 1;
	visibility: visible;
}
.product-single .bwp-image-360 {
	padding: 0;
	list-style: none;
	cursor: grab;
}
.product-single .bwp-image-360 li {
	display: none;
}
.product-single .bwp-image-360 li img{
	width: 100%;
}
.product-single .bwp-image-360 li.active {
	display: block;
}
.product-single .bwp-image-360 .navigation-bar-wrapper {
	position: absolute;
	bottom: 30px;
	width: 100%;
	left: 0;
}
.product-single .bwp-image-360 .navigation-bar-wrapper .navigation-bar {
	max-width: 150px;
	margin: auto;
	display: flex;
	background: var(--white);
	padding: 5px 10px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	box-shadow: 0 1px 12px 2px var(--gray-dark-25);
} 
.product-single .bwp-image-360 .navigation-bar-wrapper .navigation-bar > * {
	flex: 1;
	cursor: pointer;
	color: var(--gray-dark);
	font-size: 18px;
	font-family: FontAwesome;
	text-align: center;
}
.product-single .bwp-image-360 .navigation-bar-wrapper .navigation-bar .navigation-bar-previous:before {
	content: "\f048";
}
.product-single .bwp-image-360 .navigation-bar-wrapper .navigation-bar .navigation-bar-play:before {
	content: "\f04b";
}
.product-single .bwp-image-360 .navigation-bar-wrapper .navigation-bar .navigation-bar-next:before {
	content: "\f051";
}
.product-single .bwp-image-360 .navigation-bar-wrapper .navigation-bar .navigation-bar-play.navigation-bar-stop:before {
	content: "\f04d";
}
.product-single .product-single__metas {
	position: relative;
}
.product-single .product-single__metas .product-review {
	margin-bottom: 5px;
}
.product-single .product-single__metas .product-review .spr-starrating {
	margin: 0;
}
.product-single .product-single__metas .button-wishlist {
	display: inline-block;
}
.product-single .product-single__metas .button-wishlist button {
	color: var(--gray-dark);
	display: inline-block;
	text-align: center;
	background: var(--white);
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #e6e6e6;
	font-size: 0;
	white-space: nowrap;
	margin: 5px 0 5px 10px;
	padding: 0;
}
.product-single .product-single__metas .button-wishlist button:before {
	content: "\e977";
    font-family: feather;
	display: inline-block;
	font-size: 16px;
}
.product-single .product-single__metas .button-wishlist button span {
	display: none;
}
.product-single .product-single__metas .button-wishlist button.active {
	color: var(--white);
	background: var(--theme-color);
	border-color: var(--theme-color);
}
.product-single .product-single__metas .button-wishlist button.load-wishlist:before {
	position: relative;
	display: inline-block;
	content: "";
	border: 2px solid var(--gray-dark-50);
	border-top-color: var(--gray-dark);
	width: 18px;
	height: 18px;
	background: none;
	animation: 2s linear 0s normal none infinite running spin-load;
	text-indent: 0;
	top: 8px;
	border-radius: 50%;
}
.product-single .product-single__metas .button-wishlist button.load-wishlist:hover {
	-webkit-animation-name: none;
	animation-name: none;
}
.product-single .product-single__metas .button-wishlist button.load-wishlist:hover:before {
	border: 2px solid rgba(255,255,255, 0.5);
	border-top-color: var(--white);
}
.product-single .product-single__metas .button-wishlist button:hover, .product-single .product-single__metas .button-wishlist button:focus {
	outline: 0;
	box-shadow: none;
}
.product-single .product-single__metas .button-wishlist button:hover {
	background-color: var(--theme-color);
	border-color: var(--theme-color);
	-webkit-animation-name: beat;
	animation-name: beat;
	-webkit-animation-duration: 0.9s;
	animation-duration: 0.9s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.product-single .product-single__metas .button-wishlist button:hover:before {
	color: var(--white);
}
.product-single .product-single__media--thumbnails > .row:not(.mutil_slider-single) .js-product-thumbnails.no-transform .slick-track {
	transform: unset !important;
}
.product-single.stacked .row.sticky {
	display: inline-block;
	width: calc(100% + 30px);
}
.product-single.stacked .row.sticky > div {
	float: left;
}
.product-single.stacked .row.sticky > div.bwp-single-info {
	position: sticky;
	top: 0;
}
.product-single.stacked .row.sticky > div.left {
	float: right;
}
.product-single.gird-mordern .row.sticky {
	display: inline-block;
	width: calc(100% + 30px);
}
.product-single.gird-mordern .row.sticky > div {
	float: left;
}
.product-single.gird-mordern .row.sticky > div.bwp-single-info {
	position: sticky;
	top: 0;
}
.product-single.gird-mordern .row.sticky > div.left {
	float: right;
}
.product-single.gird-two .row.sticky {
	display: inline-block;
	width: calc(100% + 30px);
}
.product-single.gird-two .row.sticky > div {
	float: left;
}
.product-single.gird-two .row.sticky > div.bwp-single-info {
	position: sticky;
	top: 0;
}
.product-single.gird-two .row.sticky > div.left {
	float: right;
}
.product-single.lagre-gallery .product-single__media {
	position: sticky;
	top: 80px;
}
.product-single.slider > .row {
	margin: 0;
}
.product-single.slider > .row .bwp-single-image {
	padding: 0;
	max-width: 100%;
	flex: 0 0 100%;
}
.product-single.slider > .row .bwp-single-image .js-product-single-media > .row {
	margin: 0;
}
.product-single.slider > .row .bwp-single-image .js-product-single-media > .row > div {
	padding: 0;
}
.product-single.slider > .row .bwp-single-info {
	max-width: 600px;
	padding: 0 15px;
	margin: 30px auto 0;
}
.product-single.slider .product-review .spr-badge, .product-single.slider .price-container, .product-single.slider .product__vendor, .product-single.slider .variants__options {
	justify-content: center;
}
.product-single.slider .product-single__title, .product-single.slider .inventory-content, .product-single.slider .product-count-sale, .product-single.slider .product-count-view, .product-single.slider .variants-wrapper {
	text-align: center;
}
.product-single.slider .size-guide {
	position: unset;
	margin-bottom: 20px;
	text-align: center;
}
.product-single.slider .product-single__media--slider .slick-list {
	padding: 0px 26.3%;
	margin: 0 -15px;
}
.product-single.slider .product-single__media--slider .slick-list .js-product-media-item {
	padding: 0 15px;
}
.product-single.slider .product-single__media--slider .slick__arrow--previous {
	left: 0;
}
.product-single.slider .product-single__media--slider .slick__arrow--next {
	right: 0;
}
.product-single.slider .product-media__wrapper--video video {
	width: 100%;
}
.product-single.gird-sticky div.left.col-md-10 {
	order: 2;
	max-width: calc(100% - 100px);
	flex: 0 0 calc(100% - 100px);
}
.product-single.gird-sticky div.col-md-2 {
	max-width: 100px;
	flex: 0 0 100px;
}
.product-single.gird-sticky .product-single__media > .row {
	margin-left: -7.5px;
	margin-right: -7.5px;
}
.product-single.gird-sticky .product-single__media > .row > div {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.product-single.gird-sticky .js-product-media-item {
	margin-bottom: 15px;
}
.product-single.gird-sticky .slick__dots-wrapper {
	display: none;
}
.product-single.gird-sticky .product-single__thumbnail-wrapper {
	padding-bottom: 15px;
	border: 0;
}
.product-single.gird-sticky .product-single__thumbnail-wrapper .product-media__wrapper {
	position: relative;
	border: 1px solid transparent;
}
.product-single.gird-sticky .product-single__thumbnail-wrapper .product-media__wrapper > * {
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 0.5);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 0.5);
	display: inherit;
}
.product-single.gird-sticky .product-single__thumbnail-wrapper .product-media__wrapper .product-single__thumbnail-badge {
	width: 35px;
	height: 35px;
	position: absolute;
	right: calc(50% - 17.5px);
	bottom: calc(50% - 17.5px);
	pointer-events: none;
	border-radius: 50%;
	background: var(--theme-color-75);
	text-align: center;
	line-height: 37px;
	text-indent: 4px;
	font-size: 14px;
	color: var(--white);
}
.product-single.gird-sticky .product-single__thumbnail-wrapper .product-media__wrapper .product-single__thumbnail-badge.model {
	text-indent: 2px;
}
.product-single.gird-sticky .product-single__thumbnail-wrapper.slick-current .product-media__wrapper {
	border-color: var(--gray-dark);
}
.product-single.gird-sticky .col-md-2 .slick-list {
	padding: 0 1.5px;
}
.product-single.thumbnails .js-product-thumbnails:not(.slick-initialized) {
	opacity: 0;
}
.product-single.thumbnails .js-product-media-group:not(.slick-initialized) .js-product-media-item {
	opacity: 0;
}
.product-single.thumbnails .js-product-media-group:not(.slick-initialized) .js-product-media-item:first-child {
	opacity: 1;
}
.product-single.thumbnails .js-product-thumbnails.outside .slick-track {
	margin-left: 0;
}
.product-single.thumbnails div.col-md-10 {
	max-width: calc(100% - 100px);
	flex: 0 0 calc(100% - 100px);
}
.product-single.thumbnails div.left.col-md-10 {
	order: 2;
}
.product-single.thumbnails div.col-md-2 {
	max-width: 100px;
	flex: 0 0 100px;
}
.product-single.thumbnails .product-single__media {
	position: sticky;
	top: 80px;
}
.product-single.thumbnails .product-single__media > .row {
	margin-left: -7.5px;
	margin-right: -7.5px;
}
.product-single.thumbnails .product-single__media > .row > div {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.product-single.thumbnails .product-single__media > .row > div.col-md-12 .js-product-thumbnails {
	margin-top: 15px;
}
.product-single.thumbnails .product-single__media > .row > div.col-md-12 .js-product-thumbnails .slick-list {
	margin: 0 -7.5px;
}
.product-single.thumbnails .product-single__media > .row > div.col-md-12 .js-product-thumbnails .slick-list .slick-track {
	margin: 0;
}
.product-single.thumbnails .product-single__media > .row > div.col-md-12 .js-product-thumbnails .product-single__thumbnail-wrapper {
	padding: 0 7.5px;
}
.product-single.thumbnails .product-single__media > .row > div.col-md-12 .js-product-thumbnails .product-single__thumbnail-wrapper img {
	width: 100%;
}
.product-single.thumbnails .product-single__media > .row > div.col-md-12 .js-product-thumbnails .slick-arrow {
	margin-top: -12.5px;
	opacity: 0;
	height: 25px;
	width: 25px;
	line-height: 25px;
	visibility: hidden;
	color: var(--gray-dark);
	box-shadow: 0 5px 10px 5px rgba(0,0,0, 0.04);
}
.product-single.thumbnails .product-single__media > .row > div.col-md-12 .js-product-thumbnails .slick-arrow:before {
	font-size: 15px;
	color: var(--gray-dark);
}
.product-single.thumbnails .product-single__media > .row > div.col-md-12 .js-product-thumbnails .slick-arrow.slick-prev {
	left: 0;
	top: 50%;
}
.product-single.thumbnails .product-single__media > .row > div.col-md-12 .js-product-thumbnails .slick-arrow.slick-next {
	right: 0;
	top: 50%;
}
.product-single.thumbnails .product-single__media > .row > div.col-md-12 .js-product-thumbnails .slick-arrow:hover {
	color: var(--white);
	background: var(--theme-color);
}
.product-single.thumbnails .product-single__media > .row > div.col-md-12 .js-product-thumbnails:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}
.product-single.thumbnails .slick__dots-wrapper {
	display: none;
}
.product-single.thumbnails .product-single__thumbnail-wrapper {
	padding-bottom: 15px;
	border: 0;
	position: relative;
	top: 2px;
}
.product-single.thumbnails .product-single__thumbnail-wrapper .product-media__wrapper {
	position: relative;
	border: 1px solid transparent;
	margin-bottom: 3px;
}
.product-single.thumbnails .product-single__thumbnail-wrapper .product-media__wrapper img {
	width: 100%;
}
.product-single.thumbnails .product-single__thumbnail-wrapper .product-media__wrapper > * {
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 0.5);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 0.5);
	display: inherit;
}
.product-single.thumbnails .product-single__thumbnail-wrapper .product-media__wrapper .product-single__thumbnail-badge {
	width: 35px;
	height: 35px;
	position: absolute;
	right: calc(50% - 17.5px);
	bottom: calc(50% - 17.5px);
	pointer-events: none;
	border-radius: 50%;
	background: var(--theme-color-75);
	text-align: center;
	line-height: 37px;
	text-indent: 4px;
	font-size: 14px;
	color: var(--white);
}
.product-single.thumbnails .product-single__thumbnail-wrapper .product-media__wrapper .product-single__thumbnail-badge.model {
	text-indent: 2px;
}
.product-single.thumbnails .product-single__thumbnail-wrapper .product-media__wrapper .product-single__thumbnail-badge.image-360 {
	text-indent: 0;
	line-height: 35px;
}
.product-single.thumbnails .product-single__thumbnail-wrapper .product-media__wrapper .product-single__thumbnail-badge.image-360 i {
	font-style: normal;
	font-size: 10px;
	font-weight: 500;
}
.product-single.thumbnails .product-single__thumbnail-wrapper .product-media__wrapper:hover {
	border-color: var(--gray-dark);
}
.product-single.thumbnails .product-single__thumbnail-wrapper .product-media__wrapper:hover img{
	-webkit-transform: scale3d(.8, .85, .85);
    transform: scale3d(.8, .85, .85);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,.5);
    transition: all .25s cubic-bezier(.645,.045,.355,.5);
}
.product-single.thumbnails .product-single__thumbnail-wrapper .product-media__wrapper:hover > * {
	opacity: 1;
}
.product-single.thumbnails .product-single__thumbnail-wrapper .product-media__wrapper:hover .product-single__thumbnail-badge {
	background: var(--gray-dark);
}
.product-single.thumbnails .product-single__thumbnail-wrapper.slick-current .product-media__wrapper {
	border-color: var(--gray-dark);
}
.product-single.thumbnails .product-single__thumbnail-wrapper.slick-current .product-media__wrapper img{
	-webkit-transform: scale3d(.8, .85, .85);
    transform: scale3d(.8, .85, .85);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,.5);
    transition: all .25s cubic-bezier(.645,.045,.355,.5);
}
.product-single.thumbnails .col-md-2 .slick-list {
	padding: 0 1.5px;
}
.product-single.thumbnails .col-md-2 .product-single__thumbnails {
	position: relative;
}
.product-single.thumbnails .col-md-2 .product-single__thumbnails .slick-arrow {
	width: 25px;
	height: 25px;
	background: var(--white);
	border: 0;
	color: var(--gray-dark);
	font-size: 0;
	box-shadow: 0 5px 10px 5px rgba(0,0,0, 0.04);
	margin: 0;
	opacity: 0;
	visibility: hidden;
	line-height: 25px;
}
.product-single.thumbnails .col-md-2 .product-single__thumbnails .slick-arrow:before {
	font-size: 15px;
}
.product-single.thumbnails .col-md-2 .product-single__thumbnails .slick-arrow.slick-prev {
	top: 0;
	transform: rotate(90deg);
	left: calc(50% - 12.5px);
	right: auto;
}
.product-single.thumbnails .col-md-2 .product-single__thumbnails .slick-arrow.slick-next {
	bottom: 0;
	top: auto;
	transform: rotate(90deg);
	left: calc(50% - 12.5px);
	right: auto;
}
.product-single.thumbnails .col-md-2 .product-single__thumbnails .slick-arrow:hover {
	background: var(--theme-color);
	color: var(--white);
}
.product-single.thumbnails .col-md-2 .product-single__thumbnails:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}
.product-single.thumbnails .col-md-2 .product-single__thumbnails:hover .slick-arrow.slick-prev {
	top: -12.5px;
}
.product-single.thumbnails .col-md-2 .product-single__thumbnails:hover .slick-arrow.slick-next {
	bottom: 0;
}
.product-single .wpbingo-breadcrumbs {
	margin-bottom: 10px;
}
.product-single .wpbingo-breadcrumbs__inner {
	padding: 0;
	border: 0;
	margin: 50px 0 5px;
}
.product-single .wpbingo-breadcrumbs__inner .breadcrumb {
	padding: 0;
	align-items: center;
}
.product-single .bwp-single-sidebar.left {
	order: 1;
}
.product-single .bwp-single-sidebar.right {
	order: 3;
}
.product-single .bwp-single-sidebar .policy-sidebar {
	display: flex;
}
.product-single .bwp-single-sidebar .policy-sidebar .image {
	font-size: 35px;
	max-width: 35px;
	flex: 0 0 35px;
	fill: #999999;
	display: inherit;
}
.product-single .bwp-single-sidebar .policy-sidebar .content {
	flex: 1;
	padding-left: 20px;
}
.product-single .bwp-single-sidebar .policy-sidebar .title {
	font-size: calc(var(--font-size-base) - 2px);
	font-weight: var(--heading-font-weight-medium);
	margin-bottom: 3px;
	text-transform:uppercase;
	color:var(--gray-dark);
}
.product-single .bwp-single-sidebar .collection-sidebar .title {
	color: var(--gray-dark);
	font-size: calc(var(--font-size-base) + 4px);
	margin-bottom: 20px;
	font-family:var(--font-family-second);
    font-weight:var(--body-font-weight-medium);
}
.product-single .bwp-single-sidebar .collection-sidebar .product {
	display: flex;
	margin-bottom: 10px;
}
.product-single .bwp-single-sidebar .collection-sidebar .product:last-child {
	margin-bottom: 0;
}
.product-single .bwp-single-sidebar .collection-sidebar .product .image {
	max-width: 100px;
	flex: 0 0 100px;
}
.product-single .bwp-single-sidebar .collection-sidebar .product .info {
	flex: 1px;
	padding-left: 20px;
}
.product-single .bwp-single-sidebar .collection-sidebar .product .product-sidebar__name {
	line-height: 20px;
	margin: 5px 0 8px;
	font-family:var(--font-family-base);
	font-size:calc(var(--font-size-base) - 2px);
	text-transform:uppercase;
	font-weight:var(--body-font-weight-medium);
}
.product-single .bwp-single-sidebar .collection-sidebar .product .price {
	font-size: calc(var(--font-size-base) - 2px);
}
.product-single .bwp-single-sidebar .collection-sidebar .product .price .price-sale {
	color: red;
}
.product-single .bwp-single-sidebar .collection-sidebar .product .price .price-regular {
	font-size: calc(var(--font-size-base) - 3px);
	text-decoration: line-through;
}
.product-single .bwp-single-sidebar .collection-sidebar .product .price .product-price {
	color: var(--text-color);
}
.product-single .bwp-single-content.col-xl-9 {
	order: 2;
}
.product-single .bwp-single-content.col-xl-9 .bwp-single-info {
	padding-left: 15px;
}
.product-single .toggle-sidebar {
	display: none;
}
.product-single__short-description h6,.product-single__short-description h5,.product-single__short-description h4,.product-single__short-description h3{
	color: var(--gray-dark);
    font-size: var(--font-size-base);
}
.product-single__short-description ul{
	margin-bottom: 20px;
    padding: 0;
    list-style: none;
}
.product-single__short-description ul li{
	position: relative;
	padding: 2px 0;
	padding-left:20px;
	font-size: calc(var(--font-size-base) - 1px);
	line-height: 20px;
}
.product-single__short-description ul li:before{
	content: '\f00c';
	position: absolute;
	top: 2px;
	left: 0;
	color: var(--theme-color);
	font-family: FontAwesome;
}
/* PRODUCT ASK A QUESTION AND SHARE */
.ask-share {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 10px;
}
.ask-share > div {
	margin-top: 10px;
}
.ask-share .product_share .product_share-social label {
	color: var(--gray-dark);
	font-weight: var(--body-font-weight-medium);
	font-size: calc(var(--font-size-base) - 2px);
	text-transform: uppercase;
}
.ask-share .product_share .product_share-copy {
	margin-bottom: 30px;
}
.ask-share .product_share .product_share-copy .content {
	display: flex;
}
.ask-share .product_share .product_share-copy .content input {
	flex: 1;
	border: 1px solid #dedede;
	height: 40px;
	padding: 0 10px;
}
.ask-share .product_share .product_share-copy .content button {
	background: var(--gray-dark);
	height: 40px;
	line-height: 40px;
	color: var(--white);
	border: 0;
	text-transform: uppercase;
	font-size: calc(var(--font-size-base) - 4px);
	padding: 0 20px;
	font-weight: var(--body-font-weight-medium);
}
.ask-share .product_share .product_share-copy .content button:hover {
	background: var(--theme-color);
}
.ask-share .product_share .social-sharing a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #dedede;
	border-radius: 50%;
	margin-right: 10px;
	color: var(--gray-dark);
	fill: var(--gray-dark);
}
.ask-share .product_share .social-sharing a span:first-child {
	display: inline-block;
	line-height: 38px;
	padding: 0;
}
.ask-share .product_share .social-sharing a:hover {
	background: var(--theme-color);
	color: var(--white);
	fill: var(--white);
	border-color: var(--theme-color);
}
.ask-share .product_share .product_share_label {
	color: var(--gray-dark);
	font-weight: var(--body-font-weight-default);
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease;
	font-size: var(--font-size-base);
	display: inline-flex;
	align-items: center;
	padding-bottom: 3px;
}
.ask-share .product_share .product_share_label i {
	font-size: 14px;
	margin-right: 6px;
    background: #f6f6f6;
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.ask-share .product_share .product_share_label:hover {
	color: var(--theme-color);
}
.ask-share .product_share .product_share_label:hover i{
	background: var(--theme-color);
	color:#fff;
}
.ask-share .product_share .product_share-content {
	position: fixed;
	position: fixed;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
	padding: 0 15px;
}
.ask-share .product_share .product_share-content .content-product_share {
	max-width: 350px;
	background: #fff;
	width: 100%;
	padding: 50px 30px 30px;
	position: relative;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.8);
	transition: 0.25s ease;
}
.ask-share .product_share .product_share-content .content-product_share b {
	color: var(--gray-dark);
}
.ask-share .product_share .product_share-content .content-product_share.active {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.ask-share .product_share .product_share-content .content-product_share h2 {
	margin-bottom: 30px;
}
.ask-share .product_share .product_share-content.active {
	display: flex;
}
.ask-share .product_share .product_share-close.full {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background: var(--gray-dark-75);
}
.ask-share .product_share .product_share-close:not(.full) {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
	z-index: 1;
	display: inline-block;
	width: 28px;
	height: 28px;
	padding: 6px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}
.ask-share .product_share .product_share-close:not(.full):before, .ask-share .product_share .product_share-close:not(.full):after {
	content: "";
	position: absolute;
	height: 1px;
	width: 14px;
	top: 50%;
	left: calc(50% - 7px);
	margin-top: -1px;
	background-color: var(--gray-dark);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ask-share .product_share .product_share-close:not(.full):before {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.ask-share .product_share .product_share-close:not(.full):after {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ask-share .product_share .product_share-close:not(.full):hover:before, .ask-share .product_share .product_share-close:not(.full):hover:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.ask-share .button-compare {
	margin-right: 15px;
}
.ask-share .button-compare button {
	background: transparent;
	border: 0;
	color: var(--gray-dark);
	font-weight: var(--body-font-weight-default);
	padding: 0;
	display: flex;
	align-items: center;
	position: relative;
	font-size: var(--font-size-base);
	padding-bottom: 3px;
}
.ask-share .button-compare button:before {
	content: "\e9cb";
	font-family: feather;
	font-size: 14px;
	display: inline-block;
	margin-right: 6px;
	font-weight: 400;
	background: #f6f6f6;
    width: 34px;
    height: 34px;
    line-height: 34px;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.ask-share .button-compare button.load-compare:before {
	position: relative;
	display: inline-block;
	content: "";
	border: 2px solid rgba(0, 0, 0, 0.5);
	border-top-color: #000;
	width: 16px;
	height: 16px;
	background: none;
	animation: 2s linear 0s normal none infinite running spin-load;
	text-indent: 0;
	top: 0;
	border-radius: 50%;
}
.ask-share .button-compare button.load-compare:hover:before {
	border: 2px solid var(--theme-color-50);
	border-top-color: var(--theme-color);
}
.ask-share .button-compare button.load-compare.active:before {
	content: "";
	border: 2px solid var(--theme-color-50);
	border-top-color: var(--theme-color);
}
.ask-share .button-compare button:hover {
	color: var(--theme-color);
}
.ask-share .button-compare button:hover:before {
	color: #fff;
	background:var(--theme-color);
}
.ask-share .button-compare button.active {
	color: var(--theme-color);
}
.ask-share .button-compare button.active:before {
	content: "\e92b";
	font-family: feather;
	font-size: 22px;
	top: -1px;
	position: relative;
	color: var(--theme-color);
}
.ask-share .button-compare button.active:hover:before {
	color: var(--white);
}
.ask-share .delivery_return {
	margin-right: 15px;
}
.ask-share .delivery_return .delivery_return-title {
	font-weight: var(--body-font-weight-default);
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease;
	font-size: var(--font-size-base);
	padding-bottom: 3px;
	color: var(--gray-dark);
	display: inline-flex;
	align-items: center;
}
.ask-share .delivery_return .delivery_return-title i {
	font-size: 14px;
	margin-right: 6px;
	background: #f6f6f6;
    width: 34px;
    height: 34px;
    line-height: 34px;
	text-align:center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.ask-share .delivery_return .delivery_return-title:hover {
	color: var(--theme-color);
}
.ask-share .delivery_return .delivery_return-title:hover i {
	background: var(--theme-color);
	color:#fff;
}
.ask-share .delivery_return .delivery_return-content {
	position: fixed;
	position: fixed;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}
.ask-share .delivery_return .delivery_return-content .content-shipping {
	max-width: 700px;
	background: #fff;
	width: 100%;
	padding: 30px 40px;
	position: relative;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.8);
	transition: 0.25s ease;
}
.ask-share .delivery_return .delivery_return-content .content-shipping b {
	color: var(--gray-dark);
}
.ask-share .delivery_return .delivery_return-content .content-shipping.active {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.ask-share .delivery_return .delivery_return-content .title_shiping {
	margin-bottom: 25px;
}
.ask-share .delivery_return .delivery_return-content .title_shiping h2 {
	display: inline-block;
	position: relative;
	font-size: calc(var(--font-size-heading) - 5px);
	margin: 0;
	padding-bottom: 5px;
}
.ask-share .delivery_return .delivery_return-content.active {
	display: flex;
}
.ask-share .delivery_return .delivery_return-close.full {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background: var(--gray-dark-75);
}
.ask-share .delivery_return .delivery_return-close:not(.full) {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 15px;
	text-align: center;
	z-index: 1;
	display: inline-block;
	width: 28px;
	height: 28px;
	padding: 6px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}
.ask-share .delivery_return .delivery_return-close:not(.full):before, .ask-share .delivery_return .delivery_return-close:not(.full):after {
	content: "";
	position: absolute;
	height: 1px;
	width: 14px;
	top: 50%;
	left: calc(50% - 7px);
	margin-top: -1px;
	background-color: var(--gray-dark);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ask-share .delivery_return .delivery_return-close:not(.full):before {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.ask-share .delivery_return .delivery_return-close:not(.full):after {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ask-share .delivery_return .delivery_return-close:not(.full):hover:before, .ask-share .delivery_return .delivery_return-close:not(.full):hover:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.product-ask_a_question {
	margin-right: 15px;
}
.product-ask_a_question .open-ask_a_question {
	color: var(--gray-dark);
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	font-weight: var(--body-font-weight-default);
	position: relative;
	transition: all 0.3s ease;
	padding-bottom: 3px;
	font-size:var(--font-size-base);
}
.product-ask_a_question .open-ask_a_question i {
	font-size: 16px;
	position: relative;
	margin-right: 6px;
	background: #f6f6f6;
	text-align:center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.product-ask_a_question .open-ask_a_question span {
	margin: 0;
}
.product-ask_a_question .open-ask_a_question:hover {
	cursor: pointer;
	color: var(--theme-color);
}
.product-ask_a_question .open-ask_a_question:hover i{
	background:var(--theme-color);
	color: #fff;
}
.product-ask_a_question .ask_a_question-form {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	justify-content: center;
	align-items: center;
	z-index: 999;
	display: none;
	padding: 15px;
}
.product-ask_a_question .ask_a_question-form.active {
	display: flex;
}
.product-ask_a_question .close-ask_a_question-form.full {
	position: fixed;
	width: 100%;
	height: 100%;
	background: var(--gray-dark-75);
	left: 0;
	top: 0;
	z-index: 999;
}
.product-ask_a_question .content-form {
	max-width: 520px;
	margin: auto;
	width: 100%;
	background: var(--white);
	z-index: 1000;
	position: relative;
	padding: 45px 40px 30px;
	position: relative;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s ease;
	transform: scale(0.8);
}
.product-ask_a_question .content-form .row {
	margin: 0 -5px;
}
.product-ask_a_question .content-form .row .col-12 {
	padding: 0 5px;
}
.product-ask_a_question .content-form.active {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.product-ask_a_question .title {
	margin-bottom: 30px;
}
.product-ask_a_question h2 {
	margin-bottom: 0;
	font-size: calc(var(--font-size-heading) - 5px);
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
}
.product-ask_a_question .close-ask_a_question-form:not(.full) {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 15px;
	text-align: center;
	z-index: 1;
	display: inline-block;
	width: 28px;
	height: 28px;
	padding: 6px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}
.product-ask_a_question .close-ask_a_question-form:not(.full):before, .product-ask_a_question .close-ask_a_question-form:not(.full):after {
	content: "";
	position: absolute;
	height: 1px;
	width: 14px;
	top: 50%;
	left: calc(50% - 7px);
	margin-top: -1px;
	background-color: var(--gray-dark);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.product-ask_a_question .close-ask_a_question-form:not(.full):before {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.product-ask_a_question .close-ask_a_question-form:not(.full):after {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.product-ask_a_question .close-ask_a_question-form:not(.full):hover:before, .product-ask_a_question .close-ask_a_question-form:not(.full):hover:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.product-ask_a_question .form-control {
	font-size: calc(var(--font-size-base) - 2px);
	background: #f4f4f4;
	border: 0;
	height: 42px;
	padding: 0 20px;
}
.product-ask_a_question .form-control::placeholder {
	color: var(--text-color);
}
.product-ask_a_question textarea.form-control {
	height: auto;
	padding: 20px;
}
.product-ask_a_question .form-button {
	position: relative;
}
.product-ask_a_question .form-button:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 0;
	background: var(--theme-color);
	right: 0;
	top: 0;
	z-index: -1;
}
.product-ask_a_question .form-button input {
	margin: auto;
	width: 100%;
	height: 42px;
	line-height: 40px;
	border: 1px solid var(--gray-dark);
	color: var(--gray-dark);
	text-transform: uppercase;
	font-size: 12px;
	background: transparent;
	transition: all 0.3s ease;
	padding: 0 12px;
	letter-spacing:0.6px;
}
.product-ask_a_question .form-button:hover input {
	background: transparent;
	border-color: var(--theme-color);
	color: var(--white);
}
.product-ask_a_question .form-button:hover:before {
	width: 100%;
}
.product-ask_a_question .form-product {
	margin-top: 25px;
	display: flex;
	align-items: center;
}
.product-ask_a_question .form-product .image {
	max-width: 100px;
}
.product-ask_a_question .form-product .content {
	flex: 1;
	padding-left: 20px;
}
.product-ask_a_question .form-product .content .title-product {
	color: var(--gray-dark);
	margin-bottom: 5px;
	font-size: var(--font-size-base);
}

/* PRODUCT IMAGE */
.product-single__media--gird-mordern .product-single__media-group {
	display: flex;
	margin: 0 -7.5px;
	flex-wrap: wrap;
}
.product-single__media--gird-mordern .product-single__media-group > div {
	margin-bottom: 15px;
	padding: 0 7.5px !important;
	flex: 0 0 50%;
}
.product-single__media--gird-mordern .product-single__media-group > div:nth-child(3n+1) {
	flex: 0 0 100%;
}
.product-single__media--gird-mordern .product-single__media-group .js-product-media {
	height: 100%;
}
.product-single__media--gird-mordern .product-single__media-group .product-media__wrapper--video {
	height: 100%;
}
.product-single__media--gird-mordern .product-single__media-group .product-media__wrapper--video iframe, .product-single__media--gird-mordern .product-single__media-group .product-media__wrapper--video video {
	width: 100% !important;
	height: 100% !important;
	min-height: 300px;
	min-width: 300px;
}
.product-single__media--gird-two .product-single__media-group {
	display: flex;
	margin: 0 -7.5px;
	flex-wrap: wrap;
}
.product-single__media--gird-two .product-single__media-group > div {
	margin-bottom: 15px;
	padding: 0 7.5px !important;
	flex: 0 0 50%;
}
.product-single__media--gird-two .product-single__media-group .js-product-media {
	height: 100%;
}
.product-single__media--gird-two .product-single__media-group .product-media__wrapper--video {
	height: 100%;
}
.product-single__media--gird-two .product-single__media-group .product-media__wrapper--video iframe, .product-single__media--gird-two .product-single__media-group .product-media__wrapper--video video {
	width: 100% !important;
	height: 100% !important;
	min-height: 300px;
	min-width: 300px;
}

.wpbingo-product-single .bwp-button {
  display: inline-flex;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: calc(var(--font-size-base) - 2px);
}
.wpbingo-product-single .bwp-button:after{
  position: relative;
  content: "\e900";
  font-family: icomoon;
  top: -2px;
  right: 0;
  font-size: calc(var(--font-size-base) + 1px);
  margin-left: 10px;
}
.wpbingo-product-single .bwp-button:hover {
  color: var(--theme-color);
}

.product-single__view-in-space {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	width: 100%;
	min-height: 44px;
	margin: 0;
	padding: 10px;
	font-size: var(--font-size-base);
	color: var(--gray-dark);
	background-color:var(--gray-dark);
	border: none;
	transition: all 0.3s ease;
}
.product-single__view-in-space svg {
	display: block;
	height: 16px;
	width: 14px;
	margin-right: 8px;
}
.product-single__view-in-space:hover, .product-single__view-in-space:focus {
	outline: 0;
}
.product-single__view-in-space--disabled {
	display: none;
}

@media (max-width: 991px){
  .product-single .bwp-single-info {
    padding: 0 15px;
    margin-top: 30px;
  }
  .product-single__media--gird-two .product-single__media-group {
    margin: 0;
  }
  .product-single__media--gird-two .product-single__media-group > div {
      padding: 0 !important;
      flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
    .product-single.thumbnails div.col-md-2,
    .product-single.gird-sticky div.col-md-2{
        order: 2;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 15px;
    }
    .product-single.thumbnails div.left.col-md-10,
    .product-single.gird-sticky div.left.col-md-10{
        order: 1;
    }
    .product-single.thumbnails div.col-md-10,
    .product-single.gird-sticky div.col-md-10{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}