/*
 Theme Name:   Pantry Child Theme
 Theme URI:    https://pantry.axiomthemes.com/
 Description:  Pantry Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     pantry
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  pantry
*/


/* =Theme customization starts here
------------------------------------------------------------ */

.sidebar_default[class*="scheme_"] .widget_banner:not(.widget_fullwidth) .image_wrap{
    background-color: transparent;
}
.arrows-new .slick-next:before{
    content: '>';
    font-size: 55px;
    font-weight: 700;
    color: #9E9660;
}
.arrows-new .slick-prev:before{
    content: '<';
    font-size: 55px;
    font-weight: 700;
    color: #9E9660;
}
.arrows-new .slick-prev{
    left: -40px
}
.arrows-new .slick-dots li{
    margin: 0;
}
.arrows-new li.slick-active button:before {
    color: #9E9660; 
}