@charset "utf-8";
/*Windows*/
@media all and (min-width: 1024px) {
    .SmallSearch {
        display: none !important;
    }

    .NavP1 {
        width: 20%;
    }

    .NavP2 {
        width: 40%;
    }

    .NavP3 {
        width: 40%;
    }



    .NavLogo1 {
        display: block;
    }

    .NavLogo2, .NavLogo3 {
        display: none;
    }

    .NavP2 div {
        width: 90%;
    }

    .row-b {
        display: block;
    }

    .row-m, .row-s {
        display: none;
    }

    #Nav-B {
        display: block;
    }

    #Nav-M, #Nav-S {
        display: none;
    }

    .SmallSF {
        display: none !important;
    }

    .BigSF {
        display: block !important;
    }
}
/*Tablet*/
@media all and (min-width: 425px) and (max-width: 1023.5px) {

    .NavLogo2 {
        display: block;
    }

    .NavLogo1, .NavLogo3 {
        display: none;
    }

    .NavP2 div {
        width: 90%;
    }

    .row-m {
        display: block;
    }

    .row-b, .row-s {
        display: none;
    }

    #Nav-M {
        display: block;
    }

    #Nav-B, #Nav-S {
        display: none;
    }

    .FaqTypeHolder, .RuleTypeHolder {
        width: calc((100% / 4));
    }

    .col-fl-12 {
        width: 100% !important;
    }

    .SmallSF {
        display: block !important;
    }

    .BigSF {
        display: none !important;
    }

    .col-fl-0 {
        display: none;
        position: fixed;
        z-index: 99999;
        height: calc(100vh - 79px);
        top: 79px;
        width: 100vw;
        right: 0px;
        left: 0px;
        padding-top: 36px;
        overflow: auto;
        padding-bottom: 20px;
    }

    #RegisterModal-Holder {
        width: 98%;
        margin-right: 1%;
        margin-left: 1%;
    }
}
/*Mobile*/
@media all and (min-width: 240px) and (max-width: 424.5px) {
    .NavP1 {
        width: 50%;
    }

    .NavLogo3 {
        display: block;
    }

    .NavLogo1, .NavLogo2 {
        display: none;
    }

    .NavP2 {
        display: none;
    }


    .NavP3 {
        width: 50%;
    }

    .row-s {
        display: block;
    }

    .row-b, .row-m {
        display: none;
    }

    #Nav-S {
        display: block;
    }

    #Nav-B, #Nav-M {
        display: none;
    }

    .FaqTypeHolder, .RuleTypeHolder {
        width: calc((100% / 3));
    }

    .col-fl-0 {
        display: none;
    }

    .col-fl-12 {
        width: 100% !important;
    }

    .SmallSF {
        display: block !important;
    }

    .BigSF {
        display: none !important;
    }

    .col-fl-0 {
        display: none;
        position: fixed;
        z-index: 99999;
        height: calc(100vh - 79px);
        top: 79px;
        width: 100vw;
        right: 0px;
        left: 0px;
        padding-top: 36px;
        overflow: auto;
        padding-bottom: 20px;
    }

    .FilterClose {
        display: block;
        float: right;
        margin-top: -26px;
        margin-bottom: 10px;
        margin-right: 5px;
    }

    #RegisterModal-Holder .col-m-4 {
        width: 100% !important;
    }
    .AddAddress-Right {
        width: 100%;
    }
    .AddAddress-Left {
        width: 100%;
    }
}
/*Small*/
@media all and (max-width: 239.5px) {
    body * {
        display: none;
    }

    #SmallSizeAlert, #SmallSizeAlert * {
        display: block !important;
    }

    .row-b, .row-m, .row-s {
        display: none;
    }

    #Nav-B, #Nav-M, #Nav-S {
        display: none;
    }
}
/*Small*/ /*HeightCheck*/
@media all and (max-height: 400px) {
    #SmallSizeAlert img {
        margin-top: 10px;
    }
}


/*Other Configuration*/
@media all and (min-width: 660px) and (max-width: 1023.5px) {
    .NavP1 {
        width: 28%;
    }

    .NavP2 {
        width: 34%;
    }

    .SmallSearch {
        display: none !important;
    }

    .NavP3 {
        width: 38%;
    }

        .NavP3 > div {
            width: 100%;
        }
}

