.ie9 .dp-img-contain.dp-clip img[src$=".svg"] {
	width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.dp-img-contain.dp-clip img[src$=".svg"] {
		width: 100%;
	}
}

.dp-contain-product .block-inner {
	margin-top: 30px;
}

#op-container {
	width: 100%;
	display: flex;
	padding: 20px;
	background: #eff2f7;
}

#op-container * {
	font-weight: bold;
	font-family: "Segoe UI", Helvetica, Arial, sans-serif !important;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#op-container em,
#op-container strong {
	display: inherit;
	font-style: normal;
}

#op-container img {
	pointer-events: none;
}

#op-vertical-tab,
.jBox-Confirm {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: default;
}

#op-canvas-container {
	padding-top: 25px;
	position: relative;
}

#op-thumbs-preview {
	position: absolute;
	left: 0;
	top: 15px;
	width: 360px;
	height: 290px;
	padding: 26px 5px 26px;
	z-index: 9999;
	background: #fff;
	overflow: hidden;
	display: none;
	-webkit-box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, 0.4);
}

#op-thumbs-preview .dp-title {
	top: 0;
	padding: 5px 10px 0;
}

#op-thumbs-preview .dp-tags {
	bottom: 0;
	padding: 0 10px 5px;
}

#op-thumbs-preview span {
	left: 0;
	width: 100%;
	position: absolute;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
}

#op-thumbs-preview.loading-thumb-preview:before {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 24px;
	height: 24px;
	position: absolute;
	background-image: url("../img/ajax-loader.gif");
}

#op-thumbs-preview picture {
	opacity: 0;
}

#op-thumbs-preview picture.loaded {
	display: block;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 1;
	transition: opacity 0.3s ease;
}

#op-editor-container .canvas-container {
	margin: 0 auto;
}

#op-editor-container .upper-canvas {
	z-index: 9;
}

#op-opts-below-canvas {
	width: 100%;
	display: table;
	position: relative;
	min-width: 220px;
	padding: 20px 0;
	margin: 0 auto;
	visibility: hidden;
}

#op-zoom-canvas-container {
	width: 160px;
	display: flex;
	float: right;
	padding: 2px 8px;
	position: relative;
	user-select: none;
}

#op-zoom-canvas-container span.op-icon-zoom {
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	width: 20px;
}

#op-zoom-canvas-container .dp-zoom-value {
	display: inline-block;
	font-size: 12px;
	line-height: 26px;
}

#op-zoom-canvas-container input[type="range"] {
	display: inline-block;
	width: 80px !important;
	height: 20px !important;
	align-self: center;
	box-shadow: none;
	margin: 0 5px;
	padding: 0;
	outline: 0;
	border: 0;
}

#op-zoom-move {
	right: 10px;
	bottom: 10px;
	width: 100px;
	border: 1px solid #cfd0fe;
	background-color: rgba(100, 100, 255, 0.3);
	position: absolute;
	z-index: 9;
	display: none;
}

#op-zoom-move span {
	width: 20px;
	height: 20px;
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	border-radius: 50%;
	margin: auto;
	cursor: move;
}

.zoom-disabled #op-zoom-canvas-container {
	display: none;
}

.zoom-disabled #op-canvas-thumbs-container {
	float: none;
	margin: 0 auto;
}

.zoom-disabled #op-canvas-thumbs-container div {
	margin: 0 5px;
}

#op-custom-tool-panel {
	display: table;
	height: 100%;
	margin-right: 15px;
	box-shadow: 0 0 2px 1px #dedddd;
}

#op-tabs-content {
	min-width: 280px;
	box-shadow: 0 0 2px 1px #dedddd;
	background: #fff;
}

#op-editor-container {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}

#op-toolbar-options {
	display: table;
	margin: 0 auto;
	visibility: hidden;
}

#op-toolbar-options.dp-brw-perc {
	border-width: thin;
}

#op-toolbar-options.dp-sensor-811,
#op-toolbar-options.dp-sensor-460 {
	width: 100%;
}

#op-toolbar-options.dp-sensor-811 > span {
	width: 11.11%;
}

#op-toolbar-options.dp-sensor-460 > span {
	width: 16.66%;
}

#op-toolbar-options.dp-sensor-460 > span:nth-child(6),
#op-toolbar-options.dp-sensor-811 > span:nth-child(9),
#op-toolbar-options.dp-sensor-460 > span:nth-child(12),
#op-toolbar-options > span:nth-child(18) {
	border-right: 0;
}

@media only screen and (max-width: 768px) {
	#op-custom-tool-panel {
		display: table-footer-group;
		width: 100%;
		margin-bottom: 20px;
	}

	#op-editor-container {
		float: left;
	}
}

.dp-loader-box,
.dp-loader-editor {
	position: absolute;
	background-size: 100% 100% !important;
	z-index: 9;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.op_overlay_loader {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.25);
	display: none;
}

#op-vertical-tab {
	display: table-cell;
	width: 100%;
	height: 100%;
}

#op-tabs-icons {
	width: 45px;
	float: left;
}

#op-tabs-icons > span {
	line-height: 44px !important;
}

#op-tabs-icons > span:not(:last-child) {
	border-bottom: 0;
}

#op-tabs-icons > span.vtab-selected {
	border-right-color: transparent;
	z-index: 10;
	position: relative;
}

#op-tabs-content {
	min-width: 236px;
	margin-left: 44px;
	position: relative;
	height: 100%;
	padding-bottom: 116px;
}

#op-tabs-content > .op-tab-section {
	max-width: 300px;

	width: 100%;
	position: relative;
	z-index: 9;
	display: none;
}

#op-tabs-content label,
#op-tabs-content .control-label {
	color: #8890a6 !important;
	font-weight: normal;
	letter-spacing: 0;
	font-size: 12px;
}

#op-tabs-content .dp-title-label {
	font-size: 16px;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	text-transform: uppercase;
	line-height: 28px;
	background: #1fb7ff;
	color: #fff;
}

.op-tab-section > .dp-row {
	width: 100%;
	display: table;
	padding-bottom: 10px;
	margin: 0;
	padding: 8px;
	border-top: 1px solid #f3f4f5;
}

#op-tabs-content .dp-content-style {
	color: #7f91a9;
	background-color: #f6f6f6 !important;
	border-radius: 4px;
}

.jBox-Tooltip .jBox-content {
	font-size: 12px;
	font-weight: bold;
	padding: 0 8px;
	line-height: 28px;
}

.op-tab-section > .dp-row {
	width: 100%;
	display: table;
	padding-bottom: 10px;
	margin: 0;
}

.op-tab-section .op-content-tools .dp-row,
.op-tab-section .op-box-filters-rng .dp-row {
	width: 100%;
	display: flex;
	margin: 0;
	padding: 0;
}

.op-tab-section > .dp-col-8 > span {
	width: 11.5% !important;
	line-height: 25px !important;
	margin-right: 1.14%;
}

.op-tab-section > .dp-col-8 > span:last-child {
	margin-right: 0;
}

