#promDesignFirst_promFrame {
    /* font-family:'supermarket'; */
    overflow: hidden;
    background-size: cover;
    height: auto;
    border: 0px solid;
    background-color: white;
}
#promDesignBuyNow_promFrame {
    top: 40%;
    padding-top: 25%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    float: left;
    width: 100%;
    position: inherit;
    z-index: 0;
    height: 55%;
    overflow: scroll;
    background-color: white;
    padding-bottom: 15px;
}

#promDesignFirst_promFrame #selectCar {
    float: left;
    clear: left;
    margin-top: 15px;
    padding: 0 15px 0 15px;
    width: 100%;
}
#promDesignFirst_promFrame #call_select {
    width: 100% !important;
    padding-right: 15px;
    font-size: 1.5em;
}
#promDesignFirst_promFrame .titleCat {
    font-family: 'supermarket';
    font-size: 1.7em;
    color: black;
    float: left;
    clear: both;
    margin-left: 16px;
    line-height: 1.5;
}
#promDesignFirst_promFrame .titleBorder {
    font-family: 'supermarket';
    font-size: 1.7em;
    color: black;
    float: left;
    clear: both;
	margin: 0 0 20px 0;
}
#promDesignFirst_promFrame .warnning {
    cursor: pointer;
    margin-top: 4px;
    margin-left: 4px; 
}
#promDesignFirst_promFrame .box-detail-auto {
    border: 0px solid;
    margin-top: 40px;
    height: auto;
    
}
#promDesignFirst_promFrame .box-category {
    border: 0px solid;
    margin-top: -10px;
}
#promDesignFirst_promFrame .box-detail {
    border: 0px solid;
    margin-top: 5px;
    height: auto;
    overflow: hidden;
}
#promDesignFirst_promFrame .div_icon {
    float: left;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
}
#promDesignFirst_promFrame .div_icon_border {
    margin-left: 0px;
    margin-top: 15px;
    margin-right: 10px;
}
#promDesignFirst_promFrame .icon {
    border: 5px white solid;
    margin-top: 5px;
    margin-right: 15px;
    background: white;
    float: left;
    width: 90px;
    height: 90px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}


#promDesignFirst_promFrame .div_icon_circle {
    float: left;
    margin-right: 15px;
    background: white;
    float: left;
    width: 90px;
    height: 90px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    border: 2px black solid;
}
#promDesignFirst_promFrame .border_active {
    float: left;
    width: 75px;
    height: 75px;
    margin-right: 15px;
    margin-bottom: 10px;
}
#promDesignFirst_promFrame .icon_unit {
    margin-top: 5px;
    margin-right: 15px;
    background: white;
    float: left;
    width: 80px;
    height: 80px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid;
    background-size: 80px 80px, 80px 80px !important;
    background-position: left, left !important;
    background-repeat: no-repeat, no-repeat !important;
}
#promDesignFirst_promFrame .icon_unit_thread {
    margin-top: 5px;
    margin-right: 15px;
    background: white;
    float: left;
    width: 120px;
    height: 120px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid;
    background-size: 120px 120px, 120px 120px, 120px 120px !important;
    background-position: left, left, left !important;
    background-repeat: no-repeat, no-repeat !important;
    transition: background-image 0.2s linear;
    -webkit-transition: background-image 0.2s linear;
}
#promDesignFirst_promFrame .icon:hover {
    border: 5px orange solid;
}
#promDesignFirst_promFrame .icon_active {
    margin-right: 15px;
    float: left;
    width: 90px;
    height: 90px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    z-index: 0;
    position: absolute;
    border: 5px orange solid;
}
#promDesignFirst_promFrame .icon_detail_active {
    margin-right: 15px;
    float: left;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    z-index: 0;
    /* position:absolute; */
    
    border: 5px orange solid;
}
#promDesignFirst_promFrame .title {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: -7px;
}
#promDesignFirst_promFrame .detail_top {
    overflow: hidden;
}
#promDesignFirst_promFrame .detail_bottom {
    overflow: hidden;
    margin-left: 15px;
}
#promDesignFirst_promFrame .detail_border_top {
    overflow: hidden;
    margin-bottom: 5px;
}
#promDesignFirst_promFrame .detail_border_bottom {
    overflow: hidden;
    margin-bottom: 5px;
}
/* ********** checkboxJoin *************** */

