#collapseExample .body {
  margin-top: 0px;
}

#registerCareer .modal-form {
  width: 100%;
  background: #fff;
  padding: 20px;
}

#registerCareer .control-label {
  margin: 0;
  font-weight: var(--fw-normal);
  font-size: var(--typo-xs);
  color: var(--color-dark);
  line-height: 1.2em;
  padding-top: 17px;
  padding-bottom: 17px;
  text-align: right;
}

#registerCareer .career-form {
  padding-top: 20px;
  /* text-align: left; */
}

#registerCareer .control-label.require::after {
  content: "*";

  color: #ff0000;

  padding-left: 4px;

  font-size: 0.8em;
}

#registerCareer .close {
  color: #0072bc;
}

#framePreview {
  border: none;
}

.notiread {
  text-transform: capitalize;
  font-size: 0.9em;
  color: #3ed113;
}

.notiunread {
  text-transform: capitalize;
  font-size: 0.9em;
  color: #909dad;
}

.btn.btn-xs {
  padding: 0 15px;
  height: 36px;
  line-height: 34px;
  font-size: 14px;
}

.wg-cart-list .qty .form-control {
  width: 60px !important;
}

.btn-success,
.btn-success:focus,
.btn-success.focus,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2c984d;
  border-color: rgba(0, 0, 0, 0);
}



.btn-danger,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e14524;
  border-color: rgba(0, 0, 0, 0);
}

.icondownload {
  height: 48px;
}

.listDownload .slick-slide {
  text-align: center;
}

.download-list {
  text-align: left;
}

.download-tab-slider .slick-current .item .card {
  border: 4px solid #0072bc;
  color: #0072bc;
}

.download-tab-slider .slick-current .card .title {
  color: #0072bc;
}

.download-tab-slider .item .card {
  cursor: pointer;
}

.wg-news {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.article-detail .picture,
.article-detail .video {
  text-align: center;
}

.wg-cart-list .link.btn-close {
  position: relative;
  color: #cccccc;
  top: 30px;
  float: right;
}

/* 
.product-list .inner .get-point {
  position: absolute;
  top: 45%;
} */

.showpromotion .modal-content {
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: #fff;
}

.showpromotion .modal-content .modal-body {
  text-align: left;
  padding: 10px;
}

.spacepoint .get-point {
  height: 32px;
}

.product-list.-layout-list ul.item-list .item .thumbnail {
  width: 280px;
}

/* .product-list.-layout-list ul.item-list .item .inner {
  min-height: 180px;
  height: 200px;
  width: 100%;
} */

.product-list.-layout-list .spacepoint {
  position: absolute;
  right: 10px;
  top: 10px;
  margin: 0;
}

.product-list.-layout-list ul.item-list .item .title {
  display: contents;
  height: auto;
  line-height: 1.3em;
  padding-right: 0;
}

.product-list.-layout-list ul.item-list .item .title>.link {
  margin-bottom: 10px;
}

.shopping-cart table .bundle {
  color: #ff0000;
}


.default-normal {
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  color: #979797;
  background-color: #f4f4f4;
  padding: 6px 10px;
  border-radius: 14px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.orderlink {
  color: #0072bc;
}

.rowprice {
  text-align: center;
}

.rowprice .price {
  display: block;
}


.select-control {
  min-width: 80px;
  width: 100%;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 4px;
}

.select2-container .select2-selection--single {
  height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 50px;
  font-size: 15px;
  color: #030303;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  left: 0;
  top: 0;
  margin: 0;
  width: 20px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #030303;
  border: none;
  text-align: center;
  font-weight: normal;
}

.form-control {
  line-height: 1.2em;
  padding: 17px 15px;
  font-size: var(--typo-xs);
  color: #030303;
  min-height: 50px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.control-label {
  margin: 0;
  font-weight: var(--fw-normal);
  font-size: 15px;
  color: #030303;
  line-height: 1.2em;
  padding-top: 17px;
  padding-bottom: 17px;
}


.form-group-topic {
  position: relative;
}

.form-group-topic .title {
  position: relative;
  z-index: 10;
  font-size: 15px;
  color: #909dad;
  background-color: #fff;
  padding-right: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.form-group-topic::before {
  content: "";
  position: absolute;
  top: 8px;
  width: 100%;
  height: 1px;
  background-color: #909dad;
  opacity: 0.2;
}

.map-control {
  margin-bottom: 20px;
  padding-top: 40%;
  position: relative;
  /* border: 1px solid var(--color-border); */
  border-radius: 4px;
}

.map-control>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#locationInput {
  width: 300px;
  padding: 10px;
  font-size: 16px;
  margin: 10px;

  line-height: 1.2em;
  color: #030303;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.control-label.require::after {
  content: "*";
  color: #ff0000;
  padding-left: 4px;
  font-size: 0.8em;
}

.address-list .default-address.addresstemp {
  color: #e7b225;
  background-color: rgba(231, 178, 37, 0.2588235294);
}

.clickEditaddress {
  z-index: 1;
}

.address-list .wrapper .clickEditaddress .link {
  display: block;
  color: #0072bc;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  text-align: right;
  margin-bottom: 5px;
}

.address-list .wrapper .clickEditaddress {
  display: flex;
}

#collapseCategory .link:hover {
  color: #0072bc;
}

.category-search.active {
  color: #fff !important;
  background: #0072bc;
  padding: 5px 10px;
  padding-right: 10px;
  border-radius: 5px;
  /* transition: 0.5s; */
}

.subcategory-search .link.active {
  color: #fff !important;
  background: #0072bc;
  padding: 5px 10px;
  padding-right: 10px;
  border-radius: 5px;
  /* transition: 0.5s; */
}

.shopping-cart .qty .form-control {
  min-height: auto;
}

.cart-nav .item-list li {
  position: relative;
  width: 25%;
  float: left;
}

.totalprice small {
  display: block;
  margin-left: 4px;
  color: #ff0000;
  opacity: 0.6;
  text-decoration: line-through;
}

.wg-category-list .cover {
  height: 160px;
}

.btndown {
  margin-right: 50px;
  padding: 5px;

  color: #fff !important;
  background: #0072bc;
  border-radius: 5px;
  transition: 0.5s;
  position: absolute;
  right: 0px;
  text-decoration: unset;
}

.inorder {
  background: #f9f9f9;
  padding: 5px;
}

/* $corePayStatusColor = array("No" => "#ff0000", "Pending" => "#ff9966", "Yes" => "#6930db", "confirm" => "#00ff00", "Ship" => "#cedb30", "Return" => "#1959c1", "Cancel" => "#c8c8c8", "Success" => "#16a273"); */
.status_No {
  background-color: #ff0000;
  font-weight: normal;
}

.status_Pending {
  background-color: #ff9966;
  font-weight: normal;
}

.status_Yes {
  background-color: #6930db;
  font-weight: normal;
}

.status_confirm {
  background-color: #00ff00;
  font-weight: normal;
}

.status_Ship {
  background-color: #cedb30;
  font-weight: normal;
}

.status_Return {
  background-color: #1959c1;
  font-weight: normal;
}

.status_Cancel {
  background-color: #c8c8c8;
  font-weight: normal;
}

.status_Success {
  background-color: #16a273;
  font-weight: normal;
}

.status_Invoiced {
  background-color: #ff9966;
  font-weight: normal;
}

.status_Error {
  background-color: #c8c8c8;
  font-weight: normal;
}

.buyto .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2em;
  color: #fff;
  margin-right: 10px;
}








.itemfree .radio input[type="radio"] {
  display: none;
}

/* สร้างเส้นขอบและพื้นหลังสำหรับ label ที่จะแสดงแทน radio button */
.itemfree .radio label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  color: #333;
}

