.greenweave-modal-product-quickview {
  background: rgba(3, 17, 27, 0.3); }
  .greenweave-modal-product-quickview .modal-dialog-centered {
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 28px auto;
    min-height: calc(100% - (28px * 2)); }
  .greenweave-modal-product-quickview .modal-dialog-centered .modal-content {
    pointer-events: auto;
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden; }
  .greenweave-modal-product-quickview .modal-paramlink {
    position: relative;
    padding: 0;
    z-index: 5;
    border-bottom: 1px solid var(--shop-color-border); }
  .greenweave-modal-product-quickview .modal-paramlink:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: #f7f5f5; }
  .greenweave-modal-product-quickview .modal-paramlink .quickview-close {
    text-align: center;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
    color: #272727;
    z-index: 999;
    width: 36px;
    height: 36px;
    border: 9px solid transparent;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%; }
    .greenweave-modal-product-quickview .modal-paramlink .quickview-close:before, .greenweave-modal-product-quickview .modal-paramlink .quickview-close:after {
      content: "";
      position: absolute;
      height: 2px;
      width: 100%;
      top: 50%;
      left: 0;
      margin-top: -1px;
      background-color: rgba(39, 39, 39, 0.5);
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
    .greenweave-modal-product-quickview .modal-paramlink .quickview-close:before {
      transform-origin: 50% 50%;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .greenweave-modal-product-quickview .modal-paramlink .quickview-close:after {
      transform-origin: 50% 50%;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .greenweave-modal-product-quickview .modal-paramlink .quickview-close:hover {
      background: #e5e5e5; }
    .greenweave-modal-product-quickview .modal-paramlink .quickview-close:hover:before, .greenweave-modal-product-quickview .modal-paramlink .quickview-close:hover:after {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    @media (max-width: 767px) {
      .greenweave-modal-product-quickview .modal-paramlink .quickview-close {
        top: 5px; } }
  .greenweave-modal-product-quickview .modal-paramlink .paramlink-topbar {
    position: relative;
    display: block;
    padding: 8px 50px;
    width: 100%; }
  .greenweave-modal-product-quickview .modal-paramlink .paramlink-topbar .purl-title {
    font-size: 15px;
    margin: 0;
    display: block; }
  .greenweave-modal-product-quickview .modal-paramlink .paramlink-topbar .purl-title span {
    overflow: hidden;
    visibility: initial;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
  .greenweave-modal-product-quickview .modal-paramlink .paramlink-topbar .purl-link {
    margin: 0;
    font-size: 13px; }
  .greenweave-modal-product-quickview .modal-detailProduct {
    padding: 0; }
  .greenweave-modal-product-quickview .product-container-detail > [class*='product-'] {
    padding-left: 15px;
    padding-right: 15px; }
  .greenweave-modal-product-quickview .modal-detailProduct .productDetail-information {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  @media (min-width: 992px) {
    .greenweave-modal-product-quickview .modal-detailProduct .productDetail--gallery, .greenweave-modal-product-quickview .modal-detailProduct .productDetail--content {
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  .greenweave-modal-product-quickview .modal-detailProduct .quickview-sliderproduct:not(.owl-loaded),
  .greenweave-modal-product-quickview .modal-detailProduct .quickview-sliderthumb:not(.owl-loaded) {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
  .greenweave-modal-product-quickview .modal-detailProduct .quickview-sliderproduct:not(.owl-loaded) .product-gallery {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .greenweave-modal-product-quickview .modal-detailProduct .quickview-sliderthumb:not(.owl-loaded) .product-thumb {
    -webkit-flex: 0 0 calc((100% - 50px)/6);
    -ms-flex: 0 0 calc((100% - 50px)/6);
    flex: 0 0 calc((100% - 50px)/6);
    max-width: calc((100% - 50px)/6);
    margin-right: 10px; }
  .greenweave-modal-product-quickview .modal-detailProduct .quickview-sliderproduct {
    overflow: hidden; }
  .greenweave-modal-product-quickview .modal-detailProduct .quickview-sliderproduct .owl-nav button {
    display: inline-block;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    width: 35px;
    height: 35px;
    outline: none;
    font-size: 0;
    line-height: 35px;
    text-align: center;
    background: transparent; }
  .greenweave-modal-product-quickview .modal-detailProduct .quickview-sliderproduct .owl-nav button.owl-prev {
    left: 0px; }
  .greenweave-modal-product-quickview .modal-detailProduct .quickview-sliderproduct .owl-nav button.owl-next {
    right: 0px; }
  .greenweave-modal-product-quickview .modal-detailProduct .quickview-sliderproduct .owl-nav button:before {
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 35px; }
  .greenweave-modal-product-quickview .modal-detailProduct .quickview-sliderproduct .owl-nav .owl-prev:before {
    content: "\f104"; }
  .greenweave-modal-product-quickview .modal-detailProduct .quickview-sliderproduct .owl-nav .owl-next:before {
    content: "\f105"; }
  .greenweave-modal-product-quickview .modal-detailProduct .quickview-sliderproduct .owl-nav button.disabled {
    opacity: 0; }
  .greenweave-modal-product-quickview .modal-detailProduct .quickview-sliderproduct .owl-dots {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    text-align: center; }
  .greenweave-modal-product-quickview .modal-detailProduct .quickview-sliderproduct .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-width: 2px;
    border-radius: 50%;
    border: 1px solid #fff;
    outline: none;
    background: #ddd;
    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out; }
  .greenweave-modal-product-quickview .modal-detailProduct .quickview-sliderproduct .owl-dots .owl-dot.active {
    background: var(--shop-color-main); }
  .greenweave-modal-product-quickview .modal-detailProduct .quickview-sliderthumb {
    max-width: 88%;
    margin: 10px auto 0; }
  .greenweave-modal-product-quickview .modal-detailProduct .quickview-sliderthumb .product-thumb__item {
    display: block;
    margin: 1px;
    border: 1px solid #f4f4f4; }
  .greenweave-modal-product-quickview .modal-detailProduct .quickview-sliderthumb .swiper-slide-thumb-active .product-thumb__item {
    border-color: #0d5cb6; }
  .greenweave-modal-product-quickview .modal-detailProduct .product-container-detail {
    font-size: 13px; }
  .greenweave-modal-product-quickview .modal-detailProduct .product-viewdetail {
    text-align: center; }
  .greenweave-modal-product-quickview .modal-detailProduct .product-heading h2 {
    font-size: 18px;
    margin-bottom: 5px; }
  .greenweave-modal-product-quickview .modal-detailProduct .product-viewdetail a {
    text-decoration: underline;
    display: inline-block;
    color: var(--shop-color-text); }
  .greenweave-modal-product-quickview .modal-detailProduct .product-viewdetail a svg {
    width: 10px;
    height: 10px;
    margin-left: 5px; }
  .greenweave-modal-product-quickview .modal-detailProduct .product-variants .select-actions .quantity-area {
    width: 130px; }
  .greenweave-modal-product-quickview .modal-detailProduct .product-variants .select-actions .quantity-area input.quantity-input {
    width: 50px;
    height: 38px;
    line-height: 36px; }
  .greenweave-modal-product-quickview .modal-detailProduct .product-variants .select-actions .quantity-area input.qty-btn {
    width: 38px;
    height: 38px;
    line-height: 36px; }
  .greenweave-modal-product-quickview .modal-detailProduct .product-variants .select-actions .addcart-area {
    padding-left: 10px;
    width: calc(100% - 130px); }
  .greenweave-modal-product-quickview .modal-detailProduct .product-variants .select-actions .addcart-area .btn-addtocart {
    height: 38px;
    line-height: 38px;
    font-size: 13px; }
  .greenweave-modal-product-quickview .modal-toolbarProduct {
    padding: 8px 15px 10px;
    border-top: 1px solid var(--shop-color-border); }
  .greenweave-modal-product-quickview .modal-detailProduct .productDetail--promotion {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }
  .greenweave-modal-product-quickview .modal-detailProduct .product-toshare {
    padding: 0; }
  .greenweave-modal-product-quickview .product-promotion {
    margin-bottom: 10px;
    display: none; }
    .greenweave-modal-product-quickview .product-promotion .promotion-inner {
      display: flex;
      padding: 15px;
      border: 1px solid red;
      border-radius: 4px;
      align-items: center;
      background: #fee2e2;
      position: relative;
      transition: all 300ms ease; }
      .greenweave-modal-product-quickview .product-promotion .promotion-inner .pro-icon {
        position: absolute;
        right: 15px;
        width: 24px;
        height: 24px;
        border: 0;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.01);
        top: calc(50% - 12px); }
        .greenweave-modal-product-quickview .product-promotion .promotion-inner .pro-icon svg {
          height: 100%;
          display: block;
          margin: auto;
          width: 18px;
          fill: red; }
      .greenweave-modal-product-quickview .product-promotion .promotion-inner .pro-image {
        flex: 0 0 30px; }
      .greenweave-modal-product-quickview .product-promotion .promotion-inner .pro-txt {
        font-size: 20px;
        margin-left: 20px;
        font-weight: 600;
        color: #333333;
        flex: 0 0 calc(100% - 30px);
        padding-right: 70px; }
        .greenweave-modal-product-quickview .product-promotion .promotion-inner .pro-txt a {
          color: #d70018;
          display: none; }
      .greenweave-modal-product-quickview .product-promotion .promotion-inner .pro-link {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1; }
      .greenweave-modal-product-quickview .product-promotion .promotion-inner:hover .pro-icon {
        border-color: #333; }
        .greenweave-modal-product-quickview .product-promotion .promotion-inner:hover .pro-icon svg {
          fill: #333; }
  .greenweave-modal-product-quickview .product-variants {
    padding: 0; }
  .greenweave-modal-product-quickview .productDetail--content .wrapbox-detail {
    padding: 0 15px;
    padding-left: 30px;
    background: #fff; }
    @media (max-width: 992px) {
      .greenweave-modal-product-quickview .productDetail--content .wrapbox-detail {
        padding-left: 15px; } }
  .greenweave-modal-product-quickview .productDetail--content .wrapbox-detail > [class*='product-'] {
    margin-bottom: 15px; }
  .greenweave-modal-product-quickview .productDetail--content .product-heading {
    padding-top: 15px; }
    @media (max-width: 992px) {
      .greenweave-modal-product-quickview .productDetail--content .product-heading {
        margin-bottom: 0 !important; } }
  .greenweave-modal-product-quickview .productDetail--content .product-heading h1 {
    font-size: 24px;
    margin-bottom: 5px; }
  .greenweave-modal-product-quickview .productDetail--content .product-heading span + span:before {
    content: " ";
    display: inline-block;
    width: 1px;
    height: 10px;
    background: var(--shop-color-border);
    margin: 0 7px; }
  .greenweave-modal-product-quickview .productDetail--content .product-heading .pro-soldold strong {
    color: var(--shop-color-text); }
  .greenweave-modal-product-quickview .productDetail--content .product-heading .pro-vendor strong a, .greenweave-modal-product-quickview .productDetail--content .product-heading #pro_sku strong, .greenweave-modal-product-quickview .productDetail--content .product-heading .pro_sku strong {
    color: var(--shop-color-text); }
  .greenweave-modal-product-quickview .productDetail--content .product-heading .product-reviews {
    margin-bottom: 0; }
  .greenweave-modal-product-quickview .productDetail--content .product-heading .haravan-product-reviews-badge {
    margin-bottom: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center; }
  .greenweave-modal-product-quickview .productDetail--content .product-heading .haravan-product-reviews-badge p {
    margin: 0; }
  .greenweave-modal-product-quickview .productDetail--content .product-heading .product-reviews .rating-star .hrv-product-reviews-star i {
    font-size: 15px; }
  .greenweave-modal-product-quickview .productDetail--content .product-heading .hrv-product-reviews-star {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    margin-right: 5px; }
  .greenweave-modal-product-quickview .productDetail--content .product-heading .haravan-product-reviews-badge .hrv-product-reviews-star i[class^="star-"] {
    color: #fdd836 !important; }
  .greenweave-modal-product-quickview .productDetail--content .product-heading .haravan-product-reviews-badge .hrv-product-reviews-star i.star-off-png {
    color: #fdd836 !important; }
  .greenweave-modal-product-quickview .productDetail--content .product-price {
    background: #fafafa;
    margin: 0;
    border-radius: 4px;
    display: flex;
    display: -ms-flex;
    align-items: center;
    -ms-align-items: center; }
    .greenweave-modal-product-quickview .productDetail--content .product-price span.pro-title {
      min-width: 120px;
      font-weight: 600;
      display: none; }
    .greenweave-modal-product-quickview .productDetail--content .product-price span.pro-price {
      font-size: 28px;
      font-weight: 600;
      color: red;
      padding-right: 10px; }
    .greenweave-modal-product-quickview .productDetail--content .product-price del {
      font-size: 18px;
      color: #878c8f;
      margin-right: 10px; }
    .greenweave-modal-product-quickview .productDetail--content .product-price span.pro-percent {
      display: inline-block;
      padding: 3px 14px;
      background: #fff;
      border-radius: 3px;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 13px;
      color: #ff0000;
      border: 1px solid #ff0000;
      vertical-align: text-bottom; }
  .greenweave-modal-product-quickview .productDetail--content #price-preview {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    @media (max-width: 992px) {
      .greenweave-modal-product-quickview .productDetail--content #price-preview {
        margin-bottom: 0; } }
  .greenweave-modal-product-quickview .productDetail--content .product-available p.txt-inventory {
    color: #dea554;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 0px; }
  .greenweave-modal-product-quickview .productDetail--content .product-coutdown .pro-coutdown {
    margin-bottom: 20px; }
    .greenweave-modal-product-quickview .productDetail--content .product-coutdown .pro-coutdown p {
      font-size: 15px;
      text-transform: uppercase; }
    .greenweave-modal-product-quickview .productDetail--content .product-coutdown .pro-coutdown .section_cout {
      display: inline-block;
      width: 55px;
      color: #808080; }
    .greenweave-modal-product-quickview .productDetail--content .product-coutdown .pro-coutdown .section_cout span {
      display: block; }
    .greenweave-modal-product-quickview .productDetail--content .product-coutdown .pro-coutdown .section_cout span:not(.text) {
      display: block;
      background: #f1f4f9;
      width: 44px;
      height: 45px;
      line-height: 45px;
      border-radius: 50%;
      text-align: center;
      font-weight: 600;
      color: #333;
      margin: 10px auto 5px; }
    .greenweave-modal-product-quickview .productDetail--content .product-coutdown .pro-coutdown .section_cout span.text {
      display: block;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 500; }
  .greenweave-modal-product-quickview .productDetail--content .product-variants .select {
    display: none;
    visibility: hidden; }
  .greenweave-modal-product-quickview .productDetail--content .product-variants .select-actions .addcart-area {
    width: calc(100% - 150px);
    float: left;
    padding-left: 15px; }
  .greenweave-modal-product-quickview .productDetail--content .product-variants .select-actions .addcart-area .btn-addtocart {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    outline: none;
    font-weight: 600;
    font-size: 15px; }
  .greenweave-modal-product-quickview .productDetail--content .product-variants .select-actions .quantity-area {
    width: 150px;
    float: left; }
  .greenweave-modal-product-quickview .productDetail--content .product-variants .select-actions .quantity-area input.quantity-input {
    background: #fff;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    width: 60px;
    padding: 0;
    text-align: center;
    border: 1px solid #000;
    border-left: none;
    border-right: none;
    border-radius: 1px;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none; }
  .greenweave-modal-product-quickview .productDetail--content .product-variants .select-actions .quantity-area .qty-btn {
    float: left;
    background: #f3f4f4;
    border: solid 1px #000000;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }
  .greenweave-modal-product-quickview .productDetail--content .product-actions {
    width: 100%; }
  .greenweave-modal-product-quickview .productDetail--content .product-actions .select-actions .addcart-area {
    display: flex;
    display: -ms-flex;
    flex: 1; }
    @media (max-width: 992px) {
      .greenweave-modal-product-quickview .productDetail--content .product-actions .select-actions .addcart-area {
        margin-left: 15px; } }
  .greenweave-modal-product-quickview .productDetail--content .product-actions .select-actions .addcart-area .btn-addtocart.disabled {
    background: #fff;
    border-color: #929292;
    color: #929292; }
    .greenweave-modal-product-quickview .productDetail--content .product-actions .select-actions .addcart-area .btn-addtocart.disabled:before {
      background: #fff;
      color: #929292; }
    .greenweave-modal-product-quickview .productDetail--content .product-actions .select-actions .addcart-area .btn-addtocart.disabled:hover {
      color: #929292; }
    .greenweave-modal-product-quickview .productDetail--content .product-actions .select-actions .addcart-area .btn-addtocart.disabled:focus {
      color: #929292; }
  .greenweave-modal-product-quickview .productDetail--content .product-actions .select-actions .addcart-area .btn-buynow.disabled {
    opacity: 0.8;
    cursor: no-drop;
    pointer-events: none; }
  .greenweave-modal-product-quickview .productDetail--content .product-actions .select-actions .addcart-area button {
    width: 100%;
    border-radius: 4px;
    padding: 12px 20px;
    outline: none;
    font-weight: 600;
    font-size: 15px; }
  .greenweave-modal-product-quickview .productDetail--content .product-actions .select-actions .addcart-area button + button {
    margin-left: 15px; }
  .greenweave-modal-product-quickview .productDetail--content .product-actions .select-actions .quantity-area {
    display: flex;
    display: -ms-flex;
    align-items: center;
    -ms-align-items: center;
    justify-content: space-between; }
  .greenweave-modal-product-quickview .productDetail--content .product-actions .select-actions .quantity-area .quantity-title {
    min-width: 135px;
    font-weight: 600;
    padding-left: 15px;
    display: none; }
  .greenweave-modal-product-quickview .productDetail--content .product-actions .select-actions .quantity-area .quantity-input {
    background: #fff;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    width: 50px;
    padding: 0;
    text-align: center;
    border: 1px solid #000;
    border-left: none;
    border-right: none;
    border-radius: 1px;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }
    .greenweave-modal-product-quickview .productDetail--content .product-actions .select-actions .quantity-area .quantity-input:focus {
      outline: none; }
  .greenweave-modal-product-quickview .productDetail--content .product-actions .select-actions .quantity-area .qty-btn {
    float: left;
    background: #fff;
    border: 1px solid #000;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }
    .greenweave-modal-product-quickview .productDetail--content .product-actions .select-actions .quantity-area .qty-btn svg {
      display: block;
      width: 12px;
      height: 100%;
      margin: 0 auto;
      fill: #a4aaaf;
      transition: all .2s ease-in-out; }
    .greenweave-modal-product-quickview .productDetail--content .product-actions .select-actions .quantity-area .qty-btn:hover svg {
      fill: #000; }
  .greenweave-modal-product-quickview .productDetail--content .product-actions .select-actions .link-area {
    margin-top: 15px; }
    .greenweave-modal-product-quickview .productDetail--content .product-actions .select-actions .link-area .btn-link {
      width: 100%;
      border-radius: 4px;
      padding: 12px 20px;
      font-size: 12px;
      font-weight: 600;
      min-height: 48px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none; }
  .greenweave-modal-product-quickview .productDetail--content .product-actions .btn-product-gift {
    background: #f4f4f4;
    color: #929292;
    opacity: 1;
    width: 100%;
    border-color: #929292; }
    .greenweave-modal-product-quickview .productDetail--content .product-actions .btn-product-gift:before {
      display: none; }
  .greenweave-modal-product-quickview .productDetail--content .product-actions .btn-product-contact {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 6px; }
  .greenweave-modal-product-quickview .productDetail--content .product-actions .pro-qty {
    width: 100%; }
  .greenweave-modal-product-quickview .productDetail--content .product-actions .pro-share {
    display: none; }
    .greenweave-modal-product-quickview .productDetail--content .product-actions .pro-share svg {
      fill: #402da1; }
    .greenweave-modal-product-quickview .productDetail--content .product-actions .pro-share span {
      margin-left: 5px;
      font-size: 13px;
      font-weight: 500;
      color: #402da1; }
    @media (max-width: 991px) {
      .greenweave-modal-product-quickview .productDetail--content .product-actions .pro-share {
        display: flex;
        align-items: flex-end;
        flex: 0 0 auto;
        max-width: 100%; } }
  .greenweave-modal-product-quickview .productDetail--content .product-support {
    border-top: 1px solid #ebecf0;
    padding: 20px 0; }
    .greenweave-modal-product-quickview .productDetail--content .product-support h3 {
      text-transform: uppercase;
      margin: 20px 0; }
  .greenweave-modal-product-quickview .productDetail--content .product-container-order {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column; }
  .greenweave-modal-product-quickview .productDetail--content .combo-info {
    width: 100%; }
  .greenweave-modal-product-quickview .productDetail--content .selector-buyxgety {
    width: 100%; }
  .greenweave-modal-product-quickview .productDetail--content .size-guide {
    margin-left: auto; }
    .greenweave-modal-product-quickview .productDetail--content .size-guide .btn-size-guide {
      font-size: 14px;
      color: #252a2b;
      font-weight: 500;
      padding: 2px;
      margin-bottom: 5px;
      border: 0;
      background: transparent;
      outline: none;
      box-shadow: none; }
    .greenweave-modal-product-quickview .productDetail--content .size-guide span {
      padding-bottom: 1px;
      background-image: linear-gradient(to right, #777a7b 0%, #777a7b 100%);
      background-size: 100% 1px;
      background-position: 0px 94%;
      background-repeat: no-repeat; }
  @media (min-width: 1200px) {
    .greenweave-modal-product-quickview .productDetail--content .product-variants.is-sizeguide {
      padding-right: 160px; }
    .greenweave-modal-product-quickview .productDetail--content .size-guide {
      position: absolute;
      bottom: 5px;
      right: 15px; } }
  @media (max-width: 1199px) {
    .greenweave-modal-product-quickview .productDetail--content .wrapbox-detail {
      display: flex;
      display: -ms-flex;
      flex-direction: column;
      -ms-flex-direction: column; }
    .greenweave-modal-product-quickview .productDetail--content .product-heading h1 {
      font-size: 20px; } }
  @media (min-width: 992px) {
    .greenweave-modal-product-quickview .productDetail--content .product-boxright {
      padding-left: 0; } }
  @media (max-width: 991px) {
    .greenweave-modal-product-quickview .productDetail--content .product-price span.pro-price {
      font-size: 22px; }
    .greenweave-modal-product-quickview .productDetail--content .product-price del {
      font-size: 16px; }
    .greenweave-modal-product-quickview .productDetail--content .product-price span.pro-percent {
      padding: 3px 10px;
      font-size: 10px; }
    .greenweave-modal-product-quickview .productDetail--content .product-price span.pro-title {
      display: none; }
    .greenweave-modal-product-quickview .productDetail--content .product-actions .btn-buynow, .greenweave-modal-product-quickview .productDetail--content .product-actions .quantity-title {
      display: none; }
    .greenweave-modal-product-quickview .productDetail--content .product-actions .select-actions .addcart-area button {
      font-size: 13px; } }
  @media (max-width: 767px) {
    .greenweave-modal-product-quickview .productDetail--content .product-container-detail .product-boxleft [class*='product-'] {
      padding-left: 0; }
    .greenweave-modal-product-quickview .productDetail--content .product-variants .select-swatch .swatch .title-swap {
      width: 28%; }
    .greenweave-modal-product-quickview .productDetail--content .product-heading .pro-vendor {
      display: block;
      margin-top: 5px; }
    .greenweave-modal-product-quickview .productDetail--content .product-heading .pro-vendor:before {
      display: none; } }
  .greenweave-modal-product-quickview .productDetail--box {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%; }
  .greenweave-modal-product-quickview .productToolbar-addcart .product-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .greenweave-modal-product-quickview .productToolbar-addcart .product-actions .block-quantity {
      width: 140px;
      float: left; }
    .greenweave-modal-product-quickview .productToolbar-addcart .product-actions .block-addcart {
      width: calc(100% - 140px);
      float: left;
      padding-left: 10px; }
      .greenweave-modal-product-quickview .productToolbar-addcart .product-actions .block-addcart .add-to-cartProduct {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        border-radius: 4px;
        border: unset; }
      .greenweave-modal-product-quickview .productToolbar-addcart .product-actions .block-addcart .add-to-cartProduct:focus {
        outline: none; }
      .greenweave-modal-product-quickview .productToolbar-addcart .product-actions .block-addcart .add-to-cartProduct.disabled {
        background-color: #fff;
        border-color: #929292;
        color: #929292; }
      .greenweave-modal-product-quickview .productToolbar-addcart .product-actions .block-addcart .add-to-cartProduct.disabled:before {
        background: #ffffff; }
    .greenweave-modal-product-quickview .productToolbar-addcart .product-actions .quantity-selector .quantity-title {
      margin-bottom: 8px;
      display: none; }
    .greenweave-modal-product-quickview .productToolbar-addcart .product-actions .quantity-selector .quantity-number {
      background: #fff;
      font-weight: 600;
      height: 40px;
      line-height: 40px;
      padding: 0;
      text-align: center;
      width: 55px;
      border: 1px solid #f3f4f4;
      border-left: none;
      border-right: none;
      border-radius: 1px;
      float: left;
      -webkit-appearance: none; }
      .greenweave-modal-product-quickview .productToolbar-addcart .product-actions .quantity-selector .quantity-number:focus {
        outline: none; }
    .greenweave-modal-product-quickview .productToolbar-addcart .product-actions .quantity-selector .qty-btn {
      float: left;
      background: #f3f4f4;
      border: 1px solid #f3f4f4;
      cursor: pointer;
      font-weight: 600;
      font-size: 16px;
      outline: none;
      height: 40px;
      line-height: 38px;
      width: 40px;
      text-align: center;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      appearance: none; }
      .greenweave-modal-product-quickview .productToolbar-addcart .product-actions .quantity-selector .qty-btn svg {
        display: block;
        width: 12px;
        height: 100%;
        margin: 0 auto;
        fill: #a4aaaf;
        transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out; }
      .greenweave-modal-product-quickview .productToolbar-addcart .product-actions .quantity-selector .qty-btn:hover svg {
        fill: #333; }
  @media (min-width: 992px) {
    .greenweave-modal-product-quickview .productToolbar-addcart .product-actions .quantity-selector .quantity-title {
      display: block;
      font-weight: 600;
      min-width: 120px; }
    .greenweave-modal-product-quickview .productToolbar-addcart .product-actions .block-addcart {
      width: 100%;
      padding-left: 0;
      padding-top: 10px; }
    .greenweave-modal-product-quickview .productToolbar-addcart .product-actions .block-quantity {
      width: 100%;
      display: -ms-flex;
      display: flex;
      -ms-align-items: center;
      align-items: center; } }
  .greenweave-modal-product-quickview .product-variants {
    position: relative;
    z-index: 1; }
  .greenweave-modal-product-quickview .check-action-variant:before {
    content: "";
    border-radius: 10px;
    position: absolute;
    top: -10px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff5f5;
    z-index: -1; }
  .greenweave-modal-product-quickview .check-action-tt {
    color: red;
    font-weight: 500;
    margin: 0; }
    .greenweave-modal-product-quickview .check-action-tt.text-effect {
      animation: 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.1s 1 forwards headShake; }
  .greenweave-modal-product-quickview .tooltip-cs {
    position: relative; }
    .greenweave-modal-product-quickview .tooltip-cs .tooltip-hover {
      position: absolute;
      top: -36px;
      left: 50%;
      transform: translateX(-50%);
      height: 24px;
      line-height: 24px;
      background: #17191a;
      color: #fff;
      font-size: 10px;
      text-decoration: none;
      white-space: nowrap;
      padding: 0 8px;
      border-radius: 3px;
      z-index: 999;
      opacity: 0;
      visibility: hidden;
      transition: all 300ms ease; }
      .greenweave-modal-product-quickview .tooltip-cs .tooltip-hover:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 1px;
        left: 50%;
        width: 0;
        height: 0;
        border: solid;
        border-width: 8px 8px 0 8px;
        border-color: transparent;
        border-top-color: #000;
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%); }
    .greenweave-modal-product-quickview .tooltip-cs:hover .tooltip-hover {
      opacity: 1;
      visibility: visible; }
  .greenweave-modal-product-quickview .productDetail--gallery .product-percent {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 9;
    display: none; }

.product-form-preorder {
  display: none; }

#greenweave-quick-view-modal.has-preorder .product-form-preorder {
  display: block;
  border-top: 1px solid #f5f5f5;
  padding-top: 15px; }

#greenweave-quick-view-modal.has-preorder .contact_form_tt {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px; }

#greenweave-quick-view-modal.has-preorder .contact_form_pr .sitebox-recaptcha {
  padding: 0;
  margin-bottom: 10px; }

#greenweave-quick-view-modal.has-preorder .contact_form_pr .contact-form .input-group {
  margin-bottom: 12px; }

#greenweave-quick-view-modal.has-preorder .contact_form_pr .contact-form .input-group input, #greenweave-quick-view-modal.has-preorder .contact_form_pr .contact-form .input-group textarea {
  color: #212121;
  height: inherit;
  padding: 8px 15px;
  font-size: 14px; }

#greenweave-quick-view-modal.has-preorder .contact_form_pr .contact-form .input-group textarea {
  height: 80px; }

#greenweave-quick-view-modal.has-preorder .contact_form_pr .btn-submit-contact-pr {
  width: 100%;
  border-radius: 4px; }

#greenweave-quick-view-modal.has-preorder .contact_form_pr .alert-preorder {
  display: none;
  margin-bottom: 10px;
  padding: 10px 10px; }

#greenweave-quick-view-modal.has-preorder .pro_sku, #greenweave-quick-view-modal.has-preorder .pro-soldold, #greenweave-quick-view-modal.has-preorder .pro-vendor, #greenweave-quick-view-modal.has-preorder .product-viewaction, #greenweave-quick-view-modal.has-preorder .product-toshare {
  display: none; }

@media (min-width: 992px) {
  .modal.greenweave-modal-product-quickview.fade .modal-dialog {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s; }
  .modal.greenweave-modal-product-quickview.fade.show .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .greenweave-modal-product-quickview .modal-dialog-centered {
    max-width: 840px; }
  .greenweave-modal-product-quickview .wrapper-quickview .productDetail--content {
    padding-left: 5px; }
  .greenweave-modal-product-quickview .wrapper-quickview .productDetail--content .wrapbox-detail {
    padding-right: 0; }
  .greenweave-modal-product-quickview .wrapper-quickview .modal-paramlink .paramlink-topbar,
  .greenweave-modal-product-quickview .wrapper-quickview .modal-paramlink .quickview-sharing {
    display: none; }
  .greenweave-modal-product-quickview .wrapper-quickview .modal-paramlink .quickview-close {
    right: 10px;
    left: initial; }
  .greenweave-modal-product-quickview .wrapper-quickview .modal-detailProduct {
    padding: 25px 20px; }
  .greenweave-modal-product-quickview .wrapper-quickview .modal-detailProduct .quickview-sliderproduct {
    border: 1px solid #f4f4f4; }
  .greenweave-modal-product-quickview .wrapper-quickview .modal-detailProduct .product-price {
    background: none;
    padding: 0;
    border-radius: 0; }
  .greenweave-modal-product-quickview .wrapper-quickview .modal-detailProduct .product-price .pro-title {
    width: 28%; }
  .greenweave-modal-product-quickview .wrapper-quickview .modal-detailProduct .product-toshare .pro-title {
    width: 28%; }
  .greenweave-modal-product-quickview .wrapper-quickview .modal-detailProduct .product-price .pro-price {
    font-size: 22px; }
  .greenweave-modal-product-quickview .wrapper-quickview .modal-detailProduct .product-price del {
    font-size: 16px; }
  .greenweave-modal-product-quickview .wrapper-quickview .modal-detailProduct .product-price .pro-percent {
    padding: 3px 10px;
    font-size: 10px; }
  .greenweave-modal-product-quickview .wrapper-quickview .modal-detailProduct .product-variants .select-swatch .swatch .title-swap {
    width: 28%;
    padding-left: 0; }
  .greenweave-modal-product-quickview .wrapper-quickview .modal-detailProduct .product-variants .select-swatch .swatch:first-child {
    margin-top: 0; }
  .greenweave-modal-product-quickview .wrapper-quickview .modal-detailProduct .product-variants .select-swatch .swatch:last-child {
    margin-bottom: 0; }
  .greenweave-modal-product-quickview .wrapper-quickview .modal-detailProduct .productDetail--content .product-actions {
    padding-top: 0;
    border-top: 0; }
  .greenweave-modal-product-quickview .wrapper-quickview .modal-detailProduct .productDetail--content .product-actions .quantity-title {
    margin-bottom: 0; }
  .greenweave-modal-product-quickview .wrapper-quickview .modal-detailProduct .productToolbar-addcart .product-actions .quantity-selector .qty-btn {
    height: 30px;
    line-height: 30px;
    width: 30px; }
  .greenweave-modal-product-quickview .wrapper-quickview .modal-detailProduct .productToolbar-addcart .product-actions .quantity-selector .qty-btn svg {
    width: 9px; }
  .greenweave-modal-product-quickview .wrapper-quickview .modal-detailProduct .productToolbar-addcart .product-actions .quantity-selector .quantity-number {
    height: 30px;
    line-height: 30px;
    width: 40px; } }

@media (max-width: 991px) {
  .greenweave-modal-product-quickview .modal-dialog-centered {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: calc(100% - 50px);
    min-height: auto;
    max-height: calc(100% - 50px);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    background-clip: padding-box;
    border-radius: 16px 16px 0 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 18px; }
  .greenweave-modal-product-quickview .modal-dialog-centered .modal-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin: 0;
    border: 0;
    border-radius: 16px 16px 0 0; }
  .greenweave-modal-product-quickview .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 0 65px; }
  .greenweave-modal-product-quickview.has-preorder .modal-body {
    padding-bottom: 0; }
  .greenweave-modal-product-quickview.fade .modal-dialog {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease; }
  .greenweave-modal-product-quickview.fade.show .modal-dialog {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .greenweave-modal-product-quickview.fade.show .modal-dialog .modal-paramlink:before {
    -webkit-animation: widthAnimation 3s ease-in-out;
    animation: widthAnimation 3s ease-in-out; }
  .greenweave-modal-product-quickview .productDetail--content {
    margin-top: 0; }
  .greenweave-modal-product-quickview .wrapper-quickview .modal-detailProduct .productDetail--gallery, .greenweave-modal-product-quickview .wrapper-quickview .modal-detailProduct .productDetail--content {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .greenweave-modal-product-quickview .wrapper-quickview .modal-detailProduct .productDetail--gallery {
    border-bottom: 1px solid var(--shop-color-border); }
  .greenweave-modal-product-quickview .wrapper-quickview .modal-detailProduct .quickview-sliderthumb {
    display: none !important; }
  .greenweave-modal-product-quickview .wrapper-quickview .modal-detailProduct .product-viewdetail {
    text-align: left;
    margin-top: 10px; }
  .greenweave-modal-product-quickview .wrapper-quickview .modal-detailProduct .product-viewaction {
    position: fixed;
    padding: 10px 15px 12px;
    margin: 0;
    border-top: 1px solid var(--shop-color-border);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: #ffffff; } }

#greenweave-quick-view-modal .productDetail-information .product-toshare {
  display: flex;
  align-items: center;
  padding: 0 15px; }
  #greenweave-quick-view-modal .productDetail-information .product-toshare .pro-title {
    min-width: 20%;
    font-size: 14px;
    font-weight: 600; }
  #greenweave-quick-view-modal .productDetail-information .product-toshare a {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    color: #fff;
    cursor: pointer; }
    #greenweave-quick-view-modal .productDetail-information .product-toshare a:hover {
      color: #fff; }
    #greenweave-quick-view-modal .productDetail-information .product-toshare a svg {
      width: 30px;
      height: 30px;
      vertical-align: initial; }
  @media (max-width: 991px) {
    #greenweave-quick-view-modal .productDetail-information .product-toshare {
      display: none; } }

#greenweave-quick-view-modal .productDetail-information .product-deliverly .head-deliverly {
  font-size: 14px;
  color: red;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 8px;
  border-bottom: 1px dashed #eae4e8; }

#greenweave-quick-view-modal .productDetail-information .product-deliverly .title-deliverly {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600; }

#greenweave-quick-view-modal .productDetail-information .product-deliverly .infoList-deliverly .deliverly-item {
  position: relative;
  padding: 4px 10px 0 40px;
  margin-bottom: 15px;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center; }

#greenweave-quick-view-modal .productDetail-information .product-deliverly .infoList-deliverly .deliverly-item span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  display: inline-block;
  vertical-align: middle; }

#greenweave-quick-view-modal .productDetail-information .product-description .panel-group {
  margin: 0;
  border-top: 1px solid #ebecf0; }
  #greenweave-quick-view-modal .productDetail-information .product-description .panel-group .panel-title {
    position: relative; }
  #greenweave-quick-view-modal .productDetail-information .product-description .panel-group .panel-title h2 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    padding: 20px 0;
    cursor: pointer; }
  #greenweave-quick-view-modal .productDetail-information .product-description .panel-group .panel-title:after,
  #greenweave-quick-view-modal .productDetail-information .product-description .panel-group .panel-title:before {
    content: '';
    display: block;
    position: absolute;
    margin-right: 25px;
    top: 50%;
    right: 0;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear; }
  #greenweave-quick-view-modal .productDetail-information .product-description .panel-group .panel-title:before {
    width: 13px;
    height: 1px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(9, 9, 9, 0.6); }
  #greenweave-quick-view-modal .productDetail-information .product-description .panel-group .panel-title:after {
    width: 1px;
    height: 13px;
    right: 6px;
    background: rgba(9, 9, 9, 0.6);
    transform-origin: center;
    -moz-transform: translateY(-50%) scale(1, 1);
    -ms-transform: translateY(-50%) scale(1, 1);
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1); }
  #greenweave-quick-view-modal .productDetail-information .product-description .panel-group .panel-description {
    display: none;
    padding: 0px 0 20px; }
  #greenweave-quick-view-modal .productDetail-information .product-description .panel-group.opened h2 {
    font-weight: bold; }
  #greenweave-quick-view-modal .productDetail-information .product-description .panel-group.opened .panel-title {
    color: #000; }
  #greenweave-quick-view-modal .productDetail-information .product-description .panel-group.opened .panel-title:after {
    -moz-transform: translateY(-50%) scale(1, 0);
    -ms-transform: translateY(-50%) scale(1, 0);
    -webkit-transform: translateY(-50%) scale(1, 0);
    transform: translateY(-50%) scale(1, 0); }

#greenweave-quick-view-modal .productDetail-information .product-description h2 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

#greenweave-quick-view-modal .productDetail-information .product-description .description-title {
  margin-top: 15px;
  font-size: 18px;
  padding: 10px 0;
  font-weight: 600; }

#greenweave-quick-view-modal .productDetail-information .product-description .description-content:not(.opened) .expandable-content_toggle {
  margin-top: 30px;
  border: 0; }

#greenweave-quick-view-modal .productDetail-information .product-description .description-content:not(.opened).description-content .description-btn:before {
  display: none; }

#greenweave-quick-view-modal .productDetail-information .product-description .description-content .expandable-content_toggle {
  outline: none; }

#greenweave-quick-view-modal .productDetail-information .product-description .description-content .description-btn {
  position: relative; }

#greenweave-quick-view-modal .productDetail-information .product-description .description-content .description-btn:before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 15%, #fff); }

#greenweave-quick-view-modal .productDetail-information .product-description .expandable-content_toggle {
  /*display: -webkit-flex;display: flex;*/
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid var(--shop-color-text);
  padding: 7px 15px;
  color: var(--shop-color-text);
  position: relative;
  margin: 0 auto;
  border-radius: 4px;
  text-align: center;
  font-weight: 500;
  background: #fff;
  z-index: 99;
  outline: none; }

