/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* 
- Base CSS 
- HEADER
- FOOTER
- TYPOGRAPHY - Title
- MAILCHIMP PLUGIN STYLE
- CHANGELOG TEMPLATE  (tables)
___________________________

- NEW - Woocommerce Style

- SINGLE PRODUCT
- Grid For woocommerce
- display: none
- Woocommerce Style 
-- Single Product
-- Scelta radio
-- Price
-- Border Color
-- Single Product Page
- CART
- PRIVACY
- CROSS SELLING
- SHOP AJAX 2023

- LICENCE STYLE
- CONTACT FORM
-- CHECK BOX 
-- COLORI CONTACT FOR RESPONS ERROR

- BLOG
- Gutenberg
- COOKIES YES PLUGIN
*/


/* =============================================
    Base CSS 
================================================ */
:root {
	--bg-site: #fff;
    --base: #000;
    --a: #6966ff;
    --a-hover: #fff;
   
}



/*  A color & Hover */

a {
  background-color: transparent;
  text-decoration: none;
  color: var(--a); 
}
  a:hover, a:active {
    color: var(--a-hover);
  }
    

/*  Font */

font-family: Items-Light
font-family: Items-CondensedThinItalic


/* =============================================
    HEADER
================================================ */

.elementor-menu-cart--items-indicator-bubble
  .elementor-menu-cart__toggle
  .elementor-button-icon[data-counter]:before {
  top: 0.7em !important;
  right: -1.5em !important;
  font-size: 12px !important;
}

/* =============================================
    MEGAMENU
================================================ */

/* ul.sub-menu.megamenu {
    background: #aaa;
} */

ul.sub-menu.megamenu.elementor-nav-menu--dropdown {
  width: 100vw !important;
  box-sizing: border-box !important;
}

/*
   Shop Login/My-Account
======================== */

.sas-cart_wrap_container {
  display: flex;
}
.wrap_login {
  position: relative;
  display: flex;
  align-items: center;
}

.wrap_login:hover .sub-login-menu {
  opacity: 1;
  visibility: visible;
  text-align: left;
  margin: 0rem 0rem 0rem -1.25rem;
}

.cart-login a {
  cursor: pointer;
}

/* =============================================
    FOOTER
================================================ */

.elementor-element.elementor-element-78df894b .elementor-field-subgroup label {
  font-size: 0.75rem !important;
  color: #272727;
}

/* =============================================
    TYPOGRAPHY - Title
================================================ */

.page_title h1,
.page_title h2 {
  color: #272727;
  font-size: 2.5rem;
  letter-spacing: 0rem;
  line-height: 3.4375rem;
}
header.page-header {
  padding-top: 75px;
  padding-bottom: 75px;
}
header.page-header h1 {
  font-size: 2.5rem;
  letter-spacing: 0rem;
  line-height: 3.4375rem;
}
.woocommerce table.shop_table td a {
  color: #333;
  font-size: 18px;
}



/*
| ====================================================================
| = MAILCHIMP PLUGIN STYLE POP UP
*/


#pop_sub20 #mc_sparrow_style1 input {
  border: 1px solid #000;
  color: #000;
}

#pop_sub20 #mc_sparrow_style1 input::placeholder 
{color: #000;}
#pop_sub20 #mc_sparrow_style1 input ::-webkit-input-placeholder
{color: #000;}
#pop_sub20 #mc_sparrow_style1 input :-ms-input-placeholder
{color: #000;}
#pop_sub20 #mc_sparrow_style1 input :-moz-placeholder
{color: #000;}
#pop_sub20 #mc_sparrow_style1 .mc-field-group.input-group {
  color: #000;
}

@media screen and (max-width: 768px) {

#pop_sub20 #mc_sparrow_style1 input::placeholder 
{font-size: 14px;}
#pop_sub20 #mc_sparrow_style1 input ::-webkit-input-placeholder
{font-size: 14px;}
#pop_sub20 #mc_sparrow_style1 input :-ms-input-placeholder
{font-size: 14px;}
#pop_sub20 #mc_sparrow_style1 input :-moz-placeholder
{font-size: 14px;}
#pop_sub20 #mc_sparrow_style1 .mc-field-group.input-group {
{font-size: 14px;}
}

}





#pop_sub20 #mc_sparrow_style1 input[type="submit"] {
	background: transparent;
	color: #000;
}
#pop_sub20 #mc_sparrow_style1 input[type="submit"]:hover {
color: #fff;
background: #4F65D4 !important;
}
#pop_sub20 #mc_sparrow_style1 p, 
#pop_sub20 #mc_sparrow_style1 p label  {
  color: #000;
}
#pop_sub20 #mc_sparrow_style1 p a, 
#pop_sub20 #mc_sparrow_style1 p label a  {
  color: #4F65D4 !important;
}

/*
| ====================================================================
| = MAILCHIMP PLUGIN STYLE
*/

#mc_sparrow_style1 {
  padding: 0;
}

#mc_sparrow_style1 input {
  border: 1px solid #fff;
  font-size: 20px;
  margin-bottom: 10px;
  padding: 20px 30px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background: transparent;
  color: #ffdada;
}

#mc_sparrow_style1 input::placeholder 
{color: #fff;}
#mc_sparrow_style1 input ::-webkit-input-placeholder
{color: #fff;}
#mc_sparrow_style1 input :-ms-input-placeholder
{color: #fff;}
#mc_sparrow_style1 input :-moz-placeholder
{color: #fff;}
@media screen and (max-width: 768px) {
	#mc_sparrow_style1 input::placeholder 
	{font-size: 14px;}
	#mc_sparrow_style1 input ::-webkit-input-placeholder
	{font-size: 14px;}
	#mc_sparrow_style1 input :-ms-input-placeholder
	{font-size: 14px;}
	#mc_sparrow_style1 input :-moz-placeholder
	{font-size: 14px;}
}






/* Form field */
#mc_sparrow_style1 .mc-field-group.input-group {
  font-size: 20px;
  color: #fff;
}

/* Subscribe */
#mc_sparrow_style1 input[type="submit"] {
	position: absolute;
	background: #ffdada;
	color: #000;
	cursor: pointer;
	width: 30%;
    padding: 20px 1px;
    border: none;
    top: 0px;
    font-size: 20px;
    right: 0;
}
@media screen and (max-width: 768px) {
	#mc_sparrow_style1 input[type="submit"] {
    	padding-right: 5px;
    	width: 40%;
	}
}

#mc_sparrow_style1 input[type="submit"]:hover {
color: #000;
border: none;
background: #ffdada !important;
}

/* Privacy Policy */
#mc_sparrow_style1 p, 
#mc_sparrow_style1 p label  {
  font-size: 10px !important;
  color: #fff;
}
#mc_sparrow_style1 p a, 
#mc_sparrow_style1 p label a  {
  color: #ffdada !important;
}
#mc_sparrow_style1 p input[type="checkbox"] {
  font-size: 15px !important;
}


/* Privacy Policy Stile checkbox */
#mc_sparrow_style1 p input[type="checkbox"]:not(old) {
}
#mc_sparrow_style1 p input[type="checkbox"]:checked:not(old) + label:before {
  content: "\f111"; /* f058 */
  color: #4F65D4;
}
#mc_sparrow_style1 p input[type="checkbox"]:not(old) + label:before{
  content: "\f111";
  font-family: FontAwesome;
  font-size: 1.3rem;
  padding-right: 8px;
  color: #e4e4e4;
}



