/* input(8537,36): run-time error CSS1046: Expect comma, found '0'
input(8537,40): run-time error CSS1046: Expect comma, found '/'
input(8537,65): run-time error CSS1046: Expect comma, found '0'
input(8537,69): run-time error CSS1046: Expect comma, found '/'
input(8554,12): run-time error CSS1038: Expected hex color, found '#ffff'
input(8570,12): run-time error CSS1038: Expected hex color, found '#ffff' */
/*! perfect-scrollbar - v0.5.8
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyunje Alex Jun; Licensed MIT */
.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-x-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6;-ms-filter:"alpha(Opacity=60)";filter:alpha(opacity=60)}.ps-container:hover>.ps-scrollbar-x-rail.in-scrolling,.ps-container:hover>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}

/* CSS RESET */

* {
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
	box-sizing: border-box;
}
html {
	margin: 0 !important;
	-webkit-text-size-adjust: none;
}
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"],
input[type="number"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, button, select {
	min-width: 0;
	border-radius: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::placeholder,
textarea:focus::placeholder {
	color: transparent;
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
	-webkit-transition-delay: 9999s;
}
select:disabled {
	color: inherit;
}
script {
    display: none !important;
}


/* ANIMATION */


@keyframes fadein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes loader {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0.0;
  }
}


/* GLOBAL STYLES */


html {
	overflow-x: hidden;
}
body {
	background-color: #fff;
	font-family: 'Hurme Geometric Sans 1', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #000;
}
h1,h2 {
	font-weight: 600;
}
table {
	width: 100%;
	border-collapse: collapse;
}
p {
	line-height: 24px;
	color: #888;
}
a {
	color: inherit;
	transition: 0.2s ease;
	cursor: pointer;
}
p a {
	text-decoration: underline;
	color: #000;
}
strong {
	font-weight: 600;
}
p strong, p b {
	color: #444;
}
p + p {
	margin-top: 20px;
}
img {
	max-width: 100%;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
textarea, select {
	height: 50px;
	border: 1px solid #ddd;
	padding: 0 15px;
	vertical-align: middle;
	font-family: 'Hurme Geometric Sans 1', sans-serif;
	font-size: 13px;
}
textarea {
	min-height: 180px;
	padding: 15px;
}
select {
	min-width: 60px;
	max-width: 100%;
	background: url('../Themes/Voyage/Content/img/arrow-select1.svg') right 15px center no-repeat;
	background-size: 7px;
	padding: 0 25px 0 15px; /*not cross-browser consistent*/
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	color: #000; /*iOS reset*/
}
select::-ms-expand {
    display: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus, select:focus {
	border-color: #ccc;
}
input[type="button"],
input[type="submit"],
button {
	border: none;
	background-color: transparent;
	font-family: 'Hurme Geometric Sans 1', sans-serif;
	font-weight: 600;
	white-space: nowrap;
	transition: 0.2s ease;
	cursor: pointer;
	color: #000; /*iOS reset*/
}
input[type="radio"],
input[type="checkbox"],
label, label + * {
	vertical-align: middle;
}
input[type="radio"] + span,
input[type="checkbox"] + span {
	vertical-align: middle;
}
/*custom checkboxes and radio buttons*/
input[type="radio"],
input[type="checkbox"] {
	margin-right: -19px;
	opacity: 0;
}
input[type="radio"] + label,
input[type="checkbox"] ~ label {
	position: relative;
	padding-top: 1px; /*cross-browser consistency*/
	padding-left: 23px;
	cursor: pointer;
}
input[type="radio"] + label:before,
input[type="checkbox"] ~ label:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15px;
	height: 15px;
	margin: auto;
	border: 1px solid #ccc;
	box-shadow: inset 0 0 0 2px #fff;
	background-color: #fff;
}
input[type="radio"]:checked + label,
input[type="checkbox"]:checked ~ label {
	color: #000;
}
input[type="radio"]:checked + label:before {
	background-color: #000;
}
input[type="checkbox"]:checked ~ label:before {
	content: "\e918";
	font-size: 10px;
	padding: 2px;
}

.date-picker-wrapper {
	display: flex;
	column-gap: 10px;
}
.date-picker-wrapper select {
	flex: 1 0 0;
	min-width: 0 !important;
}

html:not(.html-account-page)
.master-column-wrapper {
	display: flex;
	flex-flow: column-reverse;
}
.home-page .page-body > div {
	margin: 50px 0;
}
.home-page .slider-wrapper {
	padding-top: 15px;
}

.center-1, .center-2 {
	margin: 0 0 80px;
	padding: 0 2.5%;
}
.side-2 {
	margin: 0 0 80px;
}

.page {
	min-height: 200px;
	text-align: center;
}
.page-title {
	padding: 15px 0;
	text-align: center;
}
.page-title h1 {
	font-family: 'Hurme Geometric Sans 1', sans-serif;
	font-size: 28px;
	font-weight: 400;
}
.product-grid .title,
.topic-block .title,
.home-page .title {
	padding: 15px 0;
	text-align: center;
	font-family: 'Hurme Geometric Sans 1', sans-serif;
	font-size: 28px;
	text-transform: capitalize;
}
.product-grid .title strong,
.home-page .title strong {
	font-weight: 400;
}
.home-page-polls {
	text-align: center;
}
.mfp-bg, .mfp-wrap {
	z-index: 1090 !important;
}
li.total-summary {
	display: none !important;
}
.payment-logo {
	display: none;
}
.plus-button {
	display: none;
}
.buttons {
	text-align: center;
}
.link-rss {
	display: none;
}
.no-data {
	text-align: center;
}
.noscript {
    background-color: #ff9;
	padding: 10px 15px;
    text-align: center;
}

.product-rating-box,
.product-review-box {
	display: flex;
	align-items: center;
}
.product-rating-box .rating,
.product-review-box .rating {
	position: relative;
	height: 15px;
	font-size: 0;
	letter-spacing: 1px;
}
.product-rating-box .rating:before,
.product-review-box .rating:before {
    content: "\e90a \e90a \e90a \e90a \e90a";
    position: absolute;
    left: 0; color: #ccc;
    font-size: 14px;
}
.product-rating-box .rating div,
.product-review-box .rating div {
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
.product-rating-box .rating div:before,
.product-review-box .rating div:before {
    content: "\e909 \e909 \e909 \e909 \e909";
    font-size: 14px;
	color: #e43d51;
}

.qty-wrapper {
	display: inline-block;
	position: relative;
	height: 50px;
	border: 1px solid #ddd;
}
.qty-wrapper.focus {
	border-color: #ccc;
}
.qty-wrapper .increase,
.qty-wrapper .decrease {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 2px;
	width: 20px;
	height: 44px;
	background-color: #f3f3f3;
	padding: 6px;
	font-size: 0;
	cursor: pointer;
}
.qty-wrapper .increase {
	right: 2px;
}
.qty-wrapper .decrease {
	left: 2px;
}
.qty-wrapper .increase:after,
.qty-wrapper .decrease:before {
	font-size: 8px;
	font-weight: bold;
	color: #666;
}
.qty-wrapper .increase:after {
	content: "\e917";
}
.qty-wrapper .decrease:before {
	content: "\e916";
}
.qty-wrapper .qty-input {
	width: 40px;
    height: 100%;
	border: none;
	margin: 0 22px;
	padding: 0;
	text-align: center;
    font-size: 14px;
}
.qty-wrapper .qty-dropdown {
	min-width: 60px;
    height: 100%;
	border: none;
	text-align: left;
    font-size: 14px;
}

.category-description ul,
.manufacturer-description ul,
.vendor-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul, .custom-tab ul,
.post-body ul, .news-body ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
.category-description ol,
.manufacturer-description ol,
.vendor-description ol,
.full-description ol,
.topic-html-content ol,
.topic-page ol, .custom-tab ol,
.post-body ol, .news-body ol {
	margin: 20px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
}
.category-description td,
.manufacturer-description td,
.vendor-description td,
.full-description td,
.topic-html-content td,
.topic-page td, .custom-tab td,
.post-body td, .news-body td {
	padding: 10px 20px;
}
.category-description p,
.manufacturer-description p,
.vendor-description p,
.full-description p,
.topic-page p, .custom-tab p,
.topic-html-content p {
	word-wrap: break-word;
}
.post-body p ~ p,
.news-body p ~ p {
	margin-top: 20px;
}
.post-body p ~ table,
.news-body p ~ table {
	margin-top: 20px;
}


/* GLOBAL FORMS */


.fieldset .title,
.section .title {
	margin: 0 0 10px;
	text-align: center;
	font-size: 15px;
}
.form-fields {
	position: relative;
}
.inputs {
	position: relative;
	width: 600px;
	max-width: 100%;
	margin: 0 auto 25px;
	text-align: center;
    font-size: 0;
}
.inputs:after {
	content: "";
	display: block;
	clear: both;
}
.inputs label {
	display: block;
	width: 100%;
	margin: 0 0 5px;
	text-align: left;
    font-size: 13px; /*reset zeroing*/
	color: #888;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs select, .inputs textarea {
	width: 100%;
	max-width: 100%;
    vertical-align: middle;
}
.custom-attributes > label {
	color: #000;
}
.inputs .option-list {
    text-align: left;
}
.inputs .option-list li {
	margin: 15px 0 0;
}
.inputs .option-list label {
	display: inline;
	width: auto;
	margin-left: 5px;
}
.required {
	font-size: 18px;
	line-height: 0;
	font-weight: 400;
	color: #e31d31;
}
.inputs .required {
	position: absolute;
    margin: 14px 0 0 -14px;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
	display: block;
	text-align: center;
	font-size: 11px;
	color: #e31d31;
}
.field-validation-valid,
.username-available-status,
.new-comment .result {
	display: block;
	text-align: center;
	font-size: 11px;
	color: #22b482;
}
.captcha-box {
	margin: 0 0 25px;
	text-align: center;
	line-height: 0; /*firefox line-height bug fix*/
}
.captcha-box > div {
	display: inline-block;
}
.captcha-box iframe {
	margin: 0;
}
.captcha-box input {
	height: auto;
}
.account-page .message-error {
	margin: 0 0 10px;
}
.account-button {
	min-width: 240px;
    height: 50px;
    background-color: #000;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
}
.account-button:hover {
	background-color: #e43d51;
}


/* GLOBAL TABLES */


.cart, .data-table,
.compare-products-table,
.forums-table-section table {
	margin: 0 0 30px;
}
.cart th, .data-table th,
.forums-table-section th {
	border-bottom: 1px solid #eee;
    padding: 10px;
	white-space: nowrap;
	font-weight: 400;
	color: #888;
}
.cart td, .data-table td,
.compare-products-table td,
.forums-table-section td {
	min-width: 50px;
    border-bottom: 1px solid #eee;
    padding: 10px;
}
.account-page .data-table td {
    padding: 20px 10px;
}
.cart a:hover, .data-table a:hover,
.compare-products-table a:hover,
.forums-table-section a:hover {
	text-decoration: underline;
}
.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name,
.data-table .note {
	text-align: left;
}
.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
	position: relative;
    text-align: center;
}
.cart .remove-from-cart input {
	position: absolute;
}
.cart .remove-from-cart button {
	position: relative;
	font-size: 12px;
	text-decoration: underline;
}
.cart .add-to-cart label {
	font-size: 0;
}
.cart td.product-picture {
	font-size: 0;
}
.cart .product-picture a {
	display: inline-block;
	border: 1px solid #eee;
}
.cart .product-picture img {
	min-width: 80px;
}
.cart .attributes,
.cart .rental-info {
	margin: 5px 0 0;
	font-size: 12px;
	color: #888;
}
.cart .edit-item {
	text-decoration: underline;
	font-size: 12px;
	color: #888;
}
.cart .edit-item:hover {
	color: #000;
}
.cart .message-error {
	margin: 5px 0 0;
	text-align: left;
}
.cart .unit-price {
    white-space: nowrap;
	color: #666;
}
.cart .quantity .qty-input {
	font-size: 12px;
}
.cart .product-subtotal {
    white-space: nowrap;
}
.cart .discount label {
    white-space: nowrap;
}
.discount-additional-info {
	font-size: 12px;
	color: #888;
}


/* RESPONSIVE TABLES */


table:not(.breakpoint) .footable-first-column {
	min-width: 0;
	padding: 0;
	font-size: 0;
}
table:not(.breakpoint) .footable-toggle {
	display: none;
}
.breakpoint .footable-first-column {
	position: relative;
}
.breakpoint .footable-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	background-color: #fff;
	cursor: pointer;
}
.footable-toggle:after {
	content: "\e917";
	font-size: 10px;
}
.footable-detail-show
.footable-toggle:after {
	content: "\e916";
	font-size: 10px;
}
.footable-row-detail {
	text-align: left;
}
.footable-row-detail-row {
    display: table-row;
}
.footable-row-detail-name,
.footable-row-detail-value {
    display: table-cell;
	padding: 5px 10px;
}


/* NOTIFICATIONS & POPUPS */


.bar-notification {
	display: none;
	position: fixed;
	left: 0; right: 0;
	bottom: 0; z-index: 1040;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
	padding: 20px;
	opacity: 0.95;
}
.bar-notification.success {
	background-color: #22b482;
}
.bar-notification.warning {
	background-color: #e4903d;
}
.bar-notification.error {
	background-color: #e31d31;
}
.bar-notification .content {
	padding-right: 30px;
	text-align: left;
	color: #fff;
}
.bar-notification .content a {
	text-decoration: underline;
	color: inherit;
}
.bar-notification .close {
	position: absolute;
	top: 0; bottom: 0;
	right: 8px;
	width: 40px;
	height: 40px;
	margin: auto;
	transition: 0.6s ease;
	cursor: pointer;
}
.bar-notification .close:after {
	content: "\e919";
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	width: 14px;
	height: 14px;
	margin: auto;
	font-size: 14px;
	color: #fff;
}
.bar-notification .close:hover {
	transform: rotate(-180deg);
}

.ajax-loading-block-window {
	position: fixed;
	top: 0; right: 0;
	bottom: 0; left: 0;
	z-index: 9999;
    height: 50px !important;
	width: 50px !important;
	margin: auto !important;
    border-radius: 100%;
    border: 2px solid #e43d51;
    animation: loader 1s 0s infinite cubic-bezier(.21,.53,.56,.8);
}

.ui-dialog {
	position: absolute !important;
	z-index: 1050;
	width: 500px !important;
	max-width: 95%;
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
	background-color: #fff;
	padding: 15px 20px;
}
.ui-dialog:before {
	content: "";
	position: fixed;
	top: 0; right: 0;
	bottom: 0; left: 0;
	z-index: -1;
	background-color: rgba(0,0,0,.5);
}
.ui-dialog:after {
	content: "";
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	z-index: -1;
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
	background-color: #fff;
}
.ui-dialog-titlebar {
	padding: 10px;
	font-size: 15px;
	font-weight: 600;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 0; right: 0;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border: 1px solid #eee;
	font-size: 0;
}
.ui-dialog-titlebar button:after {
	content: "\e919";
	font-size: 14px;
}
.ui-dialog-titlebar button:hover {
	color: #e43d51;
}
.ui-dialog-content {
	height: auto !important;
	padding: 10px;
}
.ui-dialog-content p {
	color: #000;
}
.ui-dialog-content .page {
	min-height: 0;
}
.ui-dialog-content .page-title {
	display: none !important;
}
.ui-dialog-content .page-body {
	line-height: 24px;
}
.ui-dialog-content .tooltip {
	margin-bottom: 15px;
}
.ui-dialog-content button {
	border: 1px solid #000;
	padding: 10px 20px;
	font-size: 13px;
}
.ui-dialog-content button:hover {
	border-color: #e43d51;
	color: #e43d51;
}

.eu-cookie-bar-notification {
    position: fixed;
	left: 0; right: 0;
	bottom: 0; z-index: 1050;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
    background-color: #fff;
    padding: 20px;
}
.eu-cookie-bar-notification .content {
	display: flex;
	flex-flow: column;
	align-items: center;
}
.eu-cookie-bar-notification .buttons-more {
	display: flex;
	column-gap: 5px;
}
.eu-cookie-bar-notification .ok-button,
.eu-cookie-bar-notification .learn-more {
	min-width: 120px;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 600;
}
.eu-cookie-bar-notification .ok-button {
	background-color: #000;
	color: #fff;
}
.eu-cookie-bar-notification .ok-button:hover {
	background-color: #e43d51;
}
.eu-cookie-bar-notification .learn-more {
	border: 1px solid #000;
	white-space: nowrap;
}
.eu-cookie-bar-notification .learn-more:hover {
	border-color: #e43d51;
	color: #e43d51;
}


/* TABULATION */


.ui-tabs {
	border: 1px solid #eee;
	padding: 25px 3%;
}
.ui-tabs .ui-tabs-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 10px;
	margin: 0 0 20px;
}
.ui-tabs .ui-tabs-nav li {
	display: flex;
	align-items: center;
	font-size: 14px;
}
.ui-tabs-nav li + li:before {
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	margin: 0 10px;
	border-radius: 50%;
	background-color: #333;
}
.ui-tabs .ui-tabs-nav a {
	display: block;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-selected a, 
.ui-tabs .ui-tabs-active a {
	position: relative;
	color: #e43d51;
}
.ui-tabs-selected a:after, 
.ui-tabs-active a:after {
	content: "";
	position: absolute;
	left: 0; right: 0;
	bottom: -1px;
	height: 1px;
	background-color: #e43d51;
}
.ui-tabs .message-error li {
	font-size: 11px;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}


/* HEADER */


.header-upper {
	display: flex;
	justify-content: space-between;
	background-color: #f3f3f3;
	padding: 0 4%;
	text-align: center;
	color: #444;
}
.header-selectors-wrapper,
.header-links-wrapper,
.header-text-wrapper {
	margin: auto 0; /*prepare for flex*/
}

.header-selectors {
	display: flex;
	column-gap: 20px;
	white-space: nowrap;
}
.header-selectors select {
	min-width: 0;
	border: none;
	height: 37px; /*odd value*/
	background: url('../Themes/Voyage/Content/img/arrow-select2.svg') right center no-repeat;
	background-size: 10px;
	padding: 0 15px 0 0; /*not cross-browser consistent*/
	box-sizing: content-box; /*workaround*/
	font-size: 12px;
	text-transform: uppercase;
	color: #444;
}
.language-list {
	margin-left: -8px;
	font-size: 0;
}
.language-list li {
	display: inline-block; 
	margin: 0 1px; 
}
.language-list a { 
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
}
.language-list img {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	margin: auto;
}

.admin-header-links {
	white-space: nowrap;
}
.admin-header-links a {
	display: inline-block;
	padding: 7px 0;
	font-size: 12px;
}
.admin-header-links a + a {
	display: inline-block;
	margin-left: 20px;
}
.impersonated.session {
	padding-top: 24px;
}
.impersonated .impersonate {
	display: flex;
	justify-content: center;
	position: fixed;
	left: 0; right: 0;
	top: 0; z-index: 1060;
	background-color: #000;
	padding: 2px 0;
	color: #fff;
}
.impersonated  .impersonate span {
	display: inline-block;
	max-width: calc(100% - 40px);
	margin: auto 5px;
	overflow-x: hidden;
	text-overflow: ellipsis;
}
.finish-impersonation {
	margin: auto 5px !important;
	background-color: #000;
	padding: 0 !important;
	font-size: 0 !important;
}
.finish-impersonation:after {
	content: "\e919";
	font-size: 16px;
}
.impersonated .admin-header-links {
	flex-basis: 0 !important;
}

.header-lower {
	border-bottom: 1px solid #eee;
	background-color: #fff;
}
.header-logo {
	text-align: center;
	font-size: 0;
}
.header-logo.mobile {
	flex-grow: 1;
	display: flex;
	padding: 12px 0;
}
.header-logo.desktop {
	display: none;
}
.header-logo a {
	display: block;
	max-width: 100%;
	margin: auto;
}
.header-logo a img {
	display: block;
	max-width: 100%;
}

.search-box form {
	position: relative;
}
.search-box:hover input {
    background: #fff;
    border-radius: 10px;
}
.single-product .search-box input {
	background-color: #dbdbdb;
}
.header.single-product .search-box .search-box-button:after, .search-box:hover .search-box-button:after {
	color: #000;
}
.header .cls-1, .header .cls-2 {
	fill: white;
}
.header.single-product .cls-1, .header.single-product .cls-2 {
	fill: black;
}
.search-box .search-box-text {
    width: 0px;
    background: none;
	border: none;
    box-sizing: border-box;
    color: #000000;
    outline: none;
    transition: .5s;
}
.search-box-text::placeholder {
	color: #aaa;
	display: none;
}
.search-box .search-box-button {
	position: absolute;
	top: -3px; right: 2px;
	width: 30px;
	height: 40px;
	font-size: 0;
}
.search-box .search-box-button:after {
	content: "\e903";
	font-size: 20px;
}
.ui-helper-hidden-accessible {
	display: none !important;
}
.search-box .ui-autocomplete {
	width: 100% !important;
	max-width: 100%;
	overflow: hidden;
    text-align: left;
}
.ui-autocomplete li:first-child {
	padding-top: 10px;
}
.ui-autocomplete li:last-child {
	padding-bottom: 10px;
}
.ui-autocomplete .ui-menu-item a {
	display: flex;
	width: 100%;
	padding: 5px 20px;
}
.ui-autocomplete .ui-state-active,
.ui-autocomplete .ui-state-focus {
	background-color: #f6f6f6;
}
.ui-autocomplete .ui-menu-item img {
	margin-right: 10px;
}

.flyout-cart-wrapper {
	display: none;
}
.mini-shopping-cart .count {
	display: none;
}
.mini-shopping-cart .item {
	display: flex;
	margin: 0 0 10px;
}
.mini-shopping-cart .picture {
	flex: 0 1 100px;
	width: 100px;
	font-size: 0;
}
.mini-shopping-cart .picture a {
	display: inline-block;
}
.mini-shopping-cart .product {
	flex: 1 0 0;
	display: flex;
	flex-flow: column;
	padding-left: 10px;
	font-size: 12px;
}
.mini-shopping-cart .name {
	font-size: 13px;
}
.mini-shopping-cart .attributes {
	margin: 5px 0 0;
	color: #888;
}
.mini-shopping-cart .quantity {
	margin: 5px 0;
	color: #888;
}
.mini-shopping-cart .price {
	font-weight: 600;
}
.mini-shopping-cart .remove {
	flex: 1 0 auto;
	align-self: flex-end;
	display: flex;
	font-size: 11px;
	text-decoration: underline;
	color: #888;
}
.mini-shopping-cart .remove-btn {
	align-self: flex-end;
	transition: 0.2s ease;
	cursor: pointer;
}
.mini-shopping-cart .remove-btn:hover {
	color: #000;
}
.mini-shopping-cart .totals {
	display: flex;
	justify-content: space-between;
	margin: 0 -10px;
    border-top: 1px solid #eee;
	padding: 20px 15px;
	font-size: 14px;
}
.mini-shopping-cart .totals strong {
	font-weight: 600;
	color: #e43d51;
}
.mini-shopping-cart .buttons {
	padding: 0 5px;
	font-size: 0;
}
.mini-shopping-cart button {
	width: 48.5%;
	height: 45px;
	background-color: #000;
	padding: 0 15px;
	font-size: 14px;
	color: #fff;
}
.mini-shopping-cart button:hover {
	background-color: #e43d51;
}
.mini-shopping-cart button + button {
	margin-left: 3%;
}
.mini-shopping-cart button:only-child {
	width: 100%;
}
.mini-shopping-cart .no-data {
	margin: 4px 0 0;
    padding: 10px;
    font-size: 12px;
	color: #888;
}


/* FOOTER */


.footer-upper {
	position: relative;
	background-color: #f3f3f3;
	text-align: center;
}
.footer-upper:before,
.footer-upper:after {
	content: "";
	position: absolute;
	left: 0; right: 0;
	background-color: #fff;
}
.footer-upper:before {
	top: 0;
	height: 30px;
}
.footer-upper:after {
	bottom: 0;
	height: 20px;
}
.footer .newsletter {
	position: relative;
	z-index: 1;
	background-color: #222;
	padding: 50px 20px;
	color: #fff;
}
.newsletter .title strong {
	display: block;
	font-family: 'Hurme Geometric Sans 1', sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.5px;
}
.newsletter .title {
	font-size: 18px;
}
.newsletter .title span {
	display: block;
	margin-bottom: 20px;
}
.footer .newsletter-form {
	display: flex;
	column-gap: 1px;
	width: 340px;
	max-width: 100%;
	margin: auto;
	border: 1px solid #ddd;
	background-color: #ddd;
}
.footer .newsletter-subscribe-text {
	flex-grow: 1;
	height: 40px;
	border: none !important;
	background-color: #fff;
}
.footer .newsletter-subscribe-button {
	height: 40px;
	background-color: #fff;
	padding: 0 15px;
	font-size: 13px;
	text-decoration: underline;
	color: #e43d51;
}
.footer .subscribe-options {
	margin-top: 10px;
}
.footer .subscribe-options span {
	margin: 0 10px;
}
.footer .subscribe-options label {
	padding-left: 20px;
	font-size: 12px;
	color: #fff !important;
}
.subscribe-options label:before {
	width: 13px !important;
	height: 13px !important;
	border: none !important;
	opacity: 0.2;
}
.footer input:checked ~ label:before {
	background-color: #e43d51;
	opacity: 1;
}
.footer .newsletter-validation, 
.footer .newsletter-result {
	position: absolute;
    left: 0; right: 0;
	bottom: 20px;
	padding: 0 20px;
    font-size: 12px;
}
.newsletter-validation .please-wait {
	display: none !important;
}
.newsletter-validation .message {
	color: #fff !important;
}

.footer-middle {
	padding: 40px 20px;
	text-align: center;
}
.footer-block {
	text-align: left;
}
.footer-block .title {
	font-size: 15px;
}
.footer-block ul {
	display: none;
}
.footer-block li {
	padding: 5px 0;
}
.footer-block a {
	color: #fff;
}
.footer-block a:hover {
	color: #e43d51;
}

.social-networks {
	margin-top: 40px;
	text-align: center;
	font-size: 0;
}
.social-networks li {
	display: inline-flex;
	position: relative;
	width: 40px;
	height: 40px;
	margin: 0 3px;
	align-items: center;
	justify-content: center;
	transition: 0.2s ease;
}
.social-networks li:hover {
	background-color: #e43d51;
}
.social-networks li:before {
	font-size: 20px;
	transition: 0.2s ease;
}
.social-networks li:hover:before {
	color: #fff;
}
.social-networks .facebook:before {
	content: "\e920";
	position: relative;
	right: -1px;
}
.social-networks .twitter:before {
	content: "\e921";
	font-size: 22px;
}
.social-networks .pinterest:before {
	content: "\e923";
}
.social-networks .instagram:before {
	content: "\e922";
}
.social-networks .youtube:before {
	content: "\e924";
}
.social-networks .vimeo:before {
	content: "\e936";
	font-size: 18px;
}
.social-networks li:after {
    content: "";
    position: absolute;
    top: 3px; right: -3px;
    bottom: -3px; left: 3px;
    z-index: -1; opacity: 0;
    border: 1px solid #e43d51;
	transition: 0.5s ease;
}
.social-networks li:hover:after {
    opacity: 1;
}
.social-networks .link {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
}

.footer-lower {
	background-color: #f3f3f3;
	padding: 25px 15px;
	text-align: center;
	font-size: 11px;
	color: #888;
}
.footer-text {
	padding: 5px 0;
}
.footer-text img {
	display: block;
	margin: 5px auto;
}
.footer-powered-by a,
.footer-designed-by a {
	display: inline-block;
	text-decoration: underline;
	color: #000;
}
.theme-selector {
	margin: 15px 0 0;
}
.theme-selector select {
	width: 200px;
	background-color: #fff;
}


/* SIDEBAR COLUMN */


.block .title {
	font-size: 15px;
	cursor: pointer;
}
.block .title strong {
	display: block;
	font-weight: 400;
}
.block .listbox {
	display: none;
	font-size: 12px;
	color: #888;
}
.block .listbox:after {
	content: "";
	display: block;
	clear: both;
}
.block .list a {
	display: inline-block;
	padding: 5px 0;
}
.block .listbox a:hover {
	color: #000;
}
.block .active > a {
	color: #000;
}
.block .list img {
	display: none;
}
.block .sublist {
	padding-left: 15px;
}
.block .view-all a {
	display: inline-block;
	padding: 5px 0 1px;
	text-decoration: underline;
	color: #000;
}
.block .tags ul,
.block ul.tags {
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
}
.block .tags a,
.product-tags-all-page a {
	display: block;
	padding: 5px 0;
	font-size: 12px !important;
	text-decoration: underline;
}
.block .tags ~ .view-all {
	display: none;
}

.block .accordion {
	position: relative;
}
.block .accordion > a {
	position: relative;
	z-index: 1;
}
.block .accordion > ul:after {
	content: "\e917";
	position: absolute;
	top: 0; right: 0;
	width: 100%;
	padding: 10px 0;
	text-align: right;
	font-size: 8px;
    cursor: pointer;
	color: #000;
}
.block .expanded > ul:after {
	content: "\e916";
}
.block .collapsed > ul:after {
	content: "\e917";
}
.block .accordion:not(.active) li {
	display: none;
}

.filter-title {
	margin-bottom: 12px;
	font-size: 15px;
	color: #000;
}
.filter-title strong {
	display: block;
	font-weight: 400;
}
.filters .item {
	margin: 6px 0 0;
}
.filters input {
	margin-right: -16px;
}
.filters label {
	display: inline-block;
}
.filters .name strong {
	font-weight: 400;
}

.selected-price-range {
	margin: -12px 0 6px;
	overflow: hidden;
	font-weight: 600;
	color: #e43d51;
}
.selected-price-range .from {
	float: left;
}
.selected-price-range .to {
	float: right;
}
.filters .ui-slider {
	position: relative;
	width: auto;
	height: 8px;
	margin: 0 3px 12px;   
	background-color: #f3f3f3;
}
.filters .ui-slider-range {
	position: absolute;
	height: 8px;
	background-color: #ccc;
}
.filters .ui-slider-handle {
	position: absolute;
	top: -5px;
	width: 12px;
	height: 18px;
	margin-left: -6px;
	border: 2px solid #fff;
	background-color: #000;
	cursor: pointer;
}
.filters .attribute-squares {
	font-size: 12px; /*reset zeroing*/
}
:checked + .attribute-squares:before {
	z-index: 1;
    background: none;
    border: 1px solid #fff;
	box-shadow: 0 0 0 1px #000;
    font-size: 0 !important;
}
.filters .attribute-square {
    position: absolute;
	top: 0; bottom: 0;
	left: 0; /**/
    width: 15px;
    height: 15px;
    margin: auto;
	border-color: #222;
}

.poll strong {
	display: block;
	margin: 0 0 10px;
}
.poll-options,
.poll-results {
	margin: 0 0 15px;
}
.poll-options li,
.poll-results li {
	display: inline-block;
	margin: 5px 5px;
}
.poll .buttons button {
	text-decoration: underline;	
}
.poll-total-votes {
	display: block;
	margin: 10px 0 0;
	font-weight: 600;
}
.poll-vote-error {
	margin: 10px 0 0;
}


/* CATALOG PAGES */


.breadcrumb {
	border-bottom: 1px solid #eee;
	padding: 20px 5%;
	text-align: center;
}
.breadcrumb ul {
	font-size: 0;
	color: #888;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb a,
.breadcrumb strong,
.breadcrumb .delimiter {
	display: inline-block;
	margin: 0 3px;
	font-size: 12px;
	font-weight: 400;
}
.breadcrumb a {
	color: #000;
}
.breadcrumb a:hover {
	color: #e43d51;
}

.category-description,
.manufacturer-description,
.vendor-description {
	margin: 0 0 30px;
}
.contact-vendor {
	margin: 0 0 30px;
}
.contact-vendor-button {
	text-decoration: underline;
}

.product-selectors {
	display: flex;
	column-gap: 2%;
	border-top: 1px solid #eee;
	padding: 20px 0;
}
.product-selectors span {
	margin-right: 5px;
	font-size: 12px;
	white-space: nowrap;
}
.product-selectors select {
	flex-grow: 1;
    border: none;
    height: 40px;
    background: #f3f3f3 url(../Themes/Voyage/Content/img/arrow-select2.svg) right 8px center no-repeat;
    background-size: 10px;
    padding: 0 25px 0 10px; /*not cross-browser consistent*/
	box-sizing: content-box; /*workaround*/
	cursor: pointer;
}
.product-selectors select + span {
	display: none !important;
}
.product-viewmode {
	display: none;
}
.product-sorting,
.product-page-size {
	display: flex;
	align-items: center;
	width: 50%;
	color: #888;
}

.category-grid .item-grid,
.manufacturer-grid .item-grid,
.vendor-grid .item-grid,
.product-grid .item-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 25px 2%;
}

.item-box {
	display: flex;
	flex-flow: column;
	text-align: left;
}
.item-box .product-item {
	display: flex;
	flex-flow: column;
	position: relative;
	height: 100%;
}
.item-box .picture {
	position: relative;
	border: 1px solid #eee;
}
.item-box .picture a {
	display: block;
	position: relative;
	overflow: hidden;
}
.item-box .picture a:before {
	content: "";
	display: block;
	padding-top: 130%;
}
.item-box .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	margin: auto;
	margin-bottom: 0;
}
.item-box .navigation {
	transition: 0.5s ease;
	opacity: 0;
}
.item-box:hover .navigation {
	opacity: 1;
}
.item-box .color-attributes {
	display: none;
	position: absolute;
	bottom: 7px;
	left: 10px;
}
.item-box .attribute-square {
    width: 15px;
    height: 15px;
	margin: 0 -1px;
    border-width: 1px;
	border-radius: 50%;
}
.item-box .details {
	flex-grow: 1;
	display: flex;
	flex-flow: column;
}
.item-box .product-title {
	flex-grow: 1;
	font-size: 17px;
	font-weight: 400;
	color: #888;
	text-align: center;
}
.item-box .product-title a {
	display: block;
}
.item-box .sku { /**/
	margin-top: 5px;
}
.item-box .product-rating-box {
    display: none;
}
.item-box .description {
	display: none;
	font-size: 12px;
	color: #888;
}
.item-box .add-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.item-box .old-price {
	color: #999;
	text-decoration: line-through;
}
.item-box .actual-price {
	font-weight: 600;
}
.item-box .old-price + .actual-price {
	color: #e43d51;
}
.item-box .tax-shipping-info {
	font-size: 11px;
}
.item-box .base-price-pangv {
	margin-top: 5px;
}

