/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 05 2026 | 16:28:27 */
/* --- ANIMAZIONI --- */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.woocommerce-result-count, .woocommerce-ordering {
	display: none;
}

body.archive.woocommerce-shop main#main {
    margin-top: 125px;
}

.yith-custom-filter-wrapper {
    max-width: 1245px;
    width: 100%;
}

.filter-content .filter-items {
	margin-top: 10px !important;
	.filter-item {
		width: max-content !important;
		border-radius: 12px !important;
		border: 0;		
		a {
			font-size: 14px;
			padding: 0 10px;			
			.term-label {
				font-size: 14px !important;
				font-weight: 500 !important;            
			}
		}		
	}
	.filter-item:hover {
		background-color: #575757 !important;
		box-shadow: none !important;
		color: white!important;
		.term-label {
			color: white!important;			
		}
	}
	.filter-item.active {
		background-color: #575757 !important;
		box-shadow: none !important;
		a {
			color: white !important;
		}
	}
}

.yith-wcan-filters {
	margin-top: 30px;
    background: none;
	span.term-image {
		display: none !important;
	}
}

.relative {
	position: relative;
	.n2-section-smartslider {
		z-index: 999;
	}
	.absolute-pattern {
		position: absolute;
		left: 5%;
		top: 0;
	}
	.absolute-pattern-rotate {
		position: absolute;
		right: 0;
		top: -261px;
		transform: rotate(90deg);
	}
}

.fade-in {
  opacity: 0;   
  animation: fadeIn 2s ease-in-out forwards;
}

.sub-categories-list { 
	color: #575756;
	li.menu-item:hover a {
		font-weight: 500;
	}
}

.wc-block-cart-items__row {
  background: white;
  z-index: 999999;
  position: relative;
}

.ast-single-post .entry-content .container-home {
	h2 a {
		text-decoration: none;
	}
	h2:hover a {
		color:#575756;
		text-decoration: underline;
	}
}

.footer-widget-area {
	a:hover {
		text-decoration: underline !important;
	}
}

.woocommerce-mini-cart-item {
	dl.variation {
		display: none;
	}
}

.woocommerce-notices-wrapper {
	  display: flex;
	  width: 100%;
	  justify-content: center;
	.woocommerce-message {
		max-width: 800px;
		width: 100%;
		background: #575757;
		color: white !important;
		border-radius: 20px;
		margin-top: -20px;
	}
	.woocommerce-message::before, .woocommerce-info::before {
		color: white;
	}
}

.woocommerce-MyAccount-navigation {
	z-index: 999;
	position: relative;
	background: white;
	li.is-active a, li:active a {
		color: #575756;
		font-weight: 600;
	}
	li:hover a {
		color: #575756;
		text-decoration: underline !important;
	}
}

.border-t-100 {
	border-radius: 100px 100px 0 0;
}

.margin-b--60 {
	margin-bottom: -60px !important;
}

/* 1. Contenitore principale in Grid */
.astra-shop-summary-wrap {
    display: grid !important;
    grid-template-columns: 1fr auto; /* Prezzo a sinistra (tutto lo spazio), Link a destra (spazio necessario) */
    align-items: center;
    gap: 10px;
}

/* 2. Categoria e Titolo devono occupare tutta la larghezza (riga intera) */
.ast-woo-product-category, 
.ast-loop-product__link {
    grid-column: 1 / -1; 
}

/* 3. Il Prezzo va in basso a sinistra */
.astra-shop-summary-wrap .price {
    grid-column: 1;
    grid-row: 3; /* Terza riga: dopo categoria e titolo */
    margin: 0 !important;
}

/* 4. Trasformiamo il tasto "Read More" (o "Scegli") nell'icona SVG */
/* Se il link del pulsante ha classe .add_to_cart_button o .button */
.astra-shop-summary-wrap .button.product_type_simple, 
.astra-shop-summary-wrap .button.product_type_variable,
.astra-shop-summary-wrap .add_to_cart_button {
    grid-column: 2;
    grid-row: 3; /* Affiancato al prezzo */
    
    /* Reset degli stili del pulsante Astra */
    background: transparent !important;
    padding: 0 !important;
    width: 24px;
    height: 24px;
    min-width: 24px;
    text-indent: -9999px; /* Nasconde il testo "Read More" o "Scegli" */
    overflow: hidden;
    position: relative;
    border: none !important;
}

