@media (min-width: 1200px) {
    .sub-menu-container .sub-menu-container {
        max-width:49%;
    }
    .mega-menu-content {
        width:auto;
    }
}
@media only screen and (max-width : 1199px) {

    /*Header*/
    #top-search, #top-cart, #side-panel-trigger, #top-account,.menu-link {
        padding: 18px 15px;
    }
    .header-help, .top-account, .header-lang {
        margin: 18px 15px;
    }
    .sub-menu-container, .mega-menu-content {
        width:200px;
    }
    .banner-menu h3 {
        font-size: 30px;
        line-height: 36px;
    }
    nav.primary-menu .banner-menu:nth-last-child(1) p {
        left: 25px;
    }
    
    /*About*/
    .about-container .topmargin-xl {
        margin-top: 4rem !important;
    }

    /*Product Detail*/
    .single-product .sp-text {
        min-width: 500px;
    }
    .content-product {
        padding: 45px 10%;
    }




    /*Footer*/
    .footer-links li a {
        font-size:11px;
    }


}
@media (min-width: 992px) and (max-width: 1199px) {
    .sub-menu-container .sub-menu-container {
        max-width:49%;
    }
    .mega-menu-content {
        
        width:auto;
    }

}


@media (min-width: 768px) and (max-width: 1099px) {

		.product-desc.home .product-title h3,
		.product-desc.home .product-price {
			line-height: 20px;
		}
		.product-desc.home .product-price del, .product-desc.home .product-price ins {
			width: 100%;
			display: block;
		}
}


