/*
You can type here custom CSS code, which will be loaded both on your admin and front-end pages. Please make sure to not override layout properties (positions and sizes), as they can interfere with the sliders built-in responsive functionality. Here are few example targets to help you get started:
*/

.ls-container { /* Slider container */

}

.ls-layers { /* Layers wrapper */ 

}

.ls-3d-box div { /* Sides of 3D transition objects */ 

}

.ls-v6 .ls-nav-prev:after {
    border-left: 3px solid rgba(156, 15, 15, 0.75) !IMPORTANT;
}
.ls-v6 .ls-nav-next:after {
    border-right: 3px solid rgba(156, 15, 15, 0.75) !important;
}
.ls-v6 .ls-nav-prev:after, .ls-v6 .ls-nav-next:after {

    border-top: 3px solid rgba(156, 15, 15, 0.75) !IMPORTANT;
}
body .ls-v6 .ls-nav-prev:hover:after {
    border-top-color: rgb(61, 195, 121) !important;
    border-left-color: rgb(61, 195, 121) !important;
}
body .ls-v6 .ls-nav-next:hover:after {
    border-top-color: rgb(61, 195, 121) !important;
    border-right-color: rgb(61, 195, 121) !important;
}