.cspt-header-style-9 .cspt-pre-header-wrapper .cspt-social-links a,
.cspt-header-style-9 .cspt-pre-header-wrapper .cspt-contact-info li {
    color: var(--cspt-emphires-secondary-color);
}

.cspt-header-style-9 .cspt-pre-header-wrapper .cspt-social-links a {
    background-color: var(--cspt-emphires-light-bg-color);
}

.cspt-header-style-9 .cspt-sticky-header .cspt-header-height-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0 0 0 30px;
}

.cspt-header-style-9 .cspt-sticky-header .cspt-header-content {
    border-top: 0;
}

.cspt-header-style-9 .cspt-sticky-header .cspt-right-box .cspt-header-search-form-wrapper .search-form input[type="search"] {
    padding: 0px 20px;
    height: var(--cspt-emphires-sticky-header-height)!important;
    line-height: var(--cspt-emphires-sticky-header-height)!important;
    border-bottom: 0;
}

.cspt-header-style-9 .cspt-infostack-header .cspt-infostack-header-inner {
    padding: 20px 20px;
    position: relative;
}





@media(min-width:1200px) {
    .cspt-header-style-9 .cspt-header-wrapper .cspt-header-menu-area,
    .cspt-header-style-9 .cspt-header-wrapper .cspt-right-box .cspt-header-search-form-wrapper .search-form input[type="search"],
    .cspt-header-style-9 .cspt-header-wrapper .cspt-header-menu-area .navigation-top,
    .cspt-header-style-9 .cspt-header-wrapper .cspt-right-box,
    .cspt-header-style-9 .cspt-header-wrapper .cspt-header-menu-area .cspt-navbar div>ul>li,
    .cspt-header-style-9 .cspt-header-wrapper .cspt-header-menu-area .navigation-top .cspt-navbar div>ul>li>a {
        height: 68px !important;
        line-height: 68px !important;
    }
    .cspt-header-style-9 .cspt-sticky-header .cspt-header-menu-area {
        height: var(--cspt-emphires-sticky-header-height)!important;
        line-height: var(--cspt-emphires-sticky-header-height)!important;
    }
    .cspt-header-style-9 .cspt-sticky-header .cspt-right-box .cspt-header-search-form-wrapper {
        border-left: 0;
    }
    .cspt-header-style-9 .cspt-header-menu-area {
        margin-left: 45px;
    }
    .cspt-header-style-9 .cspt-sticky-header {
        padding: 0 30px;
        padding-right: 0px;
    }
    .cspt-header-style-9 .cspt-infostack-header .container {
        max-width: 1850px;
    }
    .cspt-header-style-9 .cspt-infostack-header .site-branding {
        margin-right: 90px;
    }
    .cspt-header-style-9 .cspt-infostack-header .cspt-header-info .cspt-header-info-inner {
        display: flex;
        align-items: center;
    }
    .cspt-header-style-9 .cspt-infostack-header .cspt-header-info .cspt-header-info-inner .cspt-header-box {
        display: inline-block;
        vertical-align: middle;
        margin-right: 25px;
    }
    .cspt-header-style-9 .cspt-infostack-header .cspt-header-info .cspt-header-info-inner .cspt-header-box:last-child {
        margin-right: 0;
    }
    .cspt-header-style-9 .cspt-infostack-header .cspt-header-info .cspt-header-info-inner .cspt-header-box span {
        display: inline-block;
        font-weight: 400 !important;
        vertical-align: middle;
    }
    .cspt-header-style-9 .cspt-infostack-header .cspt-header-info .cspt-header-info-inner .cspt-header-box .cspt-header-box-icon {
        font-size: 25px;
        line-height: 25px;
        margin-right: 5px;
        color: var(--cspt-emphires-global-color);
    }
    .cspt-header-style-9 .cspt-infostack-header .cspt-header-info .cspt-header-info-inner .cspt-header-box .cspt-header-box-content {
        font-weight: 500 !important;
    }
    .cspt-header-style-9 .cspt-infostack-header .cspt-social-links {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .cspt-header-style-9 .cspt-infostack-header .cspt-social-links li {
        margin-right: 10px;
        display: inline-block;
    }
    .cspt-header-style-9 .cspt-infostack-header .cspt-social-links li:last-child {
        margin-right: 0;
    }
    .cspt-header-style-9 .cspt-infostack-header .cspt-social-links li a {
        display: inline-block;
        font-size: 15px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: var(--cspt-emphires-light-bg-color);
    }
    .cspt-header-style-9 .cspt-infostack-header .cspt-social-links li a:hover {
        background-color: var(--cspt-emphires-global-color);
        color: #fff;
    }
    .cspt-header-style-9 .cspt-infostack-header .cspt-infostack-header-inner {
        padding: 0px 45px;
        border-bottom: 1px solid #ebebeb;
    }
    .cspt-header-style-9 .cspt-header-content {
        border-top: 1px solid #ebebeb;
    }
    .cspt-header-style-9 .cspt-header-menu-area .navigation-top .cspt-navbar div>ul>li>a {
        padding: 0 55px;
        border-right: 1px solid #ebebeb;
        margin: 0;
    }
    .cspt-header-style-9 .cspt-sticky-header .cspt-header-menu-area .navigation-top .cspt-navbar div>ul>li>a {
        padding: 0 50px;
    }
    .cspt-header-style-9 .cspt-header-menu-area .navigation-top .cspt-navbar div>ul>li:first-child>a {
        border-left: 1px solid #ebebeb;
    }
    .cspt-header-style-9 .cspt-header-search-btn:before {
        display: none;
    }
    .cspt-header-style-9 .cspt-header-content {
        position: relative;
    }
    .cspt-header-style-9 .cspt-right-box>div {
        border-left: 1px solid #ebebeb;
    }
    .cspt-header-style-9 .cspt-right-box>div:last-child {
        border: none;
    }
    .cspt-header-style-9 .cspt-right-box .cspt-cart-details {
        position: relative;
    }
    .cspt-header-style-9 .cspt-right-box .cspt-cart-count {
        position: absolute;
        top: -15px;
        left: 5px;
        color: #fff;
        height: 18px;
        line-height: 18px;
        width: 18px;
        text-align: center;
        border-radius: 50%;
        font-size: 11px;
        background-color: var(--cspt-emphires-global-color);
    }
    .cspt-header-style-9 .cspt-right-box .cspt-header-search-btn {
        border-right: 1px solid #ebebeb;
    }
    .cspt-header-style-9 .cspt-right-box .cspt-header-search-form-wrapper .cspt-search-close {
        display: none;
    }
    .cspt-header-style-9 .cspt-right-box .cspt-header-search-form-wrapper {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        position: static;
        background-color: transparent;
        width: 205px;
    }
    .cspt-header-style-9 .cspt-right-box .cspt-header-search-form-wrapper .search-form input[type="search"] {
        font-size: 15px;
        padding: 15px 20px;
        border: inherit;
        color: inherit;
    }
    .cspt-header-style-9 .cspt-right-box .cspt-header-search-form-wrapper .search-form input[type="search"]::placeholder {
        color: #989ba1;
        opacity: 1;
    }
    .cspt-header-style-9 .cspt-right-box .cspt-header-search-form-wrapper .search-form input[type="search"]:-ms-input-placeholder {
        color: #989ba1;
    }
    .cspt-header-style-9 .cspt-right-box .cspt-header-search-form-wrapper .search-form input[type="search"]::-ms-input-placeholder {
        color: #989ba1;
    }
    .cspt-header-style-9 .cspt-right-box .cspt-header-search-form-wrapper .search-form {
        max-width: none;
        top: 0px;
        margin: 0;
        -webkit-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        transform: none;
    }
    .cspt-header-style-9 .cspt-right-box .cspt-header-search-form-wrapper .search-form:after {
        right: 20px;
        font-size: 16px;
        color: var(--cspt-emphires-secondary-color);
    }
    .cspt-header-style-9 .cspt-right-box .cspt-header-button a {
        padding: 0 40px;
        background: var(--cspt-emphires-global-color);
        color: var(--cspt-emphires-white-color);
        display: inline-block;
        line-height: 68px;
        height: 68px;
    }
    .cspt-header-style-9 .cspt-right-box .cspt-header-button {
        line-height: normal !important;
    }
    .cspt-header-style-9 .cspt-right-box .cspt-header-button a:hover {
        background-color: var(--cspt-emphires-secondary-color);
    }
    .cspt-header-style-9 .cspt-sticky-header .cspt-right-box .cspt-header-button a {
        height: var(--cspt-emphires-sticky-header-height);
        line-height: var(--cspt-emphires-sticky-header-height);
    }
    .cspt-header-style-9 .cspt-right-box .cspt-search-cart-box {
        display: flex;
        align-items: center;
    }
    .cspt-header-style-9 .cspt-right-box .cspt-search-cart-box>* {
        padding: 0 20px;
    }
    .cspt-header-style-9 .cspt-right-box .cspt-search-cart-box>.cspt-header-search-btn{
        display: none;
    }


}


@media(max-width:1770px) {
    .cspt-header-style-9 .cspt-sticky-header .cspt-header-menu-area .navigation-top .cspt-navbar div>ul>li>a {
        padding: 0 25px;
    }
}

@media(max-width:1650px) {
    .cspt-header-style-9 .cspt-header-menu-area .navigation-top .cspt-navbar div>ul>li>a {
        padding: 0 30px;
    }
}

@media(max-width:1550px) {
    .cspt-header-style-9 .cspt-infostack-header .site-branding {
        margin-right: 45px;
    }
    .cspt-header-style-9 .cspt-infostack-header .cspt-header-info .cspt-header-info-inner .cspt-header-box span {
        font-size: 16px;
    }
    .cspt-header-style-9 .cspt-infostack-header .cspt-infostack-header-inner {
        padding: 0px 30px;
    }
    .cspt-header-style-9 .cspt-header-menu-area {
        margin-left: 30px;
    }
    .cspt-header-style-9 .cspt-infostack-header .cspt-header-info .cspt-header-info-inner .cspt-header-box .cspt-header-box-icon {
        position: absolute;
        left: 0;
    }
    .cspt-header-style-9 .cspt-infostack-header .cspt-header-info .cspt-header-info-inner .cspt-header-box {
        position: relative;
        padding-left: 30px;
    }
}

@media(max-width:1470px) {
    .cspt-header-style-9 .cspt-infostack-header .cspt-header-info .cspt-header-info-inner .cspt-header-box:last-child {
        display: none;
    }
    .cspt-header-style-9 .cspt-sticky-header .cspt-header-menu-area .navigation-top .cspt-navbar div>ul>li>a {
        padding: 0 15px!important;
        font-size: 15px;
    }
}


@media(max-width:1320px) {
    .cspt-header-style-9 .cspt-sticky-header .cspt-header-menu-area .navigation-top .cspt-navbar div>ul>li>a {
        padding: 0 15px;
    }
    .cspt-header-style-9 .cspt-header-menu-area .navigation-top .cspt-navbar div>ul>li>a {
        padding: 0 20px!important;
    }
    .cspt-header-style-9 .cspt-sticky-header .cspt-search-cart-box .woocommerce-Price-amount {
        display: none;
    }
}
@media(max-width:1260px) {
    .cspt-header-style-9 .cspt-sticky-header .cspt-search-cart-box .cspt-cart-wrapper {
        display: none;
    }
}



@media(max-width:1200px) {
    .cspt-header-style-9 .cspt-infostack-header .cspt-infostack-header-inner {
        padding: 0px;
        margin: 0 30px;
    }
    .cspt-header-style-9 .cspt-header-menu-area .navigation-top .cspt-navbar div>ul>li>a {
        padding: 15px 25px;
    }
}


@media(max-width:1200px) {
    .cspt-header-style-9 .cspt-infostack-header .cspt-social-links,
    .cspt-header-style-9 .cspt-right-box {
        display: none !important;
    }
    .cspt-header-style-9 .cspt-header-height-wrapper .cspt-header-wrapper {
        position: relative;
        margin: 0 30px;
    }
    .cspt-header-style-9 .cspt-header-search-btn:before {
        top: 50%;
        right: -13px;
        transform: translateY(-50%);
    }
    .cspt-header-style-9 .cspt-right-box .cspt-search-cart-box>.cspt-header-search-btn{
        display: block;
    }

    .cspt-header-style-9 .cspt-header-menu-area .navigation-top .cspt-navbar div>ul>li>a{
        padding: 15px 25px !important;
    }


}