@media (max-width: 991px) {
    
    /*Header*/
    #top-bar {z-index: 501;}
    #header {z-index: 500;}
    #logo {
        height:auto;
    }
    .header-row {
        padding:0;
    }
    #header {
        border-bottom:0px;
    }
    #header.sticky-header #header-wrap {
         position: fixed; 
         border-bottom:0px;
    }

    
    /*Menu Mobile*/
    #primary-menu-trigger {
        top:0;
    }
    #primary-menu-trigger, #page-menu-trigger {
        justify-content: start;
        align-items:start;
        height:35px;
        width:35px;
    }
    .svg-trigger {
        height:35px;
        width:35px;
    }
    .svg-trigger path {
        stroke:#090909;
        stroke-width: 4px;
    }
    #header:not(.sticky-header) .mobile-menu-off-canvas .menu-container,
    #header.sticky-header .mobile-menu-off-canvas .menu-container {
		position: fixed;
		display: block;
		z-index: -1;
		width:350px;
		height: 100vh; /* Fallback for browsers that do not support Custom Properties */
        height: calc(var(--vh, 1vh) * 100);
        max-height: -webkit-fill-available;
		max-height: none !important;
		margin: 0 !important;
		left: 0 !important;
		top: 0 !important;
		padding: 22px 25px 10px 70px !important;
        border-top:58px #fff solid!important;
		background-color: #FFF;
		border-right:0!important;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translate(-350px,0);
        -o-transform: translate(-350px,0);
        transform: translate(-350px,0);
		-webkit-backface-visibility: hidden;
		transform-style: preserve-3d;
	}

	#header:not(.sticky-header) .mobile-menu-off-canvas.from-right .menu-container,
    #header.sticky-header .mobile-menu-off-canvas.from-right .menu-container {
		left: auto !important;
		right: 0;
		border-right: 0 !important;
		border-left: 1px solid #EEE !important;
		-webkit-transform: translate(280px,0);
		-o-transform: translate(280px,0);
		transform: translate(280px,0);
	}

	#header:not(.sticky-header) .mobile-menu-off-canvas .menu-container,
    #header.sticky-header .mobile-menu-off-canvas .menu-container {
		-webkit-transition: -webkit-transform .3s ease-in-out, opacity .2s ease !important;
		-o-transition: -o-transform .3s ease-in-out, opacity .2s ease !important;
		transition: transform .3s ease-in-out, opacity .2s ease !important;
	}

	#header:not(.sticky-header) .mobile-menu-off-canvas .menu-container.d-block,
    #header.sticky-header .mobile-menu-off-canvas .menu-container.d-block {
		-webkit-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
    #header-wrap:after {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        background: #e8e8e8;
    }
    #top-bar:not([style*="display: none"]) + #header ul.menu-container {
        border-top:88px #fff solid!important;
    }
    #top-bar + #header.sticky-header ul.menu-container {
        border-top:58px #fff solid!important;
    }
    .sub-menu-container, .mega-menu-content {
        width: 100%;
        border:0px none;
    }
    .mega-menu-content {
        padding-bottom:20px;
    }
    body.primary-menu-open #wrapper:before,
    body.top-search-open #wrapper:before,
    body.cart-band-open #wrapper:before  {
        content: "";
        background: #090909;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 498;
        opacity: 0.8;
    }
    .menu-link {
        font-size: 12px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0.6px;
        line-height: normal;
        padding: 16px 15px 16px 0px;
        color: #090909;
    }
    .menu-link sup {
        color: #de1b1b;
        font-style: normal;
        letter-spacing: 0.5px;
        line-height: normal;
        text-align: left;
    }
    .mobile-primary-menu {
        display: flex!important;
        flex-direction: column;
    }
    .menu-item {
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .mobile-primary-menu .menu-footer-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-grow: 1;
    }
    .mobile-primary-menu .menu-footer-wrapper .menu-footer {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        justify-content: flex-end;
    }
    .mobile-primary-menu .menu-footer-wrapper .menu-footer .menu-item {
        border-top: 1px solid #e8e8e8;
    }
    .mobile-primary-menu .menu-footer-social {
        position: absolute;
        right: 0;
        list-style: none;
    }
    .mobile-primary-menu .menu-footer-social li {
        float:left;
        width:19px;
        height:19px;
        margin: 12px 0px 12px 10px;
        text-align: center;
    }
    .mobile-primary-menu .menu-footer-social li img {
        max-width: 19px;
        max-height: 19px;
    }
    .mobile-primary-menu .menu-footer .menu-link span {
        display: inline-block;
    }
    .menu-item .sub-menu-trigger {
        width: 9px;
    }
    .sub-menu-trigger:before {
        content:"";
        background:url("../images/icons/plus.svg") center center no-repeat;
        background-size:9px;
        width: 9px;
        height: 9px;
        display: block;
        margin:0px;
    }
    .sub-menu-trigger.icon-rotate-90 {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .sub-menu-trigger.icon-rotate-90:before {
        background:url("../images/icons/minus.svg") center center no-repeat;
    }
    .menu-item:not(:first-child) {
        border-color: #e8e8e8;
    } 
    .sub-menu-container .menu-item > .menu-link {
        position: relative;
        padding: 9px 0px;
        font-size: 12px;
        letter-spacing: 0.6px;
        font-weight: 400;
        color: #090909;
    }
    .sub-menu-container .menu-item:not(:first-child) {
        border-top: 0px none;
    }

    /*Search Box*/
    .top-search-form:before {
        content: "";
        width: 100vw;
        height: 1px;
        position: absolute;
        left: -60px;
        z-index: 1;
        background: #e8e8e8;
    }
    .top-search-form input {
        line-height: 35px;
        height: 55px;
    }
    .top-search-open .top-search-parent a i.icon-line-cross {
        font-size: 15px;
        padding: 17px 0;
        line-height:22px;
    }
    body.top-search-open #primary-menu-trigger,
    body.top-search-open #top-cart-trigger {
        opacity: 0;
    }

    /*Cart Preview*/
    .top-cart-content {
        right: -305px !important;
        width:305px;
        border-left: 0px;
        box-shadow: none;
        border-top:0px!important;
    }
    #top-bar:not([style*="display: none"]) + #header .top-cart-content {
        border-top:30px #fff solid!important;
    }
    #top-bar + #header.sticky-header .top-cart-content {
        border-top:0px!important;
    }
    .cart-tabs {
        padding:14px 0px;
    }
    .cart-tabs + .alt-top-cart-trigger {
        padding:22px 0px 14px;
    }
    .top-cart-item-image a, .top-cart-item-image img,
    .top-cart-item-image {
        width:75px;
        height:100px;
    }
    .top-cart-item-desc a {
        font-size: 0.9375rem;
    }
    .top-cart-action .w-50 {
        width:100%!important;
        text-align: center;
        margin-bottom:15px;
    }
    .top-cart-action .w-50:nth-last-child(1) {
        margin-bottom:0px;
    }

    /*Lock Scroll on overlay item open*/
        body.primary-menu-open,
        body.top-search-open,
        body.cart-band-open,
        body.prod-filters-open {
            overflow: hidden;
        }
    /*end Lock Scroll*/

    /*Lista Prodotti*/
    .product {
        width: 100%;
    }
    .product:not(.product-2):not(.product-3) .product-title h3 {
         font-size: 12px; 
    }
    .prod-main-container[data-cols="4"] .product-item-wrapper,
    .prod-main-container[data-cols="3"] .product-item-wrapper {
        flex: 0 0 33.333333333333% !important;
    }
    .top-links-section {
        width: auto;
        max-width:648px;
    }
    .filter-box-inner {
        min-width: 150px;
    }
    /*Dettaglio Prodotti*/
    .single-product .sp-text {
        min-width: 450px;
    }
    .single-product + .prod-related .bottommargin-xl {
       margin-bottom:4rem !important;
    }

    /*Lista Categorie*/
    .cat-item-wrapper .product-desc.home .product-title h3 {
        font-size:16px;
    }

    /*Login page*/
    .user-sect > div.login-page:first-child,
    .user-sect > div.login-page:nth-child(2) {
        padding-left:10px;
        padding-right:10px;
    }

    /*Area Utente*/
    #user-col.sidebar {
        margin-bottom: 0px !important;
        padding-bottom: 0px;
        border-bottom: none;
    }

    /*About*/
    .about-container .topmargin-xl {
        margin-top: 2rem !important;
    }
    
    


}

