.tab-section{ 
  display: inline-block; 
}
.tab-section  a{
  padding: 0.5em;
}
.tab_active{
  display: none;
}
.active .tab_active{
  padding-top: 1em;
  display: inline-block;
  margin-bottom: -2em;
  width: 45%;
}
.tabs .product-image{
  position: relative;
}
.tabs .remove_bg{
  position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.04);
}
.tabs .idus-n,.tabs .idus-p{
  margin-top: 0;
    margin-right: -2em;
    margin-left: -2em;
}
.tabs .idus-wrapper-outer{
  position: static !important;
}
.tab-section-content{
  display: none;
}
.tabs .eqh_1 a{
  color: #000 !important;
}
.tab-section-content.open{
  display: block;
}

.tabs .content ul{
  margin: auto !important;
}
.tabs a{
  text-decoration: none !important;
}
.tabs .eqh_1,.tabs .eqh_3{
}
.tabs .tab-content .container{
  padding: 2em;
}
.tabs .idus-controls{
  display: none !important;
  bottom:-1.5em !important;
}
@media only screen and (max-device-width: 340px) {
    .tabs ul{
      font-size: 0.9em;
  }
}
@media only screen and (max-width: 767px){
  .tabs .tab-content .container{
    padding-right: 0;
    padding-left: 0;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .tabs .tab-links{
    overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: scroll;
      padding: 0 0.5em;
      white-space: nowrap;
  }
  .tabs .tab-section-title{
    font-size: 0.8em;
    vertical-align: top;
      display: inline-block !important;
      width: 27% !important;
      vertical-align: bottom;
  }
  .tabs .idus-controls{
    display: block !important;
  }
}
.tabs ul li a{
  display: block; 
  color: #ddd;
}
.tabs .product_shipping a span.inline,
.tabs .product_shipping a p
{
  color: #252626;
}
.tabs ul li .colors a{
  display: inline-block;
}
.tabs ul li .colors a:hover .color_name {
    background: none !important;
    color: #222 !important;
}

.tabs ul li a.open-popup-link{
  color: #222;
}
.tabs ul li.active a{ 
  color: #000;
  font-weight: bold !important;
}
.tabs ul li.active a:after{
    position: absolute;
    bottom: -0.2em;
    right: 0;
    left: 0;
}
.tab { display:none;}
.tab.active { display:block; }
.eqh_2{display: none;}
/*block_promotion*/
.block_promotion table{
  width: 100% !important;
  text-align: center;
}
.block_promotion table td{
  width: 50% !important;
  display: inline-block;
  vertical-align: middle;
}
.block_promotion table table{
  padding: 0; 
}
.block_promotion table p{
  font-size: 0.8em;
}
.block_promotion table table tbody{
  padding: 2em; 
}
.block_promotion td.step_1{
  border-left: 2px solid #f5f6f8;
}
.block_promotion td.step_1,td.step_2{
    padding: 2em;
    max-width: 715px;
}

.block_promotion td.step_1 td,td.step_2 td{
  width: 50% !important;
    padding: 0.8em;
  text-align: right;
}
.block_promotion td.step_1 td:first-child,td.step_2 td:first-child{
  text-align: center;
}

.block_promotion tr.step_3{
  background: #f5f6f8;
}
.block_promotion tr.step_3 td{
  padding: 1.5em;
}
@media only screen and (max-width: 767px){
  .block_promotion td.step_1 td,td.step_2 td{
    width: 100% !important;
    text-align: center;
  }
  .block_promotion table td{
    display: block;
    width: 100% !important;
  }
  .block_promotion td.step_1{
    border-left: none;
    border-bottom: 2px solid #f5f6f8;
  }

  .products-grid .idus-buttons img {
    width: 75%;
  }
  .products-grid .idus-buttons .idus-p,
  .products-grid .idus-buttons .idus-n {
    top: 0;
    margin: 70px 0 0 0;
  }
}