*{
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
}

@font-face {
    font-family: fonts1;
    src: url(./NotoSansThai/RobotoCondensed-Regular.woff);
    src: url(./NotoSansThai/AnyConv.com__NotoSansThai_Condensed-Regular.woff);
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

body {
    width: 100%;
    font-family: fonts1;
    /*border: 3px solid black;*/
    user-select: none;
}

/*ส่วน Header*/

.header {
    width: 100%;
    height: 100px;
    /*border: 2px solid black;*/
    display: flex;
    justify-content: center;
}

.header a img {
    margin-left: 1%;
    width: 150px;
    height: 75px;
    margin-top: 8%;
}

.header .headerhiddenblock2 {
    width: 600px;
    /*border: 2px solid black;*/
}


.header .navbar {
    margin-top: 50px;
    font-weight: bold;
    /*border: 2px solid black;*/
}


.header .navbar a{
    font-size: 22px;
    color: black;
}
.header .navbar a:hover{
    color: rgba(0, 0, 0, .3);
}

/*จบส่วน Header*/

/* ส่วนปุ่มไปต่อหรือย้อนกลับ */

.backpage {
    width: 100%;
    display: flex;
    justify-content: center;
    /*border: 2px solid black;*/
}

.backpage a{
    font-size: 25px;
    font-weight: bold;
    color: black;
    border-radius: 10px;
}.backpage a:hover {
    color: white;
    padding: 0.5px 0.5px;
    border: 5px double rgba(255, 255, 255, 0);
    border-radius: 10px;
    background-color: rgba(50, 71, 255, 0.9);
}

.backpage .blockbackpage {
    width: 1050px;
    /*border: 2px solid red;*/
}

/* จบส่วนปุ่มไปต่อหรือย้อนกลับ */

/* ส่วน Mainblock */

.Mainblock {
    width: 100%;
    display: flex;
    justify-content: center;
    /*border: 2px solid black;*/
}

/* ส่วน Product */

.Product {
    width: 900px;
    /*border: 2px solid black;*/
}

.Product #Topic {
    font-size: 22px;
}

.BoxInProduct1 {
    width: 890px;
    display: flex;
    /*border: 2px solid red;*/
}

.SubBoxInProduct1 img {
    /* background-image: url(./Picture/CVboot.png); */
    background-size: cover;
    background-position: center;
    width: 600px;
    height: 500px;
    /*border: 2px solid black;*/
    border-radius: 5px;
}

.SubBoxInProduct2 {
    width: 270px;
    font-size: 22px;
    font-weight: bold;
    /*border: 2px solid black;*/
}


.SubBoxInProduct2 #text1{
    font-size: 22px;
}

.SubBoxInProduct2 #typeHole1 {
    font-size: 21px;
    border: 1px solid black;
    border-radius: 5px;
}
.SubBoxInProduct2 #typeHole1:hover {
    color: white;
    border: 1px solid rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, .3);
    border-radius: 5px;
    cursor: pointer;
}

.SubBoxInProduct2 #typeHole2 {
    font-size: 21px;
    border: 1px solid black;
    border-radius: 5px;
}
.SubBoxInProduct2 #typeHole2:hover {
    color: white;
    border: 1px solid rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, .3);
    border-radius: 5px;
    cursor: pointer;
}

.SubBoxInProduct2 #typeHole3 {
    font-size: 21px;
    border: 1px solid black;
    border-radius: 5px;
}
.SubBoxInProduct2 #typeHole3:hover {
    color: white;
    border: 1px solid rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, .3);
    border-radius: 5px;
    cursor: pointer;
}

.SubBoxInProduct2 #typeHole4 {
    font-size: 21px;
    border: 1px solid black;
    border-radius: 5px;
}
.SubBoxInProduct2 #typeHole4:hover {
    color: white;
    border: 1px solid rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, .3);
    border-radius: 5px;
    cursor: pointer;
}

.SubBoxInProduct2 #typeHole5 {
    font-size: 21px;
    border: 1px solid black;
    border-radius: 5px;
}
.SubBoxInProduct2 #typeHole5:hover {
    color: white;
    border: 1px solid rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, .3);
    border-radius: 5px;
    cursor: pointer;
}

.SubBoxInProduct2 #typeHole6 {
    font-size: 21px;
    border: 1px solid black;
    border-radius: 5px;
}
.SubBoxInProduct2 #typeHole6:hover {
    color: white;
    border: 1px solid rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, .3);
    border-radius: 5px;
    cursor: pointer;
}

.SubBoxInProduct2 #typeHole7 {
    font-size: 21px;
    border: 1px solid black;
    border-radius: 5px;
}
.SubBoxInProduct2 #typeHole7:hover {
    color: white;
    border: 1px solid rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, .3);
    border-radius: 5px;
    cursor: pointer;
}


#spacetext {
    font-size: 22px;
}

#Sizetext {
    font-size: 22px;
    color: red;
}


.SubBoxInProduct2 #confirmBtn {
    display: none;
}

.LinePic {
    display: none;
}

/* จบส่วน Product */

/* ส่วน ProductPictures */

.ProductPictures {
    display: flex;
}

.ProductPictures img {
    width: 50px;
    height: 50px;
    border: .5px solid black;
}
.ProductPictures img:hover {
    background-color: rgba(0, 0, 0, .3);
    cursor: pointer;
}

/* จบส่วน ProductPictures */

/* ส่วน Detail */

.detailProduct {
    width: 890px;
    background-color: rgba(250, 235, 215, 0.2);
    border: .5px solid rgb(128, 128, 128, 0.2);
}

.detailProduct #detailtext1 {
    font-size: 20px;
}

.detailProduct label {
    font-size: 18px;
}

.detailProduct a {
    text-decoration: none;
    color: blue;
    font-size: 18px;
}



.detail1 {
    background-image: url(./Picture/detail1.jpg);
    background-size: cover;
    background-position: center;
    width: 700px;
    height: 800px;
    /*border: 2px solid black;*/
    border-radius: 5px;
}

.detail2 {
    background-image: url(./Picture/detail2.jpg);
    background-size: cover;
    background-position: center;
    width: 700px;
    height: 840px;
    /*border: 2px solid black;*/
    border-radius: 5px;
}

.detail3 {
    background-image: url(./Picture/detail3.jpg);
    background-size: cover;
    background-position: center;
    width: 700px;
    height: 600px;
    /*border: 2px solid black;*/
    border-radius: 5px;
}

.detail4 {
    background-image: url(./Picture/detail4.jpg);
    background-size: cover;
    background-position: center;
    width: 700px;
    height: 900px;
    /*border: 2px solid black;*/
    border-radius: 5px;
}

.detail5 {
    background-image: url(./Picture/detail5.jpg);
    background-size: cover;
    background-position: center;
    width: 700px;
    height: 630px;
    /*border: 2px solid black;*/
    border-radius: 5px;
}

.detail6 {
    background-image: url(./Picture/detail6.jpg);
    background-size: cover;
    background-position: center;
    width: 700px;
    height: 600px;
    /*border: 2px solid black;*/
    border-radius: 5px;
}

.detail7 {
    background-image: url(./Picture/detail7.jpg);
    background-size: cover;
    background-position: center;
    width: 700px;
    height: 600px;
    /*border: 2px solid black;*/
    border-radius: 5px;
}

.detail8 {
    background-image: url(./Picture/detail8.jpg);
    background-size: cover;
    background-position: center;
    width: 700px;
    height: 1050px;
    /*border: 2px solid black;*/
    border-radius: 5px;
}

.detail9 {
    background-image: url(./Picture/detail9.jpg);
    background-size: cover;
    background-position: center;
    width: 700px;
    height: 1000px;
    /*border: 2px solid black;*/
    border-radius: 5px;
}

.detail11 {
    background-image: url(./Picture/detail11.jpg);
    background-size: cover;
    background-position: center;
    width: 700px;
    height: 1000px;
    /*border: 2px solid black;*/
    border-radius: 5px;
}

.detail12 {
    background-image: url(./Picture/detail12.jpg);
    background-size: cover;
    background-position: center;
    width: 700px;
    height: 700px;
    /*border: 2px solid black;*/
    border-radius: 5px;
}

.detail13 {
    background-image: url(./Picture/detail13.jpg);
    background-size: cover;
    background-position: center;
    width: 700px;
    height: 600px;
    /*border: 2px solid black;*/
    border-radius: 5px;
}

.detail14 {
    background-image: url(./Picture/detail14.jpg);
    background-size: cover;
    background-position: center;
    width: 700px;
    height: 600px;
    /*border: 2px solid black;*/
    border-radius: 5px;
}

/* จบส่วน Detail */



/* ส่วน priceblog */

.Priceblog {
    width: 500px;
    /*border: 2px solid black;*/
}

#RateYB {
    color: red;
}

#Productinput{
    margin-left: 9px;
    width: 120px;
}

#QTYinput {
    width: 120px;
}

#widthCtT {
    width: 120px;
}

#lengthCtT {
    width: 120px;
}

#highCtT {
    width: 120px;
}

#alerttext1 {
    color: red;
}

#EK {
    width: 80px;
}

#SEA {
    width: 80px;
}

#Box {
    width: 120px;
}

/* จบส่วน priceblog */

/* จบส่วน Mainblock */



/*ส่วน footer*/

.footer {
    text-align: center;
    /* border: 2px solid black; */ /*open here*/
    display: flex;
    justify-content: center;
}

.footer .hiddenblock4 {
    width: 180px;
    /* border: 2px solid black; */
}

