/*SINGLE PRODUCT*/
/*-- OVERRIDE PRODUCT GALLERY*/
.woocommerce div.product div.images .flex-control-thumbs {display: flex !important; flex-wrap: nowrap !important; overflow: hidden !important; position: relative;}
.woocommerce div.product div.images .flex-control-thumbs li {flex: 0 0 33.333% !important;max-width: 33.333% !important;}
.thumbs-wrapper {position: relative;}
.thumbs-wrapper img{height: 130px!important; object-fit: contain}
.thumbs-wrapper .flex-control-thumbs {display: flex !important; overflow-x: auto !important;  gap: 10px; padding: 0 30px;}
.thumbs-wrapper .flex-control-thumbs li {flex: 0 0 calc(33.333% - 10px) !important;}
.thumb-prev,.thumb-next { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; background: #000; color: #fff; border: none; cursor: pointer; padding: 8px 10px; opacity: 0.8;}
.thumb-prev { left: 0; }
.thumb-next { right: 0; }
.messaggio{display: block; width: 100%; color: var(--e-global-color-31c8b1f); font-weight: 500; margin-bottom: 20px}


/*-- CUSTOM GALLERY*/
.swiper-button-next, .swiper-button-prev{color: #fff!important;background: rgba(0,0,0,0.5);}
.swiper-button-next::after, .swiper-button-prev::after{font-size: 30px!important; padding:10px}
.swiper-pagination-bullet-active {opacity: var(--swiper-pagination-bullet-opacity, 1); background: #fff!important;}
.swiper-pagination-bullet {background: #fff!important;opacity: .5!important;}