.products-grid .product-item .product-item-details .product-item-name {
    white-space: normal !important;
}
.product.details.product-item-details {
    text-align: center !important;
}
.product-item-details span.old-price {
    display: block;
}
.product-item-details .old-price span.price{
    color: #aaa !important;
}
.product-item-details .special-price span.price {
    color: #ee001c !important;
}
.product-item-info.type3 .product-item-photo {
    cursor: pointer;
}
.products-grid .product-item-details .product-item-actions .tocart {
    color: #fff !important;
    background-color: #222529 !important;
}
.products-grid .product-item-details .product-item-actions .actions-secondary {
    color: #fff;
    background-color: #222529;
}
.products-grid .product-item-details .product-item-actions .actions-secondary.towishlist {
    right: 0;
    visibility: visible;
    opacity: 1;
}
.products-grid .product-item-details .product-item-actions .actions-secondary.tocompare {
    left: 0;
    visibility: visible;
    opacity: 1;
}

@media (max-width: 768px) { 
    .logo img {
        width: 50px !important;
        object-fit: contain !important;
    }
}

.catalog-product-view .column.main .old-price {
    display: block;
}

.catalog-product-view .column.main .old-price .price-wrapper  > .price {
    font-size: 16px;
    color: #555;
    font-weight: 600;
    font-family: 'poppins';
} 

.catalog-product-view .column.main .special-price .price-wrapper > .price {
    color: #ee001c !important;
    font-size: 21px;
    font-family: 'poppins';
}