.navbar-brand img{
  width: 180px;
}

.overlay-dark,
.overlay-static{
  background-color: rgba(0,0,0,0.7);
}

.overlay-dark:hover{
  background-color: rgba(0,0,0,0.5);
}

.radius-1{
  border-radius: 1.2rem;
}

.product-card-1,
.product-card-1 .product-card-image{
  border: 0px !important;
}

.btn-primary,
.bg-danger{
  background-color: #EE2024 !important;
}

.btn-mode:hover{
  color: #fff !important;
  background-color: #858c97 !important;
}

input.form-control, select.form-control,
.btn{
  border-radius: 7px;
}

.radius-sm{
  border-radius: 5px;
}

.bg-blue,
.btn-blue{
  background: #BF396C;
  background-color: #BF396C;
  color: #fff !important;
}

.text-white{
  color: #fff !important;
}

.text-primary:hover{
  color: #ee2024 !important;
  text-decoration: underline;
}

.btn-blue:hover{
  background: #A4315C;
  background-color: #A4315C;
  color: #fff !important;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #202020 !important;
  background-color: #d8e7ff !important;
}

header [data-cart-items]::before {
  border:0px !important;
  background-color: #000 !important;
}

a,
.text-blue{
  color: #233777;
}

a:hover{
  color: #A4315C !important;
}

.navbar-nav .nav-item a.nav-link{
  color: #ffffff !important;
  /* color: #303030 !important; */
}

#navbarSupportedContent.navbar-collapse.collapse.show.nav-link.text-white{
  color: #303030 !important;
}

.product-description{
  margin-bottom: 30px;
}
.product-description p{
  margin-bottom: 0.5rem !important;
}

.product-description ul{
  padding-left: 1rem !important;
}

/* .swiper_thumb_gallery.product-thumb {
  height:120px !important;
  margin-top: -50px !important;
} */

.cat-slide .swiper-hover-arrow .swiper-arrow-style-01 {
  opacity:1 !important;
  background: #A4315C !important;
  background-color: #A4315C !important;
  width: 60px !important;
  height: 60px !important;
}

.cat-slide .swiper-hover-arrow .swiper-arrow-style-01:hover {
  background: #bf396c !important;
  background-color: #bf396c !important;
}

.cat-slide .swiper-arrow-style-01.swiper-next.swiper-next-01{
  right: -24px;
}

.cat-slide .swiper-arrow-style-01.swiper-prev{
  left: -24px;
}

.cat-slide{
  background-color: #f3f3f3 !important;
}

.product-card-6 .product-media{
  border: 2px solid #f7f7f7;
  border-radius:10px;
}

.product-card-6 .product-action .btn:hover{
  background-color: #bf396c !important;
  color: #fff !important;
}

.text-purple,
.product-tabs .product-nav-tabs a.active, .product-tabs .product-nav-tabs a:hover{
  color: #bf396c !important;
}

.bg-purple,
.btn-purple{
  background: #bf396c !important;
  background-color: #bf396c !important;
  color: #fff !important;
}

.btn-purple:hover{
  background: #A4315C !important;
  background-color: #A4315C !important;
  color: #fff !important;
}

.product-tabs .product-nav-tabs a::after{
  background: #bf396c !important;
}


.not-found-title{
  font-size: 168px;
  margin: 0px;
}

.btn-disabled{
  pointer-events: none !important;
  opacity: .65 !important;
}

.float-right {
  float: right !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: 16px !important;
  }
}
