Hi,
1. Try to add some margin-bottom to the class shortkeyfeatuers
2. That issue also comes from your custom CSS... Instead of:
.hikashop_products a.hikashop_cart_button, .hikashop_products a.hikashop_cart_button:hover, #hikashop_checkout_coupon a.hikashop_cart_button, #hikashop_checkout_coupon a.hikashop_cart_button:hover {
float: none;
width: 100%;
position: absolute;
right: 0;
bottom: 0;
height: auto;
}
in the file /templates/rt_xenon/custom/css-compiled/custom_53.css you should prefix them with that class hikashop_categories_listing_main, like that:
.hikashop_categories_listing_main .hikashop_products a.hikashop_cart_button,.hikashop_categories_listing_main .hikashop_products a.hikashop_cart_button:hover, #hikashop_checkout_coupon a.hikashop_cart_button, #hikashop_checkout_coupon a.hikashop_cart_button:hover {
float: none;
width: 100%;
position: absolute;
right: 0;
bottom: 0;
height: auto;
}
Please note that providing custom CSS is outside of the scope of user support. For further styling customization please contact a third party developer to help you:
www.hikashop.com/home/our-partners.html