.footer .block2 {
    text-align: left;
}
.footer .block2 a {
    color: black;
}

.footer .block3 {
    text-align: left;
}
.footer .block3 a {
    color: black;
}

.footer .block4 {
    text-align: left;
}
.footer .block4 {
    color: black;
}

.footer .hiddenblock5 {
    width: 180px;
    /* border: 2px solid black; */
}


.footer .hiddenblock3 {
    width: 180px;
    /* border: 2px solid black; */
}

/*ซ่อนส่วน mobile footer*/
.Mobilefooter {
    display: none;
}
/*ซ่อนส่วน mobile footer*/

/*จบส่วน footer*/

.TheEndblock {
    width: auto;
    display: flex;
    justify-content: center;
    /*border: 2px solid black;*/
}

.TheEndblock .hiddenblock6 {
    width: 10px;
    /*border: 2px solid black;*/
}

.CPYBlock {
    width: 200px;
    /*border: 2px solid black;*/
}
#CPY {
    font-size: 12px;
}




@media only screen and (max-width: 1329px) {
    
    body {
        width: 100%;
        font-family: fonts1;
        /*border: 3px solid black;*/
        user-select: none;
    }

    .header {
        height: 100px;
        /* border: 2px solid black; */ /*open here*/
        display: flex;
        justify-content: center;
    }
    
    .header a img {
        margin-left: 1%;
        width: 150px;
        height: 75px;
        margin-top: 8%;
    }
    
    .header .headerhiddenblock2 {
        width: 550px;
        /* border: 2px solid black; */
    }
    
    
    .header .navbar {
        margin-top: 50px;
        /*border: 2px solid black;*/
    }
    
    
    .header .navbar a{
        font-size: 22px;
        font-weight: bold;
        color: black;
    }
    .header .navbar a:hover{
        color: rgba(0, 0, 0, .3);
    }
    
    /*จบส่วน Header*/
    
    /* ส่วน content */

        /* ส่วน Mainblock */

        .Mainblock {
            width: 100%;
            display: block;
            /* border: 2px solid black; */
        }

        /* ส่วน Product */

        .Product {
            margin: 0 0 0 0;
            width: 100%;
            /* border: 2px solid black; */
        }

        .Product #Topic {
            font-size: 22px;
        }

        .BoxInProduct1 {
            margin: 0 0 0 0;
            width: 100%;
            display: flex;
            justify-content: center;
            /* border: 2px solid red; */
        }

        .SubBoxInProduct1 img {
            /* background-image: url(./Picture/CVboot.png); */
            background-size: cover;
            background-position: center;
            width: 600px;
            height: 500px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .SubBoxInProduct2 {
            width: 270px;
            font-size: 22px;
            font-weight: bold;
            /*border: 2px solid black;*/
        }


        .SubBoxInProduct2 #text1{
            font-size: 22px;
        }

        .SubBoxInProduct2 #typeHole1 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole1:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole2 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole2:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole3 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole3:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole4 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole4:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole5 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole5:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole6 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole6:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole7 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole7:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }


        .SubBoxInProduct2 #text2{
            font-size: 22px;
        }


        #color1 {
            display: none;
        }

        #color2 {
            display: none;
        }

        #color3 {
            display: none;
        }


        #spacetext {
            font-size: 22px;
        }

        #Sizetext {
            font-size: 22px;
            color: red;
        }

        #colortext {
            font-size: 22px;
        }

        .SubBoxInProduct2 #confirmBtn {
            display: none;
        }

        .LinePic {
            display: none;
        }

        /* จบส่วน Product */

        /* ส่วน ProductPictures */

        .ProductPictures {
            display: flex;
            justify-content: center;
        }

        .ProductPictures img {
            width: 50px;
            height: 50px;
            border: .5px solid black;
        }
        .ProductPictures img:hover {
            background-color: rgba(0, 0, 0, .3);
            cursor: pointer;
        }

        /* จบส่วน ProductPictures */

        /* ส่วน Detail */

        .detailProduct {
            display: block;
            justify-content: center;
            width: 100%;
            background-color: rgba(250, 235, 215, 0.2);
            border: .5px solid rgb(128, 128, 128, 0.2);
        }

        .detailProduct #detailtext1 {
            font-size: 20px;
        }

        .detailProduct label {
            font-size: 18px;
        }

        .detailProduct a {
            text-decoration: none;
            color: blue;
            font-size: 18px;
        }



        .detail1 {
            background-image: url(./Picture/detail1.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 600px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail2 {
            background-image: url(./Picture/detail2.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 600px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail3 {
            background-image: url(./Picture/detail3.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 600px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail4 {
            background-image: url(./Picture/detail4.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 600px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail5 {
            background-image: url(./Picture/detail5.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 600px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail6 {
            background-image: url(./Picture/detail6.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 600px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail7 {
            background-image: url(./Picture/detail7.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 600px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail8 {
            background-image: url(./Picture/detail8.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 600px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail9 {
            background-image: url(./Picture/detail9.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 600px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail10 {
            background-image: url(./Picture/detail10.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 1000px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail11 {
            background-image: url(./Picture/detail11.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 1000px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail12 {
            background-image: url(./Picture/detail12.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 1000px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail13 {
            background-image: url(./Picture/detail13.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 1000px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail14 {
            background-image: url(./Picture/detail14.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 1000px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        /* จบส่วน Detail */



        /* ส่วน priceblog */

        .Priceblog {
            width: 100%;
            /* border: 2px solid black; */
            text-align: center;
        }

        #RateYB {
            color: red;
        }

        #Productinput{
            margin-left: 9px;
            width: 120px;
        }

        #QTYinput {
            width: 120px;
        }

        #widthCtT {
            width: 120px;
        }

        #lengthCtT {
            width: 120px;
        }

        #highCtT {
            width: 120px;
        }

        #alerttext1 {
            color: red;
        }

        #EK {
            width: 80px;
        }

        #SEA {
            width: 80px;
        }

        #Box {
            width: 120px;
        }

        /* จบส่วน priceblog */

        /* จบส่วน Mainblock */
    
    
    /* จบส่วน content */

    /* ส่วนปุ่มไปต่อหรือย้อนกลับ */

        .backpage {
            margin: 0 0 0 0;
            width: 100%;
            display: flex;
            justify-content: center;
            /* border: 2px solid black; */
        }

        .backpage a{
            font-size: 23px;
            font-weight: bold;
            color: black;
            border-radius: 10px;
        }.backpage a:hover {
            color: white;
            padding: 0.5px 0.5px;
            border: 5px double rgba(255, 255, 255, 0);
            border-radius: 10px;
            background-color: rgba(50, 71, 255, 0.9);
        }

        .backpage .blockbackpage {
            width: 900px;
        }

    /* จบส่วนปุ่มไปต่อหรือย้อนกลับ */
    


    /*ซ่อนส่วน footer ปกติ*/
    .footer {
        display: none;
    }
    /*ซ่อนส่วน footer ปกติ*/

    /*ส่วน Mobilefooter*/
    .Mobilefooter {
        margin: 0 0 150px 150px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        /* border: 2px solid fuchsia; */
        /* grid-gap: 1px; */
    }

    .Mobileblock2 {
        font-size: 18px;
        font-weight: bold;
        /* border: 2px solid green; */
    }

    .Mobileblock3 {
        font-size: 18px;
        font-weight: bold;
        /* border: 2px solid yellow; */
    }

    .Mobilefooter .Mobileblock2 a {
        color: black;
    } 

    .Mobilefooter .Mobileblock3 a {
        color: black;
    } 

    .Mobileblock4 {
        font-size: 18px;
        font-weight: bold;
        /* border: 2px solid red; */
    }

    .insideMobileblock5 {
        width: 100%;
        display: flex;
        justify-content: center;
        /* border: 2px solid red; */
    }

    .MobileblockSpecific1329px {
        margin-top: 45px;
        margin-left: -100px;
        background-image: url(./Picture/lineAcc.jpg);
        width: 135px; 
        height: 135px;
        background-size: cover;
        text-align: center;
        /* border: 2px solid black; */
    }

    /*จบส่วน Mobilefooter*/

    .TheEndblock {
        width: auto;
        display: flex;
        justify-content: center;
        /*border: 2px solid black;*/
    }
    
    .CPYBlock {
        width: 100%;
        /* border: 2px solid black; */
        text-align: center;
    }
    #CPY {
        font-size: 12px;
    }

}


/*************** MOBILE RESPONSIVE ****************/


@media only screen and (max-width: 1200px) {
    
    body {
        width: 100%;
        font-family: fonts1;
        /* border: 3px solid black; */
        user-select: none;
    }

    .header {
        width: 100%;
        height: 0%;
        /* border: 2px solid red; */
        display: inline-block;
        text-align: center;
        /* justify-content: center; */
    }
    
    .header a img {
        margin: 0 0 0 0;
        width: 140px;
        height: 70px;
    }
    
    .navbar {
        /*border: 2px solid black;*/
        text-align: center;
    }
    
    .navbar a{
        font-size: 22px;
        font-weight: bold;
        color: black;
    }
    .navbar a:hover{
        color: rgba(0, 0, 0, .3);
    }
    
    /*จบส่วน Header*/

        /* ส่วน content */

        
        /* ส่วน Mainblock */

        .Mainblock {
            width: 100%;
            display: block;
            /* border: 2px solid black; */
        }

        /* ส่วน Product */

        .Product {
            margin: 0 0 0 0;
            width: 100%;
            /* border: 2px solid black; */
        }

        .Product #Topic {
            font-size: 22px;
        }

        .BoxInProduct1 {
            margin: 0 0 0 0;
            width: 100%;
            display: flex;
            justify-content: center;
            /* border: 2px solid red; */
        }

        .SubBoxInProduct1 img {
            /* background-image: url(./Picture/CVboot.png); */
            background-size: cover;
            background-position: center;
            width: 600px;
            height: 500px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .SubBoxInProduct2 {
            width: 270px;
            font-size: 22px;
            font-weight: bold;
            /*border: 2px solid black;*/
        }


        .SubBoxInProduct2 #text1{
            font-size: 22px;
        }

        .SubBoxInProduct2 #typeHole1 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole1:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole2 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole2:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole3 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole3:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole4 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole4:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole5 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole5:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole6 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole6:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole7 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole7:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }


        .SubBoxInProduct2 #text2{
            font-size: 22px;
        }


        #color1 {
            display: none;
        }

        #color2 {
            display: none;
        }

        #color3 {
            display: none;
        }


        #spacetext {
            font-size: 22px;
        }

        #Sizetext {
            font-size: 22px;
            color: red;
        }

        #colortext {
            font-size: 22px;
        }

        .SubBoxInProduct2 #confirmBtn {
            display: none;
        }

        .LinePic {
            display: none;
        }

        /* จบส่วน Product */

        /* ส่วน ProductPictures */

        .ProductPictures {
            display: flex;
            justify-content: center;
        }

        .ProductPictures img {
            width: 50px;
            height: 50px;
            border: .5px solid black;
        }
        .ProductPictures img:hover {
            background-color: rgba(0, 0, 0, .3);
            cursor: pointer;
        }

        /* จบส่วน ProductPictures */

        /* ส่วน Detail */

        .detailProduct {
            display: block;
            justify-content: center;
            width: 100%;
            background-color: rgba(250, 235, 215, 0.2);
            border: .5px solid rgb(128, 128, 128, 0.2);
        }

        .detailProduct #detailtext1 {
            font-size: 20px;
        }

        .detailProduct label {
            font-size: 18px;
        }

        .detailProduct a {
            text-decoration: none;
            color: blue;
            font-size: 18px;
        }



        .detail1 {
            background-image: url(./Picture/detail1.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 700px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail2 {
            background-image: url(./Picture/detail2.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 600px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail3 {
            background-image: url(./Picture/detail3.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 600px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail4 {
            background-image: url(./Picture/detail4.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 600px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail5 {
            background-image: url(./Picture/detail5.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 600px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail6 {
            background-image: url(./Picture/detail6.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 600px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail7 {
            background-image: url(./Picture/detail7.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 600px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail8 {
            background-image: url(./Picture/detail8.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 600px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail9 {
            background-image: url(./Picture/detail9.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 600px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail10 {
            background-image: url(./Picture/detail10.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 1000px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail11 {
            background-image: url(./Picture/detail11.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 1000px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail12 {
            background-image: url(./Picture/detail12.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 1000px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail13 {
            background-image: url(./Picture/detail13.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 1000px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail14 {
            background-image: url(./Picture/detail14.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 1000px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        /* จบส่วน Detail */



        /* ส่วน priceblog */

        .Priceblog {
            width: 100%;
            /* border: 2px solid black; */
            text-align: center;
        }

        #RateYB {
            color: red;
        }

        #Productinput{
            margin-left: 9px;
            width: 120px;
        }

        #QTYinput {
            width: 120px;
        }

        #widthCtT {
            width: 120px;
        }

        #lengthCtT {
            width: 120px;
        }

        #highCtT {
            width: 120px;
        }

        #alerttext1 {
            color: red;
        }

        #EK {
            width: 80px;
        }

        #SEA {
            width: 80px;
        }

        #Box {
            width: 120px;
        }

        /* จบส่วน priceblog */

        /* จบส่วน Mainblock */
    
    
    
        /* จบส่วน content */

        /* ส่วนปุ่มไปต่อหรือย้อนกลับ */

            .backpage {
                margin: 0 0 0 0;
                width: 100%;
                display: flex;
                justify-content: center;
                /* border: 2px solid black; */
            }

            .backpage a{
                font-size: 23px;
                font-weight: bold;
                color: black;
                border-radius: 10px;
            }.backpage a:hover {
                color: white;
                padding: 0.5px 0.5px;
                border: 5px double rgba(255, 255, 255, 0);
                border-radius: 10px;
                background-color: rgba(50, 71, 255, 0.9);
            }

            .backpage .blockbackpage {
                width: 700px;
            }

        /* จบส่วนปุ่มไปต่อหรือย้อนกลับ */


    
    
    /*ซ่อนส่วน footer ปกติ*/
    .footer {
        display: none;
    }
    /*ซ่อนส่วน footer ปกติ*/

    /*ส่วน Mobilefooter*/
    .Mobilefooter {
        margin: 0 0 0 0 ;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
        /* border: 2px solid black; */
        /* grid-gap: 1px; */
    }

    .Mobileblock2 {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        /* border: 2px solid green; */
    }

    .Mobileblock3 {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        /* border: 2px solid yellow; */
    }

    .Mobilefooter .Mobileblock2 a {
        color: black;
    } 

    .Mobilefooter .Mobileblock3 a {
        color: black;
    } 

    .Mobileblock4 {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        /* border: 2px solid red; */
    }

    .Mobileblock5 {
        margin: 0;
        width: 100%;
        height: 150px;
        display:flex;
        justify-content: center;
        /* border: 2px solid black; */
    }
    
    .lineAcc {
        width: 135px; 
        height: 135px;
        background-image: url(./Picture/lineAcc.jpg);
        background-size: cover;
    }


    /*จบส่วน Mobilefooter*/

    /* ซ่อน QR 1329px */

    .MobileblockSpecific1329px {
        display: none;
    }

    /* /จบส่วนซ่อน QR 1329px */

    .TheEndblock {
        width: auto;
        display: flex;
        justify-content: center;
        /*border: 2px solid black;*/
    }
    
    .CPYBlock {
        width: 100%;
        /* border: 2px solid black; */
        text-align: center;
    }
    #CPY {
        font-size: 12px;
    }
}


@media only screen and (max-width: 1024px) {
    
    body {
        width: 100%;
        font-family: fonts1;
        /* border: 3px solid black; */
        user-select: none;
    }

    .header {
        width: 100%;
        height: 0%;
        /* border: 2px solid red; */
        display: inline-block;
        text-align: center;
        /* justify-content: center; */
    }
    
    .header a img {
        margin: 0 0 0 0;
        width: 140px;
        height: 70px;
    }
    
    .navbar {
        /*border: 2px solid black;*/
        text-align: center;
    }
    
    .navbar a{
        font-size: 22px;
        font-weight: bold;
        color: black;
    }
    .navbar a:hover{
        color: rgba(0, 0, 0, .3);
    }
    
    /*จบส่วน Header*/

        /* ส่วน content */

        
        /* ส่วน Mainblock */

        .Mainblock {
            width: 100%;
            display: block;
            /* border: 2px solid black; */
        }

        /* ส่วน Product */

        .Product {
            margin: 0 0 0 0;
            width: 100%;
            /* border: 2px solid black; */
        }

        .Product #Topic {
            font-size: 22px;
        }

        .BoxInProduct1 {
            margin: 0 0 0 0;
            width: 100%;
            display: flex;
            justify-content: center;
            /* border: 2px solid red; */
        }

        .SubBoxInProduct1 img {
            /* background-image: url(./Picture/CVboot.png); */
            background-size: cover;
            background-position: center;
            width: 600px;
            height: 500px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .SubBoxInProduct2 {
            width: 270px;
            font-size: 22px;
            font-weight: bold;
            /*border: 2px solid black;*/
        }


        .SubBoxInProduct2 #text1{
            font-size: 22px;
        }

        .SubBoxInProduct2 #typeHole1 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole1:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole2 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole2:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole3 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole3:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole4 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole4:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole5 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole5:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole6 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole6:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole7 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole7:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #text2{
            font-size: 22px;
        }


        #color1 {
            display: none;
        }

        #color2 {
            display: none;
        }

        #color3 {
            display: none;
        }


        #spacetext {
            font-size: 22px;
        }

        #Sizetext {
            font-size: 22px;
            color: red;
        }

        #colortext {
            font-size: 22px;
        }

        .SubBoxInProduct2 #confirmBtn {
            display: none;
        }

        .LinePic {
            display: none;
        }

        /* จบส่วน Product */

        /* ส่วน ProductPictures */

        .ProductPictures {
            display: flex;
            justify-content: center;
        }

        .ProductPictures img {
            width: 50px;
            height: 50px;
            border: .5px solid black;
        }
        .ProductPictures img:hover {
            background-color: rgba(0, 0, 0, .3);
            cursor: pointer;
        }

        /* จบส่วน ProductPictures */

        /* ส่วน Detail */

        .detailProduct {
            display: block;
            justify-content: center;
            width: 100%;
            background-color: rgba(250, 235, 215, 0.2);
            border: .5px solid rgb(128, 128, 128, 0.2);
        }

        .detailProduct #detailtext1 {
            font-size: 20px;
        }

        .detailProduct label {
            font-size: 18px;
        }

        .detailProduct a {
            text-decoration: none;
            color: blue;
            font-size: 18px;
        }



        .detail1 {
            background-image: url(./Picture/detail1.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 700px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail2 {
            background-image: url(./Picture/detail2.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 800px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail3 {
            background-image: url(./Picture/detail3.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 600px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail4 {
            background-image: url(./Picture/detail4.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 900px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail5 {
            background-image: url(./Picture/detail5.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 700px;
            /* border: 2px solid black; */
            border-radius: 5px;
        }

        .detail6 {
            background-image: url(./Picture/detail6.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 600px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail7 {
            background-image: url(./Picture/detail7.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 600px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail8 {
            background-image: url(./Picture/detail8.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 1000px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail9 {
            background-image: url(./Picture/detail9.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 1000px;
            /* border: 2px solid black; */
            border-radius: 5px;
        }

        .detail10 {
            background-image: url(./Picture/detail10.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 1000px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail11 {
            background-image: url(./Picture/detail11.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 1000px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail12 {
            background-image: url(./Picture/detail12.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 1000px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail13 {
            background-image: url(./Picture/detail13.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 800px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail14 {
            background-image: url(./Picture/detail14.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 1000px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        /* จบส่วน Detail */



        /* ส่วน priceblog */

        .Priceblog {
            width: 100%;
            /* border: 2px solid black; */
            text-align: center;
        }

        #RateYB {
            color: red;
        }

        #Productinput{
            margin-left: 9px;
            width: 120px;
        }

        #QTYinput {
            width: 120px;
        }

        #widthCtT {
            width: 120px;
        }

        #lengthCtT {
            width: 120px;
        }

        #highCtT {
            width: 120px;
        }

        #alerttext1 {
            color: red;
        }

        #EK {
            width: 80px;
        }

        #SEA {
            width: 80px;
        }

        #Box {
            width: 120px;
        }

        /* จบส่วน priceblog */

        /* จบส่วน Mainblock */
    
    
    
        /* จบส่วน content */

        /* ส่วนปุ่มไปต่อหรือย้อนกลับ */

            .backpage {
                margin: 0 0 0 0;
                width: 100%;
                display: flex;
                justify-content: center;
                /* border: 2px solid black; */
            }

            .backpage a{
                font-size: 23px;
                font-weight: bold;
                color: black;
                border-radius: 10px;
            }.backpage a:hover {
                color: white;
                padding: 0.5px 0.5px;
                border: 5px double rgba(255, 255, 255, 0);
                border-radius: 10px;
                background-color: rgba(50, 71, 255, 0.9);
            }

            .backpage .blockbackpage {
                width: 600px;
            }

        /* จบส่วนปุ่มไปต่อหรือย้อนกลับ */


    
    
    /*ซ่อนส่วน footer ปกติ*/
    .footer {
        display: none;
    }
    /*ซ่อนส่วน footer ปกติ*/

    /*ส่วน Mobilefooter*/
    .Mobilefooter {
        margin: 0 0 0 0 ;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
        /* border: 2px solid black; */
        /* grid-gap: 1px; */
    }

    .Mobileblock2 {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        /* border: 2px solid green; */
    }

    .Mobileblock3 {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        /* border: 2px solid yellow; */
    }

    .Mobilefooter .Mobileblock2 a {
        color: black;
    } 

    .Mobilefooter .Mobileblock3 a {
        color: black;
    } 

    .Mobileblock4 {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        /* border: 2px solid red; */
    }

    .Mobileblock5 {
        margin: 0;
        width: 100%;
        height: 150px;
        display:flex;
        justify-content: center;
        /* border: 2px solid black; */
    }
    
    .lineAcc {
        width: 135px; 
        height: 135px;
        background-image: url(./Picture/lineAcc.jpg);
        background-size: cover;
    }


    /*จบส่วน Mobilefooter*/

    /* ซ่อน QR 1329px */

    .MobileblockSpecific1329px {
        display: none;
    }

    /* /จบส่วนซ่อน QR 1329px */

    .TheEndblock {
        width: auto;
        display: flex;
        justify-content: center;
        /*border: 2px solid black;*/
    }
    
    .CPYBlock {
        width: 100%;
        /* border: 2px solid black; */
        text-align: center;
    }
    #CPY {
        font-size: 12px;
    }
}


@media only screen and (max-width: 900px) {
    
    body {
        width: 100%;
        font-family: fonts1;
        /* border: 3px solid black; */
        user-select: none;
    }

    .header {
        width: 100%;
        height: 0%;
        /* border: 2px solid red; */
        display: inline-block;
        text-align: center;
        /* justify-content: center; */
    }
    
    .header a img {
        margin: 0 0 0 0;
        width: 140px;
        height: 70px;
    }
    
    .navbar {
        /*border: 2px solid black;*/
        text-align: center;
    }
    
    .navbar a{
        font-size: 22px;
        font-weight: bold;
        color: black;
    }
    .navbar a:hover{
        color: rgba(0, 0, 0, .3);
    }
    
    /*จบส่วน Header*/

        /* ส่วน content */

        
        /* ส่วน Mainblock */

        .Mainblock {
            width: 100%;
            display: block;
            /* border: 2px solid black; */
        }

        /* ส่วน Product */

        .Product {
            margin: 0 0 0 0;
            width: 100%;
            /* border: 2px solid black; */
        }

        .Product #Topic {
            font-size: 22px;
        }

        .BoxInProduct1 {
            margin: 0 0 0 0;
            width: 100%;
            display: flex;
            justify-content: center;
            /* border: 2px solid red; */
        }

        .SubBoxInProduct1 img {
            /* background-image: url(./Picture/CVboot.png); */
            background-size: cover;
            background-position: center;
            width: 450px;
            height: 350px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .SubBoxInProduct2 {
            width: 270px;
            font-size: 22px;
            font-weight: bold;
            /*border: 2px solid black;*/
        }


        .SubBoxInProduct2 #text1{
            font-size: 22px;
        }

        .SubBoxInProduct2 #typeHole1 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole1:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole2 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole2:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole3 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole3:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole4 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole4:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole5 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole5:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole6 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole6:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole7 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole7:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }
        .SubBoxInProduct2 #text2{
            font-size: 22px;
        }


        #color1 {
            display: none;
        }

        #color2 {
            display: none;
        }

        #color3 {
            display: none;
        }


        #spacetext {
            font-size: 22px;
        }

        #Sizetext {
            font-size: 22px;
            color: red;
        }

        #colortext {
            font-size: 22px;
        }

        .SubBoxInProduct2 #confirmBtn {
            display: none;
        }

        .LinePic {
            display: none;
        }

        /* จบส่วน Product */

        /* ส่วน ProductPictures */

        .ProductPictures {
            display: flex;
            justify-content: center;
        }

        .ProductPictures img {
            width: 50px;
            height: 50px;
            border: .5px solid black;
        }
        .ProductPictures img:hover {
            background-color: rgba(0, 0, 0, .3);
            cursor: pointer;
        }

        /* จบส่วน ProductPictures */

        /* ส่วน Detail */

        .detailProduct {
            display: block;
            justify-content: center;
            width: 100%;
            background-color: rgba(250, 235, 215, 0.2);
            border: .5px solid rgb(128, 128, 128, 0.2);
        }

        .detailProduct #detailtext1 {
            font-size: 20px;
        }

        .detailProduct label {
            font-size: 18px;
        }

        .detailProduct a {
            text-decoration: none;
            color: blue;
            font-size: 18px;
        }



        .detail1 {
            background-image: url(./Picture/detail1.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 800px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail2 {
            background-image: url(./Picture/detail2.jpg);
            background-size: cover;
            background-position: center;
            width: 600px;
            height: 700px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail3 {
            background-image: url(./Picture/detail3.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 600px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail4 {
            background-image: url(./Picture/detail4.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 850px;
            /* border: 2px solid black; */
            border-radius: 5px;
        }

        .detail5 {
            background-image: url(./Picture/detail5.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 600px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail6 {
            background-image: url(./Picture/detail6.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 600px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail7 {
            background-image: url(./Picture/detail7.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 600px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail8 {
            background-image: url(./Picture/detail8.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 1000px;
            /* border: 2px solid black; */
            border-radius: 5px;
        }

        .detail9 {
            background-image: url(./Picture/detail9.jpg);
            background-size: cover;
            background-position: center;
            width: 600px;
            height: 800px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail10 {
            background-image: url(./Picture/detail10.jpg);
            background-size: cover;
            background-position: center;
            width: 600px;
            height: 800px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail11 {
            background-image: url(./Picture/detail11.jpg);
            background-size: cover;
            background-position: center;
            width: 600px;
            height: 800px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail12 {
            background-image: url(./Picture/detail12.jpg);
            background-size: cover;
            background-position: center;
            width: 600px;
            height: 800px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail13 {
            background-image: url(./Picture/detail13.jpg);
            background-size: cover;
            background-position: center;
            width: 600px;
            height: 400px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail14 {
            background-image: url(./Picture/detail14.jpg);
            background-size: cover;
            background-position: center;
            width: 700px;
            height: 1000px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        /* จบส่วน Detail */



        /* ส่วน priceblog */

        .Priceblog {
            width: 100%;
            /* border: 2px solid black; */
            text-align: center;
        }

        #RateYB {
            color: red;
        }

        #Productinput{
            margin-left: 9px;
            width: 120px;
        }

        #QTYinput {
            width: 120px;
        }

        #widthCtT {
            width: 120px;
        }

        #lengthCtT {
            width: 120px;
        }

        #highCtT {
            width: 120px;
        }

        #alerttext1 {
            color: red;
        }

        #EK {
            width: 80px;
        }

        #SEA {
            width: 80px;
        }

        #Box {
            width: 120px;
        }

        /* จบส่วน priceblog */

        /* จบส่วน Mainblock */
    
    
    
        /* จบส่วน content */

        /* ส่วนปุ่มไปต่อหรือย้อนกลับ */

            .backpage {
                margin: 0 0 0 0;
                width: 100%;
                display: flex;
                justify-content: center;
                /* border: 2px solid black; */
            }

            .backpage a{
                font-size: 23px;
                font-weight: bold;
                color: black;
                border-radius: 10px;
            }.backpage a:hover {
                color: white;
                padding: 0.5px 0.5px;
                border: 5px double rgba(255, 255, 255, 0);
                border-radius: 10px;
                background-color: rgba(50, 71, 255, 0.9);
            }

            .backpage .blockbackpage {
                width: 500px;
            }

        /* จบส่วนปุ่มไปต่อหรือย้อนกลับ */


    
    
    /*ซ่อนส่วน footer ปกติ*/
    .footer {
        display: none;
    }
    /*ซ่อนส่วน footer ปกติ*/

    /*ส่วน Mobilefooter*/
    .Mobilefooter {
        margin: 0 0 0 0 ;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
        /* border: 2px solid black; */
        /* grid-gap: 1px; */
    }

    .Mobileblock2 {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        /* border: 2px solid green; */
    }

    .Mobileblock3 {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        /* border: 2px solid yellow; */
    }

    .Mobilefooter .Mobileblock2 a {
        color: black;
    } 

    .Mobilefooter .Mobileblock3 a {
        color: black;
    } 

    .Mobileblock4 {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        /* border: 2px solid red; */
    }

    .Mobileblock5 {
        margin: 0;
        width: 100%;
        height: 150px;
        display:flex;
        justify-content: center;
        /* border: 2px solid black; */
    }
    
    .lineAcc {
        width: 135px; 
        height: 135px;
        background-image: url(./Picture/lineAcc.jpg);
        background-size: cover;
    }


    /*จบส่วน Mobilefooter*/

    /* ซ่อน QR 1329px */

    .MobileblockSpecific1329px {
        display: none;
    }

    /* /จบส่วนซ่อน QR 1329px */

    .TheEndblock {
        width: auto;
        display: flex;
        justify-content: center;
        /*border: 2px solid black;*/
    }
    
    .CPYBlock {
        width: 100%;
        /* border: 2px solid black; */
        text-align: center;
    }
    #CPY {
        font-size: 12px;
    }
}


@media only screen and (max-width: 768px) {
    
    body {
        width: 100%;
        font-family: fonts1;
        /* border: 3px solid black; */
        user-select: none;
    }

    .header {
        width: 100%;
        height: 0%;
        /* border: 2px solid red; */
        display: inline-block;
        text-align: center;
        /* justify-content: center; */
    }
    
    .header a img {
        margin: 0 0 0 0;
        width: 140px;
        height: 70px;
    }
    
    .navbar {
        /*border: 2px solid black;*/
        text-align: center;
    }
    
    .navbar a{
        font-size: 22px;
        font-weight: bold;
        color: black;
    }
    .navbar a:hover{
        color: rgba(0, 0, 0, .3);
    }
    
    /*จบส่วน Header*/

        /* ส่วน content */

        
        /* ส่วน Mainblock */

        .Mainblock {
            width: 100%;
            display: block;
            /* border: 2px solid black; */
        }

        /* ส่วน Product */

        .Product {
            margin: 0 0 0 0;
            width: 100%;
            /* border: 2px solid black; */
        }

        .Product #Topic {
            font-size: 22px;
        }

        .BoxInProduct1 {
            margin: 0 0 0 0;
            width: 100%;
            display: block;
            justify-content: center;
            /* border: 2px solid red; */
        }

        .BoxInProduct1 img {
            /* background-image: url(./Picture/CVboot.png); */
            background-size: cover;
            background-position: center;
            width: 450px;
            height: 350px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .SubBoxInProduct2 {
            width: 100%;
            font-size: 22px;
            font-weight: bold;
            display: table-row;
            /* border: 2px solid black;  */
        }


        .SubBoxInProduct2 #text1{
            font-size: 22px;
        }

        .SubBoxInProduct2 #typeHole1 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole1:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole2 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole2:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole3 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole3:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole4 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole4:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole5 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole5:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole6 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole6:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole7 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole7:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #text2{
            font-size: 22px;
        }


        #color1 {
            display: none;
        }

        #color2 {
            display: none;
        }

        #color3 {
            display: none;
        }


        #spacetext {
            font-size: 22px;
        }

        #Sizetext {
            font-size: 22px;
            color: red;
        }

        #colortext {
            font-size: 22px;
        }

        .SubBoxInProduct2 #confirmBtn {
            display: none;
        }

        .LinePic {
            display: none;
        }

        /* จบส่วน Product */

        /* ส่วน ProductPictures */

        .ProductPictures {
            display: flex;
            justify-content: center;
        }

        .ProductPictures img {
            width: 50px;
            height: 50px;
            border: .5px solid black;
        }
        .ProductPictures img:hover {
            background-color: rgba(0, 0, 0, .3);
            cursor: pointer;
        }

        /* จบส่วน ProductPictures */

        /* ส่วน Detail */

        .detailProduct {
            display: block;
            justify-content: center;
            width: 100%;
            background-color: rgba(250, 235, 215, 0.2);
            border: .5px solid rgb(128, 128, 128, 0.2);
        }

        .detailProduct #detailtext1 {
            font-size: 20px;
        }

        .detailProduct label {
            font-size: 18px;
        }

        .detailProduct a {
            text-decoration: none;
            color: blue;
            font-size: 18px;
        }



        .detail1 {
            background-image: url(./Picture/detail1.jpg);
            background-size: cover;
            background-position: center;
            width: 500px;
            height: 600px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail2 {
            background-image: url(./Picture/detail2.jpg);
            background-size: cover;
            background-position: center;
            width: 500px;
            height: 600px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail3 {
            background-image: url(./Picture/detail3.jpg);
            background-size: cover;
            background-position: center;
            width: 500px;
            height: 500px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail4 {
            background-image: url(./Picture/detail4.jpg);
            background-size: cover;
            background-position: center;
            width: 500px;
            height: 800px;
            /* border: 2px solid black; */
            border-radius: 5px;
        }

        .detail5 {
            background-image: url(./Picture/detail5.jpg);
            background-size: cover;
            background-position: center;
            width: 500px;
            height: 450px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail6 {
            background-image: url(./Picture/detail6.jpg);
            background-size: cover;
            background-position: center;
            width: 500px;
            height: 400px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail7 {
            background-image: url(./Picture/detail7.jpg);
            background-size: cover;
            background-position: center;
            width: 500px;
            height: 400px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail8 {
            background-image: url(./Picture/detail8.jpg);
            background-size: cover;
            background-position: center;
            width: 500px;
            height: 800px;
            /* border: 2px solid black; */
            border-radius: 5px;
        }

        .detail9 {
            background-image: url(./Picture/detail9.jpg);
            background-size: cover;
            background-position: center;
            width: 500px;
            height: 700px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail10 {
            background-image: url(./Picture/detail10.jpg);
            background-size: cover;
            background-position: center;
            width: 500px;
            height: 700px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail11 {
            background-image: url(./Picture/detail11.jpg);
            background-size: cover;
            background-position: center;
            width: 500px;
            height: 700px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail12 {
            background-image: url(./Picture/detail12.jpg);
            background-size: cover;
            background-position: center;
            width: 500px;
            height: 700px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail13 {
            background-image: url(./Picture/detail13.jpg);
            background-size: cover;
            background-position: center;
            width: 500px;
            height: 400px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail14 {
            background-image: url(./Picture/detail14.jpg);
            background-size: cover;
            background-position: center;
            width: 500px;
            height: 700px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }


        /* จบส่วน Detail */



        /* ส่วน priceblog */

        .Priceblog {
            width: 100%;
            /* border: 2px solid black; */
            text-align: center;
        }

        #RateYB {
            color: red;
        }

        #Productinput{
            margin-left: 9px;
            width: 120px;
        }

        #QTYinput {
            width: 120px;
        }

        #widthCtT {
            width: 120px;
        }

        #lengthCtT {
            width: 120px;
        }

        #highCtT {
            width: 120px;
        }

        #alerttext1 {
            color: red;
        }

        #EK {
            width: 80px;
        }

        #SEA {
            width: 80px;
        }

        #Box {
            width: 120px;
        }

        /* จบส่วน priceblog */

        /* จบส่วน Mainblock */
    
        /* จบส่วน content */

        /* ส่วนปุ่มไปต่อหรือย้อนกลับ */

            .backpage {
                margin: 0 0 0 0;
                width: 100%;
                display: flex;
                justify-content: center;
                /* border: 2px solid black; */
            }

            .backpage a{
                font-size: 23px;
                font-weight: bold;
                color: black;
                border-radius: 10px;
            }.backpage a:hover {
                color: white;
                padding: 0.5px 0.5px;
                border: 5px double rgba(255, 255, 255, 0);
                border-radius: 10px;
                background-color: rgba(50, 71, 255, 0.9);
            }

            .backpage .blockbackpage {
                width: 300px;
            }

        /* จบส่วนปุ่มไปต่อหรือย้อนกลับ */


    
    
    /*ซ่อนส่วน footer ปกติ*/
    .footer {
        display: none;
    }
    /*ซ่อนส่วน footer ปกติ*/

    /*ส่วน Mobilefooter*/
    .Mobilefooter {
        margin: 0 0 0 0 ;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
        /* border: 2px solid black; */
        /* grid-gap: 1px; */
    }

    .Mobileblock2 {
        width: 100%;
        font-size: 15px;
        font-weight: bold;
        /* border: 2px solid green; */
    }

    .Mobileblock3 {
        width: 100%;
        font-size: 15px;
        font-weight: bold;
        /* border: 2px solid yellow; */
    }

    .Mobilefooter .Mobileblock2 a {
        color: black;
    } 

    .Mobilefooter .Mobileblock3 a {
        color: black;
    } 

    .Mobileblock4 {
        width: 100%;
        font-size: 15px;
        font-weight: bold;
        /* border: 2px solid red; */
    }

    .Mobileblock5 {
        margin: 0;
        width: 100%;
        height: 150px;
        display:flex;
        justify-content: center;
        /* border: 2px solid black; */
    }
    
    .lineAcc {
        width: 135px; 
        height: 135px;
        background-image: url(./Picture/lineAcc.jpg);
        background-size: cover;
    }


    /*จบส่วน Mobilefooter*/

    /* ซ่อน QR 1329px */

    .MobileblockSpecific1329px {
        display: none;
    }

    /* /จบส่วนซ่อน QR 1329px */

    .TheEndblock {
        width: auto;
        display: flex;
        justify-content: center;
        /*border: 2px solid black;*/
    }
    
    .CPYBlock {
        width: 100%;
        /* border: 2px solid black; */
        text-align: center;
    }
    #CPY {
        font-size: 12px;
    }
}



@media only screen and (max-width: 600px) {
    
    body {
        width: 100%;
        font-family: fonts1;
        /* border: 3px solid black; */
        user-select: none;
    }

    .header {
        width: 100%;
        height: 0%;
        /* border: 2px solid red; */
        display: inline-block;
        text-align: center;
        /* justify-content: center; */
    }
    
    .header a img {
        margin: 0 0 0 0;
        width: 140px;
        height: 70px;
    }
    
    .navbar {
        /*border: 2px solid black;*/
        text-align: center;
    }
    
    .navbar a{
        font-size: 22px;
        font-weight: bold;
        color: black;
    }
    .navbar a:hover{
        color: rgba(0, 0, 0, .3);
    }
    
    /*จบส่วน Header*/

        /* ส่วน content */

        
        /* ส่วน Mainblock */

        .Mainblock {
            width: 100%;
            display: block;
            /* border: 2px solid black; */
        }

        /* ส่วน Product */

        .Product {
            margin: 0 0 0 0;
            width: 100%;
            /* border: 2px solid black; */
        }

        .Product #Topic {
            font-size: 22px;
        }

        .BoxInProduct1 {
            margin: 0 0 0 0;
            width: 100%;
            display: block;
            justify-content: center;
            /* border: 2px solid red; */
        }

        .BoxInProduct1 img {
            /* background-image: url(./Picture/CVboot.png); */
            background-size: cover;
            background-position: center;
            width: 350px;
            height: 250px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .SubBoxInProduct2 {
            width: 100%;
            font-size: 22px;
            font-weight: bold;
            display: table-row;
            /* border: 2px solid black;  */
        }


        .SubBoxInProduct2 #text1{
            font-size: 22px;
        }

        .SubBoxInProduct2 #typeHole1 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole1:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole2 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole2:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole3 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole3:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole4 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole4:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole5 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole5:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole6 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole6:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole7 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole7:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #text2{
            font-size: 22px;
        }


        #color1 {
            display: none;
        }

        #color2 {
            display: none;
        }

        #color3 {
            display: none;
        }


        #spacetext {
            font-size: 22px;
        }

        #Sizetext {
            font-size: 22px;
            color: red;
        }

        #colortext {
            font-size: 22px;
        }

        .SubBoxInProduct2 #confirmBtn {
            display: none;
        }

        .LinePic {
            display: none;
        }

        /* จบส่วน Product */

        /* ส่วน ProductPictures */

        .ProductPictures {
            display: flex;
            justify-content: center;
        }

        .ProductPictures img {
            width: 50px;
            height: 50px;
            border: .5px solid black;
        }
        .ProductPictures img:hover {
            background-color: rgba(0, 0, 0, .3);
            cursor: pointer;
        }

        /* จบส่วน ProductPictures */

        /* ส่วน Detail */

        .detailProduct {
            display: block;
            justify-content: center;
            width: 100%;
            background-color: rgba(250, 235, 215, 0.2);
            border: .5px solid rgb(128, 128, 128, 0.2);
        }

        .detailProduct #detailtext1 {
            font-size: 20px;
        }

        .detailProduct label {
            font-size: 18px;
        }

        .detailProduct a {
            text-decoration: none;
            color: blue;
            font-size: 18px;
        }



        .detail1 {
            background-image: url(./Picture/detail1.jpg);
            background-size: cover;
            background-position: center;
            width: 250px;
            height: 250px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail2 {
            background-image: url(./Picture/detail2.jpg);
            background-size: cover;
            background-position: center;
            width: 250px;
            height: 300px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail3 {
            background-image: url(./Picture/detail3.jpg);
            background-size: cover;
            background-position: center;
            width: 250px;
            height: 250px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail4 {
            background-image: url(./Picture/detail4.jpg);
            background-size: cover;
            background-position: center;
            width: 250px;
            height: 500px;
            /* border: 2px solid black; */
            border-radius: 5px;
        }

        .detail5 {
            background-image: url(./Picture/detail5.jpg);
            background-size: cover;
            background-position: center;
            width: 250px;
            height: 250px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail6 {
            background-image: url(./Picture/detail6.jpg);
            background-size: cover;
            background-position: center;
            width: 250px;
            height: 250px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail7 {
            background-image: url(./Picture/detail7.jpg);
            background-size: cover;
            background-position: center;
            width: 250px;
            height: 250px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail8 {
            background-image: url(./Picture/detail8.jpg);
            background-size: cover;
            background-position: center;
            width: 250px;
            height: 450px;
            /* border: 2px solid black; */
            border-radius: 5px;
        }

        .detail9 {
            background-image: url(./Picture/detail9.jpg);
            background-size: cover;
            background-position: center;
            width: 250px;
            height: 350px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail10 {
            background-image: url(./Picture/detail10.jpg);
            background-size: cover;
            background-position: center;
            width: 250px;
            height: 350px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail11 {
            background-image: url(./Picture/detail11.jpg);
            background-size: cover;
            background-position: center;
            width: 250px;
            height: 250px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail12 {
            background-image: url(./Picture/detail12.jpg);
            background-size: cover;
            background-position: center;
            width: 250px;
            height: 250px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail13 {
            background-image: url(./Picture/detail13.jpg);
            background-size: cover;
            background-position: center;
            width: 250px;
            height: 250px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail14 {
            background-image: url(./Picture/detail14.jpg);
            background-size: cover;
            background-position: center;
            width: 250px;
            height: 250px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        /* จบส่วน Detail */



        /* ส่วน priceblog */

        .Priceblog {
            width: 100%;
            /* border: 2px solid black; */
            text-align: center;
        }

        #RateYB {
            color: red;
        }

        #Productinput{
            margin-left: 9px;
            width: 120px;
        }

        #QTYinput {
            width: 120px;
        }

        #widthCtT {
            width: 120px;
        }

        #lengthCtT {
            width: 120px;
        }

        #highCtT {
            width: 120px;
        }

        #alerttext1 {
            color: red;
        }

        #EK {
            width: 80px;
        }

        #SEA {
            width: 80px;
        }

        #Box {
            width: 120px;
        }

        /* จบส่วน priceblog */

        /* จบส่วน Mainblock */
    
        /* จบส่วน content */

        /* ส่วนปุ่มไปต่อหรือย้อนกลับ */

            .backpage {
                margin: 0 0 0 0;
                width: 100%;
                display: flex;
                justify-content: center;
                /* border: 2px solid black; */
            }

            .backpage a{
                font-size: 23px;
                font-weight: bold;
                color: black;
                border-radius: 10px;
            }.backpage a:hover {
                color: white;
                padding: 0.5px 0.5px;
                border: 5px double rgba(255, 255, 255, 0);
                border-radius: 10px;
                background-color: rgba(50, 71, 255, 0.9);
            }

            .backpage .blockbackpage {
                width: 200px;
            }

        /* จบส่วนปุ่มไปต่อหรือย้อนกลับ */


    
    
    /*ซ่อนส่วน footer ปกติ*/
    .footer {
        display: none;
    }
    /*ซ่อนส่วน footer ปกติ*/

    /*ส่วน Mobilefooter*/
    .Mobilefooter {
        margin: 0 0 0 0 ;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
        /* border: 2px solid black; */
        /* grid-gap: 1px; */
    }

    .Mobileblock2 {
        width: 100%;
        font-size: 12px;
        font-weight: bold;
        /* border: 2px solid green; */
    }

    .Mobileblock3 {
        width: 100%;
        font-size: 12px;
        font-weight: bold;
        /* border: 2px solid yellow; */
    }

    .Mobilefooter .Mobileblock2 a {
        color: black;
    } 

    .Mobilefooter .Mobileblock3 a {
        color: black;
    } 

    .Mobileblock4 {
        width: 100%;
        font-size: 12px;
        font-weight: bold;
        /* border: 2px solid red; */
    }

    .Mobileblock5 {
        margin: 0;
        width: 100%;
        height: 150px;
        display:flex;
        justify-content: center;
        /* border: 2px solid black; */
    }
    
    .lineAcc {
        width: 135px; 
        height: 135px;
        background-image: url(./Picture/lineAcc.jpg);
        background-size: cover;
    }


    /*จบส่วน Mobilefooter*/

    /* ซ่อน QR 1329px */

    .MobileblockSpecific1329px {
        display: none;
    }

    /* /จบส่วนซ่อน QR 1329px */

    .TheEndblock {
        width: auto;
        display: flex;
        justify-content: center;
        /*border: 2px solid black;*/
    }
    
    .CPYBlock {
        width: 100%;
        /* border: 2px solid black; */
        text-align: center;
    }
    #CPY {
        font-size: 12px;
    }
}


@media only screen and (max-width: 480px) {
    
    body {
        width: 100%;
        font-family: fonts1;
        /* border: 3px solid black; */
        user-select: none;
    }

    .header {
        width: 100%;
        height: 0%;
        /* border: 2px solid red; */
        display: inline-block;
        text-align: center;
        /* justify-content: center; */
    }
    
    .header a img {
        margin: 0 0 0 0;
        width: 140px;
        height: 70px;
    }
    
    .navbar {
        margin: 0 0 20px -20px;
        /* border: 2px solid black; */
        text-align: center;
        font-size: 8px;
    }
    
    .navbar a{
        margin: 0 0 20px -20px;
        font-weight: bold;
        color: black;
    }
    .navbar a:hover{
        color: rgba(0, 0, 0, .3);
    }
    
    /*จบส่วน Header*/

        /* ส่วน content */

        
        /* ส่วน Mainblock */

        .Mainblock {
            width: 100%;
            display: block;
            /* border: 2px solid black; */
        }

        /* ส่วน Product */

        .Product {
            margin: 0 0 0 0;
            width: 100%;
            /* border: 2px solid black; */
        }

        .Product #Topic {
            font-size: 22px;
        }

        .BoxInProduct1 {
            margin: 0 0 0 0;
            width: 100%;
            display: block;
            justify-content: center;
            /* border: 2px solid red; */
        }

        .BoxInProduct1 img {
            /* background-image: url(./Picture/CVboot.png); */
            background-size: cover;
            background-position: center;
            width: 220px;
            height: 170px;
            /* border: 2px solid black; */
            border-radius: 5px;
        }

        .SubBoxInProduct2 {
            width: 100%;
            font-size: 22px;
            font-weight: bold;
            display: table-row;
            /* border: 2px solid black;  */
        }


        .SubBoxInProduct2 #text1{
            font-size: 22px;
        }

        .SubBoxInProduct2 #typeHole1 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole1:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole2 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole2:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole3 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole3:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole4 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole4:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole5 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole5:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole6 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole6:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole7 {
            font-size: 21px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole7:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #text2{
            font-size: 22px;
        }


        #color1 {
            display: none;
        }

        #color2 {
            display: none;
        }

        #color3 {
            display: none;
        }


        #spacetext {
            font-size: 22px;
        }

        #Sizetext {
            font-size: 22px;
            color: red;
        }

        #colortext {
            font-size: 22px;
        }

        .SubBoxInProduct2 #confirmBtn {
            display: none;
        }

        .LinePic {
            display: none;
        }

        /* จบส่วน Product */

        /* ส่วน ProductPictures */

        .ProductPictures {
            display: flex;
            justify-content: center;
        }

        .ProductPictures img {
            width: 30px;
            height: 30px;
            border: .5px solid black;
        }
        .ProductPictures img:hover {
            background-color: rgba(0, 0, 0, .3);
            cursor: pointer;
        }

        /* จบส่วน ProductPictures */

        /* ส่วน Detail */

        .detailProduct {
            display: block;
            justify-content: center;
            width: 100%;
            background-color: rgba(250, 235, 215, 0.2);
            border: .5px solid rgb(128, 128, 128, 0.2);
        }

        .detailProduct #detailtext1 {
            font-size: 20px;
        }

        .detailProduct label {
            font-size: 18px;
        }

        .detailProduct a {
            text-decoration: none;
            color: blue;
            font-size: 18px;
        }



        .detail1 {
            background-image: url(./Picture/detail1.jpg);
            background-size: cover;
            background-position: center;
            width: 250px;
            height: 250px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail2 {
            background-image: url(./Picture/detail2.jpg);
            background-size: cover;
            background-position: center;
            width: 250px;
            height: 300px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail3 {
            background-image: url(./Picture/detail3.jpg);
            background-size: cover;
            background-position: center;
            width: 250px;
            height: 250px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail4 {
            background-image: url(./Picture/detail4.jpg);
            background-size: cover;
            background-position: center;
            width: 250px;
            height: 500px;
            /* border: 2px solid black; */
            border-radius: 5px;
        }

        .detail5 {
            background-image: url(./Picture/detail5.jpg);
            background-size: cover;
            background-position: center;
            width: 250px;
            height: 250px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail6 {
            background-image: url(./Picture/detail6.jpg);
            background-size: cover;
            background-position: center;
            width: 250px;
            height: 250px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail7 {
            background-image: url(./Picture/detail7.jpg);
            background-size: cover;
            background-position: center;
            width: 250px;
            height: 250px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail8 {
            background-image: url(./Picture/detail8.jpg);
            background-size: cover;
            background-position: center;
            width: 250px;
            height: 450px;
            /* border: 2px solid black; */
            border-radius: 5px;
        }

        .detail9 {
            background-image: url(./Picture/detail9.jpg);
            background-size: cover;
            background-position: center;
            width: 250px;
            height: 350px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail10 {
            background-image: url(./Picture/detail10.jpg);
            background-size: cover;
            background-position: center;
            width: 250px;
            height: 350px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail11 {
            background-image: url(./Picture/detail11.jpg);
            background-size: cover;
            background-position: center;
            width: 250px;
            height: 250px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail12 {
            background-image: url(./Picture/detail12.jpg);
            background-size: cover;
            background-position: center;
            width: 250px;
            height: 250px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail13 {
            background-image: url(./Picture/detail13.jpg);
            background-size: cover;
            background-position: center;
            width: 250px;
            height: 250px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail14 {
            background-image: url(./Picture/detail14.jpg);
            background-size: cover;
            background-position: center;
            width: 250px;
            height: 250px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        /* จบส่วน Detail */



        /* ส่วน priceblog */

        .Priceblog {
            width: 100%;
            /* border: 2px solid black; */
            text-align: center;
        }

        #RateYB {
            font-size: 11px;
            color: red;
        }

        #Productinput{
            margin-left: 9px;
            width: 80px;
        }

        #QTYinput {
            width: 80px;
        }

        #widthCtT {
            width: 80px;
        }

        #lengthCtT {
            width: 80px;
        }

        #highCtT {
            width: 80px;
        }

        #alerttext1 {
            font-size: 10px;
            color: red;
        }

        #EK {
            width: 70px;
        }

        #SEA {
            width: 70px;
        }

        #Box {
            width: 80px;
        }

        /* จบส่วน priceblog */

        /* จบส่วน Mainblock */
    
        /* จบส่วน content */

        /* ส่วนปุ่มไปต่อหรือย้อนกลับ */

            .backpage {
                margin: 0 0 0 0;
                width: 100%;
                display: flex;
                justify-content: center;
                /* border: 2px solid black; */
            }

            .backpage a{
                font-size: 23px;
                font-weight: bold;
                color: black;
                border-radius: 10px;
            }.backpage a:hover {
                color: white;
                padding: 0.5px 0.5px;
                border: 5px double rgba(255, 255, 255, 0);
                border-radius: 10px;
                background-color: rgba(50, 71, 255, 0.9);
            }

            .backpage .blockbackpage {
                width: 50px;
            }

        /* จบส่วนปุ่มไปต่อหรือย้อนกลับ */


    
    
    /*ซ่อนส่วน footer ปกติ*/
    .footer {
        display: none;
    }
    /*ซ่อนส่วน footer ปกติ*/

    /*ส่วน Mobilefooter*/
    .Mobilefooter {
        margin: 0 0 0 0 ;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
        /* border: 2px solid black; */
        /* grid-gap: 1px; */
    }

    .Mobileblock2 {
        width: 100%;
        font-size: 7px;
        font-weight: bold;
        /* border: 2px solid green; */
    }

    .Mobileblock3 {
        width: 100%;
        font-size: 7px;
        font-weight: bold;
        /* border: 2px solid yellow; */
    }

    .Mobilefooter .Mobileblock2 a {
        color: black;
    } 

    .Mobilefooter .Mobileblock3 a {
        color: black;
    } 

    .Mobileblock4 {
        width: 100%;
        font-size: 7px;
        font-weight: bold;
        /* border: 2px solid red; */
    }

    .Mobileblock5 {
        margin: 0;
        width: 100%;
        height: 150px;
        display:flex;
        justify-content: center;
        /* border: 2px solid black; */
    }
    
    .lineAcc {
        width: 100px; 
        height: 100px;
        background-image: url(./Picture/lineAcc.jpg);
        background-size: cover;
    }


    /*จบส่วน Mobilefooter*/

    /* ซ่อน QR 1329px */

    .MobileblockSpecific1329px {
        display: none;
    }

    /* /จบส่วนซ่อน QR 1329px */

    .TheEndblock {
        width: auto;
        display: flex;
        justify-content: center;
        /*border: 2px solid black;*/
    }
    
    .CPYBlock {
        width: 100%;
        /* border: 2px solid black; */
        text-align: center;
    }
    #CPY {
        font-size: 12px;
    }
}



