.editor-panel {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgb(249,249,249);
}
.clip-type-text {
  color: rgb(14, 145, 182);
  font-weight: 500;
  font-size: 0.9rem;
}
.clip-type-boolean {
  width: 40px;
  margin: 0 0.65rem;
}
.clip-type-boolean > div {
  width: 100%;
  cursor: pointer;
  position: relative;
  height: 20px;
  border: 3px solid rgb(14, 145, 182);
  border-radius: 11px;
}
.clip-type-boolean > div > div {
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  background: rgb(14, 145, 182);
  margin: 2px;
  border-radius: 10px;
}
button.button.save-btn {
  border-radius: 4px;
}
button.button.save-btn .label {
  font-size: 1.1rem;
}
button.button.save-btn .icon {
  height: 1.05rem;
}
button.button.save-btn .label + .icon {
  margin-left: 1.15rem;
}
.editor-quality .quality-label {
  color: rgb(145, 145, 145);
  font-size: 1.1rem;
  margin-right: 0.8rem;
}
.editor-quality .quality-icon {
  height: 2rem;
  margin-right: 0.8rem;
}
.editor-quality .info-tooltip .tooltip-toggle {
  font-weight: 500;
}
body .modal-popup .modal-header {
  background-color: rgb(225, 169, 132);
}
.editor-navigation > li.item {
  color: rgb(14, 145, 182);
  font-weight: 500;
  padding: 0.5rem 1.5rem 0.5rem 1.25rem;
  cursor: pointer;
  font-size: 0.9rem;
}
.editor-navigation > li.item > span {
  white-space: nowrap;
}
.editor-navigation > li.devider {
  border-right: 2px solid rgb(14, 145, 182);
  opacity: 0.5;
}
.field.layouts .layout {
  position: relative;
}
/*
.field.layouts .layout._active::after {
	position: absolute;
	display: block;
	content: "";
	width: 1rem;
	height: 0.75rem;
	top: 0;
	right: 0;
	margin-top: 5px;
	margin-right: 5px;
	background-size: 1rem 0.75rem;
	background-repeat: no-repeat;
	background-image: url(../images/check-active-icon.png);
}
*/
.field.layouts .layout img {
  filter: grayscale(1) opacity(0.4);
}
.field.layouts .layout._active img {
  filter: grayscale(0) opacity(1);
}
.editor-notice {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  margin-top: 1.2rem;
  margin-left: 1.2rem;
  max-width: calc(100% - 2.4rem);
  white-space: nowrap;
  background-color: #0e91b6;
  color: #fff;
  padding: 0.6rem 1.5rem 0.6rem 1.5rem;
}
.editor-listing-container-fluid > .row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.editor-listing-container-fluid > .row > .col {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
body .preset .steps .step .fields .field select.select {
  margin-bottom: 1.5rem;
}
body .preset .steps .step .fields .field.bundles .prev,
body .preset .steps .step .fields .field.bundles .next {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  border: 2px solid rgb(14, 145, 182);
  border-radius: 1.8rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none !important;
}
body .preset .steps .step .fields .field.bundles .prev {
  line-height: 1.5rem;
}
body .preset .steps .step .fields .field.bundles .prev.disabled,
body .preset .steps .step .fields .field.bundles .next.disabled {
  opacity: 0.5;
}
body .preset .steps .step .fields .field + .field {
  margin-top: 1.5rem;
}
body .preset .steps .step .fields .field {
  padding: 2.25rem 2.5rem;
  background-color: white;
  border: 1px solid rgb(226, 226, 226);
  border-radius: 5px;
}
body .preset .steps .step .fields .field .thumbnail {
  cursor: pointer;
  position: relative;
}
body .preset .steps .step .fields .field .thumbnail .label {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 2.5rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
  z-index: 2;
}
body .preset .steps .step .fields .field .thumbnail img:not(.label) {
  opacity: 0.5;
  z-index: 1;
}
body .preset .steps .step .fields .field .thumbnail.active img:not(.label) {
  opacity: 1;
}
@media (min-width: 992px) {
  body .preset .steps .step .fields .field .thumbnail:hover img:not(.label) {
    opacity: 1;
  }
}
body .preset .steps .step.bg-white {
  margin-top: 1rem;
  padding: 2.25rem 2.5rem;
  background-color: white;
  border: 1px solid rgb(226, 226, 226);
  border-radius: 5px;
}
body .preset .steps .step.bg-white .fields .field {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
body .preset .steps .step .fields .field .custom-dropdown:last-child {
  margin-bottom: 0;
}
body .preset .steps .step .step-title-container.mb-vw-2 {
  margin-bottom: 0.25rem;
}
body .preset .qty {
  display: none;
}
body .gallery .product-image .bordered {
  border: 2px solid rgb(226, 226, 226);
}
body .gallery .product-image .bordered.layered {
  border-color: rgb(112,112,112);
}
body .product-info-main .price-container .price-label {
  font-weight: 400;
  color: rgb(50,50,50);
}
body .preset .steps .step .content {
  margin-bottom: 0;
}
.minibreadcrumbs .item,
.minibreadcrumbs .item a {
  line-height: 1.1rem;
  font-size: 0.8rem;
  color: rgb(170, 170, 170);
}
.minibreadcrumbs .item.home a {
  text-indent: -99999px;
  display: inline-block;
  width: 1.15rem;
  height: 1.05rem;
  background-image: url(../../images/home-ico.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.minibreadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 1.2rem;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-popup._inner-scroll.editor-popup .modal-content {
  top: initial;
  touch-action: none;
}
.modal-slide._inner-scroll.editor-popup .modal-content .modal-inner-wrap {
  background: transparent;
}
.modal-slide._inner-scroll.editor-popup .modal-content {
  padding-top: 2.6rem;
  padding-bottom: 1rem;
  padding-left: 2.6rem;
  padding-right: 2.6rem;
  border-radius: 5px;
}
.modal-slide._inner-scroll.editor-popup[data-editor="editor"] .modal-content {
  padding-top: 1rem;
}
button.editor-btn {
  padding: 0.875rem 1.5rem;
}
button.editor-btn span {
  padding: 0 3rem;
  min-height: 1.8rem;
  line-height: 1.8rem;
  display: block;
  background-repeat: no-repeat;
  background-size: 1.8rem;
  background-position: left center;
}
button.editor-btn.upload-btn span {
  background-image: url(../images/icons/white/Upload.png);
}
button.editor-btn.gallery-btn span {
  background-image: url(../images/icons/white/Gallery.png);
}
button.editor-btn.quotes-btn span {
  background-image: url(../images/icons/white/Font.png);
}
.owl-carousel.editor-owl-carousel .owl-nav.disabled {
  display: block;
}
.editor-listing-container-fluid .image {
  position: relative;
}
.editor-listing-container-fluid .active .image::before {
  display: block;
  content: "";
  position: absolute;
  background-color: rgba(14, 145, 182, 0.5);
  background-image: url(../images/icons/white/Check.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
button.button.back-btn span {
  display: inline-block;
  padding-left: 2rem;
  background-image: url(../images/icons/blue/Arrow-left.png);
  background-repeat: no-repeat;
  background-size: 1.2rem;
  background-position: left center;
}
button.button.save-btn.right-arrow-btn span {
  display: inline-block;
  padding-right: 2rem;
  background-image: url(../images/icons/white/Arrow-right.png);
  background-repeat: no-repeat;
  background-size: 1.2rem;
  background-position: right center;
}
.product-info-main .product-add-form button.button.secondary.addtocart.right-arrow::after {
  background-image: url(../images/icons/white/Arrow-right.png);
}
body .preset .steps .step .fields .field.layouts {
  margin-top: 1rem;
}
.submit-block {
  padding: 2.25rem 2.5rem;
}
button.button.right-arrow-btn span {
  padding-right: 2rem;
  background-image: url(../images/icons/white/Arrow-right.png);
  background-repeat: no-repeat;
  background-size: 1.2rem;
  background-position: right center;
}
button.button.editor-btn.remove-btn {
  background-color: rgb(255, 46, 137);
}
.preset .steps .step .content .subtitle {
  padding-left: 1.75rem;
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../images/icons/bottom-arrow.png);
}
.owl-theme.owl-theme-small.owl-carousel .owl-nav button[class*=owl-] {
  height: 2.5rem;
  width: 2rem;
}
@media all and (max-width: 992px) {
  button.upload-btn {
    width: 100%;
  }
  input.input-text.editor-search[type="text"] {
    height: 2rem;
  }
  .box-categories.editor-categories .box-heading .col .box-title {
    display: block;
  }
  .box-categories.editor-categories .box-heading .col .box-title::after {
    display: none;
  }
  .editor-navigation > li.item {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    font-weight: 500;
  }
  .editor-notice {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .editor-panel {
    top: 9.5vw;
    height: calc(100% - 9.5vw);
  }
}
@media screen and (max-width: 768px) {
  .submit-block {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 4;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
  .submit-block.bg-white.bordered-box {
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-radius: 0;
  }
  .editor-panel-actions button.button,
  .editor-panel-popup-gallery-actions button.button,
  .editor-panel-popup-view-actions button.button,
  .editor-panel-popup-quotes-actions button.button {
    width: 100%;
  }
  .editor-panel-popup-view-actions {
    width: 100%;
  }
}
.grid-flow {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(3, 1fr);
}
.modalViewUploads {
  height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}
.modalViewUploads img {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
  max-height: 100px;
  max-width: 42%;
}
button.button.save-btn.right-arrow-btn {
  font: normal normal 300 1.25rem/1.25rem 'Proxima Nova';
  position: relative;
  display: inline-block;
  background-color: #0e91b6 !important;
  background-repeat: repeat-x;
  background-size: 1px 100%;
  text-decoration: none;
  color: #fff !important;
  padding: 0.875rem 2rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 300;
}
.thumbnail .text-center.my-2 {
  line-height: 1.2rem;
}
.upload-detail-modal .modal-content {
  top: 4% !important;
  margin: 0 auto;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
