@charset "utf-8";
:root {
	--fw: normal;
	--fs_small: 10px;
	--fw-thin: 300; /*font weight medium*/
	--fw-normal: 500; /*font weight medium*/
	--fw-medium: 600; /*font weight medium*/
	--fw-bold: bold; /*font weight bold*/
	--dcontainer_width: 1320px;
	--sidebarleft: 300px;
	--sidebarright: 300px;
	--mainsection: calc(100% - 320px);
	--dmpl: 40px;
	--dmp: 20px;
	--dmp_negetive: -20px;
	--dmp_xs: 10px;
	--dmp_xs_negative: -10px;
	--dbrl: 10px;
	--dbr: 5px;
	--dshadow: 0 0 2px #665F5F7A;
	--button_height: 40px;
	--button_height_xs: 30px;
	--button_width: 120px;
	--button_shadows: 0 8px 12px rgb(51 65 80 / 6%), 0 14px 44px rgb(51 65 80 / 11%);
	--color_border: #DDD;
	--color_active: #0E6BB7;
	--color_black: #000;
	--color_success: #00A656;
	--color_danger: #C00;
	--color_required: #C00;
	--color_white: #FFFFFF;
	--color_light: #F2F2F2;
	--color_light_1: #BBB;
	--color_light_2: #EAECEE;
	--color_light_3: #878787;
	--color_light_4: #f9f9f9;
	--color_info: #666;
	--color_yellow: #FEBB02;
	--color_blue: #815DF2;
	--color_navy_blue: #007CBA;
	--color_1: #0C5460;
	--color_2: #caf0ffcc;
	--color_3: #FAFCFE;
	--color_4: #6148BA;
	--color_5: #BCB;
}
@media only screen and (max-width: 1100px) {
	:root {
		--fs: 14px;
		--fs_small: 12px;
		--fs_label: 15px;
		--fs_h4: 20px;
		--fs_h3: 22px;
		--fs_h2: 25px;
		--fs_h1: 30px;
		--dmpl: 32px;
		--dmp: 16px;
		--dmp_negetive: -16px;
		--dmp_xs: 8px;
		--dmp_xs_negative: -8px;
	}
}
@media only screen and (max-width: 700px) {
	:root {
		--fs: 12px;
		--fs_small: 10px;
		--fs_label: 13px;
		--fs_h6: 15px;
		--fs_h5: 16px;
		--fs_h4: 18px;
		--fs_h3: 20px;
		--fs_h2: 22px;
		--fs_h1: 24px;
		--dmp: 10px;
		--dmp_xs: 5px;
		--dmp_xs_negative: -5px;
		--button_fs: 14px;
	}
}
/******************************************************************** General ************************************************/
@media only screen and (min-width: 10px) {
	.mpcrbm *,
	.mpcrbm *::after,
	.mpcrbm *::before { -webkit-box-sizing: border-box; box-sizing: border-box; }
	body { margin: 0; padding: 0; }
	body.noScroll { overflow: hidden; }
	/******/
	.mpcrbm { font-size: var(--fs); font-weight: var(--fw); color: var(--d_color); line-height: 1.5; width: 100%; }
	.mpcrbm,
	.mpcrbm [data-collapse].mActive { display: block; }
	.mpcrbm table th[data-collapse].mActive,
	.mpcrbm table td[data-collapse].mActive { display: block; }
	.mpcrbm p:not(.wp_editor p) {
		color: var(--mpl-secondary);
		margin: 0;
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
	}
	.mpcrbm a:not(.wp_editor a) {
		color: var(--color_theme);
		text-decoration: none;
	}
	.mpcrbm a:hover {
		opacity: 0.5;
	}
	.mpcrbm a:not(.wp_editor a),
	.mpcrbm a:hover {
		text-decoration: none;
	}
	[data-collapse-target],
	[data-target-popup],
	[data-icon-change],
	[data-icon-change] {
		cursor: pointer;
	}
	div.mpcrbm [data-required],
	div.mpcrbm [data-collapse] {
		display: none;
	}
	/*******/
	div.mpcrbm a,
	div.mpcrbm button,
	div.mpcrbm [data-bg-image],
	div.mpcrbm [data-tabs-target],
	div.mpPopup,
	div.mpPopup .popupClose,
	div.mpcrbm .customCheckbox,
	div.mpcrbm .mpTransition,
	div.mpcrbm [class*="_mpTransition"] {
		-webkit-transition: all 350ms ease-in-out;
		-moz-transition: all 350ms ease-in-out;
		-o-transition: all 350ms ease-in-out;
		transition: all 350ms ease-in-out;
	}
}
/******************************************************************** Shadow content ************************************************/
@media only screen and (min-width: 10px) {
	div.mpcrbm .dShadow,
	div.mpcrbm [class*="_dShadow"] {
		-webkit-box-shadow: var(--dshadow);
		-moz-box-shadow: var(--dshadow);
		-o-box-shadow: var(--dshadow);
		box-shadow: var(--dshadow);
	}
	.groupRadioCheck [data-radio-check].mpActive,
	div.mpcrbm .dShadow_1,
	div.mpcrbm [class*="_dShadow_1"] {
		-webkit-box-shadow: 0 5px 10px rgba(0, 44, 102, 0.2);
		-moz-box-shadow: 0 5px 10px rgba(0, 44, 102, 0.2);
		-o-box-shadow: 0 5px 10px rgba(0, 44, 102, 0.2);
		box-shadow: 0 5px 10px rgba(0, 44, 102, 0.2);
	}
	div.mpcrbm .dShadow_2,
	div.mpcrbm [class*="_dShadow_2"] {
		-webkit-box-shadow: 0 1px 2px rgb(3 54 63 / 40%),
		0 -1px 2px rgb(3 54 63 / 4%);
		-moz-box-shadow: 0 1px 2px rgb(3 54 63 / 40%), 0 -1px 2px rgb(3 54 63 / 4%);
		-o-box-shadow: 0 1px 2px rgb(3 54 63 / 40%), 0 -1px 2px rgb(3 54 63 / 4%);
		box-shadow: 0 1px 2px rgb(3 54 63 / 40%), 0 -1px 2px rgb(3 54 63 / 4%);
	}
	div.mpcrbm .dShadow_3,
	div.mpcrbm [class*="_dShadow_3"],
	div.mpcrbm [class*="slideIndicatorItem"].active {
		-webkit-box-shadow: 0 2px 10px #444;
		-moz-box-shadow: 0 2px 10px #444;
		-o-box-shadow: 0 2px 10px #444;
		box-shadow: 0 2px 10px #444;
	}
	div.mpcrbm .dShadow_4,
	[class*="_dShadow_4"],
	div.mpcrbm ul.input_select_list {
		-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
		-o-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
		box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
	}
	div.mpcrbm .dShadow_5,
	div.mpcrbm [class*="_dShadow_5"],
	div.mpcrbm [class*="dButton"] {
		-webkit-box-shadow: var(--button_shadows);
		-moz-box-shadow: var(--button_shadows);
		-o-box-shadow: var(--button_shadows);
		box-shadow: var(--button_shadows);
	}
	div.mpcrbm .dShadow_6,
	div.mpcrbm [class*="_dShadow_6"] {
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
		-o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	}
	div.mpcrbm .dShadow_7,
	div.mpcrbm [class*="_dShadow_7"] {
		-webkit-box-shadow: 5px 4px 30px rgba(189, 189, 189, 0.07);
		-moz-box-shadow: 5px 4px 30px rgba(189, 189, 189, 0.07);
		-o-box-shadow: 5px 4px 30px rgba(189, 189, 189, 0.07);
		box-shadow: 5px 4px 30px rgba(189, 189, 189, 0.07);
	}
	div.mpcrbm .dShadow_8,
	div.mpcrbm [class*="_dShadow_8"] {
		-webkit-box-shadow: 2px 4px 40px rgba(103, 103, 103, 0.1);
		-moz-box-shadow: 2px 4px 40px rgba(103, 103, 103, 0.1);
		-o-box-shadow: 2px 4px 40px rgba(103, 103, 103, 0.1);
		box-shadow: 2px 4px 40px rgba(103, 103, 103, 0.1);
	}
	.mpcrbm .formControl:focus,
	div.mpcrbm .dShadow_9,
	div.mpcrbm [class*="_dShadow_9"] {
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(102, 175, 233, 0.6);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(102, 175, 233, 0.6);
	}
	div.mpcrbm .selectCheckbox input:focus ~ .customCheckbox::before,
	div.mpcrbm .dShadow_10,
	div.mpcrbm [class*="_dShadow_10"] {
		-webkit-box-shadow: 0 0 0 3px rgba(0, 119, 204, 0.3);
		box-shadow: 0 0 0 3px rgba(0, 119, 204, 0.3);
	}
	.mpcrbm .groupContent input[type="radio"],
	.mpcrbm .groupContent input[type="radio"] ~ input:focus,
	div.mpcrbm [class*="noShadow"] {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
	}
}
/******************************************************************** Font Size & Font weight ************************************************/
@media only screen and (min-width: 10px) {
	div.mpcrbm,
	div.mpcrbm h1,
	div.mpcrbm h2,
	div.mpcrbm h3,
	div.mpcrbm h4,
	div.mpcrbm h5,
	div.mpcrbm h6 {
		margin: 0;
		padding: 0;
		line-height: 1.25;
	}
	div.mpcrbm strong {
		font-weight: var(--fw-bold);
	}
	div.mpcrbm .extraBold {
		font-weight: 900;
	}
	div.mpcrbm h1,
	div.mpcrbm [class*="_fs_h1"] {
		font-size: var(--fs_h1);
		font-weight: var(--fw-bold);
	}
	div.mpcrbm h2,
	div.mpcrbm [class*="_fs_h2"] {
		font-size: var(--fs_h2);
		font-weight: var(--fw-bold);
	}
	div.mpcrbm h3,
	div.mpcrbm [class*="_fs_h3"] {
		padding: 0;
		color: var(--mpl-secondary);
		margin: 30px 0 12px 0;
		font-size: 22px;
		line-height: 26px;
		font-family: DejaVuSansBold, sans-serif;
		font-weight: 700;
	}
	div.mpcrbm h4,
	div.mpcrbm [class*="_fs_h4"] {
		font-size: var(--fs_h4);
		font-weight: var(--fw-medium);
		text-transform: inherit;
	}
	div.mpcrbm h5,
	div.mpcrbm [class*="_fs_h5"] {
		font-size: var(--fs_h5);
		font-weight: var(--fw-medium);
		text-transform: inherit;
	}
	div.mpcrbm h6,
	div.mpcrbm [class*="_fs_h6"] {
		font-size: var(--fs_h6);
		font-weight: var(--fw-normal);
		text-transform: inherit;
	}
	div.mpcrbm label,
	div.mpcrbm [class*="_fs_label"] {
		color: var(--mpl-secondary);
		/* font-weight: var(--fw-medium); */
		line-height: 0;
	}
	div.mpcrbm .fs_50,
	div.mpcrbm [class*="_fs_50"] {
		font-size: 50px;
		font-weight: var(--fw-medium);
	}
}
/******************************************************************** Flex Section ************************************************/
@media only screen and (min-width: 10px) {
	.mpcrbm [class*="_equalChild"],
	.mpcrbm .equalChild,
	.mpcrbm .flexEqual,
	.mpcrbm [class*="listEqual"],
	.mpcrbm [class*="_dFlex"],
	.mpcrbm .dFlex,
	.mpcrbm .mpMenu li {
		display: -webkit-flex;
		display: flex;
	}
	.mpcrbm .groupContent,
	.mpcrbm .buttonGroup,
	.mpcrbm .inputGroup,
	.mpcrbm .inputInline .mpForm,
	.mpcrbm [class^="mpMenu"] {
		display: -webkit-inline-flex;
		display: inline-flex;
	}
	.mpcrbm .mpRow,
	.mpcrbm .flexWrap,
	.mpcrbm .listInline,
	.mpcrbm .mage_menu {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.mpcrbm [class*="_wrap"] {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.mpcrbm .flexNowrap {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.mpcrbm ul.list_inline_two,
	.mpcrbm .flexWrapJustifyBetween {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	[data-bg-image],
	.mpcrbm .allCenter,
	.mpcrbm [class*="_allCenter"],
	.mpcrbm .remove_icon,
	.mpcrbm [class*="mage_qty"],
	.mpcrbm .mpMenu li a,
	.mpcrbm_tabs.tabBorder > .tabLists li,
	.mpcrbm [class*="addonGroupContent"],
	.mpcrbm button,
	.mpcrbm .mpBtn,
	.mpcrbm [class*="_mpBtn"],
	.mpcrbm [class*="slideIndicator"],
	.mpcrbm [class*="circleIcon"],
	div[class*="mpcrbm_loader"],
	div[class*="mpcrbm_spinner"],
	div.mpPopup.in,
	div.mpPopup .popupClose {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	/************/
	.mpcrbm [class*="_flexAuto"],
	.mpcrbm .flexAuto {
		-webkit-flex: auto;
		flex: auto;
	}
	/************/
	.mpcrbm .justifyStart {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	.mpcrbm [class*="_justifyStart"] {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	.mpcrbm .justifyCenter {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.mpcrbm [class*="_justifyCenter"] {
		-webkit-justify-content: center;
		justify-content: center;
	}
	.mpcrbm .justifyBetween {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.mpcrbm [class*="_justifyBetween"],
	.mpcrbm .inputInline .mpForm {
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.mpcrbm .justifyAround {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
	.mpcrbm [class*="_justifyAround"] {
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
	.mpcrbm .justifyEnd {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	.mpcrbm [class*="_justifyEnd"] {
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	[class*="_alignCenter"] {
		-webkit-align-items: center;
		align-items: center;
	}
	.mpcrbm .alignBaseline {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: baseline;
		align-items: baseline;
	}
	[class*="_alignBaseline"] {
		-webkit-align-items: baseline;
		align-items: baseline;
	}
	.mpcrbm .alignStart {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	[class*="_alignStart"] {
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	/*****************/
	.mpcrbm .ffColumn,
	.mpcrbm .flexColumn {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: column;
		flex-flow: column;
	}
	[class*="_ffColumn"] {
		-webkit-flex-flow: column;
		flex-flow: column;
	}
	.mpcrbm .fdColumn {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		gap: 1px
	}
	[data-bg-image],
	[class*="_fdColumn"] {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.flexEqual > *,
	.equalChild > *,
	[class*="_equalChild"] > *,
	[class*="listEqual"] > li,
	.mpcrbm_tabs.tabBorder > .tabLists li,
	.inputInline .inputList {
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}
/******************************************************************** Radios Section************************************************/
@media only screen and (min-width: 10px) {
	.mpcrbm img,
	.mpcrbm [class*="dButton"],
	.mpcrbm button,
	div.filter_item,
	.mpcrbm .formControl,
	div.mpPopup .popupMainArea,
	div.mpPopup .popupClose,
	.mpcrbm [class*="clickSlide"],
	.mpcrbm [class*="slideIndicatorItem"],
	.mpcrbm [class*="dLayout"],
	.mpcrbm .groupContent,
	.mpcrbm [class*="_dBR"] {
		-webkit-border-radius: var(--dbr);
		border-radius: var(--dbr);
	}
	.mpcrbm div.input_select .formControl:focus,
	.mpcrbm [class*="_dBR_T"] {
		-webkit-border-radius: var(--dbr) var(--dbr) 0 0;
		border-radius: var(--dbr) var(--dbr) 0 0;
	}
	.mpcrbm .buttonGroup > :last-child,
	.mpcrbm [class*="_dBR_R"] {
		-webkit-border-radius: 0 var(--dbr) var(--dbr) 0;
		border-radius: 0 var(--dbr) var(--dbr) 0;
	}
	.mpcrbm ul.input_select_list,
	.mpcrbm [class*="_dBR_B"] {
		-webkit-border-radius: 0 0 var(--dbr) var(--dbr);
		border-radius: 0 0 var(--dbr) var(--dbr);
	}
	.mpcrbm .buttonGroup > :first-child,
	.mpcrbm [class*="_dBR_L"] {
		-webkit-border-radius: var(--dbr) 0 0 var(--dbr);
		border-radius: var(--dbr) 0 0 var(--dbr);
	}
	.mpcrbm [class*="_dBRL"] {
		-webkit-border-radius: var(--dbrl);
		border-radius: var(--dbrl);
	}
	.mpcrbm [class*="_dBRL_T"] {
		-webkit-border-radius: var(--dbrl) var(--dbrl) 0 0;
		border-radius: var(--dbrl) var(--dbrl) 0 0;
	}
	.mpcrbm [class*="_dBRL_R"] {
		-webkit-border-radius: 0 var(--dbrl) var(--dbrl) 0;
		border-radius: 0 var(--dbrl) var(--dbrl) 0;
	}
	.mpcrbm [class*="_dBRL_B"] {
		-webkit-border-radius: 0 0 var(--dbrl) var(--dbrl);
		border-radius: 0 0 var(--dbrl) var(--dbrl);
	}
	.mpcrbm [class*="_bB_50"] {
		-webkit-border-radius: 50px;
		border-radius: 50px;
	}
	.mpcrbm .remove_icon,
	.mpcrbm [class*="circle"] {
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
	.mpcrbm .buttonGroup > *,
	.mpcrbm .groupContent .formControl,
	.mpcrbm .zeroRadius,
	.mpcrbm [class*="_zeroRadius"] {
		-webkit-border-radius: 0;
		border-radius: 0;
	}
}
/******************************************************************** Button Section ************************************************/
@media only screen and (min-width: 10px) {
	.mpcrbm .mpBtn,
	.mpcrbm [class*="_mpBtn"],
	.mpcrbm button {
		position: relative;
		font-size: var(--button_fs);
		font-weight: var(--fw-medium);
		line-height: 1;
		cursor: pointer;
		overflow: visible;
		border: none;
		-webkit-appearance: button;
		text-transform: capitalize;
	}
	.mpcrbm button[disabled] {
		cursor: not-allowed;
		opacity: 0.8;
		background-color: #DDD;
	}
	.mpcrbm button:hover,
	.mpcrbm button:focus {
		text-decoration: none;
		opacity: 0.8;
		background-color: var(--color_theme);
		color: var(--color_white);
	}
	.mpcrbm button:hover span,
	.mpcrbm button:focus span {
		color: var(--color_white);
	}
	.mpcrbm .mpBtn,
	.mpcrbm [class*="_mpBtn"] {
		padding: var(--dmp_xs) var(--dmp);
		color: var(--d_color);
		background-color: transparent;
		border: 1px solid var(--color_border);
	}
	.mpcrbm .mpBtn_xs,
	.mpcrbm [class*="_mpBtn_xs"] {
		padding: 7px var(--dmp_xs);
	}
	.mpcrbm .mpBtn.mpActive,
	.mpcrbm [class*="_mpBtn"].mpActive {
		border-color: var(--color_theme);
		color: var(--color_theme);
	}
	.mpcrbm .mpBtn.mActive,
	.mpcrbm [class*="_mpBtn"].mActive,
	.mpcrbm .mpBtn.mpActive:hover,
	.mpcrbm [class*="_mpBtn"].mpActive:hover {
		background-color: var(--color_theme);
		color: var(--color_theme_alter);
	}
	/***/
	.mpcrbm [class*="dButton"] {
		padding: 0 var(--dmp);
		min-width: var(--button_width);
		height: auto;
		min-height: var(--button_height);
		color: var(--color_button);
		background-color: var(--color_theme);
	}
	.mpcrbm [class*="dButton"] span {
		margin: 0 var(--dmp_xs) 0 0;
	}
	.mpcrbm .dButton,
	.mpcrbm [class*="_dButton"] {
		color: var(--color_button);
		background-color: var(--color_theme);
	}
	.mpcrbm .dButton.mActive,
	.mpcrbm [class*="_dButton"].mActive {
		color: var(--color_white);
		background-color: var(--color_theme);
	}
	.mpcrbm .dButton span,
	.mpcrbm [class*="_dButton"] span {
		color: var(--color_button);
	}
	/***/
	.mpcrbm .themeButton,
	.mpcrbm [class*="_themeButton"] {
		background-color: var(--color_theme);
		color: var(--color_theme_alter);
		padding: var(--dmp_xs) var(--dmp);
		border: 1px solid var(--color_theme);
	}
	.mpcrbm .themeButton span,
	.mpcrbm [class*="_themeButton"] span {
		color: var(--color_theme_alter);
	}
	.mpcrbm .themeButton:hover,
	.mpcrbm [class*="_themeButton"]:hover {
		background-color: var(--color_theme);
		color: var(--color_theme_alter);
		border-color: var(--color_theme);
	}
	.mpcrbm .themeButton:hover span,
	.mpcrbm [class*="_themeButton"]:hover span {
		color: var(--color_theme_alter);
	}
	/****/
	.mpcrbm .warningButton,
	.mpcrbm [class*="_warningButton"] {
		background-color: var(--color_2);
		color: var(--color_theme);
		padding: var(--dmp_xs) var(--dmp);
		border: 1px solid var(--color_2);
	}
	.mpcrbm .warningButton span,
	.mpcrbm [class*="_warningButton"] span {
		color: var(--color_danger);
	}
	.mpcrbm .warningButton:hover,
	.mpcrbm [class*="_warningButton"]:hover {
		background-color: var(--color_light);
		color: var(--color_danger);
	}
	.mpcrbm .warningButton:hover span,
	.mpcrbm [class*="_warningButton"]:hover span {
		color: var(--color_danger);
	}
	/****************/
	.mpcrbm .whiteButton,
	.mpcrbm [class*="_whiteButton"] {
		background-color: var(--color_white);
		color: var(--color_black);
		padding: var(--dmp_xs) var(--dmp);
		border: 1px solid var(--color_theme);
		margin-right: -1px;
	}
	.mpcrbm .whiteButton span,
	.mpcrbm [class*="whiteButton"] span {
		color: var(--color_theme);
	}
	.mpcrbm .whiteButton:hover,
	.mpcrbm [class*="whiteButton"]:hover {
		background-color: var(--color_theme_aa);
		color: var(--color_white);
	}
	.mpcrbm .whiteButton:hover span,
	.mpcrbm [class*="whiteButton"]:hover span {
		color: var(--color_white);
	}
	/*********/
	.mpcrbm .successButton,
	.mpcrbm [class*="_successButton"] {
		background-color: var(--color_success);
		color: var(--color_theme_alter);
		padding: var(--dmp_xs) var(--dmp);
		border: 1px solid var(--color_success);
	}
	.mpcrbm .successButton span,
	.mpcrbm [class*="_successButton"] span {
		color: var(--color_theme_alter);
	}
	.mpcrbm .successButton:hover,
	.mpcrbm [class*="_successButton"]:hover {
		background-color: var(--color_light);
		color: var(--color_success);
	}
	.mpcrbm .successButton:hover span,
	.mpcrbm [class*="_successButton"]:hover span {
		color: var(--color_success);
	}
	/*********/
	.mpcrbm .navy_blueButton,
	.mpcrbm [class*="_navy_blueButton"] {
		background-color: var(--color_navy_blue);
		color: var(--color_theme_alter);
		padding: var(--dmp_xs) var(--dmp);
		border: 1px solid var(--color_navy_blue);
	}
	.mpcrbm .navy_blueButton span,
	.mpcrbm [class*="_navy_blueButton"] span {
		color: var(--color_theme_alter);
	}
	.mpcrbm .navy_blueButton:hover,
	.mpcrbm [class*="_navy_blueButton"]:hover {
		background-color: var(--color_theme_alter);
		color: var(--color_navy_blue);
		border-color: var(--color_navy_blue);
	}
	.mpcrbm .navy_blueButton:hover span,
	.mpcrbm [class*="_navy_blueButton"]:hover span {
		color: var(--color_navy_blue);
	}
	/****/
	.mpcrbm [class*="Button_xs"] {
		min-width: auto;
		min-height: var(--button_height_xs);
		padding: 7px var(--dmp_xs);
		font-size: var(--fs);
	}
	/*************************/
	.mpcrbm [class*="dButton"].mpActive {
		background-color: var(--color_theme);
		color: var(--color_theme_alter);
	}
}
/******************************************************************** Helper Section************************************************/
@media only screen and (min-width: 10px) {
	.mpcrbm small {
		font-size: var(--fs_small);
	}
	/********Helper Class***********/
	.mpcrbm .divider,
	.mpcrbm [class*="_divider"],
	.mpcrbm hr {
		margin: var(--dmp_xs) 0;
		line-height: 1;
		border-color: var(--color_border);
		display: block;
		height: 1px;
		background-color: var(--color_border);
		width: 100%;
	}
	.mpcrbm .divider_3,
	.mpcrbm [class*="_divider_3"] {
		margin: var(--dmp_xs) 0;
		line-height: 1;
		border-color: var(--color_border);
		display: block;
		height: 3px;
		background-color: var(--color_border);
		width: 100%;
	}
	.mpcrbm .dividerL,
	.mpcrbm [class*="_dividerL"] {
		margin: var(--dmp) 0;
		line-height: 1;
		border-color: var(--color_border);
		display: block;
		height: 1px;
		background-color: var(--color_border);
		width: 100%;
	}
	.mpcrbm .separatorRight > *,
	.mpcrbm [class*="_separatorRight"] > * {
		border-right: 2px solid var(--color_border);
	}
	.mpcrbm .separatorRight > *,
	.mpcrbm [class*="_separatorRight"] > :last-child {
		border-right: none;
	}
	div.mpcrbm .mpDisabled {
		cursor: no-drop;
		opacity: 0.7;
		pointer-events: none;
	}
	.mpcrbm .strikeLine {
		position: relative;
		padding: 0 var(--dmp_xs);
		color: var(--color_warning);
	}
	.mpcrbm .strikeLine:before {
		content: " ";
		display: block;
		width: 100%;
		border-top: 1px solid #8B0000AA;
		position: absolute;
		left: 0;
		right: 0;
		top: 11px;
		transform: rotate(-11deg);
	}
	/**************/
	.mpcrbm .rotate_90,
	.mpcrbm [class*="_rotate_90"] {
		transform: rotate(90deg);
	}
	/**************/
	div.mpcrbm .hidden_content,
	.mpcrbm .dNone,
	.mpcrbm [class*="_dNone"] {
		display: none;
	}
	.mpcrbm .dBlock,
	.mpcrbm [class*="_dBlock"] {
		display: block;
	}
	.mpcrbm .dInlineBlock,
	.mpcrbm [class*="_dInlineBlock"],
	.mpcrbm small,
	.mpcrbm span,
	.mpcrbm strong {
		display: inline-block;
	}
	/**************/
	.mpcrbm .fLeft,
	.mpcrbm [class*="_fLeft"] {
		float: left;
	}
	.mpcrbm .fRight,
	.mpcrbm [class*="_fRight"] {
		float: right;
	}
	/**************/
	/**************/
	.mpcrbm .textLeft,
	.mpcrbm [class*="_textLeft"] {
		text-align: left;
	}
	.mpcrbm .textCenter,
	.mpcrbm [class*="_textCenter"] {
		text-align: center;
	}
	.mpcrbm .textRight,
	.mpcrbm [class*="_textRight"] {
		text-align: right;
	}
	.mpcrbm .textCapitalize,
	.mpcrbm [class*="_textCapitalize"] {
		text-transform: capitalize;
	}
	.mpcrbm .textNowrap,
	.mpcrbm [class*="_textNowrap"] {
		white-space: nowrap;
	}
	/**************/
	.mpcrbm [class*="_dotted"] {
		border-style: dotted;
	}
	.mpcrbm [class*="_border"] {
		border: 1px solid var(--color_border);
	}
	.mpcrbm .bT,
	.mpcrbm [class*="_bT"] {
		border-top: 1px solid var(--color_border);
	}
	.mpcrbm [class*="_bDot"] {
		border: 1px dotted var(--color_border);
	}
	.mpcrbm [class*="_bDash"] {
		border: 1px dashed var(--color_border);
	}
	.mpcrbm [class*="_bR"] {
		border-right: 1px solid var(--color_border);
	}
	.mpcrbm [class*="_bR_dash"] {
		border-right: 1px dashed var(--color_border);
	}
	.mpcrbm [class*="_bR_dot"] {
		border-right: 1px dotted var(--color_border);
	}
	.mpcrbm [class*="_bB"],
	.mpcrbm .borB {
		border-bottom: 1px solid var(--color_border);
	}
	.mpcrbm [class*="_bB_dot"] {
		border-bottom: 1px dotted var(--color_border);
	}
	.mpcrbm .zeroBorder,
	.mpcrbm [class*="_zeroBorder"] {
		border: none;
	}
	/**************/
	.mpcrbm .padZero,
	.mpcrbm span.padZero,
	.mpcrbm [class*="_pad_zero"] {
		padding: 0;
	}
	.mpcrbm .padding,
	.mpcrbm [class*="_padding"] {
		padding: var(--dmp);
	}
	.mpcrbm .padding_xs,
	.mpcrbm [class*="_padding_xs"] {
		padding: var(--dmp_xs);
	}
	.mpcrbm .pad_25,
	.mpcrbm [class*="_pad_25"] {
		padding: 25px;
	}
	.mpcrbm .pT,
	.mpcrbm [class*="_pT"] {
		padding-top: var(--dmp);
	}
	.mpcrbm .pT_xs,
	.mpcrbm [class*="_pT_xs"] {
		padding-top: var(--dmp_xs);
	}
	.mpcrbm .pR,
	.mpcrbm [class*="_pR"] {
		padding-right: var(--dmp);
	}
	.mpcrbm .pR_xs,
	.mpcrbm [class*="_pR_xs"] {
		padding-right: var(--dmp_xs);
	}
	.mpcrbm .pR_5,
	.mpcrbm [class*="_pR_5"] {
		padding-right: 5%;
	}
	.mpcrbm .pr_15 {
		padding-right: 15%;
	}
	.mpcrbm .pB,
	.mpcrbm [class*="_pB"] {
		padding-bottom: var(--dmp);
	}
	.mpcrbm .pB_xs,
	.mpcrbm [class*="_pB_xs"] {
		padding-bottom: var(--dmp_xs);
	}
	.mpcrbm .pL,
	.mpcrbm [class*="_pL"] {
		padding-left: var(--dmp);
	}
	.mpcrbm .pL_xs,
	.mpcrbm [class*="_pL_xs"] {
		padding-left: var(--dmp_xs);
	}
	.mpcrbm .pTB,
	.mpcrbm [class*="_pTB"] {
		padding: var(--dmp) 0;
	}
	.mpcrbm .pTB_xs,
	.mpcrbm [class*="pTB_xs"] {
		padding: var(--dmp_xs) 0;
	}
	/**************/
	div.mpcrbm .margin,
	div.mpcrbm [class*="_margin"] {
		margin: var(--dmp);
	}
	div.mpcrbm .mZero,
	div.mpcrbm [class*="_mZero"],
	.mpcrbm span[class*="_icon"] {
		margin: 0;
	}
	div.mpcrbm .mAuto,
	div.mpcrbm [class*="_mAuto"] {
		margin: 0 auto;
	}
	div.mpcrbm .fullAuto,
	div.mpcrbm [class*="_fullAuto"] {
		margin: auto;
	}
	.mpcrbm .mT,
	.mpcrbm [class*="_mT"] {
		margin-top: var(--dmp);
	}
	.mpcrbm .mT_xs,
	.mpcrbm [class*="_mT_xs"] {
		margin-top: var(--dmp_xs);
	}
	.mpcrbm .mT_25,
	.mpcrbm [class*="_mT_25"] {
		margin-top: 25px;
	}
	.mpcrbm .mT_40,
	.mpcrbm [class*="_mT_40"] {
		margin-top: 40px;
	}
	.mpcrbm .mR,
	.mpcrbm [class*="_mR"] {
		margin-right: var(--dmp);
	}
	.mpcrbm .mR_xs,
	.mpcrbm [class*="_mR_xs"] {
		margin-right: var(--dmp_xs);
	}
	.mpcrbm .mR_5,
	.mpcrbm [class*="_mR_5"] {
		margin-right: 5%;
	}
	.mpcrbm .mB,
	.mpcrbm [class*="_mB"] {
		margin-bottom: var(--dmp);
	}
	.mpcrbm .mB_xs,
	.mpcrbm [class*="_mB_xs"] {
		margin-bottom: var(--dmp_xs);
	}
	.mpcrbm .mL,
	.mpcrbm [class*="_mL"] {
		margin-left: var(--dmp);
	}
	.mpcrbm .mL_xs,
	.mpcrbm [class*="_mL_xs"] {
		margin-left: var(--dmp_xs);
	}
	.mpcrbm .mL_20,
	.mpcrbm [class*="_mL_20"] {
		margin-left: 20px;
	}
	.mpcrbm .mL_25,
	.mpcrbm [class*="_mL_25"] {
		margin-left: 25px;
	}
	.mpcrbm .mTB,
	.mpcrbm [class*="_mTB"] {
		margin: var(--dmp) 0;
	}
	.mpcrbm .mTB_xs,
	.mpcrbm [class*="_mTB_xs"] {
		margin: var(--dmp_xs) 0;
	}
	.mpcrbm .mLR,
	.mpcrbm [class*="_mLR"] {
		margin: 0 var(--dmp);
	}
	.mpcrbm .mLR_xs,
	.mpcrbm [class*="_mLR_xs"] {
		margin: 0 var(--dmp_xs);
	}
	.mpcrbm .mTR_xs,
	.mpcrbm [class*="_mTR_xs"] {
		margin: var(--dmp_xs) var(--dmp_xs) 0 0;
	}
	/***************/
	div.mpcrbm .mp_zero,
	div.mpcrbm [class*="_mp_zero"] {
		margin: 0;
		padding: 0;
	}
	/***************/
	.mpcrbm .oAuto,
	.mpcrbm [class*="_oAuto"] {
		overflow: auto;
	}
	.mpcrbm .ovAuto,
	.mpcrbm [class*="_ovAuto"] {
		overflow: auto;
	}
	.mpcrbm .ovAuto > *,
	.mpcrbm [class*="_ovAuto"] > *,
	.mpcrbm .ovHidden,
	.mpcrbm [class*="_ovHidden"] {
		overflow: hidden;
	}
	/***************/
	.mpcrbm .offsetRight_1 {
		margin-right: 8.3333333333%;
	}
	/***************/
	.mpcrbm .textUppercase {
		text-transform: uppercase;
	}
	/*****************/
	.mpcrbm .noBR,
	.mpcrbm [class*="_noBR"] {
		border: none;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	/*****************/
	.mpcrbm .contentScroll {
		overflow: auto;
	}
	/*****************/
	.mpcrbm .verticalTop,
	.mpcrbm [class*="_verticalTop"] {
		vertical-align: top;
	}
	/*****************/
	/*****************/
	@media only screen and (max-width: 900px) {
		div.mpcrbm .hidden_sm {
			display: none;
		}
	}
	@media only screen and (max-width: 767px) {
		div.mpcrbm .hidden_xs,
		div.mpcrbm [class*="_hidden_xs"] {
			display: none;
		}
	}
}
/******************************************************************** Loader Section ************************************************/
@media only screen and (min-width: 10px) {
	div[class*="mpcrbm_loader"],
	div[class*="mpcrbm_spinner"] {
		position: absolute;
		z-index: 11111;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		font-size: var(--fs_h1);
		width: 100%;
		height: 100%;
	}
	div[class*="mpcrbm_loader"] {
		background: #0003;
		color: var(--color_theme);
	}
	div[class*="mpcrbm_loader"].pFixed {
		position: fixed;
		max-width: 100vw;
		max-height: 100vh;
	}
	div.mpcrbm_loader_xs {
		font-size: var(--fs_h5);
	}
	div[class*="mpcrbm_loader"].border_spin_loader span {
		border-top: 5px solid var(--color_theme_alter);
		border-right: 5px solid var(--color_theme);
		border-bottom: 5px solid var(--color_theme_alter);
		border-left: 5px solid var(--color_theme);
		width: 60px;
		height: 60px;
		-webkit-animation: spin 1000ms linear infinite;
		animation: spin 1000ms linear infinite;
	}
	div[class*="mpcrbm_loader_xs"].border_spin_loader span {
		border-width: 2px;
		width: 20px;
		height: 20px;
	}
	@keyframes spin {
		0% {
			transform: rotate(0deg);
		}
		25% {
			transform: rotate(90deg);
		}
		50% {
			transform: rotate(180deg);
		}
		75% {
			transform: rotate(270deg);
		}
		100% {
			transform: rotate(360deg);
		}
	}
	div[class*="mpcrbm_spinner"] {
		padding: var(--dmp);
		color: var(--color_theme);
	}
	/******/
	.mpcrbm_placeholder .placeholder_area {
		background-color: #FFF;
		position: relative;
		padding: var(--dmp_xs);
	}
	.mpcrbm_placeholder .placeholder_area::before {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 111;
		content: "";
		/*background: #f6f7f8;*/
		/*background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;*/
		background: linear-gradient(
			to right,
			rgba(255, 255, 255, 0) 2%,
			rgba(255, 255, 255, 0.4) 18%,
			rgba(255, 255, 255, 0) 33%
		);
		-webkit-animation: placeholderAnimate 3s linear infinite;
		animation: placeholderAnimate 3s linear infinite;
	}
	.mpcrbm_placeholder [data-placeholder] {
		position: relative;
		overflow: hidden;
	}
	.mpcrbm_placeholder [data-placeholder]::before {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 11;
		content: "";
		background: #DDD;
	}
	@-webkit-keyframes placeholderAnimate {
		0% {
			background-position: -100% 0;
		}
		100% {
			background-position: 100% 0;
		}
	}
	@keyframes placeholderAnimate {
		0% {
			background-position: -1000px 0;
		}
		100% {
			background-position: 1000px 0;
		}
	}
}
/******************************************************************** Menu section ************************************************/
@media only screen and (min-width: 10px) {
	nav.mpcrbm {
		background-color: var(--color_4);
	}
	.mpcrbm .mpMenu li {
		position: relative;
		border-left: 1px dotted var(--color_border);
	}
	.mpcrbm .mpMenu li:last-child {
		border-right: 1px dotted var(--color_border);
	}
	.mpcrbm .mpMenu li a {
		color: var(--color_white);
		font-weight: 500;
		text-align: center;
		font-size: var(--fs_h6);
		padding: var(--dmp) var(--dmp_xs);
		width: 100%;
	}
	.mpcrbm .mpMenu li a:hover {
		color: var(--color_theme);
	}
	.mpcrbm .mpMenu li.current_page_item a {
		color: var(--color_5);
	}
	.mpcrbm .mpSubMenu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background-color: var(--color_4);
		min-width: 280px;
		z-index: 111111;
	}
	.mpcrbm .mpSubMenu .mpSubMenu {
		top: -1px;
		left: 100%;
		border-left: 2px solid var(--color_theme);
	}
	.mpcrbm .mpMenu li:last-child .mpSubMenu {
		right: 0;
		left: inherit;
	}
	.mpcrbm .mpMenu li:hover > .mpSubMenu {
		display: block;
	}
	.mpcrbm .mpSubMenu {
		border-top: 1px dotted var(--color_border);
		border-bottom: 1px dotted var(--color_border);
	}
	.mpcrbm .mpSubMenu li {
		border-bottom: 1px dotted var(--color_border);
		border-left: none;
		border-right: none;
	}
	.mpcrbm .mpSubMenu li a {
		padding: var(--dmp_xs);
		text-align: left;
	}
	.mpcrbm .mpSubMenu li:last-child {
		border: none;
	}
	.mpcrbm .menu-item-has-children > a::after {
		content: "✛";
		margin: 0 0 0 10px;
		color: var(--color_theme);
		font-weight: bold;
		float: right;
	}
}
/******************************************************************** Image/slider Section ************************************************/
@media only screen and (min-width: 10px) {
	.mpcrbm img:not(.wp_editor img) {
		width: 100%;
		height: auto;
		max-width: 100%;
	}
	/*******Click slider***************/
	.mpcrbm [class*="clickSlide"] {
		background-color: var(--color_white);
		padding: var(--dmp);
	}
	.mpcrbm [class*="slideItem"] {
		display: none;
	}
	.mpcrbm [class*="slideItem"].active {
		display: block;
	}
	.mpcrbm [class*="slideItem"] img {
		width: 100%;
	}
	.mpcrbm [class*="slideIndicator"] {
		margin: var(--dmp) 0 0 0;
	}
	.mpcrbm [class*="slideIndicatorItem"] {
		border: 3px solid var(--color_border);
		margin: 0 5px;
		background-color: var(--color_border);
	}
	.mpcrbm [class*="slideIndicatorItem"].active {
		border-color: var(--color_active);
		background-color: var(--color_active);
	}
	.mpcrbm [class*="slideIndicatorItem"] img {
		height: 30px;
		width: auto;
	}
	.mpcrbm [class*="slideIndicatorItem"].active img {
		height: 35px;
	}
	/***********Bg Image****************/
	div.bg_image_area {
		width: 100%;
		overflow: hidden;
		position: relative;
		/*height: 150px;*/
		border-radius: 5px;
	}
	[data-bg-image] {
		background-size: 100% 100%;
		background-position: center center;
		position: relative;
		height: 100%;
		width: 100%;
		min-height: inherit;
	}
	[data-bg-image]:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-image: linear-gradient(170deg, transparent, Black);
		opacity: .4;
	}
	[data-bg-image] > * {
		color: #FFF;
	}
	div.bg_image_area:hover [data-bg-image],
	[data-bg-image]:hover {
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	[data-href] {
		cursor: pointer;
	}
	[data-bg-image].circle {
		overflow: hidden;
	}
	/**************** Super slider **********************************************/
	div.superSlider .iconIndicator,
	div.superSlider .sliderPopup .popupClose {
		-webkit-transition: 350ms ease-in-out;
		-moz-transition: 350ms ease-in-out;
		-o-transition: 350ms ease-in-out;
		transition: 350ms ease-in-out;
	}
	/******************************/
	div.superSlider .sliderPopup.in,
	div.superSlider .sliderPopup .popupClose,
	div.superSlider .slideIndicator,
	div.superSlider .sliderMoreItem {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	/***************************/
	div.superSlider {
		overflow: hidden;
		display: -webkit-flex;
		display: flex;
		background-color: #FFF;
		position: relative;
	}
	div.superSlider .area_column {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	div.superSlider .sliderAllItem {
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	div.superSlider .sliderItem img {
		width: 100%;
		max-height: 100%;
	}
	div.superSlider .sliderItem {
		position: relative;
		float: left;
		width: 100%;
		margin-right: -100%;
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		backface-visibility: hidden;
		-webkit-transition: -webkit-transform 0.06s ease-in-out;
		transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
	}
	div.superSlider .sliderItem.activeSlide {
		z-index: 1;
		transform: translateX(0);
	}
	div.superSlider .sliderItem.prevSlider {
		transform: translateX(-100%);
		z-index: 0;
	}
	div.superSlider .sliderItem.nextSlider {
		transform: translateX(100%);
		z-index: 0;
	}
	/*************Image Showcase***************/
	div.superSlider .sliderShowcase {
		display: -webkit-flex;
		display: flex;
	}
	div.superSlider .sliderShowcase.right,
	div.superSlider .sliderShowcase.left {
		width: 18.65%;
		min-width: 18.65%;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	div.superSlider .sliderShowcase.style_2,
	div.superSlider .sliderShowcase.style_2 {
		width: 39%;
		min-width: 39%;
		-webkit-flex-direction: initial;
		flex-direction: initial;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	div.superSlider .sliderShowcase.style_2 > div {
		width: calc(50% - 5px);
		margin: 0 var(--dmp_xs) 0 0;
	}
	div.superSlider .sliderShowcase.style_2 > div:first-child {
		width: 100%;
		margin: 0 0 var(--dmp_xs) 0;
	}
	div.superSlider .sliderShowcase.style_2 > div:last-child {
		margin: 0;
	}
	div.superSlider .sliderShowcase.left {
		margin: 0 var(--dmp_xs) 0 0;
	}
	div.superSlider .sliderShowcase.right {
		margin: 0 0 0 var(--dmp_xs);
	}
	div.superSlider .area_column .sliderShowcase {
		width: 100%;
		min-width: 100%;
	}
	div.superSlider .sliderShowcase.top {
		margin: 0 0 var(--dmp_xs) 0;
	}
	div.superSlider .sliderShowcase.bottom {
		margin: var(--dmp_xs) 0 0 0;
	}
	div.superSlider .sliderShowcaseItem {margin: 0 0 10px 0; position: relative; overflow: hidden; }
	div.superSlider .area_column .sliderShowcaseItem {
		width: calc(25% - var(--dmp_xs));
	}
	div.superSlider .sliderShowcase div.superSlider .area_column {
		margin: 0 0 var(--dmp_xs) 0;
		position: relative;
		cursor: pointer;
		overflow: hidden;
	}
	div.superSlider .sliderShowcaseItem img {
		height: 100%;
	}
	div.superSlider .sliderMoreItem {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background-color: #000B;
		font-size: 18px;
		color: #FFF;
	}
	div.superSlider .sliderMoreItem span {
		margin: 0 5px;
		font-size: 10px;
	}
	div.superSlider .sliderMoreItem span:last-child {
		font-size: 18px;
	}
	/*******image indicator***************/
	div.superSlider .slideIndicator {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 5px -5px;
	}
	div.superSlider .slideIndicatorItem {
		border: 3px solid #DDD;
		margin: 5px;
		background-color: #DDD;
		width: 75px;
		overflow: hidden;
		position: relative;
	}
	div.superSlider .slideIndicatorItem.activeSlide {
		border-color: var(--color_active);
		background-color: var(--color_active);
	}
	/*******Icon indicator***************/
	div.superSlider .iconIndicator {
		position: absolute;
		z-index: 111;
		top: calc(50% - 15px);
		font-size: 30px;
		cursor: pointer;
		color: #222;
	}
	div.superSlider .iconIndicator:hover {
		color: #FFF;
	}
	div.superSlider .iconIndicator.prevItem {
		left: 20px;
	}
	div.superSlider .iconIndicator.nextItem {
		right: 20px;
	}
	/*************popup slider***************/
	[data-target-popup] {
		cursor: pointer;
	}
	div.superSlider .sliderPopup div.superSlider {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
		height: 100%;
		width: 100%;
		overflow: hidden;
		margin: 0;
		position: relative;
	}
	div.superSlider .sliderPopup {
		display: none;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 111111111;
		overflow: hidden auto;
		background: #000C;
	}
	div.superSlider .sliderPopup .popupClose {
		position: absolute;
		z-index: 1111;
		cursor: pointer;
		top: 100%;
		right: 50px;
		width: 50px;
		height: 50px;
		background-color: #FFF;
		color: #222;
		font-size: 20px;
	}
	div.superSlider .sliderPopup .popupClose:hover {
		color: #FFF;
		background-color: #222;
	}
	div.superSlider .sliderPopup .sliderAllItem {
		height: 70vh;
		background-color: transparent;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}
	div.superSlider .sliderPopup .sliderAllItem img {
		width: auto;
		height: 100%;
	}
	div.superSlider .sliderPopup .popup_header {
		border-bottom: 1px solid #FFF;
	}
	div.superSlider .sliderPopup .popup_header,
	div.superSlider .sliderPopup .popupFooter {
		color: #FFF;
		padding: 15px;
		max-height: 15vh;
		overflow: hidden auto;
		margin: 0 auto;
		width: 100%;
		background-color: #222;
		position: relative;
	}
	div.superSlider .sliderPopup .popup_header {
		overflow: visible;
	}
	div.superSlider .sliderPopup .popup_header h2 {
		color: #FFF;
		text-align: center;
	}
	div.superSlider .sliderPopup .popupFooter {
		border-top: 1px solid #FFF;
	}
	div.superSlider .sliderPopup .popupBody {
		position: relative;
		width: 80%;
		max-width: 100vh;
	}
	div.superSlider .sliderPopup .slideIndicator {
		margin: 0;
	}
}
/******************************************************************** Layout Section ************************************************/
@media only screen and (min-width: 10px) {
	/***********Circular***********/
	.mpcrbm .circleIcon,
	.mpcrbm [class*="_circleIcon"] {
		width: 40px;
		height: 40px;
		min-width: 40px;
		background-color: var(--color_theme);
		color: var(--color_theme_alter);
		margin: 0 var(--dmp) 0 0;
	}
	.mpcrbm .circleIcon_xs,
	.mpcrbm [class*="_circleIcon_xs"] {
		width: 25px;
		height: 25px;
		min-width: 25px;
		font-size: var(--fs_small);
		margin: 0 var(--dmp_xs) 0 0;
	}
	/*****Remove icon******/
	.mpcrbm .remove_area {
		position: relative;
	}
	.mpcrbm .remove_icon {
		position: absolute;
		top: -5px;
		right: -5px;
		width: 20px;
		height: 20px;
		cursor: pointer;
		opacity: 0;
		font-size: var(--fs);
		background-color: var(--color_danger);
		color: var(--color_theme_alter);
	}
	/**************Default************************/
	.mpcrbm .dLayout,
	.mpcrbm [class*="_dLayout"] {
		padding: var(--dmp);
		background-color: var(--color_white);
		border: 1px solid var(--color_border);
		margin-top: -1px;
		border-radius: 0;
	}
	.mpcrbm .dLayout:last-child,
	.mpcrbm [class*="_dLayout"]:last-child {
		border-bottom: 1px solid var(--color_border);
	}
	.mpcrbm .dLayout_xs,
	.mpcrbm [class*="_dLayout_xs"] {
		padding: var(--dmp_xs);
		background-color: var(--color_white);
		border: 1px solid var(--color_border);
	}
	/***********info***********/
	.mpcrbm .infoLayout,
	.mpcrbm [class*="_infoLayout"] {
		padding: var(--dmp);
		background-color: var(--color_light);
		margin-bottom: var(--dmp);
	}
	.mpcrbm .infoLayout_xs,
	.mpcrbm [class*="_infoLayout_xs"] {
		padding: var(--dmp_xs);
		margin-bottom: var(--dmp_xs);
	}
}
/******************************************************************** position Section************************************************/
@media only screen and (min-width: 10px) {
	/********Absolute Content********/
	.mpcrbm .pFixed,
	.mpcrbm [class*="_pFixed"] {
		position: fixed;
	}
	.mpcrbm .pRelative,
	.mpcrbm [class*="_pRelative"] {
		position: relative;
	}
	.mpcrbm [class*="pRelative"]:hover [class*="hoverAbsolute"] {
		display: block;
	}
	.mpcrbm .pAbsolute,
	.mpcrbm [class*="_pAbsolute"] {
		position: absolute;
	}
	.mpcrbm .fullAbsolute,
	.mpcrbm [class*="_fullAbsolute"] {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 11;
		width: 100%;
		height: 100%;
	}
	.mpcrbm [class*="hoverAbsolute"] {
		position: absolute;
		right: 0;
		top: 100%;
		left: 0;
		display: none;
		padding: 7px;
		border: 1px solid var(--color_border);
		font-size: 15px;
		z-index: 111;
	}
	.mpcrbm .abTopRight,
	.mpcrbm [class*="_abTopRight"] {
		position: absolute;
		right: 0;
		top: 0;
	}
	.mpcrbm .abTopRight_xs,
	.mpcrbm [class*="_abTopRight_xs"] {
		position: absolute;
		right: var(--dmp_xs);
		top: var(--dmp_xs);
	}
	.mpcrbm .abTopLeft_xs,
	.mpcrbm [class*="_abTopLeft_xs"] {
		position: absolute;
		left: var(--dmp_xs);
		top: var(--dmp_xs);
		z-index: 1;
	}
	.mpcrbm .abTopLeft,
	.mpcrbm [class*="_abTopLeft"] {
		position: absolute;
		left: var(--dmp);
		top: var(--dmp);
		z-index: 1;
	}
	.mpcrbm .abBottomRight,
	.mpcrbm [class*="_abBottomRight"] {
		position: absolute;
		right: -1px;
		bottom: -1px;
		z-index: 1;
		padding: 5px;
		font-size: 20px;
		font-weight: 500;
	}
	.mpcrbm .abLeftRightBottom,
	.mpcrbm [class*="_abLeftRightBottom"] {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		z-index: 111;
		padding: var(--dmp_xs);
	}
	.mpcrbm .abLeftRightBottom_inside,
	.mpcrbm [class*="_abLeftRightBottom_inside"] {
		position: absolute;
		left: 0;
		right: 0;
		top: inherit;
		bottom: 0;
		z-index: 111;
		padding: var(--dmp_xs);
	}
	/****************/
	.mpcrbm .ribbon {
		position: absolute;
		top: var(--dmp);
		left: 0;
		width: auto;
		height: auto;
		padding: 5px var(--dmp);
		background: var(--color_warning);
		color: #FFF;
		border-radius: 3px 6px 6px 0;
		-webkit-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.4);
		box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.4);
		z-index: 1;
	}
	.mpcrbm .ribbon::before {
		content: "";
		position: absolute;
		left: 0;
		bottom: -10px;
		width: 0;
		height: 0;
		border: 5px solid var(--color_warning);
		border-bottom-color: transparent;
		border-left-color: transparent;
		z-index: -1;
	}
	/****************/
	.mpcrbm .title_on_border {
		line-height: 1;
		height: 40px;
		position: absolute;
		top: -20px;
		left: 30px;
		color: var(--color_theme);
		background-color: var(--color_theme_alter);
		padding: 0 var(--dmp);
		border-radius: var(--dbr);
	}
	/********fixed Content********/
	div.mpcrbm .sticky_area.mpSticky {
		position: fixed;
	}
	div.mpcrbm .sticky_area.mpSticky .sticky_on_scroll {
		overflow: auto;
		z-index: 1111;
	}
}
/******************************************************************** Form section ************************************************/
@media only screen and (min-width: 10px) {
	.mpcrbm input,
	.mpcrbm optgroup,
	.mpcrbm select,
	.mpcrbm textarea,
	.mpcrbm button {
		font-family: inherit;
		line-height: 1.25;
		margin: 0;
	}
	.mpcrbm .formControl:-webkit-autofill,
	.mpcrbm .formControl:-webkit-autofill:hover,
	.mpcrbm .formControl:-webkit-autofill:focus,
	.mpcrbm .formControl:-webkit-autofill:active {
		-webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
		transition: color 9999s ease-out, background-color 9999s ease-out;
		-webkit-transition-delay: 9999s;
		transition-delay: 9999s;
	}
	div.mpcrbm form {
		margin: 0;
		padding: 0;
		line-height: 1.25;
	}
	.mpcrbm label {
		position: relative;
	}
	.mpcrbm label > span {
		white-space: nowrap;
	}
	/***************************/
	.mpcrbm .formControl::placeholder {
		color: #0005;
	}
	.mpcrbm .formControl:disabled {
		background-color: #DDD5;
		color: #FFF;
	}
	/***************************/
	div.mpcrbm .formControl {
		width: 100%;
		max-width: inherit;
		border: 1px solid var(--color_border);
		padding: 8px;
		font-size: var(--fs);
		color: var(--d_color);
		background-color: #FFF;
		font-weight: normal;
	}
	.mpcrbm .formControl:focus {
		outline: 0;
		background-color: #FFF;
		border-color: #80BDFF;
	}
	div.mpcrbm select.formControl {
		/* background-image: url("../images/arrow_down.png");
    background-repeat: no-repeat;
    background-position: calc(100% - var(--dmp_xs));
    background-size: auto;
    -webkit-appearance: none;
    padding: var(--dmp_xs) 35px var(--dmp_xs) var(--dmp_xs); */
	}
	div.mpcrbm select.formControl:focus {
		background-color: var(--color_theme_aa);
	}
	div.mpcrbm .formControl.date_type_without_year,
	div.mpcrbm .formControl.date_type,
	div.mpcrbm .formControl[type="date"] {
		background-image: url("../images/calendar.png");
		background-repeat: no-repeat;
		background-position: 8px center;
		background-size: auto;
		-webkit-appearance: none;
		font-weight: normal;
		padding: 8px 8px 8px 40px;
	}
	div.mpcrbm textarea.formControl {
		height: auto;
	}
	.mpcrbm .mpForm label {
		margin: var(--dmp_xs) 0 0 0;
		text-transform: capitalize;
	}
	.mpcrbm .mpForm label span {
		width: 100%;
		margin: 0 0 var(--dmp_xs) 0;
	}
	.mpcrbm .mpForm label span::before {
		padding: 0 var(--dmp_xs);
	}
	/****************/
	.mpcrbm .inputList {
		/*margin: var(--dmp) 0 0 0;*/
		position: relative;
	}
	.mpcrbm .inputList textarea.formControl {
		height: auto;
	}
	/******* group form*********/
	.mpcrbm .inputGroup {
		width: 100%;
		padding: 0 0 var(--dmp_xs) 0;
	}
	.mpcrbm .inputGroup label {
		width: auto;
		padding: 0 var(--dmp) 0 0;
	}
	.mpcrbm .inputGroup label input[type="checkbox"] {
		margin: 0 var(--dmp_xs);
	}
	/******* input as a select*********/
	div.mpcrbm div.input_select .formControl:focus {
		border-color: var(--color_border);
	}
	.mpcrbm div.input_select {
		position: relative;
	}
	.mpcrbm ul.input_select_list {
		display: none;
		z-index: 111;
		overflow: auto;
		max-height: 250px;
		height: auto;
		width: 100%;
		margin: 1px 0 0 0;
		padding: 10px;
		position: absolute;
		left: 0;
		top: 100%;
		right: 0;
		border: 1px solid var(--color_border);
		background-color: var(--color_white);
	}
	.mpcrbm ul.input_select_list li {
		padding: 10px;
		cursor: pointer;
		border-bottom: 1px solid var(--color_border);
		margin: 0;
		list-style-type: none;
	}
	.mpcrbm ul.input_select_list li:last-child {
		border-bottom: none;
	}
	.mpcrbm ul.input_select_list li:hover {
		background-color: #777;
		color: #FFF;
	}
	.mpcrbm ul.input_select_list li span {
		margin: 0 var(--dmp_xs) 0 0;
	}
	/*****Form inline*******/
	.mpcrbm .inputInline .mpForm {
		width: 100%;
		max-width: 100%;
	}
	.mpcrbm .inputInline .inputList {
		width: 100%;
		margin: var(--dmp_xs) var(--dmp_xs) 0 0;
	}
	.mpcrbm .inputInline .inputList label {
		margin: 0;
	}
	.mpcrbm .inputInline .inputList:last-child {
		margin-right: 0;
	}
	/********Form Horizontal**************/
	.mpcrbm .inputHorizontal {
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
		box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	}
	/**********Checkbox Radio*********/
	div.mpcrbm .customRadioLabel {
		font-size: var(--fs_h6);
		font-weight: var(--fw-medium);
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	div.mpcrbm .customRadioLabel input[type="radio"] ~ .formControl,
	.mpcrbm .customRadioLabel input[type="radio"] {
		display: none;
	}
	.mpcrbm .customRadio {
		padding: 0 var(--dmp_xs) 0 30px;
		margin: 0 var(--dmp_xs) var(--dmp_xs) 0;
		position: relative;
		cursor: pointer;
		line-height: 1;
		white-space: nowrap;
		min-height: 20px;
	}
	.mpcrbm .customRadio::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 20px;
		width: 20px;
		background-color: #FFF;
		border: 2px rgba(0, 0, 0, 0.5) solid;
		border-radius: 50%;
	}
	.mpcrbm .customRadioLabel input[type="radio"]:checked ~ .formControl {
		display: block;
	}
	.mpcrbm .customRadioLabel input[type="radio"]:checked ~ .customRadio::after,
	.mpcrbm .customRadio.active::after {
		content: "";
		position: absolute;
		left: 5px;
		top: 5px;
		height: 10px;
		width: 10px;
		background-color: var(--color_theme);
		border: 1px solid rgba(0, 0, 0, 0.5);
		border-radius: 50%;
	}
	.mpcrbm .customRadio.button_type {
		padding: var(--dmp_xs);
		margin: 5px;
		min-width: 120px;
		text-align: center;
		border: 1px solid var(--color_theme_alter);
		color: var(--color_theme_alter);
		background-color: var(--color_theme);
	}
	.mpcrbm .customRadio.button_type.active {
		background-color: grey;
		color: var(--color_theme_alter);
	}
	.mpcrbm .customRadio.button_type::before,
	.mpcrbm .customRadio.button_type::after {
		display: none;
	}
	/**********Checkbox Custom*********/
	.mpcrbm .customCheckbox {
		padding: 3px 0 0 24px;
		position: relative;
		line-height: 1;
		min-width: auto;
		white-space: wrap;
		margin-right: 5px;
	}
	.mpcrbm .customCheckbox::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 20px;
		width: 20px;
		background-color: var(--color_theme_alter);
		border: 2px solid var(--color_theme_aa);
		border-radius: 2px;
	}
	.mpcrbm .customCheckboxLabel {
		padding: 0 0 10px 0;
		cursor: pointer;
		font-weight: var(--fw-medium);
	}
	.mpcrbm .customCheckboxLabel input:checked ~ .customCheckbox::before {
		background: var(--color_theme);
	}
	/*******************/
	div.mpcrbm .selectCheckbox {
		min-width: 150px;
		padding: var(--dmp_xs);
		width: auto;
		border: 1px solid var(--color_border);
		cursor: pointer;
	}
	div.mpcrbm .customCheckboxLabel input[type="checkbox"],
	div.mpcrbm .selectCheckbox input[type="checkbox"] {
		display: none;
	}
	div.mpcrbm .selectCheckbox .customCheckbox::before {
		border: none;
		background-color: transparent;
	}
	div.mpcrbm .customCheckboxLabel input:focus ~ .customCheckbox::before,
	div.mpcrbm .selectCheckbox input:focus ~ .customCheckbox::before {
		outline: 0;
	}
	div.mpcrbm .customCheckboxLabel input:checked ~ .customCheckbox::after,
	div.mpcrbm .selectCheckbox input:checked ~ .customCheckbox::after {
		content: "";
		position: absolute;
		left: 2px;
		top: 4px;
		height: 8px;
		width: 16px;
		border: 2px solid var(--color_theme_alter);
		border-top: none;
		border-right: none;
		z-index: 11;
		background-color: transparent;
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	div.mpcrbm .active_select {
		background-color: var(--color_theme);
		color: var(--color_theme_alter);
	}
	div.mpcrbm .customCheckboxLabel.only_checkbox {
		width: 20px;
		margin: 0;
	}
	div.mpcrbm .customCheckboxLabel.only_checkbox span {
		padding: 0;
	}
	/*********Input Switch*******/
	.mpcrbm .roundSwitchLabel input[type="checkbox"] {
		display: none;
		line-height: 0;
	}
	.mpcrbm .roundSwitch {
		width: 50px;
		height: 25px;
		min-width: auto;
		position: relative;
		background-color: #CCC;
		border-radius: 30px;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}
	.mpcrbm .roundSwitch::before {
		position: absolute;
		content: "";
		height: 23px;
		width: 23px;
		left: 1px;
		bottom: 1px;
		background-color: white;
		border-radius: 50%;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}
	.mpcrbm .roundSwitchLabel input:checked + .roundSwitch {
		background-color: var(--color_theme);
	}
	.mpcrbm .roundSwitchLabel input:focus + .roundSwitch {
		box-shadow: 0 0 1px #2276D2;
	}
	.mpcrbm .roundSwitchLabel input:checked + .roundSwitch:before {
		-ms-transform: translateX(28px);
		transform: translateX(28px);
	}
	/*********Group radio check*******/
	.groupRadioCheck [data-radio-check] {
		cursor: pointer;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	.groupRadioCheck button[data-radio-check] {
		-webkit-justify-content: center;
		justify-content: center;
	}
	.groupRadioCheck [data-radio-check]:hover {
		border-color: var(--color_theme_88);
	}
	.groupRadioCheck [data-radio-check].mpActive {
		border-color: var(--color_theme);
	}
	/*********Group Content*******/
	.mpcrbm .groupContent {
		font-size: var(--fs);
		border: 1px solid var(--color_border);
		background-color: var(--color_theme);
		color: var(--color_theme_alter);
		text-align: center;
		position: relative;
	}
	div.mpcrbm div.groupContent > * {
		border-left: 1px solid var(--color_border);
		margin: 0;
	}
	div.mpcrbm div.groupContent > *:first-child {
		border: none;
	}
	div.mpcrbm div.groupContent .formControl {
		text-align: center;
		border: none;
		background-color: var(--color_white);
		height: 100%;
		border-radius: 0;
	}
	.mpcrbm .groupContent textarea.formControl {
		text-align: left;
	}
	.mpcrbm .groupContent input[type="radio"] {
	}
	.mpcrbm .groupContent input[type="radio"]::after {
		position: absolute;
		content: "";
		width: 20px;
		height: 20px;
		left: 0;
		top: 0;
		border: 1px solid var(--color_border);
		border-radius: 50%;
		margin: 10px;
	}
	div.mpcrbm .groupContent input[type="radio"]:checked::after {
		border-color: var(--color_theme);
	}
	.mpcrbm .groupContent input[type="radio"]:checked::before {
		position: absolute;
		content: "";
		width: 14px;
		height: 14px;
		left: 3px;
		top: 3px;
		border: 1px solid var(--color_theme);
		border-radius: 50%;
		background-color: var(--color_theme);
		margin: 10px;
	}
	.mpcrbm .addonGroupContent {
		min-width: 30px;
		cursor: pointer;
		background-color: #FFF;
		color: var(--color_theme_88);
	}
	.mpcrbm .addonGroupContent:hover {
		background-color: #555;
		color: #F2F2F2;
	}
	.mpcrbm .groupContent .select2-container--default .select2-selection--single { border: none; border-radius: 0; }
	/*****Form Qty inc dec*******/
	.mpcrbm .qtyIncDec { max-width: 100px; }
	/**********Responsive*********/
	@media only screen and (max-width: 1250px) {
		.mpcrbm .inputInline .inputList { max-width: calc(25% - 10px); }
	}
	@media only screen and (max-width: 1050px) {
		.mpcrbm .inputInline .mpForm { -webkit-flex-wrap: wrap; flex-wrap: wrap; }
		.mpcrbm .inputInline .inputList { max-width: calc(33.33% - 10px); -webkit-flex: inherit; flex: inherit; }
	}
	@media only screen and (max-width: 850px) {
		.mpcrbm .inputInline .inputList { max-width: calc(50% - 10px); }
	}
	@media only screen and (max-width: 600px) {
		.mpcrbm .inputInline .inputList {
			max-width: 100%;
			min-width: 100%;
		}
	}
	@media only screen and (max-width: 450px) {
		.mpcrbm .addonGroupContent {
			min-width: 25px;
		}
	}
}
/******************************************************************** List section ************************************************/
@media only screen and (min-width: 10px) {
	.mpcrbm ul:not(.wp_editor ul) {
		list-style-type: none;
		margin: 0;
		padding: 0;
		line-height: 1.25;
	}
	.mpcrbm ul li {
		margin: 0;
		padding: 0;
		line-height: inherit;
	}
	/******List inline**********/
	.mpcrbm ul.listInline li {
		text-align: center;
		border-right: 1px solid;
	}
	.mpcrbm ul.listInline li:last-child {
		border: none;
	}
	.mpcrbm ul.listInline li a {
		padding: var(--dmp_xs);
		display: block;
	}
	.mpcrbm ul.listInline li.mage_active {
		background-color: var(--color_active);
	}
	.mpcrbm ul.listInline li.mage_active a {
		color: #FFF;
	}
	/******list Horizontal*****/
	.mpcrbm ul.mp_list {
		margin: var(--dmp_xs) 0 0 0;
	}
	.mpcrbm ul.mp_list li {
		padding: 5px 0;
		border-bottom: 1px dotted var(--color_border);
		width: 100%;
	}
	.mpcrbm ul.mp_list li:last-child {
		border: none;
	}
	/******All in one line*****/
	.mpcrbm ul.listEqual li {
		text-align: center;
		border-right: 1px solid;
	}
	.mpcrbm ul.listEqual li a {
		padding: var(--dmp_xs);
		display: block;
	}
	.mpcrbm ul.listEqual li.mage_active {
		background-color: var(--color_active);
	}
	.mpcrbm ul.listEqual li.mage_active a {
		color: #FFF;
	}
	/***list inline two li***/
	.mpcrbm ul.list_inline_two li {
		width: 45%;
		padding: 5px;
		border-bottom: 1px solid var(--color_border);
	}
	.mpcrbm ul.list_inline_two li span {
		margin: 0 var(--dmp_xs) 0 0;
	}
}
/******************************************************************** Table section ************************************************/
@media only screen and (min-width: 10px) {
	.mpcrbm table {
		border-collapse: collapse;
		width: 100%;
	}
	.mpcrbm table.layoutFixed,
	.mpcrbm table[class*="_layoutFixed"] {
		table-layout: fixed;
	}
	.mpcrbm table th,
	.mpcrbm table td {
		border: 1px solid var(--color_border);
		padding: var(--dmp_xs);
	}
	.mpcrbm table thead th {
		vertical-align: middle;
		padding: var(--dmp_xs);
		font-weight: bold;
		font-size: var(--fs);
		white-space: nowrap;
		background-color: var(--color_light);
		color: var(--d_color);
	}
	.mpcrbm table tbody th {
		vertical-align: top;
		font-weight: normal;
	}
	.mpcrbm table td {
		padding: var(--dmp_xs);
		font-weight: var(--fw);
		font-size: var(--fs);
		line-height: 1.25;
		color: var(--d_color);
		vertical-align: middle;
	}
	/**************/
}
/******************************************************************** Tabs section ************************************************/
@media only screen and (min-width: 10px) {
	.mpcrbm .tabLists,
	.mpcrbm .leftTabs {
		display: -webkit-flex;
		display: flex;
	}
	.mpcrbm .tabLists {
		font-size: var(--fs_h6);
		width: 100%;
	}
	.mpcrbm .tabLists span {
		margin: 0 var(--dmp_xs) 0 0;
		color: var(--color_theme);
	}
	.leftTabs > .tabLists {
		-webkit-flex-flow: column;
		flex-flow: column;
		min-width: 250px;
		max-width: 283px;
		background-color: var(--color_light);
		padding: 10px;
	}
	div.mpcrbm [data-tabs-target] {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		position: relative;
		text-align: left;
		cursor: pointer;
		padding: 15px;
		color: var(--d_color);
		border-left: 2px solid transparent;
	}
	.mpcrbm [data-tabs-target]:hover {
		border-left: 2px solid var(--color_theme);
		background-color: var(--color_theme_alter);
	}
	.mpcrbm [data-tabs-target].active {
		background-color: var(--color_theme_alter);
		color: var(--d_color);
		border-left: 2px solid var(--color_theme);
	}
	.topTabs [data-tabs-target] {
		border-right: 1px solid var(--color_border);
		-webkit-justify-content: center;
		justify-content: center;
	}
	.topTabs [data-tabs-target]:last-child {
		border-right: none;
	}
	.mpcrbm [data-tabs-target].active::after, .mpcrbm [data-tabs-target]:hover::after {
		width: 100%;
	}
	.leftTabs [data-tabs-target] {
		position: relative;
	}
	.leftTabs [data-tabs-target]::after {
		width: 90%;
		height: 100%;
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		border-bottom: 1px solid var(--color_border);
	}
	.mpcrbm .tabsContent {
		position: relative;
		overflow: hidden;
		width: 100%;
		padding: 2% 5%;
	}
	.tabsContent [data-tabs] {
		display: none;
	}
	/**************/
	.mpcrbm_tabs.tabBorder {
		border: 1px solid var(--color_border);
	}
	.mpcrbm_tabs.tabBorder > .tabLists {
	}
	/******Tab next*********/
	.mpcrbm .mpcrbm_tab_next {
	}
	.mpcrbm_tab_next .tabListsNext {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.mpcrbm_tab_next .tabListsNext.dNone {
		display: none;
	}
	.mpcrbm_tab_next .tabItemNext {
		position: relative;
		min-height: 80px;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-flex: 1;
		flex: 1;
	}
	.mpcrbm_tab_next .tabItemNext [class*="circleIcon"] {
		background-color: var(--color_light);
		color: var(--d_color);
		margin: 0;
		z-index: 1;
	}
	.mpcrbm_tab_next .tabItemNext .circleTitle {
		color: var(--d_color);
		margin: var(--dmp_xs) 0 0 0;
		left: 0;
		top: 40px;
		width: 100%;
		position: absolute;
		text-align: center;
	}
	.mpcrbm_tab_next .tabItemNext.active [class*="circleIcon"] {
		background-color: var(--color_theme);
		color: var(--color_theme_alter);
	}
	.mpcrbm_tab_next .tabItemNext.active [class*="circleIcon"].success {
		background-color: var(--color_success);
	}
	.mpcrbm_tab_next .tabItemNext.active .circleTitle {
		color: var(--color_theme_aa);
	}
	.mpcrbm_tab_next .tabItemNext.active .circleTitle.success {
		color: var(--color_success);
	}
	.mpcrbm_tab_next .tabItemNext [class*="circleIcon"]::after {
		content: "";
		right: 0;
		left: calc(50% + 20px);
		top: 20px;
		position: absolute;
		border-bottom: 1px solid var(--color_border);
		z-index: -1;
		width: 100%;
	}
	.mpcrbm_tab_next .tabItemNext.active [class*="circleIcon"]::after {
		border-color: var(--color_theme);
	}
	.mpcrbm_tab_next .tabItemNext:last-child [class*="circleIcon"]::after {
		border: none;
		width: 0;
	}
	.mpcrbm .tabsContentNext {
		position: relative;
		width: 100%;
		padding: var(--dmp);
	}
	.tabsContentNext [data-tabs-next] {
		display: none;
	}
	.tabsContentNext [data-tabs-next].active {
		display: block;
	}
	.nextTab_prev_link {
		cursor: pointer;
	}
}
/******************************************************************** Panel section ************************************************/
@media only screen and (min-width: 10px) {
	div.mpcrbm .mpcrbm_panel,
	div.mpcrbm .mpcrbm_panel_xs {
		position: relative;
		border: 1px solid var(--color_border);
		border-radius: var(--dbr);
	}
	div.mpcrbm .panel_header {
		padding: 10px var(--dmp);
		background-color: #555;
		color: #FFF;
		border-radius: var(--dbr) var(--dbr) 0 0;
	}
	div.mpcrbm .panel_header .panelTitle,
	div.mpcrbm .panel_header .panelTitle span {
		color: #FFF;
	}
	div.mpcrbm .panel_body {
		padding: var(--dmp);
		background-color: var(--color_3);
		overflow-x: auto;
		border-radius: 0 0 var(--dbr) var(--dbr);
	}
	div.mpcrbm .mpcrbm_panel_xs .panel_header,
	div.mpcrbm .mpcrbm_panel_xs .panel_body {
		padding: var(--dmp_xs);
	}
	div.mpcrbm .panel_body.mp_zero {
		margin: 0;
		padding: 0;
	}
}
/******************************************************************** Faq section ************************************************/
@media only screen and (min-width: 10px) {
	div.mp_faq_item {
		margin: 0 0 var(--dmp_xs) 0;
	}
	div.mp_faq_item .mp_faq_title {
		background-color: #FFF;
		border: 1px solid #DDD;
		border-radius: 5px;
		font-weight: normal;
		text-transform: none;
	}
	div.mp_faq_item .mp_faq_title.active {
		border-color: var(--color_theme);
		border-radius: 5px 5px 0 0;
		background-color: var(--color_theme);
		color: var(--color_theme_alter);
	}
	div.mp_faq_item .mp_faq_title span {
		padding: 10px;
	}
	div.mp_faq_content {
		background-color: #FFF;
		padding: var(--dmp);
		border: 1px solid var(--color_theme);
		border-radius: 0 0 5px 5px;
		overflow: hidden;
		color: #606B7B;
		font-size: var(--fs_label);
	}
	div.mp_faq_item div.superSlider {
		min-width: 300px;
		max-width: 50%;
		margin: 0 var(--dmp_xs) var(--dmp_xs) 0;
		float: left;
	}
}
/******************************************************************** Popup section ************************************************/
@media only screen and (min-width: 10px) {
	[data-target-popup] {
		cursor: pointer;
	}
	div.mpPopup {
		display: none;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 111111;
		overflow: hidden;
		background: #000C;
	}
	div.mpPopup .popupMainArea {
		min-width: 500px;
		max-width: 700px;
		width: auto;
		min-height: 250px;
		max-height: 100vh;
		height: auto;
		background-color: #FFF;
		border: 20px solid #444;
		position: relative;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-flow: column;
		flex-flow: column;
	}
	div.mpPopup .popupMainArea.fullWidth {
		max-width: 100vw;
		width: 100%;
	}
	div.mpPopup .popupClose {
		position: fixed;
		z-index: 1111;
		cursor: pointer;
		top: 50px;
		right: 50px;
		width: 50px;
		height: 50px;
		background-color: #444;
		color: #FFF;
		font-size: 20px;
	}
	div.mpPopup .popupClose:hover {
		color: #FFF;
		background-color: #6B003E;
	}
	div.mpPopup .popup_header {
		border-bottom: 4px double var(--color_border);
		padding: var(--dmp_xs);
	}
	div.mpPopup .popupBody {
		padding: var(--dmp);
		overflow: auto;
	}
	div.mpPopup .popupFooter {
		border-top: 4px double var(--color_border);
		padding: var(--dmp_xs);
	}
	div.mpPopup .dLayout,
	div.mpPopup [class*="_dLayout"] {
		margin: 0;
	}
}
/******************************************************************** Pagination section ************************************************/
@media only screen and (min-width: 10px) {
	div.pagination_main_area .pagination_item {
		position: relative;
	}
	div.pagination_main_area .ribbon {
		left: var(--dmp_xs_negative);
	}
	div.pagination_area {
		margin: var(--dmp_xs) 0 0 0;
	}
	div.pagination_area button[class*="dButton_xs"] {
		min-width: 50px;
	}
	div.pagination_area button.active_pagination {
		color: var(--color_theme_alter);
		background-color: var(--color_active);
		min-width: 75px;
		font-size: var(--fs_h4);
	}
	div.pagination_area button.ellipse_left {
		display: none;
	}
	div.pagination_area button.ellipse_left,
	div.pagination_area button.ellipse_right {
		color: var(--color_theme);
		background-color: transparent;
	}
}
/******************************************************************** Grid Section************************************************/
@media only screen and (min-width: 10px) {
	/********Sidebar Content**************/
	.mpcrbm .leftSidebar,
	.mpcrbm .leftSidebar .sticky_area {
		width: 100%;
		max-width: var(--sidebarleft);
	}
	.mpcrbm .rightSidebar {
		width: 100%;
		max-width: var(--sidebarright);
	}
	.mpcrbm .mainSection {
		width: 100%;
		max-width: var(--mainsection);
		margin: 0 0 0 var(--dmp);
	}
	/**************************************/
	body.theme-astra div.mpContainer,
	body.theme-twentytwenty div.mpContainer,
	body.theme-twentytwentyone div.mpContainer,
	body.theme-twentytwentytwo div.mpContainer,
	div.mpContainer {
		max-width: var(--dcontainer_width);
		width: 100%;
		margin: 0 auto;
	}
	div.mpRow {
		min-height: 1px;
	}
	/************************/
	div.mpcrbm .fullHeight,
	div.mpcrbm [class*="_fullHeight"] {
		height: 100%;
	}
	div.mpcrbm [class*="_h_100"] {
		height: 100px;
	}
	div.mpcrbm [class*="_h_200"] {
		height: 200px;
	}
	/************************/
	div.mpcrbm [class*="_w_50"] {
		width: 50px;
		min-width: 50px;
	}
	div.mpcrbm [class*="_w_75"] {
		width: 75px;
		min-width: 75px;
	}
	div.mpcrbm [class*="_w_100"] {
		width: 100px;
		min-width: 100px;
		max-width: 100px;
	}
	div.mpcrbm [class*="_w_125"] {
		width: 125px;
		min-width: 125px;
	}
	div.mpcrbm [class*="_w_150"] {
		width: 150px;
		min-width: 150px;
	}
	div.mpcrbm [class*="_w_200"] {
		width: 200px;
		min-width: 200px;
	}
	div.mpcrbm [class*="_w_300"] {
		width: 300px;
		min-width: 300px;
	}
	div.mpcrbm [class*="_w_400"] {
		width: 400px;
		min-width: 400px;
	}
	div.mpcrbm [class*="_w_500"] {
		width: 500px;
		min-width: 500px;
	}
	div.mpcrbm [class*="_w_600"] {
		width: 600px;
		min-width: 600px;
	}
	div.mpcrbm [class*="_fullWidth"] {
		width: 100%;
		max-width: 100%;
	}
	/************************/
	div.mpcrbm .max_100,
	div.mpcrbm [class*="_max_100"] {
		max-width: 100px;
		width: 100%;
	}
	div.mpcrbm .max_150,
	div.mpcrbm [class*="_max_150"] {
		max-width: 150px;
		width: 100%;
	}
	div.mpcrbm .max_180,
	div.mpcrbm [class*="_max_180"] {
		max-width: 180px;
		width: 100%;
	}
	div.mpcrbm .max_200,
	div.mpcrbm [class*="_max_200"] {
		max-width: 200px;
		width: 100%;
	}
	div.mpcrbm .max_300,
	div.mpcrbm [class*="_max_300"] {
		max-width: 300px;
		width: 100%;
	}
	div.mpcrbm .max_400,
	div.mpcrbm [class*="_max_400"] {
		max-width: 400px;
		width: 100%;
	}
	div.mpcrbm .max_500,
	div.mpcrbm [class*="_max_500"] {
		max-width: 500px;
		width: 100%;
	}
	div.mpcrbm .max_600,
	div.mpcrbm [class*="_max_600"] {
		max-width: 600px;
		width: 100%;
	}
	div.mpcrbm .max_700,
	div.mpcrbm [class*="_max_700"] {
		max-width: 700px;
		width: 100%;
	}
	div.mpcrbm .max_800,
	div.mpcrbm [class*="_max_800"] {
		max-width: 800px;
		width: 100%;
	}
	div.mpcrbm .max_900,
	div.mpcrbm [class*="_max_900"] {
		max-width: 900px;
		width: 100%;
	}
	div.mpcrbm .max_1000,
	div.mpcrbm [class*="_max_1000"] {
		max-width: 1000px;
		width: 100%;
	}
	div.mpcrbm .max_1100,
	div.mpcrbm [class*="_max_1100"] {
		max-width: 1100px;
		width: 100%;
	}
	div.mpcrbm .max_1200,
	div.mpcrbm [class*="_max_1200"] {
		max-width: 1200px;
		width: 100%;
	}
	div.mpcrbm .max_full,
	div.mpcrbm [class*="_max_full"] {
		max-width: 100%;
		width: 100%;
	}
	/************************/
	div.mpcrbm .min_50,
	div.mpcrbm [class*="_min_50"] {
		min-width: 50px;
	}
	div.mpcrbm .min_100,
	div.mpcrbm [class*="_min_100"] {
		min-width: 100px;
	}
	div.mpcrbm .min_125,
	div.mpcrbm [class*="_min_125"] {
		min-width: 125px;
	}
	div.mpcrbm .min_150,
	div.mpcrbm [class*="_min_150"] {
		min-width: 150px;
	}
	div.mpcrbm .min_200,
	div.mpcrbm [class*="_min_200"] {
		min-width: 200px;
	}
	div.mpcrbm .min_250,
	div.mpcrbm [class*="_min_250"] {
		min-width: 250px;
	}
	div.mpcrbm .min_300,
	div.mpcrbm [class*="_min_300"] {
		min-width: 300px;
	}
	div.mpcrbm .min_400,
	div.mpcrbm [class*="_min_400"] {
		min-width: 400px;
	}
	div.mpcrbm .min_500,
	div.mpcrbm [class*="_min_500"] {
		min-width: 500px;
	}
	div.mpcrbm .min_600,
	div.mpcrbm [class*="_min_600"] {
		min-width: 600px;
	}
	div.mpcrbm .min_700,
	div.mpcrbm [class*="_min_700"] {
		min-width: 700px;
	}
	div.mpcrbm .min_800,
	div.mpcrbm [class*="_min_800"] {
		min-width: 800px;
	}
	div.mpcrbm .min_900,
	div.mpcrbm [class*="_min_900"] {
		min-width: 900px;
	}
	div.mpcrbm .min_1000,
	div.mpcrbm [class*="_min_1000"] {
		min-width: 1000px;
	}
	div.mpcrbm .min_auto,
	div.mpcrbm [class*="_min_auto"] {
		min-width: auto;
	}
	/**********************/
	div.mpcrbm div.grid_1 {
		width: 100%;
		padding: var(--dmp_xs);
	}
	div.mpcrbm div.grid_2 {
		width: calc(50% - var(--dmp));
		margin: var(--dmp_xs);
		padding: var(--dmp_xs);
	}
	div.mpcrbm div.grid_3 {
		width: calc(33.333333% - var(--dmp));
		margin: var(--dmp_xs);
		padding: var(--dmp_xs);
	}
	div.mpcrbm div.grid_4 {
		width: calc(25% - var(--dmp));
		margin: var(--dmp_xs);
		padding: var(--dmp_xs);
	}
	div.mpcrbm div.grid_5 {
		width: calc(20% - var(--dmp));
		margin: var(--dmp_xs);
		padding: var(--dmp_xs);
	}
	div.mpcrbm div.grid_6 {
		width: calc(16.66666667% - var(--dmp));
		margin: var(--dmp_xs);
		padding: var(--dmp_xs);
	}
	div.mpcrbm div.grid_7 {
		width: calc(14.285715% - var(--dmp));
		margin: var(--dmp_xs);
		padding: var(--dmp_xs);
	}
	div.mpcrbm div.grid_8 {
		width: calc(12.5% - var(--dmp));
		margin: var(--dmp_xs);
		padding: var(--dmp_xs);
	}
	div.mpcrbm div.grid_9 {
		width: calc(11.1111111111% - var(--dmp));
		margin: var(--dmp_xs);
		padding: var(--dmp_xs);
	}
	div.mpcrbm div.grid_10 {
		width: calc(10% - var(--dmp));
		margin: var(--dmp_xs);
		padding: var(--dmp_xs);
	}
	@media only screen and (max-width: 1000px) {
		div.mpcrbm div.grid_2,
		div.mpcrbm div.grid_3,
		div.mpcrbm div.grid_4,
		div.mpcrbm div.grid_5,
		div.mpcrbm div.grid_6,
		div.mpcrbm div.grid_7,
		div.mpcrbm div.grid_8,
		div.mpcrbm div.grid_9,
		div.mpcrbm div.grid_10 {
			width: calc(50% - var(--dmp));
		}
	}
	@media only screen and (max-width: 600px) {
		div.mpcrbm div.grid_2,
		div.mpcrbm div.grid_3,
		div.mpcrbm div.grid_4,
		div.mpcrbm div.grid_5,
		div.mpcrbm div.grid_6,
		div.mpcrbm div.grid_7,
		div.mpcrbm div.grid_8,
		div.mpcrbm div.grid_9,
		div.mpcrbm div.grid_10 {
			width: 100%;
		}
	}
	/**********************/
	.mpcrbm .col_1 {
		width: 8.3333333333%;
	}
	.mpcrbm .col_2 {
		width: 16.666666667%;
	}
	.mpcrbm .col_3 {
		width: 25%;
	}
	.mpcrbm .col_4 {
		width: 33.333333333%;
	}
	.mpcrbm .col_5 {
		width: 41.666666667%;
	}
	.mpcrbm .col_6 {
		width: 50%;
	}
	.mpcrbm .col_7 {
		width: 58.333333333%;
	}
	.mpcrbm .col_8 {
		width: 66.666666667%;
	}
	.mpcrbm .col_9 {
		width: 75%;
	}
	.mpcrbm .col_10 {
		width: 83.33333333%;
	}
	.mpcrbm .col_11 {
		width: 91.66666667%;
	}
	div.mpcrbm .col_12 {
		width: 100%;
	}
	/**********************/
	@media only screen and (max-width: 1200px) {
		.mpcrbm .col_1_1200 {
			width: 8.3333333333%;
		}
		.mpcrbm .col_2_1200 {
			width: 16.666666667%;
		}
		.mpcrbm .col_3_1200 {
			width: 25%;
		}
		.mpcrbm .col_4_1200 {
			width: 33.333333333%;
		}
		.mpcrbm .col_5_1200 {
			width: 41.666666667%;
		}
		.mpcrbm .col_6_1200 {
			width: 50%;
		}
		.mpcrbm .col_7_1200 {
			width: 58.333333333%;
		}
		.mpcrbm .col_8_1200 {
			width: 66.666666667%;
		}
		.mpcrbm .col_9_1200 {
			width: 75%;
		}
		.mpcrbm .col_10_1200 {
			width: 83.33333333%;
		}
		.mpcrbm .col_11_1200 {
			width: 91.66666667%;
		}
		.mpcrbm .col_12_1200 {
			width: 100%;
		}
	}
	/**********************/
	@media only screen and (max-width: 1100px) {
		.mpcrbm .col_1_1100 {
			width: 8.3333333333%;
		}
		.mpcrbm .col_2_1100 {
			width: 16.666666667%;
		}
		.mpcrbm .col_3_1100 {
			width: 25%;
		}
		.mpcrbm .col_4_1100 {
			width: 33.333333333%;
		}
		.mpcrbm .col_5_1100 {
			width: 41.666666667%;
		}
		.mpcrbm .col_6_1100 {
			width: 50%;
		}
		.mpcrbm .col_7_1100 {
			width: 58.333333333%;
		}
		.mpcrbm .col_8_1100 {
			width: 66.666666667%;
		}
		.mpcrbm .col_9_1100 {
			width: 75%;
		}
		.mpcrbm .col_10_1100 {
			width: 83.33333333%;
		}
		.mpcrbm .col_11_1100 {
			width: 91.66666667%;
		}
		.mpcrbm .col_12_1100 {
			width: 100%;
		}
	}
	/**********************/
	@media only screen and (max-width: 1000px) {
		.mpcrbm .col_1_1000 {
			width: 8.3333333333%;
		}
		.mpcrbm .col_2_1000 {
			width: 16.666666667%;
		}
		.mpcrbm .col_3_1000 {
			width: 25%;
		}
		.mpcrbm .col_4_1000 {
			width: 33.333333333%;
		}
		.mpcrbm .col_5_1000 {
			width: 41.666666667%;
		}
		.mpcrbm .col_6_1000 {
			width: 50%;
		}
		.mpcrbm .col_7_1000 {
			width: 58.333333333%;
		}
		.mpcrbm .col_8_1000 {
			width: 66.666666667%;
		}
		.mpcrbm .col_9_1000 {
			width: 75%;
		}
		.mpcrbm .col_10_1000 {
			width: 83.33333333%;
		}
		.mpcrbm .col_11_1000 {
			width: 91.66666667%;
		}
		.mpcrbm .col_12_1000 {
			width: 100%;
		}
	}
	/**********************/
	@media only screen and (max-width: 900px) {
		.mpcrbm .col_1_900 {
			width: 8.3333333333%;
		}
		.mpcrbm .col_2_900 {
			width: 16.666666667%;
		}
		.mpcrbm .col_3_900 {
			width: 25%;
		}
		.mpcrbm .col_4_900 {
			width: 33.333333333%;
		}
		.mpcrbm .col_5_900 {
			width: 41.666666667%;
		}
		.mpcrbm .col_6_900 {
			width: 50%;
		}
		.mpcrbm .col_7_900 {
			width: 58.333333333%;
		}
		.mpcrbm .col_8_900 {
			width: 66.666666667%;
		}
		.mpcrbm .col_9_900 {
			width: 75%;
		}
		.mpcrbm .col_10_900 {
			width: 83.33333333%;
		}
		.mpcrbm .col_11_900 {
			width: 91.66666667%;
		}
		.mpcrbm .col_12_900 {
			width: 100%;
		}
	}
	/**********************/
	@media only screen and (max-width: 800px) {
		.mpcrbm .col_1_800 {
			width: 8.3333333333%;
		}
		.mpcrbm .col_2_800 {
			width: 16.666666667%;
		}
		.mpcrbm .col_3_800 {
			width: 25%;
		}
		.mpcrbm .col_4_800 {
			width: 33.333333333%;
		}
		.mpcrbm .col_5_800 {
			width: 41.666666667%;
		}
		.mpcrbm .col_6_800 {
			width: 50%;
		}
		.mpcrbm .col_7_800 {
			width: 58.333333333%;
		}
		.mpcrbm .col_8_800 {
			width: 66.666666667%;
		}
		.mpcrbm .col_9_800 {
			width: 75%;
		}
		.mpcrbm .col_10_800 {
			width: 83.33333333%;
		}
		.mpcrbm .col_11_800 {
			width: 91.66666667%;
		}
		.mpcrbm .col_12_800 {
			width: 100%;
		}
	}
	/**********************/
	@media only screen and (max-width: 700px) {
		.mpcrbm .col_1_700 {
			width: 8.3333333333%;
		}
		.mpcrbm .col_2_700 {
			width: 16.666666667%;
		}
		.mpcrbm .col_3_700 {
			width: 25%;
		}
		.mpcrbm .col_4_700 {
			width: 33.333333333%;
		}
		.mpcrbm .col_5_700 {
			width: 41.666666667%;
		}
		.mpcrbm .col_6_700 {
			width: 50%;
		}
		.mpcrbm .col_7_700 {
			width: 58.333333333%;
		}
		.mpcrbm .col_8_700 {
			width: 66.666666667%;
		}
		.mpcrbm .col_9_700 {
			width: 75%;
		}
		.mpcrbm .col_10_700 {
			width: 83.33333333%;
		}
		.mpcrbm .col_11_700 {
			width: 91.66666667%;
		}
		.mpcrbm .col_12_700 {
			width: 100%;
		}
	}
	/**********************/
	@media only screen and (max-width: 600px) {
		.mpcrbm .col_1_600 {
			width: 8.3333333333%;
		}
		.mpcrbm .col_2_600 {
			width: 16.666666667%;
		}
		.mpcrbm .col_3_600 {
			width: 25%;
		}
		.mpcrbm .col_4_600 {
			width: 33.333333333%;
		}
		.mpcrbm .col_5_600 {
			width: 41.666666667%;
		}
		.mpcrbm .col_6_600 {
			width: 50%;
		}
		.mpcrbm .col_7_600 {
			width: 58.333333333%;
		}
		.mpcrbm .col_8_600 {
			width: 66.666666667%;
		}
		.mpcrbm .col_9_600 {
			width: 75%;
		}
		.mpcrbm .col_10_600 {
			width: 83.33333333%;
		}
		.mpcrbm .col_11_600 {
			width: 91.66666667%;
		}
		.mpcrbm .col_12_600 {
			width: 100%;
		}
	}
	/**********************/
	@media only screen and (max-width: 500px) {
		.mpcrbm .col_1_500 {
			width: 8.3333333333%;
		}
		.mpcrbm .col_2_500 {
			width: 16.666666667%;
		}
		.mpcrbm .col_3_500 {
			width: 25%;
		}
		.mpcrbm .col_4_500 {
			width: 33.333333333%;
		}
		.mpcrbm .col_5_500 {
			width: 41.666666667%;
		}
		.mpcrbm .col_6_500 {
			width: 50%;
		}
		.mpcrbm .col_7_500 {
			width: 58.333333333%;
		}
		.mpcrbm .col_8_500 {
			width: 66.666666667%;
		}
		.mpcrbm .col_9_500 {
			width: 75%;
		}
		.mpcrbm .col_10_500 {
			width: 83.33333333%;
		}
		.mpcrbm .col_11_500 {
			width: 91.66666667%;
		}
		.mpcrbm .col_12_500 {
			width: 100%;
		}
	}
	/**********************/
	@media only screen and (max-width: 400px) {
		.mpcrbm .col_1_400 {
			width: 8.3333333333%;
		}
		.mpcrbm .col_2_400 {
			width: 16.666666667%;
		}
		.mpcrbm .col_3_400 {
			width: 25%;
		}
		.mpcrbm .col_4_400 {
			width: 33.333333333%;
		}
		.mpcrbm .col_5_400 {
			width: 41.666666667%;
		}
		.mpcrbm .col_6_400 {
			width: 50%;
		}
		.mpcrbm .col_7_400 {
			width: 58.333333333%;
		}
		.mpcrbm .col_8_400 {
			width: 66.666666667%;
		}
		.mpcrbm .col_9_400 {
			width: 75%;
		}
		.mpcrbm .col_10_400 {
			width: 83.33333333%;
		}
		.mpcrbm .col_11_400 {
			width: 91.66666667%;
		}
		.mpcrbm .col_12_400 {
			width: 100%;
		}
	}
}
/******************************************************************** Color section ************************************************/
@media only screen and (min-width: 10px) {
	div.mpcrbm .error {
		background-color: red;
		color: #FFF;
	}
	div.mpcrbm .mDisabled {
		cursor: not-allowed;
		opacity: 0.8;
		background-color: #F2F2F2;
		color: #777;
	}
	/*****Theme*********/
	div.mpcrbm .textTheme,
	div.mpcrbm [class*="_textTheme"] {
		color: var(--color_theme);
	}
	div.mpcrbm .bgTheme,
	div.mpcrbm [class*="_bgTheme"] {
		background-color: var(--color_theme);
		color: var(--color_theme_alter);
	}
	div.mpcrbm [class*="_bTheme"],
	.bTheme {
		border: 1px solid var(--color_theme);
	}
	/*****default*********/
	div.mpcrbm [class*="textDefault"] {
		color: var(--d_color);
	}
	div.mpcrbm [class*="bgDefault"] {
		background-color: var(--d_color);
	}
	/*****Success*********/
	div.mpcrbm [class*="textSuccess"] {
		color: var(--color_success);
	}
	div.mpcrbm [class*="bgSuccess"] {
		background-color: var(--color_success);
	}
	/*****Success*********/
	div.mpcrbm [class*="textInfo"] {
		color: var(--color_info);
	}
	div.mpcrbm [class*="bgInfo"] {
		background-color: var(--color_info);
	}
	/*****danger*********/
	div.mpcrbm .textDanger,
	div.mpcrbm [class*="_textDanger"] {
		color: var(--color_danger);
	}
	div.mpcrbm .bgDanger,
	div.mpcrbm [class*="_bgDanger"] {
		background-color: var(--color_danger);
	}
	/*****warning*********/
	div.mpcrbm .textWarning,
	div.mpcrbm [class*="_textWarning"] {
		color: var(--color_warning);
	}
	div.mpcrbm .bgWarning,
	div.mpcrbm [class*="_bgWarning"] {
		background-color: var(--color_warning);
	}
	/*****required*********/
	div.mpcrbm .textRequired,
	div.mpcrbm [class*="_textRequired"] {
		color: var(--color_required);
	}
	div.mpcrbm .bgRequired,
	div.mpcrbm [class*="_bgRequired"] {
		background-color: var(--color_required);
	}
	div.mpcrbm .mpcrbm_required,
	div.mpcrbm [class*="_mpcrbm_required"] {
		border-color: var(--color_required);
	}
	/*****Light*********/
	div.mpcrbm .textLight,
	div.mpcrbm [class*="_textLight"] {
		color: var(--color_light);
	}
	div.mpcrbm .bgLight,
	div.mpcrbm [class*="_bgLight"] {
		background-color: var(--color_light);
	}
	div.mpcrbm .textLight_1,
	div.mpcrbm [class*="_textLight_1"] {
		color: var(--color_light_1);
	}
	div.mpcrbm .bgLight_1,
	div.mpcrbm [class*="_bgLight_1"] {
		background-color: var(--color_light_1);
	}
	div.mpcrbm .textLight_2,
	div.mpcrbm [class*="_textLight_2"] {
		color: var(--color_light_2);
	}
	div.mpcrbm .bgLight_2,
	div.mpcrbm [class*="_bgLight_2"] {
		background-color: var(--color_light_2);
	}
	div.mpcrbm .btLight_2,
	div.mpcrbm [class*="_btLight_2"] {
		background-color: var(--color_light_2);
		color: var(--color_info);
	}
	div.mpcrbm .textLight_3,
	div.mpcrbm [class*="_textLight_3"] {
		color: var(--color_light_3);
	}
	div.mpcrbm .bgLight_3,
	div.mpcrbm [class*="_bgLight_3"] {
		background-color: var(--color_light_3);
	}
	div.mpcrbm .btLight_3,
	div.mpcrbm [class*="_btLight_3"] {
		background-color: var(--color_light_3);
		color: var(--color_info);
	}
	div.mpcrbm .textLight_4,
	div.mpcrbm [class*="_textLight_4"] {
		color: var(--color_light_4);
	}
	div.mpcrbm .bgLight_4,
	div.mpcrbm [class*="_bgLight_4"] {
		background-color: var(--color_light_4);
	}
	div.mpcrbm .btLight_4,
	div.mpcrbm [class*="_btLight_4"] {
		background-color: var(--color_light_4);
		color: var(--color_info);
	}
	/*****Gray*********/
	div.mpcrbm .textGray,
	div.mpcrbm [class*="_textGray"] {
		color: rgb(128, 128, 128);
	}
	div.mpcrbm .bgGray,
	div.mpcrbm [class*="_bgGray"] {
		background-color: rgb(128, 128, 128);
	}
	/*****Black*********/
	div.mpcrbm .textBlack,
	div.mpcrbm a.textBlack,
	div.mpcrbm [class*="_textBlack"],
	div.mpcrbm a[class*="_textBlack"] {
		color: var(--color_black);
	}
	div.mpcrbm .bgBlack,
	div.mpcrbm [class*="_bgBlack"] {
		background-color: var(--color_black);
	}
	/*****yellow*********/
	div.mpcrbm .textYellow,
	div.textYellow,
	.mpcrbm [class*="textYellow"] {
		color: var(--color_yellow);
	}
	div.mpcrbm [class*="bgYellow"] {
		background-color: var(--color_yellow);
	}
	div.mpcrbm [class*="bgYellow_99"] {
		background-color: #FFFF0099;
	}
	div.mpcrbm [class*="bgYellow_77"] {
		background-color: #FFFF0077;
	}
	/*****white*********/
	div.mpcrbm [class*="textWhite"] {
		color: #FFF;
	}
	div.mpcrbm [class*="bgWhite"] {
		background-color: #FFF;
	}
	/*****blue*********/
	div.mpcrbm [class*="textBlue"] {
		color: var(--color_blue);
	}
	div.mpcrbm .bgBlue,
	div.mpcrbm [class*="_bgBlue"] {
		background-color: var(--color_blue);
	}
	div.mpcrbm [class*="borderBlue"] {
		border-color: var(--color_blue);
	}
	div.mpcrbm [class*="textBorderBlue"] {
		border-color: var(--color_blue);
		color: var(--color_blue);
	}
	/*****Navy blue*********/
	div.mpcrbm .textNavyBlue,
	div.mpcrbm [class*="_textNavyBlue"] {
		color: var(--color_navy_blue);
	}
	div.mpcrbm .bgNavyBlue,
	div.mpcrbm [class*="_bgNavyBlue"] {
		background-color: var(--color_navy_blue);
	}
	/*****Color_1*********/
	div.mpcrbm .textColor_1,
	div.mpcrbm [class*="_textColor_1"] {
		color: var(--color_1);
	}
	div.mpcrbm .bgColor_1,
	div.mpcrbm [class*="_bgColor_1"] {
		background-color: var(--color_1);
	}
	/*****Color_2*********/
	div.mpcrbm .textColor_2,
	div.mpcrbm [class*="_textColor_2"] {
		color: var(--color_2);
	}
	div.mpcrbm .bgColor_2,
	div.mpcrbm [class*="_bgColor_2"] {
		background-color: var(--color_2);
	}
	/*****Color_3*********/
	div.mpcrbm .textColor_3,
	div.mpcrbm [class*="_textColor_3"] {
		color: #F2FFC3;
	}
	div.mpcrbm .bgColor_3,
	div.mpcrbm [class*="_bgColor_3"] {
		background-color: #F2FFC3;
	}
	/*****Color_4*********/
	div.mpcrbm .textColor_4,
	div.mpcrbm [class*="_textColor_4"] {
		color: #1A1919;
	}
	div.mpcrbm .bgColor_4,
	div.mpcrbm [class*="_bgColor_4"] {
		background-color: #1A1919;
	}
}
/******************************************************************** Icon Section************************************************/
@media only screen and (min-width: 10px) {
	/*****Seat icon******/
	[class*="mage_icon"] {
		display: inline-block;
	}
	span[class*="mp_chair_icon"] {
		position: relative;
		width: 30px;
		height: 35px;
		border: 1px solid var(--color_border);
		text-align: center;
		padding: 5px 0 0 0;
	}
	span[class*="mp_chair_icon_xs"] {
		width: 20px;
		height: 25px;
		padding: 3px 0 0 0;
	}
	span[class*="mp_chair_icon"] ::before,
	span[class*="mp_chair_icon"] ::after,
	span[class*="mp_chair_icon"] {
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}
	span[class*="mp_chair_icon"] ::before,
	span[class*="mp_chair_icon"] ::after {
		content: "";
		position: absolute;
		width: 7px;
		height: 20px;
		border: 1px solid var(--color_border);
		bottom: -1px;
		background-color: #FFF;
	}
	span[class*="mp_chair_icon_xs"] ::before,
	span[class*="mp_chair_icon_xs"] ::after {
		width: 4px;
		height: 12px;
	}
	span[class*="mp_chair_icon"] ::before {
		left: -4px;
	}
	span[class*="mp_chair_icon"] ::after {
		right: -4px;
	}
	span[class*="mp_chair_icon"] span.seat_handle {
		position: absolute;
		width: 25px;
		height: 6px;
		bottom: 0;
		left: 4px;
		border-top: 1px solid var(--color_border);
		background-color: #FFF;
	}
	span[class*="mp_chair_icon_xs"] span.seat_handle {
		width: 15px;
		height: 4px;
	}
}
/******************************************************************** select_2 custom css************************************************/
@media only screen and (min-width: 10px) {
	div.mpcrbm span.selection,
	div.mpcrbm span.select2-container.select2,
	div.mpcrbm span.select2-container span.select2-selection {
		min-width: auto;
		width: 100% !important;
		height: 100%;
	}
	div.mpcrbm span.selection {
		overflow: hidden;
		max-width: 100%;
	}
	div.mpcrbm span.select2-container span.select2-selection__rendered {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		height: 100%;
	}
	div.mpcrbm span.select2-container .select2-selection__arrow {
		top: 2px;
		height: 37px;
	}
	div.mpcrbm span.select2-container span {
		font-size: var(--fs);
		margin: 0;
	}
}
/******************************************************************** Owl Carousel************************************************/
@media only screen and (min-width: 10px) {
	div.mpcrbm .owl-nav {
		display: none;
	}
}
/******************************************************************** Load More************************************************/
@media only screen and (min-width: 10px) {
	div.mpcrbm .mpcrbm_load_more_text_area {
		color: var(--d_color);
	}
	div.mpcrbm [data-read] {
		color: var(--color_theme);
		cursor: pointer;
	}
}
/******************************************************************** Woocommerce cart ************************************************/
@media only screen and (min-width: 10px) {
	.woocommerce-cart table.cart .product-remove {
		vertical-align: top;
		padding: var(--dmp_xs);
		width: 50px;
	}
	.woocommerce-cart table.cart .product-remove a:hover {
		color: var(--color_danger);
		border-color: var(--color_danger);
	}
	.woocommerce-cart table.cart .product-thumbnail {
		min-width: 20%;
		vertical-align: top;
		padding: var(--dmp_xs);
	}
	div.woocommerce .dLayout_xs,
	div.woocommerce .dLayout {
		background-color: transparent;
	}
	div.woocommerce ul.cart_list {
		list-style-type: none;
		line-height: 1.25;
		font-size: var(--fs);
		color: var(--d_color);
	}
	div.woocommerce ul.cart_list li {
		padding: 3px 0;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	div.woocommerce ul.cart_list li span {
		margin: 0 var(--dmp_xs) 0 0;
	}
	div.woocommerce .cart_product_item {
		border: 1px solid var(--color_border);
		margin: var(--dmp_xs) 0 0 0;
		padding: var(--dmp_xs);
		border-radius: var(--dbr);
	}
	div.woocommerce td.product-name {
		font-size: var(--fs_h5);
		font-weight: 500;
		color: var(--color_theme);
	}
	div.woocommerce td.product-name dl.variation {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		color: var(--d_color);
		margin: 0;
	}
	div.woocommerce td.product-name dl.variation dd {
		margin: var(--dmp_xs) 0 0 0;
	}
	.woocommerce-order-details ul.wc-item-meta li {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		margin: var(--dmp_xs) 0 0 0;
	}
	.woocommerce-order-details ul.wc-item-meta li > p {
		margin: 0;
		color: var(--d_color);
	}
}
/******************************************************************** Date picker ************************************************/
@media only screen and (min-width: 10px) {
	table.ui-datepicker-calendar {
		border-collapse: collapse;
	}
	#ui-datepicker-div {
		padding: 2px;
		background-color: #FFF;
		box-shadow: 0 0 5px #DDD;
	}
	table.ui-datepicker-calendar th {
		padding: 10px;
		background-color: var(--mpl-secondary);
		color: var(--mpl-white);
		border: 1px solid var(--mpl-secondary);
	}
	#ui-datepicker-div .ui-datepicker-header {
		background-color: var(--color_theme);
		background-image: none;
		border: 1px solid var(--color_theme);
		padding: var(--dmp_xs);
		color: var(--color_theme_alter);
		border-radius: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		font-size: var(--fs_h6);
	}
	#ui-datepicker-div .ui-datepicker-header .ui-icon {
		display: none;
	}
	#ui-datepicker-div .ui-datepicker-prev {
		top: 14px;
		left: 10px;
		height: 30px;
		width: 30px;
		position: absolute;
		border: 1px solid var(--mpl-white);
	}
	#ui-datepicker-div .ui-datepicker-next {
		top: 14px;
		right: 10px;
		height: 30px;
		width: 30px;
		position: absolute;
		border: 1px solid var(--mpl-white);
	}
	#ui-datepicker-div .ui-datepicker-prev:hover,
	#ui-datepicker-div .ui-datepicker-prev:focus,
	#ui-datepicker-div .ui-datepicker-next:focus,
	#ui-datepicker-div .ui-datepicker-next:hover {
		box-shadow: 0 0 0 1px #FFF, 0 0 1px 1px #FFF;
		outline: 1px solid transparent;
	}
	#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev::before,
	#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next::before {
		position: absolute;
		content: ">";
		color: #FFF;
		left: 10px;
		font-size: var(--fs_h3);
		top: 2px;
		font-weight: bold;
		line-height: 1;
	}
	#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev::before {
		content: "<";
	}
	#ui-datepicker-div .ui-datepicker-header .ui-state-hover {
		background-color: var(--color_theme);
		background-image: none;
		border-color: var(--color_theme);
	}
	#ui-datepicker-div .ui-state-default {
		background-color: transparent;
		background-image: none;
		border: none;
		border-radius: 50%;
		width: 35px;
		height: 35px;
		color: var(--color_theme);
		font-weight: bold;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		text-decoration: none;
	}
	#ui-datepicker-div a.ui-state-default:hover {
		background-color: var(--color_theme);
		color: var(--color_theme_alter);
	}
	#ui-datepicker-div .ui-state-active {
		background-color: var(--color_theme);
		color: var(--color_theme_alter);
		background-image: none;
	}
	#ui-datepicker-div .ui-datepicker-title {
		background-color: var(--color_theme);
		color: var(--color_theme_alter);
		background-image: none;
		font-size: var(--fs_h5);
		display: -webkit-flex;
		display: flex;
		margin: 0;
	}
	#ui-datepicker-div .ui-datepicker-title select {
		min-width: 100px;
		height: 30px;
		font-size: var(--fs);
		padding: 0 var(--dmp_xs);
		text-align: left;
	}
	#ui-datepicker-div.ui-datepicker td {
		background-color: floralwhite;
		border: 1px solid var(--color_theme);
		padding: 4px 6px;
	}
}
/********************************************************************************************************************/
@media only screen and (min-width: 10px) {
	.component {
		border: 1px solid var(--color_border);
		border-bottom: 0;
	}
	.component:last-child {
		border: 1px solid var(--color_border);
	}
}

.mpForm.second-row{
	/*background-color: #f5f5f5;*/
	padding: 10px;
}
