/* Minification failed. Returning unminified contents.
(4348,29): run-time error CSS1034: Expected closing parenthesis, found ','
(4348,29): run-time error CSS1042: Expected function, found ','
(4348,33): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
}

*:before,
*:after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: none;
	scroll-behavior: smooth;
}

ol,
ul {
	list-style: none;
}

a img {
	border: none;
}

a:active {
	outline: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

input::-moz-placeholder {
	opacity: 1;
}

input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
	display: none !important;
}

body {
	max-width: 100%;
	color: #282E3A;
	background-color: white;
	overflow-x: hidden;
	font-family: "Titillium Web", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	line-height: 1.3;
}

a { color: inherit; }

img {
	max-width: 100%;
	height: auto;
}

table {
	width: 100%;
	border-collapse: collapse;
}

input[type="text"],
input[type="password"],
textarea,
select {
	padding: 8px 12px;
	vertical-align: middle;
	font-size: 16px;
	border: solid thin;
}

input,
textarea,
select,
button {
	font-family: inherit;
}

textarea { min-height: 150px; }


select {
	min-width: 80px;
	padding: 8px 12px;
}

select:disabled {
	opacity: .5;
}

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"]+*,
input[type="radio"]+* {
	vertical-align: middle;
}

input[type="button"],
input[type="submit"],
button {
	cursor: pointer;
}

label,
label+* {
	vertical-align: middle;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: inherit;
}
/** KEYFRAMES ANIMATIONS **/