@media only screen and (max-width: 320px) {
    
    body {
        width: 100%;
        font-family: fonts1;
        /* border: 3px solid black; */
        user-select: none;
    }

    .header {
        width: 100%;
        height: 0%;
        /* border: 2px solid red; */
        display: inline-block;
        text-align: center;
        /* justify-content: center; */
    }
    
    .header a img {
        margin: 0 0 0 0;
        width: 140px;
        height: 70px;
    }
    
    .navbar {
        margin: 0 0 20px -20px;
        /* border: 2px solid black; */
        text-align: center;
        font-size: 8px;
    }
    
    .navbar a{
        margin: 0 0 20px -20px;
        font-weight: bold;
        color: black;
    }
    .navbar a:hover{
        color: rgba(0, 0, 0, .3);
    }
    
    /*จบส่วน Header*/

        /* ส่วน content */

        
        /* ส่วน Mainblock */

        .Mainblock {
            width: 100%;
            display: block;
            /* border: 2px solid black; */
        }

        /* ส่วน Product */

        .Product {
            margin: 0 0 0 0;
            width: 100%;
            /* border: 2px solid black; */
        }

        .Product #Topic {
            font-size: 22px;
        }

        .BoxInProduct1 {
            margin: 0 0 0 0;
            width: 100%;
            display: block;
            justify-content: center;
            /* border: 2px solid red; */
        }

        .BoxInProduct1 img {
            /* background-image: url(./Picture/CVboot.png); */
            background-size: cover;
            background-position: center;
            width: 200px;
            height: 160px;
            /* border: 2px solid black; */
            border-radius: 5px;
        }

        .SubBoxInProduct2 {
            width: 100%;
            font-size: 22px;
            font-weight: bold;
            display: table-row;
            /* border: 2px solid black;  */
        }


        .SubBoxInProduct2 #text1{
            font-size: 22px;
        }

        .SubBoxInProduct2 #typeHole1 {
            font-size: 15px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole1:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole2 {
            font-size: 15px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole2:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole3 {
            font-size: 15px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole3:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole4 {
            font-size: 15px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole4:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole5 {
            font-size: 15px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole5:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole6 {
            font-size: 15px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole6:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #typeHole7 {
            font-size: 15px;
            border: 1px solid black;
            border-radius: 5px;
        }
        .SubBoxInProduct2 #typeHole7:hover {
            color: white;
            border: 1px solid rgb(255, 255, 255);
            background-color: rgba(0, 0, 0, .3);
            border-radius: 5px;
            cursor: pointer;
        }

        .SubBoxInProduct2 #text2{
            font-size: 18px;
        }


        #color1 {
            display: none;
        }

        #color2 {
            display: none;
        }

        #color3 {
            display: none;
        }


        #spacetext {
            font-size: 18px;
        }

        #Sizetext {
            font-size: 18px;
            color: red;
        }

        #colortext {
            font-size: 18px;
        }

        .SubBoxInProduct2 #confirmBtn {
            display: none;
        }

        .LinePic {
            display: none;
        }

        /* จบส่วน Product */

        /* ส่วน ProductPictures */

        .ProductPictures {
            display: flex;
            justify-content: center;
        }

        .ProductPictures img {
            width: 25px;
            height: 25px;
            border: .5px solid black;
        }
        .ProductPictures img:hover {
            background-color: rgba(0, 0, 0, .3);
            cursor: pointer;
        }

        /* จบส่วน ProductPictures */

        /* ส่วน Detail */

        .detailProduct {
            display: block;
            justify-content: center;
            width: 100%;
            background-color: rgba(250, 235, 215, 0.2);
            border: .5px solid rgb(128, 128, 128, 0.2);
        }

        .detailProduct #detailtext1 {
            font-size: 20px;
        }

        .detailProduct label {
            font-size: 18px;
        }

        .detailProduct a {
            text-decoration: none;
            color: blue;
            font-size: 18px;
        }



        .detail1 {
            background-image: url(./Picture/detail1.jpg);
            background-size: cover;
            background-position: center;
            width: 180px;
            height: 200px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail2 {
            background-image: url(./Picture/detail2.jpg);
            background-size: cover;
            background-position: center;
            width: 180px;
            height: 200px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail3 {
            background-image: url(./Picture/detail3.jpg);
            background-size: cover;
            background-position: center;
            width: 180px;
            height: 200px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail4 {
            background-image: url(./Picture/detail4.jpg);
            background-size: cover;
            background-position: center;
            width: 180px;
            height: 200px;
            /* border: 2px solid black; */
            border-radius: 5px;
        }

        .detail5 {
            background-image: url(./Picture/detail5.jpg);
            background-size: cover;
            background-position: center;
            width: 180px;
            height: 180px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail6 {
            background-image: url(./Picture/detail6.jpg);
            background-size: cover;
            background-position: center;
            width: 180px;
            height: 200px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail7 {
            background-image: url(./Picture/detail7.jpg);
            background-size: cover;
            background-position: center;
            width: 180px;
            height: 200px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail8 {
            background-image: url(./Picture/detail8.jpg);
            background-size: cover;
            background-position: center;
            width: 180px;
            height: 300px;
            /* border: 2px solid black; */
            border-radius: 5px;
        }

        .detail9 {
            background-image: url(./Picture/detail9.jpg);
            background-size: cover;
            background-position: center;
            width: 180px;
            height: 300px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail10 {
            background-image: url(./Picture/detail10.jpg);
            background-size: cover;
            background-position: center;
            width: 180px;
            height: 300px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail11 {
            background-image: url(./Picture/detail11.jpg);
            background-size: cover;
            background-position: center;
            width: 180px;
            height: 200px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail12 {
            background-image: url(./Picture/detail12.jpg);
            background-size: cover;
            background-position: center;
            width: 180px;
            height: 200px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail13 {
            background-image: url(./Picture/detail13.jpg);
            background-size: cover;
            background-position: center;
            width: 180px;
            height: 200px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        .detail14 {
            background-image: url(./Picture/detail14.jpg);
            background-size: cover;
            background-position: center;
            width: 180px;
            height: 200px;
            /*border: 2px solid black;*/
            border-radius: 5px;
        }

        /* จบส่วน Detail */



        /* ส่วน priceblog */

        .Priceblog {
            width: 100%;
            /* border: 2px solid black; */
            text-align: center;
        }

        #RateYB {
            font-size: 7.5px;
            color: red;
        }

        #Productinput{
            margin: 0;
            width: 70px;
        }

        #QTYinput {
            width: 70px;
        }

        #widthCtT {
            width: 70px;
        }

        #lengthCtT {
            width: 70px;
        }

        #highCtT {
            width: 70px;
        }

        #alerttext1 {
            font-size: 9px;
            color: red;
        }

        #EK {
            width: 60px;
        }

        #SEA {
            width: 60px;
        }

        #Box {
            width: 70px;
        }

        /* จบส่วน priceblog */

        /* จบส่วน Mainblock */
    
        /* จบส่วน content */

        /* ส่วนปุ่มไปต่อหรือย้อนกลับ */

            .backpage {
                margin: 0 0 0 0;
                width: 100%;
                display: flex;
                justify-content: center;
                /* border: 2px solid black; */
            }

            .backpage a{
                font-size: 18px;
                font-weight: bold;
                color: black;
                border-radius: 10px;
            }.backpage a:hover {
                color: white;
                padding: 0.5px 0.5px;
                border: 5px double rgba(255, 255, 255, 0);
                border-radius: 10px;
                background-color: rgba(50, 71, 255, 0.9);
            }

            .backpage .blockbackpage {
                width: 20px;
            }

        /* จบส่วนปุ่มไปต่อหรือย้อนกลับ */


    
    
    /*ซ่อนส่วน footer ปกติ*/
    .footer {
        display: none;
    }
    /*ซ่อนส่วน footer ปกติ*/

    /*ส่วน Mobilefooter*/
    .Mobilefooter {
        margin: 0 0 0 0 ;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
        /* border: 2px solid black; */
        /* grid-gap: 1px; */
    }

    .Mobileblock2 {
        width: 100%;
        font-size: 5px;
        font-weight: bold;
        /* border: 2px solid green; */
    }

    .Mobileblock3 {
        width: 100%;
        font-size: 5px;
        font-weight: bold;
        /* border: 2px solid yellow; */
    }

    .Mobilefooter .Mobileblock2 a {
        color: black;
    } 

    .Mobilefooter .Mobileblock3 a {
        color: black;
    } 

    .Mobileblock4 {
        width: 100%;
        font-size: 5px;
        font-weight: bold;
        /* border: 2px solid red; */
    }

    .Mobileblock5 {
        margin: 0;
        width: 100%;
        height: 150px;
        display:flex;
        justify-content: center;
        /* border: 2px solid black; */
    }
    
    .lineAcc {
        width: 100px; 
        height: 100px;
        background-image: url(./Picture/lineAcc.jpg);
        background-size: cover;
    }


    /*จบส่วน Mobilefooter*/

    /* ซ่อน QR 1329px */

    .MobileblockSpecific1329px {
        display: none;
    }

    /* /จบส่วนซ่อน QR 1329px */

    .TheEndblock {
        width: auto;
        display: flex;
        justify-content: center;
        /*border: 2px solid black;*/
    }
    
    .CPYBlock {
        width: 100%;
        /* border: 2px solid black; */
        text-align: center;
    }
    #CPY {
        font-size: 12px;
    }
}