#op-container [id="op-btn-templates"] {
	color: #00bd2f;
}

#op-container [id="op-btn-images"] {
	color: #fdae00;
}
#op-container [id="op-btn-free"] {
	color: #fd00be;
}
#op-container [id="op-btn-text"] {
	color: #00a2fd;
}

#op-container [id="op-btn-shapes"] {
	color: #fe41da;
}

#op-container [id="op-btn-cliparts"] {
	color: #fb7a4c;
}

#op-container [id="op-btn-qr"] {
	color: #8694aa;
}

#op-container [id="op-btn-maps"] {
	color: #0100df;
}

#op-container [id="op-btn-calendars"] {
	color: #5c708d;
}

#op-container [id="op-btn-bgcolors"] {
	color: #8b0fdd;
}

#op-container [id="op-btn-layers"] {
	color: #5c708d;
}

#op-container [id="op-btn-settings"] {
	color: #08bdae;
}

#op-custom-tool-panel select,
#op-custom-tool-panel textarea,
#op-settings-panel input[type="number"] {
	float: left;
	min-width: 0;
	margin: 0;
	padding: 0 2px;
	outline: 0;
	border-radius: 0;
	font-weight: normal;
	box-shadow: none !important;
	letter-spacing: 0;
	font-size: 14px;
}

#op-custom-tool-panel textarea {
	width: 100%;
	height: 70px;
	min-height: 70px;
	line-height: 20px;
	padding: 5px;
	resize: vertical;
	transition: border-color 0.03s ease-in-out 0.01s;
}

#op-text-fontFamily {
	width: 70%;
	height: 30px;
	margin-right: 2% !important;
	text-transform: capitalize;
}

#op-text-fontFamily option {
	font-size: 16px;
	font-weight: normal;
}

#op-images-preload > img,
#op-fonts-preload > span {
	position: absolute !important;
	z-index: -9999;
	color: transparent;
	background-color: transparent;
	opacity: 0 !important;
}

#op-text-fontSize {
	width: 28%;
	height: 30px;
	text-transform: none;
}

#op-vertical-tab .dp-btn-style span {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding: 4px;
	line-height: 25px;
}

#op-tabs-content .op-content-tools {
	width: 100%;
}

#op-tabs-content .op-box-svg-multicolor,
#op-tabs-content .op-box-svg-stroke-multicolor {
	height: 100%;
	max-height: 78px;
	overflow: auto;
	margin: 4px;
}

#op-images-panel .op-content-tools .dp-row:nth-child(2),
#op-images-panel .op-content-tools .dp-row:nth-child(5),
#op-cliparts-panel .op-content-tools .dp-row:nth-child(2),
#op-cliparts-panel .op-content-tools .dp-row:nth-child(5) {
	display: none;
}

#op-container #op-box-options-btn [id^="op-btn-"],
#op-container #op-btn-upload-img {
	font-size: 16px;
	width: 35px;
	line-height: 21px;
}

#op-container #op-box-options-btn label {
	color: #fff !important;
	margin: 0;
	font-size: 12px;
	cursor: pointer;
}

#op-container #op-box-options-btn .dp-btn-style-ico {
	background: #1fb7ff;
	color: #fff !important;
	height: 100%;
	font-family: "Segoe UI", Helvetica, Arial, sans-serif !important;
	padding: 6px;
	box-shadow: 0 0 0 1px #d5dce3;
	cursor: pointer;
}

#op-tabs-content .op-content-tools span {
	width: 12.5% !important;
	line-height: 34px !important;
	font-size: 18px !important;
}

#op-tabs-content .op-content-tools label {
	width: 45.5% !important;
	line-height: 34px;
	font-size: 11px;
}

#op-tabs-content .op-content-tools select,
#op-settings-panel input[type="number"] {
	width: 30% !important;
	height: 28px;
	margin: 3px auto;
	border: 1px solid #e7ebee;
	border-radius: 5px;
}

#op-tabs-content input[type="range"] {
	width: 38% !important;
	height: 20px !important;
	margin: 0 auto;
	align-self: center;
	box-shadow: none;
	padding: 0;
	outline: 0;
	border: 0;
}

#op-container input[type="range"] {
	-webkit-appearance: none;
	background: transparent;
}

#op-container input[type="range"]:focus {
	outline: none;
}

#op-container input[type="range"]::-webkit-slider-runnable-track {
	width: 100%;
	height: 3px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 0 0 0 #000000;
	background: #1fb7ff;
	border-radius: 1px;
	border: 0 solid #000000;
}

#op-add-new-text,
#op-upload-images {
	border-radius: 5px;
	padding: 5px 10px;
	box-shadow: inset 0 0 0 1px #d5dce3;
	display: flex;
	justify-content: center;
	background: #eff2f7;
	cursor: pointer;
}

#op-container input[type="range"]::-webkit-slider-thumb {
	box-shadow: 0 0 0 #000000;
	border: 0 solid #e3ddd8;
	height: 16px;
	width: 16px;
	border-radius: 25px;
	background: ##1fb7ff;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -7px;
}

#op-container input[type="range"]:focus::-webkit-slider-runnable-track {
	background: #e3ddd8;
}

#op-container input[type="range"]::-moz-range-track {
	width: 100%;
	height: 3px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 0 0 0 #000000;
	background: #e3ddd8;
	border-radius: 1px;
	border: 0 solid #000000;
}

#op-container input[type="range"]::-moz-range-thumb {
	box-shadow: 0 0 0 #000000;
	border: 0 solid #e3ddd8;
	height: 16px;
	width: 16px;
	border-radius: 25px;
	background: #e3ddd8;
	cursor: pointer;
}

#op-container input[type="range"]::-ms-track {
	width: 100%;
	height: 3px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

#op-container input[type="range"]::-ms-fill-lower {
	background: #e3ddd8;
	border: 0 solid #000000;
	border-radius: 2px;
	box-shadow: 0 0 0 #000000;
}

#op-container input[type="range"]::-ms-fill-upper {
	background: #e3ddd8;
	border: 0 solid #000000;
	border-radius: 2px;
	box-shadow: 0 0 0 #000000;
}

#op-container input[type="range"]::-ms-thumb {
	margin-top: 1px;
	box-shadow: 0 0 0 #000000;
	border: 0 solid #e3ddd8;
	height: 16px;
	width: 16px;
	border-radius: 25px;
	background: #e3ddd8;
	cursor: pointer;
}

#op-container input[type="range"]:focus::-ms-fill-lower {
	background: #e3ddd8;
}

#op-container input[type="range"]:focus::-ms-fill-upper {
	background: #e3ddd8;
}

#op-container input[type="range"]::-ms-tooltip {
	display: none;
}

#op-tabs-content .dp-box-effects {
	padding: 2%;
}

#op-tabs-content .dp-box-effects label {
	width: 35% !important;
	margin-left: 10px;
	line-height: 28px;
}

