/* Page Title */
h1.page-title {margin-bottom:30px; text-transform:uppercase;}
/* Breadcrumbs */
.section-breadcrumb {border-bottom:1px solid #eeeeee; margin-bottom:30px;}
.section-breadcrumb .breadcrumb {padding:0.75rem 0; margin-bottom:0; background-color:transparent;}
.breadcrumb > li {color:#666666; font-size:12px}
.breadcrumb > li > a {color:#666666;}

.card {border:0;}
.card-header {background-color:#fafafa; border-bottom:2px solid #e01837;}
.card-header span:first-child {font-size:17px; font-weight:600; text-transform:uppercase; color:#e01837;}
.sidebar .card-body {background-color:#fafafa;}

.nested-list ol {counter-reset: item; padding-left: 10px;}
.nested-list ol li {display: block}
.nested-list > ol > li {margin-top:15px; margin-bottom:15px;}
.nested-list > ol > li > strong {text-transform:uppercase;}
.nested-list ol li:before {content: counters(item, ".") " "; counter-increment: item; font-weight: 700;}

/* --------------------
	OWL CAROUSEL
---------------------*/
.owl-nav {margin-top:0;}
.owl-nav [class*=owl-] {width: 50px; height: 50px; line-height: 50px; text-align: center; margin:0;}
.owl-nav button {font-size:48px !important; color:#acacac !important;}
.owl-nav button:hover {background:none !important; color: #e01837 !important;}
.owl-nav button.owl-prev {position: absolute; top:40%; left:-50px;}
.owl-nav button.owl-next {position: absolute; top:40%; right:-50px;}

#messageslider .owl-nav button i {display:block;}

/* --------------------
	HEADER
---------------------*/
@media (max-width: 767.98px) {
	.container.header-top .row .col-lg-6:nth-child(2) .link-top-bar {
		display: flex;
		margin-top: 15px;
	}
}

@media (min-width: 768px) {
	.container.header-top .row .col-lg-6:nth-child(2) .link-top-bar {
		display: flex;
		justify-content: flex-end;
	}

	.container.header-top .link-top-bar p {
		margin-right: 85px;
	}

	.link-top-bar-mobile {
		display: none;
	}

    /* stile per mobile minicart  */

    .minicart-wrapper.active::before {
        content:'';
        position: absolute;
        border: 6px solid;
        border-color: transparent transparent #ffffff transparent;
        z-index: 99;
        right: 10px;
        top: -12px;
    }

    .minicart-wrapper.active::after {
        content:'';
        position: absolute;
        border: 7px solid;
        border-color: transparent transparent #bbbbbb transparent;
        z-index: 98;
        right: 9px;
        top: -14px;
    }

    .header.mobile-detect-desktop .header-right{
        position: relative;

    }

    .minicart-wrapper{    padding: 20px;
        width: 400px;
        position: absolute;
        top: 80%;
        right: 2%;
        z-index: 99;
        background-color: #FFF;
        border: 1px solid #DDD;
        display: none;
        box-shadow: 0 3px 3px rgb(0 0 0 / 15%);}

    .minicart-wrapper.active{display:block;}

    .fal.fa-shopping-cart{pointer-events: none;}

    #minicart-content-wrapper{
        position:relative;

    }



    #minicart-content-wrapper::after{
        content:'';
        position: absolute;
        top: 0;
        right: 0;
        width: 12.5px;
        height: 2px;
        background:#000;
        transform:rotate(45deg);

    }

    #minicart-content-wrapper::before{
        content:'';
        position: absolute;
        top: 0;
        right: 0;
        width: 12.5px;
        height: 2px;
        background:#000;
        transform: rotate(-45deg);

    }

    #minicart-content-wrapper:hover::after,  #minicart-content-wrapper:hover::before{cursor:pointer;}




}
.header-top {min-height:40px; padding-top:8px;}
.header-top a {color:#333333;}
	/* Top links */
	.header-links {text-align:right; margin-bottom:0;}
	.header-links > li {display:inline-block; margin-left:15px;}
	/* Language */
	.header-top .language {display:inline-block;}
	/* Cms Links */
	.cmslinks {display:inline-block; list-style:none; padding-left:0; margin-bottom:0;}
	.cmslinks > li {display:inline-block; margin-left:15px;}
	.cmslinks i {color:#e01837;}

.header {background-color:#fafafa; padding-top:15px; padding-bottom:15px;}

.header-right {display:inline-flex; justify-content:flex-end; flex-direction:row; align-items:center;}
	/* Search */
	.block-search {min-width:390px;}
	.block-search .form-control {font-size:0.875rem !important;}
	.block-search .btn {font-size:0.875rem !important; text-transform:uppercase;}
	/* Minicart */
	.header-right a.showcart {margin-left:15px; color:#333333; font-size:32px;}
	#search_autocomplete {top:60px; display: none !important;}

	.wsdownmenu-submenu-sub-sub {min-width:150px !important;}

/*referenze non cliccabile*/
.link-non-cliccabile {
    pointer-events: none;
    cursor: default;
}

/* Language Selector Mobile */
.lang-selector {
	color: #e01837;
	position: relative;
	font-size: 15px;
	text-transform: uppercase;
}
.lang-selector p {
	margin-bottom: 0;
}
.lang-selector--langs {
	position: absolute;
	top: 25px;
	left: 0;
	background-color: #fafafa;
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: none;
	max-height: 0;
	min-width: 100px;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
	z-index: 9;
}
.lang-selector .arrow {
	border: solid #e01837;
	border-width: 0 1px 1px 0;
	display: inline-block;
	margin: 2px;
	padding: 3px;
	transform: rotate(45deg);
}
.lang-selector--langs li {
	padding: 8px 12px;
}
.lang-selector--langs li a {
	color: #333;
}
.lang-selector:hover .lang-selector--langs {
	max-height: 1000px;
}
.lang-selector:hover .arrow {
	transform: rotate(-135deg);
}

/* --------------------
	FOOTER
---------------------*/
.cms-home .footer-top {margin-top:0;}
.footer-top {background-color:#fafafa; padding-top:40px; padding-bottom:20px; margin-top:50px;}
.footer-top h4 {font-family:'Open Sans', sans-serif; font-size:16px; font-weight:600; text-transform:uppercase; color:#e01837; border-bottom:2px solid #e01837; padding-bottom:5px; margin-bottom:15px;}
.footer-top ul > li > a {color:#333333;}
	/* Logo */
	.logo-footer {margin-bottom:20px; max-width:217px; display:block;}

.footer {background-color:#fafafa; padding-top:20px;}
.footer h4 {font-family:'Open Sans', sans-serif; font-size:16px; font-weight:600; text-transform:uppercase; color:#e01837;}
	/* Social */
	.block-social {list-style:none; padding-left:0; margin-bottom:0;}
	.block-social > li {display:inline-block; margin-right:15px;}
	.block-social > li > a {color:#333333;}
	/* Newsletter */
	.block-newsletter .btn {text-transform:uppercase;}
	.block-newsletter label {color:#727272; margin-bottom:0;}
	.block-newsletter label a {color:#727272;}

.footer-bottom {background-color:#e3e3e3; font-size:12px; color:#868686; padding-top:17px; padding-bottom:17px;}
.footer-bottom a {color:#868686;}

/* --------------------
	HOMEPAGE
---------------------*/
.cms-home p {margin-bottom:0;}
#messageslider .owl-item p {margin-bottom:0;}

.servizi-home {padding-top:50px; padding-bottom:50px;}
.servizi-home h2 {font-size:25px; text-transform:uppercase; margin-bottom:30px;}
.servizi-home p {font-size:15px;}
.servizi-home .icons [class*=col-] {margin-bottom:30px; text-align:center;}
.servizi-home .icons img {width:80px; height:80px; display:block; margin:0 auto 5px;}
.servizi-home .icons a {display:block; text-transform:uppercase; font-weight:600; font-size:15px;}
.servizi-home .icons a:hover {
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}
@keyframes shake {
	10%, 90% {transform: translate3d(-1px, 0, 0);}
	20%, 80% {transform: translate3d(2px, 0, 0);}
	30%, 50%, 70% {transform: translate3d(-4px, 0, 0);}
	40%, 60% {transform: translate3d(4px, 0, 0);}
}

section#map {border:5px solid #fafafa;}

/* --------------------
	CATEGORY VIEW
---------------------*/
/* Toolbar */
.toolbar-products {margin:30px 0;}
/* Filtri */
#narrow-by-list a {color:#333333;}
/* Grid */
.products-grid .product-item {margin-bottom:30px; text-align:center;}
.products-grid .product-item-description {font-size:12px; margin-top:10px}
.products-grid .product-item-price {padding:10px 0;}
/* List */
.products-list .product-item-info {border:0; border-bottom:1px solid #dfdfdf; padding-bottom:5px;}
.products-list .product-image-photo {max-width:150px !important; border:1px solid #dfdfdf;}
.products-list .product-item-price {padding:10px 0;}

.products-grid .product-item-description p {margin-bottom:0; display:contents;}

/* --------------------
	PRODUCT VIEW
---------------------*/
.product-view-price {font-size:18px; margin-top:30px; margin-bottom:15px;}
.product-view-price .price-label {font-size:14px;}

.product.sku {margin-bottom:30px; color:#e01837;}
.product.description {font-size:13px;}
.product-info-price {margin-top:15px;}

/* stile immagine copertina */

.immagine-copertina-video-privato{

    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;

}


/* --------------------
	CHECKOUT/CART
---------------------*/
.checkout-index-index .header {background-color: transparent; padding-top: 0px; padding-bottom: 0;}
.checkout-cart-index .product-image-photo {max-width:80px ;}
.header .showcart .counter.qty {background: #e01837 !important;}
.header .block-minicart {z-index:100 !important;}
.cart-summary {margin-bottom:20px;}
.cart-summary #cart-totals .shipping {display:none;}
.cart-summary #block-shipping {display:none;}
.cart-container .action {margin-bottom:20px;}
.cart-container .cart .item-info .action-edit {display:none;}
.header .showcart:hover {text-decoration:none;}
#mini-cart .product-item-details .input-group-append .edit {display:none;}
#komCart .secondary .action.viewcart{color: #fff;}
.showcart .counter.qty{background: #e01837 !important;}
/* --------------------
	  CMS PAGES
---------------------*/
.cms-page-view .breadcrumb {display:none;}

/* --------------------
	  ACCOUNT
---------------------*/
.customer-account-edit .form-edit-account .password-info {display:none;}
.customer-account-index .box-newsletter {display:none;}
.customer-account-index .block-dashboard-addresses {display:none;}

.account #my-orders-table .status {display:none;}
.account .order-status {display:none;}
.account #my-orders-table .items-qty .badge-danger {display:none;}
/* ------------------
	  CONTACTS
-------------------- */
#cf_submit{
	margin-bottom: 2em;
}
.cms-page-view .contact .legend {display:none;}

/*----------------
    REFERENCES
-----------------*/
.white-arrow .mgz-element-inner .mgz-block .mgz-block-content .mgz-carousel .owl-nav button {top: 40%; opacity: 1 !important;}

/*----------------
    HOMEPAGE LINK DISCOVER PRODUCTS
-----------------*/
.anchor-color-black li a {
    color: #333333;
}

.anchor-color-black li {
    text-align: center;
}

#block-discover-our-product {
    color: #e01837;
    margin-bottom: 40px;
}

/*----------------
    FORM HUBSPOT PER RICHIESTA PREVENTIVI E FORM CONTATTO
-----------------*/

#collapse-form .card-body iframe{
    width: 100%;
    min-height: 1180px;

}

body #collapse-form .card-body {
    background-color:#f4f8fa;
}


/* FIX PAGINE CMS CON PAGEBUILDER MAGEZON */
.cms-equipment-for-finishing-wet-cleaning-processed-garments .mgz-element {position: unset;}

/* SEPARATORI PAGINA REFERENZE*/

.classe-altezza-separatore .mgz-element-inner .mgz-element-separator-wrapper .mgz-element-separator-line {
    height: 2px;
}

/* Read More categoria */
#description>span {display: block;text-align: right;padding: 5px 10px;}

/*modifiche 2021*/
body.cms-home .bannerslider .owl-dots .owl-dot span {
	background: #D6D6D6!important;
}

body.cms-home .bannerslider .owl-dots .owl-dot.active span, body.cms-home .bannerslider .owl-dots .owl-dot:hover span {
	background: #e01837 !important;
}

body.cms-home .owl-nav button.owl-next {
	right: -10px;
}

body.cms-home .owl-nav button.owl-prev {
	left: -10px;
}

body.cms-home .home-prodotti .owl-nav.disabled {
	display: block;
}

.video-home .video-container-home {
	position: relative;
	padding-bottom: 28.1%; /* 16:9 */
	height: 0;
}
.video-home .video-container-home iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-home .row.row-video {
	margin-right: 0;
	margin-left: 0;
}

.home-prodotti .bannerslider h3 {
	display: none;
}

@media only screen and (max-width:767px) {
	.video-home .col-md-6 {
		padding-top: 20px;
	}
	.video-home .video-container-home {
		padding-bottom: 56.25%; /* 16:9 */
	}
}

/*video pagina prodotto*/
.catalog-product-view .product-video {
	position: relative;
	padding-bottom: 92.25%;
	height: 0;
}

.catalog-product-view .product-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*.fotorama-video-container:after {
    background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom right;
    bottom: 0;
    content: '';
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute ;
    right: 0 ;
    top: 12px ;
    width: 100px ;
}*/

/*tab video pag prodotto*/
.catalog-product-view .video-container-tab-video {
	position: relative;
	padding-bottom: 18%; /* 16:9 */
	height: 0;
	margin-bottom: 20px;
}
.catalog-product-view .video-container-tab-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.video-container-tab-videos {
	display: flex;
	flex-wrap: wrap;
}

.video-container-tab-videos .video-container-tab-video {
	width: calc( 33.33% - 20px);
	margin: 10px;
}

@media (min-width:768px) {
    body .mobile-detect-mobile {
        display: none!important;
    }
}
@media (max-width:767px) {
    body .mobile-detect-desktop {
        display: none !important;
    }

    /* stile modale popup */
    body .modal-popup.modal-slide {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        overflow: hidden;
    }

    .modal-popup.modal-slide .modal-inner-wrap{
        overflow: hidden;
        background:transparent;}

}

/* stile filtri pony */

body  .filter-options-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    padding-top: 15px;
    border-top: 1px solid #dcdcdc;
}


body  .filter-options-content {
    margin-bottom: 15px;
}


body  #narrow-by-list a {
    color: #333333;
}

body  .filter-options-content .items a {
    margin-left: 0;
}

body  .filter-options-content ol{
    padding-left:0;
    list-style: none;}

body .filter-options input[type='checkbox'] + .amshopby-choice:before {
        border: 1px solid #00000082;
        background: #ffffff;
        width: 13px;
        height: 13px;
    }

body .filter-options li.items:hover input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #000;

}

body  .filter-options-content ol li a{
    display:flex !important;
    justify-content: space-between;
}

body .filter-options li.item .filter-count-label{display: none;}

body .filter-options li.item .count{
    right: 5px;
    position: relative;}

body .filter-options li.item .count::before{
    left: -5px;
    top: 0;
    content: '(';
    width: 5px;
    height: 20px;
    position: absolute;}

body .filter-options li.item .count::after{
    right: -5px;
    top: 0;
    content: ')';
    width: 5px;
    height: 20px;
    position: absolute;}

body .filter-options input[type='checkbox'] + .amshopby-choice:after {

    width: 13px;
    height: 13px;

}

body .filter-options input[type='checkbox'] + .amshopby-choice:after {

    background-size: 13px;

}

body .amshopby-filter-current .amshopby-remove:hover:before, body .amshopby-filter-current .amshopby-remove:hover:after {

    background-color: red;
}

body .amshopby-filter-current .amshopby-remove:before,body .amshopby-filter-current .amshopby-remove:after {

    background-color: red;

}

body .amshopby-filter-current .amshopby-items{list-style: none;}


body .amshopby-filter-current .amshopby-remove:hover ~ *{ opacity: 1;}

body #narrow-by-list a span.label{margin-left: 20px;}

body .filter-options-content li {position: relative;}

body .filter-options-content li input{
    position: absolute;
    top: 5px !important;
    width: 13px;
    height: 13px;
    display: block;
}

body #narrow-by-list a.am_shopby_link_selected .label, body .filter-options li.item a.am_shopby_link_selected .count  {font-weight: 400;}

body .amshopby-filter-current .amshopby-remove:after,body .amshopby-filter-current .amshopby-remove:before {
    height: 2px;
}

body .amshopby-filter-current .amshopby-filter-value{margin-left: 13px;}

body .amshopby-filter-current .amshopby-items .amshopby-filter-name{position: relative;}

body .amshopby-filter-current .amshopby-items .amshopby-filter-name::after{
    height: 100%;
    width: 2px;
    top: 0;
    right: -3px;
    content: ':';
    position:absolute;}

/* fine modifiche di style per filtri */

body .widget.blog-search {
    float: unset;
}

body .logo img {
    max-width: 240px;
}


.catalog-product-view .video-container-tab-video.video-privato{
    background: #F0F0F0;
    width: 100%;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom:0;

}

.catalog-product-view .video-container-tab-video.video-privato p{
    font-weight: 600;
    color: #e01837;
}

.cont-video-link-privato{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc( 33.33% - 20px);
    margin: 0 10px;
}

.cont-video-link-privato a{margin:5px 0;}


.video-container-tab-videos .video-container-tab-video{
    height: 220px;
}

/* fix loading infinito add to cart header */

.header-right .showcart .loading-mask[data-role="loader"]{
    display: none;
}


@media (max-width:768px){
    .video-container-tab-videos .video-container-tab-video,.cont-video-link-privato {
        width:100% !important;
    }
}


/* sistemazione post aggiornamento icona search nel blog */

body .widget.blog-search .action.search:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    color:#fff;
    content: "\f002";

}

.block-new-customer h4 {
    color: #e01837;
}




