* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flex-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.flex-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.flex-row {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.flex-row.reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.flex-xs,
.flex-xs-1,
.flex-xs-2,
.flex-xs-3,
.flex-xs-4,
.flex-xs-5,
.flex-xs-6,
.flex-xs-7,
.flex-xs-8,
.flex-xs-9,
.flex-xs-10,
.flex-xs-11,
.flex-xs-12 {
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.flex-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%;
}
.flex-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  -webkit-flex-basis: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.flex-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  -webkit-flex-basis: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}
.flex-xs-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.flex-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  -webkit-flex-basis: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.flex-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  -webkit-flex-basis: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.flex-xs-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.flex-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  -webkit-flex-basis: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.flex-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  -webkit-flex-basis: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.flex-xs-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.flex-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  -webkit-flex-basis: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.flex-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  -webkit-flex-basis: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.flex-xs-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.flex-xs-offset-1 {
  margin-left: 8.333%;
}
.flex-xs-offset-2 {
  margin-left: 16.667%;
}
.flex-xs-offset-3 {
  margin-left: 25%;
}
.flex-xs-offset-4 {
  margin-left: 33.333%;
}
.flex-xs-offset-5 {
  margin-left: 41.667%;
}
.flex-xs-offset-6 {
  margin-left: 50%;
}
.flex-xs-offset-7 {
  margin-left: 58.333%;
}
.flex-xs-offset-8 {
  margin-left: 66.667%;
}
.flex-xs-offset-9 {
  margin-left: 75%;
}
.flex-xs-offset-10 {
  margin-left: 83.333%;
}
.flex-xs-offset-11 {
  margin-left: 91.667%;
}
.start-xs {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.middle-xs {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.bottom-xs {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}
.around-xs {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -webkit-order: -1;
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}
.last-xs {
  -webkit-order: 1;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
@media only screen and (min-width: 48em) {
  .flex-container {
    width: 46rem;
  }
  .flex-sm,
  .flex-sm-1,
  .flex-sm-2,
  .flex-sm-3,
  .flex-sm-4,
  .flex-sm-5,
  .flex-sm-6,
  .flex-sm-7,
  .flex-sm-8,
  .flex-sm-9,
  .flex-sm-10,
  .flex-sm-11,
  .flex-sm-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .flex-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .flex-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .flex-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .flex-sm-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .flex-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .flex-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .flex-sm-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .flex-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .flex-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .flex-sm-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .flex-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .flex-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .flex-sm-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .flex-sm-offset-1 {
    margin-left: 8.333%;
  }
  .flex-sm-offset-2 {
    margin-left: 16.667%;
  }
  .flex-sm-offset-3 {
    margin-left: 25%;
  }
  .flex-sm-offset-4 {
    margin-left: 33.333%;
  }
  .flex-sm-offset-5 {
    margin-left: 41.667%;
  }
  .flex-sm-offset-6 {
    margin-left: 50%;
  }
  .flex-sm-offset-7 {
    margin-left: 58.333%;
  }
  .flex-sm-offset-8 {
    margin-left: 66.667%;
  }
  .flex-sm-offset-9 {
    margin-left: 75%;
  }
  .flex-sm-offset-10 {
    margin-left: 83.333%;
  }
  .flex-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-order: -1;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-sm {
    -webkit-order: 1;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .flex-container {
    width: 61rem;
  }
  .flex-md,
  .flex-md-1,
  .flex-md-2,
  .flex-md-3,
  .flex-md-4,
  .flex-md-5,
  .flex-md-6,
  .flex-md-7,
  .flex-md-8,
  .flex-md-9,
  .flex-md-10,
  .flex-md-11,
  .flex-md-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .flex-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .flex-md-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .flex-md-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .flex-md-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .flex-md-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .flex-md-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .flex-md-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .flex-md-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .flex-md-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .flex-md-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .flex-md-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .flex-md-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .flex-md-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .flex-md-offset-1 {
    margin-left: 8.333%;
  }
  .flex-md-offset-2 {
    margin-left: 16.667%;
  }
  .flex-md-offset-3 {
    margin-left: 25%;
  }
  .flex-md-offset-4 {
    margin-left: 33.333%;
  }
  .flex-md-offset-5 {
    margin-left: 41.667%;
  }
  .flex-md-offset-6 {
    margin-left: 50%;
  }
  .flex-md-offset-7 {
    margin-left: 58.333%;
  }
  .flex-md-offset-8 {
    margin-left: 66.667%;
  }
  .flex-md-offset-9 {
    margin-left: 75%;
  }
  .flex-md-offset-10 {
    margin-left: 83.333%;
  }
  .flex-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-order: -1;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-md {
    -webkit-order: 1;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .flex-container {
    width: 71rem;
  }
  .flex-lg,
  .flex-lg-1,
  .flex-lg-2,
  .flex-lg-3,
  .flex-lg-4,
  .flex-lg-5,
  .flex-lg-6,
  .flex-lg-7,
  .flex-lg-8,
  .flex-lg-9,
  .flex-lg-10,
  .flex-lg-11,
  .flex-lg-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .flex-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .flex-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .flex-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .flex-lg-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .flex-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .flex-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .flex-lg-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .flex-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .flex-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .flex-lg-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .flex-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .flex-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .flex-lg-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .flex-lg-offset-1 {
    margin-left: 8.333%;
  }
  .flex-lg-offset-2 {
    margin-left: 16.667%;
  }
  .flex-lg-offset-3 {
    margin-left: 25%;
  }
  .flex-lg-offset-4 {
    margin-left: 33.333%;
  }
  .flex-lg-offset-5 {
    margin-left: 41.667%;
  }
  .flex-lg-offset-6 {
    margin-left: 50%;
  }
  .flex-lg-offset-7 {
    margin-left: 58.333%;
  }
  .flex-lg-offset-8 {
    margin-left: 66.667%;
  }
  .flex-lg-offset-9 {
    margin-left: 75%;
  }
  .flex-lg-offset-10 {
    margin-left: 83.333%;
  }
  .flex-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-order: -1;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-lg {
    -webkit-order: 1;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
.box {
  background: #3A9674;
  display: block;
  padding: 20px;
  justify-content: start;
  margin-bottom: 20px;
}
body {
  position: relative;
  width: 100%;
  height: auto;
  font-family: 'Varela Round', sans-serif;
  font-size: 14px;
  margin: 25px 0;
}
html {
  position: relative;
  width: 100%;
}
#main-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Varela Round', sans-serif;
}
.rq-product-wrapper {
  position: relative;
  width: 100%;
}
.rq-product-wrapper.masonry-layout .masonry-item {
  padding: 10px;
}
.rq-product-wrapper.masonry-layout .masonry-item.item-width {
  width: 33.33%;
}
.rq-product-wrapper.masonry-layout .masonry-item.item-width.item-width-double {
  width: 66.66%;
}
@media (max-width: 999px) {
  .rq-product-wrapper.masonry-layout .masonry-item.item-width.item-width-double {
    width: 50%;
  }
}
@media (max-width: 999px) {
  .rq-product-wrapper.masonry-layout .masonry-item.item-width {
    width: 50%;
  }
}
@media (max-width: 560px) {
  .rq-product-wrapper.masonry-layout .masonry-item.item-width {
    width: 100%;
  }
}
.rq-product-wrapper.masonry-layout .masonry-item .rq-product-single {
  margin-bottom: 0;
  padding: 0;
  padding-bottom: 25px;
}
.rq-product-wrapper.masonry-layout .masonry-item .rq-product-single .rq-product-image {
  height: auto;
  margin: 0;
}
.rq-product-wrapper.masonry-layout .masonry-item .rq-product-single .rq-product-image img {
  height: auto;
  width: 100%;
}
.rq-product-wrapper.masonry-layout .masonry-item .rq-product-single .rq-product-title {
  text-align: left;
  padding: 15px 20px 10px;
}
.rq-product-wrapper.masonry-layout .masonry-item .rq-product-single .rq-product-footer {
  padding: 0 20px;
}
.rq-product-single {
  position: relative;
  width: 100%;
  padding: 25px 20px;
  border: 1px solid #dddddd;
  margin-bottom: 30px;
}
.rq-product-single .rq-product-title {
  position: relative;
  line-height: 18px;
  transition: all .3s ease;
  margin: 0;
}
.rq-product-single .rq-product-title a {
  color: #222222;
  font-size: 16px;
  text-decoration: none;
}
.rq-product-single .rq-product-description {
  color: #979494;
}
.rq-product-single .rq-product-footer {
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.rq-product-single .rq-product-footer .rq-product-price {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: lighter(#222222, 5%);
}
.rq-product-single .rq-product-footer .rq-product-price .rq-previous-price {
  color: #979494;
  margin-left: 10px;
  font-weight: 400;
  text-decoration: line-through;
}
.rq-product-single .rq-product-footer .rq-product-rating {
  position: relative;
}
.rq-product-single .rq-product-footer .rq-product-rating ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rq-product-single .rq-product-footer .rq-product-rating ul li {
  display: inline-block;
  color: #1f4ba5;
}
.rq-product-single.list-thumb {
  padding-left: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
  border: 0;
  border-bottom: 1px solid #dddddd;
}
.rq-product-single.list-thumb .rq-product-image {
  position: absolute;
  left: 10px;
  width: 70px;
}
.rq-product-single.list-thumb .rq-product-image img {
  width: 100%;
}
.rq-product-single.list-thumb .rq-product-description {
  margin-bottom: 0;
}
.rq-product-single.list-view {
  padding-left: 190px;
  min-height: 200px;
  margin-bottom: 20px;
}
.rq-product-single.list-view .rq-product-image {
  position: absolute;
  left: 20px;
  width: 150px;
}
.rq-product-single.list-view .rq-product-image img {
  width: 100%;
}
.rq-product-single.grid-view {
  display: inline-block;
  text-align: center;
  transition: all .3s ease;
  cursor: poiner;
}
.rq-product-single.grid-view:hover .rq-product-overlay {
  opacity: 1;
  visibility: visible;
}
.rq-product-single.grid-view:hover .rq-product-title {
  z-index: 20;
}
.rq-product-single.grid-view:hover .rq-product-title a {
  color: #fff;
}
.rq-product-single.grid-view:hover .rq-product-footer {
  z-index: 20;
}
.rq-product-single.grid-view:hover .rq-product-footer .rq-product-price {
  color: #68bf7b;
}
.rq-product-single.grid-view .rq-product-image {
  position: relative;
  width: 100%;
  height: 170px;
  margin: 30px 0 40px;
}
.rq-product-single.grid-view .rq-product-image img {
  height: 100%;
}
.rq-product-single.grid-view .rq-product-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #2d2d2d;
  opacity: 0;
  visiblity: hidden;
  transition: all .3s ease;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rq-btn {
  position: relative;
  outline: 0;
  padding: 8px 15px;
  display: inline-block;
  text-decoration: none;
  transition: all .3s ease;
}
.rq-btn-default {
  border-radius: 25px;
  border: 1px solid #dddddd;
  color: #dddddd;
}
.rq-btn-default:hover,
.rq-btn-default:active,
.rq-btn-default:focus {
  background: #fff;
  color: #1f4ba5;
  border-color: #1f4ba5;
}
.rq-btn-primary {
  background: #1f4ba5;
  border: 1px solid #1f4ba5;
  color: #fff;
  border-radius: 25px;
  order-radius: 25px;
}
.rq-btn-primary.square {
  border-radius: 0;
}
.rq-btn-primary:hover,
.rq-btn-primary:active,
.rq-btn-primary:focus {
  background: #17377a;
}
.circle-btn {
  border-radius: 50%;
  height: 39px;
  width: 39px;
  text-align: center;
  padding: 0;
  line-height: 40px;
}
.flex-row {
  position: relative;
}
.flex-row .masonry-item {
  overflow: hidden;
  padding: 0;
}
.flex-row .masonry-item.item-height {
  height: 250px;
}
.flex-row .masonry-item.item-width {
  width: 25%;
}
.flex-row .masonry-item.item-width-double {
  width: 50%;
}
.flex-row .masonry-item.item-height-double {
  height: 500px;
}
@media (max-width: 991px) {
  .flex-row .masonry-item.item-height {
    height: 300px;
  }
  .flex-row .masonry-item.item-width {
    width: 33.33%;
  }
  .flex-row .masonry-item.item-width-double {
    width: 66.66%;
  }
  .flex-row .masonry-item.item-height-double {
    height: 600px;
  }
}
@media (max-width: 800px) {
  .flex-row .masonry-item.item-height {
    height: 400px;
  }
  .flex-row .masonry-item.item-width {
    width: 100%;
  }
  .flex-row .masonry-item.item-width-double {
    width: 100%;
  }
  .flex-row .masonry-item.item-height-double {
    height: 400px;
  }
}
.flex-row .masonry-item .rq-blog-single {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}
.flex-row .masonry-item .rq-blog-single .rq-blog-image {
  height: 100% !important;
}
.category .masonry-item {
  padding: 10px;
}
.rq-blog-single {
  position: relative;
  margin-bottom: 0;
  height: 320px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}
.rq-blog-single .rq-blog-image {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
}
.rq-blog-single .rq-blog-image .rq-blog-overlay {
  z-index: 999;
}
.rq-blog-single .rq-blog-content {
  position: relative;
  width: 100%;
  border: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.rq-blog-single .rq-blog-content a {
  color: #fff;
}
.rq-blog-single .rq-blog-content .rq-blog-title {
  padding-bottom: 10px;
  z-index: 99;
}
.rq-blog-single .rq-blog-content .rq-blog-title a {
  color: #fff;
}
.rq-blog-single.masonry-layout .masonry-item {
  padding: 10px;
}
.rq-blog-single.masonry-layout .masonry-item.item-width {
  width: 33.33%;
}
.rq-blog-single.masonry-layout .masonry-item.item-width.item-width-double {
  width: 66.66%;
}
@media (max-width: 999px) {
  .rq-blog-single.masonry-layout .masonry-item.item-width.item-width-double {
    width: 50%;
  }
}
@media (max-width: 999px) {
  .rq-blog-single.masonry-layout .masonry-item.item-width {
    width: 50%;
  }
}
@media (max-width: 560px) {
  .rq-blog-single.masonry-layout .masonry-item.item-width {
    width: 100%;
  }
}
.rq-blog-single.masonry-layout .masonry-item .rq-blog-single {
  margin-bottom: 0;
  padding: 0;
  padding-bottom: 25px;
}
.rq-blog-single.masonry-layout .masonry-item .rq-blog-single.masonry-category {
  padding-bottom: 0;
}
.rq-blog-single.masonry-layout .masonry-item .rq-blog-single .rq-blog-procced-button {
  padding: 15px 0;
}
.rq-blog-single.masonry-layout .masonry-item .rq-blog-single .rq-blog-image {
  height: auto;
  margin: 0;
}
.rq-blog-single.masonry-layout .masonry-item .rq-blog-single .rq-blog-image img {
  height: auto;
  width: 100%;
  display: block;
}
.rq-blog-single {
  position: relative;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
  cursor: pointer;
  color: #666;
}
.rq-blog-single .rq-blog-content {
  padding: 20px 0;
  text-align: left;
  border-top: 0;
}
.rq-blog-single .rq-blog-title {
  position: relative;
  line-height: 18px;
  transition: all .3s ease;
  margin: 0;
}
.rq-blog-single .rq-blog-title a {
  color: #222222;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}
.rq-blog-single p {
  font-family: 'Open Sans', sans-serif;
  line-height: 27px;
}
.rq-blog-single .rq-blog-footer {
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 23px 0 20px;
}
.rq-blog-single .rq-blog-footer div {
  border-right: 1px solid #a9a9a9;
  padding-left: 15px;
}
.rq-blog-single .rq-blog-footer div:first-child {
  padding-left: 0;
}
.rq-blog-single .rq-blog-footer div:last-child {
  border-right: 0;
}
.rq-blog-single .rq-blog-footer .author a,
.rq-blog-single .rq-blog-footer .date a,
.rq-blog-single .rq-blog-footer .category a {
  text-decoration: none;
  color: #a9a9a9;
  margin-right: 15px;
}
.rq-blog-single .rq-blog-footer .author a:hover,
.rq-blog-single .rq-blog-footer .date a:hover,
.rq-blog-single .rq-blog-footer .category a:hover {
  color: #222222;
}
.rq-blog-single.list-thumb {
  padding-left: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
  border: 0;
  border-bottom: 1px solid #dddddd;
}
.rq-blog-single.list-thumb .rq-blog-image {
  position: absolute;
  left: 10px;
  width: 70px;
}
.rq-blog-single.list-thumb .rq-blog-image img {
  width: 100%;
}
.rq-blog-single.list-thumb p {
  margin-bottom: 0;
}
.rq-blog-single.list-view {
  padding-left: 290px;
  min-height: 200px;
  margin-bottom: 20px;
}
.rq-blog-single.list-view .rq-blog-image {
  position: absolute;
  left: 20px;
  width: 250px;
}
.rq-blog-single.list-view .rq-blog-image img {
  width: 100%;
}
.rq-blog-single.list-view .rq-blog-procced-button {
  padding: 15px 0;
}
.rq-blog-single.grid-view {
  display: inline-block;
  text-align: center;
  transition: all .3s ease;
  cursor: poiner;
}
.rq-blog-single.grid-view.double-grid .rq-blog-image {
  height: auto;
}
.rq-blog-single.grid-view.double-grid .rq-blog-procced-button {
  padding: 15px 0;
}
.rq-blog-single.grid-view:hover .rq-blog-overlay {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.rq-blog-single.grid-view:hover .rq-ctegory-overlay {
  opacity: 1;
  visibility: visible;
  background: rgba(45, 45, 45, 0.4);
}
.rq-blog-single.grid-view:hover .rq-blog-footer {
  z-index: 20;
}
.rq-blog-single.grid-view:hover .rq-blog-footer .rq-blog-price {
  color: #68bf7b;
}
.rq-blog-single.grid-view .rq-blog-image {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .rq-blog-single.grid-view .rq-blog-image {
    height: 300px;
  }
}
@media (max-width: 500px) {
  .rq-blog-single.grid-view .rq-blog-image {
    height: 220px;
  }
}
.rq-blog-single.grid-view .rq-blog-image img {
  width: 100%;
}
.rq-blog-single.grid-view .rq-blog-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: rgba(45, 45, 45, 0.8);
  opacity: 0;
  visiblity: hidden;
  transition: all .3s ease;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rq-blog-single.grid-view .rq-ctegory-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  opacity: 1;
  visiblity: visible;
  transition: all .3s ease;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rq-blog-single.grid-view .rq-ctegory-overlay h2 {
  color: #fff;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.read-more-button {
  display: block;
  margin: 25px 0;
  color: #222222;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  transition: all .3s ease;
}
.read-more-button:hover {
  color: #a9a9a9;
}
.read-more-button i {
  padding-left: 10px;
}
.rq-btn {
  border-width: 1px;
  border-style: solid;
  padding: 15px 30px;
}