@-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)
	}
}
:root {
	/*
	--color--green: #019589;
	--color--orange: #FF9900;
	--color--dark-grey: #282E3A;
	--color--dark-blue: #292D50;
	--color--light-blue: #BCC1CC;
	--color--light-grey: #F2F2F3;
	--swiper-theme-color: #292D50!important;
	
	--font-weight--light: 200;
	--font-weight--semi: 600;
	*/
}
@font-face {
	font-family: 'prisma';
	src: url(/Themes/Agile/Content/font/prisma.eot?xwq28l);
	src: url(/Themes/Agile/Content/font/prisma.eot?xwq28l#iefix) format('embedded-opentype'),
			 url(/Themes/Agile/Content/font/prisma.ttf?xwq28l) format('truetype'),
			 url(/Themes/Agile/Content/font/prisma.woff?xwq28l) format('woff'),
			 url(/Themes/Agile/Content/font/prisma.svg?xwq28l#prisma) format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Titillium Web';
	font-display: fallback;
	src: local('Titillium Web ExtraLight'), local('TitilliumWeb-ExtraLight'),
			url(/Themes/Agile/Content/font/hinted-subset-TitilliumWeb-ExtraLight.woff2) format('woff2'),
			url(/Themes/Agile/Content/font/hinted-subset-TitilliumWeb-ExtraLight.woff) format('woff'),
			url(/Themes/Agile/Content/font/hinted-subset-TitilliumWeb-ExtraLight.ttf) format('truetype');
	font-weight: 200;
	font-style: normal;
}

/*
@font-face {
	font-family: 'Titillium Web';
	font-display: fallback;
	src: local('Titillium Web Light'), local('TitilliumWeb-Light'),
			url(/Themes/Agile/Content/font/hinted-subset-TitilliumWeb-Light.woff2) format('woff2'),
			url(/Themes/Agile/Content/font/hinted-subset-TitilliumWeb-Light.woff) format('woff'),
			url(/Themes/Agile/Content/font/hinted-subset-TitilliumWeb-Light.ttf) format('truetype');
	font-weight: 300;
	font-style: normal;
}
*/

@font-face {
	font-family: 'Titillium Web';
	font-display: fallback;
	src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'),
			url(/Themes/Agile/Content/font/hinted-subset-TitilliumWeb-Regular.woff2) format('woff2'),
			url(/Themes/Agile/Content/font/hinted-subset-TitilliumWeb-Regular.woff) format('woff'),
			url(/Themes/Agile/Content/font/hinted-subset-TitilliumWeb-Regular.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Titillium Web';
	font-display: fallback;
	src: local('Titillium Web SemiBold'), local('TitilliumWeb-SemiBold'),
			url(/Themes/Agile/Content/font/hinted-subset-TitilliumWeb-SemiBold.woff2) format('woff2'),
			url(/Themes/Agile/Content/font/hinted-subset-TitilliumWeb-SemiBold.woff) format('woff'),
			url(/Themes/Agile/Content/font/hinted-subset-TitilliumWeb-SemiBold.ttf) format('truetype');
	font-weight: 600;
	font-style: normal;
}

/*
@font-face {
	font-family: 'Titillium Web';
	font-display: fallback;
	src: local('Titillium Web Bold'), local('TitilliumWeb-Bold'),
			url(/Themes/Agile/Content/font/hinted-subset-TitilliumWeb-Bold.woff2) format('woff2'),
			url(/Themes/Agile/Content/font/hinted-subset-TitilliumWeb-Bold.woff) format('woff'),
			url(/Themes/Agile/Content/font/hinted-subset-TitilliumWeb-Bold.ttf) format('truetype');
	font-weight: bold;
	font-style: normal;
}
*/
/*********** GLOBAL STYLES **********/
.link-icon {
	margin-right: 6px;
}

.buttons .button-1,
.buttons .button-2,
.notify-me-button {
	padding: 13px 35px;
	border: 0;
	background: black;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

::selection { /* WebKit/Blink Browsers */
	background: black;
	color: #fff;
}

::-moz-selection { /* Gecko Browsers */
	background: black;
	color: #fff;
}

.table-wrapper {
	overflow-x: auto;
}

.data-table th {
	padding: 12px;
	background: #f6f6f6;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	color: #bbb;
	white-space: nowrap;
}

.data-table td,
.compare-products-table td {
	padding: 10px;
	border: 1px solid #f6f6f6;
	min-width: 50px;
	background: #fff;
}



.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 black;
	-webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
	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: 450px !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: black;
	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;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	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;
}

.reward-points-page .no-data,
.downloadable-products-page .no-data,
.back-in-stock-subscription-list-page .no-data {
	text-align: left;
}

.reward-points-page .no-data {
	margin-top: 20px;
}

.block {
	border-bottom: 5px solid #fff;
}

.block .title а,
.block .title strong {
	position: relative;
	display: block;
	padding: 15px 20px;
	text-transform: uppercase;
	font-size: 14px;
	color: #444;
	cursor: pointer;
}

.block .title а:after,
.block .title strong:after {
	content: '\e923';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 28px;
	height: 28px;
	background: #fff;
	text-align: center;
	line-height: 28px;
	font-family: prisma;
	font-size: 10px;
	color: #dcdde0;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.block .title.open а:after,
.block .title.open strong:after {
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
}

.block .listbox {
	display: none;
	padding: 15px 20px 40px;
}

.block .listbox li a:before {
	content: '>';
	display: inline-block;
	margin-right: 10px;
	color: #dcdde0;
}

.block .listbox:after {
	content: "";
	display: block;
	clear: both;
}

.block .list a {
	display: inline-block;
	padding: 8px 3px;
}

.block .list>li>a {
	color: #666;
	text-decoration: inherit;
}

.block .list>li>a:hover,
.block .sublist>li>a:hover {
	color: black;
}

.block .sublist>li>a {
	color: #444;
	text-decoration: inherit;
}

.block .sublist>li.active>a {
	color: black;
}

.block .list .product-name {
	max-width: 72%;
}

.block-poll .listbox li a:before,
.block-popular-tags .listbox li a:before,
.block-popular-blogtags .listbox li a:before,
.block-recently-viewed-products .listbox li a:before {
	content: none;
}

.block .sublist {
	padding: 0 15px 5px 10px;
}

.block .view-all {
	margin: 10px 0 0;
}

.block .view-all a {
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	color: black;
}

.block .view-all a:after {
	content: '\e925';
	display: inline-block;
	margin-left: 10px;
	font-family: prisma;
	font-size: 10px;
	color: #ccc;
	vertical-align: middle;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.block .view-all a:hover:after {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
	color: black;
}

.block .tags {
	margin: 0 0 10px;
	font-size: 0;
}

.block .tags ul {
	font-size: 0;
}

.block .tags li {
	display: inline-block;
	position: relative;
	margin: 0 10px;
	overflow: hidden;
}

.block .tags li {
	margin: 2px;
}

.block .tags li a {
	display: inline-block;
	padding: 3px 10px;
	line-height: 24px;
	font-size: 13px !important;
	/*setting base size*/
	color: #888;
	background: #fff;
}

.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: black;
}

.poll-options li label:before,
.poll-options li input:checked+label:after {
	content: none;
}

.poll .buttons input {
	padding: 10px 20px;
	border: 0;
	background: black;
	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-filters {
	display: none;
}

.product-reviews-page h1 a {
	color: black;
}

.product-reviews-page .title,
.new-comment .title,
.comment-list .title {
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #444;
}

.new-comment {
	margin: 0 0 20px;
	padding: 20px;
	background: #f9f9f9;
}

.write-review .form-fields {
	margin: 0 auto 20px;
	padding-bottom: 10px;
	max-width: 430px;
}

.write-review .inputs,
.new-comment .inputs {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.write-review .inputs {
	border: 0;
}

.write-review .inputs label {
	margin-bottom: 5px;
	text-align: left;
}

.write-review ::-webkit-input-placeholder {
	color: #bbb;
}

.write-review ::-moz-placeholder {
	color: #bbb;
}

.write-review :-ms-input-placeholder {
	color: #bbb;
}

.write-review :-moz-placeholder {
	color: #bbb;
}

.write-review .inputs label {
	margin-bottom: 5px;
	text-align: left;
}

.write-review .buttons {
	margin: 10px 0 0;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.new-comment input[type=text],
.new-comment textarea {
	border: 1px solid #eee;
	height: 40px;
	width: 100%;
}

.write-review .required {
	margin-left: 5px;
}

.write-review .review-rating {
	padding: 12px;
	border: 1px solid #eee;
	background: #fff;
	text-align: left;
}

.write-review .review-rating label {
	margin: 0 0 5px;
	padding: 0;
	font-size: 13px;
	color: #666;
	vertical-align: middle;
}

.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: black;
}

.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(/Themes/Agile/Content/img/rating.svg);
	background-position: 0 0;
	font-size: 0;
	cursor: pointer;
}

.write-review .review-rating li {
	display: inline-block;
	height: 17px;
	vertical-align: middle;
	cursor: default;
}

.write-review .review-rating li.first {
	color: #c00;
}

.write-review .review-rating li:nth-child(2) {
	padding-top: 2px;
}

.write-review .review-rating li:nth-child(2) input {
	vertical-align: baseline;
}

.write-review .review-rating li.last {
	color: #690;
}

.write-review .captcha-box {
	margin: 15px 0 0;
}

.product-reviews-page .message-error {
	margin: 0 0 20px;
}

.product-reviews-page .result {
	margin: 20px;
	font-size: 14px;
	color: black;
}

.product-review-list {
	overflow: hidden;
	padding: 20px;
	background: #f9f9f9;
}

.product-review-item {
	margin: 0 0 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	font-size: 13px;
	overflow: hidden;
}

.product-review-item:last-of-type {
	border-bottom: 0;
}

.product-review-item .review-item-head {
	margin: 0 0 20px;
	overflow: hidden;
}

.product-review-item .review-title {
	float: left;
	max-width: 80%;
	color: #444;
}

.product-review-item .product-review-box {
	float: right;
	margin: 0;
	width: auto;
}

.product-review-item .review-text {
	margin: 0 0 15px;
	line-height: 24px;
	text-align: left;
	color: #888;
}

.product-review-item .review-info {
	margin: 0 0 5px;
	text-align: left;
}

.product-review-item .review-info label {
	color: #aaa;
}

.product-review-item .review-info strong {
	font-weight: normal;
	color: #aaa;
}

.product-review-item .review-info a {
	font-weight: bold;
	color: black;
}

.product-review-item .review-info span {
	color: #666;
}

.product-review-item .review-info .separator {
	color: #d8d8d8;
}

.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 {
	margin: 30px 0 0;
	padding: 15px;
	background: #f6f6f6;
}

.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: black;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.product-review-helpfulness .vote+.vote:after {
	content: '\e901';
	color: #e53850;
}

.compare-products-page {
	position: relative;
	overflow: hidden;
}

.compare-products-page .clear-list {
	display: block;
	margin: 0 0 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	color: black;
}

.compare-products-page .clear-list:before {
	content: '\e901';
	display: inline-block;
	margin-right: 5px;
	font-family: prisma;
	font-size: 10px;
	color: #bbb;
}

.compare-products-page .remove-button {
	padding: 8px 10px;
	border: 0;
	background: #eee;
	text-transform: uppercase;
	font-size: 11px;
	color: #aaa;
}

.compare-products-page .remove-button:before {
	content: '\e901';
	display: inline-block;
	margin-right: 5px;
	font-family: prisma;
	font-size: 8px;
	color: #bbb;
}

.compare-products-table {
	display: none;
}

.compare-products-page img {
	max-width: 100%;
}

.compare-products-table td:first-child {
	background: #f6f6f6;
	text-align: right;
	font-size: 15px;
	color: #aaa;
}

.compare-products-table .full-description {
	display: none;
}

.compare-products-table-mobile img {
	max-width: 160px;
}

.registration-page .accept-privacy-policy label {
	display: inline-block;
}

.field-validation-valid {
	float: left;
	margin-top: 8px;
}

#username-availabilty:empty {
	display: none;
}

.customer-pages-body .data-table {
	margin: 30px 0;
	border-color: #eee;
	color: #888;
}

.return-request-page .data-table th,
.customer-pages-body .data-table th {
	border: 1px solid #eee;
	background: #fff;
}

.return-request-page .data-table td,
.customer-pages-body .data-table td {
	padding: 15px;
	border-color: #eee;
	text-align: center;
	font-size: 14px;
}

.customer-pages-body .data-table td.date {
	white-space: nowrap;
}

.customer-pages-body .data-table td.points {
	font-weight: bold;
	color: #666;
}

.customer-pages-body .data-table td.points-balance {
	font-weight: bold;
	color: black;
}

.customer-pages-body .data-table td.message {
	color: #666;
}

.account-page .description {
	margin: 0 0 20px;
	font-size: 13px;
}

.order-list .buttons .return-items-button:after {
	content: '\e92e';
	color: #e53850;
}

.add-more-external-records {
	padding: 20px 0;
	font-size: 13px;
	color: #666;
}

.email-to-revalidate,
.email-to-revalidate-note {
	display: inline-block;
	margin: 10px 5px;
	vertical-align: top;
	font-size: 12px;
	/*reset zeroing*/
	white-space: normal;
}

.request-item .title,
.order-list-page .title {
	padding: 19px 80px 10px 19px;
	border-bottom: 4px solid #f6f6f6;
	background: #fff;
}

.request-item .title {
	padding: 19px;
}

.select-boxes input,
.use-reward-points input {
	margin: 0;
	padding: 0;
	clip: auto;
	height: auto;
	overflow: visible;
	position: static;
	width: auto;
}

.request-item .details {
	padding: 20px;
	background: #fff;
	text-align: left;
	line-height: 24px;
	font-size: 13px;
}

.request-item label {
	display: inline-block;
	width: 48%;
	color: #888;
}

.request-item label+div {
	display: inline-block;
}

.request-item label+div,
.request-item span {
	color: #444;
}

.request-item a {
	color: black;
}

.request-item a+span {
	width: auto;
}

.return-request-list-page a {
	font-weight: bold;
}

.return-request-page .data-table td select {
	border: 1px solid #eee;
	width: 60px;
}

.return-request-page .data-table td.product {
	color: #888;
}

.return-request-page .data-table td.unit-price {
	font-weight: bold;
	color: black;
}

.user-agreement-page .terms-of-agreement {
	margin: 0 0 20px;
	text-align: center;
}

.reward-points-overview {
	margin: 0 0 15px;
	display: inline-block;
}

.order-list-page .recurring-payments>.title {
	background: none;
	padding: 0;
}

.file-upload {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 400px;
	background: #fff;
	text-align: left;
	font-size: 0pt;
}

.file-upload label {
	display: inline-block;
	padding: 10px 19px;
	height: 40px;
	background: #fff;
	font-weight: bold;
	color: black;
	cursor: pointer;
}

.file-upload .filename {
	border: 0;
	height: 40px;
	max-width: 289px;
}

.shopping-cart-page .selected-checkout-attributes {
	display: none;
}

.remove-discount-button,
.remove-gift-card-button {
	margin: 0 0 0 5px;
	border: 0;
	width: 20px;
	height: 20px;
	background: #fff url(/Themes/Agile/Content/img/close.png) center no-repeat;
	cursor: pointer;
}

.cart-options .checkout-attributes {
	margin: 20px 0;
	padding: 20px;
	background: #f6f6f6;
}

.checkout-attributes:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.checkout-attributes dt {
	float: right;
	clear: right;
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 13px;
	color: #666;
}

.checkout-attributes dd {
	float: right;
	clear: right;
	margin: 0 0 15px;
}

.checkout-attributes li {
	line-height: 24px;
}

.checkout-attributes li * {
	vertical-align: middle;
}

.cart-options .checkout-attributes input,
.cart-options .checkout-attributes textarea,
.cart-options .qq-uploader {
	max-width: 100%;
	width: 350px;
}

.cart-options select {
	width: 117px;
}

.cart-options .selected-checkout-attributes {
	margin: 20px 0;
}

.terms-of-service {
	margin: 10px 5px 20px;
	text-align: left;
}

.terms-of-service label {
	cursor: pointer;
}

.terms-of-service input[type=checkbox]+label {
	display: inline;
}

.terms-of-service input[type=checkbox]+label:before,
.terms-of-service input[type=checkbox]+label:after {
	top: 13px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.terms-of-service a {
	position: relative;
	margin: 0 0 0 3px;
	font-weight: bold;
	font-size: 13px;
	color: black;
}

.cart-collaterals .message-failure {
	margin: 0 10px;
	font-size: 13px;
	color: #d63150;
}

.cart-collaterals .message-success {
	margin: 0 20px;
	font-size: 13px;
	color: black;
}

.cart-collaterals .current-code span {
	text-transform: uppercase;
	font-weight: bold;
	color: black;
}

.edit-item {
	margin-top: 5px;
	font-size: 13px;
	color: black;
}

.checkout-page .inputs {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.checkout-page .inputs select {
	background-position: 96% center;
}

.checkout-page .inputs label {
	margin: 8px 0 8px 0;
	white-space: pre-line;
}

.checkout-page .pickup-points-map {
	margin: 20px 0 0;
	height: 300px;
}

.use-reward-points,
.multiple-locations {
	padding: 15px 0;
	text-align: center;
	font-size: 13px;
	color: #aaa;
}

.use-reward-points {
	margin: 0 0 10px;
}

.payment-info td {
	display: block;
	padding: 5px;
	margin: 0 auto;
	max-width: 350px;
}

.payment-info td:first-of-type {
	display: block;
	text-align: center;
}

.payment-info td p {
	text-align: center;
}

.payment-info td label {
	line-height: 1.2;
}

.payment-info td select,
.payment-info td input {
	border: 1px solid #eee;
	width: 100% !important;
	max-width: 350px;
	height: 46px;
}

#ExpireMonth,
#ExpireYear {
	max-width: 47.8%;
}

.opc li {
	margin-bottom: 10px;
}

.opc .step-title {
	overflow: hidden;
	padding: 20px;
	background: #f6f6f6;
	text-transform: uppercase;
	color: #444;
}

.opc .allow .step-title {
	cursor: pointer;
}

.opc .active .step-title {
	border-bottom: 1px solid #eee;
}

.opc .step-title * {
	float: left;
	font-size: 16px;
}

.opc .step-title span {
	margin: 0 10px 0 0;
	font-weight: bold;
	color: black;
}

.opc .step {
	padding: 20px;
	background: #f6f6f6;
}

.opc .section {
	margin: 0 0 15px;
}

.opc .section>label {
	display: block;
	margin: 0 0 10px;
	font-size: 13px;
	color: #666;
}

.opc input[type="text"],
.opc select {
	width: 350px;
	max-width: 100%;
	background-position: 96% center;
}

.opc .buttons {
	margin: 20px 0 0;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.opc .back-link {
	margin: 0 0 10px;
}

.opc .back-link small {
	display: none;
}

.opc .back-link a {
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
}

.opc .back-link a:before {
	content: '\e92e';
	display: inline-block;
	margin-right: 5px;
	font-family: prisma;
	font-size: 14px;
	color: #aaa;
	vertical-align: middle;
}

.opc .please-wait {
	display: block;
	margin: 10px 0 0;
}

.opc .terms-of-service {
	padding-top: 20px;
	border-top: 1px solid #eee;
	text-align: center;
}

#opc-confirm_order .buttons {
	margin: 0;
	padding: 0;
	border: 0;
}

.order-info-wrap,
.billing-info-wrap,
.order-details-page .order-overview,
.shipping-info-wrap {
	padding: 0 30px 30px;
	border-bottom: 4px solid #fff;
	background: #f6f6f6;
	line-height: 20px;
	font-size: 14px;
}

.shipments .title,
.products .title {
	margin: 0;
	padding: 20px 0;
	border: 0;
}

.shipments .table-wrapper,
.products .table-wrapper {
	padding: 20px;
	background: #f6f6f6;
}

.shipments table td,
.products table td {
	border-width: 4px;
	text-align: center;
}

.products table td.product {
	text-align: center;
}

.shipments table em,
.products table em {
	font-style: normal;
}

.shipments table em a,
.products table em a {
	font-weight: normal;
	font-size: 15px;
}

.products,
.section.options {
	margin-bottom: 4px;
}

.products .product-unit-price {
	font-weight: bold;
}

.products .attributes {
	font-size: 13px;
	color: #aaa;
}

.products .product-subtotal {
	font-weight: bold;
	color: black;
}

.order-details-area {
	padding: 0 30px 30px;
	background: #f6f6f6;
}

.selected-checkout-attributes {
	padding: 20px;
	background: #f6f6f6;
	font-size: 13px;
	color: #888;
	line-height: 25px;
}

.return-request-file>div {
	display: inline-block;
	width: 350px;
	max-width: 100%;
	vertical-align: middle;
}

.return-request-page .qq-upload-button {
	padding: 8px;
	border: 0;
	width: 100%;
	height: 34px;
	background-color: #fff;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
	color: black;
}

.return-request-page textarea {
	border: 0;
}

.return-request-page .qq-upload-list li {
	background-color: transparent !important;
	font-size: 13px;
	color: #666 !important;
}

.return-request-page .buttons {
	margin-bottom: 0;
}

.shipment-details-area {
	background: #f6f6f6;
	text-align: center;
}

.search-input .inputs.reversed label {
	float: none;
	width: 350px;
}

@media all and (max-width: 1024px) {
	.compare-products-mobile {
		padding: 10px;
		background: #f6f6f6;
	}

	.compare-section {
		margin-bottom: 30px;
	}

	.compare-section:last-child {
		margin-bottom: 0;
	}

	.compare-section .title {
		margin-bottom: 5px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 13px;
		color: #444;
	}

	.compare-section ul {
		margin: 0 auto;
		padding: 0 20px;
		max-width: 500px;
		background: #fff;
	}

	.compare-section ul li {
		padding: 15px 0;
		font-size: 13px;
		color: #666;
	}

	.compare-section ul li+li {
		border-top: 1px solid #eee;
	}

	.compare-section.product .title {
		font-size: 0;
	}

	.compare-section.product ul {
		padding: 0;
		background: none;
	}

	.compare-section.product li {
		padding: 0;
		border: 0;
		margin-bottom: 10px;
	}

	.compare-section.product li:after {
		content: '';
		display: block;
		clear: both;
	}

	.compare-section.product .picture {
		float: left;
		margin-right: 4px;
		width: 25%;
		background: #fff;
		text-align: center;
	}

	.compare-section.product .product-name {
		text-align: left;
		font-size: 13px;
		color: #666;
	}

	.compare-section.product .details {
		position: relative;
		padding: 20px 10px 10px;
		background: #fff;
		overflow: hidden;
	}

	.compare-section .remove-button {
		position: absolute;
		bottom: 10px;
		left: 50%;
		width: 100%;
		max-width: 136px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.compare-section.price li {
		font-weight: bold;
		color: black;
	}
}



@media all and (max-width: 768px) {

	.compare-section.product .picture {
		width: 45%;
	}

	.shipments thead,
	.products thead,
	.return-request-page thead,
	.recurring-payments thead,
	.reward-points-history thead,
	.downloadable-products-page thead {
		display: none;
	}

	.shipments tr,
	.products tr,
	.return-request-page tr,
	.recurring-payments tr,
	.reward-points-history tr,
	.downloadable-products-page tr {
		display: block;
		margin-bottom: 10px;
		border: 1px solid #eee;
		background: #fff;
	}

	.shipments td,
	.products td,
	.return-request-page td,
	.recurring-payments td,
	.reward-points-history td,
	.downloadable-products-page td {
		display: block;
		padding: 10px;
		border: 0;
		text-align: center;
	}

	.shipments td:first-of-type,
	.products td:first-of-type,
	.return-request-page td:first-of-type,
	.recurring-payments td:first-of-type,
	.reward-points-history td:first-of-type,
	.downloadable-products-page td:first-of-type {
		display: none;
	}

	.return-request-page td.product {
		text-align: center;
	}

	.shipments td label,
	.products td label,
	.return-request-page td label,
	.recurring-payments td label,
	.reward-points-history td label,
	.downloadable-products-page td label {
		margin-bottom: 10px;
		text-transform: uppercase;
		font-weight: normal;
		font-size: 11px;
		color: #bbb;
	}
}



@media all and (min-width: 481px) {

	.block {
		float: left;
		width: 48%;
		border-bottom: 0;
		margin: 0 1% 2%;
		text-align: left;
	}

	.block:nth-of-type(2n+1) {
		clear: both;
	}

	.block .poll-options li,
	.block .poll-results li {
		display: block;
	}

	.block .poll .buttons,
	.block .poll-total-votes {
		text-align: left;
	}

	.request-item .title {
		padding: 19px;
	}

	.request-item .details label {
		width: auto;
		min-width: 170px;
	}

	.request-item .details span,
	.request-item .details a,
	.request-item .details div {
		width: auto;
	}

	.shipment-details-area,
	.order-review-data,
	.order-details-area {
		display: table;
		width: 100%;
		margin: 0 0 30px;
	}

	.shipment-details-area>div,
	.order-review-data>div,
	.order-details-area>div {
		display: table-cell;
		width: 50%;
		border: 0;
	}
}



@media all and (min-width: 769px) {
	.page {
		clear: both;
		text-align: left;
	}

	.message-error,
	.field-validation-error,
	.poll-vote-error,
	.password-error {
		display: inline-block;		
	}

	.block {
		width: 31.3333%;
		margin: 0 1% 1%;
	}

	.block:nth-of-type(2n+1) {
		clear: none;
	}

	.block:nth-of-type(3n+1) {
		clear: both;
	}

	.review-content:after {
		content: '';
		display: block;
		clear: both;
	}

	.review-info {
		float: left;
	}

	.product-review-helpfulness {
		float: right;
		padding-bottom: 30px;
	}

	.product-review-helpfulness .result {
		text-align: right;
	}

	/* WISHLIST & COMPARE LIST */
	.compare-products-table {
		display: table;
	}

	.compare-products-mobile {
		display: none;
	}

	.compare-products-page .clear-list {
		position: absolute;
		top: 15px;
		right: 0;
	}

	.compare-products-page .table-wrapper {
		padding: 10px;
		background: #f6f6f6;
	}

	.compare-products-table td {
		position: relative;
		padding: 15px;
		border: 0;
		max-width: 50%;
		font-size: 14px;
		color: #666;
	}

	.compare-products-table tr+tr+tr td+td:before {
		content: '.';
		position: absolute;
		left: 15px;
		right: 15px;
		top: 0;
		height: 1px;
		background: #eee;
		text-indent: -9999px;
		font-size: 0;
	}

	.compare-products-table td:first-child {
		border: 0;
		font-size: 15px;
		color: #aaa;
	}

	.compare-products-table td+td+td {
		border-left: 8px solid #f6f6f6;
	}

	.product-picture td {
		position: relative;
		border-bottom: 8px solid #f6f6f6;
	}

	.product-picture td .remove-button {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

	.compare-products-table a.picture {
		position: relative;
		display: block;
		overflow: hidden;
	}

	.compare-products-table a.picture:before {
		content: '';
		display: block;
		padding-top: 100%;
	}

	.compare-products-table a img {
		position: absolute;
		top: 50%;
		left: 50%;
		right: 0;
		bottom: 0;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.return-request-page .data-table td,
	.customer-pages-body .data-table th,
	.customer-pages-body .data-table td {
		text-align: left;
	}

	.cart-options .checkout-attributes li {
		display: inline-block;
		margin: 0 0 0 10px;
	}

	.cart-options .attribute-squares {
		text-align: right;
	}

	.checkout-page .inputs label,
	.search-input label,
	.payment-info .info td:first-child {
		float: left;
		margin-top: 7px;
		width: 35%;
		width: -webkit-calc((100% - 350px)/2);
		width: calc((100% - 350px)/2);
		text-align: left;
	}

	.payment-info .info td:only-child {
		width: 100%;
		max-width: 100%;
	}

	.order-details-page .options,
	.order-details-page .tax-shipping-info {
		text-align: right;
	}

	.order-details-page .total-info {
		overflow: hidden;
	}

	.order-details-page .cart-total {
		float: right;
	}

	.order-details-page .actions {
		text-align: right;
	}

	.order-details-page .actions input {
		min-width: 0;
	}

	.order-details-page label,
	.account-page .table-wrapper td label,
	.return-request-page label {
		display: none;
	}

	.order-details-page .cart-total label {
		display: block;
	}

}



@media all and (min-width: 1025px) {

	.block {
		float: none;
		width: auto;
		margin: 0;
	}

	.block .listbox {
		display: block;
		border-bottom: 1px solid #eee;
	}

	.block:last-of-type .listbox {
		border-bottom: 0;
	}

	.block .title {
		border-bottom: 1px solid #eee;
	}

	.block .title:after {
		content: none;
	}

	.block .product-picture {
		display: inline-block;
		vertical-align: middle;
	}

	.block .list .product-picture {
		display: block;
		max-width: 100%;
	}

	.block .product-name {
		display: inline-block;
		width: 72%;
		vertical-align: middle;
	}

	.block-recently-viewed-products .listbox {
		padding: 5px;
		font-size: 0;
	}

	.block-recently-viewed-products .listbox li {
		display: inline-block;
		width: 33%;
		text-align: center;
	}

	.block-recently-viewed-products .listbox .product-name {
		display: none;
	}

	.product-reviews-page .page-body:after {
		content: '';
		display: block;
		clear: both;
	}

	.account-page .message-error {
		margin: 20px 20px 0;
	}

	.request-item .title {
		padding: 19px 25px;
	}

	.current-balance {
		padding-bottom: 20px;
		border-bottom: 1px solid #eee;
		font-size: 14px;
		color: #444;
	}

	.current-balance:before {
		content: '\e90e';
		display: inline-block;
		margin-right: 10px;
		font-family: prisma;
		font-size: 29px;
		color: #ccc;
		vertical-align: middle;
	}

	.account-page .description {
		font-size: 14px;
		color: #666;
	}

	.checkout-page .opc .edit-address label {
		width: 295px;
	}

	.news-item-page .inputs:first-child label {
		display: inline-block;
	}

}
.master-wrapper-page {
	max-width: 100%;
	overflow-x: hidden;
	position: relative;
}

.master-column-wrapper {
	margin: auto;
	width: 100%;
	max-width: 1280px;
}

.master-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}

.page:after,
.page-body:after {
	content: "";
	display: block;
	clear: both;
}

.homepage__featured-products {
	display: grid;
}

.section.order-completed {
	text-align: center;
}

.order-completed-continue-button {
	margin: auto;
}

.section.order-completed,
.registration-result-page {
	padding: 0 .5rem;
	display: grid;
	gap: 1rem;
	margin-bottom: 2rem;
}

.payment-method .primary-btn {
	margin: auto;
}
.hide-this {
  border: 0; 
  clip: rect(0 0 0 0); 
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  height: 1px; 
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}


.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: #000;
}

.ui-autocomplete img {
	display: none;
	margin-right: 5px;
	vertical-align: middle;
}





@media all and (max-width: 1024px) {
	.ps-container>.ps-scrollbar-y-rail {
		visibility: hidden !important;
	}

	.scrollYRemove {
		overflow: hidden !important;
		-ms-touch-action: none !important;
		-webkit-overflow-scrolling: touch !important;
	}

	.overlayOffCanvas {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: rgba(221, 221, 221, 0.6);
		z-index: 1010;
		-webkit-transition: background .3s ease-in-out;
		transition: background .3s ease-in-out;
	}

	.overlayOffCanvas.show {
		background: rgba(0, 0, 0, 0.4);
	}
}





@media all and (min-width: 1025px) {
	.ui-autocomplete {
		z-index: 1015;
		/*should be lower than header but equal or higher than header-menu*/
	}

	.overlayOffCanvas {
		display: none !important;
	}
}
.form-fields {
	position: relative;
}

.inputs {
	position: relative;
	white-space: nowrap;
	font-size: 0;
}

.inputs:after {
	content: "";
	display: block;
	clear: both;
}

.inputs label {
	display: block;
	width: 100%;
	margin: 0 0 10px;
	text-align: center;
	font-size: 13px;
}

.inputs input[type="text"],
.inputs input[type="password"],
.inputs select,
.inputs textarea {
	width: 350px;
	max-width: 100%;
	vertical-align: middle;
}

.inputs input[type=text].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;
}

input[type=checkbox],
input[type=radio] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

input[type=checkbox]+label,
input[type=radio]+label,
#Newsletter+input+label,
.inputs.reversed input+input+label,
.selector input+input+label {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 10px 0 10px 24px;
	text-align: left;
	font-size: 13px;
	cursor: pointer;
}

#Newsletter+input+label,
.inputs.reversed input+input+label,
.selector input+input+label {
	width: auto;
}

input[type=checkbox]+label:before,
#Newsletter+input+label:before,
.inputs.reversed input+input+label:before,
.selector input+input+label:before,
input[type=radio]+label:before {
	content: '.';
	position: absolute;
	left: 0;
	top: 50%;
	width: 15px;
	height: 15px;
	background: #ddd;
	-webkit-transform: translateY(-65%);
	-ms-transform: translateY(-65%);
	transform: translateY(-65%);
	text-indent: -9999px;
	font-size: 0;
}

input[type=radio]+label:before,
input[type=radio]+label:after {
	border-radius: 50%;
}

input[type=radio]:checked+label:before {
	background: black;
}

input[type=radio]:checked+label:after {
	content: '';
	position: absolute;
	top: 39%;
	left: 5px;
	border-radius: 5px;
	width: 5px;
	height: 5px;
	background: #fff;
}

#Newsletter:checked+input+label:after,
.inputs.reversed input:checked+input+label:after,
.selector input:checked+input+label:after,
input[type=checkbox]:checked+label:after {
	content: '\e92a';
	position: absolute;
	left: 0;
	top: 50%;
	width: 15px;
	height: 15px;
	background: black;
	line-height: 15px;
	text-align: center;
	font-family: prisma;
	font-size: 9px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-transform: translateY(-65%);
	-ms-transform: translateY(-65%);
	transform: translateY(-65%);
}

.colorOptions .checkbox-list .checked label:after,
.colorOptions .checkbox-list label:after,
.colorOptions .checkbox-list label:before {
	content: none;
	opacity: 0;
}

.required {
	margin-left: 4px;
	font-size: 15px;
	vertical-align: top;
	color: #888;
}



.field-validation-valid,
.username-available-status {
	display: inline-block;
	font-size: 12px;
	color: black;
	vertical-align: bottom;
}

.captcha-box {
	text-align: center;
	line-height: 0;
	/*firefox line-height bug fix*/
}

.captcha-box>div {
	display: inline-block;
	margin-left: -20px;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}

.captcha-box input {
	height: auto;
}

select {
	padding: 6px 30px 6px 6px;
	border: 0;
	background: #fff url(/Themes/Agile/Content/img/ico--select.svg) no-repeat 94% center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

.no-data {
	text-align: center;
	font-size: 13px;
	color: #666;
}

input:disabled,
textarea:disabled {
	background: #ececec;
}









/* Fieldset wrapper */
.form-fieldset {
	border: 0;
	display: grid;
	row-gap: 16px;
	margin: 0 auto 56px;
	width: 100%;
	max-width: 420px;
}

.form-fieldset--product-contact-tab {
	margin: 0;
}



/* Input Field Row */
.form-field {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}


/* Field Row > Row */
.form-field__label {
	margin-bottom: 4px;
}

.form-fieldset__legend {
	font-size: 20px;
}

/* Field Requiere Hint */
.form-fieldset .required {
	margin: 0 4px;
}

/* Field Validation Error */
.message-error,
.field-validation-error,
.poll-vote-error,
.password-error {
	display: block;
	font-size: 13px;
	color: red;
}

.field-validation-success,
.validation-summary-errors,
.form-fieldset .field-validation-error {
	color: red;
	margin: 0;
}

.field-validation-success {
	color: green;
}


.form-field__input,
.form-field__textarea,
.form-field__select,
.form-field__upload {
	height: inherit;
	flex-basis: 100%;
	border-radius: 4px;
	border: solid thin grey;
}

.form-field__select {
	padding: 12px;
	background-position-x: 97%;
}

.prod-list-options .form-field__select {
	flex-basis: initial;
	flex-grow: 1;
	margin: 0 4px;
}

.form-field__birth-date {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.form-field__birth-date select {
	flex-basis: 30%;
	background-position-x: 90%;
}


.form-field__radio-buttons {
	flex-basis: 100%;
}

.radio-button-label {
	margin-right: 16px!important;
}


.primary-btn {
	font-size: 16px;
  color: white;
	background: #019589;
	border: 0;
	border-radius: 4px;
  text-transform: uppercase;
	padding: 16px;
  display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 420px;
}

.secondary-btn {
	font-size: 16px;
  color: black;
	background-color: gainsboro;
  border: 0;
  border-radius: 4px;
  padding: 8px 12px;
  display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
}

.secondary-btn--add-to-wishlist {
	color: #282E3A;
	background: transparent;
	text-decoration: underline;
	font-size: 14px;
    padding: 0;
    margin-top: -5px;
    margin-bottom: 11px;
}





.form-field .please-wait {
	width: 100%;
	margin: 8px 0;
}

.username-available-status,
.username-not-available-status {
	margin: 0 0 8px;
	display: block;
	padding: 0;
}

.user-name-availability-check {
	padding-top: 8px;
}

.read-privacy-policy {
	font-weight: bold;
	font-size: smaller;
	text-decoration: underline;
}



@media all and (min-width: 481px) {
	.captcha-box>div {
		margin-left: 0;
	}
}

@media all and (min-width: 769px) {
	.inputs {
		text-align: left;
	}
}
.primary-heading {
	text-align: left;
  padding-bottom: 8px;
  border-bottom: thin solid gainsboro;
  font-size: 24px;
	text-decoration: none;
}

.primary-heading--cat-page {
	font-size: 22px;
	border: 0;
	padding: 0;
	color: #019589;
}

.secondary-heading {
	text-transform: initial;
	font-size: 20px;
	margin: 0 0 8px 0;
  padding: 0 0 8px 0;
}

.secondary-heading--homepage-news {
	position: relative;
	font-size: 32px;
	background: #FF9900;
	font-weight: 200;
	z-index: 0;
	margin: 0;
	padding: 16px 0;
	display: grid;
}

.secondary-heading--homepage-news::after {
  position: absolute;
  background: inherit;
  content: "";
  height: 100%;
  width: 300vw;
  left: -100vw;
	z-index: -1;
	top: 0;
}

.secondary-heading--homepage-news::before {
	content: "";
	display: block;
	background: #282E3A;
	position: absolute;
	width: 30%;
	min-width: 180px;
	max-width: 360px;
  height: 140px;
	clip-path: polygon(100% 0, 0 0, 0 100%);
	z-index: -2;
	top: -32px;
	left: -24px;
}





.page-section__link-title {
	text-decoration: none;	
  display: grid;
}



.page-section__title--custom-prods-list {
	position: relative;
	font-size: 18px;
	margin-bottom: 24px;
	padding: 8px;
	color: white;
}

.page-section__title--custom-prods-list::before {
	content: "";
	display: block;
	background: #FF9900;
	
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.page-section__title--custom-prods-list::after {
	content: "";
	display: block;
	background: #282E3A;
	position: absolute;
	clip-path: polygon(100% 0, 0 0, 0 100%);
	z-index: -2;
	top: -10%;
	left: 0;
	width: 60%;
	max-width: 220px;
	height: 130%;
}







.page-title {
	margin: 30px 0 20px;
	padding: 8px 15px;
}

.page-title h1 {
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	color: #444;
}

.page-title:after {
	content: "";
	display: block;
	clear: both;
}

.account-page .page-title {
	display: none;
}

.checkout-page .page-title {
	margin: 0;
	padding: 20px 0 10px;
	background: #f6f6f6;
}

.order-details-page .page-title a {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px 10px;
}

.order-details-page .page-title {
	margin: 40px 0 20px;
	overflow: hidden;
}

.order-details-page .page-title h1 {
	margin: 0 0 20px;
}


@media all and (min-width: 769px) {
	.page-title,
	.checkout-page .page-title {
		margin: 0 0 20px 0;
		border-bottom: 1px solid #eee;
		text-align: center;
		overflow: hidden;
		background: none;
	}

	.order-details-page .page-title a {
		float: right;
		margin: 3px;
	}

	.news-list-page .page-title,
	.news-item-page .page-title,
	.blogpost-page .page-title {
		text-align: left;
	}
}



@media all and (min-width: 1025px) {

	.vendor-list-page .page-title h1 {
		text-align: left;
	}
	
	.checkout-page .page-title {
		margin-top: 40px;
	}

	.blogpost-page .page-title,
	.blog-page .page-title {
		padding-left: 0;
	}

	.blogpost-page .page-title h1,
	.blog-page .page-title h1 {
		text-align: left;
	}

	.news-list-page .page-title {
		padding-left: 0;
	}

	.secondary-heading--homepage-news::before {
		left: -64px;
	}

	.page-section__title--custom-prods-list {
		font-size: 26px;
	}


	.primary-heading--shopping-cart {
		width: 100%;
		max-width: 780px;
		margin: auto;
	}
}
.lava-pair {
	display: flex;
	flex-wrap: wrap;
}

.order-totals .lava-pair {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 12px;
	padding-bottom: 8px;
	border-bottom: solid thin lightgray;
}

.order-totals .lava-pair__value {
	text-align: right;
}



.lava-pair__label {
	margin-right: 8px;
	color: #888;
}

.lava-pair__value {
	font-weight: bolder;
	color: #000;
}

.lava-pair--prod-specs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 12px;
	padding-bottom: 8px;
	border-bottom: solid thin lightgray;
}

.lava-pair__label--flyout-cart-sub-total,
.lava-pair__value--flyout-cart-sub-total {
	color: black;
}
/*-----------------------------------------------------------*\
	
	FOOTER LAYOUT
	#site-footer
  Location: /Common/Footer.cshtml

	BLOCK:        site-footer
  ELEMENTS:     site-footer__newsletter-form
								site-footer__navigation-boxes
								site-footer__social-sharing
								site-footer__copy-info
								site-footer__tax-disclaimer



\*-----------------------------------------------------------*/

/* Module */
.site-footer {
	display: grid;
	padding: 0 8px;
	border-top: 1px solid #ccc;
    background: #f1f1f1;
}



/* Newsletter signup form */
.site-footer__newsletter-form {
	margin: 0 -8px;
}



/* Navigation blocks */
.site-footer__contact-info,
.nav-box--customer-service,
.site-footer__navigation-boxes {
	display: grid;
	grid-gap: 40px;
	text-align: start;
	width: 100%;
	max-width: 1280px;
	margin: auto;
	padding: 48px 0;
}



/* Copyright Info + */
.site-footer__copy-info {}



/* Taxt Disclaimer */
.site-footer__tax-disclaimer {
	padding: 0 0 16px 0;
}

.site-footer__contact-info {
	color: white;
	background: #019589;
	text-decoration: inherit;
	
	position: relative;
	z-index: 0;
}


.site-footer__contact-info::after {
	position: absolute;
	background: inherit;
	content: "";
	height: 100%;
	width: 300vw;
	left: -100vw;
	z-index: -1;
}

.footer-email-link,
.footer-phone-link,
.footer-address {
	display: flex;
	align-items: center;
	text-decoration: inherit;
}

.contact-icon {
	min-width: 30px;
}

.contact-text {
	margin-left: 12px;	
}





@media all and (min-width: 520px) {
	.nav-box--customer-service,
	.site-footer__navigation-boxes {
		grid-template-columns: repeat(2, 1fr)
	}
}


@media all and (min-width: 760px) {
	
	.site-footer__contact-info {
		grid-template-columns: 3fr 3fr 6fr 1fr
	}

	.nav-box--customer-service,
	.site-footer__navigation-boxes {
		grid-template-columns: repeat(3, 1fr)
	}
}


@media all and (min-width: 1025px) {
	.nav-box--customer-service,
	.site-footer__navigation-boxes {
		grid-template-columns: repeat(5, 1fr)
	}
}





/* Optionals */
/*
.electronics-pattern { background-image: url(/Themes/Agile/Content/img/electronics_pattern.png); }
.baby-pattern { background-image: url(/Themes/Agile/Content/img/baby_bgr.png); }
.fashion-pattern { background-image: url(/Themes/Agile/Content/img/fashion_pattern.png); }
.furniture-pattern { background-image: url(/Themes/Agile/Content/img/furniture_pattern.png); }
*/
/*-----------------------------------------------------------*\
	
	LOGIN PAGE LAYOUT
	#login-body
  Location: /Customer/Login.cshtml

	BLOCK:        login-body
  ELEMENTS:     ----------

\*-----------------------------------------------------------*/



/* Main Content */
.login-body {
	max-width: 1025px;
	margin: auto;
	display: grid;
	grid-gap: 24px;
	padding: 8px 8px 64px;
}



@media (min-width:1025px){
	.login-body {
		grid-gap: 24px 64px;
		grid-template-columns: 1fr 1fr;
		align-items: start;
	}

	.primary-heading--login {
		grid-column: 1 / -1;
	}

	.topic-block--LoginRegistrationInfo {
		grid-column: 1 / -1;
	}
}
/*-----------------------------------------------------------*\
	
	LOGIN PAGE LAYOUT
	#register-body
  Location: /Customer/Register.cshtml

	BLOCK:        register-body
  ELEMENTS:     -------------

\*-----------------------------------------------------------*/



/* Main Content */
.register-body {
	max-width: 1025px;
	margin: auto;
	display: grid;
	grid-gap: 24px;
	padding: 8px 8px 64px;
}
/*-----------------------------------------------------------*\
	
	SHOPPING CART PAGE LAYOUT
	#cart-body
  Location: /ShoppingCart/Cart.cshtml

	BLOCK:        cart-body
  ELEMENTS:     ---------

\*-----------------------------------------------------------*/



/* Main Content */
.cart-body {
	max-width: 1025px;
	margin: auto;
	display: grid;
	grid-gap: 24px;
	padding: 8px 8px 64px;
}


.remove-from-cart {
	background: #f1f1f1;
	color: #000;
	padding: 5px 11px;
	border-radius: 20px;
	font-size: 14px;
	border: 1px solid #ccc;
	cursor: pointer;
}

.remove-from-cart:hover {
	background: #ccc;
}


.estimate-shipping-result {
	display: grid;
	grid-gap: 12px;
}


.shipping-method {
	margin: auto;
	padding: 12px;
	width: 100%;
	max-width: 420px;
	display: grid;
	grid-gap: 24px;
}



.payment-info-page .primary-btn {
	margin: auto;
}

.payment-info {
	margin: 2rem auto;
}

.totals {
	max-width: 420px;
	margin: auto;
}


.order-totals {
	display: grid;
	grid-gap: 12px;
	max-width: 420px;
	margin: auto auto 1.5rem;
}


a.cart-item__name {
	text-decoration: none;
	font-size: 19px;
	font-weight: 600;
}




.payment-method__name {
	position: relative;
	margin: 0 auto 24px;
	max-width: 520px;
	background: #fff;
	text-align: left;
}


.payment-method__label.payment-method__label {
	width: 100%;
	max-width: 100%;
	white-space: pre-line;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #666;
	position: relative;
	padding: 24px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.payment-method__label .payment-description {
	flex-basis: 100%;
	margin-top: 8px;
	font-size: 12px;
}

.payment-method__image {
	margin-left: 12px;
}

.payment-method__label.payment-method__label.payment-method__label:before {
	content: '';
	position: absolute;
	border: solid thin gainsboro;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent;
	border-radius: 4px;
	transform: none;
}

.payment-method .method-list {
	margin-top: 24px;
}

.payment-method__label:hover {
	color: black;
}


.payment-method__label.payment-method__label.payment-method__label::after {}

input[type=radio]:checked+label.payment-method__label:after {
	border: solid 3px dimgray;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent;
}


.min-amount-warning {
	color: white;
	background: darkred;
	border-radius: 4px;
	margin-top: 12px;
	padding: 8px;
}
/*-----------------------------------------------------------*\
	
	CONTACT US PAGE LAYOUT
	#contact-body
  Location: /Common/ContactUs.cshtml

	BLOCK:        contact-body
  ELEMENTS:     ---------

\*-----------------------------------------------------------*/



/* Main Content */
.contact-body {
	max-width: 1025px;
	margin: auto;
	display: grid;
	grid-gap: 24px;
	padding: 8px 8px 64px;
}
/*-----------------------------------------------------------*\
	
	ALL PRODUCT TAGS
	#product-tags-body
  Location: /Catalog/ProductTagsAll.cshtml

	BLOCK:        product-tags-body
  ELEMENTS:     -----------------

\*-----------------------------------------------------------*/



/* Main Content */
.product-tags-body {
	max-width: 1025px;
	display: grid;
	grid-gap: 24px;
	padding: 0 0 64px;
}
/*-----------------------------------------------------------*\
	
	CATEGORY PAGE LAYOUT
	#cat-page
  Location: /Catalog/CategoryTemplate.ProductsInGridOrLines.cshtml

	BLOCK:        cat-page
  ELEMENTS:     cat-page__desc
								cat-page__sub-cats
								cat-page__feat-prods
								cat-page__catalog-selectors
								cat-page__prod-list
								cat-page__pager



\*-----------------------------------------------------------*/

.cat-page {
	display: grid;
	grid-gap: 24px;
	align-self: start;
}

.cat-page__desc {
	line-height: 1.8;
	font-size: 13px;
	color: #444;
}

.cat-page__top {
	display: flex;
	flex-wrap: wrap;
}

.cat-page__sub-cats {}

.cat-page__feat-prods {}

.cat-page__catalog-selectors {}

.cat-page__prod-list {}

.cat-page__pager {}
.prod-page .overview { display: contents; }

.prod-page {
	display: grid;
	grid-gap: 24px;
	padding: 0 8px;
	max-width: 1025px;
	margin: 0 auto;
}

.prod-page__prod-pics {
	max-width: 600px;
	width: 100%;
  margin: auto;
}

.picture-thumbs.in-carousel {
  width: 100%;
}

.related-products {
	grid-column: 1/-1;
}
/* Product Name */
.prod-page__prod-name {
	font-size: 26px;
	font-weight: 600;
	color: #282E3A;
}


.prod-page__main-rail {
	display: grid;
	grid-gap: 12px;
}


/* Discontinued Product */
.discontinued-product {
	text-align: center;
	font-size: 16px;
	color: #c00;
	font-weight: inherit;
	border-bottom: solid white 8px;
}



/* Short Description */
.prod-page__short-description {
	text-align: left;
	line-height: 1.5;
}



/* Full Description */
.prod-page__full-description {
	text-align: left;
	line-height: 1.5;
}

.prod-page__full-description p {
	margin-bottom: 16px;
}

.prod-page__full-description iframe {
	width: 100%;
	border: 0;
}

/* Availability */
.prod-page-availability {
	display: grid;
	grid-template-columns: max-content 1fr;
	grid-gap: 16px;
	align-items: center;
}



/* Delivery Info */
.prod-page-delivery {
	display: grid;
	grid-template-columns: max-content 1fr;
	grid-gap: 16px;
	align-items: center;
}

.free-shipping {
	color: black;
	border: solid 2px black;
	padding: 6px;
	width: max-content;
}



.back-in-stock-subs-button {
	border: 0;
	width: max-content;
	color: black;
	background: gainsboro;
	padding: 10px 12px 8px 12px;
}


.back-in-stock-subs-button {
	background: gold;
}








.rental-attributes .attribute-item>div {
	padding: 0;
}

.rental-attributes .attribute-label {
	margin-bottom: 10px;
	font-size: 14px;
	color: #aaa;
}

.tax-shipping-info {
	display: block;
	font-size: 13px;
	color: #aaa;
}

.customer-entered-price label {
	display: inline-block;
	margin-bottom: 5px;
	color: #aaa;
}

.customer-entered-price>div {
	display: inline-block;
}

.customer-entered-price .price-input input {
	padding: 5px;
	border: 0;
	width: 50%;
	text-align: right;
	color: #666;
}

.customer-entered-price .enter-price-input {
	width: 50px;
	text-align: center;
}

.customer-entered-price .price-range,
.base-price-pangv {
	display: block;
	margin-top: 5px;
	line-height: 1;
	font-size: 13px;
	color: #ccc;
}

.customer-entered-price .price-range:before,
.customer-entered-price .price-range:after,
.base-price-pangv:before,
.base-price-pangv:after {
	font-size: 13px;
	color: #ccc;
}

.customer-entered-price .price-range:before,
.base-price-pangv:before {
	content: '(';
}

.customer-entered-price .price-range:after,
.base-price-pangv:after {
	content: ')';
}

.prod-share-links__link {
	display: inline-block;
	padding: 8px;
}

.prod-page__prices {
	display: grid;
	grid-column: 1 / -1;
	font-size: 22px;
	font-weight: 600;
}

.add-to-cart {
	grid-column: 1 / -1;
}

 /*Product Page - medios de pago y envio*/

 .popUpPayShip {
	margin-top: 20px;
    display: flex;
    margin-bottom: 10px;
}
a#payment-methods{
    border-right: 2px solid #444;
    padding-right: 5px;
	cursor: pointer;
}

a#shipping-methods{
	cursor: pointer;
}

a#payment-methods::before {
    content: url(/Themes/Agile/Content/img/pagos-popup.svg);
    margin-right: 5px;
	display: block;
    width: 40px;    
    float: left;
}

a#shipping-methods::before {
    content: url(/Themes/Agile/Content/img/envios-popup.svg);
    margin-left: 6px;
    margin-right: 5px;
	display: block;
    width: 40px;	
	float: left;
}


@media (min-width: 760px) {

	
	.prod-page__main-rail {
		grid-gap: 24px 48px;
		grid-template-columns: 360px 1fr;
	}

	.prod-page__prod-pics {
		grid-row: 1 / span 6;
		margin: 0;
	}

	.add-to-cart,
	.prod-page__prices {
		grid-column: initial;
	}
}

@media (min-width: 1025px) {
	.prod-page {
		grid-template-columns: 360px 1fr;
		grid-gap: 24px 48px;
	}

	.breadcrumb--prod-page,
	.prod-page__prod-name,
	.prod-page__main-rail {
		grid-column: 1 / -1;
	}

	/* 	.prod-page__full-description,
	.productTabs {
		grid-column: 2 / -1;
	} */

	.products-also-purchased {
		grid-column: 1 / -1;
	}
}
.main-content--billing-address,
.main-content--shipping-address {
	display: grid;
	row-gap: 64px;
	padding: 16px 8px;
}

.confirm-order,
.main-content--shipping-address {
	display: grid;
	row-gap: 64px;
	padding: 16px 8px;
	grid-template-columns: 1fr 1fr;
	justify-items: center;
	max-width: 760px;
	margin: auto;
}

.confirm-order {
	grid-template-columns: 1fr;
}

.html-order-confirm-page .order-review-data {
	max-width: 760px;
	margin: 40px auto;
}

.html-order-confirm-page .billing-info-wrap {
	padding: 30px;
}

.select-shipping-address,
.new-shipping-address,
.pickup-points {
	grid-column: 1 / -1;
}

.secondary-btn--ship-to-address-toggle {
	order: -1;
}

.pickup-points {
	margin: auto;
	max-width: 420px;
}

.pickup-points .primary-btn {
	margin: 1rem auto 0;
}

.order-summary-wrapper  {
	padding: 64px 8px;
}

.address-box {
	display: grid;
	gap: 8px;
	border: solid thin gainsboro;
	border-radius: 4px;
	padding: 8px;
}

.address-box__name {
	font-size: 18px;
}


.new-billing-address .edit-address,
.new-shipping-address .edit-address {
	margin: auto;
	padding: 12px 0;
}

.primary-btn--create-address {
	max-width: 420px;
	margin: auto;
}

.secondary-btn--ship-to-address-toggle,
.secondary-btn--pickup-toggle {
	border: solid 2px black;
	background: white;
	padding: 1rem;
}

.secondary-btn--ship-to-address-toggle.active,
.secondary-btn--pickup-toggle.active {
	border: solid 2px grey;
	background: black;
	color: white;
}
.apply-for-vendor {
	padding: 8px;
}




.topic-body {
	padding: 8px 8px 64px;
}


.topic-body__content {
	width: 100%;
	max-width: 640px;
	margin: auto;
	line-height: 1.8;
}

.topic-body__content p {
	margin-bottom: 16px;
}




.popup-window .topic-page {
	padding: 15px;
}
/*-----------------------------------------------------------*\
	
	BREADCRUMB
	#breadcrumb
	Category & Product Page Breadcrumb

	Location: /Product/_ProductBreadcrumb.cshtml
						/Catalog/CategoryTemplate.ProductsInGridOrLines.cshtml

						
	BLOCK:        breadcrumb
	ELEMENTS:     breadcrumb__link
								breadcrumb__delimiter



\*-----------------------------------------------------------*/

/* Block */
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
}

/* Element - Link */
.breadcrumb__link {
	display: flex;
	justify-content: space-between;	
	text-decoration: inherit;
	align-items: center;
}

/* Economy Delimiter */
.breadcrumb__link::after {
	content: "";
	width: 1px;
	height: 100%;
	background: lightgray;
	margin: 0 8px;
}



/* Possible Block Modifiers */
.breadcrumb--prod-page {}

.breadcrumb--cat-page {}
.header-links {
	display: grid;
	row-gap: 8px;
	padding: 16px;
}

.header-links__item {
	padding: 4px;
	text-decoration: inherit;
}

@media all and (min-width: 1025px) {
	.header-links {
		display: flex;
	}

	.header-links__item {
		padding: 4px 16px;
	}

	.lava-pair__label--flyout-cart-sub-total,
	.lava-pair__value--flyout-cart-sub-total {
		color: white;
	}

	.header-links__item--wishlist,
	.header-links__item--cart {
		display: none;
	}
}
/*-----------------------------------------------------------*\

	SEARCH BOX
	#search-box
	Modulo para desplagar el bloque de busqueda

	BLOCK:        search-box
  ELEMENTS:     search-box__form
								search-box__input x2 -> span & input
								search-box__button



\*-----------------------------------------------------------*/


/* Module */
.search-box {
	position: relative;
	display: flex;
	max-width: 520px;
}



/* Input and button wrapper */
.search-box__form {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
}



/* Input wrapper */
span.search-box__input {
	flex-grow: 1;
	margin: 0 16px 0 12px;
	position: relative;
}

/* span.search-box__input::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid thin #282E3A;
	transform: skew(-15deg);
	pointer-events: none;
	z-index: -1;
}
 */




/* Text Input */
input.search-box__input {
  height: initial;
	border: 0;
	background: transparent;
}



input.search-box__input::-webkit-input-placeholder { color: #bbb; }
input.search-box__input::-moz-placeholder { color: #bbb; }
input.search-box__input:-ms-input-placeholder { color: #bbb; }
input.search-box__input:-moz-placeholder { color: #bbb; }



/* Button */
.search-box__button {
  color: white;
  background-color: transparent;
  border: none;
	padding: 6px 20px 4px;
	font-size: inherit;
  display: flex;
	align-items: center;
	position: relative;
	left: -10px;
}

.search-box__button::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #282E3A;
	transform: skew(-15deg);
	z-index: -1;
}





/*-----------------------------------------------------------*\
	INSTANT SEARCH
\*-----------------------------------------------------------*/
.search-box__select {
	order: -10;
  height: initial;
  border-radius: 8px;
  border: solid thin lightgray;
}

.instantSearch {
	width: 100% !important;
	height: auto !important;
}

.instantSearch.resize {
	left: 0 !important;
	width: 100% !important;
}

.instantSearch .k-list-container {
	position: static !important;
	width: 100% !important;
	background: #fff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.instantSearch .k-list {
	height: 100%;
	overflow: auto;
}

.instantSearch .k-item {
	border-top: 1px solid #eee;
	cursor: pointer;
}

.instant-search-item {
	overflow: hidden;
	padding: 6px;
	height: 92px;
}

.instant-search-item .img-block {
	position: relative;
	float: left;
	border: 1px solid #eee;
	overflow: hidden;
	width: 80px;
	height: 80px;
	background-color: #fff;
	text-align: center;
}

.instant-search-item .img-block img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.instant-search-item .detail {
	margin: 10px 0 0 90px;
	min-height: 42px;
	text-align: left;
}

.instant-search-item .detail .title {
	line-height: 1.2;
	margin-bottom: 10px;
	font-size: 14px;
}

.instant-search-item .detail .sku {
	margin-bottom: 5px;
	font-size: 14px;
}

.instant-search-item .detail .price {
	font-weight: bold;
	font-size: 14px;
	color: black;
}

.k-item.k-state-hover .instant-search-item,
.k-item.k-state-focused .instant-search-item {
	background: #f9f9f9;
}





@media (min-width:1025px) {

	.search-box {
		min-width: 320px;
	}

	span.search-box__input::after {
		transform: skew(-25deg);
	}

	input.search-box__input {
		text-indent: 6px;
		padding: 8px 0 8px 12px;
		position: relative;
		flex-grow: 1;
	}

	.search-box__form::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: solid thin black;
		transform: skew(-15deg);
		z-index: -1;
	}
	

	.search-box__button {
		padding: 6px 26px 4px;
		left: 0;
	}

	.search-box__button::after {
		/* transform: skew(-25deg); */
	}

	.site-header__secondary-menu {
		display: initial;
	}

}
.cart-flyout {
	position: relative;
	display: flex;
}

.mini-shopping-cart__count {
	margin-bottom: 16px;
}

.flyout-cart {
	display: flex;
}


.cart-flyout__link {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	font-weight: 600;
	font-size: 18px;
	color: white;
	text-decoration: inherit;
	margin-right: 24px;
}

.flyout-cart__subtotal {
	display: flex;
	align-items: center;
}

.cart-flyout__ico {
	margin-right: 8px;
}

@media all and (max-width: 1024px) {
	.flyout-cart,
	.cart-flyout {
		display: none;
	}
}

@media all and (min-width: 1025px) {

	.mini-shopping-cart {
		opacity: 0;
		position: absolute;
		top: 100%;
		right: 0;
		width: 380px;
		background: #fff;
		box-shadow: 0 7px 15px rgba(0, 0, 0, .15);
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition: transform .3s, opacity .3s;
		transition: transform .3s, opacity .3s;
		pointer-events: none;
		z-index: 1020;
	}

	.opened .mini-shopping-cart {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		pointer-events: auto;
		padding: 8px;
	}

	

	.flyout-cart .items {
		position: relative;
		max-height: 240px;
		max-height: -webkit-calc(100vh - 360px);
		max-height: calc(100vh - 360px);
		overflow: hidden;
		display: grid;
  	grid-gap: 24px;
	}

	.prod-box__info--cart-flyout.prod-box__info--cart-flyout {
		grid-gap: 6px;
		align-self: start;
	}
}



@media all and (min-width: 1281px) {
	.flyout-cart .items {
		max-height: 400px;
		max-height: -webkit-calc(100vh - 360px);
		max-height: calc(100vh - 360px);
	}
}
.basic-banner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	color: black;
	text-decoration: inherit;
}



.homepage__main-rail {
	position: relative;
}

.homepage-main__shape-1 {
	display: none;
}

.homepage-main__shape-2 {
	display: none;
}

.basic-banner__img {
	display: block;
	align-self: flex-start;
}

.basic-banner__copy {
	position: relative;
  width: 100%;
}

.basic-banner__copy h1 {
	font-size: 30px;
	color: white;
	font-weight: inherit;
	position: relative;

  padding: 6px 8px;
	width: 100%;
	max-width: 340px;
	z-index: 1;
	margin-top: -48px;
}


.basic-banner__copy  h1::after {
  content: "";
  position: absolute;
  top: 0;
	left: -3%;
  width: 100%;
  height: 100%;
  background: #FF9900;
  transform: skew(-15deg);
  z-index: -1;
}

.basic-banner__copy p {
	font-size: 16px;
	padding: 8px;
}


.basic-banner__cta {
	color: white;
  background-color: transparent;
  border: none;
  padding: 8px 16px;
	font-size: 14px;
	text-transform: uppercase;
  display: flex;
  align-items: center;
  position: relative;
  left: -10px;
}

.basic-banner__cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #282E3A;
  transform: skew(-15deg);
  z-index: -1;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 25%;
  z-index: 1000;
	right: 0;
	padding: 8px;
	width: 48px;
	height: 48px;
	padding-left: 18px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(40, 46, 58, .3);
  transform: skew(-15deg);
  z-index: -1;
}

.swiper-button-prev::after {
	transform: skew(15deg);
}

.swiper-button-next {
	padding-top: 11px;
	right: 2.5%;
}

.swiper-button-prev {
	left: 0;
	right: initial;
	transform: rotate(180deg);
	padding-left: 18px;
	padding-top: 10px;
	left: 2.5%;
}

@media (min-width:1025px) {
	.basic-banner__img {
		margin: auto;
	}

	.basic-banner__copy {
		width: 35%;
		z-index: 1;
		padding: 12px 8px;
		right: 10%;
		top: 58%;
		position: absolute;
	}
	
	.basic-banner__copy::after {
		content: "";
		position: absolute;
		top: 0;
		left: -3%;
		width: 110%;
		height: 100%;
		background: #FF9900;
		transform: skew(-15deg);
		z-index: -1;
	}


	.basic-banner__copy h1 {
		margin-top: 0;
		font-size: 42px;
		max-width: initial;
		padding: 0 8px;
	}

	.basic-banner__copy h1::after {
		content: none;
	}

	.basic-banner__copy p {
		font-size: 24px;
		padding: 0 8px;
	}

	.basic-banner__cta {
		z-index: 1;
		font-size: 20px;
		padding: 16px 32px;
		left: auto;
		bottom: 7%;
		position: absolute;
		right: 20px;
	}

	.swiper-button-prev, 
	.swiper-button-next {
		top: 40%;
		width: 64px;
		height: 64px;
		display: grid;
		align-items: center;
  	justify-content: center;
	}

	.homepage-main__shape-1 {
		display: initial;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		max-width: 190px;
	}
	
	.homepage-main__shape-2 {
		display: initial;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: auto;
	}
}
/*-----------------------------------------------------------*\
	
	CUSTOM PRODUCTS LIST
	#custom-prods-list
  Location: /SmartProductCollections/Products.cshtml
	Modulo para desplagar listados personalizado de productos
	
	
	BLOCK:        custom-prods-list
  ELEMENTS:     custom-prods-list__navigation
								custom-prods-list__tab
								custom-prods-list__body
								custom-prods-list__loading



\*-----------------------------------------------------------*/



/* Module Navigation Tab */
.custom-prods-list__tab {
	position: relative;
  padding: 15px 24px;
  background-color: lightgray;
  text-transform: uppercase;
  font-size: 14px;
  color: black;
	cursor: pointer;
	display: inline-block;
}

/* Module Navigation Active Tab */
.custom-prods-list__tab.active {
	background: black;
	color: white;
}



/* Module Main Content Wrapper */
.custom-prods-list__body {
	position: relative;
	min-height: 354px;
}

/* Module Main Content Interaction */
.custom-prods-list__body .product-grid { display: none; }
.custom-prods-list__body .product-grid.active { display: block; }
.custom-prods-list__body .no-data { display: block; padding: 20px 25px; }


.custom-prods-list__navigation {
	display: none;
}


/* Module Main Content Loader Wrapper */
.custom-prods-list__loading {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, .9);
	z-index: 2;
}

/* Module Main Content Loader Triangle */
.custom-prods-list__loading::after {
	content: "";
	display: block;
	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 black;
	animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
}
/*-----------------------------------------------------------*\
	
	CUSTOM CATEGORIES PRODUCTS LIST
	#custom-cats-prods-list
  Location: /SmartProductCollections/_CategoryGroup.cshtml
	Modulo para desplagar listados personalizado de productos


	BLOCK:        custom-prods-list
  ELEMENTS:     custom-prods-list__navigation
								custom-prods-list__tab
								custom-prods-list__body
								custom-prods-list__loading



\*-----------------------------------------------------------*/




.custom-cats-prods-list { position: relative; }
.spc-categories .product-grid { display: none; }
.spc-categories .product-grid.active { display: block; }
.spc-categories .category-products { position: relative; }
.spc-body .no-data { display: block; padding: 20px 25px; }


.cat-prods-loading-overlay {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, .8);
	z-index: 2;
}

.cat-prods-loading-overlay::after {
	content: "";
	display: block;
	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 black;
	-webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
	animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
	font-size: 0;
	text-indent: -9999px;
}



@media all and (min-width: 1025px) {
	.spc-categories input[type="button"] {
		width: 42px !important;
		max-width: 80px;
		height: 40px;
		background-color: #eaeaea;
		background-position: center;
		background-repeat: no-repeat;
		font-size: 0 !important;
	}

	.spc-categories input[type="button"]:hover {
		background-color: #ddd;
	}

	.spc-categories .ajax-cart-button-wrapper {
		width: auto !important;
	}

	.spc-categories.products-5 .item-box .buttons-wrapper button {
		width: 41px;
	}
}

.homepage__cat-prod-collection .custom-cats-prods-list {
	min-height: 420px;
	display: grid;
	grid-gap: 12px;
}

@media (min-width:720px) {
	.homepage__cat-prod-collection .custom-cats-prods-list {
		grid-gap: 32px;
		grid-template-columns: 2fr 4fr;
	}

	.homepage__cat-prod-collection .obj-list--prods {
		grid-template-columns: repeat(3, 1fr);
		place-content: space-between;
	}
}
.obj-list {
	display: grid!important;
	grid-gap: 48px 24px;
	
	align-items: flex-start;
}



.obj-list--categories {
	display: inline!important;
	flex-wrap: wrap;
}

.obj-list--categories .cat-item {
	display: inline-block!important;
	margin: 0 8px 8px 0;
}


.html-billing-address-page .obj-list--billing-addresses,
.html-shipping-address-page .obj-list--shipping-addresses {
	grid-template-columns: repeat(auto-fit, 320px);
}

.obj-list .item-box {
	display: contents;
}

.obj-list.obj-list--prods,
.obj-list.obj-list--homepage-products {
	grid-template-columns: 1fr;
	grid-gap: 32px 24px;
}

@media (min-width: 360px) {
	.obj-list {

		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 620px) {
	.obj-list.obj-list--prods,
	.obj-list.obj-list--homepage-products {
		grid-template-columns: 1fr 1fr!important;
	}	
}

@media (min-width: 732px) {
	.obj-list {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.two-per-row .obj-list {
		grid-template-columns: 1fr 1fr;
	}

	.three-per-row .obj-list {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.four-per-row .obj-list {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.product-list .obj-list {
		grid-template-columns: 1fr!important;
	}

	.html-category-page .obj-list--categories {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.html-manufacturer-list-page .obj-list {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.html-billing-address-page .obj-list--billing-addresses {
		grid-template-columns: repeat(auto-fill, 300px);
	}
	
}
/*-----------------------------------------------------------*\
	
	FEATURED CATEGORIES
	#feat-cats
  Location: /Catalog/HomepageCategories.cshtml
	Modulo para desplagar categorías seleccionadas
	
	BLOCK:        feat-cats
  ELEMENTS:     feat-cats__label
								feat-cats__content



\*-----------------------------------------------------------*/

/* Module */
.feat-cats {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1280px;
	margin: auto;
	position: relative;
}



.feat-cats__top-bar {
	border: 0;
	width: 50%;
	height: 12px;
	position: relative;
	margin-bottom: -6px;
	overflow: visible;
}

.feat-cats__top-bar::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #019589;
	transform: skew(-45deg);
	left: -5%;
}





.feat-cats__bottom-bar {
	border: 0;
  width: 40%;
  height: 12px;
  position: relative;
  margin-top: -6px;
  overflow: visible;
  right: -60%;
}

.feat-cats__bottom-bar::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #BCC1CC;
	transform: skew(45deg);
	right: -5%;
}






/* Module Content Layout */
.feat-cats__content {
	display: grid;
	grid-gap: 8px;
	padding: 24px 8px;
	position: relative;
}

.feat-cats__content::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	background: #F2F2F3;
	left: -100vw;
	width: 200vw;
	height: 100%;
	z-index: -1;
}


@media (min-width:360px) {
	.feat-cats__content {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width:720px) {
	.feat-cats__content {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (min-width:1025px) {
	.feat-cats__content {
		grid-template-columns: repeat(5, minmax(max-content, auto));
	}
}
/*-----------------------------------------------------------*\

	CATALOG SELECTORS || PRODUCT LIST OPTIONS
	#prod-list-options
	Location: /Catalog/_CatalogSelectors.cshtml
	

	BLOCK:        prod-list-options
	ELEMENTS:     prod-list-options__filters-btn
								prod-list-options__view
								prod-list-options__sort
								prod-list-options__size



	INNER BLOCKS

	BLOCK:        filters-button
	ELEMENTS:     filters-button__ico



	BLOCK:        view-mode 
	ELEMENTS:     view-mode__label
								view-mode__button



	BLOCK:        product-sorting
  ELEMENTS:     product-sorting__label
								product-sorting__select



	BLOCK:        product-page-size
  ELEMENTS:     product-page-size__label
								product-page-size__select

\*-----------------------------------------------------------*/



.prod-list-options {
	font-size: 13px;
	color: #aaa;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}





/* Filters trigger */
.prod-list-options__filters-btn {
  position: relative;
  display: flex!important;
  padding: 12px 10px;
  /* text-transform: uppercase; */
  text-align: center;
  font-size: 13px;
  color: #888;
	cursor: pointer;
	align-items: center;
	border: solid thin #b5b5b5;
	border-radius: 4px;
}

.form-field__select--catalog-sort {
	border: solid thin #b5b5b5;
}


@media (min-width:1025px){
	.prod-list-options__filters-btn {
		display: none!important;
	}
}

.filters-button__ico {
	margin-right: 8px;
}





/* View Mode */
.view-mode {
	display: flex;
	align-items: center;
	padding: 4px;
}

.view-mode__label {
	margin-right: 4px;
}

.view-mode__button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 37px;
	height: 37px;
	font-size: 0;
	opacity: 0.15;
	vertical-align: middle;
}

.view-mode__button.selected {
	background: lightgray;
	opacity: 1;
}









/* Page Size */
.product-page-size {
	display: flex;
	align-items: center;
	padding: 4px;
}

.product-page-size__label {
	margin:0 4px;
}

/*-----------------------------------------------------------*\

	CATEGORY ITEM
	#cat-item
	Modulo para desplagar categorías

	BLOCK:        cat-item
  ELEMENTS:     cat-item__img
								cat-item__name
								cat-item__sub-cat-link



\*-----------------------------------------------------------*/



/* Module */
.cat-item {
	width: fit-content;
	margin: 0 auto;
	display: grid;
	grid-gap: 12px;
}



/* Category image */
.cat-item__img {
	max-width: 100%;
	display: block;
	margin: auto;
}



/* Category name */
.cat-item__name {
	color: #FF9900;
	font-weight: inherit;
	font-size: 20px;
	
}

.cat-item__name--feat-cats {
	color: #282E3A;
	font-size: 17px;
	line-height: 1.2;
	font-weight: 200;
	background: transparent;
	padding: 8px;
}






.cat-item__link {
	text-decoration: inherit;
}

.cat-item__link--feat-cats {
	display: flex;
	align-items: center;
}


.cat-item__icon {
	flex-basis: 30px;
}


/* Subcategory link */
.cat-item__sub-cat-link {
	padding: 6px 8px;
	text-decoration: inherit;
	display: inline-block;
}


@media all and (min-width: 1025px) {
	.cat-item__name--feat-cats {
		font-size: 20px;
	}
}
.ajax-cart-button-wrapper {
	display: flex;
}

.prod-box__qty-txt-input.prod-box__qty-txt-input {
	max-width: 60px;
	height: initial;
	text-align: center;
}

.miniProductDetailsView .product-essential {
	display: grid;
}




.related-products-grid .ajax-cart-button-wrapper input,
.related-products-grid .ajax-cart-button-wrapper select,
.also-purchased-products-grid .ajax-cart-button-wrapper input,
.also-purchased-products-grid .ajax-cart-button-wrapper select {
	display: none;
}


/* LOADER & ERROR WINDOW */


.k-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1060;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	opacity: 1 !important;
	/*to be matched to theme overlay*/
}

.nopAjaxCartPanelAjaxBusy {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1070;
	width: 100% !important;
	height: 100% !important;
	background: rgba(255, 255, 255, .8);
}

.nopAjaxCartPanelAjaxBusy::after {
	content: '.';
	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 black;
	-webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
	animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
	font-size: 0;
	text-indent: -9999px;
}

.miniProductDetailsPanelAjaxBusy {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100% !important;
	height: auto;
	/*if fixed, loader will be always visible*/
	background: #fff url(/Themes/Agile/Content/img/loader.gif) no-repeat scroll 50% 50%;
	opacity: 0.7;
}

.addProductToCartErrors ul,
.addProductVariantToCartErrors ul {
	padding: 20px;
}

.addProductToCartErrors li,
.addProductVariantToCartErrors li {
	color: #ff5874;
}

.ajaxCart .addProductToCartErrors {
	text-align: center;
	font-size: 13px;
}



/* COMMON WINDOW STYLES */
.ajaxCart {
	position: absolute;
	z-index: 1070;
	width: 100% !important;
	/*equal width for all popups (products and errors)*/
	margin: 0;

	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	background-color: #f9f9f9;
	padding: 0 !important;
	max-width: 580px;
}



.ajaxCart .k-window-titlebar {
	position: relative;
	padding: 20px;
	height: 65px;
	/*theme specific, depending on window title size*/
	margin: 0 !important;
	background-color: #fff;
	font-size: 0;
}

.ajaxCart .k-window-titlebar .k-window-title {
	font-size: 20px;
	color: #444;
}

.ajaxCart .k-window-titlebar .k-window-actions {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
}

.ajaxCart .k-window-titlebar .k-window-actions a:after {
	content: '\e901';
	position: absolute;
	top: 10px;
	left: 10px;
	font-family: prisma;
	font-size: 10px;
	color: #bbb;
}

.ajaxCart .k-window-titlebar .k-window-actions a {
	position: relative;
	display: block;
	width: 28px;
	height: 28px;
	background: #f9f9f9;
	font-size: 0;
}

.productAddedToCartWindow,
.miniProductDetailsView {
	background: #f9f9f9;
}

.productAddedToCartWindowTitle,
.miniProductDetailsView .product-name {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	max-width: 90%;
	font-weight: bold;
	font-size: 22px;
	color: #444;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.productAddedToCartWindow:focus,
.miniProductDetailsView:focus {
	outline: -webkit-focus-ring-color auto 0;
}

.miniProductDetailsView .attribute-item>div {
	margin: 5px 0;
}

/* PRODUCT ADDED TO CART WINDOW */
.productAddedToCartWindowImage {
	float: left;
	width: 42%;
	margin: 0 0 20px;
}

.productAddedToCartWindowImage a {
	display: block;
	position: relative;
	overflow: hidden;
}

.productAddedToCartItem,
.miniProductDetailsView .product-essential,
.miniProductDetailsView .product-collateral {
	padding: 20px;
}

.miniProductDetailsView .overview .prices {
	float: none;
	text-align: left;
}

.productAddedToCartWindowImage a:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.productAddedToCartWindowImage img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.productAddedToCartWindowDescription {
	float: right;
	padding-bottom: 10px;
	width: 55%;
}

.productAddedToCartWindowDescription h1 {
	margin: 0 0 10px;
	font-size: 18px;
	color: #444;
}

.productAddedToCartWindowDescription .price {
	display: block;
	margin: 0 0 10px;
	padding: 14px 5px 15px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-size: 20px;
	color: black;
}

.productAddedToCartWindowDescription .quantity {
	display: block;
	margin: 0 0 10px;
}

.productAddedToCartWindowDescription .attributeInfo,
.productAddedToCartWindowDescription .quantity {
	padding: 5px 5px 0;
	font-size: 14px;
	color: #aaa;
}

.productAddedToCartWindowDescription .attributeInfo {
	line-height: 24px;
}

.productAddedToCartWindowSummary {
	float: right;
	padding: 10px 0;
	margin-right: 20px;
	border-top: 3px solid #eee;
	width: 52%;
	text-align: center;
	font-size: 0;
}

.productAddedToCartWindowSummary a {
    position: relative;
    display: inline-block;
    padding: 15px 10px;
    width: 100%;
    max-width: 49%;
    background: #019589;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    z-index: 0;
    vertical-align: top;
	border: solid 1px #fff;
}
.productAddedToCartWindowSummary a:hover {
    color: #fff;
	background: #04544d;
} 

.productAddedToCartWindowSummary div {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 49%;
	background: black;
}

.productAddedToCartWindowSummary a:before,
.productAddedToCartWindowSummary div:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
}

.productAddedToCartWindowSummary a:before {
	background: #04544d;
	z-index: -1;
}

.productAddedToCartWindowSummary a:hover:before,
.productAddedToCartWindowSummary div:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.productAddedToCartWindowSummary .button-1 {
	position: relative;
	padding: 15px;
	border: 0;
	width: 100%;
	background: transparent;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

.productAddedToCartWindowSummary div:hover .button-1 {
	color: black;
}

.overview-buttons .ajax-cart-button-wrapper {
	width: 100%;
}

/* PRODUCT GRIDS IN AJAX CART */


.ajaxCart .product-grid {
	margin: 0;
	padding: 0 10px;
	border-top: 10px solid #fff;
	border-bottom: 0;
	clear: both;
}

.ajaxCart .product-grid .title {
	padding: 20px 0;
	text-align: center;
	font-size: 16px;
	color: #444;
}

.ajaxCart .product-grid .title strong {
	font-weight: bold;
}

.ajaxCart .item-grid {
	padding: 10px;
	background: transparent;
}

.ajaxCart .cross-sells .details,
.ajaxCart .related-products-grid .details {
	padding: 0;
}

.ajaxCart .cross-sells .add-info,
.ajaxCart .related-products-grid .add-info {
	display: none;
}

.ajaxCart .item-box {
	/*item box behavior is determined by the theme*/
	margin-top: 5px;
	margin-bottom: 5px;
}

.ajaxCart .item-box .details .product-title {
	height: 35px;
	overflow: hidden;
	font-size: 14px;
	font-weight: normal;
}

.ajaxCart .item-box .product-rating-box,
.ajaxCart .item-box .tax-shipping-info,
.ajaxCart .item-box .description,
.ajaxCart .item-box .old-price,
.ajaxCart .item-box .buttons {
	display: none;
	/*only product-name and actual-price are visible, change if necessary*/
}

.ajaxCart .item-box .details .prices {
	height: auto;
	margin: 0;
}

.ajaxCart .product-collateral .title {
	margin: 0;
	padding-bottom: 5px;
	font-size: 18px;
}

.ajaxCart .product-collateral>.tier-prices {
	margin: 0;
}


/* PRODUCT DETAILS WINDOW */
.miniProductDetailsView .gallery {
	display: block;
	/*Cloud Zoom css override*/
	float: left;
	width: 35%;
	margin: 0 0 20px;
	overflow: hidden;
}

.miniProductDetailsView .gallery .picture {
	width: auto;
}

.miniProductDetailsView .gallery .picture:before {
	display: none;
	/*remove if you need an absolute position*/
}

.miniProductDetailsView .gallery .picture img {
	position: static;
	/*remove if you need an absolute position*/
	width: 100%;
}

.miniProductDetailsView .attributes {
	clear: both;
}

.miniProductDetailsView .attributes label {
	font-size: 13px;
}

.miniProductDetailsView .attributes .option-list {
	text-align: left;
}

.miniProductDetailsView .customer-entered-price+.add-to-cart {
	border: 0;
}

.miniProductDetailsView .add-to-cart .min-qty-notification {
	display: block;
}

.miniProductDetailsView .giftcard {
	margin: 0;
}

.miniProductDetailsView .message-error {
	clear: both;
	margin: 10px 0 0;
	color: #ff5874;
}

.miniProductDetailsView .message-error li {
	margin: 0 0 10px;
}



@media all and (min-width: 1025px) {

	.ajaxCart .cross-sells .item-box,
	.ajaxCart .also-purchased-products-grid .item-box,
	.ajaxCart .related-products-grid .item-box {
		width: 15%;
	}

	.ajaxCart .cross-sells .item-box:nth-of-type(6)+.item-box,
	.ajaxCart .also-purchased-products-grid .item-box:nth-of-type(6)+.item-box,
	.ajaxCart .related-products-grid .item-box:nth-of-type(6)+.item-box,
	.ajaxCart .related-products-grid .item-box:nth-child(1n+7) {
		display: none;
	}
}
.prod-box {
	display: grid;
	grid-template-columns: 120px 1fr;
	grid-gap: 16px;
	margin: 0 auto;
	width: 100%;
	max-width: 344px;
	border-bottom: solid thin gainsboro;
  	padding-bottom: 15px;
}

.prod-box--cart-flyout {
	grid-gap: 8px;
}



.prod-box__name {
	grid-column: 1 / -1;
}

.prod-box__name-link {
	display: block;
	text-decoration: inherit;
	font-size: 18px;
	font-weight: 600;
	min-height: 38px;
}



.prod-box__info {
	display: grid;
	grid-gap: 3px;
}



.prod-box__short-description {
	font-size: 14px;
	color: #737373;
}

.prod-box__old-price {
	margin-right: 7px;
	text-decoration: line-through;
	font-weight: bold;
	font-size: 16px;
	color: #aaa;
}

.prod-box__price {
	font-weight: 600;
	font-size: 18px;
}

.product-box-add-to-cart-button {
    font-size: 14px;
    color: white;
    padding: 7px 13px;
    background: transparent;
    display: flex;
    justify-content: center;
    width: 75%;
    border: 0;
    position: relative;
    margin: auto;
}

.product-box-add-to-cart-button::after {
	content: "";
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 100%;
  background: #019589;
  transform: skew(-15deg);
  z-index: -1;
}


.custom-prods-list__body .product-box-add-to-cart-button::after {
  background: #FF9900;
}







.prod-box__pic {
	overflow: hidden;
	background: #fff;
	z-index: 1;
}

.prod-box__pic-link {
	position: relative;
	display: block;
}

.prod-box__pic-link:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.prod-box__pic-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	max-width: 100%;
	/* border: solid thin gainsboro; */
  border-radius: 4px;
}

.prod-page__full-description ul {
	list-style: disc;	
	padding-left: 24px;
}


.prod-box__secondary-rail,
.prod-box__prices,
.attribute-squares-wrapper {
	display: contents;
}

.item-box .attribute-squares {
	text-align: left;
}

.item-box .attribute-squares li {
	margin: 0 2px 0 0;
}

.item-box .attribute-squares label {
	padding: 2px;
	width: 26px;
	height: 26px;
}

.item-box .attribute-square {
	width: 20px;
	height: 20px;
}
.add-to-cart {
	display: grid;
	grid-gap: 8px;
}

.add-to-cart__min-qty-msg {}

.add-to-cart__qty-input {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: fit-content;
	max-width: 240px;
}



.add-to-cart-button {
	font-size: 16px;
	color: white;
	padding: 9px 12px;
	background: transparent;
	display: flex;
	justify-content: center;
	width: 90%;
	max-width: 149px;
	border: 0;
	position: relative;
	left: 8px;
}



.add-to-cart-button::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FF9900;
	transform: skew(-25deg);
	z-index: -1;
}





.qty-label {
	flex-basis: 100%;
	margin-bottom: 8px;
	font-size: 12px;
	text-align: center;
}


.qty-dropdown {
	width: 32px;
	border: solid thin gainsboro;
	border-radius: 30px;
	font-size: inherit;
	padding: 8px 24px 8px 16px;

	background-position-x: 85%;

}



.qty-btn {
	font-size: 26px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 36px;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	border: solid thin gainsboro;
	border-radius: 100%;

	user-select: none;
	/* supported by Chrome and Opera */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
}

.qty-input {
	margin: 0 8px;
	border-radius: 8px;
	flex-grow: 1;
	width: 40px;
	text-align: center;
}
.prod-specs {
	display: grid;
	grid-gap: 16px;
}
.prod-attr {
	display: grid;
	grid-gap: 16px;
}

.prod-attr__item {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-gap: 16px;
	padding-bottom: 8px;
	border-bottom: solid thin lightgray;
	align-items: center;
}

.attributes select {
	border: 0;
	width: 100%;
	max-width: 100%;
	text-align: left;
	font-size: 13px;
	color: #666;
}

.attributes>ul>li {
	border-bottom: 1px solid #eee;
}

.attributes>ul>li:after {
	content: '';
	display: block;
	clear: both;
}

.attributes>ul>li:last-of-type {
	border: 0;
}

.attributes li ul li {
	margin: 0;
}

.attributes select {
	background-position: 96% center;
}

.qq-uploader .qq-upload-button {
	border: 0;
	width: auto;
	background: #fff;
	color: black;
}

#product_attribute_22uploader,
.attributes div .qq-uploader {
	padding: 0;
}

.attributes div .qq-uploader {
	border-bottom: 4px solid black;
}

.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: black;
}

.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;
}

.attributes .option-list {
	font-size: 0;
}

.attributes .option-list li {
	display: inline-block;
	margin: 2px;
}

.attributes .option-list.radio-list label {
	display: block;
	padding: 10px;
	background: white;
	text-align: center;
	font-size: 14px;
	color: #888;
	-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: black;
	color: #fff;
}

.attributes .option-list input[type=radio]+label:before,
.attributes .option-list input[type=radio]:checked+label:after {
	content: none;
}

.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;
}

.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;
}

.attributes .qty-box {
	margin: 10px 0 0 0;
	padding: 0;
}

.attributes .qty-box input {
	width: 48px;
	height: 32px;
}

@media all and (min-width: 481px) {
	.attribute-item:after {
		content: '';
		display: block;
		clear: both;
	}

	.attribute-data {
		float: right;
	}

	.attribute-data,
	.rental-attributes .datepicker {
		border: 0;
		width: 50%;
		max-width: 50%;
		text-align: left;
	}

	.attributes .qty-box {
		margin-top: 0;
	}
}



@media all and (min-width: 769px) {
	.attributes .qty-box {
		margin-top: 10px;
	}

	.attribute-item:last-child {
		margin-bottom: 0;
	}

	.attribute-item:after {
		content: '';
		display: block;
		clear: both;
	}

	.attr-item:after {
		content: none;
	}

	.attribute-data {
		float: none;
		display: inline-block;
	}
}



@media all and (min-width: 1025px) {
	.attribute-data,
	.rental-attributes .datepicker {
		float: right;
	}

	.attr-item:after {
		content: '';
	}
}

.product-review-box .rating {
	width: 70px;
	height: 11px;
	background-image: url(/Themes/Agile/Content/img/rating_gray.svg);
	background-repeat: repeat-x;
	background-color: #ccc;
}

.product-review-box .rating div {
	height: 11px;
	background-image: url(/Themes/Agile/Content/img/rating_gray.svg);
	background-repeat: repeat-x;
	background-color: black;
}

.product-no-reviews a {
	color: black;
}

.product-review-links {
	color: #aaa;
}

.product-review-links span {
	display: none;
}

.product-review-links a:hover {
	color: black;
}

.product-review-links span+a {
	display: block;
	font-size: 13px;
	color: black;
}

.product-review-links span+a:before {
	content: '\e91a';
	display: inline-block;
	margin-right: 5px;
	font-family: prisma;
	font-size: 14px;
	color: #aaa;
}

@media all and (min-width: 481px) {
	.product-review-links span+a {
		display: inline-block;
		margin-left: 2%;
	}
}
.tier-prices .prices-table:after {
	content: '';
	display: block;
	clear: both;
}

.tier-prices .prices-row {
	float: left;
	width: 50%;
}

.tier-prices .prices-row > div {
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 10px;
}

.tier-prices .prices-row.thead > div {
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}

.tier-prices .prices-row > div:last-of-type {
	border-bottom: 1px solid #eee;
}

.tier-prices .field-header {
	color: #888;
}



@media all and (min-width: 769px) {
	.tier-prices .prices-table {
		display: table;
		width: 100%;
		border: none;
		border-collapse: collapse;
	}

	.tier-prices .prices-row {
		display: table-row;
		float: none;
		width: auto;
	}

	.tier-prices .prices-row > div {
		display: table-cell;
		border: 1px solid #eee !important;
	}

	.tier-prices .field-header {
		min-width: 100px;
	}
}
.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;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	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: black;
	color: #fff;
}
.giftcard {
	margin: 0 0 20px;
	overflow: hidden;
	clear: both;
	text-align: center;
}

