section {
    width: 1350px;
    height: auto;
    margin: 0 auto;
    margin-top: 100px;
}


.cart_1 {
    display: block;
}

.cart_top {
    width: 1350px;
    height: 30px;
    display: flex;
    margin-bottom: 10px;
}
.cart_title {
    width: 675px;
    height: 30px;
    display: flex;
    padding-left: 1px;
}
.cart_title i:nth-child(1) {
    width: 10px;
    height: 30px;
    background-color: #0265A8;
}
.cart_title i:nth-child(2) {
    font-size: 22px;
    font-weight: 800;
    margin-left: 10px;
}
.cart_titlebtn {
    width: 675px;
    height: 30px;
    display: flex;
    padding-left: 1px;
    margin-left: 8px;
    text-align: center;
    line-height: 30px;
    flex-direction: row-reverse;
}
.cart_title_allbtn {
    width: 80px;
    height: 30px;
    border: 1px solid #777777;
    border-radius: 5px;
    color: #ffffff;
    background-color: #0265A8;
    cursor: pointer;
}
.cart_title_allbtn:hover {
    background-color: #03426D;
}
.cart_title_delbtn {
    width: 80px;
    height: 30px;
    border: 1px solid #777777;
    border-radius: 5px;
    background-color: #ffffff;
    margin-left: 20px;
    cursor: pointer;
}



.cart_product {
    width: 1350px;
    height: auto;
    border-radius: 10px;
    
}
.cart_productlist {
    width: 1350px;
    height: auto;
    background: #F8F8F8;
    /* border: 1px solid #e7e7e7;
    border-radius: 10px; */
}
/* .cart_productlist ul {
    padding-inline-start: 0px;
    display: flex;
    margin: 0;
} */
.cart_productlist ul:nth-child(1) {
    color: #ffffff;
    font-weight: 800;
    text-align: center;
    line-height: 50px;
}
/* .cart_productlist ul:nth-child(1) li:nth-child(1) {
    width: 66px;
    height: 50px;
    background-color: #0265A8;
    border-radius: 10px 0 0 0;
}
.cart_productlist ul:nth-child(1) li:nth-child(2) {
    width: 1063px;
    height: 50px;
    background-color: #0265A8;
}
.cart_productlist ul:nth-child(1) li:nth-child(3) {
    width: 221px;
    height: 50px;
    background-color: #0265A8;
    border-radius: 0 10px 0 0;
}
.cart_productlist ul:nth-child(1) li:nth-child(6) {
    border-radius: 0 10px 0 0;
} */
/* .cart_productlist ul:nth-child(1) li:nth-child(N+4) {
    width: 221px;
    height: 50px;
    background-color: #0265A8;
    border-radius: 0 10px 0 0;
} */

