@media screen and (min-width: 500px) and (max-width: 767px) {
    .InnerGIGABYTEContent p {
        line-height: 23px;
        /* padding: 1%; */
    }

    .InnerGIGABYTEContent .filter_reset.desktop {
        position: fixed;
        background: #252525;
        padding-bottom: 20px;
        bottom: 0;
        left: 0;
        height: 10vh;
        padding-left: 9%;
        padding-right: 6%;
        padding-top: 15px;
        display: none;
    }

    .InnerGIGABYTEContent .filter_reset .filter_items .filter_items_text {
        margin: auto;
        display: flex;
        align-items: center;
        position: relative;
        width: 100%;
    }

    .InnerGIGABYTEContent .filter_reset .filter_items .filter_items_text.desktop {
        justify-content: flex-start;
    }

    .InnerGIGABYTEContent .filter_reset .filter_items .filter_items_text.mobile {
        justify-content: flex-end;
    }

    .InnerGIGABYTEContent .wtb_inner_box {
        width: 46%;
        height: 100px;
        margin-bottom: 2%;
        cursor: pointer;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        padding: 1.5%;
    }

    .InnerGIGABYTEContent .wtb_outter_box {
        width: 100%;
        max-width: 1440px;
        min-height: 400px;
        display: flex;
        margin: auto;
        background: #313131;
        border-radius: 5px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 15px;
        padding: 10px 10px 80px 10px;
        height: 100vh;
        overflow: scroll;
    }

    .InnerGIGABYTEContent .filter_reset .ResetButton {
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100%;
    }


    .InnerGIGABYTEContent .mobile_filter_open_col {
        width: 100%;
        display: flex;
        padding: 12px 0;
        justify-content: center;
        cursor: pointer;
    }

    .InnerGIGABYTEContent .product_list_header_col {
        width: 100%;
        max-width: 1440px;
        margin: auto;
        padding-top: 5vh;
        display: flex;
        padding-right: 0;
        align-items: flex-end;
    }

    .InnerGIGABYTEContent .product_list_box_style_change {
        width: 200px;
        text-align: right;
        position: relative;
        top: -8px;
    }

    .InnerGIGABYTEContent .product_photo_col div img {
        width: 90%;
    }

    .InnerGIGABYTEContent .compare_sub_item_count {
        font-size: 13px;
        line-height: 16px;
        vertical-align: middle;
        font-weight: 400;
        position: relative;
        top: -1px;
    }
}

