/* 
 Theme Name:     Retro Recall
 Author:         WPMAD
 Author URI:     https://wpmad.com
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.0.3
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


/**
 * Product Listing Category Images
 */
.rr_product_category {
	background-image: url(images/system-icons-sprite.png);
	background-repeat: no-repeat;
	background-position: 34px 0;
	width: 34px;
	height: 34px;
	margin-left: 8px;
	float: left;
}
.rr_product_category.c64 {
	background-position: 0px 0px;
}
.rr_product_category.spectrum {
	background-position: -34px 0px;
}
.rr_product_category.amiga {
	background-position: -68px 0px;
}
.rr_product_category.mastersystem {
	background-position: -102px 0px;
}
.rr_product_category.megadrive {
	background-position: -0px -34px;
}
.rr_product_category.nes {
	background-position: -34px -34px;
}
.rr_product_category.snes {
	background-position: -68px -34px;
}
.rr_product_category.lynx {
	background-position: -102px -34px;
}
.rr_product_category.gameboy {
	background-position: -0px -68px;
}
.rr_product_category.vcs {
	background-position: -34px -68px;
}
.rr_product_category.dreamcast {
	background-position: -68px -68px;
}
.rr_product_category.saturn {
	background-position: -102px -68px;
}