.nw-quick-view {
  @media screen and (min-width: $screen-min-sm) {
    .nwc-modal {
      max-width: 790px;
    }
  }

  .nwc-modal-children {
    margin-bottom: -5px;
  }

  .nwc-grid-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.nw-qview {
  margin: 20px 0;
}

.nw-qview-left {
  position: relative;
  margin: 5px 5px 5px 0;
}

.nw-qview-right {
  margin: 5px 5px 5px 0;
}

.nw-qview-image {
  position: relative;
  padding-bottom: calc(400 / 309 * 100% - 1px); // stylelint-disable-line
}

.nw-qview-img {
  position: absolute;
  width: 100%;
  max-height: 100%;
}

.nw-qview-pinfo {
  padding: 5px 10px;
}

.nw-product-brandtitle {
  margin: 0;
  font-size: 0;  // stylelint-disable
}

.nw-product-name {
  margin-bottom: 40px;

  @media screen and (max-width: $screen-max-xs) {
    margin-bottom: 8px;
  }
}

.nw-product-title {
  @include nw-product-name($font-size-sm);
  text-transform: capitalize;
}

.nw-product-titletxt {
  display: block;
  font-weight: 300;

  @media screen and (max-width: $screen-max-xs) {
    margin-bottom: 0;
  }
}

.nw-product-brandtxt-anchor {
  display: inline-block;
  margin-bottom: 7px;
  text-decoration: none;
}

.nw-product-brandtxt {
  @include nw-product-brand($font-size-sm);
}

.nw-product-stock {
  display: block;
  margin-bottom: 40px;
  font-size: $font-size-xxs;
  font-family: $secondary-font-family;
  color: $product-pricediscount-color;

  &.nwc-contentloader {
    width: 20%;
  }

  @media screen and (max-width: $screen-max-xs) {
    padding-top: 10px;
  }
}

.nw-qview-buttons {
  position: relative;
  float: right;
  margin: 0 20px;
  border-top: solid 1px #ccc;
  width: 95%;
}

.nw-qview-btn {
  position: relative;
  float: right;
  margin: 20px 35px;
  width: 40%;
  padding: 10px 0;
  cursor: pointer;
  font-size: $font-size-sm;
  font-family: $secondary-font-family;
  text-transform: uppercase;
}

.nw-product-isnewtxt {
  @include nw-product-isnewtext($font-size-xxs);
  margin-bottom: 5px;

  &.nwc-contentloader {
    width: 20%;
    min-height: 10px;
  }
}

.nw-product-price {
  display: flex;
  margin-bottom: 40px;
  font-size: $font-size-sm;
}

.nw-product-nonreturnable {
  margin-top: 20px;
}

