/** CAROUSEL **/
.owl-theme .owl-buttons div {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    z-index: 10;

}
.owl-buttons .owl-prev.disabled::before,
.owl-buttons .owl-next.disabled::before {
  color: #d1d1d1;
}
/* CATEGORY */
#category .owl-theme .owl-buttons div {
    top: 125px !important; 
}
@media (max-width: 575px) {
    #category .owl-theme .owl-buttons div {
        top: 141px !important;
    }
}
@media (min-width: 575px) and (max-width: 768px) {
    #category .owl-theme .owl-buttons div {
        top: 155px !important;
    }
}
@media (min-width: 768px) and (max-width: 990px) {
    #category .owl-theme .owl-buttons div {
        top: 104px !important;
    }
}
@media (min-width: 990px) and (max-width: 1200px) {
    #category .owl-theme .owl-buttons div {
        top: 116px !important;
    }
}
#category .carousel-products{
    padding-left: 30px;
    padding-right: 30px;
}
/* PRODUCT */
#product .owl-theme .owl-buttons div {
    top: 180px !important; 
}
@media (max-width: 575px) {
    #product .owl-theme .owl-buttons div {
        top: 155px !important;
    }
}
@media (min-width: 575px) and (max-width: 768px) {
    #product .owl-theme .owl-buttons div {
        top: 168px !important;
    }
}
@media (min-width: 768px) and (max-width: 990px) {
    #product .owl-theme .owl-buttons div {
        top: 150px !important;
    }
}
@media (min-width: 990px) and (max-width: 1200px) {
    #product .owl-theme .owl-buttons div {
        top: 157px !important;
    }
}
@media (min-width: 1700px) {
    #product .owl-theme .owl-buttons div {
        top: 233px !important;
    }
}

