.prod-page-container {
    width: 100%;
}
.wp-prod-bkg {
    width: 100%;
}
.wp-prod-bkg img {
    width: 100%;
}
.wp-prod-title {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    text-align: left;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    color: #2c3145;
    text-align: center;
}
.wp-prod-area {
    width: 90%;
    margin: 0 auto;
}
.wp-prod-title1 {
    width: 100%;
}
.wp-prod-title2 {
    width: 100%;
}
.wp-prod-list {
    /* float: left; */
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
    /* background-color: yellow; */
    display: flex;
    justify-content: space-between;
}

.wp-prod-list-app {
    width: 100%;
    display: none;
}
.wp-prod-list-mobi {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.wp-prod-list-mobi-btn {
    width: 40%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}


.one-prod-box {
    /* float: left;
    width: 31%; */
    margin: 15px 10px;
    border-radius: 10px;
    cursor: pointer;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */

    overflow: hidden; /* ngăn hình bị tràn khi zoom */
    
    /* background-color: aqua; */

}
/* .one-prod-box:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    
} */

.wp-prod-img {
    width: 100%;
    transition: transform 0.3s ease;

}
.wp-prod-img img {
    border-radius: 10px;
    width: 100%;
}
/* .wp-prod-img:hover {
    transform: scale(1.1);
} */

.wp-prod-info {
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
}
.wp-prod-name {
    width: 95%;
    
    font-weight: bold;
    font-size: 18px;
    color: #069347;
    /* background-color: aqua; */
}
.wp-prod-short-desc {
    width: 95%;
    margin: 0 auto;
    text-align: left;
    padding: 5px;
    font-size: 16px;
    color: #868e96;
    /* background-color: aqua; */
}
.wp-prod-price {
    width: 95%;
    margin: 0 auto;
    padding: 10px 0px;
    font-weight: bold;
    font-size: 16px;
    color: #069347;
    /* background-color: yellow; */
}

.textLeft {
    text-align: left;
}
.textRight {
    text-align: right;
}
.textCenter {
    text-align: center;
}


@media screen and (max-width: 768px) {
    .one-prod-box {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        /* background-color: yellow; */
    }

    .wp-prod-list {
        /* flex-direction: column; */
        display: none;
    }
    .wp-prod-list-app {
        display: block;
    }
    
}
