* {
  font-family: "Noto Sans Lao", Times, serif;
}

.owl-custom-item {
    background: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px;
    transition: transform 0.5s;
  }
  
  .owl-custom-item:hover {
    -ms-transform: scale(1.02);
    /* IE 9 */
    -webkit-transform: scale(1.02);
    /* Safari 3-8 */
    transform: scale(1.02);
  }
  
  .owl-custom-item img {
    object-fit: cover;
    height: 300px;
    width: 300px !important;
    margin: 10px auto;
  }
  
  .accessory-title-name {
    font-family: Saysettha OT;
    text-align: center;
    font-size: 18px;
    color: #f06c20;
    margin-bottom: 20px;
  }
  
  .owl-accessory-arrow-prev {
    position: absolute;
    z-index: 9;
    top: 40%;
    left: -30px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  }
  
  .accessory-arrow-prev {
    width: 60px;
  }
  
  .owl-accessory-arrow-next {
    position: absolute;
    z-index: 9;
    top: 40%;
    right: -30px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  }
  
  .accessory-arrow-next {
    width: 60px;
  }
  
  .view-all-products {
    margin: 26px auto 40px;
  }
  
  .view-all-products > .view-all {
    border: 1px solid;
    padding: 12px 24px;
    border-radius: 26px;
    cursor: pointer;
    font-size: 20px;
    color: #f06c20;
    background-color: #ffffff;
  }
  
  .view-all:hover {
    color: #ffffff;
    background-color: transparent;
    text-decoration: none;
  }
  
  @media (max-width: 480px) {
    .owl-accessory-arrow-prev {
      top: 40%;
      left: -16px;
    }
  
    .accessory-arrow-prev {
      width: 40px;
    }
  
    .owl-accessory-arrow-next {
      top: 40%;
      right: -16px;
    }
  
    .accessory-arrow-next {
      width: 40px;
    }
  }
  
  #carousel-accessory-generic .owl-dots .owl-dot:hover span {
    background: #ffffff !important;
  }
  
  #carousel-accessory-generic .owl-dots .owl-dot.active span,
  #carousel-accessory-generic .owl-dots .owl-dot:hover span {
    background: #ffffff !important;
  }