/** Product infor **/
.title-product {
  font-weight: 300;
  font-size: 1.8rem; }

@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: 12px; }
  .details-pro .group-status > span {
    display: block; }
  .details-pro .group-status .line {
    display: none; } }

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

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

.details-product .details-pro .price-box .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;
  overflow: hidden;
  border-radius: 4px; }

.swatch-element.color {
  margin: 0px 10px 0px 0; }

.swatch-element.color .trang {
  background-color: #fcfcfc; }

.swatch-element.color .xanh-ngoc {
  background-color: #0572ff; }

.swatch-element.color .bac {
  background-color: #dfdfdf; }

.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: #3a40fa; }

.swatch-element.color .xanh-luc {
  background-color: #00b7ff; }

.swatch-element.color .tim {
  background-color: #c500ff; }

.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: 8px 12px;
  font-size: 13px;
  border-radius: 6px;
  height: 32px !important;
  min-width: auto !important;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd; }

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

.swatch .swatch-element input:checked + label {
  background: #fff;
  border-color: var(--primary-color) !important;
  color: var(--primary-color);
  position: relative; }

.swatch .swatch-element input:checked + label:after {
  content: "";
  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: '';
  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); }

.button_actions .btn_base {
  height: 48px;
  line-height: 45px;
  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: bold;
  font-size: 14px;
  line-height: 45px;
  padding: 0px 35px;
  border-radius: 5px;
  margin-top: 0px;
  border: solid 1px transparent;
  background: #ff5722;
  font-weight: 600;
  min-width: 300px; }

.button_actions .btn_base:hover {
  filter: brightness(1.2); }

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

.swatch .color label {
  width: 30px;
  min-width: unset !important;
  height: 30px !important;
  line-height: 30px !important;
  border: 1px solid #eee !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 100px;
  margin-right: 10px;
  font-weight: 500; }

.form_button_details {
  margin-top: 12px; }

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

.custom-btn-number {
  border: none;
  display: flex !important;
  height: 30px;
  margin-bottom: 20px;
  margin-top: 10px;
  align-items: center; }

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

button.btn.btn_num.num_1 {
  border-radius: 4px 0px 0px 4px;
  border-right: 0; }

button.btn.btn_num.num_2 {
  border-radius: 0px 4px 4px 0px;
  border-left: 0; }

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

.swatch,
.product-summary {
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
  padding: 5px 0 12px 0; }

.large-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  max-width: 100%;
  max-height: 100%; }

#gallery_1:not(.slick-slider) {
  display: flex;
  align-items: center;
  overflow: hidden; }

#gallery_02 {
  /**.item.slick-slide.slick-current.slick-active{
	border-color: var(--primary-color);
}**/ }

#gallery_02:not(.slick-slider) {
  display: flex;
  align-items: center;
  overflow: hidden; }

#gallery_02 .item.slick-slide.slick-slide {
  margin: 0 5px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee; }

#gallery_02 .item.slick-slide.slick-current.slick-active {
  border-color: var(--primary-color); }

#gallery_02 .item.slick-slide {
  position: relative;
  height: 80px; }

#gallery_02 .item.slick-slide img {
  width: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 2px; }

/** product right **/
.product-policises {
  font-size: 16px; }

.product-policises-wrapper {
  border: 1px solid var(--primary-color);
  border-radius: 6px;
  margin-top: 15px;
  padding: 15px; }

.product-policises .media {
  align-items: center; }

.product-policises .media > div:not(.media-body) {
  width: 32px;
  height: 32px; }

.product-policises .media + * {
  margin-top: 15px; }

#content {
  overflow: hidden;
  word-break: break-word; }

#content iframe, #content video,
#content img {
  max-width: 100% !important;
  height: auto !important; }

.ega-pro__seemore {
  position: relative; }

.ega-pro__seemore.show:before {
  content: none; }

.ega-pro__seemore:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 17%, #FFFFFF 93.12%); }

/** Related pro **/
@media (max-width: 768px) {
  .product_related.row {
    flex-wrap: nowrap;
    overflow: auto; }
  .product_related.row::-webkit-scrollbar {
    display: none; }
  .product_related.row {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
  .product_related.row .col-12 {
    padding: 5px; } }

#cr-addon-pro, .crbtn-modal.crbtn-modal---toast .crbtn-modal__body {
  font-size: 14px !important;
  line-height: 21px !important; }

