.price {
  font-weight: bold;
  color: var(--price-color); }

.product-vendor {
  color: #969696 !important;
  letter-spacing: 1.8px; }

a.product-vendor:hover {
  color: var(--primary-color) !important; }

.item_product_main {
  margin-top: .5rem;
  margin-bottom: .5rem;
  background: #fff; }

.item_product_main .product-thumbnail {
  position: relative;
  overflow: hidden; }

.item_product_main .product-thumbnail .image_thumb {
  transition: transform .3s ease-out; }

.item_product_main .product-thumbnail .action-bar {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transform: translate3d(-50%, 150%, 0);
  z-index: 20;
  transition: all .3s ease; }

.item_product_main .product-thumbnail .action-bar .action-child {
  position: relative;
  border-radius: 0;
  border-right: 1px solid #eee;
  height: 45px;
  margin-bottom: 0 !important;
  width: 45px;
  padding: 0;
  font-size: 14px;
  transition: all .3s ease;
  border-radius: 5px 0 0 5px; }

.item_product_main .product-thumbnail .action-bar .action-child .action-name {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 100%;
  background: #333;
  padding: 5px 8px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  width: auto;
  min-width: max-content; }

.item_product_main .product-thumbnail .action-bar .action-child .action-name:before {
  background: transparent;
  content: "";
  position: absolute;
  height: 8px;
  left: 0;
  top: 100%;
  width: 100%; }

.item_product_main .product-thumbnail .action-bar .action-child .action-name:after {
  background: #333333;
  content: "";
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
  width: 10px;
  left: calc(50% - 5px);
  bottom: -5px; }

.item_product_main .product-thumbnail .action-bar .action-child.quick-view,
.item_product_main .product-thumbnail .action-bar .action-child.js-compare-product-add {
  margin: 0; }

.item_product_main .product-thumbnail .action-bar .action-child + .action-child {
  border-radius: 0; }

.item_product_main .product-thumbnail .action-bar .action-child:last-child {
  border-radius: 0 5px 5px 0;
  border-right: 0; }

.item_product_main .product-thumbnail .action-bar .action-child:hover {
  background-color: #f5f5f5; }

.item_product_main .product-thumbnail .action-bar .action-child:hover .action-name {
  opacity: 1;
  visibility: visible;
  bottom: calc(100% + 8px); }

.item_product_main .product-thumbnail .action-bar .action-child > .icon-option {
  max-width: 20px; }

.item_product_main .video-icon {
  transform: none !important;
  position: absolute !important;
  z-index: 99;
  right: 5px;
  left: auto !important;
  bottom: 8px;
  top: auto !important;
  width: 32px !important; }

@media (min-width: 1025px) {
  .item_product_main {
    font-size: 16px;
    margin-bottom: 30px; }
  .item_product_main .product-thumbnail:hover {
    box-shadow: 0px 0px 6px 0px rgba(50, 50, 93, 0.1), 1px 1px 5px rgba(0, 0, 0, 0.02); }
  .item_product_main .product-thumbnail:hover .product-name a {
    color: var(--primary-color); }
  .item_product_main .product-thumbnail:hover .image_thumb {
    /*transform: scale(0.95)*/ }
  .item_product_main .product-thumbnail:hover .product-action .group_action {
    position: absolute;
    opacity: 1;
    transform: translateX(0);
    background: #fff;
    z-index: 99;
    visibility: visible;
    align-items: center;
    box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.25); }
  .item_product_main .product-thumbnail:hover .action-bar {
    opacity: 1;
    transform: translate3d(-50%, 0, 0); } }

.item_product_main a {
  text-decoration: none;
  color: var(--text-color);
  font-weight: 600; }

.item_product_main .btn-views {
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  transition: all .22s ease-out; }

.item_product_main .btn-views:hover {
  opacity: 1;
  color: var(--primary-color); }

.item_product_main .product-vendor {
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  line-height: initial; }

.item_product_main .product-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: initial;
  overflow: hidden;
  margin: 0 0 5px;
  font-weight: normal;
  line-height: 1.4;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }

