/* Header Style 1 */
.thsn-header-style-1 .thsn-header-button:hover a .thsn-header-button-text-2{
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

@media (max-width: 1200px){
    .thsn-header-style-1 .thsn-header-wrapper.thsn-sticky-on{
        position: static !important;
        width: auto !important;
    }
    .thsn-header-style-1 .thsn-header-wrapper > .container > .d-flex{
        position: relative;
    }
    .thsn-header-style-1 .thsn-right-box{
        display: none;
    }
}

    @media (min-width: 1200px) {
    /*=== thsn-header-style-1 ===*/
    .thsn-header-style-1 .thsn-navbar div > ul > li > a{
        margin: 0 10px;
    }

    .thsn-header-style-1 .thsn-right-box {
        margin-left: 10px;
        display: flex;
    }
    .thsn-header-style-1 .thsn-logo-menuarea {
        display: -ms-flexbox!important;
        display: flex!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important;
    }
    .thsn-header-style-1 .thsn-header-button {
        line-height: normal;
    }
    .thsn-header-style-1 .thsn-header-button a{
        color: var(--thsn-logisto-blackish-color);
        height: 100%;
        display: inline-block;
        padding: 0 60px;
        vertical-align: middle;
        padding-right: 8px;	   
        font-weight: normal;
        font-size: 16px;
        position: relative;
        border-radius: 6px;
        letter-spacing: 1px;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }
    .thsn-header-style-1 .thsn-header-button a:after {
        content: "\e83f";
        font-family: "themesion-base-icons";	   
        font-size: 45px;
        line-height: 45px;
        top: 3px;
        position: absolute;
        left: 0;	   
        color: var(--thsn-logisto-global-color);
        font-weight: normal;
    }
    .thsn-header-style-1 .thsn-header-button a span{
        display: block;
    }
    .thsn-header-style-1 .thsn-header-button .thsn-header-button-text-1{
        font-weight: 700;		
        margin-bottom: 5px;
    }
    .thsn-header-style-1 .thsn-header-button{
        line-height: normal;
    }
    .thsn-header-style-1 .thsn-sticky-on .thsn-header-button a{
        color: var(--thsn-logisto-blackish-color);		
    }
    .thsn-header-style-1 .thsn-right-box {
        margin-left: 32px;
        display: flex;
    }

    .thsn-header-style-1 .thsn-right-box{
        position: relative;
    }
    .thsn-header-style-1 .thsn-right-box:after {
        content: '';
        width: 1px;
        height: 30px;
        background-color: rgba(var(--thsn-logisto-main-menu-typography-color-rgb), 0.20);
        position: absolute;
        left: -14px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .thsn-header-style-1 .thsn-right-box:empty{
        display: none;
    }
    .thsn-header-style-1 .thsn-right-box:empty:after{
        display: none;
    }
    .thsn-header-style-1 .thsn-right-box > .thsn-header-search-btn,
    .thsn-header-style-1 .thsn-right-box > .thsn-cart-wrapper{
        margin: 0 10px;
    }
    .thsn-header-style-1 .thsn-right-box > *:last-child{
        margin-right: 0;
    }
    .thsn-header-style-1 .thsn-right-box .thsn-cart-wrapper a, 
    .thsn-header-style-1 .thsn-right-box .thsn-header-search-btn a {
        font-size: 20px;
        color: var(--thsn-logisto-blackish-color);
    }
    .thsn-header-style-1 .thsn-right-box .thsn-cart-wrapper .woocommerce-Price-amount {
        font-size: 16px;
        margin-left: 6px;
        font-weight: 700;
    }
    .thsn-header-style-1 .thsn-right-box .thsn-cart-wrapper a {
        position: relative;
        padding-left: 30px;
    }
    .thsn-header-style-1 .thsn-right-box .thsn-cart-wrapper.thsn-show-cart-amount-no a {
        padding-left: 25px;
    }
    .thsn-header-style-1 .thsn-right-box .thsn-cart-wrapper a:before {
        content: "\e840";
        font-family: "themesion-base-icons";
        font-size: 22px;
        line-height: 22px;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        font-weight: 400;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }
    .thsn-header-style-1 .thsn-right-box .thsn-cart-wrapper .thsn-cart-count {
        position: absolute;
        top: -21px;
        left: 2px;
        background-color: var(--thsn-logisto-global-color);
        color: var(--thsn-logisto-blackish-color);
        height: 20px;
        line-height: 20px;
        width: 20px;
        text-align: center;
        border-radius: 50%;
        font-size: 12px;
    }

}