/* 1.9.99.27.37 — quickview summary full-width single-frame cleanup */
.nectar-quick-view-box .afp-widget--quickview .afp-qv-summary,
.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview,
.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-summary,
.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview #afp-calc-preview{
  width:100% !important;
  max-width:100% !important;
  box-sizing:border-box !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview{
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  margin:0 !important;
  padding:10px 0 0 !important;
  overflow:visible !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-summary,
.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview #afp-calc-preview{
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-table{
  display:table !important;
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  table-layout:fixed !important;
  border-collapse:separate !important;
  border-spacing:0 !important;
  box-sizing:border-box !important;
  border:1px solid rgba(228, 213, 204, .96) !important;
  border-radius:24px !important;
  overflow:hidden !important;
  background:linear-gradient(180deg, #fffdfb 0%, #fff9f5 100%) !important;
  box-shadow:0 10px 24px rgba(35, 22, 18, .04) !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-table colgroup{
  display:table-column-group !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-table col{
  display:table-column !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-table tbody{
  display:table-row-group !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-table tr{
  display:table-row !important;
}

@media (max-width: 420px){
  .nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview{
    padding-top:8px !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-table{
    border-radius:22px !important;
  }
}
