*{
    padding: 0;
    margin: 0;
    }
    body{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        background: #f3f3f3;

    }
    ul li{
    list-style: none;
    }
    a{
        text-decoration: none;
        color: #666;
     }
.nav{
    display: flex;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);

}
.logo{
    width: 1200px;

}
     .logo img{
        position: relative;
        max-width: 230px;
        max-height: 100px;
        margin: 15px 170px;
    }
    .nav .a {
width: 600px;
    }
    .nav .a p{
        margin: 25px 70px;

    }
    .nav .a p a img{
        width: 19px;
        height: 13px;
    }
    .abc .container{
        display: flex;
        width: 1200px;
        height: 40px;
        margin: 100px auto 10px;
        display: flex;
        background-color: white;
    }
    .abc .container span{
        margin: 10px 20px;
    }
   .abc .container .right{
        display: flex;
        margin: 10px 20px 0px 350px;

    }
   .abc .container p{
margin-left: 70px;
    }

#data{
    width: 1200px;
    height: 150px;
    margin: 30px auto;
    display: flex;
    background-color: white;
}

#data .imgDiv{
border: 1px solid rgb(231, 230, 230);
width: 130px;
height: 120px;
margin: 12px 20px;
text-align: center;
}
#data img{
    width: 125px;
    height: 100px;
}
#data .div{
    width: 300px;
    margin: 12px 20px 0px 30px;
}
#data .div p{
font-size: 13px;
}

#data .div .ship_from{
    display: flex;
}

#data .ship_from b, h5{
font-size: 12px;
margin: 10px 12px 0px 0px;
}

#data .p{
margin: 55px 40px;
}


#data .subtotal {
    margin: 55px 40px;
    color: crimson;

}

#data .input{
display: flex;
margin: 50px 20px 0px 60px;
width: 80px;
height: 25px;
border: 1px solid black;
}
#data .input p{
text-align: center;
width: 25px;
cursor: pointer;
font-size: 19px;
}
#data .input p:nth-child(2){
    border-left: 1px solid black;
    border-right: 1px solid black;
    width: 30px;
    }

    #data .both{
        display: block;
        margin: 10px 40px;
    }
#data .fav{
 margin: 20px 10px;
width: 100px;
cursor: pointer;
font-size: 20px;
cursor: pointer;
}
#data button{
/* margin: 50px 40px; */
width: 100px;
height: 30px;
cursor: pointer;
background-color: crimson;
border: none;
color: white;
text-transform: uppercase;
}

.select{
    width: 1200px;
    height: 200px;
    margin: 30px auto;
    display: flex;
    background-color: white;
}

.select .oneside{
    float: left;
    width: 900px;
    /* border: 1px solid red; */
    display: flex;
}
.select .oneside img{
    width: 30px;
    height: 30px;
    margin: 15px 10px;
}
.select .oneside .one {
    margin: 15px 0px;
    font-size: 14px;
}
.select .oneside .one .bothitems{
display: block;
}

.select .oneside .one .link{
margin: 60px 0px;
font-size: 17px;
text-decoration: underline;
}
.select #p{
    font-weight: 800;
}

.select .secondside{
float: right;
/* border: 1px solid red; */
width: 300px;
}

.select #one p, b{
    margin: 5px 10px;

}

.select #one button{
    width: 260px;
    height: 40px;
    text-align: center;
    margin: 20px 10px;
    border: 1px solid #ffda00;
    background-color: #ffda00;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
}
.select .div_sub1{
display: flex;
}
.select .div_sub1 h5{
    float: right;
    font-weight: 500;
    font-size: 15px;
    }
.select .div_sub1 h5:nth-child(2) {
margin-left: 130px;
}

.select .div_sub2{
    display: flex;
    }
    .select .div_sub2 h5{
        float: right;
        font-weight: 500;
        font-size: 15px;
        }
.select .div_sub2 h5:nth-child(2) {
    margin-left: 145px;
    }


    .select .div_sub3{
        display: flex;
        margin: 10px 0px;
        }
        .select .div_sub3 h5{
            float: right;
            font-size: 15px;
            }
            .select .div_sub3 h5:nth-child(1) {

margin-top: 14px;

            }

    .select .div_sub3 h5:nth-child(2) {
        margin-left: 140px;
        color: crimson;
        font-size: 24px;
        }

.weaccept{
    width: 1200px;
    height: 40px;
    margin:  auto;
    display: flex;
}
.weaccept p{
    margin: 8px 5px;
}
.weaccept img{
    width: 50px;
    height: 20px;
    margin: 10px 5px;
}