/* 1. STATO BASE: Definiamo la transizione per l'effetto "Out" */
.astra-shop-summary-wrap button, 
.row-button button, 
.row-button {
    display: inline-block; /* Assicura che il transform funzioni correttamente */
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    will-change: transform; /* Ottimizza le prestazioni del browser */
}

/* 2. HOVER E FOCUS: L'effetto di sollevamento "In" */
.astra-shop-summary-wrap button:hover, 
.astra-shop-summary-wrap button:focus,
.row-button button:hover, 
.row-button button:focus,
.row-button:hover,
.row-button:focus {
    /* Sposta il bottone verso l'alto di 5px */
    transform: translateY(-5px);
    
    /* Opzionale: aggiunge una leggera ombra per dare profondità al distacco */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    
    outline: none; /* Pulisce il bordo di default del focus */
}

/* 5. Inseriamo l'SVG dentro il pulsante */
.astra-shop-summary-wrap button, .row-button button, .row-button a span {
	position: relative;
	content: "";
	font-size: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.astra-shop-summary-wrap button::after, .row-button button::after, .row-button a span::after {
    content: "";
    width: 24px;
    height: 24px;
    text-indent: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4299 5.93005L20.4999 12.0001L14.4299 18.0701' stroke='%23575756' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.5 12H20.33' stroke='%23575756' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

/* 6. Pulizia per i lettori di schermo (opzionale) */
.screen-reader-text {
    display: none !important;
}

/* --- STILI GENERALI --- */
.site-content .ast-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-id-2 {
	h1.entry-title {
		display: none;
	}
}

.ast-header-account-wrap .ast-header-account-type-icon .ahfb-svg-iconset svg path:not( .ast-hf-account-unfill ) {
	fill: none;
}

.woocommerce-tabs ul.tabs.wc-tabs {
    display: none;
}

div:has(> .af-checkbox-wrapper) {
	gap: 5px;
    display: flex;
    flex-direction: column; 
	br {
		display: none;
	}
}

span.page-numbers.current {
    color: white !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    padding: 0px !important;
}

div:has(> input[type="checkbox"]) {
	background: #f5f5f5;
	padding: 10px 20px;
	border-radius: 12px;
	display: flex;
	align-content: center;
	align-items: center;
	gap: 20px;
}

.container-img-form {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

li.variable-item.button-variable-item {
    background: #f5f5f5 !important;
    box-shadow: none !important;
    min-height: 44px !important;
    border-radius: 12px !important;
}

li.variable-item.button-variable-item.selected {
    background: #fbed00 !important;
}

table.variations th label {
    font-size: 12px;
    font-weight: normal !important;
}

form.variations_form.cart.wvs-loaded {
    max-width: 650px;
}

/* --- SEARCH BAR --- */
#content .ast-container .dgwt-wcas-search-wrapp.dgwt-wcas-has-submit {
    margin-top: -85px;
}

#content .ast-container .dgwt-wcas-search-wrapp.dgwt-wcas-has-submit form.dgwt-wcas-search-form {
    box-shadow: 1px 2px 15px #0000002e;
    border-radius: 8px;
}

/* --- SECTIONS --- */
.custom-fullwidth-top-section {
    width: 100%;
    background-color: #f4f4f4;
    padding: 60px 20px;
    text-align: center;
}

.custom-fullwidth-top-section .ast-container {
    max-width: 1200px;
    margin: 0 auto;
}

.addons_div_selection {
    border: none;
    padding: 0;
    margin: 3px;
}

.addons_div_selection img {
    border-radius: 12px !important;
}

/* --- SWATCHES & ADDONS --- */
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    flex: 1;
    max-width: 60px;
	height: 54px;
	border-radius: 12px;
	span.variable-item-span {
		border-radius: 12px;
	}
	.variable-item-contents:before {
		background-size: 35% !important;
	}
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
    background-size: 12%;
}

