/* box_special_categories start */
.box_special_categories .nav.flex-column.nav-pills {
    background-color: rgba(0,0,0,0.03);
  }
  .box_special_categories .promo_category_info {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
  }
  .box_special_categories .tab-pane .nav-tabs .nav-link {
    text-align: left;
    background-color: rgba(0, 0, 0, 0.3); }
    .box_special_categories .tab-pane .nav-tabs .nav-link:hover,
    .box_special_categories .tab-pane .nav-tabs .nav-link.active {
      background-color: #fff;
      font-weight: 900;
      border-bottom-width: 2px;
      text-decoration: underline; }
  .box_special_categories .card-img-overlay {
    right: unset;
    left: 50%;
    top: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .beffect {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .beffect img {
    max-width: 100%;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .special-link-overlay:hover + .beffect::after,
  .beffect:hover::after {
    width: 100%;
    height: 100%;
    right: auto;
    left: 0;
  }
  .beffect::after {
    background: rgba(0,0,0,.1);
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out 0s;
    right: 0;
    top: 0;
    border-radius: 5px;
  }
  .special-link-overlay {
	z-index: 1010;
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height:100%;
  }
  /* box_special_categories end */