
@-webkit-keyframes shake {
	10%, 90% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	20%, 80% {
		-webkit-transform: rotate(10deg);
		-ms-transform: rotate(10deg);
		transform: rotate(10deg);
	}

	30%, 50%, 70% {
		-webkit-transform: rotate(-20deg);
		-ms-transform: rotate(-20deg);
		transform: rotate(-20deg);
	}

	40%, 60% {
		-webkit-transform: rotate(20deg);
		-ms-transform: rotate(20deg);
		transform: rotate(20deg);
	}
}

@-moz-keyframes shake {
	10%, 90% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	20%, 80% {
		-webkit-transform: rotate(10deg);
		-ms-transform: rotate(10deg);
		transform: rotate(10deg);
	}

	30%, 50%, 70% {
		-webkit-transform: rotate(-20deg);
		-ms-transform: rotate(-20deg);
		transform: rotate(-20deg);
	}

	40%, 60% {
		-webkit-transform: rotate(20deg);
		-ms-transform: rotate(20deg);
		transform: rotate(20deg);
	}
}

@keyframes shake {
	10%, 90% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	20%, 80% {
		-webkit-transform: rotate(10deg);
		-ms-transform: rotate(10deg);
		transform: rotate(10deg);
	}

	30%, 50%, 70% {
		-webkit-transform: rotate(-20deg);
		-ms-transform: rotate(-20deg);
		transform: rotate(-20deg);
	}

	40%, 60% {
		-webkit-transform: rotate(20deg);
		-ms-transform: rotate(20deg);
		transform: rotate(20deg);
	}
}



@-webkit-keyframes swiping {
	30%, 70% {
		-webkit-transform: rotate(-70deg);
		-ms-transform: rotate(-70deg);
		transform: rotate(-70deg);
	}

	60%, 100% {
		-webkit-transform: rotate(10deg);
		-ms-transform: rotate(10deg);
		transform: rotate(10deg);
	}
}

@-moz-keyframes swiping {
	30%, 70% {
		-webkit-transform: rotate(-70deg);
		-ms-transform: rotate(-70deg);
		transform: rotate(-70deg);
	}

	60%, 100% {
		-webkit-transform: rotate(10deg);
		-ms-transform: rotate(10deg);
		transform: rotate(10deg);
	}
}

@keyframes swiping {
	30%, 70% {
		-webkit-transform: rotate(-70deg);
		-ms-transform: rotate(-70deg);
		transform: rotate(-70deg);
	}

	60%, 100% {
		-webkit-transform: rotate(10deg);
		-ms-transform: rotate(10deg);
		transform: rotate(10deg);
	}
}


@-webkit-keyframes widthplay {
	30% {
		width: 55%;
		opacity: .2;
	}
	65% {
		width: 50%;
		opacity: .6;
	}
	100% {
		width: 100%;
		opacity: .4;
	}
}

@-moz-keyframes widthplay {
	30% {
		width: 55%;
		opacity: .2;
	}
	65% {
		width: 50%;
		opacity: .6;
	}
	100% {
		width: 100%;
		opacity: .4;
	}
}

@keyframes widthplay {
	30% {
		width: 55%;
		opacity: .2;
	}
	65% {
		width: 50%;
		opacity: .6;
	}
	100% {
		width: 100%;
		opacity: .4;
	}
}