#promDesignFirst_promFrame .checkboxJoin {
    cursor: pointer;
    font-size: 1.5em;
    font-weight: normal;
    clear: left;
    overflow: hidden;
    float: left;
}
#promDesignFirst_promFrame .checkboxJoin input {
    display: none;
}
#promDesignFirst_promFrame .checkboxJoin div {
    text-indent: 40px;
    padding: 10px 15px 10px 15px;
    background: url(/graphic/icon/radio_4-1.png) 7px -2px no-repeat;
}
#promDesignFirst_promFrame .checkboxJoin input:checked + div {
    background-image: url(/graphic/icon/radio_4-2.png);
    background-color: #EEEEEE;
    color: #000;
}
#promDesignFirst_promFrame .checkboxJoin div:hover {
    background-color: #EEEEEE;
}
#promDesignFirst_promFrame .inboxArea {
    clear: both;
    padding-top: 30px;
    margin-left: 15px;
    height: auto;
}
#promDesignFirst_promFrame .inboxTitle {
    font-family: 'supermarket';
    margin-bottom: 20px;
    font-size: 2em;
}
/* ความกว้าง ไม่ต่ำกว่า 360px */


/* selectAllLevel footArea */
.footArea { clear:both; float:left; width:90%; margin:0 5% 0 5%; }

.footArea .footTitle { float:left; width:100%; font-size:1.8em;  font-family: 'supermarket'; margin:50px 0 10px 0; font-weight:bold; }
.footArea .footTitleText1 { float:left; color:#000000; margin:0 0 0 0; }
.footArea .footTitleText2 { float:left; color:#FF0004; margin:0 0 0 15px; }

.footArea #call_select { 
	float:left; height:125px !important; width:100% !important; font-size:1.7em !important; padding:0 0 0 20px; 
	border:1px dotted #A4A4A4; color:#000000;  cursor:pointer; line-height:95px; background-color:#FFFFFF; padding: 10px;
}
.footArea #call_select:hover { background-color:#FF7F80; }
#menuSelectFoot .call_select { 
	width:100% !important; height:125px !important; font-size:1.8em; padding:10px 0 10px 10px; border:1px dotted #A4A4A4; 
	color:#000000; background-color:#FFFFFF; cursor:pointer; margin:0 0 10px 0; display: none;
}

.footArea .call_select:hover { background-color:#FF7F80;  }
.footArea .call_select img { float:left; width:160px; -webkit-border-radius:5px; -moz-border-radius:5px; } 

.footDetailName { float:left; width:80px; font-size:0.9em;  font-family: 'supermarket'; color:#000000; margin: 0 0 0 10px; text-align:left; }
.footDetailText1 { float:left; width:100%; }
.footDetailText2 { float:left; margin: 5px 0 0 0; }

	.basicModalContent h2 { font-size: 1.7em; margin: 0 0 0 16px; color:#000000; }
	#footAreaSec #Session1 { width:100%; height:auto; padding:10px 0; margin: 30px 0 0 0 !important; }
	#footAreaSec #Session1_img { float:left; width:100%; padding:0 15px; }
	#footAreaSec #Session1_img img { width:100%; margin:0 !important; }
	#footAreaSec #Session1_txt { float:left; font-size:1.5em; margin:10px 0 0 20px; }
	 
	#footAreaSec #Session2 { float:left; width:100%; height:auto; padding:15px !important; margin:10px 0 10px 0; }
	#footAreaSec #Session2_img { float:left; width:100%; margin:0 0 0 0; }
	#footAreaSec #Session2_img img { width:100%; margin:0 !important; }
	#footAreaSec #Session2_txt { float:left; width:100%; font-size:1.2em; word-wrap:break-word; text-align:left; margin:10px 0 0 5px; }

/* end selectAllLevel footArea */


.miniModal { height:auto !important; max-height:80%; width:970px !important; }
	/***********************selectAllLevel***********************/
	/**************************section1***************************/
	#testDivSec #Session1 { margin:0px !important; width:50% !important; height:auto !important; }
	#testDivSec #Session1 img{ width:100%; margin-bottom:0; }
	/**************************section2***************************/
	#testDivSec #Session2 { margin:0px !important; width:50% !important; height:auto !important; }
	#testDivSec #Session2 img{ width:100%; margin-bottom:0; }
	#testDivSec #Session2_txt { text-align:left; padding:10px 0 0 10px; font-size:1.1em; }
	/**************************section3***************************/
	#testDivSec #Session3{ height:auto !important; margin:0 !important; width:100% !important; }
	#testDivSec #Session3_img { width: 100% !important; }
	#testDivSec #Session3_img img { width:100% !important; max-width:280px; }
	#testDivSec #Session3_txt { position:absolute; top:10px; left:10px; font-size:1em !important; background-color:#000000; color:#FFFFFF; padding:5px 5px; text-align:left; max-width:258px; width:auto !important; }
	/**************************section4***************************/
	#testDivSec #radioDiv4 .radioText { word-wrap:break-word; white-space:normal; }

#promDesignFirst_promFrame .testDiv { margin:30px 0 20px 0 !important; }

.borderArea { margin:20px 0 0 20px !important; overflow:hidden; }

#previewShoePlate {
    margin: 10px auto;
    text-align: center;
    font-size: 29px;
    border-style: dotted;
    border-radius: 2%;
    border-width: 1.7px;
    padding: 10px;
    word-break: break-all;
    /*background-color: #FFFAF0;*/
    color: #AFAFAF;
    display: inline-block;
    clear: both;
    font-family: 'supermarket';
}

.togete{
    display: inline-block;
    width: 100%;
}

#blueimp-gallery .close{
    font-size: 3em;
}

@media screen and (max-width: 425px) {
    #previewShoePlate{
        width: 90%;
        margin-left: 5%;

    }
}