/* สร้างสไตล์วงกลมสำหรับ radio button */
.itemfree .radio label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: white;
}

/* เมื่อ radio button ถูกเลือก แสดงวงใน */
.itemfree .radio input[type="radio"]:checked+label:before {
  border-color: #5C9DED;
}

.itemfree .radio input[type="radio"]:checked+label:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #5C9DED;
}

.social .link img {
  width: 20px;
}

.product-side .menu [data-toggle="collapse"].link::after {
  margin: 5px;
}

.product-list .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;

  font-size: 16px;
  color: #909dad;
  line-height: 1.4em;
  height: 2.8em;
  -webkit-line-clamp: 2;
}


/* edit comment by ohm */

.text-limit.-x2 {
  max-height: 2.8em;
  -webkit-line-clamp: 2;
}

/* .text-limit.min-x2 {min-height: 2.8em; -webkit-line-clamp: 2} */

/* .wg-category-list {overflow: hidden;} */
.wg-category-list .slick-list {
  overflow: visible;
}

.wg-category-list .slick-list .slick-slide {
  opacity: 0;
  transition: all 500ms ease;
}

.wg-category-list .slick-list .slick-slide.slick-active {
  opacity: 1;
}

.slick-slider .slick-list .item {
  position: relative;
}

.fontContantTbManage {
  opacity: 0 !important;
  position: absolute;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  /* top: unset; */
  left: 0;
  right: 0;
  border-radius: 4px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  color: #fff !important;
  font-size: 13px;
  text-align: center;
  line-height: 1.4em;
  padding: 8px;
  overflow: visible !important;
  max-width: 160px;
  width: 100%;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.fontContantTbManage::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(0, 0, 0, 0.8);
}

.wg-category-list .link:hover .fontContantTbManage {
  opacity: 1 !important;
}

.wg-contact-list .wrapper {
  height: 320px;
}

.product-list>.pagination-block .item-list {
  margin: 0;
}

/* .product-list .link {position: relative;z-index: 1;} */
.product-list .thumbnail .cover {
  padding-top: 100%;
}

/* .product-list .desc {margin-bottom: 10px;} */
.product-list .spacepoint .get-point {
  margin-bottom: 15px;
}

/* .product-list .inner {min-height: unset; max-height: 312px;} */
.product-list .inner {
  min-height: unset;
  max-height: unset;
}

.product-list .inner .link.arrow:hover span {
  color: #0072bc;
}

.product-list.-layout-list .inner.inner-layout-list {
  display: flex;
  flex-direction: column;
}

.product-list.-layout-list .product-badges .badge-none {
  min-height: auto;
}

.product-list.-layout-list .inner .group-layout-list {
  margin-top: auto;
}

