/*
Theme Name:   Twenty Twenty-three Child-1
Theme URI:    https://igosalesandmarketing.com/
Description:  A Twenty Twenty-three child theme 
Author:       iGo Sales and Markeitng, Inc.
Author URI:   https://igosalesandmarketing.com
Template:     twentytwentythree
Version:      1.1.3
Text Domain:  twentytwentythreechild
*/
.no-space{
	margin-top:0px !important;
	margin-bottom:0px !important;
}
/* search button */
.gspro-o-search > .gspro-o-button {
    /* this property changes the background color of the targetted element */
    background: #8B95C9 !important;
    
    /* this property changes the text color of the targetted element */
    color: white !important; 
}

/* filter button */
.gspro-c-item-gallery__toggle-filters  {
    background: #8B95C9 !important;
}

/* category button - mobile only */
.gspro-c-item-gallery__toggle-category {
    background: #8B95C9 !important;
}

/* card add button color */
gspro-item-card .gspro-o-card__add button {
    background: #8B95C9 !important;
}

/* card add icon color */
.gspro-c-item-card__add use {
    fill: white !important;
}

/* category text color */
.gspro-o-category {
    color: purple !important; 
}

/* category count badge text color */
.gspro-u-badge {
    color: #8B95C9 !important;
}

/* wishlist 'cart' count badge*/
gspro-wishlist .gspro-c-wishlist__count {
    background: yellow !important;
    color: purple !important;
}

/* wishlist heart icon color */
gspro-wishlist[data-mode="collapse"] use {
    fill: white;
}

/* wishlist heart 'cart' background */
.gspro-c-wishlist__trigger {
    background: #8B95C9 !important;
}
/**add to wishlist button on card***/
button.gspro-o-button {
    background: #8b95c9 !important;
}
footer h5 {
    color: #78163D;
}
footer .acf-location {
    margin-bottom: 15px;
}
p:hover {
    text-decoration: none;
}
.product-info h3 {
    color: #8B95C9 !important;
    line-height: 1.7 !important;
	font-weight:600 !important;
}
/****move button up to accommodated back to top****/
gspro-wishlist {
    bottom: calc(55px * 2) !important;
}