/*!
Theme Name: LILT
Theme URI: http://underscores.me/
Author: MazzMedia
Author URI: https://www.mazzmedia.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lilt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

LILT is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.bg-gray-light{
	background-color: #EFEFEF !important;
}
.text-dark{
	color: #747474 !important;
}
.bg-primary{
	background-color: #E30221 !important;
}
.text-primary{
	color: #E30221 !important;
}

.top{ top:0 !important; }
.bottom{ bottom:0 !important; }
.left{ left:0 !important; }
.right{ right:0 !important; }
.absolute-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.absolute-centerY {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.absolute-centerX {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.search-bar{
	padding: 0 5rem;
}
.search-bar input{
	background-color: white;
	border: 1px solid #C3C3C3;
	border-radius: 18px;
	padding: 4px 10px;
}
.search-bar button{
	background-color: transparent;
	border: 0px !important;
	margin-right: 4px;
	margin-top: -2px !important;
}

.nav-item{
	font-size: 13px;
	color: #626262 !important;
}


footer.footer-content {
	border-top: 12px solid #E30221;
	background-image: gray;
	font-size: 14px;
}
footer.footer-content .social-block .social {
	position: relative;
	width: 25px;
	height: 25px;
	background-color: #E30221;
	border-radius: 100px;
}
footer.footer-content .social-block .social i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
footer.footer-content .title-widget {
	color: #333;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 2.8px;
}
footer.footer-content form.newsletter input.form-control {
	border: 1px solid #cbcbcb;
	height: 46px;
	margin: 10px 0px;
	color: #b1b1b1;
	padding: 6px;
	box-shadow: none;
	outline: none;
}
footer.footer-content form.newsletter button {
	letter-spacing: 2.67px;
	box-shadow: none;
	outline: 0;
	margin-top: 5px;
	width: 100%;
}

.thumbnail-image {
    width: 80px;
    cursor: pointer;
}

.prodottoinforight form.cart{
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    padding: 30px;
    border-radius: 30px;
}
.prodottoinforight form.cart .wapf .wapf-field-label{
	font-weight: bold;
	margin-bottom: 5px;
}
.prodottoinforight form.cart .wapf input{
	padding: 5px;
}
.prodottoinforight form.cart .wapf .wapf-field-description{
	text-align: right;
}

.editChose .wapf-radios {
	display: flex;
	gap: 10px;
}

.editChose .wapf-input {
	display: none;
}

.editChose .wapf-input-label {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 20px;
	border: 3px solid transparent;
	border-radius: 8px;
	cursor: pointer;
	font-size: 16px;
	background: #fff;
	transition: all 0.3s ease;

	box-shadow: 0 1rem 2rem rgba(0, 0, 0, .15) !important;
}

.editChose .wapf-input-label:hover {
	border: 3px solid #E30221;
}

.editChose .wapf-checked .wapf-input-label {
	border: 3px solid #E30221;
}

.editChose .wapf-input:checked + .wapf-label-text::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	top: 0;
	left: 0;
	z-index: -1;
}
.wapf-label-text{
	padding: 0px !important;
}

.editChose .wapf-pricing-hint {
	display:none !important;
}  
.editChose .wapf-checkable,
.editChose .wapf-radios{
	width: 100%;
}
.editChose .wapf-checkable .wapf-input-label,
.editChose .wapf-radios .wapf-radio{
	width: 100%;
}
.wapf--inner div:nth-child(0), .wapf--inner div:nth-child(1), .wapf--inner div:nth-child(2) {
    display: none;
}
.wapf--inner div:nth-child(3) span {
    display: none;
}
.wapf--inner div:nth-child(3) span.wapf-grand-total {
	display: block !important;
    font-size: 24px !important;
	border: 2px solid #E30221;
	color: #E30221;
	font-weight: bold;
	padding: 8px 36px;
    border-radius: 10px;
}
.single_add_to_cart_button{
	background-color: #E30221;
	border-radius: 10px;
	color: white !important;
	font-weight: bold;
	border: 0px;
    padding: 12px 30px;
    width: 100%;
}
.single_add_to_cart_button img{
	margin-right: 8px;
}

.woocommerce-product-details__short-description {
    width: 80%;
    color: #747474;
}

.product-availability{
	border: 1px solid #B1AFAF;
    border-radius: 5px;
    padding: 3px 10px 3px 25px;
    display: inline-block;
    margin: 10px 0;
	position: relative;
}
.product-availability:before{
	content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    border-radius: 100%;
}

.product-availability.yes:before {
    background-color: #008000;
}

.product-availability.no:before {
    background-color: red;
}

.product-availability.yes {
    color: #008000;
}

.product-availability.no {
    color: red;
}
.prodottoinforight .product-price-simple {
	display: table-cell !important;
    font-size: 24px !important;
	border: 2px solid #E30221;
	color: #E30221;
	font-weight: bold;
	padding: 8px 36px;
    border-radius: 10px;
}

.description-long{
	background-color: #F5F5F5;
	border-radius:20px;
	padding:25px;
}
.description-long h4{
	margin-top: 20px;
}
.description-long a{
	color: #E30221;
}
.description-long hr{
	border: 1px solid #858585;
	height: 0px !important;
}

.sidebar-wc{
    border: 2px solid #BDBBBB;
    border-radius: 20px;
}

.text-gray-light{
	color: #B9B9B9 !important;
}

.btn-red{
	position: relative;
	border:2px solid #E30221 !important;
	background-color: #E30221 !important;
	color: white !important;
	font-size: 18px;
	border-radius: 10px;
}
.btn-red-space{
	padding-left: 25px;
}
.btn-outline-red{
	position: relative;
	border: 2px solid #E30221 !important;
	background-color: #FFF !important;
	color: #E30221 !important;
	font-size: 18px;
	border-radius: 10px;
}
.btn span:before{
	content: '+';
	font-size:28px;
	position: absolute;
	top: -1px;
    left: 20px;
}

.productbox .add-cart-product{
	display: none;
}
.productbox:hover .add-cart-product{
	display: block;
}
.productbox .box{
	min-height: 400px;
}

ul.wc-block-product-categories-list{
	padding-left: 20px;
	list-style: none;
}
ul.wc-block-product-categories-list li{
	margin: 6px 0;
}
ul.wc-block-product-categories-list li a{
	color: black !important;
	text-decoration: none !important;
}

.wc-block-cart__submit-container,
.wc-block-components-checkout-place-order-button{
	background: #E30221;
    border-radius: 10px !important;
    margin-top: 10px;
}
.wc-block-cart__submit-container a,
.wc-block-components-checkout-place-order-button span{
	color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
}

.flex-control-thumbs{
	list-style: none;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
}
.flex-control-thumbs li{
	padding: 5px;
    border: 1px solid black;
    margin-right: 8px;
	margin-top: 10px;
}
.flex-control-thumbs li img{
	width:75px;
}

.quantity-input {
    display: flex;
    align-items: center;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    background: white;
    border: 0px;
    border-radius: 5px;
    width: fit-content;
}

.quantity-btn {
    background: none;
    border: none;
    font-size: 20px;
    padding: 5px 10px;
    cursor: pointer;
}

.quantity-btn:hover {
    color: #0071a1;
}

.quantity-input input {
    width: 90px;
    text-align: center;
    border: none;
    font-size: 18px;
    outline: none;
}
input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

.woocommerce-message{
	padding: 12px 20px;
    color: white;
    border-radius: 10px;
    margin-bottom: 30px;
	outline: none !important;
	border: 0px !important;
}
.woocommerce-message a {
	color: white;
	font-weight: bold;
}

.woocommerce-product-gallery__trigger {
    display: none !important;
}


.editChose .wapf-radios .wapf-radio {
    flex: 1 1 25%;
}
.editChose .wapf-radios {
    flex-wrap: wrap;
}

.donation{
	display: none !important;
}



.block-donation{
	border-radius: 12px;
}
.donation-single{
	border-radius: 8px;
	border: 2px solid transparent;
	cursor: pointer;
}
.donation-single.active{
	border: 2px solid #E30221;
	color: #E30221;
	font-weight: bold;
}

div[data-product-sku="checkout-donation-product"] .cart-quantity {
    display: none;
}
div[data-product-sku="checkout-donation-product"] .cart-item-total{
	margin-left: 0px;
}

.woocommerce-info {
	background-color: #e6e6e696 !important;
    padding: 5px 10px;
    border-radius: 9px;
	color: #E30221;
}


.logo-icon {
	height: 30px;
}