/*
*********************
    DESKTOP SITE
*********************
*/

@font-face {
  font-family: KrungsriCondensed;
  src: url(../fonts/KrungsriCondensed.ttf);
  font-weight: 200;
}

@font-face {
  font-family: KrungsriCondensed;
  src: url(../fonts/KrungsriCondensedBold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: KrungsriCondensed;
  src: url(../fonts/KrungsriCondensedMedium.ttf);
  font-weight: 400;
}

@font-face {
  font-family: Thongterm-Roman;
  src: url(../fonts/Thongterm-Roman.otf);
  font-weight: normal;
}

@font-face {
  font-family: Thongterm-Roman;
  src: url(../fonts/Thongterm-RomanItalic.otf);
  font-style: italic;
}

@font-face {
  font-family: Thongterm-Roman;
  src: url(../fonts/Thongterm-Light.otf);
  font-weight: 200;
}

@font-face {
  font-family: Thongterm-Roman;
  src: url(../fonts/Thongterm-LightItalic.otf);
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: Thongterm-Roman;
  src: url(../fonts/Thongterm-Bold.otf);
  font-weight: 600;
}

@font-face {
  font-family: Thongterm-Roman;
  src: url(../fonts/Thongterm-BoldItalic.otf);
  font-weight: 600;
  font-style: italic;
}

html * {
  font-family: Thongterm-Roman;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

a {
  text-decoration: none;
  transition: all 0.5s;
}

a:hover,
.header-links a:hover,
.header-links a:focus,
.footer-block .list a:hover,
.footer-block .list a:focus,
a.underline-title-remark:hover,
.member-edit-page .sub-title a:hover {
  text-decoration: none;
  color: #a0a0a0;
}

a.accordion-header-item:hover {
  color: #222222;
}

a.underlined {
  border-bottom: 1px solid #222222;
}

a.underlined:hover {
  border-bottom: 1px solid #a0a0a0;
}

.vertical-align-middle {
  vertical-align: middle;
}

.footer-block.follow-us .link-style {
  cursor: pointer;
}

.footer-block.follow-us .footer-subtitle svg rect,
.footer-block.follow-us .footer-subtitle label {
  transition: all 0.5s;
}

.footer-block.follow-us .footer-subtitle:hover svg rect {
  fill: #a0a0a0;
}

.footer-block.follow-us .footer-subtitle:hover label {
  color: #a0a0a0;
  cursor: pointer;
}

.file-uploader-item-content {
  word-break: break-word;
}

a.underline-action {
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #222222;
  margin-top: 8px;
  line-height: 22px;
}

.getnewotp-link a.underline-action:disabled,
.getnewotp-link a.underline-action[disabled] {
  color: #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  pointer-events: none;
  cursor: default;
}

a.underline-action:hover {
  border-bottom: 1px solid #a0a0a0;
}

*:focus-visible,
*:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 transparent !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.dotdotdot {
  line-clamp: 1;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.b2b-button,
.b2b-button-yellow,
.b2b-button-yellow-search-product,
.b2b-button-product-detail-default,
.b2b-button-product-detail-yellow,
.b2b-button-service-detail-default,
.b2b-button-service-detail-yellow {
  font-family: "KrungsriCondensed";
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  box-sizing: border-box;
  height: 44px;
  width: 216px;
  border-radius: 8px;
  margin: 0 12px;
  border: 1px solid #222222;
  transition: all 0.5s;
}

.b2b-button-product-detail-default:hover,
.b2b-button-service-detail-default:hover {
  color: #a0a0a0;
  border: 1px solid #a0a0a0;
}

.b2b-button-yellow,
.b2b-button-yellow-search-product,
.b2b-button-yellow-search-service {
  background-color: #ffd400;
  border: 1px solid #ffd400;
}

.b2b-button-yellow:hover,
.b2b-button-yellow-search-product:hover,
.b2b-button-yellow-search-service:hover {
  background-color: #ffc800;
  border: 1px solid #ffc800;
}

.btn.b2b-button-yellow:disabled,
.btn.b2b-button-yellow[disabled] {
  background-color: #e8e8e8 !important;
  border: 1px solid #e8e8e8 !important;
  color: #a0a0a0 !important;
  opacity: 1 !important;
  pointer-events: none;
  cursor: default;
}

.btn.b2b-button-yellow.always-yellow[disabled] {
  background-color: #ffc800 !important;
  border: 1px solid #ffc800 !important;
}

.b2b-button-white {
  background-color: #ffffff;
  border: 1px solid #222222;
}

.b2b-button-yellow-search-product {
  float: left;
}

.b2b-button-product-detail-default,
.b2b-button-service-detail-default {
  margin-right: 0;
  width: 177px;
  background: none;
}

.b2b-button-product-detail-yellow,
.b2b-button-service-detail-yellow {
  margin-right: 0;
  background-color: #ffd400;
  border: 1px solid #ffd400;
  width: 177px;
}

.b2b-button-product-detail-yellow:hover,
.b2b-button-service-detail-yellow:hover {
  background-color: #ffc800;
  border: 1px solid #ffc800;
}

.b2b-form h1.logo-text {
  text-align: center;
  margin-bottom: 80px;
}

.b2b-form h1.logo-text div {
  color: #222222;
  font-family: "KrungsriCondensed";
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0;
}

.b2b-form h1.logo-text .yellow {
  color: #ffd400;
  text-transform: capitalize;
}

.btn-product-detail-wrapper *:first-child,
.btn-service-detail-wrapper *:first-child {
  margin-left: 0;
}

.btn-check:focus+.btn,
.btn:focus {
  box-shadow: none;
}

.b2b-button-yellow.small {
  margin: 0;
  padding: 0 30px;
  width: auto;
  height: 32px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: auto;
  text-align: center;
}

/* product-list-item */
.product-list-item {
  position: relative;
  margin-bottom: 40px;
}

.product-list-item h3 {
  margin: 16px 0px 8px;
  height: 62px;
  font-family: KrungsriCondensed;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 31px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-list-item .image-square {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.product-list-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.product-list-item p {
  margin: 2px 0;
  font-family: Thongterm-Roman;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-list-item .action {
  margin-top: 11px;
}

.product-list-item p,
.product-list-item .category-name {
  color: #626262;
}

.product-list-item .category-name {
  position: absolute;
  left: 16px;
  top: 16px;
  padding: 3px 8px;
  border: 1px solid #eee;
  border-radius: 12.5px;
  background-color: #fff;
  box-sizing: border-box;
  font-family: KrungsriCondensed;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 19px;
  font-weight: 200;
}

.product-list-item a.view-more {
  position: relative;
  padding-right: 29px;
  color: #222222;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 34px;
  text-decoration: none;
}

.product-list-item a.view-more:hover {
  color: #a0a0a0;
}

.product-list-item a.view-more:after {
  position: absolute;
  right: 0;
  color: #ffd400;
  content: url("../images/icons/icon-arrow-down.svg");
  transform: rotate(-90deg);
}

.product-list-item .price,
.b2b-form .signup-request-otp-wrapper .form_otp_channel span {
  color: #222222;
  font-family: "KrungsriCondensed";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 27px;
}

.product-list-item .moq {
  color: #626262;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 34px;
}

/* company-list-item */
.company-list-item {
  display: block;
  padding: 40px;
  margin: 0 0 16px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
}

.company-list-item .wrapper {
  min-height: auto;
}

.company-list-item .wrapper .content {
  cursor: pointer;
}

.company-list-item .content .left .ratio {
  background-image: url("../images/icons/icon-img.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px;
  border-radius: 8px;
}

.company-list-item .content .left .cover-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 8px;
}

.company-list-item .content .right * {
  color: #222222;
  font-family: "Thongterm-Roman";
  letter-spacing: 0;
}

.company-list-item .content .right .company-name,
.inquiry-wapper .header-subject,
.html-static-page h2.sub-heading-title,
.b2b-modal .modal-body-cookie p.modal-body-title {
  font-family: "KrungsriCondensed";
  font-size: 24px;
  font-weight: bold;
  line-height: 42px;
}

.company-list-item .content .right .company-country {
  margin: 8px 0 16px;
  color: #626262;
  font-size: 12px;
  line-height: 26px;
}

.company-list-item .content .right .company-contact {
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
}

.company-list-item .content .right .company-description {
  font-size: 16px;
  line-height: 34px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.company-list-item .action .btn {
  margin: 0;
}

.company-list-item a.view-more {
  position: relative;
  padding-right: 29px;
  color: #222222;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 34px;
  text-decoration: none;
  margin-top: 6px;
  display: block;
}

.company-list-item a.view-more:hover {
  color: #a0a0a0;
}

.company-list-item a.view-more:after {
  position: absolute;
  right: 0;
  color: #ffd400;
  content: url("../images/icons/icon-arrow-down.svg");
  transform: rotate(-90deg);
}

/* loadmore-arrow */
.product-loadmore,
.product-wrapper .product-loadmore,
.customer-view-product-wrapper .product-loadmore,
.b2b-form .signup-request-otp-wrapper span.otp-remark {
  font-family: "Thongterm-Roman";
  font-size: 16px;
  color: #222222;
}

.product-loadmore:hover,
.product-wrapper .product-loadmore:hover,
.customer-view-product-wrapper .product-loadmore:hover {
  color: #a0a0a0;
}

.loadmore-arrow {
  position: relative;
  padding-right: 24px;
  font-family: "Thongterm-Roman";
  font-size: 16px;
  color: #222222;
}

.loadmore-arrow::after {
  position: absolute;
  right: 0;
  color: #ffd400;
  content: url("../images/icons/icon-arrow-down.svg");
}

/* component-sidebar */

.component-sidebar-wrapper {
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 0px 0px 10px 0px;
  margin-bottom: 16px;
}

.component-sidebar-wrapper h1 {
  margin: 15px 24px 12px;
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  color: #222222;
}

.component-sidebar-wrapper ul {
  margin: 0;
  padding: 0;
}

.component-sidebar-wrapper ul li {
  margin: 2px 4px;
  padding: 7px 20px 5px;
  border-radius: 8px;
}

.component-sidebar-wrapper ul li.active,
.html-b2b-product-keywords .keyword-wrapper a.active:hover,
.html-b2b-product-keywords .keyword-wrapper a.active {
  color: #222222;
  background-color: #ffd400;
  border: 1px solid #ffd400;
}

.component-sidebar-wrapper ul li:hover {
  background-color: #ffffff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.component-sidebar-wrapper ul li a,
.component-sidebar-wrapper span {
  font-family: "KrungsriCondensed";
  font-size: 14px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  position: relative;
}

.component-sidebar-wrapper ul li a:hover {
  background-color: transparent;
}

.component-sidebar-wrapper span,
.d-flex.flex-row.sidebar.sub-category,
.html-static-page .detail-break-word span,
.html-static-page p.body {
  color: #222222;
}

/* Member Sidemenu Bar */
.component-member-sidebar-wrapper .home-wrapper {
  padding: 16px 0;
  color: #222222;
}

.component-member-sidebar-wrapper .home-wrapper img {
  vertical-align: baseline;
}

.component-member-sidebar-wrapper .menu-wrapper {
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 0px 0px 10px 0px;
  margin-bottom: 16px;
}

.component-member-sidebar-wrapper .menu-wrapper ul {
  margin: 0;
  padding: 0;
}

.component-member-sidebar-wrapper .menu-wrapper ul li {
  color: #222222;
  font-family: "KrungsriCondensed";
  letter-spacing: 0;
  padding: 2px 0;
}

.component-member-sidebar-wrapper .menu-wrapper ul.level-0 {
  padding: 12px 20px 5px;
}

.component-member-sidebar-wrapper .menu-wrapper ul.level-0 li .level-0-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 34px;
  margin: 13px 0;
  margin: 13px 0;
}

.component-member-sidebar-wrapper .menu-wrapper ul.level-1 li * {
  margin: 0 -16px;
  padding: 0 16px;
  font-family: "KrungsriCondensed";
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}

.component-member-sidebar-wrapper .menu-wrapper ul.level-1 li a {
  display: block;
  padding: 7px 16px;
  margin: 0 -16px;
  border-radius: 8px;
  font-weight: 500;
}

.component-member-sidebar-wrapper .menu-wrapper ul.level-1 li.active a {
  color: #222222;
  background-color: #ffd400;
}

.component-member-sidebar-wrapper .menu-wrapper ul.level-1 li:hover a {
  background-color: #ffffff;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
}

.component-member-sidebar-wrapper .menu-wrapper ul.level-1 li a:hover {
  color: #222222;
}

.component-member-sidebar-wrapper .menu-wrapper ul.level-1 li.accordion {
  position: relative;
}

.component-member-sidebar-wrapper .menu-wrapper ul.level-1 li.accordion a.accordion-header-item::after {
  position: absolute;
  right: 0;
  top: 10px;
  content: "";
  background-image: url(../images/icons/icon-chevron-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
  transition: transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
}

.component-member-sidebar-wrapper .menu-wrapper ul.level-1 li.accordion a.accordion-header-item.collapsed::after {
  transform: rotate(90deg);
}

.component-member-sidebar-wrapper .menu-wrapper ul.level-1 li.accordion.active a {
  background-color: #ffd400;
}

.component-member-sidebar-wrapper .menu-wrapper ul.level-1 li.accordion ul.level-2 li {
  padding: 0 32px;
}

.component-member-sidebar-wrapper .menu-wrapper ul.level-1 li.accordion ul.level-2 li a {
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
  background-color: transparent;
  color: #222222;
  font-weight: 100;
  font-weight: 100;
}

.component-member-sidebar-wrapper .menu-wrapper ul.level-1 li.accordion ul.level-2 li:hover a,
.component-member-sidebar-wrapper .menu-wrapper ul.level-1 li.accordion ul.level-2 li.active a {
  border-left: 2px solid #ffd400;
  border-top: 2px solid transparent;
  border-radius: 0;
  background-color: transparent;
}

/* TOP NAV */
.wrapper-line {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 16px;
}

.header-divider {
  opacity: 1;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eeeeee;
}

.header-divider.last {
  margin-bottom: 16px;
}

.header-upper {
  border-bottom: 0;
}

.header-lower {
  padding: 16px 0 14px;
}

.header-lower .pr-0 {
  padding-right: 0;
}

.header-logo {
  display: block;
  margin: 0;
}

.header-logo a img {
  height: 110px;
  max-width: none;
}

.header-links-wrapper {
  margin: 40px 0;
}

.header-links-wrapper .header-links,
.header-links-wrapper .language-selector {
  display: inline-block;
}

.header-links-wrapper .language-selector .select-wrapper {
  font-weight: 700;
  font-family: 'KrungsriCondensed';
}

.header-links-wrapper .header-links ul,
.header-lower .header-links ul {
  padding: 0;
  margin: 0;
}

.header-links-wrapper a,
.header-links-wrapper .language-selector select,
.header-lower h1.title,
.header-lower a,
.header-lower .search-box select,
.language-selector span {
  font-family: KrungsriCondensed;
  color: #222222;
}

.header-links-wrapper a,
.header-links-wrapper .language-selector select,
.header-lower a,
.language-selector span {
  font-size: 14px;
  line-height: 14px;
}

.header-links-wrapper .display-avatar {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background-color: #d8d8d8;
  background-image: url("../images/icons/icon-person.svg");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
}

.header-links-wrapper .display-avatar.small {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-size: 16px 16px;
}

.header-links-wrapper .dropdown ul.dropdown-menu {
  padding: 24px 0;
  min-width: 345px;
  box-shadow: 2px 1px 6px 0 rgba(35, 19, 18, 0.2);
}

.header-links-wrapper .dropdown ul.dropdown-menu.dropdown-menu-center {
  right: auto !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 32px) !important;
}

.header-links-wrapper .dropdown ul.dropdown-menu li {
  display: block;
  margin: 0;
  padding: 0;
}

.header-links-wrapper .dropdown ul.dropdown-menu li * {
  padding: 0 24px;
  font-family: "Thongterm-Roman";
  color: #222222;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 34px;
}

.header-links-wrapper .dropdown ul.dropdown-menu .display-name,
.html-static-page h3.title {
  padding-top: 18px;
  font-family: KrungsriCondensed;
  color: #222222;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 27px;
}

.header-links-wrapper .dropdown ul.dropdown-menu .dropdown-divider {
  margin: 24px 0 16px;
  opacity: 1;
  border: 0;
  border-bottom: 1px solid #eeeeee;
}

.header-links-wrapper .dropdown ul.dropdown-menu a:hover,
.html-b2b-product-keywords .keyword-wrapper a:hover {
  color: #a0a0a0;
}

.header-lower h1.title,
.header-lower a {
  font-weight: bold;
}

.header-lower h1.title {
  font-size: 24px;
  text-align: left;
  margin: 10px 0;
}

.header-lower .header-links ul {
  float: right;
  margin: 10px 0;
}

.header-lower .header-links ul li {
  margin: 0 5px;
}

.header-lower .header-links ul li:first-child {
  margin-left: 0;
}

.header-lower .header-links ul li:last-child {
  margin-right: 0;
}

.product-keywords-page .header-lower h1.title {
  line-height: inherit;
}

.header-links-wrapper .header-links ul img,
.header-links-wrapper .header-links ul svg {
  width: 16px;
  margin-right: 6px;
}

.header-links-wrapper .header-links ul li svg path,
.header-links-wrapper .header-links ul li a.menu-label {
  transition: all 0.5s;
}

.header-links-wrapper .header-links ul li:hover svg path,
.header-links-wrapper .header-links ul li:hover a.menu-label {
  fill: #a0a0a0;
  color: #a0a0a0;
}

.header-links-wrapper .header-links ul li {
  margin: 0 12px;
}

.header-links-wrapper .language-selector select,
.header-links-wrapper .language-selector img {
  display: inline-block;
}

.header-links-wrapper .header-links ul .language-selector img {
  width: 24px;
}

.header-links-wrapper {
  padding: 0;
}

#selectLanguage {
  display: inline-block;
}

#selectLanguage span.select2-container {
  height: 20px;
}

#selectLanguage span.select2-container .select2-selection {
  border: 0;
  padding: 0;
  width: 60px;
  height: 20px;
}

#selectLanguage span.select2-container .select2-selection .select2-selection__rendered {
  margin-top: -5px;
  text-transform: uppercase;
}

#selectLanguage span.select2-container .select2-selection.dropdown::after {
  top: 4px;
}

.language-dropdown {
  width: 120px !important;
  margin-top: 15px !important;
  margin-left: -50px;
  text-transform: uppercase;
}

.language-dropdown img {
  margin-right: 10px;
}

.language-dropdown span {
  font-family: "KrungsriCondensed";
  font-size: 14px;
}

.header-links-wrapper .language-selector select,
.header-links-wrapper .language-selector select:focus {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
}

.header-links-wrapper .language-selector .form-select {
  padding: 10px 0;
  width: auto;
}

.header-lower .search-box {
  text-align: left;
}

.header-lower .search-box form {
  width: 100%;
}

.header-lower .search-box select,
.header-lower .search-box input.search-box-text,
.header-lower .search-box .search-box-button {
  float: left;
  height: 45px;
  margin: 0 -1px 0 0;
  border: 1px solid #c0c0c0;
}

.header-lower .search-box select {
  width: auto;
  font-weight: 400;
  padding: 0 32px 0 16px;
  border-radius: 30px 0 0 30px;
  outline: 0;
  flex-grow: 0;
  height: 45px;
  border: 1px solid #c0c0c0;
}

.header-lower .search-box .select2-container--default .select2-selection--single {
  border-radius: 30px 0 0 30px;
  height: 45px;
  border-right: 2px solid #c0c0c0;
}

.header-lower .search-box .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

#form-select-search+.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 2px;
}

.header-lower .search-box .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 0;
  border-right: 2px solid #ffd400;
}

.header-lower .search-box select:focus {
  box-shadow: none;
}

.header-lower .search-box input.search-box-text {
  border-left: 0;
  padding: 0 16px;
  outline: 0;
}

.header-lower .search-box input.search-box-text::placeholder {
  color: #c2c2c2;
}

.header-lower .search-box .search-box-button {
  min-width: 48px;
  border: 1px solid #ffd400;
  background-color: #ffd400;
  padding: 0;
  text-align: center;
  border-radius: 0 30px 30px 0;
  margin: 0;
  transition: all 0.5s;
  z-index: 10;
}

.header-lower .search-box .search-box-button:hover {
  background-color: #ffc800;
}

.header-lower .search-box .search-box-button img {
  width: 16px;
  height: 16px;
}

.product-select .select2-container--default .select2-selection--single,
.product-select .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.product-select .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.manage-product-filter+.select2-container--default .select2-selection--single,
.manage-product-filter+.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.manage-product-filter+.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.product-keywords-sort-by+.select2-container--default .select2-selection--single,
.product-keywords-sort-by+.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.product-keywords-sort-by+.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.product-sub-categories-sort-by+.select2-container--default .select2-selection--single,
.product-sub-categories-sort-by+.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.product-sub-categories-sort-by+.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.manage-service-filter+.select2-container--default .select2-selection--single,
.manage-service-filter+.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.manage-service-filter+.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border: 0;
  padding-left: 5px;
}

.company-sort-by-page .select2-container--open .select2-dropdown--below.sort-by,
.company-sort-by-page .select2-container--open .select2-dropdown--above.sort-by {
  width: 200px !important;
  margin-left: -60px;
}

.search-box.store-search-box .select2-container--default {
  width: 200px !important;
}

.manage-product-page .select2-container--open .select2-dropdown.select2-dropdown--above.sort-by,
.manage-product-page .select2-container--open .select2-dropdown.select2-dropdown--below.sort-by,
.manage-service-page .select2-container--open .select2-dropdown.select2-dropdown--above.sort-by,
.manage-service-page .select2-container--open .select2-dropdown.select2-dropdown--below.sort-by,
.manage-rfq-page .select2-container--open .select2-dropdown.select2-dropdown--above.sort-by,
.manage-rfq-page .select2-container--open .select2-dropdown.select2-dropdown--below.sort-by {
  width: 160px !important;
}

.product-keywords-page .select2-container--open .select2-dropdown.select2-dropdown--above.sort-by,
.product-keywords-page .select2-container--open .select2-dropdown.select2-dropdown--below.sort-by,
.product-sub-categories-page .select2-container--open .select2-dropdown.select2-dropdown--above.sort-by,
.product-sub-categories-page .select2-container--open .select2-dropdown.select2-dropdown--below.sort-by {
  width: 110px !important;
}

.manage-product-page .product-wrapper .product-wrapper .select2-selection__rendered,
.manage-service-page .service-wrapper .service-wrapper .select2-selection__rendered,
.manage-rfq-page .product-wrapper .product-wrapper .select2-selection__rendered {
  width: 150px;
}

.product-keywords-page .product-keywords-sort-by+.select2 .select2-selection__rendered,
.product-sub-categories-page .product-sub-categories-sort-by+.select2 .select2-selection__rendered {
  width: 120px;
}

.product-keywords-page .category+.select2 .select2-selection__rendered {
  width: unset;
}

/* B2B FORM */

.b2b-form-wrapper .progress-wrapper ul li span,
.b2b-form-wrapper .action-button-wrapper .savedraft,
.b2b-form-wrapper .action-button-wrapper .cancel,
.b2b-form-wrapper .action-button-wrapper .decline,
.b2b-form-wrapper .action-button-wrapper .back-btn,
.b2b-form-wrapper .action-button-wrapper input[type="submit"],
.b2b-form-wrapper .action-button-wrapper .submit,
.b2b-top-banner .banner-title,
.b2b-form-wrapper .b2b-form h1,
.b2b-form-wrapper .b2b-form h2 {
  font-family: "KrungsriCondensed";
}

.b2b-top-banner,
.b2b-hompage-discover-banner,
.b2b-homepage-valuable-banner,
.b2b-homepage-recommended-banner,
.b2b-body-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.b2b-top-banner,
.b2b-body-banner {
  height: 320px;
  position: relative;
}

.b2b-top-banner-v2 {
  height: 203px;
  position: relative;
}


.b2b-top-banner::before,
.html-register-page .register-top-banner::before,
.html-sub-account-termandcond-page .register-top-banner::before,
.html-sub-account-register-page .register-top-banner::before,
.html-new-termandcond-page .termandcond-top-banner::before,
.html-sub-account-otp-request-page .register-top-banner::before,
.html-sub-account-selected-otp-request-page .register-top-banner::before,
.html-company-profile-page .company-top-banner::before,
.html-company-profile-admin-page .company-top-banner::before,
.account-top-banner::before {
  content: "";
  background-color: #000000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.b2b-top-banner.nocover::before {
  opacity: 0;
}

.b2b-hompage-discover-banner {
  height: 500px;
}

.b2b-homepage-valuable-banner {
  height: 280px;
}

.b2b-homepage-recommended-banner {
  height: 265px;
  background-position: 40%;
}

.b2b-top-banner h1.banner-title {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 55px;
  margin-top: 135px;
  padding: 0 10%;
  display: inline-block;
  position: relative;
}

.b2b-top-banner h1.banner-title.has-breadcrumbs {
  margin-top: 85px;
}

.b2b-top-banner .breadcrumbs,
.html-b2b-product-categories .breadcrumbs,
.html-b2b-product-sub-categories .breadcrumbs {
  font-family: "Thongterm-Roman";
  font-weight: 200;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 34px;
  padding: 5px 0;
}

.b2b-top-banner .breadcrumbs {
  color: #ffffff;
}

.b2b-top-banner .breadcrumbs .breadcrumbs-click:hover {
  color: #a0a0a0;
  cursor: pointer;
  transition: all 0.5s;
}

.b2b-form-wrapper {
  background-color: #f8f8f8;
  padding: 0;
}

.b2b-form-wrapper-member-team {
  background: none;
}

.b2b-form-wrapper.wide-form {
  padding: 0 0 40px;
}

.b2b-modal .b2b-form-wrapper {
  margin-bottom: 20px;
}

.b2b-top-banner.column-one {
  margin-top: -16px;
}

.b2b-top-banner.column-one h1.banner-title {
  padding: 0;
}

.b2b-form-wrapper.column-one {
  background-color: #ffffff;
}

.b2b-form-wrapper.column-one.b2b-form-wrapper-v2 {
  margin-bottom: 80px;
}

.b2b-form-wrapper.trans-bg {
  background-color: transparent;
  margin-bottom: 0;
}

.b2b-form-wrapper .b2b-form,
.add-product-page .b2b-form-wrapper .b2b-form.content-area {
  background-color: #ffffff;
  min-height: 300px;
  border-radius: 8px;
  box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
  padding: 50px 38px 40px;
  margin-top: 12px;
}

.html-sub-account-termandcond-page .b2b-form-wrapper .b2b-form.b2b-form-v2 {
  margin: 0;
}

.html-sub-account-termandcond-page .b2b-form-wrapper .b2b-form.b2b-form-v2,
.b2b-form-wrapper .b2b-form.b2b-form-v2 {
  padding: 50px 10px 40px;
  box-shadow: none;
}

.b2b-form-wrapper .b2b-form.company-edit-layout,
.b2b-form-wrapper .b2b-form.half-banner-layout {
  margin-top: -90px;
}

.b2b-form-wrapper .b2b-form.form-top .form-top-v2 {
  margin: 20px 0;
  padding-top: 16px;
}

.b2b-form-wrapper .b2b-form.noborder {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}

.b2b-form-wrapper .b2b-form h1 {
  color: #222222;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 42px;
  padding-bottom: 24px;
  margin: 0;
}

.b2b-form-wrapper .b2b-form h2 {
  padding-top: 40px;
  color: #222222;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
}

.b2b-form-wrapper .b2b-form h1.section-divider {
  margin-top: 40px;
}

.heading-title {
  padding: 24px 0;
}

.b2b-form-wrapper .b2b-form label,
.b2b-form-wrapper .b2b-form p.form-value,
.b2b-form-wrapper .b2b-form .image-wrapper label.file-name,
.b2b-form-wrapper .b2b-form .image-wrapper label.file-size,
.b2b-form .signup-request-otp-wrapper .mobile-text,
.html-b2b-product-keywords .form-label,
.b2b-form .signup-request-otp-wrapper .form_text_channel span {
  color: #222222;
  font-family: "Thongterm-Roman";
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0;
  width: 100%;
}

.b2b-form-wrapper .b2b-form label.form-check-label {
  width: unset;
}

.b2b-form .signup-request-otp-wrapper .mobile-text {
  text-align: center;
}

.b2b-form-wrapper .b2b-form p.form-value,
.inquiry-wapper .inquiry-message {
  white-space: pre-wrap;
  word-break: break-word;
}

.b2b-form-wrapper .b2b-form label.expand {
  width: 102%;
}

.b2b-form-wrapper .b2b-form p.form-value,
.b2b-form-wrapper .b2b-form div.form-value {
  font-weight: bold;
  padding: 0 0 8px;
  border-bottom: 1px solid #eeeeee;
}

.b2b-form-wrapper .b2b-form .form-value .form-value-image-wrapper {
  margin: 16px 0;
}

.b2b-form-wrapper .b2b-form .form-value .form-value-image-wrapper:first-child {
  margin-top: 10px;
}

.b2b-form-wrapper .b2b-form .form-value .form-value-description div:first-child {
  font-weight: 600;
  font-size: 16px;
  line-height: 34px;
}

.b2b-form-wrapper .b2b-form .form-value .form-value-description div {
  color: #222222;
  font-weight: 400;
  font-size: 14px;
  max-width: 400px;
  word-break: break-all;
}

.b2b-form-wrapper .b2b-form .form-value .form-icon img {
  width: 21px;
  height: 21px;
}

.b2b-form-wrapper .b2b-form .form-value .form-value-image img {
  object-fit: contain;
  object-position: center;
  border-radius: 8px;
  width: 80px;
  height: 80px;
}

.b2b-form-wrapper .b2b-form .image-wrapper img {
  margin-bottom: 20px;
  width: 88px;
  border-radius: 8px;
}

.b2b-form-wrapper .b2b-form .form-value .form-value-image .document-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffd400;
  border-radius: 8px;
  width: 80px;
  height: 80px;
  background-image: url("../images/icons/icon-img.svg");
  text-align: center;
  overflow: hidden;
  position: relative;
}

