@charset "UTF-8";
.header-top {
  padding: 2rem 0;
}
.header .header-top-search-mobile .dgwt-wcas-sf-wrapp {
  padding-left: 0px;
  padding-right: 0px;
}
.header .header-top-search-mobile .dgwt-wcas-search-submit {
  left: 10px !important;
}
.header #dgwt-wcas-search-input-1,
.header #dgwt-wcas-search-input-2 {
  width: 100% !important;
  height: 35px !important;
  border: 0;
  background: #f3f3f3 !important;
  outline: none;
  font-size: 0.938em !important;
}
.header #dgwt-wcas-search-input-1 ::-webkit-input-placeholder,
.header #dgwt-wcas-search-input-2 ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.header #dgwt-wcas-search-input-1 :-moz-placeholder,
.header #dgwt-wcas-search-input-2 :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}
.header #dgwt-wcas-search-input-1 ::-moz-placeholder,
.header #dgwt-wcas-search-input-2 ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.header #dgwt-wcas-search-input-1 :-ms-input-placeholder,
.header #dgwt-wcas-search-input-2 :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.header .dgwt-wcas-search-submit {
  top: 50% !important;
}
.header .dgwt-wcas-search-submit svg {
  filter: brightness(0) saturate(100%) invert(55%) sepia(76%) saturate(1083%) hue-rotate(308deg) brightness(90%) contrast(98%);
}
.header .header--lang {
  color: black;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
.header .header--lang:hover .lang-switcher {
  display: block;
}
.header .header--lang .lang-switcher {
  position: absolute;
  display: none;
  right: -24px;
  top: 100%;
  width: 80px;
  background: white;
  box-shadow: 0 9px 48px rgba(16, 21, 23, 0.25);
  border-radius: 8px;
  text-align: initial;
  z-index: 1000;
}
.header .header--lang .lang-switcher .lang-item a {
  display: flex;
  padding: 7px 9px;
  gap: 5px;
  color: black;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}
.header .header--lang .lang-switcher .lang-item a:hover {
  color: #ec6a87;
}
.header .header--lang .lang-switcher .lang-item a img {
  width: 20px !important;
  height: 20px !important;
  object-fit: cover;
  border-radius: 50%;
}
.header-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-top-logo img {
  padding: 10px 0;
  width: 180px;
  height: auto;
}
.header-top-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.header-top-menu a i {
  font-size: 1.6rem;
  color: black;
}
.header-top-menu li:first-child {
  margin-right: 5px;
}
.header-top-menu li:nth-child(3) {
  margin-right: 5px;
}
.header-top-menu li {
  position: relative;
  cursor: pointer;
}
.header-top-menu li .num {
  position: absolute;
  top: -4px;
  right: -8px;
  width: 15px;
  height: 15px;
  background: #e3617a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
}
.header-top-search .wrap-search {
  width: 400px;
}
.header-top-search .wrap-search form {
  position: relative;
}
.header-top-search .wrap-search input {
  width: 100%;
  margin: 0;
  font-size: 0.938em;
  box-shadow: none;
  border: 0;
  outline: none;
  background: #f3f3f3;
  border-radius: 2em 2em 2em 2em;
  height: 35px;
  padding-left: 15px;
  padding-right: 40px;
}
.header-top-search .wrap-search button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #ec6a87;
  font-size: 17px;
  background: none;
  height: 100%;
  border: none;
}
.header-main-mobile {
  display: none;
}
.header-top-menu {
  display: flex;
  align-items: center;
}
.header-top-search-mobile {
  display: none;
}
.header-hamburger {
  display: none;
}
.header-hamburger .line {
  width: 1.4rem;
  height: 0.2rem;
  background-color: #535353;
  display: block;
  margin: 0.4rem auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-main {
  border-top: 1px solid #eee;
  box-shadow: inset 0 -5px 2px -4px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  width: 100%;
  background-color: white;
}
.header-main-inner {
  display: flex;
  gap: 60px;
  align-items: center;
  position: relative;
}
.header-main #header-main-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.header-main #header-main-menu li a:not(ul.sub-menu li a):has(.menu-lang-en) {
  /* Your styles for the <a> with a child having the class .menu-lang-en */
  font-size: 0px !important;
}
.header-main #header-main-menu li a:not(ul.sub-menu li a):has(.menu-lang-en) > .menu-lang-en {
  font-size: 1.4rem;
}
.header-main #header-main-menu li {
  position: relative;
}
.header-main #header-main-menu li a:not(ul.sub-menu li a) {
  text-wrap: nowrap;
  text-transform: uppercase;
}
.header-main #header-main-menu li a {
  display: block;
  line-height: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #000;
  z-index: 11;
}
.header-main #header-main-menu li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #111;
  bottom: 1px;
  width: 0;
  height: 1px;
  transition: all 0.3s ease;
}
.header-main #header-main-menu li:not(ul.sub-menu li) {
  height: 50px;
}
.header-main #header-main-menu li:not(ul.sub-menu li):hover > a:hover {
  color: #e3617a;
}
.header-main #header-main-menu li:not(ul.sub-menu li):hover a:not(ul.sub-menu li a):hover::after {
  width: 100%;
}
.header-main #header-main-menu li:not(ul.sub-menu li):hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.header-main #header-main-menu .sub-menu {
  position: absolute;
  top: 50px;
  z-index: 181;
  visibility: hidden;
  opacity: 0;
  right: 50%;
  overflow-y: auto;
  max-height: 400px;
  transform: translateX(50%);
  background: #fff;
  min-width: 190px;
  padding: 10px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-size: 13px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.header-main #header-main-menu .sub-menu::-webkit-scrollbar {
  width: 7px;
}
.header-main #header-main-menu .sub-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
  /* Adjust the border-radius as needed */
}
.header-main #header-main-menu .sub-menu::-webkit-scrollbar-thumb {
  background: #e3617a;
  border-radius: 10px;
  /* Adjust the border-radius as needed */
}
.header-main #header-main-menu .sub-menu::-webkit-scrollbar-thumb:hover {
  background: #e3617a;
}
.header-main #header-main-menu .sub-menu li a:has(.menu-lang-en) {
  /* Your styles for the <a> with a child having the class .menu-lang-en */
  font-size: 0px !important;
}
.header-main #header-main-menu .sub-menu li a:has(.menu-lang-en) > .menu-lang-en {
  font-size: 1.2rem;
}
.header-main #header-main-menu .sub-menu li a {
  padding: 5px 15px 5px 15px;
  text-wrap: nowrap;
  display: block;
  font-size: 1.2rem;
  color: #666;
  border-radius: 3px;
}
.header-main #header-main-menu .sub-menu li a:hover {
  color: #e3617a;
  background-color: #ebebeb;
}
.header-main-special .category_all {
  width: 50px;
  height: 50px;
  display: inline-block;
  background: #535353;
  outline: none;
  border: none;
}
.header-main-special span {
  display: block;
  position: absolute;
  left: 20px;
  top: 24px;
  width: 10px;
  height: 1px;
  background: #fff;
  color: transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header-main-special span:after,
.header-main-special span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header-main-special span:before {
  top: -4px;
}
.header-main-special span:after {
  top: 4px;
}
.header-main-dropdown {
  position: absolute;
  width: 100%;
  background-color: white;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  opacity: 0;
  z-index: 9999;
  visibility: hidden;
}
.header-main-dropdown .category_allList {
  margin: 0 auto;
  max-width: 1400px;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  transform: translate(0%, 5px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.header-main-dropdown .category_allList #header-main-menu-dropdown {
  display: flex;
  flex: wrap;
}
.header-main-dropdown .category_allList #header-main-menu-dropdown li:not(ul.sub-menu li) a:has(.menu-lang-en) {
  /* Your styles for the <a> with a child having the class .menu-lang-en */
  font-size: 0px !important;
}
.header-main-dropdown .category_allList #header-main-menu-dropdown li:not(ul.sub-menu li) a:has(.menu-lang-en) > .menu-lang-en {
  font-size: 1.4rem;
}
.header-main-dropdown .category_allList #header-main-menu-dropdown li:not(ul.sub-menu li) {
  width: 20%;
  flex-direction: column;
}
.header-main-dropdown .category_allList #header-main-menu-dropdown li:not(ul.sub-menu li) > a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #111;
  padding: 0.5rem 0px;
  margin: 0 10px;
  position: relative;
  display: block;
  border-bottom: 1px solid #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  text-transform: uppercase;
}
.header-main-dropdown .category_allList #header-main-menu-dropdown li:not(ul.sub-menu li) > a:hover::after {
  display: block;
}
.header-main-dropdown .category_allList #header-main-menu-dropdown li:not(ul.sub-menu li) > a::after {
  content: "";
  display: none;
  visibility: visible;
  opacity: 1;
  position: absolute;
  background: #111;
  bottom: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease;
}
.header-main-dropdown .category_allList .sub-menu {
  padding: 1rem;
  max-height: 500px;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.header-main-dropdown .category_allList .sub-menu li a:has(.menu-lang-en) {
  /* Your styles for the <a> with a child having the class .menu-lang-en */
  font-size: 0px !important;
}
.header-main-dropdown .category_allList .sub-menu li a:has(.menu-lang-en) > .menu-lang-en {
  font-size: 1.2rem !important;
}
.header-main-dropdown .category_allList .sub-menu::-webkit-scrollbar {
  width: 7px;
}
.header-main-dropdown .category_allList .sub-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
  /* Adjust the border-radius as needed */
}
.header-main-dropdown .category_allList .sub-menu::-webkit-scrollbar-thumb {
  background: #e3617a;
  border-radius: 10px;
  /* Adjust the border-radius as needed */
}
.header-main-dropdown .category_allList .sub-menu::-webkit-scrollbar-thumb:hover {
  background: #e3617a;
}
.header-main-dropdown .category_allList .sub-menu li > a {
  padding: 5px 5px;
  line-height: 16px;
  display: block;
  font-size: 12px;
  color: #777;
  border-radius: 3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.header-main-dropdown .category_allList .sub-menu li > a:hover {
  color: #e3617a;
  background-color: #ebebeb;
}
.header-main-dropdown.show .category_allList {
  visibility: visible;
  opacity: 1;
  transform: translate(0%, 0px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.header .special_on span:before {
  top: 0px !important;
  transform: rotate(225deg) !important;
}
.header .special_on span:after {
  top: 0px !important;
  transform: rotate(-225deg) !important;
}
.header .special_on span {
  background: transparent !important;
}
@media screen and (max-width: 1439px) {
  .header #header-main-menu {
    gap: 50px;
  }
  .header .header-main-inner {
    gap: 50px;
  }
}
@media screen and (max-width: 1279px) {
  .header #header-main-menu {
    gap: 30px;
  }
  .header .header-main-inner {
    gap: 30px;
  }
  .header .header--lang .lang-switcher {
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .header .header-main .wrap-container {
    padding: 0 !important;
  }
  .header .swiper-menu-mobile {
    overflow: hidden;
  }
  .header-main-mobile {
    display: block;
  }
  .header-main-mobile li {
    height: 100% !important;
  }
  .header-main-mobile li a {
    text-align: center;
    display: block;
    padding: 10px 10px;
    line-height: 20px;
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    white-space: nowrap;
    /* Ngăn chữ rớt xuống dòng */
    overflow: hidden;
    /* Ẩn phần vượt quá chiều rộng */
    text-overflow: ellipsis;
    /* Hiển thị dấu chấm cuối cùng */
  }
  .header-main-mobile li a:has(.menu-lang-en) {
    /* Your styles for the <a> with a child having the class .menu-lang-en */
    font-size: 0px !important;
  }
  .header-main-mobile li a:has(.menu-lang-en) > .menu-lang-en {
    font-size: 12px;
  }
  .header .header-main-dropdown {
    display: none;
  }
  .header-main-inner {
    display: none;
  }
  .header-top {
    padding: 1rem 0;
  }
  .header-hamburger {
    display: block;
  }
  .header-top-search {
    display: none;
  }
  .header-top-search-mobile {
    display: block;
  }
  .header-top-search-mobile form {
    position: relative;
  }
  .header-top-search-mobile input {
    width: 100%;
    margin: 0;
    font-size: 0.938em;
    box-shadow: none;
    border: 0;
    outline: none;
    background: #f3f3f3;
    border-radius: 2em 2em 2em 2em;
    height: 35px;
    padding-left: 15px;
    padding-right: 40px;
  }
  .header-top-search-mobile button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #ec6a87;
    font-size: 17px;
    background: none;
    height: 100%;
    border: none;
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.show {
  visibility: visible;
  opacity: 1;
}

.bg_aside.show {
  visibility: visible;
  opacity: 1;
}

#aside {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-120%);
  position: fixed;
  left: 0px;
  top: 0px !important;
  bottom: 0;
  min-width: 215px;
  width: 85%;
  padding: 0;
  z-index: 100;
  background-color: white;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: all 0.6s ease;
}
#aside .in_aside .mobile-menu-top {
  padding: 30px 20px 20px;
  background-color: #000;
  box-sizing: border-box;
  color: #fff;
}
#aside .in_aside .mobile-menu-top-logo {
  margin-bottom: 20px;
  line-height: 20px;
}
#aside .in_aside .mobile-menu-top-logo a {
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 1px;
  font-weight: 500;
}
#aside .in_aside .mobile-menu-top-content {
  display: flex;
  align-items: center;
  gap: 15px;
}
#aside .in_aside .mobile-menu-top-content li a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
}
#aside .in_aside .mobile-menu-content {
  border-bottom: 1px solid #ebebeb;
}
#aside .in_aside .mobile-menu-content #aside-menu {
  padding: 15px;
}
#aside .in_aside .mobile-menu-content #aside-menu li:not(ul.sub-menu li) {
  position: relative;
  padding: 5px 0;
}
#aside .in_aside .mobile-menu-content #aside-menu li:not(ul.sub-menu li) a:not(ul.sub-menu li a):has(.menu-lang-en) {
  /* Your styles for the <a> with a child having the class .menu-lang-en */
  font-size: 0px !important;
}
#aside .in_aside .mobile-menu-content #aside-menu li:not(ul.sub-menu li) a:not(ul.sub-menu li a):has(.menu-lang-en) > .menu-lang-en {
  font-size: 15px;
}
#aside .in_aside .mobile-menu-content #aside-menu li:not(ul.sub-menu li) > a {
  position: relative;
  border: 0 !important;
  font-size: 15px;
  font-weight: 500;
  margin-right: 40px;
  color: #111;
  padding: 5px 0px;
  margin: 0 10px;
  line-height: 20px;
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  text-transform: uppercase;
}
#aside .in_aside .mobile-menu-content #aside-menu li:not(ul.sub-menu li) > a > .wrap-toggle-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#aside .in_aside .mobile-menu-content #aside-menu li:not(ul.sub-menu li) > a > .wrap-toggle-icon i {
  width: 50px;
  text-align: center;
  color: #b1b1b1;
  font-weight: 200;
}
#aside .in_aside .mobile-menu-content #aside-menu .sub-menu {
  background: #f5f5f5;
  padding: 5px 10px;
  border-radius: 3px;
  overflow: auto;
  max-height: 400px;
  display: none;
}
#aside .in_aside .mobile-menu-content #aside-menu .sub-menu li a:has(.menu-lang-en) {
  /* Your styles for the <a> with a child having the class .menu-lang-en */
  font-size: 0px !important;
}
#aside .in_aside .mobile-menu-content #aside-menu .sub-menu li a:has(.menu-lang-en) > .menu-lang-en {
  font-size: 12px;
}
#aside .in_aside .mobile-menu-content #aside-menu .sub-menu li > a {
  padding: 5px 5px;
  line-height: 16px;
  display: block;
  font-size: 12px;
  color: #777;
  border-radius: 3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