@-webkit-keyframes updating {
	100% {
		-webkit-transform: rotate(-360deg);
		-ms-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@-moz-keyframes updating {
	100% {
		-webkit-transform: rotate(-360deg);
		-ms-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes updating {
	100% {
		-webkit-transform: rotate(-360deg);
		-ms-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}


@-webkit-keyframes emailing {
	0% {
		-webkit-transform: scale(.2);
		-ms-transform: scale(.2);
		transform: scale(.2);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-moz-keyframes emailing {
	0% {
		-webkit-transform: scale(.2);
		-ms-transform: scale(.2);
		transform: scale(.2);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes emailing {
	0% {
		-webkit-transform: scale(.2);
		-ms-transform: scale(.2);
		transform: scale(.2);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}


@-webkit-keyframes stars {
	0%{
		-webkit-transform: scale(.8) rotate(-15deg);
		-ms-transform: scale(.8) rotate(-15deg);
		transform: scale(.8) rotate(-15deg);
	}
	25% {
		-webkit-transform: scale(.8) rotate(15deg);
		-ms-transform: scale(.8) rotate(15deg);
		transform: scale(.8) rotate(15deg);
	}
	40% {
		-webkit-transform: scale(1.2) rotate(0deg);
		-ms-transform: scale(1.2) rotate(0deg);
		transform: scale(1.2) rotate(0deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}
}
@-moz-keyframes stars {
	0%{
		-webkit-transform: scale(.8) rotate(-15deg);
		-ms-transform: scale(.8) rotate(-15deg);
		transform: scale(.8) rotate(-15deg);
	}
	25% {
		-webkit-transform: scale(.8) rotate(15deg);
		-ms-transform: scale(.8) rotate(15deg);
		transform: scale(.8) rotate(15deg);
	}
	40% {
		-webkit-transform: scale(1.2) rotate(0deg);
		-ms-transform: scale(1.2) rotate(0deg);
		transform: scale(1.2) rotate(0deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}
}

@keyframes stars {
	0%{
		-webkit-transform: scale(.8) rotate(-15deg);
		-ms-transform: scale(.8) rotate(-15deg);
		transform: scale(.8) rotate(-15deg);
	}
	25% {
		-webkit-transform: scale(.8) rotate(15deg);
		-ms-transform: scale(.8) rotate(15deg);
		transform: scale(.8) rotate(15deg);
	}
	40% {
		-webkit-transform: scale(1.2) rotate(0deg);
		-ms-transform: scale(1.2) rotate(0deg);
		transform: scale(1.2) rotate(0deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}
}

@-webkit-keyframes loader {
	0% {
		border-width: 3px;
	}
	15% {
		opacity: 1;
	}
	100% {
		border-width: 3px;
		opacity: 0;
		width: 50px;
		height: 50px;
	}
}
@-moz-keyframes loader {
	0% {
		border-width: 3px;
	}
	15% {
		opacity: 1;
	}
	100% {
		border-width: 3px;
		opacity: 0;
		width: 50px;
		height: 50px;
	}
}
@keyframes loader {
	0% {
		border-width: 3px;
	}
	15% {
		opacity: 1;
	}
	100% {
		border-width: 3px;
		opacity: 0;
		width: 50px;
		height: 50px;
	}
}

/*********** CSS RESET **********/


*:before, *:after {
	font-family: "emporium-icons";
	box-sizing: border-box;
}
a:active {
	outline: none;
}
.button-1,
.button-2,
.btn-2 {
	border-radius: 25px;
}
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::-moz-placeholder {
	opacity: 1;
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
}
script {
	display: none !important;
}


/*********** GLOBAL STYLES **********/


table {
	width: 100%;
	border-collapse: collapse;
}
p {
	line-height: 20px;
}
a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}


input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill { /* Chrome/Opera/Safari */
	color: var(--gray6) !important;
}



input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
textarea::-ms-input-placeholder { /* IE 10+ */
	color: var(--gray6);
}
input[type="text"]::input-placeholder,
input[type="password"]::input-placeholder,
input[type="email"]::input-placeholder,
input[type="tel"]::input-placeholder,
textarea::input-placeholder { /* Firefox 18- */
	color: var(--gray6);
}




textarea {
	min-height: 150px;
	padding: 6px 12px;
}
select {
	min-width: 50px;
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}

input[type="checkbox"],
input[type="radio"] {
	position: absolute;
	left: -9999px;
}

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}

input[type="checkbox"] ~ .field-validation-valid,
input[type="checkbox"]~.field-validation-error{
    display: none;
}


input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 300;
	user-select: none;
	cursor: pointer;
}
input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	width: 16px;
	height: 16px;
	border: 1px solid var(--primery-blue);
	vertical-align: text-top;
	background-color: #fff;
}
input[type="radio"] + label:before{
	border-radius: 50%;
}
input[type="checkbox"] + label:before {
	border-radius: 1px;
}
input[type="radio"]:checked + label:before{
	margin-left: 1px;
	margin-top: 1px;
	width: 15px;
	height: 15px;
	box-shadow: 0 0 0 1px var(--primery-blue);
	border: 3px solid #fff;
	background-color: var(--primery-blue);
}
/*input[type="checkbox"]:checked+label:after {
    content: '';
    background: url("../img/icon/accept-white.svg");
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    background-size: contain;
    top: 2px;
    margin-left: 2px;
}*/
input[type="checkbox"]:checked + label:before {
	width: 16px;
	height: 16px;
	background: url("../img/icon/checkbox-filled.svg");
	background-size:contain;
}


input[type="button"],
input[type="submit"],
button {
	cursor: pointer;
}
label, label + * {
	vertical-align: middle;
}

.product-grid,
.category-grid,
.news-list-homepage {
	position: relative;
	z-index: 0; /* giving priority to header and header-menu */
	margin: 0 auto 50px;
}

.product-grid:last-child,
.category-grid:last-child,
.news-list-homepage:last-child {
	margin-bottom: 0;
}

.html-catalog-page .master-wrapper-content,
.html-account-page .master-wrapper-content {
	padding: 0 !important;
}

.html-catalog-page .side-2,
.html-account-page .side-2,
.html-blog-page .side-2 {
	background-color: var(--primery-extralight-blue);
}
.html-blog-page .master-column-wrapper {
	padding: 0;
}

.html-home-page .master-wrapper-content {
	padding-top: 0 !important;
}

.master-wrapper-content select,
.k-window select {
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-image: url("../img/select-arrow-dark.svg");
    background-size: 15px;
    cursor: pointer;
}

.master-wrapper-content select::ms-expand,
.k-window select::ms-expand {
	display: none;
}


.center-2 .product-grid,
.center-2 .category-grid {
	width: 100%;
}
.html-catalog-page .center-2 .item-grid,
.html-account-page .center-2 .item-grid {
	width: calc(100% + 32px);
	position: relative;
	left: -16px;
}

.center-2,
.side-2 {
	margin: 0 0 50px;
}
.html-catalog-page .center-2,
.html-account-page .center-2,
.html-blog-page .center-2 {
	float: none;
	order: 2;
	width: 100%;
}
.html-catalog-page .side-2,
.html-account-page .side-2,
.html-blog-page .side-2 {
	float: none;
	order: 1;
}
.html-catalog-page .master-column-wrapper,
.html-account-page .master-column-wrapper,
.html-blog-page .master-column-wrapper {
	padding: 0;
}
.html-catalog-page .master-column-wrapper,
.html-account-page .master-column-wrapper,
.html-blog-page .master-column-wrapper {
	display: flex;
}

.side-2:last-child {
	margin-bottom: 0;
}

.page {
	text-align: center;
}

.html-blog-page .page-title h1,
.html-catalog-page .page-title h1,
.html-account-page .page-title h1 {
	font-size: 45px;
	line-height: 120%;
	font-weight: 800;
	color: var(--primery-dark-blue);
}

.page:after,
.page-title:after,
.page-body:after {
	content: "";
	display: block;
	clear: both;
}
.link-rss {
	display: none;
	width: 24px;
	height: 24px;
	font-size: 0 !important;
}

.link-rss:before {
	content: "\73";
	display: block;
	font-size: 24px;
	color: var(--gray6);
	text-transform: none;
	font-weight: normal;
	transition: color .2s ease;
}

.link-rss:hover:before {
	color: var(--primery-dark-blue);
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: disc;
	text-align: left;
	font-size: 15px;
	color: var(--gray6);
	font-weight: 400;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-html-content ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
	text-align: left;
	font-size: 15px;
	color: var(--gray6);
	font-weight: 400;
}
.category-description p,
.manufacturer-description,
.vendor-description,
.manufacturer-description p,
.vendor-description p,
.full-description p,
.topic-html-content p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p,
.ui-dialog-content p {
    margin: 10px 0;
    line-height: 1.5;
    font-size: 15px;
    color: var(--gray6);
    font-weight: 400;
}


/*********** GLOBAL FORMS ***********/


.fieldset, .section {
	position: relative;
	margin: 0 0 20px;
}
.fieldset .title,
.section .title {
	margin: 0 0 10px;
}
.fieldset .title strong,
.section .title strong {
	font-weight: 300;
	font-size: 16px;
}
.form-fields {
	position: relative;
	font-size: 14px;
	line-height: 1.5;
}

.form-fields > a {

	color: var(--gray6);
	text-decoration: underline;
}

.inputs {
	position: relative;
	margin: 20px 0 0;
	text-align: center;
	white-space: nowrap; /*fix for 'required' elements*/
	font-size: 0;
}

.inputs:first-child {
	margin-top: 0;
}


.inputs:after {
	content: "";
	display: block;
	clear: both;
}
.inputs > label {
	display: inline-block;
	max-width: calc(100% - 10px);
	width: auto;
	font-size: 15px;
	margin: 0 0 8px;
	font-weight: bold;
	text-align: left;
	white-space: normal;
}

.inputs > .required {
	position: absolute;
	top: 0;
	left: 0;
}

.inputs > * {
    float: left;
    clear: both;
}

.inputs.reversed > * {
	float: none;
}


.inputs select:only-of-type {
	width: 100%;
}

.inputs .option-list {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}
.inputs .option-list li {
	float: left;
	margin: 0 10px 15px 0;
}
.inputs .option-list label {
	display: inline;
	width: auto;
	margin: 0 3px;
}
.login-form-in-header .inputs.reversed {
	text-align: center;
}
.required {
	margin: 0 0 0 5px; /*siblings offset*/
	font-size: 15px;
	color: red;
	font-weight: 700;
}
.message-error,
.field-validation-error,
.field-validation-error *,
.username-not-available-status,
.poll-vote-error, .password-error {
	display: block;
	margin: 2px 0 0;
	font-size: 12px;
	color: #ff4f60;
	font-weight: 700;
	text-align: left;
	white-space: normal;
}

.page-body > .message-error,
.enter-address > .message-error,
.payment-info form > .message-error {
	line-height: 1.5;
	margin-bottom: 15px;
}

.input-validation-error {
	border: 1px solid #DB3700 !important;
}
/*.field-validation-error,
.field-validation-valid {
	width: 20px;
	height: 20px;
	background: url(../img/validation-error-massage.svg) no-repeat center;
	position: absolute;
	right: 10px;
	bottom: 8px;
}
.field-validation-valid {
	background: url(../img/validation-sucess-massage.svg) no-repeat center;
}*/
.newsletter-subscribe {
	position: relative;
}
.field-validation-valid,
.username-available-status {
	display: block;
	line-height: 17px;
	font-size: 13px;
	color: var(--primery-dark-blue);
	font-weight: 700;
}
.captcha-box {
	margin: 25px 0;
	text-align: center;
	line-height: 0; /*firefox line-height bug fix*/
}
.captcha-box > div {
	display: inline-block;
}
.captcha-box input {
	height: auto;
}


/*********** GLOBAL TABLES ***********/


.table-wrapper {
	overflow-x: auto;
}
.cart,
.data-table,
.compare-products-table,
.forums-table-section table {
	margin: 0 0 20px;
	border-collapse: initial;
	border-spacing: 0px;
}
.cart th,
.data-table th,
.forums-table-section th {
	border-top: 1px solid var(--primery-medium-blue);
	border-right: 1px solid var(--primery-medium-blue);
	border-bottom: 1px solid var(--primery-medium-blue);
	background-color: var(--primery-light-blue);
	padding: 20px;
	white-space: nowrap;
	font-size: 17px;
	color: var(--primery-dark-blue);
	font-weight: 700;
}
.cart td,
.data-table td,
.forums-table-section td {
	min-width: 50px;
	border-bottom: 1px solid var(--primery-medium-blue);
	border-right: 1px solid var(--primery-medium-blue);
	background-color: var(--gray1);
	padding: 20px;
	font-size: 15px;
	color: var(--gray6);
	font-weight: 400;
}

td.product-picture {
	font-size: 0 !important;
}

td.product-picture a {
	display: inline-block;
	width: 80px;
}

.data-table td {
	font-size: 17px;
}

.cart th:first-child,
.data-table th:first-child,
.forums-table-section th:first-child,
.cart td:first-child,
.data-table td:first-child,
.forums-table-section td:first-child {
	border-left: 1px solid var(--primery-medium-blue);
}

.cart th:last-child,
.data-table th:last-child,
.forums-table-section th:last-child,
.cart td:last-child,
.data-table td:last-child,
.forums-table-section td:last-child {
	border-right: 1px solid var(--primery-medium-blue);
}

.cart tr:first-child th:first-child,
.data-table tr:first-child th:first-child,
.forums-table-section table tr:first-child th:first-child {
	border-top-left-radius: 3px;
}

.cart tr:first-child th:last-child,
.data-table tr:first-child th:last-child,
.forums-table-section table tr:first-child th:last-child {
	border-top-right-radius: 3px;
}

.cart tr:last-child td:first-child,
.data-table tr:last-child td:first-child,
.forums-table-section table tr:last-child td:first-child {
	border-bottom-left-radius: 3px;
}

.cart tr:last-child td:last-child,
.data-table tr:last-child td:last-child,
.forums-table-section table tr:last-child td:last-child {
	border-bottom-right-radius: 3px;
}

td .attributes {
	padding: 20px 0;
	margin: 0;
}

.cart a,
.data-table a,
.compare-products-table a,
.forums-table-section a {
	color: var(--primery-blue);
}

.cart a:hover,
.data-table a:hover,
.compare-products-table a:hover,
.forums-table-section a:hover {
	color: var(--primery-dark-blue);
}

.cart .product a,
.data-table .product a,
.compare-products-table .product a,
.forums-table-section .product a {
	color: var(--gray6);
	transition: all .2s ease;
}

.cart .product a:hover,
.data-table .product a:hover,
.compare-products-table .product a:hover,
.forums-table-section .product a:hover {
	color: var(--primery-blue);
}

.cart .edit-item a,
.data-table .edit-item a,
.compare-products-table .edit-item a,
.forums-table-section .edit-item a {
	color: var(--primery-dark-blue);
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
}

.cart .attributes,
.data-table .attributes,
.compare-products-table .attributes,
.forums-table-section table .attributes {
	font-size: 15px;
	color: var(--gray6);
	max-width: none;
}

.cart td.date,
.data-table td.date,
.compare-products-table td.date,
.forums-table-section td.date {
	white-space: nowrap;
}

td.product-picture {
	font-size: 0;
}

.select,
.select-boxes {
	position: relative;
	overflow: hidden;
}
.select input[type="checkbox"],
.select-boxes input[type="checkbox"] {
	position: absolute;
	left: -9999px;
}

.select label,
.select-boxes label {
	display: block !important;
	width: 17px;
	height: 17px;
	border-radius: 0;
	border: 1px solid #eeeeee;
	vertical-align: text-top;
	background-color: #fff;
	cursor: pointer;
}

.select input[type="checkbox"]:checked + label,
.select-boxes input[type="checkbox"]:checked + label {
	margin-left: 1px;
	margin-top: 1px;
	width: 16px;
	height: 16px;
	box-shadow: 0 0 0 1px #e7e7e7;
	border: 3px solid #fff;
	background-color: var(--primery-dark-blue);
}


.select label:before,
.select-boxes label:before {
	content: none !important;
	display: none !important;
}

.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name,
.forum-table .forum-details,
.forum-table .topic-details {
	text-align: left;
}
.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
	text-align: center;
}
.cart .unit-price {
	white-space: nowrap;
}
.cart .add-to-cart-qty-wrapper {
	width: 64px;
	margin: 0;
}
.cart .qty-input,
.cart .qty-dropdown {
	height: 44px;
	font-size: 14px;
	color: #444;
	text-align: center;
	background-position: right 10px center
}
.cart .qty-input {
	width: 45px !important;
	padding: 0 7px !important;
}
.cart .qty-dropdown {
	width: 64px;
	padding: 0 25px 0 7px;
}

.cart .subtotal span {
	display: inline-block;
	color: var(--gray6);
	white-space: nowrap;
	font-weight: 700;
}
.cart .subtotal .discount,
.cart .discount-additional-info {
	white-space: nowrap;
	font-size: 12px;
}

.cart .remove-from-cart {
	position: relative;
}
.cart .remove-from-cart button {
	width: 24px;
	height: 24px;
	border-radius: 8px;
	transition: 0.2s ease;
}
.cart .remove-from-cart button:after {
    content: "\76";
	display: block;
    font-size: 8px;
}

.td-title {
	font-weight: 300;
	color: var(--gray6);
}

.td-title + span {
	display: inline-block;
	vertical-align: middle;
}

.button-1 {
	border: none;
	height: 45px;
	padding: 0 25px;
	border-radius: 3px;
	background-color: var(--primery-blue);
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	transition: all .2s ease;
}

.button-1:hover {
	background-color: #df5d00;
}
/*********** NOTIFICATIONS & POPUPS  ***********/
.bar-notification {
	display: none;
	position: fixed;
	bottom: 10px;
	left: 0;
	right: 0;
	z-index: 1040;
	width: calc(100% - 40px);
	margin: 0 auto;
	padding: 20px 6%;
	min-height: 56px;
	background-color: #fff;
	color: #232729;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 0 6px 0 #00000026;
}
/*.bar-notification.success {
	background-color: rgba(151,195,0,.8);
}*/
.bar-notification.error {
	background-color: rgba(255,79,96,.8);
}
.bar-notification .content {
	float: left;
	max-width: calc(100% - 50px);
	font-size: 15px;
	color: #232729;
	font-weight: 400;
	margin: 0 10px 0 0;
}
.bar-notification .content:before {
	content: "";
	width: 56px;
	height: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.bar-notification.success .content:before {
	background: #398613 url(../img/sucess-notification-icon.svg) no-repeat center;
}
.bar-notification.warning .content:before {
	background: #DB3700 url(../img/unsucess-notification-icon.svg) no-repeat center;
}
.bar-notification .content a {
	color: #232729;
	text-decoration: underline;
}
.bar-notification .close {
	float: right;
	cursor: pointer;
	opacity: 0.7;
	font-size: 0;
}

.bar-notification .close:before {
	content: "\7a";
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 20px;
	color: #232729;
	text-transform: none;
	font-weight: normal;
}

.bar-notification .close:hover {
	opacity: 1;
}

.noscript {
	background-color: #ff9;
	padding: 10px;
	text-align: center;
}

.ajax-loading-block-window,
.loader-container {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1030;
	width: 100% !important;
	height: 100% !important;
	background-color: rgba(255,255,255,.7);
}
.loader-container {
	background-color: rgb(251 245 245 / 100%);
}
.ajax-loading-block-window:before,
.ajax-loading-block-window:after,
.loader-container:before,
.loader-container:after {
	content: "";
	position: fixed;
	display: inline-block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border: 0px solid var(--primery-dark-blue);
	border-radius: 50%;
	-webkit-animation: loader 1.6s cubic-bezier(0, 0, 0.09, 0.99) infinite;
	-moz-animation: loader 1.6s cubic-bezier(0, 0, 0.09, 0.99) infinite;
	animation: loader 1.6s cubic-bezier(0, 0, 0.09, 0.99) infinite;
}

.ajax-loading-block-window:after,
.loader-container:after {
	animation-delay: .8s;
}

/*.ui-dialog {
	position: absolute !important;
	left: 50% !important;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-bottom: 30px;
	width: 600px !important;
	max-width: 95%;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
	background-color: #fff;
	z-index: 1050;
}*/
.ui-dialog {
	top: 0;
	bottom: 0;
	margin: auto;
	height: calc(100vh - 20%) !important;
	overflow: auto;
	position: fixed !important;
	left: 50% !important;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-bottom: 30px;
	width: 100% !important;
	max-width: 600px;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
	background-color: #fff;
	z-index: 99999;
}
.ui-dialog-titlebar {
    display: block;
    padding: 25px 0;
    margin: 0 auto;
    width: calc(100% - 100px);
    font-size: 22px;
    text-transform: none;
    font-weight: 700;
    color: #444;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ui-dialog-titlebar .ui-dialog-title {
	font-size: 22px;
	font-weight: 700;
	color: #444;
}

.ui-dialog-titlebar button {
	position: absolute;
	top: 25px;
	right: 25px;
	border: none;
	background: transparent;
	overflow: hidden;
	font-size: 0;
	text-align: center;
	opacity: 0.5;
}

.ui-dialog-titlebar button:before {
	content: "\7a";
	text-transform: none;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
}

.ui-dialog-titlebar button:hover {
	opacity: 0.9;
}
.ui-dialog-content {
	padding: 0 30px;
	min-height: 100% !important;
}
.ui-dialog-content .page {
	min-height: 0;
	text-align: center;
}
.ui-dialog-content .page-title {
	margin: 0 0 12px;
	padding: 0;
}
.ui-dialog-content .page-title h1 {
	font-size: 24px;
	text-transform: uppercase;
	color: var(--gray6);
}
.ui-dialog-content .tooltip {
	margin: 5px 0;
	line-height: 20px;
}
.ui-dialog-content button {
	margin-top: 20px;
}

.eu-cookie-bar-notification {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1050;
	width: 90%;
	max-width: 600px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 3px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	background-color: #fff;
	padding: 20px;
	text-align: center;
}
.eu-cookie-bar-notification .text {
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 15px;
	color: var(--gray6);
}
.eu-cookie-bar-notification button {
	height: 45px;
	margin: 10px 0 20px;
	border: none;
	background-color: #eebe00;
	border-radius: 3px;
	padding: 0 25px;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	transition: all .1s ease;
}
.eu-cookie-bar-notification button:hover {
	background-color: #e8af00;
}
.eu-cookie-bar-notification a {
	display: block;
	font-size: 13px;
	color: var(--gray6);
	font-weight: 700;
	text-transform: uppercase;
}

.scroll-back-button {
	position: fixed;
	bottom: 20px;
	right: 6vw;
	width: 50px;
	height: 50px;
	border: 1px solid var(--primery-blue);
	border-radius: 3px;
	text-align: center;
	background: rgba(255,255,255,.6);
	cursor: pointer;
}

.scroll-back-button:before {
    content: '\77';
    display: inline-block;
    position: absolute;
    color: var(--primery-blue);
    font-size: 14px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}


/*********** HEADER ***********/




.admin-header-links {
	background-color: var(--primery-blue);
	text-align: center;
	color: var(--white);
}
.admin-header-links .impersonate {
	display: inline-block;
	margin-right: 4px;
}

.header { 
	margin: 0 auto;
	text-align: center;
}
.header:after { 
	content: "";
	display: block;
	clear: both;
}

.header-logo a {
	display: inline-block;
	max-width: 100%;
	line-height: 0; /*firefox line-height bug fix*/
}
.header-logo a img {
	max-width: 100%;
	max-height: 45px;
}


.header-links-wrapper {
	position: relative;
}

.personal-button {
	position: relative;
}

.profile-menu-box > a,
.header-form-holder > a {
	display: block !important;
	padding: 10px 17px;
	color: #444444;
	transition:0.3s all;
}

.profile-menu-box > a:hover,
.header-form-holder > a:hover,
.profile-menu-box > a:hover::before,
.header-form-holder > a:hover::before{
	color:var(--primery-blue);
}

.profile-menu-box span:before,
.profile-menu-box a:before {
	display: inline-block !important;
	color: #8e8e8e;
	font-size: 17px;
	vertical-align: middle;
	margin-right: 10px;
	min-width: 20px;
	font-weight: normal;
	text-transform: none;
}

.close-side-menu {
	display: none;
}


/*********** FLYOUT CART MOBILE ***********/




.mini-shopping-cart .close-side-menu {
	display: none;
}

.mini-shopping-cart .flyout-cart-scroll-area {
	position: relative;
	width: 100%;
	padding: 20px 0 0;
	background-color: #fff;
}

.flyout-lower {
	background-color: #f6f6f6;
	border-radius: 0 0 3px 3px;
}

.mini-shopping-cart:after {
	content: "";
	display: block;
	clear: both;
}

.mini-shopping-cart .count {
	float: left;
	padding: 20px 0 20px 15px;
}
.mini-shopping-cart .count a {
	font-size: 14px;
	color: var(--gray6);
}

.mini-shopping-cart .count a:hover {
	color: var(--primery-dark-blue);
	text-decoration: none;
}

.mini-shopping-cart .count a:before {
	content: "\64";
	display: inline-block;
	vertical-align: bottom;
	margin: 0 5px 0 0;
	font-size: 20px;
}

.flyout-cart-scroll-area > p {
	padding: 0 20px 20px;
	font-size: 14px;
	color: var(--gray6);
	text-align: center;
}

.flyout-cart .items {
	position: relative;
	padding: 0 10px;
	margin-bottom: 15px;
	border-radius: 3px 3px 0 0;
	background: #fff;
	text-align: left;
	overflow: hidden;
}

.mini-shopping-cart .item {
	overflow: hidden;
	margin: 15px 0 0;
}
.mini-shopping-cart .item.first {
	margin-top: 0;
}
.mini-shopping-cart .picture {
	float: left;
	width: 78px;
	height: auto;
	border: 1px solid #eee;
	border-radius: 3px;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}
.mini-shopping-cart .picture a {
	display: block;
	position: relative;
	overflow: hidden;
}
.mini-shopping-cart .picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
	margin: 0;
}
.mini-shopping-cart .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
}

.mini-shopping-cart .product {
	position: relative;
	margin: 0 30px 0 90px;
	text-align: left;
}

.mini-shopping-cart .product:after {
    content: "";
    display: block;
    clear: both;
}

.mini-shopping-cart .product .remove-item {
	position: absolute;
	top: 0;
	right: -30px;
	left: auto;
	font-size: 0;
	width: 18px;
	height: 18px;
	text-align: center;
	border-radius: 2px;
	background-color: #f1f1f1;
	text-decoration: none;
	transition: all .1s ease;
}

.mini-shopping-cart .product .remove-item:after {
	content: "\7a";
	display: block;
	font-size: 8px;
	line-height: 18px;
	color: #8e8e8e;
	transition: all .1s ease;
}

.mini-shopping-cart .product .remove-item:hover {
	background-color: #e9e9e9;
	text-decoration: none;
}

.mini-shopping-cart .product .remove-item:hover::after {
	text-decoration: none;
}

.mini-shopping-cart .name a {
	display: block;
	margin: 0 0 5px;
	font-size: 14px;
	color: #444444;
}
.mini-shopping-cart .attributes{
	padding: 0;
	margin: 0 0 5px;
	font-size: 14px;
	color: var(--gray6);
}

.mini-shopping-cart .right {
	display: inline-block;
}

.mini-shopping-cart .quantity {
	margin: 0 4px 0 0;
	font-size: 0;
	color: var(--gray6);
	float: left;
}

.mini-shopping-cart .quantity span {

	font-weight: bold;
	font-size: 16px;
}

.mini-shopping-cart .quantity:after {
	content: "x";
	display: inline-block;
	margin-left: 3px;
	font-size: 16px;
	font-weight: 700;
	color: var(--gray6);
	text-transform: none;
	font-family: "Roboto";
}

.mini-shopping-cart .price {
	font-size: 16px;
	font-weight: bold;
	color: var(--primery-blue);
	float: right;
}

.mini-shopping-cart .totals {
	float: right;
	padding: 20px 15px 20px 0;
	font-size: 15px;
	text-align: right;
	color: var(--gray6);
}
.mini-shopping-cart .totals strong {

	color: var(--primery-blue);
	font-size: 18px;
}
.mini-shopping-cart .buttons {
	padding: 0 15px 15px;
	margin-bottom: 0;
	text-align: right;
	clear: both;
}
.mini-shopping-cart .buttons button {
	display: inline-block;
	width: 100%;
	padding: 0 15px;
}
.mini-shopping-cart button + button {
    margin-top: 10px;
    background-color: #ddd;
    color: var(--gray6);
}
.mini-shopping-cart .buttons button:hover {
    background-color: #df5d00;
}
.mini-shopping-cart button + button:hover {
    background-color: #d1d1d1 !important;
}

/******** LOGIN FORM IN HEADER ********/



.profile-menu-box.login-form-in-header {
	padding: 20px 0 0;
	width: 255px;
}

.login-form-in-header .fieldset {
	margin: 0;
}

.login-form-in-header .returning-wrapper .form-fields {
	padding: 0;
	min-height: 0;
}

.login-form-in-header .form-fields {
	font-size: 0;
}

.login-form-in-header .external-authentication > * {
	padding: 20px;
	background-color: #f6f6f6;
	border-radius: 0 0 3px 3px;
}

.login-form-in-header form {
	padding: 0 20px;
}

.login-form-in-header .external-authentication {
	margin: 0;
}

.login-form-in-header .in-header-register {
	text-align: center;
}

.login-form-in-header .in-header-register .register-button {
	display: inline-block;
	background-color: transparent;
	border: none;
	padding: 15px 0 15px 20px;
	font-size: 12px;
	text-transform: uppercase;
	color: var(--gray6);
	font-weight: bold;
	background: url('../img/register-icon.png') left center no-repeat;
	transition: all .2s ease;
}

.login-form-in-header .in-header-register .register-button:hover {
	color: var(--primery-dark-blue);
}

.login-form-in-header .title {
	display: none;
}

.login-form-in-header .inputs {
	margin: 6px 0 0;
}

.login-form-in-header .inputs:first-child {
	margin-top: 0;
}

.login-form-in-header .inputs label {
	display: none;
}

.login-form-in-header .forgot-password {
	width: 100%;
}

.login-form-in-header .inputs.reversed {
	margin: 0 0 15px;
}

.login-form-in-header .inputs.reversed label {
	display: inline-block;
	width: auto;
	margin: 0;
	font-size: 12px;
	line-height: 17px;
	height: 17px;
	color: var(--gray6);
	text-align: left;
	cursor: pointer;
	user-select: none;
}

.login-form-in-header .inputs.reversed label:before {
	vertical-align: text-bottom;
}

.inputs.reversed input[type="checkbox"] {
	position: absolute;
	left: -9999px;
}

.inputs.reversed input[type="checkbox"] + label {
	cursor: pointer;
}


.login-form-in-header .inputs input[type="text"],
.login-form-in-header .inputs input[type="email"],
.login-form-in-header .inputs input[type="password"] {
	height: 45px;
	padding: 9px 40px 9px 12px;
	line-height: 45px;
	border-radius: 3px;
}

.login-form-in-header .inputs input:focus + .inputs-icons {
	color: var(--primery-dark-blue);
}

input + .inputs-icons {
	position: absolute;
	top: 0;
	right: 15px;
	left: auto;
}

.inputs-icons {
	display: none;
	font-size: 15px;
	color: #8e8e8e;
	line-height: 45px;
	font-family: "emporium-icons";
}

.button-1.checkout-as-guest-button {
	margin: 0 10px 10px 0; 
	background-color: #f1f1f1;
	color: var(--gray6);
}
.button-1.checkout-as-guest-button:hover {
	background-color: #eaeaea;
}

.login-form-in-header .inputs-icons {
	display: inline-block;
	text-transform: lowercase;
}

.login-form-in-header .login-button {
	display: block;
	width: 100%;
	border: none;
	height: 45px;
	border-radius: 3px;
	background-color: #eebe00;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.login-form-in-header .login-button:hover {
	background-color: #e8af00;
}

.login-form-in-header a.facebook-btn {
	display: block;
	width: 100%;
	height: 35px;
	border-radius: 3px;
	line-height: 35px;
	background-color: #3270ab;
	color: #fff !important;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	background-image: none !important;
}

.login-form-in-header a.facebook-btn:hover {
	background-color: #4065a3;
}

.login-form-in-header a.facebook-btn:before {
	content: "\6e";
	display: inline-block;
	margin-right: 10px;
	font-size: 17px;
	color: #fff !important;
	text-transform: none;
}

.login-form-in-header a.facebook-btn:after {
	content: "log in with facebook";
	display: inline-block;
	font-family: "Roboto";
}

.login-form-in-header .forgot-password {
	display: block;
	margin-bottom: 15px;
}

.login-form-in-header .forgot-password a {
	display: block;
	width: 100%;
	background-color: #f6f6f6;
	padding: 5px 10px;
	font-size: 11px;
	color: var(--gray6);
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}



/******** END OF LOGIN FORM IN HEADER ********/



.header-links ul {
	display: inline-block;
	font-size: 0;
}

.ico-wishlist:before {
	content: "";
	background: url(../img/desktop-wishlist-icon.svg) no-repeat center center;
	display: block;
	width: 20px;
	height: 20px;
	background-size: contain;
	transition: .3s all;
}
.ico-wishlist:hover:before {
	background: url(../img/hover-wishlist-icon.svg) no-repeat center center;
}

.ico-cart:before {
    content: "";
    background: url(../img/desktop-cart-icon.svg) no-repeat center center;
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain;
    transition: .3s all;
}
.ico-cart:hover:before {
	background: url(../img/hover-cart-icon.svg) no-repeat center center;
}

.ico-seller-location:before {
	content: "";
	background: url(../img/desktop-location-icon.svg) no-repeat center center;
	display: block;
	width: 20px;
	height: 20px;
	background-size: contain;
	transition: .3s all;
}
.ico-seller-location:hover:before {
	background: url(../img/hover-location-icon.svg) no-repeat center center;
}

.personal-button > span:before,
.ico-account:before {
	content: "\61";
}

.user-btn {
    white-space: nowrap;
	max-width: 150px;
}

.user-btn span{
	text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.user-btn:before {
	content: "";
	background-size: contain;
	transition: .3s all;
	min-width: 20px;
}

.profile-menu-box .ico-inbox {
	font-size: 0;
}

.ico-inbox span {
	font-size: 14px;
	vertical-align: middle;
}

.ico-inbox:before {
	content: "\41";
}

.ico-compare:before {
	content: "\62";
}

.ico-logout:before {
	content: "\42";
}

.ico-login:before {
	content: "\78";
}

.ico-register:before {
	content: "\79";
}

.search-box {
	position: relative;
}
.search-box form > .search-box-wrapper {
	position: relative;
}
.search-box form > .search-box-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.search-box input.search-box-text {
	float: left;
	border: none;
	border-right: 0;
	font-size: 14px;
	color: #959595;
	border-radius: 3px 0 0 3px;
}

.search-box input.search-box-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #959595;
}
.search-box input.search-box-text::-moz-placeholder { /* Firefox 19+ */
	color: #959595;
}
.search-box input.search-box-text:-ms-input-placeholder { /* IE 10+ */
	color: #959595;
}
.search-box input.search-box-text:-moz-placeholder { /* Firefox 18- */
	color: #959595;
}
.search-box .search-box-button:before{
	content:'e';
}
.search-box .search-box-button{
	border: 2px solid var(--primery-blue);
}


.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete {
	position: absolute;
	padding: 5px 0;
	max-width: 100%;
	border-radius: 0 0 3px 3px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 13px rgba(0,0,0,.1);
	z-index: 1070;
}

.ui-autocomplete li:first-child a {
	border-top: none;
	background: #f6f6f6;
}
.ui-autocomplete a {
	display: block;
	padding: 5px 10px;
	text-align: left;
	font-size: 14px;
	color: #444444;
}
.ui-autocomplete a.ui-state-focus,
.ui-autocomplete a.ui-state-active {
	background-color: #f6f6f6;
}
.ui-autocomplete img {
	display: inline-block;
	width: 50px;
	height: 50px;
	object-fit: cover;
	margin-right: 10px;
	border: 1px solid #eeeeee;
	border-radius: 2px;
	vertical-align: middle;
}
.ui-autocomplete span {
	display: inline-block;
	vertical-align: top;
	max-width: calc(100% - 60px);
	color: var(--gray6);
	word-break: break-all;
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

.header-selectors-wrapper {
	font-size: 0;
}
.header-selectors-wrapper > div {
	display: inline-block;
	vertical-align: middle;
}

.language-list {
	max-width: 100%;
	font-size: 0;
}
.language-list li {
	display: inline-block; 
	margin: 0 1px; 
}
.language-list a { 
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
	line-height: 0;
}
.language-list img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.slider-wrapper.theme-custom {
	position: relative;
	width: 100vw !important;
	max-width:initial;
	left: 50%;
	transform: translateX(-50%);
	padding: 0;
}


/*********** FOOTER ***********/



.footer {
	text-align: center;
	overflow: hidden;
	background: #F5F5F5;
}

.footer-upper {
	margin: 55px 0;
	overflow: hidden;
}
.footer-logo {
	margin: 0 0 25px;
}

.footer-logo .desktop-logo{
	width: auto;
}

.footer-logo .desktop-fix-header-logo,
.footer-logo .mobile-logo,
.footer-logo .mobile-fix-header-logo{
	display: none;
}

.footer-block a {
	font-size: 14px;
	transition: color .2s ease;
}
.footer .title h4 {
	color: var(--primery-blue);
	position: relative;
	margin: 0;
	margin-bottom: 15px;
}
.footer-block .title{
	padding: 15px 0 0 0;
	margin-bottom: 0 !important;
}
.footer-block a:hover {
	color: var(--primery-blue);
}

.newsletter-email { 
	display: block;
	overflow: hidden; 
	max-width: 255px;
	margin: 0 auto;
	border:1px solid #eeeeee;
	border-radius: 12px;
	background-color:#ffffff;
}
.newsletter-email {
	display: flex;
	align-items: center;
}
.newsletter-email .newsletter-subscribe-text {
	float: left;
	width: calc(100% - 47px);
	height: 36px;
	border: 0;
}

.newsletter-email .newsletter-subscribe-text:focus {
	border-color: #e7e7e7;
}

.newsletter-email .newsletter-subscribe-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #959595;
}
.newsletter-email .newsletter-subscribe-text::-moz-placeholder { /* Firefox 19+ */
	color: #959595;
}
.newsletter-email .newsletter-subscribe-text:-ms-input-placeholder { /* IE 10+ */
	color: #959595;
}
.newsletter-email .newsletter-subscribe-text:-moz-placeholder { /* Firefox 18- */
	color: #959595;
}

.newsletter-email .newsletter-subscribe-button {
	float: left;
	width: 40px;
	height: 30px;
	padding: 0;
	border: none;
	border-radius: 10px;
	background: var(--primery-blue) url('../img/arrow-right.svg') center no-repeat;
	font-size: 0;
	transition: all .2s ease;
}

.newsletter-email .newsletter-subscribe-button:hover {
    background: var(--secondary-mint) url('../img/arrow-right-hover.svg') center no-repeat;
}
.newsletter-email .options {
	height: 0;
	overflow: hidden;
	clear: both;
}
.newsletter-email .captcha-box {
	clear: both;
	margin-top: 0;
	padding-top: 15px;
}
.newsletter-validation, 
.newsletter-result {
	margin: 10px 0;
	line-height: 20px;
	font-size: 13px;
	color: #444;
}
.newsletter-validation .please-wait {
	display: none !important; 
}

.footer-middle {
	margin-bottom: 50px;
	overflow: hidden;
}

.footer-middle .social-icons,
.footer-middle .pay-options {
	margin-top: 40px;
}

.pay-options img {
	margin: 0 2px;
    max-width: 65px;
	height:18px;
	object-fit:contain;
}

.social-sharing ul {
	font-size: 0;
}
.social-sharing li {
	display: inline-block;
	margin: 0 3px;
}
.social-sharing a {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #DDE0E2;
	border-radius: 4px;
}
.social-sharing a:before {
	display: block;
	font-size: 22px;
	color: #006F9E;
	transition: color .2s ease;
}

.social-sharing a:hover:before {
	color: var(--primery-blue);
}

.social-sharing .facebook:before {
	content: "\6e";
}
.social-sharing .twitter:before {
	content: "\e911";
	font-size: 20px;
}
.social-sharing .google:before {
	content: "\70";
}
.social-sharing .pinterest:before {
	content: "\44";
}
.social-sharing .instagram:before {
	content: "\74";
}
.social-sharing .linkedin:before {
	content: "\75";
}
.social-sharing .vimeo:before {
	content: "\71";
}
.social-sharing .youtube:before {
	content: "\72";
}
.social-sharing .rss:before {
	content: "\73";
}

.footer-lower {
	overflow: hidden;
	font-size: 11px;
}
.footer-lower > div {
	display: block;
	margin: 5px 10px 0;
	color: #232729;
	font-size: 14px;
}

.footer-lower > div:first-child {
	margin-top: 0;
}

.footer-lower > div a {
	color: #ededed;
}
.footer-lower .theme-selector {
	margin: 15px 0 0;
}
.theme-selector select {
	width: 170px;
	height: 36px;
}

.footer-block ul {
	display: none;
	background-color: #f6f6f6;
}

.footer-block ul li {
	padding: 8px;
}

.footer-block {
	border-bottom: 1px solid #eeeeee;
}

.footer-block:first-child {
	border-top: 1px solid #eeeeee;

}


.footer-lower {
	padding: 30px 20px;
	background-color: #fff;
	border-bottom: 8px solid #006F9E;
}



/*********** SMALL PRODUCT CAROUSELS ***********/


.small-products .nop-jcarousel.product-grid .slick-carousel {
    margin: 0 !important;
}

.small-products .nop-jcarousel .slick-slide {
    padding: 0 !important;
}

.small-products .item-box {
    border-radius: 3px !important;
    overflow: hidden;
    max-height: 120px;
}

.small-products .item-box .product-item {
    font-size: 0;
}

.small-products .item-box .product-item > div {
    display: inline-block;
    vertical-align: top;
}

.small-products .item-box .prices .actual-price {
    display: block;
    margin: 0;
}

.small-products .item-box .product-item > div:first-child {
    width: 120px;
}
.small-products .item-box .picture {
    margin: 0;
    border-radius: 0;
}

.small-products .item-box .picture a:before {
     padding-top: 100%;
}

.small-products .item-box .details {
    width: calc(100% - 120px);
    padding: 13px;
    text-align: left;
	display:flex !important;
	justify-content:center;
}
.small-products .item-box .product-rating-box{
	justify-content:start;
}
.small-products .item-box .add-info {
	margin-top: initial;
}

.small-products .item-box .prices {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.small-products .item-box .buttons,
.small-products .item-box .btn-wrapper {
    display: none;
}

.small-products .item-box .product-title,
.small-products .item-box .title {
    padding: 0;
    height: auto;
    max-height: 39px;
}

.small-products .item-box .prices > *:last-child:not(:empty) {
    margin: 0;
}

.small-products .product-item{
	flex-direction:row;
}

.two-row-carousels {
	padding: 0 20px;
}

.two-row-carousels .product-grid .title {
	font-size: 24px;
}

.two-row-carousels:after {
	content: "";
	display: block;
	clear: both;
}

.two-row-carousels .slick-slide {
	min-height: 241px;
}

.two-row-carousels .slick-arrow {
	position: absolute;
	top: auto;
	bottom: 101px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #eee;
	border-radius: 50%;
	text-align: center;
	font-size: 0;
	transition: all .2s ease;
	z-index: 1;
}

.two-row-carousels .slick-arrow:before {
	display: block;
	color: #d0d0d0;
	font-size: 12px;
	line-height: 40px;
	transition: all .2s ease;
	text-transform: none;
}

.two-row-carousels .slick-arrow:hover {
	background-color: var(--primery-dark-blue);
	border: 1px solid var(--primery-dark-blue);
}

.two-row-carousels .slick-arrow:hover:before {
	color: #fff;
}

.two-row-carousels .slick-prev:before {
	content: "\6b";
}

.two-row-carousels .slick-prev {
	left: 0;
	margin-left: -20px;
}

.two-row-carousels .slick-next:before {
	content: "\6a";
}

.two-row-carousels .slick-next {
	right: 0;
	margin-right: -20px;
}

.two-row-carousels .slick-list {
	border: 1px solid #eee;
	border-radius: 3px;
}

.two-row-carousels .slick-slide > div {
	font-size: 0;
}
.two-row-carousels .slick-slide > div:first-child {
	border-bottom: 1px solid #eee;
}

.two-row-carousels .slick-slide .item-box {
	height: auto;
}




/*********** LEFT/RIGHT COLUMN ***********/



.block {
	border: 1px solid #eee;
	border-radius: 3px;
	margin: 0 0 10px;
	text-align: center;
}
.block .title {
	position: relative;
	padding: 14px 20px 14px 50px;
	font-size: 16px;
	color: var(--gray5);
	cursor: pointer;
	text-align: left;
	text-transform: uppercase;
}
.block .title strong {
	display: block;
}

.block .title:before {
	content: "\77";
	display: inline-block;
	position: absolute;
	left: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
	font-size: 10px;
	color: var(--primery-blue);
	text-transform: none;
	transition: all .4s ease;
}

.block .title.open:before {
	-webkit-transform: translateY(-50%) rotate(0deg);
	-ms-transform: translateY(-50%) rotate(0deg);
	transform: translateY(-50%) rotate(0deg);
}

.block .listbox {
	display: none;
	padding: 15px;
	text-align: left;
}
.block .listbox:after {
	content: "";
	display: block;
	clear: both;
}

.block .poll {
	padding: 10px 0;
}

.block .list li.active > a {
	color: var(--primery-dark-blue);
}

.block .list a {
	display: inline-block;
	padding: 8px 0;
	font-size: 15px;
	transition: all .2s ease;
	color: var(--primery-blue);
	font-weight: 700;
	display: block;
	position: relative;
	z-index: 1;
}

.block .list a:hover {
	color: var(--primery-dark-blue);
}

.html-catalog-page .recently-viewed-products {
	margin-top: 50px;
}
.html-catalog-page .recently-viewed-products .title {
	margin-left: 0;
}

.block .list .product-picture {
	display: none;
}

.block .sublist {
	padding: 0 15px;
}

.block .view-all {
	margin: 7px 0;
}
.block .view-all a {
	display: block;
	margin: 15px 0 0;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: var(--primery-blue);
	transition: all .2s ease;
}

.block .view-all a:hover {
	color: var(--primery-dark-blue);
}

.block .tags {
	margin: 0 0 10px;
}
.block .tags ul {
	font-size: 0;
}
.block .tags li,
.product-tags-all-page li {
	display: inline-block;
	position: relative;
	margin: 0 10px;
	overflow: hidden;
	font-size: 16px !important; /*setting base size*/
}
.block .tags li a,
.product-tags-all-page li a {
	float: left;
	line-height: 30px;
	color: var(--primery-blue);
	font-weight: 700;
}

.block .tags li a:hover,
.product-tags-all-page li a:hover {
	color: var(--primery-dark-blue);
}

.poll > strong {
	display: block;
	margin: 0 0 20px;
	font-size: 18px;
	color: var(--primery-dark-blue);
}
.poll-options,
.poll-results {
	margin: 0 0 15px;
	overflow: hidden;
}
.home-page-polls .poll-options li {
	margin-bottom: 5px;
	text-align: left;
}

.home-page-polls .poll .buttons {
	margin-top: 30px;
}
.home-page-polls .poll-total-votes {
	margin-top: 0;
}

.home-page-polls .answer label {
	display: block;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	padding: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	cursor: pointer;
	transition: all .2s ease;
}

.home-page-polls .answer input[type="radio"]:checked + label:before {
	border: 4px solid #fff;
	background-color: var(--primery-dark-blue);
}

.home-page-polls .answer:hover label {
	background-color: #f6f6f6;
}

.home-page-polls .poll {
	max-width: 500px;
	margin: 0 auto;
}

.poll .buttons,
.poll-total-votes {
	margin-top: 15px;
}

.poll .buttons button {
	padding: 10px 20px;
	border: none;
	background-color: #f1f1f1;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	color: var(--gray6);
	transition: all .2s ease;
}
.poll .buttons button:hover {
    background-color: #e8af00;
    color: #fff;
}
.home-page-polls .poll button {
	border-radius: 3px;
	background-color: #eebe00;
	padding: 15px 30px;
	color: #fff;
}

.poll-total-votes {
	display: block;
	margin: 10px 0 0;
	font-weight: bold;
	text-align: right;
	font-size: 13px;
	text-transform: uppercase;
	color: var(--gray6);
}

.block .poll .buttons {
	text-align: left;
}

.block .poll-options li,
.poll-results li {
	display: block;
	margin-bottom: 15px;
	font-size: 15px;
	color: var(--gray6);
	text-align: left;
}

.block .poll-options li:last-child {
	margin-bottom: 0;
}

.block .poll-results li:last-child {
	margin-bottom: 10px;
}


.home-page-polls {
	text-align: center;
	margin: 0 10px 50px;
}
.home-page-polls .title {
	margin: 0 0 20px;
	font-size: 28px;
	color: #444444;
}
.home-page-polls .title strong {
	font-weight: bold;
}

.answer {
	position: relative;
	overflow: hidden;
}

.answer input[type="radio"] {
	position: absolute;
	left: -9999px;
}

.answer label {
	display: block;
	padding: 7px 0;
	font-size: 15px;
	color: var(--gray6);
	cursor: pointer;
	transition: all .2s ease;
}

.block .answer label:hover {
	color: var(--primery-dark-blue);
}
.block .answer:after {
	content: "";
	display: block;
	clear: both;
}

.answer span:last-child {
	float: right;
	font-size: 13px;
}

.answer span strong {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 15px;
	color: #444444;
}
.answer label:before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #eeeeee;
	vertical-align: bottom;
	background-color: #fff;
}

.answer input[type="radio"]:checked + label:before {
	margin-left: 1px;
	width: 17px;
	height: 17px;
	margin-right: 9px;
	box-shadow: 0 0 0 1px #e7e7e7;
	border: 3px solid #fff;
	background-color: var(--primery-dark-blue);
}

.block.product-filters .listbox {
	color: #444444;
	padding: 18px 30px;
	font-size: 15px;
}
.product-filters .listbox .filter-title {
	padding: 5px 0px;
	color: #444;
	font-size: 15px;
}
.product-filters .selected-price-range {
	overflow: hidden;
	margin: 5px 0 12px;
	font-size: 15px;
}
.product-filters .selected-price-range .from {
	float: left;
}
.product-filters .selected-price-range .to {
	float: right;
}
.product-filters .listbox .filter-content .group {
	padding: 0px 0px 0px 0px;
}
.product-filters .listbox .filter-content .name {
	padding: 5px 0px 3px 0px;
}
.product-filters .listbox .filter-title strong {
	font-size: 16px;
}
.product-filters .listbox .filter-title strong,
.product-filters .listbox .filter-content .name strong {
	font-weight: 400;
}
.product-filters .listbox .product-spec-filter .filter-content {
	padding: 10px 0px 10px 0px;
}
.product-filters .listbox .filter-content li.item {
	padding: 8px 0px;
}
.product-filters .ui-slider {
	position: relative;
	width: auto;
	height: 10px;
	margin: 0 10px 22px;
	max-width: 257px;
	padding: 10px 0 0;
	border-bottom: 3px solid #c5c5c5;
}
.product-filters .ui-slider-range {
	position: absolute;
	height: 3px;
	background-color: var(--primery-dark-blue);
}
.product-filters .ui-slider-handle {
	position: absolute;
	top: 2px;
	width: 19px;
	height: 19px;
	margin-left: -8px;
	background: #fff;
	border: 1px solid var(--primery-dark-blue);
	border-radius: 50%;
}
.product-filters .ui-slider-handle span {
	position: absolute;
	top: -35px;
	left: 50%;
	margin-left: -19px;
	min-width: 38px;
	height: 18px;
	padding: 0 2px;
	line-height: 18px;
	color: rgba(255,255,255,.7);
	font-size: 11px;
	text-align: center;
	background: #2c2c2c;
}
.product-filters .ui-slider-handle span:before {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 50%;
	margin-left: -2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 3px 0 3px;
	border-color: #2c2c2c transparent transparent transparent;
}


/********** CATEGORY PAGE **********/



.breadcrumb {
    margin: 0 20px 5px;
	text-align: center;
}

.html-catalog-page .breadcrumb,
.html-account-page .breadcrumb {
	margin-bottom: 40px !important;
}

.center-1 .breadcrumb {
	margin-bottom: 20px;
}

.breadcrumb ul {
	font-size: 0;
}
.breadcrumb li {
	display: inline-block;
	font-size: 14px; /*reset zeroing*/
	line-height: 1.5;
}

.breadcrumb li:last-child span {
    display: none;
}

.breadcrumb li > a,
.breadcrumb li > span,
.breadcrumb li > strong {
	margin: 0 3px;
	transition: color .2s ease;
	color: var(--primery-blue);
	font-weight: 700;
}

.breadcrumb a:hover,
.breadcrumb a:hover span {
	color: var(--primery-blue);
}

.breadcrumb .delimiter {
	display: inline-block;
	margin-right: 5px;
	font-size: 0;
}

.breadcrumb .delimiter:before {
	content: "\6a";
	display: block;
	font-size: 10px;
}

.category-description,
.manufacturer-description,
.vendor-description,
.contact-vendor {
	margin: 0 0 40px;
}

.filters-button-wrapper {
    display: none !important;
}


.product-selectors {
	margin: 0 0 20px;
	text-align: center;
	font-size: 0;
}

.html-catalog-page .product-selectors,
.html-account-page .product-selectors {
	margin-bottom: 40px !important;
}

.product-selectors:after {
	content: "";
	display: block;
	clear: both;
}

.product-selectors .product-sorting,
.product-selectors .product-page-size {
	width: calc(50% - 4px);
	display: inline-block;
	vertical-align: top;
}

.product-selectors .product-page-size {
	margin-left: 8px;
}
.product-selectors select {
	display: block;
	padding: 0 40px 0 20px;
	width: 100%;
	height: 50px;
	border: none;
	background-color: #f1f1f1;
	background-image: url('../img/select-arrow-dark.svg');
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--gray6);
	text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#products-pagesize-desktop {
	display: none;
}

.product-selectors .product-viewmode {
	display: none;
}
.product-selectors .product-viewmode span {
	vertical-align: middle;
}
.product-selectors .product-viewmode a {
	display: inline-block;
	width: 30px;
	height: 45px;
	margin: 0 8px 0 0;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	font-size: 0;
	opacity: 0.5;
}

.product-selectors .product-viewmode a:last-child {
	margin: 0;
}

.product-selectors .product-viewmode a.grid {
	background-image: url('../img/view-grid.png');
}
.product-selectors .product-viewmode a.list {
	background-image: url('../img/view-list.png');
}
.product-selectors .product-viewmode a.selected {
	opacity: 1;
}

.item-grid:after {
	content: "";
	display: block;
	clear: both;
}

.swiper-pagination-bullet-active {
	background-color: #eebe00;
}

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid {
	margin: 0 auto 20px;
}

.home-page-category-grid .category-item {
	border-radius: 12px;
	overflow: hidden;
	background-color: var(--primery-light-blue);
	border: 1px solid;
	border-color: transparent;
}
.home-page-category-grid .category-item:hover{
	border-color: #F2F8FA;
}
.home-page-category-grid .item-box .picture {
	margin-bottom: 0; 
	border-radius: 12px;
	background-color: var(--primery-light-blue);
}
.home-page-category-grid .item-box .title a {
	font-weight: 700;
	font-family: var(--font-family);
	color: var(--gray6);
	-webkit-line-clamp: 1;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.category-grid .item-box {
	border: none;
}

.category-grid .item-box .picture a:before {
	padding-top: 73.33%;
}

.vendor-item .picture,
.manufacturer-item .picture {
	margin-bottom: 0
}

.sub-category-grid .item-box .title a {
	white-space: normal;
	text-overflow: initial;
}
.home-page-category-grid .item-grid:not(.slick-initialized) {
	opacity: 0;
}
.home-page-category-grid .item-grid.slick-initialized {
	opacity: 1;
	transition: opacity 0.2s ease-in;
}
.vendor-item:hover .title a,
.manufacturer-item:hover .title a,
.category-grid .item-box:hover .title a,
.item-box:hover .details .product-title {
	color: var(--primery-dark-blue);
}
.theme-selector select {
	position: relative;
	background: url("../img/select-arrow-dark.svg") no-repeat right 15px center;
	background-size: 15px;
	padding-right: 40px;
	cursor: pointer;
}
.terms-conditional-wrapper {
	margin-bottom: 30px;
	text-align: left;
}
.terms-conditional-title {
	font-size: 20px;
	margin-bottom: 10px;
}
.topic-page .page-body .terms-conditional-wrapper p {
	font-size: 14px;
}
.topic-page .terms-conditional-wrapper .terms-conditional-list {
	padding: 0 0 0 20px;
}
.home-page-advantages {
	margin-bottom: 45px;
	overflow: hidden;
}

.advantages-item {
	padding: 10px 15px;
	margin-bottom: 5px;
	background-color: #f6f6f6;
	overflow: hidden;
	text-align: left;
}

.advantages-item > div {
	display: inline-block;
	vertical-align: middle;
}

.advantages-item .description {
	display: none;
}

.advantages-item .picture {
	width: 40px;
	height: 40px;
}

.advantages-item .picture img {
	max-height: 100%;
	max-width: 100%;
}

.advantages-item .info {
	width: calc(100% - 55px);
	padding-left: 10px;
}

.advantages-item .title {
	font-size: 15px;
	color: #444444;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.advantages-item .title a {
	transition: all .2s ease;
}

.advantages-item .title a:hover {
	color: var(--primery-dark-blue);
}

.product-grid .title {
	margin-bottom: 40px;
	color: var(--gray6);
	font-weight: 800;
	line-height: 120%;
	text-align: start;
}

.pager {
	margin: 0 0 20px;
}

.pager:last-child {
	margin-bottom: 0;
}
.pager ul {
	text-align: center;
	font-size: 0;
}
.pager li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.pager li a,
.pager li span {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 37px;
	border-radius: 50%;
	text-align: center;
	font-size: 15px; /*reset zeroing*/
	cursor: pointer;
	color: #fff;
	transition: all .3s ease;
	background: #006F9E;
}
.pager li a:hover,
.pager li span {
	color: #006F9E;
	background-color: #89FFDF;
	border-color: #89FFDF !important;
}

.pager li a:hover::before {
	color: #006F9E;
}

.pager li a:before {
	display: block;
	font-size: 12px;
	color: #006F9E;
	line-height: 37px;
	transition: all .3s ease;
}

.pager li.previous-page a,
.pager li.next-page a,
.pager li.first-page a,
.pager li.last-page a {
	font-size: 0;
	background-color: #fff;
}

.pager li.previous-page a:hover,
.pager li.next-page a:hover,
.pager li.first-page a:hover,
.pager li.last-page a:hover {
	background-color: #89FFDF;
}

.previous-page a,
.next-page a,
.first-page a,
.last-page a {
	border: 1px solid #006F9E;
}

.previous-page a:before,
.next-page a:before {
	content: "\6b";
}

.next-page a:before {
	content: "\6a";
}

.first-page a:before {
	content: "\56";
}
.last-page a:before {
	content: "\57";
}


/********** PRODUCT PAGE **********/


.product-details-page .product-grid {
	width: 100%;
}

.mobile-name-holder {
	margin-bottom: 30px;
}

.mobile-name-holder .breadcrumb {
	margin: 0 0 20px;
}

.product-essential {
	margin: 0 0 20px;
}
.product-essential:after {
	content: "";
	display: block;
	clear: both;
}
.gallery {
	margin: 0 auto 40px;
	max-width: 500px;
}
.gallery .picture {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	border-radius: 3px;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
	font-size: 0;
}
.gallery .picture:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 100%;
}

.gallery .picture img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
	object-fit: cover; 
}

.gallery .default-gallery  .picture-thumbs {
	text-align: center;
	font-size: 0;
	padding: 0 15px;
}

.gallery .default-gallery .thumb-item {
	display: inline-block;
	position: relative;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #eeeeee;
	overflow: hidden;
	background-color: #fff;
	cursor: pointer;
}

.video-gallery .video-thumbs {
	margin: 20px 0 0;
	font-size: 0;
}

.video-gallery .thumb-item {
    width: 100% !important;
	max-width: none !important;
    height: 315px; /**/
    margin: 10px 0 0 !important;
}

.overview {
	position: relative;
	margin: 0 0 20px;
}

.badge {
	margin-bottom: 10px;
}
.badge .badge-label {
	padding: 4px 12px;
	color: #ffffff;
	background-color: #DB3700;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
}
.product-category {
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 10px;
	color: #232729;
}

.product-name .manufacturers,
.overview .manufacturers {
	font-size: 20px;
	color: #232729;
}

.product-name .manufacturers .value,
.overview .manufacturers .value {
	color: #232729;
}

.product-name .manufacturers .value:hover,
.overview .manufacturers .value:hover {
	color: #004a69;
}
.discontinued-product {
	margin: 0 0 20px;
	color: #ff4f60;
}
.overview .product-name {
	margin: 0 0 20px;
}

.product-name h1 {
	margin-bottom: 10px;
	font-size: 26px;
	color: #004A69;
	font-weight: bold;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.overview .short-description {
	margin: 0 0 30px;
	padding: 0 10px;
	font-size: 18px;
	line-height: 1.5;
	color: #232729;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}
.item-grid.slick-slider {
	display: block !important;
}
.overview-price .prices {
	margin-bottom: 15px;
}
.product-review-box {
	display: inline-block;
	margin: 0 0 5px;
	font-size: 0;
}
.product-review-box .rating {
	width: 65px;
	height: 12px;
	overflow: hidden;
	position: relative;
	background: url('../img/outline-star.svg') center center;
	background-size: 13px;
}
.product-review-box .rating div {
	position: absolute;
	left: 0;
	height: 12px;
	background: url('../img/fill-star.svg') center center;
	background-size: 13px;
    overflow: hidden;
    background-position: left;
}
.product-no-reviews a {
	font-size: 14px;
	color: var(--gray6);
	transition: color .2s ease;
}

.product-review-links a:hover,
.product-no-reviews a:hover {
	color: var(--primery-dark-blue);
}

.product-review-links {
	font-size: 14px;
	color: var(--gray6);
}

.product-review-links .separator {
	margin: 0 5px;
}

.product-review-links a {
	transition: color .2s ease;
}

.overview .reviews-and-compare {
	margin-bottom: 20px;
}

.compare-products .add-to-compare-list-button {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: var(--primery-blue);
	text-transform: uppercase;
	border: none;
	background: transparent;
	transition: all .2s ease;
}

.compare-products .add-to-compare-list-button:before {
	content: "\62";
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 10px;
	font-size: 18px;
	color: var(--primery-blue);
	text-transform: none;
	font-weight: normal;
	transition: all .2s ease;
}

.compare-products .add-to-compare-list-button:hover,
.compare-products .add-to-compare-list-button:hover:before {
	color: var(--primery-dark-blue);
}

.compare-products .add-to-compare-list-button:hover:before {
	-webkit-transform: rotate3d(1,0,0,180deg);
	-ms-transform: rotate3d(1,0,0,180deg);
	transform: rotate3d(1,0,0,180deg);
}

.overview .stock,
.variant-overview .stock {
	display: inline-block;
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 13px;
	color: var(--gray6);
	text-transform: uppercase;
	border-radius: 2px;
}

.overview .stock .label,
.variant-overview .stock .label {
	display: none;
}

.back-in-stock-subscription { 
	margin: 0 0 15px;
	font-size: 0;
	backface-visibility: hidden;
}

.back-in-stock-subscription:before {
	content: "\45";
	display: inline-block;
	margin-right: 7px;
	vertical-align: bottom;
	color: var(--gray6);
	font-size: 17px;
	transition: color .2s ease;
}

.back-in-stock-subscription:hover:before {
	color:var(--primery-dark-blue);
	-webkit-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
	-moz-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}

.back-in-stock-subscription button {
	background: transparent;
	border: none;
	font-size: 12px;
	font-weight: bold;
	color: var(--gray6);
	text-transform: uppercase;
	transition: color .2s ease;
}

.overview .additional-details,
.variant-overview .additional-details {
	margin-bottom: 30px;
}

.overview .additional-details div,
.variant-overview .additional-details div {
	margin: 0 0 5px;
	font-size: 15px;
	color: var(--gray6);
}

.overview .additional-details div .value,
.variant-overview .additional-details div .value {
	color: var(--gray6);
}

.overview .additional-details div .value a,
.variant-overview .additional-details div .value a {
	color: var(--primery-blue);
	text-decoration: none;
}

.overview .additional-details div .value a:hover,
.variant-overview .additional-details div .value a:hover {
	color: var(--primery-dark-blue);
}

.overview .delivery {
	margin: 20px 0 10px;
}
.variant-overview .delivery {
	margin: 20px 0 0;
}
.delivery .free-shipping {
	color: var(--gray6);
	font-size: 14px;
} 
.delivery .delivery-date {
	font-size: 14px;
	color: var(--gray6);
}
.free-shipping + .delivery-date {
	margin: 5px 0 0;
}

.download-sample {
	font-size: 0;
	margin: 30px 0;
}

.download-sample a {
	font-size: 13px;
	color: var(--primery-blue);
	font-weight: bold;
	text-transform: uppercase;
}

.download-sample a:before {
	content: "\4a";
	display: inline-block;
	margin-right: 10px;
	font-size: 18px;
	text-transform: none;
	font-weight: normal;
	vertical-align: text-bottom;
}

.overview-buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.attributes {
	padding: 10px;
	font-size: 15px;
	text-align: left;
	margin: 0 auto 20px;
}

.attributes:only-child {
	margin-bottom: 0;
}

.attributes-wrapper > div {
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.attributes-wrapper > div.product-prices-box {
	max-width: none;
}

.attributes dl {
	overflow: hidden; 
}
.attributes dt,
.attributes .attribute-label,
.giftcard label {
	display: block;
	font-size: 15px;
	margin: 0 0 5px;
	white-space: nowrap; 
	font-weight: bold;
	color: #444444;
}

.attributes dt,
.attributes dd {
	text-align: center;
}

.attributes dd li {
	text-align: left;
}

.attributes .required {
	color: #444444;
}

.attributes dd {
	margin: 0 0 20px;
}

.attributes dd:last-child {
	margin-bottom: 0;
}

.attributes li {
	margin: 8px 0 10px;
}
.attributes dd select,
.product-details-page .attributes dd select:only-child {
	max-width: 100%;
}

.product-details-page .attributes dd select {
	max-width: calc(100% - 60px);
	border-radius: 12px;
	height: 36px;
}

.attributes select + .qty-box {
	margin-top: 10px;
}

.attributes dd input[type="text"],
.attributes dd input[type="password"],
.attributes dd input[type="tel"],
.attributes dd input[type="email"]{
	width: 100%;
	line-height: 45px;
}
.attributes dd select:only-child {
	width: 100%;
}
.attributes option.disabled {
	color: #ddd;
}
.attributes li.disabled {
	pointer-events: none;
	opacity: 0.5;
}
.attributes li.disabled label {
	text-decoration: line-through;
}
.attribute-squares li.disabled {
	position: relative;
	opacity: 1;
}
.attribute-squares li.disabled:before {
	content: "\7a";
	position: absolute;
	top: 1px; bottom: 1px;
    left: 1px; right: 1px;
	border-radius: 2px;
	background-color: #fff;
	text-align: center;
	font-size: 19px;
	line-height: 30px;
	color: rgb(255,79,96);
}

.attributes.rental-attributes {
	font-size: 0;
}

.attributes.rental-attributes > div {
	display: inline-block;
	width: 49%;
}

.attributes.rental-attributes > div:nth-child(2n) {
	margin-left: 2%
}

.attributes.rental-attributes > div:only-child {
	width: 100%;
	margin-left: 0;
}

.attributes.rental-attributes input {
	height: 45px;
	padding: 0 20px;
	border-radius: 3px;
	text-align: left;
}

.product-estimate-shipping {
	margin: 20px 0 10px;
	color: var(--gray6);
}
.product-estimate-shipping a {
	display: block;
}
.product-estimate-shipping i {
	display: inline-block;
	transform: rotate(45deg);
	margin: -1px 0 3px 9px;
	border: solid black;
	border-width: 0 1px 1px 0;
	padding: 3px 3px;
	vertical-align: middle;
}
.product-estimate-shipping .shipping-loading {
	display: none !important; /*disable preloader*/
}
.product-estimate-shipping .shipping-title {
	margin: 0 0 5px;
	font-size: 15px;
}
.product-estimate-shipping .shipping-price {
	margin: 0 0 0 5px;
	vertical-align: middle;
	color: #000;
}
.product-estimate-shipping .shipping-address {
	white-space: nowrap;
	font-size: 12px;
}
.product-estimate-shipping .shipping-address span {
	display: inline-block;
    max-width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis;
	vertical-align: middle;
}
.product-estimate-shipping .shipping-date {
	margin: 15px 0 0;
	font-size: 14px;
}

.product-social-buttons {
	margin-bottom: 30px;
}

.product-social-label {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #444444;
}

.product-social-sharing li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
}

.product-social-sharing li a {
	display: block;
	font-size: 0;
	backface-visibility: hidden;
}

.product-social-sharing li a:before,
.email-a-friend:before {
	display: block;
	font-size: 22px;
	color: #8e8e8e;
	transition: all .5s ease;
}

.product-social-sharing li a:hover:before,
.product-social-sharing .email-a-friend:hover:before {
	-webkit-transform: rotate3d(0,1,0,360deg);
	-ms-transform: rotate3d(0,1,0,360deg);
	transform: rotate3d(0,1,0,360deg);
}

.product-social-sharing a.twitter:before {
	content: "\e911";
	font-size: 20px;
}

.product-social-sharing a.facebook:before {
	content: "\6e";
}

.product-social-sharing a.pinterest:before {
	content: "\44";
}

.product-social-sharing a.google:before {
	content: "\70";
}

.product-social-sharing .email-a-friend:before {
	content: "\6d";
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.product-social-sharing .email-a-friend {
	position: relative;
}

.product-social-sharing .email-a-friend button {
	width: 22px;
	height: 22px;
	border: none;
	background: transparent;
	font-size: 0;
}

.product-social-sharing li a:hover:before,
.email-a-friend:hover:before {
	color: var(--primery-blue);
}

.attributes .qty-box {
	margin: 0 0 0 5px;
}
.attributes .qty-box label {
	display: none;
}
.attributes .qty-box input[type="text"] {
	width: 50px;
    height: 45px;
    text-align: center;
    border-radius: 3px;
}


.gender label,
.option-list li label,
.inputs.accept-consent label,
td.remove-from-cart label,
td.add-to-cart label,
.terms-of-service label,
.terms-of-agreement label,
.selector label,
.use-reward-points label {
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    transition: all .2s ease;
}

.attributes .datepicker {
	width: 100%;
	text-align: center;
}
.ui-datepicker {
	width: 280px;
	background-color: #fff;
	text-align: center;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	border-radius: 3px;
	overflow: hidden;
}
.ui-datepicker-header {
	position: relative;
	height: 32px;
	background-color: var(--primery-dark-blue);
	color: #fff;
	overflow: hidden;
}
.ui-datepicker-header a {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 40px;
	height: 32px;
	line-height: 32px;
	font-size: 0;
	transition: all .2s ease;
}

.ui-datepicker-header a:hover {
	background-color: rgba(0,0,0,.1);
}

.ui-datepicker-header a:before {
	display: block;
	font-size: 10px;
	color: #fff;
}

.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
}
.ui-datepicker-header a.ui-datepicker-prev:before {
	content: "\6b";
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
}

.ui-datepicker-header a.ui-datepicker-next:before {
	content: "\6a";
}
.ui-datepicker-title {
	position: relative;
	z-index: 0;
	line-height: 32px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
}
.ui-datepicker-calendar th {
	background-color: #f6f6f6;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 14.285%;
}

.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
	display: block;
	font-size: 14px;
	color: var(--gray6);
	min-height: 32px;
	line-height: 32px;
	border-radius: 3px;
	transition: all .2s ease;
}

.ui-datepicker-calendar th span {
	font-size: 13px;
}

.ui-datepicker-calendar td a:hover {
	background-color: #f1f1f1;
}

.ui-datepicker-calendar a.ui-state-active:hover,
.ui-datepicker-calendar a.ui-state-active {
	background-color: var(--primery-dark-blue);
	color: #fff;
}

.attribute-squares {
	font-size: 0;
}
.attribute-squares li {
	display: inline-block;
	margin: 0 5px 5px;
	line-height: normal !important;
	text-align: center;
}
.attribute-squares label {
	display: block;
	margin: 0 !important;
	overflow: hidden;
}
.attribute-squares input[type="radio"] {
	position: absolute;
	left: auto;
	z-index: -1;
	opacity: 0;
	margin-top: -25px;
}
.attribute-squares span {
	display: block;
	user-select: none;
}
.attribute-square {
	display: block !important;
	width: 32px !important;
	height: 32px !important;
	border: 2px solid var(--primery-medium-blue);
	border-radius: 3px;
	cursor: pointer;
}
.selected-value .attribute-square {
	border-color: var(--primery-blue);
}

.image-squares .tooltip-container {
    position: absolute;
    display: block;
    width: 200px;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    text-align: center;
    visibility: hidden;
    border-radius: 5px;
}
.image-squares .tooltip-container:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -7px;
    width: 0; height: 0;
    border-bottom: 7px solid #eeeeee;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}
.image-squares .tooltip-container:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
    width: 0; height: 0;
    border-bottom: 6px solid #f6f6f6;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.image-squares li:hover .tooltip-container {
    visibility: visible;
    margin-left: -83px;
    margin-top: 5px;
    z-index: 999;
}
.image-squares .tooltip-header {
    background-color:#f6f6f6;
    height:25px;
    border-top-right-radius:4px;
    border-top-left-radius:4px;
    padding-left:10px;
    padding-top:5px;
    text-align:left;
    color: var(--gray6);
    width: 198px;
    font-size: 13px;
    border-bottom: 1px #EEEEEE solid;
}
.image-squares .tooltip-body {
    margin:5px;
}
.image-squares .tooltip-body img {
    border: 0px #FFF;
    width: 190px;
}

.giftcard {
	margin: 0 0 20px;
	overflow: hidden;
	clear: both;
}
.giftcard div {
	margin: 0 0 20px;
}
.giftcard label {
	display: block;
	margin: 0 0 5px;
}
.giftcard input,
.giftcard textarea {
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-radius: 3px;
}
.giftcard textarea{
	height: 150px;
	line-height: 1.5;
}

.overview .prices,
.variant-overview .prices {
	overflow: hidden;
	font-size: 14px;
	color: var(--gray6)
}
.overview .prices > div,
.variant-overview .prices > div {
	margin: 0 0 5px;
}

.overview .old-product-price,
.variant-overview .old-product-price {
	color: var(--gray6);
	text-decoration: line-through;
}
.overview .old-product-price span,
.overview .old-product-price label,
.variant-overview .old-product-price span,
.variant-overview .old-product-price label {
	font-size: 17px;
}

.overview .non-discounted-price,
.variant-overview .non-discounted-price {
	font-size: 14px;
	color: var(--gray6);
}
.overview .product-price,
.variant-overview .product-price {
	font-size: 25px;
	color: var(--primery-dark-blue);
	font-weight: bold;
}

.grouped-product-box {
	margin-bottom: 40px;
}

.grouped-product-box label {
	display: none;
	margin: 0 0 15px;
	color: #787878;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

.grouped-btn {
	display: block;
	max-width: 320px;
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: center;
	background-color: #f1f1f1;
	border-radius: 3px;
	font-size: 13px;
	color: var(--gray6);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: bold;
	transition: all .2s ease;
}

.grouped-btn:before {
	content: "\4b";
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
	font-size: 12px;
	color: #8e8e8e;
	text-transform: none;
	transition: all .2s ease;
}

.grouped-btn:hover {
	background-color: #eebe00;
	color: #fff;
}

.grouped-btn:hover:before {
	color: #fff;
}

.grouped-btn span {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}

.grouped-btn strong {
	display: inline-block;
	vertical-align: top;
}

.tier-prices {
	margin: 20px 0 30px;
	font-size: 15px;
	color: var(--gray6);
}

.tier-prices .title {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #444444;
}
.tier-prices .prices-table {
	border: 1px solid #e7e7e7;
	overflow: hidden;
	border-radius: 3px;
}
.tier-prices .prices-row {
	float: left;
	width: 50%;
}
.tier-prices .prices-row > div {
	padding: 10px;
}
.tier-prices .item-price {
	color: var(--primery-blue);
}

.tier-prices .tbody {
	border-left: 1px solid #e7e7e7;
}

.customer-entered-price {
	margin: 30px 0;
	overflow: hidden;
	padding: 10px;
}
.customer-entered-price .price-input {
	margin-bottom: 5px;
}
.customer-entered-price .price-input label {
	display: block;
	font-size: 15px;
	margin: 0 0 5px;
	font-weight: bold;
	color: #444444;
}
.customer-entered-price .enter-price-input {
	width: 150px;
	text-align: center;
}
.customer-entered-price .price-range {
	color: var(--gray6);
}

.overview-buttons {
	margin-bottom: 30px;
}

.overview .add-to-cart {
	display: inline-block;
	vertical-align: top;
	max-width: 330px;
}

.variant-overview .add-to-cart {
	display: inline-block;
}

.variant-overview .add-to-wishlist {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	margin-left: 5px;
}

.overview .min-qty-notification,
.variant-overview .min-qty-notification {
	margin: 0 0 10px;
	font-size: 14px;
	color: var(--gray6);
}
.overview .add-to-cart-panel {
	position: relative;
	font-size: 0;
	display: flex;
	align-items: center;
}

.variant-overview .add-to-cart-panel {
	position: relative;
	font-size: 0;
	display: inline-block;
	vertical-align: top;
}

.overview .qty-label,
.variant-overview .qty-label {
	position: absolute;
	left: -25px;
	line-height: 36px;
	display: none !important;
}
.overview .qty-input,
.variant-overview .qty-input,
.overview .qty-dropdown,
.variant-overview .qty-dropdown {
	border-radius: 3px;
	height: 45px;
	padding: 12px;
	text-align: center;
	color: #444444;
	font-size: 14px;
	vertical-align: top;
}
.overview .bid-controls .qty-input {
	width: 100px;
}

.overview .qty-dropdown,
.variant-overview .qty-dropdown {
	margin-right: 10px;
	width: 73px;
	padding: 0 33px 0 17px;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	background: url(../img/select-arrow-dark.svg) no-repeat right 15px center;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.variant-overview .qty-dropdown,
.variant-overview .add-to-cart-qty-wrapper {
	margin-right: 5px;
}

.overview .qty-input,
.variant-overview .qty-input {
	padding-right: 27px;
	width: 80px;
}

.variant-buttons-wrapper {
	font-size: 0;
}

.overview .qty-dropdown + .add-to-cart-button {
	width: calc(100% - 85px);
	max-width: 250px;
}

.overview .add-to-cart-qty-wrapper + .add-to-cart-button {
	padding: 0;
	width: 200px;
}

.overview .add-to-wishlist button {
	width: 200px;
}

.add-to-cart-qty-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

/*iOS bug fix start*/
.add-to-cart-qty-wrapper {
	width: 80px;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #e7e7e7;
    text-align: left;
}
.add-to-cart-qty-wrapper .qty-input,
.add-to-cart-qty-wrapper .qty-dropdown {
	width: 62px;
	border: none;
    background: none;
    padding-right: 9px;
}/*iOS bug fix end, makes buttons clickable*/

.add-to-cart-qty-wrapper .plus,
.add-to-cart-qty-wrapper .minus {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	display: inline-block;
	width: 15px;
	height: 18px;
	margin: 3px;
	background-color: #f1f1f1;
	text-align: center;
	font-family: "emporium-icons";
	font-size: 7px;
	line-height: 18px;
	color: #8e8e8e;
	cursor: pointer;
	user-select: none;
	transition: all .2s ease;
}

.add-to-cart-qty-wrapper .minus {
	top: auto;
	bottom: 0;
}

.add-to-cart-qty-wrapper .plus:hover,
.add-to-cart-qty-wrapper .minus:hover {
	background-color: #eaeaea;
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
	padding: 0 15px;
	font-size: 15px;
	vertical-align: top;
	text-align: center;
	text-overflow: ellipsis;
    overflow: hidden;
}

.variant-overview .add-to-cart-button {
	padding: 0 14px;
	width: 140px;
}

.overview .add-to-wishlist {
	display: inline-block;
	margin-left: 5px;
}

.overview .add-to-wishlist button {
	display: flex;
	justify-content: center;
}
.overview .add-to-wishlist button:before {
	content: "\63";
	display: inline-block;
	vertical-align: bottom;
	color: var(--primery-blue);
	font-size: 17px;
	text-transform: none;
	font-weight: normal;
}

.pre-order-availability-date {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: var(--gray6);
}

.pre-order-availability-date label {
    vertical-align: top;
}

.full-description,
.product-specs-box {
	margin: 0 -10px;
	padding: 0 10px;
	background-color: #f6f6f6;
	clear: both;
}

.overview-accordion {
	margin-bottom: 30px;
}

.overview-accordion-item {
	border-bottom: 1px solid #80B7CF;
}

.overview-accordion-item .accordion-title {
	font-size: 18px;
	color: #006F9E;
	font-weight: 800;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	padding: 16px 0;
}

.overview-accordion-item .overview-accordion-details {
	margin-bottom: 16px;
	display: none;
	text-align: left;
}

.accordion-title:after {
	content: "k";
	transform: rotate(-90deg);
	font-size: 14px;
	transition: all 0.3s ease;
}

.overview-accordion-item .accordion-title.active::after {
	transform: rotate(90deg);
}

.full-description {
    padding: 20px;
    line-height: 1.5;
    font-size: 15px;
    color: var(--gray6);
    font-weight: 400;
}

.product-specs-box {
	padding: 10px 10px 30px;
}
.product-specs-box thead {
    display: none;
}
.product-specs-box .spec-group-name {
	display: none !important;
}

.product-details-page  .related-products-grid,
.product-details-page  .also-purchased-products-grid {
	margin-top: 70px;
}

.product-collateral .title {
	margin: 0 0 10px;
	letter-spacing: 2px;
	font-size: 15px;
	color: #444;
	font-weight: 700;
	text-transform: uppercase;
}

.product-specs-box .data-table {
	border: 1px solid #eeeeee;
	border-radius: 3px;
	text-align: left;
	margin: 0;
}

.product-specs-box .data-table td {
	padding: 20px 25px;
	border: none;
}

.data-table td .color-squares {
	margin: -5px 0;
	display: inline-block;
    vertical-align: middle;
}

.product-specs-box .data-table td.spec-value {
	font-size: 16px;
	color: #444444;
	border-left: 1px solid #eeeeee;
}

.product-specs-box .data-table td.spec-name {
	font-size: 17px;
	color: var(--gray6);
	font-weight: 300;
}

.overview > div:empty {
	display: none;
}

.overview-description p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.3;
	color: #232729;
	padding-bottom: 10px;
}

.attributes-wrapper {
	margin-bottom: 30px;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	padding: 10px;
}

.product-variant-line .attributes-wrapper {
	border: none;
}

.product-tags-list {
	font-size: 0;
}

.product-tags-box {
	margin: 50px 0 60px;
}

.product-tags-box:last-child {
	margin-bottom: 0;
}

.product-tags-box .title {
	margin-bottom: 20px;
}

.product-tags-list li {
	display: inline-block;
	color: var(--gray6);
	font-size: 16px; /*reset zeroing*/
}
.product-tags-list li.separator {
	margin: 0 5px 0 3px;
}
.product-tags-list a {
	display: inline-block;
	line-height: 24px;
	color: var(--primery-blue);
	transition: color .2s ease;
}

.product-tags-list a:hover {
	color: var(--primery-dark-blue);
}

.product-collateral > div.product-variant-list {
	margin: 50px 0;
}
.product-variant-line {
	margin: 0 0 15px;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	padding: 30px 10px;
}
.product-variant-line:after {
	content: "";
	display: block;
	clear: both;
}
.variant-picture {
	position: relative;
	width: 100%;
	max-width: 330px;
	max-height: 330px;
	margin: 0 auto 15px;
	border-radius: 3px;
	overflow: hidden;
}

.variant-picture img {
	max-width: 100%;
}

.variant-overview {
	width: 100%;
}
.variant-overview .variant-name {
	margin: 0 0 10px;
	font-size: 22px;
	color: #444444;
	font-weight: bold;
}
.variant-overview .variant-description {
	margin: 0 0 15px;
	line-height: 1.5;
	font-size: 15px;
	color: var(--gray6);
}
.variant-overview .add-to-wishlist-button {
	display: block;
	float: none;
	clear: both;
	width: 45px;
	height: 45px;
	margin: 0 auto;
	font-size: 0;
	border: none;
	background-color: #f2f2f2;
	border-radius: 3px;
	transition: all .1s ease;
}

.variant-overview .add-to-wishlist-button:before {
	display: block;
	content: "\63";
	font-size: 20px;
	color: #8e8e8e;
	transition: all .2s ease;
}

.variant-overview .add-to-wishlist-button:hover {
	background-color: #eaeaea;
}

.ui-tabs {
	margin: 0 0 20px;
}
.ui-tabs .ui-tabs-nav {
	overflow: hidden;
	text-align: center;
}
.ui-tabs .ui-tabs-nav li {
	display: inline-block;
	margin: 0 15px;
}
.ui-tabs .ui-tabs-nav li a {
	display: inline-block;
	padding: 15px;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 700;
	color: var(--font-color);
	border-bottom: 2px solid transparent;
	text-transform: uppercase;
	transition: all .1s ease;
}

.ui-tabs .ui-tabs-nav li a:hover {
	color: var(--primery-blue);
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
.ui-tabs .ui-state-active.ui-tabs-active a {
	color: var(--primery-blue);
	border-bottom: 2px solid var(--primery-blue);
}

.ui-tabs .ui-tabs-panel {
	background-color: #f6f6f6;
	padding: 40px 20px;
	margin: 0 -10px;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}



/********** 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;
	font-weight: 300;
    text-transform: uppercase;
    color: #222;
}
.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 {
	display: block;
	width: auto;
	margin: 10px 0 0 !important;
	border: none;
	padding: 0;
}
.mfp-container .address-item + div {
	padding: 0 0 0 15px;
}
.estimate-shipping-address-control {
	width: 100%;
}
select.estimate-shipping-address-control {
	padding: 0 27px 0 20px;
	background: #fff url(../img/select-arrow-dark.svg) no-repeat right 10px center;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.mfp-container .address-item .required {
    position: absolute;
	top: -6px; right: -9px;
}
.mfp-container .shipping-options {
	position: relative; /*preloader referrence*/
	margin: 10px 0 30px;
}
.mfp-container .shipping-header-item {
	align-self: flex-end;
	border: none !important;
	padding: 12px 5px !important;
	font-size: 15px;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.mfp-container .shipping-options-body {
	display: table;
	table-layout: fixed;
	width: 100%;
	border: 1px solid #f0f0f0;
	border-collapse: collapse;
}
.mfp-container .shipping-option {
	display: table-row;
	font-size: 14px;
	cursor: pointer;
}
.mfp-container .shipping-option.active {
	background-color: #f2f2f2;
}
.mfp-container .shipping-option > div {
	display: table-cell;
	border-top: 1px solid #f0f0f0;
	padding: 12px 11px 11px;
}
.mfp-container .shipping-item {
	overflow: hidden;
	padding: 8px 0;
	overflow-wrap: break-word;
}
.estimate-shipping-row-item-radio {
	flex: 0 0 30px;
	width: 24px;
}
.estimate-shipping-radio {
	display: none;
}
.estimate-shipping-radio:checked + label:before {
	margin: 0 !important;
	position: relative;
	bottom: 1px;
}
.estimate-shipping-radio:checked + label:after {
	display: none;
}

.apply-shipping-button-container {
	text-align: center;
}

.mfp-container .no-shipping-options {
	padding: 30px 15px;
	text-align: center;
}
.mfp-container .message-failure {
	margin: 10px 0 -5px;
}

@media all and (max-width: 600px) {

	.estimate-shipping-popup {
		padding: 25px 3%;
	}
	.mfp-container .shipping-address {
		flex-flow: column;
	}
	.mfp-container .address-item {
		width: 100%;
	}
	.mfp-container .address-item + div {
		padding: 0;
	}
}



/********** PRODUCT REVIEWS **********/

.product-reviews:last-child {
	margin-bottom: 0;
}

.write-review .title,
.comment-form-btn {
	position: relative;
	display: flex;
	justify-content: center;
	min-height: 37px;
}
.comment-form-btn .close-comment-form{
	display: none;
}
.comment-form-btn.open .close-comment-form{
	display: flex;
}
.comment-form-btn .open-comment-form{
	display: flex;
}
.comment-form-btn.open .open-comment-form{
	display: none;
}
.write-review .title strong, 
.comment-form-btn strong {
	position: absolute;
    top: 0;
    left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
	transition: all .3s ease;
}
.write-review .title strong span,
.comment-form-btn strong span {
	transition: all .1s ease;
}

.product-reviews .title strong:before,
.comment-form-btn strong:before,
.close-comment-form:before {
	display: inline-block;
	vertical-align: bottom;
	font-size: 16px;
	text-transform: none;
	font-weight: normal;
	transition: all .1s ease;
}

.product-reviews .title .close-review-form,
.comment-form-btn .close-comment-form {
	width: 0;
	max-width: 0;
	padding: 0;
	opacity: .4;
}


.product-reviews .title .close-review-form:before,
.comment-form-btn .close-comment-form:before {
	content: "\76";
	font-size: 12px;
	line-height: 18px;
}

.product-reviews .title .write-review-title:before {
	content: "\79";
	opacity: .6;
}

.comment-form-btn .open-comment-form,
.product-reviews .title .write-review-title {
	transition: width .3s ease .3s, max-width .3s ease .3s, padding .3s ease .3s, opacity .3s ease .3s, background-color .2s ease 0s;
	opacity: 1;
}

.comment-form-btn.open .open-comment-form,
.product-reviews .title.open .write-review-title {
	width: 0;
	max-width: 0;
	padding: 0;
	opacity: .4;
	transition-delay: 0s;
}

.comment-form-btn .open-comment-form span,
.comment-form-btn .open-comment-form:before,
.product-reviews .title .write-review-title span,
.product-reviews .title .write-review-title:before {
	opacity: 1;
}

.comment-form-btn.open .open-comment-form span,
.comment-form-btn.open .open-comment-form:before,
.product-reviews .title.open .write-review-title span,
.product-reviews .title.open .write-review-title:before {
	opacity: 0;
}

.comment-form-btn.open .close-comment-form,
.product-reviews .title.open .close-review-form {
	width: auto;
	max-width: 280px;
	padding: 0 25px;
	opacity: 1;
	transition: width .3s ease .3s, max-width .3s ease .3s, padding .3s ease .3s, opacity .3s ease .3s, background-color .2s ease 0s;
}

.comment-form-btn .close-comment-form:before,
.comment-form-btn .close-comment-form span,
.product-reviews .title .close-review-form span,
.product-reviews .title .close-review-title:before {
	opacity: 0;
}

.comment-form-btn.open .close-comment-form:before,
.comment-form-btn.open .close-comment-form span,
.product-reviews .title.open .close-review-form span,
.product-reviews .title.open .close-review-title:before {
	opacity: 1;
}

.write-review {
	text-align: center;
}

.write-review-collapse {
	display: none;
	padding: 20px;
	max-width: 740px;
	margin: 30px auto 0;
	border-radius: 3px;
	border: 1px solid var(--primery-medium-blue);
	background-color: #fff;
}

.write-review .form-fields {
	margin: 0 0 15px;
}

.write-review .review-rating {
	text-align: center;
	margin-top: 20px;
}

.write-review .review-rating > label {
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 700;
}

.review-rating .tooltip {
    position: relative;
}

.review-rating .tooltip:hover .tooltiptext {
    opacity: 1;
}

.review-rating .tooltiptext {
    position: absolute;
    bottom: 100%;
    margin-bottom: 10px;
    background: #e5e5e5;
    left: 50%;
    padding: 8px 15px;
    border-radius: 3px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: normal;
    color: #444;
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease;
}

.review-rating .tooltiptext:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #e5e5e5;
    border-width: 8px;
    margin-left: -8px;
}


.review-rating ul {
    font-size: 0;
    vertical-align: middle;
}

.rating-options {
	display: inline-block;
	overflow: hidden;
	font-size: 0;
}

.write-review .rating-options * {
	float: left;
}

.write-review .rating-options input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.write-review .rating-options label {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	background-position: 0 0;
	background-size: contain;
	font-size: 0;
	cursor: pointer;
}

.write-review .rating-options label:before,
.write-review .rating-options input[type="radio"]:checked + label:before {
	display: inline-block;
	content: "\e900";
	color: var(--primery-blue);
	font-size: 20px;
	border: none;
	background-color: transparent;
	box-shadow: none;
	margin: 0;
	width: 18px;
	height: 18px;
	line-height: 1;
	transition: all .2s ease;
}

.write-review .rating-options:hover label:before {
	color: var(--primery-blue) !important;
}

.write-review .rating-options:hover label:hover:before,
.write-review .rating-options:hover input:checked ~ label:before,
.write-review .rating-options input:checked ~ label:hover:before {
	color: #ffcd46; 
}

.write-review .rating-options label:hover ~ label:before {
	color: #e0e0e0 !important; 
}

.write-review .rating-options:hover input:checked ~ label:hover ~ label:before,
.write-review .rating-options input:checked ~ label:hover ~ label:before,
.write-review .rating-options input:checked ~ label ~ label:before {
	color: #e0e0e0; 
}

.write-review .rating-options input:checked + label:before {
	-webkit-animation: stars .7s linear;
	-moz-animation: stars .7s linear;
	animation: stars .7s linear;
}


.write-review .review-rating li.first {
	color: #ff4f60;
}

.write-review .product-review-links,
.write-review .product-review-box {
	margin: 0 0 15px;
}

.write-review .product-review-links a {
	font-size: 16px;
	color: var(--gray6);
	font-weight: 700;
	transition: all .1s ease;
}

.write-review .product-review-links a:hover {
	color: var(--primery-dark-blue);
}

.write-review .primary-btn {
	display: block;
	width: 100%;
}

.product-reviews .result,
.product-reviews .message-error {
	margin: 0 0 20px;
}
.product-review-list {
    margin: 0 0 30px 0;
    background-color: #fff;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.product-review-item {
	background-color: #fff;
	padding: 24px;
	border-left: 12px solid var(--primery-blue);
	border-radius: 12px;
	box-shadow: 0 0 12px #0000001f;
	position: relative;
}
.product-review-item:last-child {
	border-bottom: 0;
}

.product-review-item .product-review-box {
	display: block;
	margin-bottom: 12px;
	margin: 0 0 10px;
}

.product-review-item .review-item-head {
	margin: 0 0 5px;
	color: var(--primery-blue);
}

.product-review-item .review-title {
	font-size: 15px;
	font-weight: 400;
}

.product-review-item .review-text {
	margin: 0 0 25px;
	font-size: 15px;
	color: var(--gray6);
}

.review-type-rating-ext .review-title {
    display: none;
}

.product-review-item .review-text:last-child {
    margin-bottom: 0;
}

.product-review-item .review-info .avatar {
	margin: 15px 0;
	font-size: 0;
}
.product-review-item .review-info .avatar a {
	display: block;
	font-size: 0;
	line-height: normal;
}

.product-review-item .review-info a,
.product-review-item .review-info span span {
	display: inline-block;
	font-weight: 300;
	font-size: 17px;
	color: var(--gray6);
	transition: all .1s ease;
}

.product-review-item .review-info .user a {
	font-weight: 700;
	color: var(--primery-blue);
	margin-bottom: 10px;
}

.product-review-helpfulness {
	margin-top: 30px;
}

.product-review-item .review-info a:hover {
	color: var(--primery-dark-blue);
}

.product-review-item .review-info span span {
	font-size: 14px;
}

.product-review-item .review-info span {
	display: block;
	vertical-align: middle;
	line-height: 18px;
}
.product-review-item .review-info .date {
    margin-bottom: 5px;
}

.product-review-item .review-info .separator {
	display: none;
}

.product-review-item .review-info span label {
	display: none;
}

.product-review-helpfulness > span {
	display: block;
	margin-top: 10px;
	font-size: 15px;
	color: var(--gray6);
}


.product-review-helpfulness > span:first-child {
	margin-top: 0;
}
.vote-stats > span {
	display: inline-block;
	margin: 0 3px;
}

.product-review-helpfulness .vote {
	display: inline-block;
	padding: 5px 5px 0 5px;
	font-size: 0;
	cursor: pointer;
}

.product-review-helpfulness .vote:before {
	display: block;
	font-size: 20px;
	color: var(--gray6);
	transition: all .2s ease;
}

.product-review-helpfulness .vote:hover:before {
	color: var(--primery-dark-blue);
}

.product-review-helpfulness .vote:first-child:before {
	content: "\46";
}

.product-review-helpfulness .vote:last-child:before {
	content: "\47";
}

.product-review-helpfulness .vote:first-child:hover:before {
	content: "\e902";
}

.product-review-helpfulness .vote:last-child:hover:before {
	content: "\e901";
}

.product-review-helpfulness .result {
	margin: 0 0 0 10px;
}

.product-review-item .reply {
	margin: 30px 0 0;
	padding: 15px;
	border-radius: 3px;
	background-color: #f6f6f6;
}
.product-review-item .reply-header {
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 15px;
	color: #444;
}

.product-review-item .reply-text {
	font-size: 14px;
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-content {
	margin: 0 0 20px;
}
.wishlist-content > .message-error {
	margin: 0 0 20px !important;
	text-align: center;
}
.wishlist-content .tax-shipping-info {
	margin: 0 0 30px;
	font-size: 15px;
	color: #444;
}

.wishlist-content .cart {
	margin-bottom: 30px;
} 

.wishlist-content .buttons {
	font-size: 0;
}
.wishlist-content .primary-left-icon-btn {
	position: relative;
	display: flex;
    justify-content: center;
	width: 255px;
	margin: 0 auto 7px;
	font-size: 14px;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .1s ease;
}
.wishlist-content .primary-left-icon-btn:before{
	width: auto;
	height: auto;
}
.wishlist-content .wishlist-add-to-cart-button:before {
	content: "";
    background: url('../img/mobile-cart-icon.svg') no-repeat center center;
    display: block;
    width: 15px;
    height: 15px;
    background-size: contain;
    transition: .3s all;
}
.wishlist-content .wishlist-add-to-cart-button:hover::before {
	background: url('../img/hover-cart-icon.svg') no-repeat center center;
	width: 15px;
    height: 15px;
    background-size: contain;
}

.update-wishlist-button,
.email-a-friend-wishlist-button {
	position: relative;
	overflow: hidden;
}

.update-wishlist-button span,
.email-a-friend-wishlist-button span {
    position: relative;
    z-index: 1;
}

.update-wishlist-button:before {
	content: "\59";
}

.update-wishlist-button:hover:before {
	-webkit-animation: updating 1s linear infinite;
	-moz-animation: updating 1s linear infinite;
	animation: updating 1s linear infinite;
}

.update-wishlist-button:hover::after {
    height: 100%;
    opacity: .6;
    transition: all .5s ease-in;
}

.email-a-friend-wishlist-button:before {
	content: "a";
}

.email-a-friend-wishlist-button:hover:before {
	-webkit-animation: emailing .2s linear;
	-moz-animation: emailing .2s linear;
	animation: emailing .2s linear;
}


.wishlist-page .share-info {
	margin: 70px -10px 50px;
	background-color: var(--primery-light-blue);
	padding: 30px 20px;
}

.wishlist-page .share-label {
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	color: var(--gray6);
}
.wishlist-page .share-info a {
	display: block;
	font-size: 15px;
	color: var(--primery-blue);
}
.wishlist-page .share-info a:hover {
	color: var(--primery-dark-blue);
}
.wishlist-page .page-title h1 {
	color: var(--primery-dark-blue);
}

.compare-products-page .page-body {
	text-align: center;
}

.compare-products-page .clear-list {
    margin: 0 auto 20px;
}

.compare-products-page .clear-list:before {
	content: "\5a";
	font-size: 20px;
}

.compare-products-page .clear-list:hover:before {
	-webkit-animation: swiping 0.82s cubic-bezier(0.035, 0.225, 0.885, 0.290) both;
	-moz-animation: swiping 0.82s cubic-bezier(0.035, 0.225, 0.885, 0.290) both;
	animation: swiping 0.82s cubic-bezier(0.035, 0.225, 0.885, 0.290) both;
}

.compare-products-table {
	display: none;
}

.compare-products-mobile {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	margin: 0 -10px;
}

.compare-products-mobile .compare-section > ul {
	padding: 17px 10px;
	text-align: left;
	overflow: hidden;
}

.compare-products-mobile .product {
	overflow: hidden;
}

.compare-products-mobile .product .item {
	position: relative;
}

.compare-products-table .product-name a {
	color: var(--primery-blue);
	font-weight: 700;
}
.compare-products-mobile .product-name {
	padding-right: 40px;
	font-size: 15px;
	color: var(--primery-blue);
	font-weight: 700;
}
.compare-products-table .product-name a:hover,
.compare-products-mobile .product-name:hover {
	color: var(--primery-dark-blue);
}

.compare-products-mobile .item {
	padding: 3px 10px;
}

.compare-products-mobile .item .picture,
.compare-products-mobile .item img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	max-width: 50px; 
}

.compare-products-mobile .item .details,
.compare-products-mobile .item > span,
.compare-products-mobile .item > p {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 63px);
	font-size: 15px;
	font-weight: 400;
}

.compare-products-mobile .item p {
	vertical-align: middle;
}


.compare-products-mobile .title {
	padding: 15px 20px;
	font-size: 17px;
	color: var(--primery-dark-blue);
	font-weight: 600;
	background-color: var(--primery-light-blue);
}

.compare-section.product .title {
	display: none;
}

.compare-products-page .remove-button:before {
	content: "\4d";
	display: block;
	font-weight: 500;
	font-size: 20px;
}

.compare-products-mobile .remove-button {
	position: absolute;
	top: 8px;
	right: 5px;
	left: auto;
}

.compare-products-mobile .price .item span {
	font-size: 17px;
}

.compare-products-page .attribute-squares {
    display: inline-block;
    vertical-align: middle;
}
.compare-products-page .attribute-square {
	margin: 0  auto;
}

.popup-window .topic-page {
	padding: 15px;
}

.not-found-page p {
	margin: 30px 0;
}

.topic-password {
	text-align: center;
}
.enter-password-title {
	margin: 0 0 20px;
	color: var(--gray6);
	font-size: 15px;
}
.enter-password-form {
	display: inline-block;
	overflow: hidden;
}
.enter-password-form input[type="password"] {
	float: left;
	width: calc(100% - 100px);
	height: 36px;
	border-radius: 3px 0 0 3px;
}
.enter-password-form button {
	float: left;
	width: 100px;
	height: 36px;
	border: none;
	border-radius: 0 3px 3px 0;
	padding: 0 20px;
}
.password-error {
	margin: 0 0 10px;
}


/*********** CONTACT & EMAIL A FRIEND ***********/




.contact-page .message-error,
.apply-vendor-page .message-error {
	margin: 0 0 10px;
}

.apply-vendor-page .terms-of-service {
	margin: 30px 0;
}

.bb-code-editor-wrapper {
	margin-bottom: 5px;
}


/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/


.registration-page .page-title + .message-error {
	margin-bottom: 30px;
}

.gender {
	font-size: 0;
}
.gender span:first-child {
	display: inline-block;
	margin-right: 40px;
}
.gender label {
	display: inline-block;
	padding: 8px 0;
	width: auto !important;
	cursor: pointer;
	font-weight: 300;
}

.date-picker-wrapper {
	width: 100%;
}

.date-of-birth .date-picker-wrapper select {
	border-radius: 0;
	padding: 0 25px 0 10px;
	width: 46%;
	background: #fff url(../img/select-arrow-dark.svg) no-repeat right 10px center;
}

.date-of-birth .date-picker-wrapper select:first-child {
	border-radius: 12px 0 0 12px;
	width: 27%;
}
.date-of-birth .date-picker-wrapper select:last-child {
	border-radius: 0 12px 12px 0;
	width: 27%;
}

.date-of-birth select + select {
	margin: 0 0 0 -1px;
}
#check-availability-button {
	display: block;
	border: none;
	border-radius: 3px;
	vertical-align: top;
	background-color: #f1f1f1;
	color: var(--gray6);
	text-transform: uppercase;
	padding: 0 20px;
	margin: 10px auto 0;
	height: 45px;
	font-size: 13px;
	font-weight: 700;
	transition: all .1s ease;
}

#check-availability-button:hover {
	background-color: #eaeaea;
}

#username-availabilty {
	display: block;
	margin: 5px 0 0;
	text-align: center;
	font-size: 13px;
}
#username-availabilty:empty {
	display: none;
}

.vat-status, .vat-note {
	display: block;
	margin: 5px 0 0;
	text-align: center;
	font-size: 12px; /*reset zeroing*/
	white-space: normal;
}
.inputs.accept-consent {
    margin: 0 0 20px;
    text-align: center;
}

.inputs.accept-consent .read {
    margin-left: 5px;
	font-size: 15px;
	color: var(--primery-blue);
	cursor: pointer;
    clear: none;
	transition: all .1s ease;
}

.center-2 .product-list .item-box .buttons .button-2:hover {
	background-color: #e8af00;
}

.forum-edit-page .button-1:only-child,
.apply-vendor-page .primary-btn:only-child {
	width: 100%;
}

.forum-edit-page .buttons,
.private-message-send-page .buttons,
.move-topic-page .buttons {
	font-size: 0;
}

.forum-edit-page .buttons button,
.private-message-send-page .buttons button,
.move-topic-page .buttons button {
	width: 49%;
	margin: 0 0 0 2%;
}

.forum-edit-page .buttons button:nth-child(2n+1),
.private-message-send-page .buttons button:nth-child(2n+1),
.move-topic-page .buttons button:nth-child(2n+1) {
	margin-left: 0;
}

.account-page .button-1,
.return-request-page .button-1,
.user-agreement-page .button-1 {
	width: auto;
	min-width: 125px;
}

.account-page .save-customer-info-button {
	min-width: 100px !important;
	min-height: 37px;
}

.registration-result-page .result {
	margin: 0 0 20px;
}

.login-page .in-header-register {
	display: none;
}

.login-page .customer-blocks {
	margin: 0 0 40px;
}

.login-page .customer-blocks:after {
	content: "";
	display: block;
	clear: both;
}

.login-page .customer-blocks + .topic-block {
	margin-bottom: 40px;
}
.login-page .topic-block-title h2 {
	color: var(--primery-dark-blue);
	margin-bottom: 10px;
}

.private-message-send-page .page-body,
.forum-edit-page .page-body,
.form-style,
.move-topic-page .page-body {
	max-width: 600px;
	margin: 0 auto 30px;
	border: 1px solid #eee;
	border-radius: 3px;
}

.forum-edit-page .page-body,
.private-message-send-page .page-body,
.move-topic-page .page-body {
	max-width: none;
	margin-bottom: 0;
}

.registration-result-page .page-body,
.registration-page .page-body,
.brand-form-page .page-body,
.login-page .returning-wrapper,
.login-page .new-wrapper {
	max-width: 850px;
	width: 100%;
	margin: auto;
	background-color: var(--primery-extralight-blue);
	text-align: start;
}
.login-page .buttons {
	margin-top: 20px;
}
.login-page .new-wrapper{
	margin-top: 40px;
}
.login-page .title strong,
.registration-page .title strong,
.result {
	font-size: 20px;
	font-weight: 800;
	color: var(--primery-dark-blue);
}

.registration-result-page,
.login-page,
.registration-page,
.brand-form-page,
.contact-page,
.apply-vendor-page,
.forum-edit-page,
.private-message-send-page,
.move-topic-page {
	max-width: 850px;
	width: 100%;
	margin: auto;
}
.request-form-outer .title{
	margin-bottom: 40px;
}
.request-form-outer .title h1 {
	line-height: 120%;
	font-weight: 800;
	color: var(--primery-dark-blue);
}

.forum-edit-page .page-body,
.form-style,
.private-message-send-page .page-body,
.move-topic-page .page-body {
	padding: 40px 20px;
}


.title + .message-error {
	margin: 10px 0;
}

.login-page .text {
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
	color: var(--gray6);
}

.new-wrapper .text:before {
	content: "\79";
	display: block;
	margin: 20px 0;
	font-size: 55px;
	line-height: initial;
	color: var(--primery-blue);
}

label[for="Newsletter"],
.inputs.accept-consent label {
    color: #444 !important;
    clear: none;
}

.login-page .inputs.reversed label,
.login-page .inputs.reversed span {
	margin: 0;
	width: auto;
	font-size: 13px; /*reset zeroing*/
	color: var(--gray6);
	font-weight: 400;
}

.login-page .inputs.reversed label {
	float: left;
	clear: none;
}
.login-page .inputs.reversed span {
	float: right;
	clear: none;
}

.login-page .inputs.reversed a:hover {
	color: #444;
}

.login-page .inputs.reversed input[type="checkbox"] + label:before {
	vertical-align: bottom;
}

.login-page .forgot-password {
	font-size: 13px !important;
	font-weight: 700 !important;
}
.login-page .captcha-box {
	margin-bottom: 0;
}

.login-page .returning-wrapper .external-authentication {
	clear: both;
}

.login-page .external-authentication > * {
	margin: 30px -10px 0;
	padding: 30px 0;
	width: calc(100% + 20px);
	background-color: #f9f9f9;
	text-align: center;
}

.login-page .external-authentication .buttons {
	margin: 0;
	padding: 0;
}

.external-authentication .title {
	display: none;
}
.request-form-outer .note-wrapper {
	padding: 15px;
	background-color: #f6f6f6;
	margin: 0 0 20px;
	font-size: 15px;
	color: var(--gray6);
	line-height: 1.5;
}
.password-recovery-page .confirmaiton-form-msg-wrapper{
	margin: 0;
}
.select-navigation {
	padding: 20px;
	background-color: var(--primery-light-blue);
	text-align: center;
}

.select-navigation select {
	background-color: #fff;
	width: 300px;
}

.html-account-page .side-2 {
	margin-bottom: 3px;
}

.html-account-page .master-wrapper-content {
	margin-bottom: 40px;
}

.account-page .data-table {
	text-align: center;
}

.account-page .fieldset {
	margin-bottom: 40px;
}
.change-password-page .fieldset {
	margin-bottom: 30px;
}
.registration-page .fieldset {
	margin-bottom: 20px;
}

.reward-points-overview,
.forum-subscriptions-page .description {
	text-align: center;
}

.account-page .title {
	margin-bottom: 20px;
	font-size: 18px;
}


.account-page .inputs {
	text-align: left;
}

.account-page .button-2 {
	border: none;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	vertical-align: top;
	background-color: #f1f1f1;
	font-size: 13px;
	color: var(--gray6);
	text-transform: uppercase;
	font-weight: 700;
	transition: all .1s ease;
	border-radius:40px;
}

.account-page .button-2:hover {
	background-color: #eaeaea;
}

.account-page .button-2.return-items-button {
	display: block;
	width: auto;
	height: auto;
	margin: 20px auto 0;
	padding: 0;
	background-color: transparent;
	transition: all .2s ease;
}

.account-page .button-2.return-items-button:before {
	content: "\4f";
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
	font-size: 14px;
	color: var(--gray6);
	text-transform: none;
	font-weight: normal;
	transition: all .2s ease;
}

.account-page .button-2.return-items-button:hover,
.account-page .button-2.return-items-button:hover:before {
	color: var(--primery-dark-blue);
}

.account-page .edit-address {
	margin: 0 0 20px;
}
.account-page .description,
.reward-points-overview {
	margin-bottom: 20px;
    line-height: 1.5;
    font-size: 17px;
    color: var(--gray6);
    font-weight: 300;
    text-align: center;
}
.address-edit-page .save-address-button {
	min-height: 37px;
	padding: 0 30px;
}
.html-account-page .multi-factor-authentication-page .page-title {
	padding: 0 0 0 0;
}
.multi-factor-authentication-page .page-body  {
	width: 90%;
	margin: 0 auto;
}
.multi-factor-authentication-page .page-body .description {
	text-align: left;
	line-height: 26px;
}
.multi-factor-authentication-page .form-fields {
	position: relative;
	padding: 30px 15px;
	background-color: #ffffff;
	border-radius: 3px;
	border: 1px solid #eeeeee;
}
.multi-factor-authentication-page .fieldset {
	padding: 20px 0px 0px 0px;
}
.account-page.multi-factor-authentication-page .buttons {
	text-align: center;
	margin: 40px auto 10px;
}
.multi-factor-authentication-page .payment-method .method-list li {
	padding: 0;
}
.multi-factor-authentication-page .payment-method .payment-logo {
	text-align: center;
}
.multi-factor-authentication-config-page table {
	margin: 20px 0px;
}
.multi-factor-authentication-config-page .buttons {
	margin-top: 20px;
}

.account-page.multi-factor-authentication-page .payment-method .method-list input[type="radio"] + label:before {
	position: initial;
	left: 0;
	top: 0;
	margin-top: 2px;
	transform: none;
}
.account-page.multi-factor-authentication-page .payment-method .method-list li {
	max-width: 740px;
	padding: 30px 65px;
}
.plan-box,
.address-item,
.add-button,
.order-item,
.request-item {
	background-color: #fff;
	padding: 24px;
	border-left: 12px solid var(--primery-blue);
	border-radius: 12px;
	box-shadow: 0 0 12px #0000001f;
	position: relative;
	text-align: left;
	vertical-align: top;
}

.add-button:before {
	display: block;
	margin-bottom: 40px;
	content: "\55";
	font-size: 100px;
	color: var(--primery-blue);
}

.address-item .title,
.request-item .title {
	margin-bottom: 12px;
}
.order-list-page .order-item .title {
	margin-bottom: 16px;
}
.address-item .title strong,
.order-item .title strong,
.request-item .title strong {
	font-weight: 700;
	font-size: 18px;
	color: var(--primery-blue);
}

.email-to-revalidate,
.email-to-revalidate-note {
	display: inline-block;
	margin: 10px 5px;
	vertical-align: top;
	font-size: 12px; /*reset zeroing*/
	white-space: normal;
}

.order-item .info {
	margin: 0 0 10px;
}

.address-item li,
.order-item li,
.request-item li {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.3;
}

.address-list-page .info li > label,
.order-list-page .info li > label {
	display: none;
}

.address-item .name,
.address-item .email {
	font-weight: 700;
	font-size: 16px;
}

.address-item .email {
	margin-bottom: 10px;
}

.icon-btn.edit-address-button,
.icon-btn.delete-address-button {
	margin: 0 2px;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
}

.icon-btn.edit-address-button,
.icon-btn.edit-address-button:active {
	background-image: url('../img/edit-icon.svg');
}
.icon-btn.edit-address-button:hover {
	background-image: url('../img/edit-hover-icon.svg');
}

.icon-btn.delete-address-button {
	background-image: url('../img/delete-icon.svg');
}
.icon-btn.delete-address-button:hover {
	background-image: url('../img/delete-hover-icon.svg');
}

.return-request-list-page a {
	font-weight: bold;
	color: #444;
}
.return-request-list-page .comments {
	margin: 15px 0 0;
}

.user-agreement-page .terms-of-agreement {
	margin: 0 0 20px;
	text-align: center;
}

.reward-points-overview {
	margin: 0 0 15px;
}

.avatar-page .message-error {
	margin: 0 0 10px;
}
.avatar-page .fieldset {
	margin: 0 auto 30px;
	text-align: center;
}
.avatar-page .image {
	margin: 0 0 10px;
}

.account-page .button-1 {
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	font-weight: 700;
}

.avatar-page .info {
	margin: 0 0 30px;
	font-size: 15px;
	text-align: center;
}

.account-page.avatar-page .buttons {
	text-align: center;
}

.avatar-page .upload-image {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.avatar-page .upload-image + label {
	display: inline-block;
	cursor: pointer;
}

.avatar-page .upload-image.valid + label {
	background-color: var(--primery-dark-blue);
	color: #fff;
}

.avatar-page .upload-image.valid + label:hover {
	background-color: #5c7600;
}

.avatar-page .upload-image.valid + label:before {
	content: "\30";
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	color: #fff;
	text-transform: lowercase;
	font-size: 13px;
}

.avatar-page .upload-image:focus + label,
.avatar-page .upload-image + label:hover {
    background-color: #eaeaea;
}

.vendorinfo-page .vendor-picture {
	margin: 10px 0 0;
	text-align: center;
}
.vendorinfo-page .vendor-picture img {
	display: block;
	margin: 0 auto 10px;
}

.reward-points-history {
	margin-bottom: 0;
}

.gdpr-tools-page .form-fields + .buttons {
    margin-top: 30px;
}

.check-gift-card-balance-page .captcha-box {
    margin-bottom: 25px;
}


/********** SHOPPING CART **********/



.order-progress {
	margin: 0 0 40px;
	text-align: center;
}

.order-progress ul {
	font-size: 0;
}

.order-progress li {
	display: inline-block;
}

.order-progress a {
	position: relative;
	width: 50px;
	height: 50px;
	display: block;
	font-size: 0; /*reset zeroing*/
}

.order-progress a:before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 15px;
	height: 15px;
	background-color: #eee;
	border-radius: 50%;
	border: 0;
	color: #fff;
	box-shadow: none;
	z-index: 1;
	transition: all .5s ease 0s, color .4s ease .4s;
}

.order-progress .active-step.last a:before {
	content: "\64";
	font-size: 20px;
	text-indent: -2px;
	background-color: #fff;
	width: 50px;
	height: 50px;
	color: #8e8e8e;
	line-height: 43px;
	text-align: center;
	font-weight: normal;
	text-transform: none;
	border: 3px solid var(--primery-blue);
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}

.order-progress a:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	left: 0;
	
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 3px;
	background-color: #eee;
	z-index: 0;
}

