/* 
Theme Name: VIAMO
Theme URI: https://github.com/elementor/hello-theme-child/
Description: VIAMO is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: viamo
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.overflow-hidden {
	overflow: hidden;
}
.align_left > .e-con-inner {
    margin-left: 0;
}
.menu_desk {
    flex: 0 1 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.menu_icons .elementor-icon-list-item a {
    flex-direction: column;
    justify-content: center;
}
.menu_icons .elementor-icon-list-icon svg {
    margin-right: 0 !important;
}
main#content:not(:has(.page_hero)),
.page_hero {
    padding-top: 100px;
}
.sticky_btn {
	width: max-content !important;
}
header.elementor-location-header {
    z-index: 999;
    position: relative;
}
.voyage_title {
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    color: var(--e-global-color-primary);
    margin: 30px 0 15px;
}
.wpcf7 label {
    padding-bottom: 10px;
}
@media(min-width: 1025px) {
    .header_gradient {
        background: linear-gradient(180deg, black, transparent);
    }
	header .mobile_only {
		display: none !important;
	}
	.sticky_pr {
		height: fit-content;
		position: sticky;
		top: 110px;
	}
}
@media(max-width: 1024px) {
    .header_gradient {
        background: #fff;
    }
}
.ml-auto {
    margin-left: auto !important;
}
.mb-auto {
	margin-bottom: auto !important;
}
.has_bold strong {
    color: var(--e-global-color-primary);
    font-weight: 400;
}
footer a.iubenda-nostyle {
    color: #fff;
}
@media(min-width: 1025px) {
    .ml-auto-d {
        margin-left: auto !important;
    }
}
.product_card .elementor-widget-theme-post-featured-image a {
    display: flex;
}
tr.order_item a.button,
.woocommerce_deposits_parent_order_summary .order_item a.button {
    color: var(--e-global-color-accent) !important;
    border: none;
    background-color: #fff !important;
    font-weight: 400;
}
tr.order_item a.button:hover {
    color: var(--e-global-color-accent) !important;
    background-color: #fff !important;
}
.order_notice {
    padding: 5px;
    font-size: 14px !important;
    font-style: italic;
    text-decoration: underline;
    text-decoration-color: #dba617;
}
.cart_header #elementor-menu-cart__toggle_button:hover,
.cart_header #elementor-menu-cart__toggle_button:focus {
    border: none;
}
.product-quantity input {
    text-align: center !important;
}
.cart_totals .shop_table .woocommerce-Price-amount {
    color: var(--e-global-color-text) !important;
}
.home_hero > div,
.page_hero > div{
    z-index: 2;
}
.home_hero:after,
.page_hero:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.92) 100%);
    z-index: 1;
}
.home .home_hero:after, .home .page_hero:after {
    background: none;
}
@media (min-width: 768px) {
    .how_it_works .elementor-widget-icon-box:not(:first-child):before {
        content: "";
        position: absolute;
        width: 110px;
        height: 1px;
        background-color: #6D6E70;
        top: 36px;
        left: 0%;
        transform: translate(-50%, -50%);
    }
    .offer_grid > .elementor-widget-image-box {
        position: relative;
    }
    .offer_grid > .elementor-widget-image-box:not(:last-child):after {
        content: "";
        width: 1px;
        height: 200px;
        background-color: #fff;
        position: absolute;
        top: 220px;
        right: 0;
        transform: translateY(-50%);
    }
    .offer_grid > .elementor-widget-image-box .elementor-image-box-wrapper {
        height: 100%;
        justify-content: space-between;
    }
}
@media(max-width: 767px) {
    
    .offer_grid > .elementor-widget-image-box {
        position: relative;
    }
    .offer_grid > .elementor-widget-image-box:not(:last-child):after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #fff;
        position: absolute;
        bottom: -40px;
        left: 50%;
        transform: translateX(-50%);
        width: 50%;
    }
    .new_footer_logo {
        display: block;
        width: 100%;
    }
}
.product_card {
	overflow: hidden;
}
.product_card .price {
	margin-bottom: 0;
}
.product_card_age {
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-align: right;
}
.partners .elementor-main-swiper {
	padding-bottom: 0 !important;
}
header.elementor-element:has(.elementor-menu-toggle.elementor-active) {
    background-color: #fff;
}
.elementor-menu-toggle.elementor-active .e-eicon-close path {
    fill: #000;
    stroke: #000;
}
header.elementor-element:has(.elementor-menu-toggle.elementor-active) .elementor-widget-image img {
	filter: brightness(0) contrast(1);
}
.bold_semibold strong,
.bold_semibold b {
	font-weight: 600 !important;
}

.product_card_meta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.product_card_meta_days, .product_card_meta_qty {
    display: flex;
    gap: 8px;
    align-items: center;
}
.product_card_meta_days span, .product_card_meta_qty span {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
}
.product_card p.price {
    font-family: Poppins;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: var(--e-global-color-text) !important;
}
.product_card span.woocommerce-Price-amount.amount {
    font-family: Poppins;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 28px !important;
    color: var(--e-global-color-primary) !important;
}
.white .product_card_meta {
    color: #fff;
}
.white .product_card_meta_qty svg path {
    fill: #fff;
}
.white .product_card_meta_days svg path[stroke] {
    stroke: #fff;
}
.white .product_card_meta_days svg path[fill] {
    fill: #fff;
}
@media(max-width: 1024px) {
    .cart_header {
        margin-left: auto;
    }
}

.order_received_title {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 64px;
    color: var(--e-global-color-accent);
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    display: flex;
    flex-direction: row;
    padding: 32px;
    background-color: #EFF0F5;
    border-radius: 4px;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 50px;
    color: var(--e-global-color-primary);
    gap: 100px;
}
a.wa_button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: Poppins;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    padding: 11px 24px;
    color: #fff;
    background-color: #25D366;
    border-radius: 50px;
}
a.wa_button:hover {
    color: #fff;
}
.woocommerce-order-details__title,
section.woocommerce-customer-details .woocommerce-column__title {
    color: var(--e-global-color-primary);
}
.theme_order_details_wrapper {
    display: flex;
    flex-direction: row;
    gap: 64px;
}
.theme_order_details, .theme_order_details_customer {
    flex: 1 0;
}
.theme_order_details .woocommerce-table--order-details.order_details,
.theme_order_details_customer address {
    border: 1px solid #CDCECF !important;
    border-radius: 4px !important;
    padding: 32px !important;
}
.theme_order_details .woocommerce-table--order-details.order_details th[scope="row"],
.theme_order_details_customer address th[scope="row"] {
    font-family: 'Poppins';
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px;
    vertical-align: middle;
    color: #10171F !important;
}
.theme_order_details .woocommerce-table--order-details.order_details th.woocommerce-table__product-name.product-name, 
.theme_order_details .woocommerce-table--order-details.order_details th.woocommerce-table__product-table.product-total {
    font-family: 'Poppins';
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 28px;
    vertical-align: middle;
    color: #10171F !important;
}
.theme_order_details .woocommerce-table--order-details.order_details thead th {
    border-bottom: 1px solid #CDCECF !important;
}
.woocommerce .woocommerce-order-details {
    margin-bottom: 64px;
}
h2.woocommerce-order-details__title,
h2.woocommerce-column__title,
.woocommerce-order > h4 {
    font-family: 'Poppins';
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 38px;
    vertical-align: middle;
    color: var(--e-global-color-primary) !important;
}
table.woocommerce-table.woocommerce_deposits_parent_order_summary {
    margin-top: 64px;
}
table.woocommerce-table.woocommerce_deposits_parent_order_summary th, table.woocommerce-table.woocommerce_deposits_parent_order_summary td {
    border: none !important;
    border-collapse: collapse !important;
}
table.woocommerce-table.woocommerce_deposits_parent_order_summary thead {
    background-color: #EFF0F5;
}
table.woocommerce-table.woocommerce_deposits_parent_order_summary tbody>tr:nth-child(odd)>td, 
table.woocommerce-table.woocommerce_deposits_parent_order_summary tbody>tr:nth-child(odd)>th {
    background-color: #fff !important;
}
table.woocommerce-table.woocommerce_deposits_parent_order_summary tbody>tr {
    border-bottom: 1px solid #CDCECF;
}
table.woocommerce-table.woocommerce_deposits_parent_order_summary thead th {
    font-family: 'Poppins';
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: left;
    color: #6D6E70 !important;
}
table.woocommerce-table.woocommerce_deposits_parent_order_summary tbody td {
    font-family: 'Poppins';
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #6D6E70 !important;
}
table.woocommerce-table.woocommerce_deposits_parent_order_summary tbody td strong {
    font-weight: 400 !important;
}
.woocommerce ul.order_details {
    margin-bottom: 64px;
    padding: 0;
}

.woocommerce ul.order_details > li {
    text-transform: none;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px !important;
    line-height: 24px !important;
    vertical-align: middle;
    color: #10171F;
    border-right: 1px solid #CDCECF;
}
.woocommerce ul.order_details > li strong {
    font-family: 'Poppins';
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    vertical-align: middle;
    color: #6D6E70;
    padding-top: 8px;
}
.woocommerce-view-order table.woocommerce-table.woocommerce-table--order-address.shop_table.order_address, 
.woocommerce-view-order table.woocommerce-table.woocommerce-table--order-address.shop_table.order_address td, 
.woocommerce-view-order table.woocommerce-table.woocommerce-table--order-address.shop_table.order_address th,
.woocommerce-view-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th, 
.woocommerce-view-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td {
    border: none !important;
}
.woocommerce-view-order table.woocommerce-table.woocommerce_deposits_parent_order_summary th, 
.woocommerce-view-order table.woocommerce-table.woocommerce_deposits_parent_order_summary td {
    padding: 15px !important;
}
.woocommerce-MyAccount-content-wrapper > h4 {
    color: var(--e-global-color-primary) !important;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td,
table.woocommerce-table.woocommerce-table--order-address.shop_table.order_address tbody td {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: right !important;
    vertical-align: middle;
    color: #6D6E70;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-total.product-total span.woocommerce-Price-amount.amount, 
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-total.product-total span.woocommerce-Price-amount.amount bdi {
    width: 100%;
    display: block;
    text-align: right;
}

.last_seats-container {
	display: flex;
	gap: 5px;
	align-items: center;
	font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.blinker {
  width: 48px;
  height: 48px;
  position: relative;
  pointer-events: none;
}
.blinker .circle, 
.blinker--small .circle {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blinker .circle:nth-child(1) {
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  background: var( --e-global-color-accent );
  border-radius: 100%;
  border: 4px solid #fff;
  z-index: 1;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}
.blinker .circle:nth-child(2) {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background: var( --e-global-color-accent );
  border-radius: 100%;
  animation: pulse-out 1200ms infinite;
}

.product_card_last_seats .last_seats-container {
    gap: 0;
}
.blinker--small {
  width: 34px;
  height: 34px;
  position: relative;
  pointer-events: none;
}
.blinker--small .circle:nth-child(1) {
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  background: var( --e-global-color-accent );
  border-radius: 100%;
  border: 2px solid #fff;
  z-index: 1;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
  font-size: 12px;
}
.blinker--small .circle:nth-child(2) {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background: var( --e-global-color-accent );
  border-radius: 100%;
  animation: pulse-out 1200ms infinite;
}
.product_card_last_seats {
    background-color: #fff !important;
}
.product_card_last_seats .blinker-text {
    font-size: 12px;
}

@keyframes pulse-out {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.marine,
.marine * {
    font-family: 'marine', sans-serif !important;
}
.marine .elementor-icon-box-description {
    font-family: "Exo", Sans-serif !important;
}
.blog_slider {
    position: relative;
}
@media (min-width: 768px) {
    .blog_slider:before {
        content: "";
        position: absolute;
        display: block;
        width: 100px;
        height: 100%;
        background: linear-gradient(90deg, var(--e-global-color-primary) 40%, transparent);
        z-index: 5;
        left: 0;
        top: 0;
    }
    .blog_slider:after {
        content: "";
        position: absolute;
        display: block;
        width: 100px;
        height: 100%;
        background: linear-gradient(90deg, transparent 10%, var(--e-global-color-primary) 50%);
        z-index: 5;
        right: 0;
        top: 0;
    }
    .blog_card h2.elementor-heading-title {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}
.blog_card .elementor-widget-image img {
    border-radius: 15px;
}
.blog_slider .elementor-swiper-button {
    z-index: 10 !important;
}
.blog_slider .swiper-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
}
.blog_slider .swiper-slide-next {
    transform: scale(1.2);
}
.blog_slider .swiper-slide {
    transition: transform .5s ease-in;
}
.blog_slider .swiper-slide .elementor-button {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-in, visibility .5s ease-in;
    position: absolute !important;
    bottom: -10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: max-content;
    transition-delay: .3s;
}
.blog_slider .swiper-slide.swiper-slide-next .elementor-button {
    opacity: 1;
    visibility: visible;
}
.blog_slider .swiper-slide.swiper-slide-next .elementor-heading-title {
    font-size: 28px !important;
}
/* .blog_slider .swiper-slide.swiper-slide-next .elementor-widget-image {
    padding: 0 30px;
} */

