@font-face {
	font-family: 'Didot';
	src: url('../fonts/Didot.eot');
	src: url('../fonts/Didot.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Didot.woff') format('woff'),
		 url('../fonts/Didot.ttf')  format('truetype'),
		 url('../fonts/Didot.svg#Didot') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'DogmaScript';
	src: url('../fonts/DogmaScript.eot');
	src: url('../fonts/DogmaScript.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/DogmaScript.woff') format('woff'),
		 url('../fonts/DogmaScript.ttf')  format('truetype'),
		 url('../fonts/DogmaScript.svg#DogmaScript') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'ZapfHumanist601BT-Roman';
	src: url('../fonts/ZapfHumanist601BT-Roman.eot');
	src: url('../fonts/ZapfHumanist601BT-Roman.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/ZapfHumanist601BT-Roman.woff') format('woff'),
		 url('../fonts/ZapfHumanist601BT-Roman.ttf')  format('truetype'),
		 url('../fonts/ZapfHumanist601BT-Roman.svg#ZapfHumanist601BT-Roman') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'icomoon';
	src:  url('../fonts/icomoon.eot?x8ny8l');
	src:  url('../fonts/icomoon.eot?x8ny8l#iefix') format('embedded-opentype'),
		  url('../fonts/icomoon.ttf?x8ny8l') format('truetype'),
		  url('../fonts/icomoon.woff?x8ny8l') format('woff'),
		  url('../fonts/icomoon.svg?x8ny8l#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

*, *:before, *:after {
	box-sizing: border-box;
}
body {
	font-family: 'ZapfHumanist601BT-Roman';
	font-size: 16px;
}
a,
.minicart-wrapper .action.showcart:before {
	-webkit-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main {
	max-width: 1340px;
}
.w-message .header-b2b:before,
.footer-menu .column_1-3 ul li:before,
.mobile-contact-info li a:before,
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before,
.block-search .action.search:before,
.block-search .label:before,
.product-item-actions .actions-primary + .actions-secondary > .action.towishlist:before,
.product-info-main .product-info-notice > p:before,
#algolia-searchbox .magnifying-glass:before,
.header-icons-left a:before {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.action.primary {
	background-color: #4fc1a7;
	border-color: #4fc1a7;
}
.action.primary:hover,
.action.primary:focus,
.action.primary:active {
    background-color: #000;
	border-color: #000;
    color: #ffffff;
}
button.action.primary,
a.action.primary {
	border-radius: 0;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    margin: 0 7px 0 0;
    border: 1px solid #b2b2b2;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    outline: none !important;
    box-shadow: none !important;
}
input[type="checkbox"]:checked {
    background: url(../images/checkbox-checked.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px auto;
}
input[type="checkbox"]:disabled,
.filter-options-content .item:not(.shaded) input[type="checkbox"]:disabled + label {
	opacity: 0.3;
}

/***** HEADER AND NAVIGATION ******/

.w-message {
	background-color: #f4f4f4;
}
.w-message-inner {
	width: 1340px;
	max-width: 100%;
	padding: 19px 20px;
	margin: 0 auto;
	line-height: 22px;
	display: flex;
}
.w-message p {
	margin: 0;
}
.w-message .header-b2b {
	padding-left: 30px;
	color: #000;
	font-size: 13px;
	letter-spacing: 0.04em;
	position: relative;
	text-transform: uppercase;
	white-space: nowrap;
	margin-right: 15px;
	min-width: 110px;
}
.w-message .header-b2b:before {
	color: #4ec1a7;
	position: absolute;
	left: 0;
	top: 2px;
	content: "\e907";
	font-size: 19px;
}
.header-message {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	flex-grow: 1;
	text-align: center;
}
.toggle-message {
	width: 20px;
	margin-left: 105px;
	text-align: right;
	font-size: 18px;
	color: #000;
	cursor: pointer;
}
.page-header {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
body.cms-home .page-header,
body.catalog-product-view .page-header,
body.catalog-category-view .page-header,
body.aw-sbb-brand-view .page-header {
	margin-bottom: 0;
}
.header.content {
	padding: 0 20px;
	display: flex;
}
.header.content .compare.wrapper {
	position: absolute;
}
.logo-navigation-section {
	padding: 72px 0 0px;
	position: relative;
	width: calc(100% - 310px);
}
.nav-sections {
	background-color: transparent;
	margin: 0;
}
.navigation {
	background-color: transparent;
}
.navigation > ul {
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.navigation li.level0 {
	margin: 0;
	text-transform: uppercase;
	padding-bottom: 23px;
}
.navigation li.level0:nth-child(4){
	margin-right: 260px;
}
.navigation li.level0 > .level-top {
	padding: 0;
}
.navigation .level0.addon-menu p {
	margin: 0;
}
.navigation li.level0 > .level-top,
.navigation .level0.addon-menu a {
	white-space: nowrap;
	line-height: 28px;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
	border-bottom: 2px solid transparent;
	color: #000;
	display: inline-block;
}
.navigation .level0.addon-menu a:hover {
	color: #000;
    text-decoration: none;
}
.navigation .level0 .submenu {
	top: 53px !important;
	border-color: rgb(217, 217, 217);
	box-shadow: none;
	padding: 32px 35px;
}
.navigation .level0 .submenu li {
	margin-bottom: 15px;
}
.navigation .level0 .submenu li:last-child {
	margin: 0;
}
.navigation .level0 .submenu a {
	padding: 0;
	color: #000;
	letter-spacing: 1px;
	white-space: nowrap;
}
.navigation .level0 .submenu a:hover,
.navigation .level0 .submenu a.ui-state-focus {
	background: transparent;
	color: #4fc1a7;
	text-decoration: underline;
}
.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top, .navigation .level0.addon-menu.active a {
	border-color: #4fc1a7;
	border-width: 0 0 2px;
	border-style: solid;
}
.navigation .level0 .submenu .active > a {
	border-color: #4fc1a7;
}
.search-account-minicart-wrapper {
	width: 270px;
	padding-top: 22px;
	margin-left: auto;
	padding-bottom: 23px;
}
.search-account-minicart-wrapper .header.links {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: right;
}
.search-account-minicart-wrapper .header.links li {
	margin: 0 0 0 10px;
	display: inline-block;
}
.search-account-minicart-wrapper .header.links li.authorization-link {
	margin-right: 3px;
}
.search-account-minicart-wrapper .header.links li.wishlist {
	float: right;
}
.search-account-minicart-wrapper .header.links li a {
	display: inline-block;
	position: relative;
	width: 31px;
	height: 28px;
	line-height: 28px;
	text-indent: -9999px;
	text-align: center;
	color: #000;
	font-size: 18px;
	text-decoration: none;
}
.search-account-minicart-wrapper .header.links li.authorization-link a {
	width: auto;
	text-indent: 0;
	padding-left: 37px;
	font-size: 12px;
	text-transform: uppercase;
}
.search-account-minicart-wrapper .header.links li.authorization-link.logged a {
	padding-left: 2px;
}

.search-account-minicart-wrapper .header.links li a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: 0;
	font-family: "icomoon";
}
.search-account-minicart-wrapper .header.links li:first-child {
/*	display: none; */
}
.search-account-minicart-wrapper .header.links li.authorization-link:not(.logged) a:before,
.search-account-minicart-wrapper .header.links li.my-account-link a:before{
	content: "\e909";
	font-size: 20px;
	width: 37px;
}
.search-account-minicart-wrapper .header.links li a:hover {
	color: #4fc1a7;
}
.search-account-minicart-wrapper .header.links li.wishlist a:before {
	content: "\e905";
	font-size: 19px;
}
.search-account-minicart-wrapper .minicart-wrapper {
	margin-left: 8px;
	width: 28px;
	text-align: center;
	padding-top: 4px;
}
.minicart-wrapper .action.showcart:before {
	content: "\e904";
	color: #000;
	font-size: 20px;
}
.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcart:hover:before {
	content: "\e904";
	color: #4ec1a7 !important;
	font-size: 20px;
}
.minicart-wrapper .action.showcart .counter.qty {
	position: absolute;
    background: #4ec1a7;
    margin: 0;
    border-radius: 5px;
    top: -10px;
    right: -2px;
    height: 20px;
    line-height: 20px;
}
.block-search,
.page-header .amsearch-wrapper-block {
	/* width: 100%; */
	padding: 0;
	margin-top: 20px;
}
.block-search input,
.amsearch-input-wrapper .amsearch-input {
	transition: all 0.3s ease;
	box-shadow: none !important;
	font-family: 'ZapfHumanist601BT-Roman';
	font-size: 16px;
	letter-spacing: 0.03em;
	width: 100%;
	padding: 0 40px 0 0;
	border: 0;
    border-bottom: 1px solid #ccc;
}
.amsearch-input-wrapper .amsearch-input::placeholder {
	text-transform: uppercase;
	color: #000;
}
.ambrands-swiper-brand .ambrands-image-block > .ambrands-image {
	padding: 10px;
}
@media only screen and (min-width: 1279px) {
	body.sticky-header .page-header .amsearch-wrapper-block {
		margin-top: 0;
		width: 34px;
		position: absolute;
		right: 180px;
		top: 28px;
		overflow-x: hidden;
		z-index: 12;
	}
}
@media only screen and (min-width: 901px) {
	.page-header .amsearch-input-wrapper {
    	min-width: 270px;
	}
	.sticky-header .page-header .amsearch-wrapper-block {
		margin-top: 0;
		width: 34px;
		position: absolute;
		right: 180px;
		top: 8px;
		overflow-x: hidden;
		z-index: 12;
	}
}
@media only screen and (max-width: 958px) {
	.navigation li.level0 {
		padding: 10px 0;
	}
}
.sticky-header .amsearch-input-wrapper .amsearch-input {
	border-bottom: none;
}
.page-layout-1column .filter-options-content .item a {
    text-transform: capitalize;
}
.page-layout-1column .filter-options-title:after {
	right: 0px;
	top: 0;
	z-index: 3;
	content: "\f0d7";
	font-family: FontAwesome;
	color: #d9d9d9;
	font-size: 16px;
}
.filter-options input[type='checkbox'] + .amshopby-choice:before, .filter-options input[type='checkbox'] + .amshopby-choice:after {
	width: 24px;
	height: 24px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.filter-options input[type='checkbox'] + .amshopby-choice {
	padding: 0 0 0 24px;
	min-height: 24px;
	top: 0px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 34px;
}
.filter-options input[type='checkbox'] + .amshopby-choice:after {
	background: #4fc1a7 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 24px;
	content: none;
}

body.page-layout-1column .filter-current .item {
	background: #4fc1a7;
	padding: 0 8px;
}
.amshopby-filter-current .amshopby-remove:after, .amshopby-filter-current .amshopby-remove:before {
	background: #fff;
	height: 2px;
}
.amshopby-filter-current .amshopby-remove {
    display: inline-block;
    justify-content: center;
    align-items: center;
    height:6px;
    left: 0;
    position: relative;
    width: 12px;
}
.amshopby-filter-current .amshopby-filter-name,
.page-layout-1column .filter-current-subtitle {
	display: none;
}
.amshopby-filter-current .amshopby-filter-value {
    font-size: 14px;
    color: #fff;
	display: inline-block;
	text-transform: capitalize;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
    opacity: 1;
	text-decoration: line-through;
}

.page-layout-1column .filter-current .item
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 34px;
}
body.page-layout-1column .filter-options-item .filter-options-title {
    padding-right: 20px;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view), .filter-options-item .filter-options-content .am-category-wrapper, .filter-options-item .filter-options-content .amshopby-fromto-wrap {
	margin: 0;
}

.sticky-header.-amsearch-overlay-opened .page-header .amsearch-wrapper-block {
	width: auto;
    padding-left: 30px;
    background: #fff;
    transition: width 0.3s ease;
	overflow-x: unset;
}
.sticky-header.-amsearch-overlay-opened .amsearch-input-wrapper .amsearch-input {
	border-bottom: 1px solid #ccc;
}

.amsearch-result-section {
	margin: 0;
}
.amsearch-input-wrapper.-typed.-match .amsearch-input {
	border-bottom: 4px solid #4fc1a7!important;
}
.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(50%);
	flex-wrap: nowrap;
	padding: 15px;
}
.amsearch-item-container .amsearch-item .amsearch-link,
.amsearch-products-section .product-item-link {
    font-size: 16px;
}
.amsearch-input-wrapper.-typed .amsearch-input {
    padding-left: 40px;
    padding-right: 33px;
}
.amsearch-products-section.-grid .amsearch-image {
	width: auto;
	margin-right: 10px;
	padding-bottom: 0;
}
.amsearch-products-section .amsearch-description {
    min-height: auto;
}
.page-header:not(.amsearch-full-width) .amsearch-result-section {
	border: 1px solid #4fc1a7;
	border-bottom: 0;
	border-top: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.minicart-items .product-item .product-image-container {
	width: auto!important;
}
.amasty-brands {
	background: #fff;
	padding-top: 2rem;
}
.category-description {
    /* background-color: #f4f4f4; */
    padding-bottom: 45px;
}
.amslider.ambrands-slider {
	margin-top: 0;
}
.message.info,
.message.notice {
    background: transparent;
    border: 1px solid #4fc1a7;
    color: #4fc1a7;
	margin: 15px 0 10px;
}
.message.info > *:first-child:before,
.message.notice > *:first-child:before {
	color: #4fc1a7;
}

.amsearch-input-wrapper .amsearch-button.-loupe {
	background: none;
	height: 30px;
}
.amsearch-button.-disabled {
	opacity: 1;
	color: #000;
}
.amsearch-overlay-block {
	background: transparent;
}
.amsearch-input-wrapper .amsearch-input:focus {
	border: 0;
	border-bottom: 1px solid #ccc;
}
.amsearch-input-wrapper .amsearch-button.-loupe::before {
	content: "\e906";
    font-size: 20px;
    color: #000;
	font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
#algolia-searchbox .algolia-search-input:focus:not([value=""]) {
	background-color: #fff;
}
.block-search input::placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1;
}
.block-search input:-ms-input-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.block-search input::-ms-input-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.block-search .action.search.disabled, .block-search .action.search[disabled], fieldset[disabled] .block-search .action.search {
	opacity: 1;
}
.block-search .action.search:before,
.block-search .action.search:hover:before {
	color: #000;
	content: "\e906";
	line-height: 32px;
	font-size: 19px;
	overflow: visible;
}
.block-search .form.minisearch.active .action.search:before {
	color: #4ec1a7;
}
#algolia-searchbox .algolia-search-input,
#algolia-searchbox .algolia-search-input:focus {
	border: 0;
	border-bottom: 1px solid #ccc;
}
#algolia-searchbox .algolia-search-input:focus {
	border-color: #4fc1a7;
}
#algolia-searchbox .magnifying-glass {
	background: none;
	right: 0;
	bottom: 5px;
}
#algolia-searchbox .magnifying-glass:before {
	content: "\e906";
	font-size: 18px;
	color: #4ec1a7;
}
.logo {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.minicart-wrapper .block-minicart {
	right: 0;
	width: 280px;
	top: 150%;
	padding: 0;
	margin: 0;
	box-shadow: none;
	border-color: #d9d9d9;
}
.minicart-wrapper .block.block-minicart:before,
.minicart-wrapper .block.block-minicart:after {
	border: 0;
}
.block-minicart .items-total,
.minicart-wrapper .action.close {
	display: none;
}
.minicart-items-wrapper {
	margin: 0;
	border: 0;
	order: -1;
	padding: 15px 20px 0;
	max-height: 350px;
	text-align: left;
}
.minicart-items .product-item-name a {
	font-size: 12px;
	color: #000;
	display: inline-block;
	line-height: 1.45;
}
.minicart-items .product-item-details .price {
	font-size: 12px;
	font-weight: normal;
}
.minicart-items .product-item-pricing .label {
	font-size: 12px;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
	display: none;
}
.minicart-wrapper .minicart-widgets {
    margin-top: 0;
}
#minicart-content-wrapper .block-content {
	display: flex;
	flex-direction: column;
}
.block-minicart .subtotal {
	text-align: center;
	text-transform: uppercase;
	line-height: 25px;
	margin: 0 20px;
	padding: 25px 0;
	border-top: 1px solid #d9d9d9;
}
.block-minicart .subtotal > .label {
	display: inline-block;
}
.block-minicart .subtotal .price-container {
	display: inline-block;
}
.block-minicart .amount .price-wrapper:first-child .price {
	font-weight: normal;
	font-size: 16px;
}
.block-minicart .block-content > .actions {
	margin: 0 -1px;
}
.block-minicart .subtotal + .actions {
	order: 1;
	margin-bottom: -1px;
}
.block-minicart .block-content > .actions > .primary {
	margin: 0;
}
.block-minicart .block-content > .actions > .primary .action.primary {
	line-height: 25px;
	padding: 10px 14px;
	text-transform: uppercase;
	background-color: #4ec1a7;
	border: 0;
	border-radius: 0;
	font-weight: normal;
	font-family: 'ZapfHumanist601BT-Roman';
	font-size: 16px;
	letter-spacing: 1px;
	transition: background-color 0.3s ease;
}
.block-minicart .block-content > .actions > .primary .action.primary:hover {
	background-color: #333;
}
.block-minicart .block-content > .actions > .secondary a.viewcart {
	display: block;
	line-height: 25px;
	padding: 10px 14px;
	text-transform: uppercase;
	background: #bbb;
	color: #fff;
	letter-spacing: 1px;
	text-decoration: none;
}
.block-minicart .block-content > .actions > .secondary a.viewcart:hover {
	background-color: #777;
}
.block-minicart .subtitle.empty {
	padding: 20px 0;
	font-weight: normal;
}
.header-icons-left {
	position: absolute;
	top: 25px;
	left: 20px;
	display: inline-flex;
	align-items: center;
	width: 140px;
}
.header-icons-left a {
	margin-right: 15px;
	display: inline-block;
	text-decoration: none;
}
.header-icons-left a:last-child {
	margin-right: 0;
}
.header-icons-left a:before {
	color: #4ec1a7;
}
.header-icons-left a:hover:before {
	color: #afafaf;
}
.header-icons-left span {
	display: none;
}

/********* STICKY HEADER *******/

@media screen and (min-width: 901px) {
	.sticky-header .page-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		background: #fff;
	}
	.sticky-header .w-message {
		display: none;
	}
	.sticky-header .logo-navigation-section {
		padding: 31px 0 0px;
		margin-left: 150px;
	}
	.sticky-header .search-account-minicart-wrapper {
		padding: 0;
		width: 160px;
		margin-left: auto;
		padding-top: 30px;
	}
	.sticky-header .search-account-minicart-wrapper .header.links li.authorization-link {
		margin: 0 -5px 0 0;
		display: inline-flex;
	}
	.sticky-header .search-account-minicart-wrapper .header.links li.authorization-link a {
		width: 66px;
		overflow: hidden;
	}
	.sticky-header .search-account-minicart-wrapper .header.links li.authorization-link.logged a {
		width: 60px;
	}
	.sticky-header .search-account-minicart-wrapper .header.links li,
	.sticky-header .search-account-minicart-wrapper .minicart-wrapper {
		margin-left: 6px;
	}
	.sticky-header .block-search {
		margin-top: 0;
	    width: 34px;
	    position: absolute;
	    right: 180px;
	    top: 29px;
	    z-index: 12;
	}
	.sticky-header .block-search.active-sticky-search {
		width: 280px;
		padding-left: 30px;
		background: #fff;
		transition: width 0.3s ease;
	}
	.sticky-header .header-icons-left {
		top: 33px;
	}
	.sticky-header .navigation > ul {
		padding-right: 55px;
	}
	.sticky-header .navigation li.level0:nth-child(4) {
		margin-right: 0;
	}
	.sticky-header .navigation li.level0:nth-child(3) {
		margin-right: 220px;
	}
	.sticky-header #algolia-searchbox .magnifying-glass {
		right: 5px;
		bottom: 6px;
		cursor: pointer;
	}
	.sticky-header #algolia-searchbox .magnifying-glass:before {
		color: #000;
		font-size: 19px;
		transition: color 0.3s ease;
	}
	.sticky-header #algolia-searchbox .magnifying-glass:hover:before {
		color: #4fc1a7;
	}
	.sticky-header #algolia-searchbox .algolia-search-input,
	.sticky-header #algolia-searchbox .algolia-search-input:focus {
		border-color: transparent;
	}
	.sticky-header .active-sticky-search #algolia-searchbox .algolia-search-input,
	.sticky-header .active-sticky-search #algolia-searchbox .algolia-search-input:focus {
		border-bottom: 1px solid #ccc;
	}
	.sticky-header .active-sticky-search #algolia-searchbox .algolia-search-input:focus {
		border-color: #4fc1a7;
	}
	.sticky-header .navigation .level0 .submenu {
	    top: 53px !important;
	}
	.sticky-header #algolia-autocomplete-container .aa-dropdown-menu {
		right: 0 !important;
	}
}
@media screen and (min-width: 901px){
	.navigation .level0 .submenu,
	.navigation .level0 span.ui-menu-icon{
		display: none !important;
	}
	
}
@media screen and (min-width: 901px) and (max-width: 1279px) {
	.sticky-header .logo-navigation-section {
		margin-left: 0;
		padding: 15px 0 10px;
	}
	.sticky-header .logo {
		bottom: 0;
	}
	.sticky-header .search-account-minicart-wrapper {
		padding-top: 10px;
	}
	.sticky-header .block-search {
		top: 10px;
	}
	.sticky-header .header-icons-left {
	    top: 14px;
	}
	.sticky-header .navigation > ul {
		padding: 0;
	}
	.sticky-header .navigation li.level0:nth-child(5),
	.sticky-header .navigation li.level0:nth-child(6) {
		margin-left: 27px;
	}
	.sticky-header .navigation .level0 .submenu {
	    top: 40px !important;
	}
}
@media screen and (min-width: 901px) and (max-width: 959px) {
	.sticky-header .navigation li.level0:nth-child(3),
	.sticky-header .navigation li.level0:nth-child(5),
	.sticky-header .navigation li.level0:nth-child(6) {
		margin: 0;
	}
	.sticky-header .logo-navigation-section {
		padding: 25px 0 5px;
	}
	.sticky-header .logo {
	    bottom: 40px;
	}
	.sticky-header .logo img {
		max-width: 150px;
		margin-top: 3px;
	}
	.sticky-header .search-account-minicart-wrapper {
	    padding-top: 20px;
	}
	.sticky-header .block-search {
	    top: 19px;
	}
	.sticky-header .header-icons-left {
	    top: 24px;
	}
	.sticky-header .navigation .level0 .submenu {
	    top: 35px !important;
	}
}