.order-progress li:first-child a:after,
.order-progress li:last-child a:after {
	width: 50%;
}

.order-progress li:first-child a:after {
	right: 0;
	left: auto;
}

.order-progress .active-step a {
	cursor: pointer;
}

.order-progress .active-step:not(.last) a:hover:before {
	background-color: var(--primery-blue);
	width: 20px;
	height: 20px;
	transition: all .3s ease;
}

.order-progress li.inactive-step a {
	cursor: default;
}

.checkout-buttons .checkout-button {
	width: 100%;
}

.checkout-page .button-2,
.order-details-page .page-title a,
.order-details-page .repost .button-2,
.btn-2{
	display: inline-block;
	border: none;
	height: 45px;
	line-height: 45px;
	padding: 0 25px;
	margin: 0 2px;
	background-color: #f1f1f1;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--gray6);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .2s ease;
}
.shopping-cart-page .cart-collaterals .button-2:hover,
.checkout-page .button-2:hover,
.order-details-page .page-title a:hover,
.order-details-page .repost .button-2:hover,
.btn-2:hover{
	background-color: #eaeaea;
}

.shopping-cart-page .common-buttons {
	margin-bottom: 50px;
	font-size: 0;
}

.shopping-cart-page .common-buttons button {
	position: relative;
	margin: 0 auto 7px;
}

