@font-face {
    font-family: 'Cera Pro';
    src: url('/fonts/CeraPro-BoldItalic.eot');
    src: url('/fonts/CeraPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/CeraPro-BoldItalic.woff2') format('woff2'),
        url('/fonts/CeraPro-BoldItalic.woff') format('woff'),
        url('/fonts/CeraPro-BoldItalic.svg#CeraPro-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('/fonts/CeraPro-Bold.eot');
    src: url('/fonts/CeraPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/CeraPro-Bold.woff2') format('woff2'),
        url('/fonts/CeraPro-Bold.woff') format('woff'),
        url('/fonts/CeraPro-Bold.svg#CeraPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('/fonts/CeraPro-Medium.eot');
    src: url('/fonts/CeraPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/CeraPro-Medium.woff2') format('woff2'),
        url('/fonts/CeraPro-Medium.woff') format('woff'),
        url('/fonts/CeraPro-Medium.svg#CeraPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('/fonts/CeraPro-RegularItalic.eot');
    src: url('/fonts/CeraPro-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/CeraPro-RegularItalic.woff2') format('woff2'),
        url('/fonts/CeraPro-RegularItalic.woff') format('woff'),
        url('/fonts/CeraPro-RegularItalic.svg#CeraPro-RegularItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('/fonts/CeraPro-MediumItalic.eot');
    src: url('/fonts/CeraPro-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/CeraPro-MediumItalic.woff2') format('woff2'),
        url('/fonts/CeraPro-MediumItalic.woff') format('woff'),
        url('/fonts/CeraPro-MediumItalic.svg#CeraPro-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('/fonts/CeraPro-Regular.eot');
    src: url('/fonts/CeraPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/CeraPro-Regular.woff2') format('woff2'),
        url('/fonts/CeraPro-Regular.woff') format('woff'),
        url('/fonts/CeraPro-Regular.svg#CeraPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('/fonts/CeraPro-LightItalic.eot');
    src: url('/fonts/CeraPro-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/CeraPro-LightItalic.woff2') format('woff2'),
        url('/fonts/CeraPro-LightItalic.woff') format('woff'),
        url('/fonts/CeraPro-LightItalic.svg#CeraPro-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('/fonts/CeraPro-BlackItalic.eot');
    src: url('/fonts/CeraPro-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/CeraPro-BlackItalic.woff2') format('woff2'),
        url('/fonts/CeraPro-BlackItalic.woff') format('woff'),
        url('/fonts/CeraPro-BlackItalic.svg#CeraPro-BlackItalic') format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('/fonts/CeraPro-Light.eot');
    src: url('/fonts/CeraPro-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/CeraPro-Light.woff2') format('woff2'),
        url('/fonts/CeraPro-Light.woff') format('woff'),
        url('/fonts/CeraPro-Light.svg#CeraPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('/fonts/CeraPro-Black.eot');
    src: url('/fonts/CeraPro-Black.eot?#iefix') format('embedded-opentype'),
        url('/fonts/CeraPro-Black.woff2') format('woff2'),
        url('/fonts/CeraPro-Black.woff') format('woff'),
        url('/fonts/CeraPro-Black.svg#CeraPro-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


html {
	font-family: Cera Pro;
    font-feature-settings: normal;
    font-variation-settings: normal;
	scroll-behavior: smooth;
  	scroll-padding-top: 5.6rem;
}

::-moz-selection { background: #0066ad; color: #fff; }
::selection { background: #0066ad; color: #fff; }


::-webkit-scrollbar {
  height: 3px;            
  width: 11px;             
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
  background-color: #2b5e85;
}

::-moz-scrollbar {
  height: 3px;            
  width: 8px;             
}

::-moz-scrollbar-track {
  border-radius: 10px;
  background: #f0f0f0;
}

::-moz-scrollbar-thumb {
  border-radius: 10px;
  background-color: #000;
}


body {
	width: 100%;
	background: #fff;
	font-family: 'Cera Pro' !important;
	    overflow-x: hidden !important;
}

[type=checkbox]:checked, [type=radio]:checked {
    background-color: #086ab3;
}

.filter-content .amshopby-link-selected {
    color: #086ab3;
}

.text-menu-desktop {
	font-size: .845rem;
    line-height: 1.25rem;
}

#search:focus {
	--tw-ring-color: #adadad !important;
}

b, strong {
    font-weight: bold;
}

p {
	font-size: 1rem;
}

.btn-primary:hover {
    background-color: #0066ad !important;
	color: #fff !important;
}

.btn-primary-due {
	background: #000 !important;
	color: #fff !important;
	justify-content: center;
}

.btn-primary-due:hover  {
    background-color: #fff1f7 !important;
	color: #000 !important;
}


.js_slides:focus {
	outline: none !important;
}

.js_slides:hover {
    outline: none !important;
}

.js_slides:visited {
    outline: none !important;
}

.product-image-photo img {
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.product-image-photo:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: none;
}

.labels-freeshipping {
	border: 1px solid #4ff14f;
    font-size: 13px;
    text-transform: lowercase;
    font-family: Cera Pro !important; font-weight: 700;
    color: #000;
    letter-spacing: .08rem;
    padding: 0.2rem;
	background: #fff;
}


.marquee-horizontal {
    position: relative;
    /*z-index: 200;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.marquee-horizontal-title {
    position: relative;
    /*z-index: 200;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.marquee-horizontal-title .marquee-text {
	text-transform: none;
}

.track-horizontal-brand {
  /*position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-horizontal 10s linear infinite;
  animation: marquee-horizontal-due 10s linear infinite;
   manipulate the speed of the marquee by changing "40s" line above*/
   position: absolute;
    white-space: nowrap;
    will-change: transform;
    /* animation: marquee-horizontal 10s linear infinite; */
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100px;
}


.track-horizontal {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-horizontal 40s linear infinite;
  /* manipulate the speed of the marquee by changing "40s" line above*/
}

.track-horizontal-2 {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-horizontal-due 50s linear infinite;
  /* manipulate the speed of the marquee by changing "40s" line above*/
}

.track-horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.track-horizontal-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


@keyframes marquee-brand {
  /*from { transform: translateX(0); }
  to { transform: translateX(-50%); }*/

  0% {
    left: 10%;
  }
  100% {
    left: -260%
  }

}

@keyframes marquee-horizontal {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }

}

@keyframes marquee-horizontal-due {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.marquee-text {
    margin-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #fff;
    text-transform: lowercase;
}

.marquee-text p {
    color: #000;
    font-size: 13px;
    margin: 1px 5px 0 5px;
    text-transform: uppercase;
}

.marquee-text span {
	font-size: 14px;
}


.spacer-100 {
    width: 100%;
    height: 100px;
}

.bg-marquee {
    background-color: #f1f5f8;
}

.grid-container {
  background: $white;
  font-family: Cera Pro;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto 1fr auto;
}
  
.grid-item {
    color: #fff;
    padding: 1em 0 1em 5em;
    font-size: 1em;
    font-weight: 700;
	/*margin-right: -1.5rem;*/
}

.grid-category  .items {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    /*transform: scale(0.98);*/
    will-change: transform;
    user-select: none;
    cursor: pointer;
}

.grid-category  .items.active {
    background: rgba(255,255,255,0.3);
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1);
}

.grid-category  .item {
	display: inline-block;
	min-height: 250px;
	min-width: 320px;
	margin: 0em 1em 2em 1em
}

.items::-webkit-scrollbar {
  height: 5px;
}

.items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

.items::-webkit-scrollbar-thumb {
  height: 5px;
  background-color: #000;
}
.items::-webkit-scrollbar-thumb:hover {
  background-color: #000;
}

.pseduo-track {
  background-color: #ddd;
  height: 2px;
  width: 100%;
  position: relative;
  top: -3px;
  z-index: -10;
}

.grid-category .item {
	/*overflow: hidden;*/
}

.grid-category div {
	-webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
	position: relative;
}

.grid-category .item div:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
	box-shadow: none;
}


.box-servizi-home .item {
	/*overflow: hidden;*/
}

.box-servizi-home div {
	-webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.box-servizi-home .item div:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
	box-shadow: none;
}


.grid-category a { 
	position: relative;
}

.grid-category .container-item {
   /* position: absolute;
    bottom: 13px;
    left: 20px;
    color: #000;*/
}

.grid-category h3 {
    font-size: 28px;
    letter-spacing: 0.05em;
    color: #034e81;
    margin-top: 7px;
}

.grid-category .bg-span {
    content: 'dcfdc';
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 60%, rgb(0 0 0 / 35%) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	border-radius: 6px;
    /* z-index: 100; */
}

.grid-category .item img, .grid-category .item picture {
    border-radius: 6px;
}

/*.container-menu {
    background: none;
	padding: 0;
    border: none;
}

.container-menu-sub {
    background: none;
	padding: 0;
    border: none;
}*/


.container-menu {
    width: 0;
	height: 0;
}

.container-menu-sub {
    width: 0;
	height: 0;
}

#nav-mobile div[aria-hidden="false"] .container-menu-sub {
    background: none;
	padding: 0;
    border: none;
	width: 100%;
	height: 100%;
}


#nav-mobile div[aria-hidden="false"] {
   background: #00000057;
	padding: 0;
    border: none;
	width: 100%;
	height: 100%;
}

.container-menu-ul {
    max-width: 40%;
    background: #fff;
    /*height: 100%;*/
    margin: 0;
}

#nav-mobile div[aria-hidden="false"] .container-menu-ul {
}

.container-menu-ul-due {
    /*max-width: 40%;*/
    background: #fff;
    height: 100%;
    margin: 0;
	position: relative
}


.close-menu {
    color: #fff;
	margin-top: -1px;
}

.close-menu-2 {
	right: 0;
	top: 0;
	margin: 0;
}

.button-link-menu {
	width: 100%;
	background: none;
}

.bg-menu {
    width: 100%;
    height: 100%;
     position: fixed;
    z-index: -1;
}

.bg-menu2 {
	width: 100%;
    height: 100%;
    background: none;
    position: fixed;
}

 
.cms-index-index .columns {
    max-width: 100%;
	padding: 0;
}

.title-home h3 {
	margin-bottom: -20px;
}

@media (min-width: 1024px) {
	.columns-home {
		max-width: 1024px;
	}
	
	.icon-whatsapp-h {
		display: none;
	}
	
	.hidden-desktop {
		display: none;
	}
	
	.lg\:w-2\/5 {
		width: 40%;
	}
	
	.right-icon-header {
        gap: 1rem !important;
    }

}

@media (min-width: 1280px) {
	.columns-home {
		max-width: 1280px;
	}
	
	.box-prod-related .related {
		width: 33.333333%;
	}
	
	.box-prod-related .related form {
		flex-direction: initial;
	}
	
	.lg\:pt-5 {
		padding-top: 1.25rem !important;
	}
	
	.mt-search {
		position: fixed;
		top: 0;
		z-index: 100;
	}
	
	.title-home-3 {
		margin-top: 65px !important;
	}
	
	.box-price-accordion .daily-deals-block {
		margin-top: 12px;
	}
	
	.catalog-product-view .title-product-view {
		margin-bottom: 0;
	}
	

	/*.box-prod-related {
		display: flex;
	}

	.box-prod-related .product-slider {
		width: 50%;
		margin: 0;
	}


	
	.min-w-\[100px\] {
		min-width:80px
	}
	
	.box-container-bundle {
		max-width: min-content;
	}*/
	
	
	a.icon-whatsapp {
		display: block !important;
		position: fixed;
		bottom: 20px;
		right: 25px;
		background: #5fc329;
		padding: 10px;
		border-radius: 100%;
	}
	
	a.icon-whatsapp #fi_1384023 {
        fill: #fff !important;
    }
	
}

.box-prod-related .product-labels-bottom-left, .box-prod-related .item.product .icon-wishlist {
	display: none;
}

.box-prod-related .related .foto-prodotto-lista {
    /* width: 100%; */
    max-width: 190px;
	margin: 0 10px 0 0;
}

.product-info-main .amshopby-option-link .brand-title {
    text-decoration-line: none;
}

.box-prod-related .product-slider .my-12 {
	margin: 0;
}

.box-blog-home img {
}

.amrelated-content-container {
    border-radius: .25rem;
    padding: 5px 0;
}

.amrelated-content-container .amrelated-content-wrapper .amrelated-pack-item-wrapper:not(:last-child):after {
	font-size: 50px;
    color: #000;
}

.container-top-bundle {
}

.amrelated-summary-content-container  {
}

section.box-prod-related {
    margin-top: 35px;
}

section.box-prod-related .rewards__product-earn-points, section.box-prod-related .product-sku, section.box-prod-related .product-ean {
	display: none;
}

.amrelated-pack-item-wrapper {
	max-width: fit-content;
}

@media (min-width: 1024px) and (max-width:1480px) {
	.amrelated-pack-item-wrapper {
		max-width: min-content;
	}

}

.amrelated-content-container h3 {
	text-align: center;
	color: #000;
}

.amrelated-content-wrapper {
    justify-content: center;
    margin-bottom: 0;
    background: #fff;
    border-radius: 10px;
    margin-top: 15px;
}

.bg-amrel-red-bg {
    --tw-bg-opacity: 1;
    background-color: #fff333;
    color: #000 !important;
    font-weight: bold;
}

.amrelated-price-wrapper {
    border-color: #c5e0fb;
    border-radius: 10px 10px 0 0;
}

.bg-amrel-grey-border {
    --tw-bg-opacity: 1;
    background-color: rgb(229 244 255);
}

.amrelated-pack-item-wrapper .amrelated-name {
    max-width: 172px;
	font-size: 15px;
    line-height: 16px;
}


.amrelated-content-container .old-price span {
	text-decoration: line-through;
}

.amrelated-details .final-price .text-left {
	text-align: center;
}

.catalog-product-view .amrelated-details .final-price .text-left {
	text-align: left;
	text-transform: lowercase;
}


.bg-amrel-grey-border {
    --tw-bg-opacity: 1;
	border-radius: 7px;
    margin: 0 1px;
}

.amrelated-equal {
	color: #000;
	font-size: 50px;
}

@media (min-width: 1536px) {
	.columns-home {
		max-width: 1536px;
	}
	
	.container-menu-ul {
		height: 100%;
	}
	
}


.title-home {
	/*margin: 0 -1.5rem;*/
	order: 2;
}

.title-home h3 {
	font-size: 54px;
	color: #000;
	letter-spacing: -1px;
}

.title-home h3 span {
	font-size: 54px;
	color: #fff;
	-webkit-text-stroke: 1px black;
}


.title-home-2 {
    order: 4;
    display: flex;
    flex-direction: column;
    padding: 50px 15px 20px 15px;
}

.title-home-2 h3 {
    font-size: 54px;
    letter-spacing: -1px;
    line-height: 48px;
    margin-bottom: 15px;
}

.title-home-2 h3 span {

}

.title-home-3 {
	order: 4;
    margin-top: 45px;
}

.title-home-3 h3 {
	font-size: 54px;
	color: #000;
	letter-spacing: -1px;
}

.title-home-3 h3 span {
	font-size: 54px;
	color: #fff;
	-webkit-text-stroke: 1px black;
}

/*.cms-index-index .main .product-slider:nth-child(2) {
	order: 5;
}*/

.cms-index-index .dailyoffers {
	order: 5;
}

.icon-menu {
	margin-right: 8px;
	margin-top: -3px;
}

.color-red {
	color: #ff0000;
}

.title-menu {
	margin-top: -2px;
    display: block;
}

.icon-menu-top {
    max-width: 21px;
    margin: 5px auto 2px;
}

.cms-index-index .columns .main {
    display: flex;
    flex-direction: column;
}

.cms-index-index .bestseller {
    order: 3;
	padding: 0;
}

.main.grid-category {
	order: 4;
	overflow: hidden;
}

.banner-slider a {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
}

.banner-slider a img {
    width: auto !important;
}

.slider-due-horizontal .banner-slider:nth-child(4) {
	margin-top: 16px;
}

.pag-left-slider {
	left: 10px;
	top: 50%;
    transform: translateY(-50%);
	background: rgb(255 255 255 / 58%);
}

.pag-right-slider {
	right: 10px;
	top: 50%;
    transform: translateY(-50%);
	background: rgb(255 255 255 / 58%);
}

.right-icon-header {
	margin-top: -2px;
}

.pt-cutom-lang .Italiano {
	background: url(/flag-ita.svg) top no-repeat;
    width: 27px;
    height: 27px;
    text-indent: -9999px;
    display: block;
    background-size: contain;
}

.pt-cutom-lang .Inglese {
	background: url(/flag-eng.svg) top no-repeat;
    width: 27px;
    height: 27px;
    text-indent: -9999px;
    display: block;
    background-size: contain;
} 

.pt-cutom-lang .Francese {
	background: url(/france.svg) top no-repeat;
    width: 27px;
    height: 27px;
    text-indent: -9999px;
    display: block;
    background-size: contain;
}

.pt-cutom-lang .Spagnolo {
	background: url(/spain.svg) top no-repeat;
    width: 27px;
    height: 27px;
    text-indent: -9999px;
    display: block;
    background-size: contain;
} 


.inderd-chat-btn:lang(es), .inderd-chat-btn:lang(fr), .inderd-chat-btn-due:lang(es), .inderd-chat-btn-due:lang(fr) {
	display: none !important
}


#free-shipping-bar-message {
	font-size: 11px;
    letter-spacing: 2.5px;
	text-transform: uppercase;
}

form.item.product {
    position: relative;
}

.item.product .icon-wishlist {
    position: absolute;
    right: 0;
    bottom: 4px;
}

.labels-bestseller {
    background-color: #00b8ee;
}

.labels-new {
    background: #4e4192;
}

.labels-prontaconsegna {
	background: #47b306c4;
}

.labels-prontaconsegna {
	background: #47b306c4;
}

.labels-prontaconsegna  .bg-available {
	background: transparent;
}

.labels-video {
    background: #FF0101;
}

.labels-recover {
    background: #f18800bf;
}

.slider-product-home .foto-prodotto-lista {
    width: 100%;
}

.foto-prodotto-lista {
    position: relative;
    overflow: hidden;
}

.slider-product-home .foto-prodotto-lista .product-labels-bottom-left {
    right: 0;
}

.product-labels-bottom-left {
    right: 0;
    top: 0;
	position: absolute;
}

.product-labels-bottom-left-bottom {
    right: 0;
    top: 32px;
	position: absolute;
}

.slider-product-home .foto-prodotto-lista .product-labels-top-left {
    left: 0;
}
.product-labels-top-left {
    position: absolute;
    left: 0;
    bottom: 4px;
}

.labels-saleoff {
    color: #000;
    font-weight: 700;
    letter-spacing: .01rem;
    background-color: #fff333;
}

.link-prodotto-lista {
    min-height: 55px;
}

.product-item .price-container .price-label {
    display: none;
}

.product-item .price-container .price-label {
    display: none;
}

.product-item .price-container .price-label {
    display: none;
}

.price-box.price-final_price {
    display: flex;
}

.catalog-product-view .price-box.price-final_price {
    display: block;
}

.product-item .price-container .price {
    line-height: 1.75rem !important;
    font-weight: 700;
    margin-right: 8px;
}

.special-price .price {
    color: red;
}

.old-price .price {
    text-decoration: line-through;
}

.product-item span.old-price {
    /*margin-left: 6px;*/
}

.product-item .old-price .price-container .price {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: normal;
    color: #333;
}

.wk-deal-ends-label {
	display: none;
}

.wk-daily-deal .wk_cat_count_clock {
    background: #FF2E1D;
    color: #fff;
    text-align: center;
    letter-spacing: .07rem;
    /* font-size: 1.1rem; */
	width: 60%;
    margin: 0;
}

.wk-daily-deal .price-box  {
    display: flex;
}

.wk-daily-deal .wk-save-box  {
    width: 40%;
    text-align: center;
    background: #f8f8f8;
    border-radius: 6px;
    padding: 3px 6px 1px 6px;
    font-size: 14px;
    color: #FF2E1D;
}

.wk-daily-deal br {
	display: none;
}

.grid {
    display: grid;
}

.icon-prefooter {
    max-width: 1380px;
}

@media (min-width: 1024px) {
	
	.lg\:grid-cols-5 {
		grid-template-columns: repeat(5,minmax(0,1fr));
	}
	
	.foto-prodotto-lista {
		padding-bottom: 0;
		margin-bottom: 0;
	}

}

.icon-prefooter .item img {
    max-width: 70px;
}

.item-scalapay img {
    max-width: 121px !important;
}

.bg-grigio {
	background: #141414;
}

.tel-footer p {
    letter-spacing: .2rem;
    margin: 0;
}

.tel-footer a  {
	font-size: 1.1rem;
}

.link-whatsapp-footer {
    display: flex;
    background: #00C401;
    font-size: 0.9rem;
    text-transform: uppercase;
    line-height: 1.5rem;
    padding: 4px 25px 0 25px;
    border-radius: 6px;
    letter-spacing: .2rem;
    margin: -5px 0 0 15px;
}

.link-whatsapp-footer svg {
    margin-right: 7px;
}

footer .block-title {
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: 1.5px;
	margin-bottom: 7px;
}

.block-content {
	/*color: #ccc;*/
}

.block-content p {
    /*font-size: .85rem;*/
}

.block-content a {
    /*font-size: .85rem;*/
}

.copy-footer p {
	color: #ccc;
	font-size: .95rem;
}

.footer {
	margin-bottom: -1px;
}

.filter-options-title {
    color: #000;
}

.mst-nav__label .mst-nav__label-item__label {
    color: #000;
}

.product-item-link {
	color: #000;
}

.credits, .copyright, .label-agree-newsletter {
	color: #8facb9;
}


.linkfooter li {
	display: flex;
}

.linkfooter li svg {
	margin-right: 5px;
}

.box-blog-home {
	order: 6;
}

.box-blog-home  h3 {
    font-size: 54px;
    color: #000;
    letter-spacing: -1px;
	text-align: center;
}

.box-blog-home  h3 span {
    font-size: 54px;
    color: #fff;
    -webkit-text-stroke: 1px black;
}

.title-filter {
	display: flex;
}

.title-filter svg {
	margin-right: 5px;
}

.blocco-filtri {
    padding-top: 0 !important;
}

.ring-primary\/50 {
    --tw-ring-color: #086ab3;
}

.catalog-category-view .grid-item {
     padding: 1em 0 0 0;
}

.catalog-category-view .grid-category .item {
    display: inline-block;
    min-height: auto;
    min-width: auto;
    margin: 0em 0.5em 0.5em 0.5em;
}

.product-info {
	position: relative;
	padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

.product-info .amshopby-option-link {
    position: absolute;
    top: 7px;
}

.catalog-category-view .sidebar {
    background: none;
}

#html-body.-amshopby-sticky .columns>.sidebar-main {
    background-color: transparent;
    z-index: 10!important;
}

.amshopby-slider-display {
	color: #000;
}

.price-from .price-label, .price-to .price-label {
	display: inline !important;
}

.price-from .old-price  {
	display: none !important;
}

.price-to .old-price {
	display: none !important;
}

.price-box .price-from {
	margin: 0 10px 0 0;
}

.price-box .price-to {
	margin: 0;
}

.price-box .price-to {
	display: none;
}

.catalog-category-view .wk-daily-deal .wk_cat_count_clock {
	padding: 3px 3px 5px 3px;
	font-size: 13px;
	width: 50%;
	letter-spacing: .04rem;
}

.catalog-category-view .wk-daily-deal .wk-save-box {
    width: 50%;
    padding: 3px 4px 1px 4px;
    font-size: 13px;
}

.specification-area h2, .what-includes-area h2 {
    font-size: 23px;
}

.specification-area .title {
    font-size: 18px;
}

.product-functionality {
    line-height: 1.4rem;
}

.box-funz {
	line-height: 1.4rem;
	font-size: 16px;
}

.product-functionality img {
	width: 100%;
	margin-bottom: 15px;
}

.functionality-area p {
	font-size: 16px;
	line-height: 1.4rem;
	margin: 0;
}

.product-labels-sale {
    position: absolute;
    left: 10px;
    top: 0px;
}

.container-scheda {
    position: relative;
}

.container-funzionalita {
	width: 99.5vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    background: #f8f8f8;
    padding: 30px 0;
	margin-top: 40px;
    margin-bottom: 40px;
}

.video-youtube iframe {
	width: 100%;
	min-height: 480px;
	max-height: 480px;
	border-radius: 15px;
}

.video-youtube {
    padding: 0 0 0 15px;
}

.border-primary {
    border-color: #000;
}

.hover\:border-primary:hover {
    border-color: #086ab3;
}

.old-price .price {
    text-decoration: line-through;
}

#scalapay-payin3-widget, #scalapay-payin4-widget {
    margin-top: 4px !important;
    font-size: 12px;
    display: flex;
	min-height: auto !important;
}

.catalog-product-view .price-box .price-container {
	order: -1;
}

.catalog-product-view span.price-label {
    display: none;
}

.product-info-main .rewards__product-earn-points .price {
    color: #000 !important;
    font-weight: 700!important;
    font-size: 0.75rem!important;
    width: auto;
    letter-spacing: .04rem;
}

.rewards__product-earn-points .price img {
	width: auto;
    margin-bottom: 3px;
	height: .9rem !important;
}

.addtocart-custom {
	border-radius: 8px;
}

.box-addtocart-custom {
    padding: 9px 0;
}

.qty-scheda .box-qty-scheda button, .qty-scheda .box-qty-scheda input {
	border: none;
	box-shadow: none;
}

.catalog-product-view .box-addtocart-custom .btn-primary {
	background: #0d5ba9 !important;
	width:100%;
	color: #fff !important;
	justify-content: center;
	text-transform: none;
	border: none;
	font-size: 18px;
}

.amrelated-tocart-wrapper .btn-primary {
	background: #0d5ba9 !important;
	color: #fff !important;
	justify-content: center;
}

.catalog-product-view .box-addtocart-custom .btn-primary:hover, .amrelated-tocart-wrapper .btn-primary:hover  {
    background-color: #0f83f8 !important;
	color: #fff !important;
}

button:hover .icon-cart-scheda {
    
}
.btn span {
    vertical-align: middle;
	letter-spacing: 1px;
}

.icon-cart-scheda {
    width: 21px;
    height: 24px;
    background-size: cover;
    margin-right: 9px;
    margin-top: -3px;
    display: inline-block;
}

.gap-10 {
    gap: 4rem;
}

.container-negozi {
	background: #f8f8f8;
    border-radius: 10px;
    padding: 10px 0 20px 0;
}

.box-disp-negozio {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0 0 10px 0;
}

.box-disp-negozio span.col-label {
	display: none;
}

.box-disp-negozio .col-data {
    background: #18b518;
    color: #fff;
    padding: 0 6px;
    font-size: 15px;
    line-height: 24px;
    border-radius: 6px;
	border: none !important;
    min-width: 150px;
}

.link-disp-negozi {
	display: flex;
    justify-content: end;
    color: #000;
    font-size: 14px;
    letter-spacing: .03rem;
}

.description-area ul, .section-info ul {
	padding-left: 15px;
	margin-bottom: 15px;
}

.description-area li, .section-info li {
	list-style: disc;
}

.catalog-product-view .wk-daily-deal {
    vertical-align: top;
    width: 100%;
    padding-bottom: 10px;
    padding-bottom: 0;
}

.catalog-product-view .wk-deal-timer {
    padding-bottom: 0;
}

.catalog-product-view .wk-daily-deal .wk_cat_count_clock {
    padding: 3px 6px 8px 6px;
    letter-spacing: 0;
}

.wk-deal-clock-span .label span {
	font-size: 12px;
	display: block !important;
	text-wrap: nowrap;
	min-width: 75px;
	text-align: center;
}

.catalog-product-view .wk-daily-deal .wk_cat_count_clock {
    width: 100% !important;
    display: flex;
	justify-content: space-around;
}

.catalog-product-view .box-prod-related .wk-daily-deal .wk_cat_count_clock {
   width: 60% !important;
   padding: 3px 6px 4px 6px;
}

.top-scheda-mobile  {
	display: none;
}

@media (max-width:560px) {
	.brand-home .marquee-text {
		animation: marquee-brand 15s linear infinite;
	}
	
	@keyframes marquee-brand {
  /*from { transform: translateX(0); }
  to { transform: translateX(-50%); }*/

  0% {
    left: 15%;
  }
  100% {
    left: -940%
  }

}
	
}

@media (min-width:561px) and (max-width:980px) {
	.brand-home .marquee-text {
		animation: marquee-brand 25s linear infinite;
	}
}

@media (max-width:980px) {

	#img-logo {
	    max-width: 12.5rem;
	}
	
	.logo-block {
	    padding-bottom: 0 !important;
	}
	
	#newspopup_up_bg_1 .newspopup-up-form.newspopup-theme {
		width: auto !important;
	}
	
	.copy-footer {
		text-align: right;
	}
	
	.mst-gdpr__cookie-bar .mst-gdpr__buttons .btn {
		width: 100%;
		margin: 0;
	}
	
	#newspopup_up_bg_1 .newspopup-up-form.newspopup-theme .newspopup_up_bg_form input[type="email"] {
		font-size: 16px !important;
	}

	.ambrands-brandlist-widget div {
		margin-top: 0;
	}
	
	.container-menu-ul {
		max-width: 100%;
		background: #fff;
		/*height: 100%;*/
		margin: 0;
	}

	.container-menu-ul-due {
		max-width: 100%;
		background: #fff;
		height: 100vh;
		margin: 0;
	}

	.close-menu {

	}
	
	.col-data.notinstock {
		height: fit-content;
		padding: 2px 3px;
		font-size: 13px;
		line-height: 11px;
	}

	.product-item span.product-sku, .product-item span.product-ean {
		pointer-events: none;

	}

	.button-link-menu {
		width: 100%;
		background: none;
	}
	
	.catalog-category-view .swatch-attribute div[aria-label="Colore"], .slider-product-home .swatch-attribute div[aria-label="Colore"] {
		gap: 0 !important;
	}
	
	.container-funzionalita {
		width: 98.5vw;
	}
	
	.cms-index-index .product-slider {
		padding: 0 .5rem;
	}
	
	#header .logo {
		/*top: 23px;
		max-width: 130px;*/
	}
	
	#header .logo:after {
		display: none;
	}
	
	#free-shipping-bar-message {
		font-size: 11px;
		letter-spacing: 1.4px;
		text-transform: uppercase;
		padding: 0 3px;
	}
	
	#free-shipping-bar {
		padding: 0;
	}
	
	.top-header {
		height: 21px;
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 0 !important;
	}
	
	.container-middle {
		padding: 5px 0;
	}
	
	.container-middle .container {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	.marquee-horizontal {
		height: 24px;
	}
	
	.hidden-mobile {
		display: none;
	}
	
	#menu-cart-icon {
		margin-right: 3px;
	}
	
	.icon-whatsapp-h {
		max-width: 28px;
		order: 2;
	}
	
	.bollino-cart {
		margin-right: -12px;
	}
	
	.title-home h3 {
		font-size: 42px;
	}
	
	.title-home h3 span {
		font-size: 42px;
	}
	
	.link-prodotto-lista {
		line-height: 1rem;
		font-size: 1rem;
	}
	
	.product-info .btn-primary {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		text-transform: none;
	}
	
	.product-info .btn span {
		letter-spacing: 0;
	}
	

	.labels-video {
		font-size: 12px;
		padding: 1px 6px;
		display: inline-block;
	}
	
	.wk-daily-deal .price-box {
		flex-direction: column;
	}
	
	.catalog-category-view .wk-daily-deal .wk_cat_count_clock {
		width: 100%;
		font-size: 12px;
	}
	
	.catalog-category-view .wk-daily-deal .wk-save-box {
		width: 100%;
		font-size: 13px;
	}
	
	.slider-product-home .foto-prodotto-lista {
		margin: 0;
	}
	
	.title-home-2 h3 span {
		font-size: 36px;
	}
	
	.title-home-2 h3 {
		font-size: 36px;
        margin: 0;
		text-align: center;
	}
	
	.grid-item {
		padding: 0em 0 0em 1em;
	}
	
	.title-home-3 h3 span {
		font-size: 42px;
	}
	
	.title-home-3 h3 {
		font-size: 42px;
	}
	
	.grid-category .item {
		display: inline-block;
		min-height: 210px;
		min-width: auto;
        margin: 0em 0.2em 2em 0.2em;
        max-width: 100%;
	}

	.columns-home {
		padding: 0 0 30px 0;
		margin-top: -6px;
	}

	.container-footer-uno {
		display: block;
	}
	
	.newsletter-footer {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	
	.block-payment-social {
		padding-left: 0;
		padding-right: 0;
	}
	
	footer .text-xl {
		font-size: 1rem;
		line-height: 1.15rem;
	}
	
	.credits {
		margin-top: 15px;
	}
	
	.product-slider .my-12 {
		margin-bottom: 0;
		margin-top: 15px;
	}
	
	.icon-prefooter .item, .icon-prefooter .item-klarna {
		padding: 7px 40px;
		font-size: 14px;
	}
	
	.icon-prefooter .item span {
		margin-top: 10px;
	}
	
	.link-whatsapp-footer {
		margin: 8px 0 0 0;
	}

	.tel-footer {
		text-align: left;
		line-height: 23px;
	}
	
	.container-contacts-footer {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-top: 20px;
	}
	
	.tel-footer a {
		font-size: 1.3rem;
		display: block;
	}
	
	.title-home-2 {
		margin-top: 25px;
	}
	
	.box-blog-home  h3 {
		font-size: 42px;
		line-height: 40px;
		margin-bottom: 15px;
	}

	.box-blog-home  h3 span {
		font-size: 42px;
		display: block;
	}
		
	.catalog-category-view .sidebar {
		position: sticky;
		top: 0;
		z-index: 20;
		--tw-bg-opacity: 1;
	}
	
	.sidebar .block-filter {
        width: 75%;
        padding: 2px 10px;
        border: 1px solid #0d5ba9;
        box-shadow: none;
        border-radius: 20px;
        background: #fff;
		margin: 15px auto 0;
	}
	
	.sidebar .block-filter span {
		border: none;
	}
	
	.sidebar .block-filter .block-title {
		height: 2.4rem;
	}
	
	.blocco-filtri {
		max-height: calc(100vh - 81px);
		overflow-y: auto;
	}
	
	.title-filter {
		display: flex;
		line-height: 14px;
		align-items: end;
		font-size: 17px;
	}
	
	.block-title .icon-filter {
		width: 20px;
		height: 18px;
	}
	
	.filter-current svg {
		width: 20px;
		height: 18px;
	}
	
	.filter-options-content  {
		padding-top: 0;
	}
	
	.container-title h1 {
		margin: 0;
	}
	
	.catalog-category-view .grid-item {
		padding: 0;
	}
	
	.catalog-category-view .grid-category .item {
		margin: 0em 0.3em 0.1em 0.3em;
	}
	
	.sorter-options {
		min-height: 32px;
		padding-top: 4px;
		padding-bottom: 2px;
	}
	
	#product-list {
		padding-top: 0;
	}
	
    .marquee-text p {
        font-size: 11px;
    }
	
	.price-box .price-from {
		margin: 0;
		display: block;
	}

	.price-box .price-to {
		margin: 0;
		display: none;
	}
	
	div#gallery {
		padding: 0;
		/*margin-top: 150px;*/
		position: relative;
		margin: -12px -20px 15px -20px;
        width: fit-content;
	}
	
	.js_thumbs_slide img {
		width: 40px !important;
	}

	#gallery #thumbs {
		min-height: auto !important;
	}
	
	.box-top-scheda {
		/*position: absolute;
		top: 0;*/
	}
	
	.title-product-view {
		font-size: 1.6rem;
		line-height: 1.6rem;
	}
	
	.product-labels-sale {
		position: absolute;
		left: 0;
		top: 150px;
	}
	
	.link-disp-negozi {
		padding-top: 2px;
	}
	
	.container.description-area {
		display: block;
		padding: 0 0.5rem;
		margin-bottom: 35px;
	}
	
	.qty-scheda .box-qty-scheda button {
		width: 1rem;
	}

    .addtocart-custom {
        margin-bottom: 0;
        position: fixed;
        bottom: 0;
        width: auto;
        left: 0;
        right: 0;
        z-index: 12;
        background: #f1f5f8;
        border-radius: 0;
        padding: 0 5px;
    }

	.container-scheda {
		padding-bottom: 0;
	}
	
	.box-accordion section div {
		padding-bottom: 0.5rem;
	}
	
	.box-accordion section div h2 {
		font-size: 16px;
	}
	
	.section-due-scheda {
		margin-bottom: 15px;
	}
	
	.box-prod-related .title-font {
		font-size: 26px;
		line-height: 26px;
	}
	
	.amrelated-summary-content {
		position: relative;
		margin-top: 10px;
		display: block;
		padding-top: 47px;
		/* padding-bottom: 10px; */
	}
	
	.amrelated-summary-content .amrelated-discount {
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		width: 100%;
		border-radius: 6px;
	}
	
	.amrelated-price-wrapper {
		width: 100%;
		text-align: center;
		display: block;
	}
	
	.amrelated-price-wrapper .main.price {
		line-height: normal;
	}
	
	.bg-amrel-grey-border {
		border-radius: 6px;
		margin: 1px 0;
		border: none;
		padding: 8px 0;
	}
	
	.info-tecniche .text-3xl {
		font-size: 26px;
		text-align: left;
		line-height: 26px;
	}
	
	.container-funzionalita .gap-10 {
		gap: 0rem;
	}
	
	.wk-daily-deal .wk_cat_count_clock, .wk-daily-deal .wk-save-box {
		width: 100%;
		font-size: 13px;
		padding: 3px 4px 1px 4px;
	}
	
	.box-disp-negozio {
		margin: 0 0 20px 0;
		flex-direction: column;
	}
	
	.box-disp-negozio .col-data {
		border-radius: 6px;
		width: fit-content;
		margin-top: 3px;
	}

	.wk-deal-clock-span .label span {
		font-size: 11px !important;
		text-align:center;
		width: auto;
	}
	
	.catalog-product-view .wk-daily-deal .wk_cat_count_clock {
		padding: 3px 0 6px 0;
	}
	
	
	.catalog-product-view .wk-deal-clock-span {
		font-size: 17px !important;
		text-align:center;
		align-content: center;
		align-items: center;
		display: flex;
		flex-direction: column;
	}

	.catalog-product-view .daily-deals-block {
		margin-top: 10px;
	}

	div#specification, .specification-area {
		padding: 0 0.5rem;
	}
	
	.foto-prodotto-lista {
		margin-bottom: 0;
		padding-bottom: 1rem;
	}
	
	.toolbar-amount {
		position: static;
		margin: 0;
	}
	
	.block-menu {
		display: block;
	}
	
	.top-scheda-mobile {
		position: relative;
		width: 100%;
		/* backdrop-filter: saturate(180%) blur(30px); */
		background: #f0f0f0;
		box-shadow: 0 2px 8px #bbb;
		left: 0;
		position: fixed;
		top: 0;
		transition: cubic-bezier(.3,.46,.45,.94) .4s;
		width: 100%;
		z-index: 100;
		border-bottom: 1px solid;
	}
	
	.top-scheda-mobile-due {
		width: 100%;
		overflow-x: scroll;
	}
	
	.top-scheda-mobile ul {
		display: inline-block;
		transition: cubic-bezier(.3,.46,.45,.94) .4s;
		transition-property: transform;
		vertical-align: top;
		white-space: nowrap;
		padding: 11px 0  11px 4px;
		/* overflow-x: scroll; */
	}
	
	.top-scheda-mobile-due li {
		display: inline-block;
		padding: 0 0.2em 0 0.2em;
	}
	
	.top-scheda-mobile-due a {
		color: #000;
		font-size: 14px;
		background: #fff;
		border-radius: 6px;
		padding: 8px 11px;
		border: 1px solid #ccc;
	}
	
	.grid-category .container-item {
		bottom: 22px;
		left: 20px;
	}
	
	.grid-category h3 {
		font-size: 28px;
		white-space: normal;
		line-height: 27px;
	}
	
	.top-home-desktop {
		display: none;
	}
	
	.catalog-category-view .labels-bestseller, .ambrand-index-index  .labels-bestseller {
		font-size: 11px;
		padding: 1px 2px 1px 2px;
		background: rgb(0 0 0 / 60%);
		line-height: 17px;
	}
	
	.catalog-category-view .labels-video, .ambrand-index-index .labels-video  {
		font-size: 11px;
		padding: 1px 5px 6px 5px;
		line-height: 17px;
	}
	
	.block-filter .block-title {
		margin-bottom: 0;
	}
	
	.page-product-bundle .container-scheda-custom {
		margin-bottom: 0.5rem;
	}
	
	.page-product-bundle .info-tecniche .border-container {
		border: none;
	}
	
	.page-product-bundle .box-accordion {
		background: #f8f8f8;
		margin: 0 -15px;
		padding: 0 15px 5px 15px;
	}
	
	.page-product-bundle .box-accordion section div {
		border: none;
	}
	
	.page-product-bundle .icon-button-cart {
		display: none;
	}
	
	.page-product-bundle .columns .main {
		order: inherit;
	}
	
	.checkout-cart-index .product-item-photo {
		max-width: 80px;
	} 
	
	.checkout-cart-index .product-item-details {
		max-width: 220px !important;
	}
	
	.checkout-cart-index .stock.available {
		font-size: 11px;
	}
	
	.checkout-cart-index .product-code-ean {
		line-height: 18px;
		margin-bottom: 7px;
	}
	
	.checkout-cart-index .product-item-name  {
		line-height: 19px;
		display: block;
	}
	
	.checkout-cart-index td.col.qty {
		align-items: center;
		gap: 0.3rem;
		font-size: 14px;
	}
	
	.checkout-cart-index td.col.subtotal {
		font-size: 14px;
	}
	
	.checkout-cart-index td.col.price {
		font-size: 14px;
	}
	
	.gap-carrello {
		gap: 0.5rem;
	}

	.checkout-cart-index .divisor {
		font-size: 12px;
		margin: 0 5px;
	}
	
	.checkout-cart-index .cart .qty input {
		min-height: 25px;
		padding: 0.3rem;
		font-size: 14px;
		max-width: 4rem !important;
	}
	
	.mt-search {
		position: fixed;
		top: 0px;
		z-index: 100;
	}
	
	.ambrands-brandlist-widget .ambrands-content  {
		grid-template-columns: repeat(2,minmax(0,1fr));
	}
	
	.ambrands-brandlist-widget .ambrands-brand-item img {
		max-width: 100% !important;
	}
	
	.ambrands-brandlist-widget .ambrands-brand-item .ambrands-label {
		padding: 0;
		font-size: 15px;
	}

	/*.box-wharehouse .grid {
		min-width: 450px;
	}
	
	.box-wharehouse .col-label {
		width: 70px;
		font-size: 14px;
	}
	
	.box-wharehouse .col-address {
		width: min-content;
	}

	.box-wharehouse .col-code {
		width: 70px;
		font-size: 14px;
	}
	
	.box-wharehouse .col-data.instock {
		width: 80px;
	}
	
	.box-disp-negozio .col-address {
		width: auto;
	}*/
	
	.box-wharehouse {
		overflow: auto;
		padding: 0;
	}
	
	.container-negozi .title-spec {
		font-size: 24px;
		padding: 0;
	}
	
	.container-negozi {
		background: #fff;
		border-radius: 10px;
		padding: 10px 0 20px 0;
	}
	
    .icon-whatsapp {
        position: fixed;
        bottom: 82px;
        right: 15px;
        background: #5fc329;
        padding: 10px;
        border-radius: 100%;
    }
	
    #fi_1384023 {
        fill: #fff !important;
    }

	.description-area {
		font-size: 15px;
		line-height: 18px;
	}

}


