.JS_productsList .owl-theme .owl-controls {
    position: absolute;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    top: -22px;
    width: 100%;
    right: -10px;
}

.JS_productsList .JS_carousel {
    padding-top: 0px;
    position: relative;
    display: block;
    overflow:hidden;
}

.JS_productsList .JS_carousel.owl-loaded{
    overflow:visible;
}

.JS_productsList .JS_carousel > div.wrapProdGrid2{
    width: 20%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;    
    margin-bottom:10px;
}


.JS_carousel .prodGrid2{
    /*border:none !important;*/
    /*padding-right: 5px;*/
}

.JS_productsList .title1{
    /* float: left; */
    margin-left: 10px;
    margin-bottom: 18px;
    padding-right: 10px;
}



.JS_productsList .owl-theme .owl-controls .owl-nav .owl-prev {
    right: 29px;
    position: absolute;
    border-right: 1px solid #9e9e9e;
}
.JS_productsList .owl-theme .owl-controls .owl-nav .owl-next::after{
    content:"\f105";
}
.JS_productsList .owl-theme .owl-controls .owl-nav .owl-prev::after{
    content:"\f104";
}
.JS_productsList .owl-theme .owl-controls .owl-nav .owl-next::after,
.JS_productsList .owl-theme .owl-controls .owl-nav .owl-prev::after{
    color: #797979;
    font: normal normal normal 14px/1 FontAwesome;
    left: 0;
    font-size: 22px;
    top: -15px;
    text-align: center;
    display: block;
    text-indent: 0;
    position: relative;
}


.JS_productsList .owl-carousel .owl-stage-outer{
    padding: 2px 0;
}
.JS_productsList .owl-theme .owl-controls .owl-nav .owl-next {
    right: 0;
    position: absolute;
}
.JS_productsList .owl-theme .owl-controls .owl-nav [class*=owl-] {
    /* border-radius: 15px !important; */
    text-indent: -99999px;
    width: 28px;
    /* background-color: #FFF; */
    height: 22px;
    text-align: center;
    font-weight: bold;
    /* line-height: 16px; */
    font-size: 0;
    font: normal normal normal 14px/1 FontAwesome;
    /* border: 1px solid #D6D6D6; */
    color: #717171;
    overflow: hidden;
}

.JS_productsList .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after{
    color: #000;
}


.JS_productsList .owl-carousel .owl-prev:hover,
.JS_productsList .owl-carousel .owl-prev{
    width: 32px;
    height: 32px;
    position: absolute;
    left: -66px !important;
    top: 0;
    z-index: 999;
    font-size: 0;
    font-size: 0;
    background: #aaa;
    border-radius: 22px;
}





/*.JS_productsList .owl-carousel .owl-prev:hover{*/
    /*background: url(https://www.globomatik.com/skin/frontend/CompraAmiga/Globomatik/images/arrow-left-ca-hover.png);*/
/*}*/

.JS_productsList .owl-carousel .owl-next:hover,
.JS_productsList .owl-carousel .owl-next{ 
    width: 32px;
    height: 32px;
    position: absolute;
    right: -11px !important;
    font-size: 0;
    top: 0;
    z-index: 999;
    background: #aaa;
    border-radius: 22px;
}    

.JS_productsList .owl-carousel .owl-prev:after{
    content: "◀";
    left: 10px;
    top: 4px;
}
.JS_productsList .owl-carousel .owl-next:after{ 
    content:"▶"; 
    right: 10px;
    top: 4px;
}
.JS_productsList .owl-carousel .owl-next:after,
.JS_productsList .owl-carousel .owl-prev:after{
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    font-family: monospace;
    position: absolute;
}
/*.JS_productsList .owl-carousel .owl-next:hover{*/
    /*background: url(https://www.globomatik.com/skin/frontend/CompraAmiga/Globomatik/images/arrow-right-ca-hover.png);*/
/*}*/
.JS_productsList .owl-carousel .owl-nav{
    position: absolute;
    right: 87px;
    /* left: 0; */
    top: -58px;
    margin-top: 5px;
    width: 0;
}


.JS_productsList .verTodo{
    float: right;
    font-size: 11px;
    text-transform: uppercase;
    border: 2px solid #ced6d6;
    padding: 3px 5px 2px 5px;
    margin-top: 7px;
    color: #a5a6a6;
    background: #fff;
    top: -1px;
    right: 0;
    position: absolute;
    font-weight: normal;
}
.JS_productsList .verTodo:hover{
    border-color:#444;
    color: #444;
}

.JS_productsList .owl-item{
    padding-left: 10px;
}

@media (max-width: 700px) {
    .owl-controls{
        display:none;
    }
}