@media (min-width:768px) {
    .my-sm-6 {
        margin-top: 80px!important;
        margin-bottom: 120px!important;
    }
}




@media (max-width: 767px) {
    /*Header*/
    #header:not(.sticky-header) .mobile-menu-off-canvas .menu-container,
    #header.sticky-header .mobile-menu-off-canvas .menu-container {
		width:325px;
        padding-left: 20px !important;
        padding-right: 20px !important;
        border-top:58px #fff solid!important;
	}
    #top-search, #top-cart {
        padding: 18px 0px;
        margin-left:20px;
    }
    #top-search a, #top-cart>a {
        height: 20px;
    }
    #top-search img[class^=icustom-],
    #top-cart-mobile img[class^=icustom-] {
        width: 15px;
        height: 15px;
        margin-right: 3px;
        margin-top: -1px;
    }
    .top-search-form:before {
        left:-20px;
    }

    /*Home*/
    .double-img-content.pos_3 {
        bottom: 28px;
        left: 24px;
    }

    /*Lista Prodotti*/
    .prod-main-container[data-cols="4"] .product-item-wrapper,
    .prod-main-container[data-cols="3"] .product-item-wrapper {
        flex: 0 0 50% !important;
    }
    .top-links > ul {
        justify-content: space-between;
    }
    .top-links-sub-menu, .top-links-section {
        left: auto;
        right: -1px;
    }
    .top-links-section.filter-box {
        width: 100vw;
        /*height: 100vh;*/
        height:100%;
        position: fixed;
        top: 0;
        left: 0!important;
        z-index: 99999!important;
        border: 0px none;
        padding-top:60px;
        padding-bottom:60px;
        -webkit-transform: translate(-100vw,0);
        -o-transform: translate(-100vw,0);
        transform: translate(-100vw,0);
        display: block!important;
        -webkit-backface-visibility: hidden;
        transform-style: preserve-3d;
        -webkit-transition: -webkit-transform .3s ease-in-out, opacity .2s ease !important;
        -o-transition: -o-transform .3s ease-in-out, opacity .2s ease !important;
        transition: transform .3s ease-in-out, opacity .2s ease !important;
        overflow: hidden;
    }
    .top-links-section.filter-box.d-block {
        -webkit-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }
    .filter-box .filter-box-group {
        text-align: left;
        border-bottom: solid 1px #E8E8E8;
        padding-bottom:20px;
        padding-top:20px;
    }
    .filter-box .filter-box-group:nth-last-child(1) {
        border:0px none;
    }
    .filter-box .filter-box-group .filter-box-inner {
        column-count: 2;
    }
    .filter-box h6.color-lightgray {
        color:#000!important;
    }
    .top-links-section .row.first {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
    }
    .top-links-section .row.first:after {
        content: " ";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #E8E8E8;
        left: 0px;
        top: 60px;
    }
    .top-links-section .row.first p {
        line-height:60px!important;
        margin:0;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
    }
    .top-links-section .row.first .close-filter-box {
        font-size: 23px;
        position: absolute;
        top: 0;
        right: 20px;
        width:12px;
        height: 60px;
        line-height: 60px;
        background:url(../images/icons/close.svg) no-repeat center center;
        background-size:12px;
    }
    
    .top-links-section .row.middle {
        max-height: 100%;
        overflow-y: auto;
        margin-right: -22px;
        margin-left: -22px;
    }
    .top-links-section .row.last {
        margin: 0;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        padding-bottom: 8px;
        padding-top: 8px;
    }
    .top-links-section .row.last:after {
        bottom: 60px;
    }    
    .top-links-section {
        min-width:0px;
        max-width:none;
    }
    .filter-box-inner {
        min-width: 0px;
        width: 100%;
    }

    /*Dettaglio Prodotti*/
    .content-product {
        padding: 25px 15px;
    }
    .single-product .sp-text {
        min-width: 390px;
    }
    #comp-products.owl-carousel .owl-nav [class*=owl-] {
        left:-13px;
    }
    #comp-products.owl-carousel .owl-nav .owl-next {
        right:-13px;
        left: auto;
    }

    /*Area Utente*/
    .user-sect #user-col ul li a {
        font-size:14px;
        line-height:26px;
    }
    .user-sect #user-col ul li {
        padding: 0 20px;
    }
    #user-col .widget_links li {
        margin-bottom: 10px;
    }
    .user-sect .ordine-list {
        padding:0px 20px;
    }
    .user-sect .ordine-list thead {
        display:none;
    }
    .user-sect .ordine-list table td {
        padding-top: 12px;
        padding-bottom: 12px;
        height: 42px;
    }
    .user-sect .ordine-list .badge {
        padding:0px;
    }
    .ordine-list .responsive-table td {
        border:0px none;
    }
    .ordine-list .responsive-table tr {
        border: 0px none;
        border-bottom: solid 1px #000;
        padding-bottom: 20px;
        background: transparent;
    }
    .user-sect .ordine-list tbody tr:hover td {
        background-color: transparent;
    }
    .ordine-detail table td {
        border:0px none;
    }
    .ordine-detail table td {
        padding-top:12px;
        padding-bottom:12px;
        padding-left:40%!important;
    }
    .ordine-detail .responsive-table tr {
        border: 1px solid #EEE;
        background-color: transparent;
    }
    .wishlist-list {
        padding-left:0px!important;
        padding-right:0px!important;
    }
    .wishlist-list .wish-del {
        bottom: 0;
        top: auto;
        right: auto;
        left: 12px;
    }
    
    .wishlist-list .wish-del + div {
        height: 45px;
        margin-top: 20px;
    }
    .wishlist-list .btn {
        min-width:170px;
        margin:0px;
    }

    /*Carrello*/
    .cart:not(.cart-totals) tbody td.cart-label {
        padding-bottom:5px!important;
    }
    .cart:not(.cart-totals) tbody td.cart-value {
        padding-bottom:15px!important;
    }
    #carrello-detail-container .wishlist-list .wish-del {
        position: unset;
        text-align: right;
    }
    .correlati-cart .bottommargin-xl {
        margin-bottom:0px!important;
    }

    /*Checkout*/
    .checkout-login-cta {
        text-align:center
    }
    .checkout-login-cta .btn-primary,
    .checkout-login-cta p {
        float:none!important;
    }
    .checkout-login-cta p {
        margin-bottom:15px!important;
    }
        

    /*Footer*/
    #footer.dark, .dark #footer {
        padding:30px 20px 20px;
    }
    .footer-mobi-accordion {
        padding-bottom:20px;
        padding-top: 20px;
        border-bottom:solid 1px #303030;
    }
    .footer-links-title {
        display: block;
        width: 100%;
        color: #969696;
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0.6px;
        line-height: normal;
    }
    .footer-links-title:hover {
        color: #969696!important;
    }
    .footer-links-title:after {
        content:"";
        background:url(../images/icons/chevron-down.svg) no-repeat center center;
        width:10px;
        height:15px;
        position: absolute;
        right:0px;
    } 
    .footer-mobi-accordion.active .footer-links-title:after {
        background:url(../images/icons/chevron-up.svg) no-repeat center center;
    }
    .footer-links li {
        margin-bottom: 0px;
        margin-top:25px;
    }
    .footer-links li a {
        font-size:12px;
    }
    .footer-content {
        padding-top:35px;
        padding-bottom:35px;
        column-count:2;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0.6px;
        line-height: 17px;
        border-bottom:solid 1px #303030;
    }
    .signature-mobile {
        color: #969696;
        padding-top: 20px;
        font-size:12px;
        font-weight:400;
    }
    .signature-mobile img {
        width: auto;
        height: 10px;
        margin-top: 3px;
    }

}


