.h9_choose-item-icon img {
    width: 100px;
    transition: all 0.3s linear 0s;
}
.h9_choose-item-big-content {
    background-color: #b0088b14;
}
.h10_category-area {
    background: #ffb0ed;
}
/* accordion */
.highlight {
    color: #b0088b;
    font-weight: bold;
}
.section {
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.h10_banner-content-title {
    
    font-size: 34px;
}
.h10_single-banner {
    min-height: 100px;
    
    padding-top: 80px;
    padding-bottom: 80px;
   
}

.h2_price-button_dark {
    margin-bottom: 20px;
  }
  .h2_price-button_dark a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid rgba(30, 30, 30, 0.1);
    height: 50px;
    line-height: 50px;
    color: var(--clr-body-heading);
    border-radius: 6px;
    background-color: var(--clr-theme-primary);
    color: #fff;
  }
  
  .h2_price-button_dark a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: var(--clr-theme-primary);
    border: 1px solid rgba(30, 30, 30, 0.1);
  }
  .h2_price-popular-tag span {
   
    background-color: #b0088b;
  }
  .h2_price-item-custom {
    background-color: #b0088b38;
    text-align: center;
    padding: 40px 40px 40px;
    border-radius: 10px;
    border: solid 2px #b0088b;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.h2_price-item {

    border: solid 2px #b0088b;
    
}
.h8_main-menu ul li .submenu li:hover > a {
    background-color: #b0088b;
    color: #fff;
  }