body {
  background: #f4f4f3;
  font-family: "Rubik", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #2e2e2e;
  font-weight: 400;
  /* max-width: 1920px;
  margin: 0 auto; */
}

/* body {
  background: #f8f8f8;
  font-family: "Work Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #2e2e2e;
} */

.container {
  padding-left: .8rem;
  padding-right: .8rem;
}

.container .columns {
  margin-left: -.8rem;
  margin-right: -.8rem;
}

.container .column {
  padding-left: .8rem;
  padding-right: .8rem;
}

img {
  max-width: 100%;
}

img[data-src],
img[data-srcset] {
  display: block;
  min-height: 1px;
}

/* Prevents img without src to appear */

img:not([src]) {
  visibility: hidden;
}

img.initial,
img.loaded,
img.error {
  opacity: 1 !important;
}

img:not(.initial) {
  transition: opacity .3s ease-in-out;
}

img.lazy {
  opacity: 0;
}

a {
  color: #6869D1;
}

a:focus {
  box-shadow: none;
}

a:focus,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  color: #6869D1;
}

.card {
  margin-bottom: 1.6rem;
}

.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header {
  background: #fff;
  box-shadow: inset 0px -1px 0px 0 rgba(0,0,0,0.1);
  z-index: 3;
  height: 60px;
  align-items: center;
  display: flex;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

.header .navbar {
  padding-top: 0rem;
  padding-bottom: 0rem;
  height: 60px; 
  position: relative;
  z-index: 3;
}

.header .navbar  .logo {
  margin-right: 1.5rem;
}

.header .navbar .navbar-menu {
  padding: 0 1rem;
  color: #2e2e2e;
  cursor: pointer;
}

.header .navbar .navbar-menu > svg {
  width: 12px;
  opacity: .6;
  display: inline-block;
  position: relative;
  top: 2px;
}

.header .navbar .navbar-menu:hover {
  color: #6869D1;
}

.header .main-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 60px;
  display: flex;
  align-items: center; 
}

.header .main-nav > li {
  margin: 0;
  display: inline-flex;
  height: 60px;
  align-items: center; 

}

.header .main-nav > li:hover {
  color: #6869D1;
  
  
}

.header .main-nav > li:hover .navbar-menu {
  cursor: pointer;
}

.header .hover-menu .menu-list {
  width: 100%;
  height: 560px;
  background: #f9f9f9;
  padding: 1rem 0;
  position: absolute;
  left: 0px;
  top: 60px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  opacity: 1;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: all .2s ease-in-out;
}

.background-blur {
  width: 100%;
  height: 100vh;
  background: #fff;
  backdrop-filter: blur(5px);
  padding: 1rem 0;
  position: fixed;
  left: 0px;
  top: 200px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  opacity: .8;
}

/* .header .hover-menu:hover .menu-list {
  display: block;
  opacity: 1;
  transition: opacity .2s ease-in-out;
}
*/



.header .menu-list .menu-list-content {
  margin-left: 150px
}

.header .navbar .menu-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 500px;
}


.header .menu-list .nav-category .nav-item {
  width: 25%;
  display: flex;
  padding: 5px 0;
  text-transform: none;
}

.header .menu-list .nav-color .nav-item {
  padding: 5px 0;
  text-transform: capitalize;
}

/**/
.nav-color .nav-item a:before {
  content: " ";
  width: 15px;
  height: 15px;
  border-radius: 50px;
  display: inline-block;
  margin-right: 5px;
  box-shadow: 0 0 1px 0 rgba(0,0,0, 0.2);
}

