/*!* Small phones *!*/
/*@media screen and (max-width: 320px) {*/
/*.display-flex {*/
/*display: none;*/
/*}*/
/*}*/

/*!* Phones *!*/
/*@media screen and (max-width: 480px) {*/
/**/
/*}*/

/*!* Small tablets and phablets *!*/
/*@media screen and (max-width: 600px) {*/
/*!*.products-cont ul.all-product li {*!*/
/*!*width: 50%;*!*/
/*!*}*!*/
/*}*/

/*!* Tablets *!*/
/*@media screen and (max-width: 768px) {*/

/*}*/

/*!* Small desktop *!*/
/*@media screen and (max-width: 1000px) {*/

/*}*/

/*!* Desktop *!*/
/*@media screen and (max-width: 1300px) {*/

/*}*/

/*!* Large desktop *!*/
/*@media screen and (max-width: 1600px) {*/

/*}*/

@media screen and (min-width: 320px) {
    .w50 {
        width: 80% !important;
    }

    body {
        overflow-x: hidden;
        width: 100%;
    }

    .display-flex {
        display: block;
    }

    .no-mobile {
        display: none !important;
    }

    .mobile {
        display: block;
    }

    .logo-container {
        width: 100%;
        text-align: center;
    }

    .store-banner {
        padding: 20px;
    }

    .search-cont {
        display: block;
        width: 90%;
        margin: 0 auto 0 auto;
        padding-bottom: 20px;
    }

    .search-div-cont {
        display: block;

    }

    .categories-cont {
        display: none;
    }

    .banner-cont, .store-banner {
        height: 300px;
        min-height: 300px;
    }

    .page-caption {
        width: 90%;
    }

    .navi-cont {
        /*position: relative;*/
    }

    .wrapper {
        width: 90%;
    }

    .products-cont ul.all-product li {
        width: 75%;
        display: block;
        margin: 40px auto;
    }

    .shop-now-btn {
        padding: 5px;
        width: 100%;
        font-size: 1.0em;
        margin-top: 0;
        border: 2px solid #f05528;
        background-color: #f05528;
        color: #fff;
    }

    .requisition-body {
        /*width: 80%;*/
    }

    .subscribe-input-cont {
        margin-top: 5px;
        background: transparent;
    }

    .subscribe-input-cont input {
        width: 100%;
    }

    .subscribe-input-cont button {
        margin: 10px 0;
    }

    .close-subscribe-cont {
        right: 0;
        font-size: 16px;
    }

    .subscribe-text {
        margin: 0;
    }

    .footer-cont .col {
        width: 100%;
    }

    .body .col-2 {
        width: 100%;
        padding-left: 0;
    }

    .browse-products-cont ul li {
        width: 90%;
        height: auto;
    }

    .browse-products-cont ul li .img {
        height: 350px;
    }

    .body {
        margin: auto;
        display: block;
    }

    .my-order-details-cont {
        width: 90%;
        margin: 30px auto;
    }

    .requisition-body {
        width: 270px;
        right: -20px;
        border-radius: 4px;
    }

    .requisition-body .header {
        padding: 10px;
    }

    .requisition-body .body .requisition-craw-cont .image-cont {
        margin-bottom: 10px;
    }

    .requisition-body .body .requisition-craw-cont .details-cont {
        width: 100%;
        height: auto;
    }

    .right.no-float-mobile, .left.no-float-mobile {
        float: none;
    }

    .cart-container {
        width: 100%;
        overflow-x: auto;
    }

    .emptyCategory {
        width: 70%;
    }

    .my-order-details-cont.order-address, .my-order-details-cont.order-product {
        width: 100%;
    }

    .order-address .each-order-address {
        width: 45%;
        display: inline-block;
        vertical-align: top;
    }

    .navi-cont .logo-container .hambuger, .navi-cont .logo-container .shopping-bag {
        position: absolute;
        font-size: 2em;
        top: 30%;
    }

    .navi-cont .logo-container .hambuger {
        left: 5.0vw;
    }

    .navi-cont .logo-container .shopping-bag {
        right: 5.0vw;
    }

    .drawer {
        width: 0;
        left: 0;
        background: #071721;
        overflow-y: scroll;
    }

    .fold {
        height: 0;
        overflow: hidden;
    }

    .drawer ul.exchange-rate li {
        padding: 15px 10%;
        border-bottom: 1px solid #1d1d1d;
    }

    .drawer ul.exchange-rate li::after {
        content: "";
        clear: both;
        display: inline-block;
    }

    .parent-category .rotate{
        display: inline-block;
        transition: -ms-transform 200ms ease-in-out, -webkit-transform 200ms, transform 200ms;
    }

    .parent-category.active .rotate{
        transform: rotate(90deg);
    }

    .parent-category.active + .fold {
        height: auto !important;
    }

    .drawer .parent-category {
        padding: 10px 0;
        border-bottom: 1px solid #1d1d1d;
        height: auto;
        font-size: 1.1em;
        margin-bottom: 10px;
    }

    .drawer .sub-categories-cont {
        margin-bottom: 15px;
    }

    .drawer .sub-categories {
        padding: 10px 0;
    }

    .modal-body {
        width: 90%;
        float: none;
    }

    .modal-body .col-1 {
        width: 100%;
    }

    .browse-store-cont ul li {
        width: 50%;
    }

    .cart-table table tbody tr td {
        padding: 10px 30px 10px 30px;
    }

    .cart-table table thead tr th {
        padding: 10px 30px 10px 30px;
    }

}

@media screen and (min-width: 370px) {
    .requisition-body {
        width: 320px;
        right: -20px;
    }
}

@media screen and (min-width: 400px) {
    .products-cont ul.all-product li {
        width: 40%;
        display: inline-block;
        margin: 4.5%;
    }

    .subscribe-text {
        margin-left: 10px;
    }

    .footer-cont .col {
        width: 45%;
    }

    .requisition-body {
        width: 350px;
    }
}

@media screen and (min-width: 600px) {
    .browse-products-cont ul li {
        width: 45%;
    }

    .browse-products-cont ul li .img {
        height: 400px;
    }

    .browse-products-cont ul li .text .product-name {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 1000px) {
    .products-cont ul.all-product li {
        width: 23%;
        margin: 5%;
    }

    .footer-cont .col {
        padding: 20px 0;
        width: 24%;
    }

    .my-order-details-cont {
        margin-top: 40px;
        width: 400px;
        margin-right: 40px;
    }

    .requisition-body {
        width: 450px;
        right: 0;
    }
}

@media screen and (min-width: 1400px) {
}
