.nav-bar-links-mobile{
    display: none !important;
}
.nav-bar-menu-btn.ms-3 .fa-solid.fa-bars.fa-lg{
    color: #000 !important;
}
.categoriesSwiper .swiper-slide .home-category{
    background: #F2EBE3;
    border-radius: 20px;
    padding: 20px;
    margin: 0px 14px;
}
.home-category .home-category-img img {
    width: 70px;
    height: 70px;
    padding: 13px;
}
.home-category .home-category-img {
    border-radius: 50%;
    background: rgba(139, 69, 19, 0.3);
}
.home-category .home-category-title {
    color: #0D0D0D;
    font-size: 18px;
    font-weight: 400;
}
.bg-brown {
    background-color: #F2EBE3;
}
.user-avatar-testimonial {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}
.user-avatar-testimonial img {
    width: 100%;
    height: 100%;
}
.testimonial-user-info{
    margin: 8px 5px;
}
.nav-bar {
    background-color: #fff !important;
}
.nav-bar.nav-bar-sm.nav-bar-bg{
    background: #8B4513;
    background: linear-gradient(0deg,rgba(139, 69, 19, 1) 0%, rgba(37, 18, 5, 1) 100%) !important;
}
.nav-bar .top-nav-bar .drop-down .drop-down-btn,
.nav-bar .top-nav-bar .link{
    color: #333333 !important;
    font-weight: 600;
    font-size: 18px;
}
.nav-bar.nav-bar-sm.nav-bar-bg .container-custom{
    display: flex;
    justify-content: center;
}
.nav-bar.nav-bar-sm .nav-bar-container{
    height: 47px;
}
.nav-bar-menu.ms-auto{
    margin: auto;
}
.nav-bar-menu-inner .nav-bar-links .link{
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    padding: 1px 8px;
    border-radius: 5px;
}
.bottom-nav-bar .nav-bar-menu-inner .nav-bar-links .link:hover{
    background-color: #ffffff;
    color: #8B4513;
    
}
.nav-bar.nav-bar-sm{
    border-bottom: none !important;
}
.header-image {
    background-position: center center;
    background-size: 100% 125%;
}
.header-image::before {
    /* background-color: rgba(0, 0, 0, 0.1); */
    background: transparent;
}
.header .header-container{
    max-width: 1000px;
    width: 100%;
    text-align: unset !important;
    margin-right: unset !important;
    margin-left: unset !important;
}
.header .header-title {
    line-height: 1.6;
    font-weight: 600;
    font-size:48px !important;
    color: #0D0D0D;
    margin-right: unset !important;
    margin-left: unset !important;
    margin-bottom: unset !important;
}
.header .header-text {
    font-size:30px;
    line-height: 125%;
    font-weight: 400;
    color: #0D0D0D;
    width: 90%;
    margin-right: unset !important;
    margin-left: unset !important;
    margin-bottom: 0;
    opacity: unset !important;
}
.header .header-buttons{
    margin-top: 55px;
}

.header .header-buttons a{
    margin-right: 10px;
}
.btn.btn-outline-primary{
    background-color: #F2EBE3 !important;
    color: #8B4513 !important;
}
.btn.btn-primary,
.btn.btn-outline-primary{
    padding: 6px 20px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
}
.section-download-app .section-title-text{
    font-size: 36px !important;
    font-weight: 600 !important;
    color: #0D0D0D !important;
    margin-bottom: 20px !important;
}
.section-download-app .section-text{
    font-size: 24px !important;
    font-weight: 400 !important;
    color: #0D0D0D !important;
}
.section-download-app .element-text ul{
    font-size: 20px;
    font-weight: 400 !important;
    color: #0D0D0D !important;
}

.section-download-app  .section-header{
    margin-bottom: 50px !important;
}

.section-download-app .element-text{
    margin-top: 50px !important;
}
.section-download-app-buttons img{
    width: 150px;
}
.section-download-app-buttons{
    margin-top: 80px;
}
.footer{
    background-color: #54433A;
}
.footer a,
.footer .footer-text{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.socials.socials-footer .social-btn {
    border-radius: 50%;
    background: #fff !important;
    color: #000 !important;
}
.footer .footer-links.list-unstyled.mb-0{
    padding:0px !important
}
.testimonial-user-info .text-start{
    text-align: start !important;
}
.form-control.form-control-md{
    padding: .375rem .75rem;
}
.header-bg{
    background-image: url(/themes/basic/images/bg-inner-page.jpg) !important;
    background-size: 100% 194%;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #dcddd8;
}
.header-sub-title{
    color: #8B4513;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}
.form-check-input:not(:checked),
.search .search-input input,
.form-search.form-search-reverse .form-control{
    border-color: #999999;
}
.search .search-input input{
    border:1px solid #999999;
    border-radius: 8px;
    padding: 12px 23px !important;
}
#searchFiltersSidebar{
    border:1px solid #999999;
    background-color: transparent;
    border-radius: 20px;
}
#searchFiltersSidebar h5{
    background: #F2EBE3;
    border-radius: 8px;
}
.item-free-badge{
    color: #BF0930;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: -25px;
    margin-top: 10px;
}
.item .item-title{
    font-size: 20px;
    font-weight: 400;
}.item-badge.item-heart-badge{
    top: 0;
}
.item-badge {
    top: 75px;
}
.item-heart-badge{
    color: #8B4513;
    background-color:transparent;
    padding: 10px;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.item{
    background: #F2EBE3;
    border-radius: 20px;
}
.item .item-img {
    width: unset !important;
    height: unset !important;
    margin-top: 30px;
    border-radius: 20px;
}

.item-badge.item-badge-premium ,
.item-badge.item-badge-sale,
.item-badge.item-badge-free{
    background-color: #8b4513 !important;
}
.item-badge.item-badge-trending {
    background-color: #bb9b59 !important;
}

.header-bg.blog-page-bg{
    background-image: url('/themes/basic/images/blog-bg.jpg') !important;
}
.rounded-15{
    border-radius: 20px;
}
.blog-sidebar-item{
    margin: 18px 0px;
}
.blog-sidebar-container,
.blog-posts-container{
    padding: 0px 25px;
}

.blog-sidebar-container .blog-sidebar{
    margin-bottom: 35px;
}
.blog-sidebar-item-title{
    font-size: 20px;
    font-weight: 600;
    color: #8B4513;
    margin-bottom: 10px;
}
.blog-sidebar-item-link{
    font-size: 16px;
    font-weight: 400;
    color: #0D0D0D;
}
.blog-post{
    margin-top: 35px;
}
.book-info p,
.book-info span{
    font-size: 16px;
    margin: 0px 5px;
}
.book-info a{
    background: #8b4513;
    color: #fff;
    font-size: 14px;
    padding: 1px 10px;
    border-radius: 5px;
    margin: 0px 3px;
}
.border{
    border: 1px solid #8b4513 !important;
}
.rounded-32{
    border-radius: 32px;
}
@media (max-width: 1200px) {
    .nav-bar.nav-bar-sm.nav-bar-bg .container-custom {
        justify-content: start;
    }

    .nav-bar-menu-inner .nav-bar-links .link{
        color: #000;
        font-weight: 600;
        font-size: 18px;
        padding: 1px 8px;
        border-radius: 5px;
    }
    .bottom-nav-bar .nav-bar-menu-inner .nav-bar-links .link:hover{
        background-color: #8B4513;
        color: #fff;
        
    }
    .nav-bar-links-mobile{
        display: block !important;
    }
}

@media (max-width: 1199.98px) {
    .nav-bar .nav-bar-menu-inner {
        background-color: #F2EBE3 !important;
    }
}