/**
* Custom css for the theme
* @author Morten Lybekcer, Adil Hasan. Shovha Saha
*/
.bg-paleturquoise{
    background-color: #f2f2f2;
}
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: "Open Sans", sans-serif !important;
}
.bg-gray.itemBreadcrumb{
    background: #a1a1a6;
}

.breadcrumb-content a {
    color: #fff;
}

.ht-product .ht-product-price span.new{
	color: #000 !important
}
.noty_theme__nest.noty_type__info,
.noty_theme__nest.noty_type__information{top:10%;background: #000 !important}
.main-menu > nav > ul > li{margin: 0 18px;}

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

.mega-menu{
    font-size: 11px;
    max-height: 80vh;
    overflow-y: scroll;

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

.breadcrumb-content ul li::before {

    position: absolute;
    width: 18px;
    height: 1px;
    background-color: #fff;
    content: "";
    right: -21px;
    top: 12px;
    z-index: 99;
    -webkit-transform: rotate(115deg);
    -ms-transform: rotate(115deg);
    transform: rotate(115deg);

}

body .noty_theme__nest.noty_bar {
    margin-top: 60px !important;
}

.login-link {
    font-size: 16px;
}

.nav-item {
    text-transform: uppercase;
}
