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