/*
 Theme Name:   Kuteshop Child
 Theme URI:    http://kuteshop.kutethemes.net/
 Description:  Kuteshop Child Theme
 Author:       KuteThemes
 Author URI:   http://kutethemes.net/
 Template:     kuteshop
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, translation-ready
 Text Domain:  kuteshop-child
*/

.centiva-hidden{display:none!important;}

div#espa-banner {
    position: fixed;
    z-index: 9999999;
    bottom: 15px;
    padding: 5px;
    left: 15px;
    box-shadow: 0 0 8px #0000004d;
    background-color: #fff;
	-webkit-transition: visibility 1s ease-in-out,opacity .5s ease-in-out;
    transition: visibility 1s ease-in-out,opacity .5s ease-in-out;
	display:flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}
.hide-banner{
	visibility:hidden;
	opacity:0;
}
.centsocials {
    margin-top: 5px;
}

.cc-color-override--424994553 .cc-btn {
    background-color: #8dc63f!important;
}

.block-minicart .link-dropdown .count {
    background-color: #8dc63f!important;
    border-color: #8dc63f!important;
}

a.action.logout, .head-menu-mobile .action {
    background-color: #797676!important;
}
.head-menu-mobile .name{
    background-color: #797676!important;
}
.flash>.onnew {
    background-color: #8dc63f!important;
}
.widget_product_categories .cat-item>.count {
    color: #797676!important;
}
.shop_table th {
    color: #797676!important;
}
#cboxClose {
    color: #000!important;
    background-color: white;
}
.added_to_cart, a.button, button, input[type=submit] {
    background-color: #8dc63f!important;
}