/*
Theme Name: Toyota Child
Description: Toyota
Author: cean.vn
Template: toyota
Version: 3.8.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
aside#block_widget-6 {
    height: 60px;
    z-index: 170;
    margin: 0 0 0 auto;
    border-bottom: 1px solid #dadada;
    width: 17%;
    position: fixed;
    top: 0;
    left: 0;
    right: 5px;
    text-align: center;
    margin-top: 200px;
    border-radius: 99px;
}
span.woocommerce-Price-amount.amount {
    color: #b20400;
}
.footer-widgets.footer.footer-1 {
    display: none;
}
.section-content.relative {
    margin: 0 0 -25px 0;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
aside#block_widget-6 {
    display: none;
}
.footer-widgets.footer.footer-1 {
    display: block;
}
	
}