@media(max-width: 767px) {
    .blog_slider .swiper-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .blog_slider .swiper-slide-active .elementor-button {
        opacity: 1;
        visibility: visible;
    }
    .blog_slider .swiper-slide.swiper-slide-next .elementor-button {
        opacity: 0;
        visibility: hidden;
    }
    .line_connect > .elementor-element:not(:last-child) {
        position: relative;
    }
    .line_connect > .elementor-element:not(:last-child):after {
        content: "";
        position: absolute;
        height: 70px;
        width: 2px;
        background-color: #fff;
        top: 100%;
        left: calc(50% - 1px);
    }

    .line_connect_cat > .elementor-element:not(:last-child):after {
        background-color: #1E2B3C;
    }
}
.new_header_gradient {
    background-image: linear-gradient(0deg, #00000000 0%, #000000 100%);
}
header .e-n-menu-toggle:hover, 
header .e-n-menu-toggle:focus {
    background-color: transparent !important;
    border: none !important;
}
header .side_menu .e-n-menu-wrapper {
    width: 300px !important;
    height: 100vh !important;
    background-color: var(--e-global-color-secondary) !important;
    top: 0 !important;
    transform: translateX(-120%) !important;
    transition: transform 0.3s ease-in !important;
    opacity: 1 !important;
    display: flex !important;
    left: 0 !important;
    position: fixed !important;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    box-shadow: 0 0 10px #ffffff20 !important;
}
header .side_menu button[aria-expanded="true"] + .e-n-menu-wrapper {
    transform: translateX(0px) !important;
    padding-top: 80px !important;
    z-index: 990 !important;
}
header .side_menu button[aria-expanded="true"] {
    text-shadow: 0 0 black !important;
    filter: drop-shadow(2px 4px 6px black) !important;
}
header .side_menu .e-n-menu-wrapper ul.e-n-menu-heading > li {
    border-bottom: 1px solid #daa52066;
}
.product_new_card_meta {
    color: #D2A540;
    font-size: 16px;
    line-height: 1.2;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-family: 'Exo', Sans-serif;
}
.product_new_card_meta_day,
.product_new_card_meta_date, 
.product_new_card_meta_qty  {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
}
.card_tag {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 14px 20px;
    border-radius: 15px;
    width: max-content;
    color: #F8F3E6;
    font-size: 16px;
    line-height: 1.2;
    font-family: "Exo", Sans-serif;
}
.card_tag p {
    margin: 0;
}
.ultimi-posti .card_tag {
    background-color: #D66953;
}
.capodanno .card_tag {
    background-color: #9DA28B;
}
.tag-container.ultimi-posti,
.tag-container.capodanno {
    position: absolute;
    top: -20px;
    z-index: 5;
    left: -20px;
}
.tag-container.logo {
    position: absolute;
    z-index: 5;
    right: 5px;
    top: 125px;
    background-color: #fff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
}
.card_price {
    color: var(--e-global-color-primary);
    font-size: 44px;
    line-height: 1.2;
    font-weight: 700;
    font-style: oblique;
}

.card_price_sale {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #D2A540;
    gap: 7px;
}
.regular_price {
    font-size: 20px;
    text-decoration: line-through;
    font-family: 'Exo', Sans-serif !important;
    font-weight: 400;
}
.sale_diff {
    background-color: #D2A540;
    border-radius: 7px;
    color: #fff;
    line-height: 1;
    padding: 5px 7px 3px;
    font-size: 20px;
    align-self: center;
    font-family: 'Exo', Sans-serif;
    font-weight: 400;
}

@media (max-width: 767px) {
    .product_new_card_meta {
        font-size: 14px;
    }
    .product_new_card_meta svg {
        width: 18px;
    }
    .tag-container.ultimi-posti, .tag-container.capodanno {
        top: -15px;
        left: -10px;
    }
    .card_tag {
        padding: 12px 20px;
    }
    .tag-container.logo {
        top: 130px;
        width: 100px;
        height: 100px;
    }
}


/*product categories homepage*/

.prod-cat-loop .elementor-loop-container.elementor-grid {
    align-items: center;
}

.prod-cat-loop .elementor-loop-container.elementor-grid .e-loop-item {
    border-radius: 65px;
    transition: all .5s ease-in;
    height: 100%;
}

.prod-cat-loop .elementor-loop-container.elementor-grid .e-loop-item:hover {
    background-color: #D1A63E;
}

.prod-cat-loop .elementor-loop-container.elementor-grid .e-loop-item .e-con-inner {
    position: relative;
}

.prod-cat-loop .elementor-loop-container.elementor-grid .e-loop-item .e-con-inner .elementor-widget-image {
    opacity: 0.3;
    transition: all .5s ease-in;
    margin-top: auto;
    margin-bottom: auto;
}

.prod-cat-loop .elementor-loop-container.elementor-grid .e-loop-item:hover .e-con-inner .elementor-widget-image {
    opacity: 1;
}

.prod-cat-loop .elementor-loop-container.elementor-grid .e-loop-item .e-con-inner .elementor-widget-heading {
    opacity: 0.3;
    transition: all .5s ease-in;
}

.prod-cat-loop .elementor-loop-container.elementor-grid .e-loop-item:hover .e-con-inner .elementor-widget-heading {
    opacity: 1;
}

.prod-cat-loop .elementor-loop-container.elementor-grid .e-loop-item .e-con-inner .elementor-widget-button {
    opacity: 0;
    transition: all .5s ease-in;
    position: absolute;
    bottom: -54px;
    z-index: 1;
    width: 100%;
}

.prod-cat-loop .elementor-loop-container.elementor-grid .e-loop-item:hover .e-con-inner .elementor-widget-button {
    opacity: 1;
}


.prod-cat-loop .elementor-loop-container.elementor-grid .e-loop-item > .elementor-element {
    height: 100%;
}

.elementor-widget-loop-grid .e-loop__load-more .elementor-button {
    background-color: #FFFFFF00;
    font-family: "Exo", Sans-serif;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: none;
}

.elementor-widget-loop-grid>.elementor-widget-container>.elementor-button-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}

