a.flexstyle-pro-button {
    display: inline-block;
    margin: 0 auto;
    clear: both;
    background-color: #ff0081;
    color: #fff;
    padding: 8px 16px;
    border-radius: 60px;
    text-decoration: none;
    font-family: arial;
    font-weight: 900;
}

.flexstyle-market-product {
    width: 20%;
    margin: 20px 0;
    text-align: center;
    background-color: #fff;
    padding-bottom: 30px;
    box-shadow: 3px 4px 6px 1px #0000001f;
    float: left;
    margin-right: 2.5%;
}

.flexstyle-section-slider-extended {

    width: 30%;
    margin: 20px 0;
    text-align: left;
    background-color: #fff;
    padding-bottom: 30px;
    box-shadow: 3px 4px 6px 1px #0000001f;
    float: left;
    margin-right: 2.5%;
    padding: 5%;

}

img.flexstyle-market-product-image {
    display: block;
    width: 100%;

}

h2.flexstyle-market-product-title {
    font-weight: 700;
    font-family: arial;
    font-size: 18px;
    padding: 10%;
    line-height: 1.6em;
    border-top: 3px solid #efeeee;
    margin-top: 0 !important;
}

.flexstyle-market-product li {
    font-size: 14px !important;
    line-height: 1.6em;
}

.flexstyle-market-wrapper {
    width: 99%;
    display: block;
    float: left;
    clear: both;
    font-size: 14px;
    font-family: arial;
    margin: 20px auto;
}

iframe.gumroad-overlay-iframe {
    z-index: 9999999 !important;
}

.flexstyle-market-secure-purchase {
    padding: 1em;
    background-color: #00e671d1;
    color: #fff;
    display: inline-block;
    font-weight: 600;
}

.flexstyle-market-secure-purchase a {
  color: #fff;
}

.flexstyle-market-secure-purchase-wrapper {
  width: 100%;
  display: block;
  clear: both;
  float: left;
}

a.flexstyle-demo-button {
    background-color: #8938f3;
    color: #fff;
    padding: 6px 30px;
    border-radius: 200px;
    font-weight: 900;
    font-family: lato;
    font-size: 16px;
    text-decoration: none;
    margin: 10px 0;
    display: inline-block;
    text-align: center;
}


/*============ RESPONSIVE ==================*/

@media (max-width: 980px) {

  .flexstyle-market-product, .flexstyle-section-slider-extended  {
      width: 80%;
      margin: 20px auto;
      margin-right: auto;
      float: none;
  }
}
