/*
Theme Name: Woodmart Child
Theme URI: https://woodmart.xtemos.com/
Template: woodmart
Author: XTemos
Author URI: http://themeforest.net/user/xtemos
Description: ThemeForest Premium Theme
Tags: one-column,two-columns,right-sidebar,custom-header,custom-menu,editor-style,featured-images,microformats,post-formats,sticky-post,translation-ready
Version: 7.5.2.1774465110
Updated: 2026-03-25 18:58:30

*/

/* Wholesale registration (My Account register) */
.bbw-wholesale-registration {
	margin-top: 1em;
	padding-top: 0;
	border: 0;
}

.bbw-documents {
	margin-top: 1.25em;
}

.bbw-documents-intro {
	margin-bottom: 1em;
}

.bbw-dropzone-wrap {
	margin-bottom: 1.25em;
}

.bbw-dropzone-label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35em;
}

.bbw-dropzone-label .req {
	color: #b32d2e;
}

.bbw-dropzone {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 110px;
	padding: 16px 18px;
	border: 2px dashed #9aa0a6;
	border-radius: 6px;
	background: #fafbfc;
	cursor: pointer;
	text-align: center;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.bbw-dropzone:hover,
.bbw-dropzone:focus-within {
	border-color: #2271b1;
	background: #f0f6fc;
}

.bbw-dropzone--active {
	border-color: #2271b1;
	background: #eaf4ff;
}

.bbw-dropzone-msg {
	font-size: 0.95em;
	line-height: 1.4;
	pointer-events: none;
	color: #50575e;
}

.bbw-dropzone .bbw-dropzone-input {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	overflow: hidden !important;
	pointer-events: none !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

