/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

/* RESET */
#Content {
    padding-top: 0;
}

.mfn-header-tmpl {
    position: absolute;
}

.woocommerce-demo-store {
    margin-top: 0;
}

/* NEWSLETTER IN FOOTER */
.newsletter-footer div.tnp-subscription {
    max-width: 100%;
}

.newsletter-footer div.tnp-subscription label {
    color: #000;
    font-family: "Roboto Condensed";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 1px;
}

.newsletter-footer div.tnp-subscription input[type="email"] {
    color: #646464;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.tnp-privacy-field a {
    color: #000 !important;
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.newsletter-footer .tnp-subscription input.tnp-submit {
    color: #fff;
    font-family: "Roboto Condensed";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 5px;
    background: linear-gradient(180deg, #425839 0%, #538157 100%);
    transition: all 1s;
}

.newsletter-footer .tnp-subscription input.tnp-submit:hover {
    background: linear-gradient(180deg, #9acc9f 0%, #425839 100%);
}

footer .section-catalog {
    display: none !important;
}

/* MENU e MEGAMENU */
.mfn-builder-content.container {
    max-width: 900px;
}

.menu-desc.mfn-menu-desc {
    display: none !important;
}

html[lang="en-US"] .cta-drago-team {
    display: none;
}

html[lang="en-US"] .mfn-popup-tmpl-content .cta-drago-team {
    display: none;
}

/* WPML */
header .wpml-ls-legacy-list-horizontal li.wpml-ls-current-language {
    display: none !important;
}

header .wpml-ls-legacy-list-horizontal a .wpml-ls-native,
header .wpml-ls-legacy-list-horizontal a .wpml-ls-display {
    display: none !important;
}

.mfn-popup-tmpl-content .wpml-ls-legacy-list-horizontal {
    padding-left: 0px;
}

/* DETTAGLIO PRODOTTO */
.prod-info-hero .desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prod-info-hero .desc strong {
    margin-right: 8px;
}

.form-prodotto .link-form {
    color: #fff;
    text-decoration: underline;
}

/* DETTAGLIO PRODOTTO - VIDEO */
.video-grid-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 20px 0;
}

.video-wrapper {
    flex: 1 1 45%;
    max-width: 50%;
    height: 340px;
    background: #fff;
    padding: 6px;
    border-radius: 8px;
    overflow: hidden;
}

.video-wrapper iframe,
.video-wrapper video {
    width: 100%;
    height: 100% !important;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

.no-video-msg {
    text-align: center;
    font-style: italic;
    color: #fff;
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .video-wrapper {
        max-width: 100%;
        flex: 1 1 100%;
    }
}

/* DETTAGLIO PRODOTTO - ROSATE */
.spread-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    align-items: start;
}

.spread-grid .spread-item img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 1024px) {
    .spread-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .spread-grid {
        grid-template-columns: 1fr;
    }
}

.no-spread-msg {
    text-align: center;
    font-style: italic;
    color: #fff;
    margin-top: 20px;
}

/* DETTAGLIO PRODOTTO - DISCIPLINA E SELVAGGINA */
.acf-taxonomy-terms-list {
    margin: 10px 0px;
}

.acf-taxonomy-terms-list h4.acf-taxonomy-label {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.27px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    color: #000;
}

.acf-taxonomy-terms-list ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.acf-taxonomy-terms-list ul li a {
    display: block;
    margin: 4px;
    padding: 5px 8px;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Roboto Condensed';
    font-weight: 600;
    background: rgba(229, 229, 229, 0.80);
    border-radius: 4px;
    text-decoration: none;
}

.acf-taxonomy-terms-list ul li a:hover {
    background: #bdbdbd;
}

/* DETTAGLIO PRODOTTO - UTILIZZO CALIBRO */
.wrapper-info-utilizzo-calibro {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.27px;
    font-family: 'Roboto Condensed';
    font-weight: 500;
    color: #000000;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-style: solid;
    border-color: rgba(140, 140, 140, 0.4);
    border-width: 0px 0px 1px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* DETTAGLIO ARTICOLO */
.single-post .fixed-nav .arrow {
    background-color: #E30613;
}

/* PAGINA DI RICERCA */
body.search-results #Subheader {
    display: none;
}

body.search-results #Content {
    padding-top: 158px;
    padding-bottom: 32px;
}

body.search-results .search-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cecece;
}

/* ELEMENTI GLOBALI */
.card-utilizzo>.mcb-wrap-inner:hover {
    border-color: #fff !important;
    transition: all 1s;
}

.card-utilizzo.red>.mcb-wrap-inner:hover {
    border-color: #E30613 !important;
}

.card-utilizzo a:hover {
    text-decoration: none;
}

a.btn-gradiente {
    background: linear-gradient(180deg, #538157 0%, #425839 100%) !important;
}

a.btn-gradiente:hover {
    background: linear-gradient(180deg, #9ACC9F 0%, #537C42 100%) !important;
}

.single-product input.wpcf7-submit {
    width: 100%;
    margin-top: 20px !important;
    background: linear-gradient(180deg, #538157 0%, #425839 100%) !important;
}

.single-product input.wpcf7-submit:hover {
    background: linear-gradient(180deg, #9ACC9F 0%, #537C42 100%) !important;
}

.timeline_items>li .desc:before {
    background-image: none;
}

.timeline_items:after {
    border-color: #423E3E;
}

/* BTN BACK */
.link-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #000;
    text-decoration: none !important;
    font-weight: 500;
    transition: opacity 0.2s ease;
}

.link-back span {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.27px;
    font-family: 'Roboto Condensed';
    font-weight: 500;
}

.link-back svg {
    width: 22px;
    height: 22px;
}

.link-back:hover {
    opacity: 0.7;
}

/* PRIVACY POLICY */
.title-privacy h2,
.title-privacy h3 {
    color: #fff !important;
}

.table-cookie table tbody {
    background: #cecece;
    color: #444444;
}

/* FORM */
form.wpcf7-form p {
    margin-bottom: 0px;
}

.wpcf7-submit {
    margin: 20px 0px;
}