.product-list.-layout-list ul.item-list .item .inner {
  min-height: 280px;
  height: 280px;
}

.product-list.-layout-list ul.item-list .item .action {
  margin-top: 0;
  top: 0;
}

.product-list.-layout-list ul.item-list .item .action>.row {
  margin-left: auto;
  width: max-content;
}

.product-list.-layout-list ul.item-list .item .price {
  position: relative;
  top: unset;
  right: unset;
  text-align: right;
  text-align: right;
  margin-bottom: 10px;
}

.product-list.-layout-list .campaign-box {
  width: 100%;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #f5f5f5;
}

.product-badges .badge-none {
  min-height: 24px;
}

.product-list .action .qty .form-control {
  min-height: 46px;
}

.modal.showpromotion .modal-header {
  position: relative;
}


.modal.showpromotion .close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f9fafb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.modal.showpromotion .close span {
  color: #030303;
  font-size: 20px;
  transition: all 200ms ease;
}

.modal.showpromotion .close:hover span {
  color: #0072bc;
}


/* edit product list addon 06/19/24 */

/* .product-list .inner {display: flex;flex-direction: column;max-height: unset;min-height: 360px;} */
.product-list .inner {
  display: flex;
  flex-direction: column;
  max-height: unset;
  min-height: 390px;
}

/* .product-list .inner {
  display: flex;
  flex-direction: column;
  max-height: unset;
  min-height: unset; 
}
*/
.product-list .title {
  height: unset;
  min-height: 2.4em;
}

.product-list .desc {
  height: unset;
  min-height: 2.8em;
  margin-bottom: 10px;
}

.product-list .group-layout-list {
  margin-top: auto;
}

.product-list .wrapper .spacing-check-campaign {
  height: 60px;
}

.product-list .wrapper .campaign-box>.row {
  width: 100%;
}

.product-list .wrapper .campaign-box {
  position: relative;
  margin-top: 20px;
  height: 40px;
  display: flex;
  align-items: end;
  margin-top: 20px;
}

.product-list .wrapper .campaign-box::before {
  content: '';
  border-top: 1px solid #f5f5f5;
  width: 100dvw;
  position: absolute;
  top: 0;
  left: -50%;
}


.product-list.-layout-list .title {
  min-height: 1.4em;
}

.product-list.-layout-list .desc {
  min-height: 1.4em;
}

.product-list.-layout-list ul.item-list .item .thumbnail {
  width: 285px;
}

.product-list.-layout-list ul.item-list .item .inner {
  min-height: 285px;
  height: 285px;
}

.product-list.-layout-list .wrapper .spacing-check-campaign {
  height: auto;
}

.product-list.-layout-list .wrapper .campaign-box {
  margin-top: 15px;
}


.site-header {
  transition-duration: .7s !important;
}

.site-header.sticky {
  top: unset !important;
  transition-duration: .7s !important;
  transform: translateY(-50px) !important;
}

.product-list .wrapper {
  transition: all 200ms ease;
}

.product-list .wrapper:hover {
  box-shadow: rgba(100, 100, 111, 0.058) 0px 7px 29px 0px;
}


@media (max-width: 1440px) {
  .wg-contact-list .wrapper {
    height: 280px;
  }

  .product-list .action .qty .form-control {
    min-height: 42px;
  }

  .product-list .inner {
    min-height: 362px;
  }

  .product-list .wrapper .spacing-check-campaign {
    height: 50px;
  }

  .product-list .wrapper .campaign-box {
    height: 35px;
    margin-top: 15px;
  }

  .site-header.sticky {
    transform: translateY(-40px) !important;
  }
}

@media (max-width: 1199px) {
  .fontContantTbManage {
    display: none;
  }

  .product-list .action {
    height: auto;
  }

  .product-list .action .btn-add-cart {
    min-width: 100%;
  }

  .product-list.-layout-list ul.item-list .item .thumbnail {
    width: 260px;
  }

  .product-list.-layout-list ul.item-list .item .inner {
    min-height: 260px;
    height: 260px;
  }

  .product-list.-layout-list ul.item-list .item .action {
    margin-bottom: 0;
  }

  .product-list.-layout-list .wrapper .campaign-box {
    align-items: center;
    padding-top: 0;
    padding-bottom: 5px;
  }

  .product-list.-layout-list ul.item-list .item .inner .bundle-deals {
    right: 0;
    width: 100%;
  }

  .product-list.-layout-list ul.item-list .item .inner .link.arrow {
    right: 0;
  }

  .site-header.sticky {
    transform: translateY(-34px) !important;
  }

}

@media (max-width: 991px) {
  .wg-category-list .title {
    font-size: 14px;
  }

  .wg-banner-list .slick-list {
    padding: 30px 0;
  }

  .wg-service {
    padding: 30px 0 80px 0;
  }

  .wg-contact-list .wrapper {
    height: 220px;
  }

  /* .product-list.-layout-list ul.item-list .item .thumbnail {width: 210px;}
  .product-list.-layout-list ul.item-list .item .inner {min-height: 210px; height: 210px;} */
  .product-list.-layout-list .campaign-box {
    padding-top: 10px;
    margin-top: 10px;
  }

  .product-list .title {
    min-height: 1.4em;
  }

  .product-list .inner {
    min-height: 332px;
  }

  .product-list .action .btn-add-cart {
    min-width: 115px;
  }

  .product-list.-layout-list .wrapper .campaign-box {
    padding-bottom: 0;
  }

  .product-list .inner .get-point {
    height: 28px;
  }

  .site-header.sticky {
    transform: translateY(0) !important;
  }
}

