li.product .hover-area {
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 10;
}

li.product:hover .hover-area {
    opacity: 1 !important;
    visibility: visible !important;
}

li.product {
    position: relative !important;
}


.handheld-footer .handheld-footer-bar .footer-call-us {
    margin-bottom: 20px !important;
    max-width: 190px !important;
    width: auto;
    text-align: center;
}
.off-canvas-cart .dropdown-menu-mini-cart p.buttons .wc-forward {
    margin: 10px !important;
}


.dropdown-menu-mini-cart p.buttons {
    margin-top: -20px !important;
}

@media (max-width: 765px) {
    .dropdown-menu-mini-cart p.buttons {
        margin-top: -50px !important;
    }
}

@media (max-width: 900px) {
    .handheld-footer.light .handheld-footer-bar .footer-call-us .call-us-number, .handheld-footer.light .handheld-footer-bar .footer-call-us .call-us-number a, .handheld-footer.light .handheld-footer-bar .footer-call-us .call-us-text {
    margin-top: 10px;
    margin-bottom: 18px;
    margin-left: -1px;
}
}

section.brands-carousel div.owl-nav,
section.brands-carousel .owl-nav button,
section.brands-carousel .owl-prev,
section.brands-carousel .owl-next {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
}

.owl-carousel .owl-stage {
  transition: transform 4.5s linear !important;
}

.dropdown-menu-mini-cart p.buttons {
    text-align: center;
    margin-bottom: 0;
    margin-top: -10%;
}