.footer.content ul .nav.item {
    display: none !important;
}

.page-footer {
    background: #252525 !important;

}

.block.newsletter {
    position: relative;
    top: 10rem;
    right: 54px;
}

.product-item-inner {
    display: none !important;
}

.product-item-inner {
    display: none !important;
}

.products-list .product-item-photo {
    width: auto;
}

.products-list .product-item-info {
    display: table-row;
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

img.pagebuilder-mobile-hidden {
    width: 830px;
    margin-top: 22px;
}

.fttr-new ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: nowrap;
    color: #fff;
}

.fx-ull li a img {
    width: 72%;
}

.fttr-new ul li {
    width: 100%;
}

.news-ltr {
    color: #fff;
    padding-bottom: 63px;
    font-size: 23px;
}

a.fottr-a {
    color: #fff !important;
}

.headd {
    font-size: 18px;
    font-weight: 500;
}

.logo img {
    position: relative;
    top: -22px;
    width: 50%;
}
.nav-sections {
    background: #ffffff !important;
    position: absolute;
    top: 66px;
    left: 35%;
    z-index: 10;
}

.navigation {
    background: #ffffff !important;
}

.logo {
    float: left;
    margin: 0 0 0px 0px !important;
    max-width: 50%;
    position: relative;
    z-index: 0;
    display: inline-block;
}

.product-reviews-summary {
    display: none !important;
}
.product-info-stock-sku {
   /* display: none !important;*/
}

li.link.wishlist {
    display: none;
}
.item.product.product-item {
    border: 1px solid #ebebeb;
    padding: 0px 12px;
}
.block.block-new-customer {
    display: none !important;
}

.block-customer-login::before {
    content: '' !important;
    height: 0 !important;
    width: 0 !important;
    border: 0 !important;
    padding: 0;
}

.block.block-customer-login {
    border: 0 !important;
}

/* remove price from cart */

.cart-summary .totals.sub {
    display: none;
}
.cart-summary tr.grand.totals {
    display: none;
}

table#shopping-cart-table td:nth-child(2) {
     display: none; 
}
table#shopping-cart-table th:nth-child(2) {
     display: none; 
}

table#shopping-cart-table td:nth-child(4) {
     display: none; 
}
table#shopping-cart-table th:nth-child(4) {
     display: none; 
}
#minicart-content-wrapper .subtotal {
    display: none;
}
#minicart-content-wrapper .price-container {
    display: none;
}
.stock.available {
    color: green;
}
.stock.unavailable {
    color: #ff0000ab;
}