/* .ambrands-brandlist-widget .ambrands-letters-list .ambrands-letter {
	width: 100%!important;
}  */

@media screen and (max-width: 900px) {
	.amsearch-item-container.-opened {
		padding: 0;
	}
	.amsearch-input-wrapper .amsearch-button.-loupe:not(.-disabled):before,
	.amsearch-input-wrapper .amsearch-button.-loupe:not(.-disabled)::after {
		color: #4fc1a7;
	}
	.amsearch-input-wrapper.-typed .amsearch-input {
		padding-left: 15px;
		padding-right: 33px;
	}
	.block-search input, .amsearch-input-wrapper .amsearch-input {
		padding: 10px 15px;
		height: 40px;
	}
	.sticky-header .amsearch-input-wrapper .amsearch-input {
		border-bottom: 1px solid #ccc;
	}
	.page-header .amsearch-wrapper-block {
		margin-top: 0px;
	}
	.amsearch-input-wrapper .amsearch-button.-loupe,
	.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
		position: absolute;
		left: calc(10% - 10px);
		right: unset;
		top: -234%;
		height: 25px;
	}
	.sticky-header .amsearch-input-wrapper .amsearch-button.-loupe,
	.sticky-header .amsearch-input-wrapper.-typed .amsearch-button.-loupe {
		position: absolute;
		right: 15px;
		top: 0;
		left: unset;
	}
	.sticky-header .amsearch-input-wrapper .amsearch-button.-loupe::after {
		display: none;
	}
	.sticky-header.-amsearch-overlay-opened .page-header .amsearch-wrapper-block {
		width: 100%;
		padding-left: 0;
	}
	.sticky-header .amsearch-input-wrapper .amsearch-button.-close {
		right: 25px;
	}
	.amsearch-input-wrapper .amsearch-button.-loupe::after {
		content: "Search";
		text-transform: uppercase;
		font-size: 12px;
		font-family: 'ZapfHumanist601BT-Roman';
		font-weight: 500;
		position: absolute;
		line-height: 19px;
		margin-left: 7px;
	}
	
	.sticky-header .page-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		background: #f4f4f4;
	}
	.sticky-header .w-message {
		display: none;
	}
	.sticky-header .toggle-nav-custom {
		height: 64px;
	}
	.sticky-header .logo img {
		max-width: 120px;
	}
	.sticky-header .search-account-minicart-wrapper .minicart-wrapper {
		height: 64px;
	}
	.sticky-header .minicart-wrapper .action.showcart:before,
	.sticky-header .minicart-wrapper .action.showcart.active:before {
		padding-top: 11px;
	}
	.sticky-header .nav-toggle-button span {
		display: none;
	}
	.sticky-header .logo {
		border-left: 0;
		border-right: 0;
	}
	.sticky-header .header-icons-left {
		width: auto;
	}
	.sticky-header .header-icons-left a.contact-address {
		display: inline-block;
		margin: 0;
		margin-top: 5px;
		padding-left: 14px;
	}
	.sticky-header .header-icons-left a:before {
		color: #afafaf;
	}
	.sticky-header .header-icons-left {
		position: relative;
		top: 0;
		width: 10%;
		left: 0;
		order: -1;
		border-bottom: 1px solid #d9d9d9;
	}
	.sticky-header .logo-navigation-section {
		width: 10%;
		order: -2;
	}
	.sticky-header .nav-toggle-button {
		align-items: flex-end;
	}
	.sticky-header .navigation {
		width: 1000%;
		top: calc(100% + 38px);
		max-height: calc(100vh - 103px);
		overflow: auto;
	}
	.sticky-header .search-account-minicart-wrapper .header.links {
		display: none;
	}
	.sticky-header .search-account-minicart-wrapper,
	.sticky-header #algolia-searchbox,
	.sticky-header #algolia-searchbox .magnifying-glass {
		height: 38px;
	}
	.sticky-header #algolia-searchbox .magnifying-glass {
		width: 45px;
		justify-content: center;
	}
	.sticky-header #algolia-searchbox .magnifying-glass:before {
		margin-right: 0;
	}
	.sticky-header #algolia-searchbox .magnifying-glass:after {
		content: "";
	}
	.sticky-header .block-search {
		width: 100%;
	}
	.sticky-header #algolia-autocomplete-tt.algolia-autocomplete {
		display: block !important;
		top: 0;
		width: 100%;
	}
	.sticky-header #algolia-searchbox .algolia-search-input,
	.sticky-header #algolia-searchbox .algolia-search-input:focus {
		display: block;
		border: 0;
		background: transparent;
		padding-right: 45px;
		height: 38px;
	}
	.sticky-header .block-search .block-content {
		text-align: right;
	}
	.sticky-header .minicart-wrapper .block-minicart {
	    top: calc(100% + 39px);
	}
	.amsearch-products-section .amsearch-block-header {
		padding: 0 20px 10px;
	}
	.page-layout-1column .filter-options-title:after {
		right: 15px;
		top: 10px;
	}
	.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
		padding: 0;
	}
}

