

/* slider button responsive fix */
@media screen and (max-width: 768px) {
.q_slider .slider_content .qbutton {
  width: auto !important;
  position: absolute;
top: 170px !important;
left: 50px !important;
  padding-top: 5px !important; 
  padding-bottom: 5px !important;
}
}

.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
  clear: none;
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0% !important;
}
.woocommerce ul.products li:nth-child(3n),
.woocommerce-page ul.products li:nth-child(3n) {
  margin-right: 0% !important;
}

.woocommerce #main {
    background-color: #FFFFFF;
    background-image: none;
}

.wpcf7-form p {
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
}