.elementor-widget-loop-grid .e-loop__load-more .elementor-button:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.prod-items .new_card_loop {
    height: 100%;
}

/* Header sticky styles */
.slideUp {
  animation: slideUp .3s forwards ease-out;
}

.slideDown {
  animation: slideDown .5s forwards ease-out;
}
.cart_header_hidden .elementor-menu-cart__toggle {
    display: none;
}
.height_none {
    max-height: 0 !important;
}

@keyframes slideUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100px);
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-100px);
    }
    100% {
        transform: translateY(0px);
    }
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg, .elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg path {
    fill: #fff !important;
}

.new_header_gradient:not(.is_top) a.elementor-item,
.new_header_gradient:not(.is_top) a .elementor-icon-list-text {
    color: #fff !important;
}
.new_header_gradient:not(.is_top) a .elementor-icon-list-icon svg, 
.new_header_gradient:not(.is_top) a .elementor-icon-list-icon svg path {
    fill: #fff !important;
}

.side_menu a.e-n-menu-title-container svg,
.side_menu a.e-n-menu-title-container svg path {
    fill: #fff !important;
}

@media(min-width: 1025px) {
    .e-n-menu-item:has(> #side_search_link, > #side_cart_link) {
        display: none;
    }
    .new_header_gradient.is_top {
        background: transparent !important;
    }

}
@media(max-width: 1024px) {
    .menu_icons .elementor-icon-list-items li:not(:last-child),
    .new_header_gradient a .elementor-icon-list-text {
        display: none !important;
    }
    .new_header_gradient .elementor-element.e-con:has(> .menu_icons) {
        flex-basis: 50px !important;
        min-width: 50px !important;
    }
    .new_header_gradient a .elementor-icon-list-icon svg, 
    .new_header_gradient a .elementor-icon-list-icon svg path {
        fill: #fff !important;
    }
}