#aside .in_aside .mobile-menu-content #aside-menu .sub-menu li > a:hover {
  background-color: #ebebeb;
}
#aside .in_aside .aside-support {
  padding: 10px;
  margin: 10px;
  font-size: 13px;
}
#aside .in_aside .aside-support h2 {
  margin: 0;
  padding: 10px 0 30px 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 20px;
  position: relative;
}
#aside .in_aside .aside-support h2::after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 15px;
  height: 1px;
  background: #444;
}
#aside .in_aside .aside-support .lang-switcher {
  display: flex;
  width: 100%;
  position: inherit;
  box-shadow: none;
}
#aside .in_aside .aside-support .lang-switcher a {
  display: flex;
  align-items: center;
}
#aside .in_aside .aside-support .lang-switcher a span {
  color: rgb(53, 53, 53);
  font-size: 1.5rem;
}
#aside .in_aside .aside-support .lang-switcher a img {
  width: 20px !important;
  height: 20px !important;
  object-fit: cover;
  border-radius: 50%;
}
#aside .in_aside .aside-support .lang-switcher li {
  display: inline;
  margin: 0 20px 5px -2px;
  line-height: 24px;
}

.bg_aside {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  display: block;
  z-index: 9;
  background: rgba(0, 0, 0, 0.6);
}

