.aasss {
  color: #000;
}

body#checkout .delivery-options-list .delivery-options {
    background: none !important;
}

.checkout-step.js-current-step .address-item.selected {
    background-color: #fff !important;
}

article.address-item {
    border: 1px solid #e8e6e6 !important;
}

.address-header {
    font-size: 1.5rem;
}

/* Restyle pagina autenticazione */

.new-auth-page .block-form-login {
    max-width: 100%;
    padding: 18px 40px 40px;
    min-height: 407px;
}
@media (max-width: 768px) {
  .new-auth-page .block-form-login {
      padding: 18px 25px 25px;
      min-height: 400px;
  }
}
@media (max-width: 767px) {
  .new-auth-page .block-form-login {
      max-width: 95%;
      padding: 18px 35px 35px;
      min-height: 200px;
  }
}
.block-form-login .page_title_account { margin-bottom: 32px; }
.new-auth-page { padding: 0px; }
.page-customer-account .authentication-right .btn-primary {
    float: none;
    width:100%;
    background: #000 !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    font-size: 1.2rem;
    text-align: center;
    height: 44px !important;
    line-height: 44px !important;
    border-radius: 3px;
    border: none;
    padding: 0 43px;
    font-weight: bold;
}
@media (min-width: 1024px) {
    .new-auth-page { padding: 30px 0px 40px 0px; } 
}
.new-auth-page .authentication-left-wrapper,
.new-auth-page .authentication-right-wrapper {
  padding-top: 25px;
  padding-bottom: 25px; 
}
@media (min-width: 1024px) {
.new-auth-page .authentication-left-wrapper,
.new-auth-page .authentication-right-wrapper {
  padding-top: 0px;
  padding-bottom: 0px; } 
}
.new-auth-page .authentication-left-wrapper {
    border-bottom: 1px solid #e8e6e6; 
}
@media (min-width: 768px) {
  .new-auth-page .authentication-left-wrapper {
    border-right: 1px solid #e8e6e6;
    border-bottom: none; 
  } 
}
.new-auth-page .authentication-left,
.new-auth-page .authentication-right { padding: 0px; }
@media (min-width: 768px) {
  .new-auth-page .authentication-left,
  .new-auth-page .authentication-right {padding: 0px 4%; } 
}
@media (min-width: 1024px) {
  .new-auth-page .authentication-left,
  .new-auth-page .authentication-right { padding: 0px 7%; } 
}
.authentication-left .sap-login-box{
    padding:45px 0px 0px 0px;
    min-height: 10px;
    justify-content: start;
}
.authentication-left .sap-login-box .btn.btn-primary{
    margin-left: 0 !important;
    background: #000 !important;
    margin-bottom: 0 !important;
    width: 100% !important; max-width: 100% !important;
    font-size: 1.2rem; font-weight:bold; text-align: center;
    height: 44px !important; line-height: 44px !important;
    border-radius: 3px;
    border: none;
    padding:0px 15px;
}

