header {
    /* position:fixed;
    top:0px; */
    width: 100%;
    z-index: 1114;
    background: var(--primary-color);
    box-shadow: 0px -5px 25px 5px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.header-padding h1 a.white,
.header-padding h2 a.white {
    color: #fff;
}

.header-padding h1 a.black,
.header-padding h2 a.black {
    color: #000;
}

.header-padding {
    background: transparent !important;
    box-shadow: none;
}

.header-padding .opacity-dark {
    background: transparent;
}

/*
body .creaweb-cart-float-button{
    opacity: 0;
    transition: all 0.3s ease 0s;
}

body.header-scroll .creaweb-cart-float-button, header .creaweb-cart-float-button {
    opacity: 1;
    transition: all 0.3s ease 0s;
}

 .creaweb-cart-float-button:hover{
   background: transparent;
} */

.search-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
    background: #353535;
    line-height: 40px;
    padding: 10px;
    border-radius: 60px;
}

.search-input {
    background: #353535;
    color: #fff;
    outline: none;
    border: none;
    line-height: 40px;
    width: 0px;
    float: left;
    font-size: 14px;
    transition: 0.7s ease;
    font-family: sans-serif;
}

.search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: #353535;
    padding: 12px;
    border-radius: 50%;
    float: right;
    color: #ff5722;
    transition: 0.4s ease;
}

.search-box:hover>.search-input {
    width: 240px;
    margin: 0px 8px;
}

.search-input:focus {
    width: 240px;
    margin: 0px 8px;
}

.search-box:hover>.search-btn {
    background: #fff;
}

.search-input:focus+.search-btn {
    background: #fff;
}


header .header-center>div {
    padding: 24px;
}

header .header-bottom {
    background: var(--secondary-color);
}

header .search .nav-search-form {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}


header .search .nav-search-form input[type='text'] {
    border: 0;
    color: var(--black);
    height: 42px;
    padding: 0 20px;
    position: relative;
    width: 100%;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    box-shadow: none;
    outline: 0;
}

header .search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

header .search button {
    background: 0;
    border: 0;
    position: absolute;
    right: 20px;
    cursor: pointer;
}

header h2,
header h1 {
    text-align: center;
}

header h2 a,
header h1 a {
    color: var(--primary-text-color-inverse);
    font-family: var(--primary-font-family);
    font-size: 22px;
    text-shadow: 1px 1px 2px #000;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu li span {
    z-index: 111;
}

header .logo {
    padding: 5px 0px;
}

.logo {
    height: auto;
    max-height: 64px;
    max-width: 152px
}

.purchase img {
    width: 100%;
    height: 100%;
    max-width: 150px;
}

header .creaweb-cart-float-button {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--primary-text-color);
    letter-spacing: 0px;
    background-color: transparent;
    padding: 0px;
    position: relative;
    bottom: auto;
    left: auto;
    transition: all 300ms ease 0ms;
    box-shadow: none;
    z-index: 99;
    border: none;
    border-radius: 0;
}

header .creaweb-cart-float-button:hover {
    background-color: transparent;
    box-shadow: none;
    transform: translateY(0px);
}

header .opacity-dark {
    background: rgba(0, 0, 0, .80);
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    transition: all 1s ease-in;
}


header a {
    font-family: var(--primary-font-family);
    /* color: var(--primary-color); */
}

/* header a:hover{
    color: var(--primary-text-color-inverse);
} */

.test-site {
    min-height: 24px;
}

.test-site small {
    font-size: 11px;
}

.header-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-content: center;
    align-items: center;
    height: 33px;
    padding: 8px;
    line-height: 1.25;
    background-color: var(--secondary-color);
    min-height: 33px;
    color: var(--primary-text-color-inverse);
}

.header-top p {
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0;
    line-height: 1.25;
}

.header-top a {
    color: var(--primary-text-color-inverse);
    margin-left: 16px;
    font-size: 12px;
}

.header-icons {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.header-icons li a {
    color: var(--primary-text-color);
    font-size: 1.5rem;
    padding: 0.5rem;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}

.header-icons li a:hover {
    color: var(--primary-text-color-inverse);
}

header .header-center {
    background-color: var(--primary-color);
}

header.header-padding .header-bottom .wsmenu>.wsmenu-list>li>a,
header.header-padding .header-bottom .wsmenu>.wsmenu-list>li>button,
header.header-padding .header-bottom .wsmenu>.wsmenu-list>li>ul>li button {
    color: var(--primary-text-color) !important;
}

header .header-icons #cartButton{
    margin: 0 !important;
}

@media only screen and (max-width: 991px) {
    header h1 a {
        /* color: var(--primary-text-color); */
        margin: 0px;
        font-size: 30px;
    }

    header .logo {
        padding: 0;
    }

    .logo {
        max-height: 42px;
    }

    .header-top {
        display: none;
    }
}

@media screen and (min-width: 991px) {
    header .max-header-content {
        width: calc(100% - 182px);
    }
}

@media only screen and (max-width: 321px) {

    header h1 a {
        font-size: 26px;
    }

}

@media only screen and (max-width: 991px) {


    header .active-list {
        color: var(--primary-text-color) !important;
    }

    header .active-list a,
    header .active-list span,
    header .active-list i {
        color: var(--primary-text-color) !important;
    }


    header .wsmenu-list li a,
    header .wsmenu-list li a span,
    header .dropdown-simple a {
        color: var(--primary-text-color);
    }

    header .wsmenu-list li [class^="wsmenu-click"] i {
        color: var(--primary-text-color);
    }

    .wsmobileheader .smllogo {
        margin-top: 0 !important;
    }

    button:focus {
        outline: none;
    }

    .header-icons li a,
    .header-icons li a.icon-login,
    .header-icons li a.my-cart-icon {
        font-size: 1rem;
        width: 2rem;
        height: 2rem;
        padding: 0.25rem;
        box-sizing: border-box;
    }

    .header-icons li a.icon-login i,
    .header-icons li a.my-cart-icon i {
        font-size: 1rem;
    }

    .wsanimated-arrow{
        margin: 0 0 0 15px !important;
    }

    header .search{
        padding: 8px 6px;
    }

    header .search .nav-search-form input[type='text'] {
        height: 32px;
    }

    .header-icons .search-item a,
    .header-icons .nav-item a.purchase{
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        font-size: 24px;
    }

}

@media only screen and (max-width: 575px) {
    
    .header-icons .search-item {
        display: none !important;
    }
}