.olg-tabs-container {
  margin-top: 10px;
  /* border: 1px solid #ddd; */
  /* background: #fff;*/
  padding: 0 5px;
}

.olg-tabs-navigation {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 3px solid #08447e;
}

.olg-tabs-navigation li {
  padding: 3px 15px;
  cursor: pointer;
  /* border: 1px solid #ddd; */
  border-bottom: none;
  background: #fff; /*#efe9e4;*/
border-radius: 10px 10px 0 0;
}

.olg-tabs-navigation li.active {
  background: #b44649;
  color: #fff;
  font-weight: bold;
  /*border-top: 2px solid #b44649;
  border-left: 1px solid #b44649;
  border-right: 1px solid #b44649; */
  border-radius: 6px 6px 0 0;  
}

.olg-tabs-content .olg-tab-content {
  display: none;
  padding: 15px;
  /* border: 1px solid #ddd; */
  /* background: #fff;*/
}

.olg-tabs-content .olg-tab-content.active {
  display: block;
}

@media (max-width: 768px) {
  div.woocommerce ul.products li.product.type-product{
    width:48%;
    float:left;
  }
}
