/*
Theme Name: Medialab Shop Child
Theme URI: https://www.mgvision.com
Author: MGVision
Author URI: https://www.mgvision.com
Description: Child di Medialab Shop
Template: medialab-shop
Version: 1.00
Requires at least: 5.0
Requires PHP: 7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, custom-colors, featured-images, theme-options
Text Domain: mlsw
*/

/*body, h1, h2, h3, h4, h5, p, a {
    font-family: 'General Sans Variable', sans-serif;
}*/

html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 14px;
    background: #fff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #dfecf2;
    border-radius: 50px;
    transition: background-color 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #4d5ce5;
}

::-webkit-scrollbar-thumb {
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 9999px;
}

/* Generale */

.term-description-content {
	border-bottom: 2px solid #0057876e;
}

.uc_classic_carousel .uc_classic_carousel_content {
	justify-content: space-around;
}

.background-gradiente {
    background: linear-gradient(to right, #f0f5fc, #c0ddf4, #84b9e7);
}

.background-gradiente-2 {
    background: linear-gradient(to bottom right, #89c1e7, #d1e5f5);
}

.pulsante-hover .elementor-button-icon {
    display: inline-block;
    transition: transform 0.3s ease;
}

.pulsante-hover:hover .elementor-button-icon {
    transform: translateX(5px);
}

@keyframes highlight {
    0% {
        background-size: 0% 100%;
        color: #142349;
    }
    100% {
        background-size: 100% 100%;
        color: #00B4EC;
    }
}

.highlighted-span {
    position: relative;
    background: linear-gradient(to right, #fff 0%, #fff 100%);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    padding: 0 5px;
    animation: highlight 0.8s ease-in-out forwards;
    animation-delay: 0.8s;
    color: #142349;
}

.premium-counter-area {
    position: relative;
}

.premium-counter-title-val {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.premium-counter-value-wrap {
    position: relative;
    z-index: 0;
}

.ue-carousel-item {
    border-radius: 0 60px !important;
}

/* Menu Header */

.page-id-28225 #pr-nav {
    border: none;
	background-color: #ffffffba!important;
	backdrop-filter: blur(5px);
}
.primary-menu-inner {
	padding: 15px 0;
}

.woofc-area .woofc-area-bot .woofc-data .woofc-data-right {
    font-size: 1.2em;
    color: #005787;
}

#primary-menu .nav-link {
    position: relative;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
}

#primary-menu .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    display: inline-block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #4d5ce5;
    transition: width 0.3s ease-in-out;
}

#primary-menu .nav-link:hover::after {
    width: 50%;
}
#menu-item-28923 .nav-link::after {
    background: transparent;
}
#menu-item-28923 .dropdown-menu {
	width: 150px!important;
}


#primary-menu .nav-link[aria-current="page"]::after,
#primary-menu .nav-link.active::after {
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
}

#primary-menu .nav-link[aria-current="page"],
#primary-menu .nav-link.active {
    color: #4d5ce5 !important;
}

#pr-nav.header-nav-txt-first-desktop.navbar-fixed,
#pr-nav.navbar-fixed.navbar-fixed-show {
    background: #ffffffba;
    backdrop-filter: blur(8px);
}

.woofc-menu-item-inner-subtotal {
    display: none;
}

.menu-item.woofc-menu-item.menu-item-type-woofc {
    padding: 7px;
}

.woofc-area.woofc-style-02 .woofc-area-top {
    background-color: #00B4EC;
    color: #fff;
}

.woofc-area.woofc-style-02 .woofc-area-top .woofc-icon-icon10:before {
    color: #fff;
}

.woofc-area.woofc-style-02 .woofc-suggested .woofc-suggested-product-atc .button {
    background-color: #00B4EC;
    color: #fff;
    font-weight: 600;
}

.woofc-area.woofc-style-02 .woofc-suggested .woofc-suggested-product-atc .button:hover {
    background-color: #3353ae !important;
    color: #fff !important;
    border: none;
}

