

@media screen and (min-width: 600px) {
.home .woocommerce ul.products {
  margin: 0;
  vertical-align: middle;
  position: relative;
  left: -1px;
}
}

.woocommerce.columns-3 ul.products li.product {
  border-color: #e1e2e5;
  border-style: solid;
  border-width: 2px;
  margin: -1px!important;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
    .woocommerce.columns-3 ul.products li.product {
         width: 33.33333%;
         width: calc(33.33333% + 2px);
    }
}
aside.vertical_menu_area {
  border-right: 2px solid #e1e2e5;
}
.woocommerce li.product del, .woocommerce-page li.product del {
  line-height: 14px;
}
.home footer {
  display: none;
}
.footer_bottom {
  border-top: 2px solid #e1e2e5;
}
.woocommerce div.product div.product_meta>span, .woocommerce div.product div.product_meta>.social_share_list_holder>span {
font-weight: 400;
}
.q_accordion_holder.accordion .ui-accordion-header, .q_accordion_holder.accordion.with_icon .ui-accordion-header {
font-weight: 400;
}
@media screen and (max-width: 600px) {
    .home_custom_font_resize .custom_font_holder {
        font-size: 37px !important;
    }
}