#greenweave-quick-view-modal .productDetail-information .product-description .expandable-content_toggle-icon {
  position: relative;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; }

#greenweave-quick-view-modal .productDetail-information .product-description .expandable-content_toggle-icon:before, #greenweave-quick-view-modal .productDetail-information .product-description .expandable-content_toggle-icon:after {
  content: "";
  position: absolute;
  background: var(--shop-color-text);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  top: 50%;
  left: 50%; }

#greenweave-quick-view-modal .productDetail-information .product-description .expandable-content_toggle-icon:before {
  width: 2px;
  height: 10px; }

#greenweave-quick-view-modal .productDetail-information .product-description .expandable-content_toggle-icon:after {
  width: 10px;
  height: 2px; }

#greenweave-quick-view-modal .productDetail-information .product-description .expandable-content_toggle.btn-closemore .expandable-content_toggle-icon:before {
  content: none; }

#greenweave-quick-view-modal .productDetail-information .description-content.expandable-toggle.opened .description-productdetail {
  max-height: 230px;
  overflow: hidden; }

#greenweave-quick-view-modal .productDetail-information .product-customer {
  position: relative; }

#greenweave-quick-view-modal .productDetail-information .product-customer .hrv-product-reviews-heading {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 170px; }

#greenweave-quick-view-modal .productDetail-information .product-customer #hrv-product-reviews-summary {
  width: 50%;
  padding: 0 0 10px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex; }