.woofc-area.woofc-style-02 .slick-dots li.slick-active button {
    background-color: #00B4EC;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus:hover,
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus:hover {
    background-color: #00B4EC;
    color: #fff;
}

[class^="woofc-icon-"] {
    color: #142349;
}

[class^="woofc-icon-"]:hover {
    color: #4d5ce5;
}

/* Fine Menu Header */

/* Login */
.xoo-el-form-container ul.xoo-el-tabs {
    column-gap: 15px;
}

.xoo-el-form-container button.btn.button.xoo-el-action-btn {
    border-radius: 50px;
}

.xoo-el-form-container button.btn.button.xoo-el-action-btn:hover {
    background-color: #3353ae;
}

.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
    background-color: #1c8cc2;
    border-radius: 50px;
}

.xoo-el-form-container ul.xoo-el-tabs li {
    border-radius: 50px;
    padding: 8px 20px;
}

span.xoo-el-close:hover {
    color: #fff;
    background: #1c8cc2;
}

/* Fine Login */

/* Dashboard Account */
.xoo-el-myaccount-menu,
.xoo-el-login-tgr {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xoo-el-myaccount-menu a,
.xoo-el-login-tgr a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.xoo-el-myaccount-menu a span,
.xoo-el-login-tgr a span {
    text-indent: -9999px;
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
}

.xoo-el-myaccount-menu a::before,
.xoo-el-login-tgr a::before {
    content: "\f007";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    margin-left: 0;
}


.woocommerce-MyAccount-navigation li a {
    border-bottom: none;
    padding: 0.8rem 15px;
    position: relative;
    display: block;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation li a::before {
    content: '';
    display: inline-block;
    width: 0;
    transition: width 0.3s ease;
}

.woocommerce-MyAccount-navigation li a:hover::before {
    width: 10px;
}

.woocommerce-MyAccount-navigation li a:hover {
    background: #dfecf2;
    color: #4d5ce5;
    border-radius: 5px;
}

.woocommerce-page .woocommerce-info .button {
    padding: 5px 15px;
    background: #00B4EC;
    color: #fff;
}

.woocommerce-page .woocommerce-info .button:hover {
    background: #4d5ce5 !important;
    color: #fff;
}

.woocommerce-MyAccount-content .woocommerce-info {
    background: transparent;
    margin-bottom: 1rem;
}

.woocommerce-MyAccount-content {
    padding: 1rem 2rem 1rem 2rem;
}

.woocommerce-MyAccount-navigation .is-active a {
    background: #dfecf2;
    color: #4d5ce5;
    border-radius: 5px;
}

.woocommerce-account .addresses .title .edit {
    background: #4d5ce5;
    color: #fff;
}

.woocommerce-account .addresses .title .edit:hover {
    background: #4d9ce5;
}

.woocommerce-account .woocommerce-MyAccount-content {
    background: #f5f5f5;
}

.woocommerce table.my_account_orders th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    text-align: left;
}

.woocommerce table.shop_table td del {
    color: #ff4141;
    font-weight: 700;
}
.btn-comunicazione {
    margin-top: 20px;
    background-color: #00b4ec;
    color: white;
    padding: 10px 30px;
    border: none;
    cursor: pointer;
    font-size: 16px;
	font-weight: 500;
    border-radius: 50px;
    transition: background-color 0.3s ease;
}
.btn-comunicazione:hover {
    background-color: #3353ae;
}
.alert-conferma {
	background: #afffbf;
	margin-top: 15px;
	color: #055160;
	padding: 10px;
	border-radius: 10px;
	width: 40%;
	text-align: center;
	font-weight: 600;
}
.alert-errore{
	background: #ffacb3;
	margin-top: 15px;
	color: #842029;
	padding: 10px;
	border-radius: 10px;
	width: 40%;
	text-align: center;
	font-weight: 600;
}
.alert-avviso {
	background: #ffdf79;
	margin-top: 15px;
	color: #664d03;
	padding: 10px;
	border-radius: 10px;
	width: 40%;
	text-align: center;
	font-weight: 600;	
}
.wpcf7-not-valid-tip {
	background: #ffacb3;
	margin-top: 15px;
	color: #842029;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	font-weight: 600;
	margin-left: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #afffbf;
    background: #afffbf;
    color: #055160;
    font-weight: 600;
    border-radius: var(--global-border-radius);
}

/* Fine Dashboard Account */

/* Status Order */
.woocommerce-orders-table__row--status-on-hold .woocommerce-orders-table__cell-order-status {
    background-color: #f3a638 !important;
    text-align: center;
    border-radius: 50px;
    padding: 0.25rem 1rem;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
	text-align: center!important;
}

.woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-status {
    background-color: #83cce4 !important;
    text-align: center;
    border-radius: 50px;
    padding: 0.25rem 1rem;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
	text-align: center!important;
}

.woocommerce-orders-table__row--status-pending .woocommerce-orders-table__cell-order-status {
    background-color: #f3a638 !important;
    text-align: center;
    border-radius: 50px;
    padding: 0.25rem 1rem;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
	text-align: center!important;
}

.woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status {
    background-color: #3ac43a !important;
    text-align: center;
    border-radius: 50px;
    padding: 0.25rem 1rem;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
	text-align: center!important;
}

.woocommerce-orders-table__row--status-cancelled .woocommerce-orders-table__cell-order-status {
    background-color: #c4c4c4 !important;
    text-align: center;
    border-radius: 50px;
    padding: 0.25rem 1rem;
    font-size: 14px;
    font-weight: 600;
    color: #464646;
	text-align: center!important;
}

.woocommerce-orders-table__row--status-refunded .woocommerce-orders-table__cell-order-status {
    background-color: #ff4141 !important;
    text-align: center;
    border-radius: 50px;
    padding: 0.25rem 1rem;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
	text-align: center!important;
}

.woocommerce-orders-table__row--status-failed .woocommerce-orders-table__cell-order-status {
    background-color: #c4c4c4 !important;
    text-align: center;
    border-radius: 50px;
    padding: 0.25rem 1rem;
    font-size: 14px;
    font-weight: 600;
    color: #464646;
	text-align: center!important;
}

.woocommerce-orders-table__row--status-in-stampa .woocommerce-orders-table__cell-order-status {
    background-color: #f3e638 !important;
    text-align: center;
    border-radius: 50px;
    padding: 0.25rem 1rem;
    font-size: 14px;
    font-weight: 600;
    color: #464646;
	text-align: center!important;
}

.woocommerce table.my_account_orders th {
    padding: 8px 15px;
}

.order-actions-select {
    width: 100%;
    padding: 4px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
}

/*Fine Status Order*/

/* Pagina Shop */
.sku {
	font-weight: 600;
}
.woocommerce #primary {
    max-width: 100%;
    padding: 0 24px;
    margin-left: 60px;
    margin-right: 60px;
}

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

