/*
Theme Name: Lumei Child
Theme URI: http://www.wpbingosite.com/lumei
Author: wpbingo
Description: This is a child theme for Lumei
Version: 1.0.0
Author URI: http://wpbingosite.com
Template: lumei
Text Domain: lumei-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/
#elementor-panel-state-loading{
    direction: none !important;
}
/*lilian*/
.entry-summary table th{
	border: 0 !important;
	padding: 0 !important;
}
.size-guide-button{
	text-decoration: underline;
	    font-weight: bold !important;
    text-transform: none !important;
    cursor: pointer;
}
.nice-select {
  width: 100%;
  height: auto;
  line-height: 35px;
  padding: 0 40px 0 20px;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  font-family: inherit;
  color: #333;
}

.nice-select:after {
  right: 20px;
  border-color: #999;
}

/* Dropdown menu */
.nice-select .list {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Items inside dropdown */
.nice-select .option {
/*   padding: 12px 20px; */
  font-size: 15px;
  color: #333;
}

.nice-select .option.selected {
  background-color: #f0f0f0;
  font-weight: 500;
}

.nice-select{
	width:100%;
	border-radius:3rem;
}
.nice-select .list{
	width:100%;
}
.nice-select .option:hover, .nice-select .option.selected.focus{
	background-color: #371621;
    color: white;
}
.nice-select .option.selected.focus{
	background-color: transparent;
    color: #333;
}
.fullscreen-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.fullscreen-overlay.active {
  display: flex;
}

.fullscreen-overlay img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
/*   box-shadow: 0 0 15px #fff; */
  border-radius: 10px;
}

.fullscreen-overlay-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
}
#bwp-topbar{
	display:none !important;
}
/*for checkboxes*/
.custom-accessory-notice{
	width:100% !important;
	    margin-top: 15px;
}
.content a{
	float: left !important; font-weight: bold !important;
}
.content{
	float: left !important;
	text-align: left;
}
.content-info{
	display: flex !important; align-items: flex-start !important; gap: 10px; margin-top: 0;
	
}
.upsells{
	display:none !important;
}
/*size guide*/
.size-guide-overlay {
            display: none;
            position: fixed;
            z-index: 10000;
            left: 0; top: 0;
            width: 100%; height: 100%;
            background: rgba(0,0,0,0.7);
			overflow:auto;
        }
        .size-guide-content {
            background: #fff;
            margin: 4% auto;
            padding: 20px;
            width: 100%;
            max-width: 50%;
            border-radius: 10px;
            position: relative;
        }
        .size-guide-close {
            position: absolute;
            top: 10px; right: 20px;
            cursor: pointer;
            font-size: 20px;
        }
        .active-unit {
            background: #0073aa !important;
            color: #fff !important;
        }
        .size-guide-content button {
			padding: 0 8px !important;
            cursor: pointer;
        }
		.size-guide-content input{
			padding: 0 6px !important;
    		border-radius: 5px !important;
			width:100%
		}
		.active-unit{
			background: #371621 !important
		}
		#calculateSizeBtn{
			background-color: #371621 !important;
			border-radius: 15px;
			color: white;
			padding: 3px 15px !important;
		}
		.shape-btn {
/*   padding: 8px; */
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 4px;
  margin: 0 5px;
}

input[type="radio"]:checked + .shape-btn {
  background-color: #371621;
  color: #fff;
  border-color: #000;
}
		.unit-toggle{
			padding:0 !important;
		}
		#sizeGuideForm .row{
			margin:0 !important;
		}

/*custom table*/
.layout-flex-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.column-equal {
    flex: 1;
}

.full-width-input {
    width: 100%;
}

.fancy-table {
    font-size: 12px;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ccc;
}

.fancy-table th,
.fancy-table td {
    border: 1px solid #ccc;
    padding: 4px;
}

.fancy-table thead tr {
    background: #f0f0f0;
}
.sizeguide-img{
	text-align:center;
}
.sizeguide-img img{
	width:50%;
}