.item-box .product-box-add-to-cart-button {
	position: relative;
	top: -1px; /*v-align*/
	text-decoration: underline;
	white-space: nowrap;
}
.item-box .product-box-add-to-cart-button:hover {
	color: #e43d51;
}
.item-box .add-to-wishlist-button,
.item-box .add-to-compare-list-button {
	font-size: 0;
}
.item-box .add-to-wishlist-button:before {
	content: "\e906";
	font-size: 18px;
}
.item-box .add-to-compare-list-button:before {
	content: "\e907";
	font-size: 18px;
}

.item-box .carousel {
	position: relative;
}
.item-box .carousel:before {
	content: "";
	display: block;
	padding-top: 130%;
}
.item-box .carousel .slick-list {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	height: auto !important;
}
.item-box .navigation .slick-prev,
.item-box .navigation .slick-next {
	display: flex;
	position: absolute;
	top: calc(50% - 20px);
	width: 36px;
	height: 40px;
	text-align: center;
	font-size: 0;
	cursor: pointer;
}
.item-box .navigation .slick-prev {
	left: 0;
}
.item-box .navigation .slick-next {
	right: 0;
}
.item-box .navigation .slick-prev:before,
.item-box .navigation .slick-next:after {
	margin: auto;
	font-size: 13px;
}
.item-box .navigation .slick-prev:before {
	content: "\e90d";
}
.item-box .navigation .slick-next:after {
	content: "\e90e";
}

.home-page-category-grid .picture-wrapper {
	position: relative;
}
.home-page-category-grid .picture a:before {
	padding-top: 130%;
}
.home-page-category-grid .sub-category-list {
	display: none;
	flex-flow: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
	position: absolute;
	top: 7%; right: 8%;
	bottom: 7%; left: 8%;
	background-color: #fff;
    padding: 7% 8%;
    text-align: center;
	animation: fadein 0.3s
}
.category-grid .sub-category-item a:hover {
	text-decoration: underline;
	color: #e43d51;
}
.home-page-category-grid .view-more {
	border-bottom: 1px solid #e43d51;
	color: #e43d51;
}
.home-page-category-grid .view-more span,
.home-page-category-grid .view-all span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.home-page-category-grid .view-more:after,
.home-page-category-grid .view-all:after {
	content: "\e910";
	display: inline-block;
	vertical-align: middle;
}
.home-page-category-grid .text-wrapper {
	text-align: center;
}
.home-page-category-grid .category-title {
	font-size: 15px;
}
.home-page-category-grid .view-all {
	border-bottom: 1px solid #000;
	font-size: 12px;
}
.home-page-category-grid .view-all:hover {
	border-color: #e43d51;
	color: #e43d51;
}

.sub-category-grid {
	margin-bottom: 30px;
}
.sub-category-grid .item-grid {
	grid-template-columns: repeat(auto-fit, 100%);
	grid-row-gap: 5px;
}
.sub-category-grid .item-box {
	position: relative;
	padding: 20px 15px;
	text-align: center;
}
.sub-category-grid .picture {
	display: none;
}
.sub-category-grid .title {
	font-size: 14px;
}
.sub-category-grid .number {
	font-size: 12px;
	color: #888;
}
.sub-category-grid .view-all {
	display: flex;
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	background-color: #954327;
	transition: 0.2s ease;
	opacity: 0; /**/
}
.sub-category-grid .view-all a {
	margin: auto auto;
	/*transform: translateY(-2px);*/
	text-decoration: none;
	font-size: 14px;
	color: #fff !important;
	transition: 0.2s ease;
	opacity: 0; /**/
}
.sub-category-grid .view-all span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.sub-category-grid .view-all a:before {
	content: "";
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
}
.sub-category-grid .view-all a:after {
	content: "\e910";
	display: inline-block;
	vertical-align: middle;
}
.sub-category-item:hover .view-all,
.sub-category-item:hover .view-all a {
	opacity: 1; /**/
}

.featured-product-grid {
	margin: -20px 0 50px;
}

.product-grid .buttons .wrapper {
	display: none;
	position: absolute;
	top: 0; left: 0;
}
.product-grid .wrapper button {
	display: block;
	width: 36px; height: 28px;
	margin: 6px 0 -6px;
}
.product-grid .wrapper
.add-to-wishlist-button {
	order: -1; /**/
}
.product-grid .wrapper
.add-to-compare-list-button {
	opacity: 0;
}
.product-grid .item-box:hover
.add-to-compare-list-button {
	opacity: 1;
}

.manufacturer-item .wrapper,
.vendor-item .wrapper {
	position: relative;
	margin: 0 0 10px;
}
.manufacturer-item .picture,
.vendor-item .picture {
    margin-bottom: 0;
}
.manufacturer-item .picture a:before,
.vendor-item .picture a:before {
	padding-top: 75%;
}
.manufacturer-item .view-all a,
.vendor-item .view-all a {
	display: flex;
    justify-content: center;
    align-items: center;
	position: absolute;
	top: 1px; right: 1px;
    bottom: 1px; left: 1px;
    background: rgba(255,255,255,.9);
	font-weight: 600;
	color: #e43d51;
	text-decoration: underline;
	transition: 0.2s ease;
	opacity: 0;
}
.manufacturer-item .wrapper:hover a,
.vendor-item .wrapper:hover a {
	opacity: 1;
}
.manufacturer-item .title a:hover,
.vendor-item .title a:hover {
    color: #e43d51;
}
.manufacturer-item .title,
.vendor-item .title {
    font-size: 14px;
	font-weight: 400;
	color: #666;
}

.cross-sells {
	margin-top: 40px;
}

.pager {
	margin-top: 60px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}
.pager ul {
	text-align: center;
	font-size: 14px;
}
.pager li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 40px;
	height: 40px;
	margin: 0 1px;
	vertical-align: middle;
	transition: 0.2s ease;
}
.pager li a {
	display: block;
	width: 100%;
	padding: 8px 0;
}
.pager .current-page {
	background-color: #e43d51;
	color: #fff;
}
.pager li:before {
	font-size: 20px;
	transition: 0.2s ease;
}
.pager li:after {
    content: "";
    position: absolute;
    top: 3px; right: -3px;
    bottom: -3px; left: 3px;
    z-index: -1; opacity: 0;
    border: 1px solid #e43d51;
	transition: 0.5s ease;
}
.pager .current-page:after {
    opacity: 1;
}
.pager li:hover a {
	color: #e43d51;
}
.pager .previous-page a,
.pager .next-page a,
.pager .first-page a,
.pager .last-page a {
	font-size: 0;
}
.pager .previous-page a:before,
.pager .next-page a:after,
.pager .first-page a:before,
.pager .last-page a:after {
	display: inline-block;
	line-height: 21px;
}
.pager .first-page a:before {
	content: "\e911";
	font-size: 16px;
}
.pager .previous-page a:before {
	content: "\e90d";
	font-size: 14px;
}
.pager .next-page a:after {
	content: "\e90e";
	font-size: 14px;
}
.pager .last-page a:after {
	content: "\e912";
	font-size: 16px;
}


/* PRODUCT PAGE */


.product-essential {
	/* max-width: 500px; */
	margin: auto;
}
.product-essential:after {
	content: "";
	display: block;
	clear: both;
}

.gallery {
	margin: 0 0 30px;
	text-align: center;
	font-size: 0;
}
.gallery .picture {
	position: relative;
}
.gallery .picture a {
	display: inline-block;
	max-width: 100%; /*Ie fix*/
}
.gallery .picture-thumbs {
	display: grid;
	grid-gap: 10px 10px;
	margin: 10px auto 0;
}
/* .gallery .thumb-item {
	border: 1px solid #eee;
} */
.extended-gallery .thumb-item {
	display: inline-block;
	width: 115px;
	max-width: 23%;
	margin: 10px 1% 0;
}

.overview, .variant-overview {
	text-align: left;
}
.discontinued-product {
	color: #e31d31;
}
.overview .product-name {
	display: none;
}
.overview .short-description {
	margin: 0 0 25px;
	color: #000000;
}

.price-reviews-wrapper {
	margin: 0 0 30px;
	border-bottom: 1px solid #eee;
}
.price-reviews-wrapper .prices {
	display: flex;
	flex-direction: column;
	margin: 0 0 25px;
}
.old-product-price,
.non-discounted-price,
.prices .product-price {
	margin: 0 6px;
	font-size: 21px;
	color: #888;
}
.prices .product-price {
	color: #000000;
}
.old-product-price,
.non-discounted-price {
	text-decoration: line-through;
}
.old-product-price +
.non-discounted-price {
	display: none; /*hidden by default*/
}
.prices .tax-shipping-info {
    font-size: 11px;
	white-space: nowrap;
	color: #888;
}
.prices .rental-price {
	width: 100%;
	text-align: center;
	white-space: nowrap;
}
.tier-prices {
	margin: 0 0 30px;
}
.tier-prices .title {
	display: none;
}
.tier-prices .prices-table {
	display: grid;
	grid-template-columns: 50% 50%;
}
.tier-prices .prices-cell {
	box-shadow: 0 0 0 1px #eee;
	background-color: #fff;
    padding: 10px;
}
.tier-prices .field-header {
    font-weight: bold;
}
.tier-prices .item-price {
	color: #e43d51;
}

.product-reviews-overview {
	display: flex;
	justify-content: center;
	margin: 0 0 25px;
	font-size: 0;
	color: #888;
}
.product-reviews-overview * {
	height: 14px !important;
	line-height: 13px; /*cross-browser compatibility*/
	white-space: nowrap;
}
.product-no-reviews,
.product-review-links {
	font-size: 12px;
}
.product-no-reviews span,
.product-review-links span {
	margin: 0 8px;
}
.product-no-reviews a,
.product-review-links a:hover {
	color: #000;
}
.product-review-links {
	display: flex;
}

.stock-delivery-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 10px;
	align-items: center;
	margin: 0 0 25px;
	white-space: nowrap;
}
.stock-delivery-wrapper.empty {
	display: none;
}
.availability .stock .label {
	display: none;
}
.availability .stock .value {
	display: inline-block;
	background-color: #f3f3f3;
	padding: 5px 10px;
}
.delivery .free-shipping {
	display: inline-block;
	background-color: #f3f3f3;
	padding: 5px 10px;
	vertical-align: middle;
	font-weight: 600;
}
.delivery .delivery-date {
	display: inline-block;
	vertical-align: middle;
}
.free-shipping + .delivery-date {
	margin-left: 8px;
}

.stock-delivery-wrapper .availability {
	display: flex;
	align-items: center;
}
.back-in-stock-subscription {
	margin: 0 5px 0 15px;
	font-size: 0;
}
.availability .subscribe-button {
	display: inline-flex;
	font-weight: 400;
}
.availability .subscribe-button:before {
	content: "\e93a";
	position: relative;
	bottom: 1px;
	margin-right: 6px;
	font-size: 20px;
}

.overview .label,
.variant-overview .label {
	color: #888; 
}
.overview .value,
.variant-overview .value {
	font-weight: 600; 
}
.overview .value a,
.variant-overview .value a {
	text-decoration: underline;
}
.overview .manufacturers {
	margin: 0 0 20px;
}
.overview .additional-details,
.variant-overview .additional-details {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 15px;
	margin: 0 0 25px;
}

.download-sample {
	margin: 0 0 25px;
}
.download-sample-button {
	display: inline-flex;
}
.download-sample-button:before {
	content: "\e929";
	margin-right: 5px;
	font-size: 20px;
}

.attributes dl {
	margin: 0 0 30px;
}
.attributes dt {
	margin: 0 0 5px;
	color: #888;
}
.attributes dd {
	margin: 0 0 10px;
}
/* .attributes li {
	margin: 8px 0 12px;
} */
.attributes li.disabled {
	pointer-events: none;
	opacity: 0.5;
}
.attributes li.disabled label {
	text-decoration: line-through;
}
.attributes select,
.attributes .textbox,
.attributes textarea {
	width: 100%;
}
.attributes option.disabled {
	color: #ddd;
}
.attributes .option-list label {
	margin: 0 3px;
}
.attributes .qty-select {
	max-width: calc(100% - 70px);
}
.attributes .qty-box {
	margin: 0 0 0 5px;
}
.attributes .qty-box label {
	display: none;
}
.attributes .qty-box input {
	width: 60px;
}

.attribute-squares {
	display: flex;
	font-size: 0;
}
.attribute-squares li {
	position: relative;
}
.attribute-squares label {
	display: block;
	margin: 0 !important;
}
.attribute-squares input {
	position: relative;
	z-index: -1;
	margin: -32px 0 0;
}
.attribute-squares span {
    display: block;
}
.attribute-square {
    width: 82px;
    height: 60px;
    cursor: pointer;
	margin-right: 7px;
}
.attribute-squares [title~="White"] span {
    box-shadow: inset 0 0 0 1px #ddd;
}
.selected-value .attribute-square {
    box-shadow: 0 0 0 1px #333 !important;
}
.attribute-squares li.disabled {
	position: relative;
	opacity: 1;
}
.attribute-squares li.disabled:after {
	content: "\e919";
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
	border: 2px solid #fff;
    background-color: #f3f3f3;
    font-size: 10px;
    line-height: 30px;
    opacity: 0.95;
}

.image-squares .tooltip-container {
	display: none;
	position: absolute;
	left: 50%;
    transform: translate(-50%,-5px);
	width: 200px; height: 200px;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	background-color: #fff;
	padding: 10px; z-index: 1;
	animation: fadein 0.5s;
}
.image-squares .tooltip-container:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	border-width: 10px 10px 0;
	border-style: solid dashed dashed;
	border-color: #fff transparent transparent;
	filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.06));
	opacity: 0; /*hidden by default*/
}
.image-squares li:hover .tooltip-container {
	display: block;
}

.rental-attributes {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	margin: 0 0 20px;
}
.rental-attributes .datepicker {
	width: 340px;
	max-width: 100%;
}
.ui-datepicker {
	width: 340px;
	background-color: #fff;
	text-align: center;
}
.ui-datepicker-header {
	position: relative;
	background-color: #222;
	color: #fff;
}
.ui-datepicker-header a {
	display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
	top: 0; bottom: 0;
	z-index: 1;
	width: 40px;
	font-size: 0;
}
.ui-datepicker-prev {
	left: 0;
}
.ui-datepicker-next {
	right: 0;
}
.ui-datepicker-prev:before {
	content: "\e914";
	font-size: 13px;
}
.ui-datepicker-next:after {
	content: "\e915";
	font-size: 13px;
}
.ui-datepicker-title {
	position: relative;
	z-index: 0;
	padding: 8px 0;
}
.ui-datepicker-calendar th {
	background-color: #f3f3f3;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 14.285%;
	border: 1px solid #ddd;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
	display: block;
	min-height: 32px;
	line-height: 32px;
}
.ui-datepicker-calendar td a:hover,
.ui-datepicker-calendar a.ui-state-active,
.ui-datepicker-calendar a.ui-state-active:hover {
    background-color: #e43d51;
	color: #fff;
}

.page .qq-upload-button,
.k-window .qq-upload-button {
	width: 100%;
}
.page .qq-upload-list li,
.k-window .qq-upload-list li {
	background: none !important;
}
.page .qq-upload-list span,
.k-window .qq-upload-list span {
	margin: 0 5px;
}
.page .qq-upload-list span:empty,
.k-window .qq-upload-list span:empty {
	display: none;
}

.giftcard {
	width: 100%;
	margin: 0 0 30px;
}
.giftcard div {
	position: relative;
	margin: 0 0 10px;
}
.giftcard label {
	display: block;
	margin: 0 0 5px;
	color: #888;
}
.giftcard input,
.giftcard textarea {
	width: 100%;
	max-width: 100%;
}
.giftcard .required {
	position: absolute;
	margin: 14px 0 0 -14px;
}

.product-estimate-shipping {
	margin: 0 0 15px;
}
.product-estimate-shipping a {
	display: inline-block;
}
.product-estimate-shipping i {
	display: inline-block;
	transform: rotate(45deg);
	margin: 0 0 3px 10px;
	border: solid black;
	border-width: 0 1px 1px 0;
	padding: 3px 3px;
}
.product-estimate-shipping span {
	vertical-align: middle;
}
.product-estimate-shipping .shipping-loading {
	display: none !important; /*disable preloader*/
}
.product-estimate-shipping .shipping-title {
	margin: 0 0 5px;
}
.product-estimate-shipping .shipping-price {
	margin: 0 0 0 5px;
	font-weight: 600;
}
.product-estimate-shipping .shipping-date {
	margin: 5px 0 0;
	color: #888;
}

