header {
    box-shadow: 0px 3px 9px rgb(0, 0, 0, 0.15);
    padding: 8px;
    z-index: 100;
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
}

header p.logo {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.pre-header {
    background-color: #f9f9f9;
}

.pre-header-content {
    text-align: center;
    background-color: #f9f9f9;
}

.pre-header-content p {
    font-size: 12px;
    padding: 5px;
    margin: 0;
}

.pre-header-content .other-brands {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 2px;
}

.pre-header-content .other-brands .link {
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    margin-right: 3px;
}

.pre-header-content .other-brands .link.active {
    font-weight: 800;
}

.pre-header-content .other-brands .link::after {
    content: "";
    position: relative;
    margin-left: 6px;
    width: 1px;
    height: 10px;
    background-color: #000;
}

.pre-header-content .other-brands .link:last-child:after {
    display: none;
}

.pre-header-content .other-brands a {
    color: #000;
    text-decoration: none;
}

.pre-header-content .other-brands img {
    width: 38px;
}

.header-offer {
    color: #FECD3F;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.pro-website a {
    font-family: 'Poppins', sans-serif;
    display: block;
    line-height: 30px;
    text-align: center;
    background-color: #fec63f;
    font-weight: 700;
    font-size: 12px;
    color: #ffffff;
    padding: 0 12px;
}

.header-menu {
    display: flex;
    justify-content: start;
    align-items: baseline;
    gap: 20px;
}

.header-login {
    margin-left: auto;
    display: flex;
    gap: 35px;
    margin-right: 10px;
}

.flags.mobile {
    padding-left: 30px;
}

.flag-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.flag-list li {
    display: inline-block;
}

.flag-list li a,
.flag-list li {
    font-size: 13px;
    color: var(--color-black);
    font-weight: 300;
    text-transform: uppercase;
}

.flag-list li.active a {
    text-decoration: underline;
}

.flag-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.flag-list li {
    display: inline-flex;
    align-items: center;
}

.flag-list li:not(:last-child)::after {
    content: "|";
    margin: 0 10px;
    font-weight: 300;
}

.header-search {
    flex-grow: 1;
    display: flex;
}

.header-search input {
    background-color: #f9fafb;
    width: calc(100% - 200px);
    margin: auto;
    position: relative;
    border: 1px solid #e8e8e8;
    outline: none;
    border-radius: 3px;
    color: #000;
    font-family: Futura, Calibri, sans-serif;
    font-weight: 400;
    font-size: .95em;
    height: 40px;
    line-height: normal;
    text-transform: capitalize;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 40px;
}

.header-search input::placeholder {
    color: #ccc;
    font-size: 12px;
}

.header-search input {
    background: url(../img/magnifying-glass.svg) no-repeat scroll #f9fafb;
    background-position: calc(100% - 15px) 12px;
    background-size: 16px;
}

.search-result h1 {
    font-size: 14px;
}

.ui-widget-content {
    z-index: 9999;
    border: 1px solid #e8e8e8 !important;
    padding-top: 8px;
    max-height: 400px;
    overflow: auto;
}

.search-result {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    gap: 16px;
}

.search-result:hover {
    background-color: #e8e8e8;
}

.search-result .search-result:hover .price p {
    color: #000 !important;
}

.search-result .title h1 {
    margin-left: auto;
    font-size: 12px;
    font-weight: 400;
}

.search-result .price {
    margin-left: auto;
}

.search-result .price p {
    font-weight: 600;
    color: #000 !important;
    padding: 0;
    margin: 0;
}

.search-result .img img {
    max-width: 50px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    padding: 2px;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 0;
    font-size: 0;
}

a.cart-icon span {
    position: absolute;
    margin-left: -8px;
    margin-top: 0px;
    background-color: #3ec400;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    font-style: normal;
    color: white;
    font-size: 11px;
    text-align: center;
    line-height: 16px;
    letter-spacing: 0px;
    font-weight: 600;
    transition: transform 0.2s;
}

a.cart-icon:hover span {
    transform: translateY(-4px);
}

a.cart-icon i {
    display: inline-block;
    padding-left: 15px;
    font-style: normal;
    font-size: 12px;
    font-weight: 300;
}

a.login-icon img {
    width: 22px;
}

header img.logo {
    max-width: 100px;
}

a.logout-icon i {
    position: absolute;
    margin-left: -6px;
    margin-top: -6px;
    color: #ff0000;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.2s;
    z-index: 9;
}

a.logout-icon:hover i {
    color: #d10000;
}

.menu-mobile-bt {
    display: none;
}



.menu_trigger {
    position: fixed;
    left: 60px;
    top: 38px;
    width: 25px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1051;
}

.menu_trigger div.line-1 {
    background: var(--color-dark-gold);
}

.menu_trigger div.line-2 {
    background: var(--color-dark-gold);
}

.menu_trigger div.line-3 {
    background: var(--color-dark-gold);
}

.menu_trigger div {
    width: 100%;
    height: 2px;
    border-radius: 2px;
    opacity: 1;
    transition: all 0.2s linear;
}

.menu_trigger.active div.line-3 {
    opacity: 0;
}

.menu_trigger.active div.line-1 {
    transform: rotate(45deg) translateY(8px);
}

.menu_trigger.active div.line-2 {
    transform: rotate(-45deg) translateY(-8px);
}

header.header-white .menu_trigger div {
    width: 100%;
    height: 2px;
    border-radius: 2px;
    opacity: 1;
    transition: all 0.2s linear;
}


header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 10px;

}