.shopping-cart-page .common-buttons button:before{
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	font-weight: normal;
	text-transform: none;
	transition: all .2s ease !important;
	z-index: 1;
}

.continue-shopping-button:before {
	content: "\64";
}

.update-cart-button:before {
	content: "\59";
}

.clear-cart-button:before {
	content: "\5a";
}

.clear-cart-button:hover:before {
	-webkit-animation: swiping 0.82s cubic-bezier(0.035, 0.225, 0.885, 0.290) both;
	-moz-animation: swiping 0.82s cubic-bezier(0.035, 0.225, 0.885, 0.290) both;
	animation: swiping 0.82s cubic-bezier(0.035, 0.225, 0.885, 0.290) both;
}

.clear-cart-button span,
.update-cart-button span {
	position: relative;
	z-index: 1;
}

.update-cart-button:hover:before {
	-webkit-animation: updating 1s linear infinite;
	-moz-animation: updating 1s linear infinite;
	animation: updating 1s linear infinite;
}

.shopping-cart-page .tax-shipping-info {
    margin: 0 0 30px;
    font-size: 14px;
    color: #444;
}

.shopping-cart-page .product-grid {
	clear: both;
	float: left;
	width: 100%;
	margin: 70px 0 0;
}

.remove-discount-button,
.remove-gift-card-button {
	width: 16px;
	height: 16px;
	border-radius: 3px;
	margin: 0 0 0 5px;
	border: none;
	background: #f1f1f1 url('../img/close.png') center no-repeat;
	cursor: pointer;
}

