@media screen and (max-width: 1024px) {
    .header-01 {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
}
@media (min-width: 0px) and (max-width: 576px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 61.94em) {
    .mt-md--15 {
        margin: 15px !important;
    }
    .product-modal .custom-close {
        right: 0px;
        top: 0px;
        font-size: 16px;
        padding: 8px !important;
    }
    .header-style-3 .headroom.is-sticky .header-top {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
@media (max-width: 640px) {
    .zuka-product-list .btn-addcart {
        padding: 2px 6px;
        bottom: 100px;
        right: 10px;
        visibility: visible;
        opacity: 1;
    }
}
@media (max-width: 47.94em) {
    .shop-toolbar .product-view-mode {
        margin: 0px;
    }
}
@media (min-width: 992px) {
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 100%;
    }
}
@media (min-width:475px) {

    /*隱藏寬度525以上-顯示手機版  */
    .hidden-xs-up {
        display: none !important;
    }
}

@media (max-width: 476px) {

    /*隱藏寬度575以下-顯示網頁版*/
    .hidden-xs-down {
        display: none !important;
    }
}
@media (min-width:575px) {

    .phone {
        display: none;
    }

    .pl--15 {
        padding-left: 15px !important;
    }
    
    .is-sticky.top-padding.headroom--fixed {
        display: block !important;
        height: 46px;
    }
    .zuka-product-action {
        right: 20px;
        bottom: 20px;
        z-index: 9;
        text-align: center;
    }
    .quantity-col{
        padding: 2px 2px 2px 40px;
        color: black; 
        font-size: 14px;
        margin: auto;
    }
    .my-header-padding{
        padding-top: 90px;
        padding-bottom: 70px;
    }
    .mybut2-mg {
        margin-top: 28px !important;
        margin-bottom: 28px !important;
    }
    .mini-cart-btn sup {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        color: #fff;
        display: block;
        top: 2px;
        right: -5px;
        text-align: center;
        padding: 0;
        background-color: #efc58e;
    }
    .searchform-3 .searchform__input {
        height: 35px;
        line-height: 35px;
        padding: 0 50px 0 10px;
        border: 1px solid #df6e8d;
    }
    .box_1 {
        border: 1px solid #eee;
        padding: 15px;
    }
    .swal2-popup {
        display: none;
        position: relative;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: center;
        width: 32em;
        max-width: 100%;
        padding: 1.25em;
        border: none;
        border-radius: 0.3125em;
        background: #fff;
        font-family: inherit;
        font-size: 2rem !important;
    }
}

@media (max-width:576px) {

    .web {
        display: none;
    }

    .pl--15 {
        padding-left: 0px !important;
    }
    .my-ml-sm--15{
        margin-left: 15px;
    }
    .is-sticky.top-padding.headroom--fixed {
        display: block !important;
        height: 70px;
    }
    .tab-style-4 .nav-link {
        margin-bottom: 10px;
    }
    .zuka-product-action {
        right: 0px;
        bottom: 0px;
        z-index: 9;
        text-align: center;
    }
    .middle-padding {
        padding: 0px !important;
    }
    .m-down {
        margin-bottom: 10px !important;
    }
    .quantity-col{
        padding: 2px 2px 2px 2px;
        color: black; 
        font-size: 14px;
        margin: auto;
    }
    .my-header-padding{
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .mybut2-mg {
        margin-bottom: 20px;
    }
    .mini-cart-btn sup {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        width: 15px;
        height: 15px;
        line-height: 15px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        color: #fff;
        display: block;
        top: 6px;
        right: 0;
        text-align: center;
        padding: 0;
        background-color: #efc58e;
    }
    .searchform-3 .searchform__input {
        height: 35px;
        line-height: 35px;
        padding: 0 50px 0 10px;
        border: 1px solid #fff;
    }
    .box_1 {
        border: 1px solid #eee;
        padding: 0px;
    }
    .swal2-popup {
        display: none;
        position: relative;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: center;
        width: 32em;
        max-width: 100%;
        padding: 1.25em;
        border: none;
        border-radius: 0.3125em;
        background: #fff;
        font-family: inherit;
        font-size: 1.6rem !important;
    }
}
@media (min-width: 87.5em) {
    .shop-sidebar #primary-sidebar {
        max-width: 250px;
    }
}

@media (max-width: 47.94em) {
    .shop-toolbar__right {
        justify-content: flex-end;
    }
}