.crbtn-modal__header {
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  color: var(--text-color) !important; }

.crbtn-modal__left {
  border: none !important;
  border-radius: 0px !important; }

.ega-cr-addon .ega-menu__item.disabled {
  opacity: 0.6 !important; }

.ega-badge-ctd {
  display: flex;
  align-items: center; }

.ega-badge-ctd__item {
  border-radius: 3px;
  margin: auto 6px;
  color: var(--countdown-color);
  background-color: var(--countdown-background);
  text-align: center;
  display: flex;
  place-items: center;
  place-content: center;
  width: 30px;
  height: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px; }
  .ega-badge-ctd__item + span {
    display: none; }

.ega-badge-ctd__colon {
  font-weight: bold;
  font-size: 14px;
  color: var(--countdown-background); }

.ega-badge-ctd__s {
  margin-right: 0px; }

.flashsale {
  --background-color: #f4ebc1;
  --countdown-background: #d3232a;
  --countdown-color: #fff;
  background: var(--background-color, transparent);
  padding: 15px;
  background: linear-gradient(-90deg, #ffffff -147%, var(--f4f4f4-color) 100%);
  margin-bottom: 15px;
  border-radius: 4px; }
  .flashsale__bottom {
    padding: 10px; }
  .flashsale__progressbar {
    display: block;
    width: 100%;
    height: 5px;
    background: #f4f4f4;
    margin-top: 5px;
    border-radius: 4px;
    position: relative;
    /*	&:after{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 0;
		background: var(--countdown-background);
		opacity: 0.2;
	}*/ }
    @media (min-width: 768px) {
      .flashsale__progressbar {
        height: 8px; } }
  .flashsale___percent {
    width: 0%;
    height: 100%;
    background: var(--countdown-background);
    border-radius: 4px; }

@media (max-width: 575px) {
  .flashsale {
    padding: 0px; } }

.flashsale__title {
  display: flex;
  align-items: center;
  justify-content: center; }

@media (max-width: 575px) {
  .flashsale__header {
    flex-direction: column;
    justify-content: center;
    margin: auto; } }

.flashsale__countdown-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 15px; }

@media (max-width: 575px) {
  .flashsale__countdown-wrapper {
    flex-direction: column;
    margin: auto; } }

.flashsale__countdown-label {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 300; }

@media (max-width: 767px) {
  .flashsale__countdown-label {
    margin-bottom: 4px; } }

.ega-dot {
  width: 10px;
  height: 10px;
  background-color: #f00;
  border-radius: 100%;
  margin: 0 20px 10px;
  display: inline-block;
  background-color: var(--countdown-background); }
  .ega-dot .ega-ping {
    border: 1px solid var(--countdown-background);
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: transparent;
    opacity: 0.2;
    border-radius: 100%;
    -moz-animation: sonar_animation .8s linear infinite;
    -o-animation: sonar_animation .8s linear infinite;
    -webkit-animation: sonar_animation .8s linear infinite;
    animation: sonar_animation .8s linear infinite;
    display: block;
    margin: 0; }

@-webkit-keyframes sonar_animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(4);
    transform: scale(4);
    opacity: 0; } }

@keyframes sonar_animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(4);
    transform: scale(4);
    opacity: 0; } }

.tag-wrapper {
  margin: 15px 0; }

.tag-wrapper label {
  font-size: 13px;
  float: left;
  line-height: 35px;
  margin: 0; }

.tag-wrapper li {
  display: inline-block;
  list-style-type: none; }

.tag-wrapper li a {
  display: inline-block;
  background: #e2e2e2;
  border-left: 3px solid;
  border-color: #3bafda;
  color: #333;
  padding: 4px 9px;
  position: relative;
  margin: 5px;
  font-size: 12px; }

.tag-wrapper li a:before {
  left: 0;
  top: 8px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #3bafda;
  border-width: 4px; }

.button_actions button.buynow {
  margin: 10px 0 0;
  height: 44px; }
