.mall-product {
    overflow: hidden;
    height: 58px;
    text-align: center;
}

.mall-product a {
    font-size: 18px;
    line-height: 1.2;
}

.mall-product-price {
    /* line-height: 1.2; */
    line-height: 56px;
    color: #ec1f25;
    font-size: 18px;
    padding: 0px 10px;
    text-align: left;
}

.mall-banner-promotion {
    margin-bottom: 50px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mall-cate-list {
    display: flex;
    justify-content: space-between;
    min-height: 103px;
}

.cate-list-img {
    width: 55%;
    transition: 0.5s all ease-in-out;
    overflow: hidden;
    text-align: center;
}

.cate-list-img:hover {
    transform: scale(1.2);
}

.cate-list-img img {
    width: 70%;
}

.cate-list-name {
    width: 52%;
    padding: 15px 10px;
}

.cate-list-name a {
    word-wrap: break-word;
    font-size: 20px;
    line-height: 1;
}

.cate-list-name p {
    font-size: 18px;
}

.col-cate-mall-top {
    border-right: 1px solid rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.col-cate-mall-bottom {
    border-right: 1px solid rgba(0, 0, 0, .05);
}

.box {
    border-radius: 8px;
    padding: 2px 22px !important;
}

.bssdlp-box {
    box-shadow: 0 0 3px rgb(0 0 0 / 27%) !important;
}

.bssdlp-title a {
    line-height: 1.2;
}

.box-shopmall-rec-shop {
    overflow: hidden;
}

.bssdlp-image {
    overflow: hidden;
}

.mall-img {
    margin-top: 10px;
    transition: 0.6s all ease-in-out;
    overflow: hidden;
}

.mall-img:hover {
    transform: scale(1.1);
}

/*.mall-img img:hover {
    transform: scale(1.1);
    transition: 0.6s all ease-in-out;
}*/
.head-shopmall {
    display: flex;
    justify-content: space-between;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.btn-load-more {}

.box-shopmall-rec-shop {
    width: 180px;
}

.swiper-slide {
    width: 200px !important;
}

.ssdlp-title {
    height: auto !important;
}

.btn-style {
    padding: 0;
    margin: 0;
    border: 0;
    width: 159px;
}

.bg-active {
    background: linear-gradient(to bottom, #ff6272 0, #e3052c 100%) !important;
}

.bg-active1 {
    /* border: 7px solid #e3052c; */
    background: linear-gradient(to bottom, #ff6272 0, #e3052c 100%) !important;
}

.container-banner2 {
    background-image: url({{$BASE_URL}}/templates/images/shopmall-03.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    margin-top: 30px;
    height: 340px;
    padding: 0px 0px;
    margin-bottom: 0px;
}

@media screen and (max-width: 900px) {
    .container-banner2 {
        margin-top: 150px;
        margin-bottom: 60px;
    }

    h2 {
        font-size: 26px;
    }

    header {
        min-height: 65px;
    }

    .cate-list-img img {
        width: 100%;
    }

    .cate-list-name {
        width: 100%;
        padding: 5px 10px;
        text-align: center;
    }

    .cate-list-img {
        margin: 0px auto;
    }

    p:last-child {
        margin-bottom: 0em;
    }

    .mall-cate-list {
        display: block;
    }

    .bssd-grid {
        padding: 5px;
    }
}

@media (min-width: 768px) {
    .product-card>.col-sm-4:nth-child(4) {
        display: none;
    }
}  

.font-color-product {
    color: black;
    font-size: 16px !important;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.font-style {
    font-size: 11px;
}

.flex-cod {
    position: absolute;
    left: 2;
    top: 2.625rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 1;
    max-width: 104%;
  }

  .flex-mall {
    position: absolute;
    left: 2;
    top: 0.625rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 1;
    max-width: 104%;
  }


  .flex-cod-1 {
    text-align: center;
  }

  .flex-cod-1-1 {
    position: relative;
    display: flex;
    align-items: center;
    height: 1.5rem;
    font-size: .5625rem;
    line-height: .6875rem;
    font-weight: 500;
    padding: 0 4px;
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
    background: currentColor;
    left: -0.1875rem;
  }

  .flex-cod-1-1::before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -0.1875rem;
    border-top: 0.1875rem solid;
    border-left: 0.4rem solid transparent;
    filter: brightness(60%);
  }

  .flex-cod-2 {
    color: #fff;
    font-size: 13px;
    line-height: 1.5rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .text_mall {
    color: red;
    font-size: 14px;
    padding: 0px;
    margin-top: 16px;    
  }


