/* 
Styles combined
*/
/* ---------------------------------------------------------------------- 1.Variables */
/* ---------------------------------------------------------------------- 8. settings*/
html {
  background-color: #eeeeee;
  scroll-behavior: smooth;
}
body {
  max-width: 2056px;
  background-color: white;
  margin: 0 auto !important;
}
body,
body p {
  color: #4b4a4a !important;
  font-family: 'Poppins', sans-serif !important;
  line-height: 1.6em !important;
  font-weight: 400 !important;
  font-size: 17px !important;
}
@media all and (max-width: 768px) {
  body,
  body p {
    font-size: calc(17px - 2px) !important;
  }
}
body a,
body p a {
  color: #104460;
  text-decoration: underline;
}
body a:hover,
body p a:hover {
  color: #3f697f;
  text-decoration: none;
}
p {
  margin: 0 0 25px;
}
ul,
ol {
  font-family: 'Poppins', sans-serif !important;
  margin-top: 0;
  margin-bottom: 20px;
}
.content-area {
  padding-top: 50px;
  padding-bottom: 70px;
}
.content-area .container {
  max-width: 1400px;
}
.flex-layout1 .light {
  background-color: #eeeeee;
}
.flex-layout1 .dark {
  background-color: #e8f2f3;
}
.flex_layout_row {
  padding-top: 100px;
  padding-bottom: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media all and (max-width: 1200px) {
  .flex_layout_row {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.flex-repeater .repeater-heading {
  margin-bottom: 1vw;
}
@media all and (min-width: 992px) {
  .flex-repeater .repeater-heading {
    margin-bottom: 2em;
    margin-top: -1.5em;
  }
}
.link-spanner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /* edit: fixes overlap error in IE7/8,
     make sure you have an empty gif
  background-image: url('empty.gif');*/
}
.flex-repeater-cell {
  position: relative;
}
.graycontent {
  background: #eeeeee;
}
.vertical-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hide {
  display: none;
}
_:-ms-lang(x),
.vertical-center {
  display: inline;
}
.flex-spacing.dark {
  background: #e8f2f3;
}
.flex-spacer.bgnone {
  background-color: none;
}
.flex-spacer.light {
  background-color: #eeeeee;
}
.flex-spacer.dark {
  background-color: #e8f2f3;
}
.onswitch-sm,
.reverseonswitch-sm,
.onswitch-md,
.reverseonswitch-md,
.onswitch-lg,
.reverseonswitch-lg,
.onswitch-xl,
.reverseonswitch-xl {
  display: none;
}
@media all and (max-width: 576px) {
  .reverseonswitch-sm {
    display: block;
  }
  .reverseoffswitch-sm {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .reverseonswitch-md {
    display: block;
  }
  .reverseoffswitch-md {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .reverseonswitch-lg {
    display: block;
  }
  .reverseoffswitch-lg {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .reverseonswitch-xl {
    display: block;
  }
  .reverseoffswitch-xl {
    display: none;
  }
}
.wow {
  visibility: hidden;
}
.padding-extra {
  padding: 5% 10%;
}
.padding-extra-side {
  padding-left: 5%;
  padding-right: 5%;
}
.row-no-padding,
.cell-no-padding {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row-no-padding [class*="col-"],
.cell-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.container-no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.container-no-padding-top {
  padding-top: 0 !important;
}
.container-no-padding-bottom {
  padding-bottom: 0 !important;
}
h2.flex-heading {
  text-align: center;
  margin-top: 0 !important;
}
.container_fullwidth .container {
  max-width: 100%;
}
.container_widewidth .container {
  max-width: 1400px;
}
@media all and (min-width: 960px) {
  .container_smallwidth .container {
    max-width: 960px;
  }
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fixed {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-mirror {
  z-index: 1 !important;
}
.parallax-window {
  min-height: 500px;
  background-color: transparent;
  position: relative !important;
  z-index: 10 !important;
}
/* ---------------------------------------------------------------------- 4. Header-Footer */
@media all and (max-width: 768px) {
  body.home .site-header img {
    height: 90px !important;
  }
}
.site-header {
  background: none !important;
  max-width: 2056px;
  width: 100%;
  height: 130px;
  box-shadow: none !important;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.site-header .container {
  max-width: 1400px;
}
@media all and (max-width: 768px) {
  .site-header {
    height: 60px;
    background: none !important;
  }
}
.site-header img {
  transition: all 0.9s ease-in-out !important;
  opacity: 1;
  height: 150px;
  margin-top: 100px;
  width: auto;
}
.site-header.scroll {
  transition: all 0.9s ease-in-out !important;
  height: 80px;
}
@media all and (max-width: 768px) {
  .site-header.scroll {
    height: 60px;
  }
}
.site-header.scroll img {
  height: 140px;
  width: auto;
  transition: all 0.9s ease-in-out !important;
}
.site-header.scroll .extra-menu-top {
  display: none;
}
.site-header.scroll #main-nav ul.navbar-nav {
  background-color: #ffffff !important;
  opacity: 100% !important;
}
@media all and (max-width: 768px) {
  .site-header .shop-bubble img {
    display: none;
  }
}
body.logged-in .site-header {
  top: 32px;
}
body.error404 .search-form {
  display: none;
}
ul.navbar-nav {
  background-color: #ffffff !important;
  margin-top: 30px;
  position: relative;
  padding: 20px;
  border-radius: 60px;
  box-shadow: 0px 12px 35px 0px rgba(0, 0, 0, 0.09);
  -moz-transition-property: none;
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  transition: none !important;
}
@media all and (max-width: 1310px) {
  ul.navbar-nav {
    display: none;
  }
}
#main-nav .navbar-nav > li > a {
  color: #078794 !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 600 !important;
  font-size: 21px !important;
  white-space: nowrap;
  text-decoration: none !important;
  padding: 10px 1.5vw 10px 1.5vw !important;
  margin: 0 0.5vw !important;
}
@media all and (min-width: 1200px) {
  #main-nav .navbar-nav > li > a {
    margin: 0 10px  !important;
    padding: 10px 20px 10px 20px !important;
  }
}
@media all and (max-width: 768px) {
  #main-nav .navbar-nav > li > a {
    font-size: 17px;
  }
}
#main-nav .navbar-nav > li > a:hover,
#main-nav .navbar-nav > li > a:focus {
  color: black !important;
  background: none;
}
#main-nav .navbar-nav li.current-page-ancestor a,
#main-nav .navbar-nav li.current_page_parent a {
  background: #eeeeee;
}
#main-nav .navbar-nav > .active > a,
#main-nav .navbar-nav > .active > a:hover,
#main-nav .navbar-nav > .active > a:focus {
  color: #333333;
  background-color: #eeeeee;
  border-bottom: 3px solid #078794;
}
.extra-menu-top {
  display: none;
}
.navbar-toggle {
  display: none;
}
ul.dropdown-menu {
  background-color: #eeeeee !important;
  border: 1px solid #cccccc !important;
  border-top: none !important;
}
ul.dropdown-menu li.menu-item {
  text-align: left;
  border-bottom: 1px solid #f7f7f7;
  padding: 8px;
}
ul.dropdown-menu li.menu-item:hover {
  background: gray;
}
ul.dropdown-menu li.menu-item.current_page_item a {
  color: #333333;
}
ul.dropdown-menu li.menu-item:nth-last-child(1) {
  border-bottom: none !important;
}
ul.dropdown-menu li.menu-item a {
  color: black;
  background: none;
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
}
ul.dropdown-menu li.menu-item a:hover {
  color: black;
  text-decoration: none;
}
.navbar-search {
  float: right;
  margin-top: -10px;
}
.footer {
  max-width: 2056px;
  background-color: #104460;
  height: auto !important;
  color: #ffffff;
  margin: 0 auto;
  padding: 30px 0;
}
.footer .container {
  max-width: 1400px;
}
.footer p {
  color: #ffffff !important;
  font-weight: 200 !important;
  line-height: 1.8em !important;
  font-size: 16px !important;
}
@media all and (max-width: 576px) {
  .footer {
    text-align: center;
  }
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer .h1,
.footer .h2,
.footer .h3,
.footer .h4,
.footer .h5,
.footer .h6 {
  color: #ffffff;
}
.footer a {
  color: #ffffff;
  font-weight: 300 !important;
  text-decoration: none;
  line-height: 2em !important;
}
.footer a:hover {
  color: #cccccc;
}
.footer a .fab {
  margin: 2px 6px;
  color: white;
  background-color: red;
  display: inline-block;
}
.footer a .fab:hover {
  color: green;
}
.footer-menu {
  position: relative;
}
.footer-menu ul.menu {
  margin-top: 0px;
  margin-right: 30px;
  padding: 0;
}
.footer-menu ul.menu li {
  display: inline-block;
}
.footer-menu ul.menu li a {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  position: relative;
  display: block;
  padding: 4px 15px;
}
.footer-menu ul.menu li a:hover {
  color: #cccccc;
}
.footer-bottom {
  padding: 10px;
  background-color: #104460;
}
.footer-bottom p {
  padding-top: 15px;
  color: #ffffff !important;
}
/* ---------------------------------------------------------------------- 7. Pages */
.hero-banner {
  height: 350px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: -20px;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hero-banner .container {
  max-width: 1400px;
}
@media (max-width: 768px) {
  .hero-banner {
    height: auto;
  }
}
.hero-banner .hero-banner-text {
  z-index: 100;
}
.hero-banner .hero-banner-text h1 {
  color: #ffffff;
  text-align: center;
  margin-top: 220px;
}
body.home .hero-banner {
  height: 62vw;
  margin-top: 30px;
}
body.home .hero-banner .hero-banner-text {
  margin-top: -30vw;
  padding: 17vw;
}
body.home .hero-banner .hero-banner-text a.mybutton {
  text-align: center;
  margin-top: 0px !important;
}
@media (max-width: 768px) {
  body.home .hero-banner .hero-banner-text {
    margin-top: -50vw !important;
  }
}
body.home .hero-banner .hero-banner-text h1 {
  color: #3b3c3c;
}
@media (max-width: 992px) {
  body.home .hero-banner .hero-banner-text h1 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 992px) {
  body.home .hero-banner {
    top: 50px;
  }
}
.home-product-feature .feature-left {
  background-color: #ffffff;
  border: 10px solid #e8f2f3;
  border-radius: 30px;
  padding: 30px;
}
.home-product-feature .feature-right {
  background-color: #ffffff;
  border: 15px solid #e8f2f3;
  border-radius: 30px;
  padding: 30px;
}
.join-footer {
  height: 730px;
}
.join-footer h2 {
  text-align: center;
  color: #104460;
}
.join-footer p {
  text-align: center;
}
body.home .featured-products h2 {
  text-align: center;
}
body.home .featured-products ul.products li.product {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #f9f9f9;
  border-radius: 30px;
}
body.home .featured-products ul.products li.product img {
  border-radius: 30px;
}
body.home .featured-products a.woocommerce-LoopProduct-link span.price {
  padding: 5px 20px 20px 20px !important;
}
body.home .featured-products a.woocommerce-LoopProduct-link span.price span.amount {
  color: #3d3d3d;
}
body.home .featured-products a:hover.woocommerce-LoopProduct-link {
  transform: translate(3px, 3px) !important;
}
body.home .featured-products h2.woocommerce-loop-product__title {
  color: #4b6558;
  font-size: 1.3em !important;
  padding: 0 20px !important;
}
body.home .featured-products a.button {
  display: none !important;
}
body.blog .hero-banner-text h1,
body.blog .hero-banner-text h2.single-blog-header {
  color: white !important;
  font-weight: 400 !important;
  font-size: 1.5em !important;
}
@media (max-width: 576px) {
}
body.blog .hero-banner-text h2,
body.blog .hero-banner-text h3.single-blog-header {
  color: red !important;
  font-size: 2.5em !important;
}
@media (max-width: 576px) {
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #3b3c3c;
  line-height: 1.1;
  margin-bottom: 0;
  margin-top: 0;
}
h1,
.h1 {
  font-size: 3.1em !important;
  font-weight: 700 !important;
}
h2,
.h2 {
  font-size: 2.4em !important;
  font-weight: 600 !important;
}
h3,
.h3 {
  color: #2b909c;
  font-size: 1.7em !important;
  font-weight: 600 !important;
}
h4,
.h4 {
  font-size: 1.1em !important;
}
h5,
.h5 {
  font-size: 1.1em !important;
  font-weight: 300;
}
h6,
.h6 {
  font-size: 0.8em !important;
  color: red !important;
}
p a.mybutton,
a.mybutton {
  text-decoration: none !important;
  background: #f2f7f8;
  color: #078794;
  border-radius: 60px;
  font-weight: 600 !important;
  font-size: 20px;
  margin-top: 36px;
  display: inline-block;
  transition-timing-function: linear;
  transition: 0.2s;
  padding: 10px 30px;
}
@media all and (max-width: 576px) {
  p a.mybutton,
  a.mybutton {
    margin: 16px 3px 16px 3px;
  }
}
p a.mybutton.butlight,
a.mybutton.butlight {
  background: transparent;
  color: blue;
  border: 1px solid blue;
}
p a:hover.mybutton,
a:hover.mybutton {
  background: #e8f2f3;
  color: #078794;
  transform: translate(3px, 3px) !important;
}
p a:hover.mybutton.butlight,
a:hover.mybutton.butlight {
  background: blue;
  color: white;
  border: 1px solid blue;
}
.link-spanner {
  background: rgba(255, 255, 255, 0.1);
}
.link-spanner:hover {
  background: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  transition-timing-function: ease-in;
  transition: 0.5s;
  border: 1px solid #eeeeee;
}
.carousel-item {
  height: 35vw;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-item .carousel-caption {
  bottom: 300px;
}
.carousel-item .carousel-caption h1 {
  color: white;
}
.carousel-indicators {
  text-align: left;
}
.carousel-indicators .active {
  background-color: red !important;
}
h2.entry-title {
  border: none;
}
h2.entry-title a {
  color: #3b3c3c !important;
  text-decoration: none;
}
h2.entry-title a:hover {
  color: black !important;
}
h1.entry-title {
  color: #3b3c3c !important;
  border: none;
}
.entry-meta {
  font-size: 0.8em;
  line-height: 1.4;
  display: none;
}
#primary .post-thumbnail {
  margin-top: 20px;
}
.comments-area {
  display: none;
}
.widget {
  margin-top: 30px;
}
h3.widget-title {
  border-bottom: 1px solid #333333 !important;
  color: red;
  font-size: 24px;
}
.widget ul li {
  border-bottom: none;
  padding: 4px 2px;
}
.widget ul li span {
  float: left;
  padding-top: 5px;
}
.widget ul li a {
  margin-left: 2px;
  font-size: 18px;
  text-decoration: none;
  color: #104460;
  display: inline-block;
}
.widget ul li a:hover {
  margin-left: 2px;
  color: #3f697f;
  background: none;
}
body.woocommerce-page {
  padding-top: 200px !important;
}
body.woocommerce-page h1.page-title {
  font-size: 40px;
  color: #3b3c3c;
}
body.woocommerce-page h1.entry-title {
  font-size: 1.4em !important;
}
body.woocommerce-page h2 {
  color: #104460;
  font-size: 1em !important;
}
body.woocommerce-page h3 {
  color: black;
}
body.woocommerce-page a.button {
  text-decoration: none !important;
  background: #f2f7f8;
  color: #078794;
  border-radius: 60px;
  font-weight: 600 !important;
  font-size: 20px;
  margin-top: 36px;
  display: inline-block;
  transition-timing-function: linear;
  transition: 0.2s;
  padding: 10px 30px;
}
@media all and (max-width: 576px) {
  body.woocommerce-page a.button {
    margin: 16px 3px 16px 3px;
  }
}
body.woocommerce-page .single_add_to_cart_button,
body.woocommerce-page .wc-proceed-to-checkout {
  background: #f2f7f8 !important;
  color: #078794 !important;
  border-radius: 60px;
  font-weight: 600 !important;
  font-size: 20px;
}
@media all and (max-width: 576px) {
  body.woocommerce-page .single_add_to_cart_button,
  body.woocommerce-page .wc-proceed-to-checkout {
    margin: 16px 3px 16px 3px;
  }
}
body.woocommerce-page .single_add_to_cart_button:hover {
  background: #e8f2f3;
  color: #078794;
  transform: translate(3px, 3px) !important;
}
form.wpcf7-form {
  width: 94%;
}
form.wpcf7-form .textfield input,
form.wpcf7-form .textfield textarea {
  background-color: transparent;
  color: #333333 !important;
  padding: 20px 8px !important;
  width: 99%;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}
form.wpcf7-form .textfield textarea {
  max-height: 100px;
  width: 99%;
  padding: 10px 8px !important;
}
form.wpcf7-form span.wpcf7-not-valid-tip {
  color: red;
}
form.wpcf7-form div.wpcf7-validation-errors {
  border: 1px solid red !important;
  color: red;
  font-weight: 600;
}
form.wpcf7-form input.wpcf7-submit {
  background: transparent;
  border-radius: 20px;
  border: 1px solid #cccccc;
  padding: 10px 30px !important;
  color: black;
  font-weight: 600;
  font-size: 0.9em;
}
form.wpcf7-form input.wpcf7-submit:hover {
  color: white;
  background: black;
}
form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: -10px;
  text-align: right;
}
.overlay .container {
  position: relative !important;
  overflow: visible !important;
  height: auto;
  background-color: #ffffff;
  width: 80%;
  margin: -150px auto 0 auto;
}
.store-locator {
  height: 1103px;
}
.store-locator h2,
.store-locator p {
  text-align: center;
}
.store-locator .locator {
  margin-top: 80px;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 768px) {
  .store-locator {
    margin-top: 300px;
  }
}
body.woocommerce-page h1.page-title {
  font-size: 40px;
}
body.woocommerce-page h1.entry-title {
  font-size: 30px !important;
}
body.woocommerce-page h2 {
  font-size: 20px !important;
}
body.woocommerce-cart .woocommerce .wc-proceed-to-checkout a {
  background-color: #6c8178;
}
body.woocommerce-cart .woocommerce .wc-proceed-to-checkout a:hover {
  background-color: #798c83;
}
body.woocommerce-checkout .place-order button.button {
  background-color: #6c8178;
}
body.woocommerce-checkout .place-order button.button:hover {
  background-color: #798c83;
}
form.cart button.button {
  text-decoration: none !important;
  background: #fcfcfc !important;
  color: #778a80 !important;
  border-radius: 40px;
  font-weight: 500 !important;
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
  transition-timing-function: linear;
  transition: 0.2s;
  padding: 15px 40px;
  border: 1px solid #9ca09e;
  margin-top: 30px;
}
form.cart button:hover.button {
  background: #778a80 !important;
  color: #fcfcfc !important;
  border: 1px solid transparent;
  transform: translate(3px, 3px) !important;
}
.woocommerce div.product form.cart {
  display: flex;
  flex-direction: column;
  /* Stacks elements vertically */
}
.woocommerce div.product form.cart .quantity {
  margin-bottom: 10px;
  /* Space between quantity and button */
}
.woocommerce div.product form.cart button.single_add_to_cart_button {
  display: block !important;
  width: 100% !important;
  /* Ensures full width */
  clear: both !important;
  /* Prevents it from being beside the quantity box */
}
body.single-product .product .summary h1.product_title {
  font-size: 34px !important;
  font-weight: 600;
  color: #4b6558 !important;
}
body.page-template-flex-banner .woocommerce h2,
body.single-product .woocommerce h2,
body.page-template-flex-banner .related h2,
body.single-product .related h2 {
  text-align: center;
  font-size: 40px !important;
  font-weight: 500;
}
body.page-template-flex-banner .woocommerce ul.products li.product,
body.single-product .woocommerce ul.products li.product,
body.page-template-flex-banner .related ul.products li.product,
body.single-product .related ul.products li.product {
  background-color: #f8f9fa;
}
body.page-template-flex-banner .woocommerce ul.products li.product a.woocommerce-loop-product__link h2.woocommerce-loop-product__title,
body.single-product .woocommerce ul.products li.product a.woocommerce-loop-product__link h2.woocommerce-loop-product__title,
body.page-template-flex-banner .related ul.products li.product a.woocommerce-loop-product__link h2.woocommerce-loop-product__title,
body.single-product .related ul.products li.product a.woocommerce-loop-product__link h2.woocommerce-loop-product__title {
  text-align: left;
  color: #4b6558;
  font-size: 1.2em !important;
  padding: 0 30px;
}
body.page-template-flex-banner .woocommerce ul.products li.product a.woocommerce-loop-product__link span.price,
body.single-product .woocommerce ul.products li.product a.woocommerce-loop-product__link span.price,
body.page-template-flex-banner .related ul.products li.product a.woocommerce-loop-product__link span.price,
body.single-product .related ul.products li.product a.woocommerce-loop-product__link span.price {
  color: #3d3d3d;
  font-weight: 300 !important;
  padding-left: 30px;
}
body.page-template-flex-banner .woocommerce ul.products li.product a.woocommerce-loop-product__link span.price p.shipping-text,
body.single-product .woocommerce ul.products li.product a.woocommerce-loop-product__link span.price p.shipping-text,
body.page-template-flex-banner .related ul.products li.product a.woocommerce-loop-product__link span.price p.shipping-text,
body.single-product .related ul.products li.product a.woocommerce-loop-product__link span.price p.shipping-text {
  display: none;
}
body.page-template-flex-banner .woocommerce ul.products li.product a.button,
body.single-product .woocommerce ul.products li.product a.button,
body.page-template-flex-banner .related ul.products li.product a.button,
body.single-product .related ul.products li.product a.button {
  display: none;
}
body.page-template-flex-banner .product-faq h2,
body.single-product .product-faq h2 {
  text-align: center;
}
body.page-template-flex-banner .product-faq #wpsm_accordion_1576 .ac_open_cl_icon,
body.single-product .product-faq #wpsm_accordion_1576 .ac_open_cl_icon {
  color: #ffffff !important;
  background-color: #798c83 !important;
  border-radius: 50%;
}
body.page-template-flex-banner .product-faq .wpsm_panel-group .wpsm_panel,
body.single-product .product-faq .wpsm_panel-group .wpsm_panel {
  margin-bottom: 19px;
}
body.page-template-flex-banner .marketplace-tiles .boxtiles,
body.single-product .marketplace-tiles .boxtiles {
  background-color: #eeeeee;
  padding: 60px;
}
body.page-template-flex-banner .marketplace-tiles .boxtiles a.mybutton,
body.single-product .marketplace-tiles .boxtiles a.mybutton {
  margin-top: 0 !important;
  padding: 10px 20px !important;
}
body.page-template-flex-banner .marketplace-tiles .marketplace-tile-right .sota-drops,
body.single-product .marketplace-tiles .marketplace-tile-right .sota-drops {
  margin-bottom: 20px;
}
body.page-template-flex-banner .marketplace-tiles h4,
body.single-product .marketplace-tiles h4 {
  color: #4b6558;
  margin-bottom: 0 !important;
}
body.page-template-flex-banner .featured-products h2.featured-title,
body.single-product .featured-products h2.featured-title {
  text-align: center;
}
body.page-template-flex-banner .wholesale-orders h4,
body.single-product .wholesale-orders h4 {
  color: #4b6558;
  padding-left: 30px;
}
body.page-template-flex-banner .wholesale-orders p.whole,
body.single-product .wholesale-orders p.whole {
  padding-left: 30px;
}
