body {
    font-family: 'Poppins', sans-serif !important;
    margin: 0;
    padding: 0;
}

.info-bar {
    background-color: #00487a;
    color: white;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    font-size: 13px;
}

.info-bar>.container>.row>div:first-child {
    display: grid;
    place-items: center;
    justify-content: flex-start;
}

.info-bar .row>div {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.text-right {
    text-align: right;
}



.info-bar .container .row>div:last-child {
    display: flex;
}

.info-bar>.container>.row>div:nth-child(2) {
    text-align: center;
    display: grid;
    place-items: center;
}

.info-bar .abe-img {
    width: 500px;
}

.star-container {
    display: grid;
    place-items: center;
    margin-left: -2.5em;
}

.star-rating {
    display: flex;
    margin-right: 1em;
}

.star-rating>div {
    background-color: mediumseagreen;
    padding: 0.3em;
    margin-right: 0.2em;
}

.trust-img {
    display: grid;
    place-items: center;
    justify-content: flex-start;
}

.info-bar .container .row>div:last-child>div:first-child {
    display: flex;
    justify-content: end;
    margin-right: 0.5em;
}

.info-bar .rating-text span {
    font-family: 'Poppins', sans-serif !important;
    font-style: normal;
    font-weight: 100 !important;
    font-size: 15px;
}

.rating-text {
    align-items: center;
    display: flex;
}

.header {
    padding-top: 1em;
    /* padding-bottom: 1em; */
}

.header .row>div {
    padding-top: 1em;
    padding-bottom: 1em;
}

.header .logo-container {
    display: grid;
    place-items: center;
}

.header .logo {
    width: 167px;
}

.header .row>div {
    padding-top: 1em;
    padding-bottom: 1em;
}

.header .search-container {
    display: grid;
    place-items: center;
    padding-left: 3em;
    padding-right: 3em;
}

.header predictive-search {
    width: 100%;
    position: relative;
}

.header .top-search {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
}

.header .search {
    background-color: #efefef;
    /* font-family: 'Oswald', Helvetica, Arial, Lucida, sans-serif; */
    font-family: 'Poppins', sans-serif !important;
    font-size: 18px;
    width: 100%;
    border: 0;
    padding: 1em;
    text-align: center;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

.header .row>div {
    padding-top: 1em;
    padding-bottom: 1em;
}

.header .users-container {
    display: grid;
    place-items: center;
    text-align: center;
    /* font-family: 'Lato-Regular', Helvetica, Arial, Lucida, sans-serif; */
    font-family: 'Poppins', sans-serif !important;
}

.header .users-container>div {
    display: flex;
}

.header .row>div:last-child>div>div {
    margin-top: 1.5em;
    width: 100px;
}

.header .users-container i {
    font-size: 25px;
    color: #00487a;
}

.header .label {
    font-size: 15px;
    font-weight: 600;
}

.header .cart-count, .float-cart-icon .cart-count {
    position: absolute;
    right: 25px;
    top: -10px;
    background-color: #f72201;
    width: 25px;
    height: 25px;
    color: white;
    font-family: 'Poppins', sans-serif !important;
    border-radius: 25px;
    font-size: 10px;
    font-weight: 700;
    display: grid;
    place-items: center;
}

.monthly-deals .fa-solid {
    color: red !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    transform: scale(1.3);
    animation: pulse 1s infinite;
}

.mobile-logo-search-menu {
    display: none;
    position: relative;
}

.mobile-menu button {
    color: white;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #00487a;
    cursor: pointer;
    padding: 0.5em 1em 0.5em 1em;
}



.header .row>div {
    padding-top: 1em;
    padding-bottom: 1em;
}

.header .logo-container {
    display: grid;
    place-items: center;
}

.mobile-logo-search-menu>div {
    display: grid;
    place-items: center;
}

.py-16 {


    padding-top: 2rem;
    padding-bottom: 2rem;
}

.form-label {
    margin-bottom: .25rem;
    display: block;
    font-weight: 700;
    color: rgb(107 114 128);
}

.form-select {
    --tw-ring-offset-shadow: 0 0 #0000;
    max-width: 100%;
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity));
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    --tw-ring-shadow: 0 0 #0000;
    width: auto !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.form-select {
    background-position: right .5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

.action-btn {
    background-color: #00487a;
    color: white;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 20px;
    /* font-family: 'Oswald'; */
    /* font-style: italic; */
    padding: 0.5em 2em 0.5em 2em;
    margin-top: 2em;
}

.search-button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.top-search {
    display: flex;
    align-items: center;

}

.search-button i {

    color: #00487a !important;
}

.ranm {
    color: #00487a;
    font-weight: bold;
    text-decoration: none;
}

.dsk {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.main-heading {

    line-height: 1.375;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2.25rem;
    text-align: center;
    margin-bottom: 2rem;
}

.text-left {
    text-align: left;
}

.tp-widget-wrapper {
    text-align: center;
}

.tp-widget-wrapper a {
    display: block;
    height: 100%;
    padding: 1px;
}

#tp-widget-wrapper a {
    color: #fff;
    text-decoration: none;
}

#profile-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tp-widget-trustscore {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 6px;
}



.tp-widget-stars {
    margin: 0 auto 6px;
    max-width: 100%;
    width: 110px;
}

.tp-stars--5 .tp-star:nth-of-type(-n + 5) .tp-star__canvas, .tp-stars--5 .tp-star:nth-of-type(-n + 5) .tp-star__canvas--half {
    fill: #00b67a;
}

.tp-stars .tp-star__shape {
    fill: #fff;
}

.tp-widget-logo {
    margin: 0 auto;
    width: 65px;
}

.tp-logo__text {
    fill: #fff;
}

@media screen and (min-width: 260px) {
    .tp-widget-logo {
        display: inline-block;
        margin: 0 0 8px;
        vertical-align: middle;
    }
}

@media screen and (min-width: 200px) {
    .tp-widget-logo {
        width: 72px;
    }
}


/*  */
@media screen and (min-width: 200px) {
    .tp-widget-stars {
        margin: 0 0 8px;
        width: 100px;
    }
}

@media screen and (min-width: 260px) {
    .tp-widget-stars {
        margin: 0 8px 8px 0;
    }
}


@media screen and (min-width: 200px) {
    .tp-widget-trustscore, .tp-widget-stars {
        display: inline-block;
        vertical-align: middle;
    }
}

/*  */
@media screen and (min-width: 200px) {
    .tp-widget-trustscore {
        font-size: 18px;
        margin: 0 12px 8px 0;
    }
}

@media screen and (min-width: 200px) {
    .tp-widget-trustscore, .tp-widget-stars {
        display: inline-block;
        vertical-align: middle;
    }
}

@media (max-width: 992px) {
    .desk-only {
        display: none !important;
    }

    .info-bar {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .info-bar>.container>.row>div {
        font-size: 25px;

        text-align: center;
        justify-content: center !important;
    }

    .info-bar .container {
        width: 100% !important;

        padding-left: 3em;
        padding-right: 3em;
        max-width: 100% !important;
    }

    .desktop-logo-search-menu {
        display: none;
    }

    .mobile-logo-search-menu {
        display: flex !important;
    }

    .header .row>div {
        padding-bottom: 0 !important;
        margin-left: auto;
        margin-right: auto;
    }

    .header .row>div {
        padding-bottom: 0 !important;
        margin-left: auto;
        margin-right: auto;
    }

    .header .logo {
        width: 250px !important;
    }

    .header .row>div {
        padding-bottom: 0 !important;
        margin-left: auto;
        margin-right: auto;
    }

    .header .row>div:last-child>div>div {
        margin-top: 1.5em !important;
    }

    .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 3em;
        padding-right: 3em;
    }

    .header .users-container i {
        font-size: 60px !important;
    }

    .fa-solid.fa-bars {
        font-size: 40px
    }
}

@keyframes pulse {
    0% {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }

}