.customer-entered-price {
	display: flex;
	align-items: center;
	position: relative;
    width: 100%;
	max-width: 100%;
	margin: 25px 0 0;
}
.customer-entered-price .price-input {
	margin-right: 10px;
}
.customer-entered-price .enter-price-label {
	position: absolute;
	top: -25px;
	color: #e43d51;
}
.customer-entered-price .enter-price-input {
	width: 86px;
	height: 48px;
	padding-right: 0;
}

.cart-buttons-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px 5px;
	margin: 0 0 30px;
}
.pre-order-availability-date,
.min-qty-notification {
	width: 100%;
}
.cart-buttons-wrapper .add-to-cart {
	margin: 5px 0;
}
.add-to-cart .add-to-cart-panel {
	display: flex;
	align-items: center;
	position: relative;
}
.add-to-cart-panel .qty-wrapper {
	margin-right: 10px;
}
.add-to-cart-panel .add-to-cart-button {
	width: 250px;
	max-width: calc(100% - 100px);
	height: 50px;
	background-color: #000;
	padding: 0 15px;
	font-size: 14px;
	color: #fff;
}
.add-to-cart-panel .add-to-cart-button:hover {
	background-color: #797979;
}

.variants-scroll-button {
	width: 240px !important;
	max-width: 100% !important;
}
.variants-scroll-button:before,
.variants-scroll-button:after {
	content: "\e913";
	position: absolute;
	top: 0; bottom: 0;
	height: 15px;
	margin: auto;
}
.variants-scroll-button:before {
	left: 15px;
}
.variants-scroll-button:after {
	right: 15px;
}

.overview-buttons { 
	display: flex;
	column-gap: 5px;
	margin: 5px 0;
	font-size: 0;
}
.overview-buttons button,
.variants .add-to-wishlist-button {
	width: 45px;
	height: 45px;
	border: 1px solid #ddd;
	font-size: 0;
}
.add-to-wishlist-button:before {
	content: "\e906";
	font-size: 18px;
}
.add-to-compare-list-button:before {
	content: "\e907";
	font-size: 16px;
}
.email-a-friend-button:before {
	content: "\e908";
	font-size: 16px;
}
.overview-buttons button:hover,
.variants .add-to-wishlist-button:hover {
	border-color: #ccc;
	color: #e43d51;
}

.product-share-button {
	margin: -10px 0 30px;
    font-size: 0;
}
.product-share-button a {
	margin-bottom: 0 !important;
}

.full-description {
	line-height: 24px;
	color: #666;
}
.full-description ~ div {
	margin-top: 50px;
}

.product-collateral {
	max-width: 500px;
	margin: auto;
	text-align: left;
}
.product-collateral .title {
	margin: 0 0 20px;
    font-size: 15px;
}
.product-collateral ~ .product-grid {
	margin: 25px 0 50px;
}

/* .product-specs-box .title {
	margin: 0 0 20px;
    font-size: 15px;
} */
.product-specs-box table {
	margin-bottom: 0;
}
.product-specs-box thead {
    display: none;
}
.product-specs-box td {
	border: none !important;
    padding: 10px 0;
}
.product-specs-box .spec-group-name {
    display: none !important; /*hidden because invalid markup in default nopCommerce code*/
}
.product-specs-box .attribute-squares {
    display: inline-block;
    vertical-align: middle;
}
.product-specs-box .attribute-square {
    cursor: default !important;
}
/* .overview .product-specs-box {
	margin-top: 25px;
} */

.product-tags-box {
	display: none; /*hidden by default*/
}
.product-tags-list {
	font-size: 0;
}
.product-tags-list li {
	display: inline-block;
	font-size: 13px; /*reset zeroing*/
}
.product-tags-list li.separator {
	margin: 0 5px 0 3px;
}
.product-tags-list a {
	display: inline-block;
	line-height: 24px;
}

.product-variant-list {
	margin-top: 30px !important;
}
/* .product-variant-line {
	margin: 30px 0 0;
	border-bottom: 1px solid #eee;
	padding: 20px 0 0;
} */
.variant-picture {
	position: relative;
	margin: 0 0 30px;
	/* border: 1px solid #eee; */
	font-size: 0;
}
.variant-overview .desktop {
	display: none;
}
.variant-overview .prices {
	justify-content: flex-start;
}
.variant-overview .variant-name {
	margin: 0 0 15px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
}
.variant-overview .variant-description {
	margin: 0 0 25px;
	line-height: 24px;
	color: #666;
}
.variant-overview .attributes select {
	width: 395px;
}


/* ESTIMATE SHIPPING */


.estimate-shipping-popup {
	position: relative;
	max-width: 800px;
	margin: auto;
	background-color: #fff;
	padding: 25px;
	transform: scale(0.8);
	transition: all 0.2s ease;
	opacity: 0;
}
.estimate-shipping-popup strong {
	visibility: hidden;
}
.mfp-ready .estimate-shipping-popup {
	transform: scale(1);
	opacity: 1;
}
.mfp-removing .estimate-shipping-popup {
	transform: scale(0.8);
	opacity: 0;
}
.estimate-shipping-popup-zoom-in.mfp-removing {
	transition: all 0.3s ease;
	opacity: 0;
}

.estimate-shipping-row {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	position: relative;
}
.estimate-shipping-row-item {
	flex: 0 1 100%;
}

.mfp-container .address-item {
	margin: 10px 0 0;
}
.mfp-container .address-item + div {
	padding: 0 0 0 15px;
}
.estimate-shipping-address-control {
	width: 100%;
}
.mfp-container .address-item .required {
	position: absolute;
    top: -5px;
	right: -5px;
}
.mfp-container .shipping-options {
	position: relative; /*preloader referrence*/
	margin: 10px 0 25px;
}
.mfp-container .shipping-header-item {
	align-self: flex-end;
	border: none !important;
	padding: 12px 5px !important;
	font-size: 14px;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.mfp-container .shipping-options-body {
	display: table;
	table-layout: fixed;
	width: 100%;
	border: 1px solid #ddd;
	border-collapse: collapse;
}
.mfp-container .shipping-option {
	display: table-row;
	cursor: pointer;
	color: #888;
}
.mfp-container .shipping-option.active {
    color: #000;
}
.mfp-container .shipping-option > div {
	display: table-cell;
	border-top: 1px solid #ddd;
	padding: 10px 11px;
}
.mfp-container .shipping-item {
	border-right: 1px solid #ddd;
	overflow: hidden;
	padding: 8px 0;
	overflow-wrap: break-word;
}
.estimate-shipping-row-item-radio {
	flex: 0 0 30px;
	width: 24px;
}
.estimate-shipping-radio {
	display: none;
}

.apply-shipping-button-container {
	text-align: center;
}
.apply-shipping-button-container + button {
	font-weight: 400;
}
.mfp-container .apply-shipping-button {
	min-width: 150px;
	height: 45px;
	margin: 5px 0;
    background-color: #000;
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
}
.mfp-container .apply-shipping-button:hover {
	background-color: #e43d51;
}

.mfp-container .no-shipping-options {
	padding: 30px 15px;
	text-align: center;
}
.mfp-container .message-failure {
	margin: 10px 0 -5px;
}

@media all and (max-width: 600px) {

	.estimate-shipping-popup {
		padding: 25px 3%;
	}
	.mfp-container .shipping-address {
		flex-flow: column;
	}
	.mfp-container .address-item {
		width: 100%;
	}
	.mfp-container .address-item + div {
		padding: 0;
	}
	.mfp-container .address-item .required {
		top: 14px;
		right: 4px;
	}
}


/* PRODUCT REVIEWS */


.product-reviews-page h1 a {
	display: inline-block;
	border-bottom: 2px solid #000;
	line-height: 30px;
}
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: "''";
}
.product-reviews-page .title {
	margin: 0 0 10px;
	text-align: center;
	font-size: 15px;
}
.product-reviews-page .result,
.product-reviews-page .message-error {
	margin: 0 0 20px;
}

.write-review .review-rating {
	text-align: center;
	font-size: 0;
}
.write-review .review-rating > label {
	text-align: center;
}
.write-review .rating-options input {
	position: absolute;
	margin: 4px 0 0 4px;
}
.write-review .rating-options label {
	display: inline-block;
	max-width: 20px;
	margin: 0 1px;
	padding: 0;
	font-size: 0;
}
.write-review .rating-options label:before {
	content: "\e909";
	display: block;
	position: static;
	width: auto;
	height: auto;
	border: none !important;
	background: none !important;
	box-shadow: none;
	font-size: 20px;
	color: #e43d51;
}
.write-review :checked + label ~ label:before {
	content: "\e90a";
	color: #ccc;
}
.write-review .additional-rating {
	margin-top: -10px;
}
.write-review .tooltip-text p {
	display: none; /*do not use the tooltip*/
}
.write-review .captcha-box {
	margin: 25px 0;
}
.write-product-review-button {
	min-width: 240px;
	height: 50px;
    background-color: #000;
	padding: 0 20px;
	font-size: 14px;
    color: #fff;
}
.write-product-review-button:hover {
    background-color: #e43d51;
}

.product-review-list {
	margin-top: 70px;
	overflow: hidden;
}
.product-review-item {
	margin: 0 0 20px;
	border: 1px solid #eee;
	padding: 20px;
}
.product-review-item .review-title {
	margin: 0 0 5px;
	font-size: 15px;
}
.product-review-item .product-review-box {
	display: inline-flex;
	margin: 0 0 15px;
}
.product-review-item .additional-rating {
	display: none; /*hidden by default on both review page and customer reviews page*/
}
.product-review-item .review-avatar {
	margin: 0 0 25px;
}
.product-review-item .review-avatar a {
	display: table;
	margin: auto;
}
.product-review-item .review-avatar img {
	display: block;
	margin: auto;
}
.product-review-item .review-avatar .user {
	margin-top: 5px;
	word-break: break-all;
	font-size: 12px;
	color: #888;
}
.product-review-item .review-text {
	margin: 0 0 25px;
	text-align: left;
	color: #666;
}
.product-review-item .review-date {
	display: block;
	margin: 0 0 10px;
	padding: 5px 0;
	font-size: 12px;
	color: #888;
}
.product-review-item .review-info label {
	color: #888;
}
.product-review-item .review-info a:hover {
	text-decoration: underline;
}
.product-review-item .separator {
	margin: 0 5px;
	color: #888;
}
.product-review-helpfulness .vote {
	display: inline-block;
	padding: 0 3px;
	font-weight: bold; 
	text-decoration: underline; 
	cursor: pointer;
}
.product-review-helpfulness {
	margin: 25px 0 10px;
}
.product-review-helpfulness .question {
	margin-right: 5px;
	color: #888;
}
.product-review-helpfulness .vote + .vote:before {
	content: "|";
	position: relative;
	bottom: 1px;
	margin: 0 5px 0 -4px;
}
.product-review-helpfulness .vote-stats {
	position: relative;
    bottom: -1px;
	margin-left: 5px;
	font-size: 12px;
	color: #888;
}
.product-review-helpfulness .result {
	margin-left: 10px;
	color: #888;
}
.product-review-item .review-reply {
    margin: 25px 0 0;
	border: 1px dashed #eee;
    background-color: #f9f9f9;
	padding: 15px;
}
.product-review-item .reply-header {
	margin: 0 0 10px;
	font-weight: bold;
}


/* WISHLIST & COMPARE PAGE */


.wishlist-content .buttons {
	display: flex;
	flex-flow: column;
	gap: 10px 10px;
	max-width: 350px;
	margin: auto;
}
.update-wishlist-button,
.email-wishlist-button {
	min-width: 200px;
    height: 50px;
	border: 1px solid #000;
    padding: 0 15px;
    font-size: 14px;
}
.update-wishlist-button:hover,
.email-wishlist-button:hover {
	border-color: #e43d51;
    color: #e43d51;
}
.wishlist-add-to-cart-button {
	min-width: 220px;
	height: 50px;
	background-color: #000;
	padding: 0 15px;
    font-size: 14px;
	color: #fff;
}
.wishlist-add-to-cart-button:hover {
	background-color: #e43d51;
}
.wishlist-content > .message-error {
	margin: 0 0 10px;
}
.wishlist-page .tax-shipping-info {
	margin: 30px 0 0;
	text-align: center;
}
.wishlist-page .share-info {
	margin: 40px -2.5% 0;
	background-color: #f3f3f3;
	padding: 30px 20px 40px;
	text-align: center;
}
.wishlist-page .share-info:before {
	content: "\e906";
	display: block;
	font-size: 20px;
}
.wishlist-page .share-label {
	display: block;
	margin: 5px 0 10px;
	color: #888;
}
.wishlist-page .share-link {
	display: block;
	font-weight: 600;
}

.compare-products-page {
	position: relative;
	overflow: hidden;
}
.compare-products-clear-list {
	margin: 0 0 15px;
	font-weight: 600;
	color: #e43d51;
	text-decoration: underline;
}
.compare-products-page .remove-button {
	font-size: 12px;
	text-decoration: underline;
}
.compare-products-page .picture {
	display: block;
	font-size: 0;
}
.compare-products-page .attribute-squares {
    display: inline-block;
    vertical-align: middle;
}
.compare-products-page .attribute-square {
	width: 24px;
	height: 24px;
    cursor: default !important;
}

.compare-products-table {
	display: none;
}
.compare-products-table td {
	padding: 20px 5px;
    vertical-align: top;
}
.compare-products-table td label {
    font-weight: 400;
}
.compare-products-table td:first-child,
.compare-products-table .short-description {
    color: #888;
}
.compare-products-table .product-price {
	font-weight: 600;
}
.compare-products-table .wrapper {
	position: relative;
	max-width: 80%;
	padding-top: 0;
}
.compare-products-table button {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0; right: 0;
	max-width: 38px;
	height: 38px;
	overflow: hidden;
	background: rgba(255,255,255,.8);
	text-decoration: none !important;
	transition: 0.8s ease-out;
}
.compare-products-table button:before {
	content: "\e919";
	display: block;
	min-width: 38px;
	max-width: 38px;
	vertical-align: middle;
}
.compare-products-table button span {
	margin-right: 8px;
	vertical-align: middle;
}
.compare-products-table button:hover {
	max-width: 150px;
}

.compare-section + .compare-section {
	margin-top: 30px;
}
.compare-products-mobile .title {
	background-color: #f3f3f3;
	padding: 10px;
}
.compare-products-mobile .item {
	display: flex;
	column-gap: 10px;
	border-bottom: 1px solid #eee;
	padding: 10px 1px;
	text-align: left;
}
.compare-products-mobile .picture img {
    max-width: 80px;
}
.compare-section.specification .item {
	display: block;
}


/* TOPICS */


.page .topic-block,
.page.topic-page {
	text-align: left;
}
.topic-block .title {
	padding: 20px 0;
	font-weight: 400;
}
.topic-block-body,
.topic-page .page-body {
	line-height: 24px;
}

.not-found-page p {
	margin: 0 0 30px;
}

.topic-password {
	margin: 70px 0 50px;
	text-align: center;
}
.page .page-body >
.topic-password:first-child {
	margin-top: 0;
}
.enter-password-title {
	margin: 0 0 30px;
}
.enter-password-form {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.enter-password-form input {
	display: block;
	width: 100%;
}
.enter-password-form button {
    min-width: 240px;
    height: 50px;
    margin: 30px 0 0;
	border: 1px solid #000;
    background: none !important;
    padding: 0 20px;
    font-size: 14px;
    color: #000 !important;
}
.topic-password .password-error {
	margin-top: 10px;
}


/* CONTACT PAGES */


.contact-page .topic-block,
.apply-vendor-page .topic-block {
	margin: 0 0 30px;
	text-align: center;
}
.contact-page .topic-block p,
.apply-vendor-page .topic-block p {
	color: #000;
}
.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
	margin: 0 0 10px;
}
.contact-page .buttons,
.email-a-friend-page .buttons,
.apply-vendor-page .buttons {
	margin-top: 30px;
}
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
	min-width: 120px;
    height: 30px;
    background-color: #000;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
}
.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover,
.apply-vendor-page .button-1:hover {
    background-color: #e43d51;
}
.email-a-friend-page .title {
	margin: 0 0 30px;
	text-align: center;
}
.email-a-friend-page .title h2 {
	font-weight: 400;
}
.apply-vendor-page input[type="file"] {
	background-color: #eee;
}
.apply-vendor-page .terms-of-service {
    width: 600px;
    max-width: 100%;
    margin: 40px auto 30px;
    background-color: #f3f3f3;
    padding: 20px;
    text-align: center;
}


/* REGISTRATION & LOGIN */


.gender {
	text-align: left;
}
.gender span {
	display: inline-block;
	margin-right: 10px;
	padding: 5px;
}
.gender label {
    display: inline-block;
    width: auto !important;
    margin: 0 !important;
	cursor: pointer;
}
.email-to-revalidate {
	display: block;
	text-align: left;
	font-size: 13px;
}
.email-to-revalidate-note {
	display: block;
	text-align: left;
	font-size: 12px;
	color: #888;
}
#check-availability-button {
	display: block;
	margin-top: 10px;
	font-size: 12px;
    text-decoration: underline;
}
#username-availabilty {
	margin: 5px 0 0;
}
#username-availabilty:empty {
	display: none;
}
.readonly-username {
    display: block;
    text-align: left;
	font-size: 13px;
}
.vat-status, .vat-note {
	display: block;
	margin: 5px 0 0;
	text-align: center;
	font-size: 12px;
}
.accept-privacy-policy {
	width: 600px;
	max-width: 100%;
	margin: 50px auto;
	background-color: #f3f3f3;
	padding: 20px;
	text-align: center;
}
.accept-privacy-policy .read {
	cursor: pointer;
}
.accept-privacy-policy + .accept-consent {
	margin-top: -45px;
}

.registration-page .fieldset {
	margin: 0 0 50px;
}
.registration-result-page .result {
	margin: 0 0 30px;
	text-align: center;
	font-weight: 600;
}
.registration-result-page .buttons {
    display: none;
}

.login-page .customer-blocks {
	display: flex;
	flex-flow: column-reverse;
}
.login-page .fieldset,
.login-page .new-wrapper {
	width: 600px;
	max-width: 100%;
	margin: 50px auto 0;
	border: 1px solid #eee;
	padding: 0 5% 35px;
}
.login-page .fieldset .title,
.login-page .new-wrapper .title {
	position: relative;
	top: -35px;
}
.login-page .message-error {
	margin-bottom: 10px;
}
.login-page .new-wrapper {
	margin-top: 70px;
}
.login-page .new-wrapper .title {
	margin: 0 0 10px;
    text-align: center;
    font-size: 15px;
}
.login-page .new-wrapper .text {
	margin: 0 0 30px;
	text-align: center;
}
.login-page .text .topic-block {
	text-align: center;
}
.login-page .new-wrapper .buttons {
	display: flex;
	flex-flow: row-reverse;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 10px;
}
.login-page .new-wrapper button {
	border: 1px solid #000;
	background: none !important;
	color: #000;
}
.login-page .new-wrapper button:hover {
	border-color: #e43d51;
	color: #e43d51;
}
.login-page .inputs.reversed {
	display: flex;
	justify-content: space-between;
	white-space: nowrap;
}
.login-page .inputs.reversed label {
	margin: 0 0 0 5px;
}
.login-page .inputs.reversed a {
	font-size: 12px;
	text-decoration: underline;
}
.customer-blocks ~ .topic-block {
	margin: 30px 0 0;
}

.external-authentication {
	margin: 30px 0 0;
	text-align: center;
}
.external-authentication .title {
	display: none;
}
.add-more-external-records {
	width: 600px;
    max-width: 100%;
	margin: auto;
}
.password-recovery-page .tooltip {
	width: 600px;
	max-width: 100%;
	margin: 0 auto 30px;
}
.password-recovery-page .result {
	margin: 0 0 30px;
	text-align: center;
	font-weight: 600;
}


/* ACCOUNT PAGES */


.block-account-navigation a {
	display: flex !important;
	padding: 10px 0 !important;
	font-size: 14px;
	color: #000;
}
.block-account-navigation a:before {
	display: block;
	min-width: 20px;
	margin-right: 10px;
	text-align: center;
	font-size: 20px;
}
.block .customer-info a:before {
	content: "\e926";
}
.block .customer-addresses a:before {
	content: "\e927";
}
.block .customer-orders a:before {
	content: "\e928";
}
.block .downloadable-products a:before {
	content: "\e929";
}
.back-in-stock-subscriptions a:before {
	content: "\e93a";
}
.block .return-requests a:before {
	content: "\e92a";
}
.block .reward-points a:before {
	content: "\e92b";
}
.block .change-password a:before {
	content: "\e92c";
}
.block .customer-avatar a:before {
	content: "\e92d";
}
.block .forum-subscriptions a:before {
	content: "\e930";
}
.block .customer-reviews a:before {
	content: "\e92e";
}
.block .customer-vendor-info a:before {
	content: "\e92f";
}
.block .customer-gdpr a:before {
	content: "\e931";
}
.block .price-match-requests a:before {
	content: "\e93b";
}
.customer-check-gift-card-balance a:before {
	content: "\e932";
}
.customer-multiFactor-authentication a:before {
	content: "\e933";
}

.customer-info-page .fieldset {
	margin: 0 0 50px;
}

.address-list-page .addresses,
.order-list-page .order-list,
.return-list-page .return-list,
.gdpr-tools-page .gdpr-form {
	display: grid;
	grid-gap: 25px 0;
	max-width: 600px;
	margin: auto;
}
.address-list-page .section,
.order-list-page .section,
.return-list-page .section,
.gdpr-tools-page .fieldset {
	border: 1px solid #eee;
	padding: 30px 20px;
	text-align: center;
}
.address-list-page .title,
.order-list-page .title,
.return-list-page .title,
.gdpr-tools-page .title {
	margin-bottom: 15px;
}
.address-list-page .info,
.order-list-page .info,
.return-list-page .info {
	line-height: 24px;
	color: #888;
}
.address-list-page .email {
	margin-bottom: 10px;
	color: #000;
}
.address-list-page .buttons,
.order-list-page .buttons {
	display: flex;
	justify-content: space-between;
	margin: -15px 0 15px;
}
.address-list-page .button-2,
.order-list-page .button-2 {
	text-decoration: underline;
}
.address-list-page .add-address {
	display: flex;
	flex-flow: column;
	border: 1px dashed #ddd;
}
.address-list-page .add:before {
	content: "\e91c";
	flex-grow: 1;
    display: flex;
	align-items: center;
	margin: 0 auto 30px;
	font-size: 90px;
	color: #bbb;
}
.address-list-page .button-1 {
	align-self: center;
}
.address-list-page .no-data+.add {
	max-width: 600px;
    margin: 30px auto 0;
}
.address-edit-page .edit-address {
	margin: 0 0 30px;
}

.order-list-page .buttons {
	flex-flow: row-reverse;
}
.order-list-page .disabled {
	text-decoration: line-through;
	cursor: default;
	opacity: 0.5;
}
.order-list-page .info span,
.return-list-page .info span {
	color: #000;
}

.return-list-page .info {
	margin-top: 25px;
	text-align: left;
}
.return-list-page .info label {
	margin-right: 5px;
	white-space: nowrap;
}
.return-list-page .product a {
	font-weight: 600;
}
.return-list-page .comments {
	margin: 15px 0 0;
	text-align: left;
}

.back-in-stock-list-page .description,
.forum-subscriptions-page .description {
	margin: 0 0 20px;
	text-align: center;
}
.downloadable-products-page .download {
	text-align: center;
}
.downloadable-products-page .download a {
	font-size: 12px;
	font-weight: 600;
	text-decoration: underline;
	white-space: nowrap;
}
.user-agreement-page .terms-of-agreement {
	min-height: 100px;
	margin: 0 0 30px;
}

.reward-points-overview {
    margin: 0 0 30px;
	border: 1px solid #eee;
	padding: 30px 15px;
	text-align: center;
}
.reward-points-history .date,
.reward-points-history .endDate {
	white-space: nowrap;
}
.reward-points-history .empty {
	display: none;
}

.change-password-page .buttons {
	margin-top: 30px;
}

.avatar-page .page-body {
	border: 1px solid #eee;
	padding: 30px 15px;
	text-align: center;
}
.avatar-page .image {
	margin-bottom: 30px;
	font-size: 0;
}
.avatar-page .image img {
	border: 1px solid #eee;
}
.avatar-page .buttons {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
    gap: 10px 10px;
	margin: 30px 0;
}
.avatar-page .button-2,
.vendorinfo-page .button-2 {
	min-width: 240px;
    height: 50px;
    border: 1px solid #000;
    padding: 0 20px;
    font-size: 14px;
}
.avatar-page .button-2:hover,
.vendorinfo-page .button-2:hover {
    border-color: #e43d51;
	color: #e43d51;
}

.gdpr-tools-page .fieldset {
	display: flex;
	flex-flow: column;
}
.gdpr-tools-page .form-fields {
	flex-grow: 1;
	margin: 0 0 20px;
}
.gdpr-export-data-button,
.gdpr-delete-account-button {
	border: 1px solid #000;
	background: none !important;
	color: #000;
}
.gdpr-export-data-button:hover,
.gdpr-delete-account-button:hover {
	border-color: #e43d51;
	color: #e43d51;
}

