.text-left[data-v-72cbfb22] {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.promotionInfo .dialog-footer[data-v-72cbfb22] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.promotionInfo .content .item[data-v-72cbfb22] {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.promotionInfo .content .item .checkbox[data-v-72cbfb22] {
  margin-right: 5px;
}
.promotionInfo .content .item .label[data-v-72cbfb22] {
  margin-bottom: 5px;
  color: #000000;
}
.promotionInfo .content .item .value[data-v-72cbfb22] {
  color: #999;
  line-height: 20px;
}
.checkboxContainer[data-v-72cbfb22] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 15px;
}
.gray[data-v-72cbfb22] {
  color: gray;
}
#setting_box[data-v-72cbfb22] {
  width: 100%;
}
.setting-contant[data-v-72cbfb22] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.return-icon[data-v-72cbfb22] {
  position: absolute;
  right: -5px;
  font-size: 20px;
  top: 25px;
  font-size: 16px;
}
.shopThemeColor[data-v-72cbfb22] {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 3px;
}
.layoutEditorSection[data-v-72cbfb22] {
  overflow: unset !important;
  height: unset !important;
}
.layoutEditorSection .logo-position-box[data-v-72cbfb22] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.layoutEditorSection .logo-position-box .logo-position-radio[data-v-72cbfb22] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.layoutEditorSection .logo-position-box .logo-position-radio .el-radio[data-v-72cbfb22] {
  margin-right: 15px;
  line-height: 25px;
}
.custom-color[data-v-72cbfb22] {
  width: 100%;
  padding-top: 20px;
  border-top: 2px solid #d7d7d7;
  margin: 10px auto !important;
}
.custom-border[data-v-72cbfb22] {
  width: 100%;
  border-bottom: 2px solid #d7d7d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
}
.custom-border[data-v-72cbfb22]:last-child {
  border-bottom: none;
}
.flex-center[data-v-72cbfb22] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sonLi[data-v-72cbfb22] {
  float: left;
  position: relative;
  list-style: none;
}
.sonColor[data-v-72cbfb22] {
  width: 32px;
  height: 32px;
  display: block;
}
.counter-style[data-v-72cbfb22] {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.percentage-style[data-v-72cbfb22] {
  position: absolute;
  right: 38px;
  top: 7px;
  z-index: 1;
  color: #909399;
}
.layoutDynamicImage[data-v-72cbfb22] {
  background: var(--image-url);
  background-size: cover;
  height: 70px;
}
.radioAlign[data-v-72cbfb22] {
  padding: 10px;
  text-align: center;
}
.editorPreviewSection[data-v-72cbfb22] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  position: relative;
}
.editorPreviewSection[data-v-72cbfb22]:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.editorPreviewSection i[data-v-72cbfb22] {
  position: absolute;
  top: 10px;
  right: 10px;
}
#themeButtons button[data-v-72cbfb22] {
  margin: 0 10px 5px 0;
}
#themeButtons button[data-v-72cbfb22]:last-child {
  margin: 0;
}

	/* input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
  -webkit-appearance: none !important;
}
input[type="number"]{
  -moz-appearance: textfield;
} */
.counter-style .el-input__inner {
		padding-left: 28px !important;
}
.primary-link-button .fa-eye {
		font-weight: bold;
}
.color-popover {
		min-width: 120px !important;
		padding: 10px !important;
		background-color: black !important;
}
.color-popover .popper__arrow:after {
		display: none !important;
}
.collapse-style .el-collapse-item__header {
		background-color: transparent !important;
		border-bottom: unset !important;
}
.collapse-style .el-collapse-item__arrow {
		margin-left: 10px;
}
.collapse-style>div:first-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
}
.custom-color .el-collapse {
		border-bottom: unset !important;
		border-top: unset !important;
}
.custom-color .el-collapse-item__wrap {
		border-bottom: unset !important;
}
.editorTopSection .el-dialog__body {
		word-break: break-word !important;
}