.remove-discount-button:hover,
.remove-gift-card-button:hover {
	background-color: #e9e9e9;
}

.shopping-cart-page .message-error {
	margin: 0 0 20px !important;
	font-size: 13px;
}

.shopping-cart-page .order-summary-content > .message-error {
	text-align: center;
}

.cart-options {
	margin: 0;
	text-align: center;
}

.cart-options >*:last-child {
	margin-bottom: 2px;
}

.cart-options .common-buttons {
	font-size: 0;
}
.cart-options .common-buttons button {
	min-width: 150px;
	margin: 0 5px 5px;
}
.cart-options .checkout-attributes {
	text-align: left;
}

.cart-options .checkout-attributes dl {
	max-width: 400px;
	margin: 0 auto;
}

.cart-options .checkout-attributes dt {
	margin: 0 0 5px;
	font-weight: bold;
}
.cart-options .checkout-attributes dd {
	margin: 0 0 15px;
}

.cart-options .checkout-attributes li {
	line-height: 24px;
}

.section.options {
	margin-bottom: 3px;
}

.checkout-attributes,
.selected-checkout-attributes {
	padding: 30px 20px;
	margin: 20px 0 0;
	border-radius: 3px;
	background-color: #f6f6f6;
	font-size: 15px;
	color: #444;
}

.cart-footer:after {
	content: "";
	display: block;
	clear: both;
}

.cart-footer .total-info {
	margin: 0 0 30px;
}

.cart-footer .total-info:only-child {
	margin: 0;
}

.totals {
	border-radius: 3px;
	padding: 50px 20px;
	background-color: #f6f6f6;
}

.totals > div {
	max-width: 400px;
	margin-left: auto !important;
	margin-right: auto !important;
}


.cart-total td {
	width: 50%;
	padding: 7px 5px;
	font-size: 16px;
	color: #444;
	font-weight: 400;
}





.cart-total td label {

	font-size: 16px;
	color: #444;
	font-weight: 400;
}

.order-total td label,
.order-total td span {
	font-size: 22px;
	color: var(--primery-blue);
	font-weight: 700;
}

.cart-total-left {
	text-align: left;
}

.cart-total-right {
	text-align: right;
}

.cart-total .order-total {
	font-size: 16px;
	color: var(--primery-blue);
}
.terms-of-service {
	margin: 0 0 30px;
	text-align: center;
}
.terms-of-service input[type="checkbox"] + label {
	display: inline;
	cursor: pointer;
	font-weight: 400;
	font-size: 16px;
}

.terms-of-service input[type="checkbox"] + label:before {
	vertical-align: middle;
}

.terms-of-service .read {
	margin: 0 0 0 3px;
	font-size: 15px;
	font-weight: 400;
	cursor: pointer;
	color: var(--primery-blue);
}

.terms-of-service .read:hover {
	color: var(--primery-dark-blue);
}

.cart-footer .addon-buttons > img:first-child,
.cart-footer .addon-buttons > p:first-child {
	margin: 20px 0 0;
}

.cart-collaterals {
	max-width: 100%;
	margin: 0 auto 30px;
}
.cart-collaterals > div {
	border: 1px solid #eee;
	border-radius: 3px;
	margin: 0 0 10px;
	overflow: hidden;
}

.cart-collaterals > div > .title {
	position: relative;
	display: block;
	height: 60px;
	padding: 0 20px 0 20px;
	margin: 0;
	line-height: 60px;
	color: #444;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	background-color: #f6f6f6;
	border-radius: 3px 3px 0 0;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all .1s ease;
}
.cart-collaterals > div > .title a {
	display: block;
	margin: 0 -20px;
	padding: 0 20px;
}

.cart-collaterals > div > .title:hover {
	color: var(--primery-blue);
}

.cart-collaterals > div > .title:before {
	content: "\57";
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 20px;

	font-size: 10px;
	color: var(--primery-blue);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-transform: none;
	transition: all .3s ease;
}

.cart-collaterals .deals .title.open:before {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.cart-collaterals > div > .list {
	display: none;
	padding: 30px 20px;
}

.cart-collaterals .title {
	margin: 0 0 10px;
	font-size: 18px;
	color: #444; 
}
.cart-collaterals .hint {
	margin: 0 0 20px;
	font-size: 15px;
	color: var(--gray6);
}

.cart-collaterals .coupon-code {
	overflow: hidden;
	font-size: 0;
}
.cart-collaterals .coupon-code input[type="text"],
.cart-collaterals .coupon-code input[type="email"],
.cart-collaterals .coupon-code input[type="tel"] {
	float: left;
	width: calc(100% - 105px);
}
.cart-collaterals .coupon-code button {
	float: left;
	width: 100px;
	padding: 0 15px;
	margin: 0 0 0 5px;
	display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cart-collaterals .message-failure {
	margin: 5px 0 0;
	color: #ff4f60;
	font-size: 13px;
	font-weight: 700
}
.cart-collaterals .message-success {
	margin: 5px 0 0;
	color: var(--primery-dark-blue);
	font-size: 13px;
	font-weight: 700
}
.cart-collaterals .current-code {
	margin: 7px 0 0;
	color: #444;
	font-size: 14px;
}

.coupon-code + .current-code{
	margin-top: 10px;
}

.cart-collaterals .shipping-results {
	margin: 30px 0 0;
}
.cart-collaterals .shipping-results li {
	margin: 10px 0 0;
	font-size: 14px;
	color: var(--gray6);
}

.cart-collaterals .shipping-results li strong {
	color: #444;
}

.cart-collaterals .shipping-results li:first-child {
	margin-top: 0;
}

.cart-collaterals .shipping-results .option-description {
	font-weight: 400;
}

.coupon-box + .giftcard-box,
.shipping-options .buttons {
	margin-top: 30px;
}

.estimate-shipping-result {
	margin-top: 20px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	color: #ff4f60;
}


/********** CHECKOUT **********/



.checkout-page .section {
	margin: 0 0 50px;
}

.checkout-page .section .title {
	margin: 0 0 30px;
	text-align: center;
}

.checkout-page .add-button:before {
	content: none;
	display: none;
}

.checkout-page .select-billing-address > .title,
.checkout-page .select-shipping-address > .title {
	display: none;
}

.checkout-page .order-summary > .title strong {
	font-size: 24px;
	font-weight: 700;
}

.checkout-page .min-amount-warning {
	display: block;
    margin: 0 0 25px;
	text-align: center;
	font-size: 13px;
    color: #ff4f60;
    font-weight: 700;
}

.ship-to-same-address,
.pickup-in-store {
	margin: 40px 0 !important;
	text-align: center;
}

.ship-to-same-address input[type="checkbox"] + label,
.pickup-in-store input[type="checkbox"] + label {
	font-weight: 700;
	color: #444;
}

.pickup-in-store .description {
	margin: 10px 0 0;
	font-size: 15px;
	color: var(--gray6);
	font-weight: 400;
}

.pickup-points .message-error {
	text-align: center;
	margin: 20px 0 !important;
}

.checkout-page .address-grid {
	overflow: hidden;
	font-size: 0;
}

.address-grid > div {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

.checkout-page .message-error {
    text-align: center;
    margin-top: 25px;
}

.checkout-page .multiple-locations {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
    color: var(--primery-dark-blue);
}


.checkout-page .add-button .btn-holder:before {
	display: block;
	margin-bottom: 40px;
	content: "\55";
	font-size: 100px;
	color: var(--primery-blue);
	transition: all .3s ease;
}

.checkout-page .add-button .btn-holder.open:before {
	color: var(--primery-dark-blue);
}

.checkout-page .add-button .enter-address {
	display: none;
}

.checkout-page .btn-holder {
	position: relative;
	padding-bottom: 45px;
}

.checkout-page .btn-holder label {
	position: absolute;
	top: auto;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 280px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	transition: all .3s ease;
}


.add-button .btn-holder .open-address-form {
	transition: width .3s ease .3s, max-width .3s ease .3s, padding .3s ease .3s, opacity .3s ease .3s, background-color .2s ease 0s;
	opacity: 1;
}

.add-button .btn-holder.open .open-address-form {
	max-width: 0;
	padding: 0;
	opacity: .4;
	transition-delay: 0s;
}
.checkout-page .btn-holder .close-address-form {
	max-width: 0;
	padding: 0;
	opacity: .4;
}

.add-button .btn-holder.open .close-address-form {
	max-width: 280px;
	padding: 0 25px;
	opacity: 1;
	transition: width .3s ease .3s, max-width .3s ease .3s, padding .3s ease .3s, opacity .3s ease .3s, background-color .2s ease 0s;
}

.checkout-page .edit-address {
	padding-top: 40px;
	margin: 0 0 30px;
}

.checkout-page .address-box {
	margin: 0 0 25px;
}
.checkout-page .address-item li {
	padding: 2px 0;
}






.checkout-page .address-item li.name {
	margin: 0;
}
.checkout-page .address-item li.country {
	margin: 5px 0 0;
	font-size: 16px;
}

.checkout-page .pickup-points .title {
	display: none;
	margin: 0 0 40px;
}
.checkout-page .select-pickup-point {
	text-align: center;
}
.checkout-page .select-pickup-point li {
	display: inline-block;
	margin: 0 5px;
	font-size: 15px;
	color: #444;
	font-weight: 700;
}
.checkout-page .select-address select {
	max-width: 100%;
}
.checkout-page .pickup-points-map {
	height: 300px;
	margin: 20px 0 0;
}

.payment-logo {
	margin-bottom: 10px;
}

.shipping-method .method-list,
.payment-method .method-list {
	margin: 0 0 30px;
}
.shipping-method .method-list li,
.payment-method .method-list li {
	position: relative;
	border: 1px solid #eee;
	border-radius: 3px;
	padding: 22px 22px 22px 70px;
	max-width: 560px;
	text-align: left;
	margin: 0 auto 10px;
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
	display: block;
	width: 100%;
	font-weight: 700;
	color: #444;
	font-size: 18px;
}
.shipping-method .method-list input[type="radio"] + label:before,
.payment-method .method-list input[type="radio"] + label:before {
	position: absolute;
	top: 50%;
	left: 25px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.shipping-method .method-description,
.payment-method .payment-description {
	margin: 5px 0 0;
	font-size: 16px;
	color: var(--gray6);
	font-weight: 400;
}

.shipping-method .pickup-points ~
.method-list[style*="display: none;"] ~ .buttons {
	display: none;
}
.checkout-page .select-pickup-point label {
	display: none;
}

.use-reward-points {
	margin: 0 0 30px;
	text-align: center;
}
.payment-info .info {
	margin: 0 0 30px;
}

.payment-info .info table {
	max-width: 800px;
	border: 1px solid #eee;
	border-radius: 3px;
	margin: 0 auto;
}

.payment-info .info td {
	padding: 5px;
}

.payment-info .info tr:first-child td {
	padding-top: 30px;
}

.payment-info .info tr:last-child td {
	padding-bottom: 30px;
}

.payment-info .info td label {
	font-size: 14px;
}

.payment-info .info td:first-child {
	text-align: right;
}

.payment-info .info td:only-child {
	text-align: center;
}

.payment-info .info td + td {
	text-align: left;
}

.payment-info .info td select:only-of-type,
.payment-info .info td input:only-of-type {
	width: 100% !important;
	max-width: 250px;
}

.payment-info .info td p {
	margin: 10px 0;
	font-size: 16px;
	color: #444;
}

.order-confirm-page .order-review-data .billing-info .title,
.order-confirm-page .order-review-data .shipping-info .title,
.opc .order-review-data .billing-info .title,
.opc .order-review-data .shipping-info .title {
	margin: -45px -20px 30px;
	height: 60px;
	line-height: 60px;
	background-color: #f9f9f9;
	border-radius: 3px 3px 0 0;
}

.order-review-data > div .info-list .name,
.order-review-data > div .title {
	margin-bottom: 10px;
}

.order-review-data > div .info-list .name,
.order-review-data > div .title strong {
	font-weight: 700;
	font-size: 16px;
	color: #444;
}

.confirm-order .terms-of-service {
	text-align: center;
}

.order-completed .details {
	max-width: 800px;
	border: 1px solid #eee;
	border-radius: 3px;
	padding: 30px;
	margin: 0 auto 30px;
	text-align: center;
}
.order-completed .details a {
	display: inline-block;
	margin: 20px 0 0;
	padding: 0 20px;
	max-width: 100%;
	height: 45px;
	line-height: 45px;
	background-color: #eee;
	color: var(--gray6);
	border-radius: 3px;
	font-size: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: 700;
	text-transform: uppercase;
}

.order-completed .order-number {
	font-size: 18px;
	font-weight: 700;
	color: var(--primery-dark-blue);
}

.opc {
	max-width: 1000px;
	margin: 0 auto;
}

.opc > li {
	border: 1px solid #eee;
	border-radius: 3px;
	margin-bottom: 10px;
	overflow: hidden;
}

.opc > li:last-child {
	margin-bottom: 0;
}

.opc .step-title {
	position: relative;
	height: 60px;
	line-height: 60px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #f6f6f6;
	padding: 0 40px;
	text-align: center;
}


.opc > li.allow:not(.active) .step-title:after {
	content: "\30";
	position: absolute;
	display: inline-block;
	top: 0;
	right: 20px;
	left: auto;
	color: var(--primery-dark-blue);
	font-size: 20px;
	line-height: 60px;
}

.opc input[type="checkbox"] ~ label:before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	width: 17px;
	height: 17px;
	border: 1px solid #eeeeee;
	vertical-align: text-top;
	background-color: #fff;
}
.opc input[type="checkbox"]:checked ~ label:before {
	margin-left: 1px;
	width: 16px;
	height: 16px;
	box-shadow: 0 0 0 1px #e7e7e7;
	border: 3px solid #fff;
	background-color: var(--primery-dark-blue);
}

.opc input[type="checkbox"] ~ label {
    font-weight: 700;
    color: #444;
}

.opc .ship-to-same-address,
.opc .pickup-in-store {
	margin-top: 0 !important;
}

.opc .section.new-billing-address,
.opc .section.new-shipping-address {
	max-width: 600px;
	margin: 0 auto;
}

.opc .allow:not(.active) .step-title,
.opc .allow:not(.active) .step-title .number,
.opc .allow:not(.active) .step-title .title {
	cursor: pointer;
}

.opc .step-title .number,
.opc .step-title .title {
	display: inline-block;
	font-size: 18px;
	color: #444;
	font-weight: 300;
}
.opc .step-title .number {
    margin: 0 5px 0 0;
}
.opc > li.active .step-title .number,
.opc > li.active .step-title .title {
    font-weight: 700;
    color: var(--primery-dark-blue);
}

.opc .step {
	padding: 40px 20px;
	overflow: hidden;
}
.opc .section {
	margin: 0 0 15px;
	text-align: center;
}
.opc .section > label,
.opc .select-pickup-points > label {
	display: block;
	font-weight: 700;
	color: #444;
	font-size: 15px;
	margin: 0 0 10px;
}

.opc .payment-info .info {
	margin: 0;
}

.opc .payment-info .info table {
	border: none;
}

.opc input[type="text"],
.opc input[type="email"],
.opc input[type="tel"],
.opc input[type="password"],
.opc select:only-of-type {
	max-width: 100%;
}

.opc select {
	padding: 0 27px 0 20px;
	background: #fff url(../img/select-arrow-dark.svg) no-repeat right 10px center;
}

.opc .buttons {
	margin-bottom: 0;
	font-size: 0;
}
.opc .pickup-points .buttons {
	display: none;
}

.opc #opc-confirm_order .buttons,
.opc #opc-payment_info .buttons,
.opc .checkout-data > div:not(.section) {
    float: left;
    clear: both;
    width: 100%;
    margin: 30px 0 0;
}

.opc-select-address-container select 
~ button:not(.edit-address-button),
.opc #save-shipping-address-button {
	display: none !important;
}
.opc .edit-address-button {
	vertical-align: middle;
	font-size: 0;
}
.opc #save-billing-address-button {
	margin: 0 10px 10px 0;
    background-color: #f1f1f1 !important;
	color: var(--gray6);
}
.opc #save-billing-address-button:hover {
    background-color: #eee !important;
}

