.thursday-banner{
    width: 100%;
}

.thursday-banner img{
    max-width: 100%;
}

.thursday-intro{
    width: 100%;
    position: relative;
    background: #302D3A;
    padding: 20px;
    padding-top: 60px;
}

.thursday-intro .icon-top-left{
    display: inline-block;
    width: 122px;
    height: 153px;
    background: url('../img/ic-sale-04.png');
    position: absolute;
    top: 0px;
    left: 0px;
    transform: rotate(180deg);
    z-index: 1;
}

.thursday-intro .icon-bot-right{
    display: inline-block;
    width: 122px;
    height: 153px;
    background: url('../img/ic-sale-04.png');
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}

.thursday-intro .icon-bot-left{
    display: inline-block;
    width: 169px;
    height: 107px;
    background: url('../img/ic-sale-01.png');
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}

.thursday-intro .main-title{
    font-family: opensansbold;
    font-size: 22px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
    margin: auto;
    padding-top: 15px;
}

.thursday-intro .main-title-cover{
    position: absolute;
    z-index: 2;
    background: inherit;
    border-radius: 51px;
    left: 50%;
    top: 0px;
    transform: translate(-50%, -38px);
    width: 425px;
    height: 100px;
}

.thursday-intro .main-title-cover::before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translate(-50%, 0);
    background: #fff;
}

.thursday-intro .main-intro{
    font-family: opensansregular;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    margin: auto;
    margin-top: 5px;
    max-width: 610px;
    position: relative;
    z-index: 2;
}

