.slider {
  margin-bottom: 30px;
  position: relative;
}
.slider .owl-item.active.center .slider-card {
  transform: scale(1.15);
  opacity: 1;
  background: #f6657f; /* fallback for old browsers */
/*   background: -webkit-linear-gradient(to bottom, #f6c5ce, #f6657f); / 
  background: linear-gradient(to bottom, #f6c5ce2, #f6657f);  
   */
  color: #fff;
}
.slider-card {
  background: #fff;
  padding: 0px 0px;
  margin: 50px 15px 90px 15px;
  border-radius: 5px;
  box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
  transform: scale(0.9);
  opacity: 0.5;
  transition: all 0.3s;
  padding-bottom:20px;
}
.slider-card img {
  border-radius: 5px 5px 0px 0px;
}
.slider-card h5 {
  font-size:26px;
}

@media (max-width: 1199px) {
	.slider-card h5 {
	  font-size:24px;
	}
	
}
@media (max-width: 991px) {
	.slider-card h5 {
	  font-size:18px;
	}
	
}
@media (max-width: 767px) {
 
	.slider-card h5 {
	  font-size:24px;
	}
	
}

.slider-card p {
  font-size:18px;
  line-height:1.2;
}
.price {
  font-size:26px;
  line-height:1.2;
  width:80%;
  margin-left:auto;
  margin-right:auto;
  border:3px solid #fff;
  text-align:center;
  padding:10px;
 
}
.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}
.owl-dots .owl-dot.active {
  background: #f44336 !important;
}

.producttext1{
	font-weight:800;
	 
}
.producttext2{
	font-weight:800;
	color:#545353;
}
 /*--------------------------------------------------------------
# Dark mode
--------------------------------------------------------------*/

@media (prefers-color-scheme: dark) {
	.producttext2, .producttext1{
		background: transparent;
		background-color: transparent;
	}
	
 
}  