﻿@-webkit-keyframes triangle-skew-spin {
	25% {
		-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
		transform: perspective(100px) rotateX(180deg) rotateY(0)
	}

	50% {
		-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
		transform: perspective(100px) rotateX(180deg) rotateY(180deg)
	}

	75% {
		-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
		transform: perspective(100px) rotateX(0) rotateY(180deg)
	}

	100% {
		-webkit-transform: perspective(100px) rotateX(0) rotateY(0);
		transform: perspective(100px) rotateX(0) rotateY(0)
	}
}

@keyframes triangle-skew-spin {
	25% {
		-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
		transform: perspective(100px) rotateX(180deg) rotateY(0)
	}

	50% {
		-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
		transform: perspective(100px) rotateX(180deg) rotateY(180deg)
	}

	75% {
		-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
		transform: perspective(100px) rotateX(0) rotateY(180deg)
	}

	100% {
		-webkit-transform: perspective(100px) rotateX(0) rotateY(0);
		transform: perspective(100px) rotateX(0) rotateY(0)
	}
}

* { box-sizing: border-box }

*:before,
*:after { box-sizing: border-box }

ol,
ul { list-style: none }

/*********** GLOBAL STYLES **********/
@font-face {
	font-family: 'prisma';
	src: url('../font/prisma.woff') format('woff'),
			 url('../font/prisma.svg#prisma') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	overflow-x: hidden;
	margin: 0;
}

