<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.quoli-sidebar-modal {
  display: block;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 99vh;
  max-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  /* transition: opacity 0.3s ease, visibility 0.3s ease; */
}

.quoli-sidebar-modal.quoli-show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.quoli-sidebar-modal-content {
  position: relative;
  padding: 20px;
  width: 80%;
  height: 90%;
  max-width: 1200px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.3s ease;
  overflow: hidden;
}

.quoli-sidebar-modal-header {
  display: flex;
  justify-content: space-between;
}

.quoli-sidebar-modal-header h1 {
  font-size: 20px;
  font-weight: 500;
  margin: 0px;
}

#sidebar-container {
  height: 100%;
  overflow: hidden;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sidebar-review-card{
  width: 32.5% !important;
}

#sidebar-main .quoli-grid-item {
  width: 100% !important;
}

#sidebar-main .sidebar-card {
  background-color: #fbfbfb;
  border-radius: unset !important;
  border: none !important;
  padding: 20px !important;
}

#sidebar-main .sidebar-card p {
  padding: 0px !important ;
}

.sidebar-review-card-video-section{
  height: 143px;
  width: 113px;
  position: relative;
}

#sidebar-main .sidebar-card .image-item {
  height: 143px;
  width: 113px;
  object-fit: cover;
  margin-top: 17px;
  margin-bottom: 0px !important;
  position: relative;
}

.sidebar-mainw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  position: relative;
}

#sidebar-main .sidebar-card .star-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#sidebar-main hr {
  margin: 12px 0px !important;
}

#sidebar-container::-webkit-scrollbar {
  display: none;
}


#sidebar-main {
  overflow: auto;
  margin: 20px 0px;
}

#sidebar-no-data {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sidebar-loading {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-button {
  display: flex;
  cursor: pointer;
}

.close-button:hover {
  /* animation: rotateAndReturn 0.3s ease-in-out; */
}

@keyframes rotateAndReturn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(160deg);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ------------------------ */
/* Product review widget css || From quoli global */

.sidebar-filter-main-div {
  display: flex;
  align-items: start;
  justify-content: space-between !important;
  gap: 4px;
  margin: 25px 0px;
}

.sidebar-showing-results {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

#sidebar-rating-breakdown {
  border-radius: 12px;
  background: white;
  position: absolute;
  z-index: 199;
  top: 10%;
  right: 0;
  transform: translate(50%, 32px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}



@media screen and (max-width: 560px) {
  .sidebar-mainw{
    flex-direction: column;
    justify-content:center;
    gap: 5px;
  }
  
  #sidebar-main .quoli-grid-item{
    width: 100% !important;
  }

  .quoli-sidebar-modal-content{
    width: 100%;
    height: 100%;
    padding: 30px;
    border-radius:0px;
  }

  .sidebar-review-card{
    width: 100% !important;
  }

}

/* css from product review widget css */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.sidebar-card {
  border-radius: 10px;
  border: 1px solid #dedede;
  background: #fff;
  padding-bottom: 30px;
  height: fit-content;
}

.sidebar-card .title-content {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.557px;
  margin-top: 10px;
}

.sidebar-card p {
  margin-top: 0;
  padding: 0px 20px;
}

.sidebar-card p svg {
  fill: black;
  padding-left: 5px;
}

.sidebar-card p {
  margin-bottom: 0;
}

.sidebar-card .description {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}

.sidebar-card .rating {
  color: rgba(0, 0, 0, 0.7);
  line-height: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.21px;
  padding-top: 13px;
}

.sidebar-card img {
  width: 100%;
  height: auto;
  margin-bottom: 17px;
}

.star-div {
  padding-left: 18px;
}

.shop {
  font-size: 14px;
  padding-left: 4px;
}
.review-btn {
  padding: 8px 20px;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #b0b0b0;
  max-width: 200px;
  background: #fff;
}
.review-btn:hover {
  background-color: black;
  color: white;
  cursor: pointer;
}
.review-btn-div {
  display: flex;
  justify-content: end;
  align-items: center;
}

.main-div {
  display: flex;
  justify-content: space-between;
}

.ledt-review-btn {
  display: flex;
  width: 200px;
  padding: 15px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: none;
  border-bottom: 1px solid #000;
  color: #000;
  background-color: transparent;
  font-size: 24px;
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
}

