/* Custom Scrollbar */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #da8979;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #98234b;
}
/* Custom Scrollbar */

.buy-prod-profile-navbar {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  margin-left: 20px;
}

@media (min-width: 481px) and (max-width: 767px) {
  #user-navbar-name {
    padding-left: 20px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  #user-navbar-name {
    padding-left: 20px;
  }
}

.dropdown .dropdown-menu a:hover {
  color: #fff;
  background-color: #961e47;
  border-color: #fff;
}

.sosbtn {
  background-color: #961e47;
  color: white;
  margin-top: 30px;
  width: 40%;
}

.sosbtn:hover {
  color: white;
}

footer {
  width: 100%;
  text-align: center;
  height: 80px;
  background-color: #fcd5ce;
}

#preloader {
	position: fixed;
	height : 100vh;
	z-index : 100;
	text-align: center;
	background: white url('/images/preloader.gif')center center no-repeat;
}

.women-news-btn {
    color: white;
    background-color: #961e47;
    border-radius: 5px;
  }
  
  .women-news-btn:hover {
    color: white;
  }