.b2b-form-wrapper .b2b-form .form-value .form-value-image .document-bg .preview-image {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.b2b-form-wrapper .b2b-form .image-wrapper label.file-name {
  font-weight: 600;
  display: block;
}

.b2b-form-wrapper .b2b-form .image-wrapper label.file-size {
  color: #626262;
  font-size: 14px;
}

.b2b-form-wrapper .b2b-form.has-tab {
  margin: 0;
  position: relative;
  border-radius: 0;
  background-color: #f8f8f8;
  box-shadow: none;
  padding: 0;
}

.b2b-form-wrapper .b2b-form .error-has-counter {
  margin-right: 75px;
}

.select2-selection * {
  font-family: Thongterm-Roman;
  font-weight: 600;
}

.b2b-form-wrapper .b2b-form input[type="text"],
.b2b-form-wrapper .b2b-form input[type="password"],
.b2b-form-wrapper .b2b-form input[type="number"],
.b2b-form-wrapper .b2b-form input[type="email"],
.b2b-form-wrapper .b2b-form select,
.b2b-form-wrapper .b2b-form textarea,
.inquiry-wapper .replay-inquiry textarea {
  box-sizing: border-box;
  font-weight: 600;
  height: 44px;
  border: 1px solid #c0c0c0;
  border-radius: 8px;
  background-color: #ffffff;
  outline: 0;
  padding: 8px 15px;
}

.b2b-form-wrapper .b2b-form input[type="text"].input-validation-error,
.b2b-form-wrapper .b2b-form input[type="number"].input-validation-error,
.b2b-form-wrapper .b2b-form input[type="email"].input-validation-error,
.b2b-form-wrapper .b2b-form input[type="password"].input-validation-error,
.b2b-form-wrapper .b2b-form select.input-validation-error,
.b2b-form-wrapper .b2b-form textarea.input-validation-error,
.b2b-form-wrapper .b2b-form input[type="text"].input-validation-error:focus,
.b2b-form-wrapper .b2b-form input[type="number"].input-validation-error:focus,
.b2b-form-wrapper .b2b-form input[type="email"].input-validation-error:focus,
.b2b-form-wrapper .b2b-form input[type="password"].input-validation-error:focus,
.b2b-form-wrapper .b2b-form select.input-validation-error:focus,
.b2b-form-wrapper .b2b-form textarea.input-validation-error:focus,
.b2b-form-wrapper .b2b-form select.input-validation-error+span .select2-selection.select2-selection--multiple,
.inquiry-wapper .replay-inquiry textarea.input-validation-error,
.b2b-form-wrapper .b2b-form select.input-validation-error+span .select2-selection.select2-selection--single,
.b2b-form-wrapper .b2b-form .drag-area.input-validation-error {
  border-color: #ff3e3e !important;
}

.b2b-form-wrapper .b2b-form textarea {
  height: 104px;
}

.inquiry-wapper .replay-inquiry textarea {
  height: 120px;
}

.html-b2b-send-inquiry-page .b2b-form-wrapper .b2b-form textarea {
  min-height: 120px;
}

.b2b-form-wrapper .b2b-form textarea:focus {
  outline: 0;
  box-shadow: none;
}

.b2b-form-wrapper .b2b-form input[type="text"]::placeholder,
.b2b-form-wrapper .b2b-form input[type="password"]::placeholder,
.b2b-form-wrapper .b2b-form input[type="number"]::placeholder,
.b2b-form-wrapper .b2b-form input[type="email"]::placeholder,
.b2b-form-wrapper .b2b-form textarea::placeholder,
.b2b-form-wrapper .b2b-form select.placeholder {
  font-weight: 400;
  color: #c4c4c4;
}

.b2b-form-wrapper .b2b-form select.placeholder option {
  color: #222222;
}

.b2b-form-wrapper .b2b-form input[type="text"]:focus,
.b2b-form-wrapper .b2b-form input[type="password"]:focus,
.b2b-form-wrapper .b2b-form input[type="number"]:focus,
.b2b-form-wrapper .b2b-form input[type="email"]:focus,
.b2b-form-wrapper .b2b-form select:focus {
  border: 1px solid #c0c0c0;
  box-shadow: none;
}

.b2b-form-wrapper .b2b-form input[type="checkbox"] {
  display: none;
}

.b2b-form-wrapper .b2b-form input[type="checkbox"]+label {
  height: 24px;
  width: 24px;
  border: 1px solid #c0c0c0;
  display: inline-block;
  border-radius: 4px;
  margin: 0 10px 0 0;
}

.b2b-form-wrapper .b2b-form input[type="checkbox"]:checked+label {
  border: none;
  background-image: url("../images/icons/icon-yellow-check.svg");
  background-position: center;
  background-size: cover;
  height: 24px;
  width: 24px;
  display: inline-block;
  padding: 0;
}

.b2b-form-wrapper .b2b-form input[type="checkbox"]:disabled+label {
  border: none;
  background-image: url("../images/icons/icon-gray-check.svg");
  background-position: center;
  background-size: cover;
  height: 24px;
  width: 24px;
  display: inline-block;
  padding: 0;
}

.b2b-form-wrapper .b2b-form .form-check-label.disabled {
  color: #c4c4c4;
}

.b2b-form-wrapper .b2b-form input[type="text"],
.b2b-form-wrapper .b2b-form input[type="number"],
.b2b-form-wrapper .b2b-form input[type="email"],
.b2b-form-wrapper .b2b-form select,
.html-b2b-product-keywords select.category {
  box-sizing: border-box;
  height: 44px;
  border: 1px solid #c0c0c0;
  border-radius: 8px;
  background-color: #ffffff;
  outline: 0;
  padding: 8px 15px;
}

.input-validation-error-v2 {
  border-color: #ff3e3e !important;
}

.b2b-form-wrapper .b2b-form input[type="text"]:focus,
.b2b-form-wrapper .b2b-form input[type="number"]:focus,
.b2b-form-wrapper .b2b-form input[type="email"]:focus,
.b2b-form-wrapper .b2b-form select:focus {
  border: 1px solid #c0c0c0;
  box-shadow: none;
}

.b2b-form-wrapper .action-button-wrapper {
  text-align: center;
}

.b2b-form-wrapper .progress-wrapper ul li span,
.b2b-form-wrapper .action-button-wrapper .savedraft,
.b2b-form-wrapper .action-button-wrapper .cancel,
.b2b-form-wrapper .action-button-wrapper .decline,
.b2b-form-wrapper .action-button-wrapper input[type="submit"],
.b2b-form-wrapper .action-button-wrapper .submit,
.b2b-form-wrapper .action-button-wrapper .back-btn {
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}

.b2b-form-wrapper .action-button-wrapper .savedraft,
.b2b-form-wrapper .action-button-wrapper .cancel,
.b2b-form-wrapper .action-button-wrapper .decline,
.b2b-form-wrapper .action-button-wrapper input[type="submit"],
.b2b-form-wrapper .action-button-wrapper .next-btn,
.b2b-form-wrapper .action-button-wrapper .submit,
.b2b-form-wrapper .action-button-wrapper .back-btn {
  box-sizing: border-box;
  height: 44px;
  width: 100%;
  width: 100%;
  border-radius: 8px;
  margin: 0;
  margin: 0;
}

.b2b-form-wrapper .action-button-wrapper .savedraft,
.b2b-form-wrapper .action-button-wrapper .cancel,
.b2b-form-wrapper .action-button-wrapper .decline,
.b2b-form-wrapper .action-button-wrapper .back-btn {
  border: 1px solid #222222;
  transition: all 0.5s;
}

.b2b-form-wrapper .action-button-wrapper .savedraft:hover,
.b2b-form-wrapper .action-button-wrapper .cancel:hover,
.b2b-form-wrapper .action-button-wrapper .decline:hover,
.b2b-form-wrapper .action-button-wrapper .back-btn:hover {
  border: 1px solid #a0a0a0;
  color: #a0a0a0;
}

.b2b-form-wrapper .action-button-wrapper .back-btn .back-btn-v2 {
  width: 100%;
}

.b2b-form-wrapper .action-button-wrapper input[type="submit"],
.b2b-form-wrapper .action-button-wrapper .submit {
  background-color: #ffd400;
  border: 1px solid #ffd400;
  transition: all 0.5s;
}

.b2b-form-wrapper .action-button-wrapper input[type="submit"]:hover,
.b2b-form-wrapper .action-button-wrapper .submit:hover,
.next-btn:hover {
  background-color: #ffc800;
  border: 1px solid #ffc800;
}

.b2b-form-wrapper .progress-wrapper {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
  margin-top: -28px;
}

.b2b-form-wrapper .progress-wrapper ul {
  margin: 0;
  padding: 0;
}

.b2b-form-wrapper .progress-wrapper ul li {
  display: inline-block;
  height: 56px;
  width: 32.5%;
  text-align: center;
}

.b2b-form-wrapper .progress-wrapper ul li span {
  padding: 13px 0;
  display: inline-block;
}

.b2b-form-wrapper .progress-wrapper ul li span img {
  margin: -1px 8px 0 0;
}

.b2b-form-wrapper .b2b-form .mb-3 {
  position: relative;
}

.b2b-form-wrapper .b2b-form .mb-3.mt-6 {
  margin-top: 60px;
}

.b2b-form-wrapper .b2b-form .mb-3.mt-6 .row>* {
  margin-top: 0;
}

.b2b-form-wrapper .b2b-form .the-count {
  position: absolute;
  right: 0;
  margin-bottom: 16px;
}

.b2b-form-wrapper .b2b-form .the-count span {
  font-size: 12px;
}

.b2b-form-wrapper .b2b-form .form-group .the-count span,
.b2b-form-wrapper .b2b-form .to-label::after {
  display: inline-block;
  font-family: Thongterm-Roman;
  color: #222222;
  font-size: 12px;
}

.b2b-form-wrapper .b2b-form input[type="text"].form-control:disabled,
.b2b-form-wrapper .b2b-form input[type="password"].form-control:disabled,
.b2b-form-wrapper .b2b-form input[type="number"].form-control:disabled,
.b2b-form-wrapper .b2b-form input[type="email"].form-control:disabled,
.b2b-form-wrapper .b2b-form input[type="text"].form-control:read-only,
.b2b-form-wrapper .b2b-form input[type="password"].form-control:read-only,
.b2b-form-wrapper .b2b-form input[type="number"].form-control:read-only,
.b2b-form-wrapper .b2b-form input[type="email"].form-control:read-only,
.b2b-form-wrapper .b2b-form input[type="text"].form-control:read-only:focus,
.b2b-form-wrapper .b2b-form input[type="password"].form-control:read-only:focus,
.b2b-form-wrapper .b2b-form input[type="number"].form-control:read-only:focus,
.b2b-form-wrapper .b2b-form input[type="email"].form-control:read-only:focus,
.b2b-form-wrapper .b2b-form select:disabled,
.b2b-form-wrapper .b2b-form input[type="text"].disabled-look,
.b2b-form-wrapper .b2b-form input[type="email"].disabled-look,
.b2b-form-wrapper .b2b-form .disabled-look {
  background-color: #e8e8e8;
  border: 1px solid #c0c0c0;
  color: #a0a0a0;
  font-weight: 600;
}

.b2b-form-wrapper .b2b-form input[type="text"].form-control:focus,
.b2b-form-wrapper .b2b-form input[type="password"].form-control:focus,
.b2b-form-wrapper .b2b-form input[type="email"].form-control:focus,
.b2b-form-wrapper .b2b-form input[type="number"].form-control:focus,
.b2b-form-wrapper .b2b-form select:focus,
.b2b-form-wrapper .b2b-form textarea:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #ffd400;
}

.b2b-form-wrapper .b2b-form .to-label {
  position: relative;
}

.b2b-form-wrapper .b2b-form .to-label::after {
  position: absolute;
  top: 50px;
  right: -6px;
  font-size: 16px;
}

.b2b-form-wrapper .b2b-form .to-form-label {
  margin-top: 0;
  padding: 0;
}

.b2b-form-wrapper .b2b-form .form-link,
.b2b-form-wrapper .b2b-form .form-link *,
.b2b-modal .modal-body-cookie a {
  color: #222222;
  font-family: "Thongterm-Roman";
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
}

.b2b-form-wrapper .b2b-form .form-link a {
  padding: 8px 0 0;
  width: auto;
  border-radius: 0;
  border-bottom: 1px solid #222222;
}

.b2b-form-wrapper .b2b-form .form-link a:hover,
.b2b-form-wrapper .b2b-form .form-link a[disabled],
.b2b-form-wrapper .b2b-form .form-link a:disabled {
  color: #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}

.html-company-profile-page .b2b-form-wrapper .b2b-form .action-button-wrapper,
.html-company-profile-admin-page .b2b-form-wrapper .b2b-form .action-button-wrapper,
.html-resetpassword-page .b2b-form-wrapper .b2b-form .action-button-wrapper,
.html-b2b-new-member-page .b2b-form-wrapper .b2b-form .action-button-wrapper {
  margin-top: 80px;
  text-align: center;
}

.html-b2b-send-inquiry-page .b2b-form-wrapper .b2b-form .action-button-wrapper {
  margin-top: 40px;
  text-align: center;
}

.html-resetpassword-page .b2b-form-wrapper .b2b-form .action-button-wrapper.action-button-wrapper-v2 {
  margin-top: 40px;
}

.html-register-page .b2b-form-wrapper .b2b-form .action-button-wrapper .decline,
.html-company-profile-page .b2b-form-wrapper .b2b-form .action-button-wrapper .savedraft,
.html-company-profile-page .b2b-form-wrapper .b2b-form .action-button-wrapper .back-btn {
  background-color: #ffffff;
}

.html-b2b-send-inquiry-page .b2b-form-wrapper .b2b-form .action-button-wrapper .btn {
  margin: 0;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error .password-error {
  text-align: left;
  margin-top: 0;
}

/* HOME */

.html-home-page h2,
.html-home-page h3 {
  font-family: KrungsriCondensed;
  font-weight: bold;
  letter-spacing: 0;
}

.html-home-page h2 {
  color: #222222;
  font-size: 32px;
  line-height: 55px;
  text-align: center;
}

.html-home-page h3 {
  font-size: 18px;
  line-height: 27px;
}

.html-home-page .btn.btn-action {
  background-color: #ffd400;
  border-radius: 8px;
  color: #222;
  font-family: KrungsriCondensed;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
}

.html-home-page .img-bg {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

/** Popular Product **/
.popular-product-wrapper h2 {
  padding: 80px 0 24px;
  margin-bottom: 0;
}

.html-home-page .popularproduct-banner {
  margin-bottom: 40px;
  height: 500px;
  background-color: #ffd400;
}

/** Product Recommend - Guest **/

.html-home-page .product-recommended {
  margin: 40px 0 80px;
  max-height: 312px;
  background-color: #4e6e8a;
  border-radius: 8px;
  overflow: hidden;
}

.html-home-page .product-recommended-wrapper {
  margin: 80px 0 0 0;
}

.html-home-page .product-recommended div.left {
  padding: 36px 40px;
}

.html-home-page .product-recommended h2 {
  color: #fff;
  text-align: start;
}

.html-home-page .product-recommended p {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 42px;
}

.html-home-page .product-recommended .btn.btn-action {
  margin: 30px 0 0 0;
  padding: 7px 72px;
}

.html-home-page .product-recommended div.right {
  padding: 0;
}

.html-home-page .product-recommended div.right .img-bg {
  width: 100%;
  height: 100%;
}

/** Product Recommend - Member **/
.product-recommended-member {
  border-top: 1px solid #222222;
  margin-top: 40px;
  padding: 80px 0;
}

.product-recommended-box {
  background-color: #ffd400;
  height: 573px;
  border-radius: 8px;
}

.product-recommended-icon {
  padding: 24px 0 10px 24px;
  background-size: cover;
}

.product-recommended-title,
.product-recommended-subtitle,
.product-recommended-description {
  font-family: KrungsriCondensed;
  font-weight: 600;
  color: #222222;
}

.product-recommended-title {
  padding: 0 24px;
  font-size: 32px;
  text-align: left;
}

.product-recommended-subtitle {
  padding: 16px 0 24px 24px;
  font-size: 16px;
}

.product-recommended-description {
  padding-bottom: 16px;
  text-align: left;
}

.product-recommended-body1,
.product-recommended-body2,
.customer-product-price,
.company-product-view-wrapper .customer-product-minimum-order {
  font-family: Thongterm-Roman;
  font-size: 16px;
  text-align: left;
}

.company-product-view-wrapper .view-btn-wrapper {
  text-align: right;
}

.product-recommended-body1,
.customer-product-price {
  font-weight: 600;
  color: #222222;
}

.product-recommended-body2 {
  font-weight: 200;
  color: #626262;
  padding-bottom: 40px;
}

.product-line {
  border-bottom: 3px solid #222222;
}

.product-recommended-products {
  width: 345px;
  height: 345px;
  background-size: cover;
  padding-bottom: 16px;
}

.btn-product {
  padding-top: 10px;
  text-align: center;
}

.btn.btn-product-action {
  border: 1px solid #222222;
  border-radius: 8px;
  color: #222222;
  font-family: KrungsriCondensed;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  width: 211px;
  height: 46px;
}

/** Seller/Buyer Offers **/

.html-home-page .offers-wrapper {
  overflow-x: hidden;
}

.html-home-page .offers {
  padding: 24px 0;
  border-radius: 8px;
  background-color: #f8f8f8;
  overflow: hidden;
}

.html-home-page .offers .title {
  padding: 0 24px 14px;
}

.html-home-page .offers .title .left {
  vertical-align: baseline;
}

.html-home-page .offers .title .left h2 {
  text-align: left;
}

.html-home-page .offers .title .right {
  position: relative;
}

.html-home-page .offers .title .right a {
  position: absolute;
  right: 12px;
  bottom: 25%;
  border-bottom: solid 1px;
  height: 28px;
  text-decoration: none;
}

.html-home-page .offers .offer-card-wrapper {
  padding: 0 24px 24px;
  overflow-x: auto;
  white-space: nowrap;
}

.html-home-page .offers .offer-card {
  display: inline-block;
  margin: 0 12px;
  width: 470px;
  border-radius: 8px;
  padding: 24px 16px;
  background-color: #fff;
  box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.html-home-page .offers .offer-card .right {
  text-align: right;
}

.html-home-page .offers .btn.btn-action {
  margin: 24px 0 0 0;
  padding: 2px 32px;
}

.html-home-page .offers .offer-card-wrapper {
  overflow-x: scroll;
  scrollbar-width: thin;
  scrollbar-color: #ffd400 #eee;
}

.html-home-page .offers .offer-card-wrapper::-webkit-scrollbar {
  height: 4px;
}

.html-home-page .offers .offer-card-wrapper::-webkit-scrollbar-track {
  margin: 0 24px;
  background-color: #eee;
}

.html-home-page .offers .offer-card-wrapper::-webkit-scrollbar-thumb {
  background-color: #ffd400;
}

/** Knowledge Sharing **/

.html-home-page .sharing-title {
  margin: 80px 0 30px;
}

.html-home-page .sharing-title h2 {
  text-align: start;
}

.html-home-page .sharing-title .right {
  position: relative;
}

.html-home-page .sharing-title .right a {
  position: absolute;
  right: 0;
  bottom: 25%;
  border-bottom: solid 1px;
  height: 28px;
  text-decoration: none;
}

.html-home-page .sharing-cards .big-card {
  position: relative;
  height: 420px;
  border-radius: 8px;
  overflow: hidden;
}

.html-home-page .sharing-cards .big-card div {
  position: absolute;
  left: 24px;
  bottom: 24px;
}

.html-home-page .sharing-cards .big-card h2 {
  padding: 14px 0;
  text-align: start;
  color: #fff;
}

.html-home-page .sharing-cards .big-card p {
  margin-bottom: 16px;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 48px;
  color: #fff;
}

.html-home-page .sharing-cards .big-card a {
  color: #fff;
}

.html-home-page .sharing-cards .big-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(90, 90, 90, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.html-home-page .sharing-cards .small-card {
  position: relative;
  height: 420px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 2px 10px 0 rgba(35, 19, 18, 0.1);
  overflow: hidden;
}

.html-home-page .sharing-cards .small-card .img-bg {
  width: 100%;
  height: 50%;
}

.html-home-page .sharing-cards .small-card h2 {
  position: absolute;
  margin: 0;
  left: 16px;
  top: 16px;
  color: #fff;
}

.html-home-page .sharing-cards .small-card .content {
  position: absolute;
  padding: 16px;
  bottom: 0;
  background-color: #fff;
}

.html-home-page .sharing-cards .small-card div h3 {
  padding: 0;
}

.html-home-page .sharing-cards .small-card div p {
  margin-bottom: 8px 0 30px;
}

/* SIDEBAR */

.html-home-page .section-wrapper {
  position: relative;
}

.sidebar-wrapper {
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 0px 0px 10px 0px;
}

.extend-sidebar-wrapper {
  position: absolute;
  z-index: 1;
  height: 100%;
  background-color: #ffffff;
  top: 0;
  left: -6px;
  border-radius: 0px 8px 8px 0px;
  padding: 60px 0px 0px 0px;
}

.sidebar-wrapper h1 {
  display: inline-block;
  font-family: KrungsriCondensed;
  font-weight: 600;
  font-size: 16px;
  color: #222222;
  margin: 20px 0px 12px 24px;
}

.sidebar-wrapper a {
  color: #222222;
  font-size: 14px;
  padding: 8px 0px 7px 0px;
}

.sidebar-wrapper a:focus {
  background-color: #ffffff;
  border-radius: 8px 0px 0px 8px;
}

.sidebar-wrapper a:hover,
.sidebar-wrapper a.active {
  display: block;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 8px 0px 0px 8px;
}

.sidebar-wrapper .sidebar.category {
  position: relative;
  margin-left: 4px;
  padding: 7px 0 6px;
}

.sidebar.category.active::before,
.sidebar.category.active::after,
.sidebar.category::before,
.sidebar.category::after {
  content: "";
  position: absolute;
  transition: all 0.8s;
}

.sidebar.category.active::before,
.sidebar.category.active::after,
.sidebar.category:hover::before,
.sidebar.category:hover::after,
.sidebar.category:focus::before,
.sidebar.category:focus::after {
  content: "";
  position: absolute;
}

.sidebar.category.active::before,
.sidebar.category:hover::before,
.sidebar.category:focus::before {
  top: -80px;
  right: -1px;
  height: 80px;
  width: 10px;
  border-bottom-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-box-shadow: 0 40px 0 0 #ffffff;
  -moz-box-shadow: 0 40px 0 0 #ffffff;
  box-shadow: 0 40px 0 0 #ffffff;
}

.sidebar.category.active::after,
.sidebar.category:hover::after,
.sidebar.category:focus::after {
  top: 41px;
  right: -1px;
  height: 80px;
  width: 10px;
  border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-box-shadow: 0 -40px 0 0 #ffffff;
  -moz-box-shadow: 0 -40px 0 0 #ffffff;
  box-shadow: 0 -40px 0 0 #ffffff;
}

.sidebar-wrapper .sidebar.category p,
.sidebar-wrapper .all-category p {
  font-family: KrungsriCondensed;
  font-size: 14px;
  color: #222222;
  margin: auto 0px auto 8px;
}

.sidebar-wrapper .sidebar.category img,
.sidebar-wrapper .all-category img {
  margin-left: 20px;
}

.sidebar-wrapper a.all-category:hover {
  margin-right: 4px;
  border-radius: 8px;
}

.sidebar-wrapper a.home-sub-category,
.sidebar-wrapper a.home-sub-category:hover,
.sidebar-wrapper a.home-keyword,
.sidebar-wrapper a.home-keyword:hover {
  padding: 0;
}

.extend-sidebar-wrapper h1 {
  font-family: KrungsriCondensed;
  font-weight: 600;
  font-size: 16px;
  color: #222222;
  margin: 0px 0px 16px 18px;
}

.extend-sidebar-wrapper p {
  font-size: 14px;
  color: #222222;
  margin: 0;
}

.extend-sidebar-wrapper .extend-sidebar-content-wrapper {
  position: relative;
  height: 95%;
  margin: 0;
  margin-right: 8px;
  overflow: auto;
}

.extend-sidebar-wrapper .extend-sidebar-content-wrapper::-webkit-scrollbar,
.select2-results__options::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.extend-sidebar-wrapper .extend-sidebar-content-wrapper::-webkit-scrollbar-track,
.select2-results__options::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #f8f8f8;
}

/* Handle */
.extend-sidebar-wrapper .extend-sidebar-content-wrapper::-webkit-scrollbar-thumb,
.select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #d8d8d8;
  height: 26px;
}

/* Handle on hover */
.extend-sidebar-wrapper .extend-sidebar-content-wrapper::-webkit-scrollbar-thumb:hover,
.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #b7b7b7;
  height: 26px;
}

.extend-sidebar-wrapper .close-icon {
  position: absolute;
  top: 16px;
  right: 16px;
}

.extend-sidebar-wrapper .close-icon:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s;
}

.extend-sidebar-wrapper .sub-category-wrapper {
  margin: 0px 0px 40px 18px;
}

.extend-sidebar-wrapper .category-keyword-wrapper {
  margin: 0px 30px 0px 18px;
}

.extend-sidebar-wrapper .category-keyword {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px 4px 8px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  margin: 0px 8px 8px 0px;
  font-size: 14px;
}

/* PRIVILEGE */

.html-home-page .home-privilege h2 {
  margin: 80px 0 24px;
}

.html-home-page .home-privilege p {
  color: #222222;
  margin: 0;
}

.privilege-wrapper {
  position: relative;
  height: 194px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
}

.privilege-wrapper * {
  position: relative;
  z-index: 2;
}

.privilege-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #222222;
  opacity: 0.3;
  z-index: 1;
}

.privilege-wrapper img {
  width: 40px;
  margin-top: 31px;
}

.privilege-wrapper h1 {
  font-family: KrungsriCondensed;
  font-weight: 600;
  color: #ffffff;
  font-size: 24px;
  margin: 10px 40px;
  line-height: 42px;
}

.privilege-wrapper:hover h1 {
  color: #a0a0a0;
  transition: all 0.5s;
}

.html-home-page .privilege-banner {
  height: 280px;
  background-color: #ffd400;
}

.financial-service-wrapper .banner-overlay-wrapper {
  display: flex;
  position: relative;
  text-align: center;
  margin-top: 24px;
}

.financial-service-wrapper .banner-overlay-wrapper,
.financial-service-wrapper .overlay-box {
  width: 360px;
  height: 200px;
  border-radius: 8px;
}

.financial-service-wrapper .banner-overlay-wrapper img {
  width: 100%;
  border-radius: 8px;
}

.financial-service-wrapper .overlay-box {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  position: absolute;
}

.financial-service-wrapper .ks-biz-banner-overlay .overlay-box {
  background: linear-gradient(180deg, rgba(34, 34, 34, 0.00) 0%, rgb(0 0 0 / 93%) 100%);
  background-blend-mode: darken;
  width: 100%;
}

.financial-service-wrapper .overlay-box .overlay-title {
  font-family: KrungsriCondensed;
  font-weight: 600;
  color: #ffffff;
  font-size: 24px;
  margin-top: 23px;
  margin-bottom: 0;
  line-height: normal;
}

.financial-service-wrapper .overlay-box .overlay-text,
.financial-product-wrapper .overlay-box-lg .overlay-text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.financial-service-wrapper .overlay-text {
  margin-bottom: 8px;
}

.financial-service-wrapper .overlay-box hr {
  margin: 4px 0;
  border: 1.5px solid #ffd400;
  background-color: #ffd400;
  opacity: 1;
  width: 62px;
}

.overlay-box .b2b-button-yellow {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "KrungsriCondensed";
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  box-sizing: border-box;
  height: 32px;
  width: 152px;
  border-radius: 8px;
  border: 0;
  transition: all 0.5s;
}

.financial-product-wrapper {
  margin-top: 80px;
}

.financial-product-wrapper .banner-overlay-wrapper-lg {
  display: flex;
  position: relative;
  text-align: center;
  width: 1176px;
  height: 265px;
}

.financial-product-wrapper .banner-overlay-wrapper-lg img {
  width: 1176px;
  height: 265px;
}

.financial-product-wrapper .overlay-box-lg {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  position: absolute;
  padding: 35px 0 0 40px;
  width: 1176px;
  height: 265px;
}

.financial-product-wrapper .overlay-box-lg .overlay-title {
  font-family: KrungsriCondensed;
  font-weight: 600;
  color: #ffffff;
  font-size: 28px;
}

.overlay-box-lg .b2b-button-brown {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "KrungsriCondensed";
  color: #ffd400;
  background-color: #6f5f5e;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  box-sizing: border-box;
  height: 44px;
  width: 216px;
  border-radius: 8px;
  border: 0;
  transition: all 0.5s;
  margin-top: 25px;
}

/* FOOTER */

.footer-powered-by {
  padding-top: 20px;
}

.footer .title,
.footer-title,
.footer-link-text,
.footer-text span {
  font-family: KrungsriCondensed;
  font-weight: 600;
}

.footer-link-text .separator {
  padding-top: 1px;
}

.footer-text span {
  font-size: 14px;
  font-weight: 200;
  line-height: 23px;
  color: #626262;
}

.footer-title {
  font-size: 16px;
  color: #222222;
  text-align: left;
}

.footer-callcenter,
.footer-subtitle,
.list .footer-subtitle,
label {
  font-family: Thongterm-Roman;
  color: #222222;
}

.footer-subtitle,
.list .footer-subtitle,
label {
  font-weight: 200;
  font-size: 16px;
}

.footer-subtitle {
  text-align: left;
}

ul.footer-subtitle {
  padding-left: 0;
}

.footer-link-text {
  font-weight: 200;
  text-align: left;
  font-size: 14px;
  color: #626262;
}

.footer-callcenter a.call {
  font-weight: 600;
  font-size: 32px;
  margin-top: 20px;
}

.footer-callcenter-text {
  padding-top: 20px;
}

.list .footer-subtitle {
  padding-bottom: 10px;
}

.footer-icon-facebook,
svg.icon-facebook {
  height: 24px;
  width: 24px;
}

.footer .list.footer-subtitle img {
  padding-right: 10px;
}

ul.footer-link {
  margin: 0;
  padding: 0;
}

ul.footer-link li {
  display: inline;
}

ul.footer-link li {
  padding: 0 15px;
  border-right: 1px solid #626262;
}

ul.footer-link li:first-child {
  padding-left: 0;
}

ul.footer-link li:last-child {
  border-right: 0;
}

ul.list.footer-subtitle li {
  padding: 0;
}

.footer.lower .footer-link-text a,
.footer.lower .col-3.footer-link-text span,
.footer-powered-by {
  font-size: 14px;
}

.footer .title,
.footer-title {
  margin-bottom: 25px;
}

.footer-block .list li {
  line-height: 40px;
}

/* Company Profile */
.html-company-profile-page .company-top-banner,
.html-company-profile-admin-page .company-top-banner {
  height: 320px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.html-company-profile-page .company-top-banner h1.banner-title,
.html-company-profile-admin-page .company-top-banner h1.banner-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 55px;
  margin-top: 135px;
  padding: 0 10%;
  display: inline-block;
  font-family: KrungsriCondensed;
  position: relative;
}

.html-company-profile-page .company-top-banner.column-one {
  margin-top: -16px;
}

.html-company-profile-page .company-top-banner.column-one h1.banner-title {
  padding: 0;
}

.html-company-profile-page .company-form-wrapper .company-form.company-edit-layout {
  margin-top: -95px;
}

.html-company-profile-page .company-form-wrapper .company-form.has-tab,
.html-company-profile-admin-page .company-form-wrapper .company-form.has-tab {
  margin: 0 0 40px;
  position: relative;
  background-color: #f8f8f8;
  box-shadow: none;
  padding: 0;
}

.html-company-profile-admin-page .b2b-form-wrapper {
  background-color: #ffffff;
}

.progress-wrapper {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
  margin-top: -28px;
}

.progress-wrapper ul {
  margin: 0;
  padding: 0;
}

.progress-wrapper ul li {
  display: inline-block;
  height: 56px;
  width: 33%;
  text-align: center;
}

.progress-wrapper ul li span {
  padding: 13px 0;
  display: inline-block;
}

.progress-wrapper ul li span img {
  margin: -1px 8px 0 0;
}

/* Modal Box */
.b2b-modal .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  margin: 0 auto 0;
  max-width: 720px;
}

.b2b-modal .modal-content {
  width: 100%;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.36);
  text-align: center;
}

.b2b-modal .modal-content .b2b-form-wrapper,
.b2b-modal .modal-body-cookie,
.b2b-modal .modal-body-role {
  text-align: left;
}

.b2b-modal .modal-header,
.b2b-modal .modal-footer {
  border: 0;
  display: inline-block;
}

.b2b-modal .modal-header {
  padding: 16px;
}

.b2b-modal .modal-header.pb-0 {
  padding-bottom: 0;
}

.b2b-modal .modal-header img {
  width: 20px;
  float: right;
  cursor: pointer;
}

.b2b-modal p,
.b2b-modal span,
.b2b-modal a,
.b2b-modal button,
.b2b-form .signup-request-otp-wrapper .mobile-number-text,
.b2b-form .signup-request-otp-wrapper .form_otp_channel .mark-text {
  font-family: "KrungsriCondensed";
  font-weight: 600;
  color: #222222;
}

.b2b-modal .modal-body {
  padding: 0 10px;
}

.b2b-modal .modal-body-tooltip {
  padding: 0;
  margin: 0;
}

.b2b-modal .modal-body.wide {
  padding: 0 75px;
}

.b2b-modal .modal-body.wide.body-regular-v2 {
  padding: 0 16px;
}

.b2b-modal .modal-body.wide .modal-img-large {
  margin: -4px 0 24px;
  width: 80px;
}

.b2b-modal .modal-body.wide img {
  margin: -4px 0 24px;
  width: 56px;
}

.b2b-modal .modal-body.px-100 {
  padding: 0 100px;
}

.b2b-modal .modal-body img {
  margin: -12px 0 24px;
  width: 80px;
}

.b2b-modal .modal-body img.small {
  margin: -12px 0 24px;
  width: 56px;
}

.b2b-modal .modal-body-tooltip .img {
  width: 558px;
}

.b2b-modal h1 {
  font-family: KrungsriCondensed;
  color: #222222;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 24px;
}

.b2b-modal p {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 42px;
}

.b2b-modal .body-image img {
  width: 56px;
  height: 56px;
}

.b2b-modal .body-regular.wide .modal-title-medium {
  font-family: KrungsriCondensed;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #222222;
  letter-spacing: 0;
  line-height: 34px;
}