@media (max-width: 767px) {
  .wg-category .action {
    margin-top: 15px;
  }

  .wg-banner-list .slick-list {
    padding: 20px 0;
  }

  .wg-service {
    padding: 20px 0 60px 0;
  }

  .pagination .link {
    min-width: 30px;
    height: 30px;
    line-height: 28px;
  }

  .product-list.-layout-list .campaign-box>.row {
    height: 15px;
  }

  .product-list .action {
    display: block;
  }

  .product-list .action .btn-fav {
    font-size: 20px;
  }

  /* .product-list.-layout-list .wrapper .campaign-box {padding-top: 15px;} */

  .product-list.-layout-list .spacepoint {
    top: unset;
    right: unset;
    left: 10px;
    bottom: 10px;
    z-index: 22;
  }

  .product-list.-layout-list .inner .get-point {
    margin-bottom: 0;
    background-color: #fff;
  }
}

@media (max-width: 575px) {
  .product-list .title {
    margin-bottom: 5px;
    height: 1.2em;
  }

  .product-list .desc {
    font-size: 13px;
    height: 1.2em;
    margin-bottom: 15px;
  }

  .product-badges .badge-none {
    min-height: 23px;
  }

  .product-list .campaign-box {
    display: none;
  }

  .product-list.-layout-list ul.item-list .item .title>.link {
    margin-bottom: 5px;
  }

  .product-list.-layout-list ul.item-list .item .thumbnail {
    width: 190px;
  }

  .product-list.-layout-list ul.item-list .item .inner {
    min-height: 190px;
    height: 190px;
  }

  .product-list.-layout-list .campaign-box {
    padding-top: 5px;
    margin-top: 5px
  }

  .product-list.-layout-list ul.item-list .item .price {
    margin-bottom: 5px;
  }

  .product-list .action>.row {
    margin: 0 -2.5px;
  }

  .product-list .action>.row>div {
    padding: 0 2.5px;
  }

  /* .product-list .inner {max-height: unset; min-height: 230px;} */
  .product-list .action .btn {
    height: 40px;
    line-height: 38px;
  }

  .product-list .action .btn-fav {
    width: 40px;
    font-size: 18px;
  }

  .product-list .action .qty {
    height: 40px;
  }

  .product-list .action .qty .value_button {
    height: 40px;
  }

  .product-list .action .qty .form-control {
    min-height: 36px;
    height: 38px;
    width: 100%;
  }


  /* .product-list.-layout-list .col-qty-list {max-width: max-content;}
  .product-list.-layout-list .col-action-list {max-width: max-content; margin-top: 0 !important;} */
  .product-list.-layout-list ul.item-list .item .action>.row {
    width: auto;
  }

  .product-list.-layout-list .action .btn-fav {
    width: 28px;
    font-size: 14px;
    padding: 0 5px;
  }

  .product-list.-layout-list .action .btn {
    height: 28px;
    line-height: 28px;
  }

  .product-list.-layout-list .action .qty {
    height: 28px;
  }

  .product-list.-layout-list .action .qty .value_button {
    width: 24px;
  }

  .product-list.-layout-list .action .qty .value_button {
    height: 28px;
  }

  .product-list.-layout-list .action .qty .form-control {
    min-height: 24px;
    height: 26px;
  }

  .flashsale-list.product-list .inner {
    min-height: 262px;
  }

  .product-list .bundle-deals {
    display: block;
  }

  .product-list .spacepoint .get-point {
    margin-bottom: 10px;
  }

  .product-list .wrapper .campaign-box {
    height: 35px;
    padding-top: 10px;
    align-items: center;
  }

  .product-list .bundle-deals>.row>div+div {
    border-left: none;
    margin-left: 0;
  }

  .product-list .desc {
    margin-bottom: 10px;
  }

  .product-list.-layout-list .desc {
    margin-bottom: 5px;
  }

  .product-list.-layout-list .spacepoint {
    left: 8px;
    bottom: 8px;
  }

  .product-list .title .link {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    min-height: 1.4em;
  }

  .product-list.-layout-list .desc {
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .product-list.-layout-list ul.item-list .item .product-badges {
    position: absolute;
    bottom: 33px;
    left: 8px;
    z-index: 9;
  }

  /* .product-list.-layout-list .campaign-box > .row,
  .product-list.-layout-list .campaign-box > .row > div {height: 35px;} */
  .product-list.-layout-list .campaign-box>.row>div:first-child {
    max-height: 25px;
    height: 100%;
  }

  .product-list.-layout-list ul.item-list .item .inner .link.arrow {
    position: relative;
  }

  .product-list.-layout-list .wrapper .campaign-box {
    margin-top: 10px;
    height: 30px;
    padding-bottom: 0;
    position: relative;
    top: -5px;
  }

  .product-list.-layout-list .wrapper .campaign-box .bundle-deals {
    font-size: 11px;
  }

}

.swal2-title {
  margin-top: 20px;
}

.shopping-cart .qty {
  width: 200px;
}


.prdcode {
  font-size: 15px;
  color: #979797;
}

/* @media (max-width: 1440px)  {

} */

.badge.new {
  background-color: #ff0000;
}

/* 

.spacepoint {
  position: absolute;
  top: 280px;
}

.spacepoint .get-point {
  background: #fff;
} */

.group-layout-list .get-point {
  position: absolute;
  right: 20px;
}



/* edit comments by ohm 16-07-24 */

.menu-filter-product .select2-container {
  width: 100% !important;
}

.menu-filter-product {
  border-radius: 4px;
  border: 1px solid #e1e1e1;
}

.menu-filter-product .select2-container .select2-selection--multiple {
  border: none;
  overflow: unset;
  padding: 0;
}

.menu-filter-product .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 8px;
  padding: 10px;
  margin-bottom: 0;
}