@media (max-width: 991px) {
  .item_product_main .product-name {
    font-size: 18px; } }

@media (max-width: 767px) {
  .item_product_main .product-name {
    font-size: 15px;
    min-height: 35px; } }

.item_product_main .product-promo-tag {
  font-size: 13px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: initial;
  overflow: hidden; }

.item_product_main .product-promo-tag--1 {
  position: absolute;
  z-index: 7;
  font-weight: 800;
  left: 12px;
  top: 12px;
  padding: 4px 10px;
  border-radius: 4px; }

.product-promo-tag--text-1, .product-promo-tag--text-2 {
  padding: 3px 4px;
  display: inline-block;
  color: var(--color);
  border-radius: 3px;
  background-color: var(--background); }

.item_product_main .product-promo-tag--text-1 {
  border: 1px solid var(--border-color);
  background-color: var(--background); }

.product-promo-tag--text-2 {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  border-left: 4px solid var(--border-color); }

.product-promo-tag--image {
  max-width: 125px;
  padding: 0;
  margin-top: 8px; }

.item_product_main .product-info {
  padding: 16px;
  border-top: 1px solid #f2f2f2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1; }

@media (max-width: 991px) {
  .item_product_main .product-promo-tag {
    font-size: 12px; } }

.item_product_main .price-contact, .item_product_main .price {
  display: block;
  color: var(--price-color); }

.item_product_main .price-box.v2 {
  gap: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: start;
  flex-wrap: wrap; }

.item_product_main .price-box.v2 .price {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal; }

.item_product_main .price-box.v2 .compare-price {
  color: #757575;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 150% */
  text-decoration-line: strikethrough; }

.item_product_main .price-box.v2 .label_product {
  border-radius: 4px;
  background: var(--label-color);
  display: flex;
  padding: 2px 5px;
  align-items: flex-start;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal; }

.item_product_main .price-box.v2 .label_product .label_wrapper {
  color: var(--text-white); }

@media (max-width: 991px) {
  .item_product_main .price-box.v2 {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px; }
  .item_product_main .price-box.v2 .price {
    font-size: 16px; }
  .item_product_main .price-box.v2 .compare-price {
    font-size: 13px;
    line-height: 22px;
    margin-right: 0px; }
  .item_product_main .price-box.v2 .label_product {
    font-size: 13px; } }

@media (max-width: 767px) {
  .item_product_main .price-contact, .item_product_main .price {
    font-size: 16px;
    display: block; } }

.item_product_main .compare-price {
  color: var(--text-secondary-color);
  text-decoration: line-through;
  font-size: 14px;
  display: inline-block;
  margin-right: 5px; }

@media (max-width: 767px) {
  .item_product_main .compare-price {
    font-size: 13px; } }

.item_product_main .group_action {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 10px;
  transform: translateX(100px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform .3s ease-out;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 100%;
  right: 10px; }

.item_product_main .image_thumb {
  display: block; }

.item_product_main .label_product {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--label-background);
  padding: 7px 2px;
  font-weight: 500;
  font-size: 12px;
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  font-size: 14px; }

.item_product_main .label_product .label_wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--label-color);
  font-weight: 800; }

/*@media (max-width:991px) {*/
.item_product_main .label_product:not(.product_gift_label) {
  top: 0;
  right: 0;
  display: none;
  position: inherit;
  min-width: 44px;
  width: auto;
  height: auto;
  padding: 2px 5px !important;
  font-size: 12px;
  border-radius: 9999px;
  zoom: 1 !important; }

/*}*/
.item_product_main button.product-item-btn, .item_product_main .label_soldout.product-item-btn {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 4px;
  font-size: 18px;
  background: var(--addtocart-color);
  border-radius: 100%;
  color: #fff;
  justify-content: center;
  margin-right: 5px;
  margin-left: auto;
  box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.25);
  position: absolute;
  right: 0;
  top: 0px; }

.item_product_main button.product-item-btn.sold_out, .item_product_main .label_soldout.product-item-btn.sold_out {
  background: #eee;
  width: auto;
  height: auto;
  border-radius: initial;
  font-size: 12px;
  color: initial;
  box-shadow: none;
  border-radius: 3px;
  padding: 2px 5px; }

