/* Enter Your Custom CSS Here */
.woocommerce .content-area {
  width: 1170px;
  max-width: 100%;
  padding: 15px;
	margin: 0 auto;
}

.woocommerce ul.products.columns-6 li:nth-child(n+7) {
	display: none;
}

@media screen and (max-width: 920px){
.header_nav {
    padding: 20px;
}
}
@media screen and (max-width: 920px){
  .header_menu li a{
    font-size: 11px;
    padding: 12px 5px;
  }
}
.woocommerce-products-header__title {display:none !important;}

.woocommerce .woocommerce-ordering select {
border: 1px solid #fff !important;
padding-top:7px; padding-bottom:7px;
color:#808080 !important;
}
.st-signupform {
  border-radius: 0px !important;
padding-top:20px !important;
padding-bottom:20px !important;

}

.st-signupform input[type="submit"] {
  display: block;
  border-radius: 0px  !important;
  box-sizing: border-box;
  padding: 8px 16px;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  line-height: 20px !important;
  background-color: #111 !important;
  border: 1px solid #111 !important;
  color: white;
  background-image: none !important;
  background-image:  none !important;
  margin: 12px auto;
box-shadow: none !important;
}

@media only screen and (min-width: 1000px) {
.mobi-search {
  display:none !important;

  }


}