/* AI */
label.checkbox-icon {
  display: flex;
  align-items: center;
}
.checkbox-icon input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.checkbox-icon i:before {
  font-family: "FontAwesome";
  content: "\f111";
  font-size: 15px;
  padding-right: 8px;
  color: #e4e4e4;
}
.checkbox-icon input[type="checkbox"]:checked + i:before {
  color: #4F65D4;
}


/* MAILCHIMP Style error response */
.mc4wp-response .mc4wp-alert.mc4wp-error p {
	font-size: 20px;
	margin: 30px 0;
	padding: 20px 30px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background: red;
	color: #fff;	
}


/* MAILCHIMP Style Succes response */
#mc_sparrow_style1 #mce-success-response {
  color: #000;
  font-family: satoshi, times new roman;
  font-weight: normal;
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 25px;
}
#mc_sparrow_style1 [for="mce-EMAIL"].mce_inline_error,
#mc_sparrow_style1 [for="MMERGE3"].mce_inline_error {
  font-family: satoshi, times new roman;
  font-weight: normal;
  font-size: 11px;
  text-transform: uppercase;
  color: #a50000;
  margin-bottom: 30px;
  margin-left: 15px;
}

/*
| ====================================================================
| = CHANGELOG TABLE (WP themes)
| ====================================================================
*/

/* Table */
.elementor-widget-container table,
.container table,
.post table {
  width: 100%;
  margin-bottom: 22px;
  border-collapse: collapse;
  border-collapse: separate;
  text-indent: initial;
  border-spacing: 2px;
}
.elementor-widget-container table.chengelog th {
  font-weight: 500;
}
.elementor-widget-container td,
.elementor-widget-container th,
.post td,
.post th {
  padding: 12px;
}
.elementor-widget-container th,
.elementor-widget-container .main_content th,
.elementor-widget-container .container th,
.elementor-widget-container .post th {
  font-size: 14px;
  background: #f5f5f5 !important;
  display: table-cell;
  vertical-align: inherit;
  text-align: -internal-center;
}
.elementor-widget-container td {
  display: table-cell;
  vertical-align: inherit;
  text-align: -internal-center;
}
.elementor-widget-container table.chengelog {
  width: 100%;
  margin-bottom: 22px;
  border-collapse: collapse;
  border-collapse: separate;
  text-indent: initial;
  border-spacing: 2px;
}
.elementor-widget-container table.chengelog td ul {
  display: block;
}
.elementor-widget-container table.chengelog td ul li {
  list-style-position: inside;
  list-style: none;
}
table.chengelog td ul li::before {
  content: "- ";
  color: #000;
}
.elementor-widget-container table tbody > tr:nth-child(odd) > td,
.elementor-widget-container table tbody > tr:nth-child(odd) > th {
  background-color: #fff;
}

/*
| ====================================================================
| =  NEW - Woocommerce Style
| ====================================================================
*/

/* =============================================
    SINGLE PRODUCT
================================================ */

.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce
  div.product.elementor
  .woocommerce-variation-add-to-cart
  .quantity
  input {
  display: none;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {
  border: none !important;
  padding: 0 !important;
}

/*
| ===================================================================
| ======  Grid For woocommerce
| ===================================================================
*/

@media (min-width: 990px) {
  body:not([class*="elementor-page-"]) .site-main {
    max-width: 950px;
  }
}

@media (min-width: 1200px) {
  body:not([class*="elementor-page-"]) .site-main {
    max-width: 1215px;
  }
}

/*
| ====================================================================
| =  display: none
| ====================================================================


/* Shipping*/
.woocommerce ul.products li.product .button,
th.product-quantity,
.quantity,
.product-quantity,
th.product-subtotal,
.product-subtotal,
.woocommerce ul.products li.product .button,
.woocommerce.shop-page .star-rating,

/*.product_meta,*/

.single-product .quantity,
.single-product .quantity .qty,
.woocommerce div.product form.cart .variations td.label,
.woocommerce div.product form.cart .reset_variations,
input.button[name="update_cart"],
.woocommerce-info,
.woocommerce-ordering,
.woocommerce-result-count,
.woocommerce ul.products li.product a .price,
.woocommerce-message .wc-forward,
ul.woocommerce-error li a,
.payment_method_paypal .about_paypal,
.order-again,
.woocommerce-customer-details,
.woocommerce-ordering,
button[name="update_cart"],
.woocommerce-customer-details {
  display: none !important;
}

/*
| ====================================================================
| =  Woocommerce Style 
| ====================================================================
*/

/*  input */
#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*  Button */
.woocommerce button.button,
.woocommerce ul.products li.product .button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce input.button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce a.button {
  display: inline-block;
  text-align: center;
  font-style: normal;
  outline: none;
  border-radius: 5rem !important;
  line-height: 0.875rem;
  font-size: 20px;
  opacity: 1;
  background-color: #272727 !important;
  background: #272727;
  color: #fff;
  border: 1px solid #272727;
  font-weight: normal;
  margin-bottom: 0.625rem;
  padding: 1.1rem 1.3125rem !important;
  
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transform: translateZ(0);
  background-color: transparent;
}

.woocommerce button.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  opacity: 0.9;
  color: #fff !important;
  border: 1px solid #272727;
  background-color: #272727 !important;
}

.woocommerce button.button.alt.disabled {
  opacity: 0.4;
  color: #272727;
}
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding: 18px 35px;
}

/*
| ====================================================================
| =  -- Single Product Page
| ====================================================================
*/

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 56%;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 35%;
}

@media (max-width: 768px) {
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 100%;
  }
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100%;
  }
}

.woocommerce div.product div.summary {
  margin-bottom: 3em;
}

.woocommerce div.product .product_title {
  font-size: 3.5rem; /*40px*/
  line-height: 3.5rem;
  color: #272727;
  margin-bottom: 5px;
}
.woocommerce .sub_product_title {
  font-size: 11px;
  color: #272727;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.woocommerce-product-details__short-description {
  margin-bottom: 20px;
}
.woocommerce-product-details__short-description p {
}
.woocommerce-variation {
  margin-bottom: 30px;
}
.single_add_to_cart_button {
  float: none !important;
  width: 80% !important;
  margin: 0px !important;
}

/* scelta radio ==============*/

.woocommerce div.product form.cart .variations {
  background: transparent !important;
  margin-bottom: 0px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  line-height: 25px;
  background: transparent !important;
}
.woocommerce div.product form.cart .variations td.value div {
  margin-bottom: 0;
}



input[type="radio"]:not(old) {
  width: 0;
  opacity: 0;
}

input[type="radio"]:checked:not(old) + label:before,
input[type="checkbox"]:checked:not(old) + label:before,
input[type="radio"]:checked:not(old) + .wpcf7-list-item-label:before,
input[type="checkbox"]:checked:not(old) + .wpcf7-list-item-label:before {
  content: "\f111"; /* f058 */
  color: #4F65D4;
}

input[type="radio"]:not(old) + label:before,
input[type="checkbox"]:not(old) + label:before,
input[type="radio"]:not(old) + .wpcf7-list-item-label:before,
input[type="checkbox"]:not(old) + .wpcf7-list-item-label:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 1.3rem;
  padding-right: 8px;
  /*position: relative;
    bottom: -5px;*/
  color: #e4e4e4;
}

