﻿/*
    **** การแกะแบบ จาก css ที่คนอื่นสร้าง ให้แกะจาก  inspect element (firefox)

    float: left     ทำให้ต่อกัน ไม่ขึ้นบันทัดใหม่  ใช้ได้ดีที่สุดคือ คุมที่ div อย่าไปคุมที่ table tr td หรือ input พวก contral ต่างๆ

    diplay: inline หรือ inline-block ยังไม่เห็นผล

    vertical-align: middle  ยังไม่เห็นผล
*/


body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
    /*ให้ปรับใน Page Default ไฟล์ css/nativedroid2.css*/
    /*background-color: #333333;*/
}

body {
    /*margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Raleway', Arial, sans-serif;*/
    /*background: linear-gradient(to bottom right, #35013F, #902086);*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;
    padding-right: 15px;*/
    /*padding ของ main page ปรับที่ jquery.mobile.min.css  .ui-content*/
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    /*white-space: normal;*/
}


/* unvisited link */
/*a:link {
    color:#444;
}*/

/* visited link */
/*a:visited {
    color: green;
}*/

/* mouse over link */
/*a:hover {
    color: red;
}*/

/* selected link */
/*a:active {
    color: blue;
}*/


/* div รวม ของ ตัวแสดงผล ยี่ห้อต่างๆ */
.main_tab_container {
    background-color: transparent;
    /*top: 0px;
    margin-top: 50px;
    padding-top: 0px;*/
    width: 400px;
    /*left: -1em; ไม่ได้ผล ต้องใส่ data-inset="true" ใน main เอา*/
    /*box-shadow: 2px 2px 4px 2px rgba(50, 50, 50, .5);*/ /* ไม่ต้องใช้แล้ว ใช้แล้วทำให้ tab ดูไม่เหมือนจริง*/
}

/*mark {
background-color:#e6e6e6;
color : #333;

}*/


table, tr, td {
    /*text-align: center;

    border: 0px inherit #dfdfdf;
    border-spacing:unset;
    border-width: 1px;
    padding: 0px;

    display: inline-block;
    vertical-align: middle;*/
    /*border-collapse:separate;*/
}

    table.fashion_table {
        /*ขนาดตัวหนังสือในตาราง*/
        font-size: 16px;
        border: 1px solid #ccc;
        /*text-decoration-line: none; ไม่ได้ผล*/
    }

    tr, td.fashion_table {
        border: 1px solid #ccc;
        display: inline-block;
        /*ไม่ได้ผล*/
        text-decoration-line: none;
    }



a.fashion_model {
    text-decoration-line: none;
    font-size: 14px; /*ขนาดตัวหนังสือของ model*/
}

    a.fashion_model:hover {
        color: blue;
    }


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
    /*ตัวปัญหา input เวลากดเข้าไปแล้ว มีเส้นยาวๆ โผล่มา คือ .ui-input-search:after ในไฟล์ nativedroid2.css*/
}
/*ไม่ได้ผล เพราะโดน jQuery Mobile: nativedroid2.css คุมอีกที ถ้าจะคุมต้องคุมทับโดยใช้ input[type="tel"] */

.fashion_input {
    font-size: 11px;
    /*border: 6px solid gray;*/ /*ไม่ได้ผล*/
    /*ขนาดความสูงของ input*/
    /*line-height: 16px;*/
    /*height: 16px*/
    /*width:30px;*/
}

input[type="tel"].fashion_input, input[type="tel"].other_input {
    width: 40px;
    height: 27px;
    border: 3px solid;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    margin-right: 3px;
    margin-left: 1px;
    /*ใช้เป็นตัวดัน input ให้ขึ้นไป*/
    margin-top: -1px;
    float: left;
    top: 3px;
    /*display:inline;
    vertical-align: middle;*/
}


/*input[type="tel"].fashion_input:active {
    left:10px; 
}*/

/*input[type="tel"].fashion_input:focus {
    left:20px; 
}*/








/*input[type="text"] {width:20px;border-box;padding:0;margin:0;display:inline;float:left;overflow:hidden;width:50px}*/



/*ผิดรูปแบบ*/
/*::-moz-placeholder.tom_placeholder_color {color:#fff}
:-moz-placeholder.tom_placeholder_color {color:#f00}*/