.giftcard div {
	margin: 0 0 10px;
}

.giftcard label {
	display: block;
	margin: 0 0 5px;
	text-align: center;
	font-size: 13px;
	color: #666;
}

.giftcard input[type=text],
.giftcard textarea {
	display: block;
	margin: 0 auto;
	border: 0;
	width: 350px;
	max-width: 100%;
}

.giftcard textarea {
	height: 150px;
}



@media all and (min-width: 769px) {
	.giftcard>div {
		position: relative;
		text-align: center;
	}

	.giftcard label {
		float: left;
		margin: 5px 0 5px 0;
		width: 20%;
		width: -webkit-calc((100% - 350px)/2);
		width: calc((100% - 350px)/2);
		text-align: left;
	}
}
.prod-tags-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.prod-tag {
	color: black;
	fill: black;
	background: gainsboro;
	text-decoration: inherit;
	display: flex;
	align-items: center;
	width: fit-content;
	padding: 6px 12px;
	margin: 0 4px 4px 0;
}
.ui-tabs {
	margin: 0 0 20px;
}

.ui-tabs .ui-tabs-nav {
	margin-bottom: 4px;
	overflow: hidden;
	font-size: 0pt;
}

.ui-tabs .ui-tabs-nav li {
	position: relative;
	display: inline-block;
	margin-right: 4px;
	background: #f9f9f9;
}