.variations tbody tr.attribute-licence-type td.value {
	background: var(--bg-site);
}


/* Meta - tag categories - SKU ============== */

.product_meta span.sku_wrapper,
.product_meta span.detail-label,
.product_meta .posted_in.detail-container {
	display: none;
}


a[rel=tag] {
	border: 1px solid var(--base);
    border-radius: 30px;
    padding: 12px 25px;
    text-transform: capitalize;
    font-size: 20px;
    color: var(--base) !important; 
    line-height: 57px;

}
a[rel=tag]:hover {
	border: 1px solid var(--a);
    color: var(--a) !important; 
}
/* Prodotto GRATUITO con ACF ==============*/

.wrap_free_box {
	width: 100%;
	text-align: center;
}

.wrap_free_box h2 {
	margin-bottom: 20px;
	font-size: 18px !important;
}

.wrap_free_box a {
	margin-bottom: 30px !important;
	font-size: 18px !important;
}

/* Price ============== */
.woocommerce div.product p.price {
  margin-bottom: 50px;
}

.woocommerce-Price-currencySymbol {
  margin-right: 5px;
}

.woocommerce #primary textarea,
.woocommerce #primary input {
  border: 2px solid;
  border-radius: 0;
}
.product-type-variable .price {
  display: none;
}

/* Border Color ============== */
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #primary textarea,
.woocommerce #primary input,
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border-color: #222222;
}
.woocommerce .woocommerce-message,
.woocommerce-message,
ul.woocommerce-error,
.woocommerce-MyAccount-content
  .woocommerce-Message.woocommerce-Message--info.woocommerce-info {
  border-top: 1px solid;
  border-color: #f1f1f1 !important;
  border-top-color: #f1f1f1 !important;
  text-align: center;
  background-color: #fff;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 2em 2em 2em 3.5em;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  position: initial;
  margin-right: 0.5rem;
}

.woocommerce div.product form.cart .button {
  vertical-align: inherit;
  margin-left: 0px;
  margin-right: 30px;
  margin-top: -10px;
}

.woocommerce table.my_account_orders .order-actions .button {
  padding: 1.5em;
}
.woocommerce input.button {
  border-radius: 0;
  color: #fff;
  background-color: #222;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: #fff;
  opacity: 1;
}

.woocommerce .button:hover .woocommerce ul.products li.product .button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce a.button:hover,
.woocommerce #review_form #respond .form-submit input:hover {
  color: inherit;
  outline: none;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transform: translateZ(0);
  background-color: transparent;
}

.woocommerce .woocommerce-message {
  background: #fff;
  border-top-color: inherit;
}

/*Shop page*/
/*Add controls for masonry sorting*/
.filters-button-group {
  text-align: center;
  margin: 3em auto;
}

.filters-button-group button {
  background: none;
  color: #222;
  margin: 0;
  padding: 8px 12px;
  position: relative;
  font-size: 0.75em;
}

.filters-button-group button:hover,
.filters-button-group button:active,
.filters-button-group button:focus,
.filters-button-group .is-checked {
  background: #272727;
}

.filters-button-group button:after {
  content: "\f106";
  font-family: FontAwesome;
  font-size: 20px;
  color: #222;
  display: block;
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  opacity: 0;
}

.filters-button-group button:hover:after {
  bottom: -30px;
  opacity: 1;
}

/* Column category page */
.woocommerce .shopcolumns_2 ul.products li.product,
.woocommerce-page .shopcolumns_2 ul.products li.product {
  width: 47%;
  margin-right: 6%;
  margin-bottom: 50px;
  clear: none;
}

.woocommerce .shopcolumns_3 ul.products li.product,
.woocommerce-page .shopcolumns_3 ul.products li.product {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 50px;
  clear: none;
}
@media (max-width: 768px) {
  .woocommerce .shopcolumns_3 ul.products li.product,
  .woocommerce-page .shopcolumns_3 ul.products li.product {
    width: 44%;
    margin-right: 3%;
    margin-left: 3%;
    min-height: 165px;
  }
  .woocommerce ul.products {
    padding: 0;
    list-style: none outside;
    clear: both;
    margin-right: -3%;
    margin-left: -3%;
  }
}

.single-product.woocommerce .shopcolumns_3 ul.products li.product,
.single-product.woocommerce .shopcolumns_2 ul.products li.product {
  margin-right: 2%;
}

.woocommerce .shopcolumns_3 ul.products li.last,
.woocommerce-page .shopcolumns_3 ul.products li.last,
.single-product.woocommerce .shopcolumns_3 ul.products li.last,
.woocommerce .shopcolumns_2 ul.products li.last,
.woocommerce-page .shopcolumns_2 ul.products li.last,
.single-product.woocommerce .shopcolumns_2 ul.products li.last {
  margin-right: 0;
}

.woocommerce ul.products li.product h3 {
  padding: 0.5em 0 0;
  font-size: 0.9em;
}

.woocommerce ul.products li.product .price {
  font-size: inherit;
}

.woocommerce ul.products li.product .button {
  margin-top: 1em;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  background: #fff;
  color: inherit;
  margin-right: 0.2em;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: none;
  color: inherit;
}

.gutter-sizer {
  width: 2%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
h2.woocommerce-loop-product__title {
	font-size: 20px;
	padding: 0;
	align-content: center;
	display: grid;
	margin-bottom: 5px;
	
    }

h2.woocommerce-loop-product__title {
  float: left;
}
.woocommerce ul.products li.product .price {
  float: right;
}

/* Single Product Page ============= */

.woocommerce span.onsale {
  font-family: "Items-CondensedThinItalic", Sans-serif;
  margin: -0.5em 0.1em 0 0 !important;
  padding: 7px;
  font-size: 25px;
  position: absolute;
  top: -0.5em;
  left: -0.5em;
  background-color: transparent;
  color: var(--a); 
}

.product-type-variable .woocommerce-variation-price .price {
  display: block;
}

/*
.woocommerce.single-product div.product {
    margin-top: 110px ;
}
*/
.woocommerce .summary.entry-summary {
  margin-top: 0;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: inherit;
  font-size: 70px;
  font-family: "Items-CondensedThinItalic", Sans-serif;
  padding: 0;
  text-align: center;
  
}

.woocommerce .quantity .qty {
  min-height: 37px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  background: none;
  border-radius: 0;
  border-width: 2px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-info:before,
.woocommerce ul.products li.product .price,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce table.shop_table th,
.woocommerce th,
.woocommerce table strong,
.woocommerce form .form-row .required {
  color: inherit;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.6em;
  font-weight: bold;
  margin: 0.3em 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border-width: 2px;
  border-radius: 0;
}

.woocommerce #reviews #comments ol.commentlist li .meta {
  color: inherit;
}

.woocommerce .comment-respond input[type="text"] {
  width: 49%;
}

.woocommerce .comment-respond input[type="text"]#email {
  width: 49%;
  margin-right: 0;
}

.related.products {
  display: none;
}

/* =============================================
    - CART
================================================ */

