/*
  Theme Name: KoCos
  Description: Quick View rtl style
*/

@media (max-width: 424.999px) {
  .theme-wphome .mfp-container .popup-quick-view {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin: 0;
    border-radius: var(--wd-brd-radius) var(--wd-brd-radius) 0 0;
    height: 450px;
    max-height: 85vh;
    padding: 30px 15px 15px 5px;
    margin: 0;
  }
  .wd-popup-slide-from-down .wd-popup {
    opacity: 0;
    transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1), transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate(-50%, 200px);
  }

  .theme-wphome .wd-popup-slide-from-down.mfp-ready .wd-popup {
    opacity: 1;
    transform: translate(-50%, 0);
  }

  .theme-wphome .wd-popup-slide-from-down.mfp-removing .wd-popup {
    opacity: 0;
    transform: translate(-50%, 200px);
  }

  .theme-wphome .wd-popup .product-quick-view {
    overflow: hidden;
    overflow-y: auto;
    padding-left: 10px;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    max-height: 100%;
  }

  .theme-wphome .wd-popup .product-quick-view .summary .summary-inner {
    overflow-y: hidden;
    height: 100%;
    max-height: 100%;
  }
}

@media (min-width: 425px) {
  .theme-wphome .wd-popup-slide-from-down.mfp-ready .wd-popup {
    opacity: 1;
    transform: none;
  }
  .wd-popup-slide-from-down .wd-popup {
    opacity: 0;
    transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1), transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(100px);
  }

  .theme-wphome .wd-popup-slide-from-down.mfp-removing .wd-popup {
    opacity: 0;
    transform: translateY(100px);
  }
}

.theme-wphome .popup-quick-view .product-image-summary {
  display: flex;
  flex-direction: column;
}

.theme-wphome .popup-quick-view .woocommerce-product-gallery {
  width: 85%;
  min-width: 70%;
  max-width: 100%;
  align-self: center;
}

.theme-wphome .product-quick-view .woocommerce-product-details__short-description,
.theme-wphome .product-quick-view .product_meta,
.theme-wphome .product-quick-view .wd-social-icons {
  display: none;
}

.theme-wphome .wd-popup-slide-from-down.mfp-removing .mfp-close {
  display: none;
}

.theme-wphome .popup-quick-view button.mfp-close {
  background-color: var(--wd-link-color);
  border-radius: 50%;
  top: -25px;
  left: -1px;
}

.theme-wphome .popup-quick-view button.mfp-close:hover {
  background-color: var(--wd-link-color-hover);
}
