@media only screen and (max-width: 1024px) {
   
}

@media only screen and (max-width: 911px) {

    .slider-nav-push:not(.slider-nav-simple) .flickity-prev-next-button svg {
        margin-top: 0px;
        background: #f26522;
        color: #fff;
    }

    .row-slider .flickity-prev-next-button {
        width: 30px !important;
        background-color: #f26522 !important;
    }

    body .touch-scroll-table table {
        width: 640px;
        padding-right: 10px;
    }
   
}

@media only screen and (max-width: 768px) {
   
}

@media only screen and (max-width: 767px) {  
    .col.icon-line_ {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
        margin-bottom: 10px;
    }
    
    .col.icon-facebook_ {
        flex-basis: 100%;
        max-width: 100%;
    }

    a.woocommerce-button.button.confirm_payment {
        margin-right: 2px;
        margin-left: 2px;
    }

    th, td {
        font-size: 14px;
    }

    span.order-status {
        display: block;
    }

    .content-payment {
        margin-top: -20px;
    }

    section.woocommerce-bacs-bank-details strong {
        display: block;
        margin-top: 5px;
    }

    section.woocommerce-bacs-bank-details {
        margin-bottom: 10px;
        text-align: center;
    }

    section.woocommerce-bacs-bank-details {
        margin-bottom: 15px;
        text-align: center;
    }

    p.success-color.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
        font-size: 15px;
    }

    .checkout .large-5.col {
        padding-bottom: 0;
    }

    .is-well {
        padding: 15px;
    }

    .cart-sidebar.col-inner.is-well {
        max-width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    footer li.menu-item {
        margin: 0 5px;
    }

    ul.wc-bacs-bank-details.order_details.bacs_details li {
        font-size: 15px;
    }

    td.product-thumbnail {
        min-width: 60px;
        max-width: 60px;
        width: 60px;
    }

    .shop_table .cart_item td {
        font-size: 14px;
        padding: 5px;
    }

    .col.table-bank.small-12.large-12 {
        max-width: 480px;
        overflow: scroll;
    }

    .payment-detail .icon-box .icon-box-img{
        max-width: 100% !important;
        position: relative;
        width: 100% !important;
    }
    
    .payment-detail .icon-box-text.last-reset {
        width: 100%;
        flex: auto;
        text-align: center;
    }
    
    .payment-detail .icon-box-img .icon {
        max-width: 60px;
        margin: 0 auto;
    }

    .table-bank table {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 549px) {
    body .row-slider .flickity-prev-next-button {
        width: 30px !important;
        opacity: 0.8;
        background-color: #f26522 !important;
        box-shadow: none !important;
        -ms-transform: translateX(0) !important;
        transform: translateX(0) !important;
        color: #fff !important;
        height: 35px;
    }
}

@media only screen and (max-width: 480px) {
    .icon-line_ .icon-box.featured-box {
        font-size: 14px;
    }

    .icon-facebook_ .icon-box.featured-box {
        font-size: 14px;
    }

    #main .row-social-contact {
        max-width: 480px;
    }

    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
        min-width: 480px;
    }
}

@media only screen and (max-width: 360px) {
    footer .menu-main-menu-container li.menu-item a {
        font-size: 14px;
    }

    .message-container a {
        display: block;
        background: #cce5ff;
        color: #004085;
        padding: 7px;
        border-radius: 5px;
        margin-top: 5px;
        border: 1px solid #b8daff;
        margin-bottom: 8px;
    }
   
}

@media only screen and (max-width: 320px) {
   
}