.menu-filter-product .select2-container .select2-selection--multiple .select2-selection__rendered li {
  width: max-content;
  margin: 0;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-filter-product .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  padding: 0;
  margin: 0;
  border: none;
}

.menu-filter-product .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
  position: relative;
  font-size: 26px;
  height: 28px;
  line-height: 26px;
  display: block;
  margin-right: 5px;
  padding-right: 5px;
  transition: all 200ms ease;
}

.menu-filter-product .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span::before {
  content: '';
  width: 1px;
  height: 18px;
  background-color: #e1e1e1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.menu-filter-product .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding: 0;
}


.campaign-box>.row .col .bundle {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow-wrap: break-word;
}


.product-list .wrapper .campaign-box {
  position: relative;
  margin-top: 20px;
  height: 40px;
  display: block;
  align-items: end;
  padding-top: 10px;
}

.product-list .thumbnail {
  border-radius: 4px;
  overflow: hidden;
  background-color: #f6f6f6;
}

.wg-cart-list {
  max-height: 350px;
  overflow-y: scroll;
  padding-right: 20px;
}

.site-footer {
  margin-top: auto;
  background: url("../img/background/footer.png") top center;
}

.product-list.-layout-grid ul.item-list .issearch {
  width: 25%;
}

@media (max-width: 1199px) {
  .product-list.-layout-grid ul.item-list .issearch {
    width: 33.3%;
  }
}

@media (max-width: 575px) {
  .product-list.-layout-grid ul.item-list .issearch {
    width: 50%;
  }
}

.descAX {
  color: #979797;
  font-size: 12px;
  display: block;
  width: 100%;

  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #909dad;
  line-height: 12px;
  -webkit-line-clamp: 1;

}

.axinfo {
  height: 25px;
  margin-bottom: 5px;
}

.product-list .title {
  font-size: 18px;
}

.listaddress .select2-container .select2-selection--single {
  overflow: hidden;
}

.listaddress .select2-container--default .select2-selection--single {
  border-bottom: none;
}

.listaddress .selected-address {
  padding: 15px;
  padding-top: 0px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

.listaddress .titleaddress {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
}

.ordertoform .select2-container--default .select2-selection--single {
  background-color: #0eb1c6;
  min-width: 300px;

  border: none;
}

.ordertoform .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  font-size: 17px;
  margin-right: 30px;
}

.ordertoform .select2-container--default .select2-selection--single .select2-selection__arrow b {
  color: #fff;
}

@media (max-width: 991px) {
  .site-header .main .menu .action {
    padding: 15px;
    margin-top: 0;
    height: auto;
  }

  .ordertoform .select2-container--default .select2-selection--single {
    background-color: #0072bc;
    min-width: unset;
    border: none;
  }
}


.ordertoform.addorder .select2-container--default .select2-selection--single {
  background-color: #fff;
  min-width: auto;
  color: #333;
  border: 1px solid #dee2e6;
}

.ordertoform.addorder .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333;
}


.boxshowstock {
  font-size: 12px;
  color: #0072bc;
  font-weight: bold;
  position: absolute;
}

.remarkax .title {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
}

.remarkax .p {
  line-height: 1.2em;
  padding: 17px 15px;
  font-size: var(--typo-xs);
  color: #030303;
  min-height: 50px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  margin-bottom: 5px;
}

.addListItem .bage_campiagn {
  color: #ff0000;
}


.saleorder .shopping-cart .info .cover {
  width: 50px;
  height: 50px;
}

.saleorder .shopping-side,
.saleorder .shopping-cart .qty {
  width: 100%;
}

.saleorder .shopping-cart .price,
.saleorder .shopping-cart .total,
.saleorder .shopping-cart table thead .topic {
  font-size: 16px;
}


.saleorder .inner hr {
  margin: 0 0.5px;
}

.saleorder .shopping-cart tr.item.active {
  background: #dfeefb;

}

.saleorder .shopping-cart .qty .form-control {
  padding: 0px;
  margin: 0px;
}

.product-list.-layout-grid.listflashsale .item-list li.item {
  width: 25%;
}


.photo-list li {
  position: relative;
  margin: 0 5px;
  margin-top: 0px;
  width: 200px;
  border-radius: 4px;
  border: 1px solid #979797;
  background-color: #fff;
  margin-top: 10px;
}