.af_addon_radio_custom, div:has(> input.af_pao_options_radio_buttons) {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.af_addon_radio_custom > *, div:has(> input.af_pao_options_radio_buttons) > * {
    flex: 1;
    min-width: 0;
}

.af_addon_radio_custom input[type="radio"], div:has(> input.af_pao_options_radio_buttons) input[type="radio"] {
    display: none;
}

.af_addon_radio_custom label, div:has(> input.af_pao_options_radio_buttons) label {
    display: block;
    width: 100%;
    cursor: pointer;
    padding: 12px 10px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 10px;
	font-size: 15px;
}

.af_addon_radio_custom label span, div:has(> input.af_pao_options_radio_buttons) label span {
    font-size: 15px;
    color: #575756;
}

input.addon_file_upload_option {
	width: 100%;
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 12px;
}

label:has(.af_pao_options_radio_buttons:checked), 
.af_pao_options_radio_buttons:checked + label {
    background-color: #FFED00 !important;
}


.af_addons_check_custom > * {
    display: flex;
    gap: 15px;
    background-color: #f5f5f5;
    padding: 12px 10px;
    border-radius: 10px;
}

.af_addons_check_custom label span {
    font-size: 15px;
    color: #575756;
}

/* --- FOOTER & PREFOOTER --- */
#footer-reassicurance {
    display: flex;
    gap: 10px;
    flex-direction: row;
}

#footer-reassicurance-1, #footer-reassicurance-2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    color: white;
    padding: 15px;
    border: 0.5px solid white;
    border-radius: 12px;
    width: 50%;
}

.prefooter-area {
    padding: 40px 20px;
    background-color: #fbed00;
    position: relative;
}

.prefooter-area figure.custom-pattern {
    position: absolute;
    top: -20%;
    left: 40px;
    width: 460px;
    z-index: 1;
}

.prefooter-area .address-footer { z-index: 3; }
.prefooter-area .map-address, .prefooter-area .wpcf7 form { z-index: 2; }

.prefooter-area .icon-message {
    position: absolute;
    width: 250px;
    top: -130px;
    left: 20px;
}

.prefooter-area figure.arrow-bottom-address {
    position: absolute;
    bottom: -30%;
    width: 300px;
    right: -10%;
    transform: rotate(180deg);
}

.prefooter-area figure.arrow-bottom-form {
    position: absolute;
    width: 300px;
    bottom: 0;
    transform: rotate(20deg);
}

/* --- PAGE ID 2174 (LINK TREE STYLE) --- */
.page-id-2174 {
    background: #575556 !important;
}

.page-id-2174 .prefooter-area {
    display: none;
}

.page-id-2174 .wp-block-group.group-link.is-layout-flow {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    max-width: 400px;
    padding: 0;
}

.page-id-2174 a {
    text-decoration: none !important;
}

.page-id-2174 a .link-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    background: #ffed00;
    padding: 15px 35px;
    border-radius: 8px;
    color: #575556;
    fill: #575556;
    border: 1px solid #ffed00;
    transition: 0.4s;
}

.page-id-2174 a .link-menu .icon-link {
    margin-right: 15px;
}

.page-id-2174 a .link-menu .icon-link-text {
    font-size: 17px;
    margin-left: 10px;
    text-decoration: none;
}

.page-id-2174 a .link-menu:hover {
    background: #575556 !important;
    color: white;
    fill: white;
    border: 1px solid white;
}

li:has(> .card-carousel) {
	min-width: 22% !important;
	z-index: 999;
}

/* --- ARCHIVE & SHOP --- */
body.archive.ast-woo-shop-archive #content ul.products li,
body.single-product.ast-custom-post-type.ast-single-post #content ul.products li,
body.archive.post-type-archive.post-type-archive-product.woocommerce-shop.ast-woo-shop-archive section.related.products ul.products li,
body.single-product.ast-custom-post-type.ast-single-post section.related.products ul.products li {
    background: white;
    z-index: 99;
    border-radius: 40px;
}

body.archive.ast-woo-shop-archive .astra-shop-summary-wrap,
body.single-product.ast-custom-post-type.ast-single-post .astra-shop-summary-wrap {
    padding: 10px 20px;
}

body.single-product.ast-custom-post-type.ast-article-single img,
li.product img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-radius: 40px 40px 0 0;
}

section.ast-archive-description {
    border: 0 !important;
}

/* --- SINGLE PRODUCT --- */
body.single.single-product #content .ast-container {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

body.single.single-product #content .ast-container div#primary {
    margin-bottom: 0 !important;
}

body.single.single-product .woocommerce-tabs.wc-tabs-wrapper {
    padding-bottom: 4em !important;
    margin-bottom: 0 !important;
    background: #fbed00;
    display: flex;
    flex-direction: column;
    align-items: center;
}

