/*
 * Author: http://stuffandnonsense.co.uk/blog/about/hardboiled_css3_media_queries/
 */
#custom_html-5 {
    margin: 0px;
}

.footer .hotline-wrapper {
    text-align: center;
    font-size: 20px;
    color: black;
}

/* Smartphones (portrait) ----------- */

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

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 321px) and (max-device-width: 480px) {
    /* Styles */
}

@media only screen and (max-device-width: 480px) {
    /*** override defualt ***/
}

@media (max-width: 549px) {}

@media only screen and (max-device-width: 767px) {
    .category-page-row .quantity.buttons_added.form-flat {
        /* right: unset;
        top: unset;
        bottom: -20px; */
        margin-top: 15px;
        display: inline-table;
    }

    .category-page-row .quantity.buttons_added.form-flat .minus,
    .category-page-row .quantity.buttons_added.form-flat .plus {
        border-radius: 2px;
    }

    .category-page-row .product.type-product {
        padding-bottom: 10px;
    }

    .home .section-wrapper {
        padding: 0px !important;
    }

    .home .section-wrapper .section-content .row {
        margin: 0px !important;
    }

    .category-page-row #woocommerce_price_filter-3 {
        display: none;
    }


    .category-page-row>.col.large-2 {
        display: block !important;
    }

    aside#pwb_list_widget-3 {
        display: none;
    }

    .category-page-row form.searchform {
        padding: 10px !important;
    }

    .category-page-row form.searchform input.search-field {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .category-page-row form.searchform .ux-search-submit {
        background: transparent;
        color: black;
    }

    .category-page-row .product.type-product .add-to-cart-button a {
        width: 100%;
        padding-bottom: 6px;
        padding-top: 6px;
        margin-top: 20px;
    }

    .footer-widgets.footer.footer-1 {
        padding-left: 0px !important;
    }

    .products .box-image img.attachment-woocommerce_thumbnail {
        max-height: 190px;
        margin-top: 8px;
    }


    .add_to_cart_button.added {
        display: inline-block !important;
    }

    .add-to-cart-button {
        /* display: inline; */
    }


    .search-bar-mobile-wrapper .widgettitle {
        display: none;
    }

    li.html.custom.html_topbar_left {
        position: absolute;
        left: 25px;
        top: 8px;
        width: 90%;
    }

    .medium-logo-center .flex-left {
        flex: 3 1 0 !important;
    }

    .medium-logo-center .flex-right {
        flex: 0 !important;
    }

    ul.mobile-nav.nav.nav-right {
        width: 44px !important;
        margin: 0px;
    }

    #cart-popup .product_list_widget li a:not(.remove) {
        font-size: 12px;
    }

    #cart-popup .product_list_widget li img {
        object-fit: contain;
    }

    .product.type-product .woocommerce-Price-amount {
        font-size: 17px;
    }

    .header.show-on-scroll,
    .stuck .header-main {
        height: 70px !important;
        border-bottom: 1px gray solid;
    }
}


@media only screen and (max-device-width: 1024px) {
    /* .category-page-row>.col.large-2 {
        display: block !important;
    } */
}

/* iPads (portrait and landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Styles */
}

/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* Styles */
}

/* Desktops and laptops ----------- */

@media only screen and (min-width: 1224px) {

    aside#block_widget-3,
    aside#block_widget-3 * {
        margin: 0px !important;
        padding: 0px !important;
    }


    /* Styles */
    .product .add_to_cart_button {
        min-width: 70% !important;
        padding-bottom: 8px;
        padding-top: 8px;
    }

    /* .products .box-image img.attachment-woocommerce_thumbnail {
        width: 150px;
        height: 150px;
    } */
}

/* Large screens ----------- */

@media only screen and (min-width: 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    /* Styles */
}