@media (max-width: 768px) {

    /* banner */
    #banner .text {
        align-items: center;
        height: 40px;
        font-size: 16px;
    }

    #banner .text span {
        font-size: 16px;
    }
}

/* shipping-summary-comments */
@media (max-width:768px) {
    #products .product{
        margin: 0;
        margin-bottom: 10px;
    }
    #shipping-summary-comments {
        padding: 0;
    }

    #shipping-summary-comments .container {
        padding: 0 10px;
        max-width: 100%;
        /* min-width: 356px; */
    }

    #shipping-title .first {
        font-size: 16px;
    }

    /* shopping form */
    #shipping .radio {
        padding: 17px 10px;
        flex-wrap: nowrap;
        align-items: center;
        position: relative;
    }

    #shipping .radio input {
        margin-right: 10px;
    }

    #shipping .radio .text {
        font-size: 14px;
        font-family: 'MADE TOMMY';
        font-weight: 400;
        flex: 1 1 auto;
    }

    #shipping .radio:nth-of-type(1) img {
        /* position: absolute;
        right: 10px; */
        max-width: 24.16%;
        min-width: 86px;
        height: auto;
    }

    #shipping .radio img {
        width: 60%;
        /* min-width: 68px; */
        /* height: 32.77%; */
        min-height: 17px;
    }
}

#summary .result .body .body-desc {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    font-size: 16px;
    color: #1a1a1a;
}

#summary .result .body .body-desc .desc-content {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 12px;
}

#summary .result .body .body-desc .desc-content img {
    width: 84px;
    height: 84px;
    margin-right: 22px;
}

/* #faq */
@media (max-width:768px) {
    #faq {
        display: none;
    }
}