/* === Grid Layout === */
.woocommerce-cart .woocommerce {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  flex-basis: 100%;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form {
  width: 60%;
  margin-bottom: 100px;
  margin-top: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals {
  width: 35%;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 90%;
  box-sizing: border-box;
  padding: 0 0 0 65px;
}
@media (max-width: 1000px) {
  .woocommerce-cart .woocommerce form.woocommerce-cart-form,
  .woocommerce-cart .woocommerce .cart-collaterals,
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
  }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals,
  .woocommerce-cart .woocommerce form.woocommerce-cart-form {
    padding: 0;
    margin-bottom: 40px;
  }
}

/* === Table === */
table td,
table th {
  border: none !important;
}
.woocommerce table.shop_table td {
  padding: 0px;
  line-height: 60px;
}
.woocommerce table.shop_table.woocommerce-cart-form__contents thead tr th,
tr.woocommerce-cart-form__cart-item.cart_item td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
tr.cart-subtotal th,
tr.cart-subtotal td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

table.shop_table tbody > tr:nth-child(odd) > td,
table.shop_table tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}
table.shop_table tbody tr:hover > td,
table.shop_table tbody tr:hover > th {
  background-color: transparent;
}
@media (max-width: 1200px) {
  td.product-thumbnail img {
    padding-right: 10px;
  }
}
td.actions {
  padding: 0px;
}
.woocommerce a.remove {
  color: #a9a9a9 !important;
}
.woocommerce a.remove:hover {
  background: transparent !important;
  color: #272727 !important;
}
.woocommerce table.shop_table {
  border: none;
}
tr.woocommerce-cart-form__cart-item.cart_item {
  height: 170px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 110px;
  border-radius: 10px;
}
.product-thumbnail a {
  line-height: 0px;
  display: block;
}
.woocommerce table.shop_table th {
  padding: 9px 0px;
  text-transform: uppercase;
  font-size: 12px;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  line-height: 1.5em;
}

a.checkout-button {
	margin-top: 15px !important;
}
.checkout-button,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  margin: 25px 0 15px;
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table td {
  vertical-align: middle;
  padding: 30px 0px;
  font-size: 20px;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  margin-bottom: 0;
}

@media (max-width: 769px) {
  .woocommerce .cart .button,
  .woocommerce .cart input.button {
    margin-top: 0px;
  }
  .woocommerce .cart .button,
  .woocommerce .cart input.button {
    margin-left: 0px;
    position: relative;
  }
}

tr.tax-rate th small {
  display: block;
}

/* ===== CART TOTAL ====== */
.cart_totals h2 {
  font-size: 20px !important;
  line-height: 1.5625rem !important;
  font-weight: 500 !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  width: 64% !important;
}

.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0;
    font-weight: 400;
    font-size: 20px;
}

/* ===== DISCOUNT MAKE YOUR OWN BUNDLE ====== */

tr.cart-discount {
	position: relative !important;
}
tr.cart-discount.coupon-discount {
	position: relative;
}
.cart-discount::after {
content: "Deal Done!";
    padding: 2px 8px;
    font-size: 13px;
    background: #4F65D4;
    border-radius: 50px;
    position: absolute;
    /* transform: rotate(-15deg); */
    left: 0;
    top: 87%;
    color: #fff;
}


/* ===== COUPON ====== */
.coupon .button {
  height: 54px;
}
.coupon {
  margin-top: 50px;
  display: flex;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
 padding: 13px 23px 13px;
    font-size: 20px;
    color: #272727;
    border-radius: 50px;
    margin-right: 30px;
}
@media (max-width: 769px) {
  .coupon {
    margin-top: 0;
    display: flex;
  }
  tr.woocommerce-cart-form__cart-item.cart_item {
    height: 130px;
  }
  .cross-sells {
    display: none;
  }
}

/* === Cross-sells === */

.cross-sells {
	margin-top: 35px !important;
}
.cross-sells ul.products li.product a.product_type_variable {
    display: none !important;
}
.cross-sells ul.products li.product a {
    width: 100% !important;
}
.cross-sells ul.products li.product .button {
    bottom: -65px !important;
    background: transparent !important;
    border: 1px solid #000 !important;
    left: unset !important;
    font-size: 18px;
}

/* === Cart responsive === */


@media (max-width: 770px) {
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	    background-color: #fff !important;
	    margin-top: 50px !important;
	}
	.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
	    padding: 30px 0 !important;
	}
}

/* =============================================
    CHECK OUT
================================================ */

/* === Layout === */

.woocommerce-checkout .woocommerce {
 
}

@media (min-width: 1023px) {
  #customer_details {
    width: 58%;
    float: left;
  }
  #order_review_heading {
    width: 37%;
    float: left;
    margin-left: 5%;
    margin-bottom: 30px;
  }
  #order_review {
   width: 37%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 60px;
    background: var(--Woo-Box-Bg);
    margin-left: 5%;
    border: solid 1px #000;
    border-radius: 50px;
    padding: 50px;
  }
  form.checkout.woocommerce-checkout {
    margin-top: 60px;
  }
}

.col2-set#customer_login {
	width: 65%;
    display: flex;
}
#customer_login .u-column1.col-1 {
	margin-right: 15%;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  width: 100%;
}

.woocommerce-checkout .woocommerce .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle {
  flex-basis: 100%;
}

.woocommerce form .form-row {
  margin-bottom: 30px;
}

/* ===== Check Out (your order) ====== */

p#billing_address_1_field {
  margin: 0 0 10px;
}
#customer_details h3,
h3#order_review_heading {
  margin-bottom: 30px;
  font-size: 20px !important;
  line-height: 1.5625rem;
}
#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0;
  font-size: 14px;
}

a.about_paypal,
a.woocommerce-terms-and-conditions-link {
  color: #272727 !important;
}
a.woocommerce-terms-and-conditions-link:hover {
  color: #00d878 !important;
}

.woocommerce
  table.woocommerce-checkout-review-order-table
  tbody
  td.product-total,
.woocommerce
  table.woocommerce-checkout-review-order-table
  tbody
  td.product-name {
  border: none;
}
.woocommerce
  table.woocommerce-checkout-review-order-table
  tbody
  td.product-name {
  font-size: 18px !important;
}

.woocommerce table.shop_table tbody {
  margin-bottom: 30px;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  width: 100%;
  margin-top: 30px;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background: transparent;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0px;
}

.woocommerce-page
  form
  .form-row
  label.checkbox.woocommerce-form__label-for-checkbox {
  font-size: 11px;
}

p.form-row.terms.wc-terms-and-conditions {
  margin-bottom: 0px;
}

/* Sub Total */


.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	font-weight: 400;
	font-size: 18px;
}

.shop_table tr td {
  font-size: 1rem;
}
.woocommerce
  .shop_table.woocommerce-checkout-review-order-table
  tfoot
  tr:first-child
  td,
.woocommerce-page
  .shop_table.woocommerce-checkout-review-order-table
  tfoot
  tr:first-child
  td,
.woocommerce
  .shop_table.woocommerce-checkout-review-order-table
  tfoot
  tr:first-child
  th,
.woocommerce-page
  .shop_table.woocommerce-checkout-review-order-table
  tfoot
  tr:first-child
  th {
  padding-top: 40px;
  padding-bottom: 20px;
}
.woocommerce table.shop_table tr.cart-subtotal td {
  line-height: 0px;
}

/* Total */
.woocommerce-page
  .shop_table.woocommerce-checkout-review-order-table
  tfoot
  .order-total
  .amount {
  font-size: 25px;
  font-weight: 700;
}
.woocommerce table.shop_table tr.order-total th {
  line-height: 60px;
  font-size: 24px;
  font-weight: 700;
}


#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
     padding: 0;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 0;
    margin-top: 20px;
}