.item_product_main button.product-item-btn.add_to_cart, .item_product_main .label_soldout.product-item-btn.add_to_cart {
  font-size: 16px; }

.item_product_main button.product-item-btn .fas, .item_product_main .label_soldout.product-item-btn .fas {
  font-size: 12px; }

.item_product_main button.product-item-btn .icon, .item_product_main .label_soldout.product-item-btn .icon {
  width: 1em;
  height: 1em; }

.item_product_main button.product-item-btn:hover, .item_product_main .label_soldout.product-item-btn:hover {
  filter: brightness(1.2); }

@media (max-width: 767px) {
  .item_product_main button.product-item-btn, .item_product_main .label_soldout.product-item-btn {
    width: 28px;
    height: 28px;
    top: 0px; } }

.item_product_main .product-thumbnail__img--secondary {
  opacity: 0;
  z-index: -1; }

.item_product_main .product-thumbnail:hover .product-thumbnail__img--secondary {
  opacity: 1;
  z-index: 1; }

.item_product_main .product-thumbnail:hover .img-fetured.has-second-img {
  opacity: 0;
  z-index: -1; }

.item_product_main .item-color-chosen {
  display: flex;
  margin: 12px 0;
  flex-wrap: wrap;
  z-index: 3; }

.item_product_main .item-color-chosen .color-dot {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  box-shadow: 0 0 0 1px #eee;
  margin: 5px;
  cursor: pointer;
  transition: box-shadow .25s ease, transform .25s ease; }

.item_product_main .item-color-chosen .color-dot.selected {
  box-shadow: 0 0 0 1.5px rgba(0, 0, 0, 0.7), inset 0 0 0 2.5px rgba(255, 255, 255, 0.8); }

