.products .grid .woocommerce-LoopProduct-link{display:none;}
.products .grid .product-images{padding:0;}

@media (max-width: 768px) {
    .pes_product ul.ui-tabs-nav:first-child, .pes2_product ul.ui-tabs-nav:first-child{
        padding-left:15px !important;
        padding-right:15px !important;
    }

    .ui-tabs-nav .ui-corner-top, .ui-tabs-nav .ui-tabs-anchor {
        width: 100%;
    }
    
    .ui-tabs-nav > li:not(:first-child){
        margin-top:10px;
    }

    .ui-tabs-nav li.ui-state-default .ui-tabs-anchor::before{
        font: normal normal normal 14px/1 FontAwesome;
    }

    .ui-tabs-nav .ui-corner-top, .ui-tabs-nav li.ui-state-default:not(.ui-tabs-active) .ui-tabs-anchor::before {
        /*content: "\2795";*/
        content: "\f067";
        margin-right: 5px;
    }

    .ui-tabs-nav .ui-corner-top, .ui-tabs-nav li.ui-state-default.ui-tabs-active .ui-tabs-anchor::before {
        /*content: "\2796";*/
        content: "\f068";
        margin-right: 5px;
    }

    .tab_contenedor{
        background-color:#eaeaea;
        padding:5px;
        float:left;
        color:black;
        width:100%;
    }
    .ui-tabs .king-tabs-panes{
        display:none;
    }
    .king-tabs .tab_contenedor .product-title a{ background: initial; white-space: normal; line-height: inherit; }
    .wpb_image_grid .wpb_image_grid_ul .isotope-item{ position: relative !important; }
    .king-tabs .tab-contenedor .wpb_image_grid .wpb_image_grid_ul{ height: initial !important; }
}

@media (max-width: 767px) and (min-width: 640px) {
   .king-tabs .tab_contenedor ul.products li.product.grid.item-0{ float: left!important; width: 50%!important; clear:both !important;}
}