.thursday-intro .main-content{
    margin: auto;
    max-width: 1080px;
    color: #fff;
    padding: 0px 15px;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

.thursday-intro .content-title{
    font-family: opensansbold;
    font-size: 16px;
    line-height: 19px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.thursday-intro .content-detail{
    font-family: opensansregular;
    font-size: 16px;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: justify;
}

.thursday-intro .content-cover{
    padding: 0px 20px;
}

.thursday-intro .content-detail.icon-circle-white::before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin-right: 7px;
    margin-bottom: 1px;
}

.thursday-intro .content-detail.icon-circle{
    padding-left: 20px;
    position: relative;
}

.thursday-intro .content-detail.icon-circle::before{
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin-right: 7px;
    margin-bottom: 1px;
    border: 1px solid #fff;
    position: absolute;
    left: 0px;
    top: 6px;
}

.thursday-product{
    margin: auto;
    max-width: 1200px;
    padding: 15px;
}

.thursday-product .title-cover{
    padding-top: 15px;
    padding-bottom: 5px;
    width: 100%;
    border-bottom: 1px solid #E6E7E8;
    margin-bottom: 25px;
}

.thursday-product .title-cover.cover-promotion{
    border-color: #A7A9AC;
}

.thursday-product .title-cover .title-left{
    float: left;
}

.thursday-product .title-cover .title-right{
    float: right;
}

.thursday-product-main-title{
    font-family: opensansbold!important;
    font-size: 20px;
    line-height: 28px;
    color: #FF3600;
    margin: 0px;
    margin-right: 7px;
    display: inline-block;
}

.thursday-product .title-cover .time-countdown{
    font-family: opensansbold;
    font-size: 14px;
    line-height: 28px;
    color: #231F20;
}

.thursday-product .title-cover .time-countdown .countdown{
    display: inline-block;
    width: 23px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: #000000;
    color: #fff;
    font-family: opensansregular;
    font-size: 12px;
    margin: 0px 2px;
    border-radius: 2px;
}

.thursday-product .title-cover .time-countdown .countdown-h{
    margin-left: 15px;
}

.thursday-product .product-item{
    width: 270px;
    height: 305px;
    margin: 0px 15px;
    padding: 9px;
    border: 1px solid #C9C9C9;
    border-radius: 1px;
    margin-bottom: 25px;
    float: left;
}

.thursday-product .product-image-cover{
    width: 100%;
    height: 115px;
    border: 1px solid #DDDDDD;
    background: linear-gradient(to right, #FB0054, #FF3600);
    position: relative;
}

.thursday-product .product-image-cover img{
    width: 100%;
    height: 100%;
}

.thursday-product .product-image-gift{
    display: inline-block;
    width: 138px;
    height: 97px;
    background: url('../img/ic-sale-02.png');
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(calc(-50% - 5px), calc(-50% + 3px));
}

.thursday-product .product-image-sticker{
    display: inline-block;
    width: 40px;
    background: #000000;
    position: absolute;
    top: 0px;
    right: 10px;
    text-align: center;
    color: #fff;
    font-family: opensansbold;
    font-size: 8px;
    line-height: 10px;
    padding-top: 7px;
}

.thursday-product .product-image-sticker.sticker-discount{
    background: #FF3600;
    font-family: opensansregular;
    font-size: 11px;
    line-height: 14px;
    padding-top: 3px;
}

.thursday-product .product-image-sticker::after{
    content: "";
    display: inline-block;
    width: 40px;
    height: 11px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    border-width: 11px 20px 0px 20px;
    position: absolute;
    top: 100%;
    left: 0px;
}

.thursday-product .product-image-sticker.sticker-discount::after{
    border-color: #FF3600 transparent transparent transparent;
}

.thursday-product .product-name-cover{
    height: 32px;
    width: 100%;
    position: relative;
    display: flex;
    border-bottom: 1px solid #E6E7E8;
    margin-top: 10px;
}

.thursday-product .product-name{
    font-family: opensansbold;
    font-size: 14px;
    line-height: 16px;
    color: #FF3600;
    margin: auto 0px;
}

.thursday-product .product-price{
    margin-top: 15px;
}

.thursday-product .product-price .old-price{
    font-family: opensansregular;
    font-size: 12px;
    color: #A7A9AC;
    padding: 0px 5px;
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
}

.thursday-product .product-price .old-price::after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #BCBEC0;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0px, -50%);
}

.thursday-product .product-price .new-price{
    font-family: opensanssemibold;
    font-size: 18px;
    color: #FF3600;
    margin-bottom: 0px;
}

.thursday-product .product-bottom{
    display: flex;
    margin-top: -7px;
}

.thursday-product .product-process-cover{
    display: inline-block;
    width: 145px;
    height: 18px;
    background: #FFD3CA;
    border-radius: 10px;
    margin: auto 0px;
    position: relative;
    overflow: hidden;
}

.thursday-product .process-text{
    text-align: center;
    line-height: 18px;
    margin: 0px;
    color: #FFFFFF;
    font-family: opensanssemibold;
    font-size: 11px;
    position: relative;
    z-index: 3;
}

.thursday-product .product-date{
    display: inline-block;
    width: 70px;
    text-align: center;
    font-family: opensansbold;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    background: #FF3600;
    padding: 10px 0px;
    margin: auto 0px auto auto;
    text-transform: uppercase;
}

.thursday-product .product-date .small-text{
    font-size: 8px;
    vertical-align: super;
    line-height: 12px;
    margin-left: 2px;
    margin-right: -9px;
    text-transform: lowercase;
}

.thursday-product .title-right .number-sale{
    color: #417EE9;
}

.thursday-product .title-right .number-sale::after{
    content: "|";
    color: #CCCCCC;
    margin: 0px 10px;
}

.thursday-product .process-value{
    display: inline-block;
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(to right, #F83600, #F9D423);
    transform: skew(-20deg);
}

.box-btn-and-opacity {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.8;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.box-watch-eye {
    display: none;
    width: 102px;
    height: 46px;
    background: #00bdfd;
    border-radius: 4px;
    color: #ffffff;
    font-family: OpenSansSemiBold;
    font-size: 16px;
    text-decoration: none!important;
    padding-top: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -52px;
    margin-top: -24px;
    text-align: center;
}
.img-icon-eye {
    margin-right: 4px;
    width: 27px!important;
    height: 16px!important;
}