/**
* Custom css for the theme
* @author Morten Lybekcer, Adil Hasan. Shovha Saha
*/
.bg-paleturquoise {
    background-color: #007266;
}

.bg-green {
    background-color: #002d28;
}

.bg-orange {
    background-color: #B96B3A;
}


#noty_layout__topRight {
    top: 140px !important;
}

.bg-gray.itemBreadcrumb {
    background: #fff;
    color: #F0F1F0;
}

.btn-dark {
    color: #fff;
    background-color: #262322;
    border-color: #262322;
}

.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 18px;
}

.main-menu > nav > ul > li ul.mega-menu {
    width: 700px;
}

.main-menu > nav > ul > li ul.mega-menu > li {

}

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

.main-menu > nav > ul > li ul.mega-menu {
    background-color: #fff;
    display: block;
    padding: 23px 30px 62px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 1000px;
    z-index: 999;
    -webkit-box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);

}

hr {

    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid #B96B3A;


}

.main-menu.second-lavel > nav > ul > li > a {
    line-height: 50px;
}

.main-menu.second-lavel {
    margin-left: 0;
}

.container-fluid {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    margin-right: 10px;
}

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

.btn-light {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    line-height: inherit;
}

.dropdown {
    margin-bottom: 5px;
}

.navbar-nav {
    flex-wrap: wrap;
}

.product-details-content p {
    line-height: 20px;
}

.bg-custom {
    background-color: #fff;
}

.ht-products .ht-product .ht-product-inner:hover {
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4); !important;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4); !important;
}

#scrollUp {
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #fff;
    right: 20px;
    bottom: 60px;
    text-align: center;
    overflow: hidden;
    border-radius: 50px;
    z-index: 9811 !important;
}

.cut-text {
    text-overflow: ellipsis;
    width: 150px;
    overflow: hidden;
    display: inline;
    white-space: nowrap;
}

.custom-text-align{
    text-align: right;
}

@media only screen and (max-width: 600px) {
    .custom-text-align{
        text-align: inherit;
    }
}