/* ===== Radio button pay-metod ====== */
li.wc_payment_method label:before {
  position: relative !important;
  margin-left: 0px !important;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0;
    padding-bottom: 30px;
}

/* ===== Stripe Style ====== */


.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    padding: 20px 20px !important;
    border-radius: 50px !important;
}
#add_payment_method #payment ul.payment_methods li .stripe-credit-card-brand, .woocommerce-checkout #payment ul.payment_methods li .stripe-credit-card-brand {
    right: 25px !important;
}

/* ===== Spunta privacy ====== */
.woocommerce-terms-and-conditions-wrapper p.form-row.validate-required {
	margin-bottom: 0px !important;
}
.woocommerce-terms-and-conditions p {
	font-size: 12px;
}

.woocommerce-terms-and-conditions-checkbox-text a:hover {
	  color: var(--a) !important; 
}

/* ===== Pulsante accetto newsletter in check out ====== */
p.mc4wp-checkbox.mc4wp-checkbox-woocommerce {
  margin-top: -27px;
}
p.mc4wp-checkbox.mc4wp-checkbox-woocommerce input {
  margin: 0px 0px -5px 0px;
  padding: 0px;
}
p.mc4wp-checkbox.mc4wp-checkbox-woocommerce span {
  font-size: 11px;
  margin-left: 25px;
  line-height: 15px;
  float: left;
  margin-top: -20px;
}

/* ===== VAT number ====== */
#vat_self_certify_field {
  color: #a00;
}
#woocommerce_eu_vat_compliance {
  margin-bottom: 80px;
}

#woocommerce_eu_vat_compliance_vat_number p small {
  position: absolute;
  margin-left: 108px;
  margin-top: 9px;
}

/* ===== Check Out (Form) ====== */
.woocommerce-billing-fields h3 {
  font-size: 20px !important;
  line-height: 1.5625rem;
  margin-bottom: 30px;
}
.woocommerce #respond input#submit,
.woocommerce label,
.woocommerce table.shop_table th {
  padding: 9px 0px;
  text-transform: capitalize;
  font-size: 18px;
  background: transparent !important;
  font-weight: 500;
}
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="url"],
.woocommerce input[type="password"],
.woocommerce input[type="search"],
.woocommerce textarea,
.woocommerce-checkout #payment div.payment_box input.input-text {
  color: #808080;
  border: 1px solid #dcdcdc;
  padding: 22px 25px 22px;
  font-size: 20px;
  background-color: transparent;
  border-radius: 50px;
}
.woocommerce input[type="text"]:focus,
.woocommerce input[type="email"]:focus,
.woocommerce input[type="url"]:focus,
.woocommerce input[type="password"]:focus,
.woocommerce input[type="search"]:focus,
.woocommerce-checkout #payment div.payment_box input.input-text:focus {
  border-color: rgba(0, 0, 0, 9);
}

.secure_text i {
  margin-right: 6px;
}
.secure_text {
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: 40px;
}
.mc4wp-checkbox-woocommerce {
  top: -10px;
  position: relative;
}
p.wc-terms-and-conditions {
  padding-bottom: 5px !important;
}

/* POST CODE FIELDS */

p.thwcfd-field-country {
	display: block;
	width: 100% !important;
}
/*
.sparrow_postcode label{
	margin-left: 50px;
	display: inline-block !important;
}

.sparrow_postcode input[name="billing_postcode"] {
    width: 47% !important;
    overflow: visible;
    float: right;
}
*/
.validate-postcode.form-row-wide {
	clear: none !important;
}

/* CITY FIELDS */
.sparrow_city {
   	display: inline-block !important;
   	width: 100%;
}

/* STATE FIELDS */
.sparrow_state  {
	width: 100%;
	display: inline-block !important;
    float: right;
}
.sparrow_state label{
	display: inline-block !important;
}

/* DELETE FIELD */
#billing_company_field {
	display: none !important;
}



/* ===== MESSAGES - error -  ====== */
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #a00;
}
.woocommerce form .form-row.woocommerce-validated input.input-text {
  border-color: rgba(0, 0, 0, 0.3);
}

/* === MY ACCOUNT === */
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 100%;
  margin-top: 50px;
}

.woocommerce-MyAccount-navigation ul li {
  display: inline-block;
  padding-right: 35px;
}

li.woocommerce-MyAccount-navigation-link a {
  color: #272727;
  padding-bottom: 8px;
}

li.woocommerce-MyAccount-navigation-link.is-active a::after {
  width: 100%;
}

li.woocommerce-MyAccount-navigation-link a::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #272727;
  transition: width 0.6s;
}

li.woocommerce-MyAccount-navigation-link a:hover::after {
  width: 100%;
  transition: width 0.6s;
}

tr td.download-image {
    padding-right: 30px !important;
    width: 23%;

}
td.download-product {
    width: 55% !important;
    padding-right: 13% !important;
    line-height: 30px !important;
}

.woocommerce table.my_account_orders .button,
td.download-file a {
  margin-right: 15px;
  margin-top: 15px;
  padding: 10px 15px !important;
  color: #fff;
}

td.download-file {
  line-height: 75px !important;
}

#order_review tbody tr td.product-quantity,
#order_review tbody tr td.product-subtotal {
  display: inline;
}

.return-to-shop {
  margin-top: 40px;
  text-align: center;
  width: 100%;
}

/* My Account Download No products */
.woocommerce-MyAccount-content
  .woocommerce-Message.woocommerce-Message--info.woocommerce-info {
  display: block !important;
  text-align: none;
  float: center;
  padding: 0px;
  border-top: none;
  color: #fff;
}
.woocommerce-MyAccount-content
  .woocommerce-Message.woocommerce-Message--info.woocommerce-info:before {
  content: "No downloads available yet.";
  color: #000;
  display: block;
}
.woocommerce-MyAccount-content
  .woocommerce-Message.woocommerce-Message--info.woocommerce-info
  a {
  float: none;
  margin: 30px auto;
  width: 149px;
  display: block;
}

/* Login/register Page */
#customer_login h2 {
  font-size: 2.5rem;
  line-height: 2.6875rem;
  margin-bottom: 1.25rem;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: none;
  padding: 20px;
  margin: 0;
  text-align: left;
  border-radius: 0px;
  padding: 0px;
}

/* STRIPE */
#wc-stripe-payment-request-wrapper {
  display: none;
}

.woocommerce-checkout #payment #wc-stripe-cc-form div.form-row {
  padding: 0px !important;
}

label[for="payment_method_paypal"] img {
  width: 35px;
}
.woocommerce-checkout #payment div.payment_box {
  margin-top: 20px;
}

#wc-stripe-payment-request-button-separator {
  display: none !important;
}

#payment .payment_methods li img.stripe-icon,
.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon,
#add_payment_method #payment ul.payment_methods li img.stripe-icon {
  float: right;
  max-width: 35px;
  margin-top: 8px !important;
}
.woocommerce-checkout
  #payment
  .payment_method_stripe
  label[for="payment_method_stripe"],
#add_payment_method
  #payment
  .payment_method_stripe
  label[for="payment_method_stripe"] {
  padding-left: 0px;
  padding-right: 15px;
}


label[for="stripe-exp-element"], 
label[for="stripe-cvc-element"],
label[for="stripe-card-element"] {
	font-size: 13px;
}

