.widget_title{
  
  font-weight: bold;
  font-size: 15pt;
  margin-bottom: 15px;
  color: #622678;
}
.separate{
  margin-top: 35px;
}
.p-10{
  padding: 0%;
}
.p-15{
  padding: 0.3%;
}
.m-10{
  padding: 0.2%;
}
.mt-20{
  padding-top: 0.2%;
}
.mm-10{
  margin: 0px;
}

.carousel-control-next, .carousel-control-prev{
	width:5%;
	max-width: 40px; 
	font-weight: bold;
	color: #000;
}
 
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
		
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.cat_title{
  font-size: 11pt;
  font-weight: bold;
  color: #622678;
  margin-bottom: 8px;
}
.cat_title:hover{
  text-decoration: none;
  color: #622678;
}
.slide_unlimted{ 
  padding: 0.2%; 
}
 
.slide_unlimted .items{

  position: relative;
  height: 100%;
}
 
.slide_unlimted .items .img{
  margin:5%;
 display: block; 
 position: relative;
  width: 90%;
  padding-top: 90%; 
}
.slide_unlimted .items .img img{
 position:  absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 margin: auto;
}

.large_product_info{
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 5%;
}
.large_product_info img{
  width: 100%;
  text-align: center;
}
.large_product_info .text{
  line-height: 30px;
  
  font-size: 14pt;
  text-align: justify;

}

@media (max-width: 576px) {
  .widget_title{
    font-size: 12pt;
    margin-bottom: 10px;
  }

.cat_title{
  font-size: 8pt;
}
  .large_product_info img{
    width: 70%;
  }
    
  .separate{
    margin-top: 10px;
  }

  .mt-20{
    padding-top: 0.5%;
  }

  .carousel-control-next, .carousel-control-prev{
    width:3%;
  }
}
.widget_16_large_image img{
  width: 100%;
}