@media screen and (max-width:800px) {
    #custom_banner {
        flex-direction: column;
        max-height: unset;
    }
    
    #banner_timer,
    #banner_text {
        width: 100%;
    }

    #banner_text {
        padding: 20px 10px 20px 10px;
    }

    .ubermenu-custom-content {
        display: none;
    }

    .fusion-secondary-header {
        max-height: unset;
    }

    .header_top_left {
        margin-top: unset;
    }

    .fusion-secondary-header .fusion-social-network-icon {
        margin: 0px 10px 0px 0px !important;
    }

    .fusion-mobile-menu-design-modern .fusion-social-links-header {
        margin-top: 2px !important;
        margin-bottom: 2px !important;
    }

    .mini-cart {
        position: absolute;
        right: 0;
        top: 50px;
    }

    .homepage_newsletter_widget {
        width: 80%;
    }

    .homepage_newsletter_widget .widget_subscribe_to_newsletter #subscribeform > div {
        flex-direction: column;
        align-items: center;
    }

    .homepage_newsletter_widget .widget_subscribe_to_newsletter #subscribeform > div > div {
        width: 100%;
        height: 35px;
        margin-bottom: 15px;
    }

    #newsletter_subscribe {
        margin-left: unset;
    }

    .fusion-mobile-menu-design-modern .fusion-secondary-main-menu {
        background-color: #1f4255 !important;
        padding-left: 0;
        padding-right: 0;
    }

    .ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop, 
    .ubermenu-nojs .ubermenu-item:hover .ubermenu-submenu-drop {
        position: inherit;
    }

    .fusion-mobile-menu-design-modern .fusion-ubermenu-mobile .ubermenu-responsive-toggle {
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 17px;
    }

    .fusion-footer .fusion-column {
        border-right: none !important;
    }

    .all_articles_button {
        min-width: 300px;
    }
}

@media screen and (max-width:600px) {
    .single-product .wc-pao-addon {
        flex-direction: column;
    }
    
    .single-product .wc-pao-addon-heading,
    .single-product label.wc-pao-addon-name,
    .single-product .wc-pao-addon .form-row {
        width: 100%;
    }
    
    .slide-list {
        padding-left: 20px !important;
    }

    .slide-list li {
        font-size: unset !important;
        line-height: 15px !important;
    }

    .slide-list li::before {
        width: 9px;
        height: 9px;
        left: 5px;
        margin-top: 2px;
    }

    .slide-list br {
        display: none;
    }

    .top_products .fusion-carousel-price .price {
        flex-direction: column;
    }

    .top_products .fusion-carousel-price .price del {
        padding-right: unset !important;
    }
    
    .top_products .fusion-carousel-price .price ins {
        padding-left: unset !important;
    }

    .single-product .related .fusion-title h3,
    .top_products h2, 
    .product_categories .fusion-title h2, 
    .product_reviews h2, 
    .our_services h2, 
    .homepage_blog h2, 
    .partners-logos h2, 
    .newsletter h2 {
        font-size: 24px !important;
    }

    .single-product .related .fusion-title h3 {
        padding-right: 0px;
        text-align: center;
    }
    
    .single-product .related .fusion-title {
        text-align: center;
    }

    .fusion-footer .fusion-column:nth-child(2), .fusion-footer .fusion-column:nth-child(3) {
        text-align: left;
    }

    ul.social-icons-footer {
        justify-content: start;
        height: 90px;
    }
}

@media all and (max-width:639px) and (min-width: 300px){
    #main .products li.product {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: max-content !important;
    }
}