span.woocommerce-input-wrapper label[for="vat_self_certify_accessing"],
span.woocommerce-input-wrapper label[for="vat_self_certify_billing"] {
	margin-left: 40px !important;
}


.products.elementor-grid .product {
  opacity: 0;
}

/* Define the animation */
@keyframes staggerOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.products.elementor-grid .product {
  animation: staggerOpacity 600ms ease-in-out forwards;
}

.products.elementor-grid .product:nth-child(1) {
  animation-delay: 0ms;
}

.products.elementor-grid .product:nth-child(2) {
  animation-delay: 200ms;
}

.products.elementor-grid .product:nth-child(3) {
  animation-delay: 400ms;
}

.products.elementor-grid .product:nth-child(4) {
  animation-delay: 600ms;
}

.products.elementor-grid .product:nth-child(5) {
  animation-delay: 800ms;
}

.products.elementor-grid .product:nth-child(6) {
  animation-delay: 1000ms;
}



.loadmore-trigger {
  margin: 30px auto;
  text-align: center;
}

.loadmore-trigger {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loadmore-trigger div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #808080;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loadmore-trigger div:nth-child(1) {
  left: 8px;
  animation: loadmore-trigger1 0.6s infinite;
}
.loadmore-trigger div:nth-child(2) {
  left: 8px;
  animation: loadmore-trigger2 0.6s infinite;
}
.loadmore-trigger div:nth-child(3) {
  left: 32px;
  animation: loadmore-trigger2 0.6s infinite;
}
.loadmore-trigger div:nth-child(4) {
  left: 56px;
  animation: loadmore-trigger3 0.6s infinite;
}

.loadmore-trigger p {
  top: 33px;
  position: absolute;
  width: 400px;
  left: calc(-200px + 50%);
  color: #808080;
}

.loadmore-trigger[data-disabled="1"]{
  display: none;
}

@keyframes loadmore-trigger1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loadmore-trigger3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes loadmore-trigger2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}


/* PRIVACY */

.woocommerce-privacy-policy-text p {
  font-size: 0.8125rem;
  margin-bottom: 0.6rem;
  letter-spacing: 0;
  line-height: 1.3rem;
}

/* CROSS SELLING */
.cross-sells {
  margin-top: 80px;
}
.cross-sells h2 {
  font-size: 0.8125rem !important;
  line-height: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.cross-sells .onsale {
  display: none;
}
.cross-sells ul li:last-child::after {
  content: "";
}
.cross-sells ul li.product {
  display: inline-flex;
  margin-bottom: 0px !important;
}
.cross-sells ul.products li.product .button {
  margin-top: 1em;
  display: block !important;
  position: absolute;
  bottom: -50px;
  color: #000;
  background: transparent !important;
  border: 0;
  left: 12px;
}
.cross-sells ul.products li.product a:hover {
  color: #000 !important;
}

/* UP SELLING */
section.upsells {
  margin-top: 50px;
}
section.up-sells.upsells.products h2 {
	display: none;
}
section.upsells h2.woocommerce-loop-product__title {
  font-size: 40px;
  display: block;
}


/* .slick-slider */
.slick {
  opacity: 0;
}
/* Slider initialised class */
.slick-initialized {
  opacity: 1;
  transition: opacity 0.5s ease-in;
}

/*
| ====================================================================
| = LICENCE STYLE
| ====================================================================
*/


tr.attribute-license-type td.label label[for=licence-type],
tr.attribute-license-type a.reset_variations

 {
  display: none;
}
tr.attribute-license-type td.value {
  padding: 0;
  background-color: #eeeeee; /* transparent */
  opacity: 1;
}
tr.attribute-license-type td.value:hover {
  background-color: #eeeeee;
  opacity: 1;
}

tr.attribute-license-type td.value div {
  margin-bottom: 15px;
}
.woocommerce .attribute-license-type div label {
	padding: 6px;
}
.attribute-license-type div:nth-child(2) label:after {
   content: "Recommended" !important;
    font-size: 12px;
    font-weight: 500;
    border-radius: 40px;
    color: #000;
    padding: 1px 8px;
    margin-left: 10px;
    vertical-align: inherit;
    display: inline-block;
    border: solid 1px;}
tr.attribute-licence-type td.value div:nth-child(2) label::after {
    content: "Recommended" !important;
    font-size: 12px;
    font-weight: 500;
    border-radius: 40px;
    color: #000;
    padding: 1px 8px;
    margin-left: 10px;
    vertical-align: inherit;
    display: inline-block;
    border: solid 1px;
}
input[type="radio"]:checked:not(old) + label:before,
input[type="checkbox"]:checked:not(old) + label:before,
input[type="radio"]:not(old) + label:before,
input[type="checkbox"]:not(old) + label:before {
  vertical-align: middle;
  position: absolute;
  margin-left: -35px;
  margin-top: 1px;
}


.woocommerce div.product form.cart .variations label {
	margin-left: 45px;
	font-size: 11px;
	line-height: 21px;
	cursor: pointer;
	font-weight: normal;
}

.woocommerce-variation-description a {
	  color: var(--a); 
}
/*
.attribute-license-type div:first-child:before {
  font-size: 14px;
  text-transform: uppercase;
  content: "License Type";
  display: block;
  margin-bottom: 20px;
  margin-left: -26px;
  font-weight: 800;
}
*/

/* What type of license is best for you? Learn more */
span.license_small {
    font-size: 12px;
    margin-left: 15px;
}
h6.license_small_desc {
	font-size: 12px;
    margin-left: 15px;
    line-height: 18px;
    font-weight: 400;
}



.woocommerce div.product form.cart {
	width: 100% !important;
}


/* PAGINA LICENSE */

.license-card {
  border-radius: 3px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.2);
  padding: 30px;
  border: solid 1px #f5f5f4;
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .license-features .license-card {
    min-height: 627px;
  }
}
@media screen and (min-width: 768px) {
  .license-card {
    padding: 40px 25px 25px;
  }
}

.license-card h4 {
  font-size: 25px;
}
.license-features ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.license-card ul {
  margin: 15px 0 20px;
}

.license-card li {
  font: 14px/24px averta-regular, sans-serif;
  color: #949291;
  margin-bottom: 10px;
  position: relative;
}
.license-card .top-border {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 6px;
  background-image: linear-gradient(to right, #fde4ca, #bea58a);
  border-radius: 3px 3px 0 0;
}
/* close */
.license-card .svg-close {
  width: 24px;
  height: 24px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 12px;
  vertical-align: sub;
}

.license-card li .svg-checkmark,
.license-card li .svg-close {
  position: absolute;
  top: 2px;
}
.license-card .svg-close {
  width: 24px;
  height: 24px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 12px;
  vertical-align: sub;
}

span.svg-close::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: transparent;
  background-image: url(img/license_x.svg);
  background-repeat: no-repeat;
  margin-left: 0.13em;
  margin-right: 0.25em;
  white-space: nowrap;
}

/* Checked icon */
.license-card li .checked {
  color: #383836;
}
.license-card .svg-checkmark {
  width: 18px;
  height: 18px;
  display: inline-block;
  width: 16px;
  height: 12px;
  margin-right: 12px;
  vertical-align: sub;
}

span.svg-checkmark::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: transparent;
  background-image: url(img/license_check.svg);
  background-repeat: no-repeat;
  margin-left: 0.13em;
  margin-right: 0.25em;
  white-space: nowrap;
}

