/**
 * Navbar
 * *********
 */

.line-divider {
    height: 12px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
}



/**
 * Links
 * *********
 */

.links-ecommerce > span {
    padding: 3px 22px 3px 0px;
}
.links-ecommerce > span a, .links-ecommerce > span i {
    color: #fff;
    font-size: 16px;
}



/**
 * Login Form
 * **********
 */

.login-ecommerce > .form-group .form-control {
    border: none !important;
    margin-bottom: 5px;
    padding: 5px 8px !important;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
        -ms-border-radius: 0px;
         -o-border-radius: 0px;
            border-radius: 0px;
}
.login-ecommerce > .form-group small {
    display: block;
    margin: -2px 0px 0px 35px;
    font-size: 13px;
}
.login-ecommerce > .form-group small a {
    color: #fff;
}
.login-ecommerce > .form-group label {
    padding: 4px 5px;
    margin-right: 3px;
    margin-bottom: 0px !important;
    background-color: #1963A2;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
        -ms-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}
.login-ecommerce > .form-group label i {
    color: #fff;
}
.login-ecommerce > button {
    background-color: #1963A2;
    margin-top: -22px;
}



/**
 * Navbar
 * *********
 */

.nav-ecommerce {
    background-color: #ED3338 !important;
    border: none !important;
}
.nav-ecommerce .navbar-form {
    width: 100% !important;
}
.nav-ecommerce .nav > li > a {
    padding-top: 17px;
    padding-bottom: 17px;
}
.nav-ecommerce .nav > li > a:hover, ..nav-ecommerce .nav > li > a:focus {
    text-decoration: none;
    background-color: #22669E;
    border-color: #22669E;
}



/**
 * Search
 * *********
 */

.search-ecommerce {
    width: 100% !important;
}
.search-ecommerce input {
    float: left;
    width: 82%;
    border: none;
    padding: 8.7px 10px;
}


/**
 * Box Title
 * *********
 */

.page-title {
    border-bottom: 2px solid #DDD;
    margin-bottom: 20px;
    clear: both;
    padding-bottom: 4px;
}
.page-title span {
    color: #545454;
    border-bottom: 3px solid #DDD;
    font-size: 22px;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 3px;
}



/**
 * Store Slide
 * ***********
 */