.check-gift-card-balance-page .result {
	margin: 0 0 20px;
}
.check-gift-card-balance-page .buttons {
	margin-top: 30px;
}

.vendorinfo-page .vendor-picture {
	display: flex;
	flex-flow: column;
	margin-top: 30px;
}
.vendorinfo-page .vendor-picture img {
	align-self: center;
}
.vendorinfo-page .vendor-picture button {
	align-self: center;
    margin-top: 20px;
    text-decoration: underline;
}
.vendorinfo-page .vendor-attributes {
	max-width: 600px;
	margin: 0 auto 25px;
}

.multifactor-auth-page .description {
	margin: 0 0 30px;
	text-align: left;
}
.multifactor-auth-page .is-enabled {
	margin: 40px 0;
	background-color: #f3f3f3;
	padding: 20px 15px;
}
.multifactor-auth-page .is-enabled .inputs {
	margin-bottom: 0;
}
.multifactor-auth-page .is-enabled label {
	display: inline;
	width: auto;
}
.multifactor-auth-page .method-name {
	display: flex;
}
.multifactor-auth-page .method-name button {
	height: auto;
	background: none;
	padding: 0; color: #000;
	text-decoration: underline;
}

.configure-provider .table-wrapper {
	margin: 40px 0;
	text-align: left;
}
.configure-provider table .qr-code {
	vertical-align: top;
	font-size: 0;
}
.configure-provider table .qr-code img {
	border: 1px solid #eee;
}
.configure-provider table .manual-code {
	padding: 5px 0 5px 15px;
	vertical-align: top;
}


/* SHOPPING CART */


.order-progress {
	position: relative;
	background-color: #f3f3f3;
	padding: 25px 0;
	text-align: center;
}
.order-progress:before {
	content: "";
	position: absolute;
	top: 0; right: -2.5%;
	bottom: 0; left: -2.5%;
	background-color: #f3f3f3;
}
.order-progress ul {
	display: flex;
	justify-content: center;
}
.order-progress li {
	position: relative;
	width: 16.666%;
	max-width: 80px;
}
.order-progress a {
	display: block;
	position: relative;
	z-index: 1;
	padding-top: 40px;
	font-family: 'Hurme Geometric Sans 1', sans-serif;
	font-size: 0;
	color: #888;
}
.order-progress li:before,
.order-progress li:after {
    position: absolute;
    top: 0; z-index: 0;
	left: 0; right: 0;
	width: 40px; height: 40px;
	margin: auto auto;
	border: 1px solid #888;
	background-color: #f3f3f3;
}
.order-progress li:before {
	content: "\e910";
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	color: #888;
}
.order-progress li:after {
    content: "";
	margin-top: 3px;
    left: 3px; right: -3px;
}
.order-progress .active-step:before {
	content: "\e918";
	border-color: #000;
	color: #000;
}
.order-progress .active-step:after {
	border-color: #000;
}
.order-progress .current-step:before {
	content: "\e91a";
	border-color: #e43d51;
	background-color: #e43d51;
	color: #fff;
}
.order-progress .current-step:after {
	border-color: #e43d51;
}
.order-progress .inactive-step a {
	cursor: default;
}
.order-progress .active-step a {
	cursor: pointer;
	color: #000;
}
.order-progress .current-step a {
	color: #e43d51;
}

.shopping-cart-page .button-1,
.checkout-page .button-1 {
	min-width: 240px;
    height: 50px;
    background-color: #000;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
}
.shopping-cart-page .button-1:hover,
.checkout-page .button-1:hover {
	background-color: #e43d51;
}
.remove-discount-button,
.remove-gift-card-button {
	margin: 0 0 0 5px;
	padding: 5px;
	cursor: pointer;
}
.remove-discount-button:before,
.remove-gift-card-button:before {
	content: "\e919";
	font-size: 10px;
}

.shopping-cart-page .message-error,
.checkout-page .message-error {
	margin: 0 0 10px;
}

.cart-options {
	margin: 0 0 30px;
	text-align: center;
}
.cart-options .common-buttons {
	display: flex;
    flex-flow: column;
    gap: 10px 10px;
    max-width: 250px;
    margin: auto;
}
.cart-options .tax-shipping-info {
	max-width: 290px;
	margin: 0 0 15px;
}
.cart-options .update-cart-button,
.cart-options .continue-shopping-button,
.cart-options .estimate-shipping-button {
	min-width: 200px;
    height: 50px;
	border: 1px solid #000;
    padding: 0 15px;
    font-size: 14px;
}
.cart-options .continue-shopping-button {
	display: none;
}
/*.tax-shipping-info ~ .continue-shopping-button {
	display: none;
}*/
.cart-options .estimate-shipping-button {
	display: inline-flex;
    justify-content: center;
	align-items: center;
	font-weight: 600;
	order: 3; /**/
}
.cart-options .update-cart-button:hover,
.cart-options .continue-shopping-button:hover,
.cart-options .estimate-shipping-button:hover {
	border-color: #e43d51;
    color: #e43d51;
}

.checkout-attributes dt {
	margin: 0 0 5px;
	color: #888;
}
.checkout-attributes dd {
	margin: 0 0 10px;
}
.checkout-attributes select {
	min-width: 250px;
}
.checkout-attributes li {
	margin: 8px 5px;
	text-align: left;
}

.checkout-attributes + .deals {
	margin-top: 30px;
}

.cart-collaterals .title {
	font-family: 'Hurme Geometric Sans 1', sans-serif;
	font-size: 20px;
}
.cart-collaterals .title strong {
	font-weight: 400;
}
.cart-collaterals .hint {
	display: none;
	margin: 0 0 5px;
	color: #888;
}
.coupon-box, .giftcard-box {
	margin: 0 0 2px;
}
.cart-collaterals .coupon-code {
	display: flex;
	border: 1px solid #ddd;
	padding-right: 15px;
}
.cart-collaterals .coupon-code input {
	flex-grow: 1;
	height: 50px;
	border: none;
}
.cart-collaterals .coupon-code button {
	text-decoration: underline;
}
.cart-collaterals .message-failure {
	margin: 5px 0 0;
	font-size: 12px;
	color: #e31d31;
}
.cart-collaterals .message-success {
	margin: 5px 0 0;
	font-size: 12px;
}
.cart-collaterals .current-code {
	margin: 5px 0 0;
}

.total-info {
	margin: 0 0 20px;
	background-color: #f3f3f3;
	padding: 20px 15px;
}
.cart-total td {
	width: 50%;
	border: none;
	padding: 5px 1px;
}
.cart-total-left {
	text-align: left;
}
.cart-total-right {
	text-align: right;
}
.cart-total .order-total {
	font-size: 14px;
	font-weight: 600;
}
.terms-of-service {
	max-width: 350px;
	margin: 0 auto 30px;
}
.terms-of-service label:before {
    top: 3px !important;
	bottom: auto !important;
}
.terms-of-service .read {
	margin: 0 0 0 3px;
    cursor: pointer;
}
.cart-footer .totals-txt {
	display: none;
}
.cart-footer .amount-warning {
	margin: 0 0 20px;
	font-weight: 600;
	color: #e31d31;
}
.cart-footer .checkout-button {
	width: 100%;
	height: 55px;
	font-size: 15px;
}
.cart-footer .checkout-disabled {
	font-weight: 600;
	color: #e31d31;
}
.cart-footer .addon-buttons {
	display: flex;
	align-items: center;
}
.cart-footer .addon-buttons img {
	margin: 20px auto 0;
}
.cart-footer .addon-buttons p {
	margin: 20px 0 0;
}


/* CHECKOUT */


.checkout-page .warning {
	margin: 0 0 20px;
}
.checkout-page .order-summary {
	margin: 50px 0 0;
}
.checkout-page .order-summary > .title {
	margin-bottom: 10px;
    font-family: 'Hurme Geometric Sans 1', sans-serif;
    font-size: 24px;
}
.checkout-page .order-summary > .title strong {
	font-weight: 400;
}

.pickup-in-store,
.ship-to-same-address,
.use-reward-points {
	max-width: 600px;
	margin: 0 auto 20px;
	background-color: #f3f3f3;
	padding: 30px 15px;
	text-align: center;
}
.pickup-in-store.additional,
.use-reward-points {
	max-width: 600px;
	margin: 0 auto 30px;
}
.pickup-in-store .description {
	margin-top: 5px;
}

.checkout-page .address-grid {
	display: grid;
	grid-gap: 25px 0;
	max-width: 600px;
	margin: auto;
}
.checkout-page .address-item {
	border: 1px solid #eee;
	padding: 30px 20px;
	text-align: center;
}
.checkout-page .address-item.last {
    border: 1px dashed #ddd;
}
.checkout-page .address-buttons {
    display: flex;
    justify-content: space-between;
    margin: -15px 0 15px;
	display: none; /*hidden, theme specific*/
}
.checkout-page .address-button {
    text-decoration: underline;
}
.checkout-page .address-title {
	margin-bottom: 15px;
	color: #000;
}
.checkout-page .address-box {
	margin-bottom: 20px;
	line-height: 24px;
	color: #888;
}
.checkout-page .dummy-buttons {
	min-height: 20px;
}
.checkout-page .enter-address {
	flex-grow: 1;
    display: flex;
    flex-flow: column;
}
.checkout-page .enter-address:before {
    content: "\e91c";
	flex-grow: 1;
	display: flex;
	align-items: center;
    margin: 15px auto 30px;
    font-size: 90px;
    color: #bbb;
}
.checkout-page .add-address-button {
	background: #eee !important;
	color: #000;
}
.checkout-page .add-address-button:hover {
	opacity: 0.75;
}
.checkout-page .new-address-wrapper {
	display: none;
	margin-top: 45px;
}
.checkout-page .enter-address .inputs {
	width: auto;
}
.checkout-page .cancel-address-button {
	border: 1px solid #000;
	background: none !important;
	color: #000;
}
.cancel-address-button:hover {
	border-color: #e43d51;
	color: #e43d51;
}

.select-pickup-point {
	margin: 40px 0 0;
	text-align: center;
}
.select-pickup-point ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 15px;
}
.select-pickup-point label {
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
}
.pickup-points select {
	min-width: 300px;
}
.pickup-points-map {
	height: 340px;
	margin: 25px 0 0;
}
.pickup-points~.buttons {
	margin-top: 30px;
}

.method-list {
	max-width: 600px;
	margin: auto;
}
.method-list li {
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #eee;
	padding: 20px;
	cursor: pointer;
}
.method-list .selected {
	color: #000;
}
.method-list .selected:before {
    content: "";
	position: absolute;
	top: 0; bottom: 0;
	left: 0; width: 5px;
	background-color: #000;
}
.method-list :checked + label {
	font-weight: 600;
}
.method-description {
	margin-top: 5px;
	padding-left: 20px;
	color: #888;
}
.method-list ~ .buttons {
	margin-top: 30px;
}

.payment-info .info {
	margin: 0 0 30px;
}
.payment-info table,
.payment-info tbody,
.payment-info tr,
.payment-info td {
	display: block;
}
.payment-info table.form {
	max-width: 600px;
	margin: 0 auto -25px;
	overflow: hidden;
}
.payment-info .form tr {
	margin-bottom: 25px;
}
.payment-info .form input {
	width: 100% !important;
}
#ExpireMonth, #ExpireYear {
	width: 49%;
}
#ExpireMonth + #ExpireYear {
	margin-left: 2%;
}
.payment-info table:not(.form) {
	border: 1px solid #eee;
	padding: 30px 4%;
	text-align: center;
}

.confirm-order .terms-of-service {
	margin: 0 auto 30px; /*override shopping cart page*/
	text-align: center;
}
.confirm-order .terms-of-service label {
	display: inline;
}

.order-completed .title {
	margin-bottom: 15px;
}
.order-completed .details {
	margin: 0 0 30px;
	border: 1px solid #eee;
	padding: 30px 4%;
	text-align: center;
}
.order-completed .details a {
	margin: 5px 0 0;
	text-decoration: underline;
}

.opc .tab-section {
	margin: 0 0 10px;
	border: 1px solid #f3f3f3;
}
.opc .tab-section.active {
	margin-bottom: 15px;
}
.opc .step-title {
	display: flex;
	align-items: center;
	background-color: #f3f3f3;
	padding: 20px;
}
.allow:not(.active) .step-title,
.allow:not(.active) .step-title .number,
.allow:not(.active) .step-title .title {
	cursor: pointer;
}
.allow:not(.active) .step-title:hover {
	background-color: #eee;
}
.opc .step-title .number {
	position: relative;
	bottom: 1px;
	margin-right: 5px;
	font-family: 'Hurme Geometric Sans 1', sans-serif;
	font-size: 27px;
	color: #ccc;
}
.opc .step-title .title {
	font-family: 'Hurme Geometric Sans 1', sans-serif;
	font-size: 21px;
	font-weight: 400;
}
.opc .step-title .number:after {
	content: ".";
}
.opc .step.a-item {
	padding: 30px 15px;
	text-align: center;
}
.opc .section > label {
	display: block;
	margin: 0 0 10px;
}
.opc p.selector {
	line-height: normal;
}
.opc .buttons {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.opc .back-link {
	width: 200px;
}
.opc .back-link a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
    border: 1px solid #000;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 600;
	text-decoration: none;
}
.opc .back-link a:hover {
    border-color: #e43d51;
	color: #e43d51;
}
.opc .back-link small {
	display: none;
}
.opc .back-link + button {
	min-width: 0;
	width: 200px;
	margin-left: 10px;
	padding: 0 15px;
}
.opc .please-wait {
	display: none !important;
}
.opc .min-amount-warning {
	font-size: 11px;
    color: #e31d31;
}
.opc .pickup-in-store,
.opc .ship-to-same-address,
.opc .use-reward-points {
	background: none;
	padding: 0;
}
.opc #edit-address-button,
.opc #delete-address-button {
	display: none !important;
}
.opc .select-pickup-point {
    margin-top: 20px;
}
.opc .method-list {
	text-align: left;
}
.opc .payment-info table {
	border: none;
	padding: 0;
}
.opc .order-summary:first-child {
	margin-top: 0;
}
.opc .terms-of-service {
	max-width: 500px;
	margin: 15px auto 0;
}


/* ORDER DETAILS & RETURN REQUEST */


.order-review-data,
.order-details-area,
.shipment-details-area {
	max-width: 600px;
	margin: 0 auto 20px; 
	overflow: hidden;  
}
.order-review-data ul,
.order-details-area ul,
.shipment-details-area ul {
	margin: 0 0 30px;
	border: 1px solid #eee;
	padding: 30px 20px;
	line-height: 24px;
	color: #888;
}
.order-review-data .name,
.order-details-area .name {
	color: #000;
}
.order-review-data .email,
.order-details-area .email {
	margin-bottom: 10px;
	color: #000;
}

.order-details-page .buttons {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.order-details-page .buttons a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
    height: 50px;
	margin: 0 5px;
    padding: 0 15px;
    font-size: 14px;
	font-weight: 600; 
}
.print-order-button {
	background-color: #000;
	color: #fff;
}
.print-order-button:hover {
	background-color: #e43d51;
}
.pdf-invoice-button {
	border: 1px solid #000;
}
.pdf-invoice-button:hover {
    border-color: #e43d51;
	color: #e43d51;
}

.order-details-page .order-overview {
	margin: 0 0 30px;
	/*border: 1px solid #eee;
	padding: 20px 20px;*/
	text-align: center;
	line-height: 24px;
}
.order-details-page .order-number {
	text-transform: uppercase;
}
.order-details-page .order-total {
	font-weight: 600;
}
.order-details-page .retry-button {
	margin: 10px 0 5px;
	border: 1px solid #000;
    padding: 8px 12px;
}
.order-details-page .retry-button:hover {
	border-color: #e43d51;
	color: #e43d51;
}

.order-details-page table:not(.last) {
	margin-bottom: 50px;
}
.order-details-page .shipments
td:not(.shipment-id) label {
	display: none;
}
.order-details-page td.vendor {
	float: none;
}
.order-details-page .options {
    margin-bottom: 30px;
}
.order-details-page .cart-total {
	margin-bottom: 0 !important;
}
.order-details-page .total-info {
	margin-bottom: 0;
}
.order-details-page .actions {
	display: flex;
	justify-content: center;
	column-gap: 2%;
	margin-top: 20px;
}
.actions .re-order-button,
.actions .return-items-button {
    width: 49%;
    height: 50px;
    padding: 0 15px;
    font-size: 14px;
}
.actions .re-order-button {
	background-color: #000;
	color: #fff;
}
.actions .re-order-button:hover {
	background-color: #e43d51;
}
.actions .return-items-button {
	border: 1px solid #000;
}
.actions .return-items-button:hover {
    border-color: #e43d51;
	color: #e43d51;
}

.shipment-details-page .shipping-method {
	margin-bottom: 10px;
}
.shipment-details-page .tracking-number {
	color: #000;
}

.return-request-page .data-table {
	margin-bottom: 50px;
}
.return-request-page .unit-price,
.return-request-page .quantity {
	text-align: center;
}
.return-request-page .fieldset {
	margin-bottom: 30px;
}
.return-request-page .qq-upload-button {
	display: flex;
	align-items: center;
	width: 100%; height: 50px;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 0 15px;
	text-align: left;
	font-size: 13px; /*reset*/
	color: #000; /*reset*/
}
.return-request-page .qq-upload-list li {
	color: #333 !important;
	padding-bottom: 0;
	font-size: 12px;
}


/* SEARCH & SITEMAP */


.search-input .inputs.reversed {
	margin-top: -15px;
}
.search-input .search-button {
	min-width: 240px;
    height: 50px;
    background-color: #000;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
}
.search-input .search-button:hover {
    background-color: #e43d51;
}
.search-input ~ .product-selectors {
	margin-top: 50px;
}
.search-results .warning,
.search-results .no-result {
	display: block;
	margin-top: 30px;
	text-align: center;
	font-size: 12px;
	color: #e43d51;
}

.sitemap-page .description {
	margin: 0 0 40px;
}
.sitemap-page .entity {
	border: 1px solid #f3f3f3;
}
.sitemap-page .entity + .entity {
	margin-top: 50px;
}
.sitemap-page .entity-title {
	background-color: #f3f3f3;
	padding: 15px;
	font-family: 'Hurme Geometric Sans 1', sans-serif;
}
.sitemap-page .entity-title h2 {
	font-size: 20px;
	font-weight: 400;
}
.sitemap-page .entity-body {
	padding: 15px;
	line-height: 24px;
}
.sitemap-page li {
	display: inline-block;
	margin: 3px;
}
.sitemap-page li:after {
	content: "/";
	margin-left: 8px;
	color: #888;
}
.sitemap-page a:empty {
	display: none;
}


/* BLOG & NEWS */


.year strong {
	display: block;
	padding: 5px 0;
	color: #000;
	cursor: default;
}
.blog-posts .post + .post,
.news-items .news-item + .news-item {
	margin-top: 40px;
}
.post-title, .news-title {
	display: inline-block;
	margin: 0 0 20px;
	font-family: 'Hurme Geometric Sans 1', sans-serif;
	font-size: 22px;
}
.post-date, .news-date {
	display: block;
	margin: 0 0 20px;
	font-size: 12px;
	color: #aaa;
}
.post-body, .news-body {
	margin: 0 0 20px;
	text-align: left;
	line-height: 24px;
}
.blog-details {
	display: flex;
	flex-flow: row-reverse;
	justify-content: flex-end;
	column-gap: 15px;
}
.blog-details .tags {
	display: flex;
	margin: 0;
}
.blog-details .tags:before {
    content: "/";
    position: relative;
    bottom: -1px;
    margin: 0 10px 0 -2px;
    font-size: 15px;
    color: #aaa;
}
.blog-page .tags {
	text-align: left;
}
.blogpost-page .tags {
	margin: 30px 0 0;
}
.blog-page .tags label,
.blogpost-page .tags label {
	display: none;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
	display: flex;
	flex-wrap: wrap;
}
.blog-page .tags li,
.blogpost-page .tags li {
	font-size: 12px;
}
.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
	margin: 0 5px 0 3px;
}
.blog-page .tags a,
.blogpost-page .tags a {
	text-decoration: underline;
}
.read-comments:before {
	content: "\e91f";
	font-size: 18px;
	vertical-align: middle;
	margin-right: 5px;
}
.blog-posts .read-more,
.news-items .read-more {
	display: none;
}
.blog-posts .read-more:after,
.news-items .read-more:after {
	content: "\e915";
	margin-left: 8px;
	vertical-align: middle;
}

.new-comment {
	margin: 50px 0 0;
}
.new-comment .title {
	margin-bottom: 15px;
}
.new-comment .notifications {
	margin: 0 0 10px;
}
.new-comment .inputs label {
	display: none;
}
.news-item-page .inputs label {
	display: block;
}
.new-comment .button-1 {
	min-width: 240px;
    height: 50px;
    background-color: #000;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
}
.new-comment .button-1:hover {
    background-color: #e43d51;
}

.comment-list {
	margin: 50px 0 0;
}
.comment-list .title {
	margin: 0 0 15px;
	text-align: center;
    font-size: 15px;
}
.comment.blog-comment,
.comment.news-comment {
	margin: 0 0 -1px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}
.comment-info .user-info {
	display: flex;
	flex-flow: column-reverse;
	row-gap: 5px;
	margin: 5px 0 15px;
}
.comment-info .username {
    word-break: break-all;
    font-size: 12px;
    color: #888;
}
.comment-info .avatar {
	font-size: 0;
}
.comment-info .avatar a {
	display: block;
}
.comment-content {
	display: flex;
	flex-flow: column;
}
.comment-author {
	font-size: 12px;
	font-weight: 600;
}
.comment-time {
	margin: 15px 0;
    font-size: 12px;
    color: #888;
}
.comment-time label {
	display: none;
}
.comment-title {
	display: none;
}
.comment-body {
	text-align: left;
	color: #666;
}

.news-list-homepage .title {
	display: none;
}
.news-list-homepage .read-more {
	display: inline;
}
.news-list-homepage .view-all {
	margin: 30px 0 0;
	text-align: center;
}
.news-list-homepage .view-all a {
	display: inline-block;
	border: 1px solid #000;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 600;
}
.news-list-homepage .view-all a:hover {
	border-color: #e43d51;
	color: #e43d51;
}

/* PROFILE & INBOX */

.profile-info-box {
    text-align: center;
}
.profile-info-box .avatar {
	margin: 0 0 5px;
	font-size: 0;
}
.profile-info-box .avatar img {
	border: 1px solid #eee;
}
.profile-info-box .title {
	display: none;
}
.profile-info-box .stats {
    line-height: 24px;
}
.profile-info-box .send-pm {
	margin: 15px 0 5px;
}
.profile-info-box .pm-button {
	display: inline-block;
	min-width: 120px;
	border: 1px solid #000;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 600;
}
.profile-info-box .pm-button:hover {
	border-color: #e43d51;
	color: #e43d51;
}
.profile-page .topic + .topic {
    margin-top: 15px;
}
.profile-page .topic-title {
	margin: 0 0 10px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
}
.profile-page .topic-title label {
	display: none;
}
.profile-page .topic-body {
	text-align: left;
    line-height: 24px;
	color: #888;
}
.profile-page .topic-body .hide {
	display: none;
}
.profile-page .topic-body .quote {
	background-color: #f3f3f3;
	padding: 15px 20px;
}
.profile-page .quote:before {
	content: '"';
}
.profile-page .quote:after {
	content: '"';
}
.profile-page .topic-data {
	margin: 15px 0 0;
}

.private-messages .inputs a,
.private-messages .inputs span,
.forum-edit-page .inputs strong {
	font-size: 14px;
	font-weight: 400;
}
.private-messages .inputs a {
	text-decoration: underline;
}
.private-messages .buttons,
.forum-edit-page .buttons,
.move-topic-page .buttons {
	display: flex;
	justify-content: center;
}
.private-messages button,
.forum-edit-page button,
.move-topic-page button {
	width: 200px;
    height: 50px;
	margin: 0 5px;
    padding: 0 20px;
    font-size: 14px;
}
.private-messages .button-1,
.forum-edit-page .button-1,
.move-topic-page .button-1 {
    background-color: #000;
	color: #fff;
}
.private-messages .button-2,
.forum-edit-page .button-2,
.move-topic-page .button-2 {
    border: 1px solid #000;
}
.private-messages .button-1:hover,
.forum-edit-page .button-1:hover,
.move-topic-page .button-1:hover {
    background-color: #e43d51;
}
.private-messages .button-2:hover,
.forum-edit-page .button-2:hover,
.move-topic-page .button-2:hover {
    border-color: #e43d51;
	color: #e43d51;
}

.private-messages-page th,
.private-messages-page td {
    text-align: left;
}
.private-messages-page .from a,
.private-messages-page .to a {
	word-break: break-word;
}
.private-messages-page .select input {
	margin: 0;
	opacity: 1;
}
.private-messages-page .date {
	display: none;
}
.private-messages-page .pm-unread {
	text-decoration: underline;
	color: #e43d51;
}
.private-messages-page .pager {
	margin: -31px 0 30px;
}

