.products-hero-home .title-products h3 {
	line-height: 1.2!important;
	margin-bottom: 50px!important;
}
.products-hero-home .title-products h3.mg-bottom-lg {
	margin-bottom: 120px!important;
}
.txt-hero-products {
	max-width: 960px;
	margin: 0 auto 50px auto;
}
.hero-prod-btn {
	margin-bottom: 100px;
}
.hero-prod-btn .btn-caption {
	margin-top: 10px;
}
.list-prod-hero .box-prod {
	border: 1px solid #000;
    padding: 50px;
    text-align: center;
    margin-bottom: 100px;
}
.list-prod-hero .box-prod h4 {
	line-height: 1;
}
.list-prod-hero .box-prod img{
	max-width: 190px;
    padding: 0px 20px 20px;
    background: #fff;
    margin: -140px 0 0;
	max-height: 140px;
}

.hero-video-home {
	background-color: #F3F3F3;
	position: relative;
	margin-bottom: 100px!important;
	padding-bottom: 100px;
}
.hero-video-home::before {
    position: absolute;
    height: 40%;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    content: '';
    background: #fff;
}

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.text-uppercase {
	text-transform: uppercase;
}
.woocommerce-order-pay #primary #main {
	max-width: 900px;
	margin: 0 auto;
}

#place_order {
	margin-top: 20px;
}

.woocommerce-MyAccount-content .cus_menu .billling-button {
	display: none;
}

.single-product #primary {
	margin-bottom: 0!important;
}
.single-product .ast-stock-detail {
	display: none;
}
.single-product .syn-status-stock {
	margin-top: 12px;
}
.single-product .syn-shipping-label {
	display: block;
}

.img-buy {
	min-height: 75px;
}

.single-product .product_meta_sku, .woocommerce div.product .product_meta.product_meta_sku {
	font-size: inherit;
    border: none;
    font-family: inherit;
    padding: 0;
    margin: 0;
}

.related-prod-new {
	position: relative;
}
.related-prod-new::before {
    position: absolute;
    height: 40%;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    content: '';
    background: #fff;
}

.gallery-prod .swiper-slide img {
	height: 500px;
	width: auto;
}

.gallery-prod .swiper-slide {
    width: auto;
}


@media (min-width:991px){
     .hero-video-home .ast-col-md-12 {
     	padding: 2% 7% 0 7%;
     }
}

.archive ul.products li.product .button.add_to_cart_button::before {
    /* opacity: 0; */
    /* visibility: hidden; */
    content: "";
    border: 2px solid #e1221a;
    width: 22px;
    height: 20px;
    display: block;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0px 0px 6px 6px;
    transition: all ease-in-out 0.3s;
  }
  .archive ul.products li.product .button.add_to_cart_button::after {
    top: 14%;
    margin-bottom: 0;
    height: 25%;
    width: 25%;
    left: 50%;
    transform: translateX(-50%);
    content: " ";
    position: absolute;
    pointer-events: none;
    border-width: 2px;
    border-style: solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 0;
    border-color: #e1221a;
    transition: all ease-in-out 0.3s;
  }
  .archive ul.products li.product .button.add_to_cart_button {
    background-color: #fff!important;
  }
  .archive ul.products li.product .button.add_to_cart_button:hover {
    background-color: #e1221a!important;
  }
  .archive ul.products li.product .button.add_to_cart_button:hover::before,
  .archive ul.products li.product .button.add_to_cart_button:hover::after {
    border-color: #fff;
  }
  #page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--expired-orders a::before {
    content: '\e912';
  }

  .woocommerce form .form-row .show-password-input,
.woocommerce-page form .form-row .show-password-input {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: inline-block;
    z-index: 10;
    background-color: transparent!important;
    color: #585858!important;
    padding: 0;
}

/* Stile per l'icona all'interno del bottone */
.woocommerce form .form-row .show-password-input::after,
.woocommerce-page form .form-row .show-password-input::after {
    font-family: WooCommerce;
    content: "\e010";
    font-size: 1em;
    margin-left: 0.618em;
    vertical-align: middle;
}

/* Regola il campo password per avere spazio a destra per il bottone */
.woocommerce form .form-row .password-input,
.woocommerce-page form .form-row .password-input {
    position: relative;
    width: 100%;
    display: block;
}

/* Assicura che il campo password abbia un padding a destra adeguato */
.woocommerce form .form-row .password-input input,
.woocommerce-page form .form-row .password-input input {
    padding-right: 40px;
}
.woocommerce form .form-row .show-password-input.display-password::after,
.woocommerce-page form .form-row .show-password-input.display-password::after {
    content: "\e010";
    position: relative;
}
.woocommerce form .form-row .show-password-input.display-password::before,
.woocommerce-page form .form-row .show-password-input.display-password::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    background-color: currentColor;
    transform: rotate(45deg);
    top: 50%;
    right: 8px;
    margin-top: -8px;
}