a {
	color: inherit;
	cursor: pointer;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

table {
	width: 100%;
	border-collapse: collapse;
}



.custom-tab ul {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: disc;
}

.custom-tab ol {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
}

.custom-tab p {
	margin: 10px 0;
}


/*********** GLOBAL FORMS ***********/
.fieldset,
.section {
	position: relative;
	margin: 0 0 20px;
}

.inputs label {
	display: block;
	width: 100%;
	margin: 0 0 10px;
	text-align: center;
	font-size: 13px;
	color: #888;
}

.inputs input[type="text"],
.inputs input[type="password"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs select,
.inputs textarea {
	width: 350px;
	max-width: 100%;
	vertical-align: middle;
}

.inputs input[type=text].input-validation-error,
.inputs input[type=email].input-validation-error,
.inputs input[type=tel].input-validation-error,
.inputs textarea.input-validation-error,
.inputs input[type=password].input-validation-error {
	border-bottom: 2px solid #ff5874;
}

.inputs .option-list {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.inputs .option-list li {
	float: left;
	margin: 0 5px;
}

.inputs .option-list label {
	margin: 0 3px;
	width: auto;
}

.colorOptions .checkbox-list .checked label:after,
.colorOptions .checkbox-list label:after,
.colorOptions .checkbox-list label:before {
	content: none;
	opacity: 0;
}


.field-validation-valid,
.username-available-status {
	display: inline-block;
	font-size: 12px;
	color: #000;
	vertical-align: bottom;
}

/*********** NOTIFICATIONS & POPUPS  ***********/
.bar-notification {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 15px 25px 15px 15px;
	width: 100%;
	color: #fff;
	opacity: 0.95;
	z-index: 1080;
}

.bar-notification.success {
	background: #000;
}

.bar-notification.warning {
	background: #f93;
}

.bar-notification.error {
	background: #ff5874;
}

.bar-notification .content {
	float: left;
	margin: 0 10px 0 0;
	font-size: 13px;
}

.bar-notification .content a {
	color: #fff;
	text-decoration: underline;
}

.bar-notification .close {
	position: absolute;
	top: 0;
	right: 0;
	margin: 8px;
	width: 32px;
	height: 32px;
	opacity: 0.7;
}

.bar-notification .close:after {
	content: '\e901';
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: prisma;
	font-size: 12px;
	color: #fff;
	transform: translate(-50%, -50%);
}

.bar-notification .close:hover {
	opacity: 0.9;
}

.noscript {
	background-color: #ff9;
	padding: 10px;
	text-align: center;
}

.ajax-loading-block-window {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -30px;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 40px solid #000;
	animation: triangle-skew-spin 3s 0s cubic-bezier(.09,  .57, .49, .9) infinite;
	font-size: 0;
	text-indent: -9999px;
}

.ui-dialog {
	position: absolute !important;
	width: 380px !important;
	max-width: 95%;
	background: #fff;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3);
	z-index: 1080;
}

.ui-dialog-titlebar {
	padding: 13px;
	background: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
}

.ui-dialog-titlebar button {
	position: absolute;
	top: 0;
	right: 0;
	margin: 8px;
	border: 0;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: none;
	font-size: 0;
	opacity: 0.7;
}

.ui-dialog-titlebar button::after {
	content: '\e901';
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: prisma;
	font-size: 10px;
	color: #fff;
	transform: translate(-50%, -50%);
}

.ui-dialog-titlebar button:hover {
	opacity: 0.9;
}

.ui-dialog-content {
	height: auto !important;
	padding: 10px;
	font-size: 13px;
	color: #666;
	overflow: auto;
}

.ui-dialog-content .page {
	min-height: 0;
}

.ui-dialog-content .page-title {
	margin: 5px 0;
}

.ui-dialog-content .page-title h1 {
	font-size: 18px;
}

.ui-dialog-content .tooltip {
	margin: 5px 0;
	line-height: 20px;
	text-align: center;
	color: #888;
}

.ui-dialog-content button {
	display: block;
	margin: 10px auto 0;
}

/*********** HEADER ***********/
.admin-header-links {
	background: #fff;
	text-align: center;
}

.admin-header-links * {
	display: inline-block;
	margin: 0 10px;
	line-height: 35px;
	font-weight: bold;
}

.admin-header-links .impersonate {
	display: inline-block;
}

.admin-header-links a {
	font-weight: bold;
}

.ui-helper-hidden-accessible {
	display: none;
}

.ui-autocomplete {
	position: absolute;
	border: 1px solid #eee;
	overflow: hidden;
	width: 100% !important;
	max-width: 100%;
	font-size: 14px;
	color: #666;
	background: #fff;
	z-index: 1070;
}

.ui-autocomplete li {
	border-top: 1px solid #ccc;
}

.ui-autocomplete li:first-child {
	border-top: none;
}

.ui-autocomplete a {
	display: block;
	padding: 20px;
	background: #f6f6f6;
	text-align: left;
}

.ui-autocomplete a.ui-state-focus {
	background: #fff;
	color: black;
}

.ui-autocomplete img {
	display: none;
	margin-right: 5px;
	vertical-align: middle;
}

.newsletter-validation .please-wait {
	display: none !important;
}

/*********** LEFT/RIGHT COLUMN ***********/
.poll strong {
	display: block;
	margin: 0 0 10px;
	font-weight: normal;
	font-size: 14px;
	color: #444;
}

.poll-options,
.poll-results {
	margin: 0 auto 15px;
	max-width: 420px;
}

.poll-options li,
.poll-results li {
	display: block;
	margin: 5px 0;
	font-size: 14px;
	color: #444;
}

.poll-options li input {
	display: none;
}

.poll-options input[type=radio]+label {
	display: block;
	padding: 10px 15px;
	border-left: 4px solid transparent;
	background: #fff;
	font-size: 14px;
	color: #888;
	transition: all .3s;
	cursor: pointer;
}

.poll-options li label:hover,
.poll-options li input:checked+label {
	border-left-color: #000;
}

.poll-options li label:before,
.poll-options li input:checked+label:after {
	content: none;
}

.poll .buttons input {
	padding: 10px 20px;
	border: 0;
	background: #000;
	min-width: 150px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

.poll-total-votes {
	display: block;
	margin: 10px 0 0;
	font-weight: bold;
}

/********** PRODUCT PAGE **********/
.gallery {
	margin: 0 0 20px;
}

.gallery .picture {
	position: relative;
	width: 320px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}

.gallery .picture a {
	display: inline-block;
	max-width: 100%;
	width: 100%;
}

.gallery .picture:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.gallery .picture-wrapper img,
.gallery .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.gallery .picture-thumbs {
	margin: 10px 0 0;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}

.gallery .thumb-item {
	display: inline-block;
	position: relative;
	width: 80px;
	margin: 0 5px 10px 0;
	overflow: hidden;
	cursor: pointer;
}

.gallery .thumb-item:last-child {
	margin-right: 0;
}

.gallery .thumb-item:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.gallery .thumb-item img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.product-review-box {
	float: right;
	margin-top: 5px;
	width: 50%;
	text-align: left;
}

.product-review-box .rating {
	width: 70px;
	height: 11px;
	background-image: url('../img/rating_gray.svg');
	background-repeat: repeat-x;
	background-color: #ccc;
}

.product-review-box .rating div {
	height: 11px;
	background-image: url('../img/rating_gray.svg');
	background-repeat: repeat-x;
	background-color: #000;
}

.attributes>ul>li {
	border-bottom: 1px solid #eee;
	display: flex;
	gap: 1rem;
	align-items: baseline;
}

.attributes>ul>li:after {
	content: '';
	display: block;
	clear: both;
}

.attributes>ul>li:last-of-type {
	border: 0;
}

.attributes div {	


}

.attributes li ul li {
	margin: 0;
}

.attributes select {
	background-position: 96% center;
}

.qq-uploader .qq-upload-button {
	border: 0;
	width: auto;
	background: #fff;
	color: #000;
}

#product_attribute_22uploader,
.attributes div .qq-uploader {
	padding: 0;
}

.attributes div .qq-uploader {
	border-bottom: 4px solid #000;
}

.qq-uploader .qq-upload-button div {
	padding: 0;
	font-weight: bold;
	color: inherit;
}

.qq-uploader .qq-upload-list li.qq-upload-success {
	margin-top: 10px;
	padding-top: 13px;
	background: #000;
}

.qq-uploader .qq-upload-list li.qq-upload-fail {
	margin-top: 10px;
}

#product_attribute_22downloadurl,
#product_attribute_22downloadurl+div {
	display: inline-block;
	padding: 10px 0;
	width: 49%;
	text-align: center;
}

/*option list*/
.attributes .option-list {
	font-size: 0;
}

.attributes .option-list li {
	display: inline-block;
	margin: 2px;
	width: 40px;
}

.attributes .option-list.radio-list label {
	display: block;
	padding: 10px;
	background: white;
	text-align: center;
	font-size: 14px;
	color: #232222;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}

.attributes .option-list.checkbox-list li {
	display: block;
	margin: 0;
	text-align: left;
	padding-left: 10px;
	background: #fff;
}

.attributes .option-list.radio-list li:hover label,
.attributes .option-list.radio-list input[type=radio]:checked+label {
    background: #373737;
    color: #fff;
    border-radius: 50px;
}

.attributes .option-list input[type=radio]+label:before,
.attributes .option-list input[type=radio]:checked+label:after {
	content: none;
}

/*attr squares*/
.attribute-squares {
	font-size: 0;
}

.attribute-squares li {
	display: inline-block;
	margin: 0 5px 0 0;
	line-height: normal !important;
	text-align: center;
}

.attribute-squares.option-list li:hover label,
.attribute-squares li.selected-value label {
	border-color: #ccc;
	background: #fff;
}

.attribute-squares label {
	display: block;
	padding: 3px;
	border: 1px solid transparent;
	margin: 0 !important;
	width: 38px;
	height: 38px;
	background: none;
	overflow: hidden;
}

.attribute-squares span {
	display: block;
}

.attribute-square {
	border: 1px solid #ddd;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.attribute-squares .tooltip-container {
	display: none;
}

/*attr rent period*/
.rental-attributes .attribute-item>div {
	padding: 0;
}

.rental-attributes .attribute-label {
	margin-bottom: 10px;
	font-size: 14px;
	color: #aaa;
}

.attribute-item:last-of-type {
	margin-bottom: 0;
}

.attribute-data {
	position: relative;
	max-width: 100%;
}

.attribute-data:after {
	content: '\e930';
	position: absolute;
	top: 10px;
	right: 10px;
	font-family: prisma;
	font-size: 16px;
	color: #ddd;
}

.ui-datepicker {
	margin-top: 4px;
	width: 280px;
	background-color: #fff;
	text-align: center;
}

.ui-datepicker-header {
	position: relative;
	margin: 0 10px;
	border-bottom: 1px solid #eee;
	height: 50px;
	background-color: #fff;
}

.ui-datepicker-header a {
	position: absolute;
	top: 10px;
	width: 30px;
	height: 30px;
	background: #f9f9f9;
	font-size: 0;
	z-index: 1;
}

.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
}

.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
}

.ui-datepicker-header a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: prisma;
	font-size: 10px;
	color: #bbb;
	transform: translate(-50%, -50%);
}

.ui-datepicker-header a.ui-datepicker-prev:after {
	content: '\e924';
}

.ui-datepicker-header a.ui-datepicker-next:after {
	content: '\e925'
}

.ui-datepicker-title {
	position: relative;
	text-transform: uppercase;
	line-height: 50px;
	font-weight: bold;
	color: #333;
	z-index: 0;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 14.285%;
}

.ui-datepicker-calendar th {
	text-transform: uppercase;
	color: #888;
}

.ui-datepicker-calendar td {
	border: 1px solid #eee;
	font-size: 12px;
	color: #aaa;
}

.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
	display: block;
	min-height: 32px;
	line-height: 32px;
}