@media all and (min-width: 470px) and (max-width: 659.5px) {
    .NavP1 {
        width: 31%;
    }

    .NavP2 {
        display: none;
    }

    .SmallSearch {
        display: block !important;
    }

    .NavP3 {
        width: 69%;
    }

        .NavP3 > div {
            width: 100%;
        }
}

@media all and (min-width: 320px) and (max-width: 469.5px) {
    .NavP1 {
        width: 50%;
    }

    .NavP2 {
        display: none;
    }

    .SmallSearch {
        display: block !important;
    }

    .NavP3 {
        width: 50%;
    }

        .NavP3 > div a:nth-child(3) {
            width: 50px;
        }

        .NavP3 div a span {
            display: none;
        }

        .NavP3 > div {
            width: 100%;
        }
}

@media all and (min-width: 240px) and (max-width: 319.5px) {
    .NavP1 {
        width: 30%;
    }

    .NavP2 {
        display: none;
    }

    .SmallSearch {
        display: block !important;
    }

    .NavP3 {
        width: 70%;
    }

        .NavP3 > div a:nth-child(3) {
            width: 50px;
        }

        .NavP3 div a span {
            display: none;
        }

        .NavP3 > div {
            width: 100%;
        }
}

@media all and (min-width: 240px) and (max-width: 469.99px) {
    .NavP3 a:nth-child(3) font {
        display: none !important;
    }
}

@media all and (min-width: 1024px) and (max-width: 1190px) {
    .ShowProductListBack .ProductBox .ProductImage {
        height: 180px;
    }

        .ShowProductListBack .ProductBox .ProductImage img {
            margin-top: 0px;
        }
}

@media all and (min-width: 1191px) and (max-width: 1290px) {
    .ShowProductListBack .ProductBox .ProductImage {
        height: 200px;
    }

        .ShowProductListBack .ProductBox .ProductImage img {
            margin-top: 4px;
        }
}

@media all and (min-width: 1140px) and (max-width: 1248px) {
    .ShowProductListBack .ProductBox .PBTitle {
        margin-top: 5px;
    }
}

@media all and (min-width: 1245px) {
    .ShowProductListBack .ProductBox .PBTitle {
        margin-top: 10px;
    }
}

@media all and (min-width: 240px) and (max-width: 1023px) {
    .FilterClose {
        display: block;
        float: right;
        margin-top: -26px;
        margin-bottom: 10px;
        margin-right: 5px;
    }

    .FilterHolder {
        display: block;
        padding-right: 5px;
        width: 500px;
        margin-right: calc((100vw - 500px) / 2);
        width: auto;
        float: right;
    }

    .col-fl-0 {
        padding-bottom: 20px;
    }
}

@media all and (max-width: 510px) {
    .FilterHolder {
        display: block;
        padding-right: 5px;
        width: 98%;
        margin-right: 1%;
        float: right;
    }

    .PRest {
        display: none !important;
    }
}

@media all and (min-width: 571px) and (max-width: 768px) {
    .ShowProductListBack .CPLPage .col-md-3 {
        width: 33.33%;
    }
}

@media all and (min-width: 401px) and (max-width: 570px) {
    .ShowProductListBack .CPLPage .col-md-3 {
        width: 50%;
    }
}

@media all and (min-width: 240px) and (max-width: 400px) {
    .ShowProductListBack .CPLPage .col-md-3 {
        width: 100%;
    }

    .PPaging li {
        display: none !important;
    }

        .PPaging li:first-child, .PPaging li:last-child, .PPaging .PPagingActive {
            display: inline-block !important;
        }
}

@media all and (min-width: 600px) and (max-width: 1023px) {
    #RegisterModal-Holder .col-m-4 {
        width: 50% !important;
    }
}

@media all and (min-width: 425px) and (max-width: 599.999px) {
    #RegisterModal-Holder .col-m-4 {
        width: 100% !important;
    }
}

@media all and (max-width: 335px) {
    #SmallCartBack {
        display: block;
        float: left;
        height: calc(100vh - 45px);
        width: calc(100% - 10px);
        margin-top: 40px;
        margin-left: 5px;
    }
}

