/*
Theme Name: Child theme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


/*************** ADD CUSTOM CSS HERE.   ***************/

.numeri {
    font-weight: 700;
    font-style: normal;
    color: #0aad69;
    font-size: 3em;
}
.colNoPadding{
	padding-bottom: 0 !important;
}
p {
    margin-bottom: 15px;
}
.product-page-price .woocommerce-Price-amount{
	font-size: 1.7rem;
}
.padding-bt-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.title-h2 {
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    /* margin-bottom: 10px; */
    line-height: 1.2;
}
.title-footer {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
}
.ImgFooterBox img{
	max-width: 120px;
}
.ImgFooterBox .box-text{
	padding-bottom: 0;
}
#footer .ux-menu-link__link{
	color: white;
	border: none;
}
#footer #nav_menu-2,
#footer #nav_menu-3{
	padding: 0;
	margin-bottom: 0;
}
#menu-footer-certificazioni a,
#footer #nav_menu-2,
#footer #nav_menu-3,
#menu-footer-menu-right a{
	color: white
}
.widget>ul>li+li, ul.menu>li+li {
    border-top: none;
}
#footer #nav_menu-3,
#menu-footer-menu-right li{
	text-align: right
}
#nav_menu-3 .is-divider{
	margin-right: 0;
    margin-left: auto;
}
#form-contatto .title-footer,
#form-contatto p + p{
    margin-bottom: 10px;
}
.type-product .product-footer{
	margin-bottom: 30px;
}
.wpcf7-form #form-contatto .flex-row .flex-col, .wpcf7-form .flex-row .flex-col {
    margin-bottom: 10px;
}
.form-preventivo button{
	margin-bottom: 0;
}
.form-preventivo{
	padding-bottom: 0;
}
.title-h3{
	font-weight: 700;
    font-style: normal;
	font-size: 1.25em;
}
.related-products-wrapper {
	border-top:none;
}
#custom_html-2{
	text-align: right;
	padding-right: 0;
}
#billing_address_2_field>label {
    width: auto !important;
    opacity: 1;
}
.SectionFooter{
	padding-bottom: 40px !important;
}
.box-text-products .price{
	padding: 10px 0;
}
.box-text-products .price bdi,
.box-text-products .product-title{
	font-size: 1.1rem
}
.woocommerce-message .success-color {
    background: #ddffd9;
    padding: 12px;
    border: 1px solid #286d21;
    border-radius: 6px;
}
.BoxSconto{
	margin-bottom: 15px;
	font-weight: 700;
	align-items: center;
	line-height: 1.3;
}
.BoxSconto .icon-box-text{
	padding-left: 0.5em !important;
	align-items: center;
}
.clienti{
	padding-bottom: 0
}
/** whatsapp **/
#whatsapp {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9;
}
#whatsapp a { text-decoration: none; }
#whatsapp div { 
  padding: 8px 12px;
  background-color: #00e676;
  color: #ffffff;
  border-radius: 5px 0 0 0;
  font-weight: 500;
  font-size: 18px;
  display: flex;
  align-items: center;
  webkit-box-shadow: 1px 4px 10px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 4px 10px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 4px 10px 2px rgba(0, 0, 0, 0.3);
}
#whatsapp img.icona { 
  margin-right: 10px;
  width: 26px;
}
#whatsapp p { 
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
}
.ux-mini-cart-footer .woocommerce-mini-cart__total:nth-of-type(2){
	display: none !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	section{
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}
	#accordion-description-content{
		padding: 1em;
	}
	#accordion-description-content .col{
		padding-bottom: 0;
	}	
	#footer #nav_menu-3,
	#menu-footer-menu-right li{
		text-align: left;
	}
	#nav_menu-3 .is-divider{
		margin-left: 0;
	}
	#footer .col{
		padding-left: 15px;
		padding-right: 15px;
	}
	#custom_html-2{
		text-align: left;
		padding-left: 0;
	}
	.clienti{
		padding: 0 10px 10px;
	}
}
@media (min-width: 850px) {
    .wpcf7-form .flex-row:not(.single) .flex-col:nth-child(1) {
        margin-right: 10px;
    }
	.step:not(:last-child):after{
		background-image: url('/wp-content/uploads/arrow-1.png');
		background-repeat: no-repeat;
		background-size: contain;
		content: "";
		height: 24px;
		left: 80%;
		position: absolute;
		top: 21px;
		width: 145px;
	}	
	.step{
		padding-bottom: 0 !important;
	}
}