#op-tabs-content .dp-box-effects input {
	width: 55% !important;
}

#op-tabs-content .sp-replacer {
	background-color: #fff;
	padding: 3px 2px 3px;
	width: 30%;
	height: 28px;
	margin: 3px auto;
}

#op-tabs-content .op-box-svg-multicolor .sp-replacer,
#op-tabs-content .op-box-svg-stroke-multicolor .sp-replacer {
	float: left;
	width: 24px;
	height: 24px;
	margin: 1px;
	padding: 0;
	border-radius: 50%;
	border-width: 2px !important;
	transition: border 200ms ease;
}

#op-tabs-content .op-box-svg-multicolor .sp-replacer .sp-preview,
#op-tabs-content .op-box-svg-stroke-multicolor .sp-replacer .sp-preview {
	width: 100%;
	height: 100%;
	border: 0;
}

#op-tabs-content .sp-replacer {
	border: 1px solid #e7ebee;
	border-radius: 5px;
}

#op-tabs-content .sp-replacer .sp-preview {
	width: 95%;
	margin: 0 auto;
	float: none;
	border: 1px solid #e7ebee;
	border-radius: 5px;
}

#op-tabs-content .sp-replacer .sp-dd {
	display: none !important;
}

.sp-container .sp-palette .sp-thumb-el {
	width: 22px;
	height: 20px;
	margin: 1px;
	transition: all 250ms ease;
}

.sp-container .sp-input-container .sp-input {
	outline: 0;
}

#op-vertical-tab label,
#op-canvas-thumbs-container label {
	display: inline-block;
	padding: 0;
	margin: 0;
	vertical-align: top;
	cursor: default;
	font-weight: bold;
}

.input-color {
	margin: 0.3125rem;
}

.op-tab-section .variations .product-variants > .product-variants-item {
	margin: 0;
}

#op-box-options-btn {
	padding: 10px;
	margin-left: 0;
	background: #f9fafc;
	border-top: 1px solid #d6d7da;
	position: absolute;
	width: 100%;
	justify-content: space-between;
	bottom: 0;
}

#op-box-options-btn .dp-btn-style-ico:not(:last-child) {
	margin-bottom: 10px;
}

#op-vertical-tab .dp-btn-style-ico {
	width: 100%;
	position: relative;
	line-height: 25px;
	padding: 4px;
}

#op-vertical-tab .dp-btn-style-ico label {
	width: 100% !important;
	font-size: 13px;
	text-align: center;
	cursor: pointer;
}

#op-vertical-tab .dp-btn-style-ico span {
	width: 0;
	margin-left: 4px;
	line-height: 25px;
	position: absolute;
}

#op-tabs-content .op-box-filters-btn {
	width: 100%;
	max-height: 160px;
	padding: 0 3px;
	margin: 5px 0;
	overflow: auto;
}

#op-tabs-content .op-box-filters-btn span {
	float: left;
	margin: 1px;
	width: 68px;
	height: 68px;
}

#op-tabs-content .box__tool .dp-title-box {
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 25px;
	text-transform: uppercase;
	border-bottom: 0;
}

#op-tabs-content .op-box-filters-rng {
	width: 100%;
}

#op-tabs-content .op-box-filters-rng.br__dsb .dp-row:first-child {
	border-top: 0 !important;
}

#op-tabs-content .op-box-filters-rng label {
	width: 35% !important;
	margin-left: 8px;
	line-height: 28px;
	font-size: 12px;
}

#op-tabs-content .op-box-filters-rng input {
	width: 56% !important;
}

#op-filters-contain .dp-filter-btn,
#op-tabs-content .op-box-filters-btn span {
	background-image: url("../img/icon-filters.jpg");
}

#op-bgcolors-panel .dp-contain-box.dp-box-bgcolors {
	min-height: 0;
}

#op-bgcolors-panel .dp-box-bgcolors span {
	float: left;
	width: 35px;
	height: 35px;
	margin: 3px;
	border-radius: 25%;
	border-width: 2px !important;
	transition: border 200ms ease;
}

#op-tabs-content .dp-label-center label,
#op-tabs-content .dp-contain-mask label {
	width: 100% !important;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
}

#op-tabs-content .dp-contain-mask label {
	font-size: 12px;
}

#op-tabs-content .dp-contain-box,
#op-settings-panel .dp-contain-product {
	width: 100%;
	max-height: 320px;
	height: auto;
	overflow: auto;
	padding: 5px;
}

#op-images-panel .dp-contain-box {
	padding: 2px;
}

#op-shapes-panel .dp-contain-box {
	max-height: 324px;
	padding: 2px;
}

#op-tabs-content .dp-img-contain {
	float: left;
	position: relative;
	overflow: hidden;
}

.op-module-designer-studio {
	position: absolute;
	bottom: 10px;
	font-size: 9px;
	right: 30px;
	font-style: italic;
}

#op-tabs-content .dp-img-contain img {
	width: 100%;
	height: auto;
	border: 0;
	vertical-align: middle;
}

#op-tabs-content .dp-img-contain:hover,
#op-tabs-content .dp-img-contain svg:hover {
	cursor: pointer;
	opacity: 0.7;
}

#op-images-panel .dp-box-img .dp-img-contain,
#op-cliparts-panel .dp-clip-content .dp-img-contain {
	width: 66px !important;
	height: 66px !important;
	text-align: center;
	margin: 2px;
	line-height: 61px;
	background-color: #fff;
}

#op-tabs-content .op-tab-section .dp-img-contain img.dp-loading-lazy {
	box-shadow: none;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
}

#op-shapes-panel .dp-box-shap .dp-img-contain {
	width: 49px !important;
	height: 49px !important;
	margin: 2px;
	line-height: 45px;
}

#op-tabs-content .dp-contain-box .dp-folder-contain {
	cursor: pointer;
	width: 100%;
	min-height: 35px;
	padding: 2px 5px 2px;
	margin-bottom: 5px;
}

#op-tabs-content .dp-contain-box .dp-folder-contain:last-child {
	margin-bottom: 0;
}

#op-tabs-content .dp-contain-box .dp-folder-contain span {
	width: 0;
	line-height: 30px;
}

#op-tabs-content .dp-contain-box .dp-folder-contain label {
	width: auto;
	cursor: pointer;
	line-height: 30px;
	vertical-align: middle;
	font-size: 12px;
	margin-left: 28px;
}

#op-tabs-content .dp-contain-tpl,
#op-tabs-content .dp-contain-caz,
#op-tabs-content .dp-contain-clip {
	width: 100%;
	height: auto;
	padding: 0;
	margin-top: 5px;
}

#op-tabs-content .dp-contain-tpl .dp-img-contain,
#op-tabs-content .dp-contain-caz .dp-img-contain {
	width: calc(100% - 4px);
	display: inline-block;
	margin: 2px;
	text-align: center;
	background-color: #fff;
}

#op-tabs-content .dp-contain-tpl img,
#op-tabs-content .dp-contain-caz img {
	display: inline-block;
	border-radius: 0;
	width: auto;
	max-width: 135px;
	max-height: 135px;
	margin: 10px 0;
}

