.product-name {
  font-size: 24px;
  vertical-align: 2px; }
  @media (max-width: 767px) {
    .product-name {
      font-size: 18px; } }

.mew-grid {
  display: grid;
  grid-template-columns: 60% 40%;
  grid-template-rows: auto;
  column-gap: 16px;
  margin-bottom: 16px; }

.mew-left-1 {
  grid-row: 1;
  grid-column: 1; }

.mew-left-2 {
  grid-row: 2;
  grid-column: 1; }

.mew-right {
  grid-row: 1 / span 3;
  grid-column: 2; }

@media (max-width: 991px) {
  .mew-grid {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    row-gap: 16px; }
  .mew-left-1, .mew-left-2, .mew-right {
    grid-column: 1; }
  .mew-right {
    grid-row: 2; }
  .mew-left-2 {
    grid-row: 3; } }

.product-summary img, .product-summary iframe {
  display: none; }

.product-main-slide .shadow_product {
  filter: drop-shadow(10px 10px 8px rgba(0, 0, 0, 0.2));
  border-radius: 15px; }

.arrow_main_slide .swiper-button-next, .arrow_main_slide .swiper-button-prev {
  top: 50% !important; }

.arrow_main_slide .swiper-button-next.swiper-button-disabled, .arrow_main_slide .swiper-button-prev.swiper-button-disabled {
  display: none; }

.arrow_main_slide .swiper-button-next, .arrow_main_slide .swiper-button-prev {
  width: 30px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  color: #707070;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  transition: .3s;
  outline: none;
  opacity: .9; }
  .arrow_main_slide .swiper-button-next:after, .arrow_main_slide .swiper-button-prev:after {
    font-size: 20px;
    color: #333; }
  .arrow_main_slide .swiper-button-next:hover:after, .arrow_main_slide .swiper-button-prev:hover:after {
    color: var(--mainColor); }

.arrow_main_slide .swiper-button-next {
  border-radius: 5px;
  right: 8px; }

.arrow_main_slide .swiper-button-prev {
  border-radius: 5px;
  left: 8px; }

.product-layout_col-left {
  position: relative; }

.product-layout_col-right .haravan-product-reviews-badge p {
  margin: 0; }

.product-layout_col-right .haravan-product-reviews-badge .hrv-product-reviews-star i {
  font-size: 13px; }

.avatar {
  min-width: 30%;
  max-width: 30%; }

.btn-shopee svg {
  vertical-align: -1.5px; }

.product-thumb-slide {
  padding: 0px; }
  .product-thumb-slide .swiper-slide {
    margin-right: 10px;
    border: 1px solid #e0d9d9;
    background: #fff;
    transition: all 0.3s;
    width: calc(100%/4 - 10px*3/4); }
    @media (min-width: 768px) {
      .product-thumb-slide .swiper-slide {
        width: calc(100%/6 - 10px*5/6); } }
    @media (min-width: 1500px) {
      .product-thumb-slide .swiper-slide {
        width: calc(100%/8 - 10px*7/8); } }
  .product-thumb-slide .swiper-pagination {
    position: relative;
    bottom: 0; }

.m_thumb_pl:hover, .m_thumb_pl.swiper-slide-thumb-active {
  border: 1px solid var(--mainColor) !important; }

.m_thumb_pl .ic-video svg {
  fill: var(--mainColor); }

.product-action_buy {
  background: var(--bg_addcart);
  border: 1px solid var(--br_addcart);
  color: var(--cl_addcart);
  transition: all 0.3s; }
  .product-action_buy svg {
    fill: var(--cl_addcart);
    transition: all 0.3s; }
  .product-action_buy:hover {
    background: var(--cl_addcart);
    color: var(--bg_addcart); }
    .product-action_buy:hover svg {
      fill: var(--bg_addcart); }
  .product-action_buy .button__text {
    white-space: pre-wrap;
    min-width: 100px; }

.product-action_buynow {
  background: var(--bg_buynow);
  border: 1px solid var(--br_buynow);
  color: var(--cl_buynow);
  transition: all 0.5s; }

@media (min-width: 992px) {
  .olp {
    position: sticky !important;
    top: 5px; } }

.product-price .special-price {
  font-size: 24px;
  color: var(--accentColor2); }
  @media (max-width: 991px) {
    .product-price .special-price {
      font-size: 20px; } }

.product-price .old-price {
  font-size: 16px;
  color: var(--accentColor1); }
  @media (max-width: 991px) {
    .product-price .old-price {
      font-size: 14px; } }

.sale_label {
  background: var(--mainColor);
  color: #fff;
  justify-content: center;
  align-items: center;
  z-index: 1; }
  .sale_label .nb_dis {
    font-size: 16px;
    font-weight: 700; }
  @media (max-width: 767px) {
    .sale_label {
      font-size: 10px;
      white-space: nowrap; }
      .sale_label .nb_dis {
        font-size: 12px; } }

.custom-btn-number button {
  width: 38px;
  height: 38px;
  transition: all 0.3s ease;
  color: var(--mainColor); }
  .custom-btn-number button svg {
    fill: var(--mainColor);
    min-width: 14px; }
  .custom-btn-number button:hover {
    border-color: var(--mainColor) !important; }
  .custom-btn-number button:focus {
    outline: none; }
  .custom-btn-number button.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }

