/* #Web Fonts
================================================== */
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);

/* #Reset
================================================== */
* {
	margin: 0;
	padding: 0;
}
body, html, form, fieldset, ul, li {
	margin: 0;
	padding: 0;
	outline: none;
	font-weight: normal;
	border: 0;
}
form, fieldset {
	width: 100%;
}
img {
	border: 0;
	object-fit: contain;
}
a {
	text-decoration: none;
	border: 0;
	outline: 0;
	color: #333;
}
a,
a:hover,
a:focus {
	border: 0;
	outline: none;
	text-decoration: none !important;
	color: #333;
}
a:focus, input:focus {
	outline: none;
	background: none;
}
ul {
	list-style: none;
}
/*ul li {
	margin-bottom: 1em;
}*/

/* #General Code
================================================== */
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	color: #333;
	background: #ffffff;
	text-rendering: optimizeLegibility;
	-webkit-backface-visibility: hidden;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
	text-align: center;
	padding: 0;
	font-family: 'Playfair Display', serif;
	/*line-height: 100%;*/
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
sup {
	vertical-align: super;
}
.container {
	width: 96%;
	max-width: 1170px;
}
.mobile {
	display: none;
}
.btn-dark {
	padding: 10px 20px;
	font-size: 14px;
	line-height: 100%;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffffff;
	background: #091e37;
	/*border: 1px solid #091e37;*/
	border-radius: 0px;
	cursor: pointer;
}
.btn-dark.btn-light {
	color: #333;
	background-color: #f4f4f4;
	border: solid 1px #333;
	padding: 6px 8px;
	margin-top: 8px;
	letter-spacing: 0.5px;
}
.btn-dark:hover,
.btn-dark:focus {
	background-color: #091e37;
}
.btn-dark.btn-light:hover,
.btn-dark.btn-light:focus {
	background-color: #f4f4f4;
}
.text-blue {
	color: #2a65a1;
	font-weight: bold;
}
.text-red {
	color: #9a011a;
	font-weight: bold;
}
.flex-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
ul.dash {
	margin-left: 30px;
}
ul.dash li::before {
	content: "—— "
}
p.lg {
	font-size: 20px;
}
header {
	position: relative;
}
header .mobile-header-navs {
	display: none;
}
header .navbar-custom {
	width: 100%;
	padding: 5px 0;
	background: #091e37;
}
/*header .navbar-custom .navbar-expand-md {
	flex-flow: wrap;
}*/
header .navbar-custom .navbar {
    margin: 0;
    padding: 0;
    height: 54px;
}
header .navbar-custom .navbar .mx-auto {
	margin: 0;
	width: 100%;
}
header .navbar-custom .navbar .navbar-nav .nav-item {
	margin: 0 15px;
}
header .navbar-custom .navbar .navbar-nav .nav-item .nav-link {
	padding: 0 12px;
}
header.transparent .navbar-custom .navbar .navbar-custom-top {
	width: 100%;
	padding: 0 0 18px 0;
}
header:not(.transparent) .navbar-custom .navbar .navbar-custom-top {
	width: 100%;
	padding: 0 0 8px 0;
}
header .navbar-custom .navbar .navbar-custom-top .navbar-brand {
	display: block;
	width: 126px;
	height: 54px;
	padding: 0;
	margin: 0 auto;
	font-size: 0px;
}
header .navbar-custom .navbar .navbar-custom-top .navbar-toggler {
	padding: 0;
	margin: 18px 0 0 0;
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
	border: none;
	outline: none;
}
header .navbar-custom .navbar .navbar-custom-top .cart-right {
	display: block;
	width: 100%;
	text-align: right;
	margin-top: 18px;
}
header .navbar-custom .navbar .navbar-custom-top .cart-right ul li {
	display: inline-block;
	margin: 17px 0 0 0;
}
header .navbar-custom .navbar .navbar-custom-top .cart-right ul li a {
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
}
header .navbar-custom .navbar .navbar-custom-bottom {
	width: 100%;
	z-index: 999;
}
header .navbar-custom .navbar .navbar-custom-bottom .container {
	width: 100%;
}
header .navbar-custom .navbar .navbar-custom-bottom .navbar-nav .nav-item {
	margin: 0;
}
header .navbar-custom .navbar .navbar-custom-bottom .navbar-nav .nav-item:first-child {
	margin-left: 0px;
}
header .navbar-custom .navbar .navbar-custom-bottom .navbar-nav .nav-item:last-child {
	margin-right: 0px;
}
header .navbar-custom .navbar .navbar-custom-bottom .navbar-nav .nav-item .nav-link {
	position: relative;
	padding: 0 15px;
	line-height: 50px;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
	border-bottom: 1px solid #333333;
}
header .navbar-custom .navbar .navbar-custom-bottom .navbar-nav .nav-item.active .nav-link,
header .navbar-custom .navbar .navbar-custom-bottom .navbar-nav .nav-item:hover .nav-link {
	padding: 0 15px;
	line-height: 50px;
	color: #333333;
	border-bottom: 1px solid #333333;
}
/*header .navbar-custom .navbar .navbar-custom-bottom .navbar-nav .nav-item .nav-link:after {
    content: '';
	position: absolute;
	top: 50%;
	right: 0px;
	width: 0px;
	height: 2px;
	background: #ffffff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
header .navbar-custom .navbar .navbar-custom-bottom .navbar-nav .nav-item .nav-link:before {
    content: '';
	position: absolute;
	top: 50%;
	left: 0px;
	width: 0px;
	height: 2px;
	background: #ffffff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}*/