.private-message-view-page .view-message {
	margin: 0 0 30px;
	border: 1px solid #eee;
	padding: 3% 3%;
}
.private-message-view-page .message-head {
	margin-bottom: 3%;
	border-bottom: 1px solid #eee;
	padding-bottom: 3%;
	line-height: 24px;
}
.private-message-view-page .message-head label {
	color: #aaa;
}
.private-message-view-page .message-body {
	padding: 5px;
	text-align: left;
    line-height: 24px;
	color: #888;
}
.private-message-view-page .back-pm-button {
    display: none;
}

.option-list {
	display: flex;
}
.attribute-square-container span:last-child {
	max-width: 64%;
}

@media all and (max-width: 1260px) {


.header-selectors-wrapper,
.header-links-wrapper,
.header-text-wrapper {
	flex-basis: 100%;
	text-align: center;
}
.logged-in .two .first,
.logged-in .three .first {
	text-align: left; /*header-selects when not only-child*/
}
.logged-in .two .first ~ .last,
.logged-in .three .first ~ .last {
	text-align: right; /*header-links when header-selects are present*/
}
body:not(.logged-in) .last,
.impersonated.session .last {
	flex-basis: 0 !important; /*empty header-links*/
}
.impersonated.session .first {
	text-align: center; /*header-selects when only-child*/
}
.not-logged-in .two .middle,
.impersonated .two .middle {
	display: block; /*header-text when only-child*/
	padding: 7px 0;
}

/* RESPONSIVE NAV BAR */
/* .header-lower .search-cart-wrapper {
	display: none;
} */
.store-search-box input.search-box-text {
	border-bottom: 1px solid rgb(100, 100, 100);
}
.instant-search-item .detail .title {
	font-size: 14px;
}
.responsive-nav-wrapper {
	display: flex;
	position: sticky;
    top: -1px; z-index: 1050;
	min-height: 60px;
	border-bottom: 1px solid #eee;
	background-color: #fff;
	padding: 0 6px;
	font-size: 0;
	transition: 0.3s ease;
}
.responsive-nav-wrapper.pinned {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
}
.responsive-nav-wrapper.pinned.up {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.impersonated ~ .responsive-nav-wrapper {
	top: 24px;
}
.responsive-nav-wrapper .button {
	position: relative;
	width: 10%;
	max-width: 42px;
}
.responsive-nav-wrapper .button:before {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	margin: auto;
	cursor: pointer;
}
.responsive-nav-wrapper .menu-button:before {
	content: "\e900";
	font-size: 17px;
	width: 17px;
	height: 17px;
}
.responsive-nav-wrapper .personal-button:before {
	content: "\e904";
	font-size: 19px;
	width: 19px;
	height: 19px;
}
.responsive-nav-wrapper .search-button:before {
	content: "\e903";
	font-size: 18px;
	width: 18px;
	height: 15px;
}
.responsive-nav-wrapper .cart-button:before {
	content: "\e902";
	font-size: 19px;
	width: 19px;
	height: 19px;
}
.responsive-nav-wrapper .cart-button a {
	display: block;
	position: relative;
	height: 100%;
}

/* RESPONSIVE NAV PANELS */

.overlayOffCanvas {
    display: none;
    position: fixed;
    top: 0; right: 0;
    bottom: 0; left: 0;
	z-index: 900;
    background-color: rgba(0,0,0,0);
    transition: background 0.3s ease;
}
.overlayOffCanvas.active {
	background-color: rgba(0,0,0,.5);
}
.overlayOffCanvas.active ~ .k-overlay {
	display: none !important;
}
.scrollYRemove {
    overflow: hidden !important;
    -ms-touch-action: none !important;
    -webkit-overflow-scrolling: touch !important;
}
.nav-panel {
    position: fixed;
    top: 0; left: 0;
	z-index: 1070;
    width: 320px;
    height: 100%;
	overflow: auto;
    background-color: #fff;
	text-align: left;
    transition: all 0.3s ease;
    -webkit-transform: translate(-320px);
    transform: translate(-320px);
}
.nav-panel.active {
    -webkit-transform: translate(0);
    transform: translate(0);
}
.nav-panel .close-button {
	text-align: right;
}
.nav-panel .back-button {
	text-align: left;
}
.nav-panel .close-button span,
.nav-panel .back-button span {
	display: inline-block;
	padding: 15px 20px;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
}
.responsive-nav-wrapper .button {
	font-size: 0;
	background-color: #fff;
	color: #000;
}
.header-menu ul {
	max-height: 100%;
	overflow-y: visible;
}
.header-menu .close-menu ~ ul {
	max-height: calc(100% - 48px);
}
.header-menu li:not(.back-button) {
	display: flex;
	padding: 15px 0;
}
.header-menu li > a,
.header-menu li > span {
	display: block;
	position: relative;
	padding: 0 20px;
	z-index: 0;
	font-size: 16px;
}
.header-menu li > .with-subcategories {
	width: calc(100% - 56px);
}
.plus-button {
	display: block;
	position: relative;
	z-index: 0;
	width: 56px;
	border-left: 1px solid #ddd;
	padding: 1px 0;
	text-align: center;
	cursor: pointer;
}
.plus-button:after {
	content: "\e910";    
    margin-left: -1px;
	font-size: 10px;
    line-height: 24px;
}
.header-menu .sublist-wrap {
    position: fixed;
    top: 0; left: 0;
	z-index: 1;
    width: 320px;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    transition: all 0.5s ease;
}
.header-menu .sublist-wrap {
    -webkit-transform: translate(-320px);
    transform: translate(-320px);
}       
.header-menu .sublist-wrap.active {
    -webkit-transform: translate(0);
    transform: translate(0);
}
.header-links li {
	padding: 15px 0;
}
.header-links li > a {
	padding: 0 20px;
	font-size: 16px;
}
.header-links .qty:before {
	content: "(";
	font-family: 'Poppins', sans-serif;
}
.header-links .qty:after {
	content: ")";
	font-family: 'Poppins', sans-serif;
}
.store-search-box form {
	width: auto;
	margin: 0 20px;
}
.search-box .ui-autocomplete {
	position: static !important;
	max-height: calc(100% - 90px);
	overflow-y: auto;
}
.cart-button .cart-qty {
	display: inline-block;
	position: absolute;
	right: 7px; bottom: 14px;
	width: 14px; height: 14px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #e43d51;
	padding: 1px 0;
    text-align: center;
    font-size: 9px;
	color: #fff;
}

/* SIDEBAR COLUMN */

.side-2 {
	display: flex;
	flex-flow: column;
}
.block {
	margin: 1px 0;
}
.block .title {
	display: flex;
	justify-content: space-between;
	background-color: #f3f3f3;
	padding: 10px 15px;
	font-family: 'DM Serif Display', serif;
	font-size: 20px;
}
.block .title:after {
	content: "\e913";
	margin-top: auto;
	margin-bottom: auto;
	font-size: 14px;
	transition: 0.2s ease;
}
.block .opened:after {
	transform: scaleY(-1);
}
.block .listbox {
	padding: 15px 15px 15px 16px;
}
.product-filter + .product-filter {
	margin-top: 25px;
}

.featured-product-grid:first-child {
	margin-top: 0;
	border-top: 1px solid #eee;
}

.html-account-page .side-2 {
	margin-bottom: 0;
}
.html-account-page .block {
	max-width: 600px;
	margin: 0 auto 30px;
}
.html-account-page .block .title:before {
	content: "\e913";
	margin-top: auto;
	margin-bottom: auto;
	font-size: 14px;
	transition: 0.2s ease;
}
.html-account-page .block .opened:before {
	transform: scaleY(-1);
}
.html-account-page .block .listbox {
	border-top: 1px solid #fff;
	background-color: #f3f3f3;
}

/* RESPONSIVE TABLES */

table.cart {
	display: block;
	border-top: 1px solid #eee;
}
table.cart colgroup,
table.cart thead {
	display: none;
}
table.cart tbody {
	display: grid;
	grid-template-columns: 48.5% 48.5%;
	grid-column-gap: 3%;
}
table.cart tr {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 40px 0 85px;
}
table.cart tr:after {
	content: "";
	position: absolute;
	right: 0; bottom: 0;
	left: 0; z-index: -1;
	height: 70px;
	background: #f3f3f3;
}
table.cart td {
	display: block;
	border: none;
	padding: 0;
}
.cart label.td-title {
	margin-right: 3px;
}
.cart .add-to-cart label {
	margin: 0 0 0 7px;
	font-size: 12px;
	font-weight: 600;
}
.cart .remove-from-cart,
table.cart .add-to-cart,
table.cart .quantity,
table.cart .subtotal {
	display: flex;
	align-items: center;
	position: absolute;
}
.cart .remove-from-cart,
table.cart .add-to-cart {
	top: 0;
	height: 40px;
}
.cart .remove-from-cart {
	right: 0;
}
table.cart .add-to-cart {
	left: 0;
}
table.cart .quantity,
table.cart .subtotal {
	bottom: 0;
	height: 70px;
}
table.cart .quantity {
	left: 7px;
}
.cart .qty-wrapper span {
	bottom: 0;
	height: 48px;
	background: #fff;
}
.cart .qty-wrapper .decrease {
	left: 0;
}
.cart .qty-wrapper .increase {
	right: 0;
}
table.cart .subtotal {
	flex-wrap: wrap;
	justify-content: flex-end;
	align-content: center;
	right: 10px;
}
.cart .subtotal .discount,
.discount-additional-info {
	width: 100%;
	text-align: right;
}
.cart .product-picture {
	float: left;
	width: 86px;
}
.cart .sku, .cart .product,
.cart .unit-price, td.vendor {
	float: right;
	width: calc(100% - 100px);
	text-align: left;
}
.wishlist-page .cart tr {
	padding-top: 50px;
}
.wishlist-page .remove-from-cart,
.wishlist-page .add-to-cart {
	height: 50px !important;
}

.home-banner__content {
	padding-right: 20px;
}
.inspire {
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	padding: 15px;
	}
	.inspire__item:hover .inspire__title {
		opacity: 1;
	}
	
	.btn-group {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 10px 0;
	}
	.grid-item .uk-panel-box {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 15px 0;
	}
	
.resources-page .uk-grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	width: 100%;
  }
  .resources-page .uk-grid > div {
	margin: 7px 7px;
  }
  
	.resource-installation-grid.uk-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 20px;
	}
	.header-logo.mobile a img {
		width: 270px;
    	margin: auto;
	}

	.references-page .references-flex img, .uk-grid-width-1-1 img{
		object-fit: contain;
		height: auto;
	}
	/* .thumb-item.sayduck-thumb {
		display: none;
	} */
}

@media all and (max-width: 450px) {

	.cart-button .cart-qty {
		right: 12%;
	}
	.extended-admin .header-upper {
		display: block;
	}
	.extended-admin .header-selectors {
		justify-content: center;
	}
	.extended-admin .header-upper .first,
	.extended-admin .header-upper .last {
		text-align: center !important;
	}
	.extended-admin .first ~ .last .admin-header-links {
		margin-top: -7px;
	}
	.home-page-category-grid .item-grid {
		grid-template-columns: 100%;
		grid-row-gap: 15px;
	}
	.home-page-category-grid .category-item {
		display: flex;
		background-color: #f3f3f3;
	}
	.home-page-category-grid .wrapper {
		flex: 1 0 50%;
	}
	.home-page-category-grid .picture {
		margin: 0;
	}
	.home-page-category-grid .text-wrapper {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		gap: 5px; padding: 2%;
		text-align: center;
	}
	.product-list .buttons .wrapper {
		display: none !important;
	}
}

@media all and (max-width: 600px) {

	.home-page .topic-block {
		padding: 0 5px;
	}
	.html-account-page .block {
		margin: 0 -2.5% 30px;
	}
	.product-box-add-to-cart-button {
		display: none !important;
	}
}

@media all and (max-width: 767px) {

	table.cart tbody {
		display: block;
	}
	.header .header-text-wrapper {
		display: none !important;
	}
	.eu-cookie-bar-notification .text {
		margin-bottom: 15px;
	}
	.footer-blocks {
		display: flex;
		flex-flow: column;
		max-width: 375px;
		margin: auto;
	}
	.footer-block {
		padding: 0 15px;
	}
	.footer-block .title {
		display: flex;
		justify-content: space-between;
		padding: 10px 0;
	}
	.footer-block .title:after {
		content: "\e913";
		margin-top: auto;
		margin-bottom: auto;
		font-size: 14px;
		color: #aaa;
		transition: 0.2s ease;
	}
	.footer-block .opened:after {
		transform: scaleY(-1);
	}
	.footer-block .list {
		padding-bottom: 10px;
	}
	.item-box .tax-shipping-info {
		display: none;
	}
	.product-selectors span {
		display: none;
	}
	.product-selectors select {
		max-width: none !important;
	}
	.product-list .item-grid {
		display: grid;
		grid-template-columns: 49% 49%;
		grid-gap: 25px 2%;
	}

	.product-list .buttons .wrapper {
		display: flex;
		flex-flow: column;
		position: absolute;
		top: 0; left: 0;
	}
	.product-list .wrapper button {
		display: block;
		width: 36px; height: 28px;
		margin: 6px 0 -6px;
	}
	.product-list .wrapper
	.add-to-wishlist-button {
		order: -1; /**/
	}
	.product-list .wrapper
	.quick-view-button {
		height: 30px;
		opacity: 0;
	}
	.product-list .wrapper
	.add-to-compare-list-button {
		opacity: 0;
	}
	.product-list .item-box:hover
	.add-to-compare-list-button {
		opacity: 1;
	}

	.cart-collaterals .option-list {
		display: inline-block;
	}
	.cart-collaterals .title {
		display: flex;
		justify-content: space-between;
		background-color: #f3f3f3;
		padding: 10px 15px;
	}
	.cart-collaterals .title:after {
		content: "\e913";
		margin-top: auto;
		margin-bottom: auto;
		font-size: 14px;
		transition: 0.2s ease;
	}
	.cart-collaterals .opened:after {
		transform: scaleY(-1);
	}
	.cart-collaterals .content {
		display: none;
		padding: 20px 0 40px;
	}
	.cart-collaterals .current-code {
		margin-bottom: -20px;
	}
	
	.home-collections .collection {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 5px;
		row-gap: 5px;
	}
	.collection__item {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		min-height: unset;
		padding: 10px;
		width: 100%;
		background: #f3f5f4;
		text-align: center;
	  }
	  .collection__img {
		max-width: 130px;
	  }
	  .collection__title {
		margin-top: 15px;
		color: #000;
	  }
	.home-swiper__title {
		font-size: 23px;
	}
	.home-swiper__socials {
		display: none;
	}
	.home-banner__cover {
		object-fit: contain;
		width: 100%;
	}
	.home-page .home-banner .button {
		position: absolute;
		left: 37%;
		top: 0;
		z-index: 3;
	}
	.home-banner .title {
		text-align: center;
		padding-bottom: 0;
		font-weight: 400;
		font-size: 30px;
	}
	
	.home-banner.material .title, .home-banner.material p {
		color: #fff;
	  }
	  
	.home-banner .container, .nav-title__content {
		text-align: unset;
	}
	.blog-wrapper__item--2,
	.blog-wrapper__item--3 {
	display: inline-flex;
	color: #fff;
	}

	.blog-wrapper__item--2 {
		padding-right: 0;
		justify-content: center;
  	}
	.blog-wrapper {
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}
	.blog-wrapper__item {
		width: 100%;
		min-height: 0;
		position: relative;
	}
	
	.info-blocks {
		display: flex;
		flex-flow: column;
		max-width: 375px;
		margin: auto;
	}
	.footer-middle > div {
		margin-bottom: 30px;
	}
	
	.category-page-body .product-grid .item-grid {
		grid-template-columns: 1fr;
	  }
	  .overview .full-description {
		display: grid;
		grid-template-columns: 1fr;
	}
	.gallery .picture-thumbs {
		grid-template-columns: repeat(4, 1fr);
	}
	.item-box .product-title a {
        display: block;
        font-size: 16px;
    }   
	.topic-page .designers {
		grid-template-columns: 1fr 1fr;
	  }
	
	  
  .material-option-page .filter-items{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .material-detail-page .container-fluid .row.material-list {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 10px;
  }
  .material-detail-page .container-fluid .row.material-list .row{
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
  }
  
  .customer-service__title{
    font-size: 16px;
    }
	.product-details-page .option-list.attribute-squares.image-squares label > span {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.attribute-square-container span:last-child {
		text-align: center;
		max-width: 100%;
	}
}

@media all and (min-width: 768px) and (max-width: 1260px) {

	.not-logged-in .three .header-selectors-wrapper, /*when header-selects and header-text are present, but admin-links are not*/
	.impersonated .three .header-selectors-wrapper,  /*when header-selects and header-text are present, but admin-links are not*/
	.logged-in .two .header-text-wrapper {           /*when header-text and admin-links are present, but header-selects are not*/
		text-align: left;
	}
	.not-logged-in .three .header-text-wrapper, /*when header-selects and header-text are present, but admin-links are not*/
	.impersonated .three .header-text-wrapper,  /*when header-selects and header-text are present, but admin-links are not*/
	.logged-in .two .header-links-wrapper {     /*when header-text and admin-links are present, but header-selects are not*/
		text-align: right;
	}
	.logged-in .three .header-selectors-wrapper,
	.logged-in .three .header-links-wrapper {
		flex-shrink: 2;
	}
	.impersonated .two .header-text-wrapper {
		text-align: center;
	}
	.master-column-wrapper > .side-2 {
		display: grid;
		grid-template-columns: 32% 32% 32%;
		grid-gap: 10px 2%;
		padding: 0 2.5%;
	}
	.cart.odd-number tbody:after {
		content: ""; /*fix for cart and wishlist with odd number of products*/
		margin-top: 40px;
		background-color: #fbfbfb;
	}
	.home-collections .collection {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		column-gap: 5px;
		row-gap: 5px;
	}
	
	.footer-middle > div {
		margin-bottom: 30px;
	}
	.product-details-page .overview .full-description {
		grid-column-gap: 40px;
	}
	
}

@media all and (min-width: 480px) {

.header-upper {
	padding: 0 18px;
}
.sub-category-grid .item-grid {
	grid-template-columns: repeat(auto-fit, minmax(49%,1fr));
	grid-row-gap: 10px !important;
}
.product-grid .buttons .wrapper {
	display: flex;
	flex-flow: column;
}
.item-box .color-attributes {
	display: block;
}
.gallery .picture-thumbs {
	grid-template-columns: repeat(5, 1fr);
}
.rental-attributes .datepicker {
	width: 100%;
}
.checkout-as-guest-button,
.checkout-as-guest-button + button {
	min-width: 200px;
}
.private-messages-page .date {
	display: table-cell;
}
.private-messages-page col.date {
	display: table-column;
}

}

@media all and (min-width: 768px) {

/* GLOBAL STYLES */
.header-menu > ul > .has-sublist:after,
.header-menu > ul > li > a,
.header-menu > ul > li > span,
.header-upper select {
  color: #000;
}
.page {
	text-align: left;
}
.page-title h1 {
	font-size: 32px;
}
.center-1 .page-title {
	padding: 35px 0;
}
.center-2 .page-title {
	padding: 30px 0;
}
.product-grid .title,
.topic-block .title,
.home-page .title {
	padding: 25px 0;
	font-size: 32px;
}
.home-page .slider-wrapper {
	padding-top: 25px;
}

/* NOTIFICATIONS & POPUPS */

.eu-cookie-bar-notification .content {
	flex-direction: row;
	justify-content: space-between;
	column-gap: 20px;
}

/* TABULATION */

.ui-widget.ui-tabs {
	padding: 3% 3%;
}
.ui-tabs .ui-tabs-nav {
    margin-bottom: 25px;
}

/* FOOTER */

.footer .newsletter {
	width: 500px;
	margin: auto;
}
.footer .newsletter:before {
	content: "";
	position: absolute;
	top: 15px;
	right: -15px;
	bottom: -15px;
	left: 15px;
	z-index: -1;
	border: 1px solid #222;
}
.footer-middle {
	padding-top: 80px;
}
.footer-blocks {
	display: flex;
    justify-content: center;
    width: 78%;
}
.footer-socials {
	display: flex;
}
.footer-block {
	padding-left: 5%;
}
.footer-block .title {
	margin-bottom: 15px;
}
.footer-block .list {
	display: block !important;
	height: auto !important;
}
.footer-lower {
	position: relative;
	padding: 15px 25px;
}
.footer-texts {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-text {
	flex: 1 0 33.333%;
	padding: 0;
}
.footer-text.credits {
	display: flex;
	text-align: left;
}
.footer-text .txt + .txt {
	margin-left: 15px;
	border-left: 1px solid #bbb;
	padding-left: 15px;
}
.footer-text.copyright {
	text-align: right;
}
.theme-selector {
	margin-top: 0;
}
.theme-selector select {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	margin: auto;
}

/* CATEGORY PAGE & GRIDS */

.product-selectors {
	justify-content: flex-end;
}
.product-selectors select {
	min-width: 20px;
	height: 30px;
	line-height: 18px; /*text vertical alignemt*/
	background-color: #fff;
}
.product-viewmode {
	display: flex;
	column-gap: 5px;
	align-items: center;
	margin-right: auto;
}
.product-viewmode span {
	display: none !important;
}
.product-viewmode a {
	padding: 5px;
	font-size: 0;
}
.product-viewmode a:before {
	font-size: 20px;
}
.product-viewmode .grid:before {
	content: "\e937";
}
.product-viewmode .list:before {
	content: "\e939";
}
.product-viewmode .selected {
	color: #e43d51;
}
.product-sorting,
.product-page-size {
	width: auto;
}

.category-grid .item-grid,
.manufacturer-grid .item-grid,
.vendor-grid .item-grid,
.product-grid .item-grid {
	grid-template-columns: 1fr 1fr 1fr;
	grid-row-gap: 50px;
}

.sub-category-grid .item-grid {
	grid-template-columns: repeat(auto-fit, minmax(23.5%, 1fr));
    grid-row-gap: 15px !important;
}

.home-page-product-grid:not(.nop-jcarousel) .title,
.home-page .bestsellers:not(.nop-jcarousel) .title {
	margin-bottom: 50px;
}
.home-page-product-grid:not(.nop-jcarousel) .item-grid,
.home-page .bestsellers:not(.nop-jcarousel) .item-grid {
	grid-column-gap: 7.5%;
	grid-row-gap: 60px;
}
.home-page-product-grid:not(.nop-jcarousel) .item-box:nth-child(3n+2),
.home-page .bestsellers:not(.nop-jcarousel) .item-box:nth-child(3n+2) {
	position: relative;
	bottom: 40px;
}

.product-list .item-box + .item-box {
	margin-top: 20px;
}
.product-list .item-box .product-item {
	display: grid; width: 100%;
    grid-template-columns: 32% auto;
	grid-column-gap: 35px;
}
.product-list .item-box .picture {
	margin: 0;
}
.product-list .item-box .details {
	padding: 25px 0;
}
.product-list .item-box .product-title {
	flex-grow: 0;
	margin-bottom: 25px;
	font-size: 14px;
	color: #000;
}
.product-list .item-box .description {
	display: block;
}
.product-list .item-box .add-info {
	display: block;
	margin-top: 20px;
}
.product-list .item-box .buttons {
	margin-top: 30px;
	text-align: left;
}
.product-list .product-box-add-to-cart-button {
	vertical-align: middle;
}
.product-list .buttons .wrapper {
	display: inline-flex;
	vertical-align: middle;
	position: relative;
	bottom: 1px; left: 1px;
}
.product-list .add-to-wishlist-button,
.product-list .add-to-compare-list-button {
	margin-left: 15px;
}

/* PRODUCT PAGE */

.product-essential {
	max-width: none;
	margin-bottom: 40px;
}
.gallery {
	/* float: left;
	width: 46%;
	max-width: none; */
	margin-bottom: 0;
	padding-top: 3%;
}
.overview {
	/* float: right;
	width: 51.5%;
	max-width: none; */
	padding-top: 3%;
}

.overview .full-description {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.gallery .picture-thumbs {
	grid-template-columns: repeat(12, 1fr);
}
.desc__first-column {
	text-align: right;
  }
.product-name.mobile {
	display: none !important;
}
.product-name.desktop {
	display: block !important;
	margin: 0 0 30px;
	padding: 5px 0 !important;
	text-align: left;
}
.price-reviews-wrapper {
	margin-bottom: 0;
	border: none;
}
.price-reviews-wrapper .prices,
.product-reviews-overview {
	justify-content: flex-start;
}
.old-product-price,
.non-discounted-price,
.prices .product-price {
	margin-left: 0;
}
.prices .rental-price {
	text-align: left;
}
.product-collateral {
	max-width: none;
}
/* .product-variant-line {
	display: flex;
	column-gap: 30px;
	margin-top: 15px;
} */
.variant-overview.mobile {
	display: none; /*selector string has no space!*/
}
.variant-overview .desktop {
	display: block; /*selector string has space!*/
}
.variant-picture {
	align-self: flex-start;
	flex: 0 0 300px;
}
.variant-overview {
	flex-grow: 1;
}

/* REVIEW PAGE */

.write-review .review-rating {
	position: relative;
}
.write-review .review-rating > label {
	position: absolute;
	left: 0;
	width: auto;
	margin: 0;
}
.product-review-item .review-item-head {
	display: flex;
	justify-content: space-between;
	margin: 0 0 15px;
}
.product-review-item .review-title {
	max-width: calc(100% - 100px);
	margin-bottom: 0;
}
.product-review-item .product-review-box {
	margin-bottom: 0;
}
.product-review-item .review-item-content {
	display: flex;
}
.product-review-item .review-avatar {
	flex: 0 0 150px;
	max-width: 150px;
	margin: 0 30px 0 0;
}
.product-review-item .review-content {
	flex-grow: 1;
}
.product-review-item .review-reply {
    margin-top: 10px;
}

/* WISHLIST & COMPARE PAGE */

.wishlist-content .buttons {
	flex-flow: row;
	max-width: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}
.wishlist-add-to-cart-button {
	margin-left: auto;
}
.wishlist-page .share-info {
	margin: 40px 0 0;
}
.compare-products-mobile {
	display: none;
}
.compare-products-table {
	display: table;
    margin-top: -15px;
	border-top: 1px solid #eee;
}
.compare-products-clear-list {
	position: absolute;
    top: 35px; right: 5px;
    margin-bottom: 0;
	line-height: 44px;
}

/* CONTACT PAGES */

.contact-page .topic-block,
.apply-vendor-page .topic-block,
.email-a-friend-page .title {
	margin-top: -10px;
}

/* ACCOUNT PAGES */

.address-list-page .addresses,
.order-list-page .order-list,
.return-list-page .return-list,
.gdpr-tools-page .gdpr-form {
	grid-template-columns: 49% 49%;
	grid-gap: 25px 2%;
	max-width: 900px;
}

/* SHOPPING CART */

.order-progress li {
	max-width: 120px;
}
.order-progress a {
	display: inline-block;
	padding-top: 60px;
	font-size: 18px;
}

.cart-options .common-buttons {
    flex-flow: row;
	align-items: center;
    max-width: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}
.cart-options .tax-shipping-info {
	order: 3; /**/
	flex-grow: 1;
	margin: auto;
}
.tax-shipping-info ~ .update-cart-button {
	margin-right: auto;
}
.cart-options .estimate-shipping-button {
	order: 4; /**/
	margin-left: auto;
}
.cart-options .update-cart-button:before {
	content: "\e91d";
	position: relative;
	bottom: -1px;
	margin-right: 8px;
	font-size: 16px;
}
.cart-options .continue-shopping-button:before {
	content: "\e902";
	position: relative;
	bottom: -2px;
	margin-right: 8px;
	font-size: 18px;
}
.cart-options .estimate-shipping-button:before {
	content: "\e91e";
	margin-right: 8px;
	font-size: 31px;
}

.cart-footer {
	display: flex;
	column-gap: 4%;
}
.cart-collaterals {
	flex-grow: 1;
}
.checkout-attributes dt {
	margin: 0 0 10px;
	font-family: 'DM Serif Display', serif;
	font-size: 24px;
	color: #000;
}
.checkout-attributes dd {
	margin: 0 0 20px;
}
.checkout-attributes select {
	width: 100%;
}
.cart-collaterals .title {
	margin: 0 0 10px;
	font-size: 24px;
}
.coupon-box, .giftcard-box {
	margin-bottom: 0;
}
.coupon-box + .giftcard-box {
	margin-top: 20px;
}
.cart-footer .totals {
	width: 48%;
	max-width: 480px;
}
.cart-footer .totals-txt {
	display: block;
	margin-bottom: 10px;
	font-family: 'DM Serif Display', serif;
	font-size: 24px;
}
.terms-of-service {
	max-width: 470px;
	margin-left: 5px;
}
.terms-of-service label {
	display: inline-block;
}

/* CHECKOUT */

.checkout-page .cart-options {
	text-align: right;
}
.checkout-page .cart-footer {
	justify-content: flex-end;
}
.cart-footer .totals-txt {
	display: block;
}

.pickup-in-store,
.ship-to-same-address {
	max-width: none;
}
.checkout-page .address-grid {
	grid-template-columns: 49% 49%;
	grid-gap: 25px 2%;
	max-width: none;
}
.checkout-page .address-item {
	display: flex;
	flex-flow: column;
}
.checkout-page .unflex {
	align-self: flex-start;
}
.checkout-page .address-box {
	flex-grow: 1;
}
.confirm-order .separator {
	margin-bottom: 80px;
}

/* ORDER DETAILS */

.order-review-data,
.order-details-area,
.shipment-details-area {
	display: grid;
	grid-template-columns: 49% 49%;
    grid-template-rows: auto auto;
	grid-column-gap: 2%;
	max-width: none;
	text-align: center;
}
.order-review-data.full,
.order-details-area.full,
.shipment-details-area.full {
	grid-auto-flow: column;
}
.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
	display: flex;
	flex-flow: column;
}
.order-review-data ul,
.order-details-area ul,
.shipment-details-area ul {
	flex-grow: 1;
}
.order-details-page .buttons {
	margin-top: -20px;
}
.order-details-page .options {
	text-align: right;
}
.order-details-page .totals {
	width: 48%;
	max-width: 410px;
	margin-left: auto;
}

/* BLOG & NEWS */

.comment.blog-comment,
.comment.news-comment {
	display: flex;
}
.comment-info {
	flex: 0 0 150px;
    max-width: 150px;
    margin-right: 30px;
}
.comment-info .user-info {
	margin: 0;
}
.comment-content {
	flex-grow: 1;
	flex-flow: column;
}
.comment-body {
	flex-grow: 1;
}

.news-list-homepage {
	margin-top: 70px !important;
}
.news-list-homepage .news-items {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(48%,1fr));
	grid-gap: 40px 4%;
}
.news-list-homepage .news-item {
	display: flex;
	flex-flow: column;
	margin: 0 !important;
}
.news-list-homepage .news-body {
	flex-grow: 1;
}
.news-list-homepage .buttons {
	text-align: left;
}

/* PROFILE & INBOX */

.private-message-view-page .message-head {
	margin-bottom: 25px;
	padding-bottom: 20px;
}
.private-message-view-page .message-body {
	padding: 0;
}
/* HomePage */

.inspire {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	padding: 15px;
	}
	.home-swiper__title {
	font-size: 64px;
}

.home-swiper__socials {
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 222;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
  }
  
.home-banner .title {
	text-align: right;
	padding-bottom: 0;
	color: #6c6c6c;
	font-weight: 400;
	font-size: 44px;
  }
  
.home-banner .container,
.nav-title__content {
  text-align: right;
}

.home-page .home-banner .button {
    position: absolute;
    left: 17%;
    top: 43%;
    z-index: 3;
}

.home-banner__cover {
	min-height: 40vh;
	-o-object-fit: cover;
	object-fit: cover;
	width: 45%;
  }
  
  
.blog-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
  }
  
.blog-wrapper__item {
	width: 50%;
	min-height: 50vh;
	position: relative;
  }
  .home-designers {
	padding: 70px;
  }
  .footer-middle {
	display: flex;
  }
  
  .category-page-body .product-grid .item-grid {
    grid-template-columns: 1fr 1fr 1fr ;
  }
  
.product-details-page-body .product-variant-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-items: center;
  }
  
.collection__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 250px;
	padding: 45px 10px 15px;
	width: 100%;
	background: #f3f5f4;
	text-align: center;
    min-height: 130px;
  }
  .collection__title {
	margin-top: 12px;
	color: #f3f5f4;;
  }
  