body.single.single-product .woocommerce-tabs.wc-tabs-wrapper ul, 
body.single.single-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
    max-width: 1240px;
    width: 100%;
    background: white;
    margin: 0;
    z-index: 99;
    padding: 25px;
    border: none !important;
}

body.single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
    border-radius: 20px 20px 0 0;
    box-shadow: none;
    padding-bottom: 0px;
}

body.single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li a {
    font-size: 40px;
}

body.single.single-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
    border-radius: 20px;
}

body.single.single-product div#primary .addons_div_selection {
    width: 60px !important;
    height: 54px !important;
    border-radius: 12px !important;
    border: 1px solid #00000012;
}

body.single.single-product div#primary .summary.entry-summary {
    box-shadow: 1px 2px 7px 3px #5a5a5a0d;
    border-radius: 12px;
    padding: 15px;
    margin-right: 15px;
}

section.related.products {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: #fbed00;
}

section.related.products ul.products {
    max-width: 1240px;
}

/* --- HEADER & ELEMENTS --- */
.relative { position: relative; }

div#ast-desktop-header {
    margin: 20px 40px 0 40px;
    border-radius: 40px;
    box-shadow: 0 0 8px #0000001f;
}

div#ast-desktop-header .ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item {
    border-radius: 40px 40px 0 0;
}

div#ast-desktop-header .ast-below-header-bar.ast-below-header.site-header-focus-item {
    border-radius: 0 0 40px 40px;
}

a.ast-builder-social-element.footer-social-item {
    border: 1px solid #fbed00;
    padding: 10px;
    border-radius: 50%;
}

body.single.single-product .ast-container div#primary .summary.entry-summary {		
	p.price {
		display: none;
	}		
}

span.site-title { display: none; }

/* --- FORMS (WPCF7) --- */
input.wpcf7-form-control.wpcf7-text, 
textarea.wpcf7-form-control.wpcf7-textarea {
    background: #fbed00;
    border: 2px solid #575756;
    box-shadow: none;
    border-radius: 8px;
}

input.wpcf7-form-control.wpcf7-text:focus, 
textarea.wpcf7-form-control.wpcf7-textarea:focus {
    border: 2px solid #575756 !important;
    outline: none;
}

input.wpcf7-form-control.wpcf7-text::placeholder, 
textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #575756;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #575756;
    border-radius: 8px;
    color: #fbed00;
    text-transform: uppercase;
    font-weight: 600;
}

/* --- BANNER --- */
.custom-banner-inner {
    margin-top: 30px;
}

.custom-banner-inner h1 {
    font-size: 70px;
    color: #575756;
    padding-left: 30px;
}

.custom-banner-image {
    max-height: max-content;
}

.custom-banner-image .img-wrapper {
    position: relative;
    width: 100%;
}

.custom-banner-image .img-wrapper img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 40px;
    box-shadow: 2px 1px 16px 1px #8b8b8b1a;
}

.custom-banner-image .img-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 223, 0, 0.7), rgba(255, 223, 0, 0));
    pointer-events: none;
    border-radius: 40px;
}

/* --- MEDIA QUERIES --- */

@media (min-width: 1400px) {
    .prefooter-area .figure.custom-pattern { left: 8%; }
    .prefooter-area .icon-message { left: 12%; width: 320px; }
}

@media (min-width: 950px) {
	body.single-product.ast-custom-post-type.ast-single-post button.single_add_to_cart_button.button.alt {
		width: 84%
	}
    .custom-banner-image .img-wrapper { width: 100%; }
    
    .ast-woo-shop-archive .site-content > .ast-container {
        padding: 0;
        max-width: 100%;
    }
    
    .ast-woo-shop-archive .site-content > .ast-container .custom-fullwidth-banner {
        width: 100%;
        max-width: 1240px;
    }
    
    .ast-woo-shop-archive .site-content > .ast-container #primary.primary {
        background: #fbed00;
        margin-bottom: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .ast-woo-shop-archive .site-content > .ast-container #primary.primary div.ast-woocommerce-container {
        max-width: 1240px;
        width: 100%;
    }
	
	header .site-primary-header-wrap.ast-container, header .ast-below-header-wrap {
		min-width: 90% !important;
	}
	
	header .ast-below-header-wrap .site-below-header-wrap { 
		padding: 0 !important;
		margin: 0 !important;
		width: 100% !important;
		max-width: 95%;
	}  

}