.photo-list .cover {
  margin: 0;
  width: auto;
  padding-top: 100%;
}

.photo-list .cover img {
  -o-object-fit: contain;
  object-fit: contain;
}



.achievement_article {
  margin-top: 20px;
}

.achievement_article .download-list {
  padding-top: 10px;
  max-width: unset;
}

.grecaptcha-badge {
  display: none;
}

.prddisable {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 101;
}

.product-list .btn-fav {
  position: relative;
  z-index: 102;
  background-color: #fff;
}

.product-list.-layout-list ul.item-list .item .action {
  position: unset;
}

.tr_listfreeitem {
  position: relative;
}

.tr_listfreeitem .offstock {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0px;
  left: 0px;
  align-content: center;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  color: #fff;
}

@media (max-width: 575px) {
  .product-list.-layout-list ul.item-list .item .thumbnail {
    width: 100px;
  }

  .product-list.-layout-list ul.item-list .item .inner {
    min-height: 190px;
    height: 225px;
  }

  .product-list.-layout-list ul.item-list .item .price {
    text-align: left;
    margin-bottom: 5px;
  }
}



.select2-results__option--highlighted .addListItem .bage_campiagn {
  color: #ffd902;
}

.addListItem {
  position: relative;
}

.addListItem .bage_disable {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #f00;
  z-index: 2;
}

.custom-actions {
  display: flex;
  justify-content: space-around;
  /* จัดเรียงปุ่มให้เว้นระยะ */
}

.custom-actions .swal2-cancel {
  order: 3;
  /* ปุ่ม ยกเลิก */
}

.custom-actions .swal2-deny {
  order: 1;
  /* ปุ่ม Save As */
}

.custom-actions .swal2-confirm {
  order: 2;
  /* ปุ่ม บันทึก */
}

.showlistcampiagn {
  padding: 2px 10px;
  border-bottom: 1px dashed;
}


.select2-container--default .select2-results>.select2-results__options {
  max-height: 350px;
  overflow-y: auto;
}

.saleorder .shopping-cart table thead th,
.saleorder .shopping-cart table tbody tr td {
  padding: 10px 5px;
}

.saleorder .product-badges {
  display: block;

}

.saleorder .product-badges .badge {
  line-height: 15px;
}

.saleorder .product-badges .badge.flashsale {
  font-size: 5px;
  margin-right: 0px !important;
  width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.saleorder .shopping-cart table tbody tr td .info {
  white-space: unset;
}

.listordercreate .price,
.listordercreate .total {
  font-weight: inherit;
}

.listordercreate table tbody tr td {
  padding: 5px !important;
}

.custom-swal-popup {
  padding: 20px !important;
  /* ✅ เพิ่ม padding ให้ SweetAlert */
  border-radius: 15px;
  /* ✅ ขอบมน */
}


.removewishlist {
  cursor: pointer;
}

.removewishlist:hover {
  background-color: #e3f2fc !important;
}

.imagereward {
  height: 100px;
}

@media (max-width: 767px) {
  .shopping-cart-custom table tbody tr td {
    display: block !important;
  }
}

.progress {
  background: #d6d5d5;
}

.progress span {
  position: absolute;
  margin: auto;
  margin-left: auto;
  left: 50%;
  width: 80px;
  text-align: center;
  margin-left: -40px;
  top: 50%;
  color: #fff;
}

.was-validated .form-control:not([required]):valid {
  border-color: inherit !important;
  background-image: none !important;
  box-shadow: none !important;
}


.form-control~button {
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  width: 30px;
  height: 30px;
  top: 15px;
  right: 10px;
  color: var(--color-gray);
  font-size: 0.8em;
  padding: 0px;
}

.refqr {
  font-size: 12px;
}

.btndownloadQr {
  border:0;
  border-radius:.25em;
  background: initial;
  background-color: initial;
  background-color: initial;
  background-color: #7066e0;
  color: #fff;
  font-size: 15px;
  margin:.3125em;
  padding:.625em 1.1em;
  transition: box-shadow .1s;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
  font-weight: 500;
}

.btnqrcode {
  background-color: #0072bc;
  font-weight: normal;
  margin-top:5px;
  cursor: pointer;
  width: 100%;
}
.btnqrcode:hover{
  background-color: #005ea6;
  color: #fff;
}

.btnslip {
  background-color: #16a273;
  font-weight: normal;
  margin-top:5px;
  width: 100%;
  cursor: pointer;
}

.profile-history .total table td.totalOrder {
  font-size: 25px;
}

.btnslipsuccess {
  width: auto;
}

.site-header .main .brand .icon {
  margin-right: 15px;
  width: 190px;
}



.wg-service {
  padding: 0 0 260px 0;
  margin-top: -40px;
  background: url("../img/background/bg-service-addon.png") center no-repeat;
}
.wg-service .cover {
  overflow: visible;
  position: relative;
  max-width: 480px;
}
.wg-service .cover .obj {
  width: 690px;
  position: absolute;
  top: 100px;
  left: 210px;
  pointer-events: none;
}
.wg-service .action {
  margin-top: 40px;
}
.wg-service .action .btn {
  min-width: 200px;
}
.wg-service .service-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 0;
}
.wg-service .col-service-right {
  top: 80px;
}
.wg-service .service-obj {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  left: -87px;
  bottom: 0;
  z-index: 1;
}
.wg-service .service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wg-service .service-list .item:nth-child(1) {
  grid-row: span 3;
}
.wg-service .service-list .card {
  max-width: 450px;
  height: 270px;
  border-radius: 16px;
  background: #ffffff;
  -webkit-box-shadow: 10px 20px 66px rgba(0, 0, 0, 0.08);
          box-shadow: 10px 20px 66px rgba(0, 0, 0, 0.08);
  border: none;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.wg-service .service-list .card:hover {
  background-color: #0eb1c6;
}
.wg-service .service-list .card:hover .desc {
  color: #ffffff;
}
.wg-service .service-list .card:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.wg-service .service-list .card .desc {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4em;
}
.wg-service .service-list .card .icon {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}


.wg-section-1 {
  position: relative;
  z-index: 1;
  background: url("../img/background/bg-section-1.png") top center no-repeat;
}

.wg-about {
  position: relative;
  padding: 80px 0;
  margin-top: 60px;
  background-image: none;
  background-position: unset;
}
.wg-about .container {
  position: relative;
  z-index: 1;
}
.wg-about .action .btn {
  min-width: 200px;
}
.wg-about .about-content {
  margin-top: 50px;
  margin-bottom: -165px;
}
.wg-about .about-content .contain {
  max-width: 400px;
  margin-bottom: 0;
}
.wg-about .about-content .contain img {
  border-radius: 16px;
}
.wg-about .about-content .content-card {
  padding: 60px 30px;
  border-radius: 0 16px 0 0;
  background-color: #fff;
  -webkit-box-shadow: 10px 20px 66px rgba(0, 0, 0, 0.08);
          box-shadow: 10px 20px 66px rgba(0, 0, 0, 0.08);
}
.wg-about .about-content .content-card p {
  margin: 0;
  line-height: 1.4em;
  font-size: 28px;
  font-weight: 400;
}
.wg-about .about-bg {
  position: absolute;
  width: 100vw;
  max-width: 1920px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: none;
}
.wg-about .about-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}



