.smart-filter {
    display: inline-block;
    position: relative;
}

    .smart-filter .pop-filter {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 100;
        min-width: 200px;
        border: solid 1px #ccc;
        background: #fff;
        visibility: hidden;
        opacity: 0;
        -moz-transition: opacity 0.5s linear;
        -o-transition: opacity 0.5s linear;
        -webkit-transition: opacity 0.5s linear;
        transition: opacity 0.5s linear;
    }

    .smart-filter:hover .pop-filter {
        visibility: visible;
        opacity: 1;
    }

    .smart-filter.hover .pop-filter {
        visibility: visible;
        opacity: 1;
    }

.pop-filter .cat-tree-item a:after {
    content: '';
    display: none;
}

.pop-filter li {
    border: none !important;
}

.range-active {
    color: #f00;
}

.count-item {
    margin-left: 5px;
}

.cat-tree-item.level1 {
    font-weight: bold;
}

.cat-tree-item.level2 {
    padding-left: 10px;
}

    .cat-tree-item.level2:before {
        content: '+ ';
        position: absolute;
        left: 4px;
        top: 0px;
    }

li.cat-tree-item.level2 a {
    padding-left: 4px;
}

.cat-tree-item.level3 {
    padding-left: 20px;
}

.cat-tree-item.level4 {
    padding-left: 30px;
}

.cat-tree-item.level5 {
    padding-left: 40px;
}

.ticker-container {
    height: 60px;
    width: 100%;
    text-align: center;
    position: relative;
    background-color: white;
    color: black;
    font-size: 1em;
    margin-bottom: 15px;
}

    .ticker-container .ticker-caption {
        height: 50%;
        width: 100%;
        display: table;
        position: absolute;
        z-index: 1;
        text-transform: uppercase;
    }

        .ticker-container .ticker-caption p {
            height: inherit;
            width: inherit;
            display: table-cell;
            vertical-align: middle;
            font-weight: bold;
        }

    .ticker-container ul {
        list-style: none;
        padding: 0;
        height: auto;
    }

        .ticker-container ul div {
            overflow: hidden;
            position: absolute;
            z-index: 0;
            display: inline;
            min-width: 100%;
            left: 0;
            height: 50%;
            -moz-transition: 0.25s ease-in-out;
            -o-transition: 0.25s ease-in-out;
            -webkit-transition: 0.25s ease-in-out;
            transition: 0.25s ease-in-out;
        }

            .ticker-container ul div.ticker-active {
                top: 30px;
                color: #19ABE0;
            }

            .ticker-container ul div.not-active {
                top: 60px;
            }

            .ticker-container ul div.remove {
                top: 0;
            }

            .ticker-container ul div li {
                padding: 0;
            }

                .ticker-container ul div li a {
                    color: #19ABE0;
                }

@media (min-width: 500px) {
    .ticker-container {
        height: 30px;
        text-align: left;
    }

        .ticker-container .ticker-caption {
            height: 100%;
            width: 100px;
        }

            .ticker-container .ticker-caption p {
                text-align: left;
                padding-left: 7px;
            }

        .ticker-container ul {
            margin-left: 110px;
            height: 100%;
        }

            .ticker-container ul div {
                height: 100%;
                left: 110px;
            }

                .ticker-container ul div.ticker-active {
                    top: 0;
                }

                .ticker-container ul div.not-active {
                    top: 30px;
                }

                .ticker-container ul div.remove {
                    top: -30px;
                }
}

@media (min-width: 768px) {
    .ticker-container {
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .ticker-container {
        margin-bottom: 20px;
    }
}

#cart-popup .modal-body {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 20;
    overflow-y: visible;
}

    #cart-popup .modal-body iframe {
        border-radius: 5px;
    }

    #cart-popup .modal-body button.close {
        position: absolute;
        top: 10px;
        right: 10px;
        background: #19ABE0;
        opacity: 1;
        border-radius: 10px;
        width: 20px;
        height: 20px;
        color: #FFF;
        text-shadow: none;
        text-indent: 1px;
        font-size: 20px;
    }

#cart-popup .modal-dialog {
    width: 800px;
    margin-top: 60px;
}

@media screen and (max-width:800px) {
    #cart-popup {
        width: 100%;
    }
}

.sm_item {
    border: dotted 1px #ccc;
    border-bottom: none;
    display: block;
    padding: 3px 5px 3px 10px;
/*    height: 28px;*/
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#map {
    border-bottom: dotted 1px #ccc;
    -moz-column-width: 200px;
    -webkit-column-width: 200px;
    column-width: 200px;
}

    #map td {
        overflow: hidden;
        white-space: nowrap;
        width: 25%;
    }

    #map a {
        text-decoration: none;
    }

.sm_0 {
    font-weight: 500;
    font-size: 1.2em;
    text-transform: uppercase;
}

    .sm_0 a {
        color: #19abe0;
    }

.sm_1 {
    font-weight: 500;
    font-size: 1.1em;
    padding-left: 10px;
}

.sm_2 {
    padding-left: 40px;
}

.sm_3 {
    padding-left: 60px;
}

.sm_4 {
    padding-left: 80px;
}

.sm_5 {
    padding-left: 100px;
}

section.promo-summary img.small {
    text-align: left;
    float: left;
    margin: 3px 10px;
    vertical-align: middle;
}

.btn-promo-more {
    display: block;
    width: 180px;
    margin: 10px auto;
}

.support-form .box-inner {
    position: relative;
    z-index: 10;
}

.support-form .box-close {
    position: absolute;
    top: -5px;
    right: -16px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    text-indent: 1px;
    color: #FFF;
    font-size: 16px;
    line-height: 18px;
    text-shadow: 1px 1px 0 #888;
}

.alert {
    display: block;
    z-index: 99999;
    border-radius: 0 0 5px 5px;
    white-space: nowrap;
    margin-bottom: 15px;
}

.social-box .social-button {
    display: block;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    font-size: 0;
    max-height: 26px;
    float: left;
    overflow-y: hidden;
    padding-right: 20px;
    overflow-x: hidden;
}

.phone-number a:active, .phone-number a:hover {
    color: #0092db;
    text-decoration: underline !important;
}

.vldsum-pad {
    display: block;
    clear: both;
}

    .vldsum-pad:before, .vldsum-pad:after, .checkout-wrap:before, .checkout-wrap:after, .checkout-vld-sum:before, .checkout-vld-sum:after {
        content: '';
        display: block;
        clear: both;
    }

.checkout-vld-sum {
    float: left;
    display: inline-block;
    padding: 0 10px;
}

    .checkout-vld-sum > p > a {
        color: #FD0000;
        padding-left: 10px;
        line-height: 22px;
    }
    .checkout-vld-sum > p > a:before {
        content: " - ";
    }
        .checkout-vld-sum > p > a:hover, .checkout-vld-sum > p > a:active {
            text-decoration: underline;
        }

        .checkout-vld-sum > p.sum-head {
            font-weight: bold;
            padding-left: 0;
            color: #FD0000;
            line-height: 22px;
        }

.checkout-cart:before, .checkout-cart:after, .sticky:before,
.sticky:after {
    content: '';
    display: table;
    clear:both;
}