.collection__img {
	display: block;
	margin-right: auto;
	margin-left: auto;
  }
  
.blog-wrapper__item--2,
.blog-wrapper__item--3 {
  display: inline-flex;
  align-items: center;
  color: #fff;
}

.blog-wrapper__item--2 {
	padding-right: 60px;
	justify-content: flex-end;
  }
  
.blog-wrapper__item--3 .title {
	text-align: left;
  }
  
.header .footer {
	display: none;
}

.grid-item {
	width: 100%;
}

.topic-page .designers {
	grid-template-columns: repeat(4, 1fr);
  }
  
  .material-option-page .filter-items{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  
  .material-detail-page .container-fluid .row.material-list {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 10px;
  }
  .material-detail-page .container-fluid .row.material-list .row{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
  }
  
  .customer-service-page .row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
  }
  .customer-service__title{
    font-size: 20px;
    }
	
.product-details-page .option-list.attribute-squares.image-squares label > span {
	display: flex;
	flex-direction: row;
	align-items: center; 
   }
}


@media all and (min-width: 1024px) {

	.cart-options .tax-shipping-info {
		max-width: none;
	}
}

@media all and (min-width: 1261px) {

/* GLOBAL STYLES */

body { /*desktop only, don't add to mobile*/
	overflow-x: hidden;
}

.master-wrapper-page:not(.home-page-body .master-wrapper-page) {
	margin-top: 180px;
  }
.master-wrapper-content {
	width: 1200px;
	margin: auto;
}
.product-details-page-body .master-wrapper-content {	
	margin-top: -50px;
}
.home-page-body .master-wrapper-content, .category-page-body .master-wrapper-content, .product-details-page-body .master-wrapper-content, .topic-page-body .master-wrapper-content {
	width: 100%;
}
.topic-page-body .master-wrapper-content {
	padding: 0 40px;
}
.product-details-page.one {
	width: 1200px;
	margin: auto;
}
.master-column-wrapper {
	display: grid !important;
    grid-template-columns: 20% 78%;
	grid-column-gap: 2%;
	padding-top: 5%;
}
.html-account-page .master-column-wrapper {
	grid-template-columns: 280px auto;
}


.breadcrumb + .master-column-wrapper {
	padding-top: 1%;
}
.center-1, .center-2 {
	margin-bottom: 140px;
	padding: 0;
} 
.center-1 .page-title {
	padding: 45px 0;
}
.center-2 .page-title {
	margin: -10px 0 30px;
	padding: 0 0 10px;
	text-align: left;
}
.side-2 { /*sidebar*/
	margin-bottom: 140px;
}
.home-page .page-body > div {
	margin: 80px 0;
}
.home-page .slider-wrapper {
	padding-top: 30px;
}
.product-grid .title,
.topic-block .title,
.home-page .title {
	padding: 30px 0;
}
.qty-wrapper .increase,
.qty-wrapper .decrease {
	right: 2px; left: auto;
	width: 18px; height: 21px;
}
.qty-wrapper .increase {
	top: 2px;
	bottom: auto;
}
.qty-wrapper .qty-input {
	width: 38px;
	margin: 0 20px 0 0;
}

/* GLOBAL TABLES */

.cart td:not(.add-to-cart) .td-title {
	display: none;
}
.cart .remove-from-cart button {
	position: relative;
	bottom: 1px;
}
.cart .sku .sku-number {
	vertical-align: baseline;
}

/* HEADER */
.header-logo span {
	display: none;
  }
  .header.single-product .header-logo a::after {
	content: url("/images/uploaded/dummy/logodark.svg");
	width: 239px;
	height: 48px;
  }
  .header.header-menu-is-fixed .header-logo a::after, .footer .header-logo a::after , .header .header-logo a::after{
	content: url("/images/uploaded/dummy/logowhite.svg");
  }
  .search-box input[type="text"] {
	height: 34px;
  }
  .language-selector select > option {
	color: #000000;
  }
  .header.single-product {
	background-color: #fff;
  }
  .header.single-product  a,
  .header.single-product  span,
  .header.single-product select{
	color: #000000;
  }
  
.header-lower {
	justify-content: space-between;
  }
  .header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 970;
	width: 100%;
	background-color: #151516;       
	transition: all 0.45s ease-in-out 0s;
  }
  
  .home-page-body .header.header-menu-is-fixed {
	background-color: #151516;
  }
  .header-lower {
	border: 0;
	background: 0 0;
  }
  .header-logo.desktop {
	flex: 0;
  }
  .header-upper {
	background: 0 0;
	color: #fff;
  }
  
  .header-upper select:focus {
	background: #6c6c6c;
  }
  
  .mega-menu>li + li {
	border-left: 1px solid #ccc;
  }
  .search-cart-wrapper select {
	color: #fff;
  }
  .search-cart-wrapper .login-box {
	display: flex;
	margin-right: 10px;
	font-size: 15px;
	color: white;
	border-right: 1px solid;
	padding-right: 10px;
  }
  .search-cart-wrapper .login-box a {
	margin-right: 3px;
  }
  .search-box .search-box-button:after {
	color: #fff;
}
  .home-page-body .header{
	  background-color: transparent;
	}
	.header-lower select {
	  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjcwIiBoZWlnaHQ9IjE1MCI+PGRlZnM+PGZpbHRlciBpZD0iZGFya3JlYWRlci1pbWFnZS1maWx0ZXIiPjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwLjExMCAtMC40ODAgLTAuNjEwIDAuMDAwIDEuMDMzIC0wLjU1MiAwLjE5OSAtMC41OTMgMC4wMDAgMC45OTggLTAuNTMwIC0wLjQ3MSAwLjExNCAwLjAwMCAwLjkzNSAwLjAwMCAwLjAwMCAwLjAwMCAxLjAwMCAwLjAwMCIgLz48L2ZpbHRlcj48L2RlZnM+PGltYWdlIHdpZHRoPSIyNzAiIGhlaWdodD0iMTUwIiBmaWx0ZXI9InVybCgjZGFya3JlYWRlci1pbWFnZS1maWx0ZXIpIiB4bGluazpocmVmPSJkYXRhOmltYWdlL3N2Zyt4bWw7YmFzZTY0LFBEOTRiV3dnZG1WeWMybHZiajBpTVM0d0lpQmxibU52WkdsdVp6MGlkWFJtTFRnaVB6NE5DandoTFMwZ1IyVnVaWEpoZEc5eU9pQkJaRzlpWlNCSmJHeDFjM1J5WVhSdmNpQXlNQzR4TGpBc0lGTldSeUJGZUhCdmNuUWdVR3gxWnkxSmJpQXVJRk5XUnlCV1pYSnphVzl1T2lBMkxqQXdJRUoxYVd4a0lEQXBJQ0F0TFQ0TkNqeHpkbWNnZG1WeWMybHZiajBpTVM0eElpQnBaRDBpVEdGNVpYSmZNU0lnZUcxc2JuTTlJbWgwZEhBNkx5OTNkM2N1ZHpNdWIzSm5Mekl3TURBdmMzWm5JaUI0Yld4dWN6cDRiR2x1YXowaWFIUjBjRG92TDNkM2R5NTNNeTV2Y21jdk1UazVPUzk0YkdsdWF5SWdlRDBpTUhCNElpQjVQU0l3Y0hnaURRb0pJSFpwWlhkQ2IzZzlJakFnTUNBNUlEVWlJSE4wZVd4bFBTSmxibUZpYkdVdFltRmphMmR5YjNWdVpEcHVaWGNnTUNBd0lEa2dOVHNpSUhodGJEcHpjR0ZqWlQwaWNISmxjMlZ5ZG1VaVBnMEtQR2MrRFFvSlBIQnZiSGxuYjI0Z2NHOXBiblJ6UFNJd0xEQXVOeUF3TGpjc01DQTBMalVzTXk0MklEZ3VNeXd3SURrc01DNDNJRFF1TlN3MUlBa2lMejROQ2p3dlp6NE5Dand2YzNablBnMEsiIC8+PC9zdmc+");
	  border: none;
	  background-size: 10px;
	  padding-right: 10px;
	} 
	.home-page-body .header.header-menu-is-fixed{
	  background-color: #151516;
	}
.responsive-nav-wrapper {
	display: none;
}
.header .close-button {
	display: none;
}

.header-selectors-wrapper {
	flex: 1 1 0;
	text-align: left;
}
.header-links-wrapper {
	flex: 1 1 0;
	display: flex;
	min-height: 37px; /*preserves space when header-selects are not present*/
	text-align: right;
}
.first ~ .header-text-wrapper {
	padding: 0 30px; /*add padding when header-text is centered*/
}

.header-links li + li,
.admin-header-links a + a,
.admin-header-links + .header-links {
	margin-left: 15px;
	border-left: 1px solid #ccc;
	padding-left: 15px;
}
.impersonated.session .header-links {
	margin-left: 0;
	border-left: none;
	padding-left: 0;
}
.admin-header-links {
	margin: auto 0 auto auto;
}
.admin-header-links a {
	padding: 0;
}
.header-links {
	margin: auto 0 auto auto;
}
.header-links ul {
	font-size: 0;
	white-space: nowrap;
}
.header-links li {
	display: inline-block;
}
.header-links span,
.header-links a {
	display: inline-block;
	font-size: 12px; /*reset zeroing*/
}
.header-links .hidden {
    display: none;
}
.header-links .wishlist-qty {
	display: none;
}

.header-lower {
	display: flex;
	padding: 1.5% 2%;
}
.header-logo.desktop {
	display: block;
	margin: auto 0;
	text-align: left;
}
.header-logo.desktop a {
	display: inline-block;
}
.header-logo.desktop img {
	max-width: 340px;
}
.search-cart-wrapper {
	display: flex;
	align-items: center;
}
/* .store-search-box {
	position: relative;
	margin: auto auto auto auto;
} */
.store-search-box form {
	z-index: 1021;
}
.search-box .ui-autocomplete {
	box-sizing: content-box;
	position: absolute !important;
	top: -5px !important;
	left: -10px !important;
	z-index: 1020;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
	background-color: #fff;
	padding: 45px 10px 0 10px;
}
.ui-autocomplete .ui-menu-item a {
	width: auto;
	margin: 0 -10px;
	padding: 5px 10px;
}
.flyout-cart-wrapper {
	display: block;
	position: relative;
	z-index: 1021;
	margin: auto -14px auto 12px;
	white-space: nowrap;
}
.cart-wrap:hover .cart-link:before {
	content: "";
	position: absolute;
	top: -5px; right: 0;
	bottom: 0; left: 0;
	z-index: 1021;
	background-color: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,.15);
	animation: fadein 0.3s
}
.cart-wrap:hover .cart-link:after {
    content: "";
    position: absolute;
    top: 100%;
	left: 0; right: 0;
	z-index: 1021;
	height: 12px;
    background: #fff;
}
.cart-link .ico-cart {
	display: block;
	position: relative;
	z-index: 1021;
	padding: 10px 14px 10px 18px;
	font-size: 0;
}
.cart-link .cart-label {
	display: inline-block;
	min-width: 27px;
	margin-right: 7px;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 13px;
}
.cart-link .cart-qty {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #e43d51;
    text-align: center;
	vertical-align: middle;
    font-size: 11px;
	line-height: 20px;
	color: #fff;
}
.flyout-cart-dropdown {
	display: none;
	position: absolute;
	top: 100%; right: 0;
	z-index: 1020;
	width: 358px;
	margin-top: -1px;
	box-shadow: 0 1px 20px rgba(0,0,0,.15);
	background-color: #fff;
	padding: 11px 10px 15px;
	white-space: normal;
	animation: fadein 0.3s;
}
.flyout-cart-wrapper:hover
.flyout-cart-dropdown {
	display: block;
}

/* HEADER MENU */
.header-menu > ul > .has-sublist:after,
.header-menu > ul > li > a,
.header-menu > ul > li > span,
.header-upper select {
  color: #fff;
}
.menu-title, .close-menu,
.header-menu .back-button {
	display: none;
}
.overlayOffCanvas {
	display: none !important;
}

.header-menu {
	margin: auto 0;
	padding: 0 50px;
}
.header-menu > ul {
	margin: -5px 0;
	text-align: center;
	font-size: 0;
}
.header-menu > ul > li {
	display: inline-block;
	padding: 0 15px; /*use pixels, not %, or flex will wrap*/
	vertical-align: middle;
}
.header-menu > ul > li > a,
.header-menu > ul > li > span {
	display: inline-block;
	padding: 5px 0;
	vertical-align: middle;
	font-size: 14px;
	transition: 0.2s ease;
}
.header-menu > ul > li > a:hover {
	text-decoration: underline;
	color: #e43d51;
}
.header-menu > ul > .has-sublist:after {
	content: "\e90c";
	display: inline-block;
	transform: rotate(90deg);
	margin: 0 -8px 0 8px;
	vertical-align: middle;
	font-size: 8px;
	color: #fff;
}

.header-menu .sublist-wrap {
	z-index: 1022;
	position: absolute;
	margin-top: 43px;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
	background-color: #fff;
	text-align: left;
}
.header-menu .sublist-wrap {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	transition: all 0.4s ease-in-out;
}
.header-menu .sublist-wrap.active {
	opacity: 1;
	visibility: visible;
	position: absolute;
}

/* .header-menu .has-sublist .has-sublist .sublist-wrap	{
	display: block;
} */
.header-menu .sublist-wrap:before {
	content: "";
	position: absolute;
	left: 0; right: 0;
	top: -10px;
	height: 10px;
}
/* .header-menu .sublist-wrap .sublist-wrap
.top-menu li:hover > .sublist-wrap,
.header-menu .sublist-wrap.active {
	display: block;
} */
/* .top-menu li:hover > .sublist-wrap,
.header-menu .sublist-wrap.active, .sublist .sublist-wrap {
	display: block;
} */
.header-menu .sublist {
	padding: 10px 0;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
}
.header-menu .sublist .sublist {
	display: flex;
	flex-direction: column;
    max-height: 300px;
    display: flex;
    flex-wrap: wrap;
}
/* .header-menu .sublist.first-layer > li a {
    font-weight: bolder;
    font-size: 15px;
} */

body > div.master-wrapper-page > div.header > div > div.header-menu.nav-panel > ul.mega-menu > li:nth-child(1) > div.sublist-wrap > ul > li > a {
	font-weight: bolder;
    font-size: 15px;
}
 .header-menu .sublist.first-layer  {
    padding: 60px;
} 

.header-menu .has-sublist .sublist .has-sublist {
	display: flex;
	flex-direction: column;
}
.header-menu .sublist li {
	position: relative;
}
.header-menu .sublist .sublist li {
	position: initial;
}
.header-menu .sublist .sublist-wrap {
	position: unset;
	margin-top: 10px;
	box-shadow: none;
	background-color: #fff;
	text-align: left;
}
.header-menu .sublist-wrap.active .sublist-wrap {
	opacity: 1;
	visibility: visible;
}
.header-menu .sublist__img {
	display: flex;
	justify-content: center;
	width: 100%;
}
.header-menu .sublist__img img {
	width: 100%;
	object-fit: contain;
}
.header-menu .sublist li a {
	display: block;
	padding: 8px 20px;
	font-size: 13px; /*reset zeroing*/
}
.header-menu .sublist li:hover > a {
	background: #f6f6f6;
	color: #e43d51;
}
.header-menu .sublist-wrap .sublist-wrap {
	top: -20px;
	left: 100%;
}
.header-menu .sublist .with-subcategories:after {
	content: "\e90e";
	position: absolute;
	top: 0; bottom: 0;
	right: 12px;
	height: 10px;
	margin: auto;
	font-size: 10px;
	color: #888;
}
.header-menu .sublist-wrap.active > .header {
	background-color: white;
}

.header-menu .sublist-wrap#References, .header-menu .sublist-wrap#Services {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 60%;
}
.header-menu .sublist-wrap#References .sublist {
	display: block;
}
.header-menu .sublist-wrap#Services .sublist {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-items: flex-start;
}

.header-menu .sublist-wrap#References img {
	width: 57%;
}
.header-menu .sublist-wrap#Services img {
	width: 31%;
}
/* FOOTER */

.footer-block {
	padding-left: 7%;
}

/* SIDEBAR COLUMN */

.block + .block {
	margin-top: 25px;
	border-top: 1px solid #eee;
	padding-top: 25px;
}
.block .title {
	margin-bottom: 10px;
	cursor: default;
}
.block .listbox {
	display: block;
}

.block-recently-viewed-products
.listbox .list li {
	display: flex;
	column-gap: 10px;
}
.block-recently-viewed-products
.listbox .list li + li {
	margin-top: 5px;
}
.block-recently-viewed-products
.product-picture {
	width: 80px;
	padding: 0 !important;
}
.block-recently-viewed-products
.product-picture img {
	display: block;
}
.block-recently-viewed-products
.product-name {
	width: 72%;
	padding: 10px 0 !important;
}

.block.filters > .title {
	display: none;
}
.product-filter + .product-filter {
	margin-top: 25px;
	border-top: 1px solid #eee;
	padding-top: 25px;
}

/* CATEGORY PAGE & GRIDS */

