﻿.quick-view-btn {
  width: calc(100% - 80px);
  margin-right: 40px;
  opacity: 0;
  bottom: 0;
  position: absolute;
  height: 50px !important;
  font-size: 16px;
}

.product-item:hover .quick-view-btn {
  opacity: 1;
}

.qv-modal .loader {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}


@media only screen and (max-width: 767px) {
  .quick-view-btn {
    display: none !important;
  }
}

.qv-modal {
  width: 100%;
  max-width: 900px;
  width: 100%;
  min-height: 380px;
  background-color: white;
  margin: 100px auto 50px;
  padding: 20px;
  position: relative;
  display: block;
  top: 50%;
  text-align: center;
  display: none;
}

.qvclick-button {
  display: none;
}


.qv-modal .mfp-close {
  border: 1px solid #fff;
  background: #fff;
}

.qvclick-button {
  display: none;
}

.qv-modal .product-details-page {
  padding-top: 0;
}

.mfp-ready ~ .bar-notification-container {
  z-index: 100000;
}

.mfp-ready ~ .ajax-loading-block-window {
  z-index: 100001;
}

.mfp-content .product-essential {
  margin-bottom: 0;
  border-bottom: 0;
}

.mfp-content .product-collateral {
  margin: 0;
}

.mfp-content .overview {
  margin: 0;
}

.mfp-content .gallery {
  margin: 0;
}

.qv-modal .product-details-page {
  padding-top: 0;
}

.mfp-ready ~ .bar-notification-container {
  z-index: 100000;
}

.mfp-ready ~ .ajax-loading-block-window {
  z-index: 100001;
}

.mfp-content .product-essential {
  margin-bottom: 40px;
  border-bottom: 0;
}

.mfp-content .product-collateral {
  margin: 0;
  /* display: none;*/
}

.mfp-content .overview {
  margin: 0;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.mfp-content .gallery {
  margin: 0;
  width: 48%;
}


.qv-modal .product-details-page .gallery .offer-content {
  top: 5px;
  left: 6px !important;
}

.qv-modal .item-box .buttons-hover {
  top: 28%;
}


.qv-modal .add-to-cart-panel {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}

.qv-modal .overview .add-to-cart-button {
  width: auto;
  height: 45px;
  border: 0;
  padding: 10px 15px;
  font-size: 15px;
  text-transform: uppercase;
  background: #ffa6a8;
  font-weight: bold;
  font-family: 'El Messiri';
  color: #fff;
}

  .qv-modal .overview .add-to-cart-button:before {
    content: "\e900";
    font-size: 20px;
    font-family: 'icomoon' !important;
    font-weight: normal;
    padding-left: 5px;
  }

.qv-modal .qty-input {
  border: none;
}


.qv-modal .qty-wrapper {
  border: 1px solid #E2E2E2;
  height: 45px;
}

.qv-modal .overview .product-name {
  margin: 10px 0 0;
}


.qv-modal .gallery img {
  width: 100%
}

.qv-modal .gallery .picture:hover .owl-nav {
  opacity: 1;
}

.qv-modal .picture-details-carousel .owl-nav button.owl-next {
  left: 0px;
}


.qv-modal .overview-buttons {
  margin: 20px 0 20px;
  font-size: 0;
  display: block;
}