/* #footer */
@media (max-width:768px) {
    #footer {
        margin-top: 50px;
        padding: 0;
    }
}
/* 1024 */
@media (max-width:1023px) {
    #shipping-summary-comments .container{
        max-width: 980px;
    }
    #shipping .btn {
        height: 56px;
        position: relative;
        left: 2%;
        margin-top: 12px;
        width: 96%;
        background-color: #01AAEB;
        font-weight: bold;
    }

    #shipping .tip {
        margin: 0;
        margin-top: 20px;
        color: #1a1a1a;
        opacity: 0.44;
    }

    #shipping>form>img {
        position: relative;
        left: 5.87%;
        /* min-height: 106px;
        min-width: 330px; */
        width: 88.13%;
        height: 2.42%;
    }
    #shipping .form-control, #shipping .radio {
        /* height: 50px; */
    }

    #comments-title,
    #comments {
        display: none;
    }

    /* #summary */
    #summary {
        margin-top: 51px;
    }

    #summary .result {
        background-image: none !important;
        border: none !important;
        box-shadow: none;
    }

    #summary .result .body {
        padding: 0;
    }

    #summary .result .body .title {
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
        font-size: 16px;
        color: #1a1a1a;
    }

    #summary .result .body .items-title {
        padding: 0;
        padding-bottom: 9px;
        font-size: 12px;
        color: #333;
    }

    #summary .result .body .items .item {
        margin-top: 10px;
    }

    #summary .result .body .items .item .info {
        margin-right: 10px;
        min-height: 65px;
    }

    #summary .result .body .items .item .info img {
        width: 60px;
        height: auto;
        margin-right: 3px;
    }
    #summary .result .body .items .item .info .name {
        font-weight: 700;
      }
    #summary .result .body .items .item .amount {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 65px;
        font-size: 14px;
        color: #191919;
    }

    #summary .result .body .items .item .info .name {
        font-size: 14px;
        color: #191919;
    }

    #summary .result .body .items .item .info .description {
        padding: 0;
        margin-top: 7px;
    }

    #summary .result .body .infos {
        background-color: #F4F4F4;
        padding: 15px 10px;
    }

    #summary .result .body .infos .item {
        color: #191919;
        font-size: 14px;
        font-weight: 400;
        padding: 3px 0;
    }

    #summary .result .body .infos .bold {
        font-weight: 700;
        font-size: 16px;
    }

    #summary .result .body>img {
        display: none;
    }

    #summary .result .body .body-desc {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        font-size: 16px;
        color: #1a1a1a;
    }

    #summary .result .body .body-desc .desc-content {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 0;
        font-size: 12px;
    }

    #summary .result .body .body-desc .desc-content img {
        width: 84px;
        height: 84px;
        margin-right: 22px;
    }

    #summary .feature {
        display: none;
    }

    #summary .features {
        display: block !important;
        margin-top: 50px;
    }


    #summary .features .item:nth-last-of-type(1) {
        margin-bottom: 0;
    }

    #summary .features .item .img {
        height: 40px;
        width: 40px;
        margin-right: 6px;
    }

    #summary .features .item img {
        max-height: 40px;
        max-width: 40px;
    }
    #summary .comment-box{
        display: block !important;
        width: 100%;
    }
    html,body{
        overflow-x: hidden;
    }
    #summary .comment-items {
        margin-top: 50px;
        overflow-x: auto;
        padding-bottom: 20px;
    }

    #summary .comment-items .item {
        border-radius: 10px;
        font-size: 14px;
        color: #1a1a1a;
        width: 180px !important;
        min-height: 522px;
        margin: 0 5px;
        overflow: hidden;
        box-shadow: 0 3px 6px 1px #00000029;
        flex-shrink: 0;
    }

    #summary .comment-items .item>img {
        width: 100%;
        height: 172px;
    }

    #summary .comment-items .item .body {
        padding: 10px;
    }

    #summary .comment-items .item .body .name {
        font-size: 14px;
        font-weight: bold;
    }

    #summary .comment-items .item .body img {
        height: 10px;
    }

    #summary .comment-items .item .body .content {
        font-size: 12px;
        width: 132px;
        height: 80px;
        text-overflow: ellipsis;
    }
        /* products */
        #products .container {
            padding: 30px 10px 40px;
        }
    
        #products .secure {
            display: none;
        }
    
        #products .product.recommend {
            /* padding-top: 60px; */
        }
        #products .product.recommend .recommend-header{
           height: 40px;
        }
    
        #products .product {
            margin-bottom: 10px;
            padding: 30px 15px;
        }
        .active .pro-content,.recommend .pro-content,.recommend.active .pro-content {
            padding: 30px 15px;
        }
    
        #products .product-list .product .img {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 40%;
            /* min-width: 142px; */
            right: 10px;
        }
    
        #products .product-list .recommend .img {
            position: absolute;
            top: 60px;
            bottom: 0;
            margin: auto;
            width: 40%;
            max-width: 142px;
            right: 10px;
        }
    
        #products .product .title,
        #products .product .price-old,
        #products .product .price {
            margin: 0;
            text-align: left;
            max-width: 60%;
            min-width: 175px;
            line-height: 21px;
        }
    
        #products .product .title {
            min-height: 80px;
        }
    
        #products .product .price-old {
            font-size: 14px;
        }
    
        #products .product .price {
            font-size: 24px;
        }
    
        #products .product .tag {
            display: none;
        }
    
        /* #products .product-list .product:nth-of-type(2) {
            border: 4px solid #30BD51;
        } */
    
        /* products bottom */
        #products .bottom {
            margin-top: 29px;
        }
    
        #products .bottom .divider {
            width: 100%;
            margin-bottom: 20px;
        }
    
        #products .bottom .buttons .btn:nth-child(1) {
            margin-bottom: 10px !important;
            border: none;
            background-color: #FFC438;
        }
    
        #products .bottom .buttons .btn img:nth-of-type(1) {
            height: auto;
        }
    
        #products .bottom .buttons .btn:nth-child(2) {
            background-color: #30BD51;
            font-size: 24px;
            font-weight: 700;
        }
    #products .product.recommend .recommend-header {
        height: 40px;
    }
    .active .pro-content, .recommend .pro-content, .recommend.active .pro-content {
        padding: 30px 15px;
    }
    #products .product-list .recommend .img,#products .product-list .product .img {
        /* width: 142px; */
        width: auto;
    }
    #products .bottom .buttons {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    #products .bottom .buttons .btn {
        width: 49% !important;
        /* min-width: 345px; */
        margin: 0 !important;
    }
    #summary .features .item {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #F9F9F9;
        border-radius: 10px;
        min-height: 68px;
        margin-bottom: 10px;
        font-weight: 600;
    }
    #summary .features .item .item-box{
        width: 80%;
        padding-left: 25%;
        justify-content: flex-start;
    }
    #footer .container .row{
        margin: 20px 0;
        justify-content: space-between;
        padding: 0;
    }
}
@media (max-width:767px){
    #summary .features .item .item-box{
        padding-left: 10%;
    }
    #products .bottom .buttons {
        width: 100%;
        justify-content:center;
        flex-wrap: wrap;
    }
    #products .bottom .buttons .btn {
        width: 100% !important;
    }
}
@media (max-width:400px){
    .features .item{
        font-size: 12px;
    }
    #summary .features .item .item-box{
        padding-left: 8%;
    }
    .copyright{
        padding: 0 15px;
        text-align: left;
        font-size: 14px;
    }
}
@media (max-width:360px) {
    #summary .features .item .item-box{
        width: 90%;
        padding-left: 3%;
    }
    #products .product-list .recommend .img,#products .product-list .product .img {
        min-width: 80px !important;
        width: 80px;
        top: 45px;
    }
    #banner .text{
        font-size: 12px;
    }
}