/* testo after icon svg */
.license-card li span + span {
  padding-left: 29px;
  display: block;
}

/* licence info */
.license-info ul {
  list-style: none;
}

/*
| ====================================================================
| = SHOP AJAX 2023
| ====================================================================
*/
/* AJAX categories wrapper */

.sparrow-product-wrapper {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 20px;
}

.sparrow-product-filter-container {
  position: sticky;
  top: 30px;
  height: min-content;
}

.sparrow-product-filter-container h3,
.sparrow-product-filter-container-overlay h3 {
	font-size: 15px !important;
}

.sparrow-product-filter-container-overlay h3 {
	margin-top: 25px;
}

h3.filter_tag_style {
	margin-top: 40px;
}

.sparrow-product-filter-btn {
  display: none;
}

.sparrow-product-filter-container-overlay {
  display: none;
}

body.filters-open {
  height: 100vh;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .sparrow-product-wrapper {
    display: block;
  }

  .sparrow-product-filter-btn {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    background: #445ACB !important;
    border: none !important;
    color: #fff !important;
    padding: 6px 15px 10px !important;
  }
  .sparrow-product-filter-btn:hover {
    background: #6371EC;
    border: none;
  }
  
  .sparrow-product-filter-btn svg.filter_icon {
	padding-top: 13px;
	margin-right: 9px;
  }
  

  .sparrow-product-filter-container {
    display: none;
  }
  
  .sparrow-product-filter-container-overlay {
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 30px;
    z-index: 9999;
    overflow: scroll;
    display: block;
  
    transition: visibility .3s, opacity .3s, background-color .3s;
  }

  .filters-open .sparrow-product-filter-container-overlay {
    visibility: visible;
    opacity: 1;

    transition: visibility .3s, opacity .3s, background-color .3s;
    z-index: 9999;
  }
  
  .logged-in .sparrow-product-filter-container-overlay {
    padding: 30px;
  }
  
  .sparrow-product-filter-container-overlay-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  button.sparrow-product-filter-btn-close.close-filter-popup {
	  position: relative !important;
	  top: 2%;
	  right: 5%;
	  cursor: pointer;
	  outline: none !important; 
	  border: none !important;
	  padding: 0;
	  background: transparent !important;
  }
  button.sparrow-product-filter-btn-close.close-filter-popup:hover {
	  cursor: pointer;
	  opacity: 0.5;
	  outline: none !important; 
	  border: none !important;
	  padding: 0;
	  background: transparent !important;
  } 
  
}

ul.sparrow-product-tags li {
	font-size: 20px;
}

.sparrow-product-categories,
.sparrow-product-tags {
  list-style: none;
  padding-left: 10px;
}

.sparrow-category,
.sparrow-tag {
  font-size: 20px;
  line-height: 25px;
  display: table;
  margin-bottom: 5px;
}

.sparrow-category:hover {
  color: #6966ff;
}
ul.sparrow-product-categories li.sparrow-category a,
ul.sparrow-product-tags li a {
  color: #000;
}
ul.sparrow-product-categories li.sparrow-category a:hover,
ul.sparrow-product-tags li a:hover {
  color: #6966ff;
}

.sparrow-category.active {
  color: #6966ff;
}

.sparrow-category.sparrow-category-child {
  color: grey;
  font-style: italic;
}

.sparrow-category.sparrow-category-child.active {
  color: #6966ff;
}

.sparrow-tag:hover {
  color: #6966ff;
}

.sparrow-tag.active {
  color: #6966ff;
}

.sparrow-product-categories-children.open {
  max-height: 100%;
  overflow: hidden;
  transition: max-height .5s;
}

.sparrow-product-categories-children {
  padding-left: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s;
}

.animation {
  background-size: cover;
  position: relative;
  max-width: 100%;
  height: auto;
}

.animation:hover .animation-inner:last-child {
  animation: fade 1s steps(1) infinite;
}

.animation-inner {
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* Animation ACF images GIF Ajax shop */


.woocommerce ul.products li.product a img {
	margin: 0;
	border-radius: 6px;
}
.product_acf_gif_img_animation, .product_acf_gif_img {
	background-size: cover;
	position: relative;
	max-width: 100%;
	height: auto;
	padding-bottom: 99.5%;
	border-radius: 7px;
    border: solid 1px #E2E2E2;
    margin-bottom: 20px;
}

.product_acf_gif_img-inner {
	position: absolute;
	top: 0;
	left: 0;
  transition: .2s;
}

.product_acf_gif_img:hover .product_acf_gif_img-inner:last-child {
  opacity: 0;
  transition: .2s;
}

.product_acf_gif_img_animation:hover .product_acf_gif_img_animation-inner:last-child {
	animation: fade 1s steps(1) infinite ;
}

.product_acf_gif_img_animation-inner {
	position: absolute;
	top: 0;
	left: 0;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

/* Title Price Category in Ajax shop */

.product_flex {
	display:inline-block;
	
	flex-wrap: wrap;
	justify-content:space-between;
	align-content: center;
}

.woocommerce-loop-product__title {
	align-items: center;
}

.woocommerce-loop-product__title
.ajax_shop_price {
	align-items: center;
}

.product_flex p.ajax_shop_price {
	margin-bottom: 0px !important;
}

a h2.woocommerce-loop-product__title {
	color: #222222;
	font-weight: 400;
}

.ajax_shop_price {
	font-size: 15px;
	color: #222222; 
	margin: 0;
	line-height: 1;
}

.ajax_shop_cat {
	display: none;
	
	align-content: center;
	min-width: 100%;
	font-size: 0.9375rem;
	color: #222222;
	text-transform: lowercase;
	margin-top: 5px;
}

/* Labels sale - bundle - updated - new - free */
p.p__anim {
	padding: 0 !important;
	margin: 0 !important;
}
span.shop__badge {
     position: absolute;
    top: 7%;
    left: 0%;
    padding: 5px 8px 7px 8px;
    margin-left: 0;
    border-radius: 0;
    z-index: 1;
    overflow: hidden;
    font-size: 20px !important;
    text-transform: capitalize;
}
.style__new, 
.style__updated,
.style__bundle,
.style__freebie {
    color: #fff;
    background: #000;
}

/* marquee */
/*
span.shop__badge marquee  {
    line-height: 20px;
    text-transform: uppercase;
    font-size: 19px;
    margin: -7px;
}
*/

/* Select2 Woocommerce */

.select2-container .select2-selection--single .select2-selection__rendered {
  
    background: transparent !important;
    border: solid 1px #000;
    padding: 20px 17px 20px;
    border-radius: 50px;
}
.select2-container--default .select2-results>.select2-results__options {
    background: #fff;
}

.select2-container--default .select2-selection--single {
    background-color: transparent; 
    border: none;
    border-radius: 55px;
   
}

.select2-container .select2-selection--single {
    height: 71px;
    margin: 0 0 -19px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    top: 22px;
    right: 1px;
    width: 79px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    background: #fff;
}

.select2-search--dropdown {
    
    background: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #4F65D4;
}

/*
| ====================================================================
| = CONTACT FORM
| ====================================================================
*/


.wpcf7-form input[type=text], 
.wpcf7-form input[type=date], 
.wpcf7-form input[type=email], 
.wpcf7-form input[type=number], 
.wpcf7-form input[type=password], 
.wpcf7-form input[type=search], 
.wpcf7-form input[type=tel], 
.wpcf7-form input[type=url], 
.wpcf7-form select, .wpcf7-form textarea {
    width: 100%;
    border: solid 1px #c8c8c8;
    border-radius: 50px;
    padding: 20px 15px 20px;
    transition: all 0.3s;
    font-size: 20px;
    background: transparent;
}
.wpcf7-form label {
	font-size: 20px;
	margin-bottom: 10px;
}
.wpcf7-form p {
	margin-top: 30px;
}
.wpcf7-form .send input.wpcf7-submit {
    font-style: normal;
    outline: none;
    border-radius: 5rem !important;
    line-height: 0.875rem;
    font-size: 20px;
    opacity: 1;
    background-color: #272727 !important;
    background: #272727;
    color: #fff;
    border: 1px solid #272727;
    font-weight: normal;
    margin: 20px 0;
    padding: 1.1rem 1.3125rem
}

/* CHECK BOX */
.wpcf7-acceptance span label span {
	margin-top: 10px;
	font-size: 14px;
}
label.which_prod_title {
	margin-top: 15px;
	font-size: 20px;
    font-weight: normal;
}
.cf7_sparrow_checkbox_wrap {
		margin-top: 15px;
}
span label input.cf7_sparrow_checkbox {
	position: absolute;
	opacity: 0;	
}
span.wpcf7-acceptance span label {
	margin-bottom: 0px;
}


/* COLORI CONTACT FOR RESPONS ERROR */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    background: #ffb900;
    padding: 20px 25px;
    font-size: 20px;
    border-radius: 50px;
    margin: 30px 0;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    padding: 20px 25px;
    border-radius: 50px;
    margin: 30px 0px;
    background: #46b450;
    color: #fff;
}

/*
| ====================================================================
| = REVIEWS
| ====================================================================
*/

.woocommerce .products .star-rating{
	display: none;
}


#reviews {
	margin-top: 0px;
}
h2.woocommerce-Reviews-title{
    border-bottom: solid 1px #9F9F9F;
    padding-bottom: 12px;
    margin-bottom: 40px;
    display: none;
    }
    