header .navbar-custom .navbar .navbar-custom-bottom .navbar-nav .nav-item.active .nav-link:after,
header .navbar-custom .navbar .navbar-custom-bottom .navbar-nav .nav-item:hover .nav-link:after {
	width: 10px;
}
header .navbar-custom .navbar .navbar-custom-bottom .navbar-nav .nav-item:last-child .nav-link {
	border-bottom: none;
}
/*header .navbar-custom .navbar .navbar-custom-bottom .navbar-nav .nav-item .nav-link:before,
header .navbar-custom .navbar .navbar-custom-bottom .navbar-nav .nav-item .nav-link:after {
	display: none;
}*/
header .navbar-custom .navbar  .navbar-custom-bottom .navbar-collapse {
	margin: 0px -15px 0 -15px;
	background: #e7e7e7;
	z-index: 999;
	border-bottom: solid 1px #333;
}


header.transparent .header-navs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 25px;
}
header:not(.transparent) {
	margin-bottom: 50px;
}
header:not(.transparent) .header-navs {
	background-color: #091e37;
	padding: 25px 0;
}
header:not(.transparent) .header-navs h1 {
	text-align: center;
}
header:not(.transparent) .header-navs p {
	margin-bottom: 0;
}
header .header-navs .logo p {
	font-size: 10px;
	color: #E0C17A;
	text-align: center;
}
header .header-navs .logo img {
	margin-left: 10px;
}
header .header-navs .logo h1 {
	color: #E0C17A;
	font-size: 45px;
	margin-bottom: 3px;
}
header .header-navs .logo sup {
	font-size: 20px;
}
header .header-navs a {
	color: #fff;
	font-size: 14px;
}
header .header-navs .btn-dark {
	padding: 10px 12px;
	letter-spacing: initial;
}
header .header-text {
	text-align: center;
	color: #fff;
	position: absolute;
	top: 35%;
	left: 33.8%;
}
header .header-text h1 {
	font-size: 4vw;
}
header .header-text h2 {
	font-size: 2.7vw;
}
header .header-text p {
	font-size: 20px;
	color: #fff;
}
/* #Product Solution For
================================================== */
.product-solution {
	margin: 40px auto;
}
.product-solution p {
	margin-bottom: 0;
	margin-top: 10px;
}
.product-solution h2 {
	min-width: 570px;
	margin-bottom: 0;
}
.product-solution span {
	font-size: 28px;
	font-style: italic;
	padding: 0 4.8%;
}
.product-solution span:not(:last-child) {
	border-right: solid 1px #979797;
}
/* #Product What Is
================================================== */
.product-whatis {
	margin: 40px auto 60px auto;
}
.product-whatis,
.product-whatis h1 {
	text-align: left;
}
.product-whatis .btn-dark {
	width: 250px;
	padding: 20px;
	text-align: center;
	font-size: 20px;
}
.product-whatis .img {
	width: 52%;
	max-width: 600px;
	margin-right: 20px;
}
.product-whatis .content {
	width: 46%;
}
/* #Product Pink Box
================================================== */
.product-pink-box {
	background-color: #FFF3ED;
}
/* #Product Tabs
================================================== */
.product-tabs {
	margin: 60px auto;
}
.product-tabs .nav-tabs {
	border-bottom: none;
}
.product-tabs .nav-tabs .nav-link {
	border-radius: 0;
}
.product-tabs .nav-tabs .nav-item.show .nav-link, 
.product-tabs .nav-tabs .nav-link.active {
	border-color: #e6e6e6;
}
.product-tabs .tab-text-box {
	padding: 24px 20px;
	min-width: 150px;
}
.product-tabs .tab-text-box h3 {
	font-size: 25px;
	text-align: center;
	margin-bottom: 0;
}
.product-tabs .tab-box {
	cursor: pointer;
	padding: 0 20px;
}
.product-tabs .tab-box.active .tab-text-box {
	border-bottom: solid 3px #0c233f;
}
#nav-tabContent {
	padding: 35px;
	border: solid 1px #e6e6e6;
}
.product-tabs .content-box {
	width: 32%;
}
#brand-tab-content,
#ingredients-tab-content {
	max-width: 750px;
}
#ingredients-tab-content {
	font-size: 13px;
}
.product-tabs .left {
	margin-right: 30px;
}
.product-tabs .right {
	padding-left: 30px;
	min-width: 275px;
	border-left: solid 1px #e6e6e6;
}
.product-tabs .right p {
	margin-bottom: 0;
}
.product-tabs .right ul {
	margin-left: 0;
	margin-bottom: 16px;
}
.product-tabs .right ul:last-child {
	margin-bottom: 0;
}
/* #Product Banner
================================================== */
.product-banner {
	background-image: url('../img/marble-bg.png');
}
.product-banner .left {
	width: 57%;
}
.product-banner h1 {
	font-size: 70px;
	text-align: left;
}
.product-banner h1 sup {
	font-size: 20px;
}
.product-banner h2 {
	text-align: left;
	margin-bottom: 0;
}
.product-banner .rating {
	margin-bottom: 40px;
}
.product-banner p {
	color: #E0C17A;
	font-size: 14px;
	margin-bottom: 0;
	margin-left: 16px;
}
.product-banner .btn-dark {
	padding: 20px 50px;
	font-size: 20px;
}
.product-banner .clear-swatch-img {
	padding-top: 50px;
}
/* #About
================================================== */
.about {
	margin: 60px 0;
	border: 1px solid #E8E8E8;
	padding: 25px;
}
.about p {
	letter-spacing: 1px;
}
/* #Contact
================================================== */
.contact {
	text-align: center;
	margin: 50px 0;
}
.contact h1 {
	margin-bottom: 40px;
}
/* ==== Go To Top Button =====*/
#goToTop {
	display: none;
	width: 56px;
	height: 56px;
	background: #555555;
	position: fixed;
	bottom: 13px;
	right: 20px;
	font-size: 10px;
	text-align: center;
	color: #333333;
	z-index: 1000;
	opacity: 0.75;
	border-radius: 5px;
	padding: 15px;
	cursor: pointer;
}
.gototop_txt {width: 34px;margin: 0 auto;margin-top: 4px;}
/* #Footer
================================================== */
footer {
	width: 100%;
	padding: 30px 0 20px 0;
	background: #091e37;
}
footer .links {
	width: 100%;
}
footer .links ul li {
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
}
footer .links ul li a {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 30px;
	color: #ffffff;
}
footer .links ul li a i {
	display: inline-block;
	padding: 0 20px 0 0;
	font-size: 20px;
	line-height: 30px;
	vertical-align: middle;
}
footer .links ul li a span {
	display: inline-block;
	font-size: 12px;
	line-height: 30px;
	vertical-align: middle;
}
footer .copyright {
	width: 100%;
	margin: 10px 0 0 0;
	text-align: right;
}
footer .copyright p {
	margin: 0 0 15px 0;
	font-size: 12px;
	color: #ffffff;
}
footer .copyright p img {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
}
footer .copyright p span {
	display: inline-block;
	line-height: 16px;
	vertical-align: middle;
}
footer .logos {
	display: flex; 
	justify-content: space-around; 
	vertical-align: middle; 
	padding: 20px 0 35px 0;
}
footer .logos img {
	height: 80px;
}
footer .bottom-footer {
	border-top: solid 1px #ffffff; 
	color: #ffffff;
	text-align: center; 
	padding: 20px 80px 0 80px; 
	font-size: 11px;
}
#footer-menu-sm{
	margin: 0 auto;
	text-align: center;
}
#footerMore{
	color: #ffffff;
}
#social-icons,#tabContent1,#tabContent2,#tabContent3,#tabContent4 {
	display: none;
}
@media handheld, only screen and (max-width: 991.98px) {
	/* #Header Solution For
	================================================== */
	header .mobile-header-navs {
		display: block;
	}
	header.transparent .header-navs {
		top: calc(-3% + 64px)
	}
	header.transparent .header-navs .flex-box {
		justify-content: center;
	}
	header.transparent .header-navs .flex-box a,
	header:not(.transparent) .header-navs  {
		display: none;
	}
	header .header-text {
		top: calc(27% + 64px);
		left: 34.6%;
	}
	header .header-text p {
		font-size: 16px;
	}
	/* #Product Solution For
	================================================== */
	.product-solution h2 {
		min-width: 450px;
	}
	.product-solution span {
		font-size: 24px;
		padding: 0 20px;
	}
	/* #Product Tabs
	================================================== */
	#tab-content {
		padding: 25px;
	}
	.product-tabs .tab-text-box {
		padding: 15px 10px;
		min-width: 100px;
	}
	/* #Product Banner
	================================================== */
	.product-banner .left {
		width: 59%;
	}
	.product-banner h1 {
		font-size: 50px;
	}
	.product-banner h1 sup {
		font-size: 20px;
	}
	.product-banner .btn-dark {
		padding: 16px 50px;
		font-size: 20px;
	}
	.product-banner .mbg-img {
		width: 150px;
	}
	.product-banner .clear-swatch-img {
		padding-top: 30px;
		width: 270px;
	}
}
@media handheld, only screen and (max-width: 767.98px) {
	body {
		font-size: 14px;
	}
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 24px;
	}
	p.lg {
		font-size: 18px;
	}
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	/* Header
	================================================== */
	header.transparent .header-navs {
		top: calc(-5% + 64px)
	}
	header .header-navs .logo h1 {
		font-size: 6vw;
	}
	header .header-text {
		left: calc(50% - 114.4px)
	}
	header .header-text h1,
	header .header-text h2 {
		margin-bottom: 2.5vw;
	}
	/* #Product Solution
	================================================== */
	.product-solution {
		flex-direction: column;
	}
	.product-solution p {
		margin-bottom: 16px;
	}
	/* #Product What Is
	================================================== */
	.product-whatis .flex-box {
		flex-direction: column;
	}
	.product-whatis .img {
		width: 100%;
		margin: auto;
		margin-bottom: 30px;
	}
	.product-whatis .content {
		width: 100%;
	}
	.product-whatis .btn-dark {
		font-size: 16px;
		padding: 15px;
		width: 100%;
	}
	/* #Product Tabs
	================================================== */
	#nav-tabContent {
		padding: 25px;
	}
	.product-tabs .tab-text-box h3 {
		font-size: 22px;
	}
	.product-tabs .left {
		margin-right: 20px;
	}
	.product-tabs .right {
		padding-left: 20px;
		min-width: 220px;
	}
	/* #Product Banner
	================================================== */
	.product-banner {
		padding: 30px 0;
	}
	.product-banner .left {
		text-align: left;
		width: initial;
		flex-direction: column;
		align-items: flex-start;
	}
	.product-banner h1 {
		font-size: 40px;
		margin-bottom: 10px;
	}
	.product-banner .btn-dark {
		padding: 12px 25px;
		font-size: 20px;
		text-align: center;
	}
	.product-banner .rating {
		margin-bottom: 25px;
	}
	.product-banner .rating img {
		width: 120px;
	}
	.product-banner .mbg-img {
		margin-bottom: 16px;
	}
	.product-banner .clear-swatch-img {
		width: 300px;
		padding: 0;
	}
	/* #Footer
	================================================== */
	footer .copyright {
		margin: 15px 0 0 0;
		text-align: center;
	}
	footer .logos {
		padding-bottom: 25px;
	}
}
@media only screen and (max-width: 575.98px) {
	/* Header
	================================================== */
	header .header-navs {
		top: 64px;
	}
	header .header-navs .logo h1 {
		font-size: 36px;
	}
	header .header-navs .logo sup {
		font-size: 16px;
	}
	header .header-text {
		top: calc(30% + 64px);
		left: 27%;
	}
	header .header-text h1 {
		font-size: 6vw;
	}
	header .header-text h2 {
		font-size: 4vw;
	}
	header .header-text p {
		font-size: 15px;
	}
	/* #Product Solution
	================================================== */
	.product-solution h2 {
		min-width: 480px;
	}
	.product-solution span {
		padding: 0 4%;
	}
	/* #Product Tabs
	================================================== */
	#tab-content {
		padding: 16px;
	}
	#nav-tabContent {
		padding: 20px;
	}
	.product-tabs .tab-box {
		padding: 0 15px;
	}
	.product-tabs .tab-text-box h3 {
		font-size: 18px;
	}
	.product-tabs .tab-text-box {
		padding: 12px 6.8px;
		min-width: 80px;
	}
	#details-tab-content .d-flex {
		flex-direction: column;
	}
	.product-tabs .left {
		margin-right: 0;
	}
	.product-tabs .right {
		margin-top: 20px;
		padding-left: 0;
		border-left: none;
	}
	/* #Product Banner
	================================================== */
	.product-banner h1 {
		font-size: 28px;
	}
	.product-banner h1 sup {
		vertical-align: baseline;
	}
	.product-banner h2 {
		font-size: 22px;
	}
	.product-banner .rating {
		flex-wrap: wrap;
		width: 130px;
		margin-bottom: 16px;
	}
	.product-banner p {
		margin-left: 0;
		margin-top: 4px;
	}
	.product-banner .mbg-img {
		width: 120px;
	}
	.product-banner .clear-swatch-img {
		width: 250px;
	}
	/* #Contact
	================================================== */
	.contact .d-flex {
		flex-direction: column;
	}
	/* #Footer
	================================================== */
	footer {
		padding: 0;
	}
	footer .links {
		text-align: center;
	}
	footer .links ul {
		margin: 0 -15px;
	}
	footer .links ul li {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #ffffff;
	}
	footer .logos {
		padding: 20px 10px;
	}
	footer .bottom-footer {
		padding-bottom: 20px;
	}
	#home-items,#social-items {display: none;}
	#social-icons {
		display: flex;
		color: #ffffff;
	}
}
@media handheld, only screen and (max-width: 480px) {
	/* Header
	================================================== */
	header .header-navs {
		top: calc(-2% + 64px);
	}
	header .header-navs .logo h1 {
		font-size: 32px;
	}
	header .header-text {
		top: calc(32% + 64px);
		left: 23.1%;
		/*left: calc(50% - 98.33px);*/
	}
	header .header-text h1 {
		font-size: 7vw;
	}
	header .header-text h2 {
		font-size: 4.7vw;
	}
	header .header-text p {
		font-size: 14px;
	}
	header:not(.transparent) .navbar-custom .navbar .navbar-custom-top .col-4:last-child {
		padding: 0;
	}
	.btn-dark.btn-light {
		letter-spacing: initial;
		padding: 5px;
		font-size: 12px;
	}
	/* #Product Solution
	================================================== */
	.product-solution h2 {
		min-width: initial;
	}
	.product-solution span {
		padding: 3px 0;
		display: block;
	}
	.product-solution span:not(:last-child) {
		border-right: none;
	}
	/* #Product Tabs
	================================================== */
	.product-tabs .tab-box {
		padding: 0 5px;
	}
	.product-tabs .tab-text-box h3 {
		font-size: 15px;
	}
	.product-tabs .tab-text-box {
		padding: 8px 1px;
		min-width: 60px;
	}
	/* #Product Banner
	================================================== */
	.product-banner h1 {
		font-size: 24px;
	}
	.product-banner h2 {
		font-size: 18px;
	}
	.product-banner p {
		font-size: 12px;
	}
	.product-banner .mbg-img {
		width: 90px;
		margin-bottom: 5px;
	}
	.product-banner .clear-swatch-img {
		width: 180px;
	}
	/* #About
	================================================== */
	.about {
		padding: 15px;
	}
}
@media handheld, only screen and (max-width: 375px) {
	/* Header
	================================================== */
	.btn-dark.btn-light {
		padding: 3px 4px;
	}
	header .header-navs {
		top: calc(-5% + 64px);
	}
	header .header-text {
		top: calc(30% + 64px);
		left: calc(50% - 98.33px);
	}
	header .header-text h2 {
		font-size: 5.2vw;
	}
}