/* Hidden Lang */
/*.navlang-dt, .navlang-mb { 
    display: none !important; 
}*/
.nav-jp{ 
    display: none !important; 
}
/* End Hidden Lang */

.txt-detail {
    text-align: center;
    /*font-weight: bold;*/
}
.txt-center{
    text-align: center;
}
.font-prop {
    font-family: 'Playfair Display',serif;
    text-transform: capitalize;
    text-align: center;
    /*font-weight: bold;*/
    /*letter-spacing: 1px;*/
    padding: 15px 0 5px 0;
}
.txt-sale {
    text-align: center;
    text-transform: uppercase;
    /*font-weight: bold;*/
    /*letter-spacing: 1px;*/
    font-size: 18px;
}
.txt-sale2 {
    text-align: center;
    font-size: 15px;
}
.btn-size {
    font-size: 14px;
    border-radius: 15px;
}
.btn-size:focus, .btn-size:hover{
    color: #333;
}
.position-relative {
    position: relative;
}
@media (min-width:651px){
    .txt-po{
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
    }
    .flex-center {
        display: flex;
        align-items: center;
    }
    .con-w{
        width: 100%;
    }
}
@media (max-width:991px){
    .h-cover {
        margin-top: 144px;
    }
}
@media (max-width:650px){
    .mt-4-mb {
        margin-top: 1.5rem;
    }
}

/* ตัวนับเวลาถอยหลัง */
.countdown {
/*    position: absolute;
    bottom: 15%;
    width: 100%;
    color: #fff;*/
    margin-top: 30px;
}
.syotimer__body {
    width: auto;
    display: block;
    text-align: center;
}
.syotimer-cell {
    display: inline-block;
    padding: 0 5px;
    text-align: center;
}
.syotimer-cell__value {
    font-size: 32px;
    line-height: 1.2;
    width: 60px;
    height: 60px;
    padding: 10px 0;
    background-color: #e9eaea;
    border-radius: 10px;
    border: 2px solid #fff;
    color: #000;
}
.syotimer-cell__unit {
    line-height: 1;
}
@media screen and (min-width: 768px){
    .syotimer-cell__unit {
        line-height: 1.5;
    }
    .syotimer-cell__value {
        font-size: 35px;
        width: 65px;
        height: 65px;
    }
}
/* End ตัวนับเวลาถอยหลัง */

table.r-type tr td {
    padding: 10px 5px;
}