.woocommerce ul.products li.product a img {
    background: transparent;
}

.woocommerce ul.products.columns-3 li.product .woocommerce-loop-product__title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #005787;
    margin-bottom: 0;
}

.woocommerce ul.products li.product .price {
    text-align: center;
    font-weight: 500;
}

.woocommerce .woocommerce-ordering select {
    max-width: 100% !important;
}

.main-header-bg {
    margin-left: 50px;
    margin-right: 50px;
}

:root #main-header {
    background-image: url(/wp-content/uploads/2024/07/shop-page-bg.webp) !important;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 130px;
    margin-top: 100px;
    border-radius: 20px;
    background-attachment: fixed;
}

#main-header:before {
    background-color: transparent;
}

#main-header .header-title {
    text-align: left;
    padding-left: 50px;
    line-height: 1em;
    width: 45%;
    font-size: 50px;
    font-weight: 600;
    color: #005787;
}

.titolo-blu {
    color: #005787;
}

.titolo-azzurro {
    color: #00B4EC;
}

.woocommerce-pagination {
    border: none;
}

.next.page-numbers,
.prev.page-numbers {
    background: #00B4EC;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: #4d5ce5;
    color: #fff !important;
}

.post-page-numbers.current,
.page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li span.current {
    border: 1px solid #00B4EC;
    border-radius: 50px;
    color: #00B4EC;
}

