.header__logo {
    padding-top: 10px;
}

.header__menu {
    padding-bottom: 22px;
    margin-left: 87px;
}

.header__right .wpml-ls-legacy-dropdown {
    width: 100%;
}

.header__search {
    padding-top: 22px;
    padding-bottom: 24px;
}

.submenu__column.col-16 {
    width: 16.5%;
}

.submenu__column.col-57 {
    width: 57.7%;
}

.header__submenu {
    width: 100%;
    height: 240px;
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    z-index: 1600;
    background-color: #f9f9f9;
    margin-top: -5px;
    box-shadow: 0px 7px 7px -7px rgba(0, 0, 0, 0.12);
}

.border-right {
    border-right: 0.5px solid #C7C7C7;
}

.border-left {
    border-left: 0.5px solid #C7C7C7;
}

.submenu__column {
    padding-top: 25px;
}

.menu__all-products {}

/* offcanvas */

.offcanvas__row {
    height: 36px;
    border-bottom: 0.5px solid #C7C7C7;
    display: flex;
    align-items: center;
    font-family: 'NeueHaasGrotText-55Roman';
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.02em;
    font-weight: 400;
    padding-left: 20px;
    background-color: #f9f9f9;
    text-transform: capitalize;
}

.offcanvas__row--all-text a {
    height: 36px;
    align-items: center;
    font-family: 'NeueHaasGrotText-55Roman';
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.02em;
    font-weight: 400;
    background-color: #f9f9f9;
    text-transform: capitalize;
}

.offcanvas__row.d-none {
    display: none;
}

.offcanvas__row.border-none {
    border-bottom: none;
}

.right-arrow__image,
.left-arrow__image {
    height: 11px;
}

.mobile-models__container {
    border-bottom: 0.5px solid #C7C7C7;
}

.mobile-models__container .offcanvas__row {
    height: 28px;
}

.mobile-menu__all-products {
    font-family: 'NeueHaasGrotText-55Roman';
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.02em;
    font-weight: 400;
    padding-left: 20px;
    background-color: #f9f9f9;
    text-transform: capitalize;
}

.rotate {
    transform: rotate(180deg);
}

.overlay-flex {
    display: flex;
}

/* CUSTOM HEADER */

main#content {
    margin-top: 56px;
}

.header__container {
    justify-content: space-between;
    padding: 0 20px;
    box-shadow: 0px 7px 7px -7px rgba(0, 0, 0, 0.12);
    margin-bottom: 5px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1900;
    background-color: #f5f5f5;
}

.header__submenu {
    width: 100%;
    height: 240px;
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    z-index: 1600;
    background-color: #f9f9f9;
    margin-top: -5px;
    transition: 0.5s;
}

.submenu__col1,
.submenu__col2,
.submenu__col3 {
    min-width: 16.5%;
}

.submenu__col {
    height: 100%;
}

.col__border {
    border-right: 0.5px solid #c7c7c7;
}



.header__novelty {
    gap: 20px;
}

.search__container {
    height: 350px;
    background-color: #f9f9f9;
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    z-index: 1800;
}

.search__container input::placeholder {
    font-family: 'JHA_Times_Now_Light' !important;
    color: #000 !important;
}

.search__input {
    padding: 10px 20px 30px 20px !important;
}

.search__container input:focus {
    outline: none;
}

.search__container--mobile input:focus {
    outline: none;
}

.elementor-search-form__input {
    font-weight: 350;
    font-size: 23px;
    line-height: 27px;
    color: #000000;
}

.search__container input[type=search] {
    border: none;
    border-bottom: 1px solid #C7C7C7;
    border-radius: 0;
}

.search__container--mobile input[type=search] {
    border: none;
    border-bottom: 1px solid #C7C7C7;
    border-top: 1px solid #C7C7C7;
    border-radius: 0;
    padding: 10px 20px !important;
}

@media screen and (min-width: 992px) {
    .elementor-search-form__container:before {
        content: " ";
        background-image: url('/wp-content/uploads/2023/03/search-boffi.svg');
        width: 13px;
        height: 13px;
        position: absolute;
        background-repeat: no-repeat;
        top: 33px;
    }
}

.suggestions__cards {
    margin-left: 9.4%;
}

.suggestions__title {
    display: flex;
    align-items: flex-start;
}

.suggestion__image {
    height: 178px;
    width: auto;
}

.header__menu--close {
    width: 15.5px;
}

/* search */

.search-icon__container {
    width: 12px;
}

/* offcanvas */

.title_row span {
    text-align: center;
    width: 100%;
}

.offcanvas__container {
    height: calc(100vh - 58.5px);
    background-color: #f9f9f9;
}

.offcanvas__models {
    border: none !important;
}

/* overla */

.header-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1200;
    background-color: #000;
    opacity: 0.6;
}

/* mobile */

.header__container--mobile {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1400;
    background-color: #f5f5f5;
}

.offcanvas__container {
    position: fixed;
    top: 58.5px;
    right: 0;
    left: 0;
    z-index: 1300;
}

.search__container--mobile {
    position: fixed;
    top: 55.5px;
    right: 0;
    left: 0;
    z-index: 1400;
    background-color: #f9f9f9;
}

input[type="search" i]::-webkit-search-cancel-button {
    display: none !important;
}


.submenu__image {
    width: 20%;
}

.swiper-slide-inner {
    display: inline-block;
}

.header__logo,
.header__logo-mobile {
    width: 90px;
}

.submenu__col4 .sub-parent__collections {
    width: 30%;
}

.column-2__img,
.novelty__card img,
.column-archive-2-image {
    width: 140px;
}


/* column2 */
.column-2 {
    width: 20%;
}

.column-3 {
    width: 38%;
}

.column-3.d-none,
.column-2.d-none {
    display: block;
    visibility: hidden;
}


.all-collections {
    position: absolute;
    bottom: 20px;
}

.menu-item-desktop {
    padding-bottom: 3px;
    margin-bottom: 3px;
}

_::-webkit-full-page-media,
_:future,
:root .header__container .wpml-ls-legacy-dropdown a span {
    vertical-align: text-top;
}