/*
Theme Name: Zoocasearia Mezzadri
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: Switchup
Author URI:  https://www.switchup.it
Template: salient
Version: 1.0
*/

:root {
	--blue: #203d99
 	--yellow: #fbde15;
}

body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .nectar-woo-carousel-top,
body h5,
.row .col h5 {
	text-transform: none !important;
}

.ug-numbered-list .nectar-icon-list-item .list-icon-holder {
	background-color: var(--nectar-extra-color-1) !important;
	color: var(--nectar-accent-color) !important;
}

.tax-product_cat #page-header-bg h1,
.tax-product_cat #page-header-bg .subheader{
	color: #ffffff !important;
}

@media screen and (min-width: 1000px) {
	.archive div#page-header-wrap,.archive div#page-header-bg {
		height: 500px !important;
	}
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
}

.whatsapp-float img {
  width: 35px;
  height: 35px;
  margin-top: 13px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}