.page-numbers {
    color: #464646;
}

.woocommerce nav.woocommerce-pagination ul li a {
    border: none;
    border-radius: 50px;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    color: #00B4EC;
}

/* Fine Pagina Shop */

/* Pagina Prodotto */

[data-option-id="15"] .nice-select-dropdown {
    max-height: 300px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
	-webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth !important;
    overscroll-behavior: contain !important;
}

.woocommerce div.product p.stock {
	font-size: 1.20em;
	color: #1d911d;
	font-weight: 600;
	border-left: 4px solid #1d911d;
    padding-left: 8px;
}

.pswp__bg {
	background-color: #142349db;
	backdrop-filter: blur(5px);
}

.xoo-el-popup-active .xoo-el-opac {
	background-color: #142349db;
	backdrop-filter: blur(5px);
	opacity: 1;
}

.woofc-overlay {
	background: #142349db;
	backdrop-filter: blur(5px);
}

.woocommerce-message,
.cart-empty.woocommerce-info {
    background-color: #00B4EC;
    color: #fff;
    font-weight: 300;
    padding: 10px;
}

.woocommerce-message::before {
    color: #84ff1b;
}

.woocommerce .woocommerce-message .button {
    color: #fff;
    background: #005787;
    padding: 10px;
}

.woocommerce .woocommerce-message .button:hover {
    color: #005787;
    background: #fff !important;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    display: none;
}

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

.woocommerce .summary .product_title {
    display: block;
}

.woocommerce div.product .product_title {
    font-size: 2.5em;
    color: #005787;
    text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    margin-bottom: 0;
    border-radius: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background: #81CFF4;
    color: #005787;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    background: #c7e4f2;
    font-weight: 300;
}

.related.products h2,
.upsells.products h2,
.woocommerce-tabs h2,
.woocommerce-review-link,
.woocommerce #review_form .comment-reply-title {
    color: #1C8CC2;
}

.woocommerce .star-rating span::before,
.woocommerce .star-rating::before {
    color: #fac638;
}

.woocommerce-product-details__short-description {
    border-bottom: 2px solid #81CFF4;
}

#review_form_wrapper {
    border-top: 2px solid #81CFF4;
}

.woocommerce .woocommerce-breadcrumb {
    display: block;
    font-size: 15px;
    color: #005787;
}

.woocommerce div.product .woocommerce-tabs .panel {
    border-radius: 0 !important;
    background: transparent;
    border: none;
    border-top: 2px solid #81CFF4;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin-top: -1px;
}

.woocommerce div.product form.cart .button {
    background: #00B4EC;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px!important;
    border-radius: 50px;
	margin-top: 0!important;
}

.comment-form-rating .stars a {
    color: #fac638;
    text-decoration: none;
    font-size: 20px;
}

.comment-form-rating .stars a:hover,
.comment-form-rating .stars a.selected {
    color: #fac638;
}

.comment-form-rating .stars a:hover {
    color: #fac638 !important;
}