.about-content h2 {
  font-size: 32px;
}
.about-content .qoute,
.about-content .qoute > * {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4em;
  text-align: left;
}
.about-content .qoute {
  position: relative;
  margin: 0 35px;
  color: #0eb1c6;
}
.about-content .qoute::before, .about-content .qoute::after {
  content: "";
  position: absolute;
  background-size: contain;
  width: 23px;
  height: 23px;
}
.about-content .qoute::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='23' height='23' viewBox='0 0 23 23'%3E%3Cdefs%3E%3CclipPath id='clip-qoute'%3E%3Crect width='23' height='23'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='qoute' clip-path='url(%23clip-qoute)'%3E%3Cpath id='Path_12619' data-name='Path 12619' d='M-21.771-98.175h4.455l4.6-12.97v-10.007h-8.845v9.709h2.909Zm14.515,0H-2.8l4.551-12.97v-10.007H-7.1v9.709h2.963Z' transform='translate(1.749 -98.175) rotate(180)' fill='%230eb1c6'/%3E%3C/g%3E%3C/svg%3E%0A");
  left: -35px;
}
.about-content .qoute::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='23' height='23' viewBox='0 0 23 23'%3E%3Cdefs%3E%3CclipPath id='clip-qoute'%3E%3Crect width='23' height='23'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='qoute' clip-path='url(%23clip-qoute)'%3E%3Cpath id='Path_12620' data-name='Path 12620' d='M-21.771-98.175h4.455l4.6-12.97v-10.007h-8.845v9.709h2.909Zm14.515,0H-2.8l4.551-12.97v-10.007H-7.1v9.709h2.963Z' transform='translate(21.771 121.151)' fill='%230eb1c6'/%3E%3C/g%3E%3C/svg%3E%0A");
  right: -5px;
  bottom: 30px;
}
.about-content .about-txt {
  padding-right: 100px;
}
.about-content .about-txt p small {
  color: #909dad;
}
.about-content .about-img {
  position: relative;
}
.about-content .about-img .obj {
  position: absolute;
  left: -150px;
  bottom: -170px;
  pointer-events: none;
  width: 360px;
}
.about-content .section {
  position: relative;
}
.about-content .section .content {
  position: relative;
  z-index: 10;
}
.about-content .section .bg-fluid {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: none;
}
.about-content .section .bg-fluid img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-content .timeline {
  margin-top: 60px;
  padding: 60px 0;
}
.about-content .timeline ul {
  padding: 0;
  margin: 0 -30px;
}
.about-content .timeline ul > li {
  margin: 0;
  list-style: none;
  float: left;
  width: 25%;
  padding: 0 30px;
}
.about-content .timeline ul::before, .about-content .timeline ul::after {
  content: " ";
  display: table;
}
.about-content .timeline ul::after {
  clear: both;
}
.about-content .timeline .year {
  position: relative;
}
.about-content .timeline .year .line {
  position: relative;
  border-top: 1px solid #0eb1c6;
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin-top: 30px;
  margin-bottom: 30px;
}
.about-content .timeline .year .hex {
  width: 10px;
  height: 5.5px;
  background-color: #0eb1c6;
  border-color: #0eb1c6;
  position: absolute;
  top: 66px;
  display: inline-block;
}
.about-content .timeline .year .hex:before {
  content: " ";
  width: 0;
  height: 0;
  border-bottom: 3px solid;
  border-color: inherit;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: -3px;
}
.about-content .timeline .year .hex:after {
  content: "";
  width: 0;
  position: absolute;
  bottom: -3px;
  border-top: 3px solid;
  border-color: inherit;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.about-content .timeline .year .title {
  font-size: 32px;
  font-weight: 500;
  color: #0eb1c6;
}
.about-content .timeline .year .desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6em;
}
.about-content .vision {
  padding: 80px 0;
}
.about-content .vision h2 {
  margin-bottom: 20px;
}
.about-content .mission h2 {
  margin-bottom: 20px;
}
.about-content .mission .box {
  padding: 30px 40px;
  color: #ffffff;
  background: #0eb1c6;
}
.about-content.about-content-addon .section .content {
  padding-bottom: 100px;
}
.about-content.about-content-addon .about-obj {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -115px;
  margin-right: -150px;
}
.about-content.about-content-addon .about-img img {
  border-radius: 16px;
}
.about-content.about-content-addon .about-title {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 500;
  margin: 65px 0 40px 0;
}
.about-content.about-content-addon .about-desc {
  font-size: 20px;
  font-weight: 400;
  color: #909DAD;
  line-height: 1.5em;
}
.about-content.about-content-addon .about-meta-branding {
  text-align: center;
  margin-top: 60px;
}
.about-content.about-content-addon .bg-fluid img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: unset;
  bottom: -80px;
}
.about-content.about-content-addon .about-bg-bottom {
  margin-bottom: -100px;
}

