.manu-bar .main-manu li .active {
    color: #000;
    font-weight: bold;
    background-color: #f4ecbe;
    padding: 22px 10px;
}

.is-invalid {
    color: #ff8400;
}

.form-control {
    border-radius: 0;
    font-size: 14px;
    min-width: auto;
    letter-spacing: 1.4px;
    box-sizing: border-box;
    line-height: 1.6;
    height: 40px;
    padding: 10px 14px;
    vertical-align: middle;
    border: 1px solid #eeeeee !important;
    transition: all 0.4s ease;
}

.sidebar-widget .active {
    color: var(--color-orange);
}

.brand-logo .logo a {
    padding: 15px !important;
    margin: 15px;
    /* border: 1px solid #eeeeee; */
    border-radius: 6px;
    /* box-shadow: -1px -1px 3px #ff84003b; */
}

.brand-logo .logo a img {
    width: 120px;
    height: 80px;
}
.mid-bar .logo a img {
    width: 100%;
}
.b-1 {
    border: 1px solid #eeeeee;
}

.br-5 {
    border-radius: 5%;
}

.ad-poster {
    height: 250px;
    overflow: hidden;
    cursor: pointer;
}

.refunded {
    border-bottom: 1px solid #d5d5d5;
}

.back-to-top {
    display: block;
}

.profile-file {
    display: none;
}

.msg-error {
    color: red;
}

.dis-card,
.cat-items .item {
    cursor: pointer;
}
#product-area {
    position: relative;
    overflow: hidden;
}

#product-loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
}

.overlay-content {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 15%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
}
.nice-select .list {
    height: 160px;
    overflow: auto;
    width: 100%;
}
.nice-select {
    border-radius: 5px !important;
    height: 50px;
}
section .table tbody td a.link-anime {
    min-width: 150px;
}

.top-social-links a {
    width: 25px;
    height: 25px;
    line-height: 22px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: #6d6d73;
    border: 2px solid rgba(12, 25, 40, 0.03);
    transition: 0.4s ease;
}

.top-social-links a:hover {
    color: #ff8400;
    /* border: 2px solid rgba(0, 0, 0, 0.6); */
}

.contact-infos {
    width: 100%;
    height: auto;
    padding: 10px;
    border: 2px dotted var(--color-orange);
}

.contact-infos .single-item small {
    padding: 0 3px;
    border: 2px dotted var(--color-orange);
    line-height: 16px;
}

/* unibox */
.suggestion-wrap {
    width: 84%;
    left: 5%;
    overflow: hidden;
    padding: 0 15px;
    display: none;
}
.unibox-selectable a {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}
.unibox-selectable {
    margin: 15px 1px;
    display: block;
}
.unibox-selectable img {
    padding: 0 !important;
}
.mobile-and-desktop-search:hover .suggestion-wrap {
    display: block !important;
}
.brand-widget ul {
    max-height: 290px;
    overflow: auto;
}
.brand-widget {
    overflow: auto;
}
.bordered-price input {
    padding: 0;
    height: 30px;
    text-align: left !important;
}
.bordered-price {
    border: 1px solid #a8a8a8;
    color: #404040;
    background: #fff;
    text-align: left !important;
    padding: 0 8px;
    border-radius: 4px;
}
.price-input-wrapper1 {
    display: flex;
    align-items: center;
    gap: 5px;
}
.price-range-btnn {
    background-color: var(--color-orange);
    border-color: var(--color-orange);
    color: #fff;
    height: 30px;
    width: 40px;
    border: 0;
    box-shadow: none;
    border-radius: 5px;
}
.product-size-wrap .product-size {
    overflow: hidden;
}
.product-card {
    background: #fff;
}
.unibox-selectable.active,
.unibox-selectable:hover {
    background: rgba(55, 73, 187, 0.04) !important;
}
.unibox-selectable a {
    display: flex;
    padding: 5px 10px;
    gap: 15px;
}
.unibox-selectable a b {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-orange) !important;
    line-height: 1;
}
.unibox-selectable a p {
    font-size: 16px;
    font-weight: 400;
    color: #000 !important;
    line-height: 1;
}
.unibox-selectable a .sess-discount {
    display: flex;
    align-items: center;
    gap: 10px;
}
.unibox-selectable a .sess-discount del {
    font-weight: 400;
    color: #191919 !important;
    line-height: 1;
    opacity: 0.8;
}
.unibox-selectable a .sess-discount b {
    color: #000 !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
}
.product-card-details small {
    color: #000 !important;
    font-weight: 500;
}
.product-serarch-btn {
    text-align: center;
    line-height: 20px;
    background: rgba(240, 75, 35, 0.02);
    border-radius: 5px;
    color: var(--color-orange);
    padding: 10px;
    display: block;
    border: none;
    box-shadow: none;
    width: 100% !important;
    font-size: 16px;
}
.unibox-selectable .input-group {
    display: block !important;
}
.product-serarch-btn:hover {
    background: var(--color-orange) !important;
    color: #fff;
}
small.sold-out {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
    font-size: 18px;
    font-weight: bolder;
    color: #ffffff;
    z-index: 1;
    position: absolute;
    top: calc(45%);
    background-color: rgba(225, 49, 51, 0.8);
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}
.flash-offer-count .offer-text .offer-wrap .countdown-item span {
    display: none;
}
.flash-offer-count
    .offer-text
    .offer-wrap
    .countdown
    > div
    h2.countdown-number {
    line-height: 8px;
}
.flash-offer-count .offer-text .offer-wrap .countdown-item {
    border-radius: 4px;
    height: 30px;
    width: 30px;
}
.flash-offer-count .offer-text .offer-wrap .countdown {
    display: flex;
    align-items: center;
}

