/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
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
*/

/* Cart icon background and text color */
.site-header-cart a.cart-contents .count, .shoptimizer-cart-icon i {
    color: #FFFFFF !important;
    background-color: #EA5B0C !important;
}
/* Hide pagination infinite scroll */
.woocommerce-pagination {
visibility: hidden !important;
}
/* Dölj Order Comments-fältet */
#order_comments_field {
    display: none;
}

/* Dölj texten "Ytterligare information" */
.woocommerce-additional-fields {
    display: none;
}