@media only screen and (max-width: 460px) {
	.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
		max-width: calc(1000%);
		padding: 10px 15px;
	}
	.block-search input, .amsearch-input-wrapper .amsearch-input {
		padding: 10px 43px 10px 15px;
	}
}

/****** HOME PAGE *****/

.cms-home .columns .column.main {
	padding-bottom: 0;
}
.columns .column.main {
	max-width: 100%;
}
.home-hero-slider-wrapper {
	width: 1840px;
	padding: 0 20px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
.magestore-bannerslide-flex-slider {
	margin-bottom: 0 !important;
}
.hero-slide-item,
.home-hero-slider-wrapper .flex-viewport .slides li {
	position: relative;
}
.hero-slide-content,
.home-hero-slider-wrapper .flex-caption {
	position: absolute;
	top: 48%;
	left: 0;
	width: 50%;
	transform: translateY(-50%);
}
.hero-slide-content-inner,
.home-hero-slider-wrapper .flex-caption > * {
	width: 650px;
	padding: 0 100px 0 45px;
	margin-left: auto;
	max-width: 100%;
}
.hero-slide-title {
	margin: 0 0 40px;
	font-size: 64px;
	font-family: 'Didot';
	text-transform: uppercase;
	line-height: 1.23;
}
.hero-slide-title span {
	font-family: 'DogmaScript';
	font-size: 112px;
	line-height: 0.9;
	text-transform: none;
	color: #4fc1a7;
	display: block;
}
a.button-normal {
	display: inline-block;
	min-width: 200px;
	line-height: 54px;
	padding: 0 15px;
	font-size: 18px;
	color: #fff;
	background-color: #4fc1a7;
	max-width: 100%;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
}
a.button-normal.hero-slide-button {
	height: auto !important;
}
.hero-slide-desc {
	position: absolute;
	left: 3.33%;
	bottom: 6.5%;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 1px;
	font-size: 14px;
	max-width: 55%;
}
.hero-slide-info {
	position: absolute;
	top: 6.66%;
	right: 2%;
	line-height: 16px;
	padding: 15px 35px;
	font-size: 14px;
	letter-spacing: 0.05em;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
}
.home-hero-slider .owl-dots {
	position: absolute;
	top: 50%;
	left: -3px;
	transform: rotate(90deg);
	margin-top: -10px !important;
}
.home-hero-slider.owl-theme .owl-dots .owl-dot span {
	background-color: #000;
	margin: 5px;
}
.home-hero-slider.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #4fc1a7;
}
.home-hero-slider.owl-theme .owl-dots .owl-dot.active span {
	background-color: #f4f4f4;
	box-shadow: 0px 0px 0px 2px #4fc1a7;
	margin: 5px 7px;
}
.home-hero-slider-wrapper .flex-control-nav {
	top: 50%;
	left: 0;
	bottom: auto;
	transform: rotate(90deg);
	margin-top: -10px !important;
	width: auto;
}
.home-hero-slider-wrapper .flex-direction-nav {
    display: none;
}
.home-hero-slider-wrapper .flex-control-paging li a {
	background: #000;
	box-shadow: none;
}
.home-hero-slider-wrapper .flex-control-paging li a:hover {
	background-color: #4fc1a7;
}
.home-hero-slider-wrapper .flex-control-paging li a.flex-active {
	background-color: #f4f4f4;
	box-shadow: 0px 0px 0px 2px #4fc1a7;
}

