/*
Theme Name: Woo360 Child Theme
Theme URI: http://madwire.com
Version: 1.7.9
Description: An example child theme that can be used as a starting point for custom development.
Author: Madwire
template: bb-theme
*/

/* Add your custom styles here... */


/*pay now area 3/6/26/ */
/* General payment method boxes */
.woocommerce-checkout #payment ul.payment_methods > li {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 18px;
    margin-bottom: 14px;
    background: #fafafa;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Authorize.Net default / highlighted state */
.woocommerce-checkout #payment ul.payment_methods > li.payment_method_authorize_net_cim_credit_card.payment-method-active {
    background: #DFECD7;
    border-color: #0E4F1B;
    box-shadow: 0 0 0 1px rgba(224,185,143,0.15);
}

/* Keep Klarna quieter */
.woocommerce-checkout #payment ul.payment_methods > li[class*="klarna"] {
    background: #f8f8f8;
    border-color: #dddddd;
}

/* If Klarna is selected, still show active state, but less aggressive */
.woocommerce-checkout #payment ul.payment_methods > li[class*="klarna"].payment-method-active {
    background: #f3f3f3;
    border-color: #cfcfcf;
    box-shadow: none;
}

/* Larger, more readable payment labels */
.woocommerce-checkout #payment ul.payment_methods > li label {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

/* Clean up payment box styling */
.woocommerce-checkout #payment div.payment_box {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 14px 0 0 0 !important;
    margin-top: 10px !important;
}

/* Remove little pointer triangle */
.woocommerce-checkout #payment div.payment_box::before {
    display: none !important;
}

/* Make the card fields area feel cleaner */
.woocommerce-checkout #payment .payment_method_authorize_net_cim_credit_card .payment_box {
    padding-top: 12px !important;
}

/* Bigger Place Order button */
.woocommerce-checkout #payment #place_order,
.woocommerce-checkout .place-order button[type="submit"],
.woocommerce-checkout .place-order .button {
    font-size: 20px !important;
    font-weight: 700 !important;
    padding: 16px 34px !important;
    min-height: 58px;
    border-radius: 6px;
}

/* Terms section spacing */
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    margin-top: 18px;
}

.woocommerce-checkout #payment div.payment_box::before {
    display: none !important;
}






