#contentwrap {
    width: 100%;
}

.br_box {
    width: 100%;
    height: 78px;
    display: none;
}


.main_banner {
    background: url(../img/nav_banner.jpg) center no-repeat;
    width: 100%;
    height: 500px;
    background-size: cover;
}

.login_title {
    text-align: center;
    font: 24px/30px '';
    margin-top: 200px;
    margin-bottom: 100px;
}

h5 {
    text-align: center;
    font: bold 24px/32px '';
    margin: 80px 0;
}

.cart {
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
    
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.cart li {
    width: 33%;
}


.list {
    margin: 0 auto;
    border: 1px solid #000;
    box-sizing: border-box;
    margin-bottom: 60px;
}

.last_list {
    margin-bottom: 0;
}

.shop_line {
    max-width: 100%;
    height: 2px;
    background-color: #000000;
    margin: 0 auto;
}

.shop_day {
    height: 50px;
    text-align: center;
}

.shop_day p {
    font: 16px/50px '';
}

.shop_day span {
    font: 12px/50px '';
    padding-left: 10px;
    color: #8d3f39;
}

.shop_box {
    max-width: 500px;
    height: 550px;
    border-top: 1px solid #ddd;
    margin: 0 auto;
}

.shop_box h5 {
    font: 18px/50px '';
    margin-top: 40px;
    margin-bottom: 0;
}

.shop_bg_1 {
    background: url(../img/headset/braun.jpg) center no-repeat;
    width: 200px;
    height: 200px;
    background-size: cover;
    border: 1px solid #ddd;
    margin: 0 auto;
}

.shop_bg_2 {
    background: url(../img/speaker/acton.jpg) center no-repeat;
    width: 200px;
    height: 200px;
    background-size: cover;
    border: 1px solid #ddd;
    margin: 0 auto;
}

.shop_bg_3 {
    background: url(../img/accessries/pauchi.jpg) center no-repeat;
    width: 200px;
    height: 200px;
    background-size: cover;
    border: 1px solid #ddd;
    margin: 0 auto;
}

.shop_box span {
    font: 14px/50px '';
    color: #8d3f39;
    padding-left: 20px;
}

.shop_box p {
    font: 14px/21px '';
    color: #000;
    text-align: center;
    margin-top: 30px;
}

.shop_check {
    width: 200px;
    height: 50px;
    border: 1px solid #ddd;
    margin: 0 auto;
    margin-top: 30px;
    
    text-align: center;
    font: 16px/50px '';
    cursor: pointer;
}

.shop_check:hover {
    color: #fff;
    font-weight: bold;
    background-color: #000000;
}

.shop_line_2 {
    max-width: 500px;
    height: 1px;
    background-color: #ddd;
    margin-top: 50px;
}

.shop_box .last_p {
    margin-top: 15px;
}

/**********************************/


@media all and (max-width:1023px) {
    .main_banner {
    background: url(../img/nav_banner.jpg) center no-repeat;
    width: 100%;
    height: 300px;
    background-size: cover;
    }
}

@media all and (max-width:767px) {
    
    .br_box {
    width: 100%;
    height: 78px;
    display: block;
    }
    
    .text_box {
        height: 100%;
    }
    
    .footer_menu li {
        font-size: 0.8em;
    }
    
    .cart li {
    width: 400px;
}
}

@media all and (max-width:414px) {
    .footer_menu li {
        font-size: 0.8em;
    }
    .cart li {
    width: 100%;
}
    
}