/*
 Theme Name:   Lindo Child
 Theme URI:    https://wordpress.com
 Description:  This is a child theme for Lindo
 Author:       Goalthemes
 Author URI:   #
 Template:     lindo
 Version:      1.0.0
 Text Domain:  lindo-child
*/
.add-fix-top {
    background: #000 !important;
	opacity: 1 !important;
}
.widget-testimonials .w-percent {
    color: #25513D !important;
}

.wishlist-icon .count, .mini-cart .count {
    background: #25513D !important;
}

.megamenu > li:hover > a, .megamenu > li.active > a {
    color: #25513D !important; 
}
.desktop-right{
	text-align: right;
}
  @media (max-width: 991px) {
	.desktop-right{
		text-align: center;
	}
}