/*
// Theme Name : Growth 2022
// Created On : 11/16/2022
// Author : Joe Kustek
// Version : 1.0
// Description : A powerfull theme for your powerfull business
*/
/* custom styles */
/* .mailing-list-wrapper {
  background-image: url('/files/69fe7c3a1e023.png?v=1');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
} */

/* Ecommerce Styles */
.breadcrumbs {
  display: none;
}

.product_list_details, .product_list_details a {
  color: #fff;
}

.category-breadcrumbs, .category-breadcrumbs a {
  color: #fff;
}

.product-search {
  display: none;
}

.wc-tabs {
  color: #000;
}

.h_desc a {
  color: #fff;
}

.breadcrumbs, .product-price, .product-top {
  color: #fff;
}

.breadcrumbs a, .breadcrumbs a:focus, .breadcrumbs a:active {
  color: #fff;
}


.copy-copy {
  width: 18px;
  height: 18px;
}

.site-footer {
    padding-top: 37px!Important;
}

.cc-hide-mm {
  display: none;
}

.mailing-list-wrapper {
    width: 100%;
    background: none!Important;
    overflow: hidden;
    padding: 20px;
}

/* end of custom styles */
.site-top-header .container {
  max-width: 1375px!Important
}
.site-header .container {
  max-width: 1375px!Important
}
.navbar  {
  max-width: 1375px!Important
}
html {
  scroll-behavior: smooth;
}

.growth-header-wrapper {
/* background-image: linear-gradient(#000, #fff); */
}

/* Desktop Styles */
@media only screen and (min-width: 991px) {




  .jstyle-133 {
    float: right;
  }
}

/* Mobile Styles */
@media only screen and (max-width: 991px) {
  .jstyle-135 {
    margin-top: -117px!Important;
  }

.no-zoom {
  text-align: center;
}

  .nav-item a {
  color: #fff;
  }
  .nav-item a:hover {
  color: #fff;
  }
  .dropdown-menu a {
    color: #000;
  }
  .dropdown-menu a:hover {
    color: #000;
  }
  .mainnavigation {
    background: #000;
  }
}




#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

@media only screen and (max-width: 991px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    max-width: 100%!Important;
    flex: none;
  }
  #myBtn {
    display: none!Important;
  }
  #ml-ul {
    text-align: center;
  }

}