@media all and (max-height: 560px) {
    #SmallCartBack {
        display: block;
        float: left;
        height: calc(100vh - 45px);
        width: calc(100% - 10px);
        margin-top: 40px;
        margin-left: 5px;
        max-width: 300px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1190px) {
    .BS-StoreItem {
        padding: 4px;
    }

    .BS-StoreItem-Header {
        width: 98%;
        margin: 1%;
        padding: 4px;
        height: 123px;
    }

        .BS-StoreItem-Header span {
            height: 25px;
        }

    .BS-StoreItem-Body {
        width: 98%;
        margin: 1%;
        padding: 4px;
    }
}

@media all and (min-width: 700px) and (max-width: 1023.9999px) {
    .BS-StoreItem {
        width: calc(calc(100% / 3) - 10px);
        padding: 4px;
    }

    .BS-StoreItem-Header {
        width: 98%;
        margin: 1%;
        padding: 4px;
        height: 123px;
    }

        .BS-StoreItem-Header span {
            height: 25px;
        }

    .BS-StoreItem-Body {
        width: 98%;
        margin: 1%;
        padding: 4px;
    }
}

@media all and (min-width: 490px) and (max-width: 699.9999px) {
    .BS-StoreItem {
        width: calc(calc(100% / 2) - 10px);
        padding: 4px;
    }

    .BS-StoreItem-Header {
        width: 98%;
        margin: 1%;
        padding: 4px;
        height: 123px;
    }

        .BS-StoreItem-Header span {
            height: 25px;
        }

    .BS-StoreItem-Body {
        width: 98%;
        margin: 1%;
        padding: 4px;
    }
}

@media all and (min-width: 240px) and (max-width: 489.9999px) {
    .BS-StoreItem {
        width: calc(100% - 10px);
        padding: 4px;
    }

    .BS-StoreItem-Header {
        width: 98%;
        margin: 1%;
        padding: 4px;
        height: 123px;
    }

        .BS-StoreItem-Header span {
            height: 25px;
        }

    .BS-StoreItem-Body {
        width: 98%;
        margin: 1%;
        padding: 4px;
    }
}

@media all and (min-width: 500px) and (max-width: 689.9999px) {
    .Step1-StoreItem {
        height: auto;
    }

    .Step1-StoreItem-Body {
        padding-right: 10px;
        height: auto;
    }

        .Step1-StoreItem-Body span {
            width: 100%;
            padding-right: 50px;
            margin-top: 12px;
            height: auto;
        }
}

@media all and (min-width: 240px) and (max-width: 499.9999px) {

    .Step1-StoreItem {
        height: auto;
    }

    .Step1-StoreItem-Header {
        width: 100%;
        border: none;
    }

        .Step1-StoreItem-Header img {
            margin-right: calc(50% - 50px);
        }

    .Step1-StoreItem-Body {
        width: 100%;
        padding: 5px;
        height: auto;
    }

        .Step1-StoreItem-Body span {
            width: 100%;
            padding-right: 0px;
            margin-top: 12px;
            height: auto;
        }
}

@media all and (min-width: 600px) and (max-width: 900px) {

    .Step1-ProductTitle {
        width: calc(100% - 120px);
    }

    .Step1-ProductPrice {
        height: unset;
    }

    .Step1-ProductPriceStockError .btn {
        margin-right: 5px;
    }


    .Step1-ProductPrice {
        width: 100%;
        margin-top: 10px;
    }

    .Step1-ProductPrice1 {
        width: 30%;
        margin-left: 2%;
    }

    .Step1-ProductPrice2 {
        width: 30%;
        margin-left: 2%;
    }

    .Step1-ProductPrice3 {
        width: 30%;
        margin-left: 2%;
    }


    .Step1-ProductPrice1 span {
        text-align: left;
    }

    .Step1-ProductPrice2 span {
        text-align: left;
    }

    .Step1-ProductPrice3 span {
        text-align: left;
    }
}

