
	.ac_title.active {
    background-color: #990b6e;
    color: #fff;
	/* padding: 18px 45px 18px 30px; */
	text-align: center;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin-left: 19px;
  text-align: left;
    font-size: 13px;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
}
/* .columnlayouts {
    margin-left: 10px;
} */
.product_price_rating span.label {
    max-width: 80px;
    width: 100%;
    display: inline-block;
    text-align: left;
}
.title {
  color: grey;
  font-size: 18px;
}
button:hover, button:focus, input[type="button"]:hover, 
input[type="button"]:focus{
    /*background-color: #bd7ba2;*/
    color: #fff;
    outline: 0;
}
.classbutton {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  /* background-color: #bd7ba2; */
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
  text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.widget_list {
    margin-bottom: 33px;
}
.widget_list h3 {
    font-size: 15px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 550;
    line-height: 20px;
    border-bottom: 1px solid #e1e1e1;
}
.ct-section3{
background-color: #f5f5f5;
/* background-color: #fff; */

    padding: 30px 0;

}
.ac_title ul li {
    display: inline-block;
	font-size: 28px !important;
	font-weight: 750;
	margin-right: 3px;
    padding-right: 13px;
}.one_fourths{
flex-wrap: wrap;
    
}
.clsDivMaincat {
    font-size: 16px;
    padding: 0 10px;
}
.col-sm-12 {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 76%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.clsMaincatdiv {
    cursor: pointer;
    text-decoration: none;
    width: 100%;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #393b3c;
    text-align: center;
    position: relative;
    padding: 8px 15px;
    background-color: #fff;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
    margin: 10px 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 5px;
}
	
.product-details-tab {
    padding: 40px 0;
    box-shadow: 0 5px 15px 5px rgb(0 0 0 / 5%);
    text-align: center;
    
    margin-left: 20px;
}
.product_d_table table {
    border-top: 1px solid #ddd;
    width: 100%;
    /* background-color: #fcebf5; */
}
.product_d_table table tbody tr {
    border-bottom: 1px solid #ddd;
}
.product_d_table table tbody tr td {
    padding: 7px 17px;
}
.product_d_table table tbody tr td:first-child {
    border-right: 1px solid #ddd;
    width: 45%;
    font-weight: 700;
}



