/* Default Color File  */

:root {
    --theme-color: #e35711;
}

.theme-color {
    color: var(--theme-color);
}


/* Color */

a:hover,
a {
    color: #212529;
}

.preloader-close,
.search-popup .search-form fieldset input[type="submit"] {
    background-color: #e35711;
}

.btn-style-one {
    background-color: #e35711;
}

.main-header .header-upper .search-box button:before {
    background-color: #e35711;
}

.main-header.ex_shop_header .header-upper .right-info li a:hover {
    color: #e35711;
}

.ex_shop_header .header-phone-number a:hover {
    color: #e35711;
}

.main-header .header-upper .right-info li .shopping-cart .count {
    background: #e35711;
}

.main-menu .navigation>li>ul>li>a:hover {
    color: #e35711;
}

.hidden-sidebar .content-wrapper {
    background-color: #e35711;
}

.banner-section_hr_001 .banner-slider-button-next:hover {
    background-color: #e35711;
}

.banner-section_hr_001 .banner-slider-button-prev:hover {
    background-color: #e35711;
}

.links-widget_hr_001 li a:hover {
    color: rgb(227, 87, 17);
}

.contact-widget_hr_001 ul li a:hover {
    color: rgb(227, 87, 17);
}

.footer-bottom_hr_001 .menu li a:hover {
    color: rgb(227, 87, 17);
}

.ex_shop_header .header-lower .shop-category>a {
    background-color: #EB7937;
}

.ex_shop_header .header-lower .shop-category>ul>li>a:hover {
    color: #EB7937;
}

.ex_shop_header .header-lower .shop-category>ul>li>ul>li>a:hover {
    color: #EB7937;
}

.ex_shop_header .main-menu .navigation>li>ul>li>a:hover,
.ex_shop_header .main-menu .navigation>li>.megamenu li>a:hover {
    color: #EB7937;
}

.ex_shop_header .main-menu .navigation>li>.megamenu li>a:before {
    background-color: #EB7937;
}

.ex_shop_header .main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: #EB7937;
}

.ex_shop_header .header-top ul.contact-info li a:hover {
    color: #EB7937;
}