.summernoteBox ::v-deep .note-editable ul{
    padding:0 20px;
}
.summernoteBox ::v-deep .note-editable ul li{
    list-style:disc;
}
.summernoteBox ::v-deep .note-editable ol li{
    list-style:decimal;
}
.summernoteBox ::v-deep .note-editable ol{
    padding:0 20px;
}
.summernoteBox .note-modal-footer {
    height: 60px;
    padding: 10px 30px;
    text-align: center;
}
.summernoteBox .note-modal{
    background: #1b18189c !important;
}
body .note-modal-backdrop{
    display:none !important;
}
.summernoteBox .note-toolbar .note-color .note-color-all .note-dropdown-menu{
  padding:0px;
}
.summernoteBox .note-color .note-color-all .note-dropdown-menu{
    /*min-width: 350px;*/
    /*margin-left: -50px;*/
}


#product-tabs[data-v-2c587a61] {
  margin-top: 20px;
}


#multislider-tabs[data-v-1e36003b] {
  margin-top: 20px;
}

.delete .el-dialog .el-dialog__header[data-v-70dc5200] {
  padding: 20px 20px 10px !important;
}
.el-collapse.no-border-collapse[data-v-70dc5200] {
  border-color: transparent;
}
.el-collapse.no-border-collapse .el-collapse[data-v-70dc5200] {
  border: 1px solid #ccc;
}
.no-border-collapse > .el-collapse[data-v-72335494] {
  border-color: transparent;
}
.no-border-collapse > .el-collapse .el-collapse[data-v-72335494] {
  border: 1px solid #ccc;
}
.p-15 {
  padding: 15px;
}
.secondaryPanel {
  margin: 0 0 20px;
  border: 1px solid #f1f1f1;
}
.secondaryPanel .secondaryBg {
  background: #f4f6fa;
  padding: 5px 15px;
}
.secondaryPanel .secondaryBg p {
  margin: 0;
  color: #757575;
  font-weight: bold;
}
.secondaryPanel .secondaryBody:not(.secondaryBodyNoSpace) {
  padding: 15px;
}
.singleUpload {
  height: 100px;
  width: 100%;
}
.singleUpload .el-upload.el-upload--picture-card {
  line-height: 100px !important;
}
.singleUpload .el-upload--picture-card,
.singleUpload .el-upload-list__item {
  width: 100% !important;
  height: 100px !important;
  border: 0;
}
.singleUpload li.el-upload-list__item {
  overflow: visible !important;
  line-height: 100px !important;
  border: 0 !important;
  padding: 10px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.singleUpload li.el-upload-list__item .el-upload-list__item-thumbnail {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.singleUpload .el-upload-list:not(:empty) + .el-upload--picture-card {
  display: none;
}
.singleUpload .el-upload-list .el-upload-list__item-actions {
  opacity: 1;
  height: 0;
  width: auto;
  top: -25px;
  right: 10px;
  left: 0;
  text-align: right;
  line-height: 1;
}
.singleUpload .el-upload-list .el-upload-list__item-actions span {
  display: inline-block;
  color: #333 !important;
}

.custom-tree-node[data-v-39ad4f8a] {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size: 14px;
	padding-right: 8px;
}


.i-icon[data-v-247d74d4] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
}


[data-v-1a0e365c] .template-detail .el-upload--picture-card img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.secondaryBg[data-v-1a0e365c] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.flex-center[data-v-1a0e365c] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 150px;
}


.widthty-150 .squareSectionImage .el-upload--picture-card,
.FBsquareSection .squareSectionImage .el-upload-list__item {
	width: 150px !important;
}
.flex-center .el-upload--picture-card {
	background-color: unset !important;
	border: unset !important;
}


.waibao-controller-products .el-collapse-item.is-disabled .el-collapse-item__header i {
	color: #bbb;
	cursor: not-allowed;
}


.custom-tree-node[data-v-67461752] {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size: 14px;
	padding-right: 8px;
}


.advertisement .el-tree-node{
	margin-bottom: 10px;
}