.classic-carousel {
	padding: 0 50px;
}
.classic-carousel.owl-carousel .owl-stage-outer {
	z-index: 12;
}
.classic-carousel.owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin: 0;
	transform: translateY(-50%);
}
.classic-carousel.owl-carousel .owl-nav .owl-prev,
.classic-carousel.owl-carousel .owl-nav .owl-next {
	border-radius: 0;
	background: #fff;
	padding: 0;
	margin: 0;
	color: #ccc;
	text-indent: -9999px;
	width: 20px;
	height: 30px;
	position: relative;
	transition: color 0.3s ease;
}
.classic-carousel.owl-carousel .owl-nav .owl-prev {
	float: left;
}
.classic-carousel.owl-carousel .owl-nav .owl-next {
	float: right;
}
.classic-carousel.owl-carousel .owl-nav .owl-prev:before,
.classic-carousel.owl-carousel .owl-nav .owl-next:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: 0;
	font-family: FontAwesome;
	line-height: 24px;
	font-size: 30px;
}
.classic-carousel.owl-carousel .owl-nav .owl-prev:before {
	content: "\f104";
	text-align: left;
}
.classic-carousel.owl-carousel .owl-nav .owl-next:before {
	content: "\f105";
	text-align: right;
}
.classic-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #fff;
	color: #ccc;
}
.classic-carousel.owl-theme .owl-nav [class*="owl-"]:not(.disabled):hover {
	color: #000;
}
.home-brand-carousel {
	margin: 40px 0;
	padding: 25px 0;
}
.brand-watches-carousel.classic-carousel .brand-cat-item {
	text-align: center;
}
.brand-watches-carousel.classic-carousel .brand-cat-item a {
	display: inline-block;
}
.brand-watches-carousel.classic-carousel .brand-cat-item img {
	width: auto;
	display: inline-block;
	opacity: 0.1;
	transition: opacity 0.3s ease;
}
.brand-watches-carousel.classic-carousel .brand-cat-item a:hover img {
	opacity: 1;
}

