html, body{
    overflow-x: hidden !important;
}
.one-product-feartured {
    padding: 20px;
    border-radius: 3.5px;
    position: relative;
    border: 1px solid #eef0f3;
}

.view-more-product a {
    display: block;
    border: 1px solid #ff8cb300;
    padding: 10px 34px;
    border-radius: 12px;
    background: var(--light-red-main-color);
    color: var(--red-main-color);
    font-weight: 500;
    text-decoration: none;
}

.view-more-product {
    margin: 0 auto;
    margin-top: 40px;
}

    .view-more-product a:hover {
        background: #fbb8ce;
        border: 1px solid #f9d2df;
    }

h2.title-section {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 26px;
    color: #212b36;
}

.tab-menu-product ul {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #dedede;
}

    .tab-menu-product ul li {
        display: inline-block;
        padding: 10px 16px;
        cursor: pointer;
        position: relative;
        user-select: none;
        font-weight: 600;
        text-transform: uppercase;
        font-weight: 600;
    }

.tab-menu-active {
    color: #ff0047;
    font-weight: 600;
}

.header-slider button.owl-dot {
    width: 10px;
    height: 10px;
    background: #ffffff !important;
    border-radius: 50%;
    margin-left: 5px;
    outline: none;
    border: 1px solid #8c8c8c;
}

.header-slider .owl-dots {
    position: absolute;
    z-index: 999999;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* .slider-feartured-product .owl-stage {
    margin-left: -10px;
    margin-right: -10px;
} */

.header-slider button.owl-dot.active {
    background: #e60019 !important;
    border: 1px solid white;
}

/* .tab-menu-active::after{
    content: "";
    bottom: -2px;
    width: 100%;
    height: 3px;
    background: #ff0047;
    position: absolute;
    left: 0;
} */

.tab-menu-product {
    margin-bottom: 30px;
    position: relative;
}

.active-tab-product {
    display: flex !important;
}

.alert.alert-warning {
    width: 109%;
}

.status-bar-tab {
    position: absolute;
    height: 3px;
    width: 160px;
    z-index: 1;
    background: #ff0047;
    bottom: -1px;
    transition: 0.4s;
    left: 0;
}

.product-tab-wrap {
    transition: 0.7s;
    overflow: hidden;
}

a.view-all {
    float: right;
    margin-right: 10px;
    font-size: 12px;
    color: #e60019;
}

.one-product-feartured a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}

.panel-mobile .owl-nav, .slider-categories-product .owl-nav {
    display: none;
}

.one-category {
    position: relative;
    display: inline-block;
}

.slider-categories-product::-webkit-scrollbar {
    width: 0px;
}

    .one-category a {
        position: relative;
    }

.slider-categories-product {
    overflow-x: auto;
}

.wrap-category-product {
    width: max-content;
}

.product-tab-wrap{
    min-height: 352px;
}
