body {
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);
}

/* --- Colors --- */

:root {
    --main: #53b4d3;
    --main-light: #a6cedb;
    --main-dark: #fea949;
    --accent: #fcf1ef;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    /*--footer-bg-color: ;*/
}
@media screen and (max-width: 1460px) {
    .motorcycle_slider h3 {
        font-size: 31px;
    }
}
.reg_form_wrap.login_form {
    background-position: left 343px center!important;
}
.footer_widget_area {
    background-color: #333333!important;
}
.item_content ul {
    list-style: none!important;
}
footer .brand_logo img, .header_section .brand_logo img {
    max-width: 200px!important;
}

.motorcycle_footer .footer_widget_title {
    color: var(--main)!important;
}
.breadcrumb_section {
    background-position: center left!important;
}
.slider_section h3, .slider_section p {
    color: #fff!important;
}
.watch_category_section .text-main, .item_price strong {
    color: var(--main)!important;
}
.breadcrumb_nav a:hover {
    color: var(--main-light)!important;
}
.main_contact_info .icon {
    color: var(--main)!important;
}