.Left-side-review-main-div {
  display: flex;
}

.ledt-qa-btn {
  display: flex;
  width: 207px;
  padding: 15px 74px;
  align-items: flex-end;
  gap: 10px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
  cursor: pointer;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
}

.ledt-review-btn.clicked,
.ledt-qa-btn.clicked {
  color: black;
  border-bottom: 1px solid black;
}

.ledt-review-btn.active {
  color: black;
  border-bottom: 1px solid black;
}

.ledt-qa-btn.active {
  color: black;
  border-bottom: 1px solid black;
}

.ledt-review-btn:not(.active) {
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ledt-qa-btn:not(.active) {
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.filter-div {
  display: inline-flex;
  padding: 0px 25px;
  justify-content: end;
  align-items: center;
  border-radius: 10px;
  background: #f5f5f5;
  display: flex;
  padding: 0px 25px;
  justify-content: end;
  align-items: center;
  border-radius: 10px;
  background: #f5f5f5;
  cursor: pointer;
}

.filter-div:hover{
  background-color: #e2e2e2;
}
.gallery-div {
  display: inline-flex;
  padding: 0px 25px;
  justify-content: end;
  align-items: center;
  border-radius: 10px;
  background: #f5f5f5;
  display: flex;
  padding: 0px 25px;
  justify-content: end;
  align-items: center;
  border-radius: 10px;
  background: #f5f5f5;
}

.gallery-div:hover {
  background-color: #e2e2e2;
}

#main-container {
  padding-top: 20px;
}

.filter-text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  display: flex;
  align-items: center;
  gap: 2px;
}

.filter-main-div {
  display: flex;
  justify-content: end;
  align-items: start;
  justify-content: space-between;
  gap: 4px;
  cursor: pointer;
  margin: 15px 0px;
}

.filter-sort {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid black;
  background-color: #f0f0f0;
  height: auto;
}

