/** Shopify CDN: Minification failed

Line 68:1 Expected "}" to go with "{"

**/
#stamped-reviews-widget{
font-family: 'Poppins';
}
#stamped-reviews-widget .stamped-reviews-message-image-block span{
  box-shadow:none !important;
}
#stamped-reviews-widget .stamped-reviews-message-image-block span{
  box-shadow:none !important;
}
#stamped-reviews-widget .stamped-widget-buttons ul{
  display:none;
}

.stamped-ugc-modal-wrapper .stamped-ugc-modal-image-wrapper img{
    border-radius: var(--media-radius) !important;
}
.stamped-ugc-modal-content .stamped-ugc-modal-tags-product-image-wrapper img{
    border-radius: var(--media-radius) !important;
}
.stamped-ugc-modal-content .stamped-fa-thumbs-up , .stamped-fa-thumbs-down ,.stamped-ugc-modal-tags-product-title , .stamped-ugc-modal-date {
  color:#513030 !important;
}
.stamped-ugc-modal-content .stamped-modal-close:before {
  color:#513030 !important;
}

#stamped-reviews-widget .stamped-reviews-message-image-block span{
  box-shadow:none !important;
}
#stamped-reviews-widget .stamped-widget-buttons ul{
  display:none;
}

.stamped-ugc-modal-wrapper .stamped-ugc-modal-image-wrapper img{
    border-radius: var(--media-radius) !important;
}
.stamped-ugc-modal-content .stamped-ugc-modal-tags-product-image-wrapper img{
    border-radius: var(--media-radius) !important;
.stamped-ugc-modal-tags-product-image-wrapper{
  border:none !important;
}
 .stamped-ugc-modal .stamped-ugc-modal-wrapper{
   height:100px !important;
 }


  @media only screen and (max-width: 767px){
    .stamped-reviews-message{
          font-size:9pt !important;
    }
    .stamped-review-title{
      font-size: 12pt !important;
    }
  }
  
@media only screen and (min-width: 768px) and (max-width:1024px){
   .stamped-reviews-message{
          font-size:12pt !important;
    }
  .stamped-review-title{
      font-size: 13pt !important;
    }
}