#op-tabs-content .dp-contain-tpl .dp-tpl-content {
	max-height: 500px;
	padding: 2px;
	overflow: auto;
}

#op-tabs-content .dp-contain-caz .dp-caz-content {
	padding: 2px;
}

#op-tabs-content .dp-contain-caz .dp-caz-content,
#op-tabs-content .dp-contain-clip .dp-clip-content {
	max-height: 370px;
	overflow: auto;
	display: none;
}

#op-tabs-content .dp-contain-clip .dp-clip-content {
	max-height: 315px !important;
	padding: 2px;
}

#op-images-panel .dp-box-img img,
#op-cliparts-panel .dp-clip-content img {
	padding: 2px;
	display: inline-block;
}

#op-shapes-panel .dp-box-shap svg {
	width: 100%;
	height: auto;
	padding: 4px;
}

#op-images-panel .dp-box-img .dp-img-contain.dp-svg:before,
#op-cliparts-panel .dp-clip-content .dp-img-contain.dp-svg:before {
	content: "SVG";
	background-color: #ff0000;
}

#op-images-panel .dp-box-img .dp-img-contain.dp-img:before,
#op-cliparts-panel .dp-clip-content .dp-img-contain.dp-img:before {
	content: "IMG";
	background-color: #1dd636;
}

#op-images-panel .dp-box-img .dp-img-contain:before,
#op-cliparts-panel .dp-clip-content .dp-img-contain:before {
	position: absolute;
	padding: 0 6px;
	font-size: 10px;
	line-height: 12px;
	border-bottom-right-radius: 6px;
	color: #fff;
	z-index: 9;
	display: none;
}

#op-images-panel .dp-box-img .dp-img-contain:hover:before,
#op-cliparts-panel .dp-clip-content .dp-img-contain:hover:before {
	display: block;
}

#op-images-panel .dp-row.md__dsb,
#op-images-panel.dp-mode-sources .dp-row.md__upl,
#op-images-panel.dp-mode-upload .dp-row.md__res {
	display: none;
}

#op-tabs-content .op-tab-section .dp-hori-tab,
#op-tabs-content .op-tab-section .dp-toolbar-img {
	width: 100%;
	display: flex;
	padding-bottom: 10px;
	margin: 0;
}

#op-tabs-content .op-tab-section .dp-hori-tab span {
	flex: 1;
	width: auto;
	height: 35px;
	line-height: 35px;
}

#op-tabs-content .op-tab-section .dp-toolbar-img span {
	flex: 1;
	width: auto;
	height: 28px;
	line-height: 26px;
	font-size: 20px;
}

#op-tabs-content .op-tab-section .dp-row.box__tool.box__dsb {
	display: none;
}

#op-tabs-content .op-tab-section .dp-hori-tab span:not(:last-child),
#op-tabs-content .op-tab-section .dp-toolbar-img span:not(:last-child) {
	border-right: 0;
}

#op-images-panel .dp-contain-res {
	width: 100%;
	height: auto;
	position: relative;
	padding: 1px 0 1px;
}

#op-images-panel .dp-contain-res .dp-res-content {
	overflow-y: auto;
	overflow-x: hidden;
	height: 380px;
	position: relative;
	display: none;
}

#op-images-panel .dp-contain-res .dp-res-content .mCSB_container {
	min-height: 380px !important;
}

#op-images-panel .dp-img-res {
	border: 0;
	margin: 1px;
	float: left;
	width: 106px;
	position: relative;
}

#op-images-panel .dp-img-res:hover {
	transition: all 300ms ease-out;
	cursor: pointer;
	opacity: 0.7;
}

#op-images-panel .dp-img-res img {
	float: left;
	width: 106px;
	background: #fff;
	border-radius: 3px;
}

#op-box-flaticon .dp-res-items .dp-img-res img {
	padding: 10px;
}

#op-images-panel .dp-res-content.dp-loading-sources .mCustomScrollBox:before {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	position: absolute;
	border: 3px solid rgba(0, 0, 0, 0.2);
	border-left: 3px solid #000;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: dp-loader-animation 1.1s infinite linear;
	animation: dp-loader-animation 1.1s infinite linear;
	z-index: 9999;
}

#op-images-panel .dp-res-content.dp-loading-sources .dp-res-overlay {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 9998;
}

#op-images-panel .dp-res-content .dp-res-overlay {
	display: none;
}

@-webkit-keyframes dp-loader-animation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes dp-loader-animation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#op-images-panel #op-btn-upload-cloud {
	font-size: 5em;
	margin: 5px 0 0;
}

#op_cropper_contain .jBox-content {
	padding: 0;
}

#op-crop-resize {
	border: 1px solid #aaa;
}

#op-crop-resize img {
	max-width: 800px;
	max-height: 600px;
	min-height: 300px;
}

#op-crop-tools {
	width: 100%;
	line-height: 20px;
	padding: 4px 10px;
	text-align: center;
	display: inline-block;
}

#op-crop-tools span {
	margin-right: 1px;
	padding: 8px 12px;
	font-size: 14px;
	display: inline-block;
	border-radius: 3px;
	vertical-align: middle;
	white-space: nowrap;
	user-select: none;
}

#op_cropper_contain [id^="op-btn-"] {
	font-family: "op-sprites" !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#op-crp-cancel,
#op-crp-save {
	font-family: "titillium";
	font-weight: bold;
	cursor: pointer;
}

#op-crp-cancel {
	color: red;
}

#op-crp-cancel:hover {
	color: #fff;
	background-color: red;
}

#op-crp-save {
	color: #4caf50;
}

#op-crp-save:hover {
	color: #fff;
	background-color: #4caf50;
}

#op-tabs-content span.dp-search-empty {
	font-size: 3em;
	width: 100%;
	margin: 10px 0 5px;
	line-height: 1;
}

#op-canvas-thumbs-container {
	float: left;
	display: table;
}

#op-canvas-thumbs-container > div {
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	cursor: pointer;
	opacity: 0.5;
}

#op-canvas-thumbs-container .dp-canvas-active {
	opacity: 1;
}

#op-canvas-thumbs-container label {
	margin: 5px auto;
	display: table;
	font-size: 14px;
}

#op-form-upload-files-user,
#op-settings-panel form.variations_form {
	margin: 0;
	padding: 0;
}

#op-form-upload-files-user input#op-ajax-upload-user {
	display: none;
}

#op-form-upload-files-admin input#op-ajax-upload-admin {
	display: none;
}

.jBox-Confirm .jBox-container {
	border-radius: 4px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4), 0 0 5px rgba(0, 0, 0, 0.4);
}

.jBox-Confirm .jBox-Confirm-footer {
	font-size: 14px;
}

.jBox-Confirm-button-cancel {
	border-right: 1px solid #b6babd;
}

.jBox-Confirm .jBox-content {
	border-bottom: 1px solid #b6babd;
}