.b2b-modal .body-regular p {
  font-family: "Thongterm-Roman";
  font-size: 16px;
  font-weight: 200;
  margin: 0;
  color: #222222;
  letter-spacing: 0;
  line-height: 34px;
}

.b2b-modal .body-regular p.remark-text {
  color: #222222;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}

.b2b-modal .body-regular span.time-period {
  font-family: "Thongterm-Roman";
  font-size: 16px;
  font-weight: 600;
  color: #222222;
}

.b2b-modal .body-regular p.wide-detail,
.b2b-modal .wide-detail {
  margin: 0 -20px;
}

.b2b-modal .body-regular p.wide-detail.wide-detail-v2,
.b2b-modal .wide-detail.wide-detail-v2 {
  margin: 0;
}

.b2b-modal .wide-detail .wide-detail-v2 {
  margin: 0;
}

.b2b-modal .extra-wide-detail {
  margin: 0;
}

.b2b-modal p.modal-desc,
.b2b-modal .save-edit p {
  font-size: 20px;
}

.b2b-modal a.underline-action {
  width: auto;
  height: auto;
  font-weight: 200;
  font-family: "Thongterm-Roman";
  border-radius: 0;
  border-bottom: 1px solid #222222;
  line-height: 22px;
  padding: 0;
  margin: 0 3px;
}

.b2b-modal span {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 34px;
}

.b2b-modal .modal-footer {
  padding: 80px 15px 40px;
}

.b2b-modal .modal-footer-thin {
  padding: 40px 15px;
}

.b2b-modal .modal-footer-thin.modal-footer-thin-v2 {
  padding: 40px 24px;
}

.btn .b2b-button-yellow.button-ok,
.trouble-signing-poupup-closeok {
  margin: 0;
}

.b2b-modal .modal-footer-tooltip {
  padding: 10px 35px 40px;
}

.go-to-homepage-btn {
  margin: 0;
  width: 100%;
}

.b2b-modal a.underline-action.link {
  width: auto;
  height: auto;
  font-weight: 200;
  font-family: "Thongterm-Roman";
  border-radius: 0;
  border-bottom: 1px solid #222222;
  line-height: 22px;
  padding: 0;
  margin: 0 3px;
}

.b2b-modal.wide a,
.b2b-modal.wide button {
  font-size: 16px;
  width: 240px;
  border-radius: 8px;
  padding: 10px;
  display: inline-block;
}

.b2b-modal a,
.b2b-modal button {
  font-size: 16px;
  width: 100%;
  border-radius: 8px;
  padding: 10px;
  display: inline-block;
}

.b2b-modal button.with-line,
.b2b-modal a.with-line {
  border: 1px solid #222222;
}

.logout-btn.b2b-cancel-v2,
.b2b-modal a.logout-btn.logout-btn-v2 {
  margin: 0;
}

.b2b-modal button.yellow-action.with-line {
  border: 1px solid #ffd400;
}

.b2b-modal button.yellow-action.with-line:hover {
  border: 1px solid #ffc800;
}

.b2b-modal .save-edit a.b2b-button-white,
.b2b-modal .save-edit button.b2b-button-white,
.b2b-modal .save-edit a.yellow-action,
.b2b-modal .save-edit button.yellow-action {
  padding: 8px 10px;
  margin: 0 35px;
}

.b2b-modal .save-edit a.b2b-button-white,
.b2b-modal .save-edit button.b2b-button-white {
  border: 1px solid #222222;
}

.b2b-modal .save-edit a.yellow-action,
.b2b-modal .save-edit button.yellow-action {
  border: 1px solid #ffd400;
}

.b2b-modal .save-edit a.yellow-action:hover,
.b2b-modal .save-edit button.yellow-action:hover {
  border: 1px solid #ffc800;
}

.b2b-modal .save-edit button.b2b-button-white.b2b-button-white-v2,
.b2b-modal .save-edit button.yellow-action.back-to-my-profile-v2,
.b2b-button-yellow-v2 {
  width: 100%;
  margin: 0 0 1rem 0;
}

.b2b-modal .default-action {
  border: 1px solid #222222;
  margin-right: 80px;
}

.b2b-modal .yellow-action {
  background-color: #ffd400;
}

.b2b-modal .yellow-action:hover {
  background-color: #ffc800;
}

.b2b-modal img.hero-small {
  width: 56px;
  height: auto;
}

/* Search Result Tab */
.html-b2b-search .tab-wrapper .nav-pills {
  margin: 20px 0 40px 0;
}

.html-b2b-search .tab-wrapper .nav-pills .nav-link {
  color: #222222;
  font-family: "KrungsriCondensed";
  font-weight: bold;
  letter-spacing: 0;
}

.html-b2b-search .tab-wrapper .nav-pills .nav-link {
  background-color: #f8f8f8;
  font-size: 16px;
  padding: 8px 110px;
  line-height: 27px;
  border-radius: 0;
  border-bottom: 2px solid #eeeeee;
  font-weight: 400;
  color: #c4c4c4;
}

.html-b2b-search .tab-wrapper .nav-pills .nav-link {
  color: #c4c4c4;
}

/* Tab */
.html-company-profile-page .tab-wrapper .nav-pills {
  margin: 20px 0 40px 0;
}

.html-company-profile-page .company-edit-layout .tab-wrapper .nav-pills {
  margin: -25px 0 40px 0;
}

.html-company-profile-page .tab-wrapper .nav-pills .nav-item:last-child {
  margin-right: 0;
}

.html-company-profile-admin-page .tab-wrapper {
  margin: 40px 0;
}

.html-company-profile-page .tab-wrapper .nav-pills .nav-link,
.html-company-profile-page .company-display-name h1,
.html-company-profile-admin-page .company-display-name h1 {
  color: #222222;
  font-family: "KrungsriCondensed";
  font-weight: bold;
  letter-spacing: 0;
}

.html-company-profile-page .tab-wrapper .nav-pills .nav-link,
.html-company-profile-admin-page .tab-wrapper .nav-pills .nav-link {
  background-color: #f8f8f8;
  font-size: 16px;
  height: 56px;
  line-height: 27px;
  border-radius: 0;
  border-bottom: 2px solid #eeeeee;
  font-weight: 400;
  color: #c4c4c4;
}

.html-b2b-search .tab-wrapper .nav-pills .nav-link,
.html-company-profile-admin-page .tab-wrapper .nav-pills .nav-link,
.html-company-profile-admin-page .b2b-form-wrapper .b2b-form.has-tab {
  background-color: #ffffff;
}

.html-company-profile-page .company-edit-layout .tab-wrapper .nav-pills .nav-link {
  background-color: #ffffff;
}

.html-b2b-search .tab-wrapper .nav-pills .nav-link.active,
.html-company-profile-page .tab-wrapper .nav-pills .nav-link.active,
.html-company-profile-admin-page .tab-wrapper .nav-pills .nav-link.active,
.html-company-profile-page .tab-wrapper .nav-pills .nav-link.customer-view-link.nav-link.active {
  color: #222222;
  border-bottom: 2px solid #ffd400;
}

.html-company-profile-admin-page .company-logo {
  margin-top: -72px;
}

.html-company-profile-admin-page .company-logo .company-frame {
  width: 144px;
  height: 144px;
  background-color: #ffffff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 4px solid #ffffff;
  border-radius: 8px;
  text-align: center;
}

.html-company-profile-admin-page .company-logo .company-frame img {
  margin: 50px 0;
  width: 58px;
}

.html-company-profile-admin-page .company-display-name h1 {
  font-size: 32px;
  line-height: 55px;
  margin: 85px 0 10px 15px;
}

/* Register */

.html-register-page,
.html-sub-account-register-page {
  font-family: "KrungsriCondensed";
}

.html-register-page .b2b-form-wrapper,
.html-sub-account-termandcond-page .b2b-form-wrapper,
.html-sub-account-register-page .b2b-form-wrapper,
.html-new-termandcond-page .b2b-form-wrapper {
  margin-bottom: 0;
}

.html-register-page .register-top-banner,
.html-sub-account-register-page .register-top-banner,
.html-new-termandcond-page .termandcond-top-banner,
.html-sub-account-termandcond-page .register-top-banner,
.html-sub-account-otp-request-page .register-top-banner,
.html-sub-account-selected-otp-request-page .register-top-banner {
  height: 320px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.html-register-page .register-top-banner.column-one,
.html-sub-account-register-page .register-top-banner.column-one,
.html-new-termandcond-page .termandcond-top-banner.column-one,
.html-sub-account-termandcond-page .register-top-banner.column-one,
.html-sub-account-otp-request-page .register-top-banner.column-one,
.html-sub-account-selected-otp-request-page .register-top-banner.column-one {
  margin-top: -16px;
}

.html-register-page .register-top-banner h1.banner-title,
.html-sub-account-register-page .register-top-banner h1.banner-title,
.html-sub-account-otp-request-page .register-top-banner h1.banner-title,
.html-sub-account-selected-otp-request-page .register-top-banner h1.banner-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 55px;
  margin-top: 100px;
  padding: 0 10px;
  display: inline-block;
}

.html-register-page .b2b-form-wrapper .b2b-form,
.html-sub-account-register-page .b2b-form-wrapper .b2b-form,
.html-sub-account-termandcond-page .b2b-form-wrapper .b2b-form {
  background-color: #ffffff;
  min-height: 300px;
  border-radius: 8px;
  box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
  margin: 0;
}

.html-register-page .b2b-form-wrapper .b2b-form .heading-title,
.html-sub-account-register-page .b2b-form-wrapper .b2b-form .heading-title,
.html-new-termandcond-page .b2b-form-wrapper .b2b-form .heading-title,
.html-sub-account-termandcond-page .b2b-form-wrapper .b2b-form .heading-title {
  color: #222222;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 32px;
  margin: 0;
  padding-top: 0;
}

.html-sub-account-termandcond-page .b2b-form-wrapper .b2b-form .heading-title {
  font-size: 28px;
}

.html-register-page .b2b-form-wrapper .b2b-form h1.heading-title,
.html-sub-account-register-page .b2b-form-wrapper .b2b-form h1.heading-title,
.html-new-termandcond-page .b2b-form-wrapper .b2b-form h1.heading-title,
.html-sub-account-register-page .b2b-form-wrapper .b2b-form h1.heading-title {
  font-size: 28px;
}

.b2b-form .signup-request-otp-wrapper .mobile-number-text,
.b2b-form .signup-request-otp-wrapper .mobile-number-text {
  font-size: 32px;
}

.html-register-page .b2b-form-wrapper .b2b-form h2.heading-title,
.html-sub-account-register-page .b2b-form-wrapper .b2b-form h2.heading-title,
.html-new-termandcond-page .b2b-form-wrapper .b2b-form h2.heading-title,
.html-sub-account-termandcond-page .b2b-form-wrapper .b2b-form h2.heading-title {
  font-size: 24px;
}

.html-register-page .b2b-form-wrapper .b2b-form .policy-text,
.html-sub-account-register-page .b2b-form-wrapper .b2b-form .policy-text,
.html-new-termandcond-page .b2b-form-wrapper .b2b-form .policy-text,
.html-sub-account-termandcond-page .b2b-form-wrapper .b2b-form .policy-text {
  margin: 40px 0;
  color: #222222;
  font-family: "Thongterm-Roman";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 34px;
  text-align: left;
}

.html-register-page .b2b-form-wrapper .b2b-form .action-button-wrapper,
.html-sub-account-register-page .b2b-form-wrapper .b2b-form .action-button-wrapper,
.html-new-termandcond-page .b2b-form-wrapper .b2b-form .action-button-wrapper,
.html-sub-account-termandcond-page .b2b-form-wrapper .b2b-form .action-button-wrapper {
  padding-top: 40px;
}

.html-resetpassword-otp-page .b2b-form-wrapper .b2b-form .action-button-wrapper {
  padding: 40px 12px 0;
}

.html-register-page .term-and-con-content,
.html-sub-account-register-page .term-and-con-content,
.html-new-termandcond-page .term-and-con-content,
.html-sub-account-termandcond-page .term-and-con-content {
  color: #222222;
  font-weight: 200;
}

.html-register-page .b2b-form-wrapper .b2b-form .register-mb,
.html-sub-account-register-page .b2b-form-wrapper .b2b-form .register-mb,
.html-new-termandcond-page .b2b-form-wrapper .b2b-form .register-mb,
.html-sub-account-termandcond-page .b2b-form-wrapper .b2b-form .register-mb {
  margin-bottom: -20px;
}

.html-register-page .form-check-input[type="radio"]:checked {
  background-color: #ffd400;
  border-color: #ffd400;
}

.html-register-page .form-check-input[type="radio"] {
  width: 24px;
  height: 24px;
  accent-color: #ffd400;
  margin: 0 10px 0 0;
}

.html-register-page .img-tooltip {
  width: 100%;
}

/* Upload images */
.drag-area {
  padding: 26px 0;
  border: 3px dashed #e8e8e8;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.drag-area.active-drop {
  border: 3px dashed #ffd400;
  background-color: #fffdf3;
}

.drag-area header {
  font-family: KrungsriCondensed;
  font-size: 16px;
  font-weight: 600px;
  color: #222222;
  text-align: center;
}

.drag-area span {
  font-family: Thongterm-Roman;
  font-size: 14px;
  color: #626262;
  margin: 0px 0px 24px 0px;
  text-align: center;
}

.drag-area button.btn-upload {
  padding: 3px 38px;
  box-sizing: border-box;
  border: 1px solid #222222;
  border-radius: 8px;
}

.drag-area button.btn-upload img {
  margin-top: -1.5px;
}

.drag-area button.btn-upload span {
  color: #222222;
  font-family: "KrungsriCondensed";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 27px;
  text-align: center;
}

.drag-area-list .image-item {
  margin: 16px 0 0;
  padding: 16px;
  border-radius: 8px;
  border: none;
  background-color: #ffffff;
  box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
}

.drag-area-list .image-item.upload-error {
  border: solid 1px #ff3e3e;
}

.drag-area-list .field-validation-error {
  margin-top: -10px;
}

.drag-area-list .image-item .no-img {
  width: 50px;
  height: 50px;
  background-color: #ffd400;
  background-image: url("../images/icons/icon-img.svg");
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.drag-area-list .image-item .document-img {
  width: 50px;
  height: 50px;
  background-image: url("../images/icons/icon_document_green.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px;
  text-align: center;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  margin: auto;
}

.col-icon-cancel {
  text-align: center;
}

.drag-area-list .image-item .img {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.drag-area-list .image-item .img .upload-preview-image {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.drag-area-list .image-item .img .pie_progress {
  padding: 24px;
  background-color: #a0a0a0;
}

.drag-area-list .image-item .img img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}

.upload-image-detail .upload-preview-image-text {
  opacity: 0;
  color: #ffffff;
  font-size: 10px;
  line-height: 22px;
  background-color: rgba(34, 34, 34, 0.4);
  display: block;
  transition: all 0.3s;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.upload-success {
  display: none;
}

.html-b2b-product-page .upload-image-detail:first-child .upload-preview-image-text {
  opacity: 1;
}

.html-b2b-product-page .back-button-wrapper,
.add-rfq-page .back-button-wrapper {
  margin-top: -175px;
  color: #222222;
}

.html-b2b-product-page .back-button-wrapper img.back-icon,
.add-rfq-page .back-button-wrapper img.back-icon {
  width: 14px;
  transform: rotate(90deg);
  margin: -4px 4px 0 0;
}

.html-b2b-product-page.add-product-page .b2b-form-wrapper,
.html-company-profile-page.company-profile-edit .b2b-form-wrapper,
.html-company-profile-admin-page.company-admin-page .b2b-form-wrapper,
.html-b2b-product-page.product-edit-page .b2b-form-wrapper,
.html-b2b-product-page.member-edit-page .b2b-form-wrapper,
.html-myprofile-page .b2b-form-wrapper {
  position: relative;
}

.html-edit-myprofile-page .poa-sample {
  margin-top: 4px;
}

.html-edit-myprofile-page .poa-sample span,
.html-initial-myprofile-page .poa-sample span {
  height: 26px;
  color: #a0a0a0;
  font-family: "Thongterm-Roman";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 30px;
  padding-left: 6px;
}

.html-edit-myprofile-page .poa-sample img,
.html-initial-myprofile-page .poa-sample img {
  vertical-align: baseline;
}

.html-edit-myprofile-page .poa-sample .download-sample,
.html-initial-myprofile-page .poa-sample .download-sample {
  color: #222222;
  text-decoration: underline;
  text-underline-offset: 5px;
  display: inline;
  font-size: 14px;
}

.drag-area-list .image-item input.title {
  margin: 0 18px 4px;
  height: 32px;
  font-size: 14px;
  width: 75%;
}

.drag-area-list .image-item p {
  margin: 0;
  padding-left: 18px;
  color: #222222;
  font-family: Thongterm-Roman;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  word-wrap: break-word;
  overflow: hidden;
  max-width: 350px;
}

.drag-area-list .image-item p.size {
  font-weight: normal;
}

.drag-area-list .icon {
  margin-left: 16px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.drag-area-list .icon.big {
  margin: 0 16px 0 0;
  height: 24px;
  width: 24px;
}

.drag-area-list .icon.icon-cancel {
  content: url("../images/icons/icon-close.svg");
}

.drag-area-list .icon.icon-refresh {
  content: url("../images/icons/icon-close.svg");
}

.drag-area-list .icon.icon-ordering {
  content: url("../images/icons/icon-ordering.svg");
}

.drag-area-list .image-item .img.document-icon-area {
  box-sizing: border-box;
  height: 83.2px;
  width: 83.2px;
  border: 1.6px solid #ff9400;
  border-radius: 8px;
  background-color: #fff7f3;
}

.drag-area-list .image-item .img.document-icon-area span.upload-preview-document {
  display: flex;
  align-items: center;
  height: 100%;
}

.drag-area-list .image-item .img.document-icon-area img {
  height: 51px;
  width: 39px;
  display: block;
  margin: auto;
}

.drag-area-list .image-item p.detail-document {
  color: #626262;
  font-family: "Thongterm-Roman";
  font-size: 12px;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: normal;
}

.drag-area-list .image-item .checking-status {
  box-sizing: border-box;
  height: 20px;
  width: 66px;
  border: 1px solid #ff9a00;
  border-radius: 9.5px;
  background-color: #fff7f3;
  font-size: 12px;
  color: #ff9a00;
  font-family: "KrungsriCondensed";
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}

/* checking POA document */
.checking-document-area {
  padding: 16px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 1px 2px 10px 0 rgba(35, 19, 18, 0.2);
}

.checking-document-area:first-child {
  margin-bottom: 16px;
}

.checking-document-area .document-icon-area {
  box-sizing: border-box;
  border: 1.6px solid #ff9400;
  border-radius: 8px;
  background-color: #fff7f3;
  margin: auto;
  padding: 2px;
}

.checking-document-area .document-icon-area span.upload-preview-document {
  display: flex;
  align-items: center;
  height: 100%;
}

.checking-document-area .document-icon-area img {
  height: 41px;
  width: 28px;
  display: block;
  margin: auto;
}

.checking-document-area .document-detail-area p {
  margin: 0;
  padding-left: 16px;
  color: #222222;
  font-family: "Thongterm-Roman";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  word-wrap: break-word;
  overflow: hidden;
  max-width: 350px;
}

.checking-document-area p.detail-document {
  color: #626262;
  font-family: "Thongterm-Roman";
  font-size: 12px;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: normal;
}

.checking-document-area .checking-status {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ff9a00;
  border-radius: 9.5px;
  background-color: #fff7f3;
  font-size: 12px;
  color: #ff9a00;
  font-family: "KrungsriCondensed";
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  padding: 0px 8px;
}

.document-status-area {
  border-bottom: 1px solid #eeeeee;
}

.document-status-area .document-status-text {
  padding: 0;
}

.document-status-area .document-status-text span {
  font-weight: bold;
  white-space: pre-wrap;
  font-family: "Thongterm-Roman";
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0;
}

.document-status-area .document-status-text span.warning-status {
  color: #ff1730;
}

.document-status-area .document-status-text span.success-status {
  color: #4ddbb8;
}

.document-status-area .document-status-text span.waiting-status {
  color: #ff9400;
}

.document-status-area img {
  height: 16px;
}

/* Validation */
.field-validation-error {
  float: left;
  position: relative;
  padding-left: 20px;
  color: #ff3e3e;
  font-family: Thongterm-Roman;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 30px;
}

.field-validation-error span {
  font-family: Thongterm-Roman;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 30px;
}

.field-validation-error::before {
  content: url("../images/icons/icon-sign-error.svg");
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
}

/* Tooltip */
.tooltip {
  border: 0;
}

.product-manage-tooltip,
.service-manage-tooltip {
  color: #222222;
  font-family: "KrungsriCondensed";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 27px;
  text-align: right;
  pointer-events: none;
}

.product-manage-tooltip img.icon-tooltip,
.service-manage-tooltip img.icon-tooltip {
  float: none;
  margin-left: 5px;
  margin: 0 0 0 5px;
  pointer-events: all;
}

.product-manage-tooltip .heading,
.service-manage-tooltip .heading {
  font-weight: 600;
  line-height: 43px;
}

img.icon-tooltip {
  height: 16px;
  width: 16px;
  float: right;
  margin-top: 5px;
  cursor: pointer;
}

.tooltip-content {
  border: none;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 1px 2px 4px 0 rgba(35, 19, 18, 0.2);
}

.tooltip-content {
  white-space: initial;
}

.tooltip-content b {
  font-size: 14px;
}

.tooltip-content p {
  position: relative;
  color: #222222;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0;
}

.tooltip-content p.heading {
  font-family: "KrungsriCondensed";
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
}

.tooltip-content p img.close {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  width: 12px;
  pointer-events: all;
}

.product-manage-tooltip,
.service-manage-tooltip {
  top: 0;
  right: 0;
  text-align: right;
}

.service-manage-tooltip {
  padding: 0 1rem;
  position: absolute;
}

/* Product & Service detail */
.product-detail-view,
.service-detail-view,
.product-list-wrapper .search-result span,
.service-list-wrapper .search-result span {
  color: #222222;
  font-family: "Thongterm-Roman";
}

.product-detail-view .title,
.service-detail-view .title,
.html-b2b-inquiry-page h1,
.html-b2b-product-keywords h1,
.product-category-sidebar-title h1 .product-category-sidebar-title h1 .html-myprofile-page h1 {
  font-family: "KrungsriCondensed";
  font-weight: bold;
  font-size: 28px;
  color: #222222;
}

.product-detail-view h1,
.product-detail-view dt,
.service-detail-view h1,
.service-detail-view dt,
.product-list-wrapper .search-result p,
.service-list-wrapper .search-result p,
.customer-view-data-wrapper h1,
.customer-view-data-wrapper dt {
  font-family: "KrungsriCondensed";
  font-weight: bold;
  font-size: 24px;
  color: #222222;
}

.product-detail-view dt,
.service-detail-view dt,
.customer-view-data-wrapper dt {
  font-size: 20px;
  margin-top: 24px;
}

.product-detail-view dd,
.service-detail-view dd {
  margin-top: 10px;
  white-space: pre-wrap;
}

.product-detail-view dd.checked,
.service-detail-view dd.checked {
  white-space: inherit;
}

.product-detail-view dd img,
.service-detail-view dd img {
  width: 16px;
  margin-top: -4px;
}

.product-detail-view .action-button-wrapper .b2b-button-yellow:first-child,
.service-detail-view .action-button-wrapper .b2b-button-yellow:first-child {
  margin-left: 0;
}

.product-detail-view .action-button-wrapper .b2b-button-yellow {
  margin: 40px 12px 14px;
}

.product-detail-view .create-date,
.product-detail-view .status,
.service-detail-view .create-date,
.service-detail-view .status {
  font-size: 16px;
  margin-left: 12px;
  margin-bottom: 18px;
}

.product-detail-view .create-date span:first-child,
.product-detail-view .status span:first-child,
.service-detail-view .create-date span:first-child,
.service-detail-view .status span:first-child {
  font-family: "KrungsriCondensed";
  font-weight: 600;
}

/* Float Action */
.right-action {
  float: right;
}

.float-action {
  margin-top: 32px;
  width: 100px;
  text-align: center;
  float: right;
}

.float-action .action-item-wrapper img {
  width: 24px;
}

/* Search */

.search-product-wrapper,
.search-company-wrapper {
  min-height: 700px;
}

/* Product Status Badge */
.b2b-badge {
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #222222;
  font-family: "KrungsriCondensed";
  font-size: 12px;
  font-weight: 500;
}

.blocked,
.expired {
  background-color: #ffeeee;
  border-color: #ff3e3e;
  color: #ff3e3e;
}

.draft {
  background-color: #f3f2ff;
  border-color: #9c96e6;
  color: #9c96e6;
}

.published {
  background-color: #f3fffa;
  border-color: #4ddbb8;
  color: #4ddbb8;
}

.unpublished {
  background-color: #fff7f3;
  border-color: #ff9a00;
  color: #ff9a00;
}

.pending {
  background-color: #f1f6ff;
  border-color: #3e8cff;
  color: #3e8cff;
}

/* Manage Product */
.product-wrapper,
.service-wrapper {
  margin-bottom: 100px;
}

.service-preview-wrapper {
  margin-top: 160px;
}

.product-tab-wrapper,
.service-tab-wrapper {
  overflow-x: scroll;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
}

.product-tab-wrapper::-webkit-scrollbar,
.service-tab-wrapper::-webkit-scrollbar {
  display: none;
}

.discount-price.overflow-ellipsis {
  max-width: 100%;
}

.discount-price.strikethroug {
  color: var(--text-form-light-grey-c-4-c-4-c-4, #C4C4C4);
  font-family: "Thongterm-Roman";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

.product-detail .discount-price,
.specialdeal-vaild-date,
.specialdeal-vaild-date .updated-date {
  margin: 4px 0 0 2px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: condensed;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #626262;
}

.strikethroug {
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.strikethroug:after {
  border-top: 1px solid;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  left: 0;
}

.product-wrapper .nav-tabs,
.product-manage-tooltip,
.service-wrapper .nav-tabs,
.service-manage-tooltip {
  display: inline-block;
}

.product-manage-tooltip,
.service-manage-tooltip {
  position: initial;
}

.product-wrapper .nav-tabs .nav-item,
.service-wrapper .nav-tabs .nav-item {
  display: inline-block;
}

.product-wrapper .product-tab-wrapper .nav-tabs .nav-link,
.product-wrapper .nav-tabs .nav-link {
  color: #222222;
  border: 0;
  border-bottom: 2px solid transparent;
}

.product-wrapper .product-tab-wrapper .nav-tabs .nav-link span {
  font-family: "KrungsriCondensed";
  font-weight: 500;
}

.product-wrapper .nav-tabs .nav-link:hover {
  border: 0;
  border-bottom: 2px solid #a0a0a0;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active {
  color: #222222;
  background-color: #f8f8f8;
}

.product-wrapper .nav-tabs .nav-link.active {
  color: #222222;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #ffd400;
}

.product-wrapper .dropdown-menu {
  border: 0px;
  border-radius: 4px;
  box-shadow: 1px 2px 4px 0 rgba(35, 19, 18, 0.2);
}

.product-item-wrapper,
.service-item-wrapper {
  border-bottom: 1px solid #eeeeee;
  padding-top: 25px;
  padding-bottom: 25px;
}

.product-item-wrapper .dropdown-item-icon,
.manage-wrapper .dropdown-item-icon {
  width: 16px;
  margin-top: -4px;
  margin-right: 4px;
}

.product-item-wrapper .product-cover-img,
.product-item-wrapper .product-cover-img-sm {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
}

.product-item-wrapper .product-cover-img-sm {
  width: 145px;
}

.product-item-wrapper .product-item-name {
  font-family: "KrungsriCondensed";
  font-weight: 600;
  font-size: 18px;
  color: #222222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product-item-wrapper .product-item-status {
  font-family: "KrungsriCondensed";
  font-weight: 600;
  font-size: 16px;
  color: #222222;
}

.product-item-wrapper .product-item-category,
.product-item-wrapper .product-item-description,
.product-item-wrapper .product-item-moq,
.product-item-wrapper .product-item-price,
.product-item-wrapper .product-item-sku {
  font-family: "Thongterm-Roman";
  font-size: 16px;
  color: #222222;
  margin-top: 8px;
  word-break: break-word;
}

.product-item-viewdetail {
  font-family: "Thongterm-Roman";
  font-size: 16px;
  color: #222222;
  border-bottom: 1px solid #222222;
}

.product-item-viewdetail:hover {
  font-family: "Thongterm-Roman";
  font-size: 16px;
  color: #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}

.product-item-wrapper .product-item-description,
.service-item-wrapper .service-item-description {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 11px;
  margin-bottom: 16px;
  word-wrap: break-word;
}

.product-filter-wrapper .b2b-button-yellow,
.service-filter-wrapper .b2b-button-yellow {
  margin: 0;
  width: 100%
}

/* Manage Service */
.service-wrapper .service-tab-wrapper .nav-tabs .nav-link,
.service-wrapper .nav-tabs .nav-link {
  color: #222222;
  border: 0;
  border-bottom: 2px solid transparent;
}

.service-wrapper .service-tab-wrapper .nav-tabs .nav-link span {
  font-family: "KrungsriCondensed";
  font-weight: 500;
}

.service-wrapper .nav-tabs .nav-link:hover {
  border: 0;
  border-bottom: 2px solid #a0a0a0;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active {
  color: #222222;
  background-color: #f8f8f8;
}

.service-wrapper .nav-tabs .nav-link.active {
  color: #222222;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #ffd400;
}

.service-wrapper .dropdown-menu {
  border: 0px;
  border-radius: 4px;
  box-shadow: 1px 2px 4px 0 rgba(35, 19, 18, 0.2);
}

.service-item-wrapper .dropdown-item-icon {
  width: 16px;
  margin-top: -4px;
  margin-right: 4px;
}

.service-item-wrapper .service-cover-img,
.service-item-wrapper .service-cover-img-sm {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
}

.service-item-wrapper .service-cover-img-sm {
  width: 145px;
}

.service-item-wrapper .service-item-name {
  font-family: "KrungsriCondensed";
  font-weight: 600;
  font-size: 18px;
  color: #222222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.service-item-wrapper .service-item-status {
  font-family: "KrungsriCondensed";
  font-weight: 600;
  font-size: 16px;
  color: #222222;
}

.service-item-wrapper .service-item-category,
.service-item-wrapper .service-item-description,
.service-item-wrapper .service-item-price,
.service-item-wrapper .service-item-sku {
  font-family: "Thongterm-Roman";
  font-size: 16px;
  color: #222222;
  margin-top: 8px;
}

/* Manage Product search */
.search-manage-product-box {
  background-color: #fff;
  border-radius: 8px;
  height: 32px;
  display: flex;
  border: 1px solid #c0c0c0;
  align-items: center;
  padding: 10px;
}

.search-manage-product-box img {
  width: 16px;
  height: 16px;
}

.search-manage-product-box input[type="text"] {
  height: 30px;
  border: none;
  font-size: 14px;
  width: 100%;
  line-height: 30px;
}

.search-manage-product-box input[type="text"]:focus {
  outline: 0;
}

/* Manage Service search */
.search-manage-service-box {
  background-color: #fff;
  border-radius: 8px;
  height: 32px;
  display: flex;
  border: 1px solid #c0c0c0;
  align-items: center;
  padding: 10px;
}

.search-manage-service-box img {
  width: 16px;
  height: 16px;
}

.search-manage-service-box input[type="text"] {
  height: 30px;
  border: none;
  font-size: 14px;
  width: 100%;
  line-height: 30px;
}

.search-manage-service-box input[type="text"]:focus {
  outline: 0;
}

/* Product Preview */
.b2b-form .preview-alert {
  padding: 8px 16px;
  margin: 0 0 40px;
}

.b2b-form .preview-alert.alert-success {
  padding: 10px 14px;
  margin: 0;
}

.b2b-form .preview-alert.alert-danger {
  margin-bottom: 24px;
}

.b2b-form.login .preview-alert.alert-danger {
  margin: -58px -10px 14px;
}

.b2b-form.login .preview-alert.alert-danger.alert-danger-v2 {
  margin: 0;
}

.modal-body.b2b-form-signin .preview-alert.alert-danger {
  margin: -60px -10px 10px;
  display: none;
}

.preview-alert {
  font-family: "Thongterm-Roman";
  font-size: 16px;
  border-radius: 8px;
  padding: 7px;
  margin: 40px 0;
}

.html-b2b-inquiry-page .preview-alert {
  padding: 14px;
  margin: 10px 0 20px;
}

.preview-alert img,
.b2b-modal .preview-alert img {
  width: 16px;
  height: 16px;
  margin: -4px 2px 0;
}

.preview-alert.alert-info {
  color: #3e8cff;
  border: 1px solid #3e8cff;
  background-color: #f1f6ff;
}

.preview-alert.alert-danger {
  color: #ff3e3e;
  border: 1px solid #ff3e3e;
  background-color: #ffeeee;
}

.preview-alert.alert-success {
  color: #4ddbb8;
  border: 1px solid #4ddbb8;
  background-color: #f3fffa;
}

.b2b-modal .preview-alert span {
  font-family: "Thongterm-Roman";
  font-size: 16px;
  color: #ff3e3e;
  display: inline;
  font-weight: 400;
}

.product-detail-view .left-detail .product-big-pic-wrapper,
.product-detail-view .product-detail-big-pic-wrapper,
.service-detail-view .left-detail .service-big-pic-wrapper,
.service-detail-view .service-detail-big-pic-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.product-detail-view .left-detail .product-big-pic-wrapper .product-caption,
.product-detail-view .product-detail-big-pic-wrapper .product-preview-caption,
.service-detail-view .left-detail .service-big-pic-wrapper .service-caption,
.service-detail-view .service-detail-big-pic-wrapper .service-preview-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: auto;
  border-radius: 0 0 8px 8px;
  background-color: rgba(34, 34, 34, 0.4);
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  margin-bottom: 8px;
  opacity: 0;
}

.product-preview-caption.customer-product.slick-initialized.slick-slider {
  width: calc(100% - 24px);
}

.product-detail-view .left-detail .product-big-pic-wrapper:hover .product-caption,
.product-detail-view .product-detail-big-pic-wrapper:hover .product-preview-caption,
.service-detail-view .left-detail .service-big-pic-wrapper:hover .service-caption,
.service-detail-view .service-detail-big-pic-wrapper:hover .service-preview-caption {
  opacity: 1;
  transition: all 0.3s;
}

.product-detail-view .product-detail-big-pic-wrapper .product-preview-caption,
.service-detail-view .service-detail-big-pic-wrapper .service-preview-caption {
  margin-bottom: 0;
  left: inherit;
}

.product-detail-view .left-detail .product-big-pic,
.service-detail-view .left-detail .service-big-pic,
.product-big-pic {
  margin-bottom: 8px;
}

.product-detail-view .left-detail .product-big-pic img.slick-slide,
.service-detail-view .left-detail .service-big-pic img.slick-slide,
.product-big-pic img.slick-slide {
  position: absolute;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
}

.product-detail-view .left-detail .product-preview-pic img,
.service-detail-view .left-detail .service-preview-pic img {
  border-radius: 8px;
  width: 15% !important;
  border: 1px solid transparent;
}

.product-preview-small-pic img,
.service-preview-small-pic img {
  border: 1px solid transparent;
}

.product-detail-view .left-detail .product-preview-pic img.slick-current,
.service-detail-view .left-detail .service-preview-pic img.slick-current,
.product-preview-small-pic img.slick-current,
.service-preview-small-pic img.slick-current {
  border: 1px solid #ffd400;
}

.product-detail-view .left-detail .product-preview-pic img.slick-slide,
.service-detail-view .left-detail .service-preview-pic img.slick-slide {
  object-fit: cover;
  margin: 0 4px;
  object-fit: cover;
  cursor: pointer;
}

.product-detail-view .left-detail .product-preview-pic .slick-track,
.service-detail-view .left-detail .service-preview-pic .slick-track {
  margin: 0 -4px;
  width: 103% !important;
  overflow: visible;
}

.product-detail-view .left-detail .product-preview-pic .slick-list,
.service-detail-view .left-detail .service-preview-pic .slick-list {
  overflow: visible;
}

.product-preview-small-pic .slick-disabled,
.service-preview-small-pic .slick-disabled {
  display: none !important;
}

.product-detail-view .left-detail .company-detail {
  margin-top: 40px;
  padding-top: 53px;
  border-top: 1px solid #eeeeee;
}

.company-detail {
  margin-top: 40px;
  border-top: 1px solid #eeeeee;
}

.service-detail-view .left-detail .service-preview-wrapper {
  margin-bottom: 53px;
}

.service-detail-view .left-detail .service-preview-pic {
  margin-bottom: 40px;
}

.service-detail-view .left-detail .service-preview-wrapper {
  border-bottom: 1px solid #eeeeee;
}

.product-detail-view .left-detail .company-detail .company-logo,
.service-detail-view .left-detail .company-detail .company-logo,
.company-detail .company-logo {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 8px;
}

.product-detail-view .left-detail .company-detail p,
.service-detail-view .left-detail .company-detail p,
.company-detail p {
  letter-spacing: 0;
  margin-bottom: 0;
  color: #626262;
  font-size: 12px;
  line-height: 26px;
}

.product-detail-view .left-detail .company-detail p.company-name,
.service-detail-view .left-detail .company-detail p.company-name,
.company-detail p.company-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
  color: #222222;
}

.product-detail-view .action-button-wrapper,
.service-detail-view .action-button-wrapper,
.view-btn-wrapper .view-detail-btn {
  position: relative;
}

.product-detail-view .action-button-wrapper .back-btn,
.service-detail-view .action-button-wrapper .back-btn,
.product-detail-button-wrapper .back-detail-btn,
.service-detail-button-wrapper .back-detail-btn {
  display: block;
  position: absolute;
  left: 0;
  bottom: 10px;
}

.product-detail-view .action-button-wrapper.product-customer-view .back-btn,
.service-detail-view .action-button-wrapper.service-customer-view .back-btn {
  position: relative;
  margin: 16px 0;
}

.product-detail-view .action-button-wrapper .back-btn .back-icon,
.service-detail-view .action-button-wrapper .back-btn .back-icon,
.product-detail-button-wrapper .back-detail-btn .back-icon,
.product-detail-button-wrapper .back-product-category-btn .back-icon,
.service-detail-button-wrapper .back-detail-btn .back-icon,
.service-detail-button-wrapper .back-product-category-btn .back-icon {
  width: 14px;
  transform: rotate(90deg);
  margin: -4px 4px 0 0;
}

.product-detail-button-wrapper .back-btn-wrapper .back-detail-btn,
.service-detail-button-wrapper .back-btn-wrapper .back-detail-btn {
  bottom: 0;
}

.product-detail-button-wrapper .back-btn-wrapper,
.product-detail-button-wrapper .back-product-category-btn,
.service-detail-button-wrapper .back-btn-wrapper,
.service-detail-button-wrapper .back-product-category-btn {
  height: 100%;
  position: relative;
}

.product-detail-view .product-detail.customer-view,
.service-detail-view .service-detail.customer-view {
  margin-left: 20px;
}

/* Product & Service detail Manage */
.product-detail-button-wrapper,
.service-detail-button-wrapper {
  padding: 80px 0 104px;
}

.product-detail-view .status-decription span,
.product-detail-view .status-decription p,
.service-detail-view .status-decription span,
.service-detail-view .status-decription p {
  color: #222222;
  font-family: "Thongterm-Roman";
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0;
  display: inline;
}

.product-detail-view .status-decription span,
.service-detail-view .status-decription span {
  font-weight: 600;
}

.product-detail-sub,
.service-detail-sub {
  margin: -20px 0;
}

.product-detail-view .status .product-detail-status span:first-child,
.service-detail-view .status .service-detail-status span:first-child {
  margin: 0;
}

.product-detail-view .status .product-detail-status,
.service-detail-view .status .service-detail-status {
  float: right;
}

.product-detail-heading,
.service-detail-heading {
  text-align: left;
}

.product-detail-button-wrapper .back-btn,
.service-detail-button-wrapper .back-btn {
  margin-top: 50px;
}

.product-preview-small-pic .slick-list,
.service-preview-small-pic .slick-list {
  width: 80%;
  margin: 0 10%;
}

.product-preview-small-pic .slick-list img,
.service-preview-small-pic .slick-list img {
  margin: 16px 2px 0;
  object-fit: cover;
  border-radius: 8px;
}

.product-detail-view .product-detail-big-pic-wrapper .product-preview-small-pic,
.service-detail-view .service-detail-big-pic-wrapper .service-preview-small-pic {
  object-fit: cover;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.product-detail-view .product-detail-big-pic-wrapper .product-big-img img,
.service-detail-view .service-detail-big-pic-wrapper .service-big-img img {
  object-fit: cover;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.preview-btn-group {
  margin-left: 8px;
}

/* select2 */

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  margin: -1px 0 0 8px;
  font-weight: 200;
  color: #222222;
  font-size: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e8e8e8;
  border: 1px solid #c0c0c0;
  border-radius: 8px;
  cursor: default;
  float: left;
  margin-right: 8px;
  margin-top: 5px;
  padding: 3px 8px;
  font-size: 14px;
  color: #222222;
  font-family: "Thongterm-Roman";
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f8f8f8;
  color: #222222;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 10px;
  color: #222222;
}

.select2-container .select2-search--inline .select2-search__field::placeholder {
  color: #c2c2c2;
  font-weight: 200;
}

.select2-selection.dropdown,
.select2-selection.select2-selection--multiple {
  padding: 1px 4px;
  height: auto;
}

.select2-results__option[aria-selected] {
  color: #222222;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ffffff;
  position: relative;
}

.select2-container--default .language-dropdown .select2-results__option[aria-selected="true"] {
  display: none;
}

.select2-container--default .select2-results__option[aria-selected="true"]:hover {
  background-color: #f8f8f8;
}

.select2-container--default .select2-results__option[aria-selected="true"]:after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../images/icons/icon-check-yellow.svg");
  background-position: center;
  background-size: cover;
  display: inline-block;
  margin-left: 5px;
  position: absolute;
  top: 11px;
  right: 16px;
}

.select2-container--default .select2-dropdown.category .select2-results__option[aria-selected="true"]:before {
  content: unset;
}

.form-select.placeholder+.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #c2c2c2;
  font-weight: 200;
}

.form-select+.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #222222;
}

.form-select:disabled+.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #a0a0a0;
}

.select2-selection.dropdown {
  position: relative;
}

.multi-select+.select2-container .select2-selection.dropdown::after {
  width: 5%;
}

.title-selected .select2-selection.dropdown::after {
  background-image: none;
}

.select2-selection.dropdown::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.select2-container--open .select2-selection.dropdown::after {
  transform: scaleY(-1);
}

.select2-container--default .select2-selection--multiple {
  border-radius: 8px;
}

.select2-container--default.select2-container--open .select2-selection--single {
  border: 1px solid #ffd400;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border: 1px solid #ffd400;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  border-radius: 8px;
  border: 1px solid transparent;
  box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
}

.select2-container--open .select2-dropdown--below {
  margin-top: 5px;
}

.select2-container--open .select2-dropdown--above {
  margin-top: -10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-left: 10px;
  margin-top: -2px;
  margin-bottom: -4px;
  padding-right: 30px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.select2-container--default .select2-selection--single {
  box-sizing: border-box;
  height: 44px;
  border: 1px solid #c0c0c0;
  border-radius: 8px;
  background-color: #ffffff;
  outline: 0;
  padding: 8px 15px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-weight: 200;
}

.select2-results__option {
  padding: 6px 6px 6px 16px;
}

#select2-SelectedPhoneCallingCode-results .select2-results__option[aria-selected="false"] {
  display: none;
}

.input-keyword-wrapper {
  position: relative;
}

.clear-button {
  display: none;
  position: absolute;
  top: 50%;
  right: 15px;
  line-height: 16px;
  font-size: 20px;
  font-weight: 600;
  transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  cursor: pointer;
}

/* Arrows */
.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  cursor: pointer;
}

.product-preview-small-pic .right,
.service-preview-small-pic .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.product-preview-small-pic .right.slick-arrow,
.service-preview-small-pic .right.slick-arrow {
  position: absolute;
  right: 5%;
  top: 50%;
}

.product-preview-small-pic .left,
.service-preview-small-pic .left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.product-preview-small-pic .left.slick-arrow,
.service-preview-small-pic .left.slick-arrow {
  position: absolute;
  left: 5%;
  top: 50%;
}

/* Account form */
.b2b-form-wrapper .b2b-form.account-form {
  margin: -150px 0 80px 0;
  padding: 50px 15% 40px;
}

.b2b-form-wrapper .b2b-form.account-form.b2b-form-reset-password {
  margin: 0;
  padding: 0 12px;
  box-shadow: none;
}

.b2b-form-wrapper .b2b-form.account-form.banner-text-two-line {
  margin: -95px 0 80px 0;
  padding: 50px;
}

.b2b-form-wrapper .b2b-form.account-form.banner-text-two-line.banner-text-two-line-v2 {
  margin: 20px 0 40px 0;
  padding: 0;
  box-shadow: none;
}

.b2b-form-wrapper .b2b-form.account-form.banner-text-two-line.account-form-v2,
.b2b-form-wrapper .b2b-form.account-form.account-form-v2 {
  margin: 0;
  padding: 0;
  box-shadow: none;
}

/* LOGIN */

.b2b-form.account-form.login {
  padding: 0;
  overflow: hidden;
  position: relative;
}

.b2b-form.account-form.login .banner {
  background-color: #ffd400;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url("../images/banners/signin-banner.png.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.b2b-form.account-form.login .b2b-form-signin {
  padding: 40px;
}

.b2b-form.account-form.login .b2b-form-signin.b2b-form-signin-v2 {
  padding: 0 16px;
  margin: 20px 0 20px 0;
}

.reCaptcha-v2 {
  margin-top: 40px;
}

/* Reset Password */

.html-resetpassword-page .header-lower,
.html-resetpassword-page .header-links,
.html-resetpassword-page .header-links-wrapper .language-selector::before,
.html-b2b-create-account-password-page .header-lower,
.html-create-new-password-page .header-lower,
.html-edit-change-password-page .header-lower {
  display: none;
}

.html-resetpassword-page {
  font-family: "KrungsriCondensed";
}

.account-top-banner {
  height: 320px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.html-b2b-create-account-password-page .account-top-banner {
  display: none;
}

.account-top-banner.column-one {
  margin-top: -16px;
}

.account-top-banner-v2,
.b2b-form-signin .title {
  display: none;
}

.b2b-form-wrapper .b2b-form.edit-change-password-form.edit-change-password-form-v2 .title,
.b2b-form .account-form .create-account-form .account-form-v2 .title,
.b2b-form-wrapper .b2b-form.account-form.b2b-form-reset-password .title {
  display: none;
}

/* Create Account Password */
input#ConfirmPassword.form-control {
  background-color: #ffffff;
}

.create-account-result-wrapper {
  text-align: center;
}

.create-account-result-wrapper img {
  margin-top: 40px;
  margin-bottom: 18px;
}

.create-account-result-wrapper h2,
.create-account-result-wrapper .create-account-body .sub-heading,
.sub-account-modal-body .sub-heading {
  font-weight: 600;
  color: #222222;
  font-size: 28px;
  text-align: center;
  line-height: 48px;
}

.create-account-result-wrapper .create-account-body .sub-heading,
.sub-account-modal-body .sub-heading {
  font-size: 20px;
  line-height: 36px;
}

.sub-account-modal-body .sub-heading {
  font-size: 24px;
  line-height: 26px;
}

.create-account-result-wrapper .create-account-body .text-body,
.create-account-result-wrapper .create-account-body .text-body-reminder,
.html-sub-account-register-page .b2b-modal .sub-account-modal-body .text-detail-body,
.b2b-form-wrapper .b2b-form.account-form.create-account-form .message,
.b2b-form-wrapper .b2b-form.account-form.create-account-form p {
  font-family: "Thongterm-Roman";
  font-size: 16px;
  line-height: 34px;
}

.create-account-result-wrapper .button-wrapper {
  margin: 86px 0 0 0;
}

.html-b2b-create-account-password-page .b2b-form-wrapper,
.html-create-new-password-page .b2b-form-wrapper {
  padding: 0 0 40px;
}

.b2b-form-wrapper .b2b-form.account-form.create-account-form {
  padding: 10%;
}

.b2b-form-wrapper .b2b-form.account-form.create-account-form .create-password-wrapper,
.b2b-form-wrapper .b2b-form.edit-change-password-form .change-password-wrapper {
  text-align: center;
  margin-top: 80px;
}

.html-b2b-create-account-password-page .b2b-button-yellow {
  width: 100%;
  margin: 0;
}

.html-b2b-create-account-password-page .b2b-form-wrapper .b2b-form {
  margin: 0;
  padding: 0 15px;
  box-shadow: none;
}

.html-b2b-create-account-password-page .b2b-form h1.logo-text {
  display: none;
}

.html-b2b-create-account-password-page .heading-title {
  text-align: left;
}

/* validate password */
.b2b-form-wrapper .b2b-form.account-form.create-account-form .message .valid:before,
.b2b-form-wrapper .b2b-form.account-form.create-account-form .message .invalid:before,
.b2b-form-wrapper .b2b-form.edit-change-password-form .message .valid:before,
.b2b-form-wrapper .b2b-form.edit-change-password-form .message .invalid:before {
  width: 16px;
  height: 16px;
  position: relative;
  left: -10px;
}

.b2b-form-wrapper .b2b-form.account-form.create-account-form .message .valid:before,
.b2b-form-wrapper .b2b-form.edit-change-password-form .message .valid:before {
  content: url("../images/icons/icon-tab-done.svg");
}

.b2b-form-wrapper .b2b-form.account-form.create-account-form .message .invalid:before,
.b2b-form-wrapper .b2b-form.edit-change-password-form .message .invalid:before {
  content: url("../images/icons/icon-check-circle.svg");
}

.b2b-form-wrapper .b2b-form.account-form.create-account-form .message,
.b2b-form-wrapper .b2b-form.edit-change-password-form .message {
  margin-left: 3px;
  font-weight: 200;
  color: #222222;
  position: relative;
}

.b2b-form-wrapper .b2b-form.account-form.create-account-form .message p,
.b2b-form-wrapper .b2b-form.edit-change-password-form .message p {
  margin: 0;
  font-size: 16px;
}

/* Eyes  */

.eyes-wrapper {
  position: relative;
  margin-top: -30px;
}

.b2b-form-wrapper .b2b-form .eyes-wrapper {
  margin-top: 0;
}

.eyes-wrapper img,
.b2b-form-wrapper .b2b-form .eyes-wrapper img {
  position: absolute;
  right: 16px;
  top: 14px;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s;
}

.eyes-wrapper img:hover,
.b2b-form-wrapper .b2b-form .eyes-wrapper img:hover {
  opacity: 0.6;
}

.b2b-form-wrapper .b2b-form .eyes-wrapper img {
  margin: 2px 0 0 0;
  width: 16px;
}

.eyes-slash,
.b2b-form-wrapper .b2b-form .eyes-slash {
  margin-top: 0 !important;
  margin-right: 1px;
}

.eyes,
.b2b-form-wrapper .b2b-form .eyes {
  display: none;
}

/* Company Customer View/ Our Product & Service */

.customer-view-wrapper {
  border-radius: 8px;
  background-color: #fff;
  margin: 0 0 40px 0;
  padding: 0;
  box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
}

.b2b-form-wrapper.customer-view-wrapper.form-header {
  margin-top: -160px;
}

.customer-view-form {
  margin: 0 !important;
}

.customer-view-data-wrapper header {
  text-align: center;
}

.company-product-view-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.company-view-logo {
  height: 100%;
}

.company-view-logo img {
  border-radius: 8px;
  object-fit: contain;
}

.company-product-view-wrapper .customer-product-name,
.b2b-form-wrapper .customer-company-name,
.create-account-result-wrapper .create-account-body .sub-heading,
.sub-account-modal-body .sub-heading {
  font-family: KrungsriCondensed;
  font-weight: 600;
}

.company-product-view-wrapper .customer-product-name p,
.company-product-view-wrapper .customer-company-name,
.b2b-form-wrapper .b2b-form .customer-profile,
.product-filter-wrapper .sort-by,
.service-filter-wrapper .sort-by,
.b2b-form-wrapper .b2b-form .customer-company-name,
.b2b-form-wrapper .customer-company-name,
.b2b-form-wrapper .customer-profile,
.product-sortby,
.customer-view-data-wrapper dd,
.b2b-form-wrapper .b2b-form.account-form.create-account-form p,
.product-detail-button-wrapper .back-product-category-btn,
.html-b2b-product-keywords .keyword-wrapper a,
.html-sub-account-register-page .b2b-modal .sub-account-modal-body .text-detail-body {
  color: #222222;
}

.product-filter-wrapper .sort-by,
.service-filter-wrapper .sort-by {
  margin-left: 8px;
}

.b2b-form-wrapper .customer-company-name {
  margin-top: 30px;
  font-size: 28px;
  line-height: 48px;
}

.b2b-form-wrapper .company-country {
  margin-top: -10px;
  line-height: 24px;
  font-size: 12px;
}

.b2b-form-wrapper .customer-profile {
  margin-top: 16px;
  margin-bottom: 24px;
}

.b2b-form-wrapper .customer-btn-wrapper {
  margin: 0 2px 40px -10px;
}

.company-product-view-wrapper .customer-product-name {
  height: 55px;
}

.company-product-view-wrapper .customer-product-name p {
  font-size: 18px;
  line-height: 27px;
  /* number of lines to show */
  -webkit-line-clamp: 2;
  line-clamp: 2;
  padding-top: 5px;
}

.company-product-view-wrapper .customer-product-name p,
.company-product-view-wrapper .customer-product-price,
.customer-product-minimum-order .minimum-order-text,
.inquiry-list-wrapper .inquiry-company-name,
.inquiry-list-wrapper .inquiry-subject {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.company-product-view-wrapper .customer-product-price,
.customer-product-minimum-order .minimum-order-text,
.inquiry-list-wrapper .inquiry-company-name,
.inquiry-list-wrapper .inquiry-subject {
  /* number of lines to show */
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.inquiry-wapper .replay-inquiry textarea::placeholder {
  font-weight: 200;
  color: #c4c4c4;
}

.company-product-view-wrapper .customer-product-price,
.company-product-view-wrapper .customer-product-minimum-order,
.b2b-form-wrapper .b2b-form .customer-profile,
.view-more,
.customer-view-data-wrapper dd {
  line-height: 34px;
}

.customer-view-data-wrapper dd {
  white-space: pre-wrap;
}

.company-product-view-wrapper .customer-product-minimum-order,
.b2b-form-wrapper .b2b-form .company-country,
.view-more {
  color: #626262;
}

.company-product-view-wrapper .customer-product-minimum-order a {
  text-align: right;
}

.view-btn-wrapper .view-detail-btn .view-icon {
  width: 16px;
  height: 16px;
  transform: rotate(271deg);
  margin-bottom: 2px;
}

.html-company-profile-page .tab-wrapper .nav-pills .nav-link.customer-view-link {
  font-family: KrungsriCondensed;
  background-color: #fff;
  color: #c4c4c4;
  width: 281px;
  text-align: center;
  font-size: 16px;
  line-height: 27px;
}

.html-company-profile-page .component-reminderbar-wrapper {
  display: none;
}

.product-select .form-select,
.product-filter-wrapper .form-select,
.service-filter-wrapper .form-select {
  padding-left: 0;
  border: none;
  background-image: url("../images/icons/icon-triangle-down.svg");
  background-size: 16px 16px;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  line-height: 34px;
}

.product-select .form-select {
  width: 100%;
  height: 100%;
}

.product-filter-wrapper .form-select,
.service-filter-wrapper .form-select {
  width: 100%;
  height: 100%;
}

.product-select .form-select:focus,
.product-filter-wrapper .form-select:focus,
.service-select .form-select:focus,
.service-filter-wrapper .form-select:focus {
  box-shadow: none;
}

.customer-view-product-wrapper {
  margin-bottom: 104px;
}

/* Thank you page */
.html-thankyou-page .wrapper {
  padding-top: 40px;
}

.html-thankyou-page .wrapper * {
  color: #222222;
  font-family: "KrungsriCondensed";
  letter-spacing: 0;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.html-thankyou-page .wrapper .body {
  margin-bottom: 80px;
  font-weight: 200;
}

.html-thankyou-page .wrapper img {
  width: 56px;
  height: 56px;
}

.html-thankyou-page .wrapper h1 {
  margin: 16px 0 16px;
  font-size: 24px;
  line-height: 42px;
  font-weight: bold;
}

.html-thankyou-page .browser-side {
  display: none;
}

.html-thankyou-page .wrapper p {
  margin-top: 16px;
  margin-bottom: 0px;
}

.html-thankyou-page .wrapper .content {
  text-align: center;
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
}

.html-thankyou-page .wrapper .body-financial,
.html-thankyou-page .wrapper .body-application-review {
  margin-bottom: 40px;
  font-weight: 200;
}

/* Search */
.html-b2b-search h1.search-result-header {
  color: #222222;
  font-family: "KrungsriCondensed";
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 48px;
}

.html-b2b-search h1+p {
  color: #222222;
}

.html-b2b-search h1+p #search-keyword {
  font-weight: bold;
}

.html-b2b-search h1+p #search-keyword::before {
  content: open-quote;
}

.html-b2b-search h1+p #search-keyword::after {
  content: close-quote;
}

.html-b2b-search .header-divider.search-result-header-divider {
  margin: 16px 0 40px;
}

.html-b2b-search .notfound-wrapper {
  padding-top: 80px;
}

.html-b2b-search .notfound-wrapper * {
  color: #222222;
  font-family: "KrungsriCondensed";
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}

.html-b2b-search .notfound-wrapper img {
  width: 56px;
  height: 56px;
}

.html-b2b-search .notfound-wrapper h1 {
  margin: 26px 0 16px;
  font-size: 24px;
  line-height: 42px;
}

/* b2b-form-signin */
.b2b-form-signin {
  letter-spacing: 0;
}

.b2b-form-signin h1,
.b2b-form-wrapper .b2b-form .b2b-form-signin h1 {
  margin-bottom: 80px;
}

.b2b-form-wrapper .b2b-form .b2b-form-signin h1 {
  padding-bottom: 0;
}

.b2b-form-signin h1 * {
  color: #222222;
  font-family: "KrungsriCondensed";
  font-size: 28.85px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
}

.b2b-form-signin h1 .yellow {
  color: #ffd400;
  text-transform: capitalize;
}

.b2b-form-signin h2,
.b2b-form-wrapper .b2b-form .b2b-form-signin h2 {
  margin-bottom: 16px;
  color: #222222;
  font-family: "KrungsriCondensed";
  font-size: 24px;
  font-weight: bold;
  line-height: 42px;
  text-align: left;
}

.b2b-form-wrapper .b2b-form .b2b-form-signin h2 {
  padding-top: 0;
}

.b2b-form-signin .signin-button-wrapper {
  margin-top: 80px;
}

.b2b-form-signin .signin-button-wrapper.signin-button-wrapper-v2 {
  margin-top: 40px;
  text-align: center;
}

.submit-once-v2 {
  margin: 0;
  width: 100%;
}

/* Company Photo list */
.photo-list-wrapper {
  margin: 0 0 40px 0;
  padding: 40px;
  background-color: #f8f8f8;
}

.photo-list-wrapper h1 {
  margin-bottom: 40px;
  color: #222222;
  font-family: "KrungsriCondensed";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
}

.photo-list-wrapper .image-wrapper {
  margin: 0 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  cursor: pointer;
}

.photo-list-wrapper .slick-arrow {
  background-size: cover;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  z-index: 1000;
  cursor: pointer;
}

.photo-list-wrapper .left.slick-arrow {
  background-image: url("../images/icons/icon-back-circle-shadow.svg");
  position: absolute;
  left: -7px;
  top: 50%;
}

.photo-list-wrapper .right.slick-arrow {
  background-image: url("../images/icons/icon-next-circle-shadow.svg");
  position: absolute;
  right: -10px;
  top: 50%;
}

.photo-list-wrapper .slick-arrow.slick-disabled {
  display: none !important;
}

.photo-list-modal-wrapper .image-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.photo-list-modal-wrapper .modal-footer {
  padding: 16px 90px;
}

.photo-list-modal-wrapper .photo-hero .image-wrapper {
  background-size: contain;
  cursor: default;
}

.photo-list-modal-wrapper .photo-list .image-wrapper,
.photo-list-modal-wrapper .photo-list .image-wrapper:focus-visible {
  background-size: cover;
  margin: 0 8px;
  border-radius: 8px;
  border: 1px solid transparent;
  outline: 0;
}

.photo-list-modal-wrapper .photo-list .image-wrapper.empty {
  cursor: default;
}

.photo-list-modal-wrapper .photo-list .image-wrapper.slick-current {
  border: 1px solid #ffd400;
}

/* All Inquiries */

.inquiry-wapper,
.inquiry-list-wrapper,
.all-messages,
.inquiry-wapper .sub-title,
.inquiry-wapper .sub-header,
.inquiry-table-label,
.inquiry-wapper .header-title,
.inquiry-wapper .replay-inquiry .the-count span,
.component-reminderbar-wrapper,
.b2b-modal .modal-body-cookie p.modal-body-sub-title {
  font-weight: 200;
  font-family: "Thongterm-Roman";
  color: #222222;
  font-size: 16px;
  line-height: 34px;
  word-wrap: break-word;
}

.inquiry-table-label,
.inquiry-wapper .header-title {
  font-weight: 600;
}

.inquiry-wapper .wide-col {
  padding: 0 23px;
}

.inquiry-list-wrapper {
  border-radius: 8px;
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #c0c0c0;
}

.inquiry-list-wrapper.active {
  background-color: #fffdf3;
  border: 1px solid #ffd400;
  font-weight: 600;
}

.inquiry-list-wrapper .inquiry-icon {
  text-align: center;
}

.inquiry-list-wrapper .inquiry-icon img {
  cursor: pointer;
}

.tooltip-inner {
  background-color: rgba(34, 34, 34, 0.8);
  font-family: "KrungsriCondensed";
  font-weight: 200;
  font-size: 14px;
  height: 25px;
  border-radius: 8px;
  border: rgba(34, 34, 34, 0.8);
  padding: 0 10px;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before,
.tooltip.bs-tooltip-bottom .tooltip-arrow::before,
.tooltip.bs-tooltip-start .tooltip-arrow::before,
.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border: 0 !important;
}

/* View Inquiries */
.inquiry-back-btn {
  cursor: pointer;
}

.inquiry-wapper .sub-title,
.inquiry-wapper .sub-header {
  font-size: 14px;
  line-height: 30px;
}

.inquiry-wapper .sub-header {
  color: #626262;
}

.inquiry-wapper .inquiry-line {
  border-bottom: 1px solid #eeeeee;
}

.inquiry-page-wrapper {
  margin-right: 10px;
}

.inquiry-arrow {
  position: relative;
  width: 10px;
  height: 20px;
  margin: 0;
  border: 0;
  background-color: transparent;
}

.inquiry-arrow img {
  width: 16px;
  height: 16px;
}

button.inquiry-arrow:disabled,
button.inquiry-arrow[disabled] {
  cursor: default;
}

.html-b2b-send-inquiry-page .heading-title {
  padding-top: 0;
}

.html-b2b-send-inquiry-page .b2b-form-wrapper .b2b-form input[type="text"].subject-contact {
  padding: 8px 15px 8px 85px;
}

.html-b2b-send-inquiry-page .half-banner-layout.success-page,
.html-b2b-new-member-page .half-banner-layout.success-page {
  text-align: center;
}

.html-b2b-send-inquiry-page .half-banner-layout.success-page img,
.html-b2b-new-member-page .half-banner-layout.success-page img {
  width: 80px;
  height: 80px;
}

.html-b2b-send-inquiry-page .half-banner-layout.success-page h1,
.html-b2b-send-inquiry-page .half-banner-layout.success-page h3,
.html-b2b-new-member-page .half-banner-layout.success-page h1,
.html-b2b-new-member-page .half-banner-layout.success-page h3,
.b2b-form .signup-request-otp-wrapper p {
  color: #222222;
  font-family: "KrungsriCondensed";
  font-weight: bold;
  letter-spacing: 0;
}

.html-b2b-send-inquiry-page .half-banner-layout.success-page h1,
.html-b2b-new-member-page .half-banner-layout.success-page h1 {
  font-size: 28px;
  line-height: 48px;
  margin: 24px;
  padding: 0;
}

.html-b2b-send-inquiry-page .half-banner-layout.success-page h3,
.b2b-form .signup-request-otp-wrapper p,
.html-b2b-new-member-page .half-banner-layout.success-page h3 {
  font-size: 20px;
  line-height: 34px;
  text-align: center;
}

.contact-wrapper {
  position: relative;
}

.contact-wrapper::before {
  content: "Contact :";
  position: absolute;
  top: 7px;
  left: 15px;
  font-weight: 600;
  color: #222222;
  font-size: 16px;
  line-height: 30px;
  z-index: 2;
}

.html-b2b-send-inquiry-page .b2b-form-wrapper .b2b-form .send-message {
  text-transform: capitalize;
}

.inquiry-wapper .replay-inquiry .the-count span {
  font-size: 12px;
}

.inquiry-wapper .replay-inquiry .the-count {
  text-align: right;
}

.inquiry-wapper .replay-inquiry span.field-validation-error {
  margin-top: -30px;
}

/* Logout */
.logout-btn {
  padding: 0;
  margin: 0 40px;
}

.b2b-modal a.logout-btn {
  padding: 0;
}

/* OTP */
.b2b-form .signup-request-otp-wrapper .mobile-text {
  font-weight: 200;
  text-align: center;
}

.b2b-form-wrapper .b2b-form input[type="text"].input-otp,
.b2b-form-wrapper .b2b-form input[type="password"].input-otp,
.b2b-form-wrapper .b2b-form input[type="text"].input-otp.input-otp-v2:focus,
.b2b-form-wrapper .b2b-form input[type="password"].input-otp.input-otp-v2:focus,
.b2b-form-wrapper .b2b-form input[type="text"].input-otp.input-otp-v2,
.b2b-form-wrapper .b2b-form input[type="password"].input-otp.input-otp-v2 {
  width: 37px;
  height: 37px;
  font-size: 18px;
  color: #222222;
  margin: 0 7px;
  text-align: center;
  padding: 0;
}

.b2b-form-wrapper .b2b-form input[type="text"].input-otp:focus,
.b2b-form-wrapper .b2b-form input[type="password"].input-otp:focus {
  width: 12%;
  height: 38px;
  margin: 0 2px;
  padding: 0;
}

.b2b-form-wrapper .b2b-form input[type="text"].input-otp:focus,
.b2b-form-wrapper .b2b-form input[type="password"].input-otp:focus {
  border: 1px solid #ffd400;
}

/* OTP Channel */
.b2b-form .signup-request-otp-wrapper .hidden-radio {
  display: none;
}

.b2b-form .signup-request-otp-wrapper label.form_label {
  display: flex;
  width: 100%;
  height: 61px;
  padding: 17px 24px;
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  cursor: pointer;
}

.b2b-form .signup-request-otp-wrapper label.form_label,
.b2b-form .signup-request-otp-wrapper input[type="radio"]:checked+.form_label {
  box-shadow: 0 2px 7px 2px rgba(35, 19, 18, 0.2);
}

.b2b-form .signup-request-otp-wrapper input[type="radio"]:checked+.form_label {
  border: 3px solid #ffd400;
}

.b2b-form .signup-request-otp-wrapper .otp-wrap {
  flex-grow: 1.25;
}

.b2b-form .signup-request-otp-wrapper .otp-wrap-text {
  flex-grow: 1;
}

/* Reminderbar */
.component-reminderbar-wrapper {
  border: 1px solid rgba(34, 34, 34, 0.85);
  background-color: rgba(34, 34, 34, 0.85);
  text-align: center;
  color: #fff;
  height: 61px;
  width: 100%;
  margin-top: -16px;
}

.component-reminderbar-wrapper p {
  margin: 0;
}

.component-reminderbar-wrapper img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.component-reminderbar-wrapper a {
  border-bottom: 1px solid #ffffff;
}

.component-reminderbar-wrapper a:hover {
  border-bottom: 1px solid #a0a0a0;
}

.component-reminderbar-wrapper #icon-close {
  float: right;
}

/* All category */
.html-b2b-product-categories h1.heading-title {
  color: #222222;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 32px;
  margin: 0;
  font-family: "KrungsriCondensed";
  font-size: 28px;
}

.breadcrumbs {
  color: #222222;
  font-family: "Thongterm-Roman";
  font-weight: 200;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 34px;
  padding: 0;
  margin: 0;
}

.breadcrumbs .breadcrumbs-click:hover {
  color: #a0a0a0;
  cursor: pointer;
  transition: all 0.5s;
}

.breadcrumbs .active {
  font-family: "KrungsriCondensed";
  font-weight: 600;
}

.html-b2b-search .breadcrumbs>*,
.product-keywords-page .breadcrumbs>* {
  font-size: 14px;
}

.html-b2b-product-categories .category-title,
.html-b2b-product-categories .keyword-title {
  color: #222222;
  font-family: "KrungsriCondensed";
  letter-spacing: 0;
}

.html-b2b-product-categories .category-title {
  background-color: #f8f8f8;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  margin: 15px 0;
  line-height: 23px;
}

.html-b2b-product-categories .category-title img {
  margin: 0 8px 0 0;
  vertical-align: text-bottom;
}

.html-b2b-product-categories .category-list {
  margin-bottom: 24px;
}

.html-b2b-product-categories .category-list a {
  display: block;
  color: #222222;
  font-family: "Thongterm-Roman";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 30px;
}

.html-b2b-product-categories .category-list a:hover {
  color: #a0a0a0;
}

.html-b2b-product-categories .keyword-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 16px;
}

.html-b2b-product-categories .keyword-wrapper a,
.html-b2b-product-keywords .keyword-wrapper a {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  margin: 0px 4px 8px 0px;
  font-size: 14px;
}

/* Product KeyWords */
.html-b2b-product-keywords h1 {
  line-height: 48px;
}

.html-b2b-product-keywords select.category {
  text-overflow: ellipsis;
  width: 100%;
  padding-right: 25px;
}

/* FAQ */
.html-static-page h1.heading-title {
  color: #222222;
  font-family: "KrungsriCondensed";
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 48px;
  margin-top: 10px;
}

.html-static-page .accordion {
  margin-bottom: 50px;
}

.html-static-page .accordion-button {
  color: #222222;
  font-family: "KrungsriCondensed";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 34px;
  background-color: transparent;
  box-shadow: none;
  padding: 14px 17px;
  border-left: 2px solid transparent;
}

.html-static-page .accordion-button:not(.collapsed) {
  border-left: 2px solid #ffd400;
}

.html-static-page .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.html-static-page .accordion-body {
  padding: 0 17px 14px 17px;
  margin-top: -5px;
  border-left: 2px solid #ffd400;
  color: #222222;
}

.html-static-page .accordion-button::after {
  background-image: url("../images/icons/icon-chevron-right.svg");
  transform: rotate(90deg);
}

.html-static-page .accordion-button:not(.collapsed)::after {
  background-image: url("../images/icons/icon-chevron-right.svg");
  transform: rotate(-90deg);
}

.detail-break-word {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.detail-break-word span {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.detail-break-word span a {
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #222222;
  margin-top: 8px;
  line-height: 22px;
}

.detail-break-word span a:hover {
  border-bottom: 1px solid #a0a0a0;
}

/* About Us */
.html-static-page .about-us-form {
  background-color: #ffffff;
  min-height: 350px;
  border-radius: 8px;
  box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
}

.html-static-page .about-us-form img {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.html-static-page p.body.text-wrapper {
  margin-bottom: 80px;
}

.html-static-page .about-us-partner {
  padding: 0 16px 5px 16px;
}

.html-static-page .about-us-partner .body-partner {
  margin: 0;
  color: #626262;
  text-align: justify;
}

.html-static-page .about-us-content {
  text-align: justify;
}

.html-static-page .about-us-content .body {
  text-align: left;
  padding: 0 12px;
}

.html-static-page .detail-break-word span.body-text {
  line-height: 32px;
}

ul.termandcond-list-decimal {
  list-style-type: decimal;
}

ul.termandcond-list-decimal>li {
  padding-left: 10px;
  line-height: 32px;
}

ul.termandcond-list-decimalparentheses {
  counter-reset: list;
  margin: 0;
}

ul.termandcond-list-decimalparentheses li {
  list-style: none;
  position: relative;
  line-height: 32px;
}

ul.termandcond-list-decimalparentheses li:before {
  counter-increment: list;
  content: "(" counter(list, decimal) ")";
  position: absolute;
  left: -33px;
}

/* Cookies Notice */
.html-static-page h1.cookies-notice-header {
  color: #222222;
  font-family: "KrungsriCondensed";
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 48px;
  margin-top: 10px;
}

.html-static-page h2.cookies-notice-title {
  font-family: "KrungsriCondensed";
  color: #222222;
  font-size: 24px;
  font-weight: bold;
  line-height: 42px;
}

.html-static-page .cookies-notice-header {
  padding-top: 24px;
}

ul.cookies-list {
  list-style-type: disc;
  color: #222222;
}

/* Handle Error */
.error-wrapper,
.activation-expire-wrapper {
  text-align: center;
}

.error-wrapper h2,
.error-wrapper .error-body .sub-heading,
.activation-expire-wrapper h2 {
  font-family: KrungsriCondensed;
  font-weight: 600;
  color: #222222;
  font-size: 24px;
  text-align: center;
  line-height: 42px;
}

.error-wrapper .error-body .sub-heading {
  font-size: 20px;
  line-height: 34px;
}

.error-wrapper .button-wrapper,
.activation-expire-wrapper .button-wrapper {
  margin: 80px 0 0 0;
}

/* svg icon */

svg {
  width: 16px;
  height: 16px;
}

/* loader */

.b2b-loader.appear {
  z-index: 9999;
  opacity: 1;
}

.b2b-loader.appear .loader-spinner {
  display: block;
}

.b2b-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  z-index: -10;
  transition: all 0.3s;
}

.loader-spinner {
  display: none;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader-spinner>div {
  width: 18px;
  height: 18px;
  background-color: #ffd400;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  margin: 0 3px;
}

.loader-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

/* Cookies popup */
.b2b-modal .modal-body-cookie {
  padding: 40px 79px 0;
}

.b2b-modal .modal-footer-cookie {
  padding: 20px 15px 40px;
}

.b2b-modal .modal-body-cookie p.modal-body-title {
  margin-bottom: 0;
}

.b2b-modal .modal-body-cookie span {
  font-size: 16px;
}

.b2b-modal .modal-body-cookie a {
  width: auto;
  border-bottom: 1px solid #222222;
  padding: 1px 0;
  border-radius: 0;
}

.b2b-modal .modal-body-cookie a:hover {
  color: #a0a0a0;
  border-bottom: 1px solid #a0a0a0 !important;
}

/* Cookies Manager Popup */
.b2b-modal .modal-body-manage-cookies {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 74px;
  margin-right: 74px;
}

.b2b-modal .modal-body-manage-cookies .modal-body-title {
  margin-bottom: 24px;
}

.b2b-modal .modal-footer-manage-cookies {
  margin-top: 60px;
  padding: 20px 15px 40px;
}

.btn-accept-cookies {
  border: 0;
}

.manage-cookies-accordion-container {
  width: 100%;
}

.manage-cookies-accordion-container .accordion {
  margin-bottom: 0px;
}

.manage-cookies-accordion-container .accordion-button {
  color: #222222;
  font-family: "KrungsriCondensed";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 34px;
  background-color: transparent;
  box-shadow: none;
  padding: 14px 17px;
  border-left: 2px solid transparent;
}

.manage-cookies-accordion-container .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.manage-cookies-accordion-container .accordion-body {
  padding: 0 17px 14px 56px;
  text-align: left;
  margin-top: -5px;
  border-left: 0;
  color: #222222;
}

.manage-cookies-accordion-container .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.manage-cookies-accordion-container .accordion-header span {
  color: #222222;
  font-family: "Thongterm-Roman";
  font-weight: 200;
  font-size: 16px;
  white-space: nowrap;
  margin-right: 1em;
}

.manage-cookies-accordion-container .accordion-button {
  width: 100%;
  display: flex;
  border-left: 0 !important;
}

.manage-cookies-accordion-container .accordion-header .accordion-button::after {
  background-image: url("../images/icons/icon-plus.svg");
  transform: rotate(90deg);
  border-left: 0px transparent;
  order: -1;
  margin-left: 0;
  margin-right: 1em;
  margin-top: 0.4em;
  background-size: 12px;
  align-items: center;
}

.manage-cookies-accordion-container .accordion-button:not(.collapsed)::after {
  background-image: url("../images/icons/icon-times.svg");
  transform: rotate(90deg);
  order: -1;
  margin-left: 0;
  margin-right: 1em;
  background-image: 12px;
}

.manage-cookies-accordion-container .form-switch .form-check-input {
  width: 2.6em;
  height: 1.7em;
}

.manage-cookies-accordion-container .form-switch {
  display: flex;
  align-items: center;
  margin-right: 1em;
}

.form-switch .form-check-input[type="checkbox"] {
  border: 4px solid #222222;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-3 -4 8 8'><circle r='2' fill='222222'/></svg>");
  background-size: 26px;
}

.form-switch .form-check-input[type="checkbox"]:checked {
  border-color: transparent;
  background-color: #4ddbb8;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-5 -4 8 8'><circle r='2' fill='white'/></svg>");
  background-size: 26px;
}

/* Manage Team */

.html-b2b-manage-team-page .manage-wrapper,
.html-b2b-manage-team-page .manage-wrapper p,
.html-b2b-manage-team-page .manage-wrapper .heading-h1,
.html-b2b-manage-team-page .manage-wrapper .heading-h2 {
  font-family: "KrungsriCondensed";
  font-size: 16px;
  letter-spacing: 0;
  color: #222222;
}

.html-b2b-manage-team-page .manage-wrapper {
  padding-left: 10px;
  margin-bottom: 80px;
}

.html-b2b-manage-team-page .manage-wrapper a.heder-link,
.html-b2b-manage-team-page .manage-wrapper p,
.html-b2b-manage-team-page .manage-wrapper .heading-h1,
.html-b2b-manage-team-page .manage-wrapper .heading-h2 {
  font-weight: 600;
}

.html-b2b-manage-team-page .manage-wrapper .heading-h1 {
  font-size: 24px;
  line-height: 42px;
}

.html-b2b-manage-team-page .manage-wrapper .heading-h2 {
  font-size: 20px;
  line-height: 34px;
}

.html-b2b-manage-team-page .manage-wrapper a.heder-link {
  color: #3e8cff;
  border-bottom: 1px solid #3e8cff;
}

.html-b2b-manage-team-page .manage-wrapper p,
.html-b2b-manage-team-page .manage-wrapper span.sub-heading {
  font-size: 14px;
}

.html-b2b-manage-team-page .manage-wrapper p {
  line-height: 24px;
  margin-bottom: 0;
}

.html-b2b-manage-team-page .manage-wrapper span.sub-heading {
  font-family: "Thongterm-Roman";
  line-height: 30px;
}

.html-b2b-manage-team-page .manage-wrapper .icon-person-team {
  border-radius: 15px;
  background: #e8e8e8;
  width: 24px;
  height: 24px;
  position: relative;
}

.html-b2b-manage-team-page .manage-wrapper .icon-person-team img {
  position: absolute;
  top: 3px;
  left: 4px;
}

.html-b2b-manage-team-page .manage-wrapper .b2b-badge {
  font-weight: 400;
}

.html-b2b-manage-team-page .manage-wrapper .b2b-badge img {
  width: 8px;
  height: 8px;
}

.html-b2b-manage-team-page .manage-team-item-wrapper,
.html-b2b-manage-team-page .manage-team-head-wrapper {
  border-bottom: 1px solid #eeeeee;
}

.html-b2b-manage-team-page .manage-team-item-wrapper {
  padding: 18px 0;
}

.html-b2b-manage-team-page .manage-team-head-wrapper {
  padding: 10px 0 18px 0;
  margin-bottom: 13px;
}

.html-b2b-manage-team-page .manage-team-text-wrapper {
  max-width: 80%;
}

.html-b2b-manage-team-page .adjust-modal-body {
  padding: 0 90px;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* Financial Service */
.html-financial-service-page .b2b-form-wrapper .b2b-form {
  background-color: #ffffff;
  min-height: 320px;
  border-radius: 8px;
  box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
  margin: -90px 0 80px 0;
}

.html-financial-service-page .b2b-form-wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
}

.html-financial-service-page .b2b-top-banner h1.banner-title {
  font-size: 28px;
}

.html-financial-service-page .b2b-top-banner h1.banner-title.has-breadcrumbs {
  margin-top: 70px;
}

.html-financial-service-page .b2b-form-wrapper .b2b-form .heading-title {
  color: #222222;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 32px;
  margin: 0;
  padding-top: 0;
  font-size: 24px;
}

.html-financial-service-page .b2b-form-wrapper .b2b-form .policy-text {
  margin: 40px 0;
  color: #222222;
  font-family: Thongterm-Roman;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 34px;
  text-align: left;
}

.html-financial-service-page .b2b-form-wrapper .b2b-form .action-button-wrapper {
  padding-top: 40px;
}

.html-financial-service-page #select2-SelectedPhoneCallingCode-results .select2-results__option[aria-selected="false"] {
  display: inherit;
}

/* Role and Permission popup */
.tile-role {
  font-family: "KrungsriCondensed";
  font-size: 16px;
  font-weight: 200;
  line-height: 27px;
  padding-top: 16px;
}

a.underline-title-remark {
  color: #3e8cff;
  font-family: "KrungsriCondensed";
  font-size: 16px;
  font-weight: bold;
  text-underline-offset: 3px;
}

a.underline-title-remark,
a.underline-title-remark:hover {
  text-decoration: underline;
}

.b2b-modal .modal-dialog.role {
  max-width: 969px;
}

.b2b-modal .modal-content.role {
  width: 969px;
}

.b2b-modal .modal-body-role {
  padding: 0 40px;
}

.b2b-modal .modal-body-role .center-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.b2b-modal .modal-body-role .center-content h2 {
  font-family: "KrungsriCondensed";
  font-weight: bold;
  color: #222222;
  font-size: 16px;
  letter-spacing: 0;
}

.b2b-modal .modal-body-role .permission-check {
  text-align: center;
  padding-top: 17px;
}

.b2b-modal .modal-body-role span {
  font-family: "KrungsriCondensed";
  font-size: 14px;
  font-weight: bold;
}

.b2b-modal .modal-body-role p.modal-body-sub-content {
  font-family: "Thongterm-Roman";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}

.b2b-modal .modal-body-role .divider {
  border-bottom: 1px solid #eeeeee;
  padding: 16px 0;
  line-height: 22px;
}

.b2b-modal .modal-body-role .modal-descriptions-role {
  padding-top: 8px;
}

.b2b-modal .modal-body-role .modal-descriptions-role span.header-remark {
  font-family: "Thongterm-Roman";
  font-weight: bold;
  width: fit-content;
  font-size: 14px;
}

.b2b-modal .modal-descriptions-role a.underline-sub-remark {
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #222222;
  border-radius: 0;
  font-family: "Thongterm-Roman";
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 20px;
}

.b2b-modal .modal-body-role p.modal-body-content-remark {
  font-family: "Thongterm-Roman";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  padding-top: 8px;
}

.b2b-modal .modal-remark-role {
  padding: 16px 0 40px 0;
}

/* Member Form */
.member-edit-page h1.heading-title {
  padding-bottom: 16px;
  color: #222222;
  font-family: KrungsriCondensed;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 48px;
}

.member-edit-page .sub-title {
  padding-bottom: 20px;
  color: #222222;
  font-family: Thongterm-Roman;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 27px;
}

.member-edit-page .sub-title a {
  color: #3e8cff;
  font-family: KrungsriCondensed;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.member-edit-page .sub-title a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.member-edit-page .note {
  margin-bottom: 80px;
  color: #222222;
  font-family: Thongterm-Roman;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 30px;
}

/* sub account signup tem and cond */

.html-sub-account-termandcond-page,
.html-new-termandcond-page {
  font-family: "Thongterm-Roman";
}

.html-new-termandcond-page .b2b-form-wrapper .b2b-form {
  background-color: #ffffff;
  min-height: 300px;
  border-radius: 8px;
  box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding-top: 40px;
}

.html-sub-account-termandcond-page .register-top-banner h1.banner-title,
.html-new-termandcond-page .termandcond-top-banner h1.banner-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 55px;
  margin-top: 100px;
  padding: 0 10px;
  display: inline-block;
}

.html-sub-account-termandcond-page .register-top-banner h1.banner-title.banner-title-v2 {
  padding: 0 10px;
}

.html-sub-account-termandcond-page .b2b-form-wrapper .b2b-form h1,
.html-new-termandcond-page .b2b-form-wrapper .b2b-form h1 {
  padding-top: 0;
}

.b2b-form-wrapper .b2b-form h1.heading-title.fs-26 {
  font-size: 26px;
}

.html-sub-account-register-page .form-check-input {
  width: 24px;
  height: 24px;
}

.html-sub-account-register-page .form-check-input:checked {
  background-color: #ffd400;
  border-color: #ffd400;
}

.html-register-page .icon-tooltip.laser-tooltip,
.html-sub-account-register-page .icon-tooltip.laser-tooltip {
  position: absolute;
  right: 16px;
  top: 5px;
}

.html-sub-account-register-page .modal-body-tooltip .img-tooltip {
  height: 366px;
}

.html-sub-account-register-page .modal-body-tooltip .img-tooltip.img-tooltip-v2 {
  width: 100%;
  object-fit: contain;
  object-position: center;
}

/* floater banner */
.floater-banner {
  bottom: 100px !important;
  background-color: #ffd400;
  padding: 16px 24px 24px;
  width: 298px;
  border-radius: 6px;
}

.bottom-rigth {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 1000;
}

.info-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background-color: #ffd400;
  border-radius: 50%;
  margin-right: 3px;
  margin-bottom: 3px;
}

.floater-banner h1.heading-title {
  padding: 0;
  margin: 0;
  color: #222222;
  font-family: KrungsriCondensed;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 34px;
}

.floater-banner p.sub-title {
  margin: 0;
  color: #222222;
  font-family: Thongterm-Roman;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 9px;
}

.floater-banner .incomplete {
  width: 16px;
  height: 16px;
}

.floater-banner .track-step {
  display: flex;
}

.floater-banner .track-step {
  display: flex;
}

.floater-banner .track-step .track-status {
  margin-right: 9px;
  position: relative;
}

.floater-banner .track-status .track-status-dot {
  display: block;
}

.floater-banner .track-status .track-status-line {
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 24px;
  background: #222222;
}

.floater-banner .track-description {
  color: #222222;
  font-family: Thongterm-Roman;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 18px;
  padding: 0;
  margin: 0;
}

.floater-banner .track-description-complete {
  font-weight: 600;
  color: #222222;
  font-family: Thongterm-Roman;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 18px;
  padding: 0;
  margin: 0;
}

.floater-banner .btn-next-step {
  width: 105px;
  height: 35px;
  background-color: #222222;
  border: 6px solid #222222;
  color: #fff;
  font-family: KrungsriCondensed;
  font-size: 16px;
  font-weight: 600;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  padding: 0;
  border-radius: 8px;
}

.pointer-img {
  cursor: pointer;
}

/* edit change password */
.b2b-form-wrapper .b2b-form.edit-change-password-form {
  margin: -150px 0 80px 0;
  padding: 40px 150px;
}

.b2b-form .b2b-form.edit-change-password-form .edit-change-password-form-v2,
.b2b-form-wrapper .b2b-form.edit-change-password-form.edit-change-password-form-v2 {
  margin: 0;
  padding: 0 12px;
  box-shadow: none;
}

/* datetime picker */
.calendar-icon {
  position: absolute;
  right: 16px;
  top: 14px;
  z-index: 1;
  cursor: pointer;
}

.date-picker {
  width: 100%;
  z-index: 1000;
  position: absolute;
  right: 0;
  margin-top: 0px;
  border-radius: 4px;
}

.tab-wrapper {
  position: absolute;
  width: 100%;
}

.date-picker .tab-wrapper .nav-pills {
  margin: 5px auto 7px;
}

.date-picker .tab-wrapper .nav-pills .nav-link {
  background-color: #f8f8f8;
  font-size: 16px;
  line-height: 27px;
  border-radius: 0;
  border-bottom: 2px solid #eeeeee;
  font-weight: 400;
  color: #c4c4c4;
  width: auto;
  padding: 0px;
  margin: auto;
}

.date-picker .tab-wrapper .nav-pills .nav-link,
.date-picker .b2b-form-wrapper .b2b-form.has-tabs {
  background-color: #ffffff;
  font-family: KrungsriCondensed;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 34px;
  text-align: center;
}

.date-picker .tab-wrapper .nav-pills .nav-link.active {
  color: #222222;
  border-bottom: 2px solid #ffd400;
}

.select-day-tag,
.select-year-tag {
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
}

.select-month-tag {
  text-align: center;
}

.arrow-area {
  width: 16px;
  cursor: pointer;
}

.content-area {
  padding: 55px 16px 16px !important;
}

.day-of-week {
  color: #545454;
  font-family: Thongterm;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}

.date-of-week {
  height: 29px;
  width: 20px;
  font-family: Thongterm-Roman;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 200;
  cursor: pointer;
}

.date-of-week.out-of-date {
  color: #d4d4d4;
}

.date-of-week.select-date {
  font-weight: bold;
  background-color: #ffd400;
  border-radius: 50%;
}

.submit-date-btn {
  height: 44px;
  border-radius: 8px;
  background-color: #ffd400;
  border: 1px solid #ffd400;
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
  text-align: center;
  margin: 32px auto 0;
  cursor: pointer;
}

.month-of-year,
.year-of-list {
  float: left;
  width: 33.33%;
  height: 34px;
  margin: 4px 0;
  font-weight: 200;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.month-of-year.out-of-month,
.year-of-list.out-of-year {
  color: #d4d4d4;
}

.month-of-year.select-month,
.year-of-list.select-year {
  font-weight: bold;
  background-color: #ffd400;
  height: 34px;
  width: 87px;
  border-radius: 8px;
  border: 1px solid #ffd400;
}

.underline-header {
  box-sizing: border-box;
  height: 2px;
  width: 265px;
  border: 1px solid #f3f3f3;
  margin-bottom: 11px;
}

.tab-content.date-picker-content {
  height: 250px;
}

.calendar-wrapper {
  position: relative;
}

.select-day-table {
  width: 100%;
  table-layout: auto;
}

.b2b-form-wrapper .b2b-form .calendar-wrapper input[type="text"].form-control:read-only {
  background-color: #ffffff !important;
  color: #222222;
}

.b2b-form-wrapper .b2b-form .calendar-wrapper input[type="text"].form-control:read-only:focus {
  border: 1px solid #ffd400;
}

.date-picker-focus {
  border: 1px solid #ffd400 !important;
}

.html-download-documents-page .heading-title {
  padding: 40px 0 24px 0;
  text-align: center;
}

.html-download-documents-page .download-documents-area {
  width: 70%;
  height: 78px;
  margin: auto;
  margin-bottom: 24px;
  padding: 8px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 1px 2px 10px 0 rgba(35, 19, 18, 0.2);
}

.html-download-documents-page .linear {
  border-left: 1px solid #bbbbbb;
  margin-bottom: 0;
}

.html-download-documents-page .download-document-detail .file-name-detail {
  color: #222222;
  font-family: "KrungsriCondensed";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 27px;
  margin-left: 15px;
}

.html-download-documents-page .download-document-detail .updated-at-detail {
  margin-top: 9px;
  color: #626262;
  font-family: "Thongterm-Roman";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 30px;
  margin-left: 15px;
}

.download-documents-area .document-icon-area {
  display: flex;
  align-items: center;
  height: 100%;
  width: 72px;
}

.download-documents-area .document-icon-area img {
  width: 27px;
  display: block;
  margin: auto;
}

.download-documents-area .download-icon-area {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 16px;
}

.download-documents-area .download-icon-area img {
  display: block;
  margin: auto;
  cursor: pointer;
}

.toat-content {
  font-family: "KrungsriCondensed"; 
}

/* loader v2 */

@keyframes ldio-j7iuxj0fnpb {
  0% {
    transform: translate(7.199999999999999px, 48px) scale(0);
  }

  25% {
    transform: translate(7.199999999999999px, 48px) scale(0);
  }

  50% {
    transform: translate(7.199999999999999px, 48px) scale(1);
  }

  75% {
    transform: translate(48px, 48px) scale(1);
  }

  100% {
    transform: translate(88.8px, 48px) scale(1);
  }
}

@keyframes ldio-j7iuxj0fnpb-r {
  0% {
    transform: translate(88.8px, 48px) scale(1);
  }

  100% {
    transform: translate(88.8px, 48px) scale(0);
  }
}

@keyframes ldio-j7iuxj0fnpb-c {
  0% {
    background: #ffc800;
  }

  25% {
    background: #ffc800;
  }

  50% {
    background: #ffc800;
  }

  75% {
    background: #ffc800;
  }

  100% {
    background: #ffc800;
  }
}

.ldio-j7iuxj0fnpb div {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transform: translate(48px, 48px) scale(1);
  background: #ffc800;
  animation: ldio-j7iuxj0fnpb 2s infinite cubic-bezier(0, 0.5, 0.5, 1);
}

.ldio-j7iuxj0fnpb div:nth-child(1) {
  background: #ffc800;
  transform: translate(88.8px, 48px) scale(1);
  animation: ldio-j7iuxj0fnpb-r 0.5s infinite cubic-bezier(0, 0.5, 0.5, 1), ldio-j7iuxj0fnpb-c 2s infinite step-start;
}

.ldio-j7iuxj0fnpb div:nth-child(2) {
  animation-delay: -0.5s;
  background: #ffc800;
}

.ldio-j7iuxj0fnpb div:nth-child(3) {
  animation-delay: -1s;
  background: #ffc800;
}

.ldio-j7iuxj0fnpb div:nth-child(4) {
  animation-delay: -1.5s;
  background: #ffc800;
}

.ldio-j7iuxj0fnpb div:nth-child(5) {
  animation-delay: -2s;
  background: #ffc800;
}

.loadingio-spinner-ellipsis-tbsm8ad7d8h {
  width: 120px;
  height: 120px;
  display: inline-block;
  overflow: hidden;
  background: none;
}

.ldio-j7iuxj0fnpb {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.ldio-j7iuxj0fnpb div {
  box-sizing: content-box;
}

/* generated by https://loading.io/ */

#app-loading-content {
  width: 200px;
  background: none;
  box-shadow: none;
}

#app-loading-content>div {
  background: none;
}

/* Media */
@media only screen and (min-width: 1280px) {
  .container {
    min-width: 1170px;
  }

  .html-home-page .home-privilege p {
    width: 1170px;
  }
}

@media only screen and (min-width: 1200px) {
  .product-preview-small-pic.customer-product .slick-list {
    width: 100%;
    margin: 0;
  }

  .product-preview-small-pic.customer-product .slick-track {
    margin: 0 -4px;
    width: 103% !important;
    overflow: visible;
  }
}

@media only screen and (max-height: 750px) {
  .b2b-modal .modal-dialog.role {
    margin: 50px auto;
  }
}

/*New Theme v2*/
/*Mobile First*/
body {
  margin-top: 116px;
  min-width: 340px;
  padding: 0 !important;
}

.center-1 {
  margin: 0 0 50px 0;
}

.master-wrapper-content {
  width: 100%;
  padding: 0 12px;
}

.master-wrapper-content.master-wrapper-content-v2 {
  padding: 0;
}

.app-nav {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 1px 0 #eeeeee;
  padding: 0;
}

.app-nav * {
  font-family: "KrungsriCondensed";
  font-style: normal;
  color: #222222;
}

.app-nav-container {
  background: #ffffff;
}

.app-nav-container ul {
  margin: 0;
}

.app-nav .line {
  width: 100%;
  height: 2px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.app-nav .search-container .header-lower {
  width: 100%;
}

.app-nav .search-box * {
  font-family: Thongterm-Roman;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
}

#product-search-container #small-search-terms {
  width: 40px;
}

.app-nav .search-box {
  padding: 14px 16px;
}

.app-nav-container .app-logo-mobile {
  height: 35px;
}

.app-nav-container .app-logo-desktop {
  padding: 0 14px 0 12px;
  margin-bottom: 6px;
}

.app-nav-container .app-name {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  margin-left: 5px;
  padding-top: 2px;
}

.app-nav-container .offcanvas,
.app-nav-container .offcanvas>div {
  height: 100%;
  background: none;
}

.app-nav-container .app-nav-offcanvas-content {
  width: 100%;
  background-color: white;
}

.app-nav-container .app-nav-offcanvas-close {
  width: 56px;
  padding-top: 10px;
  background: rgba(34, 34, 34, 0.8);
}

.app-nav-container .app-nav-offcanvas-close button {
  background: none;
  border: none;
}

.app-nav-container .header-links * {
  font-family: 'KrungsriCondensed';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #222222;
}

.app-nav-container .header-links *.select2-selection__rendered {
  font-weight: 700;
}

.footer {
  background-color: #f8f8f8;
}

.footer * {
  font-family: "KrungsriCondensed";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #626262;
}

.footer .copyright {
  font-size: 10px;
}

#signup-section {
  margin: 0;
}

#signup-section .col-12 {
  padding: 0;
}

#product-search-container .select2-container {
  width: 120px !important;
}