/*contact form 7*/
.wpcf7-form label {
	width:100%;
}
.wpcf7-form input[type=submit] {
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
	color: #f7f7f7;
	border: 1px solid #292929;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	background: #434558;
	text-transform:uppercase;
}
.wpcf7-form input[type=submit]:hover {
	background: #353535;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	background-color: #46b450;
	color: #fff;
	font-size: 16px;
	border-radius: 30px;
}
.wpcf7 form.invalid .wpcf7-response-output {
	border-color: #ffb900;
	background-color: #ffb900;
	color: #fff;
	font-size: 16px;
	border-radius: 30px;
}
/*adjust zoomed photo controls on individual product featured image */
.woocommerce button.pswp__button {
	position: initial !important;
	top: 0 !important;
	margin-top: 0px !important;
	height: 50px !important;
	width: 100px !important;
}
/* Footer klaviyo subscribe form*/
.klaviyo_submit_button {
	color:#fff !important;
	margin-top:20px;
	width:50%;
	border:0px;
	padding:8px;
	background:#353535 !important;
	width:100%;
}
.klaviyo_submit_button:hover {
	color:#fff !important;
	margin-top:20px;
	width:100%;
	border:0px;
	padding:8px;
	background:#353535 !important;
}
.klaviyo_field_group input[type="text"] {
	border:1px solid #353535 !important;
}
.klaviyo_field_group input[type="text"]::placeholder {
	color:#353535 !important;
}
.klaviyo_header {
	color:#353535 !important;
	font-weight:bold;
}
.klaviyo_subheader {
	color:#353535 !important;
}
/* Single Product Page */
.single_variation_wrap .quantity input,.single_add_to_cart_button{
	border-radius:0!important;
	text-transform:uppercase!important;
	width:66%;
}
.single_add_to_cart_button:hover{
	background-color:#000!important;
}
.variations{
	margin-bottom:-40px;
}
/*myaccount tab*/
.account_tab {
	background-color:#7CC351;
	color:#fff !important;
}
/*removing subscription from wholesale role*/
body.role-default_wholesaler .wcsatt-sub-options,body.role-default_wholesaler .wcsatt-dash,body.role-default_wholesaler .wcsatt-sub-discount,body.role-default_wholesaler .wcsatt-options-wrapper {
	display: none !important;
}
body.role-default_wholesaler .wcsatt-sub-options {
	margin: 0 !important;
	padding: 0 !important;
	height: 0 !important;
	overflow: hidden;
}
/*remove subscription prices from cart for wholesaler*/
body.role-default_wholesaler .subscription-option {
	display: none !important;
}
/*wholesale banner*/
.mjb-wholesale-banner {
	background: #0E4F1B;
	color: #fff;
	padding: 12px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	z-index: 9999;
	position: relative;
	z-index: 1;
}
.mjb-wholesale-banner strong {
	color: #ffd700;
}
/*welcome back*/
.mjb-customer-banner {
	background: #0E4F1B;
	color: #fff;
	padding: 12px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	z-index: 9999;
	position: relative;
	z-index: 1;
}
.mjb-customer-banner strong {
	color: #ffd700;
}
/*removce -or- Add this cart to an existing subscription?*/
body.role-default_wholesaler .wcsatt-add-cart-to-subscription-wrapper {
	display: none !important;
}
/*galler*/
.fl-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: -10px;
}
/* Prevent overlap with precise sizing */
.fl-gallery-item {
	flex: 0 0 calc(25% - 20px);
	/* 4 per row with spacing */
	height: 250px;
	margin: 10px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
/* Remove extra inner wrappers from interfering */
.fl-gallery-item .fl-photo,.fl-gallery-item .fl-photo-content {
	width: 100%;
	height: 100%;
	position: relative;
}
/* Image cleanup: no rounding, fills square */
.fl-gallery-item .fl-photo-img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block;
	border-radius: 0 !important;
}
/*Wholesale faqs*/

.wholesale-layout {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.wholesale-form {
	flex: 2;
	min-width: 300px;
	margin-right: 30px;
	padding-right: 30px;
	border-right: 1px solid #ddd;
}
.wholesale-faqs {
	flex: 1;
	min-width: 280px;
}
@media (max-width: 768px) {
	.wholesale-layout {
		flex-direction: column;
	}
	.wholesale-form {
		border-right: none;
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 30px;
	}
}
.faq-toggle .faq-item {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}
.faq-toggle .faq-question {
	cursor: pointer;
	font-weight: bold;
	position: relative;
	margin: 0;
}
.faq-toggle .faq-question::after {
	content: '+';
	position: absolute;
	right: 0;
}
.faq-toggle .faq-question.active::after {
	content: '−';
}
.faq-toggle .faq-answer {
	display: none;
	margin-top: 10px;
	color: #444;
}

/*check out terms and conditions*/
.woocommerce #payment .form-row.place-order, .woocommerce-page #payment .form-row.place-order {
	background:#ccc !important;
	color:#000 !important;
	font-size:20px !important;
}

/*footer disp[lay mobile under 480px*/
@media only screen and (max-width: 480px){
#footer_nav {
	display:none;
}
}

/*click here to pay now*/
.woocommerce-checkout #payment ul.payment_methods > li.wc_payment_method > label {
	color:#000 !important;
}

.wcsatt-add-cart-to-subscription-action-wrapper label {
	text-align:center;
}

.woocommerce #payment .form-row.place-order, .woocommerce-page #payment .form-row.place-order {
	padding:20px;
}
