/** Shopify CDN: Minification failed

Line 289:63 Unexpected "{"

**/
/* @font-face {
  font-family: "snckStr";
  src: url("star-icon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
} */
.snck-star {
  margin: 0 2px;
  height: 24px;
  width: 24px;
}

.snck-star.snck--on {
  background: #00b67a url("icon-star.svg") no-repeat center center / contain;
}
.snck-star.snck--off {
  background: #dcdce6 url("icon-star.svg") no-repeat center center / contain;
}

.snck-star:hover {
  opacity: 1;
}

/* .snck-star:last-of-type {
  padding: 0 !important;
} */


.review--count{
  display: flex;
  align-items: flex-end;
  margin-bottom: 12px;
}
.review--count .h2{
  line-height: 0.5;
  margin: 0;
  font-size: 64px;
  font-weight: bold; 
  color: #f3c621
}
.review--count .h6{
  vertical-align: top;
  position: relative; 
  top: 12px;
  font-weight: bold; 
  font-size: 18px;
  color: #3f3f3f;
}

button.swal2-confirm.swal2-styled {
    background:  #ff5b00;
}

/* .snck-star.snck--on:before {
  color: #ff5b00;
  content: "\e000";
}

.snck-star.snck--off:before {
  content: "\e001";
}

.snck-star.snck--half:before {
  content: "\e002";
} */


.rating__section {
  margin-top: 3rem;
}
.rating__section a {
  text-align: left;
  font-size: 11px;
  color: #3f3f3f;
  text-decoration: none;
}
.rating__section .w-full{
  width: 100%;
}
.stars--container{
  width: 110px;
  color: #f3c621;
}
.five-stars path.inactive{
  fill: #c2c2c2; 
}

.review--filter-section{
  flex-direction: column;
  gap: 4px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.review--filter-section .progress-bar{
  overflow: hidden;
  height: 12px;
  width: 100%;
  position: relative;
  border-radius: 10px;
  background-color: #d8d8d8!important;
  margin: 0 1rem;
}
.review--filter-section .progress-bar .progress{
  height: 12px;
  background: #f3c621;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.review--filter-section .single-star-container{
  display: flex;
  align-items: center;
  position: relative;
  width: 24px;
}
.review--filter-section .single-star-container .single-star{
  width: 100px;
  position: absolute;
  color: #9c9c9c;
}

.review--filter-section .number{
  min-width: 20px;
}
.review--filter-section .counter{
  border: 1px solid #efefef;
  border-radius: 17px;
  padding: 0px 0;
  font-size: 14px;
  min-width: 40px;
  text-align: center;
}

.rating__section .card--body{
  background: #fff;
  padding: 16px;
}
.rating__section .date span{
  color: var(--sub-color-border-primary);
  font-size: 12px;
  text-align: right;
  display: none;
}

.rating__section .star_bar-content {
  position: relative;
  height: 14px;
  width: 140px;
  min-width: 140px;
  background: #d8d8d8;
  border-radius: 2px;
}
.rating__section .star_bar-content .star_bar-content_inner {
  background-color: #ff5b00;
  position: absolute;
  height: 100%;
  border-radius: 2px;
}
.rating__section .btn__primary {
  padding: 0.6rem 2rem;
  background: #ff5b00;
  border: 1px solid #ff5b00;
  border-radius: 4px;
  color: #ffffff;
}
.rating__section .btn__primary:hover {
  background: #ff762c;
}

.rating__section .btn--review {
  min-width: 150px;
  padding: 12px 23px;
  font-size: 16px;
  display: inline-block;
  font-family: var(--font-body-family);
  text-transform: none;
  color: #ffffff;
  border: none;
  background: #373737;
  white-space: nowrap;
}

.rating__section .user__icon{
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  margin-right: 0.625rem;
  background: #dcdce6;
}
.rating__section .btn__outline {
  padding: 0.6rem 2rem;
  border: 1px solid #000000;
  background-color: transparent;
  border-radius: 4px;
  color: #000;
}
.rating__section .btn__outline:hover {
  background: #eaeaea;
}
.rating__section .star-rating {
  height: 20px;
  display: inline-flex;
  flex-direction: row-reverse;
  font-size: 1.5em;
  gap: 4px;
  justify-content: space-around;
  text-align: center;
}
.review_form_container #review_form .star-rating label {
  font-size: 1em;
  position: relative;
  margin: 0;
  width: 20px;
}
.review_form_container svg.single-star{
  width: 110px;
  position: absolute;
}
.rating__section .star-rating input {
  display: none;
}
.rating__section .star-rating label {
  color: #c2c2c2 !important;
}
.rating__section .star-rating .single-star-container:nth-of-type(5) {
  z-index: 1;
}
.rating__section .star-rating .single-star-container:nth-of-type(4) {
  z-index: 2;
}
.rating__section .star-rating .single-star-container:nth-of-type(3) {
  z-index: 3;
}
.rating__section .star-rating .single-star-container:nth-of-type(2) {
  z-index: 4;
}
.rating__section .star-rating .single-star-container:nth-of-type(1) {
  z-index: 5;
}