@media (max-width: 374px) {
    .new_header_gradient .elementor-element.e-con:has(> .menu_icons) {
        flex-basis: 50px !important;
        min-width: 50px !important;
    }
    .new_header_gradient:not(.is_top) a .elementor-icon-list-text {
        display: none !important;
    }
}

/*Chi Siamo page*/

.elementor-element.custom-grid > .e-con>.elementor-widget {
    height: 100%;
}

.button-down .elementor-button {
    position: relative;
    bottom: -34px;
}

/*Chi Siamo page*/

.elementor-element.custom-grid > .e-con>.elementor-widget {
    height: 100%;
}

.button-down .elementor-button {
    position: relative;
    bottom: -34px;
}

/*Single Post*/

.elementor-widget-theme-post-content h1.wp-block-heading, .elementor-widget-theme-post-content h2.wp-block-heading, .elementor-widget-theme-post-content h3.wp-block-heading, .elementor-widget-theme-post-content h1, .elementor-widget-theme-post-content h2, .elementor-widget-theme-post-content h3 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.elementor-widget-theme-post-content h4.wp-block-heading, .elementor-widget-theme-post-content h5.wp-block-heading, .elementor-widget-theme-post-content h6.wp-block-heading, .elementor-widget-theme-post-content h4, .elementor-widget-theme-post-content h5, .elementor-widget-theme-post-content h6 {
    margin-top: 30px;
    margin-bottom: 30px;
}


