﻿

        .pordOnsale2_swiper,
        .pordOnsale3_swiper {
            height:auto;
            display:block;
            margin-bottom:30px;         
        }

        .pordOnsale3_swiper.kt-container {
            width: 1140px;
        }

        .swiper-container {
            width: 100%;
            height: 100%;
        }
        .pordOnsale2_swiper .swiper-container,
        .pordOnsale3_swiper .swiper-container{
            padding-bottom: 60px;
        }

        .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;
            /* Center slide text vertically */
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            
        }
        .pordOnsale2_swiper .item
        .pordOnsale3_swiper .item {
            position:relative;

        }
            .pordOnsale2_swiper .item .specialIcon,
            .pordOnsale3_swiper .item .specialIcon {
                position:absolute;
                width:155px;
                height:155px;
                display:block;
                left:0px;
                top:0px;                
            }
            .pordOnsale2_swiper .item .photo
            .pordOnsale3_swiper .item .photo {
                
            }
            .pordOnsale2_swiper .item .prodName,
            .pordOnsale3_swiper .item .prodName {
                position:absolute;
                width:calc(100% - 30px);
                height:40px;
                left:0px;                
                bottom:0px;
                padding:15px;
                font-size:16px;
                font-family: "Microsoft JhengHei",PMingLiU,MingLiu,"Segoe UI","Helvetica",Garuda,Arial,sans-serif!important;
                line-height:20px;
                background-color:rgba(0,0,0,0.5);
                color:#fff;
            }
            .pordOnsale2_swiper .item .oPrice,
            .pordOnsale3_swiper .item .oPrice {
                position:absolute;
                right:0px;
                top:0px;
                width:auto;
                height:100px;
                display:table-cell;
                vertical-align:middle;
                text-align:center;
                color:#f0510d;
                padding:10px;

            }
        .pordOnsale2_swiper .swiper-pagination,
        .pordOnsale3_swiper .swiper-pagination {
            margin-bottom: 11px;
        }
    .cellUse {
        display:none;
    }
@media (min-width: 0px) and (max-width: 1200px) {
    .pordOnsale2_swiper,
    .pordOnsale3_swiper {
        display:none;
    }
    .cellUse {
        display:block;
    }
}