@media all and (min-width: 240px) and (max-width: 599.999px) {
    .Step1-ProductItem {
        height: auto;
    }

    .Step1-ProductImage {
        width: 100%
    }

        .Step1-ProductImage img {
            display: block;
            width: auto;
            max-height: 100%;
            margin: auto;
        }

    .Step1-ProductTitle {
        width: 100%;
        height: auto;
    }

    .Step1-ProductItemStockError .Step1-ProductTitle {
        height: auto;
    }


    .Step1-ProductTitle1, Step1-ProductTitle2 {
        font-size: 12px;
        height: 53px;
        text-align: justify;
        white-space: initial;
    }

    .Step1-ProductPrice {
        height: unset;
    }

    .Step1-ProductPriceStockError .btn {
        margin-right: calc(50% - 90px);
    }


    .Step1-ProductPriceStockError .Step1-ProductItem {
        height: 300px;
    }

    .Step1-ProductPrice {
        width: 100%;
        margin-top: 10px;
    }

    .Step1-ProductPrice1 {
        width: 98%;
        margin-left: 2%;
    }

    .Step1-ProductPrice2 {
        width: 98%;
        margin-left: 2%;
    }

    .Step1-ProductPrice3 {
        width: 98%;
        margin-left: 2%;
    }


    .Step1-ProductPrice1 span {
        text-align: left;
    }

    .Step1-ProductPrice2 span {
        text-align: left;
    }

    .Step1-ProductPrice3 span {
        text-align: left;
    }
}

@media all and (min-width: 550px) and (max-width: 899.999px) {
    .Step1-TotalCount, .Step1-TotalProductPrice {
        width: 50%;
    }

    .Step1-FinalContinue {
        width: 100%;
    }

    .btn-FinalContinue {
        margin: auto;
    }
}

@media all and (min-width: 240px) and (max-width: 549.999px) {
    .Step1-TotalCount, .Step1-TotalProductPrice {
        width: 100%;
    }

        .Step1-TotalCount font, .Step1-TotalProductPrice font {
            font-size: 12px;
        }

        .Step1-TotalCount span, .Step1-TotalProductPrice span {
            font-size: 13px;
        }

    .Step1-FinalContinue {
        width: 100%;
        margin-top: 10px;
    }

    .btn-FinalContinue {
        margin: auto;
    }
}

@media all and (min-width: 1024px) and (max-width: 1210px) {
    .Step2-OtherDeliveryPayment label {
        width: 100%;
    }

    .Step2-OtherDeliveryPayment {
        height: 246px;
    }

    .Step2-OtherDeliveryTitle p {
        font-size: 14px;
        margin-top: 20px;
        max-width: 160px;
    }

    .Step2-OtherDeliveryTitle span {
        font-size: 13px;
        margin-top: 8px;
        max-width: 160px;
    }
}

@media all and (min-width: 1211px) and (max-width: 1320px) {
    .Step2-OtherDeliveryPayment label {
        width: 100%;
    }

    .Step2-OtherDeliveryPayment {
        height: 246px;
    }

    .Step2-OtherDeliveryTitle p {
        font-size: 14px;
        margin-top: 20px;
        max-width: 200px;
    }

    .Step2-OtherDeliveryTitle span {
        font-size: 13px;
        margin-top: 8px;
        max-width: 200px;
    }
}

@media all and (max-height: 700px) {

    .SelectAddressAddAddressBack {
        height: auto;
    }
}

@media all and (min-width: 425px) and (max-width: 1023.5px) {
    .AddAddress-Right {
        width: 100%;
    }

    .AddAddress-Left {
        width: 100%;
    }
}

@media all and (min-width: 890px) and (max-width: 1023.5px) {
    .Step2-OtherDeliveryBack {
        width: calc(50% - 12px);
    }
}

@media all and (min-width: 425px) and (max-width: 889.5px) {
    .AddAddress-Col {
        width: 100%;
    }

    .Step2-OtherDeliveryBack {
        width: calc(100% - 12px);
    }
}

@media all and (min-width: 240px) and (max-width: 424.5px) {
    .AddAddress-Col {
        width: 100%;
    }
}

@media all and (min-width: 340px) and (max-width: 499.5px) {
    .Step2-OtherDeliveryBack {
        width: calc(100% - 12px);
    }

    .Step2-OtherDeliveryPayment label {
        width: 100%;
    }

    .Step2-OtherDeliveryPayment {
        height: 246px;
    }

    .Step2-OtherDeliveryTitle p {
        font-size: 14px;
        margin-top: 20px;
        max-width: 160px;
    }

    .Step2-OtherDeliveryTitle span {
        font-size: 13px;
        margin-top: 8px;
        max-width: 160px;
    }
}

