.swiper-container-deals,.fe-swiper-container,.swiper-container-new-stores,.swiper-container-featured-stores{
    visibility: visible !important;
}

.swiper-content{
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
    /*opacity: 0;*/
}
.home-today-deals-list .today-deals-item2 span:nth-child(2){
    display: none;
}
.dealmodule-list-main{
    overflow: hidden;
    padding-top: 30px;
}
.dealmodule-list-main ul{}
.dealmodule-list-main ul li{
    float: left;
    width: 20%;
    padding: 10px;
}
.dealmodule-list-main ul li a{
    box-shadow: 0px 2px 4px 0px rgba(18, 23, 21, 0.18);
    border-radius: 6px;
    background: #fff;
}
.dealmodule-list-main ul li img{
    width: 100%;
}
.new-swiper-button-next {
    background-color: rgb(28 32 30 / 12%);
    box-shadow: 0px 4px 8px 0px rgba(8, 45, 30, 0.22);
}

.new-swiper-button-prev {
    background-color: rgb(28 32 30 / 12%);
}

.new-swiper-button-next, .new-swiper-button-prev {
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
    color: #939393 !important;
    text-align: center;
    opacity: .95;
    font-size: 2rem;
    line-height: 30px;
    position: absolute;
    top: 50%;
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-template-tit{
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-template-tit1-name{
    font-size: 2vw;
    color: #1C201E;
    line-height: 50px;
    font-weight: 600;
    padding: 40px 0 30px 0;
}
.swiper-template-tit1-name img{
    width: 100%;
}
.position-relative{
    position: relative!important;
}

.swiper-padding2 {
    padding: 4px 2px 6px 2px;
}
@media screen and (min-width: 1781px){
    .swiper-slide-deals-item {
        height: auto !important;
    }
    .swiper-slide-deals-item img{
        height: auto;
        max-height: none !important;
    }
}
.swiper-slide-deals-item{
    background: #FFFFFF;
    box-shadow: 0 2px 6px 1px rgb(123 124 124 / 18%);
    border-radius: 6px;
    min-height: 244px;
    height: auto !important;
    overflow: hidden;
}
.todayDeals img{
    width: 100%;
}
.home-today-deals-list{
    padding: 10px 12px 14px 10px;
    text-align: left;
}
.newtoday-deals-item1{
    font-size: 14px;
    font-weight: normal;
    color: #555856;
}
.home-today-deals-list .today-deals-item1{
    font-size: 14px;
    font-weight: 400;
    color: #1C201E;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 5px;
    word-wrap: break-word;
}
.home-today-deals-list .today-deals-item2{
    font-size: 24px;
    align-items: end !important;
}
.home-today-deals-list .today-deals-item4{
    font-size: 16px;
    font-weight: normal;
    color: #FF5306;
    line-height: 14px;
    font-style:oblique
}
.today-deals-item4 i{
    font-style: oblique;
    font-weight: bold;
}
.newtoday-deals-item1{
    font-size: 14px;
    font-weight: normal;
    color: #555856;
}
.home-today-deals-list .today-deals-item1 span:nth-child(1){
    font-size: 20px;
    font-weight: 500;
    color: #3E403F;
    line-height: 18px;
}
.swiper-right-next,.swiper-left-prev{
    /*display: none;*/
}
.homeSwiperHover:hover .swiper-right-next,
.homeSwiperHover:hover .swiper-left-prev{
    display: grid;
}
.swiper-template-text-title{
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #1C201E;
    line-height: 36px;
    padding-top: 40px;
}