@media (min-width:981px) { 

	.top-home-mobile {
		display: none;
	}

}

.container-menu-ul li:after, .container-menu-ul li:before {
	border: none !important;
	outline: none; 
}

#nav-mobile button:after, #nav-mobile button:before, #nav-mobile button::backdrop {
	--tw-ring-color: transparent !important;
	border: none !important;
	outline: none; 
}


#nav-mobile ul:focus {
	outline: none !important;
}

#nav-mobile ul:hover {
    outline: none !important;
}

#nav-mobile ul:visited {
    outline: none !important;
}

#nav-mobile ul li:focus {
	outline: none !important;
}

#nav-mobile ul li:hover {
    outline: none !important;
}

#nav-mobile ul li:visited {
    outline: none !important;
}

#nav-mobile button:focus {
	outline: none !important;
}

#nav-mobile button:hover {
    outline: none !important;
}

#nav-mobile button:visited {
    outline: none !important;
}

#nav-mobile:focus {
	outline: none !important;
}

#nav-mobile:hover {
    outline: none !important;
}

#nav-mobile:visited {
    outline: none !important;
}

.container-menu:focus {
	outline: none !important;
}

.container-menu:hover {
	outline: none !important;
}

.container-menu:visited {
	outline: none !important;
}

#nav-mobile div:focus {
	outline: none !important;
}

