/*
Theme Name:     Ninnoli e Nannoli
Author:         Paola
Template:       hello-elementor
Version:        1.0.0
Text Domain:    hello-elementor-child
*/
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

.fullHeight{
    height: 100%!important;
}
.bottomPos{
    margin-top: 100%!important;
}
.wcpa_field .wcpa_wrap .wcpa_image .wcpa_img_wrap,
.wcpa_wrap .wcpa_disp_circle .wcpa_image .wcpa_img_wrap  {
	margin: 0 auto!important;
}
.wcpa_wrap .wcpa_selection_outline input:checked~.wcpa_img_wrap {
    outline: 4px solid var(--wcpaimageselectionoutline)!important;
}
.wcpa_wrap .wcpa_image .wcpa_image_label{
    margin-top: 5px!important;
}
.wcpa_field_label{
    font-family: "Amatic SC", sans-serif;
    font-size: 28px!important;
    margin: 10px 0!important;
    font-weight: bold!important;
    color: #008D84!important;
}
.wcpa_section_body > .wcpa_row{
    border-radius: 25px!important;
    border: 2px dashed #B9E6E0!important;
    padding: 15px!important;
    margin: 20px 0!important;
}
.wcpa_wrap .wcpa_group_field, .wcpa_wrap .wcpa_grp_items{
    gap: 20px 20px!important;
}
#wcpa_img_preview,
.wcpa_tooltip.wcpa_hover_preview{
    width: 200px!important;
}
.wcpa_wrap .hideLabel .wcpa_image_label,
.wcpa_wrap .wcpa_mag_icon.wcpa_enable_on_all{
    display: none!important;
}
.wcpa_field_wrap.wcpa_type_image-group {
    max-height: 170px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.6s ease; 
	padding: 10px 10px 40px 10px!important;
}
/*.wcpa_field_wrap.wcpa_type_image-group.active*/ 
.active .wcpa_field_wrap.wcpa_type_image-group{
    max-height: unset; 
}
.toggle-images-btn{
    margin: 0 auto!important;
    padding: 9px 15px!important;
}
.widget_shopping_cart_content img{
	max-width:70px!important;
}
.widget_shopping_cart_content p{
	margin:0!important;
	font-size:12px!important;
	line-height:1.2!important;
}
.widget_shopping_cart_content ul,
.wcpa_cart_meta {
	padding:0 0 0 5px!important;
}
.widget_shopping_cart_content .elementor-menu-cart__product {
	display:block!important;
}
.widget_shopping_cart_content .product-name{
	padding:0!important;
}
.widget_shopping_cart_content .product-price{
	text-align:right!important;
}
.widget_shopping_cart_content .product-remove{
	border-color:#333!important;
}

.widget_shopping_cart_content .product-remove:after, 
.widget_shopping_cart_content .product-remove:before{
	background:#333!important;
	border-color:#333!important;
}
.widget_shopping_cart_content .product-remove:hover:after, 
.widget_shopping_cart_content .product-remove:hover:before{
	color:#F8B113!important;
	background: #F8B113!important;
}
.postid-2231 .wcpa_price_summary .wcpa_options_total{
	display:none;
}
.suggerisciProdotto{
	width:100%;
	margin:30px 0;
	display:block;
}
.wpgs-nav .slick-prev,
.wpgs-nav .slick-next{
    font-size: 0;
}
.wpgs-for .slick-arrow::before, 
.wpgs-nav .slick-prev::before,
.wpgs-nav .slick-next::before{
	color:white!important;
}
.vjs-button > .vjs-icon-placeholder:before{
	line-height:1!important;
}

.woocommerce-product-gallery__image.video {
	width: 100%!important;
	margin:10px auto!important;
}

@media screen and (min-width:769px){
    .stickyColumn.e-flex {
        flex: 1;
        position: -webkit-sticky; 
        position: sticky;
        top: 100px; 
        align-self: flex-start; 
    }
}