.opc .back-link {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 10px 0;
}
.opc .back-link small {
	display: none;
}
.opc .back-link a {
	display: block;
	padding: 0 20px;
	border-radius: 3px;
	background-color: #f1f1f1;
	height: 45px;
	min-width: 95px;
	line-height: 45px;
	color: var(--gray6);
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .2s ease;
}
.opc .back-link a:hover {
    background-color: #eee;
}

.opc .back-link,
.opc .back-link + .button-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.opc .please-wait {
	display: block;
	margin: 10px 0 0;
}

.opc .terms-of-service {
	text-align: center;
}


/*********** ORDER DETAILS & RETURN REQUEST ***********/



.order-review-data,
.order-details-area,
.shipment-details-area {
	margin: 0 0 50px; 
	overflow: hidden;  
}

.order-details-page,
.order-overview {
	text-align: center;
}

.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
	padding: 45px 20px;
	margin: 0 0 20px;
	border: 1px solid #eee;
	border-radius: 3px;
	text-align: center;
}
.order-review-data > div > div,
.order-details-area > div > div,
.shipment-details-area > div > div {
	margin-bottom: 40px;
}

.order-review-data > div > div:last-child,
.order-details-area > div > div:last-child,
.shipment-details-area > div > div:last-child {
	margin-bottom: 0;
}

.order-review-data li,
.order-details-area li,
.shipment-details-area li {
	padding: 2px 0; 
	font-size: 16px;
	color: var(--gray6);
}
.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
	margin: 0 0 15px;
	font-size: 18px;
	color: #444;
}

.order-details-page .page-title {
	margin: 0 0 40px;
	overflow: hidden;
}
.order-details-page .page-title h1 {
	margin: 0 0 30px;
}
.order-details-page .order-overview {
	margin: 0 0 40px;
	line-height: 20px;
}

.order-details-page .order-overview .order-number {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 700;
	color: var(--primery-dark-blue);
}

.order-overview-content li {
	font-size: 16px;
	color: var(--gray6);
	line-height: 1.5;
	font-weight: 300;
}

.order-overview-content li strong {
	color: #444;
}

.order-details-page .data-table td {
	font-size: 16px;
}

.order-details-page .tax-shipping-info {
	margin: 0 0 10px;
	font-size: 15px;
	color: #444;
}

.order-details-page .actions {
	margin: 20px 0 0;
	overflow: hidden;
	font-size: 0;
}

.order-details-page .actions button {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 5px 0 0;
	padding: 0 20px;
	height: 45px;
	border-radius: 3px;
	border: none;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}

.order-details-page .actions button:first-child {
	margin-top: 0;
}

.order-details-page .actions .button-2 {
	background-color: #e7e7e7;
	color: var(--gray6);
}

.section.shipments {
	margin-bottom: 50px;
}

td.view-details a,
td.download a {
	display: inline-block;
	padding: 10px 20px;
	margin: -7px 0;
	border-radius: 3px;
	background-color: #f1f1f1;
	color: var(--gray6);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all .2s ease;
}

td.view-details a:hover,
td.download a:hover {
	background-color: #eaeaea;
}

.downloadable-products-page td.order a {
	color: #444;
}

.return-request-file > div {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	font-size: 13px;
	overflow: hidden;
}

.qq-uploader .qq-upload-drop-area,
.qq-uploader .qq-upload-list {
	float: left;
	width: calc(100% - 45px);
	height: 45px;
	line-height: 45px;
	border: 1px solid #e7e7e7;
	border-right: none;
	border-radius: 3px;
	background-color: #fff;
	text-align: left;
	font-size: 13px;
	color: #000;
}
.qq-uploader .qq-upload-button {
	border: 1px solid #e7e7e7;
}

.qq-upload-list li {
	height: 45px;
	display: flex;
	align-items: center;
}

