/*
Theme Name: Trucks
Theme URI: https://www.boom.shakedeal.co.il/
Author: Tiran Moyal
Author URI: https://www.boom.shakedeal.co.il/
Description: Custom Design Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Trucks, Insurance
Text Domain: trucks
*/

.stellarnav.mobile.active > ul, .stellarnav.mobile > ul > li{
    text-align: right;
}
.categorys-box .box-content ul li a span{
    margin: 0 0 0 10px;
}
.wpcf7-spinner{
    display: block;
}

@media (min-width: 481px) and (max-width: 768px) {
    .row-reverse{
        flex-direction: row-reverse;
    }
    .header-logo{
        text-align: left;
    }
    .stellarnav.light{
        text-align: right;
    }
}
@media (max-width: 480px) {
    .row-reverse{
        flex-direction: row-reverse;
    }
    .header-logo{
        text-align: left;
    }
    .stellarnav.light{
        text-align: right;
    }
}