/*
Theme Name: Shoptimizer Child Theme
Theme URI: https://www.commercegurus.com/product/shoptimizer
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: https://www.commercegurus.com
Template: shoptimizer
Version: 1.2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Fix product label position to the right */
.product-label.type-bubble, li.product .onsale {
    left: auto !important;
    right: 10px !important;
}

.product-label {
    left: auto !important;
    right: 5px !important;
}

/* Hide focus keyword from description */
.focus-keyword-description {
	display: none;
}