@media screen and (min-width: 360px) {
    #promDesignFirst_promFrame .div_icon_border {
        margin-left: 0px;
        margin-top: 15px;
        margin-right: 50px;
    }
	
	.footDetailName { float:left; width:110px; font-size:0.9em;  font-family: 'supermarket'; color:#000000; margin: 0 0 0 10px; text-align:left; }


}

/* ความกว้าง ไม่ต่ำกว่า 700px */
@media screen and (min-width: 700px) {
	
	#footAreaSec #Session1 { width:29%; min-height: 230px; margin:20px 15px 20px 15px !important; padding:10px; }
	#footAreaSec #Session1_img { width:100%; height:200px; margin: 0; padding: 0; }
	#footAreaSec #Session1_img img { width:100% !important; margin: 55px 0 0 0 !important; }
	#footAreaSec #Session1_txt { position:absolute; width:auto; padding:5px 10px; margin:0; background-color:#FD0004; color:#FFFFFF; opacity:0.8; }
	
	#footAreaSec #Session2 { float:left; width:45%; margin:10px 10px 10px 10px !important; min-height: 290px;  }
	#footAreaSec #Session2_img { float:left; width:90%; }
	#footAreaSec #Session2_img img { width:100% !important; }
	#footAreaSec #Session2_txt { float:left; width:90%; padding:15px 0 5px 0; margin:0 !important; opacity:0.7; text-align:left; color:#000000; }
	
    #previewShoePlate{
    width: 300px;
    margin: 29px 0 0 6%;
    }

    #previewShoePlate img { float:left; width:75px; -webkit-border-radius:5px; -moz-border-radius:5px; } 
	
	.basicModalContent h2{ margin:10px 0 0 22px;  }
	.footArea { clear:none;  float:left; width:300px; height:auto !important;  overflow:hidden; margin:0 0 0 240px; }
	.footArea .footTitle { margin:20px 0 10px 0; font-weight:bold; }
	.borderArea { margin:20px 0 0 50px !important; overflow:hidden; }

	
    #promDesignBuyNow_promFrame {
        padding-top: 10%;
        height: 60%;
    }
    #promDesignFirst_promFrame {
        height: auto;
    }
    #promDesignFirst_promFrame .box-detail {
        height: auto;
    }
    #promDesignBuyNow_promFrame {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 0px;
    }
    #promDesignFirst_promFrame .div_icon_circle {
        float: left;
        margin-left: 15px;
    }
    #promDesignFirst_promFrame .border_active {
        float: left;
        width: 75px;
        height: 75px;
        margin-right: 15px;
        margin-bottom: 10px;
    }
    #promDesignFirst_promFrame .div_icon_circle {
        float: left;
        margin-right: 15px;
        background: white;
        float: left;
        width: 100px;
        height: 100px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        border: 2px black solid;
    }
    #promDesignFirst_promFrame .icon_active {
        margin-right: 15px;
        float: left;
        width: 100px;
        height: 100px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        z-index: 0;
        position: absolute;
        border: 5px orange solid;
    }
    #promDesignFirst_promFrame .icon_detail_active {
        margin-right: 15px;
        float: left;
        width: 100px;
        height: 100px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        z-index: 0;
        /* position:absolute; */
        
        border: 5px orange solid;
    }
    #promDesignFirst_promFrame .icon {
        border: 5px white solid;
        margin-right: 15px;
        background: white;
        float: left;
        width: 100px;
        height: 100px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
    }
    #promDesignFirst_promFrame .icon_unit {
        margin-right: 15px;
        background: white;
        float: left;
        width: 100px;
        height: 100px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        background-size: 70px 100px, 70px 100px !important;
        background-position: left, left !important;
        background-repeat: no-repeat, no-repeat !important;
        /* -webkit-transform: rotate(30deg) !important; */
    }
    #promDesignFirst_promFrame .icon_unit_thread {
        margin-right: 15px;
        background: white;
        float: left;
        width: 100px;
        height: 100px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        background-size: 100px 100px, 100px 100px, 100px 100px !important;
        background-position: center, center, left !important;
        background-repeat: no-repeat, no-repeat, no-repeat !important;
    }
    #promDesignFirst_promFrame #selectCar {
        float: left;
        clear: left;
        margin-top: 15px;
        padding: 0 15px 0 15px;
        width: 50%;
    }
}
/* ความกว้าง ไม่ต่ำกว่า 1000px */

