/*category page */
.towishlist-wrap {
    display: none !important;
}

.amtheme-action-links {
    display: none;
}

.product-item-inner {
    display: none;
}

.price-box {
    display: none !important;
}

.tocompare {
    display: none !important;
}

.products-grid .product-item-info:hover::after,
.products-grid .product-item-info.-hover::after {
    opacity: 0 !important;
}

.product-reviews-summary {
    display: none !important;
}

/* product page */
.productpage-usp {
    display: none !important;
}

.product-add-form {
    display: none !important;
}

/*top menu */
.minicart-wrapper {
    display: none;
}
.account-icon.amtheme-header-icon {
    display: none!important;
}

@media (min-width:801px) {
    .page-footer .links {
        padding-left: 185px;
    }
}

@media (max-width:767px) {

    .logo {
        position: relative;
        left: 10px !important;
    }
}