.tabs-nav-item {
	margin: 0 0 10px;
	width: calc((100% - 40px) / 3);
	padding: 7px 15px;
	min-height: 60px;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #4fc1a7;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Didot';
	text-align: center;
	cursor: pointer;
	position: relative;
	transition: background-color 0.3s ease;
}
.tabs-nav-item:nth-child(3) {
	margin-left: 20px;
	margin-right: 20px;
}
.tabs-nav-item.active {
	background-color: #000;
	pointer-events: none;
	cursor: default;
}
.tabs-nav-item:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #4fc1a7;
	transition: all 0.3s ease;
}
.tabs-nav-item.active:before {
	height: 10px;
	background-color: #000;
}
.home-tabs-content {
	min-height: 450px;
	letter-spacing: 1px;
}
.home-tabs-content:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.tabs-content-item {
	padding: 5.4% 5.8% 5.4%;
	color: #fff;
	display: none;
	background-image: url("../images/ring-tab-image.webp");
	background-repeat: no-repeat;
	background-position: bottom right;
	min-height: 450px;
	float: right;
    margin-left: -100%;
    width: 100%;
    margin-top: 70px;
    background-color: #000;
    font-size: 24px;
}
.tabs-content-item.active {
	display: block;
}
.tabs-content-item > p {
	margin-bottom: 50px;
}
.tabs-list-wrapper:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.tabs-content-list {
	list-style-type: none;
	padding: 0 20px 0 0;
	margin: 0;
	width: 33.33%;
	float: left;
}
.tabs-content-list:first-of-type {
	clear: both;
}
#watches-tab .tabs-content-list {
	width: 25%;
}
.tabs-content-list li {
	margin-bottom: 20px;
	font-size: 14px;
}
.tabs-content-list li a {
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.tabs-content-list li a:hover {
	color: #4fc1a7;
}
.tabs-content-list li a sup {
	text-decoration: none;
	display: inline-block;
}

.home-diamonds-shape h2 {
	text-align: center;
	font-size: 36px;
	font-family: 'Didot';
	text-transform: uppercase;
	margin: 50px 0 7px;
}
.home-diamonds-shape p {
	text-align: center;
	font-size: 18px;
}
.diamond-shape-carousel .owl-stage-outer {
	padding: 70px 0 60px;
}
.diamond-shape-type {
	text-align: center;
	padding: 5px 0;
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	letter-spacing: 2px;
}
.diamond-shape-item {
	text-align: center;
}
.diamond-shape-item a {
	text-decoration: none;
	display: inline-block;
	/*padding: 0 30px 10px;
	background-image: url(../images/diamond-shape-shadow-bg.webp);
	background-position: bottom;
	background-repeat: no-repeat;*/
}
.owl-item.active.center .diamond-shape-item {
	pointer-events: auto;
}
.owl-item.active.center .diamond-shape-item a {
	transform: scale(1.4);
}
.owl-item.active.center .diamond-shape-type {
	margin-top: 28px;
	font-size: 18px;
	letter-spacing: 1px;
}
.diamond-shape-carousel.classic-carousel.owl-theme .owl-nav {
	top: 41%;
}
.diamond-shape-carousel.classic-carousel .diamond-shape-item img {
	width: auto;
	margin: auto;
	max-width: 200px;
}

.home-video-wrapper {
	position: relative;
}
.video-overlay-content {
	position: absolute;
	top: 50%;
	left: 15%;
	transform: translateY(-50%);
	text-align: center;
}
.video-overlay-content h2 {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.video-overlay-content h2 span {
	display: block;
	font-family: 'DogmaScript';
	font-size: 180px;
	text-transform: none;
	line-height: 0.72;
	letter-spacing: normal;
}

.home-instagram {
	padding: 80px 0 70px;
	display: flex;
	align-items: center;
}
.home-instagram-info {
	font-size: 36px;
	font-family: 'Didot';
	text-transform: uppercase;
	line-height: 1.5;
	width: 25%;
}
.home-instagram-info a {
	color: #4ec1a7;
	text-decoration: none;
}
.home-instagram-info a:hover {
	text-decoration: underline;
}
.instagram-feed {
	width: 75%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
}
.instagram-feed li {
	width: calc((100% - 60px) / 3);
	margin-bottom: 30px;
}
.instagram-feed li:nth-child(1n+4) {
	margin-bottom: 0;
}

.home-promise-wrapper {
	background-image: url(../images/promise-bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	padding: 50px;
	min-height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.home-promise-wrapper > * {
	position: relative;
}
.home-promise-wrapper .promise-title {
	font-family: 'DogmaScript';
	font-size: 156px;
	line-height: 1.25;
}
.home-promise-wrapper p {
	width: 900px;
	max-width: 100%;
	margin: 0 auto 10px;
	font-size: 18px;
	letter-spacing: 1px;
}
.home-promise-wrapper .promise-link a {
	display: inline-block;
	margin-top: 20px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	letter-spacing: 0.1em;
}
.home-promise-wrapper .promise-link a:hover {
	color: #000;
	border-color: #000;
}

.bottom-carousel {
	margin: 45px 0;
	padding: 20px 0;
}
.brands-list-carousel .owl-stage {
	display: flex;
	align-items: center;
}
.brands-list-carousel.classic-carousel .brands-list-item img {
	width: auto;
	margin: auto;
}
.block.newsletter .field.newsletter {
	width: 100%;
    max-width: 388.3px;
}
.before-footer {
	background-color: #000;
}
.home-banner-bottom {
	background-color: #000;
	background-image: url(../images/home-banner-bottom.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 450px;
	max-width: 1920px;
    margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.home-banner-bottom .banner-title {
	color: #fff;
	width: 1340px;
	max-width: 100%;
	padding: 0 20px 0 60px;
	margin: 0 auto;
	font-family: 'DogmaScript';
	font-size: 112px;
	line-height: 0.72;
}
.home-banner-bottom .banner-title span {
	display: block;
	color: #4ec1a7;
	padding-left: 182px;
}

/******* FOOTER *******/

.page-footer {
	padding: 0;
	margin: 0;
	background: #f4f4f4;
}
.footer.content {
	padding: 55px 20px 20px;
}
.block-search .control:after,
.footer.content:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.footer-menu {
	width: 66.66%;
	float: left;
}
.footer.content ul {
	padding: 0;
}
.footer.content > .footer-social {
	width: 33.33%;
	float: right;
}
.mobile-contact-info {
	display: none;
}
.footer-menu .column_1-3 {
	width: 33.33%;
	float: left;
	padding-right: 20px;
}
.footer-menu .column_1-3 ul li {
	padding-left: 35px;
	margin-bottom: 14px;
	color: #000;
	font-size: 15px;
	letter-spacing: 0.04em;
	position: relative;
}
.page-footer  .footer-menu .column_1-3 ul.last li {
	padding-left: 0
}
.footer-menu .column_1-3 ul li a {
	color: #000;
}
.footer-menu .column_1-3 ul li:before {
	color: #4ec1a7;
	position: absolute;
	left: 0;
}
.footer-menu .column_1-3 ul li.contact-address:before,
.header-icons-left a.contact-address:before {
	content: "\e90e";
	font-size: 19px;
}
.footer-menu .column_1-3 ul li.contact-phone:before,
.header-icons-left a.contact-phone:before {
	content: "\e90d";
	font-size: 20px;
}
.footer-menu .column_1-3 ul li.contact-email:before,
.header-icons-left a.contact-email:before {
	content: "\e90c";
	font-size: 14px;
	top: 3px;
}
.footer-menu .column_1-3 ul li.contact-appoint:before,
.header-icons-left a.contact-appoint:before {
	content: "\e908";
	font-size: 21px;
}
.footer-menu .column_1-3 ul li.contact-b2b:before {
	content: "\e907";
	font-size: 19px;
}
.footer-menu .column_1-3 ul li.ft-customer-shipping:before {
	content: "\e903";
	top: 3px;
}
.footer-menu .column_1-3 ul li.ft-customer-returns:before {
	content: "\e902";
	font-size: 22px;
	top: -1px;
}
.footer-menu .column_1-3 ul li.ft-customer-life-warr:before {
	content: "\e901";
	font-size: 22px;
	top: -1px;
}
.footer-menu .column_1-3 ul li.ft-customer-watch-warr:before {
	content: "\e90b";
	font-size: 20px;
}
.footer-menu .column_1-3 ul li.ft-customer-plans:before {
	content: "\e900";
	font-size: 24px;
	left: 2px;
}
.footer-menu .column_1-3 ul li.ft-customer-faq:before {
	content: "\e90a";
	font-size: 20px;
}
.footer-menu h3 {
	margin: 0 0 20px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
}
.block.newsletter {
	width: 100%;
	float: none;
}
.block.newsletter .title {
	display: block;
	margin-bottom: 20px;
	line-height: 1.1;
}
.block.newsletter .title strong {
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
}
.block.newsletter .content {
	padding-top: 50px;
	position: relative;
}
.block.newsletter .label {
	clip: auto;
	height: auto;
	margin: 0;
	width: auto;
	top: 0;
	font-size: 15px;
	letter-spacing: 0.04em;
}
.block.newsletter input {
	height: 45px;
	padding: 0 20px;
	color: #000;
	border-color: #fff;
	border-radius: 0;
	font-family: 'ZapfHumanist601BT-Roman';
	letter-spacing: 0.03em;
}
.block.newsletter input::placeholder {
	color: #000;
    text-transform: uppercase;
    opacity: 1;
}
.block.newsletter input:-ms-input-placeholder {
	color: #000;
    text-transform: uppercase;
}
.block.newsletter input::-ms-input-placeholder {
	color: #000;
    text-transform: uppercase;
}
.block.newsletter .action.subscribe {
	margin: 0;
	background: #4fc1a7;
	border: 0;
	font-weight: normal;
	padding: 0;
	width: 45px;
	height: 45px;
	border-radius: 0;
	font-size: 28px;
	transition: background 0.3s ease;
}
.block.newsletter .action.subscribe:hover {
	background: #000;
}
.block.newsletter .action.subscribe:before {
	content: "\f105";
	font-family: FontAwesome;
}
.block.newsletter .action.subscribe span {
	display: none;
}
.block.newsletter .field .control:before {
	content: "";
}
.footer-social-links {
	clear: both;
}
.footer-social-links > .label {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	margin-right: 15px;
}
.footer-social-links .footer-social {
	display: inline-block;
}
.footer-social-links ul.footer-social li {
	display: inline-block;
	margin-right: 2px;
}
.footer-social-links .footer-social li a {
	display: inline-block;
	width: 30px;
	height: 35px;
	line-height: 35px;
	color: #4fc1a7;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	font-size: 19px;
}
.footer-social-links .footer-social li a:hover {
	color: #000;
}
.footer-badges {
	margin-top: 20px;
}
.footer-badges img:first-child {
	margin-right: 15px;
}
.footer-absolute-bottom {
	text-align: center;
	padding: 0 20px 30px;
}
.column_copyright-links {
	display: inline-block;
}
.column_copyright-links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.column_copyright-links ul li {
	display: inline-block;
	margin: 0;
}
.column_copyright-links ul li:before {
	content: "|";
	margin: 0 7px;
}
.column_copyright-links ul li a {
	color: #000;
	font-size: 14px;
}
.copyright {
	background-color: transparent;
	color: #000;
	display: inline-block;
	padding: 10px 0;
	font-size: 14px;
}

/****** CATEGORY LISTING PAGE ******/

.page-with-filter.catalog-category-view .column.main {
	padding-top: 0;
}
.catalog-category-view .page-title-wrapper,
.aw-sbb-brand-view .page-title-wrapper {
	background-color: #f4f4f4;
	text-align: center;
	padding-top: 50px;
}
.catalog-category-view h1.page-title,
.aw-sbb-brand-view .page-main > .page-title-wrapper .page-title {
	margin-bottom: 0;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Didot';
	letter-spacing: 1px;
}
.category-view {
	background-color: #f4f4f4;
	padding-bottom: 0px;
}
.category-description {
	text-align: center;
	margin-bottom: 0;
}
.filterSection{
	position: relative;
	border-bottom: 1px solid #cccccc;
	display: flex;
	align-items: center;
	margin-bottom: 0px;
	z-index: 10;
}
.page-layout-1column .filter.block {
	border: 0;
	margin: 0;
	width: calc(100% - 160px);
	padding: 25px 0 0;
}
.page-layout-1column .filter-current {
	position: absolute;
	top: 100%;
	padding: 11px 0 11px;
	line-height: 26px;
	max-width: calc(100% - 130px);
	width: 100%;
}
.page-layout-1column .filter-options-item .filter-options-title {
	font-weight: normal;
	padding-right: 10px;
}
.page-layout-1column .filter-options-item .filter-options-content {
	border: 0;
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	padding: 20px;
	min-width: 280px;
}
.page-layout-1column .filter-options-item .filter-options-content .item,
.page-layout-1column .filter-options-item .filter-options-content .item:hover {
	padding: 0;
	line-height: 24px;
	background-color: transparent;
	margin-bottom: 5px;
}
.page-layout-1column .filter-options-item .filter-options-content .item label {
	font-size: 14px;
	text-transform: capitalize;
}
.page-layout-1column .filter-options-item .filter-options-content .item:not(.shaded) label,
.page-layout-1column .filter-options-item .filter-options-content .item:hover:not(.shaded) input[type="checkbox"]:disabled + label {
	color: #000;
}
.page-layout-1column .filter-options-item .filter-options-content .item:hover:not(.shaded) label {
	color: #4fc1a7;
}
.page-layout-1column .filter-options-item .filter-options-content .item:last-child {
	margin-bottom: 0;
}
.filter-options-item .filter-options-content .item input[type=checkbox]:checked + label {
	font-weight: normal;
}
.filter-options-item.active .filter-options-content .items .shaded {
    background-image: linear-gradient(to bottom, #999 30%, #ffffff 100%);
}
.filter-options-item.active .filter-options-content .items .show-more {
	padding-top: 7px;
	font-size: 15px;
	color: #4fc1a7;
}
.filter-options-item.active .filter-options-content .items .show-more:hover {
	text-decoration: underline;
}
.page-layout-1column .filter-options-item .filter-options-title .reset:before {
	margin: 4px 0 0 10px;
}
.page-layout-1column .filter-options-content .item a {
	padding: 0;
	margin: 0;
	color: #000;
	background-color: transparent;
}
.filter-options-content .count {
	color: #000;
	transition: color 0.3s ease;
}
#layered-selected-filters-block .selected-items-list .selected-item {
	line-height: 24px;
	border: 0;
	background-color: #4ec1a7;
	color: #fff;
	font-size: 14px;
	margin-right: 5px;
	padding: 0 8px;
	cursor: pointer;
}
#layered-selected-filters-block .selected-items-list .selected-item .action-close {
	vertical-align: top;
}
#layered-selected-filters-block .selected-items-list .selected-item .action-close:before {
	margin: 0 1px 0 6px;
	line-height: 24px;
	font-size: 8px;
	color: #fff !important;
}
#layered-selected-filters-block .selected-items-list .selected-item .action-clear {
	margin: 0 -8px;
	padding: 0 8px;
	color: #fff;
	text-decoration: none;
}
#layered-selected-filters-block .selected-items-list .selected-item .action-clear:hover {
	text-decoration: line-through;
}
.page-layout-1column .filter-options-content .item a:hover,
.page-layout-1column .filter-options-content .item a:hover .count {
	color: #4fc1a7;
}
.page-layout-1column .filter-options-item.active:after,
.page-layout-1column .filter-options-item.active:before {
	border: 0;
}
.page-layout-1column .filter-content {
    margin-top: 0;
    padding-top: 10px;
}
.page-layout-1column .filter-content strong.block-subtitle.filter-current-subtitle{
	display:none;
}
.page-layout-1column .filter-options-item .filter-options-title .label {
    width: auto !important;
    max-width: none !important;
}
.page-layout-1column .toolbar-products {
    position: static;
    width: 160px;
    margin: 0;
    text-align: right;
    line-height: 30px;
    padding: 31px 0;
}
.page-layout-1column .toolbar-products .limiter-custom a {
	display: inline-block;
	min-width: 30px;
	color: #000;
	text-decoration: none;
	text-align: center;
}
.page-layout-1column .toolbar-products .limiter-custom a:hover {
	color: #4fc1a7;
}
.page-layout-1column .toolbar-products .limiter-custom a.selected {
	background-color: #4fc1a7;
	color: #fff;
}
.page-layout-1column .toolbar-products .limiter-custom a:last-child {
	min-width: 0;
	margin-left: 5px;
}
.page-layout-1column .toolbar-products .limiter-custom a.selected:last-child {
	min-width: 30px;
	margin: 0;
}
.catalog-category-view.page-with-filter .toolbar-amount,
.aw-sbb-brand-view.page-with-filter .toolbar-amount,
.catalogsearch-result-index .toolbar-amount{
	position: absolute;
	top: calc(100% + 11px);
	right: 0;
	left: auto;
    min-width: 100px;
	text-align: right;
	line-height: 26px;
	padding: 0;
	text-transform: uppercase;
}
.page-with-filter.catalogsearch-result-index .column.main{
	padding-top: 0;
}
.page-layout-1column .filter-current .items {
	padding: 0;
	display: inline-block;
}
.page-layout-1column .filter-current .item {
	display: inline-block;
	margin: 0 10px 5px 0;
	padding: 0 5px 0 10px;
	background-color: #000;
	font-size: 14px;
}
.page-layout-1column .filter-current .item .filter-value {
	color: #fff;
	display: inline-block;
}
.page-layout-1column .filter-current .action.remove {
	position: static;
	line-height: inherit;
	width: 20px;
	text-align: center;
}
.page-layout-1column .filter-current .action.remove:before {
	color: #fff;
	font-size: 8px;
}
.filter-options-item .filter-options-title .arrow,
.filter-options-item.active .filter-options-title .arrow,
.filter-options-item .filter-options-title:hover .arrow,
.filter-options-item.active .filter-options-title:hover .arrow {
	background: none;
	float: none;
	height: auto;
	margin-left: 6px;
	margin-right: 0;
	width: auto;
}
.filter-options-item .filter-options-title .arrow:before {
	content: "\f0d7";
    font-family: FontAwesome;
    color: #d9d9d9;
}
.filter-options-item.active .filter-options-title {
	color: #4ec1a7;
}
.filter-options-item.active .filter-options-title .arrow:before {
	color: #000;
}
.column.main .product-items {
	margin-left: 0;
}
.product-info-desc{
	clear: both;
}
.page-products.page-layout-1column .products-grid .product-item {
	width: 25%;
	padding: 0;
}
.products-grid .product-item-info {
	width: 100%;
	border: 2px solid transparent;
	padding: 0 13% 7%;
	text-align: center;
	transition: border 0.2s ease;
}
.products-grid .product-item-info a {
	display: block;
}
.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
	box-shadow: none;
	border: 2px solid #4fc1a7;
	margin: 0;
	padding: 0 13% 7%;
}
.products-grid .product-item-info .product-item-name {
	font-size: 18px;
	margin-bottom: 14px;
}
.product-item .price-box .price {
	font-size: 25px;
	font-weight: normal;
	color: #4fc1a7;
	padding: 0 3px;
}
.product-item .old-price .price {
	color: #c4c4c4;
	text-decoration: line-through;
}
.product-item .product-reviews-summary {
	margin: -5px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
	font-size: 14px;
	margin: 0;
}
.product-item .product-reviews-summary .reviews-actions a {
	color: #4fc1a7;
}
.product-item .price-box {
    margin: 5px 0 25px;
}
.products-grid .product-item-inner {
	top: 0;
	padding: 0;
	box-shadow: none;
	border: 0;
	margin: 0;
	right: 0;
	left: auto;
	width: 50px;
}
.products-grid .product-item-actions {
	margin: 0;
}
.page-products .products-grid .product-item-inner:before {
	top: 0;
}
.product-item-actions .actions-primary {
	display: none;
}
.product-item-actions .actions-primary + .actions-secondary {
	display: block;
	width: 100%;
	padding: 0;
	text-align: right;
}
.product-item-actions .actions-primary + .actions-secondary > .action:last-child {
	display: none;
}
.product-item-actions .actions-primary + .actions-secondary > .action.towishlist {
	margin: 10px;
}
.product-item-actions .actions-primary + .actions-secondary > .action.towishlist:before {
    content: "\e905";
    color: #000;
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.product-item-actions .actions-primary + .actions-secondary > .action.towishlist:hover:before {
	color: #4fc1a7;
}
.product-item .price-box .price-label {
	display: none;
}
.price-discount-percent {
	display: none;
}
.products.wrapper.grid.products-grid {
	margin-top: 60px;
}
.page-layout-1column .filter-options-item .filter-options-content .aw-layered-nav-priceslider {
	padding: 0;
}
.aw-ln-range-slider-wrapper .ui-slider-range,
.aw-layered-nav-priceslider .ui-slider-range {
	background: #4fc1a7;
}
.aw-ln-range-slider-wrapper .ui-slider-handle,
.aw-layered-nav-priceslider .ui-slider-handle {
	background: #000;
	border-color: #000;
}
.aw-ln-range-slider-wrapper .ui-slider-horizontal,
.aw-layered-nav-priceslider .ui-slider-horizontal {
	height: 8px;
}
.aw-ln-range-slider-wrapper .price-filter-button,
.aw-layered-nav-priceslider .price-filter-button {
	background: #4fc1a7;
	border-color: #4fc1a7;
	box-shadow: none;
	color: #fff;
	border-radius: 0;
}

/**** JEWELRY LANDING ******/

.jewelry-filters-top {
	padding: 45px 0 50px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 70px;
}
.jewelry-filter-title {
	font-family: 'Didot';
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.jewelry-filters-holder {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.j-filter-single {
	text-align: center;
	margin: 0 27px 10px;
	text-transform: uppercase;
}
.j-filter-badge {
	margin-bottom: 5px;
}
.j-filter-badge img,
.j-cat-image img {
	display: block;
	margin: 0 auto;
}
.j-filter-name {
	font-size: 14px;
}
.jewelry-filters-category {
	display: flex;
	flex-wrap: wrap;
	max-width: 1070px;
	margin: 0 auto;
}
.j-category-single {
	text-align: center;
	margin-bottom: 35px;
	width: calc((100% - 170px) / 3);
	margin-left: 85px;
}
.j-category-single:nth-child(3n+1) {
	margin-left: 0;
	clear: both;
}
.j-cat-name {
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 8px;
	display: inline-block;
}
/*body.category-jewelry .filterSection {
	display: none;
}*/
body.category-jewelry .category-view,
body.category-studs .category-view {
	position: relative;
	padding-bottom: 0;
}
body.category-jewelry .category-image,
body.category-studs .category-image {
	background: #000;
	margin: 0;
}
body.category-jewelry .category-image .image,
body.category-studs .category-image .image {
	margin: 0 auto;
}
body.category-jewelry.catalog-category-view .page-title-wrapper,
body.category-studs.catalog-category-view .page-title-wrapper {
	padding-top: 0;
	text-align: left;
	background-color: transparent;
}
body.category-jewelry.catalog-category-view h1.page-title,
body.category-studs.catalog-category-view h1.page-title {
	font-size: 112px;
	font-family: 'DogmaScript';
	color: #4ec1a7;
	text-transform: none;
	line-height: 1;
}
body.category-jewelry .category-desc-page-title,
body.category-studs .category-desc-page-title {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 1340px;
	padding: 0 20px;
	margin: auto;
	max-width: 100%;
	transform: translateY(-50%);
}
body.category-jewelry .category-description,
body.category-studs .category-description {
	font-size: 18px;
	color: #fff;
	text-align: left;
	max-width: 750px;
	line-height: 1.75;
}
body.category-jewelry .category-description p,
body.category-studs .category-description p {
	margin: 0;
}

/******* PRODUCT DETAILS PAGE ********/

.product-promo-banner {
	width: 1340px;
	max-width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}
.promo-banner-holder {
	padding: 10px 0 6px;
	border-bottom: 1px solid #d9d9d9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	justify-content: center;
	flex-wrap: wrap;
}
.promo-banner-holder > * {
	padding: 10px 0;
}
.promo-banner-holder .category-promo-link {
	font-size: 24px;
	display: inline-block;
	color: #000;
}
.promo-banner-holder .category-promo {
	display: block;
}
.promo-banner-holder .promo-free-shipping {
	font-size: 40px;
	font-family: 'DogmaScript';
	display: inline-block;
	color: #000;
	line-height: 1;
}
.promo-banner-holder .promo-free-shipping span {
	color: #4ec1a7;
}
.catalog-product-view .page-wrapper {
	overflow: hidden;
}
.fotorama__caption {
	display: none;
}
.page-wrapper > .breadcrumbs {
	margin-top: 25px;
	margin-bottom: 0;
}
.catalog-product-view .page-wrapper > .breadcrumbs {
	margin-top: 0;
	padding-top: 20px;
	padding-bottom: 15px;
}
.breadcrumbs .item a {
	color: #707070;
}
.breadcrumbs .item:not(:last-child):after {
	margin: 0 1px;
	font-size: 8px;
    line-height: 19px;
}
.fotorama__nav--thumbs {
	text-align: center;
}
.fotorama__thumb-border {
	border: 0;
	background-image: none;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
	border: 1px solid #ccc;
	padding: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:not(:last-child) {
	margin-right: 20px;
}
.product-social-links-top {
	padding-top: 30px;
	margin-bottom: 20px;
	border-top: 1px solid #d9d9d9;
}
.product-social-links-top > p,
.product-social-links-top > a {
	display: inline-block;
	margin: 0;
}
.product-social-links-top a {
	display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-indent: -9999px;
    text-align: center;
    color: #4fc1a7;
    font-size: 22px;
}
.product-social-links-top a:hover {
	color: #000;
}
.product-social-links-top a:before {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: 0;
    font-family:'FontAwesome';
}
.product-social-links-top a.action.print:before {
	content: "\f02f";
}
.product-social-links-top a.action.facebook:before {
	content: "\f09a";
}
.product-social-links-top a.action.twitter:before {
	content: "\f099";
}
.product-social-links-top a.action.instagram:before {
	content: "\f16d";
}
.product-social-links-top a.action.pinterest:before {
	content: "\f231";
}
.product-social-links-top a.action.youtube:before {
	content: "\f166";
}
.product-social-links-top a.action.tumblr:before {
	content: "\f174";
}
.product-social-links-top a.action.googleplus:before {
	content: "\f0d4";
}
.product-social-links-top a.action.mailto:before {
	content: "\f0e0";
}
.product-social-links {
	margin: 30px 0;
	display: flex;
	align-items: baseline;
}
.product-info-main .page-title-wrapper h1 {
	font-size: 24px;
	line-height: 1.45;
}
.page-layout-1column .product.media {
    width: 61.5%;
    padding-right: 30px;
}
.page-layout-1column .product-info-main {
    width: 38.5%;
    margin-bottom: 25px;
}
.product-brand-wrapper {
	padding: 5px 0 20px;
}
.product-brand-wrapper span {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	padding: 5px 0;
	font-size: 12px;
}
.product-brand-wrapper .product-brand {
	margin-right: 12px;
	font-size: 24px;
}
.product-brand-wrapper .product-condition {
	background: #4ec1a7;
	color: #fff;
	padding: 0 6px;
	text-transform: uppercase;
}
.product-info-main .product-reviews-summary a {
	color: #4fc1a7;
}
.product-info-main .product-info-price .price-box {
	width: auto;
	padding: 0;
	vertical-align: middle;
}
.product-info-main .product-info-price .price-box > span {
	display: block;
}
.product-info-main .product-info-price .price-box > span.old-price {
	margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box > span.special-price {
	display: inline-block;
	margin-right: 10px;
}
.product-info-main .product-info-price .price-box > span.price-discount-percent {
	display: inline-block;
}
.product-info-main .product-info-stock-sku {
	vertical-align: middle;
	display: block;
	padding: 0 0 0 4px;
}
.product-info-main .product-discount-code {
	padding-top: 10px;
	color: #4ec1a7;
	width: 100%;
}
.product-info-main .product-info-price .price-box .price-container > span {
	display: inline-block;
	margin: 0;
}
.product-info-price .price-box .price-container .price,
.product-info-main .product-info-price .price-box > span.price-discount-percent {
	font-weight: normal;
	color: #4fc1a7;
	letter-spacing: 1px;
	font-size: 36px;
	line-height: 36px;
}
.product-info-main .product-info-price .old-price > .price-container {
	position: relative;
}
.product-info-main .product-info-price .old-price > .price-container:before {
	content: "";
	position: absolute;
	display: block;
	top: 55%;
	left: 0;
	width: 100%;
	border-top: 1px solid #ccc;
}
.product-info-main .product-info-price .old-price .price-wrapper .price,
.product-info-main .product-info-price .price-box > span.old-price .price-label {
	font-size: 18px;
	color: #c4c4c4;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
	font-weight: normal;
	font-size: 14px;
	white-space: nowrap;
	margin: 0;
}
.product-info-main .stock.available label,
.product-info-main .stock.unavailable label {
	display: none;
}
.product-info-main .stock.available span,
.product-info-main .stock.unavailable span {
	color: #4fc1a7;
}
.product-info-main .product-info-price {
	padding: 30px 0 10px;
    margin: 30px 0 0;
    border: 0;
    border-top: 1px solid #d9d9d9;
}
.product-jewelry-info-attr {
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: -10px;
	border-top: 1px solid #d9d9d9;
}
.product-jewelry-info-attr .info-attr-group-title {
	font-size: 24px;
	margin-bottom: 10px;
}
.product-jewelry-info-attr .info-attr-group {
	padding-left: 60px;
	position: relative;
}
.product-jewelry-info-attr .info-attr-group:before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	bottom: 0;
	width: 60px;
	background-repeat: no-repeat;
}
.product-jewelry-info-attr .info-attr-group.info-group-center-stone:before {
	background-image: url(../images/center-stone-icon.webp);
}
.product-jewelry-info-attr .info-attr-group.info-group-ring-setting:before {
	background-image: url(../images/ring-setting-icon.webp);
}
.product-jewelry-info-attr .info-attr-group:not(:last-child) {
	margin-bottom: 10px;
}
.product-jewelry-info-attr .info-attr-group-table td {
	padding: 0 10px 2px 0;
	line-height: 1.5;
}
.product-jewelry-info-attr .info-attr-group-table td:first-child {
	width: 1%;
	min-width: 100px;
}
.product-add-form .product-options-wrapper .field .control {
	width: 100%;
}
.product-info-main .box-tocart .field.qty {
	display: flex;
	align-items: center;
	margin-bottom: 35px;
}
.product-info-main .box-tocart .field.qty label {
	margin: 0 10px 0 0;
	font-weight: normal;
}
.product-info-main .box-tocart .field.qty label:after {
	content: ":";
}
.product-info-main .box-tocart .input-text.qty {
	height: 40px;
}
.product-info-main .box-tocart .action.tocart {
	width: 100%;
	margin: 0;
	background-color: #4fc1a7;
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	font-family: 'ZapfHumanist601BT-Roman';
	font-weight: normal;
	letter-spacing: 0.07em;
	line-height: 26px;
	transition: background-color 0.3s ease;
}
.product-info-main .box-tocart .action.tocart:hover {
	background-color: #333;
}
.product-info-main .product-info-notice {
	text-transform: uppercase;
	font-size: 14px;
}
.product-info-main .product-info-notice > p {
	padding-left: 30px;
	margin-bottom: 17px;
	position: relative;
}
.product-info-main .product-info-notice > p:last-of-type {
	margin-bottom: 0;
}
.product-info-main .product-info-notice > p:before {
	font-size: 19px;
    color: #4ec1a7;
    position: absolute;
    left: 0;
}
.product-info-main .product-info-notice > p:first-of-type:before {
	content: "\f073";
    font-family: 'FontAwesome' !important;
}
.product-info-main .product-info-notice > p:last-of-type:before {
	content: "\e903";
	font-size: 15px;
	top: 2px;
}
.product-info-main .product-info-notice a {
	color: #333;
}
.product-sku-review-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.product-info-main .product.attribute.sku,
.product-info-main .product-reviews-summary {
	margin-bottom: 10px;
}
.product-info-main .product.attribute.sku {
	margin-right: 20px;
}
.product-info-main .product-reviews-summary .reviews-actions {
	margin-top: 0;
	font-size: 16px;
}
.product-info-main .product-reviews-summary .reviews-actions a:not(:last-child) {
    margin-right: 20px;
}
.product-info-main .product.attribute.overview {
	margin: 20px 0 0;
	clear: both;
}
.product-desc-attr-rew .table-wrapper {
	margin: 0;
	border: 0;
}
.product-desc-attr-rew .table-wrapper * {
	display: block;
	border: 0;
}
.product-desc-attr-rew .table-wrapper tr {
	display: flex;
}
.product-desc-attr-rew .table-wrapper th {
	width: calc(100% - 200px);
	padding: 10px 25px;
	line-height: 20px;
	font-weight: normal;
	display: flex;
	align-items: center;
}
.product-desc-attr-rew .table-wrapper td {
	width: 190px;
	margin-left: 10px;
	line-height: 20px;
	padding: 10px;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}
.product-desc-attr-rew .table-wrapper tr:nth-child(odd) th,
.product-desc-attr-rew .table-wrapper tr:nth-child(odd) td {
	background-color: #f4f4f4 !important;
}
.product.info.detailed {
	padding: 0;
	margin-bottom: 0;
}
.block.review-add {
    margin-bottom: 15px;
}
.review-list .block-title {
	display: none;
}
.review-item {
	padding-top: 0;
    padding-bottom: 22px;
    border: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}
.review-item:last-child {
	margin-bottom: 15px;
}
.review-add .block-title {
    display: block;
    cursor: pointer;
}
.review-add .block-title strong {
    background: #4fc1a7;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    padding: 15px 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.review-add .block-title strong:hover {
	background-color: #000;
}
.review-form .action.submit.primary {
	background: #4fc1a7;
    color: #fff;
    border: 0;
    font-weight: normal;
    padding: 15px 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.review-form .action.submit.primary:hover,
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
	background: #000;
	border: 0;
	color: #fff;
}
.review-form {
	padding-top: 25px;
}
.review-add .fieldset {
	margin-bottom: 10px;
}
.review-add .fieldset > .field,
.review-add .fieldset > .fields > .field {
    margin: 0 0 12px;
}
.fieldset .review-legend.legend span {
	font-size: 18px;
}
.fieldset .review-legend.legend strong {
	font-weight: normal;
	font-size: 22px;
	margin-top: 10px;
}
#maincontent .product.data.items > .item.title > .switch {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	border: 0;
	height: auto;
	padding: 0;
	text-transform: uppercase;
	background-color: transparent;
	color: #000;
}
.data.switch .counter {
	color: #4fc1a7;
}
.product.data.items > .item.content {
	background-color: transparent;
	border: 0;
	margin-top: 0;
	padding: 40px 0 40px 60px;
	display: none;
}
.review-toolbar {
	margin: 0;
	border: 0;
}
.block.review-add .block-content {
	display: none;
}
.product.data.items {
	margin: 0;
	border: 0;
	position: relative;
}
.product.data.items .item.title a:after,
.product.data.items .item.title.active a:after {
	content: "";
}
.review-title {
	font-weight: normal;
	text-transform: uppercase;
}
.review-author .review-details-label {
	display: none;
}
.review-date {
	display: block;
}
.block.related #block-related-heading,
.amshopby-morefrom.block .title {
	display: block;
	font-weight: normal;
	font-size: 26px;
	text-transform: uppercase;
	text-align: center;
}
.amshopby-morefrom.block .title strong {
	font-size: 26px;
	margin-top: 2rem;
    margin-bottom: 2rem;
	display: block;
	font-weight: normal;
}
.page-layout-1column .products-grid.products-related .product-item {
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 0;
}
.column.main .products-related .product-items {
	margin: 0;
}
.products-related .product-item-info {
	width: 100%;
}
.block.related,
.products-related,
.block.amshopby-morefrom {
	margin-bottom: 0;
}
.block.related,
.block.amshopby-morefrom {
	padding-top: 40px;
}
.block.related .related-available .product-item-name,
.block.amshopby-morefrom .product-item-name {
    margin-left: 0;
    font-size: 16px;
}
.block.related .product-item .price-box,
.block.amshopby-morefrom .product-item .price-box {
	margin: 5px 0;
}
.block.related .product-item .price-box .price,
.block.amshopby-morefrom .price-box .price {
	font-size: 24px;
}
.block.related .products-grid .product-item-info,
.block.related .products-grid .product-item-info:hover,
.block.related .products-grid .product-item-info.active,
.block.amshopby-morefrom .product-item-info,
.block.amshopby-morefrom .product-item-info:hover,
.block.amshopby-morefrom .product-item-info.active  {
	padding: 0 11% 7%;
}
.block.related .products-related .owl-nav,
.block.amshopby-morefrom .owl-nav {
    margin: 0;
}
.block.related .products-related .owl-nav .owl-prev,
.block.related .products-related .owl-nav .owl-next,
.block.amshopby-morefrom .owl-nav .owl-next,
.block.amshopby-morefrom .owl-nav .owl-prev {
    margin: 0;
    padding: 0;
    border-radius: 0;
    opacity: 1;
    width: 25px;
    height: 40px;
    text-indent: -9999px;
    position: absolute;
    top: 40%;
    color: #4fc1a7;
    background-color: transparent;
    overflow: hidden;
}
.block.related .products-related .owl-nav .owl-prev,
.block.amshopby-morefrom .owl-nav .owl-prev {
    left: -25px;
}
.block.related .products-related .owl-nav .owl-next,
.block.amshopby-morefrom .owl-nav .owl-next {
    right: -25px;
}
.block.related .products-related .owl-nav .owl-prev:hover,
.block.related .products-related .owl-nav .owl-next:hover,
.block.amshopby-morefrom .owl-nav .owl-prev:hover,
.block.amshopby-morefrom .owl-nav .owl-next:hover {
    color: #333;
}
.block.related .products-related .owl-nav .owl-prev.disabled,
.block.related .products-related .owl-nav .owl-next.disabled,
.block.amshopby-morefrom .owl-nav .owl-prev.disabled,
.block.amshopby-morefrom .owl-nav .owl-next.disabled {
    color: #e4e4e4;
}
.block.related .products-related .owl-nav .owl-prev:before,
.block.related .products-related .owl-nav .owl-next:before,
.block.amshopby-morefrom .owl-nav .owl-prev:before,
.block.amshopby-morefrom .owl-nav .owl-next:before {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: 0;
    font-size: 54px;
    line-height: 36px;
    text-align: center;
}
.block.related .products-related .owl-nav .owl-prev:before,
.block.amshopby-morefrom .owl-nav .owl-prev:before {
    content: "\f104";
}
.block.related .products-related .owl-nav .owl-next:before,
.block.amshopby-morefrom .owl-nav .owl-next:before {
    content: "\f105";
}
.product-tab-title,
.product.data.items > .item.title {
	background-color: #f4f4f4;
	line-height: 30px;
	padding: 15px 15px 15px 80px;
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	position: relative;
	float: none;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}
.product-tab-title:before,
.product.data.items > .item.title:before {
	content: "\f0d7";
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 60px;
	border-right: 1px solid #fff;
	text-align: center;
    line-height: 60px;
    font-size: 20px;
}
.product-tab-title.active-tab:before,
.product.data.items > .item.title.active-tab:before {
	content: "\f0d8";
}
.product-tab-content {
	line-height: 1.85;
	padding: 35px 0 35px 60px;
	display: none;
}
.product-desc-attr-rew .product-tab-content {
	padding-left: 0;
}
.product-tab-content h4 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
.product-info-warranty .product-tab-content h4 {
	font-size: 24px;
	margin: 5px 0 30px;
}
.product-info-desc .product-tab-content {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.product-info-faq .product-tab-content,
.product-info-policy .product-tab-content {
	padding: 30px 0 30px 22px;
}
.product-info-faq .faq-question,
.product-info-policy h4 {
	padding: 10px 15px 10px 37px;
	line-height: 24px;
	margin: 0;
	color: #000;
	position: relative;
	cursor: pointer;
	transition: color 0.3s ease;
}
.product-info-faq .faq-question:hover,
.product-info-policy h4:hover {
	color: #4fc1a7;
}
.product-info-faq .faq-question:before,
.product-info-policy h4:before {
	content: "\f0da";
	font-family: FontAwesome;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	line-height: 44px;
	padding-left: 2px;
}
.product-info-faq .faq-question.active:before,
.product-info-policy h4.active:before {
	content: "\f0d8";
}
.product-info-faq .faq-answer,
.product-info-policy .shipping-topic {
	padding: 0 0 15px 37px;
	display: none;
}
.product-info-faq .faq-answer:first-of-type {
	display: block;
}
.product.media div.MagicToolboxContainer.selectorsBottom .MagicToolboxSelectorsContainer a {
	border: 1px solid #d9d9d9;
}
.product.media a[data-zoom-id] img,
.product.media .mz-thumb img {
	box-shadow: none;
}
.product.media .mt-thumb-switcher.active-selector img {
	-webkit-filter: brightness(100%) !important;
    filter: brightness(100%) !important;
    opacity: 0.3;
    box-shadow: none;
}
.attr-group-title {
	line-height: 35px;
	background-color: #4ec1a7;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0 20px;
}
.attr-group-title.hidden {
	display: none;
}
.attr-group-content {
	margin: 10px 0 25px;
}
.attr-group-content.hidden {
	display: none;
}
.attr-groups-wrapper {
	display: flex;
	justify-content: space-between;
}
.attr-group {
	width: calc((100% - 70px) / 4);
}
.attr-group-jewelry{
	width: calc((100% - 70px) / 3);
}
.attr-group-row {
	line-height: 22px;
	font-size: 16px;
	color: #000;
}
.attr-group-row:nth-child(odd) {
	background-color: #f4f4f4;
}
.attr-group-row .attr-group-label {
	padding: 14px 10px 14px 20px;
	width: 1%;
	white-space: nowrap;
}
.attr-group-row .attr-group-value {
	padding: 14px 10px;
	text-transform: capitalize;
}

/* ACCOUNT PAGES */

.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
	border-color: #4fc1a7;
}

/* CHECKOUT PAGES */

.opc-progress-bar-item._active > span::before {
    background: #4fc1a7;
    border-color: #4fc1a7;
}
.opc-progress-bar-item._active::before {
    background: #4fc1a7;
    border-color: #4fc1a7;
}
.opc-progress-bar-item._active > span::after {
    border-color: #4fc1a7;
    content: '\e610';
    font-family: 'luma-icons';
}

/* ALGOLIA SEARCH */

#algolia-autocomplete-container .aa-dropdown-menu .footer_algolia {
	display: none;
}
#algolia-autocomplete-container .aa-dropdown-menu {
	border-color: #4fc1a7;
}
#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-price {
	color: #4fc1a7;
}
#autocomplete-products-footer span a {
	color: #4fc1a7;
	font-weight: normal;
}
#autocomplete-products-footer span a:hover {
	text-decoration: underline;
}
#autocomplete-products-footer,
#algolia-autocomplete-container .aa-dropdown-menu .aa-cursor .algoliasearch-autocomplete-hit {
	background-color: #f4f4f4;
}

