/** Product infor **/
.details-product .details-pro {
  --block-spacing: 10px; }
  .details-product .details-pro .first_status.vendor-name {
    display: block;
    margin-bottom: 5px;
    font-size: 14px; }
    .details-product .details-pro .first_status.vendor-name .status_name a {
      background: #d0021b;
      color: #fff !important;
      border-radius: 999px;
      padding: 2px 8px; }

.title-product {
  font-weight: 400;
  font-size: 1.4rem; }

@media (max-width: 767px) {
  .title-product {
    font-size: 1.2rem; } }

.details-pro .group-status .line {
  color: #999; }

.details-pro .group-status {
  font-size: 14px; }

@media (max-width: 575px) {
  .details-pro .group-status {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .details-pro .group-status .line {
    display: inline-block;
    margin: 0 6px; } }

.status_name,
.status_name a {
  color: var(--primary-color); }

.details-product .details-pro .price-box {
  position: relative;
  margin: 15px 0 10px;
  background: #f1f1f1;
  border-radius: 4px;
  display: block; }

.details-product .details-pro .product-badge {
  display: block; }

.details-product .details-pro .product-price {
  font-size: 30px;
  color: var(--price-color);
  font-weight: 500;
  line-height: 30px;
  font-family: inherit; }

.swatch-element {
  position: relative;
  margin: 8px 12px 0px 0px; }
  .swatch-element.color {
    margin: 8px 15px 0px 0px; }
    .swatch-element.color .trang {
      background-color: #fcfcfc; }
    .swatch-element.color .xanh-la {
      background-color: #5db600; }
    .swatch-element.color .hong {
      background-color: #f56da5; }
    .swatch-element.color .den {
      background-color: #000000; }
    .swatch-element.color .do {
      background-color: #f20808; }
    .swatch-element.color .vang {
      background-color: #fcef05; }
    .swatch-element.color .xam {
      background-color: #615a5a; }
    .swatch-element.color .xanh-nuoc-bien {
      background-color: #2691d4; }
    .swatch-element.color .cam {
      background-color: #f8593f; }
    .swatch-element.color .tim {
      background-color: #9900ca; }
    .swatch-element.color + .tooltip {
      z-index: -1;
      white-space: nowrap; }
    .swatch-element.color:hover + .tooltip {
      opacity: 1;
      z-index: 100;
      top: -30px;
      min-width: 30px;
      background: #000;
      color: #fff;
      padding: 4px 6px;
      font-size: 10px;
      border-radius: 4px; }
      .swatch-element.color:hover + .tooltip:after {
        content: '';
        position: absolute;
        left: 16px;
        bottom: -3px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3px 2.5px 0 2.5px;
        border-color: #000000 transparent transparent transparent; }

.swatch-element label {
  padding: 15px;
  font-size: 14px;
  border-radius: 6px;
  height: 30px !important;
  min-width: auto !important;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 10px; }

.swatch-element input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  cursor: pointer; }

.swatch .swatch-element input:checked + label {
  border-color: #2e671f !important;
  border-width: 2px;
  color: #fff;
  position: relative;
  background: #d0021b; }

.swatch .swatch-element input:checked + label:after {
  content: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkCw8RJSHXzNuNAAAAfElEQVQoz7WRsQ2CYBQGLwRCaLRkDwqdwcLCSZjCmj2AgtoJXMbEUquzEAz+8Je89r675sGG59ka0ig+0ZFbJDGbgRwoAXemi/hb1QZw793ebB739cPgTdV2qvzZAFY+VL+VwB4nB59j5RLYhBVXcTBZw7NJDAN49LrFyz67GnkMHStx0wAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0xMS0xNVQxNzozNzozMyswMDowMGfDTJEAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMTEtMTVUMTc6Mzc6MzMrMDA6MDAWnvQtAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: 0;
  width: 6px;
  height: 6px; }

.swatch .swatch-element input:checked + label:before {
  content: none;
  padding: 4px;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  top: -15px;
  right: -13px;
  background: var(--primary-color);
  width: 26px;
  height: 24px;
  transform: rotate(45deg); }

.swatch .color label {
  width: 28px;
  min-width: unset !important;
  height: 28px !important;
  line-height: 28px !important;
  border-radius: 6px !important; }

.swatch .color label:before {
  content: none; }

.swatch {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.swatch .header {
  flex: 0 0 100%;
  margin-right: 10px;
  margin-bottom: 6px;
  color: #727272; }

.swatch .color label {
  position: relative;
  z-index: 2;
  border-radius: 100% !important; }

.swatch .color span {
  content: '';
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background: #fff;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%); }

.swatch .color input:checked + label {
  border-color: #eee !important; }

.swatch .color input:checked ~ span {
  opacity: 1;
  border: 2px solid var(--primary-color); }

.button_actions .btn_base {
  width: 100%; }

.button_actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 412px;
  grid-column-gap: 20px;
  margin-bottom: 20px; }

.buynow {
  --primary-color: var(--buynow-color);
  text-transform: uppercase; }

.button_actions .btn-cart, .button_actions .btn-cart {
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 40px;
  padding: 0px 10px;
  border-radius: 5px;
  margin-top: 0px;
  border: solid 1px transparent;
  background: var(--addtocart-color); }

.button_actions .btn-cart:hover {
  filter: brightness(1.2); }

@media (max-width: 575px) {
  .button_actions .btn-cart {
    min-width: 100%;
    width: 100%; } }

.form_button_details {
  margin-top: 12px; }

.soluong.show {
  display: grid; }

.soluong {
  align-items: center;
  grid-template-columns: 110px 1fr;
  margin-bottom: 12px; }
  .soluong label {
    margin: 0; }
  .soluong .custom-btn-number {
    margin-bottom: 4px; }
  #ega-sticky-addcart .soluong {
    margin-bottom: 0; }

.soluong label {
  color: #727272;
  justify-content: flex-start; }

.input_number_product,
.custom-btn-number {
  border: none;
  display: flex;
  height: 36px;
  margin-bottom: 8px;
  margin-top: 2px;
  align-items: center; }

button.btn.btn_num {
  padding: 4px;
  width: 36px;
  border: 1px solid #ced4da;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8C9196; }

button.btn.btn_num.num_1 {
  border-radius: 100%; }

button.btn.btn_num.num_2 {
  border-radius: 100%; }

.prd_quantity {
  border: 0;
  width: 65px !important;
  text-align: center;
  border-radius: 0;
  height: 36px; }

.swatch {
  margin-bottom: 5px;
  padding: 4px 0; }

.product-summary-content {
  padding: 20px 0; }

.details-product span.product-promo-tag {
  display: block;
  margin: 10px auto; }

.details-product .details-pro .price-box, #ega-sticky-addcart .price-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #F0F1F2;
  margin-top: calc( var(--block-spacing) *  2);
  padding-top: calc( var(--block-spacing) *  2);
  column-gap: 4px; }

#ega-sticky-addcart .price-box {
  border-top: none; }

.details-product .price-box .label_product, #ega-sticky-addcart .label_product {
  border-radius: 9999px;
  background: var(--label-background);
  color: var(--label-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  padding: 4px 10px;
  font-weight: 500;
  margin-left: 6px; }

.product-price-old {
  color: #979797 !important;
  margin-left: 6px;
  font-size: 14px;
  font-weight: normal; }

.save-price {
  font-size: 14px;
  width: 100%; }

.save-price span {
  color: var(--price-color); }

.details-product .quickview-info .price-box {
  margin-top: var(--block-spacing);
  padding-top: var(--block-spacing);
  padding-top: var(--block-spacing); }

.quick-view-product .product-summary {
  padding: var(--block-spacing) 0; }

.quick-view-product .swatch {
  padding: var(--block-spacing) 0; }

.icon-button-play {
  width: 20px !important; }

.form-product .swatch-element:not(.soldout) label {
  border-color: #2e671f !important;
  border-width: 2px !important;
  color: #2e671f; }

.form-product .soldout label {
  opacity: .6;
  border-style: dashed; }

.product-description .description-content:not(.opened) .expandable-content_toggle {
  margin-top: 30px;
  border: 0; }

.product-description .description-content .description-productdetail {
  position: relative; }

.product-description .description-content.opened .description-productdetail:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  pointer-events: none;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 15%, #fff); }

.product-description h2 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  display: inline-block;
  text-decoration: underline; }

.expandable-content_toggle {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #6c757d;
  padding: 7px 15px;
  color: #ffffff;
  position: relative;
  text-align: center;
  font-weight: 500;
  background: #6c757d;
  z-index: 99;
  outline: none;
  margin: 0 auto;
  border-radius: 4px;
  width: 100%;
  justify-content: center; }

.expandable-content_toggle-icon {
  position: relative;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; }

.expandable-content_toggle-icon:before, .expandable-content_toggle-icon:after {
  content: "";
  position: absolute;
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  top: 50%;
  left: 50%; }

.expandable-content_toggle-icon:before {
  width: 2px;
  height: 10px; }

.expandable-content_toggle-icon:after {
  width: 10px;
  height: 2px; }

.expandable-content_toggle.btn-closemore .expandable-content_toggle-icon:before {
  content: none; }

.expandable-content_toggle.btn-closemore:before {
  height: 0; }

.productDetail_style_03 .product-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.productDetail_style_03 .product-gallery-item.slick-slide {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.product-description h1, .product-description h2, .product-description h3, .product-description h4, .product-description h5, .product-description h6 {
  font-weight: normal;
  line-height: 1.2;
  font-family: "Roboto", sans-serif, Arial, Verdana, "Trebuchet MS", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.product-description h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  text-decoration: unset; }

.product-description h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  text-decoration: unset; }

.product-description h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  text-decoration: unset; }

.product-description h4 {
  display: block;
  margin-block-start: 1.33em;
  font-size: 1em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  text-decoration: unset; }

.product-description h5 {
  display: block;
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  text-decoration: unset; }

.product-description h6 {
  display: block;
  font-size: 0.67em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  text-decoration: unset; }

.certification-logo {
  max-width: 40px;
  max-height: 40px; }

.description-productdetail h1 {
  display: block;
  font-size: 2em;
  margin: 0 0 10px;
  text-decoration: unset; }

.description-productdetail h2 {
  font-size: 28px;
  color: #b30000;
  font-weight: 700;
  margin: 0 0 10px; }

.description-productdetail h3 {
  font-size: 24px;
  color: #004d00;
  font-weight: 700;
  margin: 0 0 10px; }

.description-productdetail h4 {
  font-size: 20px;
  color: #444;
  font-weight: 700;
  margin: 16px 0 6px; }

.description-productdetail h5 {
  font-size: 18px;
  color: #555;
  font-weight: 600;
  margin: 14px 0 5px; }

.description-productdetail p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px; }

.description-productdetail img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 0 0 10px;
  display: block; }

@media (max-width: 991px) {
  .details-product .details-pro {
    position: relative;
    margin-top: 8px;
    padding-top: 16px; }
  .details-product .details-pro:before {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    border-top: 1px solid #F0F1F2; } }

@media (max-width: 991px) {
  .product-description-under-image .rte ul,
  .product-description-under-image .rte ol {
    padding-left: 20px;
    margin-left: 0;
    margin-bottom: 12px; }
  .product-description-under-image .rte li {
    margin-bottom: 8px;
    line-height: 1.5; } }

.review-preview-card__badge a,
.review-preview-card__badge span:last-child {
  color: #1890ff !important;
  cursor: pointer; }