/* FORM REGISTRAZIONE ACCOUNT - FORMBUILDER */
.itemfield{ margin-top:0px; }
::-webkit-input-placeholder { color: #aaa !important; }
::-moz-placeholder { color: #aaa !important; }
:-ms-input-placeholder { color: #aaa !important; }
:-moz-placeholder { color: #aaa !important; }

#gformbuilderpro_form_1 .form-control {
    display: block;
    width: 100%;
    height: 39px;
    padding: 7px 16px;
    line-height: 1;
    color: #494949;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#gformbuilderpro_form_1 .form-group{
    margin-bottom: 22px;
}
#gformbuilderpro_form_1 .titolo-di-sezione{
	margin-top:5px;
	padding-top:20px;
	margin-bottom:15px;
    border-top: 1px solid #d8d8d8;
}
body#module-gformbuilderpro-form h1{
	font-size: 26px;
	color:#000;
	text-align:center;
	margin-bottom: 40px !important;
}
#gformbuilderpro_form_1{
	opacity: 1 !important;
	position: static !important;
	background: none !important;
	width: 100% !important;
	height: auto !important;
    padding-bottom:40px;
    max-width: 850px;
    margin: 0px auto;	
}
#gformbuilderpro_form_1 label{
	font-size: 16px; font-weight: 400;
    color: #000 !important;
}
#gformbuilderpro_form_1 label.required_label:after{
	display:inline-block;
	content:'*';
	color:#f00;
	margin:0px 0px 0px 4px;
}
#gformbuilderpro_form_1 select,
#gformbuilderpro_form_1 input[type="text"]{
	font-size: 15px !important;
	font: caption;	
}
#gformbuilderpro_form_1 #html_1385 p{
    margin-top:32px;
    margin-bottom:32px;
}
#gformbuilderpro_form_1 form{
	position: static !important;
	width: 100% !important;
	overflow: hidden !important;
	padding: 0px !important;
	transform: none !important;
	opacity: 1;
	box-shadow: none;
	max-height: 100%;
	max-width: 100%;
	margin-left: -10px;
	margin-right: -10px;
	display:block;
}
@media (max-width: 1600px){
#gformbuilderpro_form_1 form{
        margin-left:0px;
        margin-right:0px;
    }
}
#gformbuilderpro_form_1 #submitForm{
	background-color: #000;
    border-color: #000;
    transition: all .35s ease;
	color: #fff;
	padding: 7px 32px;	
}
#gformbuilderpro_form_1 input[type=checkbox]{
    width: 17px;
    height: 17px;
}
@media (min-width: 768px){
    #gformbuilderpro_form_1 .formbuilder_group{
		display: flex;
	}
}
#gformbuilderpro_form_1 .privacy_des{
    float: right;
    width: 96%;
}
@media (max-width: 420px){
	#gformbuilderpro_form_1 .privacy_des{ width: 92%; }
}
@media (max-width: 320px){
	#gformbuilderpro_form_1 .privacy_des{ width: 89%; }
}
body#module-gformbuilderpro-form #thankyou-page{
    padding: 0px 0px 30px 0px;
}
#gformbuilderpro_form_1 .form-group.checkbox_box .col-md-8, 
#gformbuilderpro_form_1 .form-group.checkbox_box .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
}
body#module-gformbuilderpro-form .formajaxresult{
    padding: 5px 20px;
    position: static;
    top: 100%;
    width: 100%;
    left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 1.2rem;
    z-index: 1;
    border-radius: 0.5rem;
}
body#module-gformbuilderpro-form .alert.alert-success, 
body#module-gformbuilderpro-form .alert.alert-danger {
    padding: 5px 20px;
    position: static;
    top: 100%;
    width: 100%;
    left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 1.2rem;
    z-index: 1;
    border-radius: 0.5rem;
    margin-bottom:0px;
}
body#module-gformbuilderpro-form .formajaxresult{ margin-bottom: 30px; }
body#module-gformbuilderpro-form .alert.alert-success{ margin-bottom: 0px; }
body#module-gformbuilderpro-form .formajaxresult .success_box{ float:none; }
body#module-gformbuilderpro-form .formajaxresult .success_box #thankyou-page{ padding: 0px; }    

