body { min-width: 1349px; }
nav.navbar.navbar-expand-lg {min-width: 1349px;--bs-navbar-padding-y: 8px;}
.bg-editor-nav {background: var(--bg-editor-nav);}
.btn-editor-login {background: var(--editor-login-btn); color: var(--editor-login-btn-text)!important;}
.btn-editor-login:hover {background: var(--editor-login-btn-hover)!important; color: var(--editor-login-btn-text)!important;}
.btn-editor-profileicon {
        background: var(--editor-login-btn);
	color: #fff;
	border-radius: 6px;
	text-align: center;
	line-height: 40px;
	width: 42px;
	height: 42px;
	display: inline-block;
	font-weight: 600;
}
.btn-editor-profileicon:hover {
       background: var(--editor-login-btn-hover)!important; color: #fff!important;
}
@media (max-width: 1365px) {
  nav.navbar.navbar-expand-lg {position: static;}
  main.main-canvas-content {
    margin-top: 0!important;
    height: 100vh!important;
    }
}
.sitelogo {margin-right: 15px!important;}
.editor-c-new {
  background: var(--editor-createnew-btn);
  color: var(--editor-createnew-btn-text);
}
.editor-c-new:hover, .editor-c-new:active, .editor-c-new:focus,
.btn-addanother:hover, .btn-addanother:active, .btn-addanother:focus {
  background: var(--editor-createnew-btn-hover);
  color: var(--editor-createnew-btn-text);
  border-color: var(--editor-createnew-btn-hover);
}
.btn-addanother {color: #fff; font-size: 14px; float: right; background: var(--editor-createnew-btn); color: var(--editor-createnew-btn-text); padding: 7px 10px 5px 10px; border-radius: 5px; transform: translateY(-3px); }
.btn-addanother img {filter: brightness(100000%);}
.btn-editor-profileicon {
        background: var(--editor-login-btn);
	color: var(--editor-login-btn-text)!important;
	border-radius: 6px;
	text-align: center;
	line-height: 40px;
	width: 42px;
	height: 42px;
	display: inline-block;
	font-weight: 600;
}
.btn-editor-profileicon:hover {
       background: var(--editor-login-btn-hover)!important;
       color: var(--editor-login-btn-text)!important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*Canvas*/
.canvas-left {
    background: var(--bg-gray);
    width: 70px;
}
.canvas-left ul {
	padding: 15px 0;
    margin: 0;
}
.canvas-left ul li.m-items {
	list-style: none;
	text-align: center;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
.canvas-left ul li.m-items:hover {
	background: rgba(0,0,0,.1);
	cursor: pointer;
}
.canvas-left ul li.m-items span{
	display: inline-block;
	width: 100%;
}
.canvas-left ul li.m-items span + span{
	padding-top: 3px;
}
.m-items.active, .m-items.active:hover {
	background: #111!important;
	color: #fff!important;
}
.m-items.active {
	position: relative;
}
.m-items.active:after {
    content: "";
    width: 0;
    height: 0;
    right: 0;
    top: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 3px solid white;
    right: 0px;
    top: 0;
    position: absolute;
}
.m-items.active img {
	filter: brightness(100000%);
}
/*--*/
.canvas-middle {
    background: #f0f0f0;
    width: calc(100% - 350px);    
    overflow: auto;
    position: relative;
}
.canvas-right {
    width: 260px;
    height: calc(100vh - 56px);
    overflow: auto;
    text-align: left;
    background: #fff;
}
@media (min-width: 1900px) {
    .canvas-left {
	width: 100px;
    }
    .canvas-right {
	width: 410px;
    }
    .canvas-middle {
	width: calc(100% - 530px);    
    }   
    
}


.canvasouter {
	width: 100%;
	height: 100%;
	position: absolute; 
	left: 0;
	top: 0;

}
.cnvmenu-name {
	/*margin-left: 10px;
	border: solid 1px var(--theme-color);*/
	padding: 6px 10px;
	float: left;
	color: #fff;
	min-width: 80px;
	max-width: 170px;
	overflow: hidden;
	white-space: nowrap;
	    
}
@media (min-width: 1600px) {
	.cnvmenu-name {	
	 max-width: 300px;
	}
}
@media (min-width: 1900px) {
	.cnvmenu-name {	
	 max-width: 400px;
	}
}
.cnvmenu-name.is-invalid { border: solid 1px red; border-radius: var(--bs-border-radius);}
.cnvmenu-name:focus {
	/*box-shadow: none;
	border:solid 1px #fff;*/
}
.autosave {
	display: inline-block;
	color: rgba(255,255,255,.2);
    margin-top: 8px;
    margin-left: 10px;
}
.autosave img {
	filter: brightness(500%);
}
.sep-menu { width:10px; position: relative; display: inline-block; height: 38px;}
.sep-menu:before { width: 1px; height: 100%; position: absolute; content: ""; left: 50%; margin-left: -1px; top: 1px; background-color: rgba(255,255,255,.1);}
.nav-sub { height: 54px;}
.nav-sub .sep-menu { height: 35px; width:0px;}
.nav-sub .sep-menu:before { background-color: rgba(0,0,0,.2);}
.canvasnav-t-acn { }
.canvasnav-t-acn .btn {color: #fff;}
.nav-item .btn img {filter: brightness(10000%);}
.canvasnav-t-acn .btn.btn-main {color: #000;}
.btn-save:focus, .btn-save:active { border-color: #fff!important; color: #fff!important;}
/*.canvasnav-t-acn .download { }
.canvasnav-t-acn .publish { border: solid 1px rgba(255,255,255,.2); margin-left: 5px;}*/

.btn-publish, .btn-preview, .btn-download { border: solid 1px rgba(255,255,255,.2); margin-left: 5px;}
.btn-save:hover, .btn-publish:hover, .btn-preview:hover, .btn-download:hover,
.btn-save:focus, .btn-publish:focus, .btn-preview:focus, .btn-download:focus,
.btn-save:active, .btn-publish:active, .btn-preview:active, .btn-download:active { border: solid 1px #fff!important; color: #fff!important;}
.btn-save-h {border: solid 1px rgba(255,255,255,.2); float: left; border-radius: var(--bs-border-radius); margin-left:  5px; position: relative; padding-right: 65px;}
.btn-save { position: absolute; right: 4px; top: 4px; padding: 1px 7px;}
.editor-i-search-img { margin-top: 2px; display: inline-block; background: url("../../images/editor/ico-image-dropdown.svg") no-repeat center center; background-size: cover; width: 18px; height: 18px; float: left;}
.editor-i-search-video { margin-top: 2px; display: inline-block; background: url("../../images/editor/ico-video-dropdown.svg") no-repeat center center; background-size: cover; width: 18px; height: 18px; float: left;}

.canvasnav-t-sec-acn { margin: 0; padding: 0; margin-left: auto; color: #fff;}
.canvasnav-t-sec-acn li { float: left; list-style: none;}
/*Canvas*/

/*Canvas left edior*/
.canvas-r-t { padding: 15px 15px 0 15px; }
.canvas-r-t-search { padding: 10px 15px 15px 15px; border-bottom: solid 1px rgba(0,0,0,.1);}
.canvas-search-itm-f { border: 0; padding: 0; width: 295px;}
.canvas-r-b {padding: 15px 0 15px 5px;}
.canvas-r-b .list-group-item {
	padding-top: 3px;
	padding-bottom: 3px;
}
.re-angle.list-group  li{ padding-left: 5px; padding-right: 5px;}
.canvas-search-itms {
    /*background: #eee;*/
    height: calc(100Vh - 237px);
    margin-top: 7px;
    overflow:auto;
}
.p-canvas-search-itms {
    padding: 0 15px 0 10px;
}
/*Food images*/
.itm-food-images {}
.itm-food-images ul { margin: 0; padding:0; }
.itm-food-images li { list-style: none; width: 25%; float: left; padding: 10px; font-size: 11px; text-align: center; height: 76px; border-radius: var(--border-radius);}
.itm-food-images li img { max-width: 100%; max-height: 43px; margin-bottom: 3px;}
.itm-food-images li:hover { cursor: move; background: #eee;}
.itm-food-imag-t {height: 43px; display: flex;align-items: center; justify-content: center;}
.itm-food-imag-b { white-space: nowrap; overflow: hidden;  text-overflow: ellipsis;  width: 100%; text-align:  center;}
.canvas-search-itm-head { padding-left: 10px;}
.canvas-search-itm-desc { padding-left: 10px;}
.m-left-scrl-msg {margin-left: 10px;}
.video-thumb-preview-play:hover {cursor: pointer;}
.video-thumb-preview-play img { /*transform: translateY(-1px);*/}
@media (min-width: 1900px) {
  .itm-food-images li { height: 98px;}
  .itm-food-images li img { max-width: 100%; max-height: 65px; margin-bottom: 3px;}
  .itm-food-imag-t {height: 65px;}
}
/*Elements images*/
.itm-elements-images {}
.itm-elements-images ul { margin: 0; padding:0; }
.itm-elements-images li { list-style: none; width: 25%; float: left; padding: 10px;  text-align: center; border-radius: var(--border-radius);}
.itm-elements-images li img { max-width: 100%; height: 50px; max-height: 50px;}
.itm-elements-images li:hover { cursor: move; background: #eee;}
/*Itm menu template images*/
.itm-menu-images {}
.itm-menu-images ul { margin: 0; padding:0; }
.itm-menu-images li { list-style: none; width: 25%; float: left; padding: 5px; font-size: 11px; text-align: center; height: 78px; border-radius: var(--border-radius);}
.itm-menu-images li img { max-width: 43px; height: 43px; max-height: 43px; margin-bottom: 3px;}
.itm-menu-images li:hover { cursor: move; background: #eee;}
@media (min-width: 1900px) {  
.itm-menu-images li { height: 95px;}
.itm-menu-images li img { max-width: 65px; height: 65px; max-height: 65px;}
}
/* Text list item */
.txt-list-item {}
.txt-list-item ul { margin: 0; padding:0; }
.txt-list-item li { list-style: none; width: 50%; float: left; padding: 10px;  border-radius: var(--border-radius);}
.txt-list-item li img { max-width: 100%; /*height: 100px;*/ max-height: 105px; margin-bottom: 0;}
.txt-list-item li .itm-food-imag-t {height: 105px;}
.txt-list-item li:hover { cursor: move; background: #eee; }
@media (min-width: 1900px) {
.txt-list-item li .itm-food-imag-t {height: 130px;}
.txt-list-item li img { max-height: 130px;}
}
/* Text shadow item */
.txt-shadw-item {}
.txt-shadw-item ul { margin: 0; padding:0; }
.txt-shadw-item li { list-style: none; width: 33.333333%; float: left; padding: 10px;  border-radius: var(--border-radius); text-align: center;}
.txt-shadw-item li img { max-width: 100%; height: 49px; max-height: 49px; margin-bottom: 0;}
.txt-shadw-item li:hover { cursor: move; background: #eee; }
@media (min-width: 1900px) {
  .txt-shadw-item li img { height: 75px; max-height: 75px;}
}
/*Font list item*/
.font-list-item {}
.font-list-item ul { margin: 0; padding:0; }
.font-list-item li { list-style: none; width: 100%; float: left; padding: 10px; font-size: 18px; border-radius: var(--border-radius);}
.font-list-item li img { max-width: 100%; height: 43px; max-height: 43px; margin-bottom: 0;}
.font-list-item li:hover { cursor: move; background: #eee; }
.txt-list-item-smpad { padding-top: 7px!important; padding-bottom: 7px!important;}
.font-list-item-smpad { padding-top: 5px!important; padding-bottom: 5px!important;}
@media (min-width: 1900px) {
  .font-list-item li { font-size: 26px;}
  .font-list-item li img { height: 65px; max-height: 65px;}
}
/*Video thumb list*/
.video-thumb-list-item {}
.video-thumb-list-item ul { margin: 0; padding:0; }
.video-thumb-list-item li { list-style: none; width: 50%; float: left; padding: 10px;  border-radius: var(--border-radius); font-size: 11px; text-align: center;}
.video-thumb-list-item li img { max-width: 100%; max-height: 60px; margin-bottom: 0;}
.video-thumb-list-item li .itm-food-imag-t {height: 65px;}
.video-thumb-list-item li:hover { cursor: move; background: #eee; }
.video-thumb-list-item li.active-design { border: solid 1px #089000 !important;	background-color: rgba(8, 144, 0, .1); position: relative;}
.video-thumb-list-item li.active-design:before {
    content: "";
    position: absolute;
    z-index: 11;
    top: 6px;
    right: 6px;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    background: #089000 url(../../images/editor/ico-tick.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center center;
}
.pop-savefirst { position: absolute; left: -1px; top: -1px; width: calc(100% + 2px); height: calc(100% + 2px); z-index: 1111; border-radius: 9px; display: none; }
.video-thumb-list-item li.active-design:hover .pop-savefirst { display: block; cursor: not-allowed;}

.mydesign-edit li { position: relative; border: solid 1px #eee; margin: 2px; width: calc(50% - 4px); height: 130px;}
.mydesign-edit li:hover:after { content: ""; width: 20px; height: 8px; background:  url(../../images/editor/ico-move-small.svg); position: absolute; top: 3px; left: 50%; margin-left: -10px;}
.mydesign-edit li .itm-food-imag-t:hover img {cursor: pointer;}
.mydesign-edit li:focus, .mydesign-edit li:active {border: dotted 1px #555!important;}
.my-design-name:hover { cursor: move;}
.my_design_open { background: #e5f3fd; color: #555; line-height: 24px; margin-top: 5px; text-align: center; font-size: 12px; /*position: absolute; top: 50%; left: 30px; margin-top: -10px; width: calc(100% - 60px);*/ border-radius: 5px;}
.my_design_open:hover img {
	filter: brightness(10000%);
}
.my_design_open:hover { cursor: pointer;background: #000; color: #fff;}

/*.mydesign-edit li:hover .my_design_open { display: block;}*/
/* / Video thumb list*/
/*Text edit*/
.list-group-item.active {
	background: #111;
	color: #fff;
	border-color: #111;
}
.list-group-item.active img {
	filter: brightness(10000%);
}
.list-group-item.active:hover img {
	filter: none;
}
.list-group-item.active:hover {
	color: #111;
}
.search-itms-div {
	height: 1px;
	width: calc(100% + 30px);
	transform: translateX(-15px);
	float: left;
	background: #eee;
}
.setting-stroke {
    margin: 0 0 0 -10px; padding: 0;
}
.setting-stroke li {
   list-style: none; float: left;
}
.setting-stroke li.active-item {
    position: relative;
    border-radius: 5px;
}
.setting-stroke li.active-item:before {
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background: #089000 url(../../images/editor/ico-tick.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center center;
}
/* / Canvas left edior*/

/*Edit item hide and show*/
.item-menu-content { display: none;}

/*Settings left panel*/
hr.sept{ border-color: #999999;}
.float-left-img {
	float: left;
}
.active-size {	
}
.active-size .badge img, .active-rotate .badge img {
	filter: brightness(10000%);
}
.active-rotate  { position: relative;}
.active-rotate .badge { position: absolute; top: 10px; right:  10px;}


/*.active-item {
	border: solid 2px #089000!important;
	background-color: rgba(8,144,0,.1);
}*/

/*Set backckground*/
.item-menu-background li {
	height: auto;
}
.item-menu-background li img {
	margin-bottom:  0;
}
/*Main design editor*/
.meditor-body {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.8);
	width: 100%;
	height: 100%;
	z-index: 1111;
}
.meditor-containt {
	background: #fff;
	margin-top: 20px;	
	border-radius: var(--border-radius);
	/*min-width: 760px;*/
}
.editor-body {
	padding: 0 30px 30px 30px; 
}
.editor-header {
	border-radius: var(--border-radius) var(--border-radius) 0 0;
}
@media screen and (min-width: 1600px) {
  .meditor-containt {
	  width: 1500px;
  }
  }
 
.select-layout,.editor-all-item, .editor-all-selected-item  { margin: 0; padding: 0;}
.select-layout li, .editor-all-item li, .editor-all-selected-item li.all-selected-items { list-style:  none; margin-bottom: 5px; padding: 8px 2px 8px 5px; border: solid 1px #eee; border-radius: var(--border-radius);}
.select-layout li:hover, .editor-all-item li:hover, .editor-all-selected-item  li:hover{ border-color: #111; cursor:  pointer;}

.select-layout li img { max-width: 100%;}
.editor-selected-item-desc { padding: 5px 5px; margin: 0 5px; width: 100%; background: #fff; border-radius: var(--border-radius);}
.editor-all-item-desc { padding-left: 10px; padding-right: 10px;}
.cal-val { color: #0dcaf0;}
.editor-body-scroll-l { overflow: auto; height: calc(100vh - 285px);}
.editor-body-scroll-2 { overflow: auto; height: calc(100vh - 235px);}
.editor-body-scroll-3 { overflow: auto; max-height: calc(100vh - 236px);}
/*--*/
.price_col_1,.price_col_2,.price_col_3,.price_col_4,.delete_menu_item { display: inline-block; border-radius: 5px;}
.delete_menu_item {transform: translateY(7px);}
.delete_menu_item img {transform: translateY(-2px);}
/*--*/
.all-selected-items { background: #eee; padding: 10px;}
.edit-selected-item-txtarea { border: solid 1px #fff; padding: 4px 6px;}
/*.menu_item, .menu_description { padding-left: 6px; padding-right: 6px;}*/
.all-selected-items .btn-shortable, .all-selected-items .delete_menu_item { opacity:0; transition: all 0.4s ease-in-out;}
.all-selected-items:hover .btn-shortable, .all-selected-items:hover .delete_menu_item { opacity:1; transition: all 0.4s ease-in-out;}
@media screen and (max-width: 767px) {
  .price_col_1,.price_col_2,.price_col_3,.price_col_4 {
    width: calc(25% - 3px)!important;
    float: left;
    margin-bottom: 5px;
  }
  .price_col_2,.price_col_3,.price_col_4  {
    margin-left: 4px;
  }
  #add_new_item { margin-bottom: 10px;}
}
@media screen and (max-width: 1365px) {
  .all-selected-items .btn-shortable, .all-selected-items .delete_menu_item { opacity:1; }
}

.ftype { display: inline-block; width: 20px; height:  20px; border-radius: 50px;}
.veg { background: green;}
.nonveg { background: red;}
.notype { background: rgba(0,0,0,.1)}

.drop-upload-menu-icon { width: 308px;}
.drop-upload-menu-icon a img { width: 18px;}
.drop-upload-menu-icon a { padding:  6px; float: left; margin: 2px; border: solid 1px #eee; border-radius: var(--border-radius); width: 39px; text-align: center;}
/*.drop-upload-menu-icon a:active, .drop-upload-menu-icon a:focus { background: rgba(0,0,0,.1);}*/
.drop-upload-menu-icon a:hover { border-color: #111;}

.drop-food-type li a { display: inline-block; width: 100%;}
.drop-food-type span { float: left;}
.drop-food-type span.ftype { margin-right: 8px; margin-top: 2px;}
.drop-upload-menu-icon a { position: relative;}
.btn-remove-menu-icon {  display: none; background: rgba(255,255,255,.8); position: absolute; width: 22px; height: 22px; text-align: center; left: 50%; margin-left: -11px; bottom: 1px; border-radius: 50px;}

.select-menu-icon.active-item:hover .btn-remove-menu-icon { display: block;}
.btn-remove-menu-icon img { width: 15px!important; margin-top: -3px; margin-right: -1px;}
.btn-remove-menu-icon:hover { background: red;}
.select-menu-icon.active-item:before {   
    width: 10px!important;
    height: 10px!important;
    top: -2px;
    right: -2px;
}
/*Custom switch*/
.switchh { margin-left: 10px;}
.switch {
  position: relative;
  display: inline-block;
  width: 112px;
  height: 35px;
}

.switch input {display:none;}

.switch .slider {
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f2f2f2;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch .slider:before {
  position: absolute;
  z-index: 2;
  content: "";
  height: 31px;
  width: 31px;
  left: 2px;
  bottom: 2px;
  background-color: #8d9393;
      -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
  -webkit-transition: .4s;
  transition: all 0.4s ease-in-out;
}
.switch .slider:after {
    position: absolute;
    left: 0;
    z-index: 1;
    content: "Enabled";
    font-size: 16px;
    text-align: left !important;
    line-height: 35px;
    padding-left: 0;
    width: 112px;
    color: #fff;
    height: 35px;
    border-radius: 100px;
    background-color: var(--bg-sec-btn);
    -webkit-transform: translateX(-77px);
    -ms-transform: translateX(-77px);
    transform: translateX(-77px);
    transition: all 0.4s ease-in-out;
}

.switch input:checked + .slider:after {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  /*width: 235px;*/
  padding-left: 16px;
}

.switch input:checked +  .slider:before {
  background-color: #fff;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(77px);
  -ms-transform: translateX(77px);
  transform: translateX(77px);
}

/* Rounded sliders */
.switch .slider.round {
  border-radius: 100px;
}

.slider.round:before {
  border-radius: 50%;
}
.switch .absolute-no {
    position: absolute;
    left: 0;
    color: darkslategrey;
    text-align: right !important;
    font-size: 16px;
    width: calc(100% - 12px);
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}
/* / Custom switch*/


/*Zoom option*/
.zoomoption {}
.zoomoption .zoomvalue-f { background: none; color: #fff; box-shadow: none; padding-left: 2px; padding-right: 2px; /*border: solid 1px rgba(255,255,255,.2);*/ width: 60px;}
.zoomoption .zoomvalue-f:focus { background: #fff; color: #111;}
/* / Zoom option*/

/*Sub editor*/
.canvasouter-n-s { position: relative; height: calc(100% - 65px); width: calc(100% - 11px); margin-top: 10px; margin-left: 10px;  /*background: #f0f0f0;*/ overflow: auto;}
.nav-sub {
    background: #fff; display: block; width: 100%; padding: 8px 0 8px 0; /*overflow: hidden;*/
}
.nav-sub ul {
   margin: 0; padding: 0;
}
.nav-sub ul li {
   list-style: none; float: left;
}
.dropdown-menu .nav-sub-btnimg { border: 0;}
.btn.nav-sub-btnimg {font-family: 'robotoregular';}
.nav-sub-btnimg {
    padding: 8px 10px;
}
.nav-sub-btnimg img { height: 18px; float: left; opacity: .8;}
.nav-sub-btnimg:hover img {opacity: 1;}
.dropdown-menu .nav-sub-btnimg img, .div-quick-menu .nav-sub-btnimg img { margin: 3px 8px 0 0;}
.font-sizeasn .dropdown-menu { min-width: 45px; padding-top: 5px; padding-bottom: 5px;}
.font-sizeasn a.dropdown-item { padding-left: 5px; padding-right: 5px; text-align: center; }
#input_size{ width: 75px; padding-left: 5px; padding-right: 5px; text-align: center;}
@media (max-width: 1550px) {
  #input_size{ width: 65px; padding-left: 2px; padding-right: 2px;}
   .nav-sub-btnimg:not(.dropdown-menu .nav-sub-btnimg), #font_list { padding-left: 8.5px; padding-right: 8.5px; }
/*   .nav-sub-btnimg img:not(.dropdown-menu .nav-sub-btnimg img) { height: 14px;}*/
   #font_list, #input_size, #menu_effects { font-size: 14px;}
   #font_list { text-align: left;}
   #font_list {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100px;
	display: inline-block;
	padding-left: 7px; padding-right: 3px;
    }
   .text-color-indication {width: 20px!important;}
}
.setting-stroke img { height: auto; width: 100%;}
.dm-custom {
    padding: 15px 20px;
    min-width: 190px;
}
.dropdown-menu.dm-custom { padding: 10px;}
.inputvalue { padding-left: 6px; padding-right: 6px; width: 45px;}
.nav-sub-btnimg:hover { background: #f8f9fa;}
.text-color-indication { position: absolute; width: 24px; height: 5px; bottom: 6px; left: 8px; border-radius: 2px;}
.ico-text-bg-color-indication {width: 24px;height: 24px;position: relative;display: inline-block; border-radius: 5px;}
.ico-gradient-color-indication {width: 24px;height: 24px;position: relative;display: inline-block; border-radius: 5px; float: left;}
@media (min-width: 1900px) {
  .nav-sub ul li {
    margin-right: 2px;
  }
  .nav-sub .sep-menu {
    width: 6px;
  }
 
}
/* / Sub editor*/
/*color-predefined */
.color-predefined ul { margin: 0; padding: 0;}
.color-predefined ul li { list-style: none; width: 33px; height: 33px; float: left; margin-right: 5px; margin-bottom: 5px; border-radius: var(--border-radius); border: solid 1px rgba(0,0,0,.1);}
.color-predefined ul li:hover { cursor: pointer;}
.no-color { border: solid 1px rgba(0,0,0,.1); height: 38px; padding-left: 10px; padding-right: 10px;}
.no-color img { margin-top: -2px;}
.no-color:focus, .no-color:active, .no-color:hover { border: solid 1px #111;}
.color-size { height: 38px;}
.color-predefined ul.gradient-options li {  border: 0;}
.gradient-options { display:  inline-block; float: left;}
@media (min-width: 1900px) {
  .color-predefined ul li {width: 50px; height: 50px;}
}
/*color-predefined */

/*Disable full page*/
.disable-ful-page {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right:  0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,.3);
    z-index: 1111;
}
/* Editor loader*/
.process-loading {
    width: 120px;
    height: 60px;
    background: #fff;
    border-radius: var(--border-radius);
   /* position: absolute;
    top: 0;
    left: 50%;
    margin-left: -60px;*/
    position: fixed;
    top: 115px;
    left: calc(50% + 175px);
    margin-left: -60px;
    z-index: 11111111;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
}
@media (min-width: 1900px) {
  .process-loading {     
    left: calc(50% + 265px);    
  }
}
/*Custom alert msg including front end pages*/
.process-loading-bigwysdw {
    width: 350px;
    /*height: 60px;*/
    background: #fff;
    border-radius: var(--border-radius);
    position: fixed;
    top: 10px;
    left: 50%;
    margin-left: -175px;
    z-index: 11111111;    
    border-radius: var(--border-radius);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,03);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.process-loading-bigwysdw .modal-header {border-radius: var(--border-radius) var(--border-radius) 0 0; background: #fff3cd;}
.process-loading-bigwysdw .btn-close { margin-top: 14px; margin-right: 10px;}
.process-loading-content { padding: 25px 30px 30px 30px;}
.process-loading-content-foot {padding: 0 30px 30px 30px;}
/* / Custom alert msg including front end pages*/
.process-loading-corner {
    width: auto;
    min-width: 250px;
    padding: 25px 40px;
    max-width: 250px;
    background: #caf2d8;
    color: #054729;
    border-radius: var(--border-radius);
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 11111;
    text-align: left;
     -webkit-box-shadow: 0px 0px 15px 0px rgba(255,255,255,0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(255,255,255,0.5);
    box-shadow: 0px 0px 15px 0px rgba(255,255,255,0.5);
}
.playlistbody .process-loading-corner {  
    top: 70px;
}

.process-loading-menu-move {
    /*background: rgba(255,255,255,.5);*/
    border-radius: 5px;
    position: absolute;  
    z-index: 111;
    padding: 5px 5px 5px 0;
}
.process-loading-menu-move .btn{
    background: rgba(255,255,255,1);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
   
}
.process-loading-bigwysdw-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.fullpage-loader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 58px;
    z-index: 11111;
    background: #fff;
    border-radius: 0;
}
/* Rightclick quick menu properties*/
.div-quick-menu {
    -webkit-box-shadow: 0px 0px 17px 2px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 0px 17px 2px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 17px 2px rgba(0,0,0,0.26);
    position: absolute; background: #fff; padding: 10px 0; width: 250px; border-radius: var(--border-radius);
}
.div-quick-menu .btn {
   padding-top: 5px;
   padding-bottom: 5px;
  /* font-size: 13px;*/
}
.div-quick-menu .btn img {
    /*margin-right: 3px;
   float: left;
   margin: 3px 12px 0 0;
   height: 15px;*/
}
.div-quick-menu hr {
    margin-top: 2px;
     margin-bottom: 2px;
     opacity: .1;
}
.div-quick-menu ul {
    margin: 0;
    padding: 0;
}

.div-quick-menu ul li {
   list-style: none;
}
.div-quick-menu ul li .nav-sub-btnimg {
    border: 0!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.div-quick-menu-submenu {
    display: none;
   -webkit-box-shadow: 0px 0px 17px 2px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 0px 17px 2px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 17px 2px rgba(0,0,0,0.26);
    position: absolute; background: #fff; padding-top: 10px!important;  padding-bottom: 10px!important; border-radius: var(--border-radius);
    left: 120px;
    top: -10px;
    margin: 0;
    padding: 0;
    width: 200px;
    z-index: 1111;
}
.div-quick-menu-submenu-h:after {
    content: "";
    position: absolute; right: 15px;
    top: 12px;
    width: 0; 
  height: 0; 
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  
  border-left: 5px solid #111;
}
.div-quick-menu-submenu-h:hover .div-quick-menu-submenu { display: block;}
.div-quick-menu-submenu li {
    list-style: none;
}
.div-quick-menu-scode {
    float: right;
    background: #eee;
    display: inline-block;
    padding: 1px 5px;
    font-size: 11px;
    border-radius: 5px;
    margin-top: 3px;
}
.dropdown-menu .nav-sub-btnimg, .div-quick-menu ul li .nav-sub-btnimg { border-radius: 0;}
.dropdown-menu .nav-sub-btnimg:active, .dropdown-menu .nav-sub-btnimg:focus, 
.dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:focus,
.div-quick-menu ul li .nav-sub-btnimg:active, .div-quick-menu ul li .nav-sub-btnimg:focus {
    border-radius: 0; background: rgba(0,0,0,.15); color: #000;
}

/*Stroke settings*/
.setting-stroke li {
    width: 25%;
}
/*Assets Dropdown submenu*/
.d-submenu { position: relative;}
.d-submenu:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 12px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #111;
}
.d-submenu ul { z-index: 111; position: absolute; left: 88px; top: 0; margin: 0; padding: 8px 0; background: #fff; border-radius: 5px; display: none;}
.d-submenu ul li { list-style: none; }
.d-submenu:hover ul { display: block;}
/* / Main design editor*/
.canvas-search-itms::-webkit-scrollbar {
 width:6px;
 background-color:var(--bg-gray);
 border-radius: 10px;
}
.canvas-search-itms::-webkit-scrollbar-thumb {
 background-color:#645D5D;
 border-radius:0;
 border-radius: 10px;
}
.canvas-search-itms::-webkit-scrollbar-thumb:hover {
 background-color:#645D5D;
 border:1px solid #333333;
}
.canvas-search-itms::-webkit-scrollbar-thumb:active {
 background-color:#645D5D;
 border:1px solid #333333;
}
.canvas-search-itms::-webkit-scrollbar:horizontal {
 height:6px !important;
 border-radius: 10px;
}
/*---*/
.canvasouter-n-s::-webkit-scrollbar {
 width:10px;
 background-color: var(--bg-gray);
 border-radius: 10px;
}
.canvasouter-n-s::-webkit-scrollbar-thumb {
 background-color:#645D5D;
 border-radius:0;
 border-radius: 10px;
}
.canvasouter-n-s::-webkit-scrollbar-thumb:hover {
 background-color:#645D5D;
 border:1px solid #333333;
}
.canvasouter-n-s::-webkit-scrollbar-thumb:active {
 background-color:#645D5D;
 border:1px solid #333333;
}
.canvasouter-n-s::-webkit-scrollbar:horizontal {
 height:10px !important;
 border-radius: 10px;
}
/*---------------*/
.editor-body-scroll-3::-webkit-scrollbar {
 width:6px;
 background-color: var(--bg-gray);
 border-radius: 10px;
}
.editor-body-scroll-3::-webkit-scrollbar-thumb {
 background-color:#645D5D;
 border-radius:0;
 border-radius: 10px;
}
.editor-body-scroll-3::-webkit-scrollbar-thumb:hover {
 background-color:#645D5D;
 border:1px solid #333333;
}
.editor-body-scroll-3::-webkit-scrollbar-thumb:active {
 background-color:#645D5D;
 border:1px solid #333333;
}
.editor-body-scroll-3::-webkit-scrollbar:horizontal {
 height:6px !important;
 border-radius: 10px;
}
/*---------------*/

.range {
  -webkit-appearance: none;
  appearance: none; 
  width: 100%;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  border-radius: 16px;
}

.range::-webkit-slider-runnable-track {
  height: 15px;
  background: #f2f2f2;
  border-radius: 16px;
}

.range::-moz-range-track {
  height: 15px;
  background: #f2f2f2;
  border-radius: 16px;
}

.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none; 
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid var(--bg-sec-btn);
  box-shadow: -407px 0 0 400px var(--bg-sec-btn);
}

.range::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid var(--bg-sec-btn);
  box-shadow: -407px 0 0 400px var(--bg-sec-btn);
}

/*Menu style list*/
.menustylelist-item {}
.menustylelist-item ul { margin: 0; padding:0; }
.menustylelist-item li { list-style: none; width: 100%; float: left; padding: 10px;  border-radius: var(--border-radius);}
.menustylelist-item li:hover { cursor: move; background: #eee; }
.menustylelist-item li img { max-width: 100%; margin-bottom: 0;}

.btn-shortable:hover { cursor: move;}
/*--*/
.disabled .menu_width_desc, .disabled .menu_width_price, .disabled .menu_width_line  { opacity: .5}
input[type="range"]:disabled:hover {
 cursor:not-allowed;
}
/*--*/
.helpinfo { position: relative;}
.helpinfo img { opacity:  .7;}

.helpinfo .helpinfo-hov-cont {
    position: absolute; top: 0; left: 100%; margin-left: -25px; padding: 13px 17px;
    -webkit-box-shadow: 0px 0px 17px 2px rgba(0,0,0,0.26);-moz-box-shadow: 0px 0px 17px 2px rgba(0,0,0,0.26);box-shadow: 0px 0px 17px 2px rgba(0,0,0,0.26);
    background: #fff; border-radius: var(--border-radius); width: 250px; font-size:  12px;}
  .helpinfo-hov-cont { display: none;}
  .helpinfo:hover .helpinfo-hov-cont { display: block;}
  
@media screen and (max-width: 991px) {
  .meditor-container {
      display: block !important;
      width: 98vw;
      padding-left: 1vw;
  }
  .meditor-containt {
     /* min-width: 100%;*/
  }
  .editor-header .infotext {
    display: none;
  }
  .editor-body-scroll-3 {
    overflow: auto;
    height: calc(100vh - 40px);
}
.editor-body {
    padding: 0 10px 10px 10px;
}
}
@media screen and (max-width: 767px) {
  .editor-body {
        /*overflow: auto;*/
    }
  .editor-body-scroll-3 {
        height: calc(100vh - 212px);
    }

  .m-main-outer {
    
  }
  .m-main-list-h {
    display: inline-block; width: 100%; float: left; position: relative; padding: 4px 8px 2px 8px !important;
  }
  .m-main-list {
    display: inline-block; width: 100%; float: left;
  }
  .m-main-list-short {
    display: inline-block; width: 100%; float: left; margin-bottom: 5px;
  }
  .m-main-list-cont {
    display: inline-block; width: 100%; float: left; margin: 0!important;
  }
  .m-main-list-price {
    display: inline-block; width: 100%; float: left; text-align: left!important;
  }
  .m-main-list-del {
    position: absolute;
      top: -6px;
      right: 10px;
  }
}
