/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_AdvancedLayeredNavigation
 * @author    Webkul
 * @copyright Copyright (c) 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);
}