.swiper-img {
    width: 100%;
    height: 100%;
}

.swiper-item {
    cursor: pointer;
}

#advPopup .el-message-box {
    max-width: 80%;
    width: 80%;
    background: none;
    overflow: visible;
    padding: 20px;
}

#advPopup .el-message-box__headerbtn {
    right: 0;
    top: 0;
    transform: translate(100%, -100%);
}

#advPopup .el-message-box__close {
    font-size: 2em;
}

#advPopup .el-message-box__btns {
    display: none;
}

#advPopup .el-message-box__header {
    padding: 0;
}

#advPopup .el-message-box__message {
    width: 100%;
}

.el-overlay {
    background-color: var(--el-overlay-color-light);
    z-index: 10000 !important;
}

body {
    .el-rate {
        --el-rate-void-color: #ffca00;
        --el-rate-fill-color: #ffca00;
    }
}
.el-category {
    height: 40px;
}
.el-category .fa-list {
    margin-right: 5px;
    margin-top: 3.5px;
}

.el-category .el-sub-menu__title,
.el-category .is_opend .el-sub-menu__title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: var(--color-main) !important;
    color: #fff !important;
    padding: 0 40px;
}
.el-category .el-sub-menu__title .el-sub-menu__icon-arrow {
    display: none;
}
.el-category-link {
    display: flex;
    align-items: center;
    width: 100%;
    white-space: nowrap;
}
.el-category-image {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.el-category-main {
    padding: 20px;
    display: flex;
    width: 60vw;
}
.el-category-left {
    flex: 1;
    width: 100px;
}
.el-category-right {
    width: 300px;
    margin-left: 10px;
}
.el-category-leftTop {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.el-category-leftBottom {
    margin-top: 20px;
}

.el-category-leftTopMenu {
    display: flex;
    align-items: flex-start;
    width: max-content;
    gap: 10px;
    width: 100%;
}
.el-category-brands {
    display: flex;
    gap: 10px;
    width: 100%;
    height: 220px;
    overflow-y: auto;
    flex-wrap: wrap;
}

.el-category-brandsItem {
    width: 100px;
    height: 100px;
    cursor: pointer;
}
.el-category-leftTopSubMenu {
    display: flex;
    gap: 10px;
    width: max-content;
    flex-wrap: wrap;
}
.el-category-menuTtitle {
    font-size: 14px;
    font-weight: bold;
    width: max-content;
}
.el-category-subMenuTtitle {
    font-size: 14px;
    width: max-content;
}
.promotions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    overflow-y: auto;
    width: 100%;
}
.promotions .el-tag {
    background: red;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    height: auto!important;
    padding: 2px 10px;
    font-size: 16px;
    width: 100%;
    border-radius: 5px;
}
.promotions .el-tag .el-tag__content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.promotions-endTime {
    font-size: 10px;
    letter-spacing: 0px;
    margin-top: 3px;
    font-weight: 100;
    font-size: 10px;
}
.el-message {
    z-index: 9999 !important;
}
.promotions-small {
    flex: 1;
    display: flex;
    overflow: hidden;
    width: 100px;
}
.promotions-small .el-tag {
    --el-tag-font-size: 10px;
    height: 20px;
    margin-right: 3px;
}
.red {
    color: red;
}
.goods_flags_wrap {
    position: relative;
}
.goods_flags {
    position: absolute;
    left: 10px;
    top: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 1;
}
.goods_flags .el-tag {
    font-size: 12px;
    border: none !important;
    color: #333 !important;
    background: #fdf001 !important;
    &:nth-child(2n) {
        background: #f5a93e !important;
    }
}

.goods_params {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 2px 10px;
    background: #fff47b;
    border-radius: 5px;
    font-size: 10px;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.product-grid .product-item .card-item {
    text-align: center;
    display: block;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
    background: #fff;
    height: 100%;
}

@media screen and (min-width: 1500px) {
    .container {
        width: 1500px !important;
    }
}
@media screen and (min-width: 1200px) {
    .container {
        width: 1200px !important;
    }
}