#op-jbox-save .jBox-content img {
	width: 18px;
	height: 18px;
	margin-left: 10px;
	vertical-align: middle;
}

#op-confirm-design input {
	cursor: pointer;
	margin-right: 8px;
}

#op-confirm-design label {
	font-weight: bold;
	cursor: pointer;
	color: #ff0000;
	padding: 0 8px;
}

#op-confirm-design label.dp-approved {
	color: #008000;
}

#op-confirm-design label.dp-no-approved {
	outline: 1px solid #ff0000;
}

#op-templates-panel .dp-input-btn {
	padding-bottom: 5px;
}

#op-templates-panel .dp-contain-box {
	margin-top: 5px;
}

#op-tabs-content .dp-contain-tpl .dp-tpl-content:not(#op-tpl-general) {
	display: none;
}

#op-tabs-content .dp-input-btn span {
	float: left;
	width: 18%;
	height: 35px;
	line-height: 35px;
}

#op-tabs-content .dp-input-btn input {
	float: left;
	width: 80% !important;
	height: 35px;
	font-size: 14px;
	padding: 0 5px;
	border-radius: 0;
	margin: 0 2% 0 0;
	box-shadow: none;
	outline: 0;
}

#op-tabs-content .dp-box-note p {
	font-size: 12px;
	margin: 0 !important;
	padding: 5px;
	line-height: 18px;
	font-weight: bold;
	text-align: justify;
}

#op-my-designs-panel .dp-contain-box {
	max-height: 366px;
	padding: 2px;
}

#op-my-designs-panel .dp-my-design-contain {
	float: left;
	position: relative;
	margin: 2px;
}

#op-my-designs-panel .dp-my-design-cover {
	float: left;
	position: relative;
	overflow: hidden;
	width: 96px;
	height: 96px;
	margin: 2px;
	line-height: 96px;
	cursor: pointer;
	background-color: #fff;
}

#op-my-designs-panel .dp-my-design-cover img {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: auto;
	border: 0;
	margin: 0;
	padding: 0;
}

#op-my-designs-panel .dp-remove-my-design {
	display: none;
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	border-width: 3px;
	border-style: solid;
	border-color: red;
	box-sizing: border-box;
	background: linear-gradient(
			-45deg,
			transparent 0%,
			transparent 46%,
			white 46%,
			white 56%,
			transparent 56%,
			transparent 100%
		),
		linear-gradient(
			45deg,
			transparent 0%,
			transparent 46%,
			white 46%,
			white 56%,
			transparent 56%,
			transparent 100%
		);
	background-color: red;
}

#op-my-designs-panel .dp-my-design-contain:hover img {
	opacity: 0.7;
}

#op-my-designs-panel .dp-my-design-contain:hover .dp-remove-my-design {
	display: block;
}

#op-settings-panel .dp-contain-product {
	max-height: 540px;
}

#op-settings-panel .woocommerce-variation,
#op-settings-panel .woocommerce-simple-price .price {
	padding: 5px;
	text-align: center;
}

#op-settings-panel input[type="number"] {
	text-align: center !important;
}

#op-settings-panel .variations .dp-row {
	width: 100%;
	display: table;
	margin-bottom: 5px;
}

#op-settings-panel .variations label {
	font-size: 12px;
	float: left;
	width: 100%;
	text-align: left;
}

#op-settings-panel .variations select {
	width: 100%;
	height: 28px;
}

#op-settings-panel .variations select.dp-disabled {
	border: 1px solid #ff0000;
}

#op-settings-panel .dp-row.woo_qty_dsb {
	display: none !important;
}

#op-settings-panel .price span {
	font-size: 16px;
}

#op-settings-panel p {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

#op-layers-panel {
	position: static !important;
}

#op-contain-layers,
#op-tabs-content .dp-contain-mask {
	width: 100%;
	max-height: 490px;
	height: auto;
	overflow: auto;
	padding: 0;
	margin: 0;
}

#op-tabs-content .dp-contain-mask {
	max-height: 196px;
}

#op-contain-layers .op-layers-items {
	width: 100%;
	overflow: auto;
}

#op-contain-layers .dp-layer-row,
#op-tabs-content .dp-contain-mask .dp-layer-row {
	float: left;
	width: 100%;
	height: 40px;
	margin-bottom: 5px;
}

#op-tabs-content .dp-contain-mask .dp-layer-row {
	margin-bottom: 0;
}

#op-contain-layers .dp-layer-row:last-child {
	margin-bottom: 0;
}

#op-contain-layers .dp-layer-row.dp_layer_dsb {
	pointer-events: none;
}

#op-contain-layers .dp-layer-row.dp_layer_dsb .dp-layer-ins {
	width: 20px;
}

#op-contain-layers .dp-layer-row.dp_layer_dsb .dp-layer-name span {
	max-width: calc(100% - 60px);
}

#op-contain-layers .dp-layer-row.dp-lock-user .dp-layer-name span,
#op-contain-layers .dp-layer-row.dp-hide-layer .dp-layer-name span {
	max-width: calc(100% - 120px);
}

#op-contain-layers
	.dp-layer-row.dp-lock-user.dp-hide-layer
	.dp-layer-name
	span {
	max-width: calc(100% - 140px);
}

#op-contain-layers .dp-layer-row.dp-lock-user .dp-layer-ins,
#op-contain-layers .dp-layer-row.dp-hide-layer .dp-layer-ins {
	width: 80px;
}

#op-contain-layers .dp-layer-row.dp-lock-user.dp-hide-layer .dp-layer-ins {
	width: 100px;
}

#op-contain-layers .dp-layer-row.dp-sortable-placeholder {
	height: 40px;
	border-style: dotted;
}

#op-contain-layers .dp-layer-name,
#op-tabs-content .dp-contain-mask .dp-layer-name {
	position: relative;
}

#op-contain-layers .dp-layer-name span,
#op-tabs-content .dp-contain-mask .dp-layer-name span {
	position: absolute;
	max-width: calc(100% - 100px);
	min-width: 40px;
	line-height: 38px;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	outline: none;
}

#op-tabs-content .dp-contain-mask .dp-layer-name span {
	max-width: calc(100% - 40px);
}

#op-contain-layers .dp-layer-thumb,
#op-tabs-content .dp-contain-mask .dp-layer-thumb {
	float: left;
	width: 28px;
	height: 28px;
	margin: 5px;
	padding: 1px;
	border-radius: 2px;
	background-color: #ffffff;
}

#op-contain-layers .dp-layer-thumb img {
	width: 100%;
	max-height: 24px;
	border: none;
	pointer-events: none !important;
}

#op-contain-layers .dp-layer-thumb span,
#op-tabs-content .dp-contain-mask .dp-layer-thumb span {
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #333333;
	pointer-events: none !important;
}

#op-contain-layers .dp-layer-ins {
	float: right;
	width: 60px;
	margin-right: 2px;
}

