/* amasty search */
/* Responsive amasty search*/
@media only screen and (min-width: 768px) {
    .field.search {
        overflow: unset !important;
    }

    .sticky-menu:not(.active) div.search-form .nested {
        display: none;
    }

    .amsearch-form-container.-large .amsearch-wrapper-content .product-item .product-image-container {
        margin-bottom: 20px;
    }

    /* questo risolve il problema di visualizzazione tra 768 e 1024 */
    .search-autocomplete.-bottom-position {
        bottom: inherit !important;
        top: calc(100% + 5px) !important;
    }

    .amsearch-wrapper-input.-left-position,
    .search-autocomplete.-left-position {
        right: inherit !important;
        left: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .amsearch-results .amsearch-item .item-name {
        color: #00577d !important;
    }

    .amsearch-wrapper-content .amsearch-wrapper-inner .price-box {
        margin: 0px 0px 15px 0 !important;
    }
}

/* fine Responsive amasty search*/

.amsearch-form-container .search-autocomplete .amsearch-results .amsearch-leftside {
    background-color: #f5f9fa;
    border: none;
}

.amsearch-results .amsearch-item:hover {
    background-color: unset;
}

.amsearch-wrapper-inner .product-item-actions,
.amsearch-autocomplete-information .product-reviews-summary {
    display: none !important;
}

.amsearch-wrapper-content .product-item-link {
    color: #00577d;
    margin: 5px 0 5px !important;
}

.amsearch-autocomplete-information {
    text-align: center;
}

.amsearch-wrapper-content .amsearch-wrapper-inner {
    align-items: center;
    justify-content: center;
}

.amsearch-autocomplete-image .product-image-photo {
    border: unset;
}

.amasty-xsearch-block-header {
    color: #00577d;
}

.product-image-wrapper {
    overflow: unset;
}
/* fine amasty search */

/*pagina contatti*/
/* Responsive pagina contatti*/
.azure {
    color: #31bbde !important;
}

@media only screen and (min-width: 768px) {
    .blocco-contatti {
        min-height: 370px !important;
    }
}
/* Fine Responsive pagina contatti*/
.title-contatti {
    margin: 10px 0;
    font-size: 2em;
}

.blocco-contatti {
    background: #f6f6f6;
    padding: 30px;
    border-bottom: 15px solid #00577d;
    margin-bottom: 15px;
}

.blocco-contatti p {
    line-height: 1.1em !important;
}

.blocco-contatti .icowa {
    height: 18px;
    margin-left: 10px;
}

.infoblock {
    margin-top: 30px;
    margin-bottom: 70px;
}

.sendsuccess {
    background: green;
    padding: 5px;
    margin: 15px 0;
    color: white;
    font-size: 1.2em;
}

.senderror {
    background: red;
    padding: 5px;
    margin: 15px 0;
    color: white;
    font-size: 1.2em;
}
/*fine pagina contatti*/

/*visualizzazione mosaico/lista*/
.modes {
    display: none;
}
/*fine visualizzazione mosaico/lista*/

/*store-locator*/
.storelocator-units {
    display: none;
}

button.action.current-location:hover,
button.action.search:hover {
    background: #00577d !important;
}
/*fine store-locator*/

/*zopim chat*/
@media only screen and (max-width: 767px) {
    .zopim {
        bottom: 49px !important;
    }
}

/*zopim nasconde il backtotop quindi devo alzarlo*/

/*related products*/
.block.related {
    margin-left: 26px;
    margin-right: 26px;
}

.block.related .block-actions {
    display: none !important;
}

.field.choice.related {
    display: none !important;
}

.secondary-addto-links.actions-secondary {
    display: none !important;
}

a.action.towishlist.effect-1 {
    display: none !important;
}
