.header__wrapper {
    margin: 0px;
    padding: 20px 0px 0px;
    background-color: #ffffff;
}

.header__wrapper .container__box {
    max-width: 1140px;
    margin: 0px auto;
    padding: 20px 0px;
}

.header__logo__search__bar .header__logo__box {
    width: 90px;
    line-height: 0px;
}

.header__search__bar {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.header__search__bar label {
    font-size: 15px;
    line-height: 1.3;
    display: block;
    text-transform: capitalize;
    cursor: pointer;
}

.header__search__bar .search__icon {
    line-height: 0px;
    width: 15px;
    height: 15px;
}

.header__logo__search__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__google__rating {
    line-height: 0px;
    text-align: center;
    padding: 10px 0px;
}

.header__navbar__box ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.header__navbar__box ul li a {
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 1;
    display: block;
    padding: 0.7rem 1rem;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    transition: all ease 300ms;
    border: 1px solid hsla(0, 0%, 100%, 0);
}

.header__navbar__box ul li a:hover {
    text-decoration: underline;
}

.header__navbar__box .navbar__box ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.header__navbar__box .navbar__box ul ul {
    position: absolute;
    border: 1px solid #cacaca;
    background: #fefefe;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    z-index: 1;
    border-color: #e0dfdf;
    padding: 0 1rem;
    left: 0px;
    top: calc(100% - 1px);
    transition: all ease 300ms;
    visibility: hidden;
    opacity: 0;
}


.header__navbar__box .navbar__box ul li:hover ul {
    visibility: visible;
    opacity: 1;
}

.header__navbar__box ul ul li a {
    padding: 0.9rem 0.5rem;
    border-bottom: 1px solid #e0dfdf;
}

.header__navbar__box ul ul li:last-child a {
    border: 0px;
}

.header__navbar__box .navbar__box ul li a.dropdown__menu {

    transition: all ease 300ms;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.header__navbar__box .navbar__box ul li:hover a.dropdown__menu {
    border-color: #e0dfdf;
}

.dropdown__menu .down__caret {
    line-height: 0px;
    display: block;
    width: 15px;
}

.header__navbar__box .navbar__box .dropdown__menu label {
    display: block;
}

.header__wrapper .header__search__box {
    padding: 2rem;
    background: #f7f7f7;
    display: none;
}

.header__wrapper .header__search__box .search__group {
    max-width: 1170px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.header__search__box .search__field__box .search__icon {
    line-height: 0px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
}

.header__search__box .search__field__box .search__field {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
    position: relative;
}

.header__search__box .search__field__box {
    display: flex;
    align-items: center;
    gap: 0px;
    width: 100%;
}

.header__search__box .search__close__btn {
    line-height: 0px;
    width: 15px;
}

.header__search__box .search__field__box .search__field input {
    width: 100%;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: #000;
    font-size: 1.5rem;
    height: 3.5rem;
    font-weight: 300;
    min-height: 3rem;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #000;
}

.header__search__box .search__field__box .search__field input::placeholder {
    color: #cacaca;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 1.3;
}

.header__search__box .search__field__box .search__field .search__btn {
    background-color: transparent;
    color: #2a729e;
    font-size: 1.4rem;
    font-weight: 600;
    height: 3.5rem;
    padding-right: 0;
    text-transform: uppercase;
    border: 0px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.header__wrapper .header__search__box.searchbar__active {
    display: block !important;
}


/*-----------------
Mobile Menu
------------------*/
.mobile__header__wrapper .header__search__bar {
    height: 100%;
    position: absolute;
    top: 0px;
    right: 10px;
}

.mobile__header__wrapper .header__search__bar span {
    width: 50px;
    height: 100%;
    background-color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile__header__wrapper {
    padding: 10px;
    width: 100%;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.mobile-menu-btn {
    color: #fff;
    display: inline-block;
    font-family: museo-sans, sans-serif;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
}

.mobile__header__wrapper button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
}

.mobile-menu-btn .icon {
    border: 2px solid #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 7px 6px;
    vertical-align: middle;
}

.mobile-menu-btn .icon .bar {
    background: #fff;
    display: block;
    height: 2px;
    margin: 0 auto;
    width: 15px;
}

.mobile-menu-btn span {
    vertical-align: middle;
}

.menu-text {
    padding-top: 0;
    padding-bottom: 0;
    padding: 0.7rem 1rem;
    font-weight: 700;
    line-height: 1;
    color: inherit;
}

.mobile-menu-btn .icon .bar+.bar {
    margin-top: 4px;
}

.mobile__menu__sidebar {
    padding: 0px;
}

.mobile__menu__sidebar .menu__close__btn a {
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
}

.mobile__menu__sidebar .mobile__menu__head {
    padding: 1rem;
    background-color: #000;
}

.mobile__menu__sidebar .mobile__menu__options {
    display: flex;
    align-items: center;
}

.mobile__menu__options .menu__option a {
    display: flex;
    align-items: center;
}

.mobile__menu__options .menu__option .icon__box {
    line-height: 0px;
    width: 14px;
}

.mobile__menu__sidebar {
    padding: 0px;
    width: 350px;
    -webkit-transform: translateX(-350px);
    -moz-transform: translateX(-350px);
    -ms-transform: translateX(-350px);
    transform: translateX(-350px);
    position: fixed;
    z-index: 1;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6;
    top: 0px;
    left: 0px;
    height: 100%;
    overflow: hidden;
}

.mobile__menu__sidebar.menu__open {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.mobile__menu__sidebar .mobile__menu__options .menu__option {
    width: 100%;
    border: 1px solid #ffffff;
}

.mobile__menu__options .menu__option a {
    justify-content: center;
    gap: 5px;
    background-color: #e7e7e7;
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
    padding: 14px 10px;
    text-transform: none;
    font-family: museo-sans, sans-serif;
    text-decoration: none;
}

.mobile__menu__links ul,
.mobile__menu__main__links ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.mobile__menu__links ul li a {
    background-color: #fff;
    color: #000;
    padding: 1rem;
    display: block;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}

.mobile__menu__main__links ul li a {
    background-color: #e7e7e7;
    border-top-color: #fff;
    color: #000;
    padding: 1rem;
    display: block;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}

.mobile__menu__links ul li+li a {
    border-top: 1px solid #ececec;
}

.mobile__menu__main__links ul li+li a {
    border-top: 1px solid #ffffff;
}

.mobile__menu__links .submenu__link {
    position: relative;
}

.mobile__menu__links .submenu__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    background-image: url('../images/arrow-right.png');
    width: 15px;
    height: 15px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(0px, -50%);
}

.mobile__menu__sidebar .sub__menu__slidebar {
    position: absolute;
    top: 52px;
    right: -100%;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    transition: all ease 300ms;
}

.mobile__menu__sidebar .sub__menu__slidebar ul li a {
    background-color: #fff;
    color: #000;
    padding: 1rem;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 0px;
}

.mobile__menu__sidebar .sub__menu__slidebar ul li+li a {
    border-top: 1px solid #ececec;
}

.mobile__menu__sidebar .sub__menu__slidebar ul li span {
    display: block;
}

.mobile__menu__sidebar .sub__menu__slidebar ul li span.link__icon {
    line-height: 0px;
    width: 20px;
    transform: rotate(90deg);
}


.sub__menu__slidebar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.sub__menu__slidebar.submenu__open {
    right: 0px;
}

.header__navbar__box .navbar__box .header__mints__submenu ul {
    right: 0px;
    left: inherit;
}

@media only screen and (max-width: 1200px) {
    .header__wrapper .container__box {
        padding: 20px;
    }

}

@media only screen and (max-width: 880px) {
    /* .header__navbar__box .navbar__box .header__mints__submenu ul {
        left: 0px;
        right: inherit;
    } */
}

@media only screen and (max-width: 550px) {
    .header__logo__search__bar .header__search__bar {
        display: none;
    }

    .header__logo__search__bar {
        justify-content: center;
    }

    .header__navbar__box {
        display: none;
    }

    .mobile__header__wrapper,
    .mobile__menu__sidebar {
        display: block !important;
    }

    .header__wrapper {
        padding-top: 0px;
    }

    .header__wrapper .header__search__box {
        padding: 1rem;
    }

}

@media only screen and (max-width: 360px) {
    .mobile__menu__sidebar {
        width: 100%;
    }

}