@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/extralightitalic/Raleway-ExtraLightItalic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/extrabolditalic/Raleway-ExtraBoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/extralight/Raleway-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/italic/Raleway-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/light/Raleway-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/blackitalic/Raleway-BlackItalic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/extrabold/Raleway-ExtraBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/thinitalic/Raleway-ThinItalic.woff2') format('woff2');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/bold/Raleway-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/black/Raleway-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/bolditalic/Raleway-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/medium/Raleway-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/mediumitalic/Raleway-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/regular/Raleway-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/thin/Raleway-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/semibolditalic/Raleway-SemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/semibold/Raleway-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

#header {
    box-shadow: none;
    border: none;
}

#header .container {
    height: 75px
}

#header ul li span a {
    text-transform: uppercase;
    color: #333333;
    font-family: 'Raleway';
    font-style: normal;
    font-size: 15px;
    color: #575757;
    font-weight: 600;
}

#header .hover\:border-primary:hover {
    border-color: transparent;
}

#header .hover\:border-primary:hover span a {
    color: #1A5BDA;
}

#header .data-\[active\]\:border-primary[data-active] {
    --tw-border-opacity: 1;
    border-color: transparent;
}

#header .data-\[active\]\:border-primary[data-active] span a {
    color: #1A5BDA;
}

#header .data-\[active\]\:border-primary[data-active] span a::before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    background: #1A5BDA;
    line-height: 80px;
    vertical-align: middle;
    margin-right: 4px;
    margin-bottom: 2px;
}

#header button.border-none {
    border: none;
    box-shadow: none;
    padding-right: 20px;
    background-position: right 0.5rem;
    color: #575757;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Raleway';
    font-style: normal;
}

#header nav.currency-popup {
    width: 5rem
}

#header button#menu-cart-icon,
#header button#menu-search-icon {
    width: 58px;
}

#header button#customer-menu {
    width: max-content;
}

#header button#customer-menu img {
    width: auto;
}

#header div.menu-icons {
    gap: 1.5rem;
}

#header div.minisearch {
    padding-top: 18px;
    transition: width 2s;
}

#header div.minisearch form {
    display: flex;
    align-items: center;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
}

#header div.minisearch form img {
    width: 20px;
    margin-right: 10px;
}

#header div.minisearch form img.close-icon {
    width: 15px;
    cursor: pointer;
}

#header #search-content {
    height: 75px;
    box-shadow: none;
    border: none;
}

#header #search-content .focus\:outline-none:focus {
    outline: none;
    box-shadow: none;
}

#header .minicart {
    position: absolute;
    background: white;
    top: 75px;
    padding: 20px;
    right: 8%;
}

#header .minicart .viewcart span {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-feature-settings: 'pnum' on, 'lnum' on, 'ss09' on;
    color: #1A5BDA;
}

#header .minicart .close {
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 30px;
}

#header .minicart .subtitle.empty {
    display: block;
    padding: 3px 0 20px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on, 'ss09' on;
    color: #757575;
}

#header .minicart .icon-hmm {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on, 'ss09' on;
    color: #424242;
    margin: 10px 0;
}

#header .minicart.empty {
    text-align: center;
}

#header .minicart .items-total {
    display: flex;
    color: #424242;
    font-size: 16px;
    font-family: 'Raleway';
    font-weight: 800;
    line-height: 20px;
    padding: 16px 0;
}

#header .minicart .product-item .product {
    display: flex
}

#header .minicart .product-item .product {
    display: flex
}

#header .minicart .product-item .product .details-qty {
    display: flex;
    float: right;
    margin-top: 10px
}

#header .minicart .minicart-items-wrapper {
    height: 200px;
    overflow-y: scroll;
}

#header .minicart .product-item .product .product-item-name a {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    font-feature-settings: 'pnum' on, 'lnum' on, 'ss09' on;
    color: #424242;
}

#header .minicart .product-item .product .details-qty input {
    padding: 0 9px;
    text-align: center;
    width: 45px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

#header .minicart .product-item .product .product-item-pricing span.price {
    color: #1A5BDA;
    float: left;
    font-family: 'Raleway';
    margin-top: 13px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    font-feature-settings: 'pnum' on, 'lnum' on, 'ss09' on;
}

#header .minicart .minicart-items-wrapper::-webkit-scrollbar {
    width: 5px;
    background: rgb(216, 216, 216);
    border-radius: 2px;
}

#header .minicart .product-item .product .product-item-details {
    width: 300px;
    padding-right: 20px;
}

#header .minicart .product-item .product .details-qty .qty-action {
    font-size: 25px;
    line-height: 20px;
    cursor: pointer;
}

#header .minicart .secondary {
    text-align: center;
    margin-top: 15px;
}

#header .minicart .viewcart {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-feature-settings: 'pnum' on, 'lnum' on, 'ss09' on;
    color: #1A5BDA;
    cursor: pointer;
}

#header .summary-count-cart {
    bottom: -10px;
    right: -10px;
}

#maincontent .columns {
    max-width: 100%;
    padding: 0;
    background: white;
}

#maincontent .columns .homepage-slide .js_slide {
    width: 100%;
}

#maincontent .columns .homepage-slide .js_slide .card-interactive {
    margin: 0;
    padding: 0;
    background: white !important;
    box-shadow: none;
}

@media (max-width:768px) {
    #header .container {
        height: 70px;
    }

    #header div.menu-icons {
        gap: 0.5rem;
    }

    #header button#menu-cart-icon,
    #header button#menu-search-icon,
    #header button#customer-menu {
        width: 30px;
    }

    #header button img {
        width: 20px;
    }

    #header .logo {
        width: auto;
        position: absolute;
        margin-left: 55px;
        margin-top: 5px;
    }

    #header .currency-change,
    #menu-search-icon {
        display: none;
    }

    #header .minicart {
        left: 0;
        right: 0
    }

    #header .menu-links .logo {
        margin-top: 15px;
        margin-left: 60px;
    }

    #header .minisearch {
        width: auto !important
    }

    #header .minisearch .close-icon {
        display: none
    }

    #header .minisearch #search:focus {
        outline: none;
        border: none;
        box-shadow: none;
    }

    #header .menu-links .currency-change {
        display: block;
        text-align: left;
    }

    #header .menu-links ul li span a {
        font-size: 20px;
        padding: 25px 30px;
        padding-left: 65px
    }

    #header .menu-links .currency-change button {
        font-size: 20px;
        margin-left: 35px;
        margin-top: 60px;
    }

    #header #search_mini_form input {
        font-size: 20px;
    }

    #header .menu-links ul li span a.active {
        color: #1A5BDA;
        padding-left: 50px;
    }

    #header .menu-links ul li span a.active::before {
        display: inline-block;
        content: "";
        width: 6px;
        height: 6px;
        background: #1A5BDA;
        line-height: 80px;
        vertical-align: middle;
        margin-right: 4px;
        margin-bottom: 2px;
    }
}