.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; }
  #content h3 {
    font-size: 22px;
    margin: 20px 0px 10px;
    color: #ff5723; }
  #content h2 {
    font-size: 22px;
    margin: 20px 0px 10px;
    color: #ff5723; }
  #content div {
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 17px;
    color: #3c3b3b; }
  #content p {
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 17px;
    color: #3c3b3b; }

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