.breadcrumb-wrap .breadcrumb .breadcrumb-item a{
	    line-height: inherit!important;
}

.risparmi{
	font-size:15px;
	/*font-weight:600;*/
}

.group-item-desc .group-product-name{
	    padding-bottom: 10px;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item:before {
    font-size: inherit;
}
.text_prodotti {
    font-size: 11px;
    padding: 5px 10px;
    background: #f8f8f8;
}
/*** menu sidebar */

.menu_sidebar ul{
	width: 100%;
    background-color: #ffffff;
    padding: 0px 28px 19px 28px;
    margin: 0px 0px 0px 0px;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 6px 10px 0px rgba(34,34,34,0.1);
}


.menu_sidebar h4{
    margin: 0px 0px 0px 0px;
    padding: 7px 12px 8px 12px;
    background-color: #999;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px;
}

.menu_sidebar li a{
	background-color: rgba(0,0,0,0);
    padding: 13.5px 0px 12px 0px;
    border-radius: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #e5e8eb;
    color:#7d8b9a;
    display: flex;
}

.menu_sidebar li:hover a{
	color:#222;
    padding-left: 15px;
}

.menu_sidebar li a i{
	display:none;
}

.menu_sidebar li:hover a i{
	display:block;
	position: relative;
    top: 4px;
    padding-right: 6px;
}
/***  menu sidebar ***/

.product-banner-carousel button.slick-prev{
	left:-50px;
}
.product-banner-carousel button.slick-next{
	right:-50px;
}
.product-banner-carousel button.slick-arrow {
    position: absolute;
    top: 34%;
    font-size: 50px;
    z-index: 5;
    color: #888;
}
@media only screen and (max-width: 479.98px) {
	.product-banner-carousel button.slick-arrow {
		visibility: hidden;
	}
	.product-details-inner h5{
		    font-size: 17px;
	}
	
	.modal-content .btn.btn-cart{
		padding: 12px 10px;
	}
	.modal-content .btn.btn-cart2{
		    padding: 0 10px;
	}
	
}

.modal-content{
	padding:10px;
}

/*------- widget feedaty start -------*/

.zoorate_dyn_widget{
	margin: auto!important;
}

.fdt_1_widget_title{
	display:none!important;
}

.fdt_1_widget_merchant{
	background-color: transparent!important;
}

.rev_1_text{
	height:120px!important;
	max-height:120px!important;
}

.fdt_1_ratx_avg, .fdt_1_ratx, .fdt_1_sum, .fdt_1_txt_opinions, .rev_1_text{
	color:#eee!important;
}

#fdt_dyn_prev{
	background: url('/src/assets/img/testimonial/testimonials-prev.png')!important;
	background-size:contain!important;
}

#fdt_dyn_next{
	background: url('/src/assets/img/testimonial/testimonials-next.png')!important;
	background-size:contain!important;
}

#widget_feedaty div{    
    background: none!important;
    font-family: "Lato", sans-serif!important;
    font-weight: 400;
}

#widget_feedaty .fdt_INCREMENT_ID_widget_title{
	display:none!important;
}	

#widget_feedaty .rev_INCREMENT_ID_text, #widget_feedaty .fdt_INCREMENT_ID_ratx{
	color:#fff!important;
}
#widget_feedaty .rev_INCREMENT_ID_text{
    font-size: 14px!important;
}

#widget_feedaty_mobile .fdt_merchantmediumorangewhite_widget_merchant{
	margin:auto;
}

.fdt_productsealbluewhite_widget_product a{
	color:#222;
}

#fdt_620a0f1a440e8_widget_merchant .rev_text, .fdt_allreviewslink{
	font-weight: 400!important;
}

.fdt_merchant300x100-1_widget_merchant{
	margin:auto!important;
}

/*------- widget feedat end -------*/

/*Messaggio in testata scorrevole*/

.mobile-header{
    overflow: hidden;
}

.mobile-header .welcome-message.scorrevole{
  width: 450px;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}

.mobile-header .welcome-message.scorrevole p {
  display: inline-block;
  padding-left: 100%;
  /* show the marquee just outside the paragraph */
  will-change: transform;
  animation: marquee 10s linear infinite;
}

/*.marquee span:hover {
  animation-play-state: paused
}*/


@keyframes marquee {
  0% { transform: translate(0, 0); }
  100% { transform: translate(-100%, 0); }
}


/* Respect user preferences about animations */

@media (prefers-reduced-motion: reduce) {
  .mobile-header .welcome-message{
    white-space: normal 
  }
  .mobile-header .welcome-message p.scorrevole {
    animation-iteration-count: 0.3;
    animation-duration: 0.01; 
    /* instead of animation: none, so an animationend event is 
     * still available, if previously attached.
     */
    padding-left: 0;
  }
}   

/*Messaggio in testata scorrevole fine*/ 

.product-banner-statistics{
	overflow:hidden;
}

