/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.products-grid .product-miniature .product-add-cart{
    display:block !important;
}

.product-miniature-grid .product-functional-buttons{
    display:block !important;
}

.custom-checkbox input[type=checkbox]+span:not(.color), .custom-radio {
    border: 1px solid black;
}


.af-checkbox-label:after, .af-radio-label:after {
    border: 1px solid black;

}
.color_attribute .af-checkbox-label:after, .color_attribute .af-radio-label:after {
    background: none;
    border: none;
}


.btn-outline-secondary, .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    border: solid 1px black;
}

.form-control, .bootstrap-touchspin .btn-touchspin {
    border: solid 1px black;
}

.text-muted {
    font-size: 1rem;
}

.btn-secondary,
.btn-secondary.disabled,
.btn-secondary:disabled,
.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
    border: 1px solid black;
}

body#checkout section.checkout-step .delivery-option .carrier-delay {
    font-size: 1rem;
}

.product-miniature a:link:not(.nav-link):not(.btn), .product-miniature a:visited:not(.nav-link):not(.btn) {
    /* Ticket 20561 - from 20px to 15px */
    font-size: 15px;
}

.btn-product-list {
    background: #173e8f;
}
.btn-product-list:hover {
    background: #a78405;
}

#back-to-top {
    bottom: 1rem;
}

#footer-copyrights {
    padding-bottom: 40px;
}

@media (max-width: 767px){
    .DTFC_RightWrapper{
        display: none !important;
    }
}

.js-address-form [data-field_name="sdi"] label, .js-address-form [data-field_name="pec"] label{
    text-transform: uppercase;
}

#authentication #customer-form [data-field_name='id_gender']{
    display:none;
}

#product #col-product-info .product-reference{
    text-transform: uppercase;
    color:#777;
    font-size: 1em;
    font-weight: bold;
}

#product .product-features [data-id_feature="142"], #product .product-features [data-id_feature="143"], #product .product-features [data-id_feature="145"], #product .product-features [data-id_feature="144"], #product .product-features [data-id_feature="227"]{
    display:none;
}

.alert.iqitfreedeliverycount{
    position:relative;
    top:0;
    right:0;
    z-index:0;
}

.product-quantities{
    font-weight: 600;
    color:#777;
    font-size: 15px;
    margin-top:12px;
}

#product .badge.badge-discount.discount.discount-amount{
    font-size: 14px;
    top: -4px;
    position: relative;
}

#product .product-discount{
    font-size: 16px;
}

#product .product_header_container{
    border-bottom: none;
    padding-bottom: 0;
}

#product div.product-price-login{
    margin-top:16px;
    padding-top:26px;
    border-top:1px solid #ebebeb;
}

#product .page-title{
    color:rgb( 95, 104, 179 );
    font-size: 28px;
    font-weight: 500;
}

.product-quantities span{
    color:red;
}

.lpsproaccount-title{
    font-size:12px !important;
    color:#000;
    font-weight: 500;
}

.form_professional_account{
    background-color:#173e8f;
    color:white !important;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif !important;
}

.form_professional_account .register-form{
    width:70%;
    margin-left:17%;
}

.form_professional_account a:link, .form_professional_account a:visited, .form_professional_account a:hover{
    color:white !important;
}

.form_professional_account button[type="submit"]{
    background-color:white;
    color:#000;
    margin-bottom:30px;
}

.form_professional_account .page-content{
    border: none !important;
}

.form_professional_account .page-title{
    text-transform: uppercase !important;
    color:white !important;
}

.form_professional_account .page-title span{
    margin-left:auto;
    display:block !important;
    width:100%;
    text-align: center !important;
    margin-top:30px;
}

#ui-id-1{
	max-width: 870px!important;
    width: 100%!important;
	transform: translateX(-33%)!important;
	left: 50%!important;
}

#customer-form > footer > div > div{
	max-width: 100%!important;
	flex: 0 0 100%;
	text-align: center;
}

#products .js-product-miniature-wrapper .product-availability{
    width:100%;
}