.tom_placeholder_color::-moz-placeholder {
    color: #aaa;
}

.tom_placeholder_color:-moz-placeholder {
    color: #aaa;
}

.tom_placeholder_color::-webkit-input-placeholder {
    color: #aaa;
}

.tom_placeholder_color:-ms-input-placeholder {
    color: #aaa;
}


/*เป็นการ set ทั้งหมด จะไปโดนจุดอื่นด้วย เช่น input[type="tel"].fashion_input*/

/*::-webkit-input-placeholder.tom_placeholder_color { color: rgba(255,255,255,0.3); }
:-moz-placeholder.tom_placeholder_color { color: rgba(255,255,255,0.3); }
::-moz-placeholder.tom_placeholder_color { color: rgba(255,255,255,0.3); }
:-ms-input-placeholder.tom_placeholder_color { color: rgba(255,255,255,0.3); }*/









input[type="text"], input[type="tel"].cart_address_input {
    width: 250px;
    height: 30px;
    font-size: 14px;
    padding-bottom: 0px;
    padding-left: 5px;
    /*margin-right: 3px;
    margin-left: 1px;*/
    margin-top: 10px;
    /*top: 10px;*/
    float: left;
    display: inline;
    vertical-align: middle;
    border: 2px solid #ccc;
    border-radius: 6px;
    /*z-index: 999;*/
}









#map_canvas {
    width: 550px;
    height: 400px;
    margin: auto;
    /*  margin-top:100px;*/
}




table.review_table {
    background-color: white;
    /*width: 350px;*/
    /*ขนาดตัวหนังสือในตาราง*/
    font-size: 12px;
    border: 1px inherit #000;
    border-spacing: 0px 0px;
    float: left;
    /*display: inline-block;*/
    vertical-align: middle;
    text-align: center;
    padding: 0px;
    margin: 0px;
    /*height: 10px;*/
    border-collapse: separate;
}




tr, td.review_table {
    /*border: 1px inherit #00f;*/
    border-spacing: 0px;
    width: 100%;
    padding: 0px;
    text-align: center;
}





.socialCircle-item {
    width: 60px;
    height: 60px;
    position: absolute;
    background-color: #333;
    margin: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    /*vertical-align: middle;
  display: inline-block;*/
    /*border: 1px solid red;*/
}

.socialCircle-container {
    position: relative;
    width: 350px;
    height: 350px;
    margin: 0 auto;
    top: -20px;
    left: -10px;
    /*border: 1px solid red;*/
}

.socialCircle-center {
    width: 100px;
    height: 100px;
    background: #E91E63;
    margin: 50%;
    position: absolute;
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    cursor: pointer;
    /*border: 1px solid blue;*/
}





/*อันเก่า ไม่ใช้แล้ว*/
/*Power select: resonsiveTabs*/

#select-710-button {
    background-color: #eee;
    height: 20px;
    margin-top: -20px; /*ยกให้ขึ้นไปติดกับ 'เลือกค่าสายตา'*/
    margin-bottom: 20px; /*ระยะห่าง drop กับ container*/
}

@media (min-width: 481px) {
    #select-710-button {
        display: none;
    }
}

#select-139-button {
    background-color: #eee;
    height: 20px;
    margin-top: -20px; /*ยกให้ขึ้นไปติดกับ 'เลือกค่าสายตา'*/
    margin-bottom: 20px; /*ระยะห่าง drop กับ container*/
}

@media (min-width: 481px) {
    #select-139-button {
        display: none;
    }
}


#select-614-button {
    background-color: #eee;
    height: 20px;
    margin-top: -20px; /*ยกให้ขึ้นไปติดกับ 'เลือกค่าสายตา'*/
    margin-bottom: 20px; /*ระยะห่าง drop กับ container*/
}

@media (min-width: 481px) {
    #select-614-button {
        display: none;
    }
}


#select-959-button {
    background-color: #eee;
    height: 20px;
    margin-top: -20px; /*ยกให้ขึ้นไปติดกับ 'เลือกค่าสายตา'*/
    margin-bottom: 20px; /*ระยะห่าง drop กับ container*/
}

@media (min-width: 481px) {
    #select-959-button {
        display: none;
    }
}


#select-531-button {
    background-color: #eee;
    height: 20px;
    margin-top: -20px; /*ยกให้ขึ้นไปติดกับ 'เลือกค่าสายตา'*/
    margin-bottom: 20px; /*ระยะห่าง drop กับ container*/
}

