/** Shopify CDN: Minification failed

Line 125:0 Unexpected "}"

**/
.margin-15 {
  margin-top:15px;
  margin-bottom:15px;
  margin-left:12px;
}
.desktop-new {
  margin-bottom: 20px;
}

.desktop-tab {
  margin:0 50px;
  border-top: 2px solid #DDDDDD;
  padding:20px;
}
.collapsible-tab {
  background-color: rgb(239, 239, 239);
  color: #000;
  cursor: pointer;
  padding: 14px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;  
  font-family: 'Lora';

}
.collapsible-tab:first-letter {
  text-transform: uppercase;
}
.border-top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.active1, .collapsible-tab:hover {
  background-color: rgb(229 229 229);

}

.collapsible-tab:after {
  content: '\002B';
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active1:after {
  content: "\2212";
}

.content-tab {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fff;
  border-left: 1px solid rgb(239, 239, 239);
  border-right: 1px solid rgb(239, 239, 239);
}
.last-tab {
  border-bottom: 1px solid rgb(239, 239, 239);
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  margin-top:-3px;
}
.review-tab {
    flex-basis: 33%;
    margin-left: 10px;
}
.desktop-new {
    box-sizing: border-box;
    display: flex;
    -webkit-box-flex: 0;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}
.desktop-2 {
    flex-basis: 66%;

}
.widget-radius {
    border-left: 1px solid rgb(239,239,239);
    border-right: 1px solid rgb(239,239,239);
    border-bottom: 1px solid rgb(239,239,239);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding:10px;
    background: linear-gradient(342deg,rgba(230,230,233,0) 0%,rgba(146,213,94,.10127801120448177) 50%,rgba(230,230,233,0) 100%);
}
@media only screen and (max-width: 1180px) {
.desktop-new {
    flex-direction: column;
}
  .review-tab {
    flex-basis: 95%;
    margin-top: 20px;
    margin-left: 0!important;
}
}

.review-text-tab {
  padding: 15px;
  font-size: 18px;
  font-family: Lora;
  background-color: #e5e5e5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 0;
}
.social-sharing {
  float:right;
}
.tab-content-inner-words {
  white-space: normal;
  word-break: break-word;
}
}
