img{
    max-width: 100%;
}
.flex-wrapper{
    flex-wrap: wrap;
    align-items: normal;
}
.banner{
    padding: 45px 0px 48px;
    background: url(/img/store/banner.png) no-repeat center center;
}
.banner h1{
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: 600;
}
.h2_titile{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
}
h2{
    font-size: 32px;
    line-height: 32px;
    color: #000;
    font-weight: 600;
    text-align: center;
}
.single-button {
    font-size: 18px;
    border-radius: 6px;
    color: #fff;
    background-color: #21d2bd;
    font-weight: 600;
    padding: 15px 20px;
    transition: all 0.3s;
    margin: 10px;
}
.single-button:hover {
    background-color: #13af9c;
}
.single-button.has-icon {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.single-button.has-icon .iconfont {
    font-size: 20px;
}
.single-button.has-icon:hover {
    transform: translateY(-8px);
}
.button-group {
    justify-content: center;
    flex-wrap: wrap;
}
.bundle_one{
    box-shadow: 0px 5px 20px 0px rgba(187.5, 187.5, 187.5, 0.5);
    border-radius: 8px 18px 15px 23px;
    margin-top: 16px;
    padding: 16px;
}
.bundle_one .container{
    max-width: 915px;
    justify-content: space-around;
}
.bundle_one .img{
    margin-top: 45px;
}
.bundle_one .text{
    width: 50%;
    text-align: center;
    padding: 10px;
}
.bundle_one .text .off{
    color: #FDAF38;
    font-size: 36px;
    font-weight: 600;
    line-height: 72px;
    background-color: #FFF6EF;
    border-radius: 66px 66px 66px 66px;
    margin-bottom: 20px;
}
.bundle_one .text .name{
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 20px;
}
.bundle_one .text .info{
    font-size: 24px;
    line-height: 24px;
    color: #686868;
    font-weight:  normal;
    margin-bottom: 20px;
    
}
.bundle_one .text .device{
    font-size: 20px;
    color: #686868;
    line-height: 20px;
    margin-bottom: 20px;
}
.bundle_one .text .price span{
    color: #F33D3D;
    font-size: 44px;
    font-weight: 600;
    padding: 10px;
}
.bundle_one .text .price del{
    padding: 10px;
    color: #B6B6B6;
    font-size: 20px;
    font-weight: 400;
}
.bundle_one .text .tax{
    margin-top: 8px;
    font-size: 18px;
    color: #838687;
}
.bundle_two>div{
    box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.11);
    margin: 24px 24px 24px 24px;
    padding: 48px 48px 48px 48px;
    max-width: 522px;
    width: 100%;
}
.bundle_two>div .off{
    padding: 10px;
    font-size: 24px;
    color: #1ABC9C;
    font-weight: 600;
    background: #1ABC9C3D;
    border-radius: 40px;
    text-align: center;
    margin-bottom: 30px;
}
.bundle_two>div>img{
    margin-bottom: 20px;
}
.bundle_two>div .name{
    font-size: 30px;
    font-weight: 600;
    color: #3E3E3E;
    margin-bottom: 20px;
}
.bundle_two>div .info{
    font-size: 16px;
    color: #3E3E3ECC;
    font-weight: 600;
    margin-bottom: 20px;
}
.bundle_two>div .price span{
    font-size: 44px;
    color: #F33D3D;
    font-weight: 600;
    padding: 10px 20px 10px 0px;
}
.bundle_two>div .price del{
    font-size: 20px;
    color: #3E3E3EBA;
}
.bundle_two>div .tax{
    font-size: 16px;
    font-weight: 600;
    color: #3E3E3ECC;
    margin-top: 16px;
    margin-bottom: 20px;
}
.bundle_two>div .device{
    font-size: 16px;
    font-weight: 600;
    color: #3E3E3ECC;
    margin-top: 14px;
}
.products{
    margin-top: 80px
}
.products h2{
    padding: 10px;
}
.products>div{
    padding-top: 50px;
    background: #F9FFFD;
}
.products .box{
    flex-wrap: wrap;
}
.products>.info{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #7A7A7A;
    margin-top: 20px;
}
.products .box>div{
    border: 1px solid rgba(0,0,0,0.21);
    background: #fff;
    margin: 53px auto;
    padding: 25px 25px 25px 25px;
    max-width: 360px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.products .box>div img{
    margin-bottom: 20px;
}
.products .box>div .name{
    font-size: 28px;
    line-height: 56px;
    color: #000;
    margin-bottom: 25px;
}
.products .box>div .price{
    align-items: flex-start;
    font-weight: 900;
    margin-bottom: 26px;
}
.products .box>div .price span:nth-child(1){
    font-size: 30px;
}
.products .box>div .price span:nth-child(2){
    font-size: 75px;
    line-height: 60px;
}
.products .box>div .price span:nth-child(3){
    font-size: 22px;
}
.products .box>div .info{
    font-size: 16px;
    color: #767676;
    line-height: 26px;
    font-weight: 500;
    max-width: 330px;
    width: 90%;
    margin: 0px auto 20px;
}
@media (max-width: 1140px){
    img{
        height: auto;
    }
}
@media (max-width: 915px){
    .bundle_one .container{
        flex-direction: column;
    }
    .bundle_one .text{
        width: 100%;
    }
}