/* <=== vhortherpg ===> */
.tporthermm{
    margin-bottom: 45px;
}
.tporthermm:last-child{
    margin-bottom: 0;
}
/* <=== vhortherpg ===> */

/* <=== vhdetailpg ===> */
.vhdetailpg{
    margin-bottom: 50px;
}
.hpdetailmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.hpdetailmm .mmgrip > div{
    padding: 0 15px;
    width: 50%;
}
.tpdetailma .magrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpdetailma .magrip > div{
    padding: 0 10px;
}
.tpdetailma .magrip .fcol{
    width: 72px;
}
.tpdetailma .magrip .ncol{
    width: calc(100% - 72px);
}
.slthumbfor .slick-list{
    margin: -9px 0;
}
.slthumbfor .slick-slide{
    padding: 9px 0;
}
.itthumbfor{
    cursor: pointer;
}
.itthumbfor .thumb{
    padding-top: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slick-current .itthumbfor .thumb{
    border-color: #ffc000;
}
.itthumbfor .thumb img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90%;
    max-width: 90%;
}
.itthumbnav .thumb a{
    padding-top: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}
.itthumbnav .thumb a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90%;
    max-width: 90%;
}
/* <=== vhdetailpg ===> */

/* <=== tpdetailmb ===> */
.tpdetailmb .mbtitle{
    margin-bottom: 5px;
    text-transform: uppercase;
}
.tpdetailmb .mbtitle, .tpdetailmb .mbtitle h1, .tpdetailmb .mbtitle h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.tpdetailmb .mbinfos{
    margin-bottom: 15px;
}
.tpdetailmb .mbinfos .ifgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.tpdetailmb .mbinfos .ifgrip > div{
    padding: 0 5px;
}
.tpdetailmb .mbinfos .ifgrip .acol{
    width: 34.485%;
}
.tpdetailmb .mbinfos .ifgrip .bcol{
    width: 40%;
}
.tpdetailmb .mbinfos .ifgrip .ccol{
    width: calc(100% - (34.485% + 40%));
}
.tpdetailmb .mbinfos .ifvote{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.tpdetailmb .mbinfos .vvstar{
    margin-right: 8px;
    color: #dddddd;
}
.tpdetailmb .mbinfos .vvstar .active{
    color: #ffc000;
}
.tpdetailmb .mbinfos .ifviews{
    text-align: right;
}
.tpdetailmb .mbinfos .ifviews a{
    display: inline-block;
    border-bottom: 1px solid #949494;
    line-height: 20px;
}
.tpdetailmb .mbtable{
    margin-bottom: 20px;
}
.tpdetailmb .mbtable table{
    width: 100%;
}
.tpdetailmb .mbtable thead{
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
}
.tpdetailmb .mbtable thead th{
    padding: 8px 5px;
}
.tpdetailmb .mbtable tbody tr{
    border-bottom: 1px solid #dddddd;
}
.tpdetailmb .mbtable tbody td{
    padding: 10px 5px;
}
.tpdetailmb .mbtable thead th:nth-child(1), .tpdetailmb .mbtable tbody td:nth-child(1){
    width: 34.485%;
}
.tpdetailmb .mbtable thead th:last-child, .tpdetailmb .mbtable tbody td:last-child{
    width: 110px;
}
.tpdetailmb .mbtable .tbprices{
    font-weight: bold;
}
.tpdetailmb .tbquanti{
    display: flex;
    max-width: 100px;
}
.tpdetailmb .mblinks{
    margin-bottom: 30px;
}
.tpdetailmb .mblinks .lkgrip{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -9px;
}
.tpdetailmb .mblinks .lkgrip > div{
    padding: 0 9px;
}
.tpdetailmb .lkaddcarts a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 15px;
    line-height: 22px;
    padding: 9px 32px;
    background-color: #000000;
    color: #fff;
    border-radius: 5px;
}
.tpdetailmb .lkaddcarts a:hover{
    background-color: #ffc000;
    color: #000000;
}
.tpdetailmb .lkaddwlist a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 15px;
    line-height: 22px;
}
.tpdetailmb .lkaddwlist a i{
    color: #cccccc;
    margin-right: 7px;
}
.tpdetailmb .lkaddwlist a.active i{
    color: #ffc000;
}
.itviewsdecs{
    margin-bottom: 20px;
}
.itviewsdecs:last-child{
    margin-bottom: 0;
}
.itviewsdecs .vvtitle{
    padding-bottom: 10px;
    padding-right: 40px;
    position: relative;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    border-bottom: 1px solid #333333;
    cursor: pointer;
}
.itviewsdecs .vvtitle::before{
    content: '\e909';
    font-family: 'icomoon' !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: 10px;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itviewsdecs.active .vvtitle::before{
    transform: translateY(-50%) rotate(-90deg);
}
.itviewsdecs .vvconts{
    padding-top: 15px;
    font-size: 14px;
    line-height: 25px;
    display: none;
}
/* <=== tpdetailmb ===> */

@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== vhortherpg ===> */
    .tporthermm{
        margin-bottom: 25px;
    }
    /* <=== vhortherpg ===> */

    /* <=== vhdetailpg ===> */
    .vhdetailpg{
        margin-bottom: 30px;
    }
    .hpdetailmm .mmgrip > div{
        width: 100%;
        margin-bottom: 20px;
    }
    .hpdetailmm .mmgrip > div:last-child{
        margin-bottom: 0;
    }
    .tpdetailma .magrip .fcol{
        width: 110px;
    }
    .tpdetailma .magrip .ncol{
        width: calc(100% - 110px);
    }
    /* <=== vhdetailpg ===> */

    /* <=== tpdetailmb ===> */
    .tpdetailmb .mbtitle, .tpdetailmb .mbtitle h1, .tpdetailmb .mbtitle h2{
        font-size: 22px;
        line-height: 32px;
    }
    /* <=== tpdetailmb ===> */
}
@media all and (max-width: 767px){
    /* <=== vhdetailpg ===> */
    .tpdetailma .magrip{
        flex-direction: column-reverse;
    }
    .tpdetailma .magrip .ncol{
        width: 100%;
        margin-bottom: 15px;
    }
    .tpdetailma .magrip .fcol{
        width: 100%;
    }
    .slthumbfor .slick-list{
        margin: 0 -9px;
    }
    .slthumbfor .slick-slide{
        padding: 0 9px;
    }
    /* <=== vhdetailpg ===> */

    /* <=== tpdetailmb ===> */
    .tpdetailmb .mbinfos .ifgrip{
        justify-content: space-between;
    }
    .tpdetailmb .mbinfos .ifgrip .acol{
        width: 100%;
        margin-bottom: 10px;
    }
    .tpdetailmb .mbinfos .ifgrip .bcol, .tpdetailmb .mbinfos .ifgrip .ccol{
        width: auto;
    }
    .tpdetailmb .quantity button{
        display: none;
    }
    .tpdetailmb .mbtable thead th:last-child, .tpdetailmb .mbtable tbody td:last-child{
        width: 50px;
    }
    .tpdetailmb .mbtable thead th{
        font-size: 13px;
    }
    /* <=== tpdetailmb ===> */
}