body {
    --bg-gray: #f0f0f0;
    --light-gray: #cfd4da;
    --middle-gray: #bcbcbc;
    --more-gray: #92979d;
    --gray: #6c757e;
    --orange: #fe7e13;
    --red: #ea2f42;
    --white: #fee;
}
.lh2 {
    line-height: 2rem;
}
.search .text-muted{
    font-size: 0.8rem !important;
    color: var(--gray) !important;
    font-weight: 500;
}
#navbarCollapse .nav-fill{
    
}
#main-nav {
    position: relative;
    box-sizing: border-box;
    border: 1px solid var(--orange);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-right: 70px;
    margin-left: 50px;
}
#main-nav.sticky {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    margin-right: -7px !important;
    padding-right: 80px !important;
    padding-left: 50px !important;

    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.navbarOffsetMargin {
    padding-top: 45px;
}
@media
  (prefers-reduced-motion: no-preference) 
  {
    html {
      scroll-behavior: smooth;
    }
  }

@media (min-width: 768px) {
  .breadcrumb-title-mobile {
    max-width: 300px;
  }
}

@media (max-width: 991.98px) {
  #main-nav {
    margin-right: 0;
    margin-left: 0;
  }

  #main-nav.sticky {
    margin-right: 0 !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .content-left h1 {
    font-size: 1rem;
  }

  .book-att ul li {
    font-size: 0.9rem;
  }

  .price-card {
    font-size: 0.95rem;
  }

  .sub-category-path {
    width: 100% !important;
  }

  .sub-category-path.border {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .content .rounded {
    border-radius: 12px !important;
  }

  .price-card .btn-warning {
    width: 100%;
  }
}


  
.header-menu .fa-phone,
.header-menu .fa-info-circle{
    text-shadow: none;
}
.sub-category-path {
    background-color: var(--bg-gray);
    width: 96.8% !important;
}
.sub-category-path.border{
    border-radius: 20px !important;
    width: 97.5%;
}
.content .rounded{
    border-radius: 20px !important;
}
.sub-category-path h2{
    font-size: 0.9rem;
}
.sub-category-path h2 .fa-dot-circle-o{
    color: #54D154;}    

.sub-category-path ul{
    font-size: 0.9rem;
}
.sub-category-path li{
    display: inline;
    padding-right: 14px;
}
.book-rate{
    color: #FD7E14;
    background-color: #FFEDDE;
    border: 1px solid #FFEDDE;
    border-radius: 12px;
}
.content-left h1{
    font-size: 0.95rem;
    font-weight: bold;
}
.content-left .fa {
    color: #ADB5BD;
}
.content-left .fw9{
    font-size: 0.9rem;
}
.book-att ul li{
    margin-top: 5px;
    font-size: 0.8rem;

}
.book-att span {
    font-weight: 600;
    margin-left: 7px;
}
.book-att .fa{
    font-size: 0.5rem;
    margin-left: 7px;
}
.price-card{
    font-size: 0.85rem;
    background-color: var(--bg-gray);
    border-radius: 20px;
}
.price-card .btn-warning{
    padding-top: 0.7rem ;
    padding-bottom: 0.7rem ;
    font-weight: 500;

}
.btn-warning{
    background-color: var(--orange);
    border: 1px solid  var(--orange) ;
    border-radius: 15px;
}
.content-right .small-img{
    cursor: pointer;
    opacity: 0.6;
}
.small-img.active-small-img{
    opacity: 1;
}
.fa-share-alt.fa-2x ,
.fa-bookmark-o.fa-2x {
    font-size: 1.6rem !important;
    margin-top: 9px;
}
.content-left .cmt-no,
.star-no
{
    background-color: #FFEDDE;
    border-radius: 9px;
}
.content-left .active-tab{
    color: var(--orange);
    border-bottom: 1px solid var(--orange);
    margin-left: 7px;
    padding-bottom: 20px;
}
.btn-outline-secondary{
    border: 1px solid var(--middle-gray);
}
.book-review .rounded{
    border-radius: 12px !important;
}
.cmt-answer{
    background-color: var(--bg-gray);
    border-radius: 9px;
    border-top-right-radius:  0 ;
}
.cmt-date{
    color: var(--middle-gray);
}
.related-book-title.border-bottom {
    border-bottom: 1px solid var(--orange) !important;
}
.related-book .text-muted.border-bottom {
    border-bottom: 2px solid var(--orange) !important;
}
.related-book .card-body{
    padding-bottom: 0 !important;
}