.ui-datepicker-week-end {
	background: #f9f9f9;
}

.ui-state-highlight {
	background: #000;
	color: #fff;
}

/*QTY*/
.attributes .qty-box {
	margin: 10px 0 0 0;
	padding: 0;
}

.attributes .qty-box input {
	width: 48px;
	height: 32px;
}

.qty-wrapper .qty-dropdown {
	width: 50px;
}

.qty-wrapper span {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 36px;
	background: var(--color-yellow-100);
	vertical-align: top;
	font-size: 0;
	cursor: pointer;

	border-radius: 100%;
    border: solid thin var(--color-yellow-400);
}

.qty-wrapper span:after {
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 36px;
	text-align: center;
	font-family: prisma;
	font-size: 12px;
	color: var(--color-yellow-900);
	transform: translate(-50%, -50%);
	transition: color .3s;
}

.qty-wrapper span:hover:after {
	color: #000;
}

.qty-wrapper .decrease:after {
	content: '\e93d';
}

.qty-wrapper .increase:after {
	content: '\e944';
}

.product-estimate-shipping {
	font-size: 14px !important;
}

.product-estimate-shipping a {
	display: block;
}

.product-estimate-shipping i {
	display: inline-block;
	transform: rotate(45deg);
	margin: 0 0 6px 9px;
	border: solid black;
	border-width: 0 1px 1px 0;
	padding: 3px 3px;
}