.store-slide {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.store-slide .carousel-inner {
    display: block;
    margin: 0px auto;
    width: 100%;
}
.store-slide .carousel-inner .item {
    height: 390px;
}
.store-slide .carousel-inner .item img {
    height: 100%;
    margin: 0px auto;
}
.store-slide .carousel-inner .item .carousel-caption {
    width: 100%;
    padding: 10px;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0px;
    left: 0px;
    height: 45px;
}
.store-slide .carousel-indicators {
    bottom: 40px;
}
.store-slide .carousel-indicators li {
    background-color: #E0E0E0;
}
.store-slide .carousel-indicators li.active {
    background-color: #428BCA;
    border: none;
}
.store-slide .carousel-control {
    width: 7%;
    top: 25%;
    color: #000;

}
.store-slide .carousel-control.left, .store-slide .carousel-control.right {
    background: none;
}




/**
 * Products List
 * *************
 */
.product-list .product {
    position: relative;
    float: left;
    border: 1px solid #CCC;
    padding: 6px;
    margin-bottom: 15px;
}
.product-list .product .image {
    width: 100%;
    margin-bottom: 3px;
}
.product-list .product .image img {
    margin: 0px auto;
    display: block;
}
.product-list .product .info .title {
    display: block;
    font-size: 1em;
    width: 100%;
    height: 55px;
    overflow: hidden;
    margin-bottom: 8px;
    text-align: center;
}
.product-list .product .info .pricer {
    text-align: center;
    margin-bottom: 4px;
}
.product-list .product .info .pricer.price-big {
    font-size: 1.1em;
    color: #512A0C;
}
.product-list .product .info .pricer.price-big strong {
    font-size: 1.4em;
}
.product-list .product .info .pricer.price-mid {
    font-size: 0.85em;
    color: #F39B13;
}
.product-list .product .info .pricer.price-mid strong {
    font-size: 1.3em;
}
.product-list .product .info .btn-addtocart {
    display: block;
    margin: 8px auto 0px auto;
}




/**
 * Product Info
 * ************
 */
 .product-info {
    font-size: 13px;
    margin-bottom: 30px;
    position: relative;

}
/* Image */
.product-info .image {
    display: block;
    width: 100%;
    border: 1px solid #CCC;
    padding: 6px;
    margin-bottom: 6px;
}
.product-info .image img {
    margin: 0px auto;
    display: block;
}
/* Carousel */
.product-info .carousel-inner {
    display: block;
    margin: 0px auto;
    width: 90%;
}
.product-info .carousel-control {
    width: 4%;
    top: 41%;
}
.product-info .carousel-control.left,
.product-info .carousel-control.right {
    background: none;
}
/* Title */
.product-info .title {
    color: #512A0C;
    font-size: 2em;
    font-weight: 300;
    margin-bottom: 10px;
    height: 80px;
}
/* Price */
.product-info .price {
    font-size: 30px;
    font-weight: 300;
    padding-top: 5px;
}
.product-info .price .pricer small {
    font-size: 0.6em;
}
.product-info .price .pricer.price-big {
    font-size: 0.9em;
    line-height: 0.8em;
    color: #512A0C;
}
.product-info .price .pricer.price-big strong {
    font-size: 1.7em;
    font-weight: 300;
}
.product-info .price .pricer.price-mid {
    font-size: 0.85em;
    color: #F39B13;
    line-height: 0.6em;
}
.product-info .price .pricer.price-mid strong {
    font-size: 1.3em;
    font-weight: 300;
}
/* Info */
.product-info .info span,
.product-info .info strong {
    color: #512A0C;
    font-size: 1em;
}
/* Add to Cart */
.product-info .add-to-cart label {
    color: #512A0C;
    font-size: 1.2em;
    font-weight: bold;
    margin-right: 5px;
}
.product-info .add-to-cart input {
    height: 45px;
    border: 1px solid #ccc;
    margin-right: 5px;
    padding-left: 10px;
    width: 80px;
}
.product-info .add-to-cart button {
    height: 45px;
}
.product-info .thumblist li {
    float: left;
    margin: 2px;
    padding: 5px;
    display: block;
    border: 1px dashed #DDD;
}




/************* RESPONSIVE ************/
/*************************************/

/**
 * Medium devices (tablets e <15")
 * **************************
 */
@media (max-width: 539px) {

    /**
     * Products List
     * *************
     */
    .product-list .product {
        width: 100%;
    }
    .product-list .product .image img {
        height: 140px;
    }
    .product-list .product .info .title {
        font-size: 1.0em;
        height: 35px;
    }
    .product-list .product .info .pricer.price-big {
        font-size: 1.0em;
        color: #512A0C;
    }
    .product-list .product .info .pricer.price-big strong {
        font-size: 1.3em;
    }
    .product-list .product .info .pricer.price-mid {
        font-size: 0.9em;
        color: #F39B13;
    }
    .product-list .product .info .pricer.price-mid strong {
        font-size: 1.1em;
    }


    /**
     * Product Info
     * *************
     */
    .product-info .image img {
        height: 200px;
    }
    .product-info .carousel-inner {
        display: block;
        margin: 0px auto;
        width: 84%;
    }
    .product-info .carousel-control {
        width: 8% !important;
        top: 30% !important;
    }
    .product-info .title {
        font-size: 1.6em;
        margin-top: 0px;
    }
    .product-info .price {
        margin-top: 5px !important;
    }
    .product-info .price .pricer.price-big {
        font-size: 0.7em;
        line-height: 0.5em;
        margin-top: 10px;
    }
    .product-info .price .pricer.price-mid {
        font-size: 0.6em;
        color: #F39B13;
        line-height: 0.5em;
    }
}



/**
 * Medium devices (tablets e <15")
 * **************************
 */
@media (min-width: 540px) and (max-width: 599px) {

    /**
     * Products List
     * *************
     */
    .product-list .product {
        width: 49.5%;
        margin-right: 1%;
    }
    .product-list .product:nth-child(2n+2) {
        margin-right: 0px;
    }
    .product-list .product .image img {
        height: 140px;
    }


    /**
     * Product Info
     * *************
     */
    .product-info .image img {
        height: 200px;
    }
    .product-info .carousel-inner {
        display: block;
        margin: 0px auto;
        width: 84%;
    }
    .product-info .carousel-control {
        width: 8% !important;
        top: 30% !important;
    }
    .product-info .title {
        font-size: 1.6em;
        margin-top: 0px;
    }
    .product-info .price {
        margin-top: 5px !important;
    }
    .product-info .price .pricer.price-big {
        font-size: 0.7em;
        line-height: 0.5em;
        margin-top: 10px;
    }
    .product-info .price .pricer.price-mid {
        font-size: 0.6em;
        color: #F39B13;
        line-height: 0.5em;
    }
}


/**
 * Medium devices (tablets e <15")
 * **************************
 */
@media (min-width: 600px) and (max-width: 1023px) {

    /**
     * Products List
     * *************
     */
    .product-list .product {
        width: 32.65%;
        margin-right: 1%;
    }
    .product-list .product:nth-child(3n+3) {
        margin-right: 0px;
    }
    .product-list .product .image img {
        height: 140px;
    }


    /**
     * Product Info
     * *************
     */
    .product-info .image img {
        height: 250px;
    }
    .product-info .title {
        font-size: 1.6em;
        height: 65px;
        margin-top: 0px;
    }
    .product-info .price .pricer.price-big {
        font-size: 0.7em;
        line-height: 0.5em;
        margin-top: 10px;
    }
    .product-info .price .pricer.price-mid {
        font-size: 0.6em;
        color: #F39B13;
        line-height: 0.5em;
    }
}
@media (min-width: 600px) and (max-width: 767px) {

    /**
     * Products List
     * *************
     */
    .product-list .product .info .title {
        font-size: 0.8em;
    }
    .product-list .product .info .pricer.price-big {
        font-size: 1.0em;
        color: #512A0C;
    }
    .product-list .product .info .pricer.price-big strong {
        font-size: 1.1em;
    }
    .product-list .product .info .pricer.price-mid {
        font-size: 0.8em;
        color: #F39B13;
    }
    .product-list .product .info .pricer.price-mid strong {
        font-size: 0.9em;
    }



    /**
     * Product Info
     * *************
     */
    .product-info .image img {
        height: 250px;
    }
    .product-info .title {
        font-size: 1.6em;
        height: 65px;
    }
}


/**
 * Medium devices (>=15")
 * **************************
 */
@media (min-width : 1024px) {

    /**
     * Products List
     * *************
     */
    .product-list .product {
        width: 24.25%;
        margin-right: 1%;
    }
    .product-list .product:nth-child(4n+4) {
        margin-right: 0px;
    }
    .product-list .product .image img {
        height: 160px;
    }
    .col-sm-3 + .product-list .product {
        width: 32.65%;
        margin-right: 1%;
    }
    .col-sm-3 + .product-list .product:nth-child(3n+3) {
        margin-right: 0px;
    }
    .col-sm-3 + .product-list .product .image img {
        height: 160px;
    }


    /**
     * Product Info
     * *************
     */
    .product-info .image img {
        height: 300px;
    }
}


/**
 * Product Grid
 */
.product-card {
    position: relative;
    margin-bottom: 30px;
    background-color: white;
    border: 1px solid #ebebeb;
    border-bottom: 4px solid #ffffff;
    height: 395px;
}
.product-card .product-offer {
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    background-color: #222;
    font-family: 'Raleway', "Arial", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 20px;
    z-index: 5;
}
.product-card .product-offer.hot-offer {
    background-color: #e05d6f;
}
.product-card .product-offer.new-offer {
    background-color: #16a085;
}
.product-card .product-offer.sale-offer {
    background-color: #22beef;
}
.product-card .product-image {
    position: relative;
    display: block;
    height: 280px;
    padding: 3px;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
}
.product-card .product-image img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 260px;
    max-width: 90%;
    position: absolute;
    right: 0;
    top: 0px;
}
.product-card .product-image .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 3;
    opacity: 0;
    -webkit-transition: opacity 0.25s linear, height 0.15s ease-out;
    -moz-transition: opacity 0.25s linear, height 0.15s ease-out;
    transition: opacity 0.25s linear, height 0.15s ease-out;
    overflow: hidden;
}
.product-card .product-image .image-overlay>a {
    display: inline-block;
    color: white;
    background-color: #16a085;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: -45px;
    margin-top: -20px;
    -webkit-transition: background-color 0.25s linear, left 0.5s ease-out, right 0.5s ease-out;
    -moz-transition: background-color 0.25s linear, left 0.5s ease-out, right 0.5s ease-out;
    transition: background-color 0.25s linear, left 0.5s ease-out, right 0.5s ease-out;
}
.product-card .product-image .image-overlay>a:last-of-type {
    right: -45px;
    left: auto;
}
.product-card .product-image .image-overlay>a:hover {
    background-color: #222;
}
.product-card .product-detail {
    padding: 20px;
    height: 115px;
    border-bottom: 1px solid #ebebeb;
}
.product-card .product-detail h4 {
    margin: 0px 0px 10px 0px;
    line-height: 1.2;
}
.product-card .product-detail h4 a {
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    color: #222;
}
.product-card .product-detail h4 a:hover {
    color: #16a085;
    text-decoration: underline !important;
}
.product-card .product-detail .price {
    font-size: 16px;
    color: #16a085;
}
.product-card .product-detail .add-to-cart {
    font-size: 11px;
    text-transform: uppercase;
    float: right;
    background: none;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 2px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    padding: 6px;
}
.product-card .product-detail .add-to-cart i.fa {
    margin-right: 5px;
}
.product-card .product-detail .add-to-cart:hover {
    border: 1px solid #16a085;
    color: #fff;
}
.product-card:hover {
    border-bottom: 4px solid #ebebeb;
}
.product-card:hover .product-image .image-overlay {
    height: 100%;
    opacity: 1;
}
.product-card:hover .product-image .image-overlay>a {
    left: 0;
}
.product-card:hover .product-image .image-overlay>a:last-of-type {
    right: 0;
    left: auto;
}
.product-card .product-image.two-sided img {
    /*position: relative;*/
    z-index: 2;
    -webkit-transition: opacity 0.25s linear;
    -moz-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
}
.product-card .product-image.two-sided img:last-of-type {
    position: absolute;
    top: -1000px;
    left: 0;
    z-index: 1;
}
.product-card:hover .product-image.two-sided img:first-of-type {
    opacity: 0;
}
.product-card .product-image.two-sided:hover img:last-of-type {
    top: 0;
}