.custom-btn-number input {
  max-width: 80px; }

.product-control .header {
  font-size: 16px; }

.view_more_pr svg {
  stroke: var(--btnBuy); }

.view_more_pr a:hover {
  color: var(--btnBuy);
  text-decoration: underline; }

.product-summary ol {
  padding-left: 20px; }

.mew-product-commit .item-commit {
  width: 100%;
  transition: all 0.3s; }
  .mew-product-commit .item-commit:last-child a {
    border-bottom: none !important; }
  @media (min-width: 768px) {
    .mew-product-commit .item-commit {
      width: 50%;
      transition: all 0.3s; }
      .mew-product-commit .item-commit:nth-last-child(-n + 2) a {
        border-bottom: none !important; } }

.mew-product-review-details #box-menu {
  top: 0px !important; }

.mew-product-review-details.fix #box-menu {
  position: fixed !important;
  margin-top: 0px;
  top: 85px !important;
  z-index: 9;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  left: 0;
  background: #fff; }
  @media (max-width: 767px) {
    .mew-product-review-details.fix #box-menu {
      top: 57px !important; } }

.mew-product-review-details .content-tab {
  display: flex;
  align-items: center;
  align-content: space-between;
  flex-wrap: nowrap;
  overflow-x: auto !important;
  justify-content: left; }
  .mew-product-review-details .content-tab a {
    border-bottom: 3px solid #fff;
    flex-basis: unset;
    width: auto;
    white-space: nowrap; }
    @media (max-width: 767px) {
      .mew-product-review-details .content-tab a {
        padding: 5px 10px !important; } }
    .mew-product-review-details .content-tab a.active {
      border-bottom: 3px solid var(--accentColor2);
      color: var(--accentColor2); }

.rte h2 {
  border-left: 2px solid var(--textColor);
  padding-left: 10px;
  color: var(--textColor);
  font-size: 20px;
  margin-bottom: 10px; }

.rte h3 {
  font-size: 18px; }

.rte h4 {
  font-size: 16px; }

.rte h5 {
  font-size: 14px; }

.rte h6 {
  font-size: 12px; }

.rte ul, .rte ol {
  padding-left: 25px; }

.rte a {
  color: var(--mainColor); }
  .rte a:hover {
    filter: brightness(0.7); }

.rte table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d3d3d3;
  margin-bottom: 25px; }
  .rte table td, .rte table th {
    border: solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top; }

.title-header, .title-review {
  font-size: 20px; }