/* LIFETIME WARRANTY*/

.studs-warranty-block {
	background-image: url(../images/studs-warranty.webp);
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	text-align: left;
	padding: 50px 100px;
	margin: 70px 0 30px;
	min-height: 450px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.studs-warranty-block > * {
	position: relative;
}
.studs-warranty-block .warranty-title {
	font-family: 'DogmaScript';
	font-size: 112px;
	line-height: 1.25;
	color: #4fc1a7;
}
.studs-warranty-block p {
	width: 720px;
	max-width: 100%;
	font-size: 18px;
	letter-spacing: 1px;
}
.studs-warranty-block .warranty-link a {
	display: inline-block;
	margin-top: 20px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	letter-spacing: 0.1em;
}
.studs-warranty-block .warranty-link a:hover {
	color: #4fc1a7;
	border-color: #4fc1a7;
}

.studs-categories {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    border-bottom: 1px solid #ccc;
}
.stud-sample {
	text-align: center;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.stud-sample-size {
	font-size: 14px;
	margin-top: 10px;
}
.studs-landing-section .owl-nav.disabled {
	display: none;
}
.studs-collection {
	flex-grow: 1;
	max-width: calc(100% - 270px);
}
.studs-round-featured {
	margin-right: 20px;
	flex-shrink: 0;
}
.stud-sample-image {
	max-width: 50px;
	transform-origin: bottom;
	display: inline-block;
}

/* STUDS CUSTOM TOOLTIP */

.tooltip {
	min-height: 60px;
	white-space: nowrap;
	position: absolute;
	bottom: 78%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	text-align: center;
	display: none;
}
.studs-collection-inner .tooltip {
	display: inline-table;
}
.tooltip_content {
	padding: 20px 20px 20px 20px;
}
.tooltip_content img{
	vertical-align: middle;
}
.tooltip_content ul li {
	display: inline-block;
	margin-bottom: 0;
}
.tooltip_content ul {
	margin-bottom: 0;
}
.tooltip_arrow {
	width: 50px;
	height: 25px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
}
.tooltip_arrow::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: white;
	transform: translateX(-50%) translateY(-50%) scaleY(0.5) rotate(45deg);
	top: 0;
	left: 50%;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

/* STUDS EFFECTS */

.stud-sample-image img {
	transition: opacity 0.3s ease;
	cursor: pointer;
}

.stud-sample-image img:hover {
	opacity: 0.3;
}

/* STUDS CAROUSEL MODS */

.stud-sample {
	white-space: nowrap;
}

.studs-collection-inner .owl-item:last-child {
	margin-right: 0px !important;
}

.studs-collection-inner a {
    color: #000;
    text-decoration: none;
}

.studs-categories .owl-carousel .owl-stage {
	margin-left: auto;
	margin-right: -40px;
}

.studs-collection-inner .owl-dots {
	margin-top: 20px !important;
}

/* STUDS RESPONSIVE */

@media only screen and (max-width: 1199px) {
	.studs-round-featured {
		max-width: 200px;
	}
	.studs-collection {
		max-width: calc(100% - 220px);
	}
}

@media only screen and (max-width: 900px) {
	.studs-categories {
		display: block;
	}
	.studs-collection {
		max-width: 100%;
	}
	.studs-round-featured {
		margin: 0 auto;
		overflow: hidden;
	}
	.studs-round-featured img {
		margin: -10% 0 0;
	}
}
/* HOMEPAGE TABS STUDS */
#studs-tab {
    background-image: url(../images/studs-tab-image.webp);
}
#watches-tab {
    background-image: url(../images/watches-tab-image.webp);
}