.flash-offer-count .offer-text .offer-wrap h6 {
    font-size: 16px;
    margin-right: 15px;
}
section.categories {
    padding-top: 0;
    padding-bottom: 40px;
}
.bordered-price .last,
.bordered-price .first {
    position: relative;
    top: 1px;
}
.image-thumbnail-with-video {
    position: relative;
}
.image-thumbnail-with-video .popup-youtube {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 30px;
    z-index: 5;
}
.categori-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
}
.categories .cat-items .item img {
    height: 155px;
}
.categories .cat-items .item {
    padding: 0;
    margin: 0;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background-color: #fff;
}
.categories .cat-items .item:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    -webkit-transform: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transform: all 0.3s ease-in-out;
    position: relative;
    z-index: 2;
}
.categories .cat-items {
    padding: 0;
    margin: 0;
}

@media (max-width: 999px) {
    .categori-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}

/* Hide search bar and show search icon on small screens */
.search-icon {
    display: none;
}

.fixed_footer_menu {
    display: none;
}
.mid-bar .mobile-navbar {
    display: none !important;
}
.mobile-navbar .search-icon {
    color: var(--color-orange);
    font-size: 20px;
}

@media (max-width: 992px) {
    .mid-bar .desktop-navbar {
        display: none !important;
    }
    .mid-bar .mobile-navbar {
        display: block !important;
    }
    #search-bar {
        display: none;
    }
    .search-icon {
        display: block;
        cursor: pointer;
    }
    .mobile-navbar .mid-search .input-group,
    .mobile-navbar .mid-search .input-group input {
        width: 100% !important;
    }

    .mobile-navbar .logo a img {
        width: 100% !important;
        min-height: auto !important;
    }

    .fixed_footer_menu {
        display: block;
        background-color: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 16px;
        z-index: 99;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
    .fixed_footer_menu ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .fixed_footer_menu .dropdown li a {
        display: block;
        padding: 5px 10px;
        text-align: center;
        font-size: 14px;
        color: var(--color-gBlack);
        background: var(--color-tr);
    }

    .fixed_footer_menu .dropdown .dropdown-toggle::after {
        /* display: none !important; */
        position: absolute;
        top: 5px;
        right: 0px;
    }
    .fixed_footer_menu .dropdown .dropdown-menu.show {
        display: block !important;
        transform: translate3d(-108px, -50px, 0px) !important;
    }
    .fixed_footer_menu .dropdown .dropdown-menu {
        display: none;
    }
}

.mid-bar .mobile-navbar .mair-right .menu-btn {
    top: -10px;
    left: 0px;
}

.mobile-navbar .mid-search .position-absolute {
    position: absolute !important;
    top: 48%;
    transform: translateY(-50%) !important;
    right: 8%;
}

.mobile-navbar .mid-search .position-absolute i {
    font-size: 16px;
}

.mid-bar .fixed_footer_menu ul li .fixed_footer_menu_link {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--color-orange);
}

.fixed_footer_wishlist_count,
.fixed_footer_cart_count {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background-color: var(--color-orange);
    color: white;
    font-size: 11px;
    border-radius: 50%;
    margin-top: -9px;
    margin-right: 4px;
}
.fixed_footer_cart_count {
    margin-right: -5px !important;
}

/* category css style start */
@media (min-width: 550px) and (max-width: 992px) {
    .product-tab-top {
        grid-template-columns: repeat(2, 1fr);
    }
    .product-tab .nav-tabs {
        justify-content: end;
    }
}
@media (min-width: 550px) and (max-width: 768px) {
    .product-tab .nav-tabs {
        margin-top: 10px;
    }
}
@media (min-width: 0px) and (max-width: 550px) {
    .product-tab-top {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (min-width: 0px) and (max-width: 770px) {
}

@media (min-width: 0px) and (max-width: 996px) {
    footer .main-footer .back-to-top {
        bottom: 85px;
    }

    footer .main-footer {
        margin-bottom: 60px;
        padding-top: 30px;
    }
}
@media (min-width: 427px) and (max-width: 770px) {
    section .main-title h4 {
        line-height: 20px;
        font-size: 16px;
        padding-bottom: 5px;
    }

    section .main-title .right-link a {
        font-size: 16px;
    }
}

@media (min-width: 0px) and (max-width: 426px) {
    section .main-title h4 {
        line-height: 20px;
        font-size: 13px;
        padding-bottom: 5px;
    }

    section .main-title .right-link a {
        font-size: 13px;
    }
}