#products .js-product-miniature-wrapper .product-availability{
    width:100%;
}

#header-user-btn.isnt-logged{
    padding-left: 2rem !important;
}

.alert-registrati-prezzi{
    max-width: 250px;
}

.alert-registrati-prezzi a{
    color:#173e8f !important;
    font-weight: 600;
}

.col-alert-registrati-prezzi{
    border-right: 1px solid #eaeaea;
    padding-right: 2rem !important;
}

.product-price-login{
    color:#173e8f;
    font-size: 16px;
    font-weight: 600;
}

#module-ambjolisearch-jolisearch #main .categories{
    display:none;
}

#content-hook_order_confirmation #content-hook_payment_return a{
    color: #173e8f !important;
    font-weight: 600;
}

#products .js-product-miniature-wrapper .product-availability span{
    white-space: initial;
}

@media(max-width: 768px){
	#header .header-nav{
		display: none;
	}
	
	#mobile-header > div.container{
		padding-bottom: 20px;
    	padding-top: 20px;
	}
}

#main > div > div.cart-grid-right.col-12.col-lg-4 > div > div.cart-detailed-totals > div.card-body.cart-summary-totals > div:nth-child(2){
    font-weight: 400;
    font-size: 1.2rem;
}

#js-checkout-summary > div.card-body.cart-summary-totals > div:nth-child(2){
    font-weight: 400;
    font-size: 1.2rem;
}

.product-flags .discount, .product-flags .on-sale{
	display: none;
}
.products-grid .product-miniature .input-qty, .products-grid .product-miniature .input-group-add-cart .bootstrap-touchspin {
    display: flex !important;
}

.home-banner-area a:link:not(.nav-link):not(.btn), 
.home-banner-area a:visited:not(.nav-link):not(.btn) {
    color:white !important;
}

.af_filter_content .item-in_stock label {
    display: flex;
    padding-left: 35px;
    font-weight: 800;
    font-size: 1.4em;
    color: #0b8600;
}
.home-banner-area {
    text-shadow: 3px 2px 10px black;
}

.stock-category {
    color: #b61a1a;
    font-weight: bold;
}

.product-miniature-default .regular-price {
    font-size: 1.3em;
    text-decoration: line-through;
    color: #fd0000 !important;
    font-weight: bold;
}
.categorie-offerta a:link:not(.nav-link):not(.btn), .categorie-offerta a:visited:not(.nav-link):not(.btn) {
    color: white !important;
}
/*  start dettaglio disponibilità in carrello  */
#hiproductstckinfo span{
    font-size: 13px;
}
#hiproductstckinfo{
    margin-top:10px;
}
/*  end dettaglio disponibilità in carrello  */
div#bannerdicaricamento{
    background-color: black;
    opacity: 50%;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    text-align: center;
    width: 100%;
    height: 100%;
}
div.loader-text span{
    color: white;
    font-size: 15px;
    position: relative;
    bottom: 30px;
    margin-left: 10px;
}
div.contenitoreWheel{
    margin-left: 35%;
}
div.contenutiLoading{
    margin-top: 30%;
}

@media (min-width: 320px) and (max-width: 480px) {
    div.contenitoreWheel{
        margin-left: 15% !important;
    }
    div.contenutiLoading{
        margin-top: 50% !important;
    }
}