/**
 * Single Product
 */
.product-view {
    background-color: white;
    padding: 20px;
}
.product-view .product-image .main-image {
    display: block;
    height: 300px;
    padding: 3px;
}
.product-view .product-image .main-image img {
    bottom: 0;
    left: 0;
    margin: 0px auto;
    max-height: 285px;
    max-width: 90%;
    position: absolute;
    right: 0;
    top: 0;
}
.product-view .product-image .product-gallery {
    margin-top: 10px;
    border-top: 1px solid #ebebeb;
    padding-top: 5px;
    cursor: pointer;
}
.product-view .product-image .product-gallery a {
    display: block;
    border: 2px solid #ebebeb;
    margin-bottom: 0px;
    padding: 3px;
    height: 75px;
}
.product-view .product-image .product-gallery a img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 66px;
    max-width: 90%;
    position: absolute;
    right: 0;
    top: 0;
}
.product-view .product-image .product-gallery a:hover {
    border-color: #d2d2d2;
}
.product-view .product-image .product-gallery .owl-controls {
    border: none;
    margin: 0px;
}
.product-view .product-image .product-gallery .owl-wrapper .owl-item > div {
    padding: 2px;
}
.product-view .product-details {
    position: relative;
}
.product-view .product-details h4 {
    text-transform: uppercase;
    font-size: 20px;
    color: #222;
    position: relative;
    margin-bottom: 5px;
}
.product-view .product-details h4 .product-offer {
    font-size: 11px;
    position: absolute;
    padding-left: 10px;
    top: 0;
}
.product-view .product-details h4 .product-offer.hot-offer {
    color: #e05d6f;
}
.product-view .product-details h4 .product-offer.new-offer {
    color: #16a085;
}
.product-view .product-details h4 .product-offer.sale-offer {
    color: #22beef;
}
.product-view .product-details .price-block {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    padding: 15px 0;
    margin-bottom: 40px;
}
.product-view .product-details .price-block .price {
    font-size: 26px;
    color: #16a085;
    margin: 0;
}
.product-view .product-details .price-block .price .old-price {
    font-size: 18px;
    text-decoration: line-through;
    color: #d4d4d4;
}
.product-view .product-details .price-block .availability {
    position: absolute;
    top: 5px;
    right: 0;
    color: #bbbbbb;
    margin: 0;
}
.product-view .product-details .price-block .availability .in-stock {
    color: #5cb85c;
}
.product-view .product-details .price-block .availability .coming {
    color: #f0ad4e;
}
.product-view .product-details .price-block .availability .not-available {
    color: #e05d6f;
}
.product-view .product-details .variations-block .variacao .form-group.required > label:before {
    content: '* ';
    color: red;
    font-weight: bold;
    font-size: 14px;
}
.product-view .product-details .variations-block .variacao .form-group-image .radio {
    width: 64px;
    min-height: 64px;
    margin: 0px;
    float: left;
    display: inline-block;
}
.product-view .product-details .variations-block .variacao .form-group-image .radio + .radio {
    margin-left: 10px;
}
.product-view .product-details .variations-block .variacao .form-group-image .radio label {
    padding: 0px;
    margin: 0px;
    width: 100%;
    position: relative;
}
.product-view .product-details .variations-block .variacao .form-group-image .radio label:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 62px;
    height: 62px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.product-view .product-details .variations-block .variacao .form-group-image .radio label img {
    max-width: 52px;
    height: 52px;
    border: none;
    margin: 6px auto;
    display: block;
    padding: 0px;
    border-radius: 4px;
}
.product-view .product-details .variations-block .variacao .form-group-image .radio label span {
    font-size: 13px;
    display: block;
    text-align: center;
}
.product-view .product-details .variations-block .variacao .form-group-image .radio span:last-child {
    font-size: 10px;
}
.product-view .product-details .variations-block .variacao .form-group-image .radio input {
    display: none;
}
.product-view .product-details .variations-block .variacao .form-group-image .radio input[type="radio"]:checked + label:before {
    width: 60px;
    height: 60px;
    border: 2px solid #16a085;
}
.product-view .product-details .variations-block .variacao .form-group-image .radio input[type="radio"]:checked + label span {
    color: #16a085;
    font-weight: bold;
}
.product-view .product-details .product-desc {
    margin-bottom: 40px;
}
.product-view .product-details .product-desc p {
    color: #bbbbbb;
    margin-bottom: 30px;
}
.product-view .product-details .product-desc ul>li {
    color: #a2a2a2;
    margin-bottom: 5px;
}
.product-view .product-details .product-desc ul>li i {
    margin-right: 10px;
}
.product-view .product-details .order-details {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0;
    margin-bottom: 20px;
}
.product-view .product-details .product-filters {
    margin-bottom: 0;
}
.product-view .product-details .add-to-cart {
    margin-bottom: 40px;
}
.product-view .product-details .add-to-cart .bootstrap-touchspin {
    width: 124px;
    font-family: 'Raleway', "Arial", sans-serif;
    font-weight: 700;
}
.product-view .product-details .add-to-cart .bootstrap-touchspin .myBtn {
    font-size: 18px;
    height: 34px;
}
.product-view .product-details .add-to-cart .quantity {
    height: 34px;
    width: 60px;
    text-align: center;
    margin-left: -3px;
    margin-right: -2px;
}
.product-view .product-details .review {
    margin-bottom: 30px;
}
.product-view .product-details .review ul>li {
    color: #bbbbbb;
    font-style: italic;
}
.product-view .product-details .review ul>li span {
    color: #888888;
    margin-right: 5px;
    font-style: normal;
}
.product-view .product-details .share h6 {
    font-size: 13px;
    color: #222;
}
.product-view .info-section {
    margin-top: 40px;
}
.product-view .info-section .tab-pane p {
    color: #888888;
    font-size: 13px;
}
.product-view .review-item {
    margin-top: 15px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}