.product-estimate-shipping .shipping-loading {
	display: none !important;
}

.product-estimate-shipping .shipping-title {
	width: 100%;
	margin: 0 0 15px;
	color: #aaa;
}

.product-estimate-shipping .shipping-price {
	margin: 0 0 0 3px;
	vertical-align: middle;
	color: #666;
}

.product-estimate-shipping .shipping-address {
	white-space: nowrap;
}

.product-estimate-shipping .shipping-address span {
	display: inline-block;
	max-width: calc(100% - 20px);
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-estimate-shipping .shipping-date {
	margin: 15px 0 0;
}

.product-specs-box .data-table {
	border-color: #eee;
}

.product-specs-box .data-table td {
	padding: 10px;
	font-size: 14px;
	color: #888;
}

.product-specs-box .data-table .spec-value {
	color: #444;
}

.product-specs-box .attribute-square {
	margin: 0 auto;
	width: 20px;
	height: 20px;
}

.ui-tabs .ui-tabs-hide {
	display: none;
}

/********** ESTIMARE SHIPPING **********/
.estimate-shipping-popup {
	position: relative;
	max-width: 800px;
	margin: auto;
	background-color: #fff;
	padding: 25px;
	transform: scale(0.8);
	transition: all 0.2s ease;
	opacity: 0;
}

.estimate-shipping-popup strong {
	visibility: hidden;
}

.mfp-ready .estimate-shipping-popup {
	transform: scale(1);
	opacity: 1;
}

.mfp-removing .estimate-shipping-popup {
	transform: scale(0.8);
	opacity: 0;
}

.estimate-shipping-popup-zoom-in.mfp-removing {
	transition: all 0.3s ease;
	opacity: 0;
}

.estimate-shipping-row {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	position: relative;
}

.estimate-shipping-row-item {
	flex: 0 1 100%;
}

.mfp-container .address-item {
	margin: 10px 0 0;
}

.mfp-container .address-item+div {
	padding: 0 0 0 15px;
}

.estimate-shipping-address-control {
	width: 100%;
	border: 1px solid #eee;
}

.mfp-container .address-item .required {
	position: absolute;
	top: 0;
	right: -8px;
}

.mfp-container .shipping-options {
	position: relative;
	margin: 10px 0 25px;
}

.mfp-container .shipping-header-item {
	align-self: flex-end;
	border: none !important;
	padding: 12px 5px !important;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mfp-container .shipping-options-body {
	display: table;
	table-layout: fixed;
	width: 100%;
	border: 1px solid #eee;
	border-collapse: collapse;
}

.mfp-container .shipping-option {
	display: table-row;
	font-size: 13px;
	cursor: pointer;
}

.mfp-container .shipping-option.active {
	font-weight: bold;
	color: #333;
}

.mfp-container .shipping-option>div {
	display: table-cell;
	border-top: 1px solid #eee;
	padding: 12px 11px;
}

.mfp-container .shipping-item {
	border-right: 1px solid #eee;
	overflow: hidden;
	padding: 8px 0;
	overflow-wrap: break-word;
}

.estimate-shipping-row-item-radio {
	flex: 0 0 30px;
	width: 24px;
}

.estimate-shipping-radio {
	display: none;
}

.estimate-shipping-radio+label {
	bottom: -1px;
}

.estimate-shipping-radio+label:after {
	top: 5px !important;
}

.apply-shipping-button-container {
	text-align: center;
}

.mfp-container .no-shipping-options {
	padding: 30px 15px;
	text-align: center;
}

.mfp-container .message-failure {
	margin: 10px 0 -5px;
}

@media all and (max-width: 600px) {
	.estimate-shipping-popup {
		padding: 25px 3%;
	}

	.mfp-container .shipping-address {
		flex-flow: column;
	}

	.mfp-container .address-item {
		width: 100%;
	}

	.mfp-container .address-item+div {
		padding: 0;
	}
}

/********** PRODUCT REVIEWS **********/
.write-review .review-rating {
	margin-bottom: 10px;
	padding: 12px;
	border: 1px solid #eee;
	background: #fff;
	text-align: left;
}

.write-review .review-rating label,
.write-review .review-rating .tooltip {
	margin: 0 0 5px;
	padding: 0;
	font-size: 13px;
	color: #666;
	vertical-align: middle;
}

.write-review .review-rating .tooltip label {
	display: inline-block;
	margin-bottom: 10px;
}

.write-review .review-rating label:before {
	content: none;
}

.review-rating ul {
	float: right;
	font-size: 0;
	vertical-align: middle;
}

.rating-options {
	overflow: hidden;
	width: 70px;
}

.rating-options input {
	float: right;
	margin: 0 0 0 -12px;
	width: 12px;
	height: 12px;
	opacity: 0;
}

.write-review .rating-options:hover label:hover,
.write-review .rating-options:hover label:hover~label,
.write-review .rating-options input:checked~label {
	background-color: #000;
}

.write-review .rating-options input:checked~label:after {
	content: none;
}

.write-review .rating-options label,
.write-review .rating-options:hover label {
	position: relative;
	float: right;
	display: block;
	width: 12px;
	height: 11px;
	background-color: #ccc;
	background-image: url(../img/rating.svg);
	background-position: 0 0;
	font-size: 0;
	cursor: pointer;
}

.write-review .review-rating .rating-options {
	display: inline-block;
	height: 16px;
	vertical-align: middle;
	cursor: default;
}

.write-review .review-rating .name-description {
	display: inline-block;
	max-width: 80%;
}

.write-review .review-rating .first,
.write-review .review-rating .last {
	font-size: 0;
}

.write-review .review-rating .rating-wrapper {
	float: right;
	padding-top: 1px;
}

.write-review .review-rating div:nth-child(2) input {
	vertical-align: baseline;
}

.write-review .captcha-box {
	margin: 15px 0 0;
}

.product-review-helpfulness {
	position: relative;
	text-align: left;
	padding-bottom: 15px;
}

.product-review-helpfulness .question {
	margin: 0 5px 0 0;
	color: #aaa;
}

.product-review-helpfulness .question+span {
	display: inline-block;
	vertical-align: middle;
}

.product-review-helpfulness .result {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	font-size: 12px;
}

.product-review-item .reply {
	clear: both;
	margin: 30px 0 0;
	padding: 15px;
	background: #f6f6f6;
	line-height: 24px;
}

.product-review-item .reply-header {
	margin: 0 0 10px;
	font-weight: bold;
}

.vote-stats {
	display: none;
}

.vote-options {
	display: inline-block;
}

.product-review-helpfulness .vote {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #fff;
	vertical-align: top;
	cursor: pointer;
	font-size: 0;
}

.product-review-helpfulness .vote:after {
	content: '\e92a';
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: prisma;
	font-size: 12px;
	color: #000;
	transform: translate(-50%, -50%);
}

.product-review-helpfulness .vote+.vote:after {
	content: '\e901';
	color: #e53850;
}

/*********** TOPICS ***********/
.popup-window .topic-page {
	padding: 15px;
}

/*********** SEARCH & SITEMAP ***********/
.search-input .warning,
.search-results .result {
	display: block;
	margin: 10px 0 0;
	font-weight: normal;
	color: #c00;
}










.spc-header {
	position: relative;
}

.spc-body {
	position: relative;
	min-height: 320px;
}

.spc-body .product-grid.active {
	display: block;
}


/* LOADING OVERLAY */
.spc-body .loading-overlay {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.spc-body .loading-overlay span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -30px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 40px solid #04A24E;
	width: 0;
	height: 0;
	animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
	font-size: 0;
	text-indent: -9999px;
}

/* PRODUCTS */
.spc-products {
	/* min-height: 400px; */
}

.spc-products .spc-body .loading-overlay {
	bottom: 50px;
}


/* CATEGORIES */
.spc-categories>.loading-overlay span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -30px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 40px solid #04A24E;
	width: 0;
	height: 0;
	animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
	font-size: 0;
	text-indent: -9999px;
}

.spc-categories .category-products {
	position: relative;
}

.spc-categories .product-grid {
	display: none;
}

.spc-categories .product-grid.active {
	display: block;
}

.rack--smart-product-collection {
	max-width: 76rem;
	width: 100%;
	margin: auto;
}

.submitReviewResult {
	margin: 20px;
	font-size: 14px;
	color: #57b568;
}


.admin-header-links {
	/* display: none; */
}


.product-selectors {
    margin: var(--space-300);
}



.installments {
	border-bottom: solid thin var(--color-green-300);
}


.newsletter-result:empty {
	display: none;
}

.newsletter-result {
	background-color: white;
}

.delivery-date dd {
    color: red;
}
div#quickTabs {
    margin-top: 35px;
	order: 2;
}

.page--wishlist .site-main,
.shopping-cart-page-body .site-main {
    min-height: 630px;
}

.product-variant-line {
    padding: 1rem;
    background-color: #f9f9f9;
    border-radius: 0.8rem;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
}
.variant-name {
    font-size: 1.2rem;
    font-weight: 600;
}

.product-variant-list .overview-buttons {
    display: flex;
}

.product-variant-list .add-to-cart-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.variant-overview .installments-disclaimer {
    background-color: transparent;
    border: none;
    font-size: 0.8rem;
    padding: 0;
}

.attributes ul.option-list input {
    display: none;
}


.address-item {
    margin: 0 auto!important;
}


.form-group-pin {
    display: flex;
    justify-self: center;
}

.form-group-pin label {
    line-height: 40px;
    margin-right: 10px;
}
.form-group-pin button {
    margin: 0 0px 0 13px;
}

button.pin-cancel {
    margin-top: 30px;
}

.categories .picture-title-wrap .picture {
    display: none;
}

@media screen and (min-width: 600px) {
	.product-variant-list .add-to-cart-panel {		
		flex-wrap: nowrap;
	}

	.variant-overview .installments-disclaimer {
		font-size: 0.9rem;
	}
}
	