.cart {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cart .quantity {
    margin-bottom: 10px !important;
}

.single_add_to_cart_button {
    margin-top: 10px !important;
}

.woocommerce .woocommerce-ordering select,
.woocommerce div.product form.cart .variations select {
    background-color: #fff;
    color: #464646;
}

.woocommerce-variation-price .price {
    background: transparent;
    color: #464646 !important;
}

table.variations {
    margin-bottom: -15px !important;
}

form.cart {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

form.cart .quantity {
    margin-bottom: 10px;
}

form.cart .single_add_to_cart_button {
    margin-top: 10px;
}

.woocommerce div.product form.cart .reset_variations {
    display: none !important;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 25px !important;
}

.wpo-error-message {
    background-color: #f2dede;
    color: #a94442;
    padding: 10px;
    margin-top: 10px;
    border-radius: var(--global-border-radius);
}

#wpo-option-1-8-28883,
#wpo-option-1-13-28883 {
    width: 65%;
}

.woocommerce div.product form.cart {
	display: inline-block;
}

.variations th.label {
    width: 40%;
}

/* Fine Pagina Prodotto */

/* Carrello & Checkout */
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
	padding: 1rem;
}
.woocommerce .cart button[name="apply_coupon"] {
	width: 100%;
}
.woocommerce form .form-row .input-text {
	border-radius: 8px;
}
#coupon_code {
	width: 80%!important;
	border-radius: 0;
	border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.woocommerce-info {
	padding: 18px!important;
	font-weight: 600!important;
	background-color: #81cff433!important;
	color: #464646!important;
}
.woocommerce-info::before {
	display: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 16px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 70px;
	font-size: 16px;
}
.restore-item {
	color: #fff!important;
	font-weight: 700;
}
.woocommerce-info {
	background-color: #00B4EC;
    color: #fff;
    font-weight: 300;
    padding: 10px;
}
.cart_totals.calculated_shipping h2 {
	display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    background: #81cff473;
    border: 0;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    background: #f8f8f8;
}

.woocommerce-checkout #payment ul.payment_methods {
    background: #81cff473;
    border-bottom: none;
    border-radius: 10px;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: #4d5ce5;
    color: #fff;
}

.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #4d5ce5;
}

.wc_payment_methods li>label {
    font-weight: 500;
}

#order_review table {
    background-color: #81cff433;
}

.woocommerce .woocommerce-checkout table.shop_table .order-total td {
    background-color: transparent;
    border-radius: 0;
}

.woocommerce table.shop_table td {
    border-top: none;
    border-bottom: none;
}

#order_comments {
    min-height: 10rem;
}

.col-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
}

.woocommerce form.checkout {
    border: none;
}

.payment_box.payment_method_stripe {
	background-color: #fff!important;
	color: #464646!important;
}
.payment_box.payment_method_stripe::before {
	border-bottom-color: #fff!important;
}
.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
	display: inline;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

form .woocommerce-error {
    background-color: #f2dede;
    color: #a94442;
}

.payment_box.payment_method_ppcp p {
    color: #464646 !important;
}

.payment_box.payment_method_ppcp {
    background-color: #f7f7f7 !important;
}

.payment_box.payment_method_ppcp::before {
    border-bottom-color: #f7f7f7 !important
}

.woocommerce-checkout #payment div.payment_box .form-row {
	margin: 0;
}

/* Fine Carrello & Checkout */

/*Sfumatura Animata*/
#pr-nav.header-nav-txt-inner-desktop {
    background: transparent;
}

body.single-product {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
}

.radial {
    position: absolute;
    filter: blur(100px);
    opacity: 0.6;
    border-radius: 50%;
    width: 30%;
    height: 30%;
}

.two {
    background-color: #8690E3;
    top: 10%;
    left: 15%;
    animation: move-two 10s linear infinite;
    transform: rotate(0) translate(100px) rotate(0);
}

.three {
    background-color: #35cfd4;
    top: 10%;
    right: 15%;
    animation: move-three 10s linear infinite;
    transform: rotate(0) translate(100px) rotate(0);
}

@keyframes move-two {
    0% {
        transform: rotate(0) translate(100px) rotate(0);
    }

    50% {
        transform: rotate(0.5turn) translate(0) rotate(-0.5turn);
    }

    100% {
        transform: rotate(1turn) translate(100px) rotate(-1turn);
    }
}

@keyframes move-three {
    0% {
        transform: rotate(0) translate(100px) rotate(0);
    }

    50% {
        transform: rotate(-0.5turn) translate(0) rotate(0.5turn);
    }

    100% {
        transform: rotate(-1turn) translate(100px) rotate(1turn);
    }
}

