
@font-face {
    font-family: 'Poppins';
    font-weight: 500;
    src: url('/assets/font/poppins-v22-latin-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 800;
    src: url('/assets/font/poppins-v22-latin-800.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    src: url('/assets/font/poppins-v22-latin-regular.woff2') format('woff2');
}

h1,
h2,
h3,
h4,
h5,
h6,
.profile_label,
.profile_label_large,
.key_header,
strong,
.large {
    font-family: 'Poppins', sans-serif !important;
}

body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif !important;
    background-color: #ebebeb !important;
}

h1 {
    font-weight: 800;
}

p {
    font-weight: 400;
}
.rebrand {
    
    .search-category .caret {
        border-top-color: #000;
    }

    .typeahead__container{
        font: 1rem 'Poppins', sans-serif;
    }

    .mag-glass-icon{
        height: 25px;
        width: 25px;
        fill: #FF7D0F;
    }

    .browse-link a:hover {
        text-decoration: underline;
        color: #FF7D0F !important;
    }
    .blog-browse-link a:hover {
        text-decoration: underline;
        color: #FF7D0F !important;
    }

    .blog-card {
        margin-bottom: 15px;
    }

    .blog-content {
        border-bottom: 1px solid #E4E4E4;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .blog-card img {
        overflow: hidden;
        border-top: 1px solid #E4E4E4;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .blog-card h3 {
        font-size: 18px;
        text-align: left;
        font-weight: 500;
        margin: 0;
    }

    .blog-card a{
        font-weight: 500;
    }

    .typeahead__container .typeahead__empty {
        font-family: Poppins, sans-serif !important;
    }

    .addon-card-container {
        border-radius: 8px;
    }

    .panel-primary>.panel-heading {
        background-color: #333F48 !important;
        border-color: transparent !important;
        height: 38px;
        width: 100%;
        border-radius: 0px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .search-btn {
        text-align: center;
        color: #fff;
        position: relative;
        font-weight: 500 !important;
        font-size: 16px !important;
        text-transform: none;
        line-height: 25px !important;
        border: 2px solid #16A7FF;
        border-radius: 8px;
        background: #16A7FF;
        margin-bottom: 10px;
    }

    .search-btn:hover {
        background: transparent;
        color: #16A7FF;
    }

    .btn-black {
        background-color: #fff;
        background: #fff;
        color: #000;
        border: 2px solid #000;
        border-radius: 8px !important;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        height: 50px;
        padding: 0 20px;
        min-width: 97px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.15s ease-in-out;
    }
    .btn-black:focus, .btn-black:active {
        box-shadow: 0 0 0 2px #16A7FF;
    }

    #home-ser.new-btn-orange {
        font-size: 16px;
        background: #FF7D0F;
        color: #000;
        border: 2px solid #FF7D0F;
        border-radius: 8px !important;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.15s ease-in-out;
        text-transform: uppercase;
    }
    #home-ser.new-btn-orange:hover{
        background: #000;
        color: #fff;
        border-color: #000;
    }

    .cart-button-container .new-btn-orange {
        font-size: 16px;
        background: #FF7D0F;
        color: #000;
        border: 2px solid #FF7D0F;
        border-radius: 8px !important;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.15s ease-in-out;
        text-transform: uppercase;
    }
    .cart-button-container .new-btn-orange:hover{
        background: #000;
        color: #fff;
        border-color: #000;
    }

    .button-black:hover i.fa-solid.fa-angle-down,
    .button-black:focus i.fa-solid.fa-angle-down,
    .button-orange:hover i.fa-solid.fa-angle-down,
    .button-orange:focus i.fa-solid.fa-angle-down {
        color: #000 !important;
    }
    .button-orange:hover i.fa-solid.fa-angle-down {
        color: #fff !important;
    }

    #hero button#home-ser:hover {
        background: #000 !important;
        color: #fff !important;
        border-color: #000 !important;
    }
    @media (max-width: 1140px) {
        #hero button#home-ser {
            width: auto !important;
        }
    }

    /* Caret */
    i.fa-solid.fa-angle-down {
        padding: 0px 4px;
        font-size: 16px;
        color: #000;
    }

    /* input styles */
    input{ 
        font: 500 18px / 33px 'Poppins', sans-serif;
        border: 2px solid #E4E4E4;
        border-radius: 8px;
        box-shadow: none !important;
        background: #fff;
        font-weight: 400;
    }

    .typeahead__list{
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .typeahead__item,
    .typeahead__group-addon span {
        font-family: 'Poppins', sans-serif !important;
    }

    /* Center search styles */
    .center-search {
        /* max-width: 800px; */
        /* margin: 0 auto; */
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .landing .center-search {
        max-width: 1000px !important;
    }

    .center-search input[type="text"],
    .center-search input {
        font: 500 18px / 33px 'Poppins', sans-serif;
        border: 2px solid #000;
        border-radius: 8px !important;
        box-shadow: none !important;
        background: #fff;
        height: 50px !important;
        padding: 10px 16px !important;
        line-height: 1.33 !important;
        width: 100% !important;
        font-weight: 400;
        color: #000;
    }

    .text-center .center-search .search-category:hover,
    .text-center .center-search .search-category:focus,
    .text-center .center-search .search-category:active {
        color: #000 !important;
        background: #fff !important;
    }

    .text-center .center-search .search-category:focus-visible {
        border-color: #ccc !important;
    }

    .center-search button.btn.btn-default.btn-lg.dropdown-toggle.search-category .fa-search:before {
        width: 17px;
        height: 18px;
    }

    .center-search button:hover i.fa-solid.fa-angle-down,
    .center-search button:focus i.fa-solid.fa-angle-down {
        color: #000 !important;
    }

    .text-search {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        margin-right: 10px;
    }

    @media (max-width: 1140px) {
        .landing .center-search {
            max-width: 100% !important;
        }
    }

    @media (max-width: 767px) {
        .input-group-btn.search-submit-btn {
            display: none !important;
            visibility: hidden !important;
        }

        .input-group-btn.dropdown.search-dropdown {
            display: none !important;
            visibility: hidden !important;
        }

        .input-group.dropdown.search-dropdown {
            display: none !important;
            visibility: hidden !important;
        }
    }
}