/***** SHOP BY BRAND - BRAND LAYOUT *****/

.aw-sbb-brand-view .page-main > .page-title-wrapper .page-title {
	margin-bottom: 0;
}
.page-layout-1column.aw-sbb-brand-view .column.main {
	padding-top: 0;
}
.aw-sbb-brand-info {
	margin-top: 60px;
}

/****************************************/

@media only screen and (min-width: 901px) {

	#aw-filter-all_brand .filter-options-content{
		min-width: 600px;
	}
	#aw-filter-w_band_color .filter-options-content{
		min-width: 360px;
	}
	#aw-filter-wwp_case_size .filter-options-content{
		min-width: 400px;
	}

	#aw-filter-all_brand .filter-options-content ol.items li.item {
		float: left;
		width: 185px;
	} 
	#aw-filter-w_band_color .filter-options-content ol.items li.item {
		float: left;
		width: 160px;
	} 
	#aw-filter-wwp_case_size .filter-options-content ol.items li.item{
		float: left;
		width: 120px;
	} 
}
.categorypath-luxury-watches #aw-filter-cat{
		display: none;
}
.magestore-bannerslider-standard{
	max-width: 100%;
}
.engagement_category_block{
	padding-top: 20px;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #cccccc;
}
.engagement_category_block h3{
	font-weight: normal;
	text-transform: uppercase;
}
.engagement_category_block ul{
	list-style: none;
}
.engagement_category_block ul li{
	display: inline-block;
	margin: 0 8px; 
}
.engagement_category_block ul li a{
	color: #333333;
}
.engagement_category_block ul li a:hover{
	color: #000;
}
.engagement_category_block ul li a:after{
	content: "|";
	display: inline-block;
	margin-left: 12px;
}
.engagement_category_block ul li:last-child a:after{
	content: '';
}
/*
.ui-tabs-panel{
	display: none !important;  
}
*/