a{
	color:#222;
}
a:hover{
	color:#000;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item:before {
    font-size: inherit!important;
}

.group-item-desc .group-product-name{
	padding-bottom: 0px!important;
}
.group-item{
	padding-bottom:7px;
}

.product-details-des .useful-links a{
	margin-right:0!important;
}

@media only screen and (max-width: 575.98px){
	.product-details-des .product-name {
	    font-size: 19px!important;
	}
	.cart-riga > div[class*='col-'] .pro-qty {
	    width: 80px!important;
	    height: 40px!important;
	    border: 1px solid #ddd!important;
	    padding: 0 5px!important;
	    border-radius: 40px!important;
	    margin: auto!important;
	}
	
	.top-bar-right .product-short p {
    	margin-right: 5px;
    	font-size: 11px;
	}
	.nice-select{
		font-size:11px!important
	}
	.grid-view .product-caption .product-name a{
		font-size: 11px;
	    height: 50px;
	}
	
}

.grid-view .product-caption .product-name a{
		font-size: 14px;
	}

.blog-post-item span {
    font-family: inherit!important;
    font-size: inherit!important;
}

@media only screen and (max-width: 992px){
	.product-item.tab {
		width: 100%!important
	}
}

.grid-view .logoOtc{
	border-radius: 50%;
    position: absolute;
    top: 20px;
    max-width: 55px;
    height: auto;
    left: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.10)!important;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.10)!important;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.10)!important;
}

.grid-view .product-label + .logoOtc {
    top: 80px;
    left:20px;
}

.logoOtc{
    width: 100%;
    max-width: 80px;
    height: 100%;
    max-height: 80px;
    border: 1px solid #eee;
}

.slick-row-10 .slick-list .slick-slide {
    padding-top: 5px;    
}

.myaccount-table a {
    /*color: #222!important;*/
}

#modalcarr .nProdCarr{
	background:inherit!important;
    color: inherit!important;
    width: inherit!important;
    padding: inherit!important;
    border-radius: inherit!important;
    position: inherit!important;
    top: inherit!important;
    right: inherit!important;
}


#gruppi img {
    max-width: 100px;
    width: auto;
    max-height: 100px;
    margin: auto;
}
#gruppi font {
    font-size: 12px;
}
@media only screen and (max-width: 400px) {
    #gruppi #title,
    #gruppi .btn-cart2 {
        font-size: 10px;
    }
}

#gruppi h5 {
	font-size:18px;
}

.newsletter-inner .custom-control-label::before{
	left:0;
}

.product-item {
    height: 100%!important;
}

.product-item.tab {
    height: auto!important
}

.right_details{
	border: 2px solid #eee;
    border-radius: 5px;
    height: fit-content;
    max-width: fit-content;
}

.service-policy.prod{
	    border: 1px solid #eee;
        background: #f8f8f8;
}

.service-policy.prod .policy-icon{
	font-size:19px;
	padding-right: 6px;
}

.service-policy.prod .policy-content h6{
	font-size:14px;
}

.service-policy.prod .policy-content p {
	font-size:11px;
}

.product-details-des .availability i, .product-list-item .availability i {
	font-weight: bold;
    position: relative;
    top: 1px;
}

@media only screen and (max-width: 1200px) {
	.right_details{
		max-width:100%;
		margin:1rem;
	}
}
.off-canvas-wrapper .off-canvas-inner-content{
    overflow-y: scroll;
    overflow-x: hidden;
}

#module #collapseExample.collapse:not(.show) {
    display: block;
    height: auto;
    overflow: hidden;
    font-size: 14px;
}

#form_div .custom-checkbox .custom-control-label:before{
	left:-24px;
}

.responsive-iframe{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  padding:0 15px 0 15px;
  
}

.blog-thumb {
    text-align: center;
}

.optional-cookie-header{
    color: #fff!important;
    font-size: 12px;
}

.info-box.box, .info-box__content{
	height: 100%;
}

.info-box__content button{
	position: absolute;
    bottom: 20px;
} 


/******* Grossisti *******/

.loadingCarr {
    background-color: rgba(0, 0, 0, 0.85);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: rgb(255, 0255, 0255);
    z-index: 999;
    font-size:17px;
    font-weight: 600;
}


/* Float cancel and delete buttons and add an equal width */
.deletebtnGross {
  width: 30%;
  background-color: #f44336;
  color:#fff;
  font-size:15px;
}

/* Add padding and center-align text to the container */
.containerGross {
  padding: 16px;
  text-align: center;
}

.modalGross {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(255, 255, 255, 0.85);
  padding-top: 50px;
}

/* Modal Content/Box */
.modalcontentGross {
    background-color: #fefefe;
    margin: 20% auto;
    border: 1px solid #888;
    width: 80%;
}

/* Clear floats */
.clearfixGross::after {
  content: "";
  clear: both;
  display: table;
}

/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 300px) {
  .deletebtnGross {
     width: 100%;
  }
}