.no-border-collapse > .el-collapse[data-v-efb443dc] {
  border-color: transparent;
}
.no-border-collapse > .el-collapse .el-collapse[data-v-efb443dc] {
  border: 1px solid #ccc;
}
.cardButton .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-scroll .el-tabs__nav .el-tabs__item:first-child {
  margin-right: 3px;
}
.cardButton .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-scroll .el-tabs__nav .el-tabs__item:last-child {
  margin-left: 3px;
}
.p-15[data-v-68d6ae6a] {
  padding: 15px;
}
.mt-0[data-v-68d6ae6a] {
  margin-top: 0;
}
.checkOptionContainer[data-v-68d6ae6a] {
  margin: 0 10px 20px;
}
.checkOptionContainer .secondaryBg[data-v-68d6ae6a] {
  background: #f4f6fa;
  padding: 5px 15px;
  margin: 0 -10px 15px;
}
.checkOptionContainer .secondaryBg p[data-v-68d6ae6a] {
  margin: 0;
  color: #757575;
  font-weight: bold;
}
.columnWiseSection[data-v-68d6ae6a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.p-15[data-v-5176a520] {
  padding: 15px;
}
.mt-0[data-v-5176a520] {
  margin-top: 0;
}
.checkOptionContainer[data-v-5176a520] {
  margin: 0 10px 20px;
}
.checkOptionContainer .secondaryBg[data-v-5176a520] {
  background: #f4f6fa;
  padding: 5px 15px;
  margin: 0 -10px 15px;
}
.checkOptionContainer .secondaryBg p[data-v-5176a520] {
  margin: 0;
  color: #757575;
  font-weight: bold;
}
.columnWiseSection[data-v-5176a520] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.custom-tree-node[data-v-3ba6eb66] {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size: 14px;
	padding-right: 8px;
}


.waibao-slider-banner .el-radio[data-v-4912da03] {
    color: #606266;
    cursor: pointer;
    margin-right: 10px;
}
.waibao-slider-banner .el-radio__label[data-v-4912da03] {
    font-size: 13px;
    padding-left: 10px;
}

.Controllercheckouty .el-collapse-item.is-disabled .el-collapse-item__header i {
  color: #bbb;
  cursor: not-allowed;
}
.linktag[data-v-70140cea] {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 10px;
}

.custom-tree-node[data-v-72fcf31f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  padding-right: 8px;
  line-height: 3;
  width: 50%;
}
.node-label[data-v-72fcf31f] {
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-v-72fcf31f] .el-tree-node {
  white-space: nowrap;
  outline: 0px;
  margin-top: 10px;
}


.block[data-v-10cc179f] {
	padding: 5px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 1px solid #EEEEEE;
}
.demonstration[data-v-10cc179f] {
	padding-right: 10px;
}

.delete .el-dialog .el-dialog__header[data-v-8498b336] {
  padding: 20px 20px 10px !important;
}
.FacebookLink-style {
  margin-bottom: 5px;
  display: inline-block;
  cursor: pointer;
  color: var(--color-primary);
}

.theme-default .rightside-switch-dropdown .el-dropdown-menu__item[data-v-7f0b0457] {
  padding: 0 17px;
}
.tabs-language.overflowy[data-v-7f0b0457] {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tabs-language.overflowy .el-tabs__header[data-v-7f0b0457] {
  margin-bottom: 0;
}
.tabs-language.overflowy > .el-tabs__content[data-v-7f0b0457] {
  padding: 15px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.content-overflowy[data-v-7f0b0457] {
  height: calc(100% - 71px);
  overflow-y: auto;
}
.theme-default .rightside-head[data-v-7f0b0457] {
  padding-left: 10px !important;
}
.breadcrumb .cur-router {
  font-weight: bold;
}
.breadcrumb .page-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.select-page[data-v-232c9476] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  color: #333333;
  border: 1px solid var(--color-primary) !important;
  border-right: 1px solid transparent !important;
  background-color: var(--color-primary-light);
}
.checkbox-container[data-v-232c9476] {
  margin-bottom: 10px;
}
.template-box .middle-content[data-v-232c9476] {
  padding: 0;
}
.scroll-static[data-v-232c9476] {
  position: sticky;
  top: 0;
}
.di-title[data-v-232c9476] {
  line-height: 24px;
  font-size: 18px;
  color: #303133;
  padding-bottom: 10px;
}
.fa[data-v-232c9476] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.tab-title[data-v-232c9476] {
  font-size: 18px;
  margin-bottom: 10px;
  background-color: #fff;
  line-height: 3;
  padding-left: 20px;
  border-left: 3px solid #fc5531;
}
.eShopEditorty .pageSelect .el-input__inner {
  border: 1px solid var(--color-primary) !important;
}
.eShopEditorty .pageSelect .el-select__caret::before {
  color: var(--color-primary);
}
.eShopEditorty .pageSelect .el-select__caret::after {
  color: var(--color-primary);
}
.center-font {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
  font-size: 15px;
}
