@media only screen and (max-width:768px) {
    /* WELCOME MESSAGE */
    .ammen-menu-greetings {
        display: none;
    }
    /* REMOVE HELP & SETTINGS IN MENU */
    .ammenu-link.-mobile[title="Go to Help & Settings"] {
        display: none;
    }
    /* STYLING BRANDS HOMEPAGE */
    .pagebuilder-mobile-only .pagebuilder-column-group.brands {
        display: flex;
        text-align: center;
    }
    .pagebuilder-mobile-only .pagebuilder-column-group.brands .pagebuilder-column {
        max-width: 50%;
    }
    .pagebuilder-mobile-only .pagebuilder-column-group.brands .pagebuilder-column:last-of-type {
        margin: 0 auto;
    }
    /* STYLING PRODUCT GRID HOMEPAGE */
    .cms-home .item.product.product-item:nth-of-type(1) {
        margin-left: 0px !important;
    }
    /* DEALS OF THE WEAK HEADING STYLING */
    h2.dotw-heading:before , h2.dotw-heading:after {
        display: none;
    }
    /* RESIZING PRODUCT TITLES ON HOMEPAGE */
    .cms-home .product.details.product-item-details .product-item-name .product-item-link {
        font-size: 24px;
    }
    /* ADJUSTING PRODUCT DETAILS ON HOMEPAGE*/
    .cms-home .product.details.product-item-details {
        padding-left: 0px;
        margin-top: 0px !important;
    }
    /* SUCHLEISTEN STYLING */
    .amsearch-products-section.-grid:not(.-slider) .amsearch-product-list .amsearch-item {
        max-width: 100% !important;
        margin: 8px !important;
    }
    .home-column-left-category-banner , .home-column-right-category-banner {
        max-width: 30%;
        padding-left: 10px;
    }
    .home-banner-container-small-text {
        max-width: 70%;
    }
    .amtheme-backtotop-wrap {
        background: rgb(250,247,239);
    }
    #html-body:not(.catalog-product-view) .special-price {
        width: auto;
    }
    .cms-home .products-grid.products > .amtheme-products-secondary .old-price .price{
        font-size: 1.8rem;
    }
    .catalog-product-view .amtheme-product-wrap {
        padding: 15px;
    }
    .product-add-form .amtheme-add-form-bottom.-on-line .qty.-without-options {
        flex: 0 0 100%;
        margin-bottom: 5px;
    }
    .catalog-product-view .amtheme-product-info .box-tocart .action.tocart {
        margin-top: 0px;
    }
    .amasty-jet-theme.am-tabs-view .product.data.items {
        border-top: none;
        padding: 15px;
    }
    .amasty-jet-theme.am-tabs-view .product.data.items .amtheme-item-title .amtheme-icon {
        display: none;
    }
    .amtheme-product-wrap .fotorama__nav--dots {
        text-align: center;
    }
    /* OPEN TO-DO
    .paypal-button.paypal-button-shape-pill {
        border-radius: 4px;
    }
     */
    .amsearch-result-section .amsearch-products-section.-grid {
        display: none;
    }
    h2 {
        font-size: 3rem;
    }
    .homepage-btn a span {
        font-size: 12px;
    }
    .cms-home .pagebuilder-column-line .pagebuilder-column {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}