/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/** quick view cikkszam elrejtese  **/
.product_meta .sku_wrapper {
    display: none !important;
}

/* olasz bor badge */
.italian-wine-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #e6f7f1;
    color: #8B0000;
    border: 1px solid #93dcc2;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
    margin-bottom: 0; /* ITT JAVÍTVA: 0-ra vettük, hogy ne tolja el a dobozt */
    text-transform: uppercase;
}

.italian-wine-badge .wine-icon {
    font-size: 14px;
}

/* A fő keret, ami egymás mellé teszi és középre igazítja az elemeket */
.wine-badge-wrapper {
  display: flex;
  align-items: center; /* Ez hozza pontosan középre a logót a zöld dobozhoz képest */
  gap: 12px;           
  margin-bottom: 10px; /* A margót áttettük ide, a közös wrapperre */
}

/* A logó mérete */
.wine-badge-logo {
  width: 70px;         
  height: 70px;
  object-fit: contain;
}


/* Upsells / Érdekelhetnek még cím félkövérítése Flatsome-ban */
.widget-upsell > h3,
.related-products-wrapper > h3,
.cart-collaterals .cross-sells h2,
.cross-sells h2 {
    font-weight: bold !important;
}


/**
*EVENTIN
*/

.etn-single-event-attendee-btn .etn-single-event-attendee-btn-text {
    display: none !important;
}

.attr-btn-primary.etn-edit-btn,
.etn-attendee-form .etn-btn.etn-edit-btn,
.etn-btn.etn-edit-btn,
.etn-settings-dashboard .button-primary.etn-edit-btn,
.etn-ticket-widget .etn-btn.etn-edit-btn,
.etn-zoom-btn.etn-edit-btn,
button.etn-btn.etn-btn-primary.etn-edit-btn {
  background-color: #eef1ff;
  border: none;
  color: #93dcc2 !important;
  padding: 0 15px
}

.wb_cptb_title{display: none !important;}

.product-section-title-related {
    display: none;
}
.product-section {
    border-top: none;
}
//.product-short-description {
    line-height: 90%;
}
.banner h2{
    font-weight: 900 !important;
}

/**
 * custom labels for menu items
 */
.label-new.menu-item>a:after, .label-hot.menu-item>a:after, .label-sale.menu-item>a:after, .label-popular.menu-item>a:after, 
.label-custom.menu-item>a:after, .label-extra-brut.menu-item>a:after, .label-brut-nature.menu-item>a:after, .label-brut.menu-item>a:after,
.label-extra-dry.menu-item>a:after, .label-dry.menu-item>a:after {
text-transform: uppercase;
font-size: 9px;
font-weight: bolder;
padding: 4px;
border-radius: 2px;
line-height: 12px;
top: 1px;
letter-spacing: 0.05em;
margin-left: 4px;
display: inline-block;
position: relative;
}
.label-new.menu-item>a:after {
content: 'Új' !important; /* Change Text */
background-color: #6168F2;  /* Change BG color */
color: #FFFFFF; /* Change Text color */
}
.label-hot.menu-item>a:after {
content: 'Hot' !important;
background-color: #35CE9D;
color: #FFFFFF;
}
.label-sale.menu-item>a:after {
content: 'Akció' !important;
background-color: #FC6070;
color: #FFFFFF;
}
.label-custom.menu-item > a:after {
content: 'Custom';
background-color: #262626;
color: #fff;
}
.label-brut-nature.menu-item > a:after {
    content: '0-3 g/l';
    background-color: yellowgreen;
    color: #000;
    }
.label-extra-brut.menu-item > a:after {
    content: '0-6 g/l';
    background-color: yellowgreen;
    color: #000;
    }
.label-extra-brut.menu-item > a:after {
    content: '0-6 g/l';
    background-color: yellowgreen;
    color: #000;
    }
.label-extra-brut.menu-item > a:after {
    content: '0-6 g/l';
    background-color: yellowgreen;
    color: #000;
    }
.label-brut.menu-item > a:after {
        content: '0-12 g/l';
        background-color: yellowgreen;
        color: #000;
    }
.label-extra-dry.menu-item > a:after {
        content: '12-20 g/l';
        background-color: yellowgreen;
        color: #000;
    }
.label-dry.menu-item > a:after {
        content: '17-35 g/l';
        background-color: yellowgreen;
        color: #000;
    }

.ff-default .ff_btn_style {
        border-radius:0% !important;
    }
 .ff-default .ff-btn-primary:not(.ff_btn_no_style):focus, .ff-default .ff-btn-primary:not(.ff_btn_no_style):hover {
        background-color: #93dcc2 !important;
        border-color: #93dcc2 !important;
        color:#fff;
    }
.ff-default .ff-el-form-control {
        background-clip: padding-box;
        background-image: none;
        border: 1px solid var(--fluentform-border-color);
        border-radius: 0% !important;
        color: var(--fluentform-secondary);
        font-family: -apple-system, "system-ui", Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
        line-height: 1;
        margin-bottom: 0;
        max-width: 100%;
        padding: 11px 15px;
        transition:border-color .15s ease-in-out, box-shadow .15s ease-in-out
    }

    .aws-container .aws-search-field {
        border: 1px solid #93dcc2;
    }
    .aws-container .aws-search-form .aws-form-btn {
        //background: #93dcc2;
        border: 1px solid #93dcc2;
    }
    .is-divider {
        background-color: rgba(0, 0, 0, .1);
        display: block;
        height: 1px;
        margin: 1em 0;
        max-width: 100% !important;
        width: 100%;
    }
    .asnp-esb-badge-3 {
        z-index: 1 !important;
    }
    .ux-menu-link__link {
        border-bottom-color: #fff !important;
    }
.slider-nav-reveal .flickity-prev-next-button, .slider-nav-reveal .flickity-prev-next-button:hover {
    box-shadow:none !important;
}
.ihatatlan_menu {
    font-size: 14px !important;
}

@media only screen and (max-width: 480px) {
    /* Megcélozzuk a fő tartalmi táblázat celláit */
    #body_content table.td, 
    #body_content table.td tr, 
    #body_content table.td tr td,
    #body_content .email-introduction,
    #body_content .td {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