.elementor-widget-theme-post-content .wp-block-image {
    margin-top: 50px;
}

.elementor-widget-post-navigation .elementor-post-navigation .elementor-post-navigation__link {
    text-align: center;
}

.elementor-widget-post-navigation .elementor-post-navigation .elementor-post-navigation__link a {
    background-color: #D2A540;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    line-height: 34px;
    letter-spacing: 0.1px;
    fill: #1b2c3e;
    color: #1b2c3e;
    border-style: none;
    border-radius: 15px 15px 15px 15px;
    padding: 17px 45px 17px 45px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: auto;
}

.elementor-widget-post-navigation .elementor-post-navigation .elementor-post-navigation__separator-wrapper {
    display: none;
}

.product_new_card_meta_date .smaller-txt {
    font-size: 13px;
}

@media (max-width: 767px) {
    .elementor-widget-post-navigation .elementor-post-navigation {
        flex-direction: column;
        gap: 15px;
    }

    .elementor-widget-post-navigation .elementor-post-navigation .elementor-post-navigation__link {
        width: 100%;
    }

    .elementor-widget-post-navigation .elementor-post-navigation .elementor-post-navigation__link a {
        font-size: 20px;
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center;
        max-width: 290px;
        padding: 17px 21px 17px 21px;
    }
}