@media (min-width: 481px) {
    #select-531-button {
        display: none;
    }
}


#select-531-button {
    background-color: #eee;
    height: 20px;
    margin-top: -20px; /*ยกให้ขึ้นไปติดกับ 'เลือกค่าสายตา'*/
    margin-bottom: 20px; /*ระยะห่าง drop กับ container*/
}

@media (min-width: 481px) {
    #select-531-button {
        display: none;
    }
}


#select-41-button {
    background-color: #eee;
    height: 20px;
    margin-top: -20px; /*ยกให้ขึ้นไปติดกับ 'เลือกค่าสายตา'*/
    margin-bottom: 20px; /*ระยะห่าง drop กับ container*/
}

@media (min-width: 481px) {
    #select-41-button {
        display: none;
    }
}


#select-6-button {
    background-color: #eee;
    height: 20px;
    margin-top: -20px; /*ยกให้ขึ้นไปติดกับ 'เลือกค่าสายตา'*/
    margin-bottom: 20px; /*ระยะห่าง drop กับ container*/
}

@media (min-width: 481px) {
    #select-6-button {
        display: none;
    }
}


#select-78-button {
    background-color: #eee;
    height: 20px;
    margin-top: -20px; /*ยกให้ขึ้นไปติดกับ 'เลือกค่าสายตา'*/
    margin-bottom: 20px; /*ระยะห่าง drop กับ container*/
}

@media (min-width: 481px) {
    #select-78-button {
        display: none;
    }
}


#select-141-button {
    background-color: #eee;
    height: 20px;
    margin-top: -20px; /*ยกให้ขึ้นไปติดกับ 'เลือกค่าสายตา'*/
    margin-bottom: 20px; /*ระยะห่าง drop กับ container*/
}

@media (min-width: 481px) {
    #select-141-button {
        display: none;
    }
}

/*Power_Select_by_Step*/
#select-1635-button {
    background-color: #eee;
    height: 20px;
    margin-top: -10px; /*ยกให้ขึ้นไปติดกับ 'เลือกค่าสายตา'*/
    margin-bottom: 20px; /*ระยะห่าง drop กับ container*/
}

@media (min-width: 481px) {
    #select-1635-button {
        display: none;
    }
}