.table-striped tbody tr:nth-of-type(even) {
  background: #f9f9f9; }

.special-content {
  max-height: 366px; }
  .special-content_title {
    font-size: 18px; }
  .special-content table, .special-content td {
    border: none;
    margin-bottom: 0; }
  .special-content table td:first-child {
    width: 35%;
    font-weight: bold; }
  .special-content h4 {
    font-size: 16px;
    color: var(--mainColor);
    padding: 12px;
    margin-bottom: 0; }
  .special-content p {
    padding: 10px;
    margin-bottom: 0; }

.view_table, .expandable-content-toggle, .view_mores a {
  font-size: 14px; }
  .view_table:focus, .expandable-content-toggle:focus, .view_mores a:focus {
    box-shadow: none; }

@media (min-width: 1200px) {
  .psky {
    position: sticky;
    top: 0; } }

.top_product {
  top: 75px; }
  @media (max-width: 991px) {
    .top_product {
      position: inherit !important; } }

.product-info .right_icon {
  left: 0;
  right: initial;
  top: 9px; }

.linehot_pro img {
  max-width: 40px;
  width: 100%; }

.linehot_pro .b_cont a {
  font-size: 20px;
  color: var(--mainColor); }
  .linehot_pro .b_cont a:hover {
    color: #00b907; }

/*====================================*/
.js-learn-more-link {
  color: var(--mainColor); }
  .js-learn-more-link:hover {
    filter: hue-rotate(90deg); }

#videoModal .modal-header {
  border-color: var(--accentColor1); }

#videoModal .modal-title {
  color: var(--mainColor); }

#videoModal .close {
  color: #000;
  text-shadow: none;
  outline: none; }

.openvideo {
  bottom: 5px;
  left: 5px;
  z-index: 99;
  border: 2px solid var(--mainColor); }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type='number'] {
  -moz-appearance: textfield; }

@media (min-width: 568px) {
  .list_pr_tag .b_pr .item {
    max-width: calc(100%/3 - 16px); } }

@media (max-width: 567px) {
  .list_pr_tag .b_pr .item {
    max-width: calc(100%/2 - 8px); } }