/* SISTEMAZIONE SCHEDA PRODOTTO */
#product .group-price .product-prices{ margin-bottom: 0px; }
.product-prices .product-pack-price{
    margin-left:20px;
    margin-bottom:0px;
}
#product .group-price .tax-shipping-delivery-label.justify-content-end{
    padding-left:20px !important;
    padding-bottom: 0px !important;
}
#product .block_content .group-price { margin-top: 35px; margin-bottom:25px; padding-bottom:0px;  }
#product .product-add-to-cart.product-availability{ margin-bottom:25px; }
#product .product-add-to-cart.product-availability label{
    font-size: 1.2rem !important;
    margin-bottom: 0px !important;    
}
@media (max-width: 767px){
    #product .product-add-to-cart.product-availability label{
        min-width: 10px !important;
        margin-right:10px;
    }
}
#product .product-add-to-cart.product-availability i { font-size: 1.1rem; }
#product #estimated_delivery_time { padding: 15px; }
#product .product-actions { padding-top: 25px; }
#product .pack-product-container .mask img{
    width:70px; max-width:100%; height:auto;
    margin:0px; padding: 0px;
}
@media (max-width: 767px){
    #product .pack-product-container .mask img{ width:65px; }
    .product-pack .pack-product-container .thumb-mask { padding: 5px 10px; }    
}
@media (max-width: 375px){
    #product .pack-product-container .mask img{ display:none; }
    .product-pack .pack-product-container .thumb-mask { padding: 0px; }    
}
#product .product-pack .card{
    background-color: #fff;
    border:none;
    border-top:1px solid rgba(0,0,0,.125);
    border-radius:0px;    
} 
@media (max-width: 768px){
    #product .product-pack .card{
        padding-top:10px;
        padding-bottom:10px;
    } 
}
#product .product-pack .pack-product-container .pack-product-quantity {
    border-left:none;
    padding-left: 0px;
}
#product .product-pack .pack-product-container {
    justify-content: space-evenly;
}
#product .product-pack .pack-product-container .pack-product-name {
    font-size: 1.35rem;
    color: #333;
}
@media (max-width: 767px){
    #product .product-pack .pack-product-container .pack-product-name { 
        font-size: 1.20rem; 
        padding-right:10px;
    }
    .product-quantity #quantity_wanted { padding: 5px 15px 5px 15px; }    
}
@media (max-width: 375px){
    #product .product-quantity .qty {
        width: 100%;
        margin-bottom: 5px;
        float: none;
        margin-right: 0px;
    }    
    #product .product-quantity .add {
        vertical-align: top;
        min-width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
        width: 100%;
    }    
}
#product .wishlist_bottom{
    padding:20px 0px;
}
#product .product-variants > .product-variants-item .control-label {
    margin-bottom: 12px !important;
    margin-top: 12px;
    font-size: 13px;    
}

/* FORMATO ML */
.product-variants > .product-variants-item select {
    height: auto;
    min-width: 14rem;
    font-size: 15px; line-height: 1.5;
    font-weight: 500;
    padding: 10px 15px 8px 15px;
}

/* AGGIUNGI AL CARRELLO */
.product-quantity .add .add-to-cart {
    color:#fff;
    font-size: 14px;
    background-color:#000;
}
.product-quantity .add .add-to-cart:hover {
    background-color: #56ad00;
    color: #fff;
}
.product-add-to-cart .add-to-cart {
    background: #fff;
    font-size: 14px;
    font-weight: 800;
    color:#000;
    border:2px solid #000;
}
.product-add-to-cart .add-to-cart:hover{
    background:transparent; 
    border:2px solid #56ad00;
    color:#56ad00;
}
.blockcart .cart_block .cart-buttons a.btn-cart {
    background: #fff;
    color: #000;
    border:2px solid #000;
}
.product-miniature .product-buttons .add-to-cart:hover,
#blockcart-modal .modal-body .btn-primary:hover {
    background: #56ad00;
    color: #fff;
}
#payment-confirmation .btn.btn-primary:hover,
.blockcart .cart_block .cart-buttons a.btn-checkout:hover {
    background: #56ad00;
}

/* INDIRIZZI */
body#checkout section.checkout-step .add-address{ margin-left: 0px; }
body#checkout section.checkout-step .btn-primary.continue, 
body#checkout section.checkout-step .add-address a {
    width: auto; height: 50px;
    padding: 0 20px; font-size: 12px;
    border-radius: 4px;
}
body#checkout section.checkout-step .js-address-form .clearfix .continue, 
body#checkout section.checkout-step .js-address-form .different-invoice-address {
    margin-left: 0px;
}
body#checkout section.checkout-step .address-item {
    padding: 20px 30px;
    margin: 0px;
}