@media screen and (min-width: 1000px) {

    #promDesignFirst_promFrame .box-category {
        margin-top: 0px;
    }
    #promDesignFirst_promFrame .box-detail {
        border: 0px solid;
        margin-top: 15px;
        height: auto;
        overflow: hidden;
    }
    #promDesignFirst_promFrame .title {
        float: left;
        clear: both;
        width: 100%;
        margin-bottom: 0px;
    }    

    #previewShoePlate{
    width: 350px;
    margin: 5px 0 10px 0;
    clear: both;
    float: left;
    }
	
	.footArea { clear:both;  float:left; width:350px; height:auto !important;  overflow:hidden; margin:0 0 0 0; }

	
    #promDesignFirst_promFrame {
        height: auto;
    }
    #promDesignFirst_promFrame .icon {
        border: 5px white solid;
        margin-right: 15px;
        background: white;
        float: left;
        width: 100px;
        height: 100px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
    }
    #promDesignFirst_promFrame .div_icon_circle {
        float: left;
        margin-right: 15px;
        background: white;
        float: left;
        width: 100px;
        height: 100px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        border: 2px black solid;
    }
    #promDesignFirst_promFrame .icon_active {
        margin-right: 15px;
        float: left;
        width: 100px;
        height: 100px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        z-index: 0;
        position: absolute;
        border: 5px orange solid;
    }
    #promDesignFirst_promFrame .icon_detail_active {
        margin-right: 15px;
        float: left;
        width: 100px;
        height: 100px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        z-index: 0;
        /* position:absolute; */
        
        border: 5px orange solid;
    }
    #promDesignFirst_promFrame .icon_unit {
        margin-right: 15px;
        background: white;
        float: left;
        width: 100px;
        height: 100px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        background-size: 70px 100px, 70px 100px !important;
        background-position: left, left !important;
        background-repeat: no-repeat, no-repeat !important;
        /* -webkit-transform: rotate(30deg) !important; */
    }
    #promDesignFirst_promFrame .icon_unit_thread {
        margin-right: 15px;
        background: white;
        float: left;
        width: 100px;
        height: 100px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        background-size: 100px 100px, 100px 100px, 100px 100px !important;
        background-position: center, center, left !important;
        background-repeat: no-repeat, no-repeat, no-repeat !important;
    }
    #promDesignFirst_promFrame .box-detail {
        /* height:106px; */
    }
    #promDesignFirst_promFrame .detail_border_top {
        overflow: none;
        margin-bottom: 5px;
    }
    #promDesignBuyNow_promFrame {
        padding-top: 0px;
        padding-left: 50px;
        float: left;
        width: 50%;
        position: inherit;
        top: 0px;
        height: auto;
        overflow: hidden;
    }
    #promDesignFirst_promFrame #selectCar {
        float: left;
        clear: left;
        margin-top: 15px;
        padding: 0 15px 0 15px;
        width: 50%;
    }
}