#op-contain-layers .dp-layer-ins span {
	width: 20px;
	font-size: 18px;
	line-height: 38px;
}

#op-contain-layers .dp-layer-ins span:hover {
	opacity: 0.7;
}

#op-contain-layers .dp-layer-ins span.op-icon-sort {
	cursor: move;
}

#op-contain-layers .dp-layer-ins span:hover:not(.op-icon-sort) {
	cursor: pointer;
}

#op-contain-layers .dp-layer-thumb .op-icon-mask,
#op-tabs-content .dp-contain-mask .dp-layer-thumb .op-icon-mask {
	font-size: 20px;
}

#op-tabs-content .dp-contain-mask .dp-mask-guide {
	width: 70px;
	height: 55px;
	margin: 8px auto 0;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAA3CAMAAACGjszSAAABblBMVEUAAADz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Oj4PXz8/NLwq3////vx149s57y8/N/0szy8/Gw4/X7/v/9//9hyr13ysOl4fb3/f/w8vK86fhNw69exrfq+f1yy8yD1sdfybdQxLDn9/3T8fut5Peo3+2S2ueq49l3ztDoym3z+/rP7/rx+/my5fes4/ap4/ae3/Gb3u/Y8u2y5dxwzMBFt6Xx+/3g9fzb8/zY8vvJ7frD6/m46Pig3/On3+7U8eyr3ufE6eau3eCK1eCA0de32s+P2s100M1708PB17vD1rdZx7RPvK5CuqTYz43g0IrryWbvyGDuyGDf9fzC6/nq+PbE6PXK6vTf9PHa8+7O6ert7+e76OG24N6v3N6v3N2F1t2A1dml4NWX1tKJ1tBqzcZ8zMZwzsVly8NbyLtXx7dawLdlxbRSxbRHvqnL06fL06aJedlIAAAAEnRSTlMAgLJP+s8V7uq1oZ2Qe3UzJwQFRmS5AAACLElEQVRIx63Ud1faUBjH8WsBuxfJQ6lNbGhSIkFliChTrVbrHnXbvfee715IlHtvjvLcjO9/nPOcD/nBOSFhFYlFpUBFz19rKVLwzvWSmBRCPSQaBnOGSEf1sSVF45lXuwcJtvm4YNrTJMPsJvjexYV7xjAHLmZRnClTpi/hapg9HO/K3DqdKXKHpbJPZoc7TJd8Mhvs3Rik/TF73E8zDTDki/nP3WUBpv0wxTnuf1IBsj6Y/RXu7DEAqOPemYf82SNoNeOV2XcpmtJmJj0yxRXXlQ7tFM0Ls/dvzn11D+x0Yaa4szEcd6elHGZKhEnOv12kBNt9cEppIgz7/SVFbaU4qXDU8ed2KR1h7PQUdC09hD2N01i2mzKo4aOctEH1NIQOQhg6DBmEMHQYNghn6DB+EMogw+ig2Uq1WkEZWplTJuK5D2vff/wxZDvrZ/+XwvucADPDMcqmfELWGspMAteqfFL9GKMpPLPgj9GBL2VhzNJywTTNwvJSlWGmwKk2Ck4DCHPnRqfmLzPHv2ryRuYB2L1GGa6tQqXzqhlpP4KRV6HVqIEyfE1z1nl91jLO8bo9bB1l3G3lJgCg3vl+e1gdZ9z9tgfRjDzAE8Mz8xFeZGSugRFoeGW2n9ct2VWmlvfKbNJBNGvVI7MtI4kxf/0wUtPNyMJ9Y5hPvhljgWGkN19vszXu2jVuYn1+KVEmUA5zNgzmArkYBhMhvbHgyiVCyPXI5Z5AXblKyCFv+ECfkvnd2QAAAABJRU5ErkJggg==");
}

#op-tabs-content .box__tool .dp-remove-mask {
	border-top: 0;
	line-height: 18px;
}

#op-tabs-content .box__tool .dp-remove-mask span {
	font-size: 18px;
	line-height: 18px;
}

#op-tabs-content .box__tool .dp-remove-mask label {
	font-size: 12px;
}

#op-tabs-content .mCSB_outside + .mCSB_scrollTools {
	right: -4px;
	margin: 4px 0;
}

#op-contain-layers .mCSB_outside + .mCSB_scrollTools,
#op-tabs-content .op-box-svg-multicolor .mCSB_outside + .mCSB_scrollTools,
#op-tabs-content
	.op-box-svg-stroke-multicolor
	.mCSB_outside
	+ .mCSB_scrollTools {
	right: -8px;
	margin: 0;
}

#op-tabs-content
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
	.mCSB_dragger.mCSB_dragger_onDrag_expanded
	.mCSB_dragger_bar,
#op-tabs-content
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
	.mCSB_draggerContainer:hover
	.mCSB_dragger
	.mCSB_dragger_bar {
	width: 8px;
}

#op-tabs-content
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
	.mCSB_dragger.mCSB_dragger_onDrag_expanded
	+ .mCSB_draggerRail,
#op-tabs-content
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
	.mCSB_draggerContainer:hover
	.mCSB_draggerRail {
	width: 4px;
}

#op-tabs-content .dp-contain-box .mCustomScrollBox {
	max-height: 308px !important;
}

#op-tabs-content .dp-contain-tpl .dp-tpl-content .mCustomScrollBox {
	max-height: 496px !important;
}

#op-shapes-panel .dp-contain-box .mCustomScrollBox {
	max-height: 318px !important;
}

#op-tabs-content .op-box-svg-multicolor .mCustomScrollBox,
#op-tabs-content .op-box-svg-stroke-multicolor .mCustomScrollBox {
	max-height: 78px !important;
}

#op-tabs-content .op-box-filters-btn .mCustomScrollBox {
	max-height: 160px !important;
}

#op-tabs-content .dp-contain-mask .mCustomScrollBox {
	max-height: 194px !important;
}

#op-tabs-content .dp-contain-clip .dp-clip-content .mCustomScrollBox {
	max-height: 311px !important;
}

#op-tabs-content .dp-contain-caz .dp-caz-content .mCustomScrollBox {
	max-height: 366px !important;
}

#op-contain-layers .mCustomScrollBox {
	max-height: 490px !important;
}

#op-settings-panel .dp-contain-product .mCustomScrollBox {
	max-height: 528px !important;
}

#op-my-designs-panel .dp-contain-box .mCustomScrollBox {
	max-height: 360px !important;
}

#op-container [class^="op-icon-"],
#op-container [class*=" op-icon-"],
#op-container [id^="op-btn-"] {
	font-family: "op-sprites" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 24px;
	float: left;
	width: 45px;
	line-height: 40px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.op-icon-zoom:before {
	content: "\e944";
}

.op-icon-folder:before {
	content: "\e948";
}

.dp-folder-contain.dp-folder-open span:before {
	content: "\e947";
}

.op-icon-upload:before {
	content: "\e937";
}

.op-icon-pixabay:before {
	content: "\e94e";
}

