:root, body { 
	font-size: 12pt; 
	background-color: #fff 
}
a { transition: all 0.2s ease-in-out; }
a:hover { text-decoration: none; }
hr { 
	border-color: #ccc; 
	margin: 20px 0; 
	height: 1px; 
}
.strong { font-weight: 700; }
.light { font-weight: 400; }
.text-shadow { text-shadow: #000 0 0 1em, #000 0 0 0.25em; }
.vertical-align {  
	display:inline-block; 
	vertical-align: middle;
	line-height: 1rem; 
}
.vertical-top {
	display:inline-block;
	vertical-align: top;
}
.overflow-hidden { overflow: hidden; height: 100%; position: relative; }
.pointer { cursor: pointer; }
.screen-padding { padding: 40px 0; }
.screen-padding-xs { padding: 15px 0; }
.screen-padding-xl { padding: 60px 0; }
.screen-padding-xxl { padding: 70px 0; }
.grad-gold { 
	background: linear-gradient(160deg, #baa35b, #e8d087 85%); 
	background-clip: text; 
	-webkit-text-fill-color: transparent; 
	-webkit-background-clip: text; 
	-webkit-text-fill-color: transparent; 
}
.title-type, 
.title-type p, 
.title-type .vertical-align { 
	font-size: 16px; 
	line-height: 1.4em; 
}
.title-d1 { font-size: 33px; }
.title-d2 { font-size: 33px; }
.title-h1 { font-size: 30px; }
.title-h2 { font-size: 28px; }
.title-h3 { font-size: 24px; }
.title-h4 { font-size: 22px; }
.title-h5 { font-size: 22px; }
.title-h6 { font-size: 19px; }
.title-h1,
.title-h2,
.title-h3,
.title-h4,
.title-h5,
.title-h6,
.title-type,
.btn,
.footer-sitemap-nav>a,
.collection_title_h1,
#footer_price_direct_mob,
b,
.strong{ 
	font-family: 'Montserrat'; 
	font-weight: 400
}
.badge.badge-grad-gold,
.products-item a,
.specifications .point small{ 
	font-family: 'Montserrat'; 
	font-weight: 400
}
.fixed-menu-top .nav-menu{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}
.nav-hamburger svg{ 
	width: 24px; 
	stroke: #000
}
.cls-line{
	fill:none;
	stroke-miterlimit:10;
	stroke-width:30px;
}
.fa-question-circle, 
.fa-info-circle { 
	color: #aaa; 
	margin-left: 3px; 
}
.btn:focus, 
.btn:active { 
	outline: none !important; 
	box-shadow: none !important;
}
.btn { 
	padding-left: 20px; 
	padding-right: 20px; 
}
.btn-lg { 
	padding-left: 40px; 
	padding-right: 40px; 
}
.breadcrumb {
	margin: 10px 0; 
	padding: 0; 
	background-color: transparent; 
	font-size: 0.8rem; 
}
.breadcrumb a, 
.breadcrumb-item { color: #6c757d; }
.breadcrumb a:hover { color: #0a74bf; }
.breadcrumb-item.active { color: #2f2f2f }
.breadcrumb-item+.breadcrumb-item { padding-left: .25em; }
.breadcrumb-item+.breadcrumb-item::before { 
	content: '›'; 
	padding-right: .25em; 
	font-size: 26px;
    line-height: 15px;
	color: #151515;
}
.popover-body h6 { 
	font-size: 0.9rem; 
	margin-bottom: 5px; 
}
.popover-body h6:first-child { margin-top: 15px; }
.popover-body img { margin-bottom: 7px; }
.modal-backdrop { z-index: 2025; }
.modal { z-index: 2050; }
.form-wrapper h3 { margin-bottom: 20px; }
.form-wrapper .form-field { width: 100%; padding: 7px 10px; margin-bottom: 15px; border: 1px solid #ced4da; border-radius: 5px; transition: border 0.2s ease-in-out;}
.form-wrapper .form-button { width: 100px; text-align: center; margin: 0;}
.form-wrapper .form-attachment { width: 100%; text-align: left; margin-top: -5px; margin-bottom: 15px; display: block; }
.form-wrapper .form-attachment input { margin-left: 15px; display: inline-block; }
.form-wrapper .form-text { margin-bottom: 15px; text-align: left; display: block; }
.form-wrapper .form-check { width: 100%; padding: 2px 10px; margin-bottom: 15px; vertical-align: top;}
.form-add { padding: 10px 20px; margin-bottom: 20px; text-align: right; font-size: 1.2rem; background: #f2f2f2; }
.form-add svg { margin-left: 15px; cursor: pointer; transition: opacity 0.2s ease-in-out; }
.form-add svg:hover { opacity: 0.5; }
.form-add .fa-minus { display: none; }
.form-wrapper .form-field:hover, .form-wrapper .form-field:focus { border-color: #0a74bf; outline: 0;}
.form-wrapper select option { width: 90%; }
.form-wrapper textarea { min-height: 150px; }
.form-control { font-size: 1rem; }
#fc_frame { z-index: 80000 !important; }
.header-text a{
	text-transform: inherit!important; 
	font-size: 1.25rem;
}
.products-item a:nth-child(2){ color: #fff;}
.products-item p{ font-size: 1.12rem;}
.dropdown,
.tip_state_menu {
	position: relative;
	display: inline-block;
}
.dropdown-content,
.dropdown-state-content {
	display: none;
	position: absolute;
	right: -20px;
	padding: 2.25vw;
	padding-top: 0;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	background-color: #fff;
}
.dropdown-content{ 
	width: 21.875vw;
	right: -79px; 
}
.dropdown:hover .dropdown-content,
.tip_state_menu:hover .dropdown-state-content {display: block;}
.dropdown-content ul,
.dropdown-state-content ul{ 
	padding: 0; 
}
.dropdown-content ul{
	min-width: auto; 
}
.dropdown-content ul li,
.dropdown-state-content ul li{ 
	list-style: none; 
	padding: 0; 
	height: auto; 
	margin-top: 1.46vw;
	line-height: 1; 
	font-size: 14px; 
	text-align: left; 
	border-bottom: 1px solid #dee2ef
}
.dropdown-content ul li:last-child p span{ 
	display: block;
	width: calc(100% - 50px);
	margin-right: 50px;
	padding: 10px 0;
	color: #151515; 
	text-align: left;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
}
.dropdown-content ul li a{
	font-family: "Open-Sans"!important;
	text-transform: capitalize;
	white-space: nowrap;
}
.dropdown-content ul li a,
.dropdown-state-content ul li a{ 
	height: auto; 
	padding: .83vw 0;
	margin: 0; 
	line-height: 1; 
	font-size: 14px; 
	border: 0; 
	color: #7d7d7c
}
.dropdown-content ul li a:hover,
.dropdown-state-content ul li a:hover{  
	border: 0; 
	color: #151515!important; 
}
.dropdown-content ul li p{ 
	display: flex;
	justify-content: flex-end;
	margin: 0;
	line-height: 34px;
	color: #ddd; 
}
.dropdown-content ul li p a:first-child{
	padding-right: 1.19vw;  
}
.dropdown-content ul li p a:nth-child(2){
	padding-left: 0.885vw;
}
.dropdown-content ul li p a:hover{ text-decoration: underline; }
.tip_div { 
	display: flex;
	height: 42px; 
	padding: 0; 
	font-size: 0.775rem; 
	line-height: 42px;
	font-family: 'Montserrat'; 
	font-weight: 400; 
} 
.tip_logo{
	flex: 1;
	padding-left: 32px;
}
.tip_logo a:hover{
	color: #fff;
	opacity: 1!important;
}
.tip_content{
	position: absolute;
	width: 100%;
}
.tip_text{
	margin: 0;
}
.navbar-tip { 
	padding: 0; 
	background: #fff; 
	border-bottom: 1px solid #ced4da; 
	z-index: 1500;
}
.navbar-tip a { 
	color: #000; 
	font-family: 'Montserrat', sans-serif; 
	letter-spacing: 0.03rem;
}
.search-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0, 0, 0.38, 1);
}
.search-container.is-active {
    overflow: visible;
    bottom: 0;
    transition: none;
    z-index: 999;
}
.search-content{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    display: flex;
    transform: translate3d(0, -110%, 0);
    transition: all 0.3s cubic-bezier(0, 0, 0.38, 1);
}
.is-active .search-content {
    transform: translateZ(0);
}
.search-content .search-flex {
    flex: 1 1 100%;
    display: flex;
    align-items: stretch;    
    max-width: 1350px;
    margin: auto;
}
.search-flex form {
    flex: 1 1 auto;
    display: flex; 
	font-size: 25px;                                                                                                                                                                                                                                          
}
.search-flex form button{
	padding: 0 40px;
	background: transparent;
    border: 0;
}
.search-flex form .search-input{
	border: 0;
    width: 100px;
    flex: 1 1 auto;
    font-size: 25px;
    outline: 0;
}
.search-input {
    display: inline;
    padding: 3px 10px;
    margin-right: 10px;
    border: 1px solid #aaa;
    color: #aaa;
    border-radius: 15px;
}
.search-input input {
    width: 110px;
    height: 30px;
    line-height: 30px;
    border: 0;
    background: transparent;
}
.search-input input:focus{
	outline: 0
}
.tip_logo a{
	margin-right: 32px;
}
.tip_logo a:last-child{
	margin-right: 0;
}
.tip_logo a:hover{
	opacity: 0.7
}
.tip_logo a svg{
	height: 13px;
}
.tip_state_menu{
	padding-right: 32px;
	z-index: 3;
}
.tip_state_menu .dropdown-state{
    height: 42px;
    color: #FFF;
    line-height: 42px;
    border: 0;
	background: transparent;
}
.tip_state_menu .dropdown-state span{
	padding: 0 8px;
}
.tip_state_menu .dropdown-state .svg-down{
	transform: rotate(0deg);
}
.tip_state_menu .dropdown-state:hover .svg-down{
	animation: rotate .2s;
	-webkit-animation: rotate .2s;
	transform: rotate(180deg);
}
@keyframes rotate
{
    from {
		transform: rotate(0deg);
	}
    to {
    	transform: rotate(180deg);
    }
}
 
@-webkit-keyframes rotate 
{
    from {
		transform: rotate(0deg);
	}
    to {
    	transform: rotate(180deg);
    }
}
.dropdown-state-content{
	right: 32px;
	z-index: 2
}
.dropdown-state-content ul li {
    border-bottom: 0;
}
.menu-left { 
	display: flex;
	height: 55px; 
	line-height: 53px;
}
#brand-logo svg { 
	width: 88px; 
	margin-left: 20px;  
	display: inline-block; 
	vertical-align: middle;
	transition: opacity 0.2s ease-in-out;
}
#brand-logo:hover svg { opacity: 0.65; }
.menu-links{
	flex: 1;
	text-align: center;
}
.products-content ul {
    margin: 0;
    padding: 0;
}
.products-content ul h5{
	padding-bottom: 25px
}
.products-content ul li {
	padding: 10px 0;
    list-style: none;
    transition: margin 0.2s;
}
.products-content ul li a{
	color: #151515;
}
.products-content ul li a.btn{
	margin-top: 25px;
	color: #fff
}
.products-content ul li:hover a{
	margin-left: 20px
}
.products-content ul li:hover .btn{
	margin-left: 0
}
.products-content .products-items{
	max-width: calc(100% - 200px);
	height: fit-content;
}
.products-menu-all .products-items .slick-arrow{
	top: 0;
    transform: translateY(0);
    width: 32px;
}
.products-items .slick-arrow svg{
    position: absolute;
	top: 50%;
    transform: translateY(-50%);
}
.products-items .arrow-prev svg{
	margin-left: 0
}
.menu-right { 
	flex: 0 0 auto;
    width: auto;
	height: 55px; 
	padding-left: 0;
	line-height: 55px; 
	text-align: right;
}
#nav-cart {
	position: relative;
	font-size: 1.25rem;
}
#cart_form { width: 100%; }
.cart-badge { 
	position: absolute;
	top: 12px; 
	right: -10px; 
	width: 16px;  
	height: 16px; 
	font-size: 0.7rem;
	line-height: 16px; 
	text-align: center;
	color: #fff; 
	border-radius: 50%; 
}
.nav-hamburger { 
	font-size: 1.8rem; 
	flex: none;
	width: 28px; 
	text-align: center; 
	padding: 1px 0; 
	transition: all 0.5s ease-in-out;
}
.nav-mobile { 
	position: fixed;
	height: 100vh; 
	padding: 0; 
	display: none; 
	z-index: 1490;
}
.nav-mobile-wrapper { 
	padding: 0 15px; 
}
.nav-mobile-menu{ 
	height: 100vh; 
	padding: 0; 
	background: #fff; 
	transition: all 0.2s ease-in-out; 
	overflow-x: hidden; 
	overflow-y: auto;
}
.nav-mobile .col-0 { 
	float:left; 
	flex-basis: 0; 
	flex-grow: 1; 
	max-width: 0; 
	min-height: 100%; 
	overflow: hidden; 
	white-space: nowrap;
}
.nav-mobile-menu-top { padding-top: 0; }
.nav-mobile-menu-top ul,
.mobile-procucts-link ul { 
	padding: 0; 
	margin: 0;
}
.nav-mobile-menu-top>ul>li{
	position: relative;
	display: inline-block; 
	width: 100%; 
	min-height: 55px;  
	padding: 0 20px; 
	vertical-align: middle; 
	font: 1rem 'Montserrat', sans-serif; 
	line-height: 1; 
	border-bottom: 1px solid #ced4da; 
	white-space: nowrap; 
	overflow: hidden;
}
.nav-mobile-menu-top .mobile-procucts-link.active{
	background: #f2f2f2;
}
.nav-mobile-menu-top .mobile-procucts-link .mobile-products-title{
	position: relative;
}
.nav-mobile-menu-top>ul>li a{
	color: #000; 
}
.nav-mobile-menu-top .mobile-procucts-link .icon-close { 
	position: absolute;
    right: 0;
    font-size: .875rem;
}
.mobile-procucts-link .mobile-products-list{
	display: none;
	padding: 1.625rem 0;
	font-family: 'Open-Sans'
}
.mobile-procucts-link ul li{
	padding: .75rem 0;
	list-style: none
}
.mobile-procucts-link ul li .btn{
	color: #fff
}
.mobile-search-input {
    border: 0;
}
.mobile-search-input:focus{
	outline: 0
}
.mobile-user p {
    width: 94%;
    margin: 0;
}
.nav-mobile-menu-top>ul>li .mobile-user p a{
	color: #bc001e
}
.mobile-search {
    padding: 25px 22px 5px;
}
.mobile-search-content{
	padding: 10px;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.mobile-search-content button{
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}
.mobile-search-content svg{
	color: #aaa;
}
.mobile-search-input{
	width: calc(100% - 23px)
}
.mobile_logo {
    padding: 25px 22px 45px;
}
.mobile_logo a{
	margin-right: 10px
}
@media only screen and (min-width: 320px) { 
	.title-type, 
	.title-type p,
	.title-type .vertical-align { 
		font-size: calc(16px + 4 * ((100vw - 320px) / 2080)); 
		line-height: calc(1.4em + 0.2 * ((100vw - 320px) / 2080));
	} 
	.title-type-lg, 
	.title-type-lg p, 
	.title-type-lg .vertical-align { 
		font-size: calc(16px + 8 * ((100vw - 320px) / 2080)); 
		line-height: calc(1.6em + 0.2 * ((100vw - 320px) / 2080)); 
	} 
	.title-d1 { font-size: calc(33px + 45 * ((100vw - 320px) / 2080)); } 
	.title-d2 { font-size: calc(33px + 38 * ((100vw - 320px) / 2080)); } 
	.title-h1 { font-size: calc(30px + 18 * ((100vw - 320px) / 2080)); } 
	.title-h2 { font-size: calc(28px + 16 * ((100vw - 320px) / 2080)); } 
	.title-h3 { font-size: calc(24px + 16 * ((100vw - 320px) / 2080)); } 
	.title-h4 { font-size: calc(22px + 12 * ((100vw - 320px) / 2080)); } 
	.title-h5 { font-size: calc(22px + 8 * ((100vw - 320px) / 2080)); } 
	.title-h6 { font-size: calc(19px + 6 * ((100vw - 320px) / 2080)); }
	.breadcrumb { font-size: 0.9rem; } 
	.breadcrumb-item.active { margin-top: 1px; }
	#brand-logo{ width: 100%; text-align: center }
	#brand-logo svg { 
		width: 110px; 
		height: auto;
		margin-left: 0; 
	} 
	.nav-mobile-menu-top>ul>li { 
		padding: 25px 22px 13px; 
		font-size: 1rem; 
		line-height: 1;
	} 
}
@media only screen and (min-width : 425px) { 
	.breadcrumb { font-size: 1rem; } 
	.breadcrumb-item+.breadcrumb-item { padding-left: .5em; } 
	.breadcrumb-item+.breadcrumb-item::before { padding-right: .5em; }
}
@media only screen and (min-width : 768px) { 
	.tip_div { font-size: 0.85rem; }    
	.popover { font-size: 0.9rem; max-width: 325px; } 
	.popover-body h6 { font-size: 1rem; margin-bottom: 5px; } 
	.top-notice-active-large #unknown_page { min-height: calc(100vh - 155px - 438px); }
}
@media only screen and (max-width : 991px) { 
	.screen-padding-xl {
	    padding: 1.875rem 0;
	}
}
@media only screen and (min-width : 992px) { 
	main { margin-top: 81px; } 
	.navbar-tip { 
		position: relative;
		padding: 0 15px; 
	}
	.tip_content{
		position: absolute;
	    width: auto;
	    left: 50%;
	    transform: translateX(-50%);
	}
	.menu-left { 
		height: 60px; 
		padding-left: 32px;
		line-height: 60px; 
	} 
	#brand-logo{ width: auto; text-align: left }
	#brand-logo svg { width: 158px; margin-left: 0px; margin-right: 10px } 
	.menu-right { 
		height: 60px; 
		line-height: 60px; 
		padding-left: 0; 
    	padding-right: 32px;
	} 
	.menu-links a, 
	.menu-right a { 
		display: inline-block; 
		position: relative;
		height: 60px; 
		margin-left: 6px; 
		padding: 0 6px; 
		color: #000; 
		font-size: 22px;
		line-height: 60px; 
		text-transform: uppercase;  
	} 
	.menu-links a{
		font-size: 14px;
	}
	.menu-right a { 
		padding: 0 10px; 
	} 
	.cart-badge { 
		top: 12px;
		left: 26px; 
	} 
	.nav-dropdown-fixed { 
		position: absolute; 
		top: 0; 
		left: 0; 
	} 
	.products-content {
	    padding: 42px;
	    display: flex;
	}
	.products-menu { 
		position: fixed;
		top: 103px;
		left: 50%;
		transform: translateX(-50%);
		width: 60%; 
		margin-top: 0;
		background: #fff; 
		z-index: 999999;
	} 
	.fixed-menu-top .products-menu{
		top: 60px;
	}
	.products-menu-hidden{
	    position: absolute;
	    width: 100%; 
		opacity: 0;
		visibility: hidden;
		box-shadow: 0 0 6px 6px rgba(21,21,21,0.1);
		transform: translateY(15px) translateZ(0);
    	transition: opacity .5s,visibility .5s,transform .5s,-webkit-transform .5s,box-shadow .5s ease-in-out;
		pointer-events: none;
	} 
	.products-link-active{
		opacity: 1;
	    visibility: visible;
	    transform: translateY(0) translateZ(0);
	    pointer-events: all;
	}
	.products-all { 
		margin: 5px 0; 
		margin-right: 10px;
		font-family: 'Montserrat', sans-serif; 
		font-weight: 600;  
	} 
	.products-item { 
		padding: 0 10px 0 25px;
		outline: 0;
		vertical-align: top;
	} 
	.products-item h6 { 
		margin-top: 15px;
		font-size: 12pt;
		color: #151515;
		font-weight: 400; 
	} 
	.products-item a { color: #000; } 
	.products-item a:hover { color: #0a74bf; } 
	.products-item .product-item-img{
		position: relative;
		width: 100%;
	}
	.products-item .item-img {
	    padding-top: 149%;
	    width: 100%;
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center center;
	    transition: opacity .3s;
	    -webkit-transition: opacity .3s
	}
	.products-item .item-img-hover{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		opacity: 0;
		transition: opacity .5s;
		-webkit-transition: opacity .5s;
		background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center center;
	}
	.products-item a:hover .item-img-hover{
		opacity: 1;
	}
	.nav-shadow { box-shadow: 0 25px 50px 20px rgba(0,0,0,0.4); }
}
@media only screen and (min-width : 1300px) { 
	.products-item { padding: 0 15px 0 15px; } 
}
@media only screen and (min-width: 2400px) { 
	.title-type-sm, 
	.title-type-sm p, 
	.title-type-sm .vertical-align { 
		font-size: 18px; 
		line-height: 1.6em; 
	} 
	.title-type, 
	.title-type p, 
	.title-type .vertical-align { 
		font-size: 20px; 
		line-height: 1.6em; 
	} 
	.title-type-lg, 
	.title-type-lg p, 
	.title-type-lg .vertical-align { 
		font-size: 24px; 
		line-height: 1.8em; 
	} 
	.title-d1 { font-size: 78px; } 
	.title-d1 { font-size: 71px; } 
	.title-h1 { font-size: 48px; } 
	.title-h2 { font-size: 44px; } 
	.title-h3 { font-size: 40px; } 
	.title-h4 { font-size: 34px; } 
	.title-h5 { font-size: 30px; } 
	.title-h6 { font-size: 25px; }
}
.search-open {
	overflow: hidden;
}
.search-open .container-fluid:after{
	content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.2;
    z-index: 26;
    animation: overlay-on 0.5s forwards;
}
/*
     FILE ARCHIVED ON 10:37:12 Dec 01, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:19:00 Jul 01, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.459
  exclusion.robots: 0.017
  exclusion.robots.policy: 0.008
  esindex: 0.01
  cdx.remote: 9.911
  LoadShardBlock: 214.157 (3)
  PetaboxLoader3.datanode: 226.624 (5)
  PetaboxLoader3.resolve: 274.714 (3)
  load_resource: 294.195 (2)
*/