#nav-mobile div:hover {
    outline: none !important;
}

#nav-mobile div:visited {
    outline: none !important;
}

#nav-mobile span:focus {
	outline: none !important;
}

#nav-mobile span:hover {
    outline: none !important;
}

#nav-mobile span:visited {
    outline: none !important;
}

#nav-mobile li div a:focus {
	outline: none !important;
}

#nav-mobile li div a:hover {
	outline: none !important;
}

#nav-mobile li div a:visited {
	outline: none !important;
}

.product-image-photo {
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    margin-bottom: 10px;
}

.product-image-photo:hover  {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: none;
}

.container-minicart p {
    margin: 0;
    /* font-size: initial; */
}

#menu-cart-icon .bg-primary {
	background: #086ab3;
}


.box-blog-home span.text-md.bmx\:text-subdued {
	color: #666;
	font-size: 13px;
}

.page-product-bundle .top-scheda-mobile {
	display: none;
}


.bmx\:content a  {
	color: #f170ac;
	text-decoration: underline;
}


.top-div-wrapper-2 {
    width: 100%;
    backdrop-filter: saturate(180%) blur(30px);
    box-shadow: 0 2px 8px #bbb;
    left: 0;
    position: fixed;
    top: 0;
    transition: cubic-bezier(.3,.46,.45,.94) .4s;
    width: 100%;
    z-index: 100;
    background: #fff;
    padding: 0;
    display: none;
	border-bottom: 1px solid;
}

#bundleSummaryTop {
    width: 100%;
    display: flex;
    /* overflow-x: scroll; */
    /* height: 80px; */
    justify-content: space-between;
    align-items: center;
    max-width: 1480px;
    margin: 0 auto;
}

#top-div-options {
	order: 1;
    white-space: nowrap;
    max-width: 72%;
    /* overflow-x: scroll; */
    /* margin-right: 20px; */
    padding-bottom: 2px;
    margin-bottom: -8px;
    color: #000;
    font-weight: 300;
    padding: inherit;
    margin: 0;
    height: 62px;
    border-right: 1px solid #000;
}

#top-div-options:before {
    content: 'Configura';
    display: inline-block;
    padding: 19px 4px 0 0;
    /*border-right: 1px solid;*/
}

.page-product-bundle .top-div-wrapper .block-menu {
	display: inline-block !important;
}

div#top-div-options div {
    display: inline-block;
    padding: 0;
    min-height: auto;
    min-width: auto;
	margin: 0;
}

div#top-div-options .item {
    margin: 1.1em 0.3em 0em 0.3em
    /* border: 1px solid #f170ac; */
}

div#top-div-options .item a {
	background: #f5f5f5;
	padding: 8px 11px;
}

div#top-div-options .item a.active {
    background: #0d5ba9;
	color: #fff;
}

#bundleSummaryTop .content {
	order: 2;
}

#bundleSummaryTop #top-price-div {
    /* order: 3; */
    font-size: 14px;
    padding: 4px 3px 3px 0;
}

#bundleSummaryTop #product-addtocart-button {
	order: 4;
	background-color: #0d5ba9 !important;
}


#bundleSummaryTop #product-addtocart-button:hover {
    background-color: #0f83f8 !important;
}

.tendina-riepilogo {
    display: flex;
    border: 1px solid;
	cursor: pointer;
	align-items: center;
    padding-right: 5px;
	/*color: #fff;*/
} 

/* style for the css menu dropdown container */
.menu {
    position:relative;
    display:inline-block;
	z-index:2; 
	padding:0;
    margin:0;
    outline:0;
    text-align:left;
	cursor: pointer;
}

/* style for the button */
.menu:before {
	content: "Selezione attuale";
    color: #000;
    padding: 4px 7px 3px 6px;
    /* border: 1px solid #555; */
    border-radius: 3px;
    /* background: #96305e; */
    font-size: 14px;
    /* margin-top: 1px; */
    display: block;
}

.tendina-riepilogo:focus { pointer-events:none; }

/* If :focus detected the dropdown menu is displayed by making it visible */
.tendina-riepilogo:focus .menu-dropdown { opacity:1; visibility:visible; }

/* style for the dropdown box */
.menu-dropdown {
    background-color: #fff;
    width: max-content;
    margin:3px 0 0 0;
    padding: 10px;
    border-radius:3px;
    border:1px black solid;
    border-radius:3px;
    pointer-events: auto;
    position: absolute;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: visibility 1s;
	font-size: 14px;
	color: #000;
}

.menu-dropdown .text-base {
	font-size: 14px;
}

/* style the links in the dropdown */
.menu-dropdown a {
    background:transparent;
    border:none;
    outline:0;
    display:block;
    color:white;
    text-decoration:none;
    width:160px;
    padding:5px;
}

#top-div-options  .items.active {
    background: none;
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1);
}

#top-div-options .items::-webkit-scrollbar {
  height: 3px;
}

#top-div-options .items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
 background: #eee;
}

#top-div-options .items::-webkit-scrollbar-thumb {
  height: 3px;
  background-color: #000;
}
#top-div-options .items::-webkit-scrollbar-thumb:hover {
  background-color: #000;
}


div[x-data="{scrolAtTop: true}"] {
	order: 3;
}

#bundleSummaryTop .bundle-summary {
	display: flex;
}

.page-product-bundle .box-price-cart span.price-container.price-final_price.tax.weee.rewards_earn {
    display: none;
}

.page-product-bundle .box-price-cart .content {
	display: flex;
    flex-direction: column;
}

.page-product-bundle .box-price-cart .bundle-info {
	order: 1;
}

.page-product-bundle .flex.mt-2.mb-2.justify-end {
	display: none;
}

.page-product-bundle .box-price-cart #product-addtocart-button {
	width: 100%;
	background-color: #0d5ba9 !important;
    justify-content: center;
    font-size: 18px;
}

.page-product-bundle .box-price-cart #product-addtocart-button:hover {
    background-color: #0f83f8 !important;
}

.page-product-bundle .box-price-cart {
    display: flex;
    flex-direction: column;
}

.page-product-bundle div[aria-label="Price"] {
	order: 1;
}

.page-product-bundle #gallery .relative.self-center.w-full {
	max-width: 600px;
    margin: 0 auto;
}

.page-product-bundle .info-tecniche .optionTitle .label.text-lg {
    font-size: 25px !important;
    display: inline-block;
    padding: 16px 0;
}

.page-product-bundle .info-tecniche .img-list-bundle img {
    max-width: 500px;
    height: 500px;
    margin: 0 auto;
}

.page-product-bundle .info-tecniche legend#customizeTitle {
    display: none;
}

.page-product-bundle .info-tecniche .border-container {
    border-color: #999;
}

.page-product-bundle .box-prod-related {
	display: none;
}

.page-product-bundle .product-options-bottom.container {
    padding: 0;
}

.page-product-bundle .thumbs-wrapper {
	justify-content: center;
}

.page-product-bundle .field.choice label  {
    font-size: 16px;
}

.page-product-bundle .field.choice label .price-container {
    font-weight: 600;
}

.page-product-bundle .short-description-product {
    margin: 10px 0;
}

.page-product-bundle .stock.available.rangetime {
    margin-top: 5px;
}

.page-product-bundle .product-code-ean {
    margin-bottom: 5px;
}

.box-info-configuratore {
	background: #e5f8e5;
	color: #000;
	padding: 8px;
	border-radius: 6px;
}

.box-info-configuratore {
    background: #e5f8e5;
    color: #000;
    padding: 10px 15px;
    border-radius: 6px;
    /* font-size: 14px; */
    margin: 15px 0;
	display: flex;
	align-items: center;
}

.box-info-configuratore p {
    margin: 0 0 0 10px;
    font-size: 14px;
    line-height: 17px;
    max-width: 90%;
}

ul.bundle.items {
	color: #000;
}

.container-gift-wish {
	gap: 0.4rem;
}

#add-to-registry {
    border: 1px solid #83cbe0;
}

.container-gift-wish #add-to-registry {
    width: 100%;
}

.container-gift-wish #add-to-wishlist {
    width: 50%;
}

@media (min-width: 897px) {
	.menu-nav-links {
		display: none;
	}
}

@media (max-width: 896px) {
	#bundleSummaryTop {
		flex-direction: column;
		gap: 0.3rem;
	}
	
	#top-div-options {
		order: 2;
		max-width: 100%;
	    height: 48px;
	    border-right: none;
	    background: #f0f0f0f0;
	}
	
	#bundleSummaryTop .content {
		order: 1;
		width: 100%;
		padding: 8px 6px 2px 6px;
	}
	
	#bundleSummaryTop #product-addtocart-button {
		color: #fff;
		font-size: 14px;
		width: 53%;
	}

	.bundle-summary {
		display: flex;
	}
	
	div#top-div-options .item {
		margin: 0.9em 0.4em 0.4em 0.4em;
	    font-size: 14px;
	    background: #fff;
	}

	div#top-div-options .item a {
	    background: #fff;
	    border-radius: 6px;
	    padding: 8px 11px;
	}
	
	.copy-footer p {
		pointer-events: none;
	}
	
	.col-data.instock {
		height: fit-content;
		padding: 1px;
		/* width: max-content; */
		font-size: 13px;
	}
	
	.top-div-wrapper-2 {
		padding: 0;
	}
	
	.menu:before {
		content: "Selezione";
	}
	
	.tendina-riepilogo {
		width: 47%;
		justify-content: space-between;
	}
	
	.page-product-bundle .info-tecniche .card img {
		max-width: 100%;
		height: 302px;
		margin: 0 auto;
	}
	
	.page-product-bundle .info-tecniche .card .bundle-option-image img {
		max-width: 70px;
		height: auto;
		margin: 0 auto;
	}
	
	#top-div-options:before {
		padding: 13px 4px 0 5px;
		font-size: 14px;
	}
	
	
	.optionTitle .grid {
		display: block;
	}
	
	.page-product-bundle .info-tecniche .optionTitle .label.text-lg {
		font-size: 19px !important;
		display: inline-block;
		padding: 6px 8px 3px 8px;
	}
	
	.page-product-bundle .stock.available {
		background: #ffef35;
		font-size: 12px;
		color: #000;
		letter-spacing: .03rem;
		padding: 2px 7px;
		border-radius: 6px;
		width: fit-content;
		margin-bottom: 10px;
	}
	
	.page-product-bundle .field.choice label {
		font-size: 14px;
		line-height: 18px;
	}
	
	.page-product-bundle fieldset .field.choice input, .page-product-bundle form .field.choice input {
		margin-right: 0;
	}
	
	.page-product-bundle .labels-prontaconsegna {
		/* background: #e6ffd7; */
		font-size: 11px;
		/* color: #375425; */
		letter-spacing: .03rem;
		padding: 1px 7px;
		border-radius: 6px;
	}
	
	.page-product-bundle .info-tecniche .card {
		border: none;
		box-shadow: none;
		padding: 0;
	}
	
	ul.bundle.items li {
		font-size: 15px;
	}
	
	.catalog-product-view .stock.available {
		font-size: 13px;
		letter-spacing: .02rem;
		margin-bottom: 0;
		line-height: 15px;
	}
	
	.filter-current {
		margin: 5px 0;
		padding: 5px 10px;
	}
	
	.container-gift-wish {
		flex-direction: column;
		gap: 0.3rem;
	}
	
	#add-to-registry {
		width: 100%;
	}
	
	.container-gift-wish .add-to-giftr {
		width: 100%;
	}
	
	.container-gift-wish #add-to-wishlist {
		width: 100%;
	}
	
	.video-youtube {
		padding: 0;
	}
	
	.video-youtube iframe {
		width: 100%;
		min-height: 320px;
		max-height: 320px;
	}
	
	.menu-nav-links {
		display: grid !important;
        bottom: 0;
        background: #014777;
        width: 100%;
        position: fixed;
        z-index: 11;
        box-shadow: 0px 12px 15px #000;
        left: 0;
    }
	
	.menu-nav-links a {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6px 6px 18px 6px;
        color: #fff;
        font-size: 12px;
        letter-spacing: 0;
        font-weight: 600;
        flex-direction: column;
        border-right: 1px solid;
        line-height: 12px;
	}
	
	.nav-menu-link {
		bottom: 100px;
		right: 0px;
		left: 50%;
		transform: translateX(-50%);
	}
	
    .nav-menu-link a {
        color: #000 !important;
        font-size: 13px;
        padding: 8px 0;
        border-right: none;
    }
	
	.menu-nav-links a:hover {
		color: #fff;
	}
	
	.menu-nav-links a:last-child {
		border-right: none;
	}
	
	.menu-nav-links span {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.menu-nav-links svg {
		width: 26px;
		height: 26px;
	}
	
	.menu-nav-links a img {
		height: 25px;
		margin: 0 auto 1px;
		display: block;
	}

	.drill .bg-cover {
		background: #000;
	}
	
	input#newsletter-subscribe {
		margin-bottom: 5px;
	}
	
}

.product-info-main .box-prod-related .tooltip-varianti {
	display: none;
}

.box-price-accordion select {
	width: 100%;
}

.page-product-bundle [type=radio] {
    border-color: #000;
    border-width: 2px;
}

.page-product-bundle [type=radio]:checked {
    color: #0066ad;
	border-color:  #0066ad;
}