.qq-upload-list li .qq-upload-file{
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qq-uploader .qq-upload-button {
	width: 45px;
	height: 45px;
	line-height: 45px;
	padding: 0;
	display: inline-block;
	float: right;
	border: none;
	border-radius: 0 3px 3px 0;
	background-color: #eebe00;
	font-size: 0;
	transition: all .2s ease;
}

.qq-uploader .qq-upload-button:before {
	content: "\e903";
	font-size: 16px;
	color: #fff;
}
.qq-uploader .qq-upload-button:hover {
	background-color: #e8af00;
}

.return-request-page .qq-upload-list li {
	background-color: transparent !important;
	font-size: 13px;
	color: #444 !important;
	padding: 0 !important;
	line-height: 45px;
}

.qq-uploader .qq-upload-drop-area,
.qq-uploader .qq-upload-extra-drop-area {
	width: calc(100% - 45px);
	height: 100%;
	min-height: 45px;
	background: #fff9e0;
	text-align: left;
}

.qq-uploader .qq-upload-drop-area span {
	top: 0;
	left: 0;
	margin: 0;
}


/*********** SEARCH & SITEMAP ***********/


.search-page .search-input .fieldset {
	margin: 0;
}

.search-page .search-input form {
	background-color: #f6f6f6;
	margin: 0 -10px 40px;
	padding: 30px 0;
}

.search-input input + label {
	display: inline;
	margin: 0 0 0 2px;
}
.basic-search {
	padding: 0 20px 30px;
}

.advanced-search {
	padding: 30px 20px;
	border-top: 2px solid #fff;
}

.basic-search > .inputs,
.advanced-search > .inputs {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.search-page .search-input form .buttons {
	padding: 0 20px;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.search-page .search-input form button {
	width: 100%;
}

.advanced-search .price-range {
	display: block;
	width: 100%;
	font-size: 0;
}
.advanced-search .price-range input {
	width: calc(50% - 5px);
	font-size: 13px;
}

.advanced-search .price-range input:nth-child(2) {
	margin-left: 10px;
}

.search-input .warning,
.search-results .result {
	display: block;
	margin: 10px 0 0; 
	font-weight: normal;
	color: #ff4f60;
}
.search-results {
	margin: 30px 0 0;
}

.sitemap-page .description {
	margin: 0 auto 30px;
	max-width: 1000px;
	font-size: 15px;
	color: var(--gray6);
	text-align: center;
}

.sitemap-page .entity {
	border: 1px solid #eee;
	border-radius: 3px 3px 0 0;
	border-bottom: none;
	padding: 30px 20px;
	text-align: center;
}


.sitemap-page .entity + .entity {
	border-radius: 0;
}

.sitemap-page .entity:last-child {
	border-radius: 0 0 3px 3px;
	border-bottom: 1px solid #eee;
}

.sitemap-page .entity-title {
	margin: 0 0 20px;
}
.sitemap-page .entity-title h2 {
	font-size: 17px;
	color: #444;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.sitemap-page .entity-body {
	line-height: 24px;
}
.sitemap-page li {
	display: inline-block;
	margin: 0 5px;
}
.sitemap-page a {
	display: block;
	padding: 5px;
	color: var(--primery-dark-blue);
	font-size: 15px;
	transition: all .2s ease;
}

.sitemap-page a:hover {
	color: var(--primery-dark-blue);
}

.sitemap-page a:empty {
	display: none;
}


/********** BLOG & NEWS **********/

.block-blog-archive .year {
	margin-top: 10px;
}

.year strong {
	display: block;
	cursor: default;
}

.blog-posts {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.blog-page .post{
	width: calc((100% - 30px)/2);
}

.back-to-all-button {
	margin-bottom: 10px;
}

.blog-page .post-details,
.news-items .news-item {
	background-color: #fff;
	padding: 24px;
	border-left: 12px solid var(--primery-blue);
	border-radius: 12px;
	box-shadow: 0 0 12px #0000001f;
	position: relative;
	text-align: left;
	vertical-align: top;
}


.blog-page .post:after,
.news-items .item:after {
	content: "";
	display: block;
	clear: both;
}
.post-title,
.news-title {
	display: block;
	margin: 0 0 15px;
	font-size: 25px;
	font-weight: 600;
}
.post-head .post-title:hover {
	color: var(--primery-blue);
}
.post-date,
.news-date {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.3px;
	color: var(--primery-blue);
	margin-bottom: 10px;
	text-transform: uppercase;
}

.post-date + .read-comments {
	margin-left: 15px;
} 

.post-body,
.news-body {
	line-height: 1.5;
	font-size: 16px;
	color: var(--gray6);
	font-weight: 400;
}

.post-body + .buttons,
.news-body + .buttons {
	margin-top: 25px;
}

.post-body p:first-child,
.news-body p:first-child {
	margin-top: 0;
}

.back-to-all-button:before {
	content: "\6b";
	font-size: 12px;
	width: auto;
	height: auto;
}

.blogpost-page .page-title,
.news-item-page .page-title {
	margin-bottom: 15px;
}

.blogpost-page .post-date,
.news-item-page .news-date {
	display: block;
	margin-bottom: 25px;
}

.blog-page .tags, 
.blogpost-page .tags {
	margin: 0 0 5px;
	overflow: hidden;
}
.blog-page .tags label,
.blogpost-page .tags label {
	display: inline-block;
	font-size: 0;
}

.blog-page .tags label:before,
.blogpost-page .tags label:before {
	content: "\58";
	display: inline-block;
	margin-right: 7px;
	font-size: 16px;
	color: var(--gray6);
}

.blog-page .tags ul,
.blogpost-page .tags ul {
	display: inline-block;
	font-size: 0;
}
.blog-page .tags li,
.blogpost-page .tags li {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
}

.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
	margin: 0 5px 0 3px;
}
.blog-page .tags a,
.blogpost-page .tags a {
	display: inline-block;
	color: var(--primery-dark-blue);
	line-height: 24px;
	transition: all .2s ease;
}

.blog-page .tags a:hover,
.blogpost-page .tags a:hover {
	color: var(--primery-dark-blue);
}

.blog-posts .buttons,
.news-items .buttons {
	text-align: left;
}
.blog-posts .read-more,
.news-items .read-more {
	display: inline-block;
	padding: 0 25px;
	border-radius: 3px;
	background-color: #eebe00;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all .2s ease;
	border-radius:40px;
}

.blog-posts .read-more:hover,
.news-items .read-more:hover {
    background-color: #e8af00;
}

.read-comments {
	font-size: 13px;
	color: var(--gray6);
	font-weight: 700;
	transition: all .2s ease;
}

.read-comments:before {
	content: "\52";
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	font-weight: normal;
	text-transform: none;
	color: var(--gray6);
	font-size: 16px;
	transition: all .2s ease;
}

.read-comments:hover,
.read-comments:hover:before {
	color: var(--primery-dark-blue);
}

.new-comment {
	padding: 40px 20px;
}

.comment-list {
	padding: 0 10px 40px;
}

.new-comment,
.comment-list {
	background-color: #f6f6f6;
}

.new-comment > *,
.comment {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.new-comment + .comment-list {
	margin-top: 0;
}

.new-comment .title {
	margin: 0 auto 20px;
}

.new-comment .title strong {
	font-weight: 700;
	font-size: 26px;
	color: #444;
}

.new-comment form {
	display: none;
}

.open-comment-form:before {
	content: "\52";
}

.new-comment .notifications {
	font-size: 15px;
	color: var(--gray6);
}
.new-comment .result {
	margin: 20px 0 0;
	color: var(--primery-dark-blue);
}

.comment-list .comment {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 30px 20px;
	text-align: left;
}

.comment-list .comment:first-child {
	border-top: 1px solid #eee;
	border-radius: 3px 3px 0 0;
}

.comment-list .comment:last-child {
	border-radius: 0 0 3px 3px;
}


.new-comment .form-fields {
	padding-top: 30px;
	margin: 0 auto 15px;
	max-width: 500px;
}

.new-comment textarea {
	width: 100%;
}

.comment-list .title {
	margin: 0 0 10px;
	font-weight: bold;
}

.blog-comment:after,
.news-comment:after {
	content: "";
	display: block;
	clear: both;
}
.comment-info {
	margin: 0 0 5px;
	font-size: 0;
	overflow: hidden;
}
.comment-info .username {
	display: inline-block;
	margin-bottom: 3px;
	font-size: 17px;
	color: #444;
	font-weight: 700;
}
.comment-info .avatar {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 70px;
	overflow: hidden;
}
.comment-info .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	height: auto;
	margin: auto;
}
.comment-time {
	font-size: 14px;
	color: #aaa;
}
.comment-body,
.comment-text {
	font-size: 15px;
	color: var(--gray6);
	line-height: 1.5;
}

.news-item-page .inputs:first-child label {
	display: block;
}

.news-list-homepage {
	margin: 0 auto 50px;
	text-align: center;
}
.news-list-homepage .title {
	margin: 0 0 7px;
	font-size: 28px;
	color: #444444;
}
.news-list-homepage .title strong {
	font-weight: bold;
}

.news-list-homepage .view-all {
	margin-bottom: 15px;
}

.news-list-homepage .view-all a {
	display: inline-block;
	line-height: 32px;
	color: var(--primery-dark-blue);
	letter-spacing: 1.3px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
    transition: all .2s ease;
}

.news-list-homepage .view-all a:after {
	content: "\57";
	display: inline-block;
	margin-left: 7px;
	font-size: 8px;
	color: var(--primery-dark-blue);
	vertical-align: bottom;
	text-transform: none;
	transition: all .2s ease;
}

.news-list-homepage .view-all a:hover,
.news-list-homepage .view-all a:hover:after {
    color: var(--primery-dark-blue);
}


/********** FORUM & PROFILE **********/


.forums-header {
	margin: 0 0 30px;
	text-align: center;
}
.forums-header:after {
	content: "";
	display: block;
	clear: both;
}
.current-time {
	margin: 27px 0 30px;
	color: var(--primery-dark-blue);
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}
.forum-search-box {
	margin: 0 0 45px;
	text-align: center;
}
.forum-search-box {
	display: block;
	padding: 0 !important;
	margin: 0 auto 20px;
	width: 100%;
	max-width: 600px;
}

.forum-search-box form {
	padding: 0 !important;
}

.forum-search-box .basic {
	overflow: hidden;
	margin: 0 0 15px;
}

.forum-search-box.search-box input.search-box-text {
	padding: 0 5px 0 15px;
	width: calc(100% - 45px);
	height: 45px;
}

.forum-search-box.search-box .search-box-button {
	float: left;
	width: 45px;
	height: 45px;
	border: none;
	background: #ccc url('../img/search-button.png') center no-repeat;
	font-size: 0;
	border: 1px solid #eeeeee;
	border-left: 0;
	border-radius: 0 3px 3px 0;
}

.forum-search-box.search-box .search-box-button:hover {
	background-color: var(--primery-dark-blue);
}

.forum-search-box .advanced > a {
	font-size: 15px;
	color: var(--gray6);
	transition: color .2s ease
}
.forum-search-box .advanced > a:hover {
	color: var(--primery-dark-blue);
}

.forum-search-page .basic-search .forum-search-text {
	text-align: center;
	font-size: 15px;
}

.forum-search-page .basic-search .forum-search-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #aaa;
}
.forum-search-page .basic-search .forum-search-text::-moz-placeholder { /* Firefox 19+ */
	color: #aaa;
}
.forum-search-page .basic-search .forum-search-text:-ms-input-placeholder { /* IE 10+ */
	color: #aaa;
}
.forum-search-page .basic-search .forum-search-text:-moz-placeholder { /* Firefox 18- */
	color: #aaa;
}

.forum-search-page .inputs.reversed {
	text-align: center;
}

.forum-search-page .advanced-search {
	margin: 0 -10px 30px;
	padding: 30px;
	max-width: 800px;
	background-color: #f6f6f6;
}
.forum-search-page .search-error {
	padding: 15px;
	margin: 30px 0 0;
	font-size: 13px;
	color: #ff4f60;
	font-weight: 700;
	text-align: center;
}

.forum-search-page .fieldset {
	margin: 0;
}

.forum-search-page .search-results {
	margin: 40px 0 0;
}

.no-result {
	font-size: 15px;
	color: var(--gray6);
	text-align: center;
}


/* forum group */

.forums-table-section {
	margin: 0 0 50px;
}
.forums-table-section a {
	vertical-align: middle;
}
.forums-table-section-title {
	margin: 0 0 25px;
	overflow: hidden;
	text-align: center;
}
.forums-table-section-title > a,
.forums-table-section-title strong {
	font-size: 24px;
	font-weight: 700;
	color: #444;
}
.forums-table-section .view-all a {
	display: inline-block;
	margin-top: 10px;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    border-radius: 3px;
    background-color: #eebe00;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    transition: all .2s ease;
}
.forums-table-section .view-all a:hover {
	background-color: #e8af00;
}

.forums-table-section .image div {
	font-size: 0;
	width: 24px;
	height: 24px;
	margin: auto;
}

.forums-table-section .image div:before {
	content: "\32";
	display: block;
	color: #8e8e8e;
	font-size: 24px;
	font-weight: normal;
	text-transform: none;
}


.forums-table-section .image div.sticky:before {
	color: #ffa20f;
}
.forums-table-section .image div.announcement:before {
	color: #e5323f;
}

.forums-table-section .latest-post {
	white-space: nowrap;
}

/* forum-page, topic-page */



.forum-page .forum-info,
.forum-topic-page .topic-name,
.forum-page .forum-name {
	margin: 0 0 30px;
	text-align: center;
}
.forum-page .forums-table-section {
	margin: 0;
}

.forum-page .forum-description {
	margin-top: -5px;
}

.forum-page .forum-description p {
	font-size: 15px;
	color: var(--gray6);
}

.forum-actions,
.topic-actions {
	margin: 0 0 25px;
	font-size: 0;
	text-align: center;
}

.forum-actions .actions a,
.topic-actions .actions a {
	display: inline-block;
	padding: 0 10px;
	margin: 0 0 6px 6px;
	width: calc(50% - 3px);
	height: 45px;
	line-height: 45px;
	font-size: 13px;
	color: var(--gray6);
	text-transform: uppercase;
	font-weight: 700;
	background-color: #f1f1f1;
	border-radius: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all .2s ease;
}

.topic-actions .actions a:nth-child(2n),
.forum-actions .actions a:nth-child(2n+1) {
	margin-left: 0;
}

.topic-actions .pager {
	margin-top: 50px;
}

.pager.upper {
	display: none;
}

.forum-actions .actions a:hover,
.topic-actions .actions a:hover {
	background-color: #eaeaea;
}

.forum-actions .actions a:before,
.topic-actions .actions a:before,
.topic-post .post-actions a:before {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
	color: var(--gray6);
	font-size: 17px;
	text-transform: none;
	font-weight: normal;
}

.forum-actions .actions a.edit-topic-button,
.topic-actions .actions a.edit-topic-button {
	width: 100%;
	margin: 0 0 6px;
}

.forum-actions .actions .new-topic:before {
	content: "\52";
}

.forum-actions .actions .watch-forum:before,
.topic-actions .actions .watch-forum:before,
.topic-actions .watch-topic-button:before {
	content: "\31";
}

.topic-actions .reply-topic-button:before {
	content: "\4f";
}
.topic-actions .move-topic-button:before {
	content: "\33";
}
.topic-actions .edit-topic-button:before {
	content: "\4c";
}
.topic-actions .delete-topic-button:before {
	content: "\4d";
}
.topic-actions.lower .actions {
	display: none;
}

.forum-table a {

	color: #444;
	font-weight: 700;
	transition: color .2s ease;
}

.forum-table a:hover {
	color: var(--primery-dark-blue);
}

.forum-details .forum-title a,
.topic-details .topic-title a {
	font-size: 18px;
}

.forum-description,
.topic-details .topic-pager,
.topic-details .topic-starter,
.topic-details .topic-starter,
td.latest-post {
	font-size: 16px;
	color: var(--gray6);
}

 .forum-page .pager {
 	margin-top: 30px;
 }

 td.topics,
 td.posts,
 td.views,
 td.replies,
 td.votes {
 	font-weight: 700;
 }


/* topic post */

.topic-post {
	margin: 0 0 20px;
	border: 1px solid #eee;
	border-radius: 3px;
	overflow: hidden;
}
.topic-post:after {
	content: "";
	display: block;
	clear: both;
}

.topic-post .post-head {
	padding: 0 17px;
	background-color: #f6f6f6;
	text-align: left;
	height: 45px;
}

.topic-post .post-time {
	display: inline-block;
}

.topic-post .post-time span,
.topic-post .post-time label {
	display: inline-block;
	color: #aaa;
	font-size: 14px;
	line-height: 43px;
}


.topic-post .post-link-button {
	float: right;
	font-size: 15px;
	font-weight: 700;
	line-height: 43px;
	color: var(--gray6);
}

.topic-post .post-info {
	padding: 15px 10px;
	text-align: left;
	font-size: 0;
}
.topic-post .user-info {
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-height: 105px;
	padding-left: 120px;
}
.topic-post .username {
	display: block;
	margin-bottom: 5px;
	font-size: 17px;
	color: #444;
	font-weight: 700;
}
.topic-post .avatar {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	vertical-align: top;
	width: 105px;
	overflow: hidden;
	font-size: 0;
}
.topic-post .avatar a {
	display: block;
}
.topic-post .avatar img {
	max-width: 100%;
}
.topic-post .user-stats {
	margin: 0 0 15px;
	font-size: 14px;
	color: var(--gray6);
	line-height: 1.1;
}

.topic-post .user-stats span {

	margin: 0 0 0 3px;
}
.topic-post .pm-button {
	display: inline-block;
	margin: 0;
	padding: 0;
	height: auto;
	background-color: transparent;
	font-size: 13px;
	line-height: 16px;
}

.topic-post .pm-button:before {
	position: static;
	margin-right: 10px;
	vertical-align: bottom;
	color: var(--primery-dark-blue);
}

.topic-post .post-actions {
	font-size: 0;
	text-align: right;
	overflow: hidden;
}
.topic-post .post-actions > div {
	display: inline-block;
	float: right;
	vertical-align: top;
}
.topic-post .post-actions a {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 5px;
	font-size: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #f1f1f1;
	border-radius: 3px;
	text-align: center;
	transition: all .2s ease;
}

.topic-post .post-actions a:hover {
	background-color: #eaeaea;
}

.topic-post .post-actions a:before {
	margin: 0;
}

.topic-post .post-actions .edit-post-button:before {
	content: "\4c";
}
.topic-post .post-actions .delete-post-button:before {
	content: "\4d";
}

.topic-post .post-actions .quote-post-button {
	width: auto;
	padding: 0 25px;
	background-color: #eebe00;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
}

.topic-post .post-actions .quote-post-button:hover {
	background-color: #e8af00;
}

.topic-post .post-content {
	padding: 20px;
}

.topic-post .post-body {
	position: relative;
	text-align: left;
	font-size: 15px;
	margin-bottom: 40px;
}

.topic-post .user-posted-image,
.latest-posts .user-posted-image {
	max-width: 100%;
	height: auto;
}
.topic-post .quote,
.latest-posts .quote {
	margin: 10px 0;
	background-color: #f6f6f6;
	border-radius: 3px;
	padding: 15px 10px;
}
.topic-post .post-actions > div.post-vote {
	float: left;
}
.topic-post .post-vote > span {
	display: inline-block;
	vertical-align: top;
	width: 25px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}

.topic-post .post-vote > span:before {
	display: block;
	font-size: 20px;
	color: var(--gray6);
	text-align: center;
}

.topic-post .post-vote > .vote.up:before {
	content: "\46";
}
.topic-post .post-vote > .vote.down:before {
	content: "\47";
}

.topic-post .post-vote > .vote.up:hover:before {
	content: "\e902";
	color: var(--primery-dark-blue);
}

.topic-post .post-vote > .vote.down:hover:before {
	content: "\e901";
	color: var(--primery-dark-blue);
}

.topic-post .post-vote > div {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	font-weight: 700;
	color: var(--gray6);
}
.topic-post .signature {
	border-top: 1px dashed #eee;
	padding: 20px 0 0;
	margin-bottom: 30px;
	font-size: 15px;
	color: #aaa;
	text-align: left;
}

/* forum edit & send message */


.forum-edit-page strong,
.private-message-send-page a {
	font-size: 18px;
	font-weight: normal;
	vertical-align: middle;
}
.forum-edit-page .buttons,
.private-message-send-page .buttons {
	margin: 15px 0 0;
	text-align: center;
}

.forum-edit-page .buttons button,
.move-topic-page .buttons button,
.private-messages .buttons button {
	min-width: 115px;
	border: none;
	padding: 0 25px;
	height: 45px;
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .1s ease;
}

.forum-edit-page button.button-2,
.move-topic-page button.button-2,
.private-messages button.button-2 {
	color: var(--gray6);
	background-color: #f1f1f1;
}

.forum-edit-page button.button-2:hover,
.move-topic-page button.button-2:hover,
.private-messages button.button-2:hover {
	background-color: #dfdfdf;
}

.forum-edit-page .inputs span {
	vertical-align: middle;
	margin-left: 5px;
	font-size: 12px; /*reset zeroing*/
}

.private-message-send-page .message label {
	display: none;
}

/* inbox & view message */


.private-message-view-page .buttons .button-2 {
	background-color: #f1f1f1;
}

.private-messages .page-title {
	text-align: center;
}

.private-messages-page td.date {
	white-space: normal;
}

.private-messages-page .td-title {
	display: none;
}

.private-messages .data-table a,
.private-messages .data-table td {
	color: var(--gray6);
	font-weight: 400;
}

.private-messages-page td,
.private-messages-page th {
	text-align: left;
}

.private-messages-page .data-table .pm-unread {
	color: #444;
	font-weight: 700;
}

.private-messages-page .buttons button {
	width: 80%;
	max-width: 200px;
	margin: 0 5px;
}

.private-messages-page buttons + button {
	margin-top: 15px;
}

.private-message-view-page .view-message {
	border: 1px solid #eee;
    border-radius: 3px;
    padding: 30px 20px;
    margin: 0 auto 30px;
    max-width: 800px;
}
.private-message-view-page .message-head li {
	margin-bottom: 10px;
	font-size: 15px;
	color: var(--gray6);
}
.private-message-view-page .message-head label {

	font-weight: 300;
}
.private-message-view-page .message-head {
	margin-bottom: 30px;
}
.private-message-view-page .message-head span {
	font-weight: 700;
	margin: 0 0 0 5px;
	vertical-align: middle;
}

.private-message-view-page .message-body {
	font-size: 15px;
	line-height: 1.5;
	font-weight: 400;
	color: var(--gray6);
}

.private-message-view-page .message {
	display: block !important;
	margin: 15px 0;
	border: 1px solid #ccc;
	padding: 15px;
}

.private-message-view-page .buttons {
	font-size: 0;
}

.private-message-view-page .reply-pm-button,
.private-message-view-page .delete-pm-button {
	display: inline-block;
	width: calc(40% - 5px);
	margin-bottom: 10px;
	max-width: 150px;
}

.private-message-view-page .reply-pm-button {
	margin-right: 10px;
}

.private-message-view-page .back-pm-button {
	display: block;
	margin: 0 auto;
	width: 80%;
	max-width: 310px;
}

/* profile page  */

.profile-info-box {
	overflow: hidden;
	border: 1px solid #eee;
	border-radius: 3px;
	padding: 30px 20px;
	max-width: 650px;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
}
.profile-info-box .avatar {
	margin: 0 auto 20px;
	font-size: 0;
}
.profile-info-box .profile-stats {
	margin: 0 0 10px;
}
.profile-info-box .title {
	margin: 0 0 13px;
	font-size: 16px;
	color: #444;
}

.profile-info-box .avatar {
	max-width: 180px;
	border-radius: 3px;
	overflow: hidden;
}

.profile-info-box .stats {
	font-size: 15px;
	color: var(--gray6);
	font-weight: 300;
}

.profile-info-box .stats li {
	margin-bottom: 6px;
}

.profile-info-box .stats span {

	font-weight: 700;
}

.profile-page .ui-tabs-nav,
.private-messages-page .ui-tabs-nav {
	font-size: 0;
}

.profile-page .ui-tabs-nav li,
.private-messages-page .ui-tabs-nav li {
	max-width: calc(50% - 10px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 5px;
}

.profile-page .topic {
	padding: 30px 20px;
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
}

.profile-page .topic:first-child {
	border-top: 1px solid #eee;
	border-radius: 3px 3px 0 0;
}

.profile-page .topic:last-child {
	border-radius: 0 0 3px 3px;
}
.profile-page .topic:only-child {
	border-radius: 3px;
}

.profile-page .topic-title {
	margin: 0 0 7px;
	font-size: 16px;
}

.profile-page .topic-title label {

	font-weight: 300;
	color: var(--gray6);
}

.profile-page .topic-title a {
	font-weight: 700;
	color: #444;
}
.profile-page .topic-data {
	color: var(--gray6);
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: 300;
}





.profile-page .topic-body {
	font-size: 15px;
	font-weight: 400;
	color: var(--gray6);
	line-height: 1.5;
}

.pm-button {
	position: relative;
	display: inline-block;
	border: none;
	height: 45px;
	line-height: 45px;
	max-width: 80%;
	padding: 0 25px 0 55px;
	margin: 15px auto 0;
	background-color: #f1f1f1;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--gray6);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: background-color .1s ease, padding .3s ease;
}

.pm-button:before {
	content: "\6d";
	position: absolute;
	display: inline-block;
	top: 0;
	left: 25px;
	font-size: 20px;
	color: var(--gray6);
	text-transform: none;
	transition: all .3s linear !important;
	font-weight: normal;
}

.pm-button:hover::before {
	-webkit-animation: emailing .2s linear;
	-moz-animation: emailing .2s linear;
	animation: emailing .2s linear;
}

.csharpcode {
	margin: 10px 0;
	padding: 10px 15px;
	color: #444;
	white-space: normal;
	text-align: left;
	border: 1px dotted #cacaca;
	border-radius: 3px;
}

/* RFP AND RFQ CSS*/
.company-verification a:after,
.bell-notification a:after {
	content: "";
	width: 20px;
	height: 20px;
}
.company-verification a:after {
	background: url("../img/seller-portal.svg") no-repeat center;
	background-size: cover;
}
.company-verification a:hover:after,
.company-verification.active a:after {
	background: url("../img/seller-portal-hover.svg") no-repeat center;
	background-size: cover;
}
.bell-notification a:after {
	background: url("../img/notification.svg") no-repeat center;
}
.notification-btn-warpper .notification-icon:before {
	content: "";
	width: 20px;
	height: 20px;
	background: url("../img/notification-hover.svg") no-repeat center;
}
.bell-notification a:hover:after,
.bell-notification.active a:after {
	background: url("../img/notification-hover.svg") no-repeat center;
}
.registration-result-page .button-1 {
	text-transform: capitalize;
	padding: 10px 20px;
	height: 36px;
	display: inline-block;
	line-height: normal;
	border-radius: 40px;
}

.product-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.product-list .product-item {
	display: block;
}
.buttons a {
	display: inline-flex;
	height: 40px;
	justify-content: center;
	align-items: center;
}
.bestsellers .buttons a{
	width: fit-content;
}

.topic-page .page-body p {
	margin: 0 0 10px 0;
}
.html-home-page .page {
	padding-top: 0;
}
button,
.button-1,
.button-2,
.btn-2 {
	border-radius: 40px;
}
.slick-slider .slick-track, .slick-slider .slick-list{
	display:flex;
}

.slick-carousel .item-box{
	height:100%;
}

.skiptranslate {
	display: flex;
	align-items: center;
	gap: 5px;
}

.goog-te-gadget .goog-te-combo {
	margin: 0 !important;
	border: 1px solid #eee;
	padding: 5px;
	border-radius: 0;
	margin: 8px 0 8px 5px !important;
}

.goog-te-gadget,
.goog-te-gadget span{
	font-size: 0 !important;
}

.goog-te-gadget span{
	display:none;
}
.language-icon::after{
	content:'';
	display:block;
	width:27px;
	height:27px;
}
.customer-auction a:hover:after,
.customer-auction.active a:after {
	background: url("../img/my-auctions-hover.svg") no-repeat center;
	background-size: cover;
}
.seller-bankinfo a:after {
	content: "";
	width: 23px;
	height: 23px;
}
.seller-bankinfo a:after {
	background: url("../img/seller_bank.svg") no-repeat center;
	background-size: cover;
}
.seller-bankinfo a:hover:after,
.seller-bankinfo.active a:after {
	background: url("../img/seller_bank_hover.svg") no-repeat center;
	background-size: cover;
}
.staff-manager a:after {
	content: "";
	width: 23px;
	height: 23px;
}
.staff-manager a:after {
	background: url("../img/manage_staff.svg") no-repeat center;
	background-size: cover;
}
.staff-manager a:hover:after,
.staff-manager.active a:after {
	background: url("../img/manage_staff_hover.svg") no-repeat center;
	background-size: cover;
}
.staff-invite a:after {
	content: "";
	width: 23px;
	height: 23px;
}

/* New home page */
.announcement-bar {
	color: #fff;
	background-color: var(--primery-blue);
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 45px;
	padding: 8px 0 7px;
	border-bottom: 1px solid var(--white);
}
.announcement-bar p {
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
}
.header-lower{
	position:relative;
}
.header-lower::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
	transition: 0.3s all;
}

/* Home page topic page image */
.homepageimage {
	display: flex;
}
.homepageimage {
	width: 100vw;
	height: 100%;
	margin-left: calc(-1*((100vw - 100%) / 2));
	position: relative;
}
.homepageimage img {
	width: 100%;
	max-width:none;
}
.html-home-page .master-wrapper-content{
	margin:auto;
}
.home-page-category-grid .slick-list,
.home-page-category-grid .slick-track {
	width: 100%;
}
.home-page-category-grid .slick-arrow {
	width: 38px;
	height: 38px;
	border: 0;
	font-size: 0;
	transition: all .2s ease;
}
.home-page-category-grid .slick-prev{
	left: 0;
}
.home-page-category-grid .slick-prev:before,
.home-page-category-grid .slick-next:before {
	display: block;
	color: #d0d0d0;
	font-size: 12px;
	line-height: 40px;
	transition: all .2s ease;
	text-transform: none;
}
.home-page-category-grid .slick-prev:hover:before,
.home-page-category-grid .slick-next:hover:before{
	color: #ffffff;
}
.home-page-category-grid .slick-prev:before {
	content: "\6b";
}
.home-page-category-grid .slick-next {
	right: 0;
}
.home-page-category-grid .slick-next:before {
	content: "\6a";
}
.home-page-main-title .main-title {
	font-weight: 600;
	text-align: center;
}
.home-page-main-title .main-title {
	margin-bottom: 5px;
}
.home-page-main-title .description {
	text-align: center;
	font-weight: 400;
}
.homepage-offer-section {
	display: flex;
	flex-wrap: wrap;
	border-radius: 12px;
	overflow: hidden;
}
.homepage-offer-section .offer-content-block {
	background: var(--primery-dark-blue);
	padding: 40px;
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: center;
	overflow: hidden;
}
.homepage-offer-section .offer-title {
	font-size: 32px;
	font-weight: 800;
	color: var(--white);
}
.homepage-offer-section .offer-description {
	line-height: 24px;
	color: var(--white);
}
.homepage-offer-section .image-block-wrapper {
	width: 100%;
	height: 100%;
}
.homepage-offer-section .image-block-wrapper img {
	object-fit: cover;
}
.homepage-offer-section .offer-button {
	max-width: 170px;
	border-color: var(--primery-dark-blue);
}
.what-are-looking-section .looking-title {
	text-align: center;
	color: var(--gray6);
}
.buyer-topic-page .what-are-looking-section .what-are-looking-desc {
	text-align: center;
	color: var(--primery-dark-blue);
	margin: 16px 0 0 0;
}
.what-are-looking-search {
	margin: 0 auto;
	position: relative;
}
.what-are-looking-search .looking-search-input {
	border: 1px solid var(--primery-blue);
	height: 56px;
}
.what-are-looking-search .looking-search-btn {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 20px;
}
.what-are-looking-search .looking-search-btn:before {
	content: 'e';
	font-weight: 400;
}
.seamless-ordering-section{
	position: relative;
}
.seamless-card-wrapper {
	display: flex;
	gap: 24px;
	overflow-y: auto;
}
.seamless-card-wrapper > div {
	width: calc((100% - 50px)/5);
	background: var(--white);
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 29px;
	min-width: 230px;
}
.seamless-ordering-section .title {
	font-size: 16px;
	text-align: center;
	color: var(--gray6);
	font-weight: 800;
}
.seamless-ordering-section:before {
	content: "";
	width: 100vw;
	background-color: var(--gray1);
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.seamless-ordering-section .main-description {
	color: var(--gray6)
}
.seamless-card-img {
	position: relative;
}
.seamless-card-img:before {
	content: "";
	width: 100%;
	height: 209px;
	height: 72%;
	background: #F5F7FA;
	position: absolute;
	bottom: 0;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.seamless-card-title {
	padding: 32px 10px 0;
}
.buyer-seller-wrapper {
	display: flex;
}
.buyer-seller-section .content-top-seprator {
	font-size: 0;
	height: 16px;
	background: #FF4735;
}
.buyer-seller-section .content-title {
	font-weight: 800;
	color: var(--gray6);
}
.buyer-seller-content .conten-buttons {
	display: flex;
	gap: 20px;
}
.content-description{
	margin-bottom: 16px;
}
.content-description span {
	font-weight: 400;
	color: var(--gray6);
}
.content-description .content-label {
	font-weight: 700;
}
.unlock-service-content {
	background: url('/images/uploaded/img/unlock-service-right-icon.png');
	background-size: cover;
}
.unlock-service-content .unlock-service-title {
	color: var(--primery-dark-blue);
	font-weight: 800;
}
.unlock-service-content-list {
	display: grid;
	grid-template-columns: 1fr;
}
.service-content-item {
	padding: 24px;
	border-radius: 12px;
	text-align: left;
}
.service-content-item.left {
	justify-self: start;
	background-color: var(--white);
}
.service-content-item.right {
	justify-self: end;
	background-color: var(--white);
}
.service-content-item .content-item-heading {
	font-size: 18px;
	margin-bottom: 16px;
	color: var(--gray6);
}
.service-content-item .content-item-description {
	font-size: 14px;
	font-weight: 400;
	color: var(--gray6);
	margin-bottom: 0;
}
/* Seller page */
.seller-topic-page .join-karavan-content {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}
.join-karavan-content .seller-page-title,
.compare-products-page .page-title h1,
.sitemap-page .page-title h1{
	font-weight: 800;
	color: var(--primery-dark-blue);
}
.seller-topic-page .join-karavan-description {
	font-weight: 400;
	color: var(--gray6);
}
.seller-topic-page .homepage-offer-section{
	padding: 0;
}
.full-with-bg{
	position: relative;
}
.full-with-bg::after {
	content: "";
	display: block;
	background-color: var(--white);
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.seller-page-category .item-grid.slick-slider::before,
.seller-page-category .item-grid.slick-slider::after {
	background: var(--primery-extralight-blue);
}
.seller-page-category::after {
	background-color: var(--primery-extralight-blue);
}
.html-home-page .center-1 .nop-jcarousel.product-grid .slick-carousel {
	margin: 0;
}
.seller-page-main-title {
	color: var(--primery-blue);
	font-weight: 700;
	text-align: center;
}
.join-karavan-service-item {
	display: flex;
	gap: 16px;
	align-items: center;
}
.join-karavan-service-list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 32px;
}
.join-karavan-service-list {
	row-gap: 56px;
}
.trade-solution-content-list {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	margin-bottom: 32px;
}
.join-karavan-service-item img {
	object-fit: cover;
}
.service-content-heading {
	font-weight: 800;
	color: var(--gray6);
	margin-bottom: 12px;
}
.seller-topic-page .join-karavan-service .service-content-description {
	font-weight: 400;
	color: var(--gray6);
	margin-bottom: 0;
}
.trade-solution-content .service-content-item .content-item-heading {
	color: var(--primery-dark-blue);
}
.trade-solution-content .service-content-item {
	background-color: var(--white);
}
.trade-solution-section::after {
	background: url(../img/trade-sloution.png) no-repeat;
	background-size: cover;
}
.trade-solution-content .buttons {
	text-align: center;
}
.karavan-work-wrapper {
	position: relative;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
}
.karavan-work-section {
	position: relative;
}
.karavan-work-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.seller-topic-page .karavan-works-list,
.seller-topic-page .karavan-works-list-item p {
	color: var(--primery-dark-blue);
}
.seller-topic-page .karavan-works-list {
	margin: 0;
}
.seller-topic-page .karavan-work-title {
	color: #FF4735;
}
.seller-topic-page .karavan-works-list-item {
	font-weight: 800;
	font-family: var(--title-font);
}
.seller-topic-page .page-body .karavan-works-list-item .list-item-title {
	margin-bottom: 0;
}
.seller-topic-page .karavan-works-list-item .list-item-desc {
	font-family: var(--font-family);
	font-weight: 400;
	margin-bottom: 0;
}
.trade-solution-wrapper .seller-main-title {
	color: var(--primery-blue);
}
.seller-main-title {
	color: #ff4735;
	font-weight: 800;
}
.buyer-topic-page .page-body .seller-main-title {
	margin-bottom: 16px;
}
.buyer-topic-page .page-body .main-decription {
	color: var(--primery-dark-blue);
	font-weight: 700;
}
.buyer-topic-page .page-body .search-box-container ul {
	padding-left: 0;
	list-style-type: none;
	margin: 0;
}
.verified-supplier-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.verified-supplier-list-item {
	padding: 24px 16px;
	background: #F5F7FA;
	border-radius: 12px;
	max-width: 240px;
	text-align: center;
}
.verified-supplier-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 16px;
}
.verified-supplier-list-item .verified-supplier-list-title {
	font-size: 18px;
	font-weight: 800;
	color: var(--primery-dark-blue);
	margin-bottom: 16px;
}
.verified-supplier-list-item .verified-supplier-list-title::after {
	content: "";
	border-bottom: 1px solid #D9D9D9;
	display: block;
	padding-bottom: 16px;
}
.seller-topic-page .page-body .verified-supplier-list-desc,
.buyer-topic-page .page-body .verified-supplier-list-desc {
	font-size: 14px;
	color: var(--gray6);
	margin-bottom: 0;
}
.seller-faq-wrapper {
	max-width: 950px;
	margin: 0 auto;
}
.seller-topic-page .seller-faq-list {
	border-bottom: 1px solid var(--primery-medium-blue);
}
.seller-topic-page .page-body .seller-faq-list-header {
	color: var(--primery-blue);
	font-weight: 800;
	font-size: 18px;
	padding: 16px 0;
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.seller-faq-list-header:after {
	content: "k";
	transform: rotate(-90deg);
	font-size: 14px;
	transition: all .3s ease;
}
.seller-faq-list-header.active::after {
	transform: rotate(90deg);
}
.seller-faq-list-content {
	padding-bottom: 16px;
}
.seller-topic-page .page-body .seller-faq-list-content p {
	font-size: 16px;
	font-weight: 400;
	color: var(--gray6);
	margin-bottom: 0;
}
.seller-faq-list-content {
	display: none;
}
.buyer-buttons {
	text-align: center;
	margin-top: 40px;
}
.buyer-topic-page .page-body .karavan-service-content p {
	margin-bottom: 0;
}
.buyer-rfq-wrapper {
	position: relative;
	height: 100%;
	min-height: 500px;
	display: flex;
	align-items: center;
}
.buyer-rfq-banner {
	position: absolute;
	height: 100%;
	z-index: -11;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	right: 0;
}
.buyer-rfq-banner .buyer-rfq-banner-wrapper {
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
}
.buyer-rfq-banner-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	max-width: 100%;
	object-position: right;
}
.buyer-rfq-content {
	max-width: 686px;
}
.buyer-topic-page .buyer-rfq-content .buyer-rfq-tile {
	color: #FF4735;
	font-weight: 800;
}
.buyer-topic-page .buyer-rfq-content .buyer-rfq-desc {
	color: var(--black);
}
.buyer-topic-page .buyer-rfq-content .buyer-rfq-list-item {
	font-weight: 700;
	color: var(--primery-dark-blue);
}
.karavan-support-section {
	background: var(--primery-extralight-blue);
	position: relative;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
}
.karavan-support-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.karavan-support-list-item {
	border-radius: 12px;
	text-align: left;
	background-color: #FFFFFF;
}
.karavan-support-list-item .karavan-support-list-heading {
	margin-bottom: 15px;
	color: var(--primery-dark-blue);
}
.buyer-topic-page .karavan-support-list-item .karavan-support-list-desc {
	font-weight: 400;
	color: var(--gray6);
	margin-bottom: 0;
}
.buyer-topic-page .karavan-support-content .karavan-support-title {
	color: #FF4735;
	font-weight: 800;
}
.buyer-topic-page .suppliers-country-wrapper,
.buyer-topic-page .home-page-category-grid,
.buyer-topic-page .what-are-looking-section {
	padding: 0
}
@media(max-width: 767px) {
	.home-page-category-grid .item-box .title a {
		font-size: 15px;
	}
	.home-page-main-title .main-title {
		font-size: 24px;
	}
	.home-page-main-description{
		font-size: 16px;
	}
	.home-page-main-title .description {
		font-size: 16px;
		line-height: 22px;
	}
	.home-page-main-title,
	.home-page-main-description {
		margin-bottom: 30px;
	}
	.bar-notification {
		padding: 10px 30px 10px 50px;
		min-height: 46px;
		width: calc(100% - 10px);
	}
	.bar-notification .content:before {
		width: 40px;
	}
	.bar-notification .close:before {
		width: 20px;
		height: 20px;
		line-height: 25px;
		font-size: 15px;
	}
}
@media(min-width: 768px){
	.home-page-category-grid .item-box .title a {
		font-size: 18px;
	}
	.home-page-main-title .main-title {
		font-size: 32px;
	}
	.home-page-main-title .description{
		font-size: 18px;
		line-height: 32px;
	}
	.home-page-main-description {
		max-width: 1051px;
		margin: 0 auto;
	}
	.home-page-main-title,
	.home-page-main-description {
		margin-bottom: 40px;
	}
	.home-page-main-description{
		font-size: 20px
	}
}

/* Home page multiple slider*/
.multiple-product-slider {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.multiple-product-wrapper {
	position: relative;
}
.multiple-product-wrapper:before {
	content: "";
	width: 100vw;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	top: 0;
	background: #ffffff;
	z-index: -1;
}
.home-page .multiple-product-slider .two-row-carousels.small-products + div {
	margin-top: 0 !important;
}
.multiple-product-slider .item-box,
.multiple-product-slider .two-row-carousels .slick-list,
.multiple-product-slider .two-row-carousels .slick-slide > div:first-child {
	border: 0;
}
.multiple-product-slider .nop-jcarousel .carousel-title,
.multiple-product-slider .two-row-carousels .title {
	background: #FFF6F3;
	border-radius: 15px;
	padding: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #2D2C35;
	text-align: left;
}
.multiple-product-slider .nop-jcarousel .title strong {
	color: #2D2C35;
}
.center-1 .nop-jcarousel.product-grid .slick-carousel,
.multiple-product-slider .two-row-carousels .slick-slider {
	position: relative;
}
.multiple-product-slider .jCarouselMainWrapper .slick-arrow,
.multiple-product-slider .two-row-carousels .slick-arrow {
	background: var(--primery-blue);
	width: 30px;
	height: 30px;
	z-index: 9;
	border-radius: 10px !important;
}
.multiple-product-slider .jCarouselMainWrapper .slick-arrow:hover,
.multiple-product-slider .two-row-carousels .slick-arrow:hover {
	background: var(--primery-blue);
	border-color: var(--primery-blue);
}
.multiple-product-slider .jCarouselMainWrapper .slick-arrow {
	top: 33px;
}
.multiple-product-slider .two-row-carousels .slick-arrow {
	top: 18px;
}
.multiple-product-slider .jCarouselMainWrapper .slick-next,
.multiple-product-slider .two-row-carousels .slick-next {
	right: 20px;
	margin-right: 0;
}
.multiple-product-slider .jCarouselMainWrapper .slick-prev,
.multiple-product-slider .two-row-carousels .slick-prev {
	right: 55px;
	left: initial;
}
.multiple-product-slider .jCarouselMainWrapper .slick-next:before,
.multiple-product-slider .jCarouselMainWrapper .slick-prev:before,
.multiple-product-slider .two-row-carousels .slick-next:before,
.multiple-product-slider .two-row-carousels .slick-prev:before {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}
.multiple-product-slider .item-box .button-2,
.multiple-product-slider .quick-view-button a {
	background-color: var(--primery-blue);
	color: #fff;
}
.multiple-product-slider .item-box .btn-wrapper button:before,
.multiple-product-slider .quick-view-button a:before {
	color: #fff;
}
.multiple-product-slider .item-box .button-2:hover,
.multiple-product-slider .item-box .btn-wrapper button:hover:before,
.multiple-product-slider .quick-view-button a:hover:before {
	background-color: #df5d00;
}
.multiple-product-slider .two-row-carousels .slick-slide,
.multiple-product-slider .two-row-carousels .slick-slide .item-box{
	height: 100%;
	min-height: 100%;
}
.multiple-product-slider .small-products .item-box {
	max-height: 100%;
	border-radius: 10px !important;
}
.multiple-product-slider .small-products .item-box .details {
	padding: 27px 5%;
	width: calc(100% - 200px);
}
.multiple-product-slider .two-row-carousels .slick-slide > div + div .product-item {
	flex-direction: row-reverse;
}
.multiple-product-slider .two-row-carousels .slick-slide > div:first-child{
	margin-bottom: 20px;
}
.multiple-product-slider .item-box {
	padding: 10px;
	border-radius: 10px;
}
.multiple-product-slider .item-box .picture a {
	border-radius: 10px;
}
.multiple-product-slider .nop-jcarousel .slick-track {
	margin: 0 -6px;
}
.multiple-product-slider .two-row-carousels,
.multiple-product-slider .home-page-product-grid {
	margin: 0 !important;
	padding: 0;
}
.multiple-product-slider .item-box .details{
	text-align: left;
}
.multiple-product-slider .item-box .product-title {
	padding: 0;
	color: #2D2C35;
}
.multiple-product-slider .item-box .actual-price {
	color: #2D2C35;
}
.page-body .multiple-product-slider .nop-jcarousel {
	margin: 0 !important;
}
.product-detail-vendor-page .vendor-card-middle p {
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (max-width: 1024px) {
	.footer-upper {
		margin-bottom: 35px;
	}
}
@media(max-width: 991px) {
	.multiple-product-slider > div {
		width: calc((100% - 10px) / 2)
	}
	
	.multiple-product-slider .two-row-carousels{
		order: 3;
	}
	
}
@media(max-width: 767px){
	.multiple-product-slider .nop-jcarousel .carousel-title,
	.multiple-product-slider .two-row-carousels .title{
		font-size: 18px;
	}
	.multiple-product-slider .jCarouselMainWrapper:not(.small-products) .slick-list {
		padding: 0 30px;
	}
	.product-detail-vendor-page .vendor-card-middle p {
		-webkit-line-clamp: 4;
	}
	
}
@media(max-width: 575px){
	.multiple-product-slider > div{
		width: 100%;
	}
	.multiple-product-slider .small-products .item-box .product-item > div:first-child {
		 width: 120px; 
	}
	.multiple-product-slider .two-row-carousels{
		order: inherit;
	}
}
@media(max-width: 480px) {
	.footer-lower {
		padding: 12px 20px;
	}
	.footer-lower > div {
		font-size: 12px;
	}
	.bar-notification .content {
		font-size: 14px;
	}
}
@media(min-width: 576px) and (max-width: 1024px) {
	.footer-middle .social-icons {
		margin-top: 20px;
	}
}
@media(min-width: 768px) {
	.multiple-product-slider .nop-jcarousel .carousel-title, .multiple-product-slider .two-row-carousels .title{
		font-size: 22px !important;
	}
	.product-detail-vendor-page .vendor-card-middle p {
		-webkit-line-clamp: 3;
	}
}
@media(min-width: 768px) and (max-width: 991px){
	.multiple-product-slider .jCarouselMainWrapper:not(.small-products) .slick-list {
		padding: 0 50px;
	}
}
@media(min-width: 992px) and (max-width: 1024px) {
	.multiple-product-slider .small-products .item-box .product-item > div:first-child {
		width: 160px;
	}
}
@media(min-width: 992px) {
	.multiple-product-slider > div {
		width: calc((100% - 20px) / 3)
	}
}
@media(min-width: 1025px) and (max-width: 1260px){
	.multiple-product-slider .jCarouselMainWrapper:not(.small-products) .slick-list {
		padding: 0 30px;
	}
}
@media(min-width: 1025px) and (max-width: 1099px) {
	.multiple-product-slider .small-products .item-box .product-item > div:first-child {
		width: 155px;
	}
}
@media(min-width: 1100px) and (max-width: 1260px) {
	.multiple-product-slider .small-products .item-box .product-item > div:first-child {
		width: 175px;
	}
}
@media(min-width: 1261px) and (max-width:1600px) {
	.multiple-product-slider .jCarouselMainWrapper:not(.small-products) .slick-list {
		padding: 0 30px;
	}
}
@media(min-width: 1261px) and (max-width:1399px) {
	.multiple-product-slider .two-row-carousels .item-box .picture a:before {
		padding-top: 94%;
	}
}
@media(min-width: 1261px) {
	.multiple-product-slider .small-products .item-box .product-item > div:first-child {
		width: 200px;
	}
}
@media(min-width: 1400px) and (max-width:1599px) {
	.multiple-product-slider .two-row-carousels .item-box .picture a:before {
		padding-top: 105%;
	}
}
@media(min-width: 1600px) and (max-width:1799px) {
	.multiple-product-slider .two-row-carousels .item-box .picture a:before {
		padding-top: 106%;
	}
	.multiple-product-slider .jCarouselMainWrapper .item-box .picture a:before {
		padding-top: 95%;
	}
}
@media(min-width: 1920px) and (max-width:2200px) {
	.two-row-carousels.small-products .item-box .picture a:before {
		padding-top: 104%;
	}
}
@media(min-width: 1920px) {
	.multiple-product-slider .two-row-carousels .item-box .picture a:before {
		padding-top: 90%;
	}
}


/* RFQ view */
.order-summary-content .table-wrapper .custom-table-cart {
	margin-bottom: 20px;
}
.html-custom-order-page .checkout-content-wrapper {
	max-width: 100%;
}
.html-custom-order-page .checkout-bottom-content-wrapper {
	padding: 20px 0 0 0;
	margin-bottom: 0;
}
.html-custom-order-page .checkout-address {
	background: var(--white);
	margin-bottom: 0;	
}
.tab-content-container {
	border-top: 2px solid var(--primery-blue);
	position: relative;
	top: -2px;
}
#custom-order-tabs {
	display: flex;
	max-width: 510px;
	overflow-y: hidden;
	overflow-x: auto;
	margin: 0 auto;
}
#custom-order-tabs .nav-item {
	list-style: none;
	margin: 0;
}
#custom-order-tabs .nav-link {
	display: block;
	padding: 10px 20px;
	color: var(--white);
	font-weight: bold;
	text-decoration: none;
	background: var(--primery-blue);
	border: 2px solid var(--primery-blue);
	margin-right: 5px;
	border-radius: 5px 5px 0 0;
	transition: all 0.3s ease;
	white-space: nowrap;
}
#custom-order-tabs .nav-link.active {
	background: var(--white);
	color: var(--primery-blue);
	border-color: var(--primery-blue);
	border-bottom: 2px solid var(--white);
	cursor: not-allowed;
}
.html-custom-order-page .account-page {
	position: relative;
}
.account-page .tab-content {
	display: none;
}
.account-page .tab-content.active {
	display: block;
}
.order-shipment-title-wrapper {
	margin: 20px 0;
}
.order-shipment-title-wrapper .order-shipment-title {
	color: var(--primery-blue);
}
.invoice-page .bg-success,
.invoice-page .bg-warning {
	color: white;
	padding: 5px 10px;
	border-radius: 4px;
}
.invoice-page .bg-success {
	background-color: #28a745;
}
.invoice-page .bg-warning {
	background-color: #db3700;
}
.invoice-page .invoice-list table {
	margin-top: 0;
}
.checkout-list-wrapper .list-items {
	display: flex;
	gap: 10px;
	position: relative;
	max-width: 650px;
	margin: 0 auto 40px;
	overflow-x: auto;
	padding-bottom: 10px;
}
.checkout-list-wrapper .list-item {
	font-weight: 700;
	color: var(--gray4);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	position: relative;
	text-align: center;
	flex: 1;
	min-width: 155px;
}
.checkout-list-wrapper .list-item .list-item-number {
	display: flex;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: var(--white);
	color: var(--gray4);
	border: 2px solid var(--gray4);
}
.checkout-list-wrapper .list-item.current .list-item-number {
	background-color: var(--primery-blue);
	color: var(--white);
	border-color: var(--primery-blue);
}
.checkout-list-wrapper .list-item.active .list-item-number {
	background-color: var(--success-dark);
	color: var(--white);
	border-color: var(--success-dark);
}
.checkout-list-wrapper .list-item.active {
	color: var(--success-dark);
}
.checkout-list-wrapper .list-item.current {
	color: var(--primery-blue);
}

.list-item:last-child::after {
	display: none;
}
.list-item:not(:last-child)::before {
	content: '';
	position: absolute;
	top: 18px;
	right: -56px;
	width: calc(100% - 50px);
	height: 2px;
	background-color: var(--gray4);
	z-index: 0;
}

.list-item.active::before {
	background-color: var(--success-dark);
}
.order-summary-content .table-wrapper {
	margin: 0 auto;
}
.checkout-list-wrapper .list-items::-webkit-scrollbar-track,
.custom-order-tabs-wrapper .nav::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.checkout-list-wrapper .list-items::-webkit-scrollbar,
.custom-order-tabs-wrapper .nav::-webkit-scrollbar {
	height: 5px;
	background-color: #F5F5F5;
}
.checkout-list-wrapper .list-items::-webkit-scrollbar-thumb,
.custom-order-tabs-wrapper .nav::-webkit-scrollbar-thumb {
	background-color: #000000;
}
.custom-order-summary-content .custom-table-wrapper {
	background-color: transparent;
	padding-bottom: 10px;
}
.checkout-main-title-wrapper {
	margin-bottom: 40px;
}
.account-page .checkout-main-title-wrapper {
	margin-top: 20px;
	margin-bottom: 10px;
}
.payment-detail-content {
	margin-bottom: 16px;
}
.payment-detail-lower-wrapper {
	padding-top: 16px;
}
.checkout-main-title-wrapper .title {
    text-align: center;
    margin-bottom: 16px;
    color: var(--primery-dark-blue);
}
.account-page .checkout-main-title-wrapper .title {
	margin-bottom: 0;
	color: var(--primery-blue);
}
.checkout-main-title-wrapper .content {
	display:block;
	color: var(--error-dark);
	text-align: center;
}
.payment-detail-wrapper,
.selected-payment-options,
.payment,
.selected-payment-method,
.checkout-address {
	margin-bottom: 24px;
}
.payment-detail-wrapper .main-title-total-wrapper{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:15px;
}
.payment-detail-wrapper > .content{
	display:block;
	margin-bottom:10px;
}
.title-total-wrapper {
	max-width: 240px;
	width: 100%;
	display: flex;
	justify-content: end;
	gap: 5px;
	margin-left: auto;
}
.payment-detail-buttons {
	border-top: 1px solid var(--primery-blue);
	padding-top: 24px;
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.title-total-wrapper span:nth-child(2){
	font-weight:bold;
}
.payment-detail-buttons-wrapper {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.payment-detail-buttons .terms-condition-wrapper .content {
	font-size: 13px;
}
.selected-payment-options-title {
	padding-top: 24px;
	border-top: 1px solid var(--primery-blue);
}
.selected-payment-options-title .title {
	font-size: 16px;
	margin-bottom: 16px;
	font-weight: 800;
	color: var(--gray6);
}
.payment-detail-item {
	background-color: var(--primery-extralight-blue);
	border-radius: 4px;
}
.payment-detail-upper-wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
}
.payment-detail-upper-wrapper .input label {
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	color: var(--black);
}
.payment-detail-title span{
	font-size:16px;
	line-height:26px;
	font-weight:700;
}
.view-less-btn {
	font-size: 16px;
	font-weight: 700;
}
.payment-detail-upper-wrapper .price {
	margin-left: auto;
	margin-right: 40px;
}
.checkout-bottom-content-wrapper {
	background: var(--primery-extralight-blue);
	border-radius: 12px;
	margin-bottom: 30px;
}
.checkout-address {
	padding: 40px;
	background: var(--primery-extralight-blue);
	border-radius: 12px;
}
.wire-payment-detail,
.card-payment-detail {
	background: var(--white);
	border-radius: 12px;
	margin-bottom: 16px;
}
.payment-detail-upper-wrapper .price span:nth-child(2) {
	font-weight: 400;
}
.view-less-btn::after {
	content: '';
	background: url("../img/icon/down-arrow.svg");
	width: 20px;
	height: 20px;
	transition: 0.3s all;
}
.view-less-btn.active::after {
	transform: rotate(180deg);
}
.payment-detail-wrapper {
	padding: 40px;
	background: var(--primery-extralight-blue);
	border-radius: 12px;
}
/*.payment-detail-lower-wrapper{
	display:flex;
	flex-wrap:wrap;
	overflow: auto;
}*/
/*.payment-detail-lower-wrapper table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 10px 10px 10px;
}*/
/*.payment-detail-lower-wrapper table th,
.payment-detail-lower-wrapper table td {
	padding: 10px;
	border: 1px solid var(--gray4);
	text-align: left;
}*/
/*.payment-detail-lower-wrapper table th{
	background-color: var(--gray3);*/ /* Light gray for header */
/*}*/
.terms-condition-wrapper .content {
	display: flex;
	align-items: center;
	gap: 0 8px;
	margin-bottom: 8px;
}
.payment .payment-title {
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 16px;
	color: var(--gray6);
}
.payment .payment-options {
	margin-bottom: 16px;
	display: flex;
	gap: 24px;
}
.address-title{
	margin-bottom:8px;
}
.address-subtitle {
	color: var(--gray4);
	margin-bottom:5px;
	display:block;
}
.selected-payment-title {
	padding-bottom: 10px;
}
.selected-payment-title .title {
	font-size: 16px;
	margin-bottom: 16px;
	color: var(--gray6);
}
.selected-payment-title .note {
	color: var(--gray4);
	font-size: 14px;
}
.selected-items{
	margin-bottom: 16px;
}
.selected-item {
	display: flex;
	padding: 8px 0;
	width: 100%;
	align-items:center;
	margin-bottom: 10px;
}
.selected-item .total{
	font-weight:400;
	margin-left:auto;
}
.selected-items-total-wrapper {
	display: flex;
	flex-direction: column;
	align-items: end;
	gap: 5px;
	border-top: 1px solid var(--primery-blue);
	padding-top: 16px;
}
.selected-items-total-wrapper span {
	font-size: 16px;
	line-height: 21px;
	display: inline-block;
}
.selected-items-total-wrapper .total-value {
	font-weight: 700;
	margin-left: 5px;
}
.delete-btn .checkout-delete-btn {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}
.selected-itme-title h6 {
	font-size: 16px;
	font-weight: 400;
	font-family: var(--font-family);
}
.status-wrapper span:nth-child(2) {
	color: var(--caution-dark);
}
.complete-order-note .note {
	color: var(--error-dark);
	font-size: 13px;
	margin-bottom: 5px;
}
.terms-condition-wrapper .note {
	font-size: 13px;
}
.pay-btn-wrapper {
	display: flex;
	justify-content: end;
}
.checkout-delete-btn::before{
	content:'';
	background:url("../img/delete-btn.svg");
	width:20px;
	height:20px;
	display:block;
}
.wire-transfer-btn::before,
.credit-card-btn::before {
	content: 'i';
}
.product-selectors select {
	height: 36px !important;
	border-radius: 12px !important;
}
.product-selectors select option {
	text-align: left;
}
.product-selectors .product-viewmode a{
	height: 36px;
}
.search-page .form-fields select {
	height: 36px;
	border-radius: 12px;
}
#product_attribute_45downloadurl,
#product_attribute_45downloadurl + div{
	display: inline-block;
}
#product_attribute_45downloadurl + div {
	margin-left: 15px;
	margin-top: 6px;
}

