.box-list {
    display: inline-block;
    width: 100%;
}
.wrapper-list{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.box-list .header {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    color: #000;
    margin-bottom: 40px;
    margin-top: 10px;
    text-align: center;
}
.box-list .header span{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    color: #000;
}
.box-list .body .box {
   
    /*
     float: left;
    width: calc(25% - 40px);
    margin: 0 20px 0 20px;
    */
    text-align: center;
    margin: 0 20px 0 20px;
    margin-bottom: 40px;
    flex: 0 calc(25% - 40px);
}
.box-list .box .img-area {
    margin-bottom: 20px;
}
.box-list .box .img-area img {
    width: 100%;
}

.box-list .box .content-area {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    color: #6f6f6f;
    min-height: 88px;
}


.box-list .box .content-area .price-n {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #e6756e;
    text-decoration: line-through;
    display: block;
    width: 100%;
}
.box-list .box .content-area .price {
    width: 100%;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    color: #000;
}



/*   PROMOTION */
.box-promotion{
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.box-promotion .header{
    margin-left:20px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    color: #000;
    margin-bottom: 40px;
}
.box-promotion .header span{
    display: inline-block; width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    color: #000;
}
.box-promotion .body .box{
    float: left;
    width: calc(25% - 40px);
    margin: 0 20px 0 20px;
    text-align: center;
}
.box-promotion .box .img-area{
    margin-bottom: 20px;
}
.box-promotion .box .img-area img{
    width: 100%;
}
.box-promotion .box .content-area{
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    color: #6f6f6f;
}

.box-promotion .box .content-area .price-n{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #e6756e;
    text-decoration: line-through;
    display: block;
    width: 100%;
}

.box-promotion .box .content-area .price{
    width: 100%;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    color: #000;
}

/*  DETAL PRODUCT */
.box-content {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.box-content .header {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    color: #000;
    margin-bottom: 60px;
    margin-top: 10px;
    text-align: center;
}
.box-content .header span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    color: #000;
}

.box-pic{
    margin-left:30px;
    margin-bottom: 30px;
    margin-right: 30px;
}
.box-pic img{
    width: 100%;
}
.box-gallery{
    margin-left:5px;
    margin-right: 30px;
}
.box-gallery a{   
    float: left;
    width: calc(25% - 25px);
    margin: 0 0px 0 25px;
}
.box-gallery a img{
    width: 100%;
}


.box-detail{
    margin-bottom: 40px;
    padding-left:30px;
    padding-right: 30px;
}
.box-detail .row{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.box-detail .col-1{
    float: left;
    width: 20%;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #000;
}

.box-detail .col-2{
    float: left;
    width: 80%;
    display: inline-block;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    color: #333;
}
.box-detail .col-2 p{
    margin-top: 0px;
}
.box-detail .title{

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-weight: bold;
}


.box-detail .price{
    width: 100%;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    color: #000;
}

.box-detail .price-n{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #e6756e;
    text-decoration: line-through;
    display: block;
    width: 100%;
}

.box-payment-info{
    background: #e5f6fc;
    margin-left: 30px;
    margin-right: 30px;
    padding: 20px;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    color: #000;
}

.pt-20{
    padding-top:20px;
}


a.btn-shopping{
    display: block;
    width: 60px;
}


a.btn-shopping img{
    width: 100%;
}



@media screen and (max-width:600px) {

    .prompt .area > .box{
        max-width: 500px!important;
    }


    .box-list .body .box {
        /*
        width: calc(50% - 40px);
        */
        flex: 0 calc(50% - 40px);
        margin: 0 20px 40px 20px;
    }

    .content-left,.content-right{
        width: 100%;
        display: inline-block;
    }

    .content-left{
        margin-bottom: 40px;
    }

    
    .box-promotion .body .box {
        width: calc(50% - 40px);
        margin: 0 20px 40px 20px;
    }

    .box-detail .col-1{
        width: 30%;
    }
    
    .box-detail .col-2{
        width: 70%;
    }

    .box-promotion .box .content-area{
        min-height: 88px;
    }
    
}

@media screen and (max-width:480px) {
    .prompt .area > .box{
        max-width: 350px!important;
        width: 350px;
    }
}


@media screen and (max-width:380px) {
        
    .prompt .area > .box{
        max-width: 350px!important;
        width: 350px;
    }
    .prompt .area .footer{
        padding: 10px 0px;
    }

    .prompt .area .footer .f-left,.prompt .area .footer .f-right{
        float:none;
        text-align: center;
    }

    .prompt .area .footer .btn{
        width: 70%;
        margin: 5px!important;
    }

}