.page-product-bundle fieldset .field.choice input, .page-product-bundle form .field.choice input {
    margin-right: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.page-product-bundle [type=checkbox]:focus, .page-product-bundle [type=radio]:focus {
    outline: 0 solid #0000;
    outline-offset: 0;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #0066ad;
}

.div-consegna {
	align-items: center;
}

.section-due-scheda .free-shipping {
    color: #000 !important;
    /* font-weight: 500!important; */
    font-size: 0.75rem!important;
    width: auto;
    display: inline-block;
    padding: 0px 2px;
    /* border-bottom: 1px solid #333; */
    letter-spacing: .04rem;
    margin-top: 10px;
    position: absolute;
    right: 0;
    bottom: 2px;
}

.container-scheda-custom {
    display: grid;
    grid-template-areas:
        "image title"
		"image details";
    grid-template-rows: auto 1fr;
    margin-bottom: 1rem;
    grid-template-columns: 7fr 5fr;
	gap: 0 2rem;
}

#gallery .product-labels-product-view {
	top: 15px;
	left: 15px;
}

#category-page-popular {
    margin-bottom: 15px;
    display: block;
}

.box-qty-scheda {
    background: #fff;
}

.giftr-registry-view .box-qty-scheda {
    background: transparent;
}

.giftr-registry-view .notes-item {
    min-height: 100px;
}

.giftr-registry-view .product-item-name {
    min-height: 70px;
}

div#gallery {
	grid-area: image;
}

.box-top-scheda {
	grid-area: title
}

.box-price-accordion {
	grid-area: details;
}

/*.col-label {
	grid-area: attributo;
}

.col-address {
	grid-area: indirizzo;
}

.col-data {
	grid-area: disp;
}

.col-code {
	grid-area: attributo2;
}

.space {
	height: 50px;
	grid-area: space;
}

.grid-disp {
    grid-template-areas:
        "attributo"
        "indirizzo"
        "attributo2"
        "disp"
		"space";
}*/

.top-scheda-mobile .top-scheda-mobile-due::-webkit-scrollbar-thumb {
  height: 2px;

}
.top-scheda-mobile .top-scheda-mobile-due::-webkit-scrollbar-thumb:hover {

}

.page-product-bundle .final-price span {
	color: #000;
}

section#messages {
}

.reward-message {
    font-size: 13px;
    line-height: 16px;
}

.reward-message .message.success {
    flex-direction: column;
    background-color: #f3e500;
    color: #000;
    font-size: 17px;
	border: none;
    font-weight: unset;
}

.reward-message span {
    margin-bottom: 5px;
}

.reward-message p {
    margin: 0 !important;
    font-size: inherit;
}

.checkout-cart-index .product-item-details {
	max-width: 450px;
}

.top-table-cart {
	border-bottom: 1px solid #ccc;
}

.checkout-cart-index th {
	font-weight: unset;
}

.checkout-cart-index #checkout-link-button {
	font-size: 1.3rem;
}

.btn-secondary {
	border-color: #000;
}

.actions-toolbar .primary button {
	background-color: #000;
	border-radius: .25rem;
}

.actions-toolbar .primary button:hover {
    background-color: #0066ad;
}

.amcard-add-code {
    width: 100%;
	border-radius: 0.125rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    padding: 1rem;
    --tw-shadow: 0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    padding: 15px;
    margin-top: 15px;
}

.coupon button.btn.btn-primary {
    width: 100%;
    justify-content: center;
	min-height: 44px;
}

input#coupon_code {
    width: 100%;
}

.price-excluding-tax .price, .price-including-tax .price {
    font-weight: unset;
    line-height: 1.625;
}

.amcheckout-step-container input[type='text'], .amcheckout-step-container input[type='password'], .amcheckout-step-container input[type='url'], .amcheckout-step-container input[type='tel'], .amcheckout-step-container input[type='search'], .amcheckout-step-container input[type='number'], .amcheckout-step-container input[type='datetime'], .amcheckout-step-container input[type='email'], .amcheckout-step-container select {
    border: 1px solid #333;
	border-radius: 4px;
    min-height: 44px;
}

.amcheckout-step-container input::placeholder {
  color: #999;
}


.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover, .amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
    border-color: #fff;
}

.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}


.opc-wrapper .shipping-address-item.selected-item {
    justify-content: space-between;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 2px;
    background: #f9f9f9;
    cursor: pointer;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
    justify-content: space-between;
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 20px;
    border-radius: 2px;
    background: #f9f9f9;
    cursor: pointer;
}

.amcheckout-step-container .amcheckout-title {
    background: #0168B3;
    color: #fff;
    border-radius: 6px;
    padding: 10px 15px;
}

.checkout-index-index .page-main  {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px!important;
    padding-right: 20px!important;
    background-color: transparent !important;
}

.checkout-index-index .additional-options .checkout-agreements .action-show {
    color: #666;
}

.checkout-index-index .checkout-agreement input {
	position: static;
    height: 16px;
	width: 16px;
    margin: 0 10px 0 0;
}

.checkout-index-index .checkout-agreements .checkout-agreement.field.choice {
    display: flex;
	position: relative;
}

.checkout-index-index .checkout-agreements div.mage-error {
	position: absolute;
    bottom: -14px;
    left: 0;
}

.amcheckout-step-container input[type='checkbox'] + label:before {
	display: none;
}

.amcheckout-step-container .fieldset > .field > .label {
    max-width: 92%;
    display: flex;
}

.amcheckout-step-container .primary .action.checkout, .amcheckout-step-container .action.checkout.amasty {
    background: #000;
    padding: 14px 30px;
    text-transform: uppercase;
    font-weight: normal;
}

.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button, .ui-datepicker-trigger, .gpay-card-info-container), .amcheckout-step-container button:not(.braintree-googlepay-button, .ui-datepicker-trigger, .gpay-card-info-container) {
    border: none;
    border-radius: 2px;
    box-shadow: none;
    color: #ffffff;
	width: 100%;
	min-height: 33px;
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 90%;
}

.checkout-payment-method .payment-option-title .action-toggle {
    color: #000;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
    border: 2px solid #fff;
	background: #fff;
}

.checkout-payment-method .payment-option-title {
    border-top: none !important;
}

.amcheckout-step-container input[type='checkbox'] + label:hover:before, .amcheckout-step-container input[type='radio'] + label:hover:before, .amcheckout-step-container input[type='checkbox']:checked + label:before, .amcheckout-step-container input[type='radio']:checked + label:before {
    border-color: #666;
    box-shadow: 0 2px 4px rgb(203 205 207 / 40%);
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
    margin: 0;
    font-size: 14px;
    padding-bottom: 10px;
}

table.data.table.table-totals {
	font-size: 15px;
}

.checkout-index-index .logo {
    margin: 0 auto 15px;
    display: block;
    float: none;
    text-align: center;
    position: static;
    max-width: 100%;
    transform: inherit;
}

.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
    background: #32A836;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 10px 25px;
    font-weight: bold;
}

#checkout .amcard-codes-list, #checkout .amcard-field-container {
    padding: 0;
}

.amcheckout-step-container .action.checkout.amasty:hover {
    background: #5078c7;
}

.amcheckout-step-container .action.checkout.amasty:hover {
    background-color: #0066ad;
}

.checkout-index-index .copyright {
    color: #fff;
    background: #0168B3;
    font-size: 1.5rem;
}

.block-customer-login form {
	color: #000;
}

.block-authentication .actions-toolbar .secondary {
    color: #fff;
    font-size: 16px;
}

.checkout-index-index .block-content a {
    font-size: 1.35rem;
    color: #000;
}

.grid-cols-6 {
	grid-template-columns: repeat(6,minmax(0,1fr));
}

.box-wharehouse .col-data {
    border: 1px solid #666;
    border-radius: 4px;
    text-align: center;
}

.catalog-category-view .rewards__product-points {
	display: none;
}

.box-wharehouse .col-label span:last-child, .box-wharehouse .col-code span:last-child {
    display: none;
}

.amwrap-gift-button .amwrap-btn span {
	display: flex;
}

.amwrap-gift-button .amwrap-btn span:before {
    display: block;
    margin: -1px 5px 0 0;
    width: 15px;
    min-width: 15px;
    height: 15px;
    content: url(/assets/gift.svg);
}

.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
    border: 1px solid #000;
    color: #fff;
    background: #000;
    box-shadow: unset !important;
}

.checkout-cart-index  .amrelated-info {
    height: auto;
}



.checkout-cart-index .amrelated-pack-item-wrapper .price-box.price-final_price {
    display: block;
}

.amrelated-cart-message {
    position: relative;
    margin: 0 0 0.625rem;
    display: block;
    --tw-bg-opacity: 1;
    background-color: #fff1f7;
    padding: 5px 25px;
    text-align: center;
    font-size: 1.3rem;
    line-height: 42px;
    --tw-text-opacity: 1;
    color: #000;
}

.amcard-page-product span.price-label {
    display: inline;
}

.amcard-page-product .box-price-cart div .flex-col {
    flex-direction: row;
    text-transform: lowercase;
}

.amcard-page-product  .from-price {
	margin-right: 10px;
}

.amcard-label-block.-price {
	padding: 0.5rem 0.8em;
	background-color: #def5fd;
}

.amcard-label-block.-price.-active, .amcard-label-block.-price:hover {
    border-color: #0066ad;
    background-color: #0066ad;
}

.amcard-page-product #scalapay-payin3-widget {
	display: none !important; 
}

.ring-blue-500\/50 {
    --tw-ring-color: #f170acb5;
}

.amcard-page-product .top-scheda-mobile {
	display: none;
}

@media (min-width:821px) {

	.menu-secondario {
		display: none;
	}
	
	.checkout-cart-index .amrelated-pack-item-wrapper {
		/*max-width: 380px;
		min-width: 240px;*/
		max-width: 150px;
	}

}

.box-wharehouse .col-address {
}

.amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
    /*padding: 20px 0 0 0;*/
}

.free-shipping {
	position: absolute;
    right: 0;
    bottom: 0;
}

.free-shipping span {
	color: #000 !important;
    font-size: 0.75rem!important;
    width: auto;
    display: inline-block;
    padding: 0px 2px;
    border-bottom: 1px solid #333;
    letter-spacing: .04rem;
}


.box-top-scheda .container-title {
    margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
}

#giftcard-preview-dialog .logo img {
	margin: 0 auto;
}

.amcard-message-body img {
	max-width: 80%;
    margin: 0 auto;
}

#giftcard-preview-dialog .footer {
	text-align: center;
}

address {
    color: #000;
}

.block-dashboard-orders div {
    color: #000;
}

.account-social-login .actions-toolbar.social-btn {
    width: auto;
    border: none;
    margin: 0;
    padding: 0;
}

.btn-social {
    white-space: initial;
}

.btn {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.actions-toolbar {
    margin-top: 17px;
    border-color: #ddd;
}

.form .form-email, .form .form-input, .form .form-multiselect, .form .form-select, .form .form-textarea {
    width: 100%;
}

.rewards-account-index .logo img {
    height: auto;
}

.opc-payment-additional.rewards-block {
    border: 1px solid;
}

span#block-rewards-heading {
    display: block;
}

#block-rewards-heading:after {
	float: right;
}

.admin__field input, .admin__field textarea, .admin__field select, .b-share-data textarea {
    width: 100%;
    border-radius: 5px;
}

.giftr-navigation {
    margin: 0 0 20px;
    border-bottom: 1px solid #ccc;
}

.giftr-navigation .giftr-links .item {
    line-height: 36px;
    margin: 0 -1px -1px 0;
}

.giftr-navigation .giftr-links .item a {
    background: #f6f6f6;
    color: #c1c1c1;
    border: 1px solid #ccc;
    display: block;
    font-weight: 400;
    padding: 0 20px;
}

.giftr-navigation .giftr-links .item strong {
    padding: 0 20px;
}

.giftr-navigation .giftr-links .item a {
    padding: 1px 35px;
}

.giftr-navigation .giftr-links .item strong {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: 0;
    display: block;
    font-weight: 400;
    padding: 0 20px;
    padding-bottom: 1px;
}

.giftr-navigation .giftr-links .item a:hover {
    background: #fff;
    text-decoration: none;
}

.giftr-registry-view .giftr-registry-view-general .heading {
    display: block;
    position: relative;
    height: auto;
}

.giftr-registry-view-general .share-block {
    display: none;
}

.giftr-registry-view .giftr-registry-view-general .heading .heading-bg {
    display: none;
}

.giftr-registry-view .giftr-registry-view-general .heading .event-icon {
    display: none;
}

.giftr-registry-view .giftr-registry-view-general .heading .title-listababy {
	display: block;
}

.giftr-registry-view .giftr-registry-view-general .heading .title-listababy .registrant {
    background: #0069b3;
    color: #fff;
	width: 100%;
    text-align: center;
}

.giftr-registry-view .giftr-registry-view-general .heading .title-listababy .details {
    background: #54bee2;
    color: #fff;
	display: none;
}

@media (min-width: 1024px) {
	
	.giftr-item-manage .giftr-container .products-grid .product-item:nth-child(4n+1), .giftr-registry-view .giftr-container .products-grid .product-item:nth-child(4n+1) {
		margin-left: 0;
	}
	
	.giftr-item-manage .giftr-container .products-grid .product-items {
		margin: 0;
		display: flex;
		flex-wrap: wrap;
	}
	
	.col-lg-4 {
		-webkit-flex: 0 0 33.3333333333%;
		-moz-flex: 0 0 33.3333333333%;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
		float: left;
		padding-right: 10px;
    padding-left: 10px;
	position: relative;
    width: 100%;
    min-height: 1px;
	}
	
	.col-lg-8 {
		-webkit-flex: 0 0 66.6666666667%;
		-moz-flex: 0 0 66.6666666667%;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
		float: left;
		padding-right: 10px;
    padding-left: 10px;
	position: relative;
    width: 100%;
    min-height: 1px;
	}
	
}


.container-page-scalapay {
    clear: both;
}

.container-page-scalapay h2 {
}

.container-page-scalapay p, .container-page-scalapay li {
    font-size: 16px;
    color: #000;
}

.button-list-scalapay h3 {
    margin-top: 1.1rem;
    margin-bottom: 0.2rem;
}

.button-list-scalapay a {
    background: #fff;
    display: flex;
    min-width: 100%;
    padding: 15px 20px;
    color: #000;
    border-bottom: 1px solid #f170aa;
    justify-content: space-between;
    font-size: 19px;
}

.giftr-registry-share .share-icon {
    width: 24px;
    border-radius: 2px;
    margin-left: 10px;
}

.giftr-registry-table>thead {
    background: #f0f0f0;
}

.giftr-registry-table>thead>tr>th, .giftr-registry-table>tbody>tr>th, .giftr-registry-table>tfoot>tr>th, .giftr-registry-table>thead>tr>td, .giftr-registry-table>tbody>tr>td, .giftr-registry-table>tfoot>tr>td {
    padding: 11px 9px;
}

.giftr-registry-table>thead>tr>th, .giftr-registry-table>thead>tr>td {
    vertical-align: bottom;
}

.giftr-registry-table .a-center {
    text-align: center;
} 

.giftr-registry-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}

.block-addresses-list .items.addresses .item.actions .action:after, .account .data.table .col.actions .action:after, [class^=sales-guest-] .data.table .col.actions .action:after, .sales-guest-view .data.table .col.actions .action:after, .block .box-actions .action:after {
    content: "";
    display: inline-block;
    height: 12px;
    margin: 0 9px;
    border-left: 1px solid #eaeaea;
    vertical-align: -1px;
}

.giftr-registry-table th {
    text-align: left;
}

.giftr-registry-table td.col.image img {
	max-width: 120px;
}

.checkout-cart-index .cart .qty input {
	max-width: 5rem;
}

.border-t-0 {
	border-top: 0; 
}

.product-item-actions {
	margin: 5px 0;
}

.product-item-inner .field select, .product-item-inner .field textarea {
    width: 100%;
}

.billing-address-same-as-shipping-block.field.choice input {
    margin: 5px 15px 0 0;
    width: auto;
    height: auto;
    border: 1px solid;
    clip: auto;
    display: inline-block;
}

.billing-address-same-as-shipping-block.field.choice label {
    display: inline-block;
    margin-left: 21px;
}

.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
    background: none;
    color: #000;
    background-color: transparent !important;
    border: 1px solid;
}

.baby-registry-welcome .container-box {
    display: flex;
    flex-direction: row;
	margin-top: 30px;
}

.baby-registry-welcome .box-interno-uno {
    /* background: url(lista_nascita_bambina.jpg) no-repeat; */
    width: 50%;
    padding: 0;
    margin: 0 6px;
    text-align: center;
}

.baby-registry-welcome .box-interno-due {
    /* background: url(lista_nascita_bambina.jpg) no-repeat; */
    width: 50%;
    padding: 0;
    margin: 0 6px;
    text-align: center;
}

.baby-registry-welcome .cerchio {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    /* border-radius: 230px; */
    padding: 20px 0px 30px 0;
    /* border: 3px solid #d475a9; */
    /* box-shadow: 0 0 20px #ddd; */
    text-align: center;
}

.baby-registry-welcome h4 {
	color: #111;
    /* font-weight: 500; */
    font-size: 23px;
    /* text-transform: uppercase; */
    margin-top: 0;
    margin-bottom: 10px;
}

.baby-registry-welcome .baby-registry-button {
color: #000;
    font-size: 17px !important;
    padding: 6px 20px;
    text-transform: uppercase;
    width: auto;
    border: none;
    /* font-weight: 500; */
    /* background-color: #000; */
    text-shadow: none;
    border: 0;
    opacity: 1;
    filter: alpha(opacity=100));
    display: inline-block;
    /* float: right; */
    box-shadow: none;
    transition: color 0.5s,background-color 0.5s;
    border: 1px solid;
    border-radius: 5px;
}

.giftr-search-form .registry-search input {
    min-height: 48px;
}

.giftr-container .event-item-inner {
    display: none;
}

.container-regolamento {
    order: 4;
}

.amcard-field-block.-double {
    gap: 0.7rem;
}

.amcard-field-block .amgcard-datalist-container + .amcard-button {
    align-self: flex-start;
    line-height: 16px;
    background: #000;
    color: #fff;
    height: 45px;
}

.checkout-payment-method .payment-option-inner {
    margin: 0;
}

#discount-form .payment-option-inner #discount-code {
	min-height: 39px;
    border-radius: 4px 0 0 4px;
}

.social-btn .btn-social {
    font-size: 15px;
    letter-spacing: .1rem;
}

@media (min-width: 820px) {
	.giftr-navigation .giftr-links .item {
		float: left;
		margin: 0 -1px 0 0;
	}
	
	.giftr-navigation .giftr-links .item strong {
		border-bottom: 0;
		margin-bottom: -1px;
		padding: 1px 35px 2px;
	}
	
	.giftr-navigation .giftr-links .item a {
		padding: 1px 35px;
	}
		
}

.box-top-scheda .amshopby-option-link img {
    max-width: 100px;
    border-radius: 6px;
    max-height: 45px;
}

.cart-discount {
    margin-bottom: 15px;
}

.cart-discount .coupon-form, .cart-discount .gift-card-form {
    border: 1px solid;
    padding: 10px;
    margin-top: 15px;
	background: #fff;
    border-radius: 5px;
}

div#scalapay-payin3-widget:after {
    content: 'o';
    display: block;
    background: url(/paypal_small.png);
    width: 75px;
    background-repeat: no-repeat;
    height: 16px;
    background-position: right;
    margin-left: 6px;
    display: inline-block;
    background-size: contain;
	color: #555;
}

.page-product-bundle div#scalapay-payin3-widget:after {
	display: none;
}

.amgcard-datalist-container, .cart-discount  #discount-coupon-form {
	box-shadow: none;
}