/**************** AMASTY SEARCH ***************/
.search input#search{
	border:none;
	border-bottom: solid 1px #4ec1a7;
}
.search .amsearch-wrapper-input input#search{
	border:none;
	border-bottom: solid 1px #4ec1a7;
}
.amsearch-form-container.-opened .input-text {
    padding-left: 35px;
}
.block.block-search .search-autocomplete {
    top: 32px;
    border: 1px solid #4ec1a7 !important;
}

@media only screen and (max-width: 800px) {
	.search-autocomplete,
	.amsearch-results{
		max-width: 700px;
	}	
	.amsearch-form-container.-large .amsearch-results .amsearch-more-results{
		background:#eee;
	}
	.amsearch-more-results .amsearch-link{
		margin-bottom: 5px;		
		margin-top: 5px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 900px) {
	.block.block-search{
		position: inherit;
	}
	.block-search .block-content {
	    margin-bottom: 0;
	    padding-top: 7px;
	    padding-bottom: 8px;
	}
	.block-search .search .control {
	    position: absolute;
	    z-index: 1000;
	    width: 100%;
	    left: 0;
	    right: 0;
	}
	.block.block-search .search-autocomplete {
	    top: 55px;
	}
	.block.block-search .label.active + .control input {
	    width: 100%;
	    padding: 10px 15px 10px 40px;
	    height: 40px;
	}
	.amsearch-more-results .amsearch-link {
	    display: block;
	    padding: 11px;
	    font-size: 12px;
	    background-color: #4ec1a7;
		color: #fff;
	}
	.amasty-xsearch-block-header {
	    margin-bottom: 0;
	    padding: 15px 20px 0 15px;
	    font-style: normal;
	    font-weight: bold;
	    font-size: 14px;
	    text-transform: uppercase;
	    color: #000000;
	}
	.amsearch-wrapper-content .amsearch-wrapper-inner .price-box{
		max-width: 85px;
	}
}

.about-us.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.8;
}