/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@media screen and (max-width: 991px) {
    .contact_button {
        flex-basis: 0;
        flex-grow: 1;
    }
}

.contact_button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: 10px;
    cursor: pointer;

}

.contact_button i {
    font-size: 1.7857142857rem;
}

.contact_button .title {
    white-space: nowrap;
    margin-top: 0.67rem;
    display: block;
}

/* MODAL FISSO */

/* #btn_open_gwsaq {
    display: none !important;
}

#gws_aq_modal {
    display: block !important;
    opacity: 1 !important;
    position: relative !important;
    border-top: 1px solid rgba(160, 160, 160, .25);
    border-bottom: 1px solid rgba(160, 160, 160, .25);
    margin: 10px 0px;
}

#gws_aq_modal .modal-content {
    opacity: 1 !important;
    transform: unset !important;
}

#gws_aq_modal .modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    margin: unset !important;
    padding: unset !important;
}

#gws_aq_modal .btn.btn-default.pull-left {
    display: none !important;
}

#gws_aq_modal .close {
    display: none !important;
}

#gws_aq_modal .modal-header, #gws_aq_modal .modal-footer {
    border: unset !important;
}

#gws_aq_modal {
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
}

.animation {
    max-height: 100% !important;
    transition: max-height 0.25s ease-in !important;
}
*/
.contact_link,
#open_form_modal {
    width: 100%;
    margin-bottom: 10px;
}

#open_form_modal {
    display: none;
}

.contact_link a {
    color: #fff !important;
    text-decoration: underline;
}

.fa.fa-search {
    font-size: 1.7857142857rem;
}

.form-control.form-search-control {
    background-color: #f5f5f5;
    border: unset;
}

/* .search-widget .search-btn{
    left: 0;
    right: unset !important;
} */

.elementor-element-87zvop6 .product-description {
    display: none !important;
}

/* .after-cover-tumbnails.text-center{
    display: none;
} */