/*checkout*/
/* Make checkout background consistent with site */
.woocommerce-checkout {
    background-color: #fafafa;
    padding: 2rem;
    max-width: 900px;
    margin: auto;
    font-family: 'Inter', sans-serif;
    color: #111;
}

/* Style the form inputs */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    background: #fff;
    border: 1px solid #ddd;
    padding: 0.75rem;
    border-radius: 8px;
    width: 100%;
    font-size: 16px;
}

/* Style buttons */
.woocommerce-checkout .button {
    background-color: #000;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-size: 16px;
    text-transform: uppercase;
    transition: background 0.3s;
}

.woocommerce-checkout .button:hover {
    background-color: #444;
}

/* Order summary */
.woocommerce-checkout-review-order-table {
    border: none;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 2rem;
}
.wc-block-components-checkout-place-order-button{
	background-color:#44152a !important;
	color:white !important;
	border: 0 !important;
	border-radius:5px;
}
table.shop_table .button{
	margin: 0.8rem;
    text-decoration: underline;
    font-weight: bold;
}
.elementor-kit-54564 h2{
	font-family:inherit !important;
}

.elementor-kit-54564 h2{
	color: black !important;
}

/*right arrow menuitem*/
.bwp-navigation ul.menu>li.level-0>ul.sub-menu li.menu-item-has-children>a:after{
	    content: "→" !important;
}
/*submit form
 */
#form-field-field_ec5164a .nice-select::after {
  display: none !important;
}
.elementor-field-textual{
	padding-left: 1.2rem !important;
}
/**/
.custom-color-price-container {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap; /* wrap if too narrow */
    margin-bottom: 15px;
}

.custom-color-price-container .product-price {
    font-size: 1.2em;
    font-weight: 600;
}

.custom-color-price-container .product-color a {
    color: #0071a1; /* example link color */
    text-decoration: underline;
}