.loader-wheel {
    animation: spin 1s infinite linear;
    border: 2px solid rgba(30, 30, 30, 0.5);
    border-left: 4px solid #fff;
    border-radius: 50%;
    height: 20px;
    margin-bottom: 10px;
    width: 20px;
    text-align: center;
}
div.conteinerWheel{
    text-align: center;
    margin-left: 120px;
    margin-top: 30px;
}
/* + ticket 19935 */
#product #wk-product-combination-footer-view .nav-item.wk-filter-options.dropdown.wk-margin-right {
    height: 60px !important;
}
#product #wk-product-combination-footer-view .wk-sort-label {
    padding-right: 8px;
}
#product #wk-combination-footer-view .wk-qty {
    float: left;
    margin-left: 10%;
}
#product #wk-combination-footer-view .wkQuantityWanted {
    height: 45px !important;
}
#product #wk-combination-footer-view .wk-product-add-to-cart {
    text-align: center;
}
#wk-product-combination-view .custom-checkbox input[type=checkbox]+span .checkbox-checked {
    font-size: 16px;
}
#product #wk-product-combination-footer-view .wk-show-filters span {
    padding: 15px;
    font-weight: normal;
    position: relative;
    bottom: 9px;
}
#product #wk-product-combination-footer-view .bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
    content: "\E5CE";
}
#product #wk-product-combination-footer-view .bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
    content: "\E5CF";
}
#product #wk-product-combination-footer-view .bootstrap-touchspin .input-group-btn-vertical i {
    font-size: 1.5rem !important;
    left: 0px !important;
}
#product #wk-product-combination-footer-view .txt-add-to-cart-comb {
    flex: auto;
    float: right;
    position: relative;
    /*top: 5px;*/
}
#product #wk-product-combination-footer-view i.material-icons.shopping-cart.wk_cart_icon,
#product #wk-product-combination-footer-view fa-shopping-bag.fa-fw.bag-icon{
    position: relative;
    top: 3px;
}
@media (min-width: 320px) and (max-width: 480px) {
    .wk-product-action {
        width: 250px;
    }
    #product #wk-combination-footer-view .wk-qty {
        margin-left: 0%;
    }
    #product #wk-product-combination-footer-view .wk-filter-combinations .row {
        text-align: center !important;
        margin-bottom: 15px !important;
    }
    label.wk-sort-label {
        display: none;
    }
}
#product a#wk-combination-footer {
    font-size: 16px !important;
    font-weight: 800;
}
/* - ticket 19935 */


/* Nasconde il codice prodotto in tutti i caroselli, sia su desktop che su mobile */
.mio-carousel-desktop .product-reference,
.mio-carousel-mobile .product-reference {
    display: none !important;
}

/* Nasconde la disponibilità dei prodotti in tutti i caroselli */
.mio-carousel-desktop .product-quantity,
.mio-carousel-mobile .product-quantity {
    display: none !important;
}
.mio-carousel-desktop .product-miniature a:link:not(.nav-link):not(.btn),
.mio-carousel-desktop .product-miniature a:visited:not(.nav-link):not(.btn) {
    font-size: 17px !Important;
}

.mio-carousel-mobile .product-miniature a:link:not(.nav-link):not(.btn),
.mio-carousel-mobile .product-miniature a:visited:not(.nav-link):not(.btn) {
    font-size: 15px !Important;
}

.mio-carousel-mobile .badge, .mio-carousel-desktop .badge {
    white-space: unset;
    display: none;
}


/* - ticket 20495 */

.product-availability-span1 {color: #ff0000; font-weight: 600}
.product-availability-span2 {margin-left: 10px;}

/* Ticket 20431 */
/* Nasconde il codice prodotto in tutti i caroselli, sia su desktop che su mobile */
.denaro-carousel-desktop .product-reference,
.denaro-carousel-mobile .product-reference {
    display: none !important;
}

/* Nasconde la disponibilità dei prodotti in tutti i caroselli */
.denaro-carousel-desktop .product-quantity,
.denaro-carousel-mobile .product-quantity {
    display: none !important;
}
.denaro-carousel-desktop .product-miniature a:link:not(.nav-link):not(.btn),
.denaro-carousel-desktop .product-miniature a:visited:not(.nav-link):not(.btn) {
    /* Ticket 20561 - from 17px to 15px */
    font-size: 15px !Important;
}

.denaro-carousel-mobile .product-miniature a:link:not(.nav-link):not(.btn),
.denaro-carousel-mobile .product-miniature a:visited:not(.nav-link):not(.btn) {
    font-size: 15px !Important;
}

.denaro-carousel-mobile .badge, .denaro-carousel-desktop .badge {
    white-space: unset;
    display: none;
}

/* + Ticket 20561 */
article.product-miniature .product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
    hyphens: auto;
}
/* - Ticket 20561 */