@media screen and (min-width: 350px) and (max-width: 499px) {
    .InnerGIGABYTEContent p {
        line-height: 23px;
        /* padding: 1%; */
    }


    .InnerGIGABYTEContent .product_filter {
        width: 100%;
        height: 100%;
        overflow: scroll;
        padding: 10px 15px 15vh 15px;
    }

    .InnerGIGABYTEContent .filter_reset.desktop {
        position: fixed;
        background: #252525;
        padding-bottom: 20px;
        bottom: 0;
        left: 0;
        height: 20vh;
        padding-left: 9%;
        padding-right: 6%;
        padding-top: 15px;
        display: none;
    }

    .InnerGIGABYTEContent .filter_reset .filter_items .filter_items_text {
        margin: auto;
        display: flex;
        align-items: center;
        position: relative;
        width: 100%;
    }

    .InnerGIGABYTEContent .filter_reset .filter_items .filter_items_text.desktop {
        justify-content: flex-start;
    }

    .InnerGIGABYTEContent .filter_reset .filter_items .filter_items_text.mobile {
        justify-content: flex-end;
    }

    .InnerGIGABYTEContent .filter_reset .ResetButton {
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100%;
    }

    .InnerGIGABYTEContent .wtb_inner_box {
        width: 100%;
        height: 100px;
        margin-bottom: 2%;
        cursor: pointer;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        padding: 1.5%;
    }

    .InnerGIGABYTEContent .wtb_outter_box {
        width: 100%;
        max-width: 1440px;
        min-height: 400px;
        display: flex;
        margin: auto;
        background: #313131;
        border-radius: 5px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 15px;
        padding: 10px 10px 80px 10px;
        height: 100vh;
        overflow: scroll;
    }

    .InnerGIGABYTEContent .mobile_filter_open_col {
        width: 100%;
        display: flex;
        padding: 12px 0;
        justify-content: center;
        cursor: pointer;
    }

    .InnerGIGABYTEContent .product_photo_col {
        width: 100%;
        position: relative;
        max-width: 200px;
    }

    .InnerGIGABYTEContent .side-menu-find:hover {
        border: 1px #ffffff solid;
        text-align: center;
        margin: 15px auto 0 auto;
        line-height: 50px;
        font-size: 20px;
        color: gray;
        cursor: pointer;
        background: #ffffff;
        height: 40px;
        width: 99px;
        border-radius: 31px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
    }

    .InnerGIGABYTEContent .side-menu-find.all:hover {
        border: 1px #ffffff solid;
        text-align: center;
        margin: 15px auto 0 auto;
        line-height: 50px;
        font-size: 20px;
        color: gray;
        cursor: pointer;
        background: #ffffff;
        height: 40px;
        width: 180px;
        border-radius: 31px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
    }

    .InnerGIGABYTEContent .side-menu-find:hover span {
        font-family: 'Segoe UI', 'Noto Sans TC', sans-serif, 'Arial', '微軟正黑體', Microsoft JhengHei, '微軟雅黑體',
            Microsoft YaHei, SimHei, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '新細明體',
            Arial, Verdana, Helvetica, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: center;
        user-select: none;
        color: #1e1e1e;
        transition: 0.3s;
        position: relative;
        top: -1px;
    }

    .InnerGIGABYTEContent .product_list_header_col {
        width: 100%;
        max-width: 1440px;
        margin: auto;
        padding-top: 5vh;
        display: flex;
        padding-right: 0;
        align-items: flex-end;
    }

    .InnerGIGABYTEContent .product_list_box_style_change {
        width: 200px;
        text-align: right;
        position: relative;
        top: -8px;
    }

    .InnerGIGABYTEContent .product_photo_col div img {
        width: 90%;
    }

    .InnerGIGABYTEContent .compare_sub_item_count {
        font-size: 13px;
        line-height: 16px;
        vertical-align: middle;
        font-weight: 400;
        position: relative;
        top: -1px;
    }

    .InnerGIGABYTEContent .product_list_box.new .product_list_box_info::before {
        content: '';
        background-image: url(https://www.gigabyte.com/Assets/Vendors/ConsumerListPage/innergigabyteimages/icon/new.png);
        background-size: 37px 19px;
        width: 37px;
        height: 19px;
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        text-align: right;
    }

    .InnerGIGABYTEContent
        .product_list_box.new
        .product_list_box_info
        .product_list_box_info_up
        a
        .product_photo_col
        .product_photo::before {
        content: '';
        background-image: url(https://www.gigabyte.com/Assets/Vendors/ConsumerListPage/innergigabyteimages/icon/new.png);
        background-size: 37px 19px;
        width: 37px;
        height: 19px;
        display: none;
        position: absolute;
        right: 0;
    }
}

@media screen and (max-width: 349px) {
    .InnerGIGABYTEContent p {
        line-height: 23px;
        /* padding: 1%; */
    }

    .InnerGIGABYTEContent .product_filter {
        width: 100%;
        height: 100%;
        overflow: scroll;
        padding: 10px 15px 15vh 15px;
    }

    .InnerGIGABYTEContent .filter_reset.desktop {
        position: fixed;
        background: #252525;
        padding-bottom: 20px;
        bottom: 0;
        left: 0;
        height: 20vh;
        padding-left: 9%;
        padding-right: 6%;
        padding-top: 15px;
        display: none;
    }

    .InnerGIGABYTEContent .filter_reset .filter_items .filter_items_text {
        margin: auto;
        display: flex;
        align-items: center;
        position: relative;
        width: 100%;
    }

    .InnerGIGABYTEContent .filter_reset .filter_items .filter_items_text.desktop {
        justify-content: flex-start;
    }

    .InnerGIGABYTEContent .filter_reset .filter_items .filter_items_text.mobile {
        justify-content: flex-end;
    }

    .InnerGIGABYTEContent .filter_reset .ResetButton {
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100%;
    }

    .InnerGIGABYTEContent .wtb_inner_box {
        width: 100%;
        height: 100px;
        margin-bottom: 2%;
        cursor: pointer;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        padding: 1.5%;
    }

    .InnerGIGABYTEContent .wtb_outter_box {
        width: 100%;
        max-width: 1440px;
        min-height: 400px;
        display: flex;
        margin: auto;
        background: #313131;
        border-radius: 5px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 15px;
        padding: 10px 10px 80px 10px;
        height: 100vh;
        overflow: scroll;
    }

    .InnerGIGABYTEContent .mobile_filter_open_col {
        width: 100%;
        display: flex;
        padding: 12px 0;
        justify-content: center;
        cursor: pointer;
    }

    .InnerGIGABYTEContent .product_photo_col {
        width: 100%;
        position: relative;
        max-width: 200px;
    }

    .InnerGIGABYTEContent .side-menu-find:hover {
        border: 1px #ffffff solid;
        text-align: center;
        margin: 15px auto 0 auto;
        line-height: 50px;
        font-size: 20px;
        color: gray;
        cursor: pointer;
        background: #ffffff;
        height: 40px;
        width: 99px;
        border-radius: 31px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
    }

    .InnerGIGABYTEContent .side-menu-find.all:hover {
        border: 1px #ffffff solid;
        text-align: center;
        margin: 15px auto 0 auto;
        line-height: 50px;
        font-size: 20px;
        color: gray;
        cursor: pointer;
        background: #ffffff;
        height: 40px;
        width: 180px;
        border-radius: 31px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
    }

    .InnerGIGABYTEContent .side-menu-find:hover span {
        font-family: 'Segoe UI', 'Noto Sans TC', sans-serif, 'Arial', '微軟正黑體', Microsoft JhengHei, '微軟雅黑體',
            Microsoft YaHei, SimHei, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '新細明體',
            Arial, Verdana, Helvetica, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: center;
        user-select: none;
        color: #1e1e1e;
        transition: 0.3s;
        position: relative;
        top: -1px;
    }

    .InnerGIGABYTEContent .product_list_header_col {
        width: 100%;
        max-width: 1440px;
        margin: auto;
        padding-top: 5vh;
        display: flex;
        padding-right: 0;
        align-items: flex-end;
    }

    .InnerGIGABYTEContent .product_list_box_style_change {
        width: 200px;
        text-align: right;
        position: relative;
        top: -8px;
    }

    .InnerGIGABYTEContent .product_photo_col div img {
        width: 90%;
    }

    .InnerGIGABYTEContent .compare_sub_item_count {
        font-size: 13px;
        line-height: 16px;
        vertical-align: middle;
        font-weight: 400;
        position: relative;
        top: -1px;
    }

    .InnerGIGABYTEContent .product_list_box.new .product_list_box_info::before {
        content: '';
        background-image: url(https://www.gigabyte.com/Assets/Vendors/ConsumerListPage/innergigabyteimages/icon/new.png);
        background-size: 37px 19px;
        width: 37px;
        height: 19px;
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        text-align: right;
    }

    .InnerGIGABYTEContent
        .product_list_box.new
        .product_list_box_info
        .product_list_box_info_up
        a
        .product_photo_col
        .product_photo::before {
        content: '';
        background-image: url(https://www.gigabyte.com/Assets/Vendors/ConsumerListPage/innergigabyteimages/icon/new.png);
        background-size: 37px 19px;
        width: 37px;
        height: 19px;
        display: none;
        position: absolute;
        right: 0;
    }

}

/* 
__________________________________________________________________________________
 */

@media screen and (min-width: 1100px) and (max-width: 1360px) {
    .InnerGIGABYTEContent .product_info_text_col {
        gap: 15px;
        max-width: 400px;
    }

    .InnerGIGABYTEContent .product_photo_col {
        max-width: 250px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
    .InnerGIGABYTEContent .product_info_text_col {
        gap: 15px;
        max-width: 300px;
    }

    .InnerGIGABYTEContent .product_photo_col {
        max-width: 200px;
    }
}