.ui-tabs .ui-tabs-nav li a {
	position: relative;
	display: inline-block;
	padding: 15px 45px;
	text-transform: uppercase;
	font-size: 14px;
	color: #888;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 1;
}

.ui-tabs .ui-tabs-nav li:hover a,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-state-active.ui-tabs-active a {
	color: #fff;
}

.ui-tabs .ui-tabs-nav li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: black;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
}

.ui-tabs .ui-tabs-nav li:hover:before,
.ui-tabs .ui-tabs-nav li.ui-state-active:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.ui-tabs .ui-tabs-panel {
	background: #f9f9f9;
	font-size: 13px;
	color: #888;
}

.ui-tabs .ui-tabs-panel .table-wrapper {
	padding: 10px;
}

.ui-tabs .ui-tabs-panel p {
	margin: 10px 0;
	line-height: 24px;
}

.ui-tabs .ui-tabs-hide {
	display: none;
}

.ui-tabs .ui-tabs-panel th,
.ui-tabs .ui-tabs-panel td {
	padding: 15px;
	border: 1px solid #eee;
	background: #fff;
}

.ui-tabs .ui-tabs-panel td a {
	font-weight: normal;
}

.ui-tabs .ui-tabs-panel input {
	position: static;
	clip: auto;
	height: auto;
	width: auto;
}
.gallery .picture {
	position: relative;
	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 {
	overflow: hidden;
	text-align: center;
}

.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%;
}



