body { font-family: “Market Sans”, Arial, sans-serif; }
| Base Size | WXL=5”X7”, 6”X8”, 6”X9”, 7”X9”, 7”X10”, 8”X10”. |
| Base Design | 1/8” folded French lace in front edge, Fine Mono Center, Poly Coating in perimeter. |
| Hair Style | Free Style, can be combed to any hair style. |
| Hair Density | Medium, 130% |
| Curl/Wave | 40mm Natural straight. |
| Hair Length | 6” |
| Hair Type | 100% Human Hair |
| Hair Color | #1B, light black made by New Image Color Ring. |
| Special Instructions | The front shape is “A”. |
All Thin Skin, the density is Medium Light (100%)
All Swiss Lace, the density is Light to Medium Light(90%)
All French Lace, the density is medium light(100%)
French Lace with Skin
Lace Front, Fine Mono Center, the density is medium(130%)
French Lace front, poly skin in rest, the density is medium(130%)
body {
margin: 0;
padding: 0;
}
#pagewrap {
padding: 10px;
width: 1130px;
margin: 0 auto;
}
header {
padding: 0;
border-bottom: 5px solid #333;
margin-bottom: 10px;
}
header img {
width: 100%;
}
#content {
width: 210px;
float: left;
}
#content .l_title {
height: 40px;
line-height: 40px;
text-align: center;
font-size: 20px;
color: #fff;
border-radius: 4px 4px 0 0;
background: #235e43;
}
#content .hot_box {
padding: 14px;
border: 1px solid #d6d6d6;
border-radius: 0 0 4px 4px;
background: #fff;
}
#content .hot_box .l_pic_box {
border: 1px solid #b8dcda;
font-size: 0;
margin-bottom: 16px;
}
#content .hot_box .l_pic_box img {
max-width: 100%;
max-height: 100%;
}
#content .l_list {
border-radius: 0 0 4px 4px;
background: #fff;
margin: 0 0 10px 0;
padding: 0;
border: 1px solid #d6d6d6;
}
#content .l_list li {
padding: 0 10px;
list-style: none;
}
#content .l_list li a {
display: block;
border-bottom: 1px dotted #dcdcdc;
color: #333;
text-decoration: none;
text-indent: 14px;
line-height: 2;
}
#middle {
width: 880px;
float: right;
margin-left: 10px;
}
#middle .r_title {
height: 40px;
line-height: 40px;
text-indent: 20px;
font-size: 20px;
color: #fff;
border-radius: 4px 4px 0 0;
background: #235e43;
}
#middle .r_title2 {
height: 40px;
line-height: 40px;
text-indent: 20px;
font-size: 20px;
color: #fff;
border-radius: 4px 4px 0 0;
background: #235e43;
margin-top: 15px;
}
#middle .product_box {
border: 1px solid #235e43;
border-radius: 0 0 4px 4px;
}
#middle .product_box .des_text {
font-size: 16px;
line-height: 2;
padding: 20px;
overflow: hidden;
}
#middle .product_box .size_box_l {
width: 48%;
float: left;
}
#middle .product_box .size_box_r {
width: 48%;
float: right;
}
.banner {
width: 100%;
font-size: 0;
padding-bottom: 10px;
}
.banner .icon {
width: 370px;
display: inline-block;
margin-right: 13px;
}
.banner .icon:last-child {
margin-right: 0;
}
.banner .icon img {
max-width: 100%;
}
.btm_hot {
list-style: none;
margin: 0;
padding: 10px;
overflow: hidden;
}
.btm_hot li {
width: 160px;
float: left;
margin-right: 12px;
}
.btm_hot li:last-child {
margin-right: 0;
}
.btm_hot li img {
width: 160px;
height: 160px;
display: block;
}
footer {
clear: both;
}
main {
min-width: 320px;
padding: 0;
margin: 0 auto;
background: #fff;
}
.section_con {
padding: 20px;
border: 1px solid #ddd;
border-radius: 0 6px 6px 6px;
}
input {
display: none;
}
label {
display: inline-block;
margin: 0 0 -1px;
padding: 15px 25px;
text-align: center;
color: #333;
border: 1px solid transparent;
background: #eee;
border-radius: 4px 4px 0 0;
border-bottom-color: #ddd;
}
label:hover {
color: #fff;
cursor: pointer;
background: #fbbd88;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
/* begin tabs*/
main .tab-content {
position: relative
}
main .tab-content:before {
content: “”;
height: 49px;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
background: #eeeeee
}
main section {
display: none;
width: 100%;
}
main input {
display: none;
}
main #tab5+label {
margin-right: 0
}
main input:checked+label,
main label:hover {
color: #fff;
font-weight: 700;
background: #235e43;
}
#tab1:checked~#content1,
#tab2:checked~#content2,
#tab3:checked~#content3,
#tab4:checked~#content4,
#tab5:checked~#content5 {
display: inline-block;
}
/* for 980px or less */
@media screen and (max-width:980px) {
#pagewrap {
width: 100%;
}
}
/* for 700px or less */
@media screen and (max-width: 768px) {
main {
border: 0;
margin: 20px 0 0 0
}
main::before {
display: none;
}
main label {
width: 100%;
display: block;
padding: 14px 0;
position: relative;
margin: 5px 0 0;
border: 0;
}
main label:before {
position: absolute;
top: 5px;
height: 0px;
width: 0px;
border: 10px solid transparent;
border-bottom: 10px solid #333;
right: 14px;
content: “”;
z-index: 1;
}
main input:checked+label:before {
border: 10px solid transparent;
border-top: 10px solid #fff;
top: 16px;
}
main section {
padding: 15px;
border-radius: 6px;
}
.section_con {
border-radius: 0 0 6px 6px;
margin-bottom: 10px;
}
main section .content-right,
main section .content-left {
width: 100%;
padding: 0;
}
main input[name=”tabs”]+label {
display: none
}
main input[name=”tabs-mobile”]+label {
display: block !important
}
main input[name=”tabs-mobile”]+label+section {
display: none !important
}
main input[name=”tabs-mobile”]:checked+label+section {
display: inline-block!important
}
#content {
width: auto;
float: none;
}
#middle {
width: auto;
float: none;
margin-left: 0px;
}
#sidebar {
width: auto;
float: none;
}
.banner .icon {
width: 184px;
display: inline-block;
margin: 0 10px 0 0;
}
.banner .icon:last-child {
margin-right: 0;
}
.banner .icon img {
max-width: 100%;
}
#content {
width: 170px;
float: left;
}
#middle {
width: 100%;
float: right;
margin-left: 0;
}
}
/* for 480px or less */
@media screen and (max-width: 480px) {
header {
height: auto;
text-align: center;
}
.center_pic div {
margin: 0;
}
.center_pic {
padding: 0;
}
.banner .icon {
width: 100%;
display: block;
margin: 0 0 10px 0;
text-align: center;
}
#middle {
float: left;
width: 100%;
}
#content {
width: 100%;
float: left;
margin-top: 10px;
}
#middle .product_box .size_box .left_pic {
width: 100%;
}
#middle .product_box .size_box .right_table {
width: 100%;
}
#middle .product_box .size_box .right_table .size_table {
width: 96%;
margin: 10px auto;
}
#middle .product_box .size_box .right_table .size_table thead tr th:last-child {
width: 80px;
line-height: 2;
}
#middle .product_box .size_box_l {
width: 100%;
float: left;
}
#middle .product_box .size_box_r {
width: 100%;
float: left;
}
.top_nav,
.cate,
.l_list {
display: none;
}
.btm_hot {
list-style: none;
margin: 0;
padding: 10px;
overflow: hidden;
}
.btm_hot li {
width: 100%;
float: none;
margin: 0 0 12px 0;
}
.btm_hot li:last-child {
margin-right: 0;
}
.btm_hot li img {
width: 100%;
height: 100%;
display: block;
}
}
header {
background: #fff;
}
.center_pic {
padding: 5px;
font-size: 0;
display: -ms-flexbox;
-ms-flex-wrap: wrap;
-ms-flex-direction: column;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
display: -webkit-box;
display: flex;
}
.center_pic div {
-webkit-box-flex: auto;
-ms-flex: auto;
flex: auto;
text-align: center;
}
.center_pic div img {
max-width: 100%;
height: auto;
border: 1px solid #fff;
}
#cr_table {
border: 1px solid #000;
margin: 20px 0px;
width: 100%;
}
#cr_table td {
border: 1px solid #000;
padding: 10px;
}
#cr_table1 {
width: 23%;
}
#cr_table2 {
width: 77%;
}
On Sep-07-18 at 03:30:33 PDT, seller added the following information:
.dc_tracker_img{display:none;}.dc_tracker_img:last-of-type{display:block;}p:empty+hr{display:none;}hr+span.ebay{display:none;}
weÂ