@media (min-width: 769px) {
    .address-footer { width: 140%; }
	.hidden-desktop {
		display: none;
	}
	
}

@media (max-width: 768px) {
	
	.yith-custom-filter-wrapper {
		padding: 20px;
	}
	
	.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
		grid-row-gap: 35px !important;
	}
	
	.border-t-60 {
		border-radius: 0;
	}
	
	
	li:has(> .card-carousel) {
		min-width: 49% !important;
	}
	
	.hidden-mobile {
		display: none;
	}
	
	header#masthead {
		padding: 20px 20px 0 20px;
		margin-bottom: 15px;
		#ast-mobile-header {
			display: block;
			width: 100%;
			position: relative;
			box-shadow: 0px 2px 7px 2px #0000001a;
			border-radius: 12px;
			.ast-primary-header-bar {
				border-radius: 12px;
			}
			.ast-mobile-header-wrap .ast-mobile-header-content {
				z-index: 9;
			}
		}
	}
	
	.ast-builder-menu-mobile .main-navigation .main-header-menu, .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-link, .ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu {
		background: #fbed00 !important;
		border-radius: 0 0 12px 12px;
	}
	.ast-mobile-header-content.content-align-flex-start {
		border-radius: 0 0 12px 12px;
		box-shadow: 0px 2px 7px 2px #0000001a;
	}
	
	#ast-mobile-header:has(.main-header-bar-navigation.toggle-on)
	.ast-primary-header-bar {
		border-radius: 12px 12px 0 0!important;
	}
	
	div.custom-banner-image:has(.img-wrapper img) {
		padding: 0 20px;
		margin-bottom: -50px;
	}
	
    .custom-banner-image .img-wrapper img { 
		width: 100%;
		height: 250px;
	}
	
	body.archive.woocommerce.ast-woo-shop-archive #content {
		.ast-container {
			padding: 0;
			.dgwt-wcas-search-wrapp.dgwt-wcas-has-submit {
				padding: 0 20px;
			}
			.custom-banner-inner h1 {
				font-size: 40px;
			}
		}
		#primary {
			background: #fbed00 !important;
			margin-bottom: 0;
			.ast-woocommerce-container {
				padding: 0 20px;
			}
		}
	}
    
	.container-img-form {
		padding: 0 20px;
	}
    body.single-product.ast-custom-post-type.ast-single-post section.related.products {
        padding: 0 20px;
    }
    
    body.single-product.ast-custom-post-type.ast-single-post button.single_add_to_cart_button.button.alt {
        width: 79% !important;
        padding: 15px 20px !important;
    }

    body.single.single-product .ast-container div#primary .summary.entry-summary {
        border: 0 !important;
        margin-right: 0 !important;
        padding: 20px;
    }

    body.single.single-product .ast-container div#primary .woocommerce-tabs.wc-tabs-wrapper {
        padding: 30px 20px;
    }

    body.single.single-product .ast-container div#primary .woocommerce-notices-wrapper {
        padding: 20px 30px;
    }

    body.single.single-product .ast-container div#primary .woocommerce-notices-wrapper .woocommerce-message {
        border-radius: 20px !important;
        border: 0 !important;
    }

    body.single.single-product .ast-container div#primary .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
        width: 100%;
        text-align: center;
    }
	body.single.single-product .ast-container div#primary div:has(> .addons_div_selection) {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
    body.single.single-product .ast-container div#primary .addons_div_selection {
        width: 60px !important;
		flex: auto;
        max-width: 19%;
    }

    #footer-reassicurance {
        flex-direction: column;
        gap: 20px;
    }

    #footer-reassicurance-1, #footer-reassicurance-2 { width: 100%; }

    .prefooter-area .custom-pattern { display: none; }
    
    .prefooter-area figure.arrow-bottom-address {
        width: 150px;
        right: 0%;
    }

    .prefooter-area .address-footer {
        margin-bottom: -60px;
        border-radius: 12px 12px 0 0 !important;
    }

    .prefooter-area .address-footer p {
        font-size: 28px !important;
    }

    .prefooter-area figure.arrow-bottom-form {
        position: absolute;
        width: 150px;
        bottom: -96px;
        right: 0;
        transform: rotate(-85deg);
    }

    .prefooter-area .icon-message {
        position: absolute;
        width: 150px;
        top: -92px;
        left: 20px;
        z-index: 30;
    }
}