@import "../css/product-menu.css";
html body {
  font-family: 'kanitlight';
}
html body .container .desktop-menu .category .text1 {
  color: #4A9EDE;
  font-size: 18px;
}
html body .container .desktop-menu .category .text2 {
  font-size: 16px;
}
html body .container .desktop-menu .category .g-list {
  border-bottom: solid 1px #EAEAEA;
}
html body .container .desktop-menu .category .g-list .list .item a {
  background: url(../img/product/icon/bullet-title-list2.svg) no-repeat left center, url(../img/product/icon/arrow-selection2.svg) no-repeat right 15px center;
  color: #231F20;
  display: block;
  font-family: 'Kanit-Light';
  font-size: 14px;
  padding: 0 0 0 15px;
  text-decoration: none;
}
html body .container .desktop-menu .category .g-list .list .item a:hover {
  background-color: #EAEAEA;
}
html body .container .desktop-menu .category .g-list .list .active a {
  background-color: #EAEAEA;
}
html body .container .desktop-menu .category .g-list-last {
  border-bottom: none;
}
html body .container .body-content .desktop-title {
  background: url(../img/product/icon/bullet-title-list.svg) no-repeat left center;
  font-size: 18px;
  color: #4A9EDE;
  padding: 0 0 0 15px;
}
html body .container .body-content .mobile-menu-call-modal .btn {
  border: solid 1px #A2A2A4;
  border-radius: 5px;
  background: url(../img/product/icon/arrow-selection.svg) no-repeat right 10px center #ffffff;
  font-size: 16px;
}
html body .container .body-content .display-list{
  /* margin-top: -8px; */
}
html body .container .body-content .display-list .title-brand-hiq {
  /* background: url(../img/product/desktop/bg_title_hiQ.png) no-repeat center center;
  text-align: center;
  font-size: 22px;
  color: #2168B4; */
}
html body .container .body-content .display-list .title-brand-header {
  text-align: center;
  font-size: 22px;
}
html body .container .body-content .display-list .title-brand-dumex {
  background: url(../img/product/desktop/bg_title_dumex.png) no-repeat center center;
  text-align: center;
  font-size: 22px;
  color: #FFFFFF;
}
html body .container .body-content .display-list .list {
  clear: both;
}
html body .container .body-content .display-list .list .title {
  background: url(../img/product/icon/bullet-title-list.svg) no-repeat left center;
  font-size: 18px;
  font-weight: bold;
  color: #4A9EDE;
  padding: 0 0 0 15px;
}
html body .container .body-content .display-list .list .display-product a {
  color: #231F20;
  font-size: 14px;
  font-family: 'Kanit-Light';
}
html body .container .body-content .display-list .list .display-product a:hover .text {
  color: #4A9EDE;
  text-decoration: underline;
}
html body .container .body-content .display-list .list .display-product .product-list {
  float: left;
  /* height: 282px; */
  text-align: center;
  padding-top: 10px;
  /* background-color: #ffffff; */
  border-radius: 10px;
  /* margin: 0 17px 17px 0; */
}
html body .modal .modal-header .modal-title {
  color: #4A9EDE;
}
html body .modal .modal-body .mobile-menu .dn-breadcrumb {
  color: #6D6E71;
  font-family: 'Kanit-Light';
}
html body .modal .modal-body .mobile-menu .category .text1 {
  background: #2a64b9;
  background: linear-gradient(90deg, #2a64b9 0%, #51b7e8 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
html body .modal .modal-body .mobile-menu .category .text2 {
  font-size: 18px;
  font-weight: bold;
}
html body .modal .modal-body .mobile-menu .category .g-list {
  border-bottom: solid 1px #EAEAEA;
}
html body .modal .modal-body .mobile-menu .category .g-list .list .item {
  padding: 0 0 0 15px;
  font-size: 18px;
  font-family: 'Kanit-Light';
  background: url(../img/product/icon/bullet-title-list2.svg) no-repeat left center, url(../img/product/icon/arrow-selection2.svg) no-repeat right 15px center;
}
html body .modal .modal-body .mobile-menu .category .g-list .list .item a {
  display: block;
  color: #231F20;
  text-decoration: none;
  font-size: 16px;
}
html body .modal .modal-body .mobile-menu .category .g-list-last {
  border-bottom: none;
}
html body .container .category .g-list .active {
  background-color: #EAEAEA;
}
html body .container .category .g-list .list a.active {
  background-color: #EAEAEA !important;
}
.title-logo{
  width: 40px;
}
.custom-size-pro{
  width: 140px;
}
.custom-size-growth{
  width: 70px;
}
.custom-size-souvenaid{
  width: 12%;
}
@media (max-width: 991.99px) {
  html body .container .body-content .display-list .title-brand-hiq {
    background: url(../img/product/mobile/bg_title_hiQ.png) no-repeat;
    background-size: 100%;
  }
  html body .container .body-content .display-list .title-brand-dumex {
    background: url(../img/product/mobile/bg_title_dumex.png) no-repeat;
    background-size: 100%;
  }
}

@media (max-width: 600px) {
  .custom-size-pro{
    width: 140px;
  }
  .custom-size-growth{
    width: 70px;
  }
  .custom-size-souvenaid{
    width: 25%;
  }
}