/* ความกว้าง ไม่ต่ำกว่า 1600px */
@media screen and (min-width: 1600px) {
	
	.footArea { clear:both;  float:left; width:350px !important; height:auto !important;  overflow:hidden; margin:0 0 0 0; }
	
	#promDesignFirst_promFrame .testDiv { margin:50px 0 40px 0 !important; }
	
	/**************************section1***************************/
	#testDivSec #Session1 { width:14.2% !important;}
	/**************************section2***************************/
	#testDivSec #Session2 { width:22% !important;  margin:13px !important ;  }
	#testDivSec #Session2 div img { width: 100% !important; margin-bottom: 0 !important; }
	/**************************section3***************************/
	#testDivSec #Session3{ min-height:260px !important; width:33.33% !important; }
	#testDivSec #Session3 img{ width:100% !important; height:100% !important; }
	/********************end selectAllLevel**********************/

	
	.borderArea { margin:20px 0 0 0 !important; overflow:hidden; }

	
    #promDesignFirst_promFrame #selectCar {
        float: left;
        clear: left;
        margin-top: 15px;
        padding: 0 15px 0 15px;
        width: 50%;
    }
    #promDesignFirst_promFrame {
        height: auto;
    }
    #promDesignFirst_promFrame .icon {
        border: 5px white solid;
        margin-right: 15px;
        background: white;
        float: left;
        width: 100px;
        height: 100px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
    }
    #promDesignFirst_promFrame .box-detail {
        height: auto;
    }
    #promDesignFirst_promFrame .div_icon_circle {
        float: left;
        margin-right: 15px;
        background: white;
        float: left;
        width: 100px;
        height: 100px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        border: 2px black solid;
    }
    #promDesignFirst_promFrame .icon_active {
        margin-right: 15px;
        float: left;
        width: 100px;
        height: 100px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        z-index: 0;
        position: absolute;
        border: 5px orange solid;
    }
    #promDesignFirst_promFrame .icon_detail_active {
        margin-right: 15px;
        float: left;
        width: 100px;
        height: 100px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        z-index: 0;
        /* position:absolute; */
        
        border: 5px orange solid;
    }
    #promDesignFirst_promFrame .icon_unit {
        margin-right: 15px;
        background: white;
        float: left;
        width: 100px;
        height: 100px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        background-size: 100px 100px, 100px 100px !important;
        background-position: left, left !important;
        background-repeat: no-repeat, no-repeat !important;
        /* -webkit-transform: rotate(30deg) !important; */
    }
    #promDesignFirst_promFrame .icon_unit_thread {
        margin-right: 15px;
        background: white;
        float: left;
        width: 150px;
        height: 150px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        background-size: 150px 150px, 150px 150px, 150px 150px !important;
        background-position: center, center, left !important;
        background-repeat: no-repeat, no-repeat, no-repeat !important;
    }
    #promDesignBuyNow_promFrame {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 0px;
    }

    #previewShoePlate{
    width: 280px;
    margin: 50px 0 0 8%;
    float: none;
    }
}

@media screen and (min-width: 1900px) {
	
	/* selectAllLevel foot area */
	.footArea { clear:none;  float:left; width:280px !important; height:auto !important;  overflow:hidden; margin:0 0 0 210px; }
	
	.footDetailName { float:left; width:80px; }
	
	.footArea #call_select { line-height:95px; }
	.footArea .footTitle {margin:19px 0 20px 0; }
	/* end selectAllLevel foot area */
	.borderArea { margin:20px 0 0 30px !important; overflow:hidden; }

}