/*
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.2
*/



.hidefield {
	display: none !important;
}
.detail_header {
	text-align: center;
	text-transform: uppercase;
}


/** BEGIN Language Switcher **/
#Top_bar .wpml-languages a,
#Top_bar .wpml-languages ul.wpml-lang-dropdown li a {
	color: #000;
	font-family: "IBM Plex Sans Thai", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#Top_bar .wpml-languages a.active {
	border: unset;
	padding: 4px 0px 0px 0px;
}
#Top_bar .wpml-languages ul.wpml-lang-dropdown {
	border-radius: 0px;
	border-width: 1px;
}
/** BEGIN Language Switcher **/


/** BEGIN breadcrumbs Style **/
.breadcrumbs_warp ul.breadcrumbs:before {
	content: "";
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	width: 16px;
	height: 16px;
	display: inline-block;
    margin-top: -3px;
	background-image: url(/wp-content/uploads/2026/04/home-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
}
.breadcrumbs_warp ul.breadcrumbs {
	/*padding-left: 25px;*/
}
/** END breadcrumbs Style **/



.contactform_wrap .cf7sr-g-recaptcha,
.contactform_wrap .submit_btn {
	display: flex;
	align-items: center;
	justify-content: center;
}
.contactform_wrap .submit_btn input {
	width: 300px;
	max-width: 100%;
}



/* BEGIN About Us Fixed Section */
/*.mcb-section .mcb-section-inner,
.mcb-wrap,
.mcb-wrap-inner,
.column,
.mcb-column-inner,
.column_attr {
  overflow: visible !important;
}*/
.sec-1 .mcb-wrap-inner,
.sec-2 .mcb-wrap-inner,
.sec-3 .mcb-wrap-inner {
  overflow: visible !important;
}
.sec-1 {
  position: relative;
  z-index: 2;
  background: #fff;
	padding-bottom: 300px; /* = sec-2 height */
}
.sec-1 .animate {
  transform: none !important;
}
.sec-2 {
  position: fixed;
  top: 120px; /* header height */
  left: 0;
  width: 100%;

  z-index: 0;
}
.sec-2.is-sticky {
  position: sticky;
  top: 120px;
}
.sec-3 {
  position: relative;
  z-index: 3;
  background: #fff;

  margin-top: -150px;
}

.sec-3 .mfn-shape-divider {
  z-index: 1;
}

.sec-3 .section_wrapper {
  position: relative;
  z-index: 2;
}
/* END About Us Fixed Section */



/* BEGIN Product Filter */
.product_tax_tabs .portfolio-filter-tabs a {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	margin: auto 16px;
    line-height: 36px;
}
.product_tax_tabs .portfolio-filter-tabs a:hover {
	text-decoration: none;
	border-bottom: 2px solid #000;
}
.product_tax_tabs .portfolio-filter-tabs a.filter-tab.active {
	border-bottom: 2px solid #000;
}
@media(max-width:768px) {
	.product_tax_tabs .portfolio-filter-tabs a {
		font-size: 16px;
		margin: auto 8px;
		line-height: 32px;
	}
}
/* BEGIN Product Filter */



/*** BEGIN fallback banner image ***/
.banner-fallback .mcb-wrap-inner {
  background-size: cover;
  background-position: center;
}

.banner-fallback .mcb-wrap-inner[style*="placeholders/image.svg"] {
  background-image: url('https://dejeansstudio.com/wp-content/uploads/2026/04/61e95f72aa2d37293ab95f238c4c6d401773f7cc.jpg') !important;
}
/*** END fallback banner image ***/



/* BEGIN Footer */
#Footer .mcb-column-inner {
	margin-bottom: 0px !important;
}
#Footer .footer_copy .one {
	margin-bottom: 0px;
	padding-top: 6px;
	min-height: 20px;
}
.footer-copy-center #Footer .footer_copy .copyright {
	font-size: 12px;
}
#Footer .footer_contacts {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 5%;
}
#Footer .footer_contacts img {
	height: 20px;
	transform: translateY(3px);
	padding-right: 6px;
}
.footer_copy {
	background-color: #000;
}
#Footer.mfn-footer a,
#Footer.mfn-footer p {
	color: #303030;
}
@media (max-width: 768px) {
	#Footer .footer_contacts {
		display: grid;
	}
}
/* END Footer */