@media (max-width:896px) {
	
	#scalapay-payin3-widget {
		display: inline;
	}
	
	div#scalapay-payin3-widget:after {
		content: 'o';
		width: 68px;
		height: 15px;
		margin-left: 0;
		display: inline-block;
		background-size: contain;
		font-size: 12px;
	}
	
	.app-footer {
		flex-direction: column;
	}
	
	.box-wharehouse .col-address {
		font-size: 13px;
		line-height: 16px;
	}
	
	.container-scheda-custom {
	grid-template-areas:
        "image" 
        "title"
		"details";
	grid-template-columns: minmax(0,1fr);
    grid-template-rows: auto;
    margin-bottom: .5rem;
	}
	
	.box-wharehouse {
		overflow: auto;
	}
	
	.box-wharehouse .grid-disp {
		width: 600px;
		padding-bottom: 15px;
		gap: 0.3rem;
	}
	
	.box-price-accordion {
		margin-top: 10px;
	}
	
	.catalog-product-view .product-labels-sale {
		position: absolute;
		left: 0;
		bottom: -27px;
		top: inherit;
	}
	
	.box-top-scheda {
		position: relative;
	}
	
	#gallery div[aria-label="Gallery modal fullscreen"] { 
		z-index: 1000;
	}
	
	.menu-dropdown {
		max-width: 320px;
	}
	
	.menu-secondario {
		background: #111;
		display: block;
	}
	
	.container-cart {
		display: flex;
		flex-direction: column;
	}
	
	.cart-riepilogo {
		order: 1;
	}
	
	input#coupon_code {
		width: 100%;
	}
	
	.coupon button.btn.btn-primary {
		width: 100%;
		justify-content: center;
	}
	
	.form-coupon, .button-coupon {
		width: 100%;
	}
	
	.checkout-index-index .page-header {
		border-bottom: none;
		margin-bottom: 0;
		padding: 0;
	}
	
    .checkout-index-index #free-shipping-bar-message {
        letter-spacing: 1.4px;
        font-size: 17px !important;
        padding: 5px 8px 1px 8px !important;
        line-height: 19px;
    }
	
	.checkout-index-index .am-checkout {
		margin: 0 0 20px 0;
		padding: 12px 0;
	}
	
	.checkout-index-index .checkout-header {
		margin: 0 0 12px;
		padding: 0 9px;
		width: 100%;
	}
	
	.checkout-index-index .free-shipping-bar {
		width: 100% !important;
	}

	.checkout-index-index .checkout-header .description {
		font-size: 14px;
	}
	
	.authentication-wrapper {

	}
	
	.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
		float: none;
		width: 100%;
	}
	
	.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
		background: #000;
		color: #ffffff;
	}
	
	.amcheckout-step-container .amcheckout-title {
		font-size: 18px;
		padding: 10px;
	}
	
	.opc-estimated-wrapper .estimated-block {
		font-size: 18px;
		font-weight: 700;
		color: #000;
	}
	
	.opc-estimated-wrapper .estimated-block .estimated-label {
		display: block;
		margin: 0;
	}
	
	.opc-estimated-wrapper {
		background: #fff;
		border-bottom: 1px solid #cccccc;
		border-top: 1px solid #cccccc;
		margin: -21px -15px 15px;
		padding: 10px 15px;
		margin: 15px -15px 15px !important;
	}
	
	.checkout-index-index .header.content {
		padding: 20px 20px 0;
		display: none;
	}
	
	.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
		text-transform: uppercase;
	}
	
	.checkout-container .authentication-wrapper {
		margin-top: 19px;
	}
	
	.amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
		padding: 20px 0 0 0;
	}
	
	.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
		align-items: start;
		display: flex;
		flex-wrap: nowrap;
	}
	
	.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
		background: #eeeeee;
		border: none;
		color: #fff;
	}
	
	.checkout-payment-method .payment-option-inner {
		margin: 0;
	}
	
	.filter-option.card {
		border-radius: 0;
		border-bottom: none;
		padding: 0.5rem 0.5rem 0.5rem 0.8rem;
		margin: 0.5rem 0;
	}
	
	.filter-option.card .border-container {
		border: none;
	}
	
	.baby-registry-welcome .container-box {
		display: block;
	}
	
	.baby-registry-welcome .box-interno-uno {
		width: 100%;
		margin: 6px 0;
	}
	
	.baby-registry-welcome .box-interno-due {
		width: 100%;
		margin: 6px 0;
	}
	
	.baby-registry-welcome .cerchio {
		width: 100%;
		padding: 30px;
	}
		
	.giftr-search-form .registry-search>.field {
		margin: 0 0 18px;
		padding: 0;
		width: 100%;
		float: none;
	}
	
	.giftr-registry-type-general .heading .giftr-search-form-holder .giftr-search-form {
		padding: 15px 15px 20px 15px;
	}
	
	.giftr-registry-type-general .heading .giftr-search-form-holder .giftr-search-form .label {
		font-size: 14px;
		color: #000;
	}
	
	.giftr-search-form .actions-toolbar-registry-search {
		width: 100%;
	}

	.giftr-search-form .btn-primary-due {
		min-width: 100%;
	}
	
	.social-btn .btn-social {
		text-align: center;
	}
	
	.account-social-login .actions-toolbar.social-btn {
		width: 100%;
	}
	
	.block.social-login-authentication-channel.account-social-login {
		margin-top: 15px;
	}
	
	.block.social-login-authentication-channel.account-social-login .block-content {
		gap: 0.5em;
		display: flex !important;
		flex-direction: column;
	}
	
	.gift-card-form .actions-toolbar {
		display: block;
	}
	
	.gift-card-form .actions-toolbar .primary {
		width: 100%;
	}
	
	.gift-card-form .actions-toolbar .primary button {
		width: 100%;
		justify-content: center;
	}
	
	.gift-card-form .actions-toolbar .secondary {
		margin: 7px 0 0 0;
		float: none;
		width: 100%;
	}
	
	.gift-card-form .actions-toolbar .secondary button {
		width: 100%;
		justify-content: center;
		border-radius: 7px;
	}
	
	.reward-message .message.success {
		font-size: 15px;
		padding: 10px;
	}
	
	.reward-message {
		margin-top: 10px;
	}
	
	.swatch-attribute .product-option-values .space-x-3>:not([hidden])~:not([hidden]) {
		margin-left: 0;
	}
	
	.bmx\:card {
		padding: 0;
		border: none;
	}
	
	.blog .container-title {
		margin-bottom: 15px;
	}
	
	.blog .breadcrumbs .item {
		font-size: 12px;
	}
		
}

.col-data.instock {
    background: #18b518;
    color: #fff;
    border: none;
}

.page-product-grouped .box-addtocart-custom .btn-primary {
	width: 100%;
}

.account.customer-address-form .field .control input, .account.customer-address-form .field .control select {
    width: 100%;
}

.filter-actions .text-primary {
	color: #000;
}

.box-list-minicart .title  {
    line-height: 18px;
    margin-bottom: 6px;
}

.box-list-minicart .codice  {
    margin-bottom: 6px;
}

.title-list-summary-bundle {
	display: none;
}

.bundle.items img {
    max-width: 60px;
}

@media (min-width: 1024px) and (max-width: 1520px) {
	.catalog-product-view .box-addtocart-custom .btn-primary {
		width: 69%;
	}
	
	.qty-scheda .box-qty-scheda button, .qty-scheda .box-qty-scheda input {
		width: 2rem;
	}

	
}


@media (min-width: 980px) and (max-width: 1180px) {
	.container-gift-wish {
		display: block;
	}
	.container-gift-wish .add-to-giftr {
		width: 100%;
	}
	.container-gift-wish #add-to-wishlist {
		width: 100%;
	}
	.icon-whatsapp-h {
		max-width: 28px;
		order: 2;
	}
}

.category-description h2 {
	font-size: 16px;
}

.cms-page-view .container-title {
    font-size: 2rem;
	margin-bottom: 15px;
    padding: 0 1.5rem;
}

.account .container-title {
    margin-bottom: 1.5rem;
}

.container-title {
    margin-bottom: 2rem;
}

.amcheckout-step-container input[type='text'], .amcheckout-step-container input[type='password'], .amcheckout-step-container input[type='url'], .amcheckout-step-container input[type='tel'], .amcheckout-step-container input[type='search'], .amcheckout-step-container input[type='number'], .amcheckout-step-container input[type='datetime'], .amcheckout-step-container input[type='email'], .amcheckout-step-container select {
    color: #000 !important;
}

.giftr-registry-view .container-title {
	margin-top: 15px;
}

div#agreement__3 label {
    pointer-events: none;
}

div#agreement__3 span {
    color: #000 !important;
}

div#agreement__3 label:after {
    display: none;
}

.blog__tags__default, .blog__rss__default, .blog__posts__type-4 {
	display: none;
}

.bmx\:card-title:after, .bmx\:list-inline {
	
}

.blog-home-index .bmx\:list-inline li:nth-child(1) {
    display: none;
}

.bmx\:content h2, .bmx\:content h3 {
}

.bmx\:card-title {
	text-align: left;
	color: #000;
    align-items: flex-start;
}

.blog-post-view .columns, .blog-post-view .container-title {
	max-width: 1180px;
    grid-template-columns: none;
}

.bmx\:link {
    color: #000 !important;
    text-decoration: none;
}

.bmx\:content ol, .bmx\:content ul {
	padding: 0 15px;
    list-style: disc;
}


.catalogsearch-result-index .columns .main {
	display: flex;
}

.bg-search {
    background: rgb(0 0 0 / 45%);
}

.button-close-search {
    position: absolute;
    right: 4px;
    top: 12px;
}

.clerk-live-search-container {
    max-width: 100vw !important;
    width: 100% !important;
}

.mst-gdpr__cookie-bar {
    background: #000;
    color: #fff;
    position: fixed;
    bottom: 30px;
    left: 30px;
}

.mst-gdpr__cookie-bar .consent-text {
    padding: 0 20px;
}

.mst-gdpr__cookie-bar .mst-gdpr__buttons {
    padding: 0 10px;
	gap: 0.2rem;
}

.mst-gdpr__cookie-bar .mst-gdpr__buttons .btn-primary {
	background: #0066ad !important;
    color: #fff;
    margin: 0;
	border: none;
}

.mst-gdpr__cookie-bar .mst-gdpr__buttons .btn-primary:hover {
    color: #fff !important;
    background: #0066ad !important;
}

.button-cookie-decline {
    text-transform: lowercase;
    background: none;
}

div[x-data="initGdprSettingsModal()"] .bg-white {
    padding: 25px;
    border: none;
    border-radius: 0;
}


.container-pack-popup {
    padding: 10px;
}

.container-pack-popup .amrelated-info-top, .container-pack-popup .amshopby-option-link, .container-pack-popup .amrelated-description, .container-pack-popup .box-accordion, .container-pack-popup .link-disp-negozi, .container-pack-popup .container-gift-wish {
	display: none;
}

