/*
Theme Name: Funori Child
Theme URI: http://www.wpbingosite.com/funori
Author: wpbingo
Description: This is a child theme for Funori
Version: 1.0
Author URI: http://wpbingosite.com
Template: funori
Text Domain: funori-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/
/* Header */
.header-sticky .header-content-sticky .row .col-xl-6 {
    flex: 0 0 40%;
    max-width: 40%;
}
.header-sticky .header-content-sticky .row .header-left {
    order: 2;
}
.header-sticky .header-content-sticky .row .header-left.col-xl-3 {
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center !important;
}
.header-sticky .header-content-sticky .row .header-center {
    order: 1;
    text-align: left !important;
}
.header-sticky .header-content-sticky .row .col-xl-3 {
    flex: 0 0 40%;
    max-width: 40%;
}
.header-sticky .header-content-sticky .row .header-right {
    order: 3;
}
.bwp-header .wpbingoLogo img {
    max-width: 100%;
}
.bwp-header.sticky .wpbingoLogo img {
    max-width: 80%;
}
.bwp-header .header-sticky,
.bwp-header .header-desktop {
    padding: 10px 0 !important;
}

/* Language switcher (header icons area) */
.header-page-link .language-switcher {
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
}

/* Flag image styling - simple and clean */
.header-page-link .language-switcher .lang-flag-img {
    display: inline-block;
    width: 19px;
    height: auto;
    max-height: 20px;
    border-radius: 3px;
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.15); */
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    object-fit: cover;
}

.header-page-link .language-switcher .lang-flag-img:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}

