﻿#sidebar,
[id*='sidebar-widget'],
.zn_sidebar {
    background: white;
    padding: 20px 15px;
    border-radius: 3px;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
}

    #sidebar .widget,
    .zn_sidebar .widget,
    [id*='sidebar-widget'] .widget {
        margin-bottom: 35px;
    }

.sidebar .widget .widgettitle {
    color: #050505;
    line-height: 1.4;
    margin: 10px 0 10px 0px;
    padding-bottom: 8px;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .sidebar .widget .widgettitle:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 2px;
        width: 50px;
        height: 0;
        border-bottom: 1px solid;
    }

    .sidebar .widget .widgettitle:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 2px;
        width: 100%;
        height: 0;
        border-bottom: 1px solid #ececec;
    }

.sidebar .widget ul.menu,
.sidebar .widget ul.product-categories,
.sidebar .widget ul.pagenav,
.sidebar .widget_meta > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar .widget ul.menu li,
    .sidebar .widget ul.product-categories li,
    .sidebar .widget ul.pagenav li,
    .sidebar .widget_meta > ul li {
        margin-bottom: 0;
    }

        .sidebar .widget ul.menu li a,
        .sidebar .widget ul.product-categories li a,
        .sidebar .widget ul.pagenav li a,
        .sidebar .widget_meta > ul a {
            color: #747474;
            display: inline-block;
            padding: 0;
            margin-right: 5px;
            position: relative;
            border-radius: 2px;
        }

            .sidebar .widget ul.menu li a::before,
            .sidebar .widget ul.product-categories li a::before,
            .sidebar .widget ul.pagenav li a::before,
            .sidebar .widget_meta > ul a::before {
                content: '';
                display: inline-block;
                margin-right: 12px;
                width: 8px;
                height: 2px;
                background: #E1E1E1;
                vertical-align: middle;
                -webkit-transition: all .15s ease-out;
                transition: all .15s ease-out;
            }

            .sidebar .widget ul.menu li.active > a,
            .sidebar .widget ul.product-categories li.active > a,
            .sidebar .widget ul.pagenav li.active a,
            .sidebar .widget ul.menu li.current-cat > a,
            .sidebar .widget ul.product-categories li.current-cat > a,
            .sidebar .widget ul.pagenav li.current-cat > a,
            .sidebar .widget ul.menu li > a:hover,
            .sidebar .widget ul.product-categories li > a:hover,
            .sidebar .widget ul.pagenav li a:hover,
            .sidebar .widget_meta > ul a:hover {
                color: #000000;
            }

                .sidebar .widget ul.menu li a:hover::before,
                .sidebar .widget ul.product-categories li a:hover::before,
                .sidebar .widget ul.pagenav li a:hover::before,
                .sidebar .widget_meta > ul a:hover::before {
                    width: 12px;
                    margin-right: 8px;
                }

          


            .kl-store.widget_product_categories {
            }

    .product-categories {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .product-categories .cat-item {
            margin: 5px 0;
        }

            .product-categories .cat-item a {
                text-transform: uppercase;
                font-weight: 400;
                font-size: 14px;
                color: #484848 !important;
                padding: 10px 0;
                -webkit-transition: all .15s ease-out;
                transition: all .15s ease-out;
            }

                .product-categories .cat-item a:hover {
                    color: #111
                }

                .product-categories .cat-item a:before {
                    content: '';
                    display: inline-block;
                    margin-right: 12px;
                    width: 8px;
                    height: 2px;
                    background: #E1E1E1;
                    vertical-align: middle;
                    -webkit-transition: all .15s ease-out;
                    transition: all .15s ease-out;
                }

            .product-categories .cat-item.current-cat > a {
                font-weight: 600;
                color: #181818;
            }

                .product-categories .cat-item.current-cat > a:before {
                    background: #bbb;
                }

            .product-categories .cat-item .count {
                opacity: .5;
            }

        .product-categories .children {
            list-style: none;
            margin: 0;
            padding: 0 0 0 20px
        }

            .product-categories .children .cat-item {
            }

.kl-store-page div.product div.quantity .qty {
    height: 33px;
    width: 70px;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
}



.btn-lined.lined-gray {
    color: #8E8E8E;
    border-color: #8E8E8E;
}

.btn-lined {
    border-width: 2px;
    background: none;
    color: #fff;
    text-shadow: none;
    padding: 3px 6px;
    line-height: 1.6;
    box-shadow: none;
    font-size: 14px;
    font-weight: 700;
    border-style: solid;
    border-radius: 3px;
    border-color: #fff;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}