.container-pack-popup .product-code-ean {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.container-pack-popup  .box-price-accordion {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.container-pack-popup .product-container {
	margin-right: 0;
}

.container-pack-popup .swatch-option {
    max-width: 32px !important;
    min-width: 32px !important;
    max-height: 32px !important;
    height: 32px !important;
}

.container-pack-popup .amrelated-notice {
    border-radius: 6px;
    border: 1px solid #cfb95d;
    width: 100%;
    max-width: 80%;
}

.container-pack-popup .amrelated-notice p {
    margin: 0;
    font-size: 16px;
    line-height: 19px;
}

.container-pack-popup .amrelated-product-content {
    margin: 0;
}

.container-pack-popup .box-addtocart-custom {
    padding: 0;
}

.container-pack-popup .addtocart-custom {
	background: none;
}

.container-pack-popup .qty-scheda {
    border: 1px solid;
    width: auto;
	background: #fff;
}

.container-pack-popup .image-container {
    width: 30%;
}

.container-pack-popup .title-product-view {
    font-size: 21px;
    margin:	0;
}

.container-pack-popup .labels-prontaconsegna {
    font-size: 13px !important;
    line-height: 15px !important;
}

.container-pack-popup .title-font {
    font-size: 14px;
    text-align: left;
    line-height: 19px;
}

.popup-tocart-wrapper {
	margin: 10px 0 0 0;
	width: 100%;
}

.popup-tocart-wrapper button {
	width: 100%;
	justify-content: center;
}

.icon-close-popup button {
	border: 1px solid #000;
	border-radius: 100%;
	padding: 5px;
}

.icon-close-popup svg { 
	color: #000;
}

.baby-registry-welcome {
	text-align: center;
}

.giftr-search-result .giftr-container {
	margin-top: 0;
	background: transparent;
    box-shadow: none;
}

.giftr-search-result .container-title {
    justify-content: center;
}

.list_prodotti_lista {
    border-radius: 6px;
    padding: 20px 20px 10px 20px;
	background: #fff5f9;
}

[type=file] {
    width: 100%;
}

.giftr-item-manage .container-title {
	margin-bottom: 15px;
}

/*.colore1 {
	border: 3px dashed #f90;
}

.colore2 {
	border: 3px dashed #ff85f0;
}

.colore3 {
	border: 3px dashed #58c7f1;;
}

.colore4 {
	border: 3px dashed #f11298;
}*/

.box-come-funziona {
	margin: 30px 0;
}

.brand-home  {
    padding: 50px 0;
    /*margin: 20px 0 50px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;*/
	order: 2;
}

.brand-img {
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 5px #ddd;
}

.brand-img img {
	min-width: 200px;
}

.brand-home .marquee-text {
    /*display: flex;
    align-items: center;
    gap: 2.5rem;*/
	display: flex;
    align-items: center;
    gap: 2.5rem;
    animation: marquee-brand 40s linear infinite;
    overflow: hidden;
    position: absolute;
    width: 280%;
    height: 100px;
    left: 0;
}

.brand-home .marquee-text2 {
	animation-delay: 15s;
}

.catalog-product-view .swatch-attribute .swatch-attribute-options[aria-label="Colore"] .item-swatch {
	max-width: 92px;
}

.catalog-product-view .swatch-attribute .swatch-attribute-options[aria-label="Colore"] .item-swatch span {
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
    text-wrap: wrap;
}

.catalog-product-view .swatch-attribute .swatch-attribute-options[aria-label="Color"] .item-swatch {
	max-width: 92px;
}

.catalog-product-view .swatch-attribute .swatch-attribute-options[aria-label="Color"] .item-swatch span {
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
    text-wrap: wrap;
}

.catalog-product-view .box-prod-related .swatch-attribute .swatch-attribute-options .swatch-option {
    max-width: 20px !important;
    min-width: 20px !important;
    max-height: 20px !important;
    height: 20px !important;
}

.catalog-product-view .box-prod-related .swatch-attribute .swatch-attribute-options .item-swatch span {
	display: none;
}



.box-lista-punti {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
    align-content: center;
}

.box-lista-punti li img {
    max-width: 90px;
    margin: 0 auto 10px;
}

.box-card-punti {
	max-width: 960px;
    margin: 30px auto 50px;
    gap: 2rem;
}

.box2-punti {
	/*margin-top: -70px;*/
}

.title-punti {
    font-size: 30px;
    line-height: 30px;
}

.title-punti span {
	color: #ed2e69;
}

.tab-punti img {
	margin: 0 auto;
}

.fascia {
	background: #f8f8f8;
    color: #000;
    font-size: 50px !important;
    padding: 30px 0 35px 0 !important;
    border-radius: 30px 30px 0 0;
    border-bottom: 2px solid;
}

.fascia strong {
    display: block;
    font-size: 18px;
    line-height: 20px;
}

.fascia-livello-1 {
background: #d5d5d5;
    padding: 20px 15px;
    font-size: 36px;
    color: #000;
    font-weight: 800;
}

.fascia-punti {
    padding: 15px;
    font-size: 26px;
    background: #f8f8f8;
    border-radius: 0 0 20px 20px;
}

.fascia-livello-2 {
	background: #ffde32;
    padding: 20px 15px;
    font-size: 36px;
    color: #000;
    font-weight: 800;
}

.fascia-livello-3 {
	background: #D1C399;
    padding: 20px 15px;
    font-size: 36px;
    color: #000;
    border-color: #000;
    font-weight: 800;
}

.fascia-livello-1 {
    background: #d5d5d5;
}

.fascia-livello-2 {
    background: #ffde32;
}

.fascia-livello-3 {
    background: #D1C399;
}


.box-lista-punti li {
    text-align: center;
    /* border: 1px solid; */
    border-radius: 8px;
    /* border: 1px solid #ef5ea0; */
    /* background: #fff1f7; */
    margin: 6px auto;
    padding: 6px;
    font-size: 18px;
    width: -webkit-fill-available;
    display: block;
    line-height: 21px;
    max-width: 320px;
}

.box-lista-punti li span {
	display: block;
}

.product-functionality p {
    margin-bottom: 0;
}

.product-functionality ul {
    margin-bottom: 15px;
}

.js_thumbs_slide button {
	border-radius: 4px;
}

.js_thumbs_slide img {
	border-radius: 4px;
}

.box-prod-related .product-slider section {
	margin: 0;
}

.box-prod-related .product-slider .price-box.price-final_price {
    display: flex;
    flex-direction: inherit;
}

.brand-home a {
    min-width: fit-content;
}

.brand-home a img {
    max-width: 220px;
	max-height: 80px;
}


.title-main-raccolta  {
    margin: 0 auto;
}


.title-punti {
	font-size: 36px;
    line-height: 34px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 70px;
    background: linear-gradient(90deg, rgba(73, 72, 152, 1) 0%, rgba(7, 186, 234, 1) 14%, rgba(50, 170, 66, 1) 28%, rgba(237, 228, 8, 1) 45%, rgba(243, 159, 0, 1) 60%, rgba(236, 9, 20, 1) 78%, rgba(27, 99, 168, 1) 93%);
    max-width: 960px;
    margin: 0 auto;
    color: #fff;
    font-weight: 800;
    text-shadow: 0 2px 20px #999;
}

.title-main-raccolta h2 {
    /* background: #fff; */
    position: relative;
    margin: -71px auto 16px;
    padding: 25px 25px 10px 25px;
    width: fit-content;
    font-weight: 800;
    font-size: 36px !important;
}

.title-main-raccolta h3 {
   font-size: 2.25rem !important;
}

.text-arcobaleno {
  background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

div[x-data="initGdprSettingsModal()"] {
    z-index: 100;
}

@media (max-width: 850px) { 

	.brand-home {
		padding: 20px 0 30px 0;
		overflow: hidden;
	}

	.clerk-live-search-container {
		width: 100% !important;
		left: 0 !important;
		top: 54px !important;
	}

	.catalogsearch-result-index .columns .main {
		display: block;
	}
	
	div[x-data="initGdprSettingsModal()"] .bg-white h3 {
		font-size: 20px;
	}
	
	.cookie-list {
		max-height: 150px;
		overflow: scroll;
	}
	
	#category-view-container .category-image img {
		max-width: 150px;
	}

	#clerk-search-filters {
		margin-top: 10px;
	}
	
	.title-main-raccolta h2 { 
		width: auto;
		margin: -31px auto 16px;
		padding: 20px 0 0 0;
	}
	
	.clerk-facet-group {
		margin-bottom: 0;
		padding: 0 0.5em 1em 0.5em;
	}
	
	.clerk-facet-group-title {
		margin-bottom: 0.2em;
		color: #333;
		padding-top: 0;
	}
	
	.clerk-facet-name {
		overflow: hidden;
		/*height: 1.5em;*/
		white-space: nowrap;
		font-size: 14px;
	}
	
	.clerk-facet-group-facets {
		/*overflow-y: scroll;
		transition: max-height .2s ease-in-out;
		max-height: 150px !important;*/
	}
	
	.filter-option-clerk .filter-options-title {
		background: #fff1f7;
		width: 100%;
		border: 1px solid #f16eab;
	}
	
	.catalogsearch-result-index .top-container {
		display: none;
	}
	
	.clerk-facet-group-title:before {
		right: 10px;
		top: 14px;
	}
	
	.clerk-facets {
		margin: 1em 0 !important;
	}
	
	.catalog-product-view .box-prod-related .swatch-attribute .swatch-attribute-options .item-swatch-listing, .catalog-product-view .box-prod-related .swatch-attribute .swatch-attribute-options .item-swatch {
		margin: 0 2px 0 0;
	}
	
	.mst-gdpr__cookie-bar {
		background: #000;
		color: #fff;
		flex-direction: column;
		align-content: flex-start;
		align-items: flex-start;
		padding: 20px 0 25px 0;
		bottom: 0;
		left: 0;
		/* box-shadow: 0 0 40px #333; */
		border: none;
		border-radius: 0;
		width: 100%;
	}
	
	.mst-gdpr__cookie-bar .consent-text {
		padding: 0 15px;
		font-size: 14px;
		line-height: 18px;
	}

	.mst-gdpr__cookie-bar .mst-gdpr__buttons {
		padding: 0 15px;
		/*flex-direction: row;*/
		margin-top: 15px;
		width: 100%;
	}
	
	.button-cookie {
		letter-spacing: 0;
		width: 100%;
		padding: 5px 11px;
	}
	
	.mst-gdpr__cookie-bar .mst-gdpr__buttons .btn-primary {
		background: #0066ad !important;
		color: #fff;
		margin: 0;
	}
	
	.mst-gdpr__buttons {
		/*flex-direction: column !important;*/
	}
	
	div[x-data="initGdprSettingsModal()"] .bg-white {
		font-size: 12px;
		line-height: 15px;
		max-width: 90%;
		height: auto;
	}
	
	.amrelated-popup-wrapper-content  {
		padding-top: 0;
	}
	
	.container-pack-popup .amrelated-popup-wrapper-content div[id^=amrelated-product-container] .info-container .product-options-bottom>div {
		padding: 0 15px;
	}
	
	.container-pack-popup {
		width: 94%;
	}
	
	.container-pack-popup .amrelated-popup-wrapper-content .swatch-attribute .swatch-attribute-options {
		flex-wrap: nowrap;
		overflow: hidden;
		overflow-x: scroll;
		display: flex;
		flex-direction: row;
	}
	
	.container-pack-popup .amrelated-popup-wrapper-content .swatch-option {
		max-width: 45px !important;
		min-width: 45px !important;
		max-height: 45px !important;
		height: 45px !important;
		border-radius: 10px !important;
		background-size: cover !important;
		margin: 0.15rem auto !important;
	}
	
	.container-pack-popup .amrelated-popup-wrapper-content .item-swatch {
	    max-width: 82px;
		min-width: min-content;
	}
	
	.container-pack-popup .amrelated-popup-wrapper-content .item-swatch span {
		font-size: 12px;
		line-height: 14px;
		margin: 7px 0 5px 0;
		text-wrap: wrap;
	}
	
	.container-pack-popup .amrelated-popup-wrapper-content {
		margin-top: 0;
	}
	
	.container-pack-popup .amrelated-notice p {
		font-size: 14px;
	}
	
	.container-pack-popup .images-wrapper {
		margin-bottom: 0;
	}
	
	.container-pack-popup .box-prod-related .title-font {
		font-size: 14px;
		line-height: 18px;
	}
	
	.container-pack-popup .div-consegna {
		align-items: center;
		display: block;
	}
	
	.container-pack-popup .product-code-ean {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	
	.icon-close-popup {
		margin-top: 0;
	}
		
	.container-pack-popup .amrelated-notice {
		margin: 0;
	}
	
	.popup-tocart-wrapper {
		margin: 0;
		width: 100%;
	}
	
	.popup-tocart-wrapper button {
		width: 100%;
		justify-content: center;
	}
	
	.container-pack-popup .addtocart-custom {
		margin-top: -15px;
		margin-bottom: 5px;
	}
	
	.container-negozi .title-spec {
		font-size: 26px;
	}
	
	[class^="clerk-design-component"] {
		/*margin: 0 !important;*/
	}
	
	.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr {
		display: block;
	}
	
	.giftr-registry-table tbody tr td {
		vertical-align: middle;
	}
	
	.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td, .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th {
		border-bottom: none;
		display: block;
		padding: 4.5px 9px;
	}
	
	.giftr-registry-table tbody tr td {
		font-weight: 600;
	}
	
	.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:first-child {
		text-align: left;
	}
	
	.giftr-registry-table>thead>tr>th, .giftr-registry-table>tbody>tr>th, .giftr-registry-table>tfoot>tr>th, .giftr-registry-table>thead>tr>td, .giftr-registry-table>tbody>tr>td, .giftr-registry-table>tfoot>tr>td {
		border-top: 1px solid #ccc;
	}
	
	.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>thead>tr>th {
		display: none;
	}
	
	.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td[data-th]:before, .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th[data-th]:before {
		padding-right: 9px;
		content: attr(data-th) ': ';
		display: inline-block;
		color: #333;
		/* font-weight: 700; */
	}
	
	.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td[data-th]:before {
		width: 45%;
	}
	
	.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:last-child {
		border-bottom: 1px solid #ccc;
		padding-bottom: 15px;
	}
	
	.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:last-child {
		padding: 15px;
	}
	
	[data-th="Azioni"] a {
		background: #f8f8f8;
		padding: 6px;
		margin: 2px 0;
		text-align: center;
		border-bottom: 1px solid #ddd;
		color: #111;
		display: block;
	}
	
	[data-th="Azioni"] .action:after {
		display: none !important;
	}
	
	.actions-toolbar.giftr-actions, .actions-toolbar.giftr-actions .primary, .actions-toolbar.giftr-actions button {
		width: 100%;
		justify-content: center;
	}
	
	.giftr-registry-view .giftr-registry-view-general .heading .title-listababy {
		margin-top: 10px;
	}
	
	.customer-account-forgotpassword .actions-toolbar {
		flex-direction: column;
		justify-content: center;
	}
	
	.customer-account-forgotpassword .actions-toolbar>.secondary:last-child {
		float: none;
		margin-top: 10px;
		margin-left: 0;
		text-align: center;
	}	
	
	.customer-account-forgotpassword .field input {
		width: 100%;
	}
	
	.box-funz-lista {
		flex-direction: column;
	}
	
	.list_prodotti_lista {
		width: 100%;
	}
	
	.giftr-search-result .container-title h1 {
		text-align: center;
	}
	
	.giftr-search-result .giftr-container {
		padding-top: 15px;
	}
	
	.baby-registry-welcome .baby-registry-button {
		color: #000;
		font-size: 15px !important;
		padding: 4px 20px;
		text-transform: uppercase;
		width: auto;
	}
	
	.baby-registry-welcome .cerchio {
		width: 100%;
		padding: 15px 0;
	}
	
	.giftr-registry-type-general .heading .giftr-search-form-holder .giftr-search-form .registry-search {
		flex-direction: column;
	}
	
	.giftr-container p {
		font-size: 14px;
		line-height: 18px;
	}
	
	.giftr-container h2 {
		font-size: 20px;
		line-height: 23px;
		margin-bottom: 10px;
	}
	
	.giftr-container h3, .giftr-container h4 {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 10px;
	}
	
	.box-blog-home {
		margin-top: 20px;
	}
	
	.track-horizontal-brand {
		/*animation: marquee-horizontal 20s linear infinite;*/
	}
	
	.brand-home .marquee-text {
		gap: 1rem;
		animation: marquee-brand 30s linear infinite;
		width: 980%;
	}
	
	.brand-home .marquee-text img {
		max-width: 150px;
	}
	
	.track-horizontal-2 {
		animation: marquee-horizontal-due 65s linear infinite;
	}
	
	.tooltip-varianti {
		display: none;
	}
	
	.box-lista-punti {
		/*flex-direction: column;*/
		overflow-x: scroll;
	}
	
	.box-lista-punti li {
		font-size: 15px;
		line-height: 17px;
		min-width: 60%;
		padding: 6px 0;
	}
	
	.box-lista-punti li img {
		max-width: 80px;
		margin: 0 auto 15px;
	}
	
	.box-card-punti {
		margin: 30px auto 50px;
		display: flex;
		flex-direction: column;
	}
	
	.box2-punti {
		margin-top: 0;
	}
	
	
	.amrelated-cart-message {
		padding: 5px 25px;
		font-size: 1rem;
		line-height: 23px;
	}
		
	.amrelated-cart-message:before {
		height: 25px;
		width: 25px;
		background-size: contain;
	}
	
}

.amrelated-info-bottom .box-price-accordion div[data-role="priceBox"] {
	display: none;
}

.amrelated-pack-list {
	border: none;
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (min-width: 851px) {

	.clerk-live-search-container {
		width: calc(100vw - 35px) !important;
		top: 60px !important;
		left: 10px !important;
		position: fixed !important;
	}
	
	div#clerk-search-filters {
		min-width: 320px;
		display: block !important;
		padding-right: 20px;
	}
	
	.filter-option-clerk .filter-options-title {
		display: none;
	}
	
	.clerk-facets {
		margin-top: 0;
	}
	
	.catalog-product-view .swatch-attribute .container-varianti {
		display: block;
		padding: 10px 0;
	}

}

.clerk-highlighted {
	font-weight: normal;
}

.clerk-facet-group-title {
	color: #000;
}

.clerk-facet-search {
	margin: 1rem 0;
}

.clerk-facet-group>div:not(.clerk-facet-group-title) {
    padding: 0;
}

.clerk-facet-group-facets {
    border-bottom: none;
}

.clerk-facet-group-title:before {
	border-color: #000;
}

.clerk-range {
    margin-bottom: 20px !important;
}

.filter-content .amshopby-link-selected {
	text-decoration: underline;
} 

.icon-close {
	border: 1px solid;
    border-radius: 100%;
    padding: 8px;
}

.icon-close svg {
	color: #000;
}

div[x-bind="overlay('bundlePopup')"] {
	z-index: 200;
}

@media (max-width: 820px) {
	
	.cc_dialog .cc_dialog_headline {
		font-size: 20px !important;
	}
	
	.cc_dialog .cc_dialog_text {
		font-size: 13px !important;
		line-height: 15px !important;
	}
	
		.dark.cc_dialog {
		padding: 15px !important;
		max-width: 100% !important;
	}
	
	.dark.cc_dialog button.cc_b_ok {
		color: #fff !important;
		background-color: #EA6BA1 !important;
	}
	
	.cc_dialog .cc_dialog_headline {
		font-size: 20px !important;
	}
	
	.cc_dialog .cc_dialog_text {
		font-size: 13px !important;
		line-height: 15px !important;
	}
}


.filter-content .swatch-attribute .swatch-attribute-options .swatch-option {
    max-width: none;
	margin-bottom: 0.7rem;
}

.filter-content .swatch-attribute .swatch-attribute-options .swatch-option.amshopby-link-selected {
    text-decoration: none;
}

.filter-content .swatch-attribute .swatch-attribute-options.swatch-label .swatch-image-label {
    font-size: 15px;
}

.catalog-product-view .swatch-attribute .swatch-attribute-options[aria-label="Colore"] {
    align-items: baseline;
}

.catalog-product-view .swatch-attribute .swatch-attribute-options[aria-label="Color"] {
    align-items: baseline;
}

.container-menu-ul li[data-child-id="blog-node-root-main"]:lang(en) {
	display: none !important;
}

.blog__category__default h3:after {
	display: none; 
}

.checkout-index-index div#scalapay-payin3-widget:after {
	display: none;
}

.customer-account-create .account-social-login, .customer-account-login .account-social-login {
	/*display: none !important*/
}

.product-availability-out-of-stock {
    color: red;
}

.sidebar .blog__search__default {
	display: none;
}

.category-description h3, .category-description h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.category-description h1, .category-description h2 {
    font-size: 17px;
    margin-bottom: 5px;
}

.product-functions ul {
    list-style: circle;
    padding: 0 20px;
    margin-bottom: 15px;
}

.dark.cc_dialog button.cc_b_ok {
	color: #fff !important;
	background-color: #EA6BA1 !important;
}

.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button {
    color: #fff !important;
	background-color: #EA6BA1 !important;
}

#newspopup_up_bg_2, #newspopup_up_bg_2 .newspopup-theme, #newspopup_up_bg_3, #newspopup_up_bg_3 .newspopup-theme {
    top: inherit !important;
    height: 140px;
}

.btn-outline {
    background: none;
    border: 1px solid #bbb;
}

.container-button-cookie {
    flex-direction: row;
    display: flex;
    gap: .2rem;
}







@keyframes fadeIn {
	  0% { opacity: 0; }
	  100% { opacity: 1; }
	}


.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
	"wdth" 100;
}

.inderd-chat-answer a:visited {
	color: #3b82f6 !important;
}
	
.inderd-chat-answer a {
	color: #3b82f6 !important;
	border-radius: 6px;
	font-weight: 500;
	display: inline-block;
}
	
.inderd-chat-answer p {
	margin: 0;
	line-height: 20px;
    letter-spacing: .05rem;
}
	
.credits-chat {
	margin: 0;
	font-size: 12px;
	text-align: center;
	background: #f8f8f8;
	padding: 4px 15px;
	color: #aaa;
}

.credits-chat a {
	color: #000;
	text-decoration: none; 
}
	
	.inderd-speech-button i {
		color: #000;
	}
	
		 @keyframes icon {
		 0% {transform: scale(1);}
		 50% {transform: scale(1.2);}
		 100% {transform: scale(1);}
	  }

	
   .iconChat {
	width: 32px;
margin-bottom: 10px;
border-radius: 100px;
  }
	
	.inderd-speech-button:hover, .inderd-speech-button:focus, .inderd-speech-button:active {
	color: #808080;
	transition: color .25s ease-in-out;
	background: none;
}
	
	.textInput{
		width: 100%;
padding: 12px 20px;
margin: 5px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
	}
	.button_mail, .inderd-chat-msg-container a.button_mail, .inderd-chat-msg-container a:visited.button_mail {
	background-color: black;
	padding: 12px 20px;
	/* margin: 8px 0; */
	margin-right: auto;
	margin-left: auto;
	display: flex !important;
	border: 1px solid #ccc;
	/* display: block; */
	border-radius: 4px;
	font-size: 16px;
	/* font-size: 14px; */
	color: white !important;
	font-weight: 700;
	box-sizing: border-box;
	width: fit-content;
	justify-content: center;
	}

.grecaptcha-badge {
  opacity:0 !important;
}
.inderd-chat-btn {
	position: fixed;
	bottom: 38px;
	left: 18px;
	font-size: 14px !important;
	z-index: 10 !important;
	cursor: pointer;
	font-family:  "Open Sans", sans-serif !important;
	font-weight: normal;
	text-align: center;
	text-decoration: none !important;
	/* box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff !important; */
	color: rgba(0, 0, 0, .87) !important;
	transition-property: box-shadow;
	transition-duration: .2s;
	transition-timing-function: ease-in-out;
	/* border: 0.0625rem solid #d1d9e6 !important; */
	border-radius: 100% !important;
	background: transparent;
	border: none;
	max-width: max-content;
	background: none !important;
}
.inderd-chat-btn i {
  font-size: 20px;
}
.inderd-chat-btn:hover {
  text-decoration: none !important;
  box-shadow: none !important;
  transition: box-shadow;
  transition-duration: .25s;
	background: none;
}
.inderd-chat-wnd {
	background-color: #fff !important;
	position: fixed;
	z-index: 100000 !important;
	bottom: 10px;
	left: 10px;
	width: 440px !important;
	max-width: calc(100% - 20px) !important;
	display: none;
	border: none;
	border-radius: 10px !important;
	overflow: hidden;
	box-shadow: 0 0 30px #ccc;
}



@keyframes inderd-fade-in {
  0% { opacity: 0; color: rgb(255,255,0); }
  50% { color: rgb(225,225,0) }
  100% { opacity: 1; color: rgb(128,128,128); }
}
.inderd-chat-header {
	color: rgb(128, 128, 128) !important;
	animation-name: inderd-fade-in;
	animation-duration: .75s;
	animation-direction: forwards;
	animation-timing-function: ease-in-out;
	display: flex;
	justify-content: left;
	margin: 0 !important;
	background: #000;
	padding: 15px;
	gap: 0.5rem;
	align-items: center;
}
.inderd-chat-close-btn {
  border-radius: 8px !important;
  border: none !important;
  padding: 5px 9px !important;
  font-size: 12px !important;
  position: absolute;
  top: 15px;
  right: 10px;
  cursor: pointer !important;
  box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff !important;
  border: .0625rem solid #d1d9e6 !important;
  border-radius: 5px !important;
  transition: box-shadow;
  transition-duration: .25s;
}
.inderd-chat-close-btn:hover,
.inderd-chat-close-btn:active,
.inderd-chat-close-btn:focus {
  box-shadow: 1px 1px 2px #b8b9be, -3px -3px 6px #fff !important;
  transition: box-shadow;
  transition-duration: .25s;
  outline: none !important;
  text-decoration: none !important;
}
.inderd-chat-msg-container {
	height: 400px !important;
	padding: 25px !important;
	overflow-y: auto !important;
	font-size: 12px !important;
	box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff !important;
	background-color: #f0f0f0 !important;
}
.inderd-chat-msg-container a {
  text-decoration: none !important;
}
.inderd-chat-msg-container a:visited {

}
@keyframes inderd-chat-question-waiting {
  0% { opacity: .2; }
  100% { opacity: 1; }
}
.inderd-chat-question-waiting {
  animation-name: inderd-chat-question-waiting;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  font-size: 15px;
  margin-bottom: 10px !important;
  margin-right:0px;
  margin-left:auto;
  padding: 10px;
  border-radius: 10px;
  width: fit-content;
  font-weight:500;
  color: #fff !important;
  background-color: #1b9770;
}
.inderd-chat-question {
  color: #fff !important;
  font-size: 15px !important;
  margin-bottom: 20px !important;
  margin-right:0px;
  margin-left:auto;
  padding: 10px;
  border-radius: 10px;
  width: fit-content;
  font-size:14px;
  font-weight:500;
  background-color: #1b9770;
  position: relative;
  line-height: 20px;
  letter-spacing: .05rem;
}

.inderd-chat-question:after {
	content: ' ';
	display: inline-block;
	width: 15px;
	height: 15px;
	position: absolute;
	right: -19px;
	background: url(/user_chat.png);
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}

.inderd-chat-answer:before {
	content: ' ';
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: -23px;
	background: url(/operatore-musa.png);
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}

.iconChat {
	display: none;
}


.inderd-chat-error {
  background-color: rgba(255,230,230,.65) !important;
  padding: 15px !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
  margin-bottom: 20px !important;
}
.inderd-chat-answer {
  color: #000 !important;
  margin-bottom: 20px !important;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  width: fit-content;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  position: relative;
  margin-left: 10px;
}
.inderd-chat-answer.stop,
.inderd-chat-answer.cached {
  color: unset;
}
.inderd-chat-answer p img {
  display: block;
  width: calc(100% - 20px) !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  cursor: pointer !important;
  border-radius: 5px !important;
  box-shadow: 3px 3px 5px rgba(0,0,0,.2) !important;
}
.inderd-chat-answer pre {
  text-overflow: ellipsis;
  overflow: hidden;
  animation: fadeIn 2s;
}

.estensa-has-more {
  animation: fadeIn 3s;
}