.list_pr_tag .b_pr .item a {
  border: 1px solid #ccc; }
  .list_pr_tag .b_pr .item a .price_pr {
    color: #cc0101; }
  .list_pr_tag .b_pr .item a .ratio {
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: -1px; }

.list_pr_tag .b_pr .item.active a, .list_pr_tag .b_pr .item:hover a {
  border: 1px solid var(--mainColor);
  background: #fffaeb; }
  .list_pr_tag .b_pr .item.active a .ratio, .list_pr_tag .b_pr .item:hover a .ratio {
    background-image: url(//cdn.hstatic.net/themes/200001181262/1001499599/14/check.png?v=192);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border: none; }

.free-gifts {
  border: 1px solid var(--mainColor);
  padding-bottom: 5px !important;
  z-index: 10;
  left: 0;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  transform: translateY(7px);
  transition: .3s all; }
  .free-gifts .vmore_c {
    left: 0;
    bottom: 0px;
    border-top: 1px solid var(--mainColor);
    background: #fff;
    padding: 7px 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
  @media (max-width: 767px) {
    .free-gifts .none_mb {
      visibility: hidden;
      transform: rotateX(90deg);
      transition: margin 0.8s;
      margin-top: -92px; }
      .free-gifts .none_mb.open_gift {
        visibility: visible;
        transform: rotateX(0deg);
        margin-top: 0;
        transition: margin 0.5s, transform 0.5s; }
    .free-gifts .v_more_coupon {
      color: var(--mainColor); } }
  .free-gifts .item svg {
    fill: var(--mainColor);
    vertical-align: -2px; }
  .free-gifts .item .m_copy {
    cursor: pointer; }
  .free-gifts .item b, .free-gifts .item .m_copy {
    color: var(--mainColor); }
  .free-gifts .item .ico_coppy {
    width: 20px;
    height: 20px;
    background: var(--mainColor);
    right: 0;
    top: 0px; }
    .free-gifts .item .ico_coppy svg {
      fill: #fff; }

.m-giftbox .title-code {
  cursor: pointer; }

.m-giftbox:hover .free-gifts {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px); }

.m-giftbox .item-code span {
  background: var(--couponBg);
  color: var(--couponColor); }
  .m-giftbox .item-code span:before, .m-giftbox .item-code span:after {
    content: "";
    width: 6px;
    height: calc(100% - 5px);
    position: absolute;
    top: 2.5px;
    background-image: radial-gradient(#f8f9fa 2px, transparent 0);
    background-size: 6px 6px;
    background-position-x: -6px; }
  .m-giftbox .item-code span:before {
    left: -3px; }
  .m-giftbox .item-code span:after {
    right: -3px; }

.selector-wrapper {
  margin-bottom: .5rem; }
  .selector-wrapper label {
    min-width: 100px;
    font-size: 13px;
    margin-bottom: .5rem;
    font-weight: 700; }

.mobile_open_box_swatch {
  bottom: -100%; }
  .mobile_open_box_swatch.active {
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 11;
    width: calc(100%);
    left: 0;
    padding: 15px 10px 65px 10px;
    border-radius: 20px 20px 0 0;
    box-shadow: 0px 0px 3px 0px #ccc;
    transition: 0.5s all; }

.more_views:hover {
  color: var(--btnBuy);
  text-decoration: underline; }

.more_views svg {
  stroke: var(--btnBuy);
  vertical-align: -1px; }

.line_bottom {
  position: relative; }
  @media (min-width: 992px) {
    .line_bottom {
      padding-bottom: 30px;
      margin-bottom: 30px; }
      .line_bottom:after {
        content: '';
        position: absolute;
        width: calc(100% - 20px);
        height: 1px;
        background: var(--btnBuy);
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); } }

.tab-details .js-tab-title {
  font-size: 18px; }

.hrv-product-reviews-summary {
  background: #fffbed;
  border-radius: 10px;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .hrv-product-reviews-summary {
      width: 40% !important; } }
  @media (max-width: 767px) {
    .hrv-product-reviews-summary {
      width: 100% !important; } }

.product-reviews-summary-actions {
  margin-bottom: 10px; }

@media (max-width: 991px) {
  .hrv-product-reviews-form {
    width: 100% !important; } }

#btnnewreview, #btnSubmitReview {
  margin-top: 0 !important;
  background: var(--mainColor) !important;
  border-radius: 10px;
  font-weight: bold; }

#hrv-product-reviews-list > div {
  padding: 15px 0 !important; }

.hrv-product-reviews-form fieldset {
  padding: 0 !important;
  margin: 10px 0; }

.hrv-product-reviews-form h3, .hrv-product-reviews-form fieldset label {
  display: none; }

.hrv-product-reviews-form fieldset#hrv_product_reviews_form_fieldset_rate {
  display: flex; }
  .hrv-product-reviews-form fieldset#hrv_product_reviews_form_fieldset_rate label {
    display: block;
    margin-right: 10px; }

.hrv-product-reviews-form input, .hrv-product-reviews-form textarea {
  border-radius: 10px; }

.simple-pagination li {
  padding: 0 4px; }
  .simple-pagination li .next, .simple-pagination li .prev {
    font-size: 32px;
    color: var(--mainColor); }

@media (min-width: 992px) {
  #specModal .modal-lg {
    max-width: 600px; } }

#specModal .special-content {
  max-height: initial; }
  #specModal .special-content h4 {
    font-size: 16px;
    padding: 12px 0; }
  @media (max-width: 767px) {
    #specModal .special-content {
      border: none !important; } }
  #specModal .special-content table {
    background: #f9f9f9;
    border-radius: 10px;
    overflow: hidden; }
    @media (min-width: 768px) {
      #specModal .special-content table td:first-child {
        width: 220px; } }

#specModal .max-height-popup {
  max-height: calc(100vh - 150px);
  overflow-y: auto; }
  #specModal .max-height-popup::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f7f7f7;
    border-radius: 10px; }
  #specModal .max-height-popup::-webkit-scrollbar {
    width: 3px;
    background-color: #f7f7f7; }
  #specModal .max-height-popup::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(var(--mainColor)), to(var(--mainColor)), color-stop(0.6, var(--mainColor))); }

@media (max-width: 374px) {
  .mxs_100 {
    flex-direction: column; }
    .mxs_100 .product-action_buy {
      flex-direction: row !important;
      font-size: 20px; } }