@media all and (min-width: 1025px) {
	.gallery .picture {
		width: auto;
	}

	.gallery .thumb-item {
		width: 24%;
	}

	.gallery .thumb-item:nth-of-type(4n) {
		margin-right: 0;
	}
}
/*-----------------------------------------------------------*\

	TOPIC BLOCK
	#topic-block
	Modulo para desplagar bloques de topics

	BLOCK:        topic-block
  ELEMENTS:     topic-block__title
								topic-block__content



\*-----------------------------------------------------------*/


/* Module */
.topic-block {}


/* Block Title */
.topic-block__title {
	margin-bottom: 24px;
	padding-bottom: 8px;
	border-bottom: thin solid gainsboro;
	font-weight: inherit;
	font-size: 20px;
}


/* Block Content */
.topic-block__content {}



.topic-block--apply-for-vendor .topic-block__content {
	margin-bottom: 32px;
	padding-bottom: 12px;
}

/* Block Content Modifiers */

.topic-block--header-msg {
	color: white;
	font-size: 13px;
	z-index: 1;
	position: relative;
	line-height: 1.2;
	display: flex;
	align-items: center;
}

.topic-block--header-msg strong {
	display: block;
	font-size: 17px;
	font-weight: 600;
}

.topic-block--header-msg .ico--parking {
	fill: white;
	margin-right: 8px;
}