.breadcrumb {
	margin: 0 -3px;
	border-bottom: none;
	padding: 26px 0;
	text-align: left;
}
.picture-wrapper:hover .sub-category-list {
	display: flex;
}
.home-page-category-grid .title {
	margin-top: -30px;
}
.home-page-category-grid .category-title {
	margin-bottom: 7px;
	font-size: 17px;
}
.product-selectors:first-child {
	margin-top: -31px;
}
.two-products .product-grid .item-grid {
	grid-template-columns: 1fr 1fr;
}
.extended-gallery .product-data .product-grid,
.product-data .variants ~ .product-grid {
	padding-top: 20px;
}
.product-details-page .item-grid {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.cross-sells .item-grid {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.pager { /*pagination*/
	padding: 15px 0;
}

/* PRODUCT PAGE */

.gallery, .overview {
	width: 100%;
	padding-top: 0;
}
.gallery .picture-thumbs {
	grid-template-columns: repeat(12, 1fr);
}
.standard-gallery .price-reviews-wrapper {
	display: flex;
    flex-direction: column;
}
/* .standard-gallery .overview .prices {
	align-items: center;
} */
.standard-gallery .tier-prices {
	/*order: 3;*/
	width: 100%;
}
.standard-gallery .prices-table {
	display: table; width: 100%;
	border-collapse: collapse;
}
.standard-gallery .prices-row {
	display: table-row;
}
.standard-gallery .prices-cell {
	display: table-cell;
	border: 1px solid #e3e3e3;
	box-shadow: none;
}
.standard-gallery .attributes select,
.standard-gallery .attributes .textbox,
.standard-gallery .attributes textarea {
	width: 465px;
}
.extended-gallery .gallery {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px 10px;
	/*width: 67%;*/
	width: 814px;
}
.extended-gallery .thumb-item {
	display: block;
	width: auto;
	max-width: none;
	margin: 0;
}
.extended-gallery .overview {
	position: sticky;
	top: 10px;
	/*width: 30%;*/
	width: 350px;
}
.extended-gallery .product-name {
	margin-bottom: 5px;
	border: none;
	padding: 0 !important;
}
.extended-gallery .product-name h1 {
	font-size: 24px;
}
.extended-gallery .overview .prices {
	margin-bottom: 20px;
}
.extended-gallery .datepicker {
	width: 340px;
}
.overview .giftcard,
.variant-overview .giftcard {
	width: 465px;
}
.customer-entered-price {
	width: 465px;
	margin-bottom: -3px;
}
.customer-entered-price .enter-price-input {
	width: 60px;
}
.variants .customer-entered-price {
	width: 100%;
}
.add-to-cart-panel .qty-wrapper {
	margin-right: 5px;
}
.add-to-cart-panel .add-to-cart-button {
	max-width: none;
}

/* COMPARE PAGE */

.compare-products-clear-list {
    top: 45px;
}

/* TOPICS */

.home-page .topic-block {
	position: relative;
	margin-top: 90px !important;
	padding: 5% 0;
}
.home-page .topic-block:before {
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	left: -1000px;
	right: -1000px;
	background-color: #f3f3f3;
}
.home-page .topic-block .wrapper {
	position: relative;
	background-color: #fff;
	padding: 0 3% 4%;
}
.home-page .topic-block-title {
	padding-top: 10px;
}
.home-page .topic-block-body,
.home-page .topic-block-body p {
	line-height: 28px;
}

.vertical .topic-block .wrapper {
	display: flex;
	align-items: center;
	padding: 0;
}
.vertical .topic-block-title {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	padding: 1% 70px;
}
.vertical .topic-block .title {
	font-size: 60px;
}
.vertical .topic-block-body {
	flex-grow: 1;
	padding-right: 8%;
	text-align: left;
}

/* REGISTRATION & LOGIN */

.login-page .customer-blocks {
	flex-flow: row-reverse;
	column-gap: 20px;
	padding-top: 30px;
}
.login-page .fieldset,
.login-page .new-wrapper {
	margin: 0px 0px;
	padding: 0 50px 40px;
}
.login-page .new-wrapper {
	display: flex;
	flex-flow: column;
}
.login-page .new-wrapper .text {
	flex-grow: 1;
}

/* ACCOUNT PAGES */

.block-account-navigation {
	position: sticky;
	top: 30px;
}
.block-account-navigation .title {
	display: none;
}
.block-account-navigation .active {
	position: relative;
	background-color: #f3f3f3;
}
.block-account-navigation .active:after {
	content: "";
	position: absolute;
	right: -20px;
	top: calc(50% - 10px);
	bottom: calc(50% - 10px);
	border: 10px solid #fff;
	border-left-color: #f3f3f3;
}
.block-account-navigation a {
	border-bottom: 1px solid #eee;
	padding: 18px 10px !important;
}
.account-page .page-title {
	margin: 0 0 30px;
	border: none;
	padding-bottom: 0;
	text-align: center;
}

/* SHOPPING CART */

.order-progress {
	padding: 45px 0;
}
.order-progress:before {
	left: -1000px;
	right: -1000px;
}
.order-progress li {
	max-width: 130px;
}

/* BLOG & NEWS */

.news-list-homepage {
	margin-top: 100px !important;
}
 /* HomePage */
 .home-banner__content {
	padding-right: 120px;
 }
 .home-collections .collection {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	column-gap: 5px;
	row-gap: 5px;
  }
 
.inspire {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	padding: 15px;
  }
  
.inspire__item:hover .inspire__title {
	opacity: 1;
  }
  .inspire__title {
	opacity: 0;
  }
  
.blog-wrapper__item--3 p {
	padding-inline-end: 200px;
  }
  
  .category-page-body .product-grid .item-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  
.product-details-page-body .product-variant-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	justify-items: center;
  }
  .category-page .details .product-title {
	display: none;
  }
  .category-page .item-box img {
	opacity: 1;
	transition: opacity .5s ease-in-out;
  }
  .category-page .item-box:hover img {
	opacity: 0.3;
  }
  .category-page .item-box:hover .details .product-title {
	display: inline-block;
	position: absolute;
	top: 50%; left: 36%;
  }
  
	.product-details-page .overview .full-description {
		grid-column-gap: 170px;
	}
	.where-to-buy-page .row {
		display: grid;
		grid-template-columns: 2fr 2fr 1fr 1fr;
	}
	.where-to-buy-page input[type="submit"] {
		color: white;
		background: #000;
		min-width: 90px;
		height: 30px;
	}

	.residentails-page .text-center {
		margin-bottom: 28px;
	}
	.residentails-page .references-flex, .masonry.grid, .uk-grid-width-1-1, .press-page .uk-grid-width-1-1  {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		row-gap: 30px;
		column-gap: 30px;
	}
	
	.grid-item {
		width: 25%;
	}
	.all-projects-page .masonry.grid {
		display: block;
	}
	.all-projects-page .uk-text-center.uk-panel-teaser {
		display: flex;
		justify-content: center;
		margin-bottom: 15px;
	}
	.all-projects-page h3 {
		margin-bottom: 10px;
		padding-left: 10px;
	}
	.all-projects-page .uk-margin .uk-article {
		padding-left: 10px;
	}
	.all-projects-page .uk-panel.uk-panel-box {
		border: 2px solid #E5E5E5;
		padding: 25px;
	}
	.all-projects-page .uk-panel.uk-panel-box:hover {
		color: #777f90;
    background: #f2f2f2;
	}
	.locations-grid.uk-grid-width-1-1 {
		grid-template-columns: repeat(3, 1fr);
	}
	.reviews-page .uk-width-medium-3-4 {
		padding-left: 20px;
	}
	img.uk-overlay-scale {
		object-fit: contain;
		width: 100%;
		height: auto;
	}
	.about-us-page .uk-grid-width-1-1.our-projects {
		grid-template-columns: repeat(4, 1fr);
		justify-items: center;
	} 
	.about-us-page .uk-grid-width-1-1 {
		grid-template-columns: repeat(2, 1fr);
	}
	.about-us-page .uk-grid-width-1-1.about-us-contact, .contact-page .masonry.grid, .uk-grid-width-1-1#wk-gride93 {
		grid-template-columns: repeat(3, 1fr);
	}
	.container-fluid .row {
		display: grid;
		grid-template-columns: 2fr 1fr 1fr;
		gap: 0 15px;
	}
	.about-us-page ul  {
		list-style: none !important;
		padding: 0 !important;
	}
	.residentails-page img, .masonry.grid img, .uk-grid-width-1-1 img {
		object-fit: contain;
		height: auto;
	}
	.uk-h1.uk-margin-bottom-remove {
		text-align: center;
		margin-bottom: 30px;
	}
	.about-us-page .uk-h1.uk-margin-bottom-remove {
		margin-bottom: 5px;
	}
	.project-filter-buttons {
		display: flex;
		justify-content: center;
		margin-bottom: 30px;
	}
	.project-filter-buttons .btn-group {
		margin-left: 20px;
		display: flex;
	}
	.topic-page .new-title {
		font-size: 22px;
		margin-bottom: 13px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.residentails-page > .text-center {
		display: none;
	}
	.row.align-items-center {
		display: flex;
		align-items: center;
	}
	.col-md-9.mb-3 > p {
		padding-left: 30px;
	}
	.tm-content.trade-shows-content .row{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
	.tm-content.trade-shows-content .tab-nav{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 5px;
		margin-bottom: 5px;
	}
	.tm-content.trade-shows-content .tabs {
		display: none;
	}
	.tm-content.trade-shows-content .tab-nav img {
		height: 100%;
    object-fit: cover;
	}
	.tm-content.trade-shows-content .row .col-lg-6:last-child .show-tabs__title {
		text-align: right;
	}
	.uk-grid.uk-grid-collapse.uk-text-left.uk-flex-middle {
		display: grid;
   		grid-template-columns: 1fr 2fr;
		align-items: center;
	}
	 .center-1 .product-details-page .page-title {
		position: absolute;
		top: 0;
		left: 5px;
		margin: 0;
		z-index: 10;
		max-width: 30%;
		background: white;
    	padding: 9px !important;
	}
	.product-details-page .product-essential {
		position: relative;
	}
	.product-details-page-body .master-wrapper-page {
		margin-top: 200px !important;
	}
	.request-catalog #userForm {
		display: flex;
		justify-content: center;
	}
	.request-catalog p {
		margin-right: 30px;
	}

	.request-catalog input[type="submit"] {
		background-color: #151516;
		color: #fff;
		padding: 5px 7px;
	}
	.references-page .references-flex {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	} 
	
	.resources-page .uk-grid {
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
		width: 70%;
		margin: auto;
	}
	
.resource-installation-grid.uk-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px 20px;
  }
  .customer-service-page .row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
  }
  
  .customer-service__title{
    font-size: 24px;
    }
  .topic-page .designers {
	grid-template-columns: repeat(6, 1fr);
  }
  .material-option-page .filter-items{
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }
  .material-detail-page .container-fluid .row.material-list {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 10px;
  }
  .material-detail-page .container-fluid .row.material-list .row{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
  }
  .sayduck-3d-viewer-container-out{
	min-width: 500px;
	height: 100%;
	min-height: 327px;
  }
}


@media all and (min-width: 1540px) {

	.header-menu > ul > li {
		padding: 0 20px;
	}
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


.footer .header-logo a::after {
  content: url("/images/uploaded/dummy/logowhite.svg");
  }
  .category-page-body .master-column-wrapper {
    display: block !important;
  }
  .category-page-body .breadcrumb {
    display: none;
  }
  @media all and (min-width: 1261px) {
    .category-page-body .breadcrumb+.master-column-wrapper {
        padding-top: 0;
    }
    
  }
  .category-page-banner {
    position: relative;
  }
  .category-page-banner .page-title h1{
    font-weight: 700;
    font-size: 64px;
  }
  .category-page-banner img {
    width: 100%;
  }
  .category-page-banner .home-swiper__center {
    background: rgba(221, 61.44, 11.05, 0.41);
  }
  .category-page-body .page-body {
    padding: 30px 20px 30px 20px;
  }
  .category-page-body .product-grid .item-grid {
    row-gap: 0;
  }
  .category-page-body .sub-category-grid .item-grid {
    grid-template-columns: repeat(5, 1fr);
    width: 50%;
  }
  .category-page-body .sub-category-grid {
    display: flex;
    justify-content: center;
  }
  .category-page-body .product-grid .quick-view-button, .category-page-body .add-to-compare-list-button, .category-page-body .product-rating-box, .description, .add-info{
    display: none !important;
  }
  .category-page-body .item-box .picture {
    border: none;
  }
  /* .category-page-body .product-grid .item-grid {
    grid-row-gap: 0;
    grid-auto-rows: minmax(230px, 300px);
  } */

  .home-page .slider-wrapper {
    padding-top: 0;
  }
  .home-page-body #jcarousel-1-367 {
    display: none;
  } 
  .home-page-body .category-grid .item-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .home-page-body .category-grid .item-grid .sub-category-list, .home-page-body .category-grid .item-grid .view-all {
    display: none;
  }

  .home-page-category-grid .text-wrapper, .category-grid.home-page-category-grid .title{
    display: none;
  }
  .home-page-category-grid .category-item:hover .text-wrapper {
    display: block;
    position: absolute;
    top: 50%;
    left: 41%;
  }
  .home-page-category-grid .category-item {
    position: relative;
  }
  .home-page-body .product-grid .wrapper button, .home-page-body .product-box-add-to-cart-button, .prices {
    display: none;
  }
  .home-page-body .nop-jcarousel .slick-prev, .home-page-body .nop-jcarousel .slick-next, .home-page-body .nop-jcarousel .picture {
    border: none;
  }
  .home-page-body .nop-jcarousel .slick-next {
    left: 30px;
    right: unset;
  }
  .home-page-body .nop-jcarousel .carousel-title strong {
    position: absolute;
    right: 40px;
    top: 0;
  }
  .home-new-arrivals {
    box-shadow: 0px -5px 5px rgb(0 0 0 / 4%), 0px 5px 5px rgb(0 0 0 / 4%);
    padding-top: 18px;
    color: #505759;
    font-size: 32px;
    font-weight: 400;
    line-height: 53.65px;
    word-wrap: break-word;
  }
  .home-new-arrivals .product-progress-slider {
    padding-bottom: 65px;
  }
  .home-new-arrivals img {
    height: 85%;
    object-fit: cover !important;
  }
  .footer {
    background-color: #151516;
    color: #ffff;
  }
.footer .contact__inf {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.footer .contact__inf span:first-child {
  margin-bottom: 3px;
}
.footer-socials .bi {
    width: 24px;
    height: 24px;    
    margin-left: 10px;
}
.footer-socials a{
    color: #ffff;
    transition: all 0.25s ease-in-out;
}
.footer-socials a:hover {
    color: #6c6c6c;
}
.footer-lower {
    background: #151516;
    color: #fff;
    padding-bottom: 50px;
}
.footer-lower .footer-disclaimer {
    float: left;
    padding-left: 5%;
    padding-right: 5%;
}
.footer .footer-texts {
    border-top: 1px solid;
    padding-top: 20px;
}

.home-page .home-banner {
    background-color: #DCDCDC;
}
.home-banner.designer {
    padding: 50px;
}
.home-banner.designer img {
    object-fit: contain;
}

.blog-wrapper__item .title{
    font-size: 40px;
    font-weight: 400;
}
.home-page-body .center-1 {
    margin-bottom: 35px;
}

.product-details-page .page-title h1 {
  text-align: center;
}
.product-details-page .gallery {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.product-details-page .full-description h4, .product-details-page .full-description .text-prompt, .full-description .title, .product-details-page .file-attachments .title{
    font-weight: bolder !important;
    text-transform: capitalize;
    color: #17183B;
    font-size: 14px;
    border-bottom: none !important;
    margin-bottom: 5px;
    padding-bottom:5px;
}
.product-details-page .file-attachments .title {
  display: none;
}
.file-attachments ul li a.attachmentLink {
  font-weight: bolder;
}
.product-details-page .full-description ul {
  list-style: none;
}
.product-details-page .full-description .stock-colors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 10px;
}
.product-details-page .full-description .stock-color {
  display: flex;
  align-items: center;
}
.product-details-page .full-description .stock-color img {
  width: 82px;
  height: 60px;
  object-fit: cover;
}
.product-details-page .full-description .stock-color .color-desc {
  display: flex;
  flex-direction: column;
  margin-left: 8px;
}
/* Düzelt */
.product-details-page .overview .full-description {
    display: grid !important;
}
.product-details-page .desc__first-column, .desc__second-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.product-details-page .full-description ul {
  padding: 0;
}
.product-details-page  input[type="checkbox"] ~ label {
  padding: 0;
}
.product-details-page input[type="checkbox"] ~ label:before {
  content: none;
}
.product-details-page .full-description > div > div {
  margin-bottom: 25px;
}
.product-details-page .attribute-squares {
  font-size: 13px;
}
.product-details-page .option-list.attribute-squares.image-squares {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
/* .product-details-page .full-description img {
  object-fit: contain;
} */
.related-products-grid.product-grid .quick-view-button, .related-products-grid .add-to-compare-list-button, .related-products-grid .details{
  display: none;
}
.item-box .picture {
  border: none !important;
}
.product-details-page .item-box .picture a:before,   .category-page-body .item-box .picture a:before {
	padding-top: 60%;
}
.product-details-page .product-specs-box {
  display: block !important;
}



.home-designers {
  margin-top: 30px;
  background-color: #000000;
  display: flex;
  justify-content: center;
}
.home-designers .container {
  display: grid;
  grid-template-columns: 4fr 1fr;
  justify-items: center;
  max-width: 1400px;
}
.home-designers .designers-images {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

 .topic-page-body .designers {
    display: grid;
    gap: 30px 10px;
    justify-content: center;
    align-items: center;
}
.topic-page-body > a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.where-to-buy-page textarea {
  width: 100%;
  height: 120px;
  border-radius: 0.25rem;
}
.where-to-buy-page .rsform-block td {
  padding: 5px 0;
}
.where-to-buy-page p {
  display: block;
  margin-bottom: 25px;
}
.where-to-buy-page .uk-margin {
  line-height: 1.8;
}
.where-to-buy-page .uk-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  display: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.6);
}
.where-to-buy-page .uk-modal-dialog {
  position: relative;
  top: 40%;
  box-sizing: border-box;
  margin: 50px auto;
  padding: 20px;
  max-width: 100%;
  max-width: calc(100% - 20px);
  width: 600px;
  border-radius: 3px;
  background: #fff;
  transition: opacity 0.3s linear, transform 0.3s ease-out;
  transition: opacity 0.3s linear, transform 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.where-to-buy-page .uk-close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  overflow: visible;
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  width: 20px;
  border: 0;
  background: 0 0;
  color: inherit;
  vertical-align: middle;
  text-align: center;
  text-transform: none;
  font: inherit;
  line-height: 20px;
  opacity: 0.3;
  -webkit-appearance: none;
}
.where-to-buy-page .uk-close:hover {
  opacity: 1;
}
.where-to-buy-page .form-column {
  width: 100%;
}
.btn-group .is-checked {
  color: white;
  background-color: #000000;
  padding: 5px;
  border-radius: 7px;
}
.resources-page h1 {
  text-align: center;
  margin: 20px 0;
  font-size: 32px;
  font-weight: 400;
}

.resource-menu-item {
  color: #000; 
  transition: all 0.4s;
}
.resource-menu-item:hover {
  color: #7c7c7c;
}
.resource-menu-item.active {
  color: #7c7c7c; 
  text-decoration: underline;
}
.cad-data .documents .title {
  font-size: 14px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
.cad-data .documents .document {
  margin: 5px 0;
  border-top: 1px solid #c2c2c2;
  padding: 10px;
}
.cad-data .documents .document svg {
  margin-right: 10px;
}
.cad-data .document a:hover {
  color: #6c6c6c;
}
.cad-data .page__header {
  text-align: center;
}
.cad-data h4 {
  font-weight: normal;
}
.cad-data .page-body h1 {
  text-transform: capitalize;
}
.cad-data h1, .cad-data h4 {
  margin: 10px 0;
}
.aboutus-gallery-1 a {
  display: block;
}
.aboutus-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px
}
.aboutus-gallery img {
  object-fit: cover;
  max-height: 150px;
}
.product-specs-box .spec-name {
  display: none;
}
.tooltip-body img {
  width: 100%;
}
@media all and (max-width: 1260px) {
  .topic-page-body img {
    object-fit: contain;
    height: auto;
  }
}
.about-img-contain {
  object-fit: contain !important;
  width: unset !important;
}
.topic-page a {
  color: #000;
  font-weight: 600;
  transition: all .4s ease-in-out;
}
.topic-page a:hover {
  color: #828485;
}
.home-banner a {
  display: block;
  width: 100%;
  height: 100%;
}

.material-option-page .filter-item a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  }
  
  .material-detail-page .filter-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .material-detail-page .text-center {
      display: none;
    }
    .topic-page .new-title {
      display: none;
    }
    
  .customer-service {
    display: flex;
    flex-direction: row;
    align-items: center;
    }
    .customer-service__info {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    width: 70%;
    }
    
  .customer-service__img {
    padding-left: 30px;
    width: 30%;
    }
    .customer-service__title, .customer-service__text {
    margin-bottom: 10px;
    }
    body .uwy.userway_p5 .userway_buttons_wrapper {
      top: auto;
      bottom: 13px;
      left: 13px;
      right: auto;
      -ms-flex-pack: end;
      justify-content: end;
  }
  body .uwy.userway_p3 .userway_buttons_wrapper {
    top: auto;
    bottom: 13px !important;
    left: 70px !important;
    right: auto;
    -ms-flex-pack: end;
    justify-content: end;
    transform: translate(-100%);
}
.inputs.business-file-upload {
  font-size: 14px;
}
.center-1 .product-details-page .page-title {
  background: transparent;
}
/*
.uk-h1.uk-margin-bottom-remove {
  display: none;
} */


.slick-product-slider,
.slick-product-slider-nav {
  width: 1200px;
  max-width: calc(100% - 30px);
  margin: 15px auto;
}
.slick-product-slider-nav {
  margin: 25px auto 15px;
}
.slick-product-slider-nav .slick-slide-item {
  width: 85px;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
  cursor: pointer;
}
.show-tabs .tab-nav .tab-link.active,
.show-tabs .tab-nav .tab-link:hover,
.slick-product-slider-nav .slick-current,
.slick-product-slider-nav .slick-slide-item:hover {
  opacity: 1;
}


