@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');

body, html {
	min-height: 100%;
}

body {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	font-size: 16px;
	/* letter-spacing: 0.1em; */
	background: white;
}

a {
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

a:hover {
	text-decoration: none;
}


/* HEADER */
.header {
	width: 100%;
	position: sticky;
	z-index: 999;
	top: 0px;

}

.header.header-scroll {
	box-shadow: 0px 0px 4px 1px #999;
	-moz-box-shadow: 0px 0px 4px 1px #999;
	-webkit-box-shadow: 0px 0px 4px 1px #999;
}

.header .container {
	width: 97%;
    max-width: none;
}

.header .navigation-top {
	background: #363636;
	padding: 5px 0;
}

.header .navigation-top .container {
	width: 98%;
}

.header .navigation-top ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header .navigation-top ul li {
	display: inline-block;
	color: #b4b4b4;
	line-height: 0.7;
}

.header .navigation-top ul li a {
	font-size: 13px;
	font-weight: 400;
	color: #fff;
}

.header .navigation-top ul li a:hover,
.header .navigation-top ul li a:focus {
	color: #fff;
}

.header .navigation-top .right {
	text-align: right;
}

.header .navigation-top .right ul li a {
	margin-left: 30px;
}

.header .navigation-top .right ul li.item:first-child {
	margin-left: 0px;
}

.header .navigation-top .right ul li.item:last-child {
	border-left: 1px solid #b4b4b4;
	margin-left: 8px;
}

.header .navigation-top .right ul li.item:last-child > a {
	margin-left: 10px;
}

/* .header .navigation-top .right ul li.item:nth-child(2) > a {
	margin-right: 6px;
} */

.header .navigation-middle {
	padding: 8px 10px;
	background-color: #707070;
}

.header .navigation-middle ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header .navigation-middle .burger {
	/* min-width: 100px; */
}

.header .navigation-middle .menu-list {
	height: 100%;
	/* min-width: 100px; */
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header .navigation-middle ul li {
	display: inline-block;
	vertical-align: middle;
	/* height: 56px; */
}

/* .header .navigation-middle ul li.logo { */
	/* float:left; */
/* } */

.header .navigation-middle .logo img {
	max-width: 200px;
	max-height: 70px;
}

.header .navigation-middle ul li a {
	font-size: 12px !important;
}

.header .navigation-middle ul li.item {
	margin-left: 15px;
}

.header .navigation-middle ul li.item a {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	cursor: pointer;
	display: block;
}

.header .navigation-middle ul li.item a:hover,
.header .navigation-middle ul li.item a:focus {
	color: #333;
	text-decoration: none;
}

.header .navigation-middle ul li.item .input-group {
	width: 220px;
}

.header .navigation-middle ul li.item .input-group .form-control {
    height: auto !important;
	font-size: 14px;
	font-weight: 300;
	background: transparent;
	padding: 0;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.header .navigation-middle ul li.item .input-group .form-control::placeholder {
	font-weight: 400;
	font-style: italic;
}

.header .navigation-middle ul li.item .input-group .btn-search {
	background: transparent;
	font-size: 14px;
	font-weight: 300;
	padding: 0;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.header .navigation-middle ul li.item.button-mobile {
	position: relative;
}

.header .navigation-middle ul li.item span.cart-total {
	width: 17px;
	height: 17px;
	background: #fff;
	position: absolute;
	top: 0;
	right: -9px;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	z-index: 1;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
    box-shadow: 0px 2px 4px 0px #999;
    -moz-box-shadow: 0px 2px 4px 0px #999;
    -webkit-box-shadow: 0px 2px 4px 0px #999;
}

.header .navigation-middle ul li.item .dropdown-menu {
	width: 350px;
	left: auto;
	right: 0;
	margin: 24px 0 0;
	padding: 5px 15px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.header .navigation-middle ul li.item .dropdown-menu.dropdown-cart {
	padding: 5px 10px 0;
}

.header .navigation-middle ul li.item .dropdown-menu.dropdown-cart .content-scroll-cart {
	max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.header .navigation-middle ul li.item .dropdown-menu.dropdown-cart .content {
	padding: 10px 0;
}

.header .navigation-middle ul li.item .dropdown-menu.dropdown-cart .content img {
	border: 1px solid #ddd;
	max-width: 100%;
}

.header .navigation-middle ul li.item .dropdown-menu.dropdown-cart .content p.title {
	font-size: 13px;
	font-weight: 400;
	color: #707070;
	margin: 0;
}

.header .navigation-middle ul li.item .dropdown-menu.dropdown-cart .content p.price {
	font-size: 14px;
	font-weight: 600;
	margin: 2px 0 2px;
}

.header .navigation-middle ul li.item .dropdown-menu.dropdown-cart .content p.qty {
	font-size: 12px;
	font-weight: 300;
	color: #707070;
	margin: 0;
}

.header .navigation-middle ul li.item .dropdown-menu.dropdown-cart .content-total {
	padding: 15px 0 12px;
	margin-top: 10px;
	border-top: 1px solid #ddd;
}

.header .navigation-middle ul li.item .dropdown-menu.dropdown-cart .content-total p {
	font-size: 12px;
	font-weight: 400;
	color: #707070;
	margin: 0;
}

.header .navigation-middle ul li.item .dropdown-menu.dropdown-cart .content-total a {
	font-size: 12px;
	font-weight: 400;
}

.header .navigation-middle ul li.item .dropdown-menu.dropdown-cart .content-button .row {
	margin-left: -10px;
	margin-right: -10px;
}

.header .navigation-middle ul li.item .dropdown-menu.dropdown-cart .content-button .btn {
	font-size: 13px;
	padding: 15px 5px;
	text-transform: uppercase;
}

.header .navigation-bottom {
	background: white;
	position: relative;
}

.header .navigation-bottom p {
	margin: 0;
	padding-top: 11px;
	position: absolute;
	z-index: 3;
}

.header .navigation-bottom p a {
	font-size: 14px;
	font-weight: 400;
}

.header .navigation-bottom ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.header .navigation-bottom ul li {
	display: inline-block;
	margin: 0 3.5%;
}

.header .navigation-bottom ul li:first-child {
	margin-left: 0px;
}

.header .navigation-bottom ul li:last-child {
	margin-right: 0px;
}

.header .navigation-bottom ul li a {
	font-size: 14px;
	font-weight: 400;
	padding: 12px 0;
	text-transform: uppercase;
	display: block;
	position: relative;
	z-index: 5;
	color:black;
}

.header ul.nav-categories {
	list-style: none;
	padding: 0;
	margin-left: 1rem;
	margin-right: 1rem;
	text-align: center;
}

.header ul.nav-categories li + li {
	display: inline-block;
	margin-left: 1.875rem;
}

.header ul.nav-categories li:last-child {
	margin-right: 0px;
}

.header ul.nav-categories li a {
	font-size: 14px;
	font-weight: 400;
	/* padding: 12px 0; */
	text-transform: uppercase;
	display: block;
	position: relative;
	z-index: 5;
	color:black;
}

li > .sub-dropdown-menu {
	display: none;
	position: absolute !important;
	left: 100% !important;
	right: 0% !important;
	top: 0%;
	background-color: white;
	z-index: 1000;
}

li > .sub-dropdown-menu .dropdown .dropdown-toggle {
	width: auto;
	min-width: 300px;
	background-color: white;
}

.dropdown-list:hover .sub-dropdown-menu {
	display:block !important;
}

.header .navigation-bottom ul li a:hover,
.header .navigation-bottom ul li a:focus,
.header .navigation-bottom ul li.active a {
	color: #000000;
	text-decoration: none;
}

.header .navigation-bottom ul li a > i.i-chevron-double-right-red {
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

.header .navigation-bottom ul li a:hover > i.i-chevron-double-right-red,
.header .navigation-bottom ul li a:focus > i.i-chevron-double-right-red,
.header .navigation-bottom ul li.active a > i.i-chevron-double-right-red {
	width: 11px;
	height: 10px;
	background: url(../img/icon/chevron-double-right-grey.svg) no-repeat;
	background-size: contain;
}

.header ul.nav-categories li a:hover,
.header ul.nav-categories li a:focus,
.header ul.nav-categories li.active a {
	color: #000000;
	text-decoration: none;
}

.header ul.nav-categories li a > i.i-chevron-double-right-red {
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

.header ul.nav-categories li a:hover > i.i-chevron-double-right-red,
.header ul.nav-categories li a:focus > i.i-chevron-double-right-red,
.header ul.nav-categories li.active a > i.i-chevron-double-right-red {
	width: 11px;
	height: 10px;
	background: url(../img/icon/chevron-double-right-grey.svg) no-repeat;
	background-size: contain;
}

.header ul.nav-categories li.dropdown:hover .dropdown-menu {
    display: block;
}

.header ul.nav-categories li.dropdown .dropdown-menu {
    right: auto;
    left: 50%;
    border: 0px;
    margin: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.header ul.nav-categories li.dropdown .dropdown-menu li {
	display: block;
	margin: 0;
	text-align: left;
}

.header ul.nav-categories li.dropdown .dropdown-menu li a {
	font-weight: 500;
	padding: 15px 15px 15px 25px;
}

.header ul.nav-categories li.dropdown .dropdown-menu:before {
    content: "";
    border-bottom: 13px solid #fff;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    position: absolute;
    top: -12px;
    left: 44%;
    right: 44%;
    z-index: 2;
}

.header ul.nav-categories li.dropdown .dropdown-menu:after {
    content: "";
    width: 14px;
    height: 1px;
    position: absolute;
    top: -7px;
    left: 47%;
    right: 47%;
    z-index: 1;
    background: #fff;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: 0px -3px 9px #000;
    -moz-box-shadow: 0px -3px 9px #000;
    -webkit-box-shadow: 0px -3px 9px #000;
}

.header .navigation-bottom ul li.dropdown:hover .dropdown-menu {
  display: block;
}

.header .navigation-bottom ul li.dropdown .dropdown-menu {
    right: auto;
    left: 50%;
    border: 0px;
    margin: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.header .navigation-bottom ul li.dropdown .dropdown-menu li {
	display: block;
	margin: 0;
	text-align: left;
}

.header .navigation-bottom ul li.dropdown .dropdown-menu li a {
	font-weight: 500;
	padding: 15px 15px 15px 25px;
}

.header .navigation-bottom ul li.dropdown .dropdown-menu:before {
    content: "";
    border-bottom: 13px solid #fff;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    position: absolute;
    top: -12px;
    left: 44%;
    right: 44%;
    z-index: 2;
}

.header .navigation-bottom ul li.dropdown .dropdown-menu:after {
    content: "";
    width: 14px;
    height: 1px;
    position: absolute;
    top: -7px;
    left: 47%;
    right: 47%;
    z-index: 1;
    background: #fff;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: 0px -3px 9px #000;
    -moz-box-shadow: 0px -3px 9px #000;
    -webkit-box-shadow: 0px -3px 9px #000;
}
.header .navigation-announcement {
	padding: 5px 0;
}
.header .navigation-announcement .container {
	width: 98%;
}

.header .navigation-announcement ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header .navigation-announcement ul li {
	display: inline-block;
	color: #000;
	/* line-height: 0.7; */
}

.header .navigation-announcement ul li a {
	font-size: 13px;
	font-weight: 400;
	color: #7c7c7c;
}

.header .navigation-announcement ul li a:hover,
.header .navigation-announcement ul li a:focus {
	color: #3a73e1;
}

.header .navigation-announcement .center {
	text-align: center;
}

.header .navigation-announcement .center ul li a {
	margin-left: 0px;
}

.header .navigation-announcement .center ul li.item:first-child {
	margin-left: 0px;
}

.header .navigation-announcement .center ul li.item:last-child {
	border-left: 1px solid #b4b4b4;
	margin-left: 8px;
}

.header .navigation-announcement .center ul li.item:last-child > a {
	margin-left: 10px;
}

.header .navigation-announcement .close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .5;
}

.header .navigation-announcement .close:hover {
	color: #000;
	cursor: pointer;
}

/* BANNER IMAGE */
.home-banner {
	width: 100%;
}

.home-banner .banner-slide .item {
	position: relative;
	/* margin-top:7%; */
}

.home-banner .banner-slide .item .text {
	position: absolute;
	z-index: 2;
	/* top: 30px;
	left: 45px;
	text-align: left; */
}

.home-banner .banner-slide .item .left-top {
	top: 30px;
	left: 45px;
	text-align: left;
}

.home-banner .banner-slide .item .right-top {
	top: 30px;
	right: 45px;
	text-align: right;
}

.home-banner .banner-slide .item .left-bottom {
	bottom: 30px;
	left: 45px;
	text-align: left;
}

.home-banner .banner-slide .item .right-bottom {
	bottom: 30px;
	right: 45px;
	text-align: right;
}

.home-banner .banner-slide .item .text label {
	font-size: 60px;
	font-weight: 300;
	display: block;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 30px;
}

.home-banner .banner-slide .item .text p {
	font-size: 47px;
	font-weight: 300;
	display: block;
	color: #777;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 35px;
}

.home-banner .banner-slide .item .image img {
    width: 100%;
}

.home-banner .banner-slide .item .text a.btn {
	font-size: 27px;
	padding: 11px 28px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.home-banner .banner-slide .slick-dots {
	bottom: 16px;
}

.home-banner .banner-slide.slick-slider {
	margin-bottom: 0px;
}

/* HOME CATEGORY */

.home-category .row-first .col-cat:nth-child(1),
.home-category .row-first .col-cat:nth-child(3) {
	padding-left: 0;
	padding-right: 5px;
}

.home-category .row-first .col-cat:nth-child(2),
.home-category .row-first .col-cat:nth-child(4) {
	padding-left: 5px;
	padding-right: 0;
}

.home-category .row-second .col-cat:nth-child(1),
.home-category .row-second .col-cat:nth-child(4) {
	padding-left: 0;
	padding-right: 5px;
}

.home-category .row-second .col-cat:nth-child(2),
.home-category .row-second .col-cat:nth-child(5) {
	padding-left: 5px;
	padding-right: 5px;
}

.home-category .row-second .col-cat:nth-child(3),
.home-category .row-second .col-cat:nth-child(6) {
	padding-left: 5px;
	padding-right: 0;
}

/* HOME PRODUCTS */
.home-products h2 span {
    display: inline-block;
    padding-bottom: 15px;
    letter-spacing: 0.3em;
    font-size: 22px;
    font-family: 'Belleza', sans-serif;
    border-bottom: 2px solid var(--theme-font-color-1);
}

/* HOME HIGHLIGHT */
.home-highlight .image {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.home-highlight .image img {
	width: 100%;
	height: 100%;
	/* object-fit: cover;
	object-position: center; */
}

.home-highlight .content {
	width: 100%;
	/* height: 600px; */
	padding: 30px 70px;
}

.home-highlight .content .text {
	display: table-cell;
	vertical-align: middle;
}

.home-highlight .content .text label {
	font-size: 45px;
	font-weight: 200;
	color: #000000;
	margin: 0 0 20px;
	display: block;
	line-height: 45px;
}

.home-highlight .content .text p {
	font-size: 16px;
	font-weight: 300;
	color: #000000;
	margin: 0 0 40px;
}

.home-highlight .content .text .btn {
	font-size: 20px;
	padding: 8px 22px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
 /* =============================== */
.title-section{
	padding-top: 30px;
	padding-bottom: 30px;
}

.vertical-align {
    display: flex;
    flex-direction: row;
}
.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;     /* Align the flex-items vertically */
  justify-content: center;
}

/* FOOTER */


.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer ul li {
	display: inline-block;
	vertical-align: middle;
}

.footer .footer-newsletter {
	padding: 15px 0;
}

.footer .footer-newsletter .content-left ul li {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}

.footer .footer-newsletter .content-left ul li:first-child {
	width: 270px;
	margin-right: 40px;
}

.footer .footer-newsletter .content-left ul li .input-group {
	width: 250px;
}

.footer .footer-newsletter .content-left ul li .input-group .form-control {
    height: auto !important;
	font-size: 14px;
	font-weight: 300;
	background: transparent;
	padding: 0;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.footer .footer-newsletter .content-left ul li .input-group .btn-search {
	background: transparent;
	font-size: 14px;
	font-weight: 300;
	padding: 0;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.footer .footer-newsletter .content-right {
	text-align: right;
}

.footer .footer-newsletter .content-right ul li {
	margin-left: 40px;
}

.footer .footer-newsletter .content-right ul li:first-child {
	margin-left: 0;
}

.footer .footer-newsletter .content-right ul li a {
	font-size: 16px;
	font-weight: 400;
}

.footer .footer-category {
	background: #363636;
	padding: 15px 0;
}

.footer .footer-category ul li {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	margin-right: 50px;
}

.footer .footer-category ul li:first-child {
	width: 270px;
	margin-right: 40px;
}

.footer .footer-category ul li:last-child {
	margin-right: 0;
}

.footer .footer-category ul li a {
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	color: #fff;
}

.footer .footer-courier {
	background: #ffffff;
	color:#000000;
	padding: 15px 0;
}

.footer .footer-courier ul li {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	margin-right: 30px;
}

.footer .footer-courier ul li:first-child {
	width: 270px;
	margin-right: 40px;
}

.footer .footer-courier ul li img {
	height: 26px;
}

.footer .footer-category ul li:last-child {
	margin-right: 0;
}

.footer .footer-menu ul li {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #5d5d5d;
	margin-right: 50px;
}

.footer .footer-menu ul li:first-child {
	width: 270px;
	margin-right: 40px;
}

.footer .footer-menu ul li:last-child {
	margin-right: 0;
}

.footer .footer-menu ul li a {
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	color: #5d5d5d;
}

/* COPYRIGHT */
.copyright {
	background: #e4e4e4;
	padding: 20px 15px;
	text-align: center;
	color: #000000;
}

.copyright p {
	font-size: 13px;
	font-weight: 300;
	margin: 0;
}

.footer-top {
	border-top: 1px solid #e3e3e3;
	background-color: #fff;
	padding: 20px;
}
.footer-top .footer-title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 30px;
}
.footer-top ul li {
	display: flex;
	margin-bottom: 15px;
}
.footer-top ul li .heading {
    min-width: 64px;
}
.footer-top ul li a {
	color: #000;
}
.footer-top ul li a:hover {
	color: #000;
}
.footer-top .cour {
	max-width: 250px;
}
.footer-top .contact {
	max-width: 180px;
}

.footer-top .warehouse .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    background-color: transparent;
    color: #BFB7B1;
    color: var(--font-color-2);
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
}
.footer-top .warehouse .dropdown-menu {
    padding: 0.875rem 1.25rem;
}
.footer-top .warehouse .dropdown-menu li + li {
    margin-top: 1rem;
    margin-bottom: 0px;
}
.footer-top .warehouse .dropdown-menu li > a {
    white-space: nowrap;
    font-size: 13px;
}

.modal-dialog .modal-body .modal-title {
	position: relative;
	margin-bottom: 30px !important;
}

.modal-dialog .modal-body .modal-form .form-group {
	position: relative;
	margin-bottom: 30px !important;
}

.modal-dialog .modal-body .modal-form .form-group span.help-block {
	font-size: 13px !important;
	font-style: italic;
	font-weight: 500;
	margin-bottom: 0px;
	color: #c90a1c;
}

.modal-dialog .modal-body .modal-form .form-group span.example-block {
	font-size: 13px !important;
	font-weight: 300;
	color: #d8d8d8;
	margin: 0;
	line-height: 1;
	display: block;
}

.modal-dialog .modal-body .modal-form .form-group label {
	font-size: 12px;
	font-weight: 300;
	color: #828282;
}

.modal-dialog .modal-body .modal-form .form-group .form-control {
	height: auto !important;
	font-size: 14px;
	font-weight: 400;
	background: transparent;
	position: relative;
	z-index: 1;
	color: #000;
	padding: 0 0 10px;
	border-bottom: 1px solid #828282;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.modal-dialog .modal-body .modal-form .form-group .form-notif .form-text {
	font-style: italic;
	color: red;
	line-height: 1;
	margin-top: 5px;
}

.modal-dialog .modal-body .modal-form .form-group .form-control::placeholder,
.modal-dialog .modal-body .modal-form .form-group .form-control:-moz-placeholder,
.modal-dialog .modal-body .modal-form .form-group .form-control::-moz-placeholder,
.modal-dialog .modal-body .modal-form .form-group .form-control::-webkit-input-placeholder {
	color: #828282;
}

.modal-dialog .modal-body .modal-form .form-group select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.modal-dialog .modal-body .modal-form .form-group select.form-control option {
	padding: 0 !important;
}

.modal-dialog .modal-body .modal-form .form-group .checkbox input[type=checkbox] {
	margin-top: 2.5px;
}

.modal-dialog .modal-body .modal-form .form-group .checkbox label {
	font-size: 14px;
}

.modal-dialog .modal-body .modal-form .form-group .border-alert {
	border-bottom: 1px solid red !important;
}

.modal-login .modal-dialog {
	/* width: 450px; */
	width: auto;
}

.modal-dialog .modal-body .modal-notification {
	background: #fad1d5;
	text-align: center;
	padding: 10px 0;
}

.modal-dialog .modal-body .modal-notification p {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	color: red;
}

/* .modal-login .modal-body { */
	/* padding: 15px 0; */
/* } */

/* .modal-login .modal-body .modal-form { */
	/* padding: 0 30px; */
/* } */

.modal-login .modal-body .modal-form .form-group .input-group button.btn {
	background: transparent;
	font-size: 14px;
	font-weight: 400;
	color: #828282;
	padding: 0 0 10px;
	border-bottom: 1px solid #828282;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.modal-login .modal-body .modal-form .form-group p {
	font-size: 14px;
	font-weight: 400;
	color: #828282;
}

.modal-login .modal-body .modal-form a.btn {
	padding: 15px 5px;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.modal-login .modal-body .modal-item-login ul.nav{
	display: block;
	padding: 0;
	margin: 0 30px 20px;
}

.modal-login .modal-body .modal-item-login ul li.nav-item {
	width: 50%;
	text-align: center;
	margin: 0 -1px;
	display: inline-block;
}

.modal-login .modal-body .modal-item-login ul li a {
	/* background: #363636; */
	color: #000000;
	padding: 10px 5px;
	display: block;
	text-decoration: none;
}

/*login */
.modal-header{
	border-bottom: 0px !important;
}
.modal-footer{
	border-top:0px !important;
}
.modal {
	overflow-y: auto
}
.custom-input{
	height: auto !important;
	font-size: 14px;
	font-weight: 400;
	background: transparent;
	position: relative;
	z-index: 1;
	color: #000;
	padding: 10px 0 10px;
	border-bottom: 1px solid #828282 !important;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.btn-default {
    background: #E3E3E3;
    color: black;
    border: 1px solid #E3E3E3 !important;
}

.fl-form input.fl-input, .fl-form select.fl-select, .fl-form textarea.fl-textarea{
	border:  0 !important;
	border-bottom: 1px solid #828282 !important;
	margin-bottom: 10px !important;
}

.overlay-menu {
	display: none;
	position: absolute;
	width: 100%;
	height: 400vh;
	background:rgba(0,0,0,0.3);
	z-index: 9999;
}

/* SLIDE NAV */
.nav-mobile {
	background: white;
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	z-index: 50;
	left: -100%;
	overflow-x: hidden;
	padding-left:20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

.nav-mobile .nav .dropdown {
	/*
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #7c7c7c;
	padding-top: 5px;
	padding-bottom:5px;
	*/
}

.nav-mobile .nav .dropdown a {
	/* color: var(--theme-color-1); */
}

.nav-mobile-header {
	position: relative;
}
.nav-mobile .logo-mobile img {
	height: 40px;
	width: auto;
	position: absolute;
	float: left;
	margin-left: 23px;
	margin-top: 6%;
}

.nav-mobile .nav-close {
	display: block;
	padding: 20px 30px 40px;
	text-align: right;
}

.nav-mobile .nav-close a {
	font-size: 28px;
	line-height: 1.0;
}

.nav-mobile .nav-close a:hover,
.nav-mobile .nav-close a:focus {
	opacity: 0.7;
	text-decoration: none;
}

.nav-mobile .logo {
	display: inline-block;
	padding: 0 30px 50px;
}

.nav-mobile .logo img {
	height: 60px;
}

.nav-mobile .account-profile {
	padding: 0 10px 20px;
}

.nav-mobile .account-profile ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav-mobile .account-profile ul li {
	display: block;
}

.nav-mobile .account-profile ul li a {
	font-size: 16px;
	font-weight: 500;
}

.nav-mobile .account-profile ul li a:hover,
.nav-mobile .account-profile ul li a:focus {
	text-decoration: none;
	opacity: 0.7;
}

.nav-mobile .account-profile ul li ul.dropdown-menu {
	position: relative;
	float: none;
	border: 0px;
	padding: 10px 15px;
	margin: 10px 0 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.nav-mobile .account-profile ul li ul.dropdown-menu li a {
	font-size: 14px;
	font-weight: 400;
	color: #707070;
	padding: 7px 0;
}

.nav-mobile .account-profile ul li ul.dropdown-menu li.active a,
.nav-mobile .account-profile ul li ul.dropdown-menu li a:hover,
.nav-mobile .account-profile ul li ul.dropdown-menu li a:focus {
	font-size: 14px;
	text-decoration: none;
	background: transparent;
}

.nav-mobile .nav li {
	/*
	display: block;
	width: 100%;
	border-bottom: 0px;
	*/
}

.nav-mobile .nav li a {
	font-size: 16px;
	color: #343434;
	font-weight: 300;
	padding: 10px 0;
	text-decoration: none;
	display: block;
}

.nav-mobile .nav li a:hover,
.nav-mobile .nav li a:focus {
	background: transparent;
}

.nav-mobile .nav li ul.dropdown-menu {
	position: relative !important;
	float: none;
	border: 0px;
	box-shadow: none;
	transform: none !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.nav-mobile .nav li ul.dropdown-menu li {
	background-color: #fafafa;
}

.nav-mobile .nav li ul.dropdown-menu li a {
	font-size: 14px;
	font-weight: 400;
	color: #343434;
}

.nav-link.active {
    border-left:0px;
    border-top:0px;
    border-right:0px;
    border-bottom: 0.25rem !important;
    border-style: solid !important;
    border-color: #343434 !important;
    background-color:transparent !important;
    color:#343434 !important;
}
.nav-link {
    border:0px !important;
    color:#c1c1c1;
}

.dropdown-toggle::after {
	content: none !important;
}
.header .navigation-middle ul li.item a.menu-more {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	cursor: pointer;
	padding : 10px;
}

.header .navigation-middle {
    background-color: var(--theme-color-1);
}
.header .navigation-middle ul li.item span.cart-total {
    color: var(--theme-font-color-1);
}
.header .navigation-middle ul li.item .dropdown-menu.dropdown-cart .content p.price {
    color: var(--theme-font-color-1);
}
.header .navigation-middle ul li.item .dropdown-menu.dropdown-cart .content-total a {
    color: var(--theme-font-color-1);
}

/* CART MOBILE */
.cart-mobile {
	background: white;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99999;
	padding: 0;
	display: none;
	overflow: auto;
}

.cart-mobile .container {
	width: 97%;
}

.cart-mobile .cart-close {
	display: block;
	padding: 20px 0 40px;
    text-align: right;
}

.cart-mobile .cart-close a {
    font-size: 28px;
    color: #000;
    line-height: 1.0;
}

.cart-mobile .cart-close a:hover,
.cart-mobile .cart-close a:focus {
	opacity: 0.7;
	text-decoration: none;
}

.cart-mobile h1 {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	margin: 0 0 30px;
}

.cart-mobile .cart-scroll-mobile {
    overflow-x: hidden;
    overflow-y: auto;
}

.cart-mobile .content {
	padding: 10px 0;
}

.cart-mobile .content img {
	border: 1px solid #000;
}

.cart-mobile .content p.title {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	margin: 0;
}

.cart-mobile .content p.price {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	margin: 2px 0 2px;
}

.cart-mobile .content p.qty {
	font-size: 13px;
	font-weight: 300;
	color: #000;
	margin: 0;
}

.cart-mobile .content-total {
	padding: 10px 0;
	margin-bottom: 20px;
	border-top: 0.5px solid grey;
}

.cart-mobile .content-total p {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	margin: 0;
}

.cart-mobile .content-total a {
	font-size: 14px;
	font-weight: 400;
	color: #000;
}

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

/* SEARCH MOBILE*/
.search-mobile, .cart-mobile {
	background: white;
	color: black;
}
.search-mobile {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99999;
	padding: 0;
	display: none;
}

.search-mobile .container {
	width: 97%;
}

.search-mobile .search-close {
	display: block;
	padding: 20px 0 40px;
    text-align: right;
}

.search-mobile .search-close a {
    /*font-size: 28px;*/
    color: #fff;
    line-height: 1.0;
}

.search-mobile .search-close a:hover,
.search-mobile .search-close a:focus {
	opacity: 0.7;
	text-decoration: none;
}

.search-mobile h1 {
	font-size: 16px;
	font-weight: 300;
	color: #000;
	margin: 0 0 15px;
}

.search-mobile .input-group .form-control {
	height: 34px;
	font-size: 16px;
	font-weight: 300;
	background: transparent;
	color: #000;
	padding: 6px 0;
	border-bottom: 1px solid #000;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.search-mobile .input-group .form-control::placeholder {
	color: #000;
}

.search-mobile .input-group .btn-search {
	height: 34px;
	background: transparent;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	padding: 6px 0;
	border-bottom: 1px solid #000;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.btn-default8 {
	background: #F6F6F6;
	color: black;
	border: 0.5px solid #F6F6F6 !important;
}
.btn-default8:hover,
.btn-default8:focus {
	background: #e3e3e3;
	color: black;
	border: 0.5px solid #e3e3e3 !important;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
}
.navigation-announcement{
    background-color: var(--theme-color-2);
    color: var(--theme-font-color-2);
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
.float:active, .float:hover, .float:focus{
	color: white;
}

.mt10 {
	margin-top:10px;
}

.mb10 {
	margin-bottom: 10px;
}

.pt10 {
	padding-top: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.sneak-pass {
	position: absolute;
	right: 0px;
	top: 25px;
	z-index: 1;
}

.sweet-alert .sa-icon {
	margin: 30px auto !important;
}

.navigation-location{
    background-color: #999;
    padding: 10px 20px;
}
.navigation-location select.form-control{
    width: 190px;
}

.announcement-show {
    display:block;
}
.announcement-hide {
    display:none;
}

.copyright{
    background-color: var(--theme-color-1) !important;
    color: var(--theme-font-color-1);
}

.font-spartan {
	font-family: 'Spartan', sans-serif;
}

.font-belleza {
    font-family: 'Belleza', sans-serif;
}

/* Utilities Letter Spacing */
.tracking-normal{
    letter-spacing: 0em;
}
.tracking-wide{
    letter-spacing: 0.025em;
}
.tracking-wider{
    letter-spacing: 0.05em;
}
.tracking-widest{
    letter-spacing: 0.1em;
}

/* Utilities space between */
.space-y-50px > * + * {
    margin-top: 50px;
    margin-bottom: 0px;
}
.space-y-15px > * + * {
    margin-top: 15px;
    margin-bottom: 0px;
}
.space-x-15px > * + * {
    margin-left: 15px;
}

.space-x-30px > * + * {
    margin-left: 30px;
}

.mx-30px {
    margin-right: 30px;
    margin-left: 30px;
}
.ml-30px {
    margin-left: 30px;
}
.mr-30px {
    margin-right: 30px;
}

.flex-justify-center {
	display: flex;
	justify-content: center;
}
.modal {
	min-height: 100%;
}
.fb {
	background-color: #3B5998;
	color: white;
}

.google {
	background-color: #dd4b39;
	color: white;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}

.fb:hover, .google:hover {
	color: white;
}

/* STYLING KHUSUS HALOSIS */

.link-halosis{
	color: #6759ea;
	font-family: 'Open sans';
	font-weight: 600;
}

.link-halosis:hover{
	color:#453ca0;
}

.link-halosis:visited{
	color:#68648c;
}

.icon-link-halosis{
	color: #6759ea !important;
}
  
/* END HERE STYLING KHUSUS HALOSIS*/