html {
 
}

body {
  margin: 0;
  padding: 0;
}
 
article, aside, details, figcaption,  footer,   summary
{
	    color: #000 !important ;
    background-color: #fff !important ;
}
#home-v1-header-carousel figure::before
{
	 /*   background-color: #fff !important ;*/
content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3) !important ;
  z-index: 1;
}
.inner-navbar-wrapper
{ 
	top: 15px;
}
.header-topbar a ,.category-filter h2,#home-v1-header-carousel .carousel-caption h3,#home-v1-header-carousel .carousel-caption p,.navbar-default .navbar-nav > li > a ,.nav > li > a,.header-topbar span ,.site-footer .info ,.site-footer #footer-widgets .widget_text a{
    color: #624E40  !important ;
	    font-weight: bold;
 }
 .inner-navbar-wrapper
 {
	 top: 0px  !important ;
    padding-top: 12px;
 }
 .navbar-wrapper .navbar-default .navbar-collapse
 {
	 border-bottom: none !important ;
 }
 .category-filter{
 background-color: #F9F8F4;
 background-image : none  !important ;
 }


.category-filter {
  background-color: #f9f9f9;
  padding: 60px 0;
  direction: rtl;
  text-align: center;
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}


.swiper {
  padding-top: 40px;
  padding-bottom: 60px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}


.book-item {
  background-color: #fff;

  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  padding: 20px;
  width: 230px;
  text-align: center;
  transition: transform 0.3s ease;
}

.book-item:hover {
  transform: translateY(-5px);
}

.book-item img {
  width: 100%;
  height: 250px;
  
  margin-bottom: 15px;
}


.book-item h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  color: #222;
  min-height: 50px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #333;
}

.btn-primary {
  background-color: #007bff;
  border: none;
  padding: 10px 30px;
  font-size: 16px;
  border-radius: 6px;
  color: #fff;
  transition: background-color 0.3s;
}

.btn-primary:hover {
  background-color: #0056b3;
}
.center-ul {
  display: flex;
  justify-content: center;
  direction: rtl;
  width: 100%;
}
@media (min-width: 768px) {
.form-row {
  position: relative;
}


.form-row .col.order-4.order-sm-3 input[type="text"] {
 /* padding-right: 60px; */
  padding-left: 60px; 
}


.form-row .order-5.col-sm-auto {
  position: absolute;
  top: 33%;
  left: 50px;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  height: 30px;
  width: 30px;
  z-index: 10;
}
.form-row .order-2.col-sm-auto
{
   /*  position: absolute;*/
  top: 28%;
  right: 5px;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  height: 30px;
  
  z-index: 10;
    }

.form-row .order-5.col-sm-auto button {
  background-color: transparent;
}

.form-row .order-5.col-sm-auto button i {
  font-size: 24px;  
  font-weight: 700; 
  color: #624e40;   
  pointer-events: none;
}
}
.library_doctor {
    width: 500px; 
}

@media (max-width: 700px) { 
    .library_doctor {
        width: 250px;  
    }
}

li {
  font-size: 14px; 
}
.breadcrumb-item a
{
 color: #624e40 !important;
}
.btn-primary:hover, .btn-primary:active {

    -webkit-box-shadow: none !important;
    box-shadow: none !important;

}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle
{
background-color:#f8f8f5 !important;
border-color:#f8f8f5 !important;
}
.btn-primary:not(:disabled,.disabled).active, .btn-primary:not(:disabled,.disabled):active, .btn-primary:not(:disabled,.disabled):focus, .btn-primary:not(:disabled,.disabled).focus
{
    border-color:#f8f8f5 !important;
}

.btn-primary:focus
{
    
    box-shadow:0 0 0 2px #f8f8f5 !important;
}
.swiper-pagination-bullet-active {
  background-color: #624e40 !important; 
}
.header-topbar span
{
margin:0 !important;
font-weight:bold !important;

}

@media only screen and (max-width: 576px) {
  #toolbar {
    display: block !important;
    }
    #members {
   
    justify-content: flex-start !important;

  }
  #cart-list-nav {
    -webkit-box-flex: 2 !important;
    -ms-flex-positive: 2 !important;
    flex-grow: 0 !important;
}
}
@media (max-width: 576px) {
  .topbar-links .navbar-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
  }

  #header_langmenu .navbar-nav {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .nav-item {
    margin: 0 5px;
  }
}