.select2-container--open .search-product-types-dropdown.select2-dropdown--below {
  min-width: 200px !important;
}

#home .product-section,
#home .financial-service-wrapper,
#home .financial-product-section,
#home .valuable-feature-section {
  margin-top: 40px;
}

#home .product-just-for-you-banner {
  margin-top: 30px;
}

#home #products-just-for-you .product-card {
  border: 2px solid #FFD400;
}

#home .product-just-for-you-banner>div {
  border-radius: 8px;
  overflow: hidden;
}

#home .product-just-for-you-banner img.mobile-size {
  height: 400px;
  width: 360px;
}

#home .product-just-for-you-banner img.desktop-size {
  width: 100%;
}

#home #what-is-new {
  margin-top: 20px;
}

#home .product-section .title,
#home .valuable-feature-section .title,
#home .financial-service-wrapper .title,
.knowledge-and-activities-header .title,
.company-member-header .title {
  font-family: "KrungsriCondensed";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 41px;
  color: #222222;
  padding-left: 4px;
  margin-bottom: 4px;
}

#home .home-product-card-container {
  margin: 0 -12px 0 -12px;
}

#home .home-product-card-container>div,
.product-keywords-page .product-keyword-card-container,
.company-sort-by-page .our-product-card-container,
.html-b2b-product-sub-categories .sub-category-product-card-container,
.search-product-list-container #search-product-list,
.search-product-list-container #search-service-list,
.html-knowledge-and-activity-page .knowledge-and-activity-card-container,
#products-special-deal-page #product-list {
  width: 328px;
}