.cart_product_content {
    display: flex;
    /* padding-top: 10px;
    padding-bottom: 10px; */
}
.cart_product_content li:nth-child(1) {
    width: 66px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart_product_content li:nth-child(2) {
    /* width: 1063px; */
    height: 150px;
    display: flex;
    align-items: center;
}
.cart_product_content li:nth-child(2) img {
    width: 150px;
    height: 150px;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.cart_product_content li:nth-child(3) {
    width: 471px;
    height: 150px;
}
.cart_product_content li:nth-child(3) div {
    /* width: 451px;
    font-size: 18px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px; */
}
.cart_product_content li:nth-child(3) div:nth-child(1) {
    height: 50px;
    font-weight: 800;
}
.cart_product_content li:nth-child(3) div:nth-child(2) {
    height: 50px;
    color: #777777;
    margin-top: 5px;
}
.cart_product_content li:nth-child(3) div:nth-child(3) {
    height: 30px;
    color: #777777;
    margin-top: 5px;
}
.cart_product_content li:nth-child(4) {
    width: 221px;
    height: 150px;
    font-size: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart_product_content li:nth-child(5) {
    width: 221px;
    height: 150px;
    font-size: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart_product_content li:nth-child(6) {
    width: 220px;
    height: 150px;
    font-weight: 800;
    font-size: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart_product_linecut {
    display: flex;
    justify-content: center;
}
.cart_product_linecut li {
    width: 1310px;
    height: 1px;
    background-color: #e7e7e7;
}

.cart_result {
    width: 1350px;
    height: 200px;
    border: 1px solid #e7e7e7;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    background-color: #ffffff;
}
.cart_result ul {
    display: flex;
    padding-inline-start: 0;
    margin: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.cart_result ul li {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 800;
    flex-direction: column;
}
/* .cart_result ul li:nth-child(1) {
    width: 300px;
    height: 200px;
}
.cart_result ul li:nth-child(2) {
    width: 75px;
    height: 200px;
    font-size: 30px;
}
.cart_result ul li:nth-child(3) {
    width: 300px;
    height: 200px;
}
.cart_result ul li:nth-child(4) {
    width: 75px;
    height: 200px;
    font-size: 30px;
}
.cart_result ul li:nth-child(5) {
    width: 400px;
    height: 200px;
    font-size: 26px;
} */


.cart_purchasebtn {
    width: 1350px;
    height: 60px;
    border-radius: 10px;
    background-color: #0265A8;
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    line-height: 60px;
    margin-top: 50px;
    margin-bottom: 100px;
    cursor: pointer;
}
.cart_purchasebtn:hover {
    background-color: #03426D;
}


.cart_2 {
    display: none;
}
.cart_empty ul {
    padding-inline-start: 0px;
    margin: 0;
}
.cart_empty ul li:nth-child(1) {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart_empty ul li:nth-child(2) {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: 800;
}
.cart_empty ul li:nth-child(3) {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}
.cart_empty ul li:nth-child(4) {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    cursor: pointer;
}
.cart_empty ul li:nth-child(4) div {
    width: 400px;
    height: 60px;
    border-radius: 10px;
    background-color: #0265A8;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
}
.cart_empty ul li:nth-child(4) div:hover {
    background-color: #03426D;
}

.cart_row{
    background: #ffffff;
    display: flex;
}

.cart_row_item{
    justify-content: center;
    border: 1px solid #DFDFDF;
    
    display: flex;
    align-items: center;
}


.cart_product_img{
    width: 150px;
}

.cart_product_name{
    padding-left: 20px;
    
    width: 588px;
    flex-direction: column;
    align-items: flex-start;
}



.cart_product_qty{
    width: 150px;
}

.cart_product_option{

}


.cart_header{
    background: #0265A8;
    display: flex;
    border-radius: 10px 10px 0 0 ;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.cart_header > div{

    color: #ffffff;
    
}

.cart_product_img > img{
    width: 100px;
    height: 100px;
}

.cart_product_check{
    width: 135px;
}


.cart_product_check > input[type="checkbox"] {
    width: 20px;
    height: 30px;
    cursor: pointer;
    accent-color: #0265A8;
    border: 0;
    display: block;
}

.cart_product_row_result{
    width: 180px;
}
.cart_product_price{
    width: 180px;
}

.qty_wrap{
    display: flex;
}
.qty_wrap > li{
    text-align: center;
}

.buy_qty_minus {
    cursor: pointer;
    border: 1px solid #0265A8;
    width: 30px;
    height: 30px;
    background-color: #0265A8;
    border-radius: 5px 0 0 5px;
    color: #ffffff;

}
.buy_qty {
    width: 40px;
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #0265A8;
    color: #000000;
}
.buy_qty_plus {
    cursor: pointer;
    border: 1px solid #0265A8;
    width: 30px;
    height: 30px;
    background-color: #0265A8;
    border-radius: 0 5px 5px 0;
    color: #ffffff;

}

.move_detail:hover{
    text-decoration: underline;
}

.sold_out{
    color: #a7a7a7;
}

/* product option */
/* .cart_product_name > div{
    color: #a7a7a7;
} */