/**
* Custom css for the theme
* @author Morten Lybekcer, Adil Hasan. Shovha Saha
*/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');
body {
    background-color: #fdf9f3;
    line-height: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    color: #1f2226; }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    margin-top: 0;
    color: #1f2226; }

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    margin-bottom: 15px;
    font-family: 'Source Sans Pro', sans-serif;
}

.main-menu > nav > ul > li > a{
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    display: inline-block;
    line-height: 14px;
    margin-top: 24px;
}
.border-bottom-1 {
    border-bottom: 1px solid #777;
}
.main-menu > nav > ul > li {

    display: inline-block;
    margin: 0 5px;
    position: relative;

}

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

    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    display: inline-block;
    line-height: 14px;
    margin-top: 24px;

}

.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;
}
.itemgroupMenu .dropdown-item:hover{
    background: #e0dfd2;
}
.main-menu > nav > ul > li:hover a{
    color: unset;
}
.dropdown-menu.itemgroupMenu, .dropdown-menu.itemgroupMenu .dropdown-menu{
    background: #e0dfd2;
    border: 1px solid #eee !important;
    border-radius: 0px;
    font-size: 14px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.0rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.bg-paleturquoise{
    background-color: #000;
}

.bg-default{
    background-color: #e0dfd2;
}

footer {
    border-top: 1px solid #fff;
}

.border-bottom-1 {
    border-bottom: 1px solid #777;
}

footer {
    border-top: 1px solid #777;
}

.ht-products .ht-product .ht-product-inner {
    border: none;
    background-color: #fff;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    position: relative;
    overflow: hidden;
}


.custom-select {

    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: rgba(0, 0, 0, 0);
    background-color: #e0dfd2;
    border: 1px solid #fff;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

.noty_theme__nest.noty_type__info,
.noty_theme__nest.noty_type__information {
    background: #000 !important;
    margin-top: 15%;
    display: none;
}


.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: 0;
    margin-right: 0;
}

body .noty_theme__nest.noty_bar {
    margin: 90px 0px 15px 0;
}
