/** Shopify CDN: Minification failed

Line 28:12 Expected identifier but found "{"
Line 28:13 Unexpected "{"
Line 28:21 Expected ":"
Line 28:45 Expected identifier but found "!"
Line 29:16 Expected identifier but found "{"
Line 29:17 Unexpected "{"
Line 29:25 Expected ":"
Line 29:50 Expected ":"
Line 32:12 Expected identifier but found "{"
Line 32:13 Unexpected "{"
... and 6 more hidden warnings

**/


/* CSS from section stylesheet tags */
.mvv_section_wrap{
	padding-top: 10px;
    padding-bottom: 10px;
}
.mvv_section_wrap h2{
text-align:center;
}

  	.mvv_section .widget-title h2{
      color:{{section.settings.color_header}}!important;
      font-size:{{section.settings.size_header}}px!important;
    }
  	.mvv_section .widget-des{
      color:{{section.settings.color_text}}!important;
      font-size:{{section.settings.size_text}}px!important;
      font-weight:400
    }
.fa-star {
  margin-right:5px;
}

.unchecked {
  color: silver;
}    

.checked {
  color: #ffcc00;
}    

.fa-quote-left {
  float:left;
  margin-right:10px;
  color:#ff4000;
}

.fa-stack {
  float:right;
  margin-right:15px;
  margin-bottom:15px;
  color:#4267B2;
}

.fa-facebook {
	padding:10px;
}

img.rounded {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin : 5px;
  border: 2px solid red;
  float:left;
}

img.fb {
    margin-bottom: 10px;
    margin-right: 10px;
    float: right;
    width: 40px;
}

div.card {
  min-width: 250px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  display:inline-block;
  margin: 10px;
  border-radius:10px;
}

div.content {
  min-height:240px;
  background-color: Gainsboro;
  padding: 10px;
  font: 16px Arial, sans-serif;
  border-bottom: 1px solid red;
  text-align:left;
}

div.reviewtxt {
	padding-top:10px;
	padding-left: 10px;
}

div.author {
  padding-left: 10px;
  height: 60px;
}

div.authorname {
  font: bold 14px Arial, sans-serif;
  text-align:left;
  padding-top: 10px;
}

.slick-active { color: black;}