@media all and (min-width: 240px) and (max-width: 339.5px) {
    .Step2-OtherDeliveryBack {
        width: calc(100% - 12px);
    }

    .Step2-OtherDeliveryPayment label {
        width: 100%;
    }

    .Step2-OtherDeliveryPayment {
        height: 246px;
    }

    .Step2-OtherDeliveryTitle p {
        font-size: 14px;
        margin-top: 20px;
        width: 100%;
        margin-right: 0px;
    }

    .Step2-OtherDeliveryTitle span {
        font-size: 14px;
        margin-top: 20px;
        width: 100%;
        margin-right: 0px;
    }

    .Step2-OtherDeliveryTitle img {
        display: none;
    }
}

@media all and (min-width: 750px) and (max-width: 949.5px) {
    .Step3-PriceItem, .Step3-PriceItemPaymentButton {
        width: calc(calc(100% / 3) - 10px);
        display: block;
        margin-right: 5px;
        margin-left: 5px;
    }

    .Step3-NoteBack, .Step3-DiscountBack {
        width: 50%;
    }

    #Step3-DiscountCode {
        margin-top: 23px;
    }
}

@media all and (min-width: 550px) and (max-width: 749.5px) {
    .Step3-PriceItem, .Step3-PriceItemPaymentButton {
        width: calc(calc(100% / 2) - 10px);
        display: block;
        margin-right: 5px;
        margin-left: 5px;
    }

    .Step3-NoteBack, .Step3-DiscountBack {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media all and (min-width: 240px) and (max-width: 549.5px) {
    .Step3-PriceItem, .Step3-PriceItemPaymentButton {
        width: calc(100% - 10px);
        display: block;
        margin-right: 5px;
        margin-left: 5px;
    }

    .Step3-NoteBack, .Step3-DiscountBack {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media all and (min-width: 690px) and (max-width: 1023.5px) {
    .Step2-LastAddressItem {
        width: calc(100% / 2);
    }
}

@media all and (min-width: 240px) and (max-width: 689.5px) {
    .Step2-LastAddressItem {
        width: 100%;
    }
}

@media all and (min-width: 1024px) and (max-width: 1213.5px) {
    .PanelInvoiceHistoryItem {
        width: calc((100% / 3) - 10px);
    }
}

@media all and (min-width: 912px) and (max-width: 1023.5px) {
    .PanelInvoiceHistoryItem {
        width: calc((100% / 4) - 10px);
    }
}

@media all and (min-width: 700px) and (max-width: 912.5px) {
    .PanelInvoiceHistoryItem {
        width: calc((100% / 3) - 10px);
    }
}

@media all and (min-width: 500px) and (max-width: 699.5px) {
    .PanelInvoiceHistoryItem {
        width: calc((100% / 2) - 10px);
    }
}

@media all and (min-width: 240px) and (max-width: 499.5px) {
    .PanelInvoiceHistoryItem {
        width: calc(100% - 10px);
        min-width: calc(100% - 10px);
    }
}

@media all and (min-width: 800px) and (max-width: 1023.5px) {
    .HistoryModalPart1 {
        width: 40%
    }

    .HistoryModalPart2 {
        width: 60%
    }

    .HD-ProductTitle {
        width: calc(100% - 121px);
    }

    .HD-ProductPrice {
        width: 98%;
        margin-right: 1%;
        border-top: 1px solid;
    }
}

@media all and (min-width: 240px) and (max-width: 799.5px) {
    .HistoryModalPart1 {
        width: 100%
    }

    .HistoryModalPart2 {
        width: 100%
    }

    .HD-ProductImage {
        width: 100%;
    }

    .HD-ProductTitle {
        width: 100%;
    }

    .HD-ProductPrice {
        width: 98%;
        margin-right: 1%;
        border-top: 1px solid;
    }

    .HD-ProductImage a, .HD-ProductImage img {
        width: 120px;
        margin-right: calc(50% - 60px);
    }

    .HistoryDetailModalPartTitle {
        margin-top: 20px;
    }
}

@media all and (min-width:1024px) {
    .HNav {
        height: 480px;
    }

    .HNavR {
        height: 477px;
    }
}

@media all and (min-height:620px) and (min-width:1024px) {
    .HNav {
        height: 480px;
        overflow-y: auto;
    }
}

@media all and (max-height:619.5px) and (min-width:1024px) {
    .HNav {
        max-height: calc(100vh - 100px);
    }
}


@media all and (min-width:425px) and (max-width:1023.5px) {
    .HNav {
        height: 480px;
    }

    .HNavR {
        height: 50px;
        width: 100%;
        white-space: nowrap;
        border-bottom: 1px solid;
        overflow-x: auto;
        overflow-y: hidden;
        padding-top: 5px;
        padding-right: 4px;
        padding-left: 4px;
    }

        .HNavR::-webkit-scrollbar {
            display: none;
        }

    .HNavR {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .HNavItem {
        float: none;
        width: 160px;
        height: 39px;
        padding-top: 8px;
        padding-right: 5px;
        display: inline-block;
        border-radius: 5px;
    }

        .HNavItem a span {
            width: calc(100% - 33px);
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            margin-top: 2px;
        }

        .HNavItem a img {
            margin-top: 1px;
        }

    .HNavSub {
        width: 100% !important;
        height: 427px;
        overflow: auto;
    }

    .HNavUl {
        height: auto;
        width: 100%;
    }
}

@media all and (min-width:425px) and (max-width:1023.5px) and (max-height:619.5px) {
    .HNav {
        height: calc(100vh - 130px);
    }

    .HNavSub {
        height: calc(100vh - 183px);
    }
}

@media all and (min-width:900px) and (max-width:1023.5px) {
    .HNavSub {
        height: 427px;
    }

    .HNavSubItem {
        width: 25%;
    }
}

@media all and (min-width:900px) and (max-width:1023.5px) and (max-height:619.5px) {
    .HNav {
        height: calc(100vh - 130px);
    }

    .HNavSub {
        height: calc(100vh - 183px);
    }
}

@media all and (min-width:650px) and (max-width:899.5px) {
    .HNavSubItem {
        width: calc(100% / 3);
    }
}

@media all and (min-width:650px) and (max-width:899.5px) and (max-height:619.5px) {
    .HNav {
        height: calc(100vh - 130px);
    }

    .HNavSub {
        height: calc(100vh - 183px);
    }
}

@media all and (min-width:550px) and (max-width:649.5px) {
    .HNavSubItem {
        width: calc(100% / 2);
    }
}

@media all and (min-width:550px) and (max-width:649.5px) and (max-height:619.5px) {
    .HNav {
        height: calc(100vh - 130px);
    }

    .HNavSub {
        height: calc(100vh - 183px);
    }
}

@media all and (min-width:450px) and (max-width:549.5px) {
    .HNavSubItem {
        width: 50%;
    }

        .HNavSubItem span {
            font-size: 12px;
        }
}

@media all and (min-width:450px) and (max-width:549.5px) and (max-height:619.5px) {
    .HNav {
        height: calc(100vh - 130px);
    }

    .HNavSub {
        height: calc(100vh - 183px);
    }
}


@media all and (min-width:240px) and (max-width:449.5px) {
    .HNav {
        height: 480px;
    }

    .HNavR {
        height: 50px;
        width: 100%;
        white-space: nowrap;
        border-bottom: 1px solid;
        overflow-x: auto;
        overflow-y: hidden;
        padding-top: 5px;
        padding-right: 4px;
        padding-left: 4px;
    }

        .HNavR::-webkit-scrollbar {
            display: none;
        }

    .HNavR {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .HNavItem {
        float: none;
        width: 160px;
        height: 39px;
        padding-top: 8px;
        padding-right: 5px;
        display: inline-block;
        border-radius: 5px;
    }

        .HNavItem a span {
            width: calc(100% - 33px);
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            margin-top: 2px;
        }

        .HNavItem a img {
            margin-top: 1px;
        }

    .HNavSub {
        width: 100% !important;
        height: 427px;
        overflow: auto;
    }

    .HNavUl {
        height: auto;
    }

    .HNavSubItem {
        width: 100%;
    }
}

@media all and (min-width:240px) and (max-width:449.5px) and (max-height:619.5px) {
    .HNav {
        height: calc(100vh - 130px);
    }

    .HNavSub {
        height: calc(100vh - 183px);
    }
}




@media all and (min-width:425px) and (max-width:800px) {
    .StoresSearchState, .StoresSearchTitle, .StoresSearchOrder, .StoresSearchButton {
        width: 50%;
        margin-bottom: 10px;
    }
}

@media all and (min-width:240px) and (max-width:549.5px) {
    .StoreItemBox {
        width: calc(100% - 10px);
        margin-bottom: 10px;
    }
}

@media all and (min-width:550px) and (max-width:699.5px) {
    .StoreItemBox {
        width: calc((100% / 3) - 10px);
    }
}

@media all and (min-width:700px) and (max-width:1000px) {
    .StoreItemBox {
        width: calc((100% / 4) - 10px);
    }
}

@media all and (min-width:240px) and (max-width:424.5px) {
    .StoresSearchState, .StoresSearchTitle, .StoresSearchOrder, .StoresSearchButton {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media all and (min-width:450px) and (max-width:899.5px) {
    .DSI {
        width: calc(100% - 200px);
        border: none;
    }

    .DSR {
        width: calc(100% - 20px);
        margin-top: 18px;
        margin-right: 10px;
        float: right;
        border-top: 3px solid;
        padding-top: 10px;
    }
}

@media all and (min-width:240px) and (max-width:449.5px) {

    .DSImageBack {
        margin-right: calc(50% - 100px);
    }

    .DSI {
        width: calc(100% - 20px);
        margin-top: 18px;
        margin-right: 10px;
        border: none;
    }

        .DSI h1, .DSI h2, .DSI h3 {
            text-align: center;
        }

    .DSR {
        width: calc(100% - 20px);
        margin-top: 18px;
        margin-right: 10px;
        float: right;
        border-top: 3px solid;
        padding-top: 10px;
    }
}

@media all and (min-width:240px) and (max-width:549.5px) {

    .DSBanner1 {
        width: 100%;
        margin-bottom:10px;
    }

    .DSBanner2 {
        width: 100%;
    }
}

@media all and (max-width: 812px) {
    .CompareSelectItem {
        width: 100%;
    }
        .CompareSelectItem h4 {
            width: calc(70%);
            height: 80px;
        }
        .CompareSelectItem h5 {
            width: calc(70%);
        }
}

@media all and (min-width:425px) and (max-width:1023.5px) {
    #SellerRegisterModal-Holder {
        width: 96%;
        margin-right: 2%;
    }
    .SellerNewRequest, .SellerCompleteBox {
        width: 98%;
        margin-right: 1%;
    }
    #SellerRegisterModal-Body{
        padding-right:4px;
        padding-left:4px;
    }
}

@media all and (min-width:240px) and (max-width:424.5px) {
    #SellerRegisterModal-Holder {
        width: 98%;
        margin-right: 1%;
    }
    .SellerNewRequest, .SellerCompleteBox {
        width: 98%;
        margin-right: 1%;
    }
    #SellerRegisterModal-Body {
        padding-right: 4px;
        padding-left: 4px;
    }
    
}
@media all and (min-width:950px) and (max-width:1199.5px) {
    .PanelSelectAddressItem {
        width: calc((100% - 80px) / 4);
    }
}
@media all and (min-width:750px) and (max-width:949.5px) {
    .PanelSelectAddressItem {
        width: calc((100% - 60px) / 3);
    }
}
@media all and (min-width:500px) and (max-width:749.5px) {
    .PanelSelectAddressItem {
        width: calc((100% - 40px) / 2);
    }
}
@media all and (max-width:499.5px) {
    .PanelSelectAddressItem {
        width: calc(100% - 20px);
    }
}


@media all and (max-width:849.5px) {
    .PanelCommentItem {
        width: calc(100% - 20px);
    }
}

@media all and (max-width:399.5px) {
    .PanelCommentDate, .PanelCommentTime, .PanelCommentLike, .PanelCommentDislike, .PanelCommentAnswerPart {
        width: 50%;
        margin-bottom: 3px;
    }
}


@media all and (min-width: 800px) and (max-width: 1000px) {
    .CommentBack {
        width: 48%;
        margin-right: 1%;
        margin-left: 1%;
    }
}

@media all and (max-width: 800px) {
    .CommentBack {
        width: 98%;
        margin-right: 1%;
        margin-left: 1%;
    }
}