.header-left {
    padding-left: 105px;
    display: flex;
    gap: 15px;
}

.header-left .menu-title {
    font-family: 'Canela';
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
}

.header-btn {
    justify-self: end;
    text-align: center;
}

.header-btn {
    font-family: Switzer;
    font-weight: 300;
    font-size: 14px;
    padding-right: 60px;
}

.header-btn span {
    font-family: 'Canela';
    font-weight: 300;
    font-size: 20px;
}

#widget-cta {
    position: fixed;
    cursor: pointer;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(calc(100% - 43px));
    transition: all 0.3s ease-in-out;
    z-index: 1040;
}

#widget-cta:hover {
    transform: translateY(-50%) translateX(0);
}

.widget-cta-container {
    display: flex;
    flex-direction: row;
    background: rgba(0, 0, 0, 0.65);
}

.widget-cta-Left-bar {
    font-family: Switzer;
    font-size: 18px;
    letter-spacing: 4px;
    font-weight: 300;
    padding: 15px 10px;
    color: var(--color-white);
    text-transform: uppercase;
    white-space: nowrap;
    align-self: center;
    text-align: center;
    min-height: 141px;
}

.widget-cta-Left-bar {
    writing-mode: vertical-rl;
    background-color: var(--color-brown)
}

.widget-cta-right-content {
    display: flex;
    flex-direction: column;
    border-left: 1px solid var(--color-brown);
    background-color: var(--color-white);
}

.widget-cta-top-bar {
    color: var(--color-brown);
    font-family: 'Canela';

}

.widget-cta-top-bar:first-child {
    border-bottom: 1px solid var(--color-brown);
}

.widget-cta-top-bar,
.widget-cta-bottom-bar {
    padding: 12px 24px;
    font-size: 20px;
}

.widget-cta-bottom-bar {

    color: #ccc;
    font-family: 'Canela';
}

#widget-cta a {
    color: var(--color-black);
    text-decoration: none;
}

.widget-cta-top-bar img,
.widget-cta-bottom-bar img {
    width: 70px;
}

.equipement-item {
    align-items: center;
}

.widget-cta-middle-bar {
    color: #ccc;
    font-family: Switzer;
    border-bottom: 1px solid var(--color-brown);
    padding: 12px 24px;
    font-size: 20px;
}

.widget-cta-Left-bar.new {
    min-height: 221px;
}

.widget-cta-top-bar div.text {
    font-size: 16px;
    color: var(--color-brown);
    margin-top: 10px;
}

@media (max-width: 640px) {
    #widget-cta {
        top: auto;
        transform: translateY(0px);
    }

    .widget-cta-top-bar div.text {
        display: none;
    }

    .widget-cta-container {
        flex-direction: column;
        width: 100%;
    }

    .widget-cta-right-content {
        border-top: 1px solid var(--color-brown);
        flex-direction: row;
        border-left: 0;
    }

    .widget-cta-top-bar {
        border-bottom: 0;
        border-right: 1px solid var(--color-brown);

    }



    .widget-cta-top-bar,
    .widget-cta-bottom-bar {
        text-align: center;
        padding: 5px 14px;
    }

    .widget-cta-top-bar span,
    .widget-cta-bottom-bar span {
        display: none;
    }

    #widget-cta:hover {
        transform: none;

    }

    .widget-cta-Left-bar,
    .widget-cta-Left-bar.new {
        display: block;
        writing-mode: unset;
        width: 100%;
        padding: 4px 10px;
        min-height: auto;
    }

    .widget-cta-top-bar img,
    .widget-cta-bottom-bar img {
        width: 60px;
    }

    #widget-cta {
        position: fixed;
        bottom: 0;
        top: auto;
        left: 0;
        right: auto !important;
        width: 100%;
        transform: translateY(0px);
        display: flex;
    }

    .widget-cta-Left-bar {
        display: none;
    }

    .widget-cta-top-bar {
        width: 100%;
        border-right: 1px solid var(--color-brown);
    }

    .widget-cta-top-bar:first-child {
        border-bottom: 0;

    }

    .widget-cta-top-bar:first-child img {
        padding-top: 8px;
    }

    .widget-cta-bottom-bar {
        width: 100%;
    }

    .element-item {
        padding: 10px;
    }

    #iso-filter {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .widget-cta-top-bar,
    .widget-cta-bottom-bar {
        font-size: 15px !important;
    }

}