/*------------------------------------------------------------------------------ sidebar */
section#sidebar.blog-single,
section#sidebar.shop-alt {
    margin-top: -80px;
}

section#sidebar .widget {
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.02 );  
    margin-bottom: 40px;
    border-right: 1px solid #e5e9ed;
    border-left: 1px solid #e5e9ed;
    border-bottom: 1px solid #dbdfe3;
    position: relative;
}

section#sidebar .widget.widget-blue {
    background: #3bbded;
    border: none;
}

section#sidebar .widget.widget-blue h4 {
    color: #fff;
}

section#sidebar .widget ul {
    list-style: none;
}

section#sidebar .widget ul li {
    line-height: 1.7em;
    font-size: 15px;
}

section#sidebar .widget ul.most-commented-news .data {
    font-size: 13px;
    margin: 7px 0;
    color: #9a9e9f;
}            

section#sidebar .widget ul.most-commented-news .line {
    width: 50px;
    border-bottom: 1px dashed #eaeaea;
    margin: 10px 0;
} 

section#sidebar .widget .tags-cloud {
    font-size: 0;
}   

section#sidebar .widget .tags-cloud .tag {
    font-size: 13px;
    padding: 8px;
    background: #f5f5f5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    margin: 5px 5px 0 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

section#sidebar .widget .tags-cloud .tag:hover {
    color: #fff;
    background: ;
}

section#sidebar .widget.widget-emergency-call {
    background-image: url( '../../_img/animals.png' );
    background-repeat: no-repeat;
    background-position: 85px 0px; 
}

section#sidebar .widget #filter-by-price {
    margin-bottom: 30px;
}

section#sidebar .widget #filter-by-price {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.02 );
    outline: none;  
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border: 1px solid #e5e5e5;
}

section#sidebar .widget #filter-by-price .noUi-connect {
    background: #b9d55a;
    box-shadow: none;
}

section#sidebar .widget .filter-value {
    display: block;
    position: absolute;
    right: 40px;
    margin-top: 10px;
    color: #282f38;
}

section#sidebar .widget ul.recommended-products .product-data,
section#sidebar .widget ul.cart-summary .product-data {
    padding-left: 40px;
}

section#sidebar .widget ul.recommended-products img,
section#sidebar .widget ul.cart-summary img {
    height: 40px;
    float: left;
}

section#sidebar .widget ul.recommended-products .data,
section#sidebar .widget ul.cart-summary .data {
    font-size: 13px;
    margin: 7px 0;
    color: #9a9e9f;
}            

section#sidebar .widget ul.recommended-products .line,
section#sidebar .widget ul.cart-summary .line {
    width: 50px;
    border-bottom: 1px dashed #eaeaea;
    margin: 10px 0;
} 

section#sidebar .widget ul.cart-summary {
    margin-bottom: 20px;
}

section#sidebar .widget h4.subtotal-title {
    margin-bottom: 10px;
}

section#sidebar .widget span.subtotal {
    color: #3bbded;
    font-weight: 600;
}

section#sidebar .widget .cart-links {
    margin-bottom: 20px;
    text-align: center;
}

section#sidebar .widget .cart-links .button-checkout {
    margin-right: 0;
}

/*------------------------------------------------------------------------------ responsive */
@media (min-width: 1150px) {

    section#sidebar {
        width: 300px;
        float: right;
    }
    
    section#sidebar .widget.widget-emergency-call .phone {
        color: #fff;
        text-align: right;
        font-weight: 700;
        font-size: 30px;
    }
}

@media (min-width: 850px) and (max-width: 1149px) { 

    section#sidebar {
        width: 210px;
        float: right;
    }
    
    section#sidebar .widget.widget-emergency-call .phone {
        color: #fff;
        text-align: right;
        font-weight: 700;
        font-size: 17px;
    }
    
    section#sidebar .widget .filter-value {
        display: block;
        position: static;
        margin: 0 0 20px 0;
        text-align: center;
    }
    
    section#sidebar .widget ul.recommended-products .line,
    section#sidebar .widget ul.cart-summary .line,
    section#sidebar .widget ul.recommended-products .data,
    section#sidebar .widget ul.cart-summary .data {
        margin-left: -40px;
    }       
    
    section#sidebar .widget .cart-links a.button {
        margin: 0 0 10px 0;
    }
}

@media (min-width: 600px) and (max-width: 849px) {

    section#sidebar {
        width: auto;
        float: none;
    }
    
    section#sidebar .widget.widget-emergency-call .phone {
        color: #fff;
        text-align: right;
        font-weight: 700;
        font-size: 30px;
    }
    
    section#sidebar.blog-single {
        margin-top: 0;
    }
    
    section#sidebar .widget .filter-value {
        margin-top: 25px;
    }
}

@media (max-width: 599px) {

    section#sidebar {
        width: auto;
        float: none;
        margin: 0 10px;
    }
    
    section#sidebar .widget.widget-emergency-call .phone {
        color: #fff;
        text-align: right;
        font-weight: 700;
        font-size: 20px;
    }
    
    section#sidebar.blog-single {
        margin-top: 0;
    }
    
    section#sidebar .widget .filter-value {
        margin-top: 25px;
    }
}