.quickview .row {
  display: flex;
  align-items: center;
}

.quickview .modal-dialog {
    width     : calc(100% - 30px);
    max-width : 64rem
}

.quickview .modal-content {
    background : var(--color-grey-default);
    min-height : 28.13rem
}

.quickview .modal-header {
    border  : none;
    padding : .625rem
}

.quickview .modal-body {
    min-height : 23.75rem;
    padding: 10px;
}

.quickview .modal-footer {
    border-top : 1px solid hsla(0, 0%, 48%, .3)
}

.quickview .layer {
    display : none
}

.quickview .product-cover img {
    width : 600px ;
    height: 600px;
    mix-blend-mode: darken ;
}

.quickview .product-cover {
    background: #a3a8ac4d;
}

.quickview h1 {
  color: var(--color-primary);
  font-size: 30.904px;
  font-weight: 500;
  line-height: 38.63px;
  text-transform: initial;
  margin: 5px 0 0.67em ;
}

.quickview .images-container {
    display    : -webkit-box;
    display    : -ms-flexbox;
    display    : flex;
    z-index    : 1;
    min-height : 21.88rem
}

.quickview  .reviews-products {
  display: flex;
  align-items: center;
  gap: 5px;
}

.quickview .product-price__current-price {
  color: #000;
  font-size: 21.461px;
  font-weight: 500;
  line-height: 18.886px;
  margin-bottom: 20px;
}

.quickview #product-description-short {
  color: var(--color-primary);
  font-size: 14.593px;
  font-weight: 400;
  line-height: 24.036px;
  margin-bottom: 20px;
}

.quickview .images-container .product-images > li.thumb-container > .thumb {
    width         : 100%;
    max-width     : 4.938rem;
    margin-bottom : .8125rem;
    background    : #fff
}

.quickview .mask {
    width       : 35%;
    max-height  : 22.5rem;
    overflow    : hidden;
    margin-left : .625rem
}

.quickview .arrows {
    position   : absolute;
    top        : 0;
    bottom     : 0;
    max-height : 22.5rem;
    right      : 5rem;
    z-index    : 0
}

.quickview .arrows .arrow-up {
    margin-top : -3.125rem;
    cursor     : pointer;
    opacity    : .2
}

.quickview .arrows .arrow-down {
    position : absolute;
    bottom   : -1.875rem;
    cursor   : pointer
}

.quickview .social-sharing {
    margin-top  : 0;
    margin-left : 2.5rem
}


.quickview .control-label {
  color: var(--color-primary);
  font-size: 13.735px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.169px;
}

.quickview .product-actions  .product-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.quickview #product-availability {
  grid-column: 1/3;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.31px;
}

.quickview .add-to-cart[disabled]:hover {
  color:  #fff;
}

.quickview .product-variants {
  margin-bottom: 20px;
}

.quickview .add-to-cart {
  height: 55px;
  background: var(--color-primary);
  border-radius: 40px;
}


.quickview .product-add-to-cart .product-quantity {
  height: 55px;
  border-radius: 40px;
  border: 1px solid var(--color-primary);
  overflow: hidden;
}

#quantity_wanted {
  height: 55px;
}

.product-gift {
  background: #EBEEF1;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.product_offer_container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.offer_description p span {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 600;
  line-height: 16.31px;
}

.offer_description p {
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 300;
  line-height: 15.877px;
}

.quickview .quickview-close {
  position: absolute;
  top: 15px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width : 90px ;
  height: 35px;
  border-radius: 40px;
  gap: 7px;
  background: #fff;
  color: var(--color-primary);
  font-size: 12.877px;
  font-weight: 600;
  line-height: 17.169px;
  cursor: pointer;
  transition: 0.3s ease;
  z-index: 1;
}

.quickview .acces-product {
  display: block;
}

.quickview-close :hover {
  background: #f6f6f6;
}

.acces-product a {
  width: 167px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 40px;
  color: #fff;
  background: var(--color-primary);
  font-family: Urbanist,sans-serif;
  font-size: 12.877px;
  font-style: normal;
  font-weight: 600;
  line-height: 17.169px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  transition: 0.3s ease;
  z-index: 1;
}

.quickview .acces-product a:hover
{
  background: var(--color-secondary);
}

.quickview  .product-variants-item.cached {
  display: none;
  visibility: hidden;
}

@media screen and (max-width: 800px) {
  .quickview h1 {
    font-size: 22px;
    margin: 7px 0;
  }

  .product-variants-item ul:not([id="group_2"]) span.radio-label {
    height: 65px !important;
    gap: 3px !important;
  }

  .quickview #product-description-short p {
    font-size: 12px ;
  }

  .quickview .product-price__current-price {
    font-size: 16px ;
    margin-bottom: 7px;
  }

  .quickview #product-description-short,.quickview .product-variants {
    margin-bottom: 7px;
  }

  .product-actions .product-add-to-cart {
    grid-gap: 7px !important;
  }

  .quickview .reviews-products {
    font-size: 14px;
  }
}
