    .cspt-header-style-8 .cspt-header-overlay {
        position: absolute;
        z-index: 9;
        width: 100%;
    }
    
    .cspt-header-style-8 .cspt-header-search-btn {
        margin-right: 20px;
    }
    
    .cspt-header-style-8 .cspt-navbar.cspt-main-active-color-globalcolor>div>ul>li.current_page_item>a {
        color: var(--cspt-emphires-secondary-color);
    }
    
    .cspt-header-style-8 .cspt-sticky-header.cspt-header-sticky-yes .cspt-right-box .cspt-social-links li a {
        color: var(--cspt-emphires-main-menu-typography-color);
    }
    
    .cspt-header-style-8 .cspt-right-box {
        line-height: var(--cspt-emphires-header-height) !important;
        height: var(--cspt-emphires-header-height) !important;
    }
    
    .cspt-header-style-8 .cspt-sticky-header.cspt-header-sticky-yes .cspt-right-box {
        height: var(--cspt-emphires-sticky-header-height)!important;
        line-height: var(--cspt-emphires-sticky-header-height)!important;
    }
    
    .cspt-header-style-8 .cspt-right-box .cspt-cart-count,
    .cspt-header-style-8 .cspt-sticky-header.cspt-header-sticky-yes .cspt-header-button a {
        background-color: var(--cspt-emphires-global-color);
    }
    
    @media(max-width:1200px) {
        .cspt-header-style-8 .cspt-right-box {
            display: none;
        }
        .cspt-header-style-8 .cspt-header-height-wrapper .cspt-header-wrapper {
            position: relative;
            margin: 0 30px;
        }
        .cspt-header-style-8 .cspt-header-search-btn:before {
            top: 50%;
            right: -13px;
            transform: translateY(-50%);
        }
    }
    
    @media(min-width:1200px) {
        .cspt-header-style-8 .cspt-header-content {
            margin: 0 80px;
            position: relative;
        }
        .cspt-header-style-8 .cspt-header-search-btn:before {
            display: none;
        }
        .cspt-header-style-8 .cspt-pre-header-wrapper .container {
            max-width: none;
            padding: 0 50px
        }
        .cspt-header-style-8 .site-branding.cspt-logo-area {
            margin-right: 80px;
        }
        .cspt-header-style-8 .cspt-logo-menuarea {
            display: -ms-flexbox!important;
            display: flex!important;
            -webkit-box-pack: justify!important;
            -ms-flex-pack: justify!important;
            justify-content: space-between!important;
        }
        .cspt-header-style-8 .cspt-right-box {
            margin-left: 10px;
            display: flex;
            align-items: center;
        }
        .cspt-header-style-8 .cspt-navbar div>ul>li>a {
            margin: 0 17px;
        }
        .cspt-header-style-8 .cspt-sticky-on .cspt-header-button a {
            color: #fff;
        }
        .cspt-header-style-8 .cspt-sticky-on .cspt-header-button a:after {
            background-color: #fff;
            color: #0c121d;
        }
        .home .cspt-header-style-8 .cspt-social-links {
            position: absolute;
            left: 30px;
            top: 50%;
            display: block;
            z-index: 10;
            list-style: none;
            margin: 0;
            padding: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transform: translateY(-50%);
        }
        .cspt-header-style-8 .cspt-social-links {
            display: none;
        }
        .cspt-header-style-8 .cspt-social-links li {
            margin: 30px 0px;
        }
        .cspt-header-style-8 .cspt-social-links li a {
            font-size: 20px;
        }
        .site-header.cspt-header-style-8 .cspt-slider-area {
            position: relative;
        }
        .site-header.cspt-header-style-8 .cspt-slider-area::after {
            position: absolute;
            content: "";
            width: 85px;
            height: 100%;
            background-color: var(--cspt-emphires-white-color);
            left: 0;
            top: 0;
            z-index: 1;
        }
        .cspt-header-style-8 .cspt-right-box .cspt-cart-details {
            position: relative;
        }
        .cspt-header-style-8 .cspt-right-box .cspt-cart-count {
            position: absolute;
            top: -14px;
            left: 5px;
            color: var(--cspt-emphires-white-color);
            height: 18px;
            line-height: 18px;
            width: 18px;
            text-align: center;
            border-radius: 50%;
            font-size: 12px;
        }
        .cspt-header-style-8 .cspt-right-box .cspt-cart-wrapper {
            padding-left: 15px;
        }
        .cspt-header-style-8 .cspt-right-box .cspt-cart-wrapper a:after {
            content: '';
            width: 1px;
            height: 100%;
            background-color: #ebebeb;
            position: absolute;
            margin-left: -40px;
        }
    }