.product-view .review-item .rating {
    color: #ffc100;
}
.product-view .review-item .review-item-author {
    margin-bottom: 15px;
    font-size: 13px;
}
.product-view .review-item .review-item-author strong {
    display: block;
}
.product-view .review-item .review-item-author em {
    color: #bbbbbb;
    font-size: 11px;
}
.product-view .review-form {
    margin-top: 30px;
}
.product-view .review-form h6 {
    font-size: 13px;
    color: #222;
}
.product-view .product-details .review {
    margin-bottom: 30px;
    background-color: white;
    border: 2px solid #ebebeb;
    border-radius: 2px;
    box-shadow: none;
    min-height: 20px;
    padding: 19px;
}
.product-view .product-details .review .well-header {
    border-bottom: 2px solid #ebebeb;
    color: #bbbbbb;
    margin: -19px -19px 20px;
    padding: 10px 19px;
}


/**
 * Categories Sidebar
 */
.sidebar-navigation {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}
.sidebar-navigation ul {
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0;
    background-color: white;
    display: none;
}
.sidebar-navigation li.sidebar-heading {
    background-color: #16a085;
    font-size: 18px;
    padding: 10px 5px;
    color: #fff;
    text-align: center;
}
.sidebar-navigation ul li {
    margin-bottom: 0;
}
.sidebar-navigation ul ul li a {
    text-transform: none;
}
.sidebar-navigation li {
    margin-bottom: 2px;
    position: relative;
}
.sidebar-navigation li > a {
    font-weight: 300;
    text-transform: uppercase;
    color: #222;
    padding: 5px 15px;
    line-height: 35px;
    background-color: white;
    display: block;
}
.sidebar-navigation li>a:hover {
    color: #16a085;
}
.sidebar-navigation li>.dropdown-toggle {
    position: absolute;
    background-image: url("../images/icons/sidebar-menu.png");
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 15px;
    height: 20px;
    margin-right: 10px;
    padding: 0;
    top: 8px;
    left: 10px;
}
.sidebar-navigation li>.dropdown-toggle:hover {
    background-position: -13px 2px;
}
.sidebar-navigation li.active>a:hover, .sidebar-navigation li.active>a {
    color: #16a085;
}
.sidebar-navigation li.active>.dropdown-toggle {
    background-position: -13px 2px;
}
.sidebar-navigation li.open>ul {
    display: block;
}
.sidebar-navigation li.open>.dropdown-toggle {
    background-position: 0 -13px;
}
.sidebar-navigation li.open>.dropdown-toggle:hover {
    background-position: -13px -13px;
}
.sidebar-navigation li.open.active>.dropdown-toggle {
    background-position: -13px -13px;
}