/*
 Theme Name:   Monkee Koffee Theme
 Description:  Tema de apariencia sobre Total
 Author:       Monkee Koffee
 Template:     Total
 Version:      1.0.000001
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  monkee-koffee-theme
*/
/* ----------------------------------------------------------------------------------------------- */
/* -----------------                        HOME PAGE                      ----------------------- */
/* ----------------------------------------------------------------------------------------------- */
/*slider product home*/
#homeProductSlider{
	padding: 0 16px;
}
#homeProductSlider .owl-nav__btn {
	margin-top:-65px;
}


/* ----------------------------------------------------------------------------------------------- */
/* -----------------                      PRODUCT PAGE                     ----------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* section card in product page*/
#pango-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    column-gap: 20px  ;
    row-gap: 20px;

}
.pango-card{
    text-align: center;
}

#pango-cards img{
    height: 60px;
}

.vcex-toggle-group--w-borders .vcex-toggle {
	border-top: 0px!important;
}
 