.woocommerce #reviews #comments ol.commentlist li img.avatar,
em.woocommerce-review__verified.verified {
	display: none;
}
#reviews ol.commentlist {
	padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none;
    padding: 0;
    margin-bottom: 40px;
    }
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 1em;
    margin: 0 0 0.3em;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1.2em;
}
.woocommerce-review__dash {
		display: none;
}
time.woocommerce-review__published-date {
	color: #a4a4a4;
	display: none;
}


.woocommerce .star-rating {
    /* float: right; */
    overflow: hidden;
    position: absolute;
    height: 1em;
    line-height: 1;
    font-size: 15px;
    width: 5.4em;
    font-family: star;
    bottom: 0;
    color: #fad50d;
}
.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    color: #fad50d;
}
.woocommerce #reviews label {
	margin-bottom: 12px;
	
}
.woocommerce #reviews #comment {
    height: 150px;
}

.woocommerce #review_form #respond .form-submit input {
     border-radius: 50px;
    background: #222 !important;
    color: #fff;
    padding: 15px 26px;
    margin-top: 20px;
}

#rev_nel_body .elementor-widget-container .woocommerce-product-rating .star-rating {
	position: relative;
}
#rev_nel_box .elementor-widget-container .woocommerce-product-rating .star-rating {
	margin-bottom: -13px;
}

#review_form {
border-top: solid 1px #9F9F9F;
padding: 50px 0 0 0;
}

.woocommerce-verification-required {
	font-size: 12px;
	color: #909090;
}

/*
| ====================================================================
| - BLOG
| ====================================================================
*/

/* TAG Elementor widget product and post */

span.detail-content a {
    margin-right: 10px;
}
span.detail-content a:last-child {
    margin-right: 0px;
}

/* TEST LAZY */

img[loading="lazy"]:not(.wp-image-20475), 
img[decoding="async"]:not(.wp-image-20475) {
  opacity: 1;
  transition: opacity 0.5s;
}

img[loading="lazy"].is-loaded:not(.wp-image-20475), 
img[decoding="async"].is-loaded:not(.wp-image-20475) {
  opacity: 1;
}

.product-image-overlay-gallery img[loading="lazy"],
.product-image-overlay-gallery img[decoding="async"],
.slick .slick-slide img[loading="lazy"],
.slick .slick-slide img[decoding="async"] {
  opacity: 1;
}


/* =============================================
    BLOG.php
================================================ */

/* =============================================
    BLOG responsive
================================================ */

/* Stili per il layout del blog */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 colonne su schermi desktop */
  gap: 50px; /* Spaziatura tra i post su schermi desktop */
}

/* Stili per il singolo post nella griglia */
.blog-post {
  box-sizing: border-box;
}

.featured-image {
	margin-bottom: 20px;
}

/* Stili per il titolo con immagine di anteprima */
h2.post-title-with-image {
  font-family: Items-CondensedThinItalic, times new roman;
  
}
h2.post-title-with-image a {
	color: #000 !important;
	font-size: 70px !important;
	line-height: 72px !important;
}


/* Stili per il titolo senza immagine di anteprima */
.post-title-no-image,
h2.post-title-no-image a {
	font-size: 70px !important;
	line-height: 72px !important;
	font-family: Items-CondensedThinItalic, times new roman;
	color: #000 !important;
}

/* Stili per le immagini di anteprima */
.featured-image img {
  max-width: 100%;
  height: auto;
}

/* Stili per il pulsante della categoria */
.post-category {
	border: #000 solid 1px;
    padding: 3px 11px;
    border-radius: 20px;
    text-decoration: none;
    display: inline;
    float: left;
    font-size: 14px;
    margin-right: 20px;
    margin-top: 13px;
}
.post-category a {
	color: #000 !important;
}


.post-category.post-category-with-image {
    margin-top: 25px;
}
.post-excerpt {
	margin-top: 30px;
}

/* Media query per rendere la griglia Masonry responsive */
@media screen and (max-width: 1200px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 colonne su schermi tra 1200px e 768px */
    gap: 30px; /* Spaziatura tra i post su schermi tra 1200px e 768px */
  }
}

@media screen and (max-width: 768px) {
  .blog-grid {
    grid-template-columns: repeat(1, 1fr); /* 1 colonna su schermi fino a 768px */
    gap: 20px; /* Spaziatura tra i post su schermi fino a 768px */
  }
}




/* =============================================
    - Single Post
================================================ 
@media (min-width: 1200px) {

	body.single.single-post .content-area #main.site-main {
	    max-width: 915px;
	}
	.single.single-post article.post .entry-header h1.entry-title {
		line-height: 120px;
	    font-size: 110px;

	}
	
}

@media (max-width: 990px) {
	body.single.single-post article.post .entry-header h1.entry-title {
		font-size: 81px ;
		line-height: 85px;
	}
}

.entry-meta {
	margin: 30px 0px 60px 0px;
}
*/

/* =============================================
    - Gutenberg
================================================ */





/* =============================================
   - COOKIES YES PLUGIN
================================================ */



.cky-btn:last-child {
    margin-top: 20px !important;
    color: #fff !important;
    background-color: #6966ff !important;
    font-size: 17px !important;
}
button.cky-btn.cky-btn-reject,
button.cky-btn.cky-btn-customize {
    display: none;
}

.cky-consent-container {
    width: 330px !important; 
}
.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    display: none !important;
}

