
.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	margin: 0 0 -4px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-search--inline {
	float: left;
	padding: 0;
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option[aria-selected], .select2-results__option[data-selected] {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
	margin: 5px 5px 0 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #000 1px;
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: 0 0;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
	background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #0073aa;
	color: #fff;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #0073aa;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #0073aa;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: 0 0;
	border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
	background-repeat: repeat-x;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #0073aa;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid var(--color-cpops-accent, #705aef);
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none;
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected], .select2-container--classic .select2-results__option--highlighted[data-selected] {
	background-color: var(--color-cpops-accent, #705aef);
	color: #fff;
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: var(--color-cpops-accent, #705aef);
}

/* initially hide all groups (even before JS is loaded), so the page will never render them while loading */
[data-class="wpcf7cf_group"], .wpcf7cf_remove, .wpcf7cf_add {
	display: none;
}

.wpcf7cf_repeater_sub {
	margin-bottom: 20px;
}

.wpcf7cf_repeater_controls, .wpcf7cf_step_controls {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}

.wpcf7cf_multistep .wpcf7cf_step {
	/* display:none; */
	width: 100%;
}

.wpcf7cf_multistep .wpcf7cf_step .step-title {
	display: none;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-index {
	display: inline-block;
	border-radius: 50%;
	background: #dfdfdf;
	color: #000;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot {
	border-bottom: 5px solid #dfdfdf;
	text-align: center;
	flex: 1;
	padding: 15px;
	min-width: 120px;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed {
	border-bottom: 5px solid #333;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active {
	border-bottom: 5px solid #333;
	font-weight: bold;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed .step-index {
	background-color: #333;
	color: #fff;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active .step-index {
	background-color: #333;
	color: #fff;
}

.wpcf7cf_step_controls .disabled {
	pointer-events: none;
	cursor: default;
	opacity: .5;
}
/* '' */

[class^="mob-icon-"]:before, [class*=" mob-icon-"]:before {
	font-family: "mobmenu";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mob-icon-ok-1:before {
	content: "";
}

/* '' */
.mob-icon-ok:before {
	content: "";
}

/* '' */
.mob-icon-plus:before {
	content: "";
}

/* '' */
.mob-icon-plus-1:before {
	content: "";
}

/* '' */
.mob-icon-plus-outline:before {
	content: "";
}

/* '' */
.mob-icon-plus-2:before {
	content: "";
}

/* '' */
.mob-icon-align-justify-1:before {
	content: "";
}

/* '' */
.mob-icon-instagram:before {
	content: "";
}

/* '' */
.mob-icon-linkedin:before {
	content: "";
}

/* '' */
.mob-icon-pinterest:before {
	content: "";
}

/* '' */
.mob-icon-twitter:before {
	content: "";
}

/* '' */
.mob-icon-tumblr:before {
	content: "";
}

/* '' */
.mob-icon-vimeo:before {
	content: "";
}

/* '' */
.mob-icon-star:before {
	content: "";
}

/* '' */
.mob-icon-user:before {
	content: "";
}

/* '' */
.mob-icon-star-1:before {
	content: "";
}

/* '' */
.mob-icon-user-1:before {
	content: "";
}

/* '' */
.mob-icon-left-open:before {
	content: "";
}

/* '' */
.mob-icon-right-open:before {
	content: "";
}

/* '' */
.mob-icon-down-dir:before {
	content: "";
}

/* '' */
.mob-icon-right-dir:before {
	content: "";
}

/* '' */
.mob-icon-star-empty:before {
	content: "";
}

/* '' */
.mob-icon-up-dir:before {
	content: "";
}

/* '' */
.mob-icon-left-dir:before {
	content: "";
}

/* '' */
.mob-icon-menu:before {
	content: "";
}

/* '' */
.mob-icon-right-open-2:before {
	content: "";
}

/* '' */
.mob-icon-th:before {
	content: "";
}

/* '' */
.mob-icon-th-large:before {
	content: "";
}

/* '' */
.mob-icon-th-list:before {
	content: "";
}

/* '' */
.mob-icon-minus:before {
	content: "";
}

/* '' */
.mob-icon-minus-1:before {
	content: "";
}

/* '' */
.mob-icon-minus-2:before {
	content: "";
}

/* '' */
.mob-icon-th-list-3:before {
	content: "";
}

/* '' */
.mob-icon-cancel:before {
	content: "";
}

/* '' */
.mob-icon-cancel-circle:before {
	content: "";
}

/* '' */
.mob-icon-cancel-1:before {
	content: "";
}

/* '' */
.mob-icon-cancel-2:before {
	content: "";
}

/* '' */
.mob-icon-cancel-circled-1:before {
	content: "";
}

/* '' */
.mob-icon-cancel-circled2:before {
	content: "";
}

/* '' */
.mob-icon-up-open-1:before {
	content: "";
}

/* '' */
.mob-icon-cancel-3:before {
	content: "";
}

/* '' */
.mob-icon-cancel-circled-2:before {
	content: "";
}

/* '' */
.mob-icon-th-large-1:before {
	content: "";
}

/* '' */
.mob-icon-th-1:before {
	content: "";
}

/* '' */
.mob-icon-th-list-1:before {
	content: "";
}

/* '' */
.mob-icon-up-open-2:before {
	content: "";
}

/* '' */
.mob-icon-down-open-2:before {
	content: "";
}

/* '' */
.mob-icon-cancel-squared:before {
	content: "";
}

/* '' */
.mob-icon-cancel-4:before {
	content: "";
}

/* '' */
.mob-icon-up-open-big:before {
	content: "";
}

/* '' */
.mob-icon-down-open-big:before {
	content: "";
}

/* '' */
.mob-icon-down-open-mini:before {
	content: "";
}

/* '' */
.mob-icon-cancel-circled-outline:before {
	content: "";
}

/* '' */
.mob-icon-cancel-outline:before {
	content: "";
}

/* '' */
.mob-icon-menu-2:before {
	content: "";
}

/* '' */
.mob-icon-menu-outline:before {
	content: "";
}

/* '' */
.mob-icon-cancel-circle-1:before {
	content: "";
}

/* '' */
.mob-icon-down-open:before {
	content: "";
}

/* '' */
.mob-icon-up-open:before {
	content: "";
}

/* '' */
.mob-icon-menu-3:before {
	content: "";
}

/* '' */
.mob-icon-th-list-2:before {
	content: "";
}

/* '' */
.mob-icon-th-thumb:before {
	content: "";
}

/* '' */
.mob-icon-th-thumb-empty:before {
	content: "";
}

/* '' */
.mob-icon-cancel-circled:before {
	content: "";
}

/* '' */
.mob-icon-menu-1:before {
	content: "";
}

/* '' */
.mob-icon-gplus:before {
	content: "";
}

/* '' */
.mob-icon-ellipsis:before {
	content: "";
}

/* '' */
.mob-icon-ellipsis-vert:before {
	content: "";
}

/* '' */
.mob-icon-facebook-squared:before {
	content: "";
}

.mob-menu-overlay .mobmenu-panel {
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s, visibility 0s .5s;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.mob-menu-overlay.show-nav-left .mobmenu-panel, .mob-menu-overlay.show-nav-right .mobmenu-panel {
	opacity: 1;
	visibility: visible;
	transition: opacity .5s;
	z-index: 100001;
}

.mob-menu-overlay .show-panel .mob-cancel-button {
	position: absolute;
	right: 0px;
	top: 0px;
	padding-top: 8px;
	overflow: hidden;
	border: none;
	outline: none;
	z-index: 100002;
	font-size: 30px;
	line-height: 30px;
	cursor: pointer;
}

.mob-retina-logo {
	display: none;
	max-width: 100%;
}

.mob-cancel-button {
	z-index: 99999999 !important;
	position: relative !important;
}

.mobmenu-content .widget {
	padding-bottom: 0px;
	padding: 20px;
}

.mob-expand-submenu i {
	position: relative;
	font-weight: 600;
	cursor: pointer;
}

.mob-menu-left-bg-holder, .mob-menu-right-bg-holder, .mob-menu-cart-bg-holder {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -50;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}

.mob-menu-no-scroll {
	overflow: hidden;
}

.mobmenu-content .sub-menu {
	display: none;
	opacity: 1;
}

.mobmenur-container {
	position: absolute;
	right: 0px;
}

.leftmbottom h2 {
	font-weight: bold;
	background-color: transparent;
	color: inherit;
}

.mob-cancel-button {
	display: none;
	z-index: 99999999;
}

.show-nav-left.mob-menu-overlay .left-menu-icon-text, .show-nav-right.mob-menu-overlay .left-menu-icon-text {
	display: none;
}

.show-nav-left.mob-menu-slideout-top .mobmenu-right-bt .mob-cancel-button, .show-nav-right.mob-menu-slideout-top .mobmenu-left-bt .mob-cancel-button {
	display: none;
}

.show-nav-left.mob-menu-slideout-top .mobmenu-right-bt .mob-menu-icon, .show-nav-right.mob-menu-slideout-top .mobmenu-left-bt .mob-menu-icon {
	display: block;
}

.show-panel .mob-cancel-button {
	display: block;
}

.mobmenu-content li a {
	display: block;
	letter-spacing: 1px;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 14px;
}

.mobmenu-content li a:active, .mobmenu-content li:active, .mobmenu-content li a .mob-expand-submenu:active {
	border-style: outset;
	border: none;
}

.mobmenu-left-alignment.show-panel, .mobmenu-right-alignment.show-panel {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.mobmenu-left-alignment {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.mobmenu-right-alignment {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

body.admin-bar .mobmenu, body.admin-bar .mobmenu-panel {
	top: 32px;
}

#wpadminbar {
	position: fixed;
}

.show-nav-left .mob-menu-header-holder, .show-nav-right .mob-menu-header-holder, .mob-menu-header-holder, .mobmenu-panel, .mobmenu-overlay, .show-nav-left .mobmenu-push-wrap, .show-nav-right .mobmenu-push-wrap, .show-nav-left .mob-menu-header-holder, .show-nav-left .mobmenu-left-alignment, .show-nav-right .mobmenu-right-alignment, .show-nav-left .mobmenu-overlay, .show-nav-right .mobmenu-overlay {
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-ms-transition: -ms-transform .5s;
	-o-transition: -o-transform .5s;
	transition: transform .5s;
}

/* Mobmenu Slide Over */
.mobmenu-overlay {
	opacity: 0;
}

.widget img {
	max-width: 100%;
}

#mobmenuleft, #mobmenuright {
	margin: 0;
	padding: 0;
}

#mobmenuleft  li > ul {
	display: none;
	left: 15px;
	padding-left: 0px;
}

.rtl .mob-expand-submenu {
	float: left;
}

.mob-expand-submenu {
	position: relative;
	right: 0px;
	float: right;
}

.mobmenu-parent-link .menu-item-has-children {
	cursor: pointer;
}

#mobmenuright  li > ul {
	display: none;
	left: 15px;
	padding-left: 0px;
}

.rightmbottom, .rightmtop {
	padding-left: 10px;
	padding-right: 10px;
}

/* Hides everything pushed outside of it */
.mob-menu-slideout .mobmenu-panel {
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 300000;
	overflow-y: hidden;
	overflow-x: hidden;
	opacity: 1;
}

.mob-menu-slideout .mobmenu-right-alignment {
	right: 0;
}

.mobmenu-content li {
	list-style: none;
	visibility: visible;
	opacity: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin: 0;
}

.mob-menu-slideout .mobmenu-left-alignment, .mob-menu-slideout-over .mobmenu-left-alignment {
	left: 0;
}

.mob-menu-slideout .mobmenu-right-alignment, .mob-menu-slideout-over .mobmenu-right-alignment {
	right: 0;
}

.mob-menu-header-holder {
	font-weight: bold;
	top: 0px;
	right: 0px;
	color: #000;
	display: block;
	z-index: 10000;
}

/* 2nd Level Menu Items Padding */
.mobmenu .sub-menu li > a {
	padding-left: 50px;
}

/* 3rd Level Menu Items Padding */
.mobmenu .sub-menu .sub-menu li a {
	padding-left: 75px;
}

.mobmenu-left-panel .mobmenu-left-bt, .mobmenu-right-panel .mobmenu-right-bt {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 30px;
}

.mobmenu-content {
	margin-top: 45px;
	padding-bottom: 120px;
	z-index: 1;
	height: calc(100% - 45px);
	overflow: auto;
	padding-top: 10px;
}

.mobmenu-parent-link .mob-expand-submenu {
	cursor: pointer;
}

#mobmenuright.nomenu li, #mobmenuleft.nomenu li {
	padding-left: 7%;
	padding-right: 7%;
}

.mob-expand-submenu.show-sub .mob-icon-down-open {
	display: none;
}

.mob-expand-submenu.show-sub .mob-icon-up-open {
	display: block;
}

.mob-expand-submenu .mob-icon-down-open {
	display: block;
}

.mob-expand-submenu .mob-icon-up-open {
	display: none;
}

.show-nav-left .mobmenu-overlay, .show-nav-right .mobmenu-overlay {
	width: 100%;
	height: 100%;
	z-index: 10001;
	left: 0;
	top: 0;
	opacity: 1;
	position: fixed;
	cursor: pointer;
}

/* Search Form Ajax Results */
.mobmenu-ajax-search-results {
	display: none;
	opacity: 1;
	visibility: visible;
	width: 100%;
	height: 100%;
	position: fixed;
	margin-top: 50px;
}

[data-panel-target="mobmenu-filter-panel"].mobmenu-trigger-action {
	float: left;
}

.mobmenu-content .sub-menu.show-sub-menu {
	-webkit-transition: height 1s linear 0s;
	-moz-transition: height 1s linear 0s;
	-ms-transition: height 1s linear 0s;
	-o-transition: height 1s linear 0s;
	transition: height 1s linear 0s;
	overflow: hidden;
}

/* No menu assigned warning. */
h4.no-mobile-menu {
	padding: 22px;
	text-align: center;
	width: 90%;
	background: #fff;
	margin: auto;
	font-size: 17px;
	font-weight: 400;
	line-height: 29px;
}

h4.no-mobile-menu a {
	text-decoration: none;
	color: #000;
}

.mobmenu-content li a:focus {
	outline: none;
}

.mobmenu-content .widget_media_image {
	text-align: center;
}

#_pick_tips_content {
	border: 0;
	position: fixed;
	right: 5px;
	top: 5px;
	z-index: 99999999;
	width: 300px;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
	border-radius: 4px;
	background-color: rgba(255, 255, 255, .8);
	font-size: 0;
	margin: 0;
	padding: 0;
	transition: all .3s;
	min-height: 540px;
	height: auto;
	display: none;
}

#_pick_tips_content.on {
	display: inline-block;
}

/* cover mode */
#_picker_cover_wrap_box svg {
	position: fixed;
	top: 0;
	left: 0;
	cursor: crosshair;
	width: 100%;
	height: 100%;
	z-index: 99999998;
}

#_picker_cover_wrap_box svg>path:first-child {
	fill: rgba(0, 0, 0, 0);
	fill-rule: evenodd;
}

#_picker_cover_wrap_box svg>path+path {
	stroke: #29c66d;
	stroke-width: 3.5px;
	fill: rgba(226, 239, 232, 20%);
}

#_picker_cover_wrap_box {
	transition: all .3s;
	pointer-events: none;
}

@keyframes ellipsis {
	from {
		width: 2px;
	}
	
	to {
		width: 15px;
	}
}

/* target mode */
._picker_target_elm {
	background: transparent;
	outline: #1dcd1d solid 3px;
	color: #000;
}

.mob-menu-slideout #page-container, .mob-menu-slideout-over #page-container {
	padding-top: 0px !important;
}