.box-tag-ecom a {
  background: #ccc;
  color: #fff;
  font-weight: bold;
  transition: 0.35s all;
  gap: 5px; }
  .box-tag-ecom a svg {
    fill: #fff; }
  .box-tag-ecom a img {
    max-width: 16px; }
  .box-tag-ecom a.item-tiki {
    background: #0a68ff; }
  .box-tag-ecom a.item-lazada {
    background: #0f146d; }
  .box-tag-ecom a.item-shopee {
    background: #f53d2d; }
  .box-tag-ecom a.item-tiktok {
    background: #000512; }
  .box-tag-ecom a:hover {
    filter: contrast(2); }

.js-recent-slider .swiper-button-prev {
  left: -40px; }

.js-recent-slider .swiper-button-next {
  right: -40px; }

.js-recent-slider:hover .swiper-button-prev {
  left: 3px; }

.js-recent-slider:hover .swiper-button-next {
  right: 3px; }

.relate_product .swiper-slide, .js-recent-slider .swiper-slide {
  width: calc(100%/2 - 7.5px);
  margin-right: 15px; }
  @media (min-width: 768px) {
    .relate_product .swiper-slide, .js-recent-slider .swiper-slide {
      width: calc(100%/3 - 10px); } }
  @media (min-width: 992px) {
    .relate_product .swiper-slide, .js-recent-slider .swiper-slide {
      width: calc(100%/4 - 15px*3/4); } }

.more_view svg {
  vertical-align: -1px; }

.more_view:hover {
  fill: var(--mainColor); }

.mew_mobi_bar .item {
  width: 20%; }

.mew_mobi_bar .product-action_buynow {
  min-width: initial;
  width: calc(40% - 8px);
  border-radius: 10px !important;
  margin: 0 10px 12px; }

.js-tag-blog .item_grid.index .cont h3 {
  line-height: normal; }
  .js-tag-blog .item_grid.index .cont h3 a {
    font-size: 16px; }

@media (max-width: 767px) {
  .js-buy-alert {
    top: auto !important;
    bottom: 65px;
    right: 10px; } }

.title_blo a {
  font-size: 14px; }

.box-promotion {
  border: 1px solid var(--bgpromo);
  border-radius: 10px;
  overflow: hidden; }
  .box-promotion .promo-head {
    background-color: var(--bgpromo);
    color: var(--clpromo);
    font-size: 16px; }
    .box-promotion .promo-head img {
      vertical-align: -3px; }
  .box-promotion .promo-content ul, .box-promotion .promo-content ol {
    padding-left: 20px;
    margin-bottom: 0; }

share-social {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
  transition: all 0.3s ease;
  z-index: 12;
  width: 300px;
  opacity: 0;
  pointer-events: none;
  padding: 1rem; }
  @media (max-width: 767px) {
    share-social {
      width: 100%;
      min-width: 280px;
      max-width: 100vw;
      bottom: 0;
      top: auto;
      transform: translate(-50%, 100%);
      left: 50%;
      overflow: auto;
      max-height: 80vh;
      transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
      border-radius: 10px 10px 0 0 !important;
      padding-bottom: 70px !important; } }
  share-social.active {
    opacity: 1;
    pointer-events: all; }
    @media (max-width: 767px) {
      share-social.active {
        transform: translate(-50%, 0%); } }
  @media (max-width: 767px) {
    share-social share-qr {
      margin: 0 auto; } }
  share-social share-qr svg {
    width: 100%;
    height: auto; }
  share-social .share-link input {
    flex: 1; }
  share-social copy-text {
    fill: #fff;
    cursor: pointer;
    width: 36px;
    height: 36px; }
  share-social .share-close {
    width: 1.5rem;
    position: absolute;
    top: 1rem;
    right: 1rem; }

.isocial-share-box p svg {
  fill: var(--mainColor); }

.isocial-share-box .share-to-social a {
  background: var(--mainColor);
  width: 26px;
  height: 26px; }
  .isocial-share-box .share-to-social a svg {
    fill: white; }

.isocial-share-box .share-to-social .fb {
  background: #6287c5; }

.isocial-share-box .share-to-social .pinterest {
  background: #cb2027; }

.isocial-share-box .share-to-social .tw {
  background: #000; }

.isocial-share-box .share-to-social .lin {
  background: #0077b5; }

.isocial-share-box .share-to-social .sms {
  background: #62b651; }