.rating__section .star-rating :checked ~ label{
  color: #f3c621 !important;
}
.rating__section .star-rating label:hover,
.rating__section .star-rating label:hover ~ label {
  color: #f3c621 !important;
  cursor: pointer;
}
.rating__section #filter {
  border: transparent;
  background: transparent;
}
.rating__section .border-t {
  border-top: 1px solid #e0e0e0;
}
.rating__section .border-b {
  border-bottom: 1px solid #e0e0e0;
}
#reviewsContainer {
  column-count: 4;
  gap: 10px;
}

.review__profile .five-stars{
  width: 96px;
  color: #f3c621;
}
.rating__section .review__profile {
  margin-bottom: 1rem;
  min-width: min(80vw, 300px);
  break-inside: avoid;
  padding: 0;
  box-shadow: 0 5px 15px -10px #00000080;
  border-radius: 20px;
  margin-bottom: 16px;
  padding: 20px;
}

.rating__section .review__profile .snck-star.on:before,
.rating__section .review__profile .snck-star.snck--off:before, {
  padding: 4px;
}
.rating__section .review__profile .snck-star{
  height: 16px;
  width: 16px;
}
.rating__section .review__profile .user-icon {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.rating__section .review__profile .name {
  margin: 0 0 0.5rem;
  font-weight: 400;
}
.rating__section .review__profile .verified {
  background: #ff5b00;
  color: white;
  padding: 0 6px;
  font-size: 12px;
  border-radius: 2px;
}

.review_form_container {
  margin-bottom: 3rem;
  transition: height 1s ease;
  overflow: hidden;
  height: auto;
}

.review_form_container form {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
}
.review_form_container form *{
  font-family: var(--font-body-family) !important;
}
.review_form_container h3 {
  color: var(--accentColor);
}

.review_form_container.hidden {
    height: 0;
}

.review_form_container #review_form label {
  display: block;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  font-size: 14px;
  font-weight: 600;
}
.review_form_container #review_form input, .review_form_container #review_form textarea {
  width: 100%;
  padding: 1rem;
  background-color: #f9f9f9;
  border: 1px solid #cbcbcb;
}
.review_form_container #review_form input:focus, .review_form_container #review_form textarea:focus {
  border-color: var(--accentColor);
}
.review_form_container #review_form select {
  border: none;
  background: #fff;
  font-weight: 600;
  padding: 0;
}
.review_form_container #review_form .upload-file input {
  display: none;
}
.review_form_container #review_form .upload-file .upload span{
  font-size: 14px;
  color: var(--accentColor);
}
.review_form_container #review_form .upload-file .upload {
  height: 120px;
  width: 100%;
  border: 2px dotted var(--accentColor);
  border-radius: 8px;
  margin: auto;
  font-size: 2.5rem;
  color: var(--accentColor);
  display: grid;
  place-content: center;
  text-align: center;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */

.user-icon{
  background: #e9e9e9;
  display: grid;
  place-content: center;
  font-size: 1.6rem;
}
.d-none{
    display: none !important;
}
.d-flex{
    display: flex;
}

.align-items-center{
    align-items: center;
}
.justify-content-center{
    justify-content: center;
}

.justify-content-between{
    justify-content: space-between;
}
.flex-column{
    flex-direction: column;
}
.mx-auto{
    margin-right: auto;
    margin-left: auto;
}
.text-center{
  text-align: center;
}
.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.me-2 {
    margin-right: .5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.gap-1 {
    gap: .25rem !important;
}
.gap-2 {
    gap: .5rem !important;
}
.mt-2 {
    margin-top: .5rem !important;
}
.mt-4{
  margin-top: 1.5rem;
}

.m-0{
  margin: 0;
}

h3{
  margin-top: 0;  
}

.w-100{
  width: 100%;
}
.px-4{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.bold-font{
  font-weight: bold;
}

@media (max-width: 1024px){
  .lg-my-3{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .lg-justify-center{
    justify-content: center;
  }
  .lg-text-center{
    text-align: center;
  }
}
@media (max-width: 1200px){
  #reviewsContainer {
    column-count: 3;
    gap: 10px;
  }
}
@media (max-width: 992px){
  #reviewsContainer {
    column-count: 2;
    gap: 10px;
  }
}
@media (max-width: 600px){
  #reviewsContainer {
    /* display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto; */
    column-count: 1;
    gap: 10px;
  }
  .review_form_container form{
    padding: 1rem;
  }
  .sm--flex-wrap{
    flex-wrap: wrap;
  }
  .sm--order-2{
    order: 2;
  }
}
@media (min-width: 1024px) {
    .mt-lg-0 {
        margin-top: 0;
    }
}
.align-items-center{
  align-items: center;
}
.justify-content-center{
  justify-content: center;
}
.row {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.col-12 {
    display: flex;
    flex-basis: 100%;
    max-width: 100%;
}
@media only screen and (min-width: 768px) {
    .col-md-3 {
      display: flex;
      flex-basis: 25%;
      max-width: 25%;
    }
    .col-md-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-md-4 {
      display: flex;
      flex-basis: 33.33333333%;
      max-width: 33.33333333%;
    }
}

