@charset "utf-8";
/* CSS Document */
/*tabs */
.galley-tab { width: 100%;}
.prod_tabs {position: relative;display: inline-block;width: 100%;}
.gallerytabs{text-align:center; margin-bottom: 60px; }
.gallerytabs li{
    color: #434343;
    padding: 14px 30px;
    text-decoration: none; border:1px solid #ECECEC; 
    position: relative;letter-spacing: 0.4px;
    display: inline-block; cursor: pointer;
    position: relative;
    transition: all .5s ease-in-out;-webkit-transition: all .5s ease-in-out;
    background: #fff; font-size: 18px; 
    width: auto;
    float: none;
    text-transform: uppercase;
    border-radius: 5px;
    margin: 0 10px;
    font-weight: 500;
}
.gallerytabs li img { margin-right: 5px;}
.gallerytabs li.active  {color: #fff; background: #47A01A;}
.gallerytabs li.active img { filter:invert(1);}
.tab_content{display:none; }
.tab_content.current{display: inherit}
.tab_drawer_heading{display:none !important;}
.tabdescription_divleft  {background:#fff; width: 100%; }
.prod_tabs .woocommerce-Tabs-panel {background: #fff;  width: 100%; float:left;}
.tabdescription_divleft p { margin-bottom: 25px;}
.tab_list_txt li { font-size: 16px; margin-bottom: 5px;}
.vd-icon { position: absolute; left: 0; right: 0;margin: auto; bottom: 0;    top: 0;}
.vd_list { margin: 0 -25px;}
.vd_list li { width: 50%; float: left; padding: 0 25px;}
.vd_list li a { position: relative;}
.vd_list li a img { border-radius: 10px;}

.gallerytabs li:hover {color: #fff; background: #47A01A;}
.gallerytabs li:hover img { filter:invert(1);}




 @media (max-width: 1600px) {
   
}

 @media (max-width: 1439px) {
    
}
 @media (max-width: 1280px) {

}
 @media (max-width: 1199px) {

}

 @media (max-width: 991px) {
    
}
 @media (max-width: 580px) {
    
    .vd_list li {width: 100%; padding: 0 0px; margin-bottom: 20px;}
     .vd_list {margin: 0 0px;}
     .gallerytabs li {margin: 0 1px; font-size: 14px; padding: 10px 10px;}
     
     
}
 @media (max-width: 360px) {
.gallerytabs li {
    margin: 0 0px;
    font-size: 12px;
    padding: 10px 6px;
}
}










