/** Shopify CDN: Minification failed

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

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.jdgm-all-reviews-text a {
  color: #fff !important;
}
.jdgm-widget.jdgm-all-reviews-text.jdgm-all-reviews-text--style-text {
  display: flex !important;
  justify-content: center !important;
}

.jdgm-all-reviews-text__text {
  color: white;
}
.jdgm-all-reviews-text {
  color: white;
  text-align:  !Important;
  background: #052460;
  padding: 5px;
}
.jdgm-carousel-title {
  color: #052460;

/*-- Footer Signup --*/
#shopify-section-c-footer-signup {
    display: none;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}