#home #carouselWhatNewProductsControls {
  margin: 0 -2px;
}

#home .financial-product-section>div {
  width: 360px;
  color: white;
}

#home .financial-product-section .image {
  height: 200px;
  background-image: url("/img/home/financial-product-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 65% 50%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

#home .financial-product-section .desc {
  height: 320px;
  background-color: #4f6e8a;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

#home .financial-product-section .desc .title {
  font-family: "KrungsriCondensed";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 41px;
}

#home .financial-product-section .desc .detail {
  font-family: "KrungsriCondensed";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
}

#home .financial-product-section .btn {
  margin: 0;
}

#home .valuable-feature-section .feature-card {
  width: 320px;
  padding: 6px 4px;
}

#home .valuable-feature-section .feature-title {
  font-family: "KrungsriCondensed";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 41px;
  margin-top: 6px;
}

#home .valuable-feature-section .feature-desc {
  font-family: "KrungsriCondensed";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}

#home .valuable-feature-section hr {
  width: 60px;
  height: 3px;
  color: #ffd400;
  opacity: 100;
  margin: auto;
}

.search-result-wrapper {
  padding: 0;
}

.product-card-container {
  margin: 12px 4px;
}

.product-card {
  width: 156px;
  height: 296px;
  padding: 2px 0;
  background: #ffffff;
  box-shadow: 1px 2px 10px rgba(35, 19, 18, 0.2);
  transition: box-shadow 0.2s;
  border-radius: 8px;
  border: 2px solid white;
  cursor: pointer;
}