.item_product_main .item-color-chosen .color-dot .color-name {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: blue;
  bottom: 100%;
  background: #333;
  padding: 5px 8px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  background-color: #000; }

.item_product_main .item-color-chosen .color-dot .color-name:before {
  background: transparent;
  content: "";
  position: absolute;
  height: 8px;
  left: 0;
  top: 100%;
  width: 100%; }

.item_product_main .item-color-chosen .color-dot .color-name:after {
  background: #333333;
  content: "";
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
  width: 10px;
  left: calc(50% - 5px);
  bottom: -5px; }

@media (max-width: 1199px) {
  .item_product_main .item-color-chosen .color-dot .color-name {
    display: none; } }

.item_product_main .item-color-chosen .color-dot:hover {
  box-shadow: 0 0 0 1px #000, inset 0 0 0 4px #fff;
  transform: scale(1.1); }

.item_product_main .item-color-chosen .color-dot:hover .color-name {
  opacity: 1;
  visibility: visible;
  bottom: calc(100% + 8px); }

.item_product_main .item-color-chosen .color-more {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 5px;
  color: #888;
  cursor: pointer; }

@media (min-width: 1600px) {
  .item_product_main .item-color-chosen .color-more {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 22px; }
  .item_product_main .item-color-chosen .color-dot {
    width: 40px;
    height: 40px; } }

.item_product_main .item-color-chosen .color-more span {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 100%;
  background: #333;
  padding: 5px 8px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  width: auto;
  min-width: max-content;
  z-index: 30; }

.item_product_main .item-color-chosen .color-more span:before {
  background: transparent;
  content: "";
  position: absolute;
  height: 8px;
  left: 0;
  top: 100%;
  width: 100%; }

.item_product_main .item-color-chosen .color-more span:after {
  background: #333333;
  content: "";
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
  width: 10px;
  left: calc(50% - 5px);
  bottom: -5px; }

.item_product_main .item-color-chosen .color-more:hover span {
  opacity: 1;
  visibility: visible;
  bottom: calc(100% + 8px); }

.item_product_main.product--media {
  margin-bottom: .75rem; }

.item_product_main.product--media form {
  display: grid;
  grid-template-columns: 33% 1fr;
  grid-gap: 5px;
  align-items: center; }

.item_product_main.product--media .group_action {
  display: none !important; }

.item_product_main.product--media .product-name {
  -webkit-line-clamp: 2;
  font-weight: normal;
  font-size: 14px;
  min-height: auto; }

.item_product_main.product--media .label_product {
  zoom: .7; }

.item_product_main.product--media .product-info {
  padding: 0px 10px 5px; }

.product-frame {
  z-index: 9; }

.label-soldout {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  border-radius: 4px;
  border: 1px solid #F0F0F0;
  background: #F1F1F1;
  position: absolute;
  z-index: 4;
  top: 46px;
  left: 12px;
  padding: 4px; }

.heading-bar {
  font-size: 18px;
  padding-bottom: 10px;
  padding-top: 5px;
  gap: 5px; }

.heading-bar a.see-all {
  color: initial;
  text-decoration: underline; }

.heading-bar a.see-all:hover {
  color: var(--link-color); }

@media (max-width: 1600px) {
  .heading-bar {
    font-size: 16px; } }

.heading-bar__title {
  /*color: var(--text-color);*/
  color: #1F1F1F;
  margin: 0px;
  font-family: 'SF Pro Display', sans-serif;
  font-size: calc(var(--main-title-font-size)*1px);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px; }

.heading-bar__title.text-white,
.heading-bar__title.text-white a {
  color: var(--text-white); }

.heading-bar__title.text-black,
.heading-bar__title.text-black a {
  color: var(--text-black); }

.heading-bar__title.flashsale__title > a {
  text-decoration: none !important; }

.heading-bar__title a:hover {
  color: var(--link-color); }

.heading-bar__title span {
  display: block;
  text-align: left;
  font-size: 0.7em; }

@media (max-width: 991px) {
  .heading-bar__title {
    font-size: calc(64px*var(--scaleSm));
    text-align: center !important;
    line-height: 1.4; }
  .item_product_main .item-color-chosen .color-dot {
    width: 24px;
    height: 24px;
    margin-right: 2px; } }

.flashsale__header {
  display: flex;
  justify-content: space-between; }

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

.details-product .flashsale {
  padding: 0;
  border-radius: 4px;
  margin-top: 30px; }

.details-product .flashsale__title h5 {
  font-size: 14px;
  font-weight: 700;
  color: #F66566; }

.details-product .flashsale__countdown-label {
  font-size: 14px;
  position: relative; }

.flashsale__header,
.flashsale__product {
  padding: 5px 8px; }

.details-product .flashsale__bottom {
  padding: 0px; }

.details-product .flashsale__bottom .flashsale__label {
  font-size: 14px; }

.flashsale__product {
  background: var(--flashsale-bg);
  border-radius: 0 0 4px 4px; }

.details-product .ega-badge-ctd__item + span {
  display: none; }

.details-product .ega-badge-ctd__item {
  font-size: 13px; }

.details-product .ega-badge-ctd > div:not(.ega-badge-ctd__colon) {
  width: 30px;
  height: 30px;
  border-radius: 100%; }

.details-product .ega-badge-ctd__colon {
  display: unset; }

.details-product .flashsale__header {
  background: #FFEFEF;
  min-height: 34px;
  border-radius: 4px 4px 0 0;
  margin-top: 10px; }

.details-product .flashsale__countdown-wrapper {
  padding-top: 0; }

@media (max-width: 575px) {
  .details-product .flashsale__title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0; }
  .details-product .flashsale__countdown-wrapper {
    flex-direction: row; }
  .details-product .flashsale__countdown-label {
    display: block !important; }
  .details-product .flashsale__header {
    line-height: 34px; } }

@media (max-width: 767px) {
  .flashsale__title a {
    font-size: 24px;
    display: block; }
  .e-tabs .one-row > div {
    margin-bottom: 15px;
    flex: 0 0 calc(100% / 2);
    padding-right: 0; }
  .e-tabs .one-row {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto; } }

.details-product .flashsale__header {
  display: flex;
  justify-content: center;
  gap: 5px;
  padding: 10px 0; }

.ega-badge-ctd > div:not(.ega-badge-ctd__colon) {
  padding: 0; }
