.header-cat {
    height: 380px;
}
.category-list-group {
    height: 97%;
}
.categories-circle {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    /* background-color: red; */
}
.sub-category-items {
    font-size: 14px;
}
.sub-category-items:hover {
    background-color: #cecece;
    border-radius: 2%;
}
dt {
    font-weight: 200;
}
.sub-cat {
    width: 800px;
    height: 100%;
    display: none;
    position: absolute;
    top: 30px;
    left: 223px;
    margin-left: 0;
    background-color: #fff;
    /* border: 1px solid #e9e9e9; */
    z-index: 99;
    box-shadow: 0 0px 2.2px rgba(179, 179, 179, 0.034),
        0 100px 80px rgba(179, 179, 179, 0.034);
    border: 0.1px solid rgba(180, 180, 180, 0.267);
    /* border-right: 0.1px solid rgba(180, 180, 180, 0.267); */
    /* border-bottom: 0.1px solid rgb(180, 180, 180, 0.267); */
}
.sub-cat-main {
    background-color: white;
    position: relative;
    width: auto;
    padding: 5px 0 10px 20px;
    white-space: nowrap;
    overflow: hidden;
}
.cl-item > dt:hover {
    font-weight: 900;
    /* color: red; */
    border-bottom: 0.2px solid rgba(172, 172, 172, 0.308);
    border-left: 0.2px solid rgba(172, 172, 172, 0.308);
}

.cl-item > dt > a:hover,
.cl-item > a {
    color: rgb(255, 168, 7);
    font-weight: bolder;
}
.cl-item:hover > dd.sub-cat {
    /* border: 1px solid #e9e9e9; */
    display: block;
}
.sub-cate-level2 {
    list-style-type: none;
}
.sub-cate-level2 > li {
    font-size: 12px;
}
.avatar {
    vertical-align: middle;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.mb-category-list {
    display: none;
}
.mb-category {
    margin-bottom: 10px;
    width: 20% !important;
}

.mb-category > p {
    font-size: 13px;
}

.category-img {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.clib-ract {
    text-align: center;
    vertical-align: middle;
    background-color: #dfdfdf80;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.normal-font-size {
    font-size: 12px;
    font-weight: 500;
}
.product-card {
    height: 232px;
    width: 169px !important;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
.p-name {
    white-space: nowrap;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.p-name-2L {
    height: 2em;
    line-height: 1em;
    overflow: hidden
    font-weight: bold;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    word-wrap: break-word
    font-size: 16px;
    width: 100%;
}
.see-more {
    font-size: 14px;
    font-weight: 600;
}
.see-more:hover {
    color: #fd7e14;
    text-decoration: underline;
}
.d-line {
    height: 1px;
    width: 123px;
    border-top: 1px solid hsla(0, 0%, 59.2%, 0.3);
    margin: 0 14px;
}
.button-sign-in {
    display: block;
    background-color: #f5f5f5;
    color: #222;
    width: 90%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border-radius: 18px;
    cursor: pointer;
}

.carousel-slide {
    height: 100%;
}
.carousel-inner {
    height: 100%;
}
/* banner style */
.banner-main {
    background-image: var(--url);
    background-repeat: no-repeat;
    /* background-size: 100% 100%; */
    background-size: 100% 100%;
    width: 100%;
    height: 63%;
}
.categories-main {
    width: 22%;
}
.advertise-main {
    width: 60%;
}
.channel-banner-main {
    width: 100%;
}
.account-main {
    width: 18%;
}

.mb-category {
    height: 35%;
    width: 100%;
}

.mobile-main {
    margin: 1em 0rem 0em !important;
}

.p-advertise {
    height: 182px;
}
