/**
* Custom css for the theme
* @author Morten Lybekcer, Adil Hasan. Shovha Saha
*/
.bg-paleturquoise{
    background-color: #fcfcf5;
}
body,
.main-menu > nav > ul > li > a,
.main-menu > nav > ul > li ul.submenu li a,
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-family: "Poppins", sans-serif !important;
}


.bg-gray.itemBreadcrumb{background: #fff}
.ht-product .ht-product-price span.new{
	color: #000 !important
}
.noty_theme__nest.noty_type__info,
.noty_theme__nest.noty_type__information{background: #000 !important}

#noty_layout__topRight {
    top: 140px !important;
}

.main-menu > nav > ul > li{margin: 0 18px;}



.bg-light {
    background-color: #fcfcf5 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
}

.main-menu > nav > ul > li ul.mega-menu > li {
    width: 25%;
}

.main-menu > nav > ul > li ul.mega-menu > li ul li a {
    font-weight: 300;
    font-size: 12px;
    color: #000000;
    font-family: "Poppins", sans-serif;
    letter-spacing: .2px;
    display: block;
    text-transform: capitalize;
}

.mega-menu{
    max-height: 80vh;
    overflow-y: scroll;
}

.order_button{
    background-color: #f2f2f2 !important;
}

.main-menu > nav > ul > li > a {
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    display: inline-block;
    line-height: 108px;
}


element {

}
.breadcrumb-content ul li {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin-right: 18px;
    text-transform: uppercase;
    position: relative;

}

.logo {
    padding-top: 10px;
}


