/* .owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
} */

.owl-carousel .item {
    display: block;
    text-align: center;
}

.owl-carousel .item img {
    max-width: 100%;
    height: auto;
}

h2.brands_h3.page-product-heading {
    text-align: left;
    font-family: 'Open Sans';
    text-transform: none !important;
    font-size: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ccc;
    position: relative;
    font-weight: 500;
    margin-bottom: 30px;
}
.franja {
    position: absolute;
    width: 10%;
    border: 3px solid #00c4ff;
    bottom: -20px;
}

.contendorTitOwl {
    position: relative;
}

.box-control-owl {
    position: absolute;
    top: 25px;
    right: 20px;
}

a.bx-prev-owl:before {
    font-family: 'Material Icons';
    content: '\E5CB' !important;
    color: #4e4e4e !important;
    font-size: 28px;
}

a.bx-next-owl:before {
    font-family: 'Material Icons';
    content: '\E5CC' !important;
    color: #4e4e4e !important;
    font-size: 28px;
}
.bx-prev-owl,
.bx-next-owl {
    text-decoration: none;
    outline: none;
}

.bx-prev-owl:focus,
.bx-next-owl:focus {
    text-decoration: none;
    outline: none;
}