.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_1:not(.slick-slider) .item {
    width: 100%;
    flex: 0 0 100%; }
  #gallery_1:not(.slick-slider) .embed-responsive:before {
    content: none; }
  #gallery_1:not(.slick-slider) .pos-relative.embed-responsive.embed-responsive-1by1 img {
    position: static !important;
    transform: none; }
  #gallery_1:not(.slick-slider) img {
    content-visibility: initial !important; }
  #gallery_1:not(.slick-slider) img.lazyload:not(.loaded) {
    display: none; }

#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;
    opacity: 0; }
  #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 #eee;
    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; }

@media (min-width: 768px) {
  .product_sidebar {
    border-left: 1px solid #eee; } }

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

.ega-badge-ctd > div:not(.ega-badge-ctd__colon) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 3px;
  font-size: 14px;
  background-color: var(--countdown-background); }

.ega-badge-ctd__item {
  border-radius: 3px;
  color: var(--countdown-color);
  text-align: center;
  display: flex;
  place-items: center;
  place-content: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px; }

.ega-badge-ctd__item + span {
  font-size: 10px;
  line-height: 1.3;
  color: var(--countdown-color); }

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

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

.flashsale {
  --background-color: #f4ebc1;
  --countdown-background: #d3232a;
  --countdown-color: #fff;
  background: #ffde81; }

.flashsale__container {
  padding: 10px;
  background: var(--background-color, transparent); }

.flashsale .heading-bar {
  background-color: transparent; }

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

.flashsale__title h5 {
  margin-bottom: 0; }

.flashsale__item .item_product_main {
  border-radius: 8px; }

@media (max-width: 575px) {
  .flashsale__title {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem; } }

@media (max-width: 575px) {
  .flashsale__header {
    margin: auto; } }

.flashsale__news a {
  margin: auto 10px;
  font-size: 14px;
  font-weight: 500; }

.flashsale__news a:hover {
  color: var(--primary-color); }

.flashsale__news-list {
  max-width: 100%;
  overflow: hidden; }

.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; } }

.flashsale__countdown-label {
  color: var(--heading-color);
  font-size: 16px; }

@media (max-width: 767px) {
  .flashsale__countdown-label {
    text-align: center;
    margin: 8px auto 12px;
    display: block; } }

.flashsale__bottom {
  padding: 10px; }

@media (max-width: 767px) {
  .flashsale__bottom {
    padding: 0;
    font-size: 12px; } }

.flashsale__progressbar {
  display: block;
  width: 100%;
  height: 10px;
  background: #f4f4f4;
  margin-top: 2px;
  border-radius: 9999px;
  position: relative;
  overflow: hidden; }

.flashsale__progressbar.style2 {
  height: 18px; }

.flashsale___percent {
  width: 0%;
  height: 100%;
  background: var(--countdown-background);
  border-radius: 9999px;
  position: absolute;
  top: 0;
  z-index: 1; }

.flashsale__label {
  color: var(--stock-color);
  font-size: 12px; }

.flashsale__progressbar .flashsale__label {
  font-size: 12px;
  position: relative;
  left: 0;
  z-index: 2;
  text-align: center;
  margin: auto; }

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

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

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

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

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

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

.flashsale__product {
  background: #FFF6DD; }

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

.details-product .ega-badge-ctd__item {
  font-weight: 700;
  font-size: 14px; }

.details-product .ega-badge-ctd > div:not(.ega-badge-ctd__colon) {
  width: 24px;
  height: 24px; }

@media (max-width: 575px) {
  .details-product .flashsale__title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0; } }