/******* Grossisti *******/

/******* Cookie ********/

#ccc-icon {
    width: 90px !important;
    height: 60px !important;
}

#xavvisami{
	margin-top:5px;
} 

.msp-container-ui .msp-ui-recurring-element .msp-ui-recurring-logo .msp-ui-method-logo{
	height:auto!important;
}

.msp-container-ui .msp-ui-recurring-element .msp-ui-recurring-info .msp-ui-card-name{
	font-weight: inherit!important;
    color: inherit!important;
}

.cart-riga .img-fluid{
	max-height: 100px;
}

.msp-container-ui .msp-ui-recurring-single-payment{
	border-radius:3px!important;
}

.cart-calculator-wrapper {
    margin-top: 30px;
    background-color: #ffffff!important;
    border-radius: 5px;
    border: 1px solid #d3d9e6;
    padding: 1.5rem;
    color: #222;
}

.cart-update-option{
	border: 1px solid #d3d9e6!important;
	border-radius:5px!important;
}

.msp-container-ui .msp-ui-recurring-single-payment{
	transition: height 6s;
}

.cart-riga {
    border-bottom: 1px solid #d3d9e6!important;
    background: none!important;
}

.row.cart-riga:hover {
    background: #f9f9f9!important;
}

.cart-calculator-wrapper hr{
	border: 0.5px solid #d3d9e6;
}

.cart-calculator-wrapper h6{
	padding:5px!important;
}

.spedgratis{
	color:red;
}

.msp-container-ui{
	max-width:100%!important;
}

.msp-container-ui .msp-ui-recurring-single-payment.selected{
	    border-color: #00abee!important;
	    background:none!important;
}
@media screen and (max-width: 500px) {
	.msp-container-ui .msp-ui-form-label{
		font-size:12px;
	}
}
/* Absolute Center Spinner */
.loadingPaypal {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loadingPaypal:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loadingPaypal:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loadingPaypal:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* multisafepay */
.loadingCart {
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: rgb(255, 0255, 0255);
  z-index: 1;
  font-size: 17px;
  font-weight: 600;
  border-radius: 20px;
}

.elencopro_griglia.preloading .skeleton, .elencopro_lista.preloading .skeleton, .marche.preloading .skeleton{  
    border-radius: 10px;
    animation: skeleton-loading 0.8s linear infinite alternate;
}

@keyframes skeleton-loading {
  0% {
    background-color: #f8f8f8;
  }
  100% {
    background-color: #dddddd;
  }
}

.elencopro_griglia.preloading .product-amount.skeleton{
	height: 30px;
    width: 100px;
}

.elencopro_griglia.preloading .product-short.skeleton{
	width: 400px;
    height: 30px;
}

.elencopro_griglia.preloading .product.skeleton{
	width:370px;
	max-width:100%;
	height:400px;
}

.elencopro_griglia.preloading .img{
    width: 200px;
    height: 200px;
    background: #fefefe;
    margin: auto;
    border-radius: 10px;
}

.elencopro_griglia.preloading .label, .elencopro_lista.preloading .label{
	width:50px;
	height:15px;
	background:#fefefe;
	border-radius:10px;
}

.elencopro_griglia.preloading .product-label, .elencopro_lista.preloading .product-label{
	background:none;
}

.elencopro_griglia.preloading .manufacturer-name{
	width: 65px;
    height: 15px;
    background: #fefefe;
    margin: auto;
    border-radius: 10px;
}

.elencopro_griglia.preloading .product-name{
	width: 240px;
    height: 15px;
    background: #fefefe;
    margin: auto;
    border-radius: 10px;
}

.elencopro_griglia.preloading .product-price{
	width: 120px;
    height: 18px;
    background: #fefefe;
    margin: auto;
    border-radius: 10px;
}

.elencopro_lista.preloading .sk_item.skeleton{
	height: 250px;
    width: 1136px;
    max-width:100%;
}

.elencopro_lista.preloading .img{
    width: 200px;
    height: 200px;
    background: #fefefe;
    margin: auto;
    border-radius: 10px;
}

.elencopro_lista.preloading .manufacturer-name{
	width: 200px;
    height: 15px;
    background: #fefefe;
    border-radius: 10px;
}

.elencopro_lista.preloading .product-name{
	width: 400px;
	max-width:100%;
    height: 20px;
    background: #fefefe;
    border-radius: 10px;
}

.elencopro_lista.preloading .product-price{
	width: 150px;
    height: 25px;
    background: #fefefe;
    border-radius: 10px;
}
.elencopro_lista.preloading .availability{
	width: 80px;
    height: 15px;
    background: #fefefe;
    border-radius: 10px;
}

.marche.preloading .iniziali_marche.skeleton{
	border-radius:25px;
	width:50px;
	height:50px;
	display:inline-block;
}

.marche.preloading .blog-content.skeleton{
	width:250px;
	height:40px;
	display:inline-block;
	border-radius:5px;
	
}