/**
* Custom css for the theme
* @author Morten Lybekcer, Adil Hasan. Shovha Saha
*/
a{
    color: #008675 !important;
}
.bg-paleturquoise{
    background-color: #f2f2f2;
}
body,
.main-menu > nav > ul > li > a,
.main-menu > nav > ul > li ul.submenu li a{
	font-family: 'Poppins', sans-serif !important;
}
.bg-gray.itemBreadcrumb{background: #f2f2f2}
.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}
.main-menu > nav > ul > li{margin: 0}

/*.main-menu > nav > ul > li ul.mega-menu {*/
    /*width: 600px;*/
/*}*/
.main-menu > nav > ul > li ul.mega-menu > li {
    width: 16%;
}

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

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>a:after {
    content: "\f0da";
    float: right;
    border: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

.dropdown-submenu .dropdown-item{
    margin-right: 1rem;
}

.main-menu > nav > ul li.active > a{
     color: #008675;
}
/*.dropdown-submenu .dropdown-item:hover + .dropdown-menu{*/
/*    display: block;*/
/*}*/

.mainContent img{max-width: 100%}
.pagination li.active a,
.pagination li a:hover{color: #fff !important;}
body .noty_theme__nest.noty_bar{ margin-top: 40px !important;}

.header-phn{
    font-size: 11px;
}
.header-phn a{
    color: black!important;
}
.nav-link {
    padding: .5rem!important;
}

.slider-image {
    background-size:contain !important;
}