.nav-color .nav-item .aqua::before{
  background-image: -webkit-linear-gradient(bottom left, #52DAFF 0%, #06D8CD 100%);
  background-image: -o-linear-gradient(bottom left, #52DAFF 0%, #06D8CD 100%);
  background-image: linear-gradient(to top right, #52DAFF 0%, #06D8CD 100%)
}

.nav-color .nav-item .black::before {
  background-image: -webkit-linear-gradient(44deg, #505050 0%, #292929 100%);
  background-image: -o-linear-gradient(44deg, #505050 0%, #292929 100%);
  background-image: linear-gradient(134deg, #505050 0%, #292929 100%)
}

.nav-item .blue::before {
  background-image: -webkit-linear-gradient(44deg, #119CF3 0%, #2939EB 100%);
  background-image: -o-linear-gradient(44deg, #119CF3 0%, #2939EB 100%);
  background-image: linear-gradient(134deg, #119CF3 0%, #2939EB 100%)
}

.nav-color .nav-item .brown::before{
  background-image: -webkit-linear-gradient(top left, #EC7D2E 0%, #964B00 100%);
  background-image: -o-linear-gradient(top left, #EC7D2E 0%, #964B00 100%);
  background-image: linear-gradient(to bottom right, #EC7D2E 0%, #964B00 100%)
}

.nav-color .nav-item .gray::before {
  background-image: -webkit-linear-gradient(top left, #E3E3E3 0%, #DADADA 100%);
  background-image: -o-linear-gradient(top left, #E3E3E3 0%, #DADADA 100%);
  background-image: linear-gradient(to bottom right, #E3E3E3 0%, #DADADA 100%)
}


.nav-color .nav-item .green::before {
  background-image: -webkit-linear-gradient(top left, #02C702 0%, #02AF35 100%);
  background-image: -o-linear-gradient(top left, #02C702 0%, #02AF35 100%);
  background-image: linear-gradient(to bottom right, #02C702 0%, #02AF35 100%)
}

.nav-color .nav-item .maroon::before {
  background-image: -webkit-linear-gradient(top left, #A00D0D 0%, #790043 100%);
  background-image: -o-linear-gradient(top left, #A00D0D 0%, #790043 100%);
  background-image: linear-gradient(to bottom right, #A00D0D 0%, #790043 100%)
}

.nav-color .nav-item .multiple.colors::before {
  background-image: -webkit-linear-gradient(bottom left, #EA16C0 0%, #688BF9 53%, #51ECBF 100%);
  background-image: -o-linear-gradient(bottom left, #EA16C0 0%, #688BF9 53%, #51ECBF 100%);
  background-image: linear-gradient(to top right, #EA16C0 0%, #688BF9 53%, #51ECBF 100%)
}

.nav-color .nav-item .navy::before {
  background-image: -webkit-linear-gradient(44deg, #0B369E 0%, #001275 100%);
  background-image: -o-linear-gradient(44deg, #0B369E 0%, #001275 100%);
  background-image: linear-gradient(134deg, #0B369E 0%, #001275 100%)
}

.nav-color .nav-item .olive::before {
  background-image: -webkit-linear-gradient(top left, #CBCB21 0%, #949400 100%);
  background-image: -o-linear-gradient(top left, #CBCB21 0%, #949400 100%);
  background-image: linear-gradient(to bottom right, #CBCB21 0%, #949400 100%)
}

.nav-color .nav-item .orange::before {
  background-image: -webkit-linear-gradient(44deg, #F5AF19 0%, #F12711 100%);
  background-image: -o-linear-gradient(44deg, #F5AF19 0%, #F12711 100%);
  background-image: linear-gradient(134deg, #F5AF19 0%, #F12711 100%)
}

.nav-color .nav-item .pink::before{
  background-image: -webkit-linear-gradient(44deg, #F953C6 0%, #CE0D77 100%);
  background-image: -o-linear-gradient(44deg, #F953C6 0%, #CE0D77 100%);
  background-image: linear-gradient(134deg, #F953C6 0%, #CE0D77 100%)
}

.nav-color .nav-item .purple::before{
  background-image: -webkit-linear-gradient(top left, #AD04AD 0%, #8E008E 100%);
  background-image: -o-linear-gradient(top left, #AD04AD 0%, #8E008E 100%);
  background-image: linear-gradient(to bottom right, #AD04AD 0%, #8E008E 100%)
}

.nav-color .nav-item .red::before{
  background-image: -webkit-linear-gradient(44deg, #FE4625 0%, #CA1200 100%);
  background-image: -o-linear-gradient(44deg, #FE4625 0%, #CA1200 100%);
  background-image: linear-gradient(134deg, #FE4625 0%, #CA1200 100%)
}

.nav-color .nav-item .teal::before {
  background-image: -webkit-linear-gradient(top left, #00B8B8 0%, #009277 100%);
  background-image: -o-linear-gradient(top left, #00B8B8 0%, #009277 100%);
  background-image: linear-gradient(to bottom right, #00B8B8 0%, #009277 100%)
}

.nav-color .nav-item .ultra.violet::before {
  background-image: -webkit-linear-gradient(top left, #7255B2 0%, #723280 100%);
  background-image: -o-linear-gradient(top left, #7255B2 0%, #723280 100%);
  background-image: linear-gradient(to bottom right, #7255B2 0%, #723280 100%)
}

.nav-color .nav-item .yellow::before {
  background-image: -webkit-linear-gradient(44deg, #FFD200 0%, #ECA600 100%);
  background-image: -o-linear-gradient(44deg, #FFD200 0%, #ECA600 100%);
  background-image: linear-gradient(134deg, #FFD200 0%, #ECA600 100%)
}

.nav-color .nav-item .white::before {
  background: #fff;
}



/**/

.header .menu-list .nav-item a,
.header .menu-list .nav-item a:visited {
  color: #2e2e2e;
}

.header .menu-list .nav-item a:hover {
  color: #6869D1;
}

.header .menu-list .menu-filter {
  font-size: .8rem;
  font-weight: 500;
  color: #2e2e2e;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  padding-bottom: .8rem;
}

.hero-box {
  padding-top: .8rem;
}

.hero-box .hero-title {
  font-size: 25px;
  background: linear-gradient(90deg, #654ad2 0%, #2173cf 40%, #06a26c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: capitalize;
}


.hero-box .hero-description {
  font-size: 16px;
  font-weight: 100;
  color: #666363;
  margin-bottom: 0;
}

.hero-box .hero-description a {
  font-weight: 500;
}

.body {
  padding-top: 1rem;
}

.body .card {
  /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
  box-shadow: 0 1px 0px rgba(0,0,0,0.07);
  border-radius: 2px;
  position: relative;
  -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
  -moz-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
  overflow: hidden;
  border: none;
}

.body .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.body .card .card-header {
  padding-bottom: .6rem;
}

.body .card .card-image {
  min-height: 300px;
}

.body .freebie .card .card-image {
  min-height: 263px;
}

.card-header .link {
  padding: 6px 8px;
  margin: 5px -5px 0 0;
}

.card-header .link  svg { 
  width: 22px;
  opacity: .4;
  transition: all .2s ease-in-out;
}

.body .card .link:hover svg {
  rotate: -45deg;
  opacity: .8;
}



.body .card .card-title h2 {
  font-size: .9rem;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 5px;
}
.body .card .card-title h2 a {
  color: #2e2e2e;
}

.body .card .card-subtitle {
  font-size: 0.7rem;
  color: #666;
  font-weight: 300;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.body .card .link {
  border: 1px solid #eee;
  border-radius: 5px;
}

.body .card .link:hover {
  border: 1px solid #6869D1;
  border-radius: 5px;
  background: #6869D1;
}



.body.detail {
  padding-top: 0;
}

.body.detail.freebie {
  padding-top: .4rem;
}

.detail .breadcrumb {
  font-size: 14px;
  padding: 0 0 .3rem 0;
}

.detail .detail-image {
  padding-right: 0;
  min-height: 600px;
}

.detail .detail-image a {
  box-shadow: 0 0px 0px 1px rgba(0,0,0,0.1);
  display: block;
}

.detail-image img {
  display: block;
}

.detail-info {
  padding: 1rem;
  background: #fff;
  box-shadow: 0 0px 0px 1px rgba(0,0,0,0.1);
  height: 100%;
}

.detail .detail-content {
  padding-left: 0;
}

.detail-info h1 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: .3rem;
}

.detail-info h1 a {
}

.detail-info p {
  margin-bottom: 0;
  font-size: 15px;
  margin-bottom: .3rem;
}

.detail-info ul {
  margin-left: 0;
}

.detail-category {
  padding: 0;
  margin: .8rem 0;
  list-style: none;
}

.detail-category .chip {
  text-transform: capitalize;
  margin: .1rem .1rem .3rem .0rem;
}


.detail-category h2 {
  font-size: .7rem;
  font-weight: 300;
  margin: 0;
}

.detail-category h2 a {
  color: #2e2e2e;
}

.detail-title > h2 {
  font-size: .9rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 1.2rem;
  padding-bottom: .2rem;
  border-top: 1px solid #eee;
  padding-top: .8rem;
}

.detail-title .card {
  box-shadow: 0 0px 0px 1px rgba(0,0,0,0.1);
}



.detai-product-list  h2.title {
  width: 100%;
  font-size: 1.3rem;
  padding-top: 1.5rem;
}

.detai-product-list  h2.title span {
  display: inline-block;
}

.detai-product-list  h2.title a {
  display: inline-block;
  font-size: .8rem;
  font-weight: 400;
  margin-left: .5rem
}

/*Pagination*/

.ui-pagination {
    
}

.pagination {
    margin: 0 auto;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination li {
    margin: .2rem .05rem;
}

.pagination li.page-item a {
    border-radius: .1rem;
    color: #667189;
    display: inline-block;
    padding: 0.5rem 1rem !important;
    text-decoration: none;
    border: 1px solid #ddd;
    margin: 0 0.3rem;

}

.pagination li.page-item span {
    margin: 0;
    padding: 0;
}

.pagination li.active a {
    background: #3E40C8;
    color: #fff;
    border-color: #3E40C8 ;
}

.pagination li.disabled a {
    cursor: default;
    opacity: .5;
    pointer-events: none;
}

.pagination-number {
    display: flex;
}

.search {
  position: absolute;
  right: .8rem;
}

.search input {
  background: #ffffff;
    border-radius: 50px;
    height: 34px;
    border-color: #e6e6e6;
    font-size: 14px;
    padding-left: 10px;
}
.partner {
  padding: 1.5rem 0 2rem 0;
  background: #fff;
  margin-top: 1rem;
}

.partner a {
  display: block;
}

.partner a img {
  display: block;
  max-width: 100%;
  border-radius: 5px;
}

.footer {
  background: #fff;
  padding: 1rem 0;
  font-size: 16px;
  line-height: 1.6;
  border-top: 1px solid #eee;
}

.footer .about-us {
  padding-top: 0;
}

.footer .ph {
  padding: 10px 0;
}

.footer .about-us a {
  font-weight: 500;
}

.footer .about-us  .publish {
  padding-top: 10px;
}

.footer .about-us img {
  display: block;
  margin-bottom: 1rem;
}


.footer .lapa-social,
.footer .contact ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 140px;
}

.footer .contact ul li {
  width: 45%;
  border-bottom: 1px solid #eee;
  padding-bottom: .4rem;
}

.copyright {
  padding: 1rem 0;
  font-size: 12px;
  color: #999;
  text-align: center;
}

.not-found h1 {
  font-size: 2rem;
}

.big-sps {
  margin: 1rem 0 .3rem 0;
  background: #fff;
}

.detail-sps {
  margin-top: 1.5rem;
}

.body.detail .big-sps {
  margin: 0 0 1rem 0;
}

.freebie-download .btn {
  margin: 1rem 0;
}

._bsa_flexbar {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.05)
}

._bsa_flexbar>a {
  padding: 8px 30px !important
}

._bsa_flexbar .flexbar-cta {
  padding: 12px 20px !important;
  margin-right: 0 !important
}

._bsa_flexbar .flexbar-close {
  margin: -25px 0 0 0 !important;
  display: none !important
}

._bsa_flexbar .flexbar-heading {
  padding-bottom: 0 !important
}

.lapa-big-sp {
  max-height: 565px;
  overflow: hidden
}

.support-lapa {
  display: none;
}

.detail.support-lapa {
  padding: 0 0 1rem .6rem;

}

.promotions-blocked .support-lapa {
  display: block;
}

.support-alert {
  position: relative;
}

.support-img {
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 48px;
}

.support-content {
  margin: 0 0 0 3.2rem;
    font-size: 14px;
    line-height: 1.6;
    background: #f9dede;
    padding: 5px 15px;
    border-radius: 8px;
    min-height: 54px;
    align-items: center;
    display: flex;
    text-align: center;
}

.body .freebie .card {
  text-align: center;
}

.body .freebie .card .card-title h2 {
  margin: 0;
}

.body .freebie .sps.card {
  min-height: 332px;
}

.freebie .card-footer {
  padding-top: 0;
}

.freebie .card-footer .chip {
  font-size: 12px;
}

.chip.adobe-xd {
  background: #FF20C1;
  color: #fff;
}

.chip.invision-studio {
  background: #f36;
  color: #fff;

}

.chip.sketch {
  background: #ffa107;
  color: #fff;
}

.chip.figma {
  background: #00CF80;
  color: #fff;
}

.nav.freebie-nav {
  font-size: 15px;
  margin: 3px 0 0 0;
  position: sticky;
  top: 80px;
}

.hero-box.hero-freebie {
  padding: 0 0 1rem 0;
}

.nav.freebie-nav li {
  margin: 0 0 .5rem 0;
}

.nav.freebie-nav li.nav-title {
  font-weight: 500;
  text-transform: uppercase;
}

.nav.freebie-nav li.nav-title.type {
  padding-top: 10px;
  margin-top: 10px;
}

.nav.freebie-nav .nav-item a {
  color: #2e2e2e;
  padding: .4rem 0;
}

.nav.freebie-nav .nav-item a:hover {
  color: #6869D1;
}

#_flexbar_ .flexbar-via {
  color: #FFFFFFcc !important;
  text-decoration: none !important;
  font-size: 6px
}

.footer-recent .nav {
  margin: 0;
}

.footer-recent h3 {
  font-size: .9rem;
  text-transform: uppercase;
  margin: 0;
  padding-top: 1rem;
  
}

.footer-recent h3 a {
  color: #2e2e2e;
}

.footer-recent .nav .nav-item a {
  color: #6869D1;
  padding: .2rem 0rem;
}
@media screen and  (max-width: 2560px) {
  .product.col-3 {
    width: 20%
  }

  .body .product .card {
    min-height: 706px;
    overflow: hidden
  }

  .body .product .card .card-image img {
    min-height: 500px;
  }
}

@media screen and (min-width: 1700px) {
  .body {
    padding: 1rem 2rem;
  }

  .body.detail {
    padding: 0 2rem 1rem 2rem;
  }

  .hero-box {
    padding: .8rem 2rem 0 2rem;
  }

  .partner {
    padding: 1.5rem 2rem 2rem;
  }

  .footer {
    padding: 1rem 2rem;
 }
}

@media screen and (max-width: 1920px) {
  .product.col-3 {
    width: 25%
  }

  

  .body .product .card {
    min-height: 656px;
    overflow: hidden
  }

  .body .product .card .card-image img {
    min-height: 580px;
  }
}

@media screen and (max-width: 1820px) {
  .product.col-3 {
    width: 25%
  }

  .body .product .card {
    min-height: 500px;
    overflow: hidden
  }

  .body .product .card .card-image img {
    min-height: 500px;
  }
}

@media screen and (max-width: 1440px) {

  .product.col-3 {
    width: 33.333333%;
  }
  .body .product .card {
    min-height: 660px;
    overflow: hidden
  }

  .body .product .card .card-image img {
    min-height: 570px;
  }

  .freebie.col-3 {
    width: 33.333333%;
  }

  .body .freebie .sps.card {
    min-height: 332px;
  }
  
}

@media screen and (min-width: 1440px) {

  .body .freebie .sps.card {
    min-height: 366px;
  }
}

@media screen and (max-width: 1280px) {
  .product.col-3 {
    width: 33.333333%;
  }

  .body .product .card {
    min-height: 590px;
    overflow: hidden
  }

  .body .product .card .card-image img {
    min-height: 515px;
  }
}

@media screen and (max-width: 1024px) {
  .product.col-3 {
    width: 50%;
  }

  .body .product .card {
    min-height: 590px;
    overflow: hidden
  }

  .body .product .card .card-image img {
    min-height: 515px;
  }

  
}



@media screen and (max-width: 840px) {
  .product.col-3 {
    width: 50%;
  }

  .support-content {
    margin: 0;
  }

  .m-header {
    padding: .5rem;
    background: #fff;
    border-bottom: 1px solid #eee;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
  }


  .m-header .navbar {
    padding: 0;
  }

  .m-logo .nav-logo {
    height: 36px;
  }

  .m-logo .nav-logo img {
    height: 36px;
  }

  .m-link img {
    width: 20px;
    padding-top: 3px;

  }

  .m-menu {
    bottom: 0;
    left: 0;
    min-width: 10rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    transition: transform .2s ease;
    background: #9ee9f3;
    z-index: 102;
  }

  .m-menu  ul {
    list-style: none;
    margin: 0;
  }

  .m-menu a {
    color: #2e2e2e;
  }
  
  .m-menu-list {
    list-style: none;
  }
  
  .close-menu {
    background: rgba(0, 0, 0, .9);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-color: transparent;
    border-radius: 0;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw !important;
    height: 100vh !important;
  }
  
  .m-menu:target {
    transform: translateX(0);
    background: #fff;
    width: 250px;
    margin-top: 0;
    z-index: 101;
    padding: 1rem;
  }

  .m-menu .nav-logo {
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: .5rem;
  }
  
  .m-menu li {
    margin: 0;
    border-bottom: 1px solid #eee;
    padding: .6rem 0;
  }

  .nav.freebie-nav li {
    margin: 0;
  }

  .nav.freebie-nav li.nav-title {
    display: none;
  }
  
  .m-menu:target~.close-menu {
    display: block;
    z-index: 100;
  }

  .accordion .accordion-header {
    padding: .6rem 0;
    border-bottom: 1px solid #eee;
  }
  .accordion .accordion-body {
    margin-bottom: 0;
    padding-left: .5rem;
    text-transform: capitalize;
  }

  .accordion input:checked~.accordion-body, 
  .accordion[open] .accordion-body {
    max-height: 50rem;
    overflow: scroll;
  }

  .detail .detail-content {
    padding: 0;
  }

  .detail .detail-image {
    padding: 0;
  }

  .body .product .card {
    min-height: 400px;
  }

  .body .product .card .card-image img {
    min-height: 400px;
  }

  .hero-box {
    text-align: center
  }

  .hero-description {
    display: none;
  }

  .footer .contact ul {
    padding: .5rem 0;
    margin: .8rem 0;
    border-top: 1px solid #eee; 
    border-bottom: 1px solid #eee;  
  }

  .footer .contact ul li {
    width: 33.33333%;
  }

  #mc_embed_signup form {
    padding: 0 !important;
  }

  .partner {
    padding: 1.5rem 0 0rem 0;
    background: #fff;
    margin-top: 0;
  }

  .partner a {
    display: block;
    margin-bottom: 1.6rem;
  }
  
}

@media screen and (max-width: 600px) {
  .product.col-3 {
    width: 100%;
  }
}





