header  a.nav-link.nav_item.btn-item {
    background: #fc6702;
    padding: 14px 20px;
    border-radius: 30px;
    color: #fff;
}
header ul.navbar-nav {
    align-items: center;
}
a.navbar-brand img {
    max-width: 150px;
}
.login-register-wrapper,.login-register-area {
    padding: 50px 0;
}
.clear{
    clear: both;
}
#storelink a {
    margin: 5px;
    display: inline-block;
    width: calc(50% - 20px);
    float: left;
    background: #fff;
    padding: 5px;
    border-radius: 8px;
}
div#Description {
    max-height: 300px;
    overflow: auto;
}
a.active {
    color: #fc6702;
}
a.nav-link.nav_item.btn-item:hover {
    background: #000;
    color: #fff!important;
}
#contents .blog_post{
position: relative;
}
#contents .blog_content {
    display: flex;
    align-items: center;
    justify-content: center;
    background:#fc6604b5!important;
    position: absolute;
    bottom: 0;
    width: 100%;
}
#contents .blog_content h6{
    margin: 0;
}
#contents .blog_content h6.blog_title a {
    color: #fff;
}


#faqdesc ul {
    display: inline-block;
    padding-left: 0;
    /* margin-top: 10px; */
    width: 100%;
}
#faqdesc ul li, #faqdesc ol li {
    position: relative;
    list-style-type: none;
    float: left;
    font-size: 15px;
    color: #505050;
    width: 100%;
    padding: 4px 20px 0 20px;
    margin-right: 5%;
    line-height: 27px;
    font-weight: 400;
    margin-left: 0;
}
#faqdesc li:before {
    content: "" !important;
    position: absolute !important;
    top: 15px !important;
    left: 5px !important;
    width: 8px !important;
    height: 8px !important;
    background: #fc6702;
}

#navCatContent ul.mega-menu li{
    width: 50%;
}
.easy-autocomplete {
    width: 100% !important;
}
.paymentcontent{
    min-height:50vh;
}
#navCatContent li a {
    text-transform: capitalize;
    font-size: 14px;
    padding: 9px;
    border-bottom: 1px solid #eee6;
}
.categories_wrap {
    top: 20px;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}