.codova-product-slider-wrapper .attachment-woocommerce_thumbnail {
    aspect-ratio: auto 300 / 300;
}
.codova-product-slider-wrapper li {
    list-style: none;
    padding-bottom: 50px;

}
.codova-product-slider-product-wrapper {
    position:relative;
        height: 100%;
}
.codova-product-slider-wrapper .button {
    position: absolute;
    bottom: 5px;
    font-size: 14px;
        padding: 5px 15px;
}

.codova-product-slider-wrapper  .owl-stage {
    display: flex!important;
flex-direction: row!important;
flex-wrap: wrap!important;
}

.codova-product-slider-wrapper .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 33%;
    transform: translateY(-50%);
    position: absolute;
}

.codova-product-slider-wrapper .owl-dots {
    width: 100%!important;
    display: flex!important;
    justify-content: center!important;
        margin-top: 15px;

}
.codova-product-slider-wrapper .owl-dot  {
    display: block;
    width: 12px;
    height: 12px;

    border-radius: 100%;
    margin-left: 5px;
    margin-right: 5px;

}



.codova-product-slider-wrapper .owl-nav button span{
    font-size: 40px!important;
    font-size: 40px !important;
    line-height: 22px;
    margin: 0;
    padding: 5px 10px;
}

.codova-product-slider-wrapper .owl-prev {
    margin-left: 15px;
}
.codova-product-slider-wrapper .owl-next {
    margin-right: 15px;
}
.codova-product-slider-wrapper .onsale {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 5px;
    font-size: 12px;
    background: #fff;
    color: #000;
    border-radius: 5px;
}

.codova-product-slider-wrapper .woocommerce-loop-product__title {
    font-size: 21px;
}
.codova-product-slider-wrapper .price {

    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: block;
}
/* regular price */
.codova-product-slider-wrapper .price del {
    font-size: 12px;
    font-weight: 500;

    display: block;
    text-decoration: line-through !important;
}
.codova-product-slider-wrapper .price del .amount {
    color: #474747;
}
/* Sale price */
.codova-product-slider-wrapper .price ins bdi {
    color: #cd0000 !important;

}

/* Megakakel */
.codova-product-slider-wrapper .megakakel-archive-badge {
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
}


/* END Megakakel */