@media (min-width: 576px) and (max-width: 767px) {}



@media (max-width: 575px) {

    /*Header*/
    #top-bar {
        line-height:20px;
    }
    #logo img {
        height:16px!important;
    }
    #top-cart {
        display: block;
    }
    .top-search-form input {
        padding-left:0px;
        padding-right:0px;
    }
    .top-search-parent a i {
        right:0;
    }
    #top-bar:not([style*="display: none"]) + #header ul.menu-container {
        border-top: 78px #fff solid!important;
    }

    /*Home*/
    .mobile-slider {
        display: block;
        margin-left: -10px;
        margin-right: -10px;
        width: calc(100% + 20px);
    }
    .mobile-slide {
        display:block;
        flex: none;
    }
    .mobile-slide .double-slide-item {
        overflow: hidden;
    }
    .mobile-slide .double-slide-media {
        background:none!important;
        padding:0;
        padding-bottom:calc(100vh - 79px);
    }
    .mobile-slide .double-slide-media img {
        display: block!important;

        height: calc(100vh - 79px);
        width: auto;
        max-width: none;
        position: absolute;
        left: -50%;
        left: 50%;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .double-img-content.pos_2,
    .double-img-content.pos_3 {
        display:block;
        position:absolute;
        top: auto;
        left: auto;
        bottom: 0;
        right: auto;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        padding:25px;
    }
    .double-img-content h1 {
        text-align: left;
        font-size:21px;
        line-height:30px;
        letter-spacing: normal;
    }
    .double-slide-container {
        margin-bottom: 98px;
    }
    .banner-home-wrapper {
        margin-bottom: 0px;
    }
    .banner-home-item {
        margin-bottom:40px;
    }
    .banner-home-content h3 {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: normal;
        line-height:24px;
    }
    #content .banner-home-content p {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: normal;
    }
    .products-carousel.owl-carousel .owl-stage-outer {
        width:80%;
        overflow:initial;
    }
    .products-carousel.owl-carousel .owl-dots, .products-carousel.owl-carousel .owl-nav {
        display: none;
    }
    .banner-home-bottom-wrapper {
        margin-bottom:0px!important;
    }
    .banner-home-bottom {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
        padding-bottom: 40px;
    }
    .banner-home-bottom .banner-home-bottom-text {
        padding: 20px 0px 20px 30px;
    }
    .carousel-banner .oc-item h3 {
        font-size: 21px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        line-height: 30px;
    }
    .banner-home-bottom .owl-nav {
        position: absolute;
        bottom: 10px;
        right: 20px;
        width: 48px;
        height: 24px;
    }

    /*Lista Prodotti*/
    .prod-main-container[data-cols="4"] .product-item-wrapper,
    .prod-main-container[data-cols="3"] .product-item-wrapper {
        flex: 0 0 50% !important;
    }
    .product-desc.home .product-price,
    .product-desc.home .product-title h3 {
        line-height:20px;
    }
		.product-desc.home .product-price del, .product-desc.home .product-price ins {
			width: 100%;
			display: block;
		}

    /*Dettaglio Prodotto*/
    .single-product .product-image img {
        padding:0px;
    }
    .single-product .sp-photo .row.mobile-slider-nav {
        margin:0;
        width:100%;
    }
    .mobile-slider-nav.owl-carousel .owl-nav [class*=owl-],
    .mobile-slider-nav.owl-carousel .owl-nav [class*=owl-]:hover {
        border:0px none;
        font-size:16px;
        color:#000;
    }
    .single-product .sp-text {
        min-width: 0;
    }
    .single-product + .prod-related .col-padding {
        padding:2rem!important;
    }
    .single-product + .prod-related .bottommargin-xl {
        margin-bottom: 2rem !important;
    }
    .single-product .products-carousel.owl-carousel .owl-stage-outer {
        width:100%;
        overflow:hidden;
    }
    .single-product .owl-carousel .owl-nav {
        display: block;
    }
    .modal-footer .btn {
        width: 100%;
    }
    #cartpopup {
        margin: 0px;
        width: 100vw;
        position: fixed;
        left: 0;
        bottom: 0;
    }
    #cartpopup > .modal-body {
        padding:0px;
    }
    #cartpopup .modal-content {
        border: 0px none;
        padding: 1rem;
        text-align: center;
    }
    #cartpopup .modal-content .modal-header {
        justify-content: center;
        align-items: center;
        border: 0px none;
        padding: 0;
        margin-bottom: 10px;
    }
    #cartpopup .modal-content .modal-header h4 {
        font-size:14px;
    }
    #cartpopup .modal-content .modal-header .close  {
        display: none;
    }
    #cartpopup .modal-content .modal-body {
        border:0px none;
        padding:0px;
    }
    #cartpopup .modal-content .modal-body p {
        margin:0px 0px 10px 0px;
    }
    #cartpopup .modal-content .modal-footer {
        padding:0px;
        border:0px none;
    }
    /*Area Utente*/
    .user-col-wrapper.container {
        padding:0px!important;
    }
    .container-list .user-col-wrapper.container {
        padding-left:40px!important;
        padding-right:40px!important;
    }
    .user-sect #user-col ul {
        margin-top: 0!important;
    }
    .user-sect #user-col ul li a {
        white-space: nowrap;
    }
    .user-sect #user-col ul li {
        padding-left:0px;
    }
    .mobile-txt-slider.owl-carousel .owl-stage-outer {
        overflow: initial;
    }
    .ordine-list .responsive-table td {
        text-align:right!important;
    }
    .ordine-detail table td {
        font-size:12px;
    }
    .wishlist-list .wish-text {
        margin-left:20px;
    }
    .wishlist-list .btn {
        width:100%;
    }
    .wishlist-list .wish-del {
        bottom: auto;
        top: 5px;
        right: auto;
        left: 9px;
    }

    /*Carrello*/
    .carrello-detail-title .p18 {
        font-size:14px!important;
    }
    .bottommargin-lg.carrello-detail-title {
        margin-bottom:1.5rem!important;
    }
    .wishlist-list p {
        font-size:10px;
    }
    .cart:not(.cart-totals) tbody td {
        width:50%;
        display:inline-block;
    }
    .cart:not(.cart-totals) tbody td.cart-label {
        text-align: left;
    }
    .cart:not(.cart-totals) tbody td.cart-value {
        text-align: right;
    }
    #carrello-detail-container .summary-wrapper, #carrello-detail-container .summary-total {
        padding:20px;
    }

    /*Checkout*/
    .summary-checkout-wrapper {
        padding:0px;
    }
    .checkout-container .p18 {
        font-size:14px!important;
    }
    .checkout-container .container {
        padding-left:10px!important;
        padding-right:10px!important;
    }
    .checkout-container .bottommargin-lg {
        margin-bottom:1.5rem!important;
    }
    .checkout-container .sidebar {
        margin:0px!important;
        padding:0px;
        border:0px none;
    }
    .tipo-spe .radio-style-2-label > span:nth-child(1) {
        width: calc(50% - 32px);
    }
    .tipo-spe .radio-style-2-label > span:nth-child(2) {
        text-align:right;
        width: 50%;
        padding-right:0px;
    }
    .tipo-spe .radio-style-2-label > span:nth-child(3) {
        text-align:right;
        width: 100%
    }
    .summary-total {
        padding: 21px 25px;
    }
    
    

    /*Stockists*/
    .stockist-item .bottommargin-lg {
        margin-bottom:40px!important;
    }
    
    /*Pagine Statiche*/
    .static-page-content p {
        font-size: 12px;
        line-height: 22px;
    }

    /*PWForgot*/
    #pwforgot-form .modal-footer button {
        width: 100%;
    }


    /*Footer*/
    .footer-content {
        font-size:11px;
    }
    .signature-mobile {
        font-size:11px;
    }

}