.inside-filter-div {
  display: flex;
  width: 176px;
  padding: 0px 10px;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  background: #f7f7f7;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

.another-div-box {
  display: flex;
  width: 176px;
  padding: 5px 10px;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 282.389%;
}

.filter-option-div {
  position: relative;
}

.filter-option-div:hover .content-filter-div {
  display: flex !important;
}


.content-filter-text {
  background-color: #ccc;
  margin-top: 5px;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  box-shadow: 0px 4px 6px -2px rgba(26, 26, 26, 0.2);
  color: #000;
  padding: 5px 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.attribute-name {
  display: flex;
  justify-content: space-between;
  padding: 4px 10px;
  align-items: center;
  border-radius: 5px;
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  cursor: auto;
}

.rating-container {
  max-width: 250px;
}
.rating-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.rating-bar {
  display: flex;
  align-items: center;
}
.rating-span {
  width: 47px;
  height: 5.8px;
  background-color: rgb(12, 41, 76);
  margin-right: 3px;
}
.rating-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  color: rgb(12, 41, 76);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 184.889%;
}


.option-name {
  display: flex;
  height: 28px;
  padding: 8px 10px;
  align-items: center;
  gap: 12px;
  color: #000;
  /* font-family: "SF Pro Text"; */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.popup-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  object-position: top;
  border-radius: 4px;
}

.option-name:hover {
  background-color: #e2e2e2;
}
.filter-parent-div {
  display: flex;
  gap: 20px;
}

.sort-button:hover .parent-sort-div {
  display: block !important;
}


.rating-div {
  height: 25px;
  padding: 0px 10px;
  display: flex;
  align-items: center;
}

.content-filter-div {
  position: absolute;
  right: 2%;
  z-index: 3;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  background: white;
  margin-top: 1px;
  border: 1px solid lightgrey;
  border-radius: 10px;
  width: 176px;
}

/* .d-none {
  display: none;
} */

.clear-div {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-align: end;
  display: flex;
  flex-direction: column;
}

.hr-line {
  color: #dfdfdf;
  margin: 0px;
  margin-top: 10px;
  max-width: 100%;
}

.time-ago {
  color: rgba(0, 0, 0, 0.7);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.additional-content {
  display: flex;
  padding: 23px 20px;
  gap: 12px;
  background: rgba(0, 0, 0, 0.05);
  flex-direction: column;
  gap: 20px;
  margin: 20px 0px;
}

.additional-answer {
  color: var(--Text-Default, #202223);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.3%;
}
.additional-main {
  margin: 0px;
}
.additional-time-ago {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.557px;
}

.dropdown-content {
  display: flex;
  padding-top: 2px;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  border-radius: 5px;
  margin-top: 4px;
  background: white;
  position: absolute;
  right: 50px;
}

.dropdown-title {
  width: 129px;
  padding: 0px 10px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 282.389%;
  margin: 0px;
  border-radius: 5px;
}

.dropdown-title:hover {
  background: #e8e8e8;
}

.quoli-grid-item {
  width: 19%;
  cursor: pointer;
  margin-bottom: 7px;
}

.quoli-grid-item--width2 {
  width: 50%;
}

@keyframes zoomIn {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.quoli-grid-item {
  animation: zoomIn 0.2s ease-in-out;
}

.cc-bar {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding: 28px 21px;
}
.cc-subbar {
  display: flex;
  gap: 60px;
}

@media screen and (max-width: 600px) {
  .cc-bar {
    flex-direction: column !important;
  }
  .cc-subbar {
    flex-direction: column !important;
    padding-top: 30px;
    gap: 30px;
  }
}
.widget-right-side {
  display: flex;
  gap: 4px;
  justify-content: end;
}
.rating-section-bg {
  background-color: rgba(62, 62, 62, 0.08);
}

.rating-section1,
.rating-section2,
.rating-section3,
.rating-section4,
.rating-section5 {
  padding: 0 10px;
}

.rating-section1:hover,
.rating-section2:hover,
.rating-section3:hover,
.rating-section4:hover,
.rating-section5:hover {
  background-color: rgba(62, 62, 62, 0.08);
}

#rating-breakdown {
  border-radius: 12px;
  background: white;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 50%;
  transform: translate(50%, 32px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.filter-container {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 2%;
  z-index: 3;
}

.dropdown {
  margin: 4px 0px;
}

.quoli-dropdown {
  margin: 4px 0px;
}

.quoli-dropdown-menu {
  padding: 1px;
}

.quoli-dropdown a {
  display: flex;
  height: 28px;
  padding: 8px 10px;
  align-items: center;
  gap: 12px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.quoli-dropdown a:hover {
  background-color: #e2e2e2;
}

.quoli-dropdown-toggle {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.quoli-dropdown-menu a {
  text-decoration: none;
  color: #000000;
  display: block;
}

.sort-div {
  display: flex;
  padding: 5px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #f5f5f5;
  cursor: pointer;
}

.show-more-btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24.557px; 
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid #000;
  color: #000;
  padding: 10px 30px;
  cursor: pointer;
  background-color: #fff;
}

.show-more-btn:hover {
  background: #e2e2e2;
}

.show-more-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.noData {
  display: none;
}

@media screen and (max-width: 1024px) {
  .quoli-grid-item {
    width: 24%;
  }
}

@media screen and (max-width: 768px) {
  .main-div {
    flex-direction: column;
    align-items: baseline;
    gap: 15px;
  }
  .quoli-grid-item {
    width: 32%;
  }
}

@media screen and (max-width: 560px) {
  .left-main-div {
    width: 50%;
  }
  .ledt-review-btn {
    width: 100%;
  }
  .left-main-div {
    width: 50%;
  }
  .ledt-qa-btn {
    width: 111%;
  }
  .quoli-grid-item {
    width: 48%;
  }

  .review-btn-div {
    display: block;
    width: 100%;
  }

  .review-btn {
    text-align: center;
    display: block;
    max-width: none;
  }
  .main-div {
    align-items: center !important;
  }

  #reviews-showing {
    display: none;
  }

  .filter-parent-div {
    display: none;
  }

  .Left-side-review-main-div {
    width: 100%;
    overflow: hidden;
  }

  .noData {
    display: block;
    text-align: center;
    margin: 20px 0px;
  }
  
  .filter-main-div {
    margin-top: 30px;
    width: 100%;
  }

  #widgetRightSideBtn {
    display: block;
  }
}
</pre></body></html>