.inderd-chat-answer ul {
  padding-left: 20px !important;
  margin: 0 !important;
}
.inderd-chat-answer ul li {
  list-style-type: circle !important;
  margin: 0 !important;
  padding: 0;
}
@keyframes inderd-zoom-image {
  0% {
	opacity: 0;
  }
  100% {
	opacity: 1;
  }
}
.inderd-zoom-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 11000;
  background-color: rgba(0,0,0,.7) !important;
  opacity: 0;
  animation-name: inderd-zoom-image;
  animation-duration: .25s;
  animation-fill-mode: forwards;
}
@keyframes inderd-drop-down {
  0% {
	opacity: 0;
  }
  100% {
	opacity: 1;
  }
}
.inderd-zoom-image img {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: auto !important;
  max-width: calc(100% - 50px) !important;
  max-height: calc(100% - 50px) !important;
  margin-top: 25px !important;
  opacity: 0;
  animation-name: inderd-drop-down;
  animation-duration: .25s;
  animation-delay: .25s;
  animation-fill-mode: forwards;
  border-radius: 5px !important;
  box-shadow: 0 0 15px rgba(255,255,0,.5) !important;
}
.inderd-references-list {
  margin: 10px 0 !important;
  padding: 0 !important;
}
.inderd-references-list li {
  display: none;
}
.inderd-references-list li:nth-child(1),
.inderd-references-list li:nth-child(2),
.inderd-references-list li:nth-child(3),
.inderd-references-list li:nth-child(4),
.inderd-references-list li:nth-child(5) {
  display: list-item;
}
.inderd-references-list li {
  list-style: none !important;
  margin: 0 !important;
}
@keyframes inderd_fade_in {
  0% {
	margin-left: -100px;
	opacity: 0;
  }
  100% {
	margin-left: 0;
	opacity: 1;
  }
}
.inderd-references-list li {
  margin-left: -100px;
  opacity: 0;
  list-style: none !important;
  margin-top: 0 !important;
  animation-name: inderd_fade_in;
  animation-duration: .75s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.inderd-references-list li:nth-child(1) {
  animation-delay: 0s;
}
.inderd-references-list li:nth-child(2) {
  animation-delay: .25s;
}
.inderd-references-list li:nth-child(3) {
  animation-delay: .5s;
}
.inderd-references-list li:nth-child(4) {
  animation-delay: .75s;
}
.inderd-references-list li:nth-child(5) {
  animation-delay: 1s;
}
.inderd-references-list li:nth-child(6) {
  animation-delay: 1.25s;
}
.inderd-references-list li:nth-child(7) {
  animation-delay: 1.5s;
}
.inderd-references-list li:nth-child(8) {
  animation-delay: 1.75s;
}
.inderd-references-list li:nth-child(9) {
  animation-delay: 2s;
}
.inderd-references-list li:nth-child(10) {
  animation-delay: 2.25s;
}
.inderd-references-list li a {
  text-decoration: none !important;
  color: rgb(128,128,255) !important;
  transition: color, background-color .25s ease-in-out !important;
  padding: 5px 5px 5px 10px !important;
  display: block !important;
  border-radius: 5px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.inderd-references-list li a:hover,
.inderd-references-list li a:active,
.inderd-references-list li a:focus {
  color: rgb(90,90,235) !important;
  transition: color, background-color .25s ease-in-out !important;
  background-color: rgba(0,0,0,.1) !important;
}
.inderd-chat-form {
  padding: 10px !important;
  margin: 0 !important;
  display: flex;
flex-direction: row;
/* align-content: center; */
align-items: center;

}
.inderd-chat-prompt {
	padding: 10px !important;
	width: 91% !important;
	border-radius: 5px !important;
	outline: none !important;
	border: none !important;
	background: none;
	font-size: 14px;
	box-sizing: border-box !important;
	color: black;
	height: auto;
	min-height: 30px;
}
.inderd-chat-prompt:disabled {
  color: rgb(198,198,198) !important;
}
.inderd-speech-button {
	position: absolute;
    right: -3px;
    bottom: 34px;
	height: 45px;
	width: 45px;
	font-size: 20px;
	display: block;
	background-color: #fff !important;
	border: none;
	cursor: pointer;
	color: #b0b0b0;
	transition: color .25s ease-in-out;
	padding: 0;
}
.inderd-speech-button:hover,
.inderd-speech-button:focus,
.inderd-speech-button:active {
  color: #808080;
  transition: color .25s ease-in-out;
}
.inderd-chat-prompt::placeholder {
  color: rgb(180,181,188) !important;
}
.modal {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0px 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius:5px;
	box-shadow: 0 0px 50px #ccc;
	z-index: 1;
	padding: 10px;
    font-size: 20px;
}

/* Stile per il pulsante di chiusura */
.close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 26px;
}
.blockOY{
  overflow-y :-webkit-paged-y !important;
}

p.testo-operatore {
	display: block;
	text-align: left;
	margin: 0 !important;
	font-size: 16px !important;
	padding: 0;
	/* margin: 0; */
	font-weight: bold;
	color: #fff !important;
	font-weight: 500;
	line-height: 18px;
}


.inderd-chat-btn-due {
    position: fixed;
    left: 18px;
    border: none;
    background: none;
    bottom: 155px;
    padding: 0;
	z-index: 20;
}

#btn-close-msg {
    border-radius: 6px;
    border: none;
    background: #f0f0f0;
    cursor: pointer;
    font-size: 13px;
    color: #000;
    padding: 5px;
}

.msg-button {
    position: absolute;
    left: 0;
    top: -50px;
    width: max-content;
    box-shadow: 0 3px 6px #ccc;
    border-radius: 6px;
    padding: 6px;
    letter-spacing: .04em;
    background: #fff;
    font-size: 13px;
}

.banner-category {
	display: none;
}

.category-estate .grid-category .items {
	overflow: hidden; 
}


@media (max-width: 820px) {
	.inderd-chat-wnd {
		width: 100% !important;
		z-index: 22147483648 !important;
		bottom: 60px;
	}
	.inderd-chat-btn {
		bottom: 88px;
	}
	.button-tag button {
		font-size: 13px;
	}
	
	#trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
		z-index: 10 !important;
	}
	
	.inderd-chat-prompt {
		font-size: 16px !important;
	}
	
	.inderd-chat-wnd input {
		font-size: 16px !important;
	}
	
	.inderd-chat-msg-container {
		height: 350px !important;
	}
	
	.msg-button {
        position: absolute;
        left: 0;
        top: -56px;
        width: 135px;
        box-shadow: 0 3px 6px #ccc;
        border-radius: 6px;
        padding: 6px 10px;
        letter-spacing: .04em;
        background: #fff;
        font-size: 12px;
        text-align: left;
        line-height: 14px;
	}
	
	#btn-close-msg {
		border-radius: 6px;
		border: none;
		background: #f0f0f0;
		cursor: pointer;
		font-size: 12px;
		color: #000;
		padding: 5px;
	}
	
	.inderd-chat-btn-due {
		position: fixed;
		left: 18px;
		border: none;
		background: none;
		bottom: 210px;
		padding: 0;
	}
	
	.banner-category {
		display: block !important;
	}
	
	.category-estate .grid-category .items {
		overflow: hidden; 
	}
	
	.container-payment-footer {
		flex-wrap: wrap;
	}
	
}

.inderd-speech-button img {
	max-width: 24px;
}

textarea {
  resize: none;
}


.button-tag {
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
	display: flex;
	gap: .5rem;
}
	
.button-tag button {
	background: #000;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 6px 8px;
	box-shadow: 0 4px 4px #ddd;
	cursor: pointer;
	display: flex;
	align-items: center;
	width: -webkit-fill-available;
	gap: .2rem;
	justify-content: center;
}

.button_mail {
	width: 100%;
	cursor: pointer;
	border: none !important;
}

.button-whatsapp {
	background: #08b325 !important;
	border: none !important;
	width: 100% !important;
	text-align: center;
}

.inderd-chat-answer::before {
	background: url(/operatore-lcdb.png) !important;
	width: 24px !important;
	height: 24px !important;
	position: absolute;
	left: -27px !important;
}

.inderd-chat-prompt {
	font-family: "Open Sans", sans-serif !important;
}


.inderd-chat-btn:lang(en), .inderd-chat-btn-due:lang(en) {
  display: none !important;
}


.msg-ferie {
    text-align: center;
    background: red;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 0 5px 0;
    font-size: 15px;
}

@media (max-width:820px) {
	.msg-ferie {
		padding: 5px 10px;
		letter-spacing: 0;
		line-height: 18px;
	}
	.msg-ferie p {
		font-size: 15px !important;
	}
}

.msg-ferie {
    display: none !important;
}

.box-inglesina-prodotti {
	position: relative;
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.box-inglesina-prodotti:hover {
	opacity: .8;
}

.content-box-inglesina {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.content-box-inglesina span {
    border: 1px solid #fff;
    padding: 9px 20px;
    font-size: 13px;
    margin-top: 5px;
    display: inline-block;
}

@media (max-width:820px) {

	.container-mobile-inglesina {
		padding: 0;
	}
	
	.container-grid-mobile {
		display: flex;
		flex-direction: column;
	}
	
	.inglesina-desktop {
		display: none;
	}

}

@media (min-width:821px) {

	.inglesina-mobile {
		display: none;
	}

}

.cms-inglesina .breadcrumbs {
	display: none;
}


.container-menu-ul a[title="Natale"] {
    color: #fff !important;
    background: #ff0000;
    border: none;
}

.container-menu-ul a[title="Befana"] {
    color: #fff !important;
    background: #ff0000;
    border: none;
}


@media (min-width: 1024px) and (max-width:1580px) {
    .touch-point-menu a {
    margin: 0;
    flex-direction: column;
    align-items: center;
    align-items: center;
    text-align: center;
    line-height: 1rem;
    }

}

.block.items-in-cart.active .minicart-items-wrapper .delete {
    display:none;
}

.bg-arco-footer {
    background-color: #051218;
}

.bg-arco-icon-footer {
    background-color: #091a22;
}

.page-main {
    margin-top: 0;
    margin-bottom: 0;
    padding: 2rem 0 5rem 0;
    background-color: #f1f5f8;
}

.catalog-category-view .page-main,
.category-default-category .page-main {
    padding: 1.6rem 0 5rem 0;
}

.product-info-main .rewards__product-earn-points {
    display: inline-flex;
}

.rewards__product-earn-points.rewards__product-points .points-loader.loader {
    position: relative;
}

.rotate-45 {
    transform: rotate(45deg);
}

#search {
    min-width: 300px;
    border-color: #adadad;
}

.bg-yellow {
    background-color: #fff001;
    
}

.color-blue {
    color: #0066ad;
}

.bg-blue-arco {
    background-color: #0066ad;
}

.color-blue-footer {
    color: #7edaf5;
}

.bg-available {
    border: 1px solid #47b306;
    color: #000;
	background: #fff;
}

.bg-available svg {
	color: #47b306;
}

#shopping-cart-table svg:hover,
.sidebar.sidebar-main svg:hover,
.header-center svg:hover {
    color: #086ab3;
}

.box-prod-related .product-item .price-box.price-final_price {
    display: flex;
}

.text-red-price {
    color:red;
}

svg.arcosvg:hover {
    fill: #0066ad;
    stroke: #0066ad;
}

.toolbar-amount, .field.limiter {
    /*visibility: hidden;*/
}

input::placeholder {
    color: #a0aec0;
}

.btn-secondary:hover {
    border-color: #086ab3;
}

.checkout-payment-method .payment-methods .actions-toolbar .primary {
    background-color: #000;
}
.klarna-logo-white {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(50deg) brightness(102%) contrast(102%);
}

.line-gradient {
    height: 2px;
    background: rgb(73,72,152);
    background: linear-gradient(90deg, rgba(73,72,152,1) 0%, rgba(7,186,234,1) 14%, rgba(50,170,66,1) 28%, rgba(237,228,8,1) 45%, rgba(243,159,0,1) 60%, rgba(236,9,20,1) 78%, rgba(27,99,168,1) 93%);
}

.rounded-corners-gradient-borders {
  width: 120px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: double 0.15rem transparent;
  border-radius: 100px;
  background-image: linear-gradient(white, white), 
                    radial-gradient(circle at top left, 
                      red, 
                      orange,
                      yellow, 
                      green, 
                      blue, 
                      indigo, 
                      violet);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.rounded-corners-gradient-borders-points {
  padding: 3px 10px;
  border: double 0.15rem transparent;
  border-radius: 4px;
  background-image: linear-gradient(white, white), 
                    radial-gradient(circle at top left, 
                      red, 
                      orange,
                      yellow, 
                      green, 
                      blue, 
                      indigo, 
                      violet);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.swatch-attribute .swatch-attribute-options .swatch-option {
    border-width: 1px;
}

.swatch-attribute .swatch-attribute-options .swatch-option:hover,
.am-swatch-image:hover {
     border-color: #0066ad;
}

.header-menu-mobile {
    top: 1px;
	left: 3px;
}

.border-inherit {
    border-color: #ccc;
}

.w-box-categories {
    width: 6rem;
}

.h-box-categories {
    height: 6rem;
}

.swiper-main {
    width: 50%;
    /*margin-top: .75rem;*/
}

.product-info-main {
    /*background-color: #fff;*/
    padding: 1rem;
    border-radius: .25rem;
    /*box-shadow: 0 0 #0000, 0 0 #0000,  0 1px 2px 0 #0000000d;*/
}

div#gallery {
    background: #fff;
    border-radius: 8px;
}

.ambrand-index-index .wrapper-pre-category {
    display: none;
}

.product-info-main .amshopby-option-link {
    margin-bottom: 0;
}

.wrapper-pre-category {
    height: 200px;
}

.custom-shape-divider-bottom {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom svg {
    position: relative;
    display: block;
    width: 100%;
    height: 80px; /* Puoi regolare questa altezza se necessario */
}

.custom-shape-divider-bottom .shape-fill {
    fill: #f1f5f8;
}

.mst-rewards-account-amount-wrapper .mst-rewards-account-amount {
    align-items: center;
}

.product-slider.container.related_products .product-info, .product-slider.container.upsell_products .product-info {
    border: 0;
}

.product-slider.container.related_products .btn-primary, .product-slider.container.upsell_products .btn-primary {
    padding: 8px 0;
}

.product-slider.related_products, .product-slider.upsell_products {
    background-color: #f1f5f8;   
}

.border-color-gift {
    border: 1px solid #83cbe0;
}

.padding-bottom-gift {
    padding-bottom: 2.6rem
}

.w-18 {
    width: 5rem;
}

@media (max-width: 980px) {


    .box-top-scheda .product-code-ean {
        display: flex;
        margin-bottom: 5px;
		flex-direction: column;
    }
	
	.box-top-scheda .product-code-ean .divisor {
		display: none;
	}

    .grip-product-list {
        gap: .50rem;
    }
    .swatch-attribute .swatch-attribute-options .swatch-option {
        font-size: .85rem;
        line-height: .85rem;
        margin: .19rem;
    }
    .swatch-attribute .swatch-attribute-options .swatch-option {
        min-width: unset;
    }
    .card {
        padding: .55rem; 
    }
    .container, .columns {
        padding-left: .8rem;
        padding-right: .8rem;
    }
    footer .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    footer .container.feedaty_widget {
        padding-left: 0;
        padding-right: 0;
    }
    .configurablewithspecialprice .price-box.price-final_price .normal-price .price {
        font-size: 1.2rem !important;
    }
    .page-main, .catalog-category-view .page-main, .cms-page-view .page-main {
        padding: .5rem 0 3rem 0;
    }
    .customer-address-index .actions-toolbar {
        display: block;
    }
    .label-discount #discount {
        font-size: .80rem;
    }
    .qty-scheda .box-qty-scheda {
        padding-right: .25rem;
        padding-left: .25rem;
        
    }
    .catalog-category-view .price-box.price-final_price {
        flex-wrap: wrap;
    }
    
    .product-info-main .rewards__product-earn-points .price {
        font-size: .90rem !important;
        line-height: 1rem !important ;
    }
    
    .wrapper-pre-category {
        height: 80px !important;   
    }
    .custom-shape-divider-bottom svg {
        width: 1000px !important;
        height: 20px !important;
    }
    .custom-shape-divider-bottom {
        bottom: 0 !important;
    }
    .container-title-category {
       justify-content: center !important;
       margin-bottom: 1rem !important;
       gap: .30rem !important;
    }
    
    .container-title {
        margin-bottom: .5rem;
    }
    .container-title-category img {
        width: 1.7rem !important;
    }
    .field.choice.agree label {
        font-size: .75rem;
        line-height: 1rem;
    }
}

.container-title-category img {
    filter: brightness(0) invert(1);    
}

.bg-\[image\:var\(--ammenu-submenu-background-image\)\] {
    background-size: auto !important;
    background-position: bottom left !important;
}

/*.prima-voce-megamenu {
	background: #f1f5f7; 
}*/

.prima-voce-megamenu:hover {
	background: #eaf6ff;
	color: #0066ad !important;
}

.prima-voce-megamenu:hover span {
	color: #0066ad !important;
}

/*.div-primo-livello {
	background: #f1f5f7;
	margin: -20px 0 0 -20px;
	padding: 20px 0 0 0;
}*/


.terzo-livello {
	background: #f1f5f7;
}

.div-primo-livello {
    min-width: 250px;
}

@media (min-width:1280px) {
	.link-vedi-tutti {
		display: none !important;
	}
}

.bg-button-cart {
    --tw-bg-opacity: 1;
    background-color: #0d5ba9 !important;
}

.bg-button-cart:hover {
    background-color: #0f83f8 !important;
}

.text-\[var\(--ammenu-main-menu-text\)\]:hover {
    color: #0066ad !important;
}


.bg-\[var\(--ammenu-main-menu-text\)\]:hover {
    background-color: #0066ad !important;
}

.text-\[var\(--ammenu-main-menu-text\)\]:hover span {
    color: #0066ad !important;
}


.bg-\[var\(--ammenu-main-menu-text\)\]:hover span {
    background-color: #0066ad !important;
}


.text-\[var\(--ammenu-main-menu-text\)\] span:hover {
    color: #0066ad !important;
}


.bg-\[var\(--ammenu-main-menu-text\)\] span:hover {
    background-color: #0066ad !important;
}

.text-\[var\(--ammenu-main-menu-text\)\]:hover figure {
    background-color: #0066ad !important;
}

.short-description-product {
    color: #000 !important;
}

.h-13 {
    height: 3.5rem;
}



@media (max-width: 768px) {
  .fixed-add-to-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff; /* o quello che ti serve */
    z-index: 999;
    padding: 1rem;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
  }

  #ammenu-menu-content-ammenu-menu ul a {
        font-size: 20px;
        text-transform: uppercase;
    }

  #ammenu-menu-content-ammenu-menu ul span {
     font-weight: 500 !important;
    }

  #ammenu-menu-content-ammenu-menu ul span svg {
    margin-top: -3px;
    }

    #ammenu-menu-content-ammenu-menu  aside, #ammenu-account-content-ammenu-account aside {
        padding: 0;
    }

    .mobile-menu-block-account {
        background: #f8f8f8;
    }

    .mobile-menu-block-account ul {
        background: none;
        margin: 0;
    }

	.text-\[var\(--ammenu-main-menu-text-hover\)\] {
		color: #000;
	}


	a[alt="Marchi"]  {
		background: #FBF9D2;
		margin: 0 -16px;
		width: -webkit-fill-available;
		padding-left: 16px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	a[alt="Buono regalo Store"]  {
		background: #E6E2FB;
		margin: 0 -16px;
		width: -webkit-fill-available;
		padding-left: 16px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	a[alt="Buono regalo online"]  {
		background: #f2edf7;
		margin: 0 -16px;
		width: -webkit-fill-available;
		padding-left: 16px;
		padding-top: 15px;
		padding-bottom: 15px;
	}


	a[alt="Liste Baby"]  {
		background: #D4F2FC;
		margin: 0 -16px;
		width: -webkit-fill-available;
		padding-left: 16px;
		padding-top: 15px;
		padding-bottom: 15px;
	}


	a[alt="Rainbow Points"]  {
		background: rgb(73, 72, 152);
		background: linear-gradient(90deg, rgba(73, 72, 152, 1) 0%, rgba(7, 186, 234, 1) 8%, rgba(50, 170, 66, 1) 32%, rgba(237, 228, 8, 1) 56%, rgba(243, 159, 0, 1) 70%, rgba(236, 9, 20, 1) 88%, rgba(27, 99, 168, 1) 108%);
		margin: 0 -16px;
		width: -webkit-fill-available;
		padding-left: 16px;
		color: #fff;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	a[alt="Rainbow Points"]:before {
		content: ' ';
		background: url(/assets/icon-rainbow.png);
		width: 21px;
		height: 21px;
		background-size: cover;
		background-repeat: no-repeat;
		margin-right: 7px;
	}

	li[x-show="canShow('3', false)"] div {
		border-top: none !important;
		margin-bottom: 3px;
	}
	
	.catalog-product-view .box-addtocart-custom .btn-primary {
		font-size: 17px;
	}
	
	
	.bg-button-cart {
		padding-top: 0.2rem;
		padding-bottom: .2rem;
		font-size: 15px;
	}
	
	.bg-button-cart svg {
		max-width: 19px;
	}

} 

.addtocart-custom {
    transition: all 0.3s ease;
}

.addtocart-custom.static {
    position: static !important;
}

.addtocart-placeholder {
    height: 0;
    transition: height 0.3s ease;
}

#cart-others-also-bought div.p-lg {
    margin-top: 5rem;
}