.product-card .product-image {
  display: block;
  min-width: 148px;
  min-height: 140px;
  overflow: hidden;
  border-radius: 8px;
  align-self: center;
}

.product-card .knowledge-activity-image {
  width: 148px;
  height: 148px;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  align-self: center;
}

.product-card .product-image .inner,
.product-card .knowledge-activity-image .inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  height: 100%;
  transform: scale(1, 1);
  transition: transform 0.2s;
}

.product-card .card-body {
  padding: 0 4px;
}

.product-card:hover,
.company-member-card:hover {
  box-shadow: 1px 2px 10px rgba(35, 19, 18, 0.4);
}

.product-card:hover .product-image .inner,
.product-card:hover .knowledge-activity-image .inner {
  transform: scale(1.05, 1.05);
}

.product-card .product-card-tag {
  position: absolute;
  z-index: 1;
  color: #FFFFFF;
  font-family: "KrungsriCondensed";
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 18px;
}

.product-card .product-card-tag-just-for-you {
  background-color: #FF9A00;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-top: 4px;
  height: 24px;
  top: 8px;
  left: -2px;
}

.product-card .product-card-tag-just-for-you:after {
  content: '';
  position: absolute;
  top: 24px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 0 solid transparent;
  border-top: 4px solid #D4B000;
  clear: both;
}

.product-card .product-card-tag-discount {
  width: 53px;
  height: 39px;
  top: -2px;
  right: 6px;
  background-color: #ffd400;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  padding-top: 14px;
}

.product-card .product-card-tag-discount.product-special-deal {
  font-size: 12px;
  padding-top: 7px;
  line-height: 1.2;
}

.product-card .product-card-tag-discount:before {
  content: '';
  position: absolute;
  top: 39px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 27px solid transparent;
  border-top: 14px solid #ffd400;
  clear: both;
}

.product-card .product-card-tag-discount:after {
  content: '';
  position: absolute;
  top: 39px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 27px solid transparent;
  border-right: 0 solid transparent;
  border-top: 14px solid #ffd400;
  clear: both;
}

.product-card .product-name {
  font-family: "KrungsriCondensed";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #222222;
  margin-top: 8px;
  height: 44px;
  display: -webkit-box;
  max-width: 146px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card .product-price {
  font-family: "KrungsriCondensed";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  color: #222222;
  height: 27px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product-card .product-original-price {
  font-family: "KrungsriCondensed";
  font-style: normal;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
  color: #626262;
  height: 26px;
  text-decoration: line-through;
  font-weight: 500;
}

.product-card .product-moq {
  font-family: "KrungsriCondensed";
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  color: #626262;
  font-weight: 400;
}

.overflow-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#signup-section .form-label {
  width: 100%;
}

/* Register request otp */
.html-register-request-otp .wrapper-line {
  margin-bottom: 0;
}

.html-register-request-otp .register-top-banner,
.html-register-request-otp .account-top-banner,
.html-sub-account-otp-request-page .register-top-banner,
.html-sub-account-otp-selection-page .register-top-banner {
  display: none;
}

.html-register-request-otp .b2b-form-wrapper .b2b-form.account-form.banner-text-two-line {
  margin: 0;
  box-shadow: unset;
  padding: 50px 14px;
}

.html-register-request-otp .b2b-form-wrapper .b2b-form .action-button-wrapper {
  justify-content: center;
  margin: 0;
}

.html-register-request-otp .b2b-form-wrapper .b2b-form button[type="submit"] {
  width: 100%;
}

.html-register-request-select-otp .b2b-form-wrapper .b2b-otp-selection .col-10 {
  width: 100%;
}

.html-register-request-otp .master-wrapper-row {
  margin: 0;
  --bs-gutter-y: 0;
  --bs-gutter-x: 0;
}

/* Signup otp verify */
.html-signup-otp-verify-page .register-top-banner,
.html-signup-otp-verify-page .account-top-banner {
  display: none;
}

.html-signup-otp-verify-page .b2b-form-wrapper .b2b-form.account-form.banner-text-two-line {
  padding: 40px 0;
  margin: 0;
}

.html-signup-otp-verify-page .b2b-form-wrapper .b2b-form {
  box-shadow: none;
}

.html-signup-otp-verify-page .b2b-form-wrapper .b2b-form input[type="password"].input-otp,
.html-signup-otp-verify-page .b2b-form-wrapper .b2b-form input[type="text"].input-otp {
  width: 37px;
  height: 37px;
  margin: 0 4px;
  padding: 0;
  font-size: 20px;
  font-family: "KrungsriCondensed";
}

.html-signup-otp-verify-page .b2b-form h1.logo-text div {
  font-size: 24px;
}

.html-signup-otp-verify-page .preview-alert {
  display: flex;
}

.html-signup-otp-verify-page .preview-alert img {
  display: inline-block;
  margin: 6px 8px 0;
}

/* Signup otp verify */
.html-register-page .b2b-form-wrapper .b2b-form .action-button-wrapper,
.html-signup-otp-verify-page .action-button-wrapper {
  padding: 40px 16px;
}

.html-signup-otp-verify-page .signup-otp-verify-footer .form-link {
  display: inline-grid;
}

.html-signup-otp-verify-page .signup-otp-verify-footer .change-sending-otp-area {
  margin-top: 24px;
}

.html-signup-otp-verify-page .change-sending-otp-area .form-link a {
  margin: 0;
}

.html-signup-otp-verify-page .b2b-modal h1 {
  font-size: 20px;
  margin-bottom: 16px;
}

.html-signup-otp-verify-page .b2b-modal span {
  font-size: 16px;
}

.html-signup-otp-verify-page .b2b-modal .modal-footer {
  padding-top: 40px;
}

.html-signup-otp-verify-page .modal-footer .b2b-button-yellow,
.html-company-search-result .b2b-button-yellow {
  width: 100%;
  margin: 0;
}

.search-product-tabs-container .tab-wrapper,
.customer-product-tabs-container.tab-wrapper {
  position: static;
}

.search-product-tabs-container .tab-wrapper .nav-pills .nav-link {
  padding: 8px 40px;
}

/* T&C Page */
.html-register-termandcond-page .master-wrapper-content {
  padding: 0;
}

.html-register-termandcond-page .b2b-form-wrapper .b2b-form {
  box-shadow: unset;
}

.html-register-termandcond-page .b2b-form-wrapper .b2b-form .action-button-wrapper {
  display: inline-grid;
  width: 100%;
  margin: 0;
}

.html-register-termandcond-page .b2b-form-wrapper .b2b-form .action-button-wrapper input {
  margin-left: 0;
  margin-right: 0;
}

/* T&C Modal */
.b2b-modal-termandcondeclinve .modal-body {
  padding: 0px 50px;
}

.b2b-modal-termandcondeclinve .modal-footer .row {
  display: inline-grid;
  justify-content: unset;
  width: 100%;
}

.b2b-modal-termandcondeclinve .modal-footer .row .col-auto a {
  width: 100%;
}

.form-label.product-photo-tooltip-area {
  width: 100%;
}

/* financial service */
.html-financial-service-page .b2b-form-wrapper .b2b-form {
  box-shadow: none;
  margin: 0;
  padding: 40px 0;
}

.html-financial-service-page .b2b-top-banner h1.banner-title {
  text-align: center;
  display: block;
}

.b2b-modal-cookie .modal-body-cookie {
  padding: 40px 15px 0 15px;
}

.b2b-modal-cookie .modal-footer-cookie {
  padding: 20px 15px 40px 15px;
}

.b2b-modal-cookie .modal-footer-cookie form .row button,
.b2b-modal-cookie .modal-footer-cookie form .row a {
  margin: 0;
}

/* Cookie Manage Popup */
.b2b-modal-manage-cookie .modal-body-manage-cookies {
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  overflow-y: auto;
}

.b2b-modal-manage-cookie .modal-body-manage-cookies .manage-cookies-accordion-container .accordion-button {
  font-size: 16px;
}

/* Cookie Delect Popup */
.b2b-modal-delect-cookie .modal-body {
  padding: 0 16px;
}

.b2b-modal-delect-cookie .modal-body .modal-body-sub-title {
  font-size: 20px;
}

.b2b-modal-delect-cookie .modal-footer-cookie form .row button,
.b2b-modal-delect-cookie .modal-footer-cookie form .row a {
  margin: 0;
}

.signup-request-otp-wrapper-v2 {
  padding: 20px;
}

.b2b-form-wrapper .b2b-form.account-form.create-account-form .title {
  display: none;
}

.b2b-form-wrapper .b2b-form h1 .title,
.b2b-form .edit-change-password-form .edit-change-password-form-v2 .title {
  display: none;
}

.html-financial-service-page .b2b-top-banner h1.banner-title {
  font-size: 24px;
}

.html-financial-service-page .b2b-form-wrapper .b2b-form .heading-title {
  font-size: 20px;
}

/* resetpassword verify otp */
.html-resetpassword-verify-otp-page .b2b-form-wrapper .b2b-form .resetpassword-verify-otp-content-mobile {
  display: block;
}

.html-resetpassword-verify-otp-page .b2b-form-wrapper .b2b-form .resetpassword-verify-otp-content-desktop {
  display: none;
}

.html-resetpassword-verify-otp-page .b2b-form-wrapper .b2b-form.account-form.banner-text-two-line {
  margin: 0;
  box-shadow: unset;
  padding: 50px 14px;
}

.html-resetpassword-verify-otp-page .b2b-form-wrapper .b2b-form input[type="password"].input-otp {
  width: 37px;
  height: 37px;
  margin: 0 4px;
  font-size: 20px;
  font-family: "KrungsriCondensed";
}

/* Search Result Tab */
.html-b2b-search .tab-wrapper .nav-pills {
  margin: 0 0 14px;
}

.search-product-tabs-container .tab-wrapper .nav-pills .nav-link {
  padding: 8px;
}

.html-b2b-search h1.search-result-header {
  font-size: 24px;
}

.html-b2b-search .notfound-wrapper h1 {
  font-size: 20px;
}

.html-company-search-result .master-wrapper-content {
  padding: 0;
}

.html-company-search-result .master-wrapper-content .container,
.html-company-search-result .master-wrapper-content .header-divider {
  padding: 0 18px;
}

.html-company-search-result .footer-link-text {
  margin: 0;
}

.company-list-item {
  padding: 18px;
}

.company-list-item .content .right .company-name {
  font-size: 20px;
  line-height: 34px;
}

.company-list-item .content .company-content-xs-size {
  color: #222222;
  font-family: "Thongterm-Roman";
  letter-spacing: 0;
}

.company-list-item .content .company-content-xs-size .company-contact {
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
}

.company-list-item .content .company-content-xs-size .company-description {
  font-size: 16px;
  line-height: 34px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.company-list-item a.view-more {
  float: right;
}

.company-list-item .content .right .company-country {
  margin-top: 18px;
}

.product-sub-categories-page .component-sidebar-wrapper {
  display: none;
}

.product-sub-categories-page .product-category-menu-title,
.product-keywords-page .keyword-menu-title {
  color: #222222;
  font-family: "KrungsriCondensed";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 42px;
}

.product-sub-categories-page .product-sub-categories-sort-by+.select2 .select2-selection__rendered {
  width: 65px;
}

.product-keywords-page .keyword-wrapper {
  height: 90px;
  overflow-y: scroll;
}

.sidebar-wrapper-v2 {
  background-color: #ffffff;
  text-align: left;
}

.sidebar-wrapper-v2 a:hover,
.sidebar-wrapper-v2 a.active {
  background-color: #f8f8f8;
}

.sidebar-wrapper-v2 .sidebar.category.active::after,
.sidebar-wrapper-v2 .sidebar.category:hover::after,
.sidebar-wrapper-v2 .sidebar.category:focus::after {
  -webkit-box-shadow: 0 -40px 0 0 #f8f8f8;
  -moz-box-shadow: 0 -40px 0 0 #f8f8f8;
  box-shadow: 0 -40px 0 0 #f8f8f8;
}

.extend-sidebar-wrapper-v2 {
  text-align: left;
  margin-left: 4px;
  padding: 7px 0 6px;
  background: none;
  display: none;
  width: 85%;
}

.sidebar-wrapper-v2 h1 * {
  font-size: 18px;
}

.sidebar-wrapper-v2 h1,
.extend-sidebar-wrapper-v2 .back-to-product-and-service-categories,
.extend-sidebar-wrapper-v2 h1 {
  margin: 10px 0px 10px 10px;
}

.extend-sidebar-wrapper-v2 .back-to-product-and-service-categories {
  cursor: pointer;
  display: inline-flex;
}

.sidebar-wrapper-v2 .sidebar.category,
.extend-sidebar-wrapper-v2 .sub-category-wrapper p {
  margin: 0;
  padding: 8px 0 8px 0;
}

.sidebar-wrapper-v2 .sidebar.category img,
.sidebar-wrapper-v2 .all-category img {
  margin-left: 10px;
}

.extend-sidebar-wrapper-v2 .sub-category-wrapper {
  margin: 0px 0px 40px 10px;
}

.extend-sidebar-wrapper-v2 .sub-category-wrapper p,
.extend-sidebar-wrapper-v2 .back-to-product-and-service-categories,
.sidebar-wrapper-v2 .all-category p {
  font-weight: 100;
}

.sidebar-wrapper-v2 .all-category p,
.sidebar-wrapper-v2 .sidebar.category p {
  margin: auto 0px auto 4px;
}

.extend-sidebar-wrapper-v2 .back-to-product-and-service-categories p {
  margin-left: 8px;
}

.extend-sidebar-wrapper-v2 .extend-sidebar-content-wrapper {
  width: 100%;
  word-break: break-word;
}

.extend-sidebar-content-wrapper-v2 {
  display: none;
}

.language-div,
.register-div,
.sign-in-div {
  padding: 10px;
}

.availableLanguages-div {
  margin: 24px 10px;
}

.language-div {
  font-size: 16px;
  font-weight: 700;
  font-family: "KrungsriCondensed";
  cursor: pointer;
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 2px;
  margin: 0 6px;
  line-height: 27.48px;
  color: #222222;
}

.language-div:hover {
  background-color: #f8f8f8;
}

.language-div.active {
  background-color: #ffd400;
  border-radius: 4px;
}

.register-div .register span {
  margin: 0 0 0 8px;
}

.register-div .register img {
  width: 14px;
  height: 16px;
}

.register-div .register span,
.sign-in-div a {
  font-weight: 500;
  font-size: 14px;
  font-family: "KrungsriCondensed";
  line-height: 23.43px;
  color: #222222;
}

.between-div {
  padding: 10px 0;
}

.account-display {
  margin: 20px 0 20px 16px;
}

.account-display img {
  margin-right: 10px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.account-display span {
  vertical-align: middle;
}

.signout-div a,
#myAccount .my-account .menu,
#myMenu .menu {
  font-family: "Thongterm-Roman";
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  color: #222222;
}

.product-sub-categories-page .product-sub-categories-sort-by+.select2 .select2-selection__rendered {
  width: 65px;
}

.product-keywords-page .keyword-wrapper {
  height: 90px;
  overflow-y: scroll;
}

#myAccount .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  color: #222222;
  box-shadow: none;
}

#myAccount .accordion-body {
  padding: 0px 16px 0px 16px;
}

#myAccount .accordion-button {
  padding: 18px 24px 8px 24px;
}

#myAccount .accordion-button::after {
  width: 16px;
  height: 16px;
  background-size: 16px;
  color: #222222;
}

.product-keywords-page .product-sortby,
.product-sub-categories-page .product-sortby {
  font-weight: 200;
}

.navbar-toggler .avatar {
  width: 24px;
  height: 24px;
  border-radius: 12px;
}

/* Company Profile Detail */
.compnay-profile-detail-page .b2b-top-banner {
  height: 200px;
}

.compnay-profile-detail-page .b2b-top-banner .breadcrumbs {
  display: block;
}

.compnay-profile-detail-page .master-wrapper-content.container {
  padding: 0;
  max-width: unset;
}

.compnay-profile-detail-page .b2b-form-wrapper.customer-view-wrapper.form-header {
  background: transparent;
  box-shadow: none;
  margin-top: -25%;
}

.compnay-profile-detail-page .customer-view-form {
  display: block;
}

.compnay-profile-detail-page .company-view-detail-logo-section {
  width: 60%;
  margin: auto;
}

.compnay-profile-detail-page .company-view-logo .ratio {
  background: #fff;
  border-radius: 8px;
}

.compnay-profile-detail-page .company-view-detail-bio-section {
  text-align: center;
}

.compnay-profile-detail-page .company-view-detail-bio-section .customer-btn-wrapper a {
  width: 100%;
}

.compnay-profile-detail-page .customer-product-tabs-container .nav-pills {
  justify-content: center;
}

.compnay-profile-detail-page .customer-product-tabs-container .nav-pills .nav-link.customer-view-link {
  width: auto;
  padding: 0.5rem 0.6rem;
}

#company-images-photo-list-modal .modal-footer,
#factory-images-photo-list-modal .modal-footer {
  padding-left: 4px;
  padding-right: 4px;
  align-self: center;
}

#company-images-photo-list-modal .photo-list .image-wrapper.col,
#factory-images-photo-list-modal .photo-list .image-wrapper.col {
  width: 64px;
  min-width: 64px;
  max-width: 64px;
  height: 64px !important;
  min-height: 64px;
  max-height: 64px;
}

#company-images-photo-list-modal .photo-list .image-wrapper.col.empty,
#factory-images-photo-list-modal .photo-list .image-wrapper.col.empty {
  display: none;
}

.b2b-modal .default-action.button-cancel-v2 {
  margin: 0;
}

.button-go-v2 {
  margin-top: 12px;
}

.b2b-form-wrapper .action-button-wrapper .decline.decline-v2 {
  margin: 10px 0 10px 0;
}

/* Cookie Manage Popup */
.b2b-modal-manage-cookie .modal-body-manage-cookies .manage-cookies-accordion-container .accordion .accordion-item .accordion-static-status {
  min-width: 100px;
}

.all-activities {
  font-size: 24px;
}

.krungsri-envisioning {
  font-size: 20px;
}

.more-information,
.condition {
  font-size: 18px;
}

.view-more {
  font-size: 16px;
  font-family: "KrungsriCondensed";
  font-weight: normal;
  font-stretch: condensed;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #222;
}

.all-activities,
.krungsri-envisioning,
.more-information,
.condition {
  font-family: "KrungsriCondensed";
  font-weight: bold;
  font-stretch: condensed;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #222;
}

.activities-button {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  font-size: 14px;
  font-family: "Thongterm-Roman";
  color: #222;
}

#gallery img {
  width: 100%;
  height: 104px;
}

/* Social Share Popup */
.btn-share-social img {
  width: 16px;
}

.b2b-modal-social-share .modal-dialog {
  max-width: 571px;
  height: 288px;
}

.b2b-modal-social-share .modal-body a {
  width: auto;
}

.b2b-modal-social-share .modal-body img {
  width: 48px;
  margin: 0;
}

.b2b-modal-social-share .modal-body .input-group {
  width: 400px;
}

.b2b-modal-social-share .modal-body .input-group .social-share-url-text {
  border-radius: 8px 0 0 8px;
}

.b2b-modal-social-share .modal-body .input-group .social-share-url-button {
  min-width: 48px;
  border: 1px solid #ffd400;
  background-color: #ffd400;
  padding: 0;
  text-align: center;
  border-radius: 0 8px 8px 0;
  margin: 0;
  transition: all 0.5s;
  z-index: 10;
}

.b2b-modal-social-share .modal-body .input-group .social-share-url-button {
  width: 52px;
}

.b2b-modal-social-share .modal-body .input-group .social-share-url-button img {
  width: 16px;
  height: 16px;
  margin: 0;
}

.product-section-header {
  width: 330px;
}

.product-section-header .view-more-container {
  margin-top: 6px;
}

/* Knowledge and Activity */
.knowledge-and-activities-header .view-more-container,
.product-detail-view .view-more-container,
.company-member-header .view-more-container {
  margin-top: auto;
  margin-bottom: 12px;
}

.knowledge-activity-card {
  height: 100%;
  padding-top: 4px;
}

.knowledge-activity-name {
  font-family: "KrungsriCondensed";
  font-size: 16px;
  font-weight: 700;
  font-stretch: condensed;
  font-style: normal;
  line-height: 27.48px;
  margin-top: 8px;
  letter-spacing: normal;
  color: #222;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 54px;
}

.knowledge-activity-date {
  margin: 8px 0 16px;
  font-family: "KrungsriCondensed";
  font-size: 14px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: #626262;
}

.media-iframe {
  width: 100%;
  height: 180px;
}

.knowledge-activity-page {
  margin: 28px 0;
}

.page-link:hover,
.page-link:active {
  color: #222222;
  background-color: #ffd400;
  border: 1px solid #ffd400;
  height: 24px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 24px;
}

.html-knowledge-and-activity-page .page-item:first-child .page-link,
.html-knowledge-and-activity-page .page-item:last-child .page-link,
.html-knowledge-and-activity-page .page-link {
  border: none;
  color: #222;
  border: 1px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 500;
}

.html-knowledge-and-activity-page .page-item:first-child .page-link,
.html-knowledge-and-activity-page .page-item:last-child .page-link {
  display: contents;
  line-height: 28px;
}

.html-knowledge-and-activity-page .page-link {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.html-knowledge-and-activity-page .page-link:hover,
.html-knowledge-and-activity-page .page-link:active,
.html-knowledge-and-activity-page .page-item.active .page-link {
  color: #222222;
  background-color: #ffd400;
  border-color: #ffd400;
}

.html-knowledge-and-activity-page .page-item.disable .page-link {
  pointer-events: none;
  cursor: default;
  color: #a0a0a0;
}

#knowledge-and-activities-section .download-document-container {
  overflow: hidden;
}

#knowledge-and-activities-section .download-document {
  overflow: hidden;
  text-overflow: ellipsis;
}

#knowledge-and-activities-section .download-document-button {
  display: flex;
  border: 1px solid #ffd400;
  border-radius: 6px;
  padding: 2px 6px 0 6px;
}

#knowledge-and-activities-section .download-document span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-section-header .view-more,
.knowledge-and-activities-header .view-more,
.product-item-wrapper .view-more,
.service-item-wrapper .view-more,
.product-detail-view .view-more {
  border-radius: 4px;
  border: 1px solid var(--color-icon-yellow, #FFD400);
  background: var(--icon-white, #FFF);
  width: 72px;
  height: 22px;
  flex-shrink: 0;
  color: var(--text-standard-black, #222);
  text-align: center;
  font-size: 12px;
  font-family: "KrungsriCondensed";
  font-weight: 500;
}

.product-item-wrapper .view-more,
.service-item-wrapper .view-more {
  text-decoration-line: none;
  width: 82px;
}

.product-section-header .view-more:hover,
.knowledge-and-activities-header .view-more:hover,
.product-item-wrapper .view-more:hover,
.service-item-wrapper .view-more:hover {
  color: #a0a0a0;
}

.html-knowledge-and-activity-page .page-link.prev-page:hover,
.html-knowledge-and-activity-page .page-link.next-page:hover {
  background-color: transparent;
  border-color: transparent;
}

/* Scroll margin */
#products-just-for-you,
#just-for-you,
#financial-service,
#what-new-products,
#popular-products {
  scroll-margin-top: 150px;
}

.breadcrumbs:not(.breadcrumbs-hide-links) .breadcrumbs-dots {
  display: none;
}

.breadcrumbs.breadcrumbs-hide-links .breadcrumbs-link {
  display: none;
}

.ql-editor {
  white-space: inherit;
}

.ql-editor * {
  font-size: unset;
  line-height: unset;
}

.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  font-weight: bold;
}

.ql-editor u {
  text-decoration: underline;
}

/* Add New Product */
.add-product-page .product-sidebar-wrapper,
.product-edit-page .product-sidebar-wrapper,
.manage-product-page .product-sidebar-wrapper,
.manage-service-page .service-sidebar-wrapper,
.html-b2b-rfq-page .rfq-sidebar-wrapper {
  display: none;
}

.add-product-page .product-content-wrapper,
.product-edit-page .product-content-wrapper,
.add-rfq-page .rfq-content-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}

.add-product-page .product-content-wrapper .b2b-top-banner,
.product-edit-page .product-content-wrapper .b2b-top-banner,
.add-rfq-page .rfq-content-wrapper .b2b-top-banner {
  text-align: center;
}

.add-product-page .b2b-form-wrapper .b2b-form,
.product-edit-page .b2b-form-wrapper .b2b-form {
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
  box-shadow: none;
  padding: 0 16px;
}

.add-product-page .add-product-section-wrapper,
.product-edit-page .add-product-section-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}

.add-product-page .add-product-section-wrapper form,
.product-edit-page .add-product-section-wrapper form {
  background-color: #fff;
  border-radius: 8px;
}

.add-product-page .add-product-section-wrapper .action-button-wrapper,
.product-edit-page .add-product-section-wrapper .action-button-wrapper,
.add-rfq-section-wrapper .action-button-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
}

.add-product-page .divider,
.product-edit-page .divider {
  border-bottom: 1px solid #eeeeee;
  padding: 16px 0;
  line-height: 22px;
}

.add-product-page .form-switch .form-check-input,
.product-edit-page .form-switch .form-check-input {
  width: 2.6em;
  height: 1.7em;
}

.add-product-page .form-switch,
.product-edit-page .form-switch {
  display: flex;
  align-items: center;
  margin-right: 1em;
}

.add-product-page .form-switch .form-check-input[type="checkbox"],
.product-edit-page .form-switch .form-check-input[type="checkbox"] {
  display: block;
  border: 4px solid #222222;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-3 -4 8 8'><circle r='2' fill='222222'/></svg>");
  background-size: 26px;
}

.add-product-page .form-switch .form-check-input[type="checkbox"]:checked,
.product-edit-page .form-switch .form-check-input[type="checkbox"]:checked {
  border-color: transparent;
  background-color: #4ddbb8;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-5 -4 8 8'><circle r='2' fill='white'/></svg>");
  background-size: 26px;
}

.add-product-page .service-specialdeal-area,
.add-product-page .product-specialdeal-area,
.product-edit-page .product-specialdeal-area {
  border: none;
  padding: 0px;
  margin-bottom: 0px;
}

.add-product-page .service-specialdeal-area.specialdeal-active,
.product-edit-page .service-specialdeal-area.specialdeal-active,
.add-product-page .product-specialdeal-area.specialdeal-active,
.product-edit-page .product-specialdeal-area.specialdeal-active {
  border-color: #4ddbb8;
}

.add-product-page .label-after-to-empty,
.product-edit-page .label-after-to-empty {
  margin-top: 0px;
}

.add-product-page .label-after-to-empty label,
.product-edit-page .label-after-to-empty label {
  display: none;
}

.add-product-page .drag-area,
.product-edit-page .drag-area {
  padding: 26px;
}

