.tab-menu li {
    position: relative;
    background-color: #f7fcff;
    color: #000;
    display: inline-block;
    line-height: 80px;
    opacity: 1;
    cursor: pointer;
    z-index: 0;
    width: 50%;
    float: left;
    text-align: center;
    font-size: 18px;
}

.tab-menu li:hover {
  color:#464646;
}

.tab-menu li.active {
  color:#fff;
  opacity: 1;
}

.tab-menu li.active:hover {
  color:#fff;
}

.tab-content>div {
  background-color: #fff;
  box-sizing:border-box;
  width: 100%;
}

.line {
  position:absolute;
  width: 0;
  height: 80px;
  background-color: #FF2837;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 992px){
.shop-sidebar-section.style-2 .product-grid{
    display: block;
}
.product-grid .product-content{
    padding: 25px 25px 40px;
}
.shop-sidebar-section.style-2 .col-lg-7{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.shop-sidebar-section.style-2 .col-lg-5{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}