/* Luxury Slider Navigation Adjustments */

.luxury_shop_collections .lux-col-prev,
.luxury_shop_collections .lux-col-next,
.lux-col-prev,
.lux-col-next {
    background: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.luxury_shop_collections .lux-col-prev:hover,
.luxury_shop_collections .lux-col-prev:active,
.luxury_shop_collections .lux-col-prev:focus,
.luxury_shop_collections .lux-col-next:hover,
.luxury_shop_collections .lux-col-next:active,
.luxury_shop_collections .lux-col-next:focus,
.lux-col-prev:hover,
.lux-col-prev:active,
.lux-col-prev:focus,
.lux-col-next:hover,
.lux-col-next:active,
.lux-col-next:focus {
    background: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

/* Arrow Icons Color to Black */
.luxury_shop_collections .lux-col-prev i,
.luxury_shop_collections .lux-col-prev svg,
.luxury_shop_collections .lux-col-next i,
.luxury_shop_collections .lux-col-next svg,
.lux-col-prev i,
.lux-col-prev svg,
.lux-col-next i,
.lux-col-next svg {
    color: #000000 !important;
    fill: #000000 !important;
}
