@charset "UTF-8";

/* validate the forms */
:root {
  --sidebar-background-hover: #edebe8;
}
.form-validate input.invalid {
	background: #e0a546;
	background: linear-gradient(90deg, rgba(224, 225, 220, 1) 0%, rgba(237, 221, 83, 1) 100%);
}

.form-validate label.invalid {
	color:red; 
	font-weight: bold;
}
 
main ul, h1, h2, h3 {
	/*font-family:  PT Serif,sans-serif;*/

}
main .show_cart .details,
main bottone {
	padding:0 20px;
	color:white;
	line-height: 38px;
	border: 1px solid white;
	background-color: #303033;	
	transition:0.3s ease-in-out all;
	&:hover {
		color:#303033;
		background-color:white;
		text-decoration:underline;
		border-color:#303033;
	}
}
main {
	.proopc-btn {
		padding:6px 10px;
		line-height:38px;
	}
	.proopc-ul li {
		font-size:11pt;
		padding:6px 10px;
		line-height:19px;	
		a {
			display: block;
			&:hover {
				text-decoration:none;
			}
		}
	}
}
main ul {
	list-style-type:none;
	padding-left: 0;
	font-size:12pt;
	li {
		margin-bottom:2px;
		padding:5px;
		border-bottom:1px solid lightgray;
		transition:0.3s ease-in-out all;
		&:hover, &:hover a  {
			background-color: var(--sidebar-background-hover);
			text-decoration:  none; 
		}
	}
}
.vm-product-details-container {
  .quantity-controls.quantity-plus,
  .quantity-controls.quantity-minus
  {
	/*border: 1px solid red;*/
	transition: 0.3s ease-in-out all;
	svg {
    		color:red;
		transition: 0.3s ease-in-out color;
	}
	&:hover {
		background-color:red;
		svg {
			color:white;
		}
	}
  }
  .addtocart-button.btn {

	background-color:red;
	color: white;
        transition: .5s ease-in-out all;
	/*&::before {
		font-family: "Font Awesome 6 Free";
		font-weight: normal;
		font-style: normal;
		line-height: 1;
		content: "\f218";
		color: white;
		transition: 0.3s ease-in-out color;
	} */
	&:hover {
		color: red;
		background-color:white;
	}
  }
  .product-short-description + .row .col-7  {
	width:100% !important;
  }
  .qvariant-radio .form-check {
	padding:0px 20px;
	.form-check-label {
		padding:0 10px;
	}
  }
  .col-auto {
	width:100%;
  }
}

.browse-view {
	.vm-product-grid {
		.PricepriceWithoutTax,
		.PricetaxAmount {
			display: none;
		}
	}
	.virtuemart_search {
		display:none;
		}
	}
}