/* Impostazioni generali per gli elementi radiali all'interno di radial-bg */
.radial-bg .radial {
    position: absolute;
    filter: blur(100px);
    opacity: 0.6;
    border-radius: 50%;
    width: 30%;
    height: 30%;
    z-index: -1;
}

/* Posizioni e colori degli elementi radiali */
.radial-bg .two {
    background-color: #8690E3;
    top: 10%;
    animation: radial-bg-move-two 20s linear infinite;
}

.radial-bg .three {
    background-color: #35cfd4;
    top: 30%;
    animation: radial-bg-move-three 20s linear infinite;
}

/* Definizione delle animazioni per radial-bg */
@keyframes radial-bg-move-two {
    0% {
        left: -30%;
        transform: translateX(0);
    }

    50% {
        left: 100%;
        transform: translateX(-100%);
    }

    100% {
        left: -30%;
        transform: translateX(0);
    }
}

@keyframes radial-bg-move-three {
    0% {
        right: -30%;
        transform: translateX(0);
    }

    50% {
        right: 100%;
        transform: translateX(-100%);
    }

    100% {
        right: -30%;
        transform: translateX(0);
    }
}

.radial-bg {
    position: relative;
    overflow: hidden;
}

.radial-bg::before,
.radial-bg::after {
    content: "";
    position: absolute;
    filter: blur(100px);
    opacity: 0.6;
    border-radius: 50%;
    width: 30%;
    height: 30%;
    z-index: -1;
}

.radial-bg::before {
    background-color: #8690E3;
    top: 10%;
    animation: radial-bg-move-two 20s linear infinite;
}

.radial-bg::after {
    background-color: #35cfd4;
    top: 30%;
    animation: radial-bg-move-three 20s linear infinite;
}

.radial-bg-2 .radial {
    position: absolute;
    filter: blur(100px);
    opacity: 0.6;
    border-radius: 50%;
    width: 30%;
    height: 30%;
    z-index: -1;
}

.radial-bg-2 .two {
    background-color: #8690E3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: radial-bg-move-two 20s linear infinite;
}

.radial-bg-2 .three {
    background-color: #35cfd4;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: radial-bg-move-three 20s linear infinite;
}

.radial-bg-2 {
    position: relative;
    overflow: hidden;
}

.radial-bg-2::before,
.radial-bg-2::after {
    content: "";
    position: absolute;
    filter: blur(100px);
    opacity: 0.6;
    border-radius: 50%;
    width: 30%;
    height: 30%;
    z-index: -1;
}

.radial-bg-2::before {
    background-color: #8690E3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: radial-bg-move-two 20s linear infinite;
}

.radial-bg-2::after {
    background-color: #35cfd4;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: radial-bg-move-three 20s linear infinite;
}

/*Fine Sfumatura Animata*/

/* Footer */

.footer-bg {
    background-color: #81cff473;
}

.footer-inner {
    padding-bottom: 1rem;
}

#site-footer .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.footer-logo {
    flex: 0 0 20%;
}

.footer-logo img {
    width: 80%;
    height: auto;
}

.footer-right-columns {
    display: flex;
    gap: 30px;
    flex: 0 0 auto;
}

.footer-address-legal,
.footer-address-operational,
.footer-company-info {
    text-align: left;
    min-width: 180px;
}

.footer-address-legal h4,
.footer-address-operational h4,
.footer-company-info h4 {
    font-weight: bold;
    margin-bottom: 8px;
    color: #005787;
    font-size: 14px;
}

.footer-address-legal p,
.footer-address-operational p,
.footer-company-info p {
    margin: 0;
    margin-bottom: 5px;
    line-height: 1.4;
    font-size: 15px;
    color: #333;
}

.footer-company-info p:last-child {
    margin-bottom: 0;
}

.footer-contact {
    display: flex;
    align-items: center;
    gap: 5px;
}

.phone-icon {
    font-size: 12px;
}

.footer-credits {
    text-align: center;
    width: 100%;
    border-top: 1px solid rgba(0, 180, 236, 0.3);
    padding-top: 15px;
    margin-top: 20px;
}