.add-product-page .add-product-section-wrapper .action-button-wrapper .btn,
.product-edit-page .add-product-section-wrapper .action-button-wrapper .btn,
.product-preview-page .product-detail-view .action-button-wrapper .btn,
.add-rfq-section-wrapper .action-button-wrapper .btn {
  max-width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

.add-product-page .back-button-wrapper,
.product-edit-page .back-button-wrapper,
.add-rfq-page .back-button-wrapper {
  margin-top: 10px;
  margin-bottom: 40px;
}

.product-item-wrapper .view-more-container,
.service-item-wrapper .view-more-container {
  margin-top: auto;
  margin-bottom: 4px;
}

.product-description,
.service-description {
  height: 155px;
}

.product-item-price .specialdeal-discount-tag,
.service-item-price .specialdeal-discount-tag {
  height: 30px;
  border-radius: 8px;
  border: 1px solid var(--background-tag-yellow, #FFD400);
  background: var(--background-tag-yellow, #FFD400);
  display: inline-flex;
  padding: 1px 5px 0px 5px;
  align-items: center;
  font-weight: normal;
}

.specialdeal-discount-price {
  font-weight: bold;
}

.product-item-updated-at,
.service-item-updated-at {
  font-size: 14px;
  margin-top: 1px;
}

.btn-load-more {
  width: 120px;
  height: 29px;
  font-family: "Thongterm-Roman";
  font-size: 16px;
  color: #222222;
  padding: 0 8px;
}

.btn-load-more img {
  height: 14px;
  margin-top: 6px;
  margin-left: 8px;
  vertical-align: top;
}

/*footer*/
footer {
  position: relative;
  z-index: 1;
}

.manage-product-page .manage-product-filter-contrainer .select2-container,
.manage-service-page .manage-service-filter-contrainer .select2-container,
.manage-rfq-page .manage-product-filter-contrainer .select2-container {
  display: inline-flex;
}

.product-item-sku,
.service-item-sku {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#products-special-deal-page .select2-selection,
.all-messages-page .filter-container .select2-selection {
  border: 0 !important;
}

.category-selector-dropdown.select2-dropdown--below {
  min-width: 320px !important;
}

/* product preview */
.product-preview-page .master-wrapper-content:not(.product-preview-page footer .master-wrapper-content) {
  padding: 0;
}

.product-preview-page .product-detail-view {
  min-width: 100%;
}

.product-preview-page .preview-noti-area {
  padding: 20px 12px;
}

.product-preview-page .preview-header {
  padding: 10px 12px;
}

.product-preview-page .product-detail-big-pic-wrapper {
  border-radius: 0;
}

.product-preview-page .product-detail-big-pic-wrapper .slick-list .slick-track img {
  border-radius: 0;
  object-fit: contain;
}

.product-preview-page .preview-product-name {
  display: none;
}

.product-preview-page .product-detail .updated-date {
  white-space: nowrap;
}

.master-wrapper-content {
  z-index: 2;
}

.master-wrapper-content .master-column-wrapper {
  z-index: 2;
}

.add-product-page .b2b-form-wrapper .b2b-form input[type="text"].field-not-validate,
.product-edit-page .b2b-form-wrapper .b2b-form input[type="text"].field-not-validate {
  border-color: var(--color-grey-c-0-c-0-c-0, #c0c0c0) !important;
}

.add-product-page .b2b-form-wrapper .b2b-form input[type="text"].field-not-validate:focus,
.product-edit-page .b2b-form-wrapper .b2b-form input[type="text"].field-not-validate:focus {
  border-color: var(--color-yellow-f-f-d-4-0-0, #ffd400) !important;
}

.force-hide {
  display: none !important;
}

.data-not-found-container * {
  font-family: "KrungsriCondensed";
  font-weight: bold;
  color: #222222;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
}

.data-not-found-container img {
  width: 56px;
}

/* Inquiry */

.html-b2b-initial-inquiry-page .b2b-top-banner h1.banner-title.has-breadcrumbs {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.html-b2b-initial-inquiry-page .b2b-form-wrapper .b2b-form {
  box-shadow: none;
  margin: 0;
  padding: 0px;
}

.contact-inquiry-wrapper {
  position: relative;
}

.contact-inquiry-wrapper .form-contact-label {
  position: absolute;
  width: fit-content;
  top: 8px;
  left: 16px;
  font-weight: 600;
  color: #222222;
  font-size: 16px;
  line-height: 30px;
  z-index: 2;
}

.html-b2b-initial-inquiry-page .b2b-form-wrapper .b2b-form .contact-inquiry-wrapper input[type="text"].subject-contact {
  padding: 8px 0 8px 85px;
}

.message-form .btn {
  width: 100%;
  margin: 0;
}

.message-form .select2-container {
  display: inline;
  width: 100%;
}

/* message popup */
.b2b-modal.message-send-popup-modal .b2b-form {
  position: relative;
}

.b2b-modal.message-send-popup-modal .b2b-form h1 {
  color: #222222;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 42px;
  padding-bottom: 24px;
  margin: 0;
}

.b2b-modal.message-send-popup-modal .b2b-form input[type="text"] {
  box-sizing: border-box;
  height: 44px;
  border: 1px solid #c0c0c0;
  border-radius: 8px;
  background-color: #ffffff;
  outline: 0;
  padding: 8px 15px;
}

.b2b-modal.message-send-popup-modal .b2b-form input[type="text"]:focus {
  border: 1px solid #ffd400;
  box-shadow: none;
}

.b2b-modal.message-send-popup-modal .b2b-form input[type="text"].input-validation-error {
  border-color: #ff3e3e;
}

.b2b-modal.message-send-popup-modal .b2b-form input[type="text"].form-control:disabled {
  background-color: #e8e8e8;
  border: 1px solid #c0c0c0;
  color: #a0a0a0;
  font-weight: 600;
}

.b2b-modal.message-send-popup-modal .b2b-form input[type="checkbox"] {
  display: none;
}

.b2b-modal.message-send-popup-modal .b2b-form input[type="checkbox"]+label {
  height: 24px;
  width: 24px;
  border: 1px solid #c0c0c0;
  display: inline-block;
  border-radius: 4px;
  margin: 0 10px 0 0;
}

.b2b-modal.message-send-popup-modal .b2b-form input[type="checkbox"]:checked+label {
  border: none;
  background-image: url(../images/icons/icon-yellow-check.svg);
  background-position: center;
  background-size: cover;
  height: 24px;
  width: 24px;
  display: inline-block;
  padding: 0;
}

.b2b-modal.message-send-popup-modal .b2b-form .action-button-wrapper .file-uploader-box-action-button {
  line-height: 1.5;
}

.b2b-modal.message-send-popup-modal .b2b-form textarea {
  box-sizing: border-box;
  font-weight: 600;
  height: 104px;
  border: 1px solid #c0c0c0;
  border-radius: 8px;
  background-color: #ffffff;
  outline: 0;
  padding: 8px 15px;
}

.b2b-modal.message-send-popup-modal .b2b-form textarea:focus {
  border: 1px solid #ffd400;
  box-shadow: none;
}

.b2b-modal.message-send-popup-modal .b2b-form textarea.input-validation-error {
  border-color: #ff3e3e;
}

.b2b-modal.message-send-popup-modal .b2b-form .form-group .the-count {
  position: absolute;
  right: 0;
}

.b2b-modal.message-send-popup-modal .b2b-form .form-group .the-count span {
  display: inline-block;
  font-family: Thongterm-Roman;
  color: #222222;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: normal;
}

.b2b-modal.message-send-popup-modal .b2b-form span.field-validation-error,
.b2b-modal.message-send-popup-modal .b2b-form span.field-validation-error span {
  color: #ff3e3e;
  font-family: Thongterm-Roman;
  font-size: 14px;
  font-weight: normal;
  float: none;
}

.b2b-modal.message-send-popup-modal .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 16px
}

.b2b-modal.message-send-popup-modal .b2b-form .action-button-wrapper button {
  max-width: 100%;
}

/* message popup : attachment */
.file-uploader .file-uploader-noti-wrapper .file-uploader-noti.alert-success span {
  color: #4ddbb8;
}

.file-uploader .file-uploader-item .file-uploader-item-body .file-uploader-item-remove-wrapper button i.icon.icon-cancel {
  content: url(../images/icons/icon-close.svg);
}

.file-uploader .file-uploader-item .file-uploader-item-body .file-uploader-item-content {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select2-container.select2-container--default.select2-container--open {
  z-index: 1070
}

#app-loading {
  z-index: 1080;
  background-color: rgba(0, 0, 0, 0.5);
}

.html-b2b-inquiry-page textarea::placeholder,
.html-b2b-inquiry-page input::placeholder {
  font-weight: 400 !important;
  color: #c2c2c2;
}

.html-b2b-initial-inquiry-page .btn-secondary,
.html-b2b-inquiry-page .btn-secondary {
  background-color: transparent;
}

.html-b2b-initial-inquiry-page .btn-secondary:hover,
.html-b2b-inquiry-page .btn-secondary:hover {
  color: #212529;
}

.html-b2b-inquiry-page .b2b-modal span,
.html-b2b-inquiry-page .b2b-modal p {
  font-family: "Thongterm-Roman";
}

.file-uploader-box-action-button span {
  font-family: "KrungsriCondensed";
}

.select2-dropdown.message-rfq-currency,
.select2-dropdown.message-rfq-trade-term {
  width: 316px !important;
}

#ErrorPopup {
  background-color: rgb(0, 0, 0, 0.5);
}

.loading-spinner-ellipsis-size {
  scale: 0.7
}

.col-document-icon-area {
  padding: 0;
}

.two-line-break-word {
  white-space: normal;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#not-complete-data-modal.b2b-modal.b2b-modal span {
  font-size: 18px;
}

/* Company Profile Upload */
.file-uploader .field-validation-error {
  float: none;
}

.file-uploader .font-weight-bold {
  font-weight: bold;
}

.b2b-form-wrapper .b2b-form .file-uploader input.title {
  margin: 0 0 7px;
  height: 32px;
  font-size: 14px;
  width: 75%;
}

/* Company Profile*/
/* .company-admin-page .master-wrapper-content.container,
.company-profile-edit .master-wrapper-content.container {
  padding: 0;
  max-width: 100%;
} */

.company-admin-page .companyprofile-sidebar-wrapper,
.company-profile-edit .companyprofile-sidebar-wrapper {
  display: none;
}

.company-admin-page .company-display-name h1 {
  margin: 30px 0px 0px;
}

.company-admin-page .tab-wrapper,
.company-profile-edit .tab-wrapper {
  position: relative;
}

.html-company-profile-admin-page.company-admin-page .b2b-form-wrapper .b2b-form .action-button-wrapper,
.html-company-profile-admin-page.company-profile-edit .b2b-form-wrapper .b2b-form .action-button-wrapper {
  margin-top: 30px;
}

.company-admin-page .action-button-wrapper,
.company-profile-edit .action-button-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
}

.company-admin-page .action-button-wrapper .btn,
.company-profile-edit .action-button-wrapper .btn {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.b2b-button-border-dark {
  font-family: "KrungsriCondensed";
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  box-sizing: border-box;
  height: 44px;
  width: 216px;
  border-radius: 8px;
  margin: 0 12px;
  border: 1px solid #222222;
  transition: all 0.5s;
}

.company-profile-edit .b2b-form-wrapper .b2b-form.company-edit-layout,
.b2b-form.rfq-layout {
  border-radius: 0;
  margin-top: -18px;
  padding: 20px 15px 0;
  box-shadow: none;
}

.html-company-profile-page .tab-wrapper .nav-pills .nav-link {
  font-size: 15px;
  padding: 0.5rem 0;
}

.not-complete-product-modal .b2b-button-border-dark,
.not-complete-product-modal .b2b-button-yellow {
  line-height: 1.5;
}

.not-complete-product-modal.b2b-modal .modal-body.wide {
  padding: 0 15px;
}

.company-profile-edit .company-logo-tooltip-content,
.company-profile-edit .company-image-tooltip-content,
.company-profile-edit .factory-image-tooltip-content,
.add-product-page .product-photo-tooltip-content,
.product-edit-page .product-photo-tooltip-content,
.add-product-page .service-photo-tooltip-content,
.product-edit-page .service-photo-tooltip-content {
  min-width: 300px;
}

.company-profile-save-draft-modal .modal-dialog .modal-content .modal-body .modal-desc,
.not-complete-product-modal .modal-dialog .modal-content .modal-body .model-body-text,
.company-profile-save-modal .modal-dialog .modal-content .modal-body .model-body-text,
.not-complete-step-data-modal .modal-dialog .modal-content .modal-body .model-body-text {
  font-size: 18px;
}

.html-register-termandcond-page .b2b-form-wrapper .b2b-form {
  border-radius: 0;
}

.company-profile-edit .company-profile-content-tab-groups {
  margin-top: 0;
}

.html-company-profile-page .tab-wrapper .nav-pills .nav-link {
  background-color: white;
}

.termandcond-page .master-wrapper-page>.master-wrapper-content {
  max-width: none;
}

.termandcond-page .term-and-cond-wrapper-content .b2b-form {
  box-shadow: none;
}

.compnay-profile-detail-page .company-profile-view-detail-wrapper {
  box-shadow: none;
}

.search-keyword-wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 45px;
  width: 100%;
  max-height: calc(100dvh - 120px);
  overflow-y: auto;
  border: 1px solid #c0c0c0;
}

.search-keyword-list {
  width: 100%;
  height: 100%;
}

.search-keyword-list .search-keyword-item {
  cursor: pointer;
}

.search-keyword-list .search-keyword-item:hover {
  background-color: #f1f1f1;
}

.search-keyword-list .search-keyword-item-link {
  font-weight: 100;
  max-width: 100%;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*sidebar*/
.sidebar-wrapper h2 {
  display: inline-block;
  font-family: KrungsriCondensed;
  font-weight: 600;
  font-size: 16px;
  color: #222222;
  margin: 20px 0px 12px 24px;
  line-height: 28px;
}

.sidebar-wrapper-v2 h2 * {
  font-size: 18px;
}

.sidebar-wrapper-v2 h2,
.extend-sidebar-wrapper-v2 h2 {
  margin: 10px 0px 10px 10px;
}

/* sign in modal */
.sign-in-modal .sign-in-modal-body-header {
  margin-bottom: 80px;
  padding-bottom: 0;
}

.sign-in-modal .sign-in-modal-body-header * {
  color: #222222;
  font-family: "KrungsriCondensed";
  font-size: 28.85px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
}

.sign-in-modal .sign-in-modal-body-header .yellow {
  color: #ffd400;
  text-transform: capitalize;
}

/* sign out modal */
.sign-in-modal .sign-out-modal-body h2 {
  color: #222222;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 24px;
}

/* sign in page */
.html-b2b-login-page .b2b-form-signin .title {
  color: #222222;
  margin: 20px 0 80px;
}

.html-b2b-login-page .b2b-form-signin .title * {
  font-family: "KrungsriCondensed";
  font-size: 28.85px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
}

.html-register-page .master-wrapper-page .register-top-banner .master-wrapper-content .banner-title,
.html-about-us-page .master-wrapper-page .b2b-top-banner .master-wrapper-content .banner-title,
.html-financial-service-page .master-wrapper-page .b2b-top-banner .master-wrapper-content .banner-title,
.html-knowledge-and-activity-page .master-wrapper-page .b2b-top-banner .master-wrapper-content .banner-title,
.html-download-documents-page .master-wrapper-page .b2b-top-banner .master-wrapper-content .banner-title,
.html-faq-page .master-wrapper-page .b2b-top-banner .master-wrapper-content .banner-title {
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 55px;
  padding: 0 10px;
  display: inline-block;
  width: 100%;
}

.html-register-page .master-wrapper-page .register-top-banner .master-wrapper-content .banner-title {
  font-size: 28px;
  margin-top: 100px;
}

.html-about-us-page .master-wrapper-page .b2b-top-banner .master-wrapper-content .banner-title,
.html-knowledge-and-activity-page .master-wrapper-page .b2b-top-banner .master-wrapper-content .banner-title,
.html-download-documents-page .master-wrapper-page .b2b-top-banner .master-wrapper-content .banner-title,
.html-faq-page .master-wrapper-page .b2b-top-banner .master-wrapper-content .banner-title {
  font-size: 32px;
  margin-top: 60px;
  padding: 0;
  text-align: center;
  position: relative;
}

.html-financial-service-page .master-wrapper-page .b2b-top-banner .master-wrapper-content .banner-title {
  font-size: 24px;
  margin-top: 70px;
  position: relative;
  padding: 0;
  text-align: center;
}

.html-register-page .master-wrapper-page .master-wrapper-content .b2b-form .heading-title,
.html-register-page .master-wrapper-page .master-wrapper-content .b2b-form .heading-sub-title,
.html-about-us-page .master-wrapper-page .master-wrapper-content .heading-title,
.html-download-documents-page .master-wrapper-page .master-wrapper-content .heading-title,
.html-faq-page .master-wrapper-page .master-wrapper-content .heading-title,
.html-term-and-cond-page .master-wrapper-page .master-wrapper-content .heading-title {
  color: #222222;
  font-family: "KrungsriCondensed";
  letter-spacing: 0;
  font-weight: bold;
}

.html-register-page .master-wrapper-page .master-wrapper-content .b2b-form-wrapper .b2b-form .heading-title,
.html-download-documents-page .master-wrapper-page .master-wrapper-content .heading-title {
  font-size: 28px;
}

.html-download-documents-page .master-wrapper-page .master-wrapper-content .heading-title {
  text-align: left;
  margin-top: 10px;
  padding: 40px 0 24px 0;
  line-height: 48px;
}

.html-register-page .master-wrapper-page .master-wrapper-content .b2b-form-wrapper .b2b-form .heading-sub-title {
  font-size: 24px;
  padding-bottom: 24px;
}

.html-register-page .master-wrapper-page .master-wrapper-content .b2b-form .heading-title,
.html-register-page .master-wrapper-page .master-wrapper-content .b2b-form .heading-sub-title {
  line-height: 32px;
  margin: 0;
  padding-top: 0;
}

.html-about-us-page .master-wrapper-page .master-wrapper-content .heading-title,
.html-faq-page .master-wrapper-page .master-wrapper-content .heading-title,
.html-term-and-cond-page .master-wrapper-page .master-wrapper-content .heading-title {
  font-size: 28px;
  line-height: 48px;
  margin-top: 10px;
}

.product-detail-view .product-detail .product-detail-header {
  font-weight: bold;
  font-size: 24px;
}

/* Cookies Notice */
.html-static-page .cookies-notice-header {
  color: #222222;
  font-family: "KrungsriCondensed";
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 48px;
  margin-top: 10px;
  margin-bottom: 0.5rem;
}

/*seo*/
.seo-pagetitle {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ddd;
  border-radius: 8px;
}

.add-product-page .to-min-max-label .form-label,
.product-edit-page .to-min-max-label .form-label,
.add-service-page .to-min-max-label .form-label,
.service-edit-page .to-min-max-label .form-label,
.add-product-page .special-to-min-max-label .form-label,
.product-edit-page .special-to-min-max-label .form-label,
.add-service-page .special-to-min-max-label .form-label,
.service-edit-page .special-to-min-max-label .form-label {
  margin-top: 15px;
}

.label-after-to {
  margin-top: 0;
}

.product-card-loading {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: white;
  position: relative;
}

.product-image-loading {
  background: linear-gradient(135deg, #f8f8f8, #f1f3f7);
  position: relative;
}

.product-image-loading::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: translateX(-100%);
  animation: shimmer 2s infinite;
  background-size: 200% 100%;
}

.product-content-loading {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-title-loading {
  height: 14px;
  width: 80%;
  background: linear-gradient(90deg, #f0f0f0, #e6e6e6);
  border-radius: 4px;
  animation: pulse 1.5s infinite alternate;
}

.product-price-loading {
  height: 16px;
  width: 40%;
  background: linear-gradient(90deg, #f0f0f0, #e6e6e6);
  border-radius: 4px;
  animation: pulse 1.5s infinite alternate;
  animation-delay: 0.2s;
}

.product-rating-loading {
  height: 12px;
  width: 60%;
  background: linear-gradient(90deg, #f0f0f0, #e6e6e6);
  border-radius: 4px;
  animation: pulse 1.5s infinite alternate;
  animation-delay: 0.4s;
}

@keyframes pulse {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* Company members section */
.company-member-card {
  width: 330px;
  height: 110px;
  box-shadow: 1px 2px 10px rgba(35, 19, 18, 0.2);
  background: #FFFFFF;
  border-radius: 8px;
  padding: 4px;
  transition: box-shadow 0.2s;
  cursor: pointer;
  border: 2px solid white;
}

.company-member-card .company-image {
  width: 99px;
  height: 99px;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  align-self: center;
}

.company-member-card .company-image .inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  height: 100%;
  transform: scale(1, 1);
  transition: transform 0.2s;
  border-radius: 8px;
}

.company-member-card:hover .company-image .inner {
  transform: scale(1.05, 1.05);
}

.company-member-card .company-name {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-width: 200px;
  max-width: 205px;
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  color: #222222;
  height: 54px;
  word-wrap: break-word;
  white-space: normal;
}

.company-member-card .country-name {
  font-family: Thongterm-Roman;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0px;
}

.icon-toast {
  height: 30px;
  width: 30px;
  justify-items: center;
  display: block;
  margin: auto;
}

.error-toast-container {
  border: 1px solid #ff1730; 
  border-radius: 4px;
  background-color: #fcf0ea;
}

.success-toast-container {
  border: 1px solid #4ddbb8; 
  border-radius: 4px;
  background-color: #f2f9f5;
}

.b2b-form.half-banner-layout.rfq-layout {
  margin-top: 0px;
}

@media only screen and (min-width: 360px) {
  .media-iframe {
    height: 220px;
  }

  .b2b-form-wrapper .b2b-form input[type="text"].input-otp:focus,
  .b2b-form-wrapper .b2b-form input[type="password"].input-otp:focus {
    height: 46px;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 0;
  }

  .date-picker {
    width: 297px;
  }

  .b2b-modal .modal-footer-tooltip {
    padding: 10px 38px 40px;
  }

  #recaptcha_challenge_image {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
  }

  #recaptcha_response_field {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
  }

  .recaptchatable #recaptcha_image {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
  }

  .recaptchatable .recaptcha_r1_c1,
  .recaptchatable .recaptcha_r3_c1,
  .recaptchatable .recaptcha_r3_c2,
  .recaptchatable .recaptcha_r7_c1,
  .recaptchatable .recaptcha_r8_c1,
  .recaptchatable .recaptcha_r3_c3,
  .recaptchatable .recaptcha_r2_c1,
  .recaptchatable .recaptcha_r4_c1,
  .recaptchatable .recaptcha_r4_c2,
  .recaptchatable .recaptcha_r4_c4,
  .recaptchatable .recaptcha_image_cell {
    margin: 0 !important;
    width: 100% !important;
    background: none !important;
    height: auto !important;
  }

  .html-thankyou-page .b2b-button-yellow,
  .html-activation-link-expired-page .activation-expire-wrapper .b2b-button-yellow,
  .create-account-result-wrapper .button-wrapper .b2b-button-yellow,
  .error-wrapper .b2b-button-yellow,
  .html-signup-otp-verify-page .b2b-button-yellow {
    width: 100%;
    margin: 0;
  }

  .html-thankyou-page .wrapper h1,
  .html-activation-link-expired-page .activation-expire-wrapper h2,
  .create-account-result-wrapper h2,
  .html-error-page .error-wrapper h2,
  .html-not-found-page .error-wrapper h2 {
    font-size: 20px;
  }

  .html-thankyou-page .wrapper .content,
  .create-account-result-wrapper .create-account-body .sub-heading {
    font-size: 18px;
  }

  .create-account-result-wrapper .create-account-body .text-body {
    font-size: 16px;
  }

  .create-account-result-wrapper .create-account-body .text-body-reminder {
    font-size: 14px;
  }

  .html-thankyou-page .wrapper .body {
    margin-bottom: 40px;
  }

  .html-thankyou-page .center-1 {
    margin-bottom: 40px;
  }

  /* Handle Error */
  .html-error-page .error-body .sub-heading {
    font-size: 16px;
    max-width: 200px;
  }

  .html-not-found-page .error-body .sub-heading {
    font-size: 16px;
    max-width: 225px;
  }

  .error-wrapper .button-wrapper,
  .activation-expire-wrapper .button-wrapper,
  .create-account-result-wrapper .button-wrapper {
    margin-top: 40px;
  }

  /* Created password form */

  .b2b-form-wrapper .b2b-form.account-form.create-account-form {
    padding: 0 15px;
  }

  #recaptcha_challenge_image {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
  }

  #recaptcha_response_field {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
  }

  .recaptchatable #recaptcha_image {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
  }

  .recaptchatable .recaptcha_r1_c1,
  .recaptchatable .recaptcha_r3_c1,
  .recaptchatable .recaptcha_r3_c2,
  .recaptchatable .recaptcha_r7_c1,
  .recaptchatable .recaptcha_r8_c1,
  .recaptchatable .recaptcha_r3_c3,
  .recaptchatable .recaptcha_r2_c1,
  .recaptchatable .recaptcha_r4_c1,
  .recaptchatable .recaptcha_r4_c2,
  .recaptchatable .recaptcha_r4_c4,
  .recaptchatable .recaptcha_image_cell {
    margin: 0 !important;
    width: 100% !important;
    background: none !important;
    height: auto !important;
  }

  /* Signup otp verify */
  .html-signup-otp-verify-page .b2b-form-wrapper .b2b-form input[type="password"].input-otp,
  .html-signup-otp-verify-page .b2b-form-wrapper .b2b-form input[type="text"].input-otp {
    width: 45px;
    height: 45px;
    font-size: 24px;
  }

  /* Date picker */
  .date-picker .tab-wrapper .nav-pills {
    margin: 20px auto 7px;
    width: 200px;
  }

  /* resetpassword verify otp */
  .html-resetpassword-verify-otp-page .b2b-form-wrapper .b2b-form input[type="password"].input-otp {
    width: 45px;
    height: 45px;
    font-size: 24px;
  }

  #main-search-modal.b2b-modal .modal-footer {
    padding-top: 40px;
  }

  .product-item-wrapper .product-cover-img-sm,
  .servie-item-wrapper .product-cover-img-sm {
    width: 155px;
  }

  .select2-dropdown.message-rfq-currency,
  .select2-dropdown.message-rfq-trade-term {
    width: 336px !important;
  }
}

@media only screen and (max-width: 576px) {
  .select2-container:has(> .category-selector-dropdown) {
    left: calc(100% - 320px) !important;
  }

  /* Company Profile*/
  .company-admin-page .master-wrapper-content.container,
  .company-profile-edit .master-wrapper-content.container {
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) {
  .checking-document-area .document-icon-area {
    padding: 10px;
  }

  .drag-area-list .image-item p {
    font-size: 14px;
  }

  .b2b-form-wrapper .b2b-form h1 {
    font-size: 24px;
  }

  .master-wrapper-content {
    max-width: 540px;
    padding: 0 12px;
  }

  .master-wrapper-content-v2 {
    max-width: none;
  }

  .footer .copyright {
    font-size: 14px;
  }

  .b2b-form-wrapper .action-button-wrapper .savedraft,
  .b2b-form-wrapper .action-button-wrapper .cancel,
  .b2b-form-wrapper .action-button-wrapper .decline,
  .b2b-form-wrapper .action-button-wrapper input[type="submit"],
  .b2b-form-wrapper .action-button-wrapper .submit,
  .b2b-form-wrapper .action-button-wrapper .back-btn {
    width: 216px;
    margin: 0 20px;
  }

  .b2b-form-wrapper .action-button-wrapper .back-btn.back-btn-v2 {
    width: 100%;
    margin: 0;
  }

  .submit-date-btn {
    max-width: 16px auto 0;
  }

  .b2b-modal .modal-footer-tooltip {
    padding: 10px 56px 40px;
  }

  /* T&C Page */
  .html-register-termandcond-page .b2b-form-wrapper .b2b-form .action-button-wrapper input[type="submit"] {
    margin-left: 0;
    margin-right: 0;
  }

  .html-activation-link-expired-page .activation-expire-wrapper h2,
  .create-account-result-wrapper .create-account-body .sub-heading {
    font-size: 20px;
  }

  .create-account-result-wrapper h2 {
    font-size: 28px;
  }

  .create-account-result-wrapper .create-account-body .text-body,
  .create-account-result-wrapper .create-account-body .text-body-reminder {
    font-size: 16px;
  }

  /* financial service */
  .html-financial-service-page .b2b-form-wrapper .b2b-form {
    box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
    margin: -90px 0 80px 0;
    padding: 50px 38px 40px;
  }

  .html-financial-service-page .b2b-top-banner h1.banner-title {
    text-align: left;
  }

  #home .home-product-card-container>div,
  #home #carouselWhatNewProductsControls>.carousel-inner,
  .product-keywords-page .product-keyword-card-container,
  .company-sort-by-page .our-product-card-container,
  .html-b2b-product-sub-categories .sub-category-product-card-container,
  .search-product-list-container #search-product-list,
  .search-product-list-container #search-service-list,
  .html-knowledge-and-activity-page .knowledge-and-activity-card-container,
  #products-special-deal-page #product-list {
    width: 492px;
  }

  .search-product-tabs-container .tab-wrapper .nav-pills .nav-link {
    padding: 8px 40px;
  }

  #product-search-container .select2-container {
    width: 200px !important;
  }

  /* Company Profile Detail */
  .compnay-profile-detail-page .master-wrapper-content.container {
    max-width: 540px;
  }

  .b2b-form-wrapper .b2b-form input[type="text"].input-otp,
  .b2b-form-wrapper .b2b-form input[type="password"].input-otp,
  .b2b-form-wrapper .b2b-form input[type="text"].input-otp.input-otp-v2:focus,
  .b2b-form-wrapper .b2b-form input[type="password"].input-otp.input-otp-v2:focus,
  .b2b-form-wrapper .b2b-form input[type="text"].input-otp.input-otp-v2,
  .b2b-form-wrapper .b2b-form input[type="password"].input-otp.input-otp-v2 {
    width: 45px;
    height: 45px;
  }

  /* Cookie Manage Popup */
  .b2b-modal-manage-cookie .modal-body-manage-cookies .manage-cookies-accordion-container .accordion .accordion-item .accordion-static-status {
    min-width: 150px;
  }

  .html-knowledge-and-activity-page .page-link {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }


  .html-knowledge-and-activity-page .page-item:first-child .page-link,
  .html-knowledge-and-activity-page .page-item:last-child .page-link {
    display: contents;
    line-height: 35px;
  }

  .breadcrumbs.breadcrumbs-hide-links .breadcrumbs-dots,
  .breadcrumbs:not(.breadcrumbs-hide-links) .breadcrumbs-dots {
    display: none;
  }

  .breadcrumbs.breadcrumbs-hide-links .breadcrumbs-link,
  .breadcrumbs:not(.breadcrumbs-hide-links) .breadcrumbs-link {
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
  }

  #home .product-just-for-you-banner img.mobile-size {
    width: 360px;
    height: unset;
  }

  .product-item-updated-at {
    font-size: 16px;
  }

  .product-item-wrapper .product-item-description,
  .service-item-wrapper .service-item-description {
    -webkit-line-clamp: 6;
    line-clamp: 6;
  }

  .product-item-wrapper .product-cover-img-sm,
  .service-item-wrapper .service-cover-img-sm {
    min-width: 155px;
    width: 100%;
  }

  .product-section-header {
    width: 500px;
  }

  .select2-dropdown.message-rfq-currency,
  .select2-dropdown.message-rfq-trade-term {
    width: 516px !important;
  }

  /* Company Profile*/
  .company-admin-page .master-wrapper-content.container,
  .company-profile-edit .master-wrapper-content.container {
    padding: 0 12px;
  }

  .html-company-profile-page .tab-wrapper .nav-pills .nav-link {
    font-size: 16px;
    padding: 0.5rem 1rem;
  }

  .company-profile-edit .company-logo-tooltip-content,
  .company-profile-edit .company-image-tooltip-content,
  .company-profile-edit .factory-image-tooltip-content,
  .add-product-page .product-photo-tooltip-content,
  .product-edit-page .product-photo-tooltip-content,
  .add-product-page .service-photo-tooltip-content,
  .product-edit-page .service-photo-tooltip-content {
    min-width: 355px;
  }

  .financial-service-wrapper .banner-overlay-wrapper,
  .financial-service-wrapper .overlay-box {
    width: 370px;
    height: 280px;
  }

  .financial-service-wrapper .overlay-box .overlay-title {
    margin-top: 98px;
  }

  .financial-service-wrapper .ks-biz-banner-overlay .overlay-box {
    background: transparent;
  }

  .banner-overlay-wrapper.ks-biz-banner-overlay {
    overflow: hidden;
  }

  .banner-overlay-wrapper.ks-biz-banner-overlay img {
    height: auto;
    object-fit: cover;
    margin-top: -25px;
  }

  .financial-service-wrapper .banner-overlay-wrapper {
    margin-left: 33px;
    margin-right: 33px;
  }

  .financial-service-wrapper .banner-overlay-wrapper:first-child,
  .financial-service-wrapper .banner-overlay-wrapper:last-child {
    margin: 24px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .b2b-form-wrapper-member-team {
    background: #f8f8f8;
  }

  #not-complete-data-modal.b2b-modal .default-action {
    margin: auto;
  }

  .html-static-page .about-us-content .body {
    padding: 0;
  }

  .checking-document-area .document-icon-area img {
    height: 46px;
    width: 33px;
  }

  .checking-document-area .document-icon-area {
    padding: 6px;
  }

  .checking-document-area .checking-status {
    padding: 0 4px;
  }

  .html-b2b-initial-inquiry-page .b2b-form-wrapper .b2b-form {
    padding: 40px;
  }

  .media-iframe {
    height: 300px;
  }

  .b2b-top-banner-v2 {
    height: 320px;
  }

  .all-activities {
    font-size: 28px;
  }

  .krungsri-envisioning {
    font-size: 24px;
  }

  .more-information,
  .condition {
    font-size: 20px;
  }

  .view-more {
    font-size: 16px;
  }

  #gallery img {
    height: 246px;
  }

  .html-sub-account-termandcond-page .register-top-banner h1.banner-title.banner-title-v2 {
    padding: 0;
  }

  .b2b-form-wrapper .b2b-form.account-form.banner-text-two-line.banner-text-two-line-v2 {
    margin: -95px 0 80px 0;
    padding: 50px;
  }

  .html-sub-account-termandcond-page .b2b-form-wrapper .b2b-form.b2b-form-v2 {
    margin: -90px 0 80px 0;
    padding: 40px;
    box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
  }

  .b2b-modal .save-edit button.b2b-button-white.b2b-button-white-v2,
  .b2b-modal .save-edit button.yellow-action.back-to-my-profile-v2,
  .b2b-button-yellow-v2 {
    width: 216px;
    margin: 0 35px;
  }

  .b2b-form-wrapper .action-button-wrapper .back-btn.back-btn-v2 {
    width: 216px;
    margin: 0 20px;
  }

  .b2b-form .b2b-form.edit-change-password-form .edit-change-password-form-v2,
  .b2b-form-wrapper .b2b-form.edit-change-password-form.edit-change-password-form-v2 {
    margin: -150px 0 80px 0;
    padding: 50px 38px 40px;
    box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
  }

  .b2b-form-wrapper .b2b-form.form-top .form-top-v2 {
    margin-top: -95px;
  }

  .b2b-form-wrapper .b2b-form.account-form.create-account-form .title {
    display: block;
  }

  .b2b-form-wrapper .b2b-form h1 .title,
  .b2b-form .edit-change-password-form .edit-change-password-form-v2 .title {
    display: block;
  }

  .center-1 {
    margin: 0 0 100px 0;
  }

  .b2b-form-wrapper .b2b-form input[type="text"].input-otp:focus,
  .b2b-form-wrapper .b2b-form input[type="password"].input-otp:focus {
    width: 51px;
    height: 51px;
  }

  .b2b-form-wrapper .b2b-form.edit-change-password-form.edit-change-password-form-v2 .title,
  .b2b-form .account-form .create-account-form .account-form-v2 .title,
  .b2b-form-wrapper .b2b-form.account-form.b2b-form-reset-password .title {
    display: block;
  }

  .b2b-form-wrapper.column-one.b2b-form-wrapper-v2 {
    margin-bottom: 104px;
    padding: 0 10% 40px;
  }

  .b2b-form-wrapper .b2b-form.account-form.b2b-form-reset-password {
    margin: -150px 0 80px 0;
    padding: 50px 15% 40px;
    box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
  }

  .b2b-form-wrapper.b2b-form-wrapper-v2 {
    padding: 0;
  }

  .account-top-banner-v2,
  .b2b-form-signin .title {
    display: block;
  }

  .b2b-form-wrapper .b2b-form.account-form.banner-text-two-line.account-form-v2,
  .b2b-form-wrapper .b2b-form.account-form.account-form-v2 {
    box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
    margin: -80px 0 80px 0;
    padding: 0;
  }

  .b2b-form-wrapper .b2b-form .b2b-form-signin h1 {
    margin-top: 20px;
  }

  .b2b-form.account-form.login .b2b-form-signin.b2b-form-signin-v2 {
    padding: 20px;
    margin: 0;
  }

  .master-wrapper-content.master-wrapper-content-v2 {
    padding: 0 12px;
  }

  .master-wrapper-content {
    max-width: 720px;
  }

  .b2b-form-wrapper .b2b-form.b2b-form-v2 {
    padding: 50px 38px 40px;
  }

  .b2b-modal .modal-footer-tooltip {
    padding: 10px 72px 40px;
  }

  .tab-wrapper {
    position: relative;
  }

  #home .product-section,
  #home .financial-service-wrapper,
  #home .financial-product-section,
  #home .valuable-feature-section,
  #home .product-just-for-you-banner {
    margin-top: 40px;
  }

  #home .product-section .title {
    margin: 0 8px;
  }

  #home .product-section .title,
  #home .valuable-feature-section .title,
  #home .financial-service-wrapper .title,
  .knowledge-and-activities-header .title,
  .company-member-header .title {
    font-family: "KrungsriCondensed";
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 48px;
    color: #222222;
    padding-left: 0;
    margin-bottom: 36px;
  }

  #home .knowledge-and-activities-header .view-more-container,
  #home .company-member-header .view-more-container {
    margin-bottom: 48px;
  }

  #home .home-product-card-container {
    margin: 0;
  }

  #home .home-product-card-container>div,
  #home #carouselWhatNewProductsControls>.carousel-inner,
  .product-keywords-page .product-keyword-card-container,
  .company-sort-by-page .our-product-card-container,
  .html-b2b-product-sub-categories .sub-category-product-card-container,
  .search-product-list-container #search-product-list,
  .search-product-list-container #search-service-list,
  .html-knowledge-and-activity-page .knowledge-and-activity-card-container,
  #products-special-deal-page #product-list {
    width: 572px;
  }

  #home .valuable-feature-section .feature-card {
    width: 370px;
    margin: 0 8px;
  }

  .product-card-container {
    margin: 12px 8px;
  }

  .product-card {
    width: 270px;
    height: 434px;
  }

  .product-card .product-card-tag-just-for-you {
    height: 34px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-top: 6px;
    font-size: 14px;
    line-height: 24px;
  }

  .product-card .product-card-tag-just-for-you:after {
    top: 34px;
  }

  .product-card .product-card-tag-discount {
    width: 60px;
    height: 42px;
    font-size: 20px;
    padding-top: 12px;
  }

  .product-card .product-card-tag-discount.product-special-deal {
    font-size: 14px;
    padding-top: 4px;
    line-height: 1.2;
  }

  .product-card .product-card-tag-discount:before {
    top: 42px;
    border-left: 0 solid transparent;
    border-right: 30px solid transparent;
    border-top: 18px solid #ffd400;
  }

  .product-card .product-card-tag-discount:after {
    top: 42px;
    border-left: 30px solid transparent;
    border-right: 0 solid transparent;
    border-top: 18px solid #ffd400;
  }

  .product-card .product-image {
    min-width: 262px;
    min-height: 262px;
    border-radius: 8px;
  }

  .product-card .knowledge-activity-image {
    min-width: 262px;
    min-height: 262px;
    border-radius: 8px;
  }

  .product-card .product-name {
    font-weight: 200;
    font-size: 16px;
    line-height: 26px;
    margin-top: 16px;
    height: 52px;
    max-width: 260px;
  }

  .product-card .product-price {
    font-weight: 700;
    font-size: 18px;
    line-height: 31px;
    height: 31px;
  }

  .html-register-page .b2b-form-wrapper .b2b-form .action-button-wrapper,
  .html-sub-account-register-page .b2b-form-wrapper .b2b-form .action-button-wrapper,
  .html-new-termandcond-page .b2b-form-wrapper .b2b-form .action-button-wrapper,
  .html-sub-account-termandcond-page .b2b-form-wrapper .b2b-form .action-button-wrapper {
    padding-top: 80px;
  }

  .html-thankyou-page .b2b-button-yellow,
  .html-activation-link-expired-page .activation-expire-wrapper .b2b-button-yellow,
  .html-b2b-create-account-password-page .b2b-button-yellow,
  .html-signup-otp-verify-page .b2b-button-yellow,
  .html-signup-otp-verify-page .modal-footer .b2b-button-yellow,
  .create-account-result-wrapper .button-wrapper .b2b-button-yellow,
  .error-wrapper .b2b-button-yellow,
  .html-company-search-result .b2b-button-yellow {
    width: 216px;
  }

  .html-thankyou-page .wrapper h1,
  .html-activation-link-expired-page .activation-expire-wrapper h2,
  .html-error-page .error-wrapper h2,
  .html-not-found-page.error-wrapper h2 {
    font-size: 24px;
  }

  .html-thankyou-page .wrapper .content {
    font-size: 20px;
  }

  .html-thankyou-page .wrapper .body {
    margin-bottom: 80px;
  }

  .html-thankyou-page .center-1 {
    margin-bottom: 100px;
  }

  /* Handle Error */
  .html-error-page .error-body .sub-heading,
  .html-not-found-page .error-body .sub-heading {
    font-size: 20px;
    max-width: 100%;
  }

  .error-wrapper .button-wrapper,
  .activation-expire-wrapper .button-wrapper,
  .create-account-result-wrapper .button-wrapper {
    margin-top: 80px;
  }

  .b2b-form-wrapper {
    margin-bottom: 104px;
    padding: 0 10% 40px;
  }

  .html-register-page .b2b-form-wrapper .b2b-form,
  .html-sub-account-register-page .b2b-form-wrapper .b2b-form,
  .html-new-termandcond-page .b2b-form-wrapper .b2b-form,
  .html-sub-account-termandcond-page .b2b-form-wrapper .b2b-form,
  .add-product-page .b2b-form-wrapper .b2b-form.has-tabs.content-area,
  .product-edit-page .b2b-form-wrapper .b2b-form.has-tabs.content-area,
  .add-rfq-page .b2b-form-wrapper .b2b-form.has-tabs.content-area {
    margin: -50px 0 80px 0;
  }

  /* Created password form */
  .html-b2b-create-account-password-page .account-top-banner {
    display: block;
  }

  .b2b-form-wrapper .b2b-form.account-form.create-account-form {
    margin-top: -150px;
    padding: 40px;
    box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
  }

  .html-b2b-create-account-password-page .b2b-form h1.logo-text {
    display: block;
  }

  .html-b2b-create-account-password-page .heading-title {
    text-align: center;
  }

  .html-b2b-create-account-password-page .b2b-form-wrapper {
    padding: 0;
  }

  /* Register request otp */
  .html-register-request-otp .wrapper-line {
    margin-bottom: 16px;
  }

  .html-register-request-otp .register-top-banner,
  .html-register-request-otp .account-top-banner,
  .html-sub-account-otp-request-page .register-top-banner,
  .html-sub-account-otp-selection-page .register-top-banner {
    display: block;
  }

  .html-register-request-otp .b2b-form-wrapper .b2b-form.account-form.banner-text-two-line {
    margin: -95px 0 80px 0;
    padding: 50px 26px;
    box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
  }

  .html-register-request-otp .b2b-form-wrapper .b2b-form .action-button-wrapper input {
    max-width: 216px;
  }

  .html-register-request-otp .b2b-form-wrapper .b2b-form button[type="submit"] {
    width: 216px;
  }

  .html-register-request-select-otp .b2b-form-wrapper .b2b-otp-selection .col-10 {
    width: 77.33%;
  }

  /* Signup otp verify */
  .html-signup-otp-verify-page .signup-otp-verify-footer .form-link {
    display: inline-block;
  }

  .html-signup-otp-verify-page .signup-otp-verify-footer .change-sending-otp-area {
    margin-top: 40px;
  }

  .html-signup-otp-verify-page .master-wrapper-content {
    margin: auto;
  }

  .html-signup-otp-verify-page .b2b-modal h1 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .html-signup-otp-verify-page .b2b-modal span {
    font-size: 20px;
  }

  .html-signup-otp-verify-page .b2b-modal .modal-footer {
    padding-top: 80px;
  }

  .html-signup-otp-verify-page .register-top-banner,
  .html-signup-otp-verify-page .account-top-banner {
    display: flex;
  }

  .html-signup-otp-verify-page .b2b-form-wrapper .b2b-form.account-form.banner-text-two-line {
    margin: -95px 0 80px 0;
    padding: 50px 40px;
    box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
  }

  .html-signup-otp-verify-page .register-top-banner h1.banner-title,
  .html-signup-otp-verify-page .account-top-banner h1.banner-title {
    margin-top: 0px;
  }

  .html-signup-otp-verify-page .b2b-form h1.logo-text div {
    font-size: 28px;
  }

  .html-signup-otp-verify-page .b2b-form-wrapper {
    padding: 0 0 24px;
  }

  .search-product-tabs-container .tab-wrapper .nav-pills .nav-link {
    padding: 8px 110px;
  }

  /* T&C Page */
  .html-register-termandcond-page .b2b-form-wrapper .b2b-form {
    box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
  }

  .html-register-termandcond-page .b2b-form-wrapper .b2b-form .action-button-wrapper {
    display: flex;
    justify-content: center;
  }

  .html-register-termandcond-page .b2b-form-wrapper .b2b-form .action-button-wrapper input {
    margin-left: 20px;
    margin-right: 20px;
    max-width: 216px;
  }

  .html-register-page.html-signup-otp-verify-page .master-wrapper-content {
    margin: 0 auto;
  }

  /* T&C Modal */
  .b2b-modal-termandcondeclinve .modal-footer .row {
    display: flex;
    justify-content: center;
  }

  .b2b-modal-termandcondeclinve .modal-footer .row .col-auto a {
    width: 216px;
  }

  #home .financial-product-section>div {
    width: 100%;
    height: 300px;
  }

  #home .financial-product-section .image {
    width: 100%;
    height: 100%;
    background-position: 65% 50%;
    border-top-left-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  #home .financial-product-section .desc {
    min-width: 340px;
    height: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 0;
  }

  #home .financial-product-section .desc .title {
    font-weight: 700;
    font-size: 22px;
    line-height: 41px;
  }

  #home .financial-product-section .desc .detail {
    font-weight: 300;
    font-size: 14px;
    line-height: 34px;
  }

  .b2b-form.login .preview-alert.alert-danger.alert-danger-v2 {
    margin: -58px -10px 14px;
  }

  /* Cookie Popup */
  .b2b-modal-cookie .modal-body-cookie {
    padding: 40px 79px 20px 79px;
  }

  .b2b-modal-cookie .modal-footer-cookie {
    padding: 40px 79px;
  }

  .b2b-modal-cookie .modal-footer-cookie form .row button,
  .b2b-modal-cookie .modal-footer-cookie form .row a {
    max-width: 216px;
    margin-left: 20px;
    margin-right: 20px;
  }

  /* Cookie Manage Popup */
  .b2b-modal-manage-cookie .modal-body-manage-cookies {
    padding-left: 74px;
    padding-right: 74px;
    margin-left: 0;
    margin-right: 0;
  }

  .b2b-modal-manage-cookie .modal-body-manage-cookies .manage-cookies-accordion-container .accordion-button {
    font-size: 20px;
  }

  /* Cookie Delect Popup */
  .b2b-modal-delect-cookie .modal-body {
    padding: 0 100px;
  }

  .b2b-modal-delect-cookie .modal-body .modal-body-sub-title {
    font-size: 24px;
  }

  .b2b-modal-delect-cookie .modal-footer-cookie form .row button,
  .b2b-modal-delect-cookie .modal-footer-cookie form .row a {
    max-width: 216px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .submit-once-v2 {
    width: 216px;
  }

  .html-financial-service-page .b2b-top-banner h1.banner-title {
    font-size: 28px;
  }

  .html-financial-service-page .b2b-form-wrapper .b2b-form .heading-title {
    font-size: 24px;
  }

  .b2b-modal a,
  .b2b-modal button {
    width: 216px;
  }

  /* resetpassword verify otp */
  .html-resetpassword-verify-otp-page .b2b-form-wrapper .b2b-form .resetpassword-verify-otp-content-mobile {
    display: none;
  }

  .html-resetpassword-verify-otp-page .b2b-form-wrapper .b2b-form .resetpassword-verify-otp-content-desktop {
    display: block;
  }

  .html-resetpassword-verify-otp-page .b2b-form-wrapper .b2b-form.account-form.banner-text-two-line {
    margin: -95px 0 80px 0;
    padding: 50px 36px;
    box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
  }

  /* Search Result Tab */
  .html-b2b-search .tab-wrapper .nav-pills {
    margin: 20px 0 40px 0;
  }

  .html-b2b-search h1.search-result-header {
    font-size: 28px;
  }

  .html-b2b-search .notfound-wrapper h1 {
    font-size: 24px;
  }

  .html-company-search-result .master-wrapper-content {
    padding: 0 18px;
  }

  .html-company-search-result .master-wrapper-content .container,
  .html-company-search-result .master-wrapper-content .header-divider {
    padding: 0;
  }

  .company-list-item {
    padding: 40px;
  }

  .html-company-search-result .master-wrapper-content {
    padding: 0 18px;
  }

  .html-company-search-result .master-wrapper-content .container,
  .html-company-search-result .master-wrapper-content .header-divider {
    padding: 0;
  }

  .company-list-item {
    padding: 40px;
  }

  .company-list-item .content .right .company-country {
    margin-top: 8px;
  }

  #main-search-modal.b2b-modal .modal-footer {
    padding-top: 80px;
  }

  /* Company Profile Detail */
  .compnay-profile-detail-page .b2b-top-banner {
    height: 320px;
  }

  .compnay-profile-detail-page .b2b-top-banner .breadcrumbs {
    display: block;
  }

  .compnay-profile-detail-page .master-wrapper-content.container {
    padding: 0 12px;
    max-width: 720px;
  }

  .compnay-profile-detail-page .b2b-form-wrapper.customer-view-wrapper.form-header {
    background: #fff;
    box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
    margin-top: -160px;
  }

  .compnay-profile-detail-page .customer-view-form {
    display: flex;
  }

  .compnay-profile-detail-page .company-view-detail-logo-section {
    max-width: 25%;
    margin: auto;
  }

  .compnay-profile-detail-page .company-view-detail-bio-section {
    text-align: left;
  }

  .compnay-profile-detail-page .company-view-detail-bio-section .customer-btn-wrapper a {
    width: 216px;
  }

  .compnay-profile-detail-page .customer-product-tabs-container .nav-pills {
    justify-content: unset;
  }

  .compnay-profile-detail-page .customer-product-tabs-container .nav-pills .nav-link.customer-view-link {
    width: 281px;
  }

  .compnay-profile-detail-page .customer-product-tabs-container .nav-pills .nav-link.customer-view-link {
    width: auto;
    padding: 0.5rem 1rem;
  }

  .b2b-modal .default-action.button-cancel-v2 {
    margin-right: 80px;
  }

  .button-go-v2 {
    margin: 0;
  }

  .knowledge-activity-card {
    height: 382px;
  }

  .breadcrumbs.breadcrumbs-hide-links .breadcrumbs-link,
  .breadcrumbs:not(.breadcrumbs-hide-links) .breadcrumbs-link {
    max-width: 340px;
  }

  /* Add New Product */
  .add-product-page .add-product-section-wrapper .action-button-wrapper .btn,
  .product-edit-page .add-product-section-wrapper .action-button-wrapper .btn,
  .product-preview-page .product-detail-view .action-button-wrapper .btn,
  .add-rfq-section-wrapper .action-button-wrapper .btn {
    max-width: 216px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .product-section-header {
    width: 566px;
  }

  .data-not-found-container * {
    font-size: 24px;
  }

  /* Inquiry */
  .html-b2b-initial-inquiry-page .b2b-top-banner h1.banner-title.has-breadcrumbs {
    justify-content: start;
    margin-top: 78px;
  }

  .html-b2b-initial-inquiry-page .b2b-form-wrapper .b2b-form {
    background-color: #ffffff;
    min-height: 320px;
    border-radius: 8px;
    box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
    margin: -90px 0 80px 0;
  }

  .message-form .btn {
    width: 216px;
    margin: 0 20px;
  }

  .select2-dropdown.message-rfq-currency,
  .select2-dropdown.message-rfq-trade-term {
    width: 333px !important;
  }

  .loading-spinner-ellipsis-size {
    scale: 1
  }

  .b2b-form.rfq-layout {
    margin: 33px 0 80px 0;
    border-radius: 8px;
    box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
    padding: 40px 38px;
  }

  /* Company Profile*/
  .company-profile-edit .b2b-form-wrapper .b2b-form.company-edit-layout {
    border-radius: 8px;
    margin-top: -90px;
    padding: 110px 38px 40px;
    box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
  }

  /*Modal Not Product And Service*/
  .not-complete-product-modal .modal-dialog .modal-content .modal-footer .action-button-wrapper a.btn {
    max-width: 280px;
  }

  .sign-up-modal .modal-dialog .modal-content .modal-footer .action-button-wrapper .btn,
  .termandcond-page .action-button-wrapper .btn,
  .not-complete-product-modal .modal-dialog .modal-content .modal-footer .action-button-wrapper .btn,
  .company-profile-save-draft-modal .modal-dialog .modal-content .modal-footer .action-button-wrapper .btn,
  .company-profile-save-modal .modal-dialog .modal-content .modal-footer .action-button-wrapper .btn,
  .manage-product-popup-block-modal .modal-dialog .modal-content .modal-footer .action-button-wrapper .btn,
  .manage-serviec-popup-block-modal .modal-dialog .modal-content .modal-footer .action-button-wrapper .btn,
  .not-complete-company-profile-modal .modal-dialog .modal-content .modal-footer .action-button-wrapper .btn,
  .my-profile-document-success-modal .modal-dialog .modal-content .modal-footer .action-button-wrapper .btn,
  .my-profile-confirm-document-modal .modal-dialog .modal-content .modal-footer .action-button-wrapper .btn,
  .manage-team-popup-modal .modal-dialog .modal-content .modal-footer .action-button-wrapper .btn,
  .sign-in-modal .modal-dialog .modal-content .modal-footer .action-button-wrapper .btn {
    max-width: 216px;
  }

  .not-complete-product-modal .b2b-modal .modal-body.wide {
    padding: 0 75px;
  }

  .html-register-termandcond-page .b2b-form-wrapper .b2b-form {
    border-radius: 8px;
  }

  .company-profile-edit .company-profile-content-tab-groups {
    margin-top: -50px;
  }

  .termandcond-page .term-and-cond-wrapper-content .b2b-form {
    box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
  }

  .compnay-profile-detail-page .company-profile-view-detail-wrapper {
    box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
  }

  .html-about-us-page .master-wrapper-page .b2b-top-banner .master-wrapper-content .banner-title,
  .html-knowledge-and-activity-page .master-wrapper-page .b2b-top-banner .master-wrapper-content .banner-title,
  .html-download-documents-page .master-wrapper-page .b2b-top-banner .master-wrapper-content .banner-title,
  .html-faq-page .master-wrapper-page .b2b-top-banner .master-wrapper-content .banner-title {
    text-align: left;
  }

  .html-financial-service-page .master-wrapper-page .b2b-top-banner .master-wrapper-content .banner-title {
    font-size: 28px;
    text-align: left;
  }

  .company-member-card {
    width: 270px;
  }

  .company-member-card .company-name {
    min-width: 150px;
    max-width: 153px;
  }
}

