.j2commerce-product-main-image {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
}

.rsblog-entry-meta .text-info {
    color: #c58a2a !important;
}

.text-info {color: #657b5c;}

.sp-page-title {background: #2c4b61;}

.com_j2commerce.view-categories .j2commerce-category-title a {
    color: #2b79a3 !important;
}

.com_j2commerce.view-categories .j2commerce-category-title a:hover,
.com_j2commerce.view-categories .j2commerce-category-title a:focus {
    color: #6f8a63 !important;
}

.com_j2commerce .j2commerce-product-title a {
    color: #2b79a3 !important;
}

.com_j2commerce .j2commerce-product-title a:hover,
.com_j2commerce .j2commerce-product-title a:focus {
    color: #6f8a63 !important;
}

/* Add to Basket */
.com_j2commerce .j2commerce-cart-button {
    background-color: #2b79a3 !important;
    border-color: #2b79a3 !important;
    color: #ffffff !important;
}

/* Hover */
.com_j2commerce .j2commerce-cart-button:hover,
.com_j2commerce .j2commerce-cart-button:focus {
    background-color: #6f8a63 !important;
    border-color: #6f8a63 !important;
    color: #ffffff !important;
}

.com_j2commerce .btn-primary {
    background-color: #2b79a3 !important;
    border-color: #2b79a3 !important;
    color: #fff !important;
}

.com_j2commerce .btn-primary:hover,
.com_j2commerce .btn-primary:focus {
    background-color: #6f8a63 !important;
    border-color: #6f8a63 !important;
    color: #fff !important;
}