.op-icon-unsplash:before {
	content: "\e963";
}

.op-icon-pexels:before {
	content: "\e951";
}

.op-icon-flaticon:before {
	content: "\e96b";
}

.op-icon-res-empty:before {
	content: "\e933";
}

.op-icon-text:before {
	content: "\e913";
}

.op-icon-qr:before {
	content: "\e917";
}

.op-icon-map:before {
	content: "\e946";
}

.op-icon-group:before {
	content: "\e90a";
}

.op-icon-image:before {
	content: "\e914";
}

.op-icon-sort:before {
	content: "\e954";
}

.op-icon-lock:before {
	content: "\e95b";
}

.op-icon-lock.dp-locked:before {
	content: "\e95c";
}

.op-icon-close:before {
	content: "\e941";
}

.op-icon-hide-layer:before {
	content: "\e95d";
}

.op-icon-lock-user:before {
	content: "\e95a";
}

.op-icon-fill:before {
	content: "\e961";
}

.op-icon-crop:before {
	content: "\e94b";
}

.op-icon-mask:before {
	content: "\e960";
}

.op-icon-clear-mask:before {
	content: "\e940";
}

.op-icon-filters:before {
	content: "\e95f";
}

.op-icon-bg:before {
	content: "\e94d";
}

.op-icon-ov:before {
	content: "\e95e";
}

.op-icon-angle:before {
	content: "\e962";
}

#op-btn-info:before {
	content: "\e900";
}

#op-btn-select-all:before {
	content: "\e92d";
}

#op-btn-clear:before {
	content: "\e901";
}

#op-btn-grid:before {
	content: "\e902";
}

#op-btn-center-h:before {
	content: "\e904";
}

#op-btn-center-v:before {
	content: "\e903";
}

#op-btn-flipX:before {
	content: "\e905";
}

#op-btn-flipY:before {
	content: "\e906";
}

#op-btn-rotate:before,
#op-btn-bg-angle:before {
	content: "\e91d";
}

#op-btn-bringForward:before {
	content: "\e907";
}

#op-btn-sendBackwards:before {
	content: "\e908";
}

#op-btn-lock:before {
	content: "\e909";
}

#op-btn-group:before {
	content: "\e90a";
}

#op-btn-duplicate:before {
	content: "\e90b";
}

#op-btn-delete:before {
	content: "\e90c";
}

#op-btn-undo:before {
	content: "\e90d";
}

#op-btn-redo:before {
	content: "\e90e";
}

#op-btn-eyedropper:before {
	content: "\e90f";
}

#op-btn-preview:before {
	content: "\e910";
}

#op-btn-uploads:before {
	content: "\e912";
}

#op-btn-templates:before {
	content: "\e91a";
}

#op-btn-text:before {
	content: "\e913";
}

#op-btn-images:before {
	content: "\e914";
}

#op-btn-shapes:before {
	content: "\e915";
}

#op-btn-cliparts:before {
	content: "\e916";
}

#op-btn-qr:before {
	content: "\e917";
}

#op-btn-maps:before {
	content: "\e918";
}

#op-btn-map-type:before {
	content: "\e946";
}

#op-btn-map-icon-label:before {
	content: "\e92e";
}

#op-btn-calendars:before {
	content: "\e919";
}

#op-btn-bgcolors:before {
	content: "\e91b";
}

#op-btn-layers:before {
	content: "\e953";
}

#op-btn-lock-user:before {
	content: "\e95a";
}

#op-btn-out-hide:before {
	content: "\e95d";
}

#op-btn-my-designs:before {
	content: "\e949";
}

#op-btn-settings:before {
	content: "\e964";
}

#op-btn-save:before {
	content: "\e91e";
}

#op-btn-savetocart:before {
	content: "\e91e";
}

#op-btn-addtocart:before {
	content: "\e91f";
}

#op-btn-reset:before {
	content: "\e91d";
}

#op-btn-code:before {
	content: "\e92c";
}

#op-btn-bold:before {
	content: "\e920";
}

#op-btn-italic:before {
	content: "\e921";
}

#op-btn-underline:before {
	content: "\e922";
}

#op-btn-line-through:before {
	content: "\e923";
}

#op-btn-overline:before {
	content: "\e924";
}

#op-btn-left:before {
	content: "\e925";
}

#op-btn-center:before {
	content: "\e926";
}

#op-btn-right:before {
	content: "\e927";
}

#op-btn-text-color:before {
	content: "\e928";
}

#op-btn-text-outline:before,
#op-btn-svg-outline:before,
#op-btn-shap-outline:before,
#op-btn-clip-svg-outline:before,
#op-btn-qr-border:before {
	content: "\e929";
}

#op-btn-text-outline-color:before,
#op-btn-svg-outline-color:before,
#op-btn-shap-outline-color:before,
#op-btn-clip-svg-outline-color:before,
#op-btn-fg-qr-color:before {
	content: "\e92a";
}

#op-btn-text-curved:before {
	content: "\e92b";
}

#op-btn-text-opacity:before,
#op-btn-image-opacity:before,
#op-btn-shap-opacity:before,
#op-btn-clipart-opacity:before {
	content: "\e92f";
}

#op-btn-upload-cloud:before {
	content: "\e937";
}

#op-btn-free:before {
	content: "\e938";
}

#op-btn-shapes-empty:before,
#op-btn-bgcolors-empty:before,
#op-btn-map-zoom:before,
#op-btn-search-tpl:before,
#op-btn-search-res:before,
#op-btn-search-caz:before,
#op-btn-search-clip:before,
#op-btn-tpl-empty:before,
#op-btn-caz-empty:before,
#op-btn-clip-empty:before,
#op-btn-mydesigns-empty:before {
	content: "\e933";
}

#op-btn-upload-img:before {
	content: "\e935";
}

#op-btn-svg-color:before,
#op-btn-shap-color:before,
#op-btn-clip-svg-color:before,
#op-btn-bg-color:before,
#op-btn-bg-qr-color:before,
#op-btn-map-icon-color:before {
	content: "\e930";
}

#op-btn-qr-level:before {
	content: "\e93d";
}

#op-btn-qr-range:before,
#op-btn-product-qty:before {
	content: "\e934";
}

#op-btn-make-qr:before {
	content: "\e938";
}

#op-btn-make-map:before {
	content: "\e93a";
}

#op-btn-map-icon-size:before {
	content: "\e93b";
}

#op-btn-download-design:before {
	content: "\e94a";
}

#op-btn-crop-img:before,
#op-btn-crop-clip:before,
#op-btn-crop-map:before {
	content: "\e94b";
}

#op-btn-add-bg-img:before,
#op-btn-add-bg-clip:before,
#op-btn-add-bg-map:before {
	content: "\e94d";
}

#op-btn-add-ov-img:before,
#op-btn-add-ov-clip:before,
#op-btn-add-ov-map:before {
	content: "\e95e";
}

#op-btn-move:before {
	content: "\e958";
}