.footer-copyright {
    opacity: inherit;
    color: #333;
    font-size: 15px;
    margin-bottom: 0;
}

.site-credits {
    font-weight: 800;
    color: #4d5ce5;
}

.site-credits:hover {
    color: #4d9ce5;
}

@media (max-width: 768px) {
    #site-footer .footer-content {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    
    .footer-right-columns {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .footer-logo,
    .footer-address-legal,
    .footer-address-operational,
    .footer-company-info {
        flex: unset;
        text-align: center;
    }
}

@media (max-width: 1024px) {
    .footer-right-columns {
        gap: 20px;
    }
}
/* Fine Footer */

/* CARTA DI CREDITO */
.credit-card-container {
	margin: 20px 0;
}

.credit-card {
	width: 350px;
	height: 220px;
	margin: 0 auto 30px;
	perspective: 1000px;
	position: relative;
}

.credit-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}

.credit-card.flipped .credit-card-inner {
	transform: rotateY(180deg);
}

.credit-card-front,
.credit-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	border-radius: 15px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	padding: 20px;
	box-sizing: border-box;
	color: white;
}

.credit-card-back {
	transform: rotateY(180deg);
	background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

.card-chip {
	width: 45px;
	height: 35px;
	margin: 10px 0 20px 0;
	position: relative;
}

.card-number {
	font-size: 20px;
	font-family: 'Courier New', monospace;
	letter-spacing: 2px;
	text-align: center;
	margin: 30px 0;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
}

.card-details {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 40px;
}

.card-expiry {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.card-expiry .label {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 5px;
}

.card-expiry .value {
	font-size: 16px;
	font-family: 'Courier New', monospace;
	letter-spacing: 2px;
}

.card-brand {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.card-brand img {
	height: 30px;
	max-width: 60px;
	object-fit: contain;
	margin-bottom: 10px;
}

.magnetic-strip {
	width: 100%;
	height: 45px;
	background: #000;
	margin: 20px 0;
}

.signature-strip {
	width: 100%;
	height: 35px;
	background: #fff;
	border-radius: 4px;
	position: relative;
	margin-top: 10px;
}

.cvc-display {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #000;
	font-family: 'Courier New', monospace;
	font-size: 14px;
	font-weight: bold;
}

.credit-card-form {
	max-width: 100%;
	margin: 0 auto;
}

.form-row-group {
	display: flex;
	gap: 30px;
}

.form-row-group .form-row {
	margin: 0;
}

.card-input {
	padding: 12px 15px !important;
	border: 2px solid #e1e1e1 !important;
	border-radius: 8px !important;
	font-size: 16px !important;
	transition: all 0.3s ease !important;
	background: #fff !important;
}

.card-input:focus {
	border-color: #667eea !important;
	box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1) !important;
	outline: none !important;
}

.credit-card-form label {
	font-weight: 600;
	color: #333;
	margin-bottom: 8px;
	display: block;
}
@media (max-width: 480px) {
	.credit-card {
		width: 280px;
		height: 180px;
	}
	
	.card-number {
		font-size: 18px;
		letter-spacing: 2px;
	}
	
	.card-details {
		margin-top: 10px;
	}
	.card-number {
		margin: 16px 0;
	}
	.woocommerce form.woocommerce-checkout .form-row label {
		font-size: 11px;
	}
}
/* FINE CARTA DI CREDITO */

/* Responsive */
@media (max-width: 768px) {
    #site-footer .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
	
	.woocommerce #primary {
		margin-right: 30px;
		margin-left: 30px;
	}

    #primary-menu {
        text-align: center;
        line-height: 3.5em;
    }

    #primary-menu span {
        font-size: 22px !important;
    }

    .admin-bar #pr-nav.open-pr-nav {
        overflow: hidden;
    }

    .footer-logo {
        flex: 0 0 auto;
        margin-bottom: 1rem;
    }

    .footer-logo img {
        width: auto;
        max-width: 100%;
    }

    .footer-credits {
        flex: 0 0 auto;
        text-align: center;
    }

    :root #main-header {
        padding-top: 80px;
        padding-bottom: 80px;
        margin-top: 25px;
        margin-left: 20px;
        margin-right: 20px;
    }

    #main-header .header-title {
        text-align: center;
        padding-left: 0;
        width: 100%;
        font-size: 35px;
    }

    .shop-header {
        display: block !important;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        background: transparent;
        padding: 0;
        display: flex;
        margin-bottom: -1px;
    }

    @media (max-width: 768px) {
        .variations tbody tr {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .variations tbody th.label {
            width: 100%;
            text-align: center;
            margin-bottom: 5px;
        }

        .variations tbody td.value {
            width: 100%;
        }

        .variations tbody td.value select {
            width: 100%;
        }

        .variations tbody .reset_variations {
            margin-top: 10px;
        }

        .woocommerce div.product form.cart .variations .value {
            width: 100%;
        }

        .woocommerce-orders-table__cell-order-actions {
            display: flex !important;
            align-items: center;
            justify-content: space-between;
        }

        .woocommerce-orders-table__cell-order-actions::before {
            flex-shrink: 0;
            margin-right: 10px;
            content: attr(data-title);
            font-weight: bold;
        }

        .woocommerce-orders-table__cell-order-actions select {
            flex-grow: 1;
            margin-left: 135px;
        }

        .xoo-el-myaccount-menu a span,
        .xoo-el-login-tgr a span {
            text-indent: 0;
            display: inline;
            width: auto;
            height: auto;
            overflow: visible;
            color: #fff;
        }

        .xoo-el-myaccount-menu a,
        .xoo-el-login-tgr a {
            background-color: #00b4ec;
            padding: 5px 10px !important;
            width: 80%;
            border-radius: 50px !important;
        }

        .xoo-el-myaccount-menu a::before,
        .xoo-el-login-tgr a::before {
            display: none;
        }

        .xoo-el-myaccount-menu a:active,
        .xoo-el-login-tgr a:active {
            background-color: #3353ae;
        }

        #menu-item-28786 .nav-link[aria-current="page"]::after {
            display: none;
        }

        #menu-item-28786 .nav-link::after {
            display: none;
        }

        .admin-bar #pr-nav.open-pr-nav {
            background: #fff;
        }

        .wpo-field[data-option-id="12"] {
            width: 100%;
            background: #d0eef7;
            padding: 10px 20px;
            margin-top: 0;
            margin-bottom: 20px;
            border-radius: 10px;
        }

        .wpo-field.wpo-field-datepicker.wpo-label-is-option-name[data-option-id="19"] {
            display: inline-block;
        }

        .wpo-option-1-19-28883,
        label[for="wpo-option-1-19-28883"] {
            width: 100%;
        }

        .wpo-datepicker-alt-input {
            min-width: 100% !important;
        }

        .wpo-field-dropdown {
            display: block;
            width: 100%;
        }

        .wpo-option-name {
            display: block;
            width: 100%;
            margin-bottom: 10px;
        }

        .nice-select .current {
            display: block;
            width: 100%;
        }

        .wpo-field-dropdown select,
        .wpo-field .nice-select,
        .nice-select-dropdown,
		.wpo-field.wpo-label-is-option-name label,
		#wpo-option-1-13-28883,
		#wpo-option-1-8-28883,
		#wpo-option-1-1-28883 {
            width: 100%!important;
        }
		.wpo-field[data-option-id="8"],
		.wpo-field[data-option-id="1"],
		.wpo-field[data-option-id="13"]{
			display: block;
		}
		.alert-conferma,
		.alert-errore,
		.alert-avviso,
		#screenshot {
			width: 100%;
		}
		#toggle-message-form {
			display: block;
		}
		#menu-item-28923 .dropdown-menu {
			text-align: center;
			margin-top: -35px;
			width: 100%!important;
		}
		.bundle-notice {
			width: 100%!important;
		}
    }