/* MEGAMENU */
@media (max-width: 1366px){
    #header.header-2 #_desktop_logo .img-fluid {
        display: block;
        max-width: 80%;
        margin:0px auto;
    }
    #header.header-2 #_desktop_logo.mt-57 { margin-top: 45px !important;}
    #header.header-2 #_desktop_logo.mb-60{ margin-bottom: 50px !important; }
}
@media (max-width: 1280px){
    #header.header-2 #_desktop_logo .img-fluid {
        display: block;
        max-width: 75%;
        margin:0px auto;
    }
    #header.header-2 #_desktop_logo.mt-57 { margin-top: 40px !important;}
    #header.header-2 #_desktop_logo.mb-60{ margin-bottom: 45px !important; }
}
@media (max-width: 768px){
    #header.header-2 #_desktop_myaccount.menu_myaccount.active { z-index: 2005; }    
    #header.header-2 #_desktop_top_menu { padding: 30px 25px 25px 25px !important; }
    #header.header-2 #_desktop_logo .img-fluid {
        display: block;
        max-width: 65%;
        margin:0px auto;
    }
    #header.header-2 #_desktop_logo.mt-57 { margin-top: 35px !important;}
    #header.header-2 #_desktop_logo.mb-60{ margin-bottom: 40px !important; }
}
@media (max-width: 767px) {
    body.canvasmenu-right {
        overflow: hidden;
        right: 0px;
        left: 0px;
    }
    #header.header-2 .myaccount-left {
        display: none;
        padding-right: 0px;
        margin-right: 0px;
    }    
    #header.header-2 #_desktop_myaccount.menu_myaccount.active { z-index: 2005; }    
    #header.header-2 #_desktop_top_menu { padding: 0px 25px 25px 25px !important; }
    #header.header-2 #_desktop_logo .img-fluid {
        display: block;
        max-width: 50%;
        margin:0px auto;
    }
    #header.header-2 #_desktop_logo.mt-57 { margin-top: 30px !important;}
    #header.header-2 #_desktop_logo.mb-60{ margin-bottom: 35px !important; }
    #header.header-2 .header-top-right{ display: none !important; }
    #header.header-2 #_desktop_top_menu { width: 260px; }
    body#index  .elementor-44 .elementor-element.elementor-element-kkmcpvr .elementor-spacer-inner,
    body#index .elementor-44 .elementor-element.elementor-element-4dnbc34 .elementor-spacer-inner {
        height: 0px;
    }
}
@media (min-width: 0px) {
    .menu_vertical {
        position: fixed !important;
        top: 0;
        width: 270px;
        height: 100vh;
        background: #fff;
        z-index: 9999;
        left: -300px;
        visibility: hidden;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        overflow-x: auto;
        padding: 40px 30px 0px 30px;
    }
    .menu_vertical.active {
        left: 0px;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        visibility: visible;
    }
}

/* AMAZZING FILTER */
#amazzing_filter .af_filter {
    margin-bottom: 0px;
    padding: 0px 0px;
    border-bottom: 1px solid #e9e9e9;    
}
#amazzing_filter .af-form { padding-top: 0px; }
#amazzing_filter .af_subtitle {
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px;
    font-family: Spartan, sans-serif;
    color: #1a1a1a; font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 800; line-height: 1.0;
}
#amazzing_filter .af_filter .checkbox, 
#amazzing_filter .af_filter .radio {
    position: absolute;
    left: 0px; top: 0px;
}
#amazzing_filter .af_subtitle i { padding-right: 11px; }
#amazzing_filter .af_filter_content{ padding:10px 0px 13px 0px; }
#amazzing_filter .has-slider .af_filter_content { padding: 10px 0px 40px 0px;}
#amazzing_filter .af_filter li { padding:0px; }
#amazzing_filter .af_filter label {
    position: relative;
    margin: 0px 0px 14px 0px; padding: 0px;
    line-height: 1.3;
    display: block;
    width:100%;
}
#amazzing_filter .af_filter ul {
    padding: 0 0px;
    margin: 0 0px;
}
#amazzing_filter .af_filter ul.child-categories{ padding: 0px 0px 0px 10px; }
#amazzing_filter .af_filter .name { 
    padding-left: 25px; padding-right: 25px; 
    font-size: 1.20rem; line-height: 1.5; font-weight: 500; color: #222;    
}
#amazzing_filter .af_filter ul.child-categories .name { 
    padding-left: 25px; padding-right: 25px; 
    font-size: 1.10rem; line-height: 1.5; font-weight: 500; color: #444;    
}
#amazzing_filter .af_filter .count {
    font-size: 1.10rem; color: #777;
    margin-left: auto; padding-left: 5px;
}
#amazzing_filter .foldered .af-parent-category > label .name {
    padding-right: 0px;
    position: relative;
}
#amazzing_filter .af-toggle-child{
    position: absolute;
    right: 18px; top:1px;
}
#amazzing_filter .af-slider .pointer {
    position: absolute;
    top: -6px;
    margin-left: -8px;
    width: 20px; height: 20px;
    border-radius:0px;
    background: #fff;
    cursor: pointer;
    z-index: 2;
    border: 1px solid #000;
    touch-action: none;
}
#amazzing_filter .af-slider .slider-bar {
    position: relative;
    margin: 5px 8px 20px;
    height: 6px;
    background: #e1e1e1;
    border-radius: 0px;
    clear: both;
}
#amazzing_filter .af-slider .selected-bar { background: #000; }
#amazzing_filter .selectedFilters {
    margin-top: 12px;
}
#amazzing_filter .selectedFilters .clearAll {
    float:none;
    padding: 10px 15px 8px 15px; margin:0px;
    background: #000;
    font-size: 11px;
    text-align: left;
    line-height: 1.0;
}
#amazzing_filter .selectedFilters .clearAll a {
    color: #fff;
    display: block;
}
#amazzing_filter .selectedFilters .clearAll .txt {
    font-size: 11px;
    line-height: 1.0;
    margin-top: 0px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
}
#amazzing_filter .selectedFilters .cf {
    display: block;
    padding: 10px 30px 6px 10px;
    margin: 0px 0px 0px 0px;
    background: #fafafa;
    position: relative;
    font-size: 11px;
    line-height: 1.5;
}
#amazzing_filter .selectedFilters .cf a {
    position: absolute;
    top:9px; right: 7px;
    font-size: 1em;
    opacity: 1.0;
}
.af-compact-overlay { z-index: 1997; }
.has-compact-filter #amazzing_filter { z-index: 1998; }
#amazzing_filter .compact-toggle.sticky {
    border:2px solid #000;
    background:#fff;
    color:#000;
    position: fixed;
    letter-spacing:normal;
    z-index: 10;
}


