/* main */
.carouselDiv{
    height: auto;
}
.carouselDiv .el-carousel{
    height: 500;
}
/* New Products */
.alignBothEnds{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    padding: 0 10px;
}
.alignBothEnds .item:nth-child(1){
    font-size: 25px;
    /* font-weight: 600; */
}

/* .newProducts{
    padding: 0 100px;
} */
.newProductCol{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0px;
}
.newProductCol .item{
    margin-top: 20px;
    width: 33.33%;
    padding: 0 10px;
}
.newProductCol .item .card{
    border: none;
}

.cardImg img {
    max-height: 80%;
    /* width: auto; */
    max-width: 80%;
}
/* .cardImg:hover~span.cardSpan{
    height: 300px;
} */
.cardSpan{
    transition: height 0.4s; 
    width: 100%;
    height: 7px;
    background-color: rgba(231, 48, 44,0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    height: 7px;
}
.cardSpanActive{
    height: 100%;
}

.card-body div,
.card-body h5{
    text-align: center;
}
.card-body .cardTitleActive{
    color: #e7302c;
}
.swiper-container {
    /* height: 300px; */
    width: 100%;
  }
.swiper .swiper-slide{
    /* height: 80px; */
    padding: 10px;
}
.swiperImg {
    line-height: 1;
    overflow: hidden;
}
.swiperImg .time{
    padding: 12px 30px;
    background-color: #171717;
    color: #ffffff;
    font-size: 16px;
}
.swiperImg img{
    max-width: 100%;
    max-height: 100%;
    line-height: 1;
    /* width: auto; */
    width: 100%;
}
.card:hover{
    box-shadow: 0 0 12px #949494;
}
.swiperBody{
    padding: 30px 0;
    font-size: 13px;
}
.swiperBody .card-title{
    font-size: 18px;
}
.swiperBody a{
    font-size: 14px;
    color: #c00;
}

.latestInt{
    display: flex;
    padding: 50px 50px;
    justify-content:space-between;
    color: #bdc3c7;
}
@media (max-width: 450px) {
    .newProductCol .item{
        width: 50%;
        padding: 0 10px;
    }
}