.topic-block__content--header-msg {
	display: flex;
	/* flex-wrap: wrap; */
	align-items: center;
	min-width: 32px;
}

.parking-header-icon {
	width: 100%;
  max-width: 32px;
  margin: 0 8px 0 0;
}
.cart-item-list {
	margin: auto;
	padding: 12px;
	width: 100%;
	max-width: 780px;
}


.html-shipping-address-page .cart-item-list,
.html-shipping-method-page .cart-item-list,
.html-payment-info-page .cart-item-list,
.html-order-confirm-page .cart-item-list {
	display: none;
}

.cart-item {
	display: grid;
	grid-gap: 16px;
	border-bottom: solid 2px black;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}

.new-shipping-address .secondary-heading,
.order-summary-wrapper .secondary-heading {
	text-align: center;
}

.cart-item__counter {
	position: absolute;
	top:-4px;
	left: -4px;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	background: black;
	color: white;
	text-align: center;
	line-height: 23px;
}

.cart-item__prod-rail {
	display: grid;
	text-align: left;
}

.cart-item__edit-item {
	background: black;
	color: white;
	padding: 8px 12px;
	width: fit-content;
}

.cart-item__message-error {
	background: red;
	color: white;
	padding: 8px 12px;
}

.cart-item-qty__input {
	max-width: 48px;
	text-align: center;
}

.cart-item__attributes {
	line-height: 1.7;
	font-size: 14px;
}

.cart-item__price-rail {
	display: grid;
	grid-gap: 12px;
	font-size: 15px;
}

.cart-item-price__label,
.cart-item-total__label {
	font-weight: bold;
}