/* Start selling today homw page section */
.start-selling-wrapper {
	display: flex;
	align-items: end;
	justify-content: space-between;
	position: relative;
}
.start-selling-wrapper::after {
    content: "";
    display: block;
    background-color: #FCFCFC;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.start-selling-wrapper .karvan-content {
	color: var(--primery-dark-blue);
}
.suppliers-country-wrapper .title {
	color: var(--gray6);
	text-align: left;
}
.start-selling-wrapper .karvan-content,
.suppliers-country-wrapper .title {
	font-weight: 800;
	max-width: 70%;
	font-family: var(--title-font);
}
.start-selling-wrapper .logo-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}
.start-selling-wrapper .karavan-logo {
	display: block;
	background: url("../img/start_selling_karavan_icon.svg") no-repeat center center;
	background-size: contain;
	font-size: 0;
}
.start-selling-btn::before {
	content: "";
	background: url("../img/start_selling_btn_icon.svg") no-repeat center center;
	width: 20px;
	height: 20px;
	transition: 0.3s all;
}
.start-selling-btn:hover::before{
	background: url("../img/start_selling_btn_hover_icon.svg") no-repeat center center;
}
.start-selling-btn:active::before {
	background: url("../img/start_selling_btn_icon.svg") no-repeat center center;
}
.what-are-looking-search .search-box-wrapper .box-side-title {
	display: none;
}
.what-are-looking-search .search-box-wrapper .search-box-button {
	position: absolute;
	line-height: 20px;
	flex-direction: row-reverse;
}
.what-are-looking-search .search-box-wrapper .search-box-button:before {
	content: 'e';
	font-weight: 400;
	width: 20px;
	height: 20px;
	display: block;
	font-size: 16px;
}
.what-are-looking-search .search-box-wrapper .search-box-button:hover {
	color: var(--primery-blue);
}

/* Supplier country */
.suppliers-country-wrapper .country-items-wrapper {
	display: flex;
	overflow: auto;
}
.suppliers-country-wrapper .country-item {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
}
.suppliers-country-wrapper .country-flag {
	background: var(--gray1);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.suppliers-country-wrapper .country-name {
	color: var(--gray6);
	font-size: 16px;
	font-weight: 700;
}
.suppliers-country-wrapper .title-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}
.suppliers-country-wrapper .supplier-btn::after {
	content: "";
	background: url("../img/start_selling_btn_hover_icon.svg") no-repeat center center;
	width: 20px;
	height: 20px;
}

/* Global trade */
.global-trade-wrapper .bg-global-trade {
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	object-fit: cover;
}
.global-trade-wrapper {
	position: relative;
}
.global-trade-wrapper .trade-number-items {
	display: flex;
	justify-content: space-around;
	font-family: var(--title-font);
	position: relative;
}
.global-trade-wrapper .trade-item {
	display: flex;
	align-items: center;
}
.global-trade-wrapper .trade-number {
	font-weight: 800;
	color: #FF4735;
}
.global-trade-wrapper .trade-number-title {
	font-weight: 800;
	color: var(--white);
}
.global-trade-wrapper .global-trade-content-wrapper {
	max-width:950px;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	text-align: center;
	position: relative;
}
.global-trade-wrapper .global-trade-title {
	font-weight: 800;
	line-height: 120%;
	color: var(--white);
	font-family: var(--title-font);
}
.global-trade-wrapper .global-trade-content {
	font-weight: 400;
	line-height: 130%;
	color: var(--white);
}

/* Karavan services */
.karavan-services-wrapper .karavan-service-bg {
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	object-fit: cover;
}
.karavan-services-wrapper {
	position:relative;
}
.karavan-services-wrapper::after {
	content: "";
	display: block;
	background-color: #F5FFFC;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.karavan-services-wrapper .karavan-services-title {
	font-weight: 800;
	text-align: center;
	max-width: 850px;
	width: 100%;
	display: block;
	margin: 0 auto 40px;
	color: var(--primery-dark-blue);
	font-family: var(--title-font);
}
.karavan-services-wrapper .services-items {
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
}
.karavan-services-wrapper .service-item {
	display: flex;
	background-color: var(--white);
	border-radius: 12px;
}
.karavan-services-wrapper .service-item-content {
	display: flex;
	flex-direction: column;
}
.karavan-services-wrapper .service-title {
	font-size: 18px;
	display: block;
	color: #004A69;
	font-weight: 800;
	line-height: 120%;
	font-family: var(--title-font);
}
.karavan-services-wrapper .service-content {
	line-height: 22px;
	font-size: 14px;
}

/* Home service */
.services-wrapper {
	position: relative;
}
.services-wrapper .services-bg {
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	object-fit: cover;
}
.services-wrapper .services-items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.services-wrapper .services-item {
	background-color: #F5F7FA;
	padding: 24px 16px;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	gap: 32px;
	text-align: center;
	flex-shrink: 0;
}
.services-wrapper .service-title {
	font-size: 18px;
	font-weight: 800;
	line-height: 120%;
	min-height: 45px;
	color: #FF4735;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--title-font);
}
.services-wrapper .service-title::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: var(--primery-dark-blue);
	position: absolute;
	bottom: -16px;
	left: 0;
}
.services-wrapper .service-content {
	font-size: 14px;
	line-height: 130%;
	color: var(--gray6);
	font-weight: 400;
}
.karavan-video-banner {
	display: block;
	width: 100%;
}
video.media-url-container {
	width: 100%;
}
.karavan-seller-section {
	position: relative;
}
.karavan-seller-section .play-btn-wrapper {
	position: absolute;
	color: var(--white);
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 999;
	text-align: center;
}
.karavan-seller-section .play-btn {
	width: 100%;
	height: 100%;
	background: url(../img/play-circle.svg) no-repeat center;
	background-size: cover;
	display: block;
	cursor: pointer;
	font-size: 0;
}
.karavan-seller-section .play-btn.playing {
	background: url(../img/pause-circle.svg) no-repeat center;
	background-size: cover;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s all;
}
.karavan-seller-section .play-btn.playing:hover,
.karavan-video-banner:hover + div .play-btn.playing {
	opacity: 1;
	visibility: visible;
}
.autocomplete-separator {
	padding: 8px 15px;
	background-color: #f5f5f5;
	color: #666;
	font-size: 0.9em;
	font-weight: bold;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
}
.autocomplete-product {
	display: flex;
	align-items: center;
	padding: 8px 15px;
	border-bottom: 1px solid #eee;
}
.autocomplete-product a {
	display: flex;
	width: 100%;
}	
.product-image {
	width: 40px;
	height: 40px;
	object-fit: contain;
	margin-right: 12px;
	border: 1px solid #eee;
}
.product-info {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.product-name {
	color: var(--primery-dark-blue);
	font-weight: 700;
	max-width: 100% !important;
}
.product-price {
	color: var(--primery-blue);
	font-size: 16px;
	font-weight: 600;
}
.autocomplete-company {
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}
.company-name {
	color: #333;
	font-weight: bold;
}
.ui-autocomplete {
	max-height: 400px;
	overflow-y: auto;
}

/* subscriptions */
.subscriptions-wrapper .plan-box{
	display: flex;
	margin-bottom: 30px;
	justify-content: space-between;
}
.subscriptions-wrapper .plan-box .plan-name {
	font-size: 20px;
	font-weight: bold;
	color: var(--primery-dark-blue);
	display: block;
	margin-bottom: 5px;
}
.subscriptions-wrapper .plan-box .plan-price{
	display: block;
	margin-bottom: 15px;
}
.subscriptions-wrapper .plan-box .plan-description {
    list-style: disc;
    padding-left: 28px;
}
.subscriptions-wrapper .plan-box .plan-description li{
	margin-bottom: 2px;
}
.subscriptions-wrapper .plan-box .status-wrapper{
	display:flex;
	flex-direction: column;
	align-items: end;
	gap: 5px;
}
.subscriptions-wrapper .plan-box .status-wrapper .status-text{
	color: var(--success-dark);
	font-weight: bold;
}
.subscriptions-wrapper .plan-box .status-wrapper .expiry-label{
	font-weight: bold;
}
.subscriptions-wrapper .seller-plan-box .plan-right {
	display: flex;
	flex-direction: column;
	align-items: end;
	gap: 10px;
	max-width: 300px;
	text-align: end;
}
.customer-Subscriptions a:after {
	content: "";
	width: 20px;
	height: 20px;
}
.customer-Subscriptions a:after {
	background: url("../img/subscriptions-icon.svg") no-repeat center;
	background-size: cover;
}
.customer-Subscriptions a:hover:after {
	background: url("../img/subscriptions-hover-icon.svg") no-repeat center;
	background-size: cover;
}
.html-home-page .primary-left-icon-btn,
.html-home-page .primary-right-icon-btn.start-selling-btn,
.html-home-page .primary-btn,
.html-buyer-topic-page .primary-left-icon-btn,
.html-buyer-topic-page .primary-right-icon-btn.start-selling-btn,
.html-buyer-topic-page .primary-btn,
.html-seller-topic-page .primary-left-icon-btn,
.html-seller-topic-page .primary-right-icon-btn.start-selling-btn,
.html-seller-topic-page .primary-btn {
	background-color: #FF4735;
}
.html-home-page .primary-btn:hover,
.html-home-page .primary-btn:active,
.html-home-page .primary-left-icon-btn:hover,
.html-home-page .primary-left-icon-btn:active,
.html-home-page .primary-right-icon-btn.start-selling-btn:hover,
.html-home-page .primary-right-icon-btn.start-selling-btn:active,
.html-buyer-topic-page .primary-btn:hover,
.html-buyer-topic-page .primary-btn:active,
.html-buyer-topic-page .primary-left-icon-btn:hover,
.html-buyer-topic-page .primary-left-icon-btn:active,
.html-buyer-topic-page .primary-right-icon-btn.start-selling-btn:hover,
.html-buyer-topic-page .primary-right-icon-btn.start-selling-btn:active,
.html-seller-topic-page .primary-btn:hover,
.html-seller-topic-page .primary-btn:active,
.html-seller-topic-page .primary-left-icon-btn:hover,
.html-seller-topic-page .primary-left-icon-btn:active,
.html-seller-topic-page .primary-right-icon-btn.start-selling-btn:hover,
.html-seller-topic-page .primary-right-icon-btn.start-selling-btn:active{
}
.html-home-page .primary-left-icon-btn.user-btn:hover:before,
.html-home-page .primary-left-icon-btn.user-btn:active:before,
.html-buyer-topic-page .primary-left-icon-btn.user-btn:hover:before,
.html-buyer-topic-page .primary-left-icon-btn.user-btn:active:before,
.html-seller-topic-page .primary-left-icon-btn.user-btn:hover:before,
.html-seller-topic-page .primary-left-icon-btn.user-btn:active:before{
	background: url(../img/mobile-user-icon.svg) no-repeat center center !important;
}
.html-home-page .primary-right-icon-btn.start-selling-btn:hover:before,
.html-home-page .primary-right-icon-btn.start-selling-btn:active:before,
.html-buyer-topic-page .primary-right-icon-btn.start-selling-btn:hover:before,
.html-buyer-topic-page .primary-right-icon-btn.start-selling-btn:active:before,
.html-seller-topic-page .primary-right-icon-btn.start-selling-btn:hover:before,
.html-seller-topic-page .primary-right-icon-btn.start-selling-btn:active:before{
	background: url(../img/start_selling_btn_icon.svg) no-repeat center center !important;
}

/* Home Main Banneer */
.home-main-banner-wrapper{
	position: relative;
}
.main-banner-imgwrapper {
	width: 100vw;
	height: 100%;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.main-banner-content-wrapper{
	color: var(--white);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 50%;
	text-align: left;
}
.main-banner-upper-title{
	font-size: 18px;
	font-weight: 800;
	line-height: 120%;
}
.main-banner-title {
	font-size: 45px;
	font-weight: 800;
	line-height: 120%;
	color: var(--white);
}
.main-banner-content {
	font-size: 18px;
	font-weight: 300;
	line-height: 130%;
}
.unlock-service-icon-wrappper img{
	max-width: 60%;
}