.header-2 .top-nav {
    background-color: #131a22;
    color: white;
}

.notification-slider-header{
    background-color: #FF9900;
}

.header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle {
    color: #fff;
}

.header-2 .rightside-menu {
    z-index: 999;
}

.header-2 .rightside-menu .dropdown-dollar {
    border: 2px solid #FF9900;
    border-radius: 5px;
    padding: 10px;
}

.header-2 .right-nav .fire-button span {
    color: #FF9900;
}

header .main-nav {
    padding: 5px 0;
}

footer {
    background-color: #131a22;
}

footer::before {
    background-image: none;
}

footer::after {
    background-image: none;
}

footer .main-footer {
    border: none;
}

section, .section-t-space {
    padding-top: 20px;
}

footer .main-footer .footer-title h4 {
    color: #fff;
}

.text-content {
    color: #a9aebb;
}

footer .main-footer .footer-contact ul li .footer-number .contact-number h5  {
    color: #a9aebb;
}

footer .main-footer .footer-contain ul li:hover a {
    color: #f15b22;
}

header .navbar.navbar-expand-xl .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 15px;
}

.service-contain-2:hover {
    background-color: #f15b22;
    border: none;
}

.service-contain-2 {
    background-color: #ffffff;
    border: 1px solid;
}

.service-contain-2:hover i {
    color:#fff
}

.home-seo-content h1 {
    margin: 10px 0 6px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: capitalize;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-size: calc(20px + 2 * (100vw - 320px) / 1600);
}

.home-seo-content h2 {
    margin: 10px 0 6px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: capitalize;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}

/* .home-seo-content p {
    margin-bottom: 10px;
    font-size: 15px;
    color: #01132D;
    line-height: 26px;
} */
.home-seo-content p {
    margin-bottom: 5px;
    font-size: 15px;
    color: #4a5568;
    line-height: 1.8;
}

.modal_price {
    color: #f15b22;
}

.mini-checkout-btn {
    background: #f15b22 !important;
    border: 2px solid !important;
}

.mini-checkout-btn:hover {
    background: #cc3e07 !important;
}

.homepage-main-product-box {
    padding: 0px 15px !important;
}

.homepage-item {
    width: 100% !important;
    height: auto !important;
    margin: 0px !important;
}

.hompage-item-title {
    font-size: 13px;
    font-weight: 500 !important;
}

.product-detail a:hover {
    color: #f15b22 !important;
}

.bold {
    font-weight: bold;
}

.logo-color {
    color: #f15b22;
}

.product-box-4 .product-detail {
    margin-top: 5px !important;
}

.product-box-4 .product-detail a .name {
    width: 85%;

    -webkit-box-orient: initial;
    display: inherit;
    overflow: show;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
}

.product-box-4 .product-detail .price {
    margin-bottom: 10px;
}

.product-box-4 h5 {
    text-align: center;
    display: inherit;
}