@media (min-width:320px) {

	.cart-item {
		grid-template-columns: 1fr 1fr;
	}
	
	.cart-item__prod-rail {
		grid-template-columns: 120px 1fr;
		grid-gap: 12px;

		grid-column: 1 / -1;
	}

	.cart-item__attributes {
		grid-column: 2;
	}

	.cart-item__edit-item {
		grid-column: 2;
	}

	.cart-item__img-link {
		grid-row: span 4;
	}

	.cart-item__message-error {
		grid-column: 1 / -1;
	}

	.cart-item__price-rail {
		grid-column: 1 / -1;
	}

	.cart-item__remove-item {
		align-self: center;
		justify-self: start;
	}

	.cart-item__qty {
		justify-self: end;
	}

	.cart-item__price-rail {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

}


@media (min-width:666px) {
	.cart-item {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.cart-item__price-rail {
		grid-column: initial;
		align-self: center;
	}

	.cart-item__qty {
		justify-self: start;
	}
}
/*-----------------------------------------------------------*\

	NEWSLETTER SUBSCRIBE BOX
	#newsletter-box
	Location: /Newsletter/NewsletterBox.cshtml

	BLOCK:        newsletter-box
  ELEMENTS:     newsletter-box__label
								newsletter-box__form
								newsletter-box__mail-input
								newsletter-box__button
								newsletter-box__result
								newsletter-box__options



\*-----------------------------------------------------------*/



/* Module */
.newsletter-box {
	position: relative;
	display: grid;
	grid-gap: 12px;
	padding: 16px;
	max-width: 480px;
	margin: auto;
}



/* Label */
.newsletter-box__label {
	text-transform: initial;
	font-size: 16px;
	margin-bottom: 0;
}



/* Inputs wrapper */
.newsletter-box__form {
	display: flex;
	flex-wrap: wrap;
}



/* Mail input */
input.newsletter-box__mail-input {
	flex-grow: 1;
	height: initial;
	margin-right: 4px;
	border-radius: 8px;
	border: solid thin lightgray;
}



/* Button */
button.newsletter-box__button {
	min-height: 40px;
	color: white;
	background-color: dimgrey;
	border: none;
	border-radius: 8px;
	padding: 8px 12px;
	display: flex;
	align-items: center;
	align-self: start;
}



/* Button icon */
.newsletter-subscribe-button-ico {
	margin-right: 8px;
}



/* Subscribe / UnSubscribe radios */
.newsletter-box__options {
	flex-basis: 100%;
	display: flex;
	padding-top: 12px;
}

.newsletter-box__options .subscribe {
	margin-right: 12px;
}



/* Validation result */
.newsletter-box__result {
	display: none;
	color: white;
	background: darkred;
	border-radius: 4px;
}

.result-is-open {
	padding: 8px;
}

/* Utility */
.newsletter-box .please-wait {
	display: none !important;
}
/*-----------------------------------------------------------*\
	
	NAVIGATION BOX
	#nav-box
	Bunch of related links
	Location: + /Common/Footer.cshtml
						+ /Common/xxxxx.cshtml

	
	BLOCK:        nav-box
	ELEMENTS:     nav-box__label
								nav-box__content 
								nav-box__link



\*-----------------------------------------------------------*/


/* Module */
.nav-box {
	display: grid;
	align-content: start;
	grid-gap: 12px;
}



.nav-box--customer-service {
	color: white;
	background: #292D50;
	padding: 50px 8px;
	
	position: relative;
	z-index: 0;
}

.nav-box--customer-service::after {
	position: absolute;
	background: inherit;
	content: "";
	height: 100%;
	width: 300vw;
	left: -100vw;
	z-index: -1;
}



/* Module title */
.nav-box__label {
  text-transform: uppercase;
	color: #282E3A;
	font-weight: 600;
	text-decoration: inherit;
}

.two-cols__side .nav-box__label {
  padding: 15px 45px 15px 20px;
}





/* Module Content Wrapper */
.nav-box__content {
	display: grid;
	grid-gap: 12px;
	padding: 0 0 0 24px;
}

.nav-box__content--account-navigation { 
	display: none;
	padding: 0;
}


.nav-box__label--account-navigation {
	background: url(/Themes/Agile/Content/img/ico--select.svg) no-repeat 94% center;
}




/* Module Link Item */
.nav-box__link {
	text-decoration: inherit;
}

.nav-box__link--account-navigation {
	color: #333;
	font-size: 14px;
	text-decoration: inherit;
	text-align: left;
	display: block;
	margin-bottom: 4px;
	padding: 16px;
	position: relative;
	z-index: 1;
	background: #fff;
	border-radius: 8px;
}

.nav-box__link--account-navigation:hover,
.nav-box__link--account-navigation.active {
	color: #fff;
	background: #333;
}





@media all and (min-width: 1025px) {
	.nav-box__content--account-navigation { display: initial; }
}





.nav-box__sublist {
	display: grid;
	grid-gap: 8px;
	padding: 8px 0 8px 24px;
}
/*-----------------------------------------------------------*\

	SOCIAL SHARING
	#social-sharing
	Location: /Common/Social.cshtml
	Social Networks links

	BLOCK:        social-sharing
  ELEMENTS:     social-sharing__label
								social-sharing__link
								social-sharing__icon



\*-----------------------------------------------------------*/



/* Module */
.social-sharing {
	display: grid;
	grid-gap: 12px;
}



.social-sharing__links-wrapper {
	display: flex;
}



/* Module Title */
.social-sharing__label {
	text-transform: initial;
	font-size: 16px;
	font-weight: inherit;
}



/* Module Item */
.social-sharing__link {
	margin: 8px;
	fill: white;
}
/*-----------------------------------------------------------*\
	
	SIGNATURE
	#signature
  Location: /Common/Footer.cshtml
	Copyright info

	BLOCK:        signature
	ELEMENTS:     signature__link
								signature__copy-date
								



\*-----------------------------------------------------------*/



/* Module */
.signature {
	font-size: 14px;
	color: #282E3A;
	padding: 1rem .5rem 1.5rem;
	width: 100%;
	max-width: 1280px;
	margin: auto;
	position: relative;
}

.signature__link {
	text-decoration: none;
}


/* Module Link Modified */
.signature__link--designed {
	color: #019589;
	text-decoration: underline;
}
.address-list {
	display: flex;
	flex-wrap: wrap;
}


.address-card {
  border: 0;
  display: grid;
  row-gap: 12px;
  margin: 0 32px 72px 0;
  width: 100%;
  max-width: 420px;
}
.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: black;
}

.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;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.bar-notification .close:hover {
	opacity: 0.9;
}


.eu-cookie-bar-notification {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -90px 0 0 -160px;
	padding: 20px;
	width: 320px;
	height: 180px;
	background: #f6f6f6;
	text-align: center;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3);
	z-index: 1050;
}

.eu-cookie-bar-notification .text {
	margin-bottom: 20px;
	line-height: 20px;
}

.eu-cookie-bar-notification button {
	margin: 0 0 20px 0;
	padding: 13px 35px;
	border: 0;
	background: black;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.eu-cookie-bar-notification button:hover {
	background: #fff;
	color: black;
}

.eu-cookie-bar-notification a {
	display: block;
	text-decoration: underline;
}
.filter-options>.filters-button {
	display: inline-block;
}

.filter-options>div {
	width: 33.3%;
}

.nopAjaxFilters7Spikes {}

.filtersTitlePanel {
	display: none;
}

.clearFilterOptionsAll {
	float: right;
	cursor: pointer;
}

.filtersPanel:after {
	content: "";
	display: block;
	clear: both;
}

.filter-block {
	position: relative;
	float: none;
	display: block;
	border: 0;
	width: auto;
}

.filter-block .title {
	position: relative;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eee;
}

.filter-block .title a:after {
	content: '\e923';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 28px;
	height: 28px;
	background: #fff;
	text-align: center;
	line-height: 28px;
	font-family: prisma;
	font-size: 9px;
	color: #dcdde0;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.filter-block a.toggleControl {
	display: block;
	padding: 15px 45px 15px 20px;
	text-transform: uppercase;
	text-align: left;
	font-size: 14px;
	color: #444;
	cursor: pointer;
}

.filter-block a.toggleControl.closed:after {
	-webkit-transform: translateY(-50%) rotate(0deg);
	-ms-transform: translateY(-50%) rotate(0deg);
	transform: translateY(-50%) rotate(0deg);
}

.filter-block a.clearFilterOptions,
.filter-block a.clearPriceRangeFilter {
	position: absolute;
	top: 50%;
	right: 50px;
	width: 28px;
	height: 28px;
	background: #fff;
	text-transform: lowercase;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0;
	cursor: pointer;
}

.filter-block a.clearFilterOptions:after,
.filter-block a.clearPriceRangeFilter:after {
	content: '\e901';
	position: absolute;
	right: 0;
	text-align: center;
	line-height: 28px;
	font-family: prisma;
	font-size: 10px;
	color: #bbb;
}

.filtersGroupPanel {
	border-bottom: 1px solid #eee;
	padding: 5px 10px 20px;
	color: #000;
}

.filtersGroupPanel ul:after {
	content: "";
	display: block;
	clear: both;
}

/* SEARCH CRITERIA */

.selected-options-list>li {
	padding: 10px;
	border-bottom: 1px solid #eee;
	text-align: left;
	font-size: 13px;
	color: #888;
	overflow: hidden;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.selected-options-list>li label {
	display: block;
	margin-bottom: 5px;
}

.selected-options-list>li:last-child {
	border-bottom: none;
}

.selected-options-list>li span {
	position: relative;
	float: left;
	margin: 0 10px 0 0;
	padding: 5px 20px 5px 5px;
	background: #fff;
	color: #000;
	cursor: pointer;
}

.selected-options-list>li span:after {
	content: '\e901';
	position: absolute;
	top: 50%;
	right: 5px;
	text-align: center;
	line-height: 28px;
	font-family: prisma;
	font-size: 10px;
	color: #bbb;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.selected-options-list>li span:hover {
	text-decoration: underline;
}

/* PRICE RANGE SLIDER */

.priceRangeMinMaxPanel {
	overflow: hidden;
	margin: 0 0 12px;
	font-size: 13px;
	color: #bbb;
}

.priceRangeMinPanel {
	float: left;
}

.priceRangeMaxPanel {
	float: right;
}

.ui-slider {
	position: relative;
	margin: 0 4px 18px;
	width: auto;
	height: 8px;
	background: #e9e9e9;
}

.ui-slider:before {
	content: '.';
	position: absolute;
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	background: #fff;
	font-size: 0;
	text-indent: -9999px;
	z-index: -1;
}

.ui-slider-range {
	position: absolute;
	height: 8px;
	background: #444;
}

.ui-slider-handle {
	position: absolute;
	top: 50%;
	margin-left: -8px;
	width: 16px;
	height: 16px;
	background: #000;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ui-slider-handle:after {
	content: '\e923';
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	line-height: 28px;
	font-family: prisma;
	font-size: 6px;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.priceRangeCurrentPricesPanel {
	overflow: hidden;
}

.priceRangeCurrentPricesPanel span {
	padding: 5px;
	background: #fff;
	font-weight: bold;
	font-size: 13px;
	color: #000;
}

.priceRangeCurrentPricesPanel .currentMinPrice {
	float: left;
}

.priceRangeCurrentPricesPanel .currentMaxPrice {
	float: right;
}

/* CHECKBOX MODE */

.filtersGroupPanel .checkbox-list input {
	position: absolute;
	opacity: 0;
}

.filtersGroupPanel .checkbox-list label {
	position: relative;
	display: block;
	padding: 12px 10px 12px 32px;
	text-transform: uppercase;
	line-height: 1.3;
	text-align: left;
	font-size: 12px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor: pointer;
}

.filtersGroupPanel .checkbox-list li.disabled label {
	color: #999;
	opacity: 0.4;
	cursor: default;
}

/* COLOR SQUARES */

.colorOptions li {
	position: relative;
	display: inline-block;
	margin: 2px;
	width: auto;
}

.colorOptions .checkbox-list label {
	margin: 0;
	padding: 3px;
	border: 1px solid transparent;
	width: 38px;
	height: 38px;
	background: none;
	overflow: hidden;
	font-size: 0;
	z-index: 10;
}

.colorOptions .checkbox-list .checked label:after,
.colorOptions .checkbox-list label:after,
.colorOptions .checkbox-list label:before {
	content: none;
}

.colorOptions .checkbox-list .checked {
	border: 1px solid #eee;
	background: #fff;
}

.colorOptions .color {
	position: absolute;
	top: 4px;
	right: 4px;
	border: 1px solid #ddd;
	width: 30px;
	height: 30px;
	border: 1px solid #c9c9c9;
	font-size: 0;
	z-index: 1;
	cursor: pointer;
}

.colorOptions li.disabled .color {
	opacity: .4;
}

.colorOptions .defaultColor {
	background: -moz-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #000000), color-stop(100%, #000000));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%);
	background: -ms-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%);
	/* IE10+ */
	background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=1);
}

/* DROPDOWN MODE */

.filtersDropDownPanel select {
	width: 100%;
	background-position: 94% center;
}

.filtersDropDownPanel .select-wrap {
	position: relative;
}

.filtersDropDownPanel .select-wrap .select-box {
	display: none;
}

.filtersDropDownPanel.disabled .select-wrap .select-box {
	color: #999;
	opacity: 0.4;
	cursor: default;
}

/* AJAX LOADER */

.productPanelAjaxBusy {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .8);
	z-index: 2;
}

.productPanelAjaxBusy::after {
	content: '.';
	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 #000;
	width: 0;
	height: 0;
	-webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
	animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
	font-size: 0;
	text-indent: -9999px;
}

.infinite-scroll-loader {
	display: none;
	position: relative;
	margin-bottom: 5px;
	height: 100px;
	background: #fff;
	font-size: 0;
	filter: Alpha(opacity=70);
	opacity: 0.7;
	z-index: 2;
	clear: both;
}

.item-box.dummy-box {
	position: relative;
	min-height: 300px;
}

.infinite-scroll-loader:before,
.item-box.dummy-box:before {
	content: '.';
	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 #000;
	width: 0;
	height: 0;
	-webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
	animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
	font-size: 0;
	text-indent: -9999px;
}

.item-box.dummy-box .product-item {
	opacity: 0;
}

/* NO RESULTS POPUP */

.k-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1080;
	width: 100%;
	height: 100%;

}

.ajaxFilters.k-window {
	position: absolute;
	padding: 0 !important;
	height: auto !important;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	z-index: 1090;
}

.ajaxFilters .k-window-titlebar {
	margin: 0 !important;
	padding: 10px;
	background: #000;
}

.ajaxFilters .k-window-titlebar span {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}

.ajaxFilters .k-window-actions a {
	display: block;
}

.ajaxFilters .k-window-actions .k-icon {
	position: absolute;
	top: 0;
	right: 0;
	margin: 8px;
	border: 0;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: none;
	font-size: 0;
	opacity: 0.7;
}

.ajaxFilters .k-window-actions .k-icon:after {
	content: '\e901';
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: prisma;
	font-size: 10px;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ajaxFilters .k-window-actions .k-icon:hover {
	opacity: 0.9;
}

.ajaxFilters .k-window-content {
	padding: 15px;
	min-height: inherit !important;
	min-width: inherit !important;
	color: #666;
}

.number-of-returned-products {
	margin: 20px 15px 10px;
	font-size: 13px;
	color: #888;
}

.close-btn {
	display: none;
}

@media all and (max-width: 1024px) {

	.filtersPanel {
		clear: both;
	}

	.close-btn {
		position: relative;
		display: block;
		float: right;
		margin: 15px;
		width: 28px;
		height: 28px;
		background: #fff;
		font-size: 0;
	}

	.close-btn:after {
		content: '\e901';
		position: absolute;
		top: 9px;
		left: 9px;
		font-family: prisma;
		font-size: 10px;
		color: #bbb;
	}

	.nopAjaxFilters7Spikes {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1070;
		width: 320px;
		height: 100%;
		max-height: 100%;
		overflow-y: auto;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		background: white;
	}

	.nopAjaxFilters7Spikes {
		-webkit-transform: translate(-320px);
		-ms-transform: translate(-320px);
		transform: translate(-320px);
	}

	.nopAjaxFilters7Spikes.opened {
		box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	}

	.nopAjaxFilters7Spikes.opened {
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
	}

	.nopAjaxFilters7Spikes .close-filters {
		border-bottom: 1px solid #bbb;
		background: #ccc;
		cursor: pointer;
	}

	.nopAjaxFilters7Spikes .close-filters span {
		display: block;
		padding: 15px 10px;
		font-size: 17px;
		color: #fff;
		text-transform: uppercase;
		line-height: 15px;
		text-align: right;
	}

	.nopAjaxFilters7Spikes .filter-block {
		margin: 0;
	}

}


@media all and (min-width: 1025px) {

	.filters-button,
	.close-filters {
		display: none;
	}

	.filter-block a.toggleControl {
		font-weight: bold;
		font-size: 14px;
		color: #444;
	}

	.filtersGroupPanel {
		position: relative;
		display: block;
		z-index: 2;
	}

	.filtersGroupPanel li>a {
		padding: 10px 10px 10px 38px;
	}

	.filtersGroupPanel li>a:hover {
		background-color: #f6f6f6;
	}

	.filtersGroupPanel li:last-child>a {
		border: 0;
	}
}
.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;
}

