
  #searchResults .list-group-item {
  cursor: pointer;
}
  .btn-outline-primary {
    color: #0c3a5d;
    border-color: #0c3a5d;
}
     /**************mobile side nav****************/
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 99; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  padding-left:0px;
  background-color: #0c3a5d; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 3% 8%;
  text-decoration: none;
  font-size: 21px;
  color: #0c3a5d;
  display: block;
  transition: 0.3s;
}
.accordion>.card>.card-header {
    PADDING: 1% 5%@IMPORTANT;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
     position: absolute;
    top: 0;
    right: 0;
    border: 0;
    align-items: center;
    font-size: 40px;
    color: #fff !important;
    flex-direction: row;
    display: flex
;
    place-content: center;
    justify-content: center;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

#main{
display: flex;
align-items: center;
}
header{
background-color: #fff;
/**padding: 2% 0%; **/
width:100%;
position:fixed;
z-index:9;
}
/***********************end mobile header **********************/
  .cart-sidebar {
  position: fixed;
  top: 0;
  right: -400px;
  width: 350px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 10px rgba(0,0,0,0.2);
  transition: right 0.3s ease;
  z-index: 9999;
  padding: 20px;
  overflow-y: auto;
}
.cart-sidebar.active {
  right: 0;
}
.cart-header {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
.close-cart {
  cursor: pointer;
}

  .cart-panel {
  position: fixed;
  top: 0;
  right: -400px;
  width: 350px;
  height: 100%;
  background: white;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
  transition: right 0.4s ease;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}

.cart-panel.open {
  right: 0;
}

.cart-header {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  background: #f5f5f5;
}

.close-btn {
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color:#fff;
}

.cart-body {
  padding: 15px;
  flex-grow: 1;
  overflow-y: auto;
}

.cart-item {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.cart-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.quantity-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-footer {
  padding: 15px;
  border-top: 1px solid #ddd;
  background: #f5f5f5;
}

.checkout-btn {
  width: 100%;
  padding: 10px;
  background-color: #5c0000;
  color: white;
  border: none;
  cursor: pointer;
}

    body {
      margin: 0;
      padding: 0;
      font-family: 'Segoe UI', sans-serif;
    }
    .top-bar {
      background-color: #0c3a5d;
      color: white;
      text-align: center;
      font-size: 14px;
      padding: 5px 0;
    }
    .navbar{
        padding:1rem!important;
    }
   nav, #main{
       background: linear-gradient(90deg, #a67c00, #d4a540, #f5cc55);
   }
       .dropdown-menu,.nav-link {
      background: linear-gradient(to bottom, #f4c542, #b8860b);
      color:blue;
      border: none;
      margin: 0;
    }
       .dropdown-submenu:hover, .dropdown-item:hover, .navbar-light .navbar-nav .nav-link  {
        background: transparent!important;
        color:darkblue;
    }
    .dropdown-menu:hover, .navbar-light .navbar-nav .nav-link :hover {
        color:darkblue!important;
    }
    .dropdown-menu .dropdown-item, .nav-link {
      color: #000;
    }
        .dropdown-menu .dropdown-item:hover, .navbar-light .navbar-nav .nav-link :hover{
    color:darkblue!important;
    }
.navbar-light .navbar-nav .nav-link {
 
        display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529!important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
    /* Submenu positioning */
    .dropdown-submenu, .nav-link {
      position: relative;
    }

    .dropdown-submenu .dropdown-menu {
        top: 75%;
    left: 0%;
    margin-top: 3px;
    display: none;
    }

    .dropdown-submenu:hover > .dropdown-menu {
      display: block;
    }
    .imgcustom{width:100%;display:block; height:150px;box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;    border: 1px solid #eee;}
    .br-50{border-radius:50%;}
    .premiumbg{background:url(images/brique_Barware.webp);background-size:100% 100%;height:400px;}
    footer{position:relative;height:auto; padding:4rem;}
    footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/footermap.png) center / cover no-repeat;
    filter: blur(5px);
    z-index: -1;
}
    .card {
      position: relative;
      overflow: hidden;
    }
    .btn-link{
        color:#0c3a5d!important;
        font-size:21px;
    }

    .card img {
      transition: transform 0.3s ease;
    }

    .card:hover img {
      transform: scale(1.1);
    }

    .hover-icons {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      gap: 10px;
      opacity: 0;
      transition: opacity 0.3s ease;
      z-index: 1;
    }

    .card:hover .hover-icons {
      opacity: 1;
    }

    .hover-icons a {
      background: rgba(255, 255, 255, 0.9);
      padding: 10px;
      border-radius: 50%;
      color: #333;
      font-size: 16px;
      text-decoration: none;
      transition: background 0.3s, color 0.3s;
    }

    .hover-icons a:hover {
      background: #000;
      color: #fff;
    }

    .new-badge {
      position: absolute;
      top: 10px;
      left: 10px;
      background: crimson;
      color: #fff;
      padding: 5px 10px;
      font-size: 12px;
      border-radius: 3px;
      z-index: 2;
    }

    .card-img-top {
      height: 300px;
      object-fit: cover;
    }


    .price {
      font-weight: bold;
      margin-top: 5px;
    }
    .footer h5 {
      font-weight: bold;
    }
    .footer a {
      color: #fff;
      text-decoration: none;
    }
    .footer a:hover {
      text-decoration: underline;
    }
    .subscribe-box input {
      border-radius: 0;
      height: 45px;
    }
    .subscribe-box .btn {
      height: 45px;
      border-radius: 0;
      background-color: #d4a429;
      color: #000;
    }
    .footer-logo {
      font-weight: bold;
      letter-spacing: 2px;
    }
.footer-top {
padding-bottom: 80px;
    color: white;
    font-size: 30px;
}
    @media only screen and (max-width: 991px) {
      .dropdown-menu.mega-menu.p-4.show a {
        font-size: 20px;
        color:#0c3a5d;
        font-weight:800;
    }
      .dropdown .dropdown-menu {
        left: 0vw !important;
        overflow-y: scroll!important;
    
    }
.webview{
  display: none!important;
}
.mobview{
  display: block;
}
}
@media only screen and (min-width: 992px) {

  .webview{
  display: flex;
}
.mobview{
  display: none!important;
}
}

.badge {
  padding: 4px 6px;
  border-radius: 50%;
  background-color: red;
  color: white;
}

