/**************************************************/
/**************************************************/
/********************CUSTOM************************/
/**************************************************/
/**************************************************/

.btn-whatsapp{
	background-color: #25d366;
	color: #fff;
	border-radius: 5px;
	    padding-top: 5px;
}

.btn-whatsapp-nr{
	background-color: #25d366;
	color: #fff;
}

#fixed-menu{
	/* top: -155px; */
	position: fixed;
	transition: top 0.5s ease; /* Transición suave */
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

#fixed-menu.show {
    top: 0;
}

a .ml-5{
	margin-left: 5px;
}

.product-img{
	min-height: 200px;
}

.text-post-footer{
	font-size: .7rem;
}

.switch-field {
  display: flex;
  margin-bottom: 36px;
  overflow: hidden;
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin-right: -1px;
  border: 1px solid #dfdfdf;
  /* box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1); */
  transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #e6e6e6;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