@media all and (max-width: 1024px) {
	.admin-header-links {
		z-index: 1030;
		width: 100%;
	}
}
.order-progress {
	padding: 8px;
    background: gainsboro;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
}

.order-progress__step {
	font-size: 16px;
	color: black;
	background: white;
	margin: 12px;
	text-decoration: inherit;
	padding: 8px 16px;
}

.order-progress__step--is-inactive {	
	color: grey;
	cursor: default;
}

.order-progress__step--is-current {
	color: white;
  cursor: pointer;
	background: black;
}


@media (min-width:640px) {
	.order-progress {
		justify-content: center;	
	}
}
.pager ul {
	text-align: center;
	font-size: 0;
}

.pager li {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

.pager li:last-child {
	margin: 0;
}

.pager li {
	position: relative;
	background: #fff;
}

.pager li a,
.pager li span {
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	/*reset zeroing*/
	color: #aaa;
	cursor: pointer;
}

.pager li a:hover,
.pager li span:hover,
.pager li.current-page span {
	color: #fff;
}

.pager li:before,
.pager li.current-page:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: black;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.pager li.current-page:before,
.pager li:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.pager li.previous-page a,
.pager li.next-page a,
.pager li.first-page a,
.pager li.last-page a {
	position: relative;
	font-size: 0;
}

.pager li.previous-page a:after,
.pager li.next-page a:after,
.pager li.first-page a:after,
.pager li.last-page a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: prisma;
	font-size: 10px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pager li.previous-page a:after {
	content: '\e921';
}

.pager li.next-page a:after {
	content: '\e922';
}

.pager li.first-page a:after {
	content: '\e924';
}

.pager li.last-page a:after {
	content: '\e925';
}
.nop-jcarousel {
	position: relative;
	margin: 20px 0;
	padding: 0;
	background: none;
	width: 100%;
}

.side-2 .nop-jcarousel {
	padding: 0 15px 0;
}

.home-page-category-grid {
	margin: 20px auto;
	padding-bottom: 30px;
	max-width: 1250px;
}

.home-page-category-grid .carousel-title {
	display: none;
}

.nop-jcarousel .carousel-title {
	position: relative;
	margin: 0 0 20px;
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	color: #444;
}

.nop-jcarousel .carousel-title strong {
    display: block;
    padding: 9px 45px 12px;
    border-bottom: 1px solid #eee;
    font-weight: normal;
    font-size: 17px;
}

.center-2 .nop-jcarousel .carousel-title strong {
	padding-bottom: 0;
	border: 0;
}


/*Categories*/
.carousel-item .item-box {
	width: 100% !important;
	margin: 0 !important;
}

.nop-jcarousel.category-grid .slick-carousel {
	padding: 10px 5px;
	background: #f6f6f6;
}

.nop-jcarousel.product-grid .carousel-item,
.nop-jcarousel.category-grid .carousel-item {
	padding: 0 4.5px;
	/*defines the distance between the carousel item boxes*/
}

.nop-jcarousel.category-grid .item-box {
	background: #fff;
}

.nop-jcarousel.category-grid .item-box .title {
	padding: 20px 0;
	font-size: 14px;
	color: #666;
}

.nop-jcarousel.category-grid .item-box .title:hover a {
	color: #57b568;
}

/*Manufacturers*/
.nop-jcarousel.vendor-grid,
.nop-jcarousel.manufacturer-grid {
	margin: 0;
	padding: 0 0 50px 0;
	background: none;
}

.nop-jcarousel.vendor-grid .item-grid,
.nop-jcarousel.manufacturer-grid .item-grid {
	padding: 0 20px;
}

.nop-jcarousel.vendor-grid .slick-slide .picture,
.nop-jcarousel.manufacturer-grid .slick-slide .picture {
	border-left: 0;
	max-width: 100%;
}

.slick-list {
	padding-right: 1px;
}

.nop-jcarousel.vendor-grid .slick-current .picture,
.nop-jcarousel.manufacturer-grid .slick-current .picture {
	border-left: 1px solid #eee;
}

.nop-jcarousel.vendor-grid .item-box,
.nop-jcarousel.manufacturer-grid .item-box {
	position: relative;
}

.nop-jcarousel.vendor-grid .item-box .title,
.nop-jcarousel.manufacturer-grid .item-box .title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	transition: all .3s ease-in-out;
	opacity: 0;
	z-index: 2;
}

.nop-jcarousel.vendor-grid .item-box:hover .title,
.nop-jcarousel.manufacturer-grid .item-box:hover .title {
	opacity: 1;
}

.nop-jcarousel.vendor-grid .item-box .title a,
.nop-jcarousel.manufacturer-grid .item-box .title a {
	position: absolute;
	top: 50%;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	background: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nop-jcarousel.vendor-grid .item-box .title a:before,
.nop-jcarousel.manufacturer-grid .item-box .title a:before {
	content: '.';
	position: absolute;
	top: -200px;
	left: 0;
	right: 0;
	bottom: -200px;
	background: #57b568;
	font-size: 0;
	opacity: .9;
	backface-visibility: hidden;
	z-index: -1;
}

/*Products Home page*/
.full-width-carousel .home-page-product-grid {
	padding: 40px 0 65px;
	width: 100%;
	background: #57b568;
}

.full-width-carousel .home-page-product-grid .carousel-title {
	border: 0;
	color: #fff;
}

.full-width-carousel .home-page-product-grid .carousel-title strong {
	border: 0;
	padding-bottom: 0;
}

.full-width-carousel .home-page-product-grid .slick-prev:hover,
.full-width-carousel .home-page-product-grid .slick-next:hover,
.full-width-carousel .home-page-product-grid .slick-prev,
.full-width-carousel .home-page-product-grid .slick-next {
	background: #4ea35d;
}

.full-width-carousel .home-page-product-grid .slick-prev:after,
.full-width-carousel .home-page-product-grid .slick-next:after {
	color: #fff;
}

.full-width-carousel .home-page-product-grid .slick-dots {
	position: absolute;
	left: 50%;
	bottom: -40px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.full-width-carousel .home-page-product-grid .slick-dots li {
	border-radius: 50%;
	border: 2px solid transparent;
}

.full-width-carousel .home-page-product-grid .slick-dots .slick-active {
	border-color: #fff;
}

.full-width-carousel .home-page-product-grid .slick-dots button,
.full-width-carousel .home-page-product-grid .slick-dots button:hover {
	background: #fff;
}

.full-width-carousel .home-page-product-grid .item-box {
	padding-bottom: 20px;
	background: #fff;
}

.full-width-carousel .home-page-product-grid .product-title {
	margin: 0 15px 10px;
}

.full-width-carousel .home-page-product-grid .ajax-cart-button-wrapper input[type="text"],
.full-width-carousel .home-page-product-grid .ajax-cart-button-wrapper select {
	display: none;
}

.full-width-carousel .home-page-product-grid .item-box .details {
	text-align: center;
}

.full-width-carousel .home-page-product-grid .item-box .buttons-wrapper {
	top: 0;
	border-bottom: 1px solid #f3f3f3;
}

.item-type-2 .full-width-carousel .product-grid .item-box:hover .buttons {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.item-type-2 .full-width-carousel .home-page-product-grid .buttons-wrapper {
	top: -45px;
}

.item-type-2 .full-width-carousel .item-box .product-box-add-to-cart-button {
	background: #f3f3f3;
}

.full-width-carousel .home-page-product-grid .carousel-item {
	padding: 0 5px;
	transition: all .3s;
}

.category-page .jCarouselMainWrapper .slick-prev,
.category-page .jCarouselMainWrapper .slick-next {
	top: -65px;
	background: #fff;
}

.category-page .jCarouselMainWrapper .slick-prev {
	left: 10px;
}

.category-page .jCarouselMainWrapper .slick-next {
	right: 10px;
}

/*aside carousel*/
.side-2 .nop-jcarousel .item-box .details {
	text-align: center;
}

.side-2 .nop-jcarousel .carousel-title {
	padding: 5px 90px 15px 5px;
	text-align: left;
	text-transform: uppercase;
	font-size: 14px;
	color: #444;
}

.side-2 .nop-jcarousel .carousel-title strong {
	padding: 0;
	border: 0;
	font-weight: bold;
}

.side-2 .nop-jcarousel .slick-prev,
.side-2 .nop-jcarousel .slick-next {
	top: -60px;
	width: 28px;
	height: 28px;
}

.side-2 .nop-jcarousel .slick-prev:after,
.side-2 .nop-jcarousel .slick-next:after {
	right: 8px;
	font-size: 9px;
}

.side-2 .nop-jcarousel .slick-prev {
	left: auto;
	right: 35px;
}


/* navigation */

.nop-jcarousel .slick-prev,
.nop-jcarousel .slick-next {
	position: absolute;
	top: 5px;
	border: 0;
	width: 34px;
	height: 34px;
	background-color: #f3f3f3;
	font-size: 0;
	transition: all .3s;
}

.nop-jcarousel .slick-prev:after,
.nop-jcarousel .slick-next:after {
	position: absolute;
	top: 50%;
	right: 11px;
	text-align: center;
	line-height: 28px;
	font-family: prisma;
	font-size: 12px;
	color: #888;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all .3s;
}

.nop-jcarousel .slick-prev {
	left: 5px;
}

.nop-jcarousel .slick-next {
	right: 5px;
}

.nop-jcarousel .slick-prev:after {
	content: '\e924';
}

.nop-jcarousel .slick-next:after {
	content: '\e925'
}

.nop-jcarousel .slick-prev:hover,
.nop-jcarousel .slick-next:hover {
	background-color: #019589;
}

.nop-jcarousel .slick-prev:hover:after,
.nop-jcarousel .slick-next:hover:after {
	color: #fff;
}

.nop-jcarousel .slick-disabled,
.nop-jcarousel .slick-disabled:hover {
	opacity: 0.3;
	cursor: default;
}

.nop-jcarousel .slick-dots {
	margin: 10px 0 0;
	text-align: center;
	font-size: 0;
}

.nop-jcarousel .slick-dots li {
	display: inline-block;
	margin: 0 3px;
}

.nop-jcarousel .slick-dots button {
	width: 10px;
	height: 10px;
	font-size: 0;
	border-width: 0;
	background: #ddd;
	border-radius: 50%;
	transition: all 0.2s ease;
}

.nop-jcarousel .slick-dots .slick-active button,
.nop-jcarousel .slick-dots button:hover {
	background-color: #57b568;
}

.in-column .home-page-product-grid {
	margin-bottom: 50px;
	padding: 0;
	background: none;
}

.in-column .home-page-product-grid .carousel-title {
	border: 0;
	margin-bottom: 30px;
}

.in-column .home-page-product-grid .slick-slider {
	padding: 20px;
	background: #f6f6f6;
}

.in-column .home-page-product-grid .slick-prev,
.in-column .home-page-product-grid .slick-next {
	top: -100px;
}

.in-column .home-page-product-grid:before,
.in-column .home-page-product-grid:after {
	content: none;
}

.in-column .home-page-product-grid .slick-dots {
	position: absolute;
	top: -40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.in-column .home-page-product-grid .item-box .details {
	text-align: center;
}

.basic-swipper {
    padding-top: 35px;
}

.homepage__feat-manufacter {
    max-width: 1280px;
    margin: 0 auto;
}

@media (min-width: 1025px) {
	.page-body>div.full-width-carousel {
		width: 100%;
	}

	.full-width-carousel .home-page-product-grid {
		padding: 70px 0 110px;
	}

	.full-width-carousel .home-page-product-grid .slick-dots {
		bottom: -65px;
	}

	.home-page-category-grid {
		margin: 40px auto;
	}

	.two-colums-wrapper .jCarouselMainWrapper:only-child {
		display: block;
		width: 100%;
	}

	.two-colums-wrapper .jCarouselMainWrapper {
		float: right;
		width: 49.5%;
	}

	.two-colums-wrapper .jCarouselMainWrapper .nop-jcarousel {
		margin-top: -3px;
	}

	.in-column .home-page-product-grid {
		margin-bottom: 0;
	}
}

@media (min-width: 1281px) {
	.full-width-carousel .home-page-product-grid {
		padding: 70px 12px 110px;
	}

	.full-width-carousel .home-page-product-grid .carousel-title {
		padding-bottom: 70px;
	}

	.full-width-carousel .home-page-product-grid .slick-prev,
	.full-width-carousel .home-page-product-grid .slick-next {
		top: -70px;
	}

	.full-width-carousel .home-page-product-grid .slick-prev {
		left: 46.5%;
		left: calc(50% - 50px);
	}

	.full-width-carousel .home-page-product-grid .slick-next {
		right: 46.5%;
		right: calc(50% - 50px);
	}

	.carousel-cover {
		position: absolute;
		top: 0;
		bottom: 0;
		padding: 0 5px;
		background: #57b568;
		box-sizing: content-box;
		opacity: .5;
		z-index: 9999;
	}

	.carousel-cover.left {
		left: 0;
		cursor: url(/Themes/Agile/Content/img/cursor.png), auto;
	}

	.carousel-cover.right {
		right: 0;
		cursor: url(/Themes/Agile/Content/img/cursor_r.png), auto;
	}

	.slick-list {
		padding-right: 4px;
	}


}
.file-attachments__link {
	display: flex;
	align-items: center;
	text-decoration: inherit;
	margin-bottom: 16px;
}

.file-attachments__icon {
	margin-right: 8px;
}
.homepage-news {
	color: white;
	position: relative;
	background: #019589;
	display: grid;
  grid-gap: 24px;
	z-index: 0;
  padding: 50px 8px;
}

.homepage-news::after {
  position: absolute;
  background: inherit;
  content: "";
  height: 100%;
  width: 300vw;
  left: -100vw;
	z-index: -1;
	top: 0;
}






.homepage-news__content {
	display: grid;
	grid-gap: 48px;
	margin-bottom: 32px;
	z-index: 3;
}

.homepage-news__news-title {
	font-size: 24px;
	color: inherit;
	text-decoration: inherit;
}

.homepage-news__news-body {
	font-size: 15px;
    font-style: italic;
}

.homepage-news__view-details {
	font-size: 14px;
}


@media (min-width: 1025px) {

	.homepage-news {
		width: 100%;
		max-width: 1280px;
		margin: auto;
	}

	.homepage-news__content {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
.sale-of-the-day-offer {
	margin: 0;
	max-width: 562px;
	margin-bottom: 64px;
}

.sale-of-the-day-items {
	display: grid;
	grid-gap: 64px;
}


.sale-of-the-day-items .item-picture {
	display: contents;
	max-width: 360px;
	margin: 0 auto;
}

.sale-of-the-day-items .thumb-item {
	display: inline-block;
}

.sale-of-the-day-items .product-name {
	/* font-weight: 200; */
	font-size: 20px;
	margin-bottom: 8px;
	text-decoration: inherit;
}

.product-name-n-descripition {
	color: white;
	padding: 24px 16px;
	position: relative;
	z-index: 0;
}

.product-name-n-descripition::after {
	content: "";
	display: block;
	background: #282E3A;
	position: absolute;
	clip-path: polygon(100% 0, 0 0, 0 100%);
	z-index: -2;
	top: -10%;
  left: 0;
  width: 60%;
  max-width: 220px;
  height: 130%;
}

.product-name-n-descripition::before {
	content: "";
	display: block;
	background: #019589;
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.product-element {
	display: grid;
	grid-gap: 16px;
}

.go-to-product-page {
    font-size: 18px;
    color: white;
    padding: 14px;
    background: transparent;
    display: flex;
    justify-content: center;
    margin: auto;
    width: 75%;
    max-width: 260px;
    border: 0;
    position: relative;
    text-decoration: initial;
}

.go-to-product-page::after {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 100%;
  background: #282E3A;
  transform: skew(-15deg);
  z-index: -1;
}

.product-price-actual-price,
.product-price-old-price {
	text-align: center;
	font-size: 32px;
}

.product-price-old-price {
	text-decoration: line-through;
}

.thumb-item-picture {
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
}

.sale-of-the-day-product-gallery {
	margin: auto;
}

.price-n-button {
	text-align: center;
}

.product-price-actual-price {
	margin-bottom: 12px;
	display: inline-block;
}


@media (min-width:1025px) {
	.product-element {
		grid-template-columns: 1fr 1fr;
		align-items: center;
	}

	.product-name-n-descripition {
		grid-column: 1 / -1;
	}
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-container-3d {
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid #292D50!important;
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-lazy-preloader-white {
}

.swiper-lazy-preloader-black {
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