.gallery-wrapper .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  font-size: 0;
  transition: 0.2s ease;
}
.gallery-wrapper .slick-next {
  right: 42px;
}
.gallery-wrapper .slick-next:after {
  content: url('../Themes/Voyage/Content/img/black-arrow.svg');
  font-size: 24px;
  color: #fff;
}
.gallery-wrapper .slick-prev {
  left: 42px;
  z-index: 1;
}
.gallery-wrapper .slick-prev:after {
  /* content: "\e914"; */
  content: url('../Themes/Voyage/Content/img/black-arrow.svg');
  display: block;
  transform: rotate(180deg);
  font-size: 24px;
  color: #fff;
}
p > script {
    display: inline;
}
.color--primary {
  color: #004023;
}
.color--secondary {
  color: #fff7e9;
}
.color--text {
  color: #4f4f4f;
}
.bg--primary {
  background: #004023;
}
.bg--secondary {
  background: #fff7e9;
}
.collection__item,
.collection__title,
.efekt,
.home-swiper__socials a,
.inspire__title,
.link,
.slider-product__link,
.slider-product__title {
  transition: all 0.25s ease-in-out;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.flex,
.nav-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-start {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.bdrs {
  border-radius: 10px;
}
.blog-wrapper__item--1 .button,
.dikeyAbsolute,
.home-banner__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.dikeyFlex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bxs {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1);
}
.bxsh {
  transition: all 0.2s ease-in-out;
}
.bxsh:hover {
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}
.bgcover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fw300 {
  font-weight: 300;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.fz-12 {
  font-size: 12px;
}
.fz-13 {
  font-size: 13px;
}
.fz-14 {
  font-size: 14px;
}
.fz-15 {
  font-size: 15px;
}
.fz-16 {
  font-size: 16px;
}
.fz-17 {
  font-size: 17px;
}
.fz-18 {
  font-size: 18px;
}
.fz-19 {
  font-size: 19px;
}
.fz-20 {
  font-size: 20px;
}
/* .mb30 {
  margin-bottom: 30px;
} */
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb75 {
  margin-bottom: 75px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb150 {
  margin-bottom: 150px;
}
.mt15 {
  margin-top: 15px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt75 {
  margin-top: 75px;
}
.mt100 {
  margin-top: 100px;
}
.mt150 {
  margin-top: 150px;
}
.visible-scrollbar::-webkit-scrollbar {
  -webkit-appearance: none;
}
.visible-scrollbar::-webkit-scrollbar:vertical {
  width: 2px;
}
.visible-scrollbar::-webkit-scrollbar:horizontal {
  height: 2px;
}
.visible-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.visible-scrollbar::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}
.scrollbar::-webkit-scrollbar {
  width: 4px;
}
.scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.scrollbar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.scrollbar-yatay::-webkit-scrollbar-thumb:hover,
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.1);
}
.scrollbar-yatay::-webkit-scrollbar {
  height: 4px;
}
.scrollbar-yatay::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.scrollbar-yatay::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
body {
  font-family:  'Hurme Geometric Sans 1', sans-serif;
}
.header-menu > ul > li > a:hover,
.header-menu > ul > li > span:hover,
.home-swiper__socials a:hover,
.slider-product:hover .slider-product__link,
.slider-product:hover .slider-product__title,
p {
  color: #6c6c6c;
}
#__bs_notify__ {
  display: none !important;
}
.home-swiper {
  position: relative;
}
.home-swiper img {
  width: 100%;
  vertical-align: middle;
  height: 100%;
}
.home-swiper .slick-slide {
  position: relative;
  display: block !important;
  overflow: hidden;
}
.home-swiper__center {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.24);
  color: #fff;
  text-align: center;
}
.home-swiper__title {
  display: block;
  margin-bottom: 30px;
  width: 100%;
  font-weight: 600;
}
.home-swiper__socials a {
  display: inline-block;
  margin-bottom: 6px;
  color: #fff;
}
.home-swiper__socials .bi {
  width: 20px;
  height: 20px;
}
.button {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 500;
  font-size: 1rem;
  background: #000;
  color: #fff;
  text-align: center;
}
.button--white:hover,
.button:hover {
  background: #6c6c6c;
  color: #fff;
}
.button--white {
  background: #fff;
  color: #6c6c6c;
}
.container {
  /* margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 1200px; */
  padding-left: 15px;
  padding-right: 15px;
}
.home-collections {
  margin: 50px 0;
}
/* .collection {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
} */
.collection__item:hover {
  background: #6c6c6c;
}
.collection__title {
  display: block;
  font-weight: 400;
  font-size: 1rem;
}
.home-new-arrivals {
  margin-bottom: 50px;
}
.title {
  font-size: 32px;
}
.title small {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.title--big {
  font-size: 48px;
}
.title--big small {
  font-size: 24px;
}
.nav-title {
  margin-bottom: 30px;
}
.slider-product__img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.slider-product__title {
  font-size: 1.2rem;
  display: block;
}
.slider-product__link {
  font-size: 0.8rem;
}
.home-banner {
  position: relative;
}
.home-banner__content {
  left: 0;
  right: 0;
  z-index: 2;
}
.home-banner > p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.home-banner .button {
  margin-top: 20px;
}
.home-inspire .title {
  line-height: 1.2;
  font-size: 40px;
}
.home-inspire strong {
  font-weight: 400 !important;
}
.inspire__item {
  position: relative;
  height: 500px;
  max-height: 500px;
}
.inspire__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inspire__title {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  text-align: center;
  width: calc(100% - 60px);
}
.inspire__title span {
  display: inline-block;
  padding: 10px 36px;
  font-size: 1.4rem;
  text-align: center;
  background: #000;
  color: #fff;
}
.blog-wrapper__item--1 {
  position: relative;
}
.blog-wrapper__item--1 .button {
  left: 0;
  right: 0;
  width: 120px;
  z-index: 4;
  margin: 0 auto;
}
.blog-wrapper__item--2 {
  background: #000;
}
.blog-wrapper__item--3 {
  justify-content: flex-start;
  padding: 60px;
  flex-wrap: wrap;
  background: #6c6c6c;
}
.blog-wrapper__item--3 p {
  color: inherit;
}
.blog-wrapper__cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.link {
  display: inline-block;
}
.link:hover {
  opacity: 0.7;
}

.topic-page .page-title {
  padding: 0 !important;
  margin-bottom: 25px;
  margin-top: 25px;
}
.uk-panel-title.uk-margin-bottom-remove {
  text-align: center;
}
.topic-page-body .topic-slider {
  max-width: 1200px;
  margin: auto;
}
.topic-slider article {
  max-width: 1200px; /* veya istediğin başka bir değer */
}
.topic-page .topic-project-detail {
  max-width: 1200px;
  margin: auto;
}
.topic-page .topic-project-detail h3{
  text-align: center;
}
@media (max-width: 992px) {
  .btn-mobil {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.anywhere-slider {
	position: relative;
}
.anywhere-slider:before {
    content: "";
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
    height: 50px;
	width: 50px;
	margin: auto;
    border-radius: 100%;
    border: 2px solid #e43d51;
    animation: loader 1s 0s infinite cubic-bezier(.21,.53,.56,.8);
}
.anywhere-slider .slick-track {
    background-color: #fff; /*pre-loader mask*/
}
.anywhere-slider > .picture-slide {
    position: relative;
}
.anywhere-slider .picture-slide a {
    display: block;
}
.anywhere-slider .picture-slide img {
    width: 100%;
	display: none;
}
.anywhere-slider .first-slide img {
    display: block;
}
.anywhere-slider .html-slide {
	display: none;
}
.anywhere-slider .first-slide,
.slick-initialized .html-slide {
    display: block;
}

/* NAVIGATION */

.anywhere-slider .slick-arrow {
	position: absolute;
    top: 0; bottom: 0;
	width: 40px;
	height: 40px;
    margin: auto;
    font-size: 0;
    transition: 0.2s ease;
}
/* .anywhere-slider .slick-arrow:hover {
	background: rgba(255,255,255,.7);
} */
.anywhere-slider .slick-prev {
	left: 42px;
}
.anywhere-slider .slick-next {
	right: 42px;
}
.anywhere-slider .slick-prev:after {
	/* content: "\e914"; */
    content: url("../Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Themes/Voyage/Content/img/rightArrow.svg");
    display: inline-block;
    transform: rotate(180deg);
    font-size: 24px;
    color: #fff;
}
.anywhere-slider .slick-next:after {
	/* content: "\e915"; */
    content: url("../Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Themes/Voyage/Content/img/rightArrow.svg");
    font-size: 24px;
    color: #fff;
}

.anywhere-slider .slick-dots {
	margin: 15px auto -15px;
    text-align: center;
    font-size: 0;
}
.anywhere-slider .slick-dots li {
	display: inline-block;
    margin: 0 6px;
}
.anywhere-slider .slick-dots button {
	width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #000;
    font-size: 0;
}
.anywhere-slider .slick-active button {
	border: 1px solid #000;
    background-color: #fff;
}
/* Slider */
.slick-carousel,
.carousel-title {
    display: none;
}
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*
* Copyright 2012 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.jCarouselMainWrapper {
    margin: 50px 0;
}
.jCarouselMainWrapper:first-child {
    margin: -15px 0 50px;
}
.jCarouselMainWrapper:last-child {
    margin: 25px 0 0;
}
.side-2 .jCarouselMainWrapper {
    display: none !important; /*not allowed*/
}

.nop-jcarousel .carousel-title {
	position: relative;
    padding: 15px 0;
    text-align: center;
    font-family: 'Hurme Geometric Sans 1', sans-serif;
    font-size: 28px;
    text-transform: capitalize;
}
.nop-jcarousel .carousel-title strong {
	font-weight: 400;
}

.nop-jcarousel .slick-slider {
    display: block !important; /*reset css grid*/
}
.nop-jcarousel .slick-list {
    margin: 0 -0.9vw; /*compensate space between items*/
}
.nop-jcarousel .slick-track {
    display: flex;
}
.nop-jcarousel .carousel-item {
    height: auto; /*allow stretch*/
    padding: 0 0.9vw; /*space between items*/
}
.nop-jcarousel .carousel-item .item-box {
    height: 100%;
}
.nop-jcarousel .manufacturer-item .title,
.nop-jcarousel .vendor-item .title {
    display: none;
}

/* navigation */

.nop-jcarousel .slick-prev,
.nop-jcarousel .slick-next {
    position: absolute;
    top: 0; bottom: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #fff #fff #000;
    font-size: 0;
    cursor: pointer;
}
.nop-jcarousel .slick-prev {
    left: 0;
}
.nop-jcarousel .slick-next {
    right: 0;
}
.nop-jcarousel .slick-prev:after {
    content: "\e914";
    font-size: 14px;
}
.nop-jcarousel .slick-next:after {
    content: "\e915";
    font-size: 14px;
}
.nop-jcarousel .slick-prev:hover,
.nop-jcarousel .slick-next:hover {
	border-color: #000;
}

.nop-jcarousel .slick-disabled,
.nop-jcarousel .slick-disabled:hover {
    opacity: 0.3;
    cursor: default;
}

.nop-jcarousel .slick-dots {
    margin: 15px 0 0;
    text-align: center;
    font-size: 0;
}
.nop-jcarousel .slick-dots li {
    display: inline-block;
    margin: 0 6px;
}
.nop-jcarousel .slick-dots button {
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #000;
    font-size: 0;
}
.nop-jcarousel .slick-dots .slick-active button,
.nop-jcarousel .slick-dots button:hover {
    border: 1px solid #000;
    background-color: #fff;
}



@media all and (max-width: 479px) {

    .nop-jcarousel .has-navigation {
	    padding-bottom: 55px;
    }
    .nop-jcarousel .slick-prev,
    .nop-jcarousel .slick-next {
        top: auto;
        bottom: 15px;
        margin: 0 -2px;
    }
    .nop-jcarousel .slick-prev {
        /* left: 50%;
        transform: translateX(-100%); */
        display: none !important;
    }
    .nop-jcarousel .slick-next {
        /* right: 50%;
        transform: translateX(100%); */
        display: none !important;
    }
    .home-page-body .nop-jcarousel .carousel-title strong {
        right: 47%;
    }
	.home-collections .collection {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 5px;
		row-gap: 5px;
	}
}

@media all and (min-width: 375px) {

    .nop-jcarousel .slick-list {
        margin: 0 -0.95vw;
    }
    .nop-jcarousel .carousel-item {
        padding: 0 0.95vw;
    }
}

@media all and (min-width: 480px) {

    .nop-jcarousel .has-navigation {
	    padding-left: 50px;
        padding-right: 50px;
    }
    .nop-jcarousel .slick-list {
        margin: 0 -1vw;
    }
    .nop-jcarousel .carousel-item {
        padding: 0 1vw;
    }
}

@media all and (min-width: 768px) {

    .nop-jcarousel .carousel-title {
        padding: 25px 0;
        font-size: 32px;
    }
    .nop-jcarousel .slick-list {
        margin: 0 -0.95vw;
    }
    .nop-jcarousel .carousel-item {
        padding: 0 0.95vw;
    }
}

@media all and (min-width: 1261px) {

    .nop-jcarousel .carousel-title {
        padding: 30px 0;
    }
    .nop-jcarousel .slick-list {
        margin: 0 -12px;
    }
    .nop-jcarousel .carousel-item {
        padding: 0 12px;
    }
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.mega-menu, .menu-title,
.mega-menu .dropdown {
	display: none;
}
.mega-menu .has-sublist > span {
	cursor: pointer;
}

@media all and (min-width: 1261px) {

.mega-menu {
	display: block;
}
.mega-menu-responsive {
	display: none;
}
.mega-menu .dropdown {
	position: absolute;
	left: 0; right: 0;
	z-index: 1022;
	width: 100%;
	margin: auto;
	padding-top: 10px;
}
.mega-menu .dropdown.active {
	display: block;
}
.mega-menu .row-wrapper {
	box-shadow: 0 0 20px rgba(0,0,0,.15);
	background-color: #fff;
	padding: 30px 25px;
}
.mega-menu .row {
	display: flex;
}
.mega-menu .row + .row {
	margin-top: 15px;
}
.mega-menu .box {
	padding: 0 5px;
}
.mega-menu .boxes-1 .box {
    width: 100%;
}
.mega-menu .boxes-2 .box {
    width: 50%;
}
.mega-menu .boxes-3 .box {
    width: 33.333%;
}
.mega-menu .boxes-4 .box {
    width: 25%;
}
.mega-menu .boxes-5 .box {
    width: 20%;
}
.mega-menu .boxes-6 .box {
    width: 16.666%;
}
.mega-menu .boxes-7 .box {
    width: 14.285%;
}
.mega-menu .boxes-8 .box {
    width: 12.5%;
}

.mega-menu .picture {
	margin: 0 0 15px;
	border: 1px solid #eee;
	font-size: 0;
}
.mega-menu .picture a {
	display: block;
}
.mega-menu .picture img {
	max-width: 100%;
}
.mega-menu .title {
	font-size: 15px;
}
.mega-menu .subcategories {
	margin: 5px 0 0;
}
.mega-menu .subcategory-item {
	margin: 5px 0;
	font-size: 12px;
	color: #888;
}

.mega-menu .picture-title-wrap,
.mega-menu .manufacturers .box,
.mega-menu .vendors .box {
	display: flex;
	flex-flow: column-reverse;
}
.mega-menu .subcategories a:hover {
	text-decoration: underline;
	color: #000;
}

}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/* SEARCH BOX */

.store-search-box span.search-box-text {
	padding: 0;
}
.store-search-box input.search-box-text {
	width: 100%;
}
.store-search-box .search-box-select {
	position: absolute;
	top: 10px; right: 60px;
	max-width: 100px;
	height: 20px;
	border: none;
	background-position: right center;
	padding: 0 10px 0 0; /*not cross-browser consistent*/
	box-sizing: content-box; /*workaround*/
	font-size: 12px;
	color: #888;
}

/* AUTOCOMPLETE */

.instantSearch {
	width: 100% !important;
	height: auto !important;
}
.instantSearch .k-list-container {
	position: static !important;
	width: auto !important;
	/* min-height: 450px; */
	margin: 10px -20px;
}
.instantSearch .k-list-scroller {
    /* height: 100% !important; */
    overflow-y: hidden;
}
.instantSearch .k-nodata {
	padding: 20px 20px;
}
.instantSearch .k-item {
    text-align: left;
	cursor: pointer;
}
.k-item.k-state-hover a,
.k-item.k-state-focused a  {
	background-color: #f6f6f6;
}
.instant-search-item > a {
	display: flex;
	padding: 5px 20px;
}
.instant-search-item .img-block {
	flex: 0 0 80px;
	margin-right: 10px;
	font-size: 0;
}
.instant-search-item .img-block img {
	display: block;
}
.instant-search-item .detail {
    font-size: 13px;
}
.instant-search-item .detail .title {
	max-height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
}
.instant-search-item .detail .sku {
    margin: -10px 0 5px;
	font-size: 12px;
}
.instant-search-item .detail .price {
	font-weight: 600;
}



@media all and (min-width: 1261px) {

	.instantSearch {
		/* box-sizing: content-box; */
		position: absolute !important;
		top: -5px !important;
		left: -400px !important;
		z-index: -1 !important;
		box-shadow: 0 0 20px rgba(0,0,0,.15);
		padding: 45px 10px 0 10px;
		width: 1000px !important;
	}
	.instantSearch:before {
		content: "";
		position: absolute;
		top: 46px; right: 0;
		bottom: 0; left: 0;
		z-index: -1;
		background-color: #fff;
	}
	.instantSearch .k-list-container {
		min-height: 0;
		height: max-content !important;
		margin: 10px -10px;
	}
	.instant-search-item > a {
		padding: 5px 10px;
	}
	.k-list {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	.detail .title {
		font-size: 13px !important;
	}
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.ribbon-wrapper {
    position: relative;
}
@media all and (min-width: 769px) {
.product-list .ribbon-wrapper {
    float: left; /*should not be applied on smaller resolutions where the product list looks like a grid*/
}
}

/* ribbon positioning */

.ribbon-position {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.ribbon-position.top-left {
	top: 0;
	left: 0;
}
.ribbon-position.top-right {
	top: 0;
	right: 0;
}
.ribbon-position.bottom-left {
	bottom: 0;
	left: 0;
}
.ribbon-position.bottom-right {
	bottom: 0;
	right: 0;
}
.ribbon-position.top-middle {
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.right-middle {
	top: 0;
	right: 0;
	bottom: 0;
	text-align: right;
}
.ribbon-position.bottom-middle {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.left-middle {
	top: 0;
	bottom: 0;
	left: 0;
	text-align: left;
}
.ribbon-position.center {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.ribbon-position.right-middle:before,
.ribbon-position.left-middle:before,
.ribbon-position.center:before {
	content: "";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

/* ribbon wrapping element */

.product-ribbon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

/* ribbon label without image*/

.ribbon-text {
	font-size: 12px;
	line-height: normal;
}

/* ribbon label with image */

.ribbon-image-text {
	font-size: 12px;
	line-height: normal;
	position: absolute;
	top: 0;
	left: 0;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/* predefined ribbon styles,
   import in the administratiuon */

/*.product-ribbon {
	margin: 10px;
    background: #e43d51;
    padding: 2px 10px;
    color: #fff;
}*/
 /*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.quickViewData {
    display: none;
}
.quick-view-button {
    font-size: 0;
}
.quick-view-button:before {
    content: "\e905";
    font-size: 18px;
}
.product-grid .quick-view-button {
	height: 30px !important;
	opacity: 0;
}
.item-box:hover .quick-view-button {
	opacity: 1;
}
.product-list .quick-view-button {
	margin-left: 15px;
}

/* DATA LOADER */

.k-overlay {
    position: fixed;
    top: 0; right: 0;
    bottom: 0; left: 0;
    z-index: 1060 !important;
    background-color: rgba(0,0,0,.5);
	transition: background 0.3s ease;
	opacity: 1 !important;
}
.quickView .k-loading-mask {
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    width: auto !important;
    height: auto !important;
}
.quickView .k-loading-image {
	position: absolute;
	top: 0; right: 0;
    bottom: 0; left: 0;
	z-index: 2; margin: auto;
	width: 50px !important;
	height: 50px !important;
    border-radius: 100%;
    border: 2px solid #e43d51;
    animation: loader 1s 0s infinite cubic-bezier(.21,.53,.56,.8);
}

/* MAIN WINDOW & HEADERS */

.quickView {
    position: absolute;
	left: 0 !important;
	right: 0; margin: auto;
    z-index: 1070 !important;
	width: 800px;
	max-width: 95%;
	min-width: 0 !important;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
    background-color: #fff;
	padding: 30px !important;
}
.quickView .k-window-title {
	display: none !important;
}
.quickView .k-window-action {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0; right: 0;
	z-index: 1;
	width: 40px;
	height: 40px;
	border: 1px solid #eee;
	background-color: #fff;
	font-size: 0;
}
.quickView .k-window-action:after {
	content: "\e919";
	font-size: 14px;
}
.quickView .k-window-action:hover {
	color: #e43d51;
}

.quickView .product-essential {
	float: none;
	width: auto;
	max-width: none;
    margin: 0;
}
.quickView .product-essential + div {
	margin-top: 30px;
}

/* PRODUCT GALLERY */

.quickView .gallery {
	display: block; /*Cloud Zoom css override*/
	float: left;
    width: calc(50% - 15px);
	padding: 0 !important;
}
.quickView .cloudzoom-blank {
	display: none !important;
}
.quickView .cloudzoom-zoom-inside,
.quickView .picture a ~ img {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
}
.quickView .cloudzoom-zoom-inside img {
    right: auto !important;
    bottom: auto !important;
    max-width: none !important;
}
.quickView .cloudzoom-ajax-loader {
	top: 0 !important;
	left: 0 !important;
    width: 100%;
    height: 100%;
	background: rgba(255,255,255,0.9);
}
.quickView .cloudzoom-ajax-loader:before {
	content: "";
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
    height: 50px;
	width: 50px;
	margin: auto;
    border-radius: 100%;
    border: 2px solid #e43d51;
    animation: loader 1s 0s infinite cubic-bezier(.21,.53,.56,.8);
}
.quickView .thumbnails {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px 10px;
    margin: 10px auto 0;
}
.quickView .thumbnails a {
	border: 1px solid #eee;
}

.quickView .links-panel {
    margin: 20px 0 0;
}
.quickView .links-panel a {
	border-bottom: 1px solid #000;
    font-size: 13px;
	font-weight: 600;
}
.quickView .links-panel a:after {
	content: "\e910";
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}
.quickView .links-panel a:hover {
	border-color: #e43d51;
    color: #e43d51;
}

/* PRODUCT OVERVIEW */

.quickView .overview {
    float: right;
    width: calc(50% - 15px);
	padding: 0 !important;
}
.quickView .overview > h1 {
	display: block;
	max-width: calc(100% - 15px);
	margin-bottom: 20px;
	font-family: 'DM Serif Display', serif;
	font-size: 20px;
	font-weight: 400;
}
.quickView .ui-accordion-header {
	position: relative;
	border-width: 1px 0;
    border-style: solid;
    border-color: #eee;
	padding: 10px;
    cursor: pointer;  
}
.ui-accordion-header ~ .ui-accordion-header {
    margin-top: -1px;
}
.quickView .ui-icon-circle-arrow-s:after,
.quickView .ui-icon-circle-arrow-e:after {
    position: absolute;
    top: 0; bottom: 0;
    right: 4px;
    z-index: -1;
    width: 9px;
    height: 9px;
    margin: auto;
    font-size: 9px;
}
.quickView .ui-icon-circle-arrow-s:after {
    content: "\e916";
}
.quickView .ui-icon-circle-arrow-e:after {
    content: "\e917";
}
.quickView .ui-accordion-content {
	box-sizing: content-box; /* scroll fix*/
	padding: 10px;
}
.quickView .rental-attributes dl {
	display: grid;
    grid-auto-flow: column;
    grid-template-rows: auto auto;
	grid-column-gap: 10px;
	margin-bottom: 0;
}
.quickView .overview .giftcard {
	width: auto;
}
.quickView .giftcard textarea {
	resize: none;
}
.quickView .cart-buttons-wrapper {
	margin-bottom: 25px;
}
.quickView .overview .add-to-cart {
	flex-grow: 1;
}
.quickView .overview .add-to-cart-button {
	flex-grow: 1;
	width: auto;
}

/* PRODUCT GRIDS */

.quickView .product-grid + div {
	margin-top: 15px;
}
.quickView .product-grid .title {
	margin-bottom: 10px;
	padding: 0 !important;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
}
.quickView .product-grid .title strong {
	font-weight: 600;
}
.quickView .product-grid .item-grid {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.quickView .item-box:nth-child(n+5) {
	display: none !important;
}
.quickView .item-box .add-info {
	margin-top: 0;
}
.quickView .item-box .product-rating-box,
.quickView .item-box .description,
.quickView .item-box .add-info {
	display: none; /*only product-names are visible*/
}

/* PRODUCT VARIANTS */

.quickView .product-variant-list {
	margin: 15px 0 !important;
}
.quickView .product-variant {
	display: grid;
	grid-template-columns: 100px auto;
	grid-gap: 5px 15px;
}
.quickView .product-variant + div,
.quickView .item-row + .item-row {
	margin-top: 5px;
}
.quickView .variant-picture {
	width: 100%;
	min-width: 0;
	margin: 0;
}
.quickView .variant-picture a {
	display: block;
}


@media all and (max-width: 480px) {

	.quickView .gallery,
	.quickView .overview {
		float: none;
		width: auto;
	}
	.quickView .gallery {
		margin-bottom: 20px;
	}
	.quickView .product-grid {
		display: none;
	}
}
.qq-uploader{position:relative;width:100%}.qq-upload-button{display:block;width:105px;padding:7px 0;text-align:center;background:#800;border-bottom:1px solid #ddd;color:#fff}.qq-upload-button-hover{background:#c00}.qq-upload-button-focus{outline:1px dotted #000}.qq-upload-drop-area,.qq-upload-extra-drop-area{position:absolute;top:0;left:0;width:100%;height:100%;min-height:30px;z-index:2;background:#ff9797;text-align:center}.qq-upload-drop-area span{display:block;position:absolute;top:50%;width:100%;margin-top:-8px;font-size:16px}.qq-upload-extra-drop-area{position:relative;margin-top:50px;font-size:16px;padding-top:30px;height:20px;min-height:40px}.qq-upload-drop-area-active{background:#ff7171}.qq-upload-list{margin:0;padding:0;list-style:none}.qq-upload-list li{margin:0;padding:9px;line-height:15px;font-size:16px;background-color:#fff0bd}.qq-upload-cancel,.qq-upload-continue,.qq-upload-delete,.qq-upload-failed-text,.qq-upload-file,.qq-upload-pause,.qq-upload-retry,.qq-upload-size,.qq-upload-spinner{margin-right:12px;display:inline}.qq-upload-spinner{display:inline-block;background:url(../lib_npm/fine-uploader/fine-uploader/loading.gif);width:15px;height:15px;vertical-align:text-bottom}.qq-drop-processing{display:block}.qq-drop-processing-spinner{display:inline-block;background:url(../lib_npm/fine-uploader/fine-uploader/processing.gif);width:24px;height:24px;vertical-align:text-bottom}.qq-upload-continue,.qq-upload-delete,.qq-upload-pause{display:inline}.qq-upload-cancel,.qq-upload-continue,.qq-upload-delete,.qq-upload-pause,.qq-upload-retry{color:#000}.qq-upload-cancel,.qq-upload-continue,.qq-upload-delete,.qq-upload-pause,.qq-upload-retry,.qq-upload-size{font-size:12px;font-weight:400}.qq-upload-failed-text{display:none;font-style:italic;font-weight:700}.qq-upload-failed-icon{display:none;width:15px;height:15px;vertical-align:text-bottom}.qq-upload-fail .qq-upload-failed-text{display:inline}.qq-upload-retrying .qq-upload-failed-text{display:inline;color:#d60000}.qq-upload-list li.qq-upload-success{background-color:#5da30c;color:#fff}.qq-upload-list li.qq-upload-fail{background-color:#d60000;color:#fff}.qq-progress-bar{display:block;background:-moz-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(30,87,153,1)),color-stop(50%,rgba(41,137,216,1)),color-stop(51%,rgba(32,124,202,1)),color-stop(100%,rgba(125,185,232,1)));background:-webkit-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-o-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-ms-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:linear-gradient(to bottom,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);width:0;height:15px;border-radius:6px;margin-bottom:3px}.qq-total-progress-bar{height:25px;border-radius:9px}.qq-total-progress-bar-container{margin:9px}INPUT.qq-edit-filename{position:absolute;opacity:0;z-index:-1}.qq-upload-file.qq-editable{cursor:pointer}.qq-edit-filename-icon.qq-editable{display:inline-block;cursor:pointer}INPUT.qq-edit-filename.qq-editing{position:static;margin-top:-5px;margin-right:10px;margin-bottom:-5px;opacity:1}.qq-edit-filename-icon{display:none;background:url(../lib_npm/fine-uploader/fine-uploader/edit.gif);width:15px;height:15px;vertical-align:text-bottom;margin-right:5px}.qq-hide{display:none}.qq-uploader DIALOG{display:none}.qq-uploader DIALOG[open]{display:block}.qq-uploader DIALOG{display:none}.qq-uploader DIALOG[open]{display:block}.qq-uploader DIALOG .qq-dialog-buttons{text-align:center;padding-top:10px}.qq-uploader DIALOG .qq-dialog-buttons BUTTON{margin-left:5px;margin-right:5px}.qq-uploader DIALOG .qq-dialog-message-selector{padding-bottom:10px}.qq-uploader DIALOG::backdrop{background-color:rgba(0,0,0,.7)}/*# sourceMappingURL=fine-uploader.min.css.map */