#op-btn-crop:before {
	content: "\e959";
}

#op-btn-square:before {
	content: "\e943";
}

#op-btn-zoom-in:before {
	content: "\e956";
}

#op-btn-zoom-out:before {
	content: "\e955";
}

#op-btn-reset-resize:before {
	content: "\e957";
}

#op-container.md__rtl {
	direction: rtl;
}
#op-container.redesigner .product-quantity,
#op-container.redesigner .variations .form-control {
	display: none !important;
}
#op-container.md__rtl #op-canvas-editor {
	direction: ltr;
}

#op-container.md__rtl #op-custom-tool-panel {
	margin-left: 15px;
	margin-right: 0;
}

#op-container.md__rtl #op-tabs-content,
#op-container.md__rtl #op-box-options-btn {
	margin-right: 44px;
	margin-left: 0;
}

#op-container.md__rtl #op-canvas-thumbs-container,
#op-container.md__rtl #op-tabs-icons,
#op-container.md__rtl #op-tabs-content .dp-img-contain,
#op-container.md__rtl #op-images-panel .dp-img-res,
#op-container.md__rtl #op-tabs-content .op-box-filters-btn span,
#op-container.md__rtl #op-contain-layers .dp-layer-thumb,
#op-container.md__rtl #op-tabs-content .dp-contain-mask .dp-layer-thumb,
#op-container.md__rtl #op-bgcolors-panel .dp-box-bgcolors span,
#op-container.md__rtl #op-my-designs-panel .dp-my-design-contain,
#op-container.md__rtl #op-tabs-content .op-box-svg-multicolor .sp-replacer,
#op-container.md__rtl
	#op-tabs-content
	.op-box-svg-stroke-multicolor
	.sp-replacer,
#op-container.md__rtl [class*=" op-icon-"],
#op-container.md__rtl [class^="op-icon-"],
#op-container.md__rtl [id^="op-btn-"] {
	float: right;
}

#op-container.md__rtl #op-tabs-icons > span.vtab-selected {
	border-left-color: transparent;
}

#op-container.md__rtl #op-tabs-content .dp-input-btn input {
	margin: 0 0 0 2%;
}

#op-container.md__rtl .op-tab-section > .dp-col-8 > span:first-child {
	margin-right: 0;
}

#op-container.md__rtl .op-tab-section > .dp-col-8 > span:last-child {
	margin-right: 1.14%;
}

#op-container.md__rtl #op-images-panel .dp-box-img .dp-img-contain:before,
#op-container.md__rtl
	#op-cliparts-panel
	.dp-clip-content
	.dp-img-contain:before {
	top: 0;
	right: 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 0;
}

#op-container.md__rtl #op-custom-tool-panel select,
#op-container.md__rtl #op-custom-tool-panel textarea,
#op-container.md__rtl #op-tabs-content .dp-input-btn input,
#op-container.md__rtl #op-settings-panel input[type="number"] {
	float: right;
	direction: rtl;
	text-align: right;
}

#op-container.md__rtl #op-text-fontFamily {
	margin-right: 0 !important;
	margin-left: 2% !important;
}

#op-container.md__rtl #op-zoom-canvas-container {
	float: left;
}

#op-container.md__rtl
	#op-tabs-content
	.dp-contain-box
	.dp-folder-contain
	label {
	margin-right: 28px;
	margin-left: 0;
}

#op-container.md__rtl
	#op-tabs-content
	.op-tab-section
	.dp-hori-tab
	span:not(:first-child),
#op-container.md__rtl
	#op-tabs-content
	.op-tab-section
	.dp-toolbar-img
	span:not(:first-child) {
	border-right: 0;
}

#op-container.md__rtl #op-toolbar-options > span:nth-child(18),
#op-container.md__rtl #op-toolbar-options.dp-sensor-460 > span:nth-child(12),
#op-container.md__rtl #op-toolbar-options.dp-sensor-811 > span:nth-child(9),
#op-container.md__rtl #op-toolbar-options.dp-sensor-460 > span:nth-child(6) {
	border-left: 0;
}

#op-container.md__rtl #op-tabs-content .dp-box-effects label {
	margin-right: 10px;
	margin-left: 0;
}

#op-container.md__rtl #op-tabs-content .op-box-filters-rng label {
	margin-right: 8px;
	margin-left: 0;
}

#op-container.md__rtl #op-thumbs-preview {
	right: 0;
}

#op-container.md__rtl #op-tabs-content .mCSB_outside + .mCSB_scrollTools {
	left: -4px;
	right: auto;
}

#op-container.md__rtl #op-contain-layers .mCSB_outside + .mCSB_scrollTools,
#op-container.md__rtl
	#op-tabs-content
	.op-box-svg-multicolor
	.mCSB_outside
	+ .mCSB_scrollTools,
#op-container.md__rtl
	#op-tabs-content
	.op-box-svg-stroke-multicolor
	.mCSB_outside
	+ .mCSB_scrollTools {
	left: -8px;
}

#op-container.md__rtl #op-contain-layers .dp-layer-ins {
	float: left;
	margin-left: 2px;
	margin-right: 0;
}

#op-container.md__rtl #op-thumbs-preview span,
#op-container.md__rtl #op-contain-layers .dp-layer-name span,
#op-container.md__rtl #op-tabs-content .dp-contain-mask .dp-layer-name span {
	text-align: right;
}

#op-container.md__rtl #op-my-designs-panel .dp-remove-my-design {
	left: 0;
	right: auto;
}

.jBox-Modal.md__rtl,
.jBox-Confirm.md__rtl,
.jBox-Tooltip.md__rtl {
	direction: rtl;
	text-align: right;
}

#op-confirm-design.md__rtl input {
	margin-left: 8px;
	margin-right: 0;
}

#op-jbox-save.md__rtl .jBox-content img {
	margin-right: 10px;
	margin-left: 0;
}

.jBox-Confirm.md__rtl .jBox-Confirm-button-cancel {
	float: right;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 0;
	border-right: 0;
}

.jBox-Confirm.md__rtl .jBox-Confirm-button-submit {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-right: 1px solid #b6babd;
}

.op-tab-section .variations ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.op-tab-section .variations .product-variants-item {
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	padding-top: 5px;
}

#op-toolbar-options {
	box-shadow: 0 0 2px 1px #dedddd;
}

.extensionop {
	font-size: 10px;
	color: #ccc;
}

@media (max-width: 480px) {
	#op-container {
		width: 100%;
		display: flex;
		padding: 20px;
		background: #eff2f7;
		flex-direction: column;
	}
	#op-editor-container {
		float: left;
		order: 1;
	}
	#op-custom-tool-panel {
		display: table-footer-group;
		width: 100%;
		margin-bottom: 20px;
		order: 2;
	}
	#op-tabs-icons {
		float: left;
		display: flex;
		flex-wrap: wrap;
		background: #fff;
		width: auto;

		justify-content: center;
	}
	#op-tabs-content {
		order: 3;
		margin-left: 0px;
	}
}
