/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.1
*/


@font-face {
  font-family: 'UTM-Aristote';
  src: url('./assets/fonts/UTM-Aristote.otf') format('truetype');
}

@font-face {
  font-family: 'VnArial';
  src: url('./assets/fonts/VnArial.ttf') format('ttf');
	font-display: swap;
}

.font-aristote {
	font-family: "UTM-Aristote", sans-serif;
} 
.font-arial {
	font-family: "VnArial", sans-serif;
} 

#Footer .widget_custom_html a {
	color: #86869f;	
}
.single_add_to_cart_button {
	min-width: 200px;
	height: 52px;
	text-align: center;
	color: white !important;
}
.product_meta {
	display: flex;
	flex-direction: column;
}
.product_meta .sku_wrapper {
	width: fit-content;
}
.mbws-size-link {
	font-weight: bold;
}
.woocommerce form.cart {
	flex-wrap: wrap;
}
.woocommerce-variation-add-to-cart {
	flex-wrap: wrap;
}
.mbws-popup {
	display: none;
	position: fixed;
	background: #000000ab;
	width: 100vw;
	height: 94vh;
	z-index: 999999999;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	overflow-y: auto;
	padding: 30px 0;
}
.mbws-popup.show {
	display: flex;
}
.mbws-popup .popup-content {
	display: block;
	width: 100%;
	max-width: 800px;
	padding: 15px;
	background-color: #fff;
	margin: auto;
	position: relative;
}
.mbws-popup .popup-content .mbws-close-btn {
	position: absolute;
	top: 0;
	right: 0;
	color: #111;
	font-size: 24px;
	background-color: #fff;
}	
.mbws-popup .popup-content .mbws-close-btn:hover {
	text-decoration: unset;	
	color: #071ea0;
}
.mbws-popup .popup-content .mbws-close-btn::before {
	content: '\e963';
	font-family: "mfn-icons";
}
.mbws-theu-ten-wrapper {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.mbws-theu-ten-wrapper .theu-ten-button.btn {
	border: 1px solid #007aff !important;
	background: transparent !important;
	padding: 5px 10px;
	float: none !important;
}
.mbws-theu-ten-wrapper .theu-ten-button:hover {
	background-color: #007aff !important;
	color: white;
	text-decoration: unset;
}
.theu-ten-box {
	margin-top: 20px;
	display: none;
}
.theu-ten-box input[name=mbws_name] {
	width: 100%;
}
.theu-ten-box  p {
	font-size: 16px;
}
.noti-box {
	font-size: 16px;
}
.noti-box strong {
	font-size: 18px;
}
.noti-box ul li {
	margin-left: 20px;
	list-style-type: disc;
	line-height: 1.3;
	margin-bottom: 8px;
}

.theu-ten-box  label {
	font-weight: bold;
	font-size: 16px;
}
.wpcf7-form .row {
	display: flex;
	flex-direction: row;
	gap: 20px;
	margin-bottom: 15px;
}
.theu-ten-box .wpcf7-submit {
	width: 100px;
	text-align: center;
	color: white !important;
	font-size: 16px  !important;
	padding: 10px;
}
.theu-ten-box .view-font {
	display: block;
}
.theu-ten-box .img-font {
	display: none;
	max-width: 400px;
}

.theu-ten-box .color-options {
	display: none;
	padding-left: 30px;
}

.theu-ten-box .checked .color-options {
	display: block;
}

.theu-ten-box .demo {
	font-size: 20px;
}

.mbws-font-options {
	margin-bottom: 15px;
}

.mbws-font-options label {
	font-weight: 400;
}

.woocommerce table.shop_table td.product-name .variation {
	font-size: 14px;
}
.woocommerce table.shop_table td.product-name .variation dt {
	width: 60px;
}

button[name=apply_coupon],
button[name=update_cart],
.checkout-button {
	color: white !important;
}

.woocommerce table.shop_table .product-subtotal {
	display: none;
}

@media (max-width: 1024px) {
	.mbws_toolbar li {
		margin-bottom: 6px !important;
	}
}

@media (max-width: 480px) {
	.mbws-popup {
		padding: 0;
		height: 100vh;
	}
	.mbws-popup .popup-content {
		min-height: 100vh;
		overflow: auto;
		width: 100%;
	}
	.mbws-size-popup .popup-content {
		padding: 20px 10px;
	}
	.wpcf7-form .row {
		flex-wrap: wrap;
	}
	.mbws-popup .popup-content .mbws-close-btn {
		top: 10px;
		right: 10px;
	}

}