.spec_select_by_tom .ui-select .ui-btn, .ui-select .ui-btn.ui-focus.ui-btn-active {
    background-color: #eee;
    background: -moz-linear-gradient(270deg, #FFFFFF 0%, #D9D9D9 3%, #EDEDED 31%, #F0F0F0 48%, #E8E8E8 64%, #BFBFBF 97%, #545454 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(3%, #D9D9D9), color-stop(31%, #EDEDED), color-stop(48%, #F0F0F0), color-stop(64%, #E8E8E8), color-stop(97%, #BFBFBF), color-stop(100%, #545454)); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #FFFFFF 0%, #D9D9D9 3%, #EDEDED 31%, #F0F0F0 48%, #E8E8E8 64%, #BFBFBF 97%, #545454 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #FFFFFF 0%, #D9D9D9 3%, #EDEDED 31%, #F0F0F0 48%, #E8E8E8 64%, #BFBFBF 97%, #545454 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #FFFFFF 0%, #D9D9D9 3%, #EDEDED 31%, #F0F0F0 48%, #E8E8E8 64%, #BFBFBF 97%, #545454 100%); /* ie10+ */
    background: linear-gradient(180deg, #FFFFFF 0%, #D9D9D9 3%, #EDEDED 31%, #F0F0F0 48%, #E8E8E8 64%, #BFBFBF 97%, #545454 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#545454',GradientType=0 ); /* ie6-9 */
    height: 20px;
    margin-top: -18px; /*ยกให้ขึ้นไปติดกับ 'เลือกค่าสายตา'*/
    margin-bottom: 20px; /*ระยะห่าง drop กับ container*/
    border-radius: 10px;
}

@media (min-width: 481px) {
    .spec_select_by_tom .ui-select .ui-btn, .ui-select .ui-btn.ui-focus.ui-btn-active {
        display: none;
    }
}

.spec_select_by_tom {
}



textarea.address_textarea textarea {
    width: 250px;
    height: 100px;
    font-size: 14px;
    padding-bottom: 0px;
    padding-left: 5px;
    /*margin-right: 3px;
    margin-left: 1px;*/
    /*margin-top: 4px;*/
    /*top: 10px;*/
    float: left;
    /*display:inline;
    vertical-align: middle;*/
    border: 2px solid #ccc;
    border-radius: 6px;
}

table.tom_cart_address_table {
    /*ขนาดตัวหนังสือในตาราง*/
    color: black;
    font-size: 16px;
    border: 1px solid #ccc;
    /*text-decoration-line: none; ไม่ได้ผล*/
}

tr, td.tom_cart_address_table {
    border: 1px solid #ccc;
    display: inline-block;
    /*ไม่ได้ผล*/
    text-decoration-line: none;
}

.tom_cart_address {
    background-color: transparent;
    width: 400px;
}











.power_group1 {
    float: left;
    position: inherit; /*ให้มันอยู่ด้วยกัน*/
    width: 180px;
    /*border: 1px solid red;*/
    margin-left: 1px;
}

.power_group2 {
    float: left;
    position: inherit; /*ให้มันอยู่ด้วยกัน*/
    width: 180px;
    /*border: 1px solid blue;*/
    margin-right: 2px;
    margin-left: 50px;
}



table.power_table {
    /*ขนาดตัวหนังสือในตาราง ให้ปรับใน power_model ยกเว้น เลขนำหน้า(ชื่อรุ่น) ให้ set ตรงนี้*/
    font-size: 12px; /*ขนาดตัวหนังสือ ของ model ค่าสายตา*/
    border: 1px solid #ccc;
    /*text-decoration-line: none; ไม่ได้ผล*/
    border-spacing: 0px 0px;
}

tr, td.power_table {
    border: 1px solid #ccc;
    display: inline-block;
    /*border-spacing: 0px 0px;  ต้องไปใส่ใน table*/
    /*ไม่ได้ผล*/
    /*text-decoration-line:none;*/
}

a.power_model {
    text-decoration-line: none;
    font-size: 13px;
    /*text-align: left;  ไม่ได้ผล*/
}

    a.power_model:hover {
        color: blue;
    }


.power_input {
    font-size: 10px;
    /*border: 6px solid gray;*/ /*ไม่ได้ผล*/
    /*ขนาดความสูงของ input*/
    /*line-height: 16px;*/
    /*height: 16px*/
    /*width:30px;*/
}

input[type="tel"].power_input {
    width: 31px;
    height: 24px;
    border: 2px solid;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    margin-right: 3px;
    margin-left: 1px;
    /*ใช้เป็นตัวดัน input ให้ขึ้นไป*/
    margin-top: -1px;
    float: left;
    top: 4px;
    font-size: 10px;
    z-index: 10;
    /*display:inline;
    vertical-align: middle;*/
}












table.fashion_set {
    /*ขนาดตัวหนังสือในตาราง ให้ปรับใน power_model ยกเว้น เลขนำหน้า(ชื่อรุ่น) ให้ set ตรงนี้*/
    font-size: 12px;
    border: 0px solid #ccc;
    /*text-decoration-line: none; ไม่ได้ผล*/
    border-spacing: 0px 0px;
}

tr.fashion_set, td.fashion_set {
    border: 0px solid #ccc;
    /*display: inline-block;*/
    /*border-spacing: 0px 0px;  ต้องไปใส่ใน table*/
    /*ไม่ได้ผล*/
    /*text-decoration-line:none;*/
}

input[type="tel"].fashion_set {
    padding-left: 5px;
    width: 85px;
    font-size: 14px;
    /*left: 100px;*/
}







table.fashion_color {
    /*ขนาดตัวหนังสือในตาราง ให้ปรับใน power_model ยกเว้น เลขนำหน้า(ชื่อรุ่น) ให้ set ตรงนี้*/
    font-size: 12px;
    color: white;
    border: 1px solid #999;
    /*text-decoration-line: none; ไม่ได้ผล*/
    border-spacing: 0px 0px;
}

tr /*.fashion_color*/, td.fashion_color {
    border: 1px solid #666;
    /*display: inline-block;*/
    /*border-spacing: 0px 0px;  ต้องไปใส่ใน table*/
    /*ไม่ได้ผล*/
    /*text-decoration-line:none;*/
}

    table.fashion_color_sub, tr.fashion_color_sub, td.fashion_color_sub {
        border: 0px solid #bbb;
    }

input[type="tel"].fashion_color_input {
    padding-left: 4px;
    width: 40px;
    font-size: 16px;
    /*left: 15%;*/
    top: 0px;
    right: auto;
    height: 31px;
}

input[type=checkbox].fashion_color {
    width: 14px;
    height: 14px; /*ปรับไม่ได้ มันยึดตาม jQ mobile*/
}




.step_Gradient_Black {
    background-color: #000;
}

.step_Gradient_Choco {
    background-color: #874702;
}

.step_Gradient_Gray {
    background-color: rgba(140,140,140,1);
}

.step_Gradient_Brown {
    background-color: #d07e2b;
}

.step_Gradient_Blue {
    background-color: rgba(12,108,204,1);
}

.step_Gradient_Green {
    background-color: #008C02;
}

.step_Gradient_Violet {
    background-color: rgba(154,62,207,1);
}

.step_Gradient_Pink {
    background-color: #ff00ff;
}






/*ใช้พวกนี้ ทดสอบ อยู่ .test_table , tr.test_table , td.test_table {*/

table.cart_power {
    /*ขนาดตัวหนังสือในตาราง ให้ปรับใน power_model ยกเว้น เลขนำหน้า(ชื่อรุ่น) ให้ set ตรงนี้*/
    /*font-size:16px;*/
    color: white;
    border: 1px solid #999;
    /*text-decoration-line: none; ไม่ได้ผล*/
    border-spacing: 0px 0px;
}

tr.cart_power, td.cart_power {
    border: 1px solid #666;
    /*display: inline-block;*/
    /*border-spacing: 0px 0px;  ต้องไปใส่ใน table*/
    /*ไม่ได้ผล*/
    /*text-decoration-line:none;*/
}



/*ในส่วน Cart Power*/
table.cart_power_sub, tr.cart_power_sub, td.cart_power_sub {
    border: 0px solid #00f;
    border-spacing: 0px 0px;
}

input[type="tel"].cart_power_input {
    padding-left: 1px;
    width: 22px;
    font-size: 9px;
    /*left: 15%;*/
    top: 0px;
    /*right: auto;*/
    height: 22px;
}


.cart_power_sub_model {
    font-size: 12px;
    /*font-weight:bolder;*/
}

.cart_power_sub .ui-input-text {
    height: 16px;
}

.container_cart_power_sub {
    width: 300px;
    background-color: white;
    padding-left: 10px;
}

.block_cart_power_sub {
    width: 140px;
    height: 22px;
    margin: 0px;
    padding: 0px;
    /*background: #0E9F98;*/
    float: left;
    display: inline-block;
    vertical-align: middle;
}




.test_table, tr.test_table, td.test_table {
    border: 1px solid gray;
    border-spacing: 0px 0px;
    margin-bottom: 20px;
}



.cart_head {
    background: -moz-linear-gradient(45deg, #000000 0%, #5E5E5E 42%, #5E5E5E 60%, #000000 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #000000), color-stop(42%, #5E5E5E), color-stop(60%, #5E5E5E), color-stop(100%, #000000)); /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, #000000 0%, #5E5E5E 42%, #5E5E5E 60%, #000000 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, #000000 0%, #5E5E5E 42%, #5E5E5E 60%, #000000 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, #000000 0%, #5E5E5E 42%, #5E5E5E 60%, #000000 100%); /* ie10+ */
    background: linear-gradient(45deg, #000000 0%, #5E5E5E 42%, #5E5E5E 60%, #000000 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* ie6-9 */
    color: white;
    text-align: center;
    margin-top: 10px;
    /*margin-bottom: 10px;*/
    font-size: 18px;
    height: 25px;
    font-weight: bold;
}
















.power_container {
    position: static;
    display: inline-block;
    background-color: white;
    padding-right: 10px;
    padding-left: 10px;
    top: 7px;
    width: 80%;
}

.power_group1 {
    float: left;
    position: inherit; /*ให้มันอยู่ด้วยกัน*/
    width: 180px;
    /*border: 1px solid red;*/
    margin-left: 1px;
}




table.power_table {
    /*ขนาดตัวหนังสือในตาราง ให้ปรับใน power_model ยกเว้น เลขนำหน้า(ชื่อรุ่น) ให้ set ตรงนี้*/
    font-size: 12px;
    border: 1px solid #ccc;
    /*text-decoration-line: none; ไม่ได้ผล*/
    border-spacing: 0px 0px;
}

tr, td.power_table {
    border: 1px solid #ccc;
    display: inline-block;
    /*border-spacing: 0px 0px;  ต้องไปใส่ใน table*/
    /*ไม่ได้ผล*/
    /*text-decoration-line:none;*/
}

a.power_model {
    text-decoration-line: none;
    font-size: 13px;
    /*text-align: left;  ไม่ได้ผล*/
}

    a.power_model:hover {
        color: blue;
    }


.power_input {
    font-size: 10px;
    /*border: 6px solid gray;*/ /*ไม่ได้ผล*/
    /*ขนาดความสูงของ input*/
    /*line-height: 16px;*/
    /*height: 16px*/
    /*width:30px;*/
}

input[type="tel"].power_input {
    width: 31px;
    height: 24px;
    border: 2px solid;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    margin-right: 3px;
    margin-left: 1px;
    /*ใช้เป็นตัวดัน input ให้ขึ้นไป*/
    margin-top: -1px;
    float: left;
    top: 4px;
    font-size: 10px;
    z-index: 10;
    /*display:inline;
    vertical-align: middle;*/
}














/*ของ boy*/

.text_Update {
    font-size: 12px;
    color: #666;
    margin-left: 5px;
    margin-bottom: 8px;
    margin-top: 5px;
}

#tablecon {
    width: 700px;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    margin: auto;
    margin-top: 5px;
}


.containerr {
    margin-top: 80px;
}

.containerme {
    width: 800px;
    margin: auto;
}

#contianer {
    background-color: #7E6F75;
    width: 600px;
    padding: 10px;
    border-radius: 2px;
    margin: 20px;
}

#total_powerlen {
    margin-left: 10%;
    font-size: 20px;
}

    #total_powerlen input {
        margin-left: 5px;
        margin-right: 5px;
        top: -11px;
        width: 80px;
    }

    #total_powerlen span {
        float: left;
    }