.close_slide {
  position: fixed;
  left: -34px;
  top: 10px;
  font-size: 3.4rem;
  z-index: 9999;
  color: white;
  font-weight: 200;
  transition: all 0.4s linear;
}

.close_slide.show {
  left: 87%;
  transform: rotate(360deg);
}

#aside.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.header-hamburger.show .line:nth-child(2) {
  opacity: 0;
}

.header-hamburger.show .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

.header-hamburger.show .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

.wishlist_products_counter {
  pointer-events: none;
  display: none;
}
.wishlist_products_counter.wishlist-counter-with-products {
  display: block;
}
.wishlist_products_counter .wishlist_products_counter_number {
  position: absolute;
  top: -4px;
  right: -8px;
  width: 15px;
  height: 15px;
  background: #ec6a87;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
}

.fixed-footer-list .wishlist_products_counter_number {
  right: 6px !important;
}

header .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
  font-size: 0;
}

.dgwt-wcas-suggestions-wrapp {
  border-top: 1px solid #d9d9d9 !important;
  padding: 0 !important;
  -webkit-box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
}

.dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline-v2 {
  margin-bottom: 5px !important;
}

.dgwt-wcas-suggestion:not(:last-child) {
  border-bottom: 1px solid #dfdfdf !important;
}

.dgwt-wcas-suggestion {
  padding: 12px 10px !important;
}

.dgwt-wcas-st {
  border-bottom: unset !important;
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st {
  margin-top: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  font-weight: 600;
}