
/****** WIDGETS ******/

/** Slide Show **/
/* .slide-show-container .uk-grid{
    height: 100%;
} */

/** Gallery Widget **/
.da-gallery-item{
    object-fit: cover;
}

/** Woocart **/
.da-woo-top-icon-gap{
    position: relative;
}

.cart-contents{
    position: absolute;
    top: -5px;
    right: -10px;
    font-size: 64%;
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 40px;
}


.da-image-carrousel-box img {
    height: 270px;
}