#powerset {
    margin: 10px;
}

    #powerset span {
        margin-left: 10px;
        margin-right: 10px;
        float: left;
    }

#totallen_box {
    clear: both;
}

#box_powerbrand {
    clear: both;
}

    #box_powerbrand span {
        float: left;
    }

    #box_powerbrand input {
        margin-left: 10px;
        margin-right: 10px;
        width: 50px;
    }

#box_totalpower {
    clear: both;
    margin-top: 30px;
}

    #box_totalpower span {
        float: left;
    }

    #box_totalpower input {
        margin-left: 10px;
        margin-right: 10px;
        width: 50px;
    }

#box_alltype {
    clear: both;
    margin-top: 30px;
}

    #box_alltype input {
        margin-left: 10px;
        margin-right: 10px;
        width: 50px;
    }

    #box_alltype span {
        float: left;
    }

#totallen_box {
    margin-top: 60px;
    margin-bottom: 20px;
    margin-left: 20px;
}

#cart_fashion_set {
    margin-top: 10px;
    margin-left: 20px;
}

    #cart_fashion_set span {
        float: left;
    }

    #cart_fashion_set input {
        width: 50px;
        margin-left: 10px;
        margin-right: 10px;
    }

#address_contianer input {
    margin-top: 0;
}

#address_contianer .ui-input-text {
    float: none;
}

#address_contianer {
    padding: 20px;
    width: 450px;
    background-color: white;
    border-radius: 2px;
    margin: auto;
    line-height: 18px;
}

#form_addressedit {
    width: 300px;
    margin: auto;
}

#address_contianer p {
    font-size: 20px;
}

#address_contianer input {
    font-size: 14px;
}

#submit_addresseidt {
    margin-top: 20px;
}

@media only screen and (min-device-width : 601px) {
    #result_container {
        width: 600px;
    }
}

.boxtotal_other {
    overflow: hidden;
    height: 38px;
    vertical-align: middle;
    line-height: 36px;
    margin-bottom:15px;
}

.txt-total {
    float:left;
    margin-right:10px;
}
.boxtotal{
    padding-left:5%;
}
