/*
Theme Name:   GeneratePress Child
Theme URI:    https://generatepress.com
Description:  Default GeneratePress child theme
Author:       Tom Usborne
Author URI:   https://tomusborne.com
Template:     generatepress
Version:      0.1
*/

.atkp-producttable-custom-badge .atkp-testbadge {
	min-height: 100px;
}

.atkp-producttable-custom-badge .atkp-testnote {
	display: none;
}

.atkp-producttable-custom-badge .atkp-testtext {
	display: block;
	padding: 16px 0;
	font-size: 18px;
}

.atkp-producttable-image.atkp-producttable-head img {
	-o-object-fit: contain;
	object-fit: contain;
	height: 150px;
	width: 150px;
	max-height: none;
	max-width: none;
}

/*KK Star Rating custom styling*/
.kk-star-ratings {
    flex-wrap: wrap;
    justify-content: center;
}

.kksr-legend {
    margin-top: 5px;
}

/*Text shadow*/
.ondima-text-shadow {
	text-shadow: 3px 3px 10px #999;
}