@media (max-width: 1440px) {
    body#category .container_full {
        padding-left: 40px;
        padding-right: 40px;
    }
    body#category #left-column.sidebar {
        padding-left: 0px;
        padding-top: 40px;
        padding-right: 30px;
    }    
}
@media (max-width: 1280px) {
    body#category .container_full {
        padding-left: 35px;
        padding-right: 35px;
    }
    body#category #left-column.sidebar {
        padding-left: 0px;
        padding-top: 45px;
        padding-right: 25px;
    }    
}
@media (max-width: 1100px) {
    body#category .container_full {
        padding-left: 15px;
        padding-right: 15px;
    }
    body#category #left-column.sidebar {
        padding-left: 0px;
        padding-top: 50px;
        padding-right: 30px;
    }    
}
@media (max-width: 767px){
    body#category #left-column.sidebar {
        padding-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
    }    
    .sort-by-row{ justify-content: center; }
    #search_filters .text-uppercase {
        font-weight: 800; font-size: 1.7rem;
        color: #000; line-height: 1.0;
        margin:0px; padding:20px 20px;
    }   
    .has-compact-filter .af.block .block_content { padding: 0 20px 150px 20px; }    
    #amazzing_filter .compact-close {
        font-weight: 800; font-size: 1.7rem;
        color: #000; line-height: 1.0;        
        position: absolute;
        top: 0px; right: 0px;
        bottom: auto;
        padding: 23px 20px;
        letter-spacing: normal;
        color: #000;
    }    
    #amazzing_filter .compact-close:after {
        display: none;
    }    
    #amazzing_filter .af_subtitle {
        font-size: 1.3rem;
    }
    #amazzing_filter .af_filter label {
        margin: 0px 0px 20px 0px;
    }
    #amazzing_filter .af_filter .name {
        font-size: 1.25rem;
    }
    .has-compact-filter #amazzing_filter .btn-holder {
        padding: 0px;
    }        
    #amazzing_filter .btn-holder .btn {
        margin-top: 10px;
        font-size: 14px;
        text-transform: uppercase;
        position: relative;
        padding: 15px 25px;        
    }    
    #amazzing_filter .af-total-count {
        opacity: 0.8;
    }    
    #amazzing_filter .af-toggle-child {
        right: 17px;
        top: 0px;
    }    
}