.catalog-product-view .swatch-attribute .swatch-attribute-options #image-swatch-type,
.catalog-product-view .swatch-attribute .swatch-attribute-options #color-swatch-type {
    min-width: 62px;
    max-height: 62px;
    background-size: cover !important;
    height: 62px;
    padding: 0;
}

.filter-content .swatch-attribute .swatch-attribute-options .swatch-option .am-swatch-image { 
    min-width: unset; 
}

.swatch-attribute .swatch-attribute-options .swatch-option {
    min-width: unset;
    padding: .20rem .20rem;
}

.swatch-attribute .swatch-attribute-options #normal-swatch-type.swatch-option {
    min-width: 40px;
	font-size: 12px;
}

a {
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.product-item-link:hover {
    color: #444;
}

.w-swatch {
    width: 4.375rem;
}

.item-swatch.text-center.w-swatch {
    overflow-wrap: anywhere;   
}

.catalog-product-view .swatch-attribute .swatch-attribute-options[aria-label="Colore"] {
    align-items: baseline;
}

.catalog-product-view .swatch-attribute .swatch-attribute-options[aria-label="Colore"] .item-swatch {
    max-width: 92px;
}

.catalog-product-view .swatch-attribute .swatch-attribute-options[aria-label="Colore"] .item-swatch span {
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
    text-wrap: wrap;
}



.checkout-index-index  .header.content {
	padding: 10px 0 !important;
	margin: 0 auto !important;
}

._amcheckout-selectable-item, .amcheckout-step-container .amcheckout-shipping-address .billing-address-details, .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details, .amcheckout-step-container .shipping-address-items .shipping-address-item, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    border: 1px solid #c7c7c7;
    border-radius: 6px;
    background: #fff;
}

.amcheckout-step-container .amcheckout-additional-options {
	border-bottom: 1px solid #ccc;
}

.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button, .ui-datepicker-trigger, .gpay-card-info-container), .amcheckout-step-container button:not(.braintree-googlepay-button, .ui-datepicker-trigger, .gpay-card-info-container) {
    background: #F08900;
    border-radius: 4px !important;
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
	background: #fff;
	border: 1px solid #0168b3;
	border-radius: 6px;
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
	background: #f8f8f8 ;
	border: 1px solid #0168b3;
	border-radius: 6px !important;
}


.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container  {
	background: #f8f8f8;
	cursor: default;
	border-radius: 6px;
	padding-top: 10px;
}

.checkout-payment-method .payment-methods .actions-toolbar .primary {
    font-weight: 600 !important;
    font-family: 'Cera Pro';
}


/*.catalog-product-view .swatch-attribute .swatch-attribute-options .swatch-option {
    margin: 0.15rem auto;
    display: flex;
    justify-content: center;
    padding: 0;
    max-width: 60px;
    min-width: 62px;
    border-radius: 10px;
    border: 1px solid #666;
    max-height: 53px;
    background-size: cover !important;
    height: 70px;
}

@media (min-width: 851px) {
    .catalog-product-view .swatch-attribute .swatch-attribute-options .swatch-option {
        max-width: 60px !important;
        min-width: 76px !important;
        max-height: 60px !important;
        height: 70px !important;
    }
}*/

.checkout-cart-index #free-shipping-bar-message {
	width: 100% !important;
    min-height: 50px;
    background: linear-gradient(90deg, rgba(73, 72, 152, 1) 0%, rgba(7, 186, 234, 1) 14%, rgba(50, 170, 66, 1) 28%, rgba(237, 228, 8, 1) 45%, rgba(243, 159, 0, 1) 60%, rgba(236, 9, 20, 1) 78%, rgba(27, 99, 168, 1) 93%) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}


.top-img-lista  {
    background-image: url(/assets/bg-lista-nascita.png);
	background-size: contain;
    min-height: 320px;
}

.giftr-container .heading-bg {
	display: none;
}

.bg-green-500  {
    --tw-bg-opacity: 1;
    background-color: #32A836;
}

.bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: #0168B3;
}

.text-5xl-bold {
    font-size: 2.8rem;
    line-height: 2.5rem;
    font-weight: 800 !important;
}

.bg-lista-lista	 {
    background: #fff;
    box-shadow: 0 9px 9px #ddd;
    border-radius: 6px;
}


@media (max-width: 850px) {
    .catalog-product-view .swatch-attribute .swatch-attribute-options[aria-label="Colore"] .item-swatch {
        max-width: 82px;
        min-width: min-content;
        display: inline-table;
    }
	.catalog-product-view .swatch-attribute .swatch-attribute-options[aria-label="Colore"] {
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: scroll;
        align-items: baseline;
		padding-bottom: 10px;
    }
	.catalog-product-view .swatch-attribute .swatch-attribute-options[aria-label="Colore"] .item-swatch {
        max-width: 82px;
        min-width: min-content;
        display: inline-table;
    }
	.swatch-attribute.color label {
        padding-right: 10px;
    }
	.swatch-attribute.color .product-option-values {
        width: 86%;
    }
	
	.top-img-lista  {
		background-image: url(/assets/bg-lista-nascita-mobile.png) !important;
	}
	
	.catalog-product-view .marquee-horizontal {
		box-shadow: none;
		background: #f1f5f8;
	}
	
	.product-info-main {
		padding: 4px .5rem 1rem .5rem;
	}
	
	div#gallery {
		border-radius: 0;
	}
	
	#header .header-center {
		padding: 13px 6px;
	}
	
	.short-description-product {
		font-size: 14px;
	}
	
	#menu-search-icon {
		background: #e9f6ff;
		border-radius: 100%;
		padding: 6px;
		left: 42px;
        position: absolute;
	}
	
	.checkout-index-index .page-main {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	
	.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container {
		padding: 10px;
	}
	
	.checkout-index-index .actions-toolbar {
		padding: 0 10px 10px 10px;
	}
	
	.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container {
		background: #fff;
	}
	
	.labels-new, .labels-recover {
		font-size: 12px;
		padding: 0 5px;
	}
	
    .labels-new, .labels-recover, .labels-bestseller {
        font-size: 12px;
        padding: 0 5px;
        justify-content: center;
    }
	
    .labels-new svg, .labels-recover svg, .labels-bestseller svg {
        max-width: 13px;
        display: none !important;
    }
	

	
	.product-labels-bottom-left .labels-prontaconsegna svg {
		max-width: 13px;
	}
	
	.product-labels-bottom-left .labels-prontaconsegna {
		padding: 1px 4px;
	}
	
	.amrelated-pack-item-wrapper {
		max-width: none;
	}
	
	.checkout-cart-index #free-shipping-bar-message {
		min-height: 40px;
		font-size: 16px !important;
		letter-spacing: 1px;
		font-weight: 500;
	}
	
	.text-5xl-bold {
		font-size: 2.2rem;
		line-height: 2rem;
		font-weight: 800 !important;
	}
	
	.giftr-search-form .btn-primary {
        min-width: 100%;
    }
	
	.catalog-category-view .swatch-attribute.size label span, .catalog-category-view .swatch-attribute.color label span {
		display: none;
	}

	
	
}

.product-labels-bottom-left {
	right: 0;
	top: 0;
	position: absolute;
	display: flex;
	/* flex-direction: column; */
	/* display: inline-block; */
	flex-wrap: wrap;
}


.description-area p {
    margin-bottom: 10px;
}
.description-area strong {
    font-weight: 600;
}

.menu-icone-desk a, .menu-icone-desk button {
	display: flex;
}

.title-menu-hamb  {
    font-size: 11px;
    font-weight: 600;
    margin: -9px 0;
    display: block;
    width: auto;
}

.admin__field.admin__field-option.am-gift-message {
    display: flex;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    color: #ffffff;
    width: 100%;
    min-height: 35px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 6px 20px;
    margin-top: 20px;
    background: #1979c3;
}

.amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {
    padding-right: 0;
}

.checkout-index-index .am-gift-message .edit-link {
    margin-left: 4px;
    color: #fff;
}

.checkout-index-index .am-gift-message #text-message-description {
    display: flex;
    align-items: center;
    gap: 5px;
}

.rounded-b {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

@media (min-width:1280px) {

	a.text-\[var\(--ammenu-main-menu-text-hover\)\].link:after {
		background: #00000075;
		position: fixed;
		left: 0;
		width: 100%;
		height: 100%;
		content: ' ';
		bottom: 0;
		top: 130px;
		pointer-events: none;
	}
	
	.md\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	
}

.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.categorypath-gift-card .clerk, .categorypath-gift-card .labels-prontaconsegna {
	display: none !important;
}

.border-green {
    border-color: #17812a;
}

.text-green {
    color: #17812a;
}

.free-shipping-bar {
    background: rgb(73, 72, 152);
    width: 100% !important;
    min-height: 70px;
    background: linear-gradient(90deg, rgba(73, 72, 152, 1) 0%, rgba(7, 186, 234, 1) 14%, rgba(50, 170, 66, 1) 28%, rgba(237, 228, 8, 1) 45%, rgba(243, 159, 0, 1) 60%, rgba(236, 9, 20, 1) 78%, rgba(27, 99, 168, 1) 93%);
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#free-shipping-bar-message {
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-size: 20px !important;
    font-family: inherit !important;
    font-weight: bold;
    text-shadow: 1px 1px 34px #000;
    font-family: 'Cera Pro' !important;
    background: none !important;
}

.checkout-index-index .checkout-header .title {
    margin: 0 auto 7px;
    font-weight: 700;
}

.checkout-index-index {
    background: #F1F5F8;
}

.checkout-index-index .logo {
	margin: 0 auto 0;
}

.checkout-index-index .page-header {
	background: #fff !important;
}

#free-shipping-bar-message strong {
    margin: 0 3px;
}

.top-banner-home {
    max-width: 1480px;
	order: -1;
}

.top-banner-home .col-sx-1  {
    width: 32%;
}

.top-banner-home .col-center-2  {
    width: 47%;
}

.top-banner-home .col-dx-3  {
    width: 21.6%;
}  

 

.marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 6.5rem;
}
.marquee-track {
  display: flex;
  gap: 2rem;
  white-space: nowrap;
  will-change: transform;
}
.marquee-rtl .marquee-track {
  animation: marquee-left 25s linear infinite;
}
.marquee-ltr .marquee-track {
  animation: marquee-right 25s linear infinite;
}

@keyframes marquee-left {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-50%); }
}
@keyframes marquee-right {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0%); }
}



.top-banner-home a {
    background: none;
	height: 100%;
}


.top-banner-home img {
    border-radius: .5rem;
}

.title-home-category {
    font-size: 42px;
    font-weight: 700;
    color: #006ab2;
    margin-bottom: 0;
    line-height: normal;
}

p.text-title-home {
    color: #000;
    font-size: 18px;
}


.slider-mobile {
	display: none;
}

@media (max-width:850px) {
	
	
	.slider-mobile {
		display: block;
	}
	
	.slider-desktop {
		display: none !important;
	}

	
	.marquee {
		width: 800%;
	}

	.title-home-category {
	    font-size: 36px;
	    margin-bottom: 0;
	    line-height: normal;
	}

	p.text-title-home {
	    font-size: 16px;
	    line-height: 20px;
	}
	
	.top-banner-home {
		gap: .5rem;
		flex-direction: column;
	}
	
    .top-banner-home .col-sx-1 {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .5rem;
    }

	.top-banner-home .col-sx-1 img {
		margin: 0 auto;
		        width: 100%;
	}

	.top-banner-home .col-center-2 {
        width: 100%;
        order: -1;
        gap: .5rem;
    }
	
	.top-banner-home .col-center-2 img {
		margin: 0 auto;
	}

    .top-banner-home .col-dx-3 {
        width: 100%;
        gap: .5rem;
    }
	
	.top-banner-home .col-dx-3 img {
		margin: 0 auto;
		        width: 100%;
	}
	
	.brand-img img {
		min-width: 120px;
	}
	
	.title-home-2 {
		padding: 15px 25px;
		text-align: center;
		margin-top: 15px;
		margin-top: 0;
	}
	
	.box-categorie-home {
		display: flex !important;
		flex-direction: column;
		margin-top: 0 !important;
	}
	
	
	.sliding-home { 
		display: none !important;
	}
	
	.pag-right-slider svg, .pag-left-slider svg {
		width: 1rem;
		height: 1rem;
	}

    .footer-center {
        padding-bottom: 80px;
    }
	
	.simplewithspecialprice .price-box.price-final_price .special-price .price {
		font-size: 1.2rem !important;
		margin-right: 4px;
	}
	
	.product-item .old-price .price-container .price {
		font-size: .9rem !important;
	}
	
}



div[x-ref="track"] {
	width: 100%;
	justify-content: space-evenly;
}

.h-20 {
	height: 40px;
}


.product-availability-backorder span {
    background: #ffff009c;
    color: #000;
    border: none;
}


.box-categorie-home {
    grid-template-columns: 1fr 3fr;
    max-width: 1920px;
    /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
    align-items: center;
	order: -1;
	margin-top: 15px;
}

.product-slider:nth-child(1) {
    order: 1;
	margin-top: 15px;
}

.product-slider:nth-child(2) {
    order: 3;
}

.ambrand-index-index .clerk {
	display: none !important;
}

.title-home-dailydeals {
	color: red;
}

@media (min-width: 851px) {
	.cms-index-index .sliding-text-interno {
		display: none;
	}
	
	.sliding-home {
		background: #fff;
		box-shadow: none;
		order: -1;
		margin-top: 15px;
	}
	
	.top-banner-home {
		margin-top: -23px;
	}
}


.top-banner-home img {
  transition: opacity 0.4s ease;
}
.top-banner-home img:hover {
   opacity: 0.9; 
}


.even\:bg-container-darker:nth-child(2n) {
    --tw-bg-opacity: 1;
    background-color: rgb(237 240 243);
}

input#newsletter-subscribe {
    background: #042738;
    border: 1px solid #094b6b;
}

.cms-page-view .page-main h3  {
    font-weight: 700;
    font-size: 20px;
}

.cms-page-view .page-main h2  {
    font-weight: 700;
    font-size: 22px;
}

.cms-page-view .page-main p  {
    margin-bottom: 5px;
}


.cms-page-view .page-main a  {
    font-weight: 700;
}


.amwrap-option-list .amwrap-option {
    border-radius: 5px;
}


.description-area h3, .description-area h4 {
    font-weight: 700;
    margin-bottom: 5px;
}


.order-details-items {
    background: #fff;
}

.checkout-success .action.primary {
    background: #000;
    padding: 6px;
    color: #fff;
    border-radius: 5px;
}

.filter-content .swatch-attribute .swatch-attribute-options .swatch-option.amshopby-link-selected .am-swatch-image {
    --tw-ring-color: #086ab3;
}

.payment-method.stripe-payments .checkout-agreements-block button {
    text-align: left;
    font-size: 14px;
}

.box-negozio {
    align-items: center;
}

.checkout-index-index .make-gift {
	display: none !important;
}

 .checkout-index-index    .menu-nav-links {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

nav[aria-labelledby="customer-menu"] {
	z-index: 21;
}

.payment-icons img {
    max-width: 37px;
}

.catalog-product-view .marquee-horizontal {
    display: none;
}


.blog-post-view table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-family: sans-serif;
  font-size: 16px;
}

.blog-post-view thead {
  background-color: #f2f2f2;
}

.blog-post-view td {
  padding: 12px;
  border: 1px solid #ccc;
  vertical-align: top;
}

a.bmx\:link.btn.btn-primary {
    color: #fff !important;
}


.blog-home-index .columns {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

/* Responsive */
@media screen and (max-width: 820px) {
  .blog-post-view table, .blog-post-view thead, .blog-post-view tbody, .blog-post-view tr, .blog-post-view td {
    display: block;
    width: 100%;
  }

  .blog-post-view thead {
    display: none;
  }

  .blog-post-view tr {
    margin-bottom: 1em;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    border-radius: 6px;
    overflow: hidden;
    padding: 0.5em;
  }

  .blog-post-view td {
    border: none;
    position: relative;
    padding-left: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* Genera le etichette automaticamente */
  .blog-post-view td:nth-child(1)::before {
    content: "Documento";
  }

  .blog-post-view td:nth-child(2)::before {
    content: "Serve a";
  }

  .blog-post-view td:nth-child(3)::before {
    content: "Note extra";
  }

  .blog-post-view td::before {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 45%;
    padding-right: 10px;
    white-space: normal;
    font-weight: bold;
  }
  
  .bmx\:card {
	  padding: 10px;
  }
  
  .blog-home-index .columns {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
  
}



.payment-icons-2 img {
    max-width: 130px;
}

button[aria-label="Successivo"], button[aria-label="Precedente"] {
	pointer-events: auto !important;
	display: block;
}

.js_thumbs_slides {
    justify-content: left;
}


.container-stokke {
	max-width: 980px;
	margin: 0 auto;
}

.container-stokke h2 {
    font-size: 32px !important;
}

.container-stokke p {
    margin-bottom: 15px !important;
}

p.txt-arancio {
    margin: 0 !important;
    font-size: 26px !important;
    color: #eb6109;
}

.py-24 {
	padding-top: 7rem;
    padding-bottom: 7rem;
}

@media (max-width:890px) {

.order-stokke {
    order: 2;
	padding: 10px 0 20px 0;
	margin: 0;
}

.box-banner-flex  {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.container-stokke p {
    margin-bottom: 10px !important;
    font-size: 14px;
    line-height: 20px;
}

.padding-mobile {
	padding: 10px 0;
}

}

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

.fdt_productStriscia-full_widget_product {
    background: transparent !important;
    background-color: transparent !important;
}