@media only screen and (min-width: 992px) {
  .label-after-to {
    margin-top: var(--bs-gutter-y);
  }

  .add-product-page .to-min-max-label .form-label,
  .product-edit-page .to-min-max-label .form-label,
  .add-service-page .to-min-max-label .form-label,
  .service-edit-page .to-min-max-label .form-label {
    margin-top: 48px;
  }

  .add-product-page .special-to-min-max-label .form-label,
  .product-edit-page .special-to-min-max-label .form-label,
  .add-service-page .special-to-min-max-label .form-label,
  .service-edit-page .special-to-min-max-label .form-label {
    margin-top: 70px;
  }

  .label-after-to.specialDealPriceRange {
    margin-top: 24px;
  }

  .add-product-page .label-after-to-empty,
  .product-edit-page .label-after-to-empty {
    margin-top: 24px;
  }

  .col-document-icon-area {
    padding: 12px;
  }

  .drag-area-list .image-item .document-img,
  .drag-area-list .image-item .no-img,
  .drag-area-list .image-item .img {
    width: 80px;
    height: 80px;
  }

  .col-icon-cancel {
    text-align: left;
  }

  .media-iframe {
    height: 546px;
  }

  .b2b-form-wrapper .b2b-form input[type="text"].input-otp,
  .b2b-form-wrapper .b2b-form input[type="password"].input-otp,
  .b2b-form-wrapper .b2b-form input[type="text"].input-otp.input-otp-v2:focus,
  .b2b-form-wrapper .b2b-form input[type="password"].input-otp.input-otp-v2:focus,
  .b2b-form-wrapper .b2b-form input[type="text"].input-otp.input-otp-v2,
  .b2b-form-wrapper .b2b-form input[type="password"].input-otp.input-otp-v2 {
    width: 51px;
    height: 51px;
    font-size: 32px;
  }

  body {
    margin-top: 150px;
  }

  .app-nav {
    background: #ffffff;
    box-shadow: 0px 1px 0 #eeeeee;
  }

  .app-nav-container .app-name {
    font-size: 24px;
    line-height: 30px;
    margin-left: 0;
    padding-bottom: 18px;
  }

  .app-nav .line {
    box-shadow: 0px 2px 0 #eeeeee;
  }

  .app-nav-container {
    width: 960px;
  }

  .app-nav .search-container,
  .app-nav .search-box form {
    width: 350px;
  }

  .app-nav .search-container {
    margin-left: 42px;
  }

  .app-nav .search-box {
    padding: 0;
  }

  #product-search-container .select2-container {
    width: 120px !important;
  }

  .html-b2b-create-account-password-page .b2b-form-wrapper.column-one.b2b-form-wrapper-v2,
  .html-create-new-password-page .b2b-form-wrapper.column-one.b2b-form-wrapper-v2 {
    padding: 0px 21% 40px;
  }

  .b2b-form-wrapper.column-one.b2b-form-wrapper-v2 {
    padding: 0 27% 40px;
  }

  .b2b-form-wrapper.b2b-form-wrapper-v2 {
    padding: 0 10% 40px;
  }

  .master-wrapper-content {
    max-width: 960px;
  }

  #home .banner-section {
    margin-top: 0;
  }

  /* Signup otp verify */
  .html-signup-otp-verify-page .b2b-form-wrapper .b2b-form input[type="password"].input-otp,
  .html-signup-otp-verify-page .b2b-form-wrapper .b2b-form input[type="text"].input-otp {
    width: 51px;
    height: 51px;
    margin: 0 7px;
    font-size: 32px;
  }

  .html-signup-otp-verify-page .b2b-form-wrapper {
    padding: 0 10% 40px;
  }

  #home .home-product-card-container>div,
  #home #carouselWhatNewProductsControls>.carousel-inner,
  .product-keywords-page .product-keyword-card-container,
  .company-sort-by-page .our-product-card-container,
  .html-b2b-product-sub-categories .sub-category-product-card-container,
  .search-product-list-container #search-product-list,
  .search-product-list-container #search-service-list,
  .html-knowledge-and-activity-page .knowledge-and-activity-card-container,
  #products-special-deal-page #product-list {
    width: 858px;
  }

  #home .financial-product-section .image {
    background-position: 80% 50%;
  }

  #home .financial-product-section .desc {
    min-width: 515px;
  }

  .product-sub-categories-page .component-sidebar-wrapper {
    display: block;
  }

  .product-sub-categories-page .product-category-menu-title,
  .product-keywords-page .keyword-menu-title {
    font-size: 28px;
  }

  .product-sub-categories-page .product-sub-categories-sort-by+.select2 .select2-selection__rendered {
    width: 120px;
  }

  .product-keywords-page .keyword-wrapper {
    height: 100%;
    overflow-y: hidden;
  }

  .theme-custom {
    height: 100% !important;
  }

  /* Company Profile Detail */
  .compnay-profile-detail-page .master-wrapper-content.container {
    max-width: 960px;
  }

  .breadcrumbs.breadcrumbs-hide-links .breadcrumbs-link,
  .breadcrumbs:not(.breadcrumbs-hide-links) .breadcrumbs-link {
    max-width: 560px;
  }

  /* Add New Product */
  .add-product-page .product-sidebar-wrapper,
  .manage-product-page .product-sidebar-wrapper,
  .product-edit-page .product-sidebar-wrapper,
  .manage-service-page .service-sidebar-wrapper,
  .html-b2b-rfq-page .rfq-sidebar-wrapper {
    display: block;
  }

  .product-tab-wrapper,
  .service-tab-wrapper {
    overflow-x: inherit;
    white-space: initial;
  }

  .product-wrapper .nav-tabs,
  .service-wrapper .nav-tabs {
    position: relative;
    display: flex;
  }

  .product-manage-tooltip,
  .service-manage-tooltip {
    width: 50%;
    position: absolute;
  }

  .add-product-page .product-content-wrapper,
  .add-rfq-page .rfq-content-wrapper {
    display: block;
  }

  .add-product-page .product-content-wrapper,
  .product-edit-page .product-content-wrapper,
  .add-rfq-page .rfq-content-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .add-product-page .product-content-wrapper .b2b-top-banner,
  .product-edit-page .product-content-wrapper .b2b-top-banner,
  .add-rfq-page .rfq-content-wrapper .b2b-top-banner {
    text-align: unset;
  }

  .add-product-page .b2b-form-wrapper .b2b-form,
  .product-edit-page .b2b-form-wrapper .b2b-form {
    margin: 33px 0 80px 0;
    border-radius: 8px;
    box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
    padding: 40px 38px;
  }

  .add-product-page .label-after-to-empty label,
  .product-edit-page .label-after-to-empty label {
    display: block;
  }

  .product-edit-page .service-specialdeal-area,
  .add-product-page .service-specialdeal-area,
  .add-product-page .product-specialdeal-area,
  .product-edit-page .product-specialdeal-area {
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 15px;
  }

  .add-product-page .back-button-wrapper,
  .product-edit-page .back-button-wrapper,
  .add-rfq-page .back-button-wrapper {
    margin-top: -175px;
    margin-bottom: 0px;
  }

  .product-filter-wrapper .b2b-button-yellow,
  .service-filter-wrapper .b2b-button-yellow {
    margin: 0 12px;
    width: 216px
  }

  .product-item-wrapper .product-item-description,
  .service-item-wrapper .service-item-description {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .product-item-wrapper .product-item-category,
  .product-item-wrapper .product-item-price,
  .product-item-wrapper .product-item-moq {
    min-height: 84px;
  }

  .product-section-header {
    width: 860px;
  }

  .manage-service-page .search-manage-service-box {
    padding-right: 8px;
  }

  /* product preview */
  .product-preview-page .master-wrapper-content:not(.product-preview-page footer .master-wrapper-content) {
    padding: 0 12px;
  }

  .select2-dropdown.message-rfq-currency {
    width: 100px !important;
  }

  .select2-dropdown.message-rfq-trade-term {
    width: 477px !important;
  }

  .b2b-modal.message-send-popup-modal .b2b-form .action-button-wrapper button {
    max-width: 216px;
  }

  /* Company Profile*/
  .company-admin-page .companyprofile-sidebar-wrapper,
  .company-profile-edit .companyprofile-sidebar-wrapper {
    display: block;
  }

  .b2b-form.half-banner-layout.rfq-layout {
    margin-top: -90px;
  }
}

@media only screen and (min-width: 1280px) {
  .master-wrapper-content {
    max-width: 1200px;
  }

  .app-nav-container {
    width: 1200px;
  }

  .app-nav .search-container,
  .app-nav .search-box form {
    width: 535px;
  }

  .app-nav .search-container {
    margin-left: 72px;
  }

  #product-search-container .select2-container {
    width: 200px !important;
  }

  .b2b-form-wrapper .b2b-form.account-form.create-account-form {
    padding: 50px 150px 40px;
  }

  #home .financial-product-section .image {
    background-position: 100% 50%;
  }

  #home .home-product-card-container>div,
  #home #carouselWhatNewProductsControls>.carousel-inner,
  .product-keywords-page .product-keyword-card-container,
  .company-sort-by-page .our-product-card-container,
  .html-b2b-product-sub-categories .sub-category-product-card-container,
  .search-product-list-container #search-product-list,
  .search-product-list-container #search-service-list,
  .html-knowledge-and-activity-page .knowledge-and-activity-card-container,
  #products-special-deal-page #product-list {
    width: 1144px;
  }

  /* Company Profile Detail */
  .compnay-profile-detail-page .master-wrapper-content.container {
    max-width: 1200px;
  }

  .breadcrumbs.breadcrumbs-hide-links .breadcrumbs-link,
  .breadcrumbs:not(.breadcrumbs-hide-links) .breadcrumbs-link {
    max-width: none;
  }

  .product-section-header {
    width: 1154px;
  }

  .select2-dropdown.message-rfq-currency {
    width: 137px !important;
  }

  .select2-dropdown.message-rfq-trade-term {
    width: 621px !important;
  }

  /* Company Profile*/
  .company-admin-page .company-display-name h1 {
    margin: 85px 0 10px 15px;
  }

  .company-admin-page .action-button-wrapper .btn,
  .company-profile-edit .action-button-wrapper .btn {
    max-width: 216px;
    margin-left: 15px;
    margin-right: 15px;
  }
}