/* header color */
:root {
  --main-color: #F9885E;
  --main-color-rgb: 249, 136, 294;
  --white: #ffffff; 
  --dark: #131313; 
}

.header__style__13 .cliper-action-header a,
.header__style__13 .cliper-action-header button {
    background: var(--main-color) none repeat scroll 0 0;
    border-radius: 0px;
    box-shadow:none;
  
} 


.header__style__13 .cliper-action-header .action-button{
    background: transparent none repeat scroll 0 0;
    border-radius: 0px;
    color:  var(--dark);
    border: 1px solid var(--dark);
    box-shadow: none;
}

.header__style__13 .cliper-action-header .action-button:hover{
    background: var(--main-color) none repeat scroll 0 0;
    border-color: var(--main-color);
    color: var(--white);

}
.cliper-action-header a:hover, .cliper-action-header button:hover{
    color:var(--main-color);
    background: transparent none repeat scroll 0 0;
}

.search-background{
    background: var(--main-color);
}
.header__style__13 .currency__switcher .nice-select{
    margin-top: -5px;
}
.header__style__13 .currency__switcher .nice-select .current{
    font-weight: 500;
    color: var(--dark);
    font-size: 16px;
    font-family: 'Poppins';
}
.header__style__13 .currency__switcher .nice-select:after{
    border: none;
    display: inline;
    content: "\e64b";
    font-family: themify;
    font-size: 12px;
    border: 0;
    transition: 0.8s;
    font-weight: 800;
    margin-left: 12px;
    margin-top: -4px;
    pointer-events: none;
    position: relative;
    right: 10px;
    top: 0;
}
.header__style__13 .stellarnav li.has-sub>a:after{
    content: "";
}
 .header__style__13  ul#cliper-nav>li.menu-item .wee{
      display: none;
        height: 0px;
}
@media only screen and (min-width: 992px) {
 .header__style__13 .wee{
        display: none;
        height: 0px;
    }

}

.header__style__13 .be__addons__btn .button__title{
    line-height: 1.5;
}