div.clrow{
    margin-top: 0.4cm;
}

.img-resp{
    width: 100%;
    height: auto;
}

.colorpick{
    box-shadow: 0 0 5px #589eca;
}

.image{ 
    position: relative; 
    width: 100%; 
    height: auto;
}

#overlay {
    display: none;
    background-color: black;
    position: fixed;
    left:0;
    top:0;
    height:100%;
    width:100%;
    opacity: 0.5; /* also -moz-opacity, etc. */
}

#overlay_center {
    background-color: black;
    opacity: 1;
    position: fixed;
    left:50%;
    top:50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
}

.show_width{ 
    position: absolute; 
    bottom: 5%; 
    left: 44%; 
    width: 100%; 
}

.show_height{ 
    position: absolute; 
    top: 43%; 
    left: 93%; 
    width: 100%; 
}

.show_width_m{ 
    position: absolute; 
    bottom: 1%; 
    left: 42%; 
    width: 100%; 
}

.show_height_m{ 
    position: absolute; 
    top: 40%; 
    left: 92%; 
    width: 100%; 
}

img.color_box{
    padding-top: 10px;
    padding-left: 10px;
    cursor:pointer;
}

img.color_carpet{
    padding-top: 10px;
    padding-left: 17px; 
    cursor:pointer;
}

img.color_muli{
    /*padding-top: 10px !important;
    padding-left: 10px !important; */
    cursor:pointer !important;
}


img.social_box{
    padding-top: 12px;
    padding-bottom: 4px;
    padding-left: 20px;
}

div.quotation_box{
    padding-top: 18px;
}
div.tel_box{
    padding-top: 18px;
}

font.s_price { 
    text-align: right;
    /*display: block;*/
}

span.font-price{
    font-family:'Kanit';
    color:#ffc000;
}

input.tel_button{
    font-size:26px;
    font-weight: 900;
    width:100%;
    height:65px;
    color: #42210b !important;
}

input.quotation_button{
    border: 2px solid #ffc000;
    font-size:26px;
    width:100%;
    height:65px;
    color: #42210b !important;
    background-color: white !important;
} 
.quotation_button:hover{
    border: 2px solid #ffae00;
}

input.line_button {
    border: 2px solid #ffc000;
    font-size:22px;
    width:100%;
    height:65px;
    color: #42210b !important;
    background-color: white !important;
}
.line_button:hover{
    border: 2px solid #ffae00;
}


center.cal_button{
    padding-top: 15px;
}

div#form_cal{
    background-color: #F2F2F2;
}

input.cal_button{
    width: 100%; 
    font-size:20px;

}

div.cantact_box{
    padding-top: 5px;
}

img.color_carpet2{
    padding-top: 10px;
    padding-left: 13px; 
    cursor:pointer;
}

img.color_carpet3{
    padding-top: 10px;
    padding-left: 10px; 
    cursor:pointer;
}

img.curtain1{
    padding-top: 10px;
    cursor:pointer;
}
img.curtain-left{
    padding-top: 10px;
    padding-left: 10px; 
    cursor:pointer;
}

div.muli-box-color{
    width:85px !important; 
    float:left !important;
}


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

    input.tel_button{
        font-size:20px;
        font-weight: 900;
        width:100%;
        height:65px;
        color: #42210b !important;
    }

    input.quotation_button{
        border: 2px solid #ffc000;
        font-size:20px;
        width:100%;
        height:65px;
        color: #42210b !important;
        background-color: white !important;
    } 
    .quotation_button:hover{
        border: 2px solid #ffae00;
    }

    input.line_button {
        border: 2px solid #ffc000;
        font-size:14px;
        width:100%;
        height:65px;
        color: #42210b !important;
        background-color: white !important;
    }
    .line_button:hover{
        border: 2px solid #ffae00;
    }

}






