.app {
    display: flex;
  }
  
  .sidebar {
    width: 250px;
    background: #343a40;
    color: white;
    height: 100vh;
    transition: 0.3s;
  }
  
  .sidebar.collapsed {
    width: 80px;
  }
  
  .sidebar ul {
    list-style: none;
    padding: 0;
  }
  
  .sidebar li {
    padding: 15px;
    cursor: pointer;
  }
  
  .toggle-btn {
    background: none;
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
  }
  
  .main-layout {
    flex-grow: 1;
  }
  
  .content {
    padding: 20px;
  }
  

  .t-btn{
    color: red;
  }

  #dropdown-basic{
    background-color: none !important;
  }

  .dashboard-navbar{
    background-color: white !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;
    padding: 0px 30px;
    background: rgb(255, 255, 255);
  }
  
  .user-profile-icon{
    color: black !important;
  }
 .dashboard-navbar .btn{

    -webkit-transition: none !important;
    transition: none !important;
 }

 .scroll-to-top {
  display: flex;
  justify-content: center;
  align-items: center;
 }

 .border-top-dotted{
  border-top: 2px solid #BCBCBC;
  border-style: dotted;
 }
  .border-bottom-dotted{
  border-bottom: 2px solid #BCBCBC;
  border-style: dotted;
 }
 .product-tab-style1 {
   justify-content: flex-start!important;
 }
 /* .cart-page {
  gap:30px
  
 } */
  .bg-variant-cr{
    background-color: #f9fbfb;
  }

  .price del {
  text-decoration: line-through;
  color: #999;
}

/* product display form */

/* Remove double arrows in select dropdown */
.dataTables_length select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none !important;
  padding-right: 24px;
}

/* Ensure alignment of search & pagination */
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}
.client-slider3 {
  background: transparent!important;
}


.brandslider .category-card-item{
  background-color: #fff!important;
  border: 1px solid #E5E5E5;
}
 
.woocommerce-cart-form {
 
  margin-bottom: 40px!important;
  background-color: #fff!important;

}
.cart_table{
   border: 1px solid rgba(229, 229, 229, 1)!important;
}
.shipping-area{
  box-shadow: none!important;
  border: 1px solid rgba(229, 229, 229, 1)!important;
}
.border-add{
  border: 1px solid rgba(229, 229, 229, 1)!important;
}

/* dasboard  entries removed  */
.single-select, .form-select, select{
  background-image: none!important;
}




.bg-theme-table{
  background-color: #0068A5!important;
}
.bg-theme-color{
  color:#fff!important;
}


/* sidebar ui */
/* .widget_title {
  background-color: #0068A5!important;
  color:#fff!important
} */


.sidebar-shop .widget_categories li:not(:last-child) a {
  border:none!important;
}

.bg-theme-sidebar{
  background-color: #0068A5!important;
  color:#fff!important;
}

/* scroll to top */
.impl_top_icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}

#button {
  background: none;
  border: none;
  cursor: pointer;
}

#button img {
  width: 60px;
  height: auto;
  transition: transform 0.3s ease;
}

#button:hover img {
  transform: scale(1.1);
}
/* .impl_top_icon span {
    position: relative;
    animation: border-transform 4s linear infinite alternate forwards;
} */
.impl_top_icon span::before {
    position: absolute;
    content: "";
    width: 62px;
    height: 38px;
    background: url(../img/gallery/car-light.png);
    background-repeat: no-repeat;
    top: -1px;
    left: 2px;
    opacity: 0;
    animation: blink-light 1s infinite alternate;
}

@keyframes blink-light {
  0% {
    opacity: 0; /* light off */
  }
  100% {
    opacity: 1; /* light on */
  }
}



.page-item.active .page-link{
  background-color: #0068A5!important;
  color: #fff!important;
  
}
.page-link {
  color: #0068A5!important;
}
.footer-wrapper {
  background-color: #0E0E0E!important;
}
.footer-logo-img{
  height: 100px!important;
  border-radius: 5px;
}
.highlight-text{
   color: #0068A5!important;

}
.widget-contact-grid {
  align-items: flex-start!important;
}

.product-card .product-img img {
  width: 180px!important;
  /* height:180px!important; */
}
.product-card .link-btn {
  padding:15.5px 21px!important;
  background-color: #0068A5!important;
 
  color: #fff!important;
  border: none!important;
  border-radius: 4px!important;
  transition: background-color 0.3s ease!important;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}

.product-card .link-btn:hover {
  background-color: #00557f!important;
}

.fa-cart-shopping:before, .fa-shopping-cart:before {
    content: "\f07a";
   
}
@media screen and (min-width: 1200px) {
.product-card .link-btn {
  font-size: 12px!important;
  font-weight: 500!important;
}
}

.footer-wrapper{
  border-top: 3px solid #0068A5;
}

@keyframes float-up {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}

.impl_top_icon span {
  position: relative;
  animation: float-up 2s ease-in-out infinite alternate;
}

/* .btn {
    position: unset!important;
} */


.product-card.style2{
  min-height:250px!important;
}
.style2 .product-title{
  font-size: 18px!important;
}

.badge {
  position: relative !important;
  border-radius:5px!important;
}
.brand select{
  height: 50px;
}

.dt-length label{
  margin-bottom: 0px!important;
}


/*  */
.dropdown-menu[style] {
  right:0!important;
}
.btn-theme{
  background-color: #0068A5!important;
}

 .sidebar-point{
  padding:0.8rem!important;
}

.hyperlink a{
  font-size:12px!important;
}
.copyright-wrap{
  background-color:#1b1b1b!important;
}
.heading-banner-section{
  font-size: xx-large!important;
}
/* .sidebar-shop{
  background-color: #fff;
  box-shadow: #E5E5E5;
  border: 1px solid var(--border-color) !important;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
} */

.show-num .single-select,.show-num .form-select,.show-num select {
  line-height: 50px!important;
}
/* white background + custom arrow color (#0068a5) */
.single-select,
.form-select,
.show-num select {
  background-color: #ffffff !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3E%3Cpath fill=%27none%27 stroke=%27%230068a5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
  background-size: 1em 1em !important;
  padding-right: 2.25rem !important; /* space for arrow */
  height:40px!important;
  line-height:40px!important
}


.brand-design{
  background-color: #fff!important;
  border: 1px solid #E5E5E5!important;
}