#greenweave-quick-view-modal .productDetail-information .product-customer #btnnewreview {
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid var(--shop-color-button);
  color: var(--shop-color-button);
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  border-radius: 4px;
  margin-top: 0;
  font-size: 15px;
  min-width: 150px; }

#greenweave-quick-view-modal .productDetail-information .product-customer #hrv-product-reviews-form h3 {
  display: block;
  font-weight: 600;
  font-size: 14px; }

#greenweave-quick-view-modal .productDetail-information .product-customer .hrv-product-reviews-form {
  width: 100%;
  float: none;
  clear: both;
  padding: 0;
  margin: 0;
  max-width: 720px; }

#greenweave-quick-view-modal .productDetail-information .product-customer #hrv-product-reviews-list > div {
  border-top: 1px solid var(--shop-color-border);
  padding: 15px 0; }

#greenweave-quick-view-modal .productDetail-information .product-customer #hrv-product-reviews-list p {
  margin: 0; }

#greenweave-quick-view-modal .productDetail-information .product-customer #hrv-product-reviews-list > div .hrv-product-reviews-star i[class^="star-"] {
  font-size: 14px; }

#greenweave-quick-view-modal .productDetail-information .product-customer #btnSubmitReview {
  background: var(--shop-color-button); }

@media (max-width: 767px) {
  #greenweave-quick-view-modal .productDetail-information .product-customer .product-reviews-summary-actions {
    width: 100%;
    padding: 0; } }