.site-container {
  position: relative;
  overflow: hidden;
  margin-top: 130px;
}


.profile-nav {
  background-color: #fff;
  border: 1px solid #F5F7FB;
}
.profile-nav .nav-list .active ~ .nav-list {
  display: block;
}
.profile-nav .nav-list .nav-list {
  display: none;
  padding: 25px 25px 25px 65px;
  background-color: #F5F7FB;
}
.profile-nav .nav-list .nav-list li {
  border: none;
}
.profile-nav .nav-list .nav-list li + li {
  margin-top: 15px;
}
.profile-nav .nav-list .nav-list .link {
  color: #030303;
  display: inline;
  padding: 0;
}
.profile-nav .nav-list .nav-list .link.active {
  background: none;
  color: #0eb1c6;
}
.profile-nav .nav-list .nav-list .link:hover {
  background-color: transparent;
  color: #0eb1c6;
}
.profile-nav .avatar {
  padding: 30px;
  position: relative;
}
.profile-nav .avatar .cover {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 10;
  border-radius: 50%;
  margin-right: 15px;
}
.profile-nav .avatar .link {
  position: absolute;
  z-index: 10;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: auto;
  width: 34px;
  height: 34px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
}
.profile-nav .avatar .link:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.profile-nav .avatar .status .note .row > div:last-child {
  font-size: 16px;
  font-weight: 400;
}
.profile-nav .avatar .status .note.verified .row > div:last-child {
  color: #3ED113;
}
.profile-nav .avatar .status .note.verification .row > div:last-child {
  color: #FAAF01;
}
.profile-nav .avatar .status .note.verification .icon .icon-clock {
  width: auto;
  height: auto;
  display: block;
  color: #FAAF01;
}
.profile-nav .avatar .status .icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.profile-nav .name {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  -webkit-line-clamp: 1;
  margin-bottom: 10px;
}
.profile-nav .info {
  border-top: 1px solid #ebebeb;
  padding: 25px;
  margin-top: 35px;
  font-size: 18px;
  line-height: 1.2em;
}
.profile-nav .info .value {
  font-weight: 400;
}
.profile-nav .info .note {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #FAAF01;
  border-radius: 5px;
  padding: 8px 15px;
  color: #FAAF01;
}
.profile-nav .info .note span {
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.profile-nav .info .row + .row {
  margin-top: 15px;
}
.profile-nav .info .title {
  color: #999;
}
.profile-nav .info .icon {
  font-size: 1.2em;
  position: relative;
  top: 1px;
  margin-right: 10px;
}
.profile-nav .nav-list li:not(:last-child) {
  border-bottom: 1px solid #F5F7FB;
}
.profile-nav .nav-list .link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #030303;
  font-weight: 400;
  font-size: 20px;
  padding: 17px 15px;
}
.profile-nav .nav-list .link:hover {
  color: #0eb1c6;
  background-color: #fcfcfc;
}
.profile-nav .nav-list .link.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#19cee5), to(#17a8bb));
  background: linear-gradient(#19cee5 0%, #17a8bb 100%);
  color: #fff;
}
.profile-nav .nav-list .link.active .icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.profile-nav .nav-list .link .icon {
  position: relative;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}

.product-side .h-title {
  font-size: 20px;
  font-weight: 400;
  color: #0eb1c6;
  padding-bottom: 15px;
}

.product-side .h-title button {
  font-size: 20px;
  font-weight: 400;
  padding: 0;
  text-decoration: none;
  height: auto;
  line-height: 1.2em;
  color: #0eb1c6;
}