.woocommerce ul.products li.product a img {
  margin-bottom:4px
}

.page.home h2.entry-title {
    display: none;
}

.tablepress-id-2 tbody td {
	font-size: 12px;
}

.tablepress-id-3 tbody td {
	font-size: 13px;
}

.main-navigation ul li a {
padding-right: 8px !important;
padding-left: 8px !important;
}

.widget{
	margin-top: 2px;
}

@media (max-width: 768px) {
   [class*="col-"]:not(:last-child) {
      margin-bottom: 20px;
  }
}

@media (max-width: 1200px) {
   [class*="col-"]:not(:last-child) {
      margin-top: 40px;
  }
}



.woocommerce .site #main .inner-wrap #primary {width:100% !important;}

@media screen and (max-width: 800px) { 
.ms-nav-next, .ms-nav-prev {display:none;}
}

.woocommerce .mh-sidebar { display: none; }
.woocommerce .mh-content { width: 100% !important; }

a.button.wc-forward {
    display: none;
}

/* Change background color */
.woocommerce a.button.add_to_cart_button {
    background-color: #ff0000; /* This sets the background to red */
}
/* Change font color */
.woocommerce a.button.add_to_cart_button {
    color: #ffffff; /* This sets the font to white */
}

#wp-live-chat {
  bottom: unset !important;
  top: 50px !important;
  left: 30px !important;
  right: unset !important;
}