/* Legacy select styling (kept in case of fallback) */
.header-page-link .language-switcher .solbaby-lang-dropdown {
    background: transparent;
    color: inherit;
    border: 0;
    padding: 0 2px;
    margin: 0;
    height: auto;
    line-height: 1;
    font-size: 20px; /* make emoji flag comfortably visible */
    cursor: pointer;
    width: auto; /* shrink to content */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Remove default focus outline but keep accessible focus style */
.header-page-link .language-switcher .solbaby-lang-dropdown:focus {
    outline: none;
    transform: translateY(-2px);
    transition: transform 0.3s ease;
}

/* Hover feedback to match other header icons */
.header-page-link .language-switcher:hover .solbaby-lang-dropdown {
    opacity: 0.85;
}

/* Sticky header size tweak if needed */
.bwp-header.sticky .header-page-link .language-switcher .solbaby-lang-dropdown {
    font-size: 18px;
}

/* New custom flag dropdown */
.header-page-link .language-switcher .solbaby-lang {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-page-link .language-switcher .solbaby-lang .lang-toggle {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    line-height: 1;
    display: inline-flex;
    align-items: center;
}
.header-page-link .language-switcher .solbaby-lang .lang-toggle .flag {
    font-size: 20px; /* emoji size */
}
.bwp-header.sticky .header-page-link .language-switcher .solbaby-lang .lang-toggle .flag {
    font-size: 18px;
}
.header-page-link .language-switcher .solbaby-lang.open .lang-toggle .flag {
    transform: translateY(-1px);
}
.header-page-link .language-switcher .solbaby-lang .lang-menu {
    position: absolute;
    top: 100%;
    right: -25px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 0;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    list-style: none;
    padding: 6px;
    margin: 8px 0 0 0;
    min-width: 56px;
    display: none;
    z-index: 1000;
}
.header-page-link .language-switcher .solbaby-lang.open .lang-menu {
    display: block;
}
.header-page-link .language-switcher .solbaby-lang .lang-menu li {
    margin: 0;
    padding: 0;
}
.header-page-link .language-switcher .solbaby-lang .lang-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 8px;
    border-radius: 6px;
    color: inherit;
}
.header-page-link .language-switcher .solbaby-lang .lang-menu a:hover {
    background: #f5f5f5;
}
.header-page-link .language-switcher .solbaby-lang .lang-menu .flag {
    font-size: 18px;
}
.bwp-main .page-title {
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
}

/* All categories on Homepage */
.item-product-cat-content:hover .item-title a {
    color: #c4a694 !important;
}

/* Blockquotes */
.quote_mark_icon {
    position: relative;
    top: -50px;
}

/* Product Archive Page */
.order-tracking-link,
.content-cart-popup.active {
    display: none !important;
}

/* Page Without Page Title Section */
.page-id-34799 .bwp-main .page-title,
.page-id-34748 .bwp-main .page-title,
.page-id-34542 .bwp-main .page-title,
.page-id-34328 .bwp-main .page-title {
    display: none;
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
}
body.faq .page-title {
    display: block;
}
.bwp-main .page-title h1 {
	text-transform: initial;
}
/* .bwp-main .page-title {
	background-size: contain;
	padding-top: 30px;
  	padding-bottom: 50px;
} */

/* Contact Form 7 */
.cv-upload-btn-container {
    margin: 20px 0;
    text-align: left;
    font-family: "Inter", sans-serif;
}

.cv-upload-btn-container label {
    font-weight: 600;
    font-size: 16px;
    color: #4a3f35; /* soft earthy brown */
    margin-bottom: 10px;
    display: block;
}

/* Make the visible pseudo-button area a positioned inline-block so we can
     place the transparent input on top (clickable). This works with different
     CF7 markup variants. */
.cv-upload-btn-container .wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

/* Keep the input invisible but cover the pseudo-button so clicks open the
     native file dialog. */
.cv-upload-btn-container input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

/* Styled pseudo-button */
.cv-upload-btn-container .wpcf7-form-control-wrap::before {
    content: "Choose File";
    display: inline-block;
    padding: 12px 24px;
    background: #f5f2ec; /* soft beige */
    color: #4a3f35; /* dark brown text */
    border: 2px solid #e2ddd5;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    /* ensure pseudo-element is behind the invisible input so the input receives clicks */
    position: relative;
    z-index: 1;
}

.cv-upload-btn-container .wpcf7-form-control-wrap:hover::before {
    background: #e8e3da;
    border-color: #d4cfc6;
}

/* Show the selected file name. CF7 markup varies between installations, so
     we use the data-file-name attribute on the wrapper which our JS sets. We
     also show filename on focus-within for keyboard users. */
.cv-upload-btn-container .wpcf7-form-control-wrap[data-file-name]::after,
.cv-upload-btn-container .wpcf7-form-control-wrap:focus-within::after {
    content: attr(data-file-name);
    margin-left: 12px;
    font-size: 14px;
    color: #7a6f62;
    font-style: italic;
    display: inline-block;
    vertical-align: middle;
}

/* Accessibility: make the wrapper appear focusable if JS adds tabindex. */
.cv-upload-btn-container .wpcf7-form-control-wrap:focus {
    outline: 2px solid rgba(76, 63, 51, 0.15);
    outline-offset: 4px;
}

/* Mobile Menu */
.menu-item-35891.pll-parent-menu-item img,
#canvas-main-menu .lang-item img,
.menu-item-34868.pll-parent-menu-item img,
.menu-item-34670.pll-parent-menu-item img {
    position: relative;
    top: 7px;
}

/* WooCommerce */
.custom_woocommerce_ordering .woocommerce-ordering {
    float: right;
    background: #fff;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 33px;
    border: 1px solid #000;
    padding: 0 20px;
    text-transform: capitalize;
    cursor: pointer;
    margin-bottom: 0;
    height: 36px;
    min-width: 240px;
    text-align: center;
}
.custom_woocommerce_ordering .woocommerce-ordering .pwb-dropdown-toggle {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 33px;
    text-transform: capitalize;
    cursor: pointer;
}
.custom_woocommerce_ordering .woocommerce-ordering .pwb-dropdown-toggle::after {
    content: "\43";
    font-family: eleganticons;
    font-size: 13px;
    padding-left: 5px;
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: 0;
    vertical-align: 0;
    border: 0;
    line-height: 1;
    position: relative;
    top: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    transform-origin: 65% 50%;
    color: #000;
}
.custom_woocommerce_ordering .woocommerce-ordering .pwb-dropdown-menu {
    min-width: 210px;
    z-index: 3;
    transform: translate3d(0px, 36px, 0px) !important;
    right: 0;
}
.custom_woocommerce_ordering .woocommerce-ordering .pwb-dropdown-menu li {
    line-height: 28px;
    text-transform: capitalize;
    font-weight: 400;
}
.custom_woocommerce_ordering .woocommerce-ordering .pwb-dropdown-menu li a {
    color: #868686;
}
.custom_woocommerce_ordering .woocommerce-ordering .pwb-dropdown-menu li a:hover {
    color: #6e2f1b;
}
.woocommerce-tabs .content-woocommerce-tabs {
	max-width: 1024px;
}
@media (max-width: 480px) {
    .custom_woocommerce_ordering .woocommerce-ordering {
        font-size: 12px;
        order: 2;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

/* Footer */
#bwp-footer .wpbingo-newsletter.newsletter-default .content-newsletter .clearfix:hover {
    background-color: #c4a694 !important;
}
.wpbingo_custom_form .wpbingo-newsletter.newsletter-default.secondary .content-newsletter input[type="email"] {
    width: 100%;
    border: 0;
    padding: 0 !important;
    font-size: 14px;
    line-height: 35px !important;
    height: 35px !important;
    background: transparent !important;
    border-bottom: 2px solid #000 !important;
}
.wpbingo_custom_form .wpbingo-newsletter.newsletter-default.secondary .content-newsletter input[type="submit"] {
    border: 0;
    padding: 0 15px;
    background: transparent !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    top: 0;
    cursor: pointer;
    font-size: 12px !important;
    line-height: 35px !important;
    height: 35px !important;
    color: #000 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    border-bottom: 2px solid #000 !important;
}
#bwp-footer .wpbingo_custom_form .wpbingo-newsletter.newsletter-default.secondary .content-newsletter .clearfix {
    background: transparent !important;
}
#bwp-footer .wpbingo_custom_form .wpbingo-newsletter.newsletter-default.secondary .content-newsletter .clearfix::before {
    display: none !important;
}

/* Socials */
#bwp-footer ul.social-link li a i {
	font-size: 25px;
}

/* Media Queries */
@container (min-width: 700px) {
    .wc-block-checkout__sidebar.is-sticky {
        top: 94px !important;
    }
}
@media (min-width: 640px) and (max-width: 1439px) {
	.bwp-main .page-title {
		background-size: contain;
	}
}
@media (max-width: 1199px) {
     
}
@media (min-width: 1200px) {
    
}
@media (min-width: 992px) {
	.menu-item-35891.pll-parent-menu-item,
    .menu-item-34868.pll-parent-menu-item,
    .menu-item-34670.pll-parent-menu-item {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}
@media (min-width: 1440px) {
	.bwp-main .page-title {
		background-position: center center;
	}
}