.tabs-vertical{
    
    text-align: center;tabs-vertical
   
}

/* The tabs */

.tabs-vertical ul{
    float: left;
    list-style: none;
    text-align: left;

    margin: 0;
    padding-left: 0;
}

.tabs-vertical ul li{
    margin-right: -1px;
    border-bottom: 1px solid #ffffff;
    background-color: #eeeef2;
}

.tabs-vertical ul li a{
    display: block;
    text-decoration: none;
    color: #333333;


    border-right: 0;
    border-left: 0;

    padding: 10px 60px 10px 60px;
}
.tabs-vertical ul{ background: #eeeef2;}
.tabs-vertical ul li a.tab-active {
    color: #ffffff;
    background-color: #f2911a;
   
}

.tabs-vertical ul li:first-child a{
    border-top: 0;
  
}

/* The content */

.tabs-vertical .tabs-content-placeholder{
    overflow: hidden;
  
    font-weight: normal;
    background-color: #fff;
   
    margin: 0 auto;
   
    text-align: center;
}

.tabs-vertical .tabs-content-placeholder div{
    display: none;
}

.tabs-vertical .tabs-content-placeholder div.tab-content-active{
    display: block;
}

.tabs-vertical .tabs-content-placeholder div p{
    color: #565a5c;
    line-height: 1.5;
    text-align: left;

    margin: 5px 0 20px;
}

.tabs-vertical .tabs-content-placeholder div img{
    max-width: 100%;
}
.tab-content-active ol.c_product { background: #ffffff;}
.tab-content-active ol.c_product img { width: :100%; }
.tab-content-active ol.c_product li p{ height: 40px; overflow: hidden; text-align: center;}
.tab-content-active ol.c_product li{ background: #ffffff; padding: 25px 15px 0 15px; }
@media (max-width: 768px) {

    .tabs-vertical ul{
        float: none;
    }
.tab-content-active ol.c_product li{ background: #ffffff; padding: 25px 5px 0 5px; }
    .tabs-vertical ul li{
        display: inline-block;
  
        border-bottom: none;
    }

    .tabs-vertical ul li a{
  
        border-bottom: 0;
        border-top: 0;
        padding: 12px 15px;
    }

    .tabs-vertical ul li a.tab-active {
        border-color: #dddddd;
        background-color: #f2911a;
        box-shadow: 2px 0px 0px #EFEFEF;
    }

    .tabs-vertical ul li:first-child a{
        border-left: 0;
    }

    .tabs-vertical .tabs-content-placeholder{
     
        border-left: 0;
        border-top: 1px solid #dddddd;
        box-shadow: 0px -3px 0px #F3F3F3;
    }

}