#greenweave-quick-view-modal .productDetail-information .productCarousel-slider:not(.owl-loaded), #greenweave-quick-view-modal .productDetail-information .productCarousel-thumb:not(.owl-loaded) {
  display: flex;
  display: -ms-flex;
  overflow: hidden; }

#greenweave-quick-view-modal .productDetail-information .productCarousel-slider:not(.owl-loaded) .product-gallery {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%; }

#greenweave-quick-view-modal .productDetail-information .productDetail--gallery .wrapbox-detail {
  display: flex;
  display: -ms-flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 15px;
  margin-top: 15px; }

#greenweave-quick-view-modal .productDetail-information .productDetail--gallery .product-reviews {
  position: relative;
  padding-left: 15px;
  margin-left: 15px; }

#greenweave-quick-view-modal .productDetail-information .productDetail--gallery .product-reviews:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background: #ddd; }

#greenweave-quick-view-modal .productDetail-information .productDetail--gallery .product-reviews .star-off-png {
  font-size: 16px; }

#greenweave-quick-view-modal .productDetail-information .productDetail--gallery .product-reviews p {
  text-align: center;
  font-size: 12px;
  margin: 0; }

#greenweave-quick-view-modal .productDetail-information .box-title {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px; }
  #greenweave-quick-view-modal .productDetail-information .box-title h2 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    position: relative; }
  #greenweave-quick-view-modal .productDetail-information .box-title h2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    bottom: -11px; }