.product-size-block {
    margin-bottom: 10px;
}
.custom-product-info{
	display:inline-flex;
}
.price-color-container{
	margin-right:2rem;
}
.product-color a{
	text-decoration:underline;
}
.image_wrapper img{
/* 	object-fit:unset !important; */
}
section.related.products.wt-related-products .type_simple a:before {
    content: "\e900";
    font-family: icomoon;
    font-size: 19px;
}
section.related.products.wt-related-products .type_simple a span {
    display: none;
}
section.related.products.wt-related-products .type_simple a,
section.related.products.wt-related-products .woosw-wishlist button,
section.related.products.wt-related-products span.product-quickview a {
    color: var(--gray-dark, #000);
    display: inline-block;
    text-align: center;
    background: #fff;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border: 0;
    padding: 0;
    font-size: 0;
    white-space: nowrap;
    -webkit-border-radius: 50%;
    cursor: pointer;
    color: #44152a;
}
section.related.products.wt-related-products .type_simple a:hover,
section.related.products.wt-related-products .woosw-wishlist button:hover,
section.related.products.wt-related-products .woosw-wishlist button.woosw-added,
section.related.products.wt-related-products span.product-quickview a:hover {
    background: var(--theme-color, #92614c);
    color: #fff;
}
.bwp-instagram.slider a.instagram img {
    height: 30rem;
    object-fit: cover;
}
html{
	overflow-x:hidden;
}
.info{
	width:100%;
}
.elementor-9601 .elementor-element.elementor-element-631a58e .bwp-woo-categories .item-title a {
    color: black; 
}
.your_look_sec .elementor-widget-bwp_product_categories .item.item-product-cat .product-cat-content-info {
    display: block !important;
}
.bwp-woo-categories .item-title {
    font-family: inherit !important;
    font-size: 20px !important;
    margin-top: 1rem !important;
    font-weight: bold !important;
    margin-bottom: 3rem !important;
}

.elementor-field.elementor-size-sm.elementor-upload-field {
    background-color: #f9f9f9; /* Light background */
    border: 2px dashed #ccc;   /* Dotted border for upload look */
    padding: 12px 16px;
    border-radius: 8px;
/*     font-size: 16px; */
    color: #333;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.elementor-field.elementor-size-sm.elementor-upload-field:hover,
.elementor-field.elementor-size-sm.elementor-upload-field:focus {
    border-color: #0073e6; /* Highlight border on hover/focus */
    box-shadow: 0 0 0 3px rgba(0, 115, 230, 0.2);
}

.elementor-field.elementor-size-sm.elementor-upload-field::file-selector-button {
   background-color: #44152a; /* Your custom color */
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    margin-right: 10px;
    transition: background-color 0.3s ease;
}

.elementor-field.elementor-size-sm.elementor-upload-field::file-selector-button:hover {
    background-color: #005bb5;
}
.elementor-field.elementor-select-wrapper .select-caret-down-wrapper {
    display: none !important;
}

.sign__in--content .content{
	width:100%;
	margin-bottom:3rem;
}
.title-sign{
	display:none;
}
.custom-terms-checkbox{
	margin-left:0.5rem !important;
}
.bwp-navigation ul.menu>li.level-0>ul.sub-menu li.level-1 li.level-2{
	padding:2px 30px !important;
}

/*gift card product
#product-267340 .image_wrapper {
    flex: 0 0 100% !important;
}*/
#product-267340 .quantity, #product-267340 .product-shipping-delivers , #product-267340 .custom-product-info{
	display:none;
}
#product-267340 .quickview-container .entry-summary .price-single, .single-product .entry-summary .price-single {
	padding-bottom: 0px !important;
	    margin-bottom: 15px !important;
 }
#product-267340 .single_add_to_cart_button.button{
	width:100% !important;
}
a#mwg_wgm_preview_email:hover:not(.disabled) {
    background: var(--theme-color, #92614c) !important;
}
a#mwg_wgm_preview_email {
    padding: 14px;
}
.wps_wgm_added_wrapper {
    margin-bottom: 10px !important;
}
#wps_wgm_from_name, #wps_wgm_message, #wps_wgm_to_email{
    border-radius: 10rem;
}
a#mwg_wgm_preview_email{
	border-radius: 10rem;
	background: var(--e-global-color-primary) !important;
}
/* Responsive layout improvements */
@media (max-width: 768px) {
    .woocommerce-checkout {
        padding: 1rem;
    }

    .woocommerce form .form-row {
        margin-bottom: 1rem;
    }
	.elementor-element.elementor-element-0ac9c74{
	top:2rem;
}
.elementor-element.elementor-element-76aab4f{
	top:2rem;
}
}
@media (max-width: 500px) {
    .bwp-main .page-title {
        padding: 60px 0 60px; 
	}
	.banner_header{
		color:white !important;
		float: left !important;
/*     	top: -2rem !important; */
	}
	.sr7-layer sr7-mask < .banner_header{
/* 		width:100% !important;
		overflow: visible !important;
    	height: 5rem !important;
		left: 0 !important;
     	top: -30px !important; */
		
	}
}
@media (max-width: 480px) {
    body .clipped-content-show:not(.sidebar) .slick-arrow {
        display: block !important;
        right: 0 !important;
    }
	.fa-angle-left{
		left:0 !important;
	}
}
.checkout-page-style-2 ul.list{
	height: 200px !important;
    scroll-behavior: auto;
    overflow-y: scroll;
}
.bwp-header .header-container.logo-menu-icons>div {
flex: auto;
    width: auto !important;
    text-align: center;
    display: ruby !important;
}
.wps_wgm_added_wrapper .nice-select{
	margin-bottom:1rem !important;
}
.elementor-element-0f8dd8a img{
	height: 600px;
    object-fit: cover;
}
.page-id-268666 .page-title{
	display:none;
}