/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_AdvancedLayeredNavigation
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.wk-layered-carousel {
    padding: 0px;
}

.wk-layered-carousel .slick-slide {
    margin-right: 10px;
}

.wk-layered-carousel img.image {
    height: attr(data-height);
    width: attr(data-width);
}