
/* Start - Merchi product form image */
.merchi-product-preview-container {
  display: flex;
  height: 490px;
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.merchi-product-preview-container-stacked {
  display: flex;
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.merchi-product-preview-container-main-image {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.merchi-product-product-pic img {
  width: 100%;
  border-radius: .375rem;
  height: auto;
  max-width: 470px;
  max-height: 446px;
}
.merchi-product-thumbnails {
}
.merchi-product-merchi-product-fit-image {
  width: 100%;
  object-fit: cover;
  border-radius: .375rem;
}
.merchi-product-tb {
  width: 62px;
  height: 62px;
  margin: 2px;
  opacity: 0.4;
  cursor: pointer;
  border-radius: .375rem;
}
.merchi-product-tb-active {
  opacity: 1;
}
.merchi-product-thumbnail-img {
  width: 60px;
  height: 60px;
}
[data-rmiz-wrap="visible"],
[data-rmiz-wrap="hidden"] {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
}
[data-rmiz-wrap="hidden"] {
  visibility: hidden;
}
[data-rmiz-overlay] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-property: background-color;
}
[data-rmiz-btn-open],
[data-rmiz-btn-close] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* reset styles */
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  font: inherit;
  color: inherit;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[data-rmiz-btn-open] {
  cursor: zoom-in;
}
[data-rmiz-btn-close] {
  cursor: zoom-out;
}
[data-rmiz-modal-content] {
  position: absolute;
  transition-property: transform;
  transform-origin: center center;
}
.product-group-inventory {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.merchi-variation-input-label {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.merchi-image-select-container {
  padding-top: 0.5rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.image-select-option-item-container {
  display: block;
  text-align: center;
  width: 130px;
  border-radius: 0.25rem;
  margin-bottom: 10px;
}
.image-select-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-flex;
  height: 120px;
  max-width: 120px;
  width: 100%;
}
.merchi-variation-label-container {
  display: flex;
  align-items: center;
}
.option-no-inventory {
  background: #8898aa;
  cursor: not-allowed !important;
}
.image-select-option i,
.image-select-option svg {
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  background: #fff;
  padding: 2px;
  color: #000;
  font-size: 20px !important;
  -webkit-animation-name: fadeInOpacity;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: .2s;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-duration: .2s;
}
.image-select-option {
  border-radius: 0.25rem;
  box-shadow: 0 0 20px #d6d6d6;
  -webkit-box-shadow: 0 0 20px #d6d6d6;
  -moz-box-shadow: 0 0 20px #d6d6d6;
  cursor: pointer;
  transition-duration: .1s;
  position: relative;
  margin-bottom: 10px;
}
.image-select-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: clip;
}
/*----------------------------------------------------
Colour picker widget
-----------------------------------------------------*/
.merchi-colour-picker-container {
  cursor: pointer;
  border-radius: 50px;
  box-shadow: -1px 1px 21px -4px rgba(0, 0, 0, 0.61);
  margin: 0.5rem;
  width: 44px;
  position: relative;
  -webkit-box-shadow: -1px 1px 21px -4px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: -1px 1px 21px -4px rgba(0, 0, 0, 0.61);
}
.merchi-colour-picker {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  width: 44px;
  height: 44px;
  border: none;
  cursor: pointer;
}
.merchi-colour-picker::-webkit-color-swatch {
  border-radius: 50%;
}
.merchi-colour-picker::-moz-color-swatch {
  border-radius: 50%;
}
/* End - Merchi product form image */

/* Start - Bootstrap Helpers */

.show {
  opacity: 1;
}

.modal.show .modal-dialog {
  opacity: 1;
  transform: none;
}

@media (min-width: 992px) {
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.height-xs { height: 150px !important; }
.height-sm { height: 300px !important; }
.height-md { height: 450px !important; }
.height-lg { height: 600px !important; }
.height-full { height: 100% !important; }
.height-0 { height: 0px !important; }
.height-10 { height: 10px !important; }
.height-20 { height: 20px !important; }
.height-30 { height: 30px !important; }
.height-40 { height: 40px !important; }
.height-50 { height: 50px !important; }
.height-60 { height: 60px !important; }
.height-70 { height: 70px !important; }
.height-80 { height: 80px !important; }
.height-90 { height: 90px !important; }
.height-100 { height: 100px !important; }
.height-150 { height: 150px !important; }
.height-200 { height: 200px !important; }
.height-250 { height: 250px !important; }
.height-300 { height: 300px !important; }
.height-310 { height: 310px !important; }
.height-350 { height: 350px !important; }
.height-400 { height: 400px !important; }
.height-450 { height: 450px !important; }
.height-500 { height: 500px !important; }
.height-550 { height: 550px !important; }
.height-600 { height: 600px !important; }

.width-xs { width: 150px !important; }
.width-sm { width: 300px !important; }
.width-md { width: 450px !important; }
.width-lg { width: 600px !important; }
.width-full { width: 100% !important; }
.width-0 { width: 0px !important; }
.width-10 { width: 10px !important; }
.width-20 { width: 20px !important; }
.width-30 { width: 30px !important; }
.width-40 { width: 40px !important; }
.width-50 { width: 50px !important; }
.width-60 { width: 60px !important; }
.width-70 { width: 70px !important; }
.width-80 { width: 80px !important; }
.width-90 { width: 90px !important; }
.width-100 { width: 100px !important; }
.width-150 { width: 150px !important; }
.width-200 { width: 200px !important; }
.width-250 { width: 250px !important; }
.width-300 { width: 300px !important; }
.width-350 { width: 350px !important; }
.width-400 { width: 400px !important; }
.width-450 { width: 450px !important; }
.width-500 { width: 500px !important; }
.width-550 { width: 550px !important; }
.width-600 { width: 600px !important; }
.width-120 {
  width: 120px;
}

.pointer-cursor { cursor: pointer !important; }
.cursor-pointer { cursor: pointer !important; }
.cursor-initial { cursor: initial !important; }
.cursor-move { cursor: move !important; }

.overflow-auto { overflow: auto !important; }
.overflow-hidden { overflow: hidden !important; }
.overflow-visible { overflow: visible !important; }
.overflow-scroll { overflow: scroll !important; }
.overflow-x-hidden { overflow-x: hidden !important; }
.overflow-x-visible { overflow-x: visible !important; }
.overflow-x-scroll { overflow-x: scroll !important; }
.overflow-y-hidden { overflow-y: hidden !important; }
.overflow-y-visible { overflow-y: visible !important; }
.overflow-y-scroll { overflow-y: scroll !important; }

.m-auto { margin: 0 auto !important; }
.m-0 { margin: 0px !important; }
.m-1 { margin: 1px !important; }
.m-2 { margin: 2px !important; }
.m-3 { margin: 3px !important; }
.m-4 { margin: 4px !important; }
.m-5 { margin: 5px !important; }
.m-10 { margin: 10px !important; }
.m-15 { margin: 15px !important; }
.m-20 { margin: 20px !important; }
.m-25 { margin: 25px !important; }
.m-30 { margin: 30px !important; }
.m-35 { margin: 35px !important; }
.m-40 { margin: 40px !important; }

.m-t-0 { margin-top: 0px !important; }
.m-t-1 { margin-top: 1px !important; }
.m-t-2 { margin-top: 2px !important; }
.m-t-3 { margin-top: 3px !important; }
.m-t-4 { margin-top: 4px !important; }
.m-t-5 { margin-top: 5px !important; }
.m-t-10 { margin-top: 10px !important; }
.m-t-15 { margin-top: 15px !important; }
.m-t-20 { margin-top: 20px !important; }
.m-t-25 { margin-top: 25px !important; }
.m-t-30 { margin-top: 30px !important; }
.m-t-35 { margin-top: 35px !important; }
.m-t-40 { margin-top: 40px !important; }

.m-r-0 { margin-right: 0px !important; }
.m-r-1 { margin-right: 1px !important; }
.m-r-2 { margin-right: 2px !important; }
.m-r-3 { margin-right: 3px !important; }
.m-r-4 { margin-right: 4px !important; }
.m-r-5 { margin-right: 5px !important; }
.m-r-10 { margin-right: 10px !important; }
.m-r-15 { margin-right: 15px !important; }
.m-r-20 { margin-right: 20px !important; }
.m-r-25 { margin-right: 25px !important; }
.m-r-30 { margin-right: 30px !important; }
.m-r-35 { margin-right: 35px !important; }
.m-r-40 { margin-right: 40px !important; }

.m-b-0 { margin-bottom: 0px !important; }
.m-b-1 { margin-bottom: 1px !important; }
.m-b-2 { margin-bottom: 2px !important; }
.m-b-3 { margin-bottom: 3px !important; }
.m-b-4 { margin-bottom: 4px !important; }
.m-b-5 { margin-bottom: 5px !important; }
.m-b-10 { margin-bottom: 10px !important; }
.m-b-11 { margin-bottom: 11px !important; }
.m-b-12 { margin-bottom: 12px !important; }
.m-b-13 { margin-bottom: 13px !important; }
.m-b-14 { margin-bottom: 14px !important; }
.m-b-15 { margin-bottom: 15px !important; }
.m-b-20 { margin-bottom: 20px !important; }
.m-b-25 { margin-bottom: 25px !important; }
.m-b-30 { margin-bottom: 30px !important; }
.m-b-35 { margin-bottom: 35px !important; }
.m-b-40 { margin-bottom: 40px !important; }

.m-l-0 { margin-left: 0px !important; }
.m-l-1 { margin-left: 1px !important; }
.m-l-2 { margin-left: 2px !important; }
.m-l-3 { margin-left: 3px !important; }
.m-l-4 { margin-left: 4px !important; }
.m-l-5 { margin-left: 5px !important; }
.m-l-10 { margin-left: 10px !important; }
.m-l-15 { margin-left: 15px !important; }
.m-l-20 { margin-left: 20px !important; }
.m-l-25 { margin-left: 25px !important; }
.m-l-30 { margin-left: 30px !important; }
.m-l-35 { margin-left: 35px !important; }
.m-l-40 { margin-left: 40px !important; }

.p-0 { padding: 0px !important; }
.p-1 { padding: 1px !important; }
.p-2 { padding: 2px !important; }
.p-3 { padding: 3px !important; }
.p-4 { padding: 4px !important; }
.p-5 { padding: 5px !important; }
.p-10 { padding: 10px !important; }
.p-15 { padding: 15px !important; }
.wrapper { padding: 15px; }
.p-20 { padding: 20px !important; }
.p-25 { padding: 25px !important; }
.p-30 { padding: 30px !important; }
.p-35 { padding: 35px !important; }
.p-40 { padding: 40px !important; }

.p-t-0 { padding-top: 0px !important; }
.p-t-1 { padding-top: 1px !important; }
.p-t-2 { padding-top: 2px !important; }
.p-t-3 { padding-top: 3px !important; }
.p-t-4 { padding-top: 4px !important; }
.p-t-5 { padding-top: 5px !important; }
.p-t-10 { padding-top: 10px !important; }
.p-t-15 { padding-top: 15px !important; }
.p-t-20 { padding-top: 20px !important; }
.p-t-25 { padding-top: 25px !important; }
.p-t-30 { padding-top: 30px !important; }
.p-t-35 { padding-top: 35px !important; }
.p-t-40 { padding-top: 40px !important; }

.p-r-0 { padding-right: 0px !important; }
.p-r-1 { padding-right: 1px !important; }
.p-r-2 { padding-right: 2px !important; }
.p-r-3 { padding-right: 3px !important; }
.p-r-4 { padding-right: 4px !important; }
.p-r-5 { padding-right: 5px !important; }
.p-r-10 { padding-right: 10px !important; }
.p-r-15 { padding-right: 15px !important; }
.p-r-20 { padding-right: 20px !important; }
.p-r-25 { padding-right: 25px !important; }
.p-r-30 { padding-right: 30px !important; }
.p-r-35 { padding-right: 35px !important; }
.p-r-40 { padding-right: 40px !important; }

.p-b-0 { padding-bottom: 0px !important; }
.p-b-1 { padding-bottom: 1px !important; }
.p-b-2 { padding-bottom: 2px !important; }
.p-b-3 { padding-bottom: 3px !important; }
.p-b-4 { padding-bottom: 4px !important; }
.p-b-5 { padding-bottom: 5px !important; }
.p-b-10 { padding-bottom: 10px !important; }
.p-b-15 { padding-bottom: 15px !important; }
.p-b-20 { padding-bottom: 20px !important; }
.p-b-25 { padding-bottom: 25px !important; }
.p-b-30 { padding-bottom: 30px !important; }
.p-b-35 { padding-bottom: 35px !important; }
.p-b-40 { padding-bottom: 40px !important; }

.p-l-0 { padding-left: 0px !important; }
.p-l-1 { padding-left: 1px !important; }
.p-l-2 { padding-left: 2px !important; }
.p-l-3 { padding-left: 3px !important; }
.p-l-4 { padding-left: 4px !important; }
.p-l-5 { padding-left: 5px !important; }
.p-l-10 { padding-left: 10px !important; }
.p-l-15 { padding-left: 15px !important; }
.p-l-20 { padding-left: 20px !important; }
.p-l-25 { padding-left: 25px !important; }
.p-l-30 { padding-left: 30px !important; }
.p-l-35 { padding-left: 35px !important; }
.p-l-40 { padding-left: 40px !important; }

.f-s-0 { font-size: 0px !important; }
.f-s-1 { font-size: 1px !important; }
.f-s-2 { font-size: 2px !important; }
.f-s-3 { font-size: 3px !important; }
.f-s-4 { font-size: 4px !important; }
.f-s-5 { font-size: 5px !important; }
.f-s-6 { font-size: 6px !important; }
.f-s-7 { font-size: 7px !important; }
.f-s-8 { font-size: 8px !important; }
.f-s-9 { font-size: 9px !important; }
.f-s-10 { font-size: 10px !important; }
.f-s-11 { font-size: 11px !important; }
.f-s-12 { font-size: 12px !important; }
.f-s-13 { font-size: 13px !important; }
.f-s-14 { font-size: 14px !important; }
.f-s-15 { font-size: 15px !important; }
.f-s-16 { font-size: 16px !important; }
.f-s-17 { font-size: 17px !important; }
.f-s-18 { font-size: 18px !important; }
.f-s-19 { font-size: 19px !important; }
.f-s-20 { font-size: 20px !important; }

.l-h-0 { line-height: 0px !important; }
.l-h-1 { line-height: 1px !important; }
.l-h-2 { line-height: 2px !important; }
.l-h-3 { line-height: 3px !important; }
.l-h-4 { line-height: 4px !important; }
.l-h-5 { line-height: 5px !important; }
.l-h-6 { line-height: 6px !important; }
.l-h-7 { line-height: 7px !important; }
.l-h-8 { line-height: 8px !important; }
.l-h-9 { line-height: 9px !important; }
.l-h-10 { line-height: 10px !important; }
.l-h-11 { line-height: 11px !important; }
.l-h-12 { line-height: 12px !important; }
.l-h-13 { line-height: 13px !important; }
.l-h-14 { line-height: 14px !important; }
.l-h-15 { line-height: 15px !important; }
.l-h-16 { line-height: 16px !important; }
.l-h-17 { line-height: 17px !important; }
.l-h-18 { line-height: 18px !important; }
.l-h-19 { line-height: 19px !important; }
.l-h-20 { line-height: 20px !important; }
.l-h-20 { line-height: 20px !important; }
.l-h-21 { line-height: 21px !important; }
.l-h-22 { line-height: 22px !important; }
.l-h-23 { line-height: 23px !important; }
.l-h-24 { line-height: 24px !important; }
.l-h-25 { line-height: 25px !important; }
.l-h-26 { line-height: 26px !important; }
.l-h-27 { line-height: 27px !important; }
.l-h-28 { line-height: 28px !important; }
.l-h-29 { line-height: 29px !important; }
.l-h-30 { line-height: 30px !important; }

.t-plus-1 { position: relative!important; top: 1px !important; }
.t-plus-2 { position: relative!important; top: 2px !important; }
.t-plus-3 { position: relative!important; top: 3px !important; }
.t-plus-4 { position: relative!important; top: 4px !important; }
.t-plus-5 { position: relative!important; top: 5px !important; }
.t-plus-6 { position: relative!important; top: 6px !important; }
.t-plus-7 { position: relative!important; top: 7px !important; }
.t-plus-8 { position: relative!important; top: 8px !important; }
.t-plus-9 { position: relative!important; top: 9px !important; }
.t-plus-10 { position: relative!important; top: 10px !important; }

.t-minus-1 { position: relative!important; top: -1px !important; }
.t-minus-2 { position: relative!important; top: -2px !important; }
.t-minus-3 { position: relative!important; top: -3px !important; }
.t-minus-4 { position: relative!important; top: -4px !important; }
.t-minus-5 { position: relative!important; top: -5px !important; }
.t-minus-6 { position: relative!important; top: -6px !important; }
.t-minus-7 { position: relative!important; top: -7px !important; }
.t-minus-8 { position: relative!important; top: -8px !important; }
.t-minus-9 { position: relative!important; top: -9px !important; }
.t-minus-10 { position: relative!important; top: -10px !important; }

.l-plus-1 { position: relative!important; left: 1px !important; }
.l-plus-2 { position: relative!important; left: 2px !important; }
.l-plus-3 { position: relative!important; left: 3px !important; }
.l-plus-4 { position: relative!important; left: 4px !important; }
.l-plus-5 { position: relative!important; left: 5px !important; }
.l-plus-6 { position: relative!important; left: 6px !important; }
.l-plus-7 { position: relative!important; left: 7px !important; }
.l-plus-8 { position: relative!important; left: 8px !important; }
.l-plus-9 { position: relative!important; left: 9px !important; }
.l-plus-10 { position: relative!important; left: 10px !important; }

.l-minus-1 { position: relative!important; left: -1px !important; }
.l-minus-2 { position: relative!important; left: -2px !important; }
.l-minus-3 { position: relative!important; left: -3px !important; }
.l-minus-4 { position: relative!important; left: -4px !important; }
.l-minus-5 { position: relative!important; left: -5px !important; }
.l-minus-6 { position: relative!important; left: -6px !important; }
.l-minus-7 { position: relative!important; left: -7px !important; }
.l-minus-8 { position: relative!important; left: -8px !important; }
.l-minus-9 { position: relative!important; left: -9px !important; }
.l-minus-10 { position: relative!important; left: -10px !important; }

.r-plus-1 { position: relative!important; right: 1px !important; }
.r-plus-2 { position: relative!important; right: 2px !important; }
.r-plus-3 { position: relative!important; right: 3px !important; }
.r-plus-4 { position: relative!important; right: 4px !important; }
.r-plus-5 { position: relative!important; right: 5px !important; }
.r-plus-6 { position: relative!important; right: 6px !important; }
.r-plus-7 { position: relative!important; right: 7px !important; }
.r-plus-8 { position: relative!important; right: 8px !important; }
.r-plus-9 { position: relative!important; right: 9px !important; }
.r-plus-10 { position: relative!important; right: 10px !important; }

.r-minus-1 { position: relative!important; right: -1px !important; }
.r-minus-2 { position: relative!important; right: -2px !important; }
.r-minus-3 { position: relative!important; right: -3px !important; }
.r-minus-4 { position: relative!important; right: -4px !important; }
.r-minus-5 { position: relative!important; right: -5px !important; }
.r-minus-6 { position: relative!important; right: -6px !important; }
.r-minus-7 { position: relative!important; right: -7px !important; }
.r-minus-8 { position: relative!important; right: -8px !important; }
.r-minus-9 { position: relative!important; right: -9px !important; }
.r-minus-10 { position: relative!important; right: -10px !important; }

.b-plus-1 { position: relative!important; bottom: 1px !important; }
.b-plus-2 { position: relative!important; bottom: 2px !important; }
.b-plus-3 { position: relative!important; bottom: 3px !important; }
.b-plus-4 { position: relative!important; bottom: 4px !important; }
.b-plus-5 { position: relative!important; bottom: 5px !important; }
.b-plus-6 { position: relative!important; bottom: 6px !important; }
.b-plus-7 { position: relative!important; bottom: 7px !important; }
.b-plus-8 { position: relative!important; bottom: 8px !important; }
.b-plus-9 { position: relative!important; bottom: 9px !important; }
.b-plus-10 { position: relative!important; bottom: 10px !important; }

.b-minus-1 { position: relative!important; bottom: -1px !important; }
.b-minus-2 { position: relative!important; bottom: -2px !important; }
.b-minus-3 { position: relative!important; bottom: -3px !important; }
.b-minus-4 { position: relative!important; bottom: -4px !important; }
.b-minus-5 { position: relative!important; bottom: -5px !important; }
.b-minus-6 { position: relative!important; bottom: -6px !important; }
.b-minus-7 { position: relative!important; bottom: -7px !important; }
.b-minus-8 { position: relative!important; bottom: -8px !important; }
.b-minus-9 { position: relative!important; bottom: -9px !important; }
.b-minus-10 { position: relative!important; bottom: -10px !important; }

.hide { display: none!important; }

.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }

.pull-left { float: left !important; }
.pull-right { float: right !important; }
.pull-none { float: none !important; }

.f-w-100 { font-weight: 100 !important; }
.f-w-200 { font-weight: 200 !important; }
.f-w-300 { font-weight: 300 !important; }
.f-w-400 { font-weight: 400 !important; }
.f-w-500 { font-weight: 500 !important; }
.f-w-600, .semi-bold { font-weight: 600 !important; }
.f-w-700 { font-weight: 700 !important; }

.z-index-1000 {
  z-index: 1000;
}
.z-index-10000 {
  z-index: 10000;
}

@media (max-width: 767px) {
  .p-l-xs-0 { padding-left: 0 !important; }
  .p-t-xs-0 { padding-top: 0 !important; }
  .p-r-xs-0 { padding-right: 0 !important; }
  .p-b-xs-0 { padding-bottom: 0 !important; }
  .p-xs-0 { padding: 0 !important; }
  
  .m-l-xs-0 { margin-left: 0 !important; }
  .m-t-xs-0 { margin-top: 0 !important; }
  .m-r-xs-0 { margin-right: 0 !important; }
  .m-xs-0 { margin: 0 !important; }
  .m-b-xs-0 { margin-bottom: 0 !important; }
  .hidden-xs {
      display: none !important;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
  .hidden-sm {
      display: none !important;
  }
  .theme-template-sidebar {
      display: none;
      width: 0px;
  }
  .theme-template-main {
      display: block;
      width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
      display: none !important;
  }
  .theme-template-sidebar {
      display: none;
      width: 0px;
  }
  .theme-template-main {
      display: block;
      width: 100%;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
      display: none !important;
  }
  .theme-template-sidebar {
      display: inline-block;
      width: 20%;
      max-height: 826px;
      overflow-x: auto;
      border-bottom-right-radius: .375rem;
      vertical-align: top;
  }
  .theme-template-main {
      display: inline-block;
      width: 80%;
      overflow-x: auto;
  }
}
@media (max-width: 576px) {
  .notification-datetime {
      display: none !important;
    }
}
.no-border {
  border: 0px !important;
}
.no-box-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* End - Bootstrap Helpers */



/* Start - Avatar */
.avatar
{
    font-size: 1rem;

    display: inline-flex;

    width: 48px; 
    height: 48px;

    color: #fff;
    border-radius: .375rem;
    background-color: #adb5bd;

    align-items: center;
    justify-content: center;
}
.avatar img
{
    width: 100%;

    border-radius: .375rem;
}
.avatar + .avatar-content
{
    display: inline-block;

    margin-left: .75rem;
}

.avatar-xl
{
    width: 74px;
    height: 74px;
}

.avatar-lg
{
    font-size: .875rem; 

    width: 58px;
    height: 58px;
}

.avatar-sm
{
    font-size: .875rem; 

    width: 36px;
    height: 36px;
}

.avatar-xs
{
    font-size: .75rem; 

    width: 24px;
    height: 24px;
}

.avatar-group .avatar
{
    position: relative;
    z-index: 2;

    border: 2px solid #fff;
}
.avatar-group .avatar:hover
{
    z-index: 3;
}

.avatar-group .avatar + .avatar
{
    margin-left: -1rem;
}
.avatar-group-span .avatar-span
{
    position: relative;
    z-index: 2;
}
.avatar-group-span .avatar-span:hover
{
    z-index: 3;
}

.avatar-group-span .avatar-span + .avatar-span
{
    margin-left: -1rem;
}
.avatar-group-span-right .avatar-span
{
    position: relative;
    z-index: 2;
}
.avatar-group-span-right .avatar-span:hover
{
    z-index: 3;
}

.avatar-group-span-right .avatar-span + .avatar-span
{
    margin-right: -1rem;
}
.avatar-product-sm {
  font-size: .875rem;
  width: 56px;
  height: 56px;
}
.avatar-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
.avatar-favicon {
  height: 18px !important;
  width: 18px !important;
}
/* End - Avatar */



/* Start - Icon */
.icon-actions > span:last-of-type {
  margin-right: 0;
}

.icon-actions > span, .icon-actions > span.active, .icon-actions > span:hover {
  color: #32325d;
}
.icon-actions > span {
  display: inline-block;
  margin-right: .75rem;
  color: #8898aa;
  font-size: .875rem;
}
.icon-actions span i + span {
  margin-left: 7px;
}
.icon-actions > span span {
  margin-left: .1875rem;
  font-weight: 600;
  color: #8898aa;
}
/* End - Icon */


/* Start - Merchi Helpers */
.bg-merchi {
  background: #303dbf !important;
}

.bg-merchi-red {
  background: #ff464a !important;
}

.fill-merchi-default {
    fill: #303dbf;
}

.loading-illustration {
  height: 40%;
  left: 23%;
  position: absolute;
  top: 25%;
  width: 60%;
}

.loading-text {
  font-family: 'Nunito', sans-serif;
  color: white;
  text-align: center;
  position: absolute;
  font-size: 22px;
  bottom: 10%;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .loading-illustration {
      height: 40%;
      left: 23%;
      position: absolute;
      top: 25%;
      width: 60%;
  }
}

@media (min-width: 768px) {
  .loading-illustration {
      height: 10%;
      left: 32%;
      position: absolute;
      top: 20%;
      width: 40%;
  }
}

@media (min-width: 992px) {
  .loading-illustration {
      height: 20%;
      left: 37%;
      position: absolute;
      top: 30%;
      width: 30%;
  }
}

@media (min-width: 1200px) {
  .loading-illustration {
      left: 31%;
      position: absolute;
      top: 20%;
      width: 40%;
  }
}
/* End - Merchi Helpers */



/* Start - Merchi Drafting */
.draftjs-editor-toolbar {
  display: flex;
}
.public-DraftEditorPlaceholder-root {
  color: #9197a3;
  position: absolute;
  z-index: 1;
}
.active-draft-avatar {
  z-index: 3 !important;
}
.active-draft-avatar:before {
  content: ' ';
  width: 0px; 
  height: 10px; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #000;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.card-drafting-footer {
  padding: 1.25rem 1.5rem;
  margin-bottom: 0;
  background-color: #fff;
  border-top: 1px solid rgba(0,0,0,.05);
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.card-body-border-bottom {
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.card-comment-form-container {
  padding: 1.25rem 1.5rem;
  margin-bottom: 0;
  background-color: #fff;
}
.card-padding {
  flex: 1 1 auto;
  padding: 1.5rem;
}
.progress-list-items {
  border: 0px !important;
  cursor: pointer;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.progress-list-items:hover {
  background: linear-gradient(87deg, #f7fafc 0, #f7f8fc 100%) !important;
}
.progress-list-items:first-child {
  padding-top: 1.5rem;
}
.progress-list-items:last-child {
  padding-bottom: 1.5rem;
}
.files-list:last-child {
  padding-bottom: 0px;
}
.job-files-dropzone {
  padding: 1rem 1rem;
  background-color: #fff;
  border: 1px dashed #dee2e6;
  border-radius: .375rem;
  text-align: center;
  min-width: 232px;
  color: #8898aa;
  transition: all .15s ease;
  order: -1;
  cursor: pointer;
  z-index: 999;
}
.public-job-files-dropzone {
  padding: 1rem 1rem;
  background-color: #fff;
  border: 1px dashed #dee2e6;
  border-radius: .375rem;
  text-align: center;
  color: #8898aa;
  transition: all .15s ease;
  order: -1;
  cursor: pointer;
  z-index: 999;
}
.assign-user {
  cursor: pointer;
}
.assign-user:hover {
  background: linear-gradient(87deg, #f7fafc 0, #f7f8fc 100%) !important;
}
.user-option {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border: 0px !important;
  cursor: pointer;
}
.user-option:hover {
  background: linear-gradient(87deg, #f7fafc 0, #f7f8fc 100%) !important;
}
.user-option-selected {
  background: linear-gradient(87deg, #f7fafc 0, #f7f8fc 100%) !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border: 0px !important;
  cursor: pointer;
}
.card-drafting-footer {
  padding: 1.25rem 1.5rem;
  margin-bottom: 0;
  background-color: #fff;
  border-top: 1px solid rgba(0,0,0,.05);
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.timeline
{
    position: relative;
}
.timeline:before
{
    position: absolute;
    top: 0;
    left: 1rem;

    height: 100%;

    content: '';

    border-right: 2px solid #e9ecef;
}

[data-timeline-axis-style='dashed']:before
{
    border-right-style: dashed !important;
}

[data-timeline-axis-style='dotted']:before
{
    border-right-style: dotted !important;
}

.timeline-block
{
    position: relative;

    margin: 2em 0;
}
.timeline-block:after
{
    display: table;
    clear: both; 

    content: '';
}
.timeline-block:first-child
{
    margin-top: 0;
}
.timeline-block:last-child
{
    margin-bottom: 0;
}

.timeline-step
{
    font-size: 1rem;
    font-weight: 600;

    position: absolute;
    z-index: 1; 
    left: 0;

    display: inline-flex;

    width: 33px;
    height: 33px;

    transform: translateX(-50%);
    text-align: center;

    border-radius: 50%;

    align-items: center;
    justify-content: center;
}
.timeline-step svg,
.timeline-step i
{
    line-height: 1.4;
}

.timeline-step-icon
{
    border: 2px solid #e9ecef; 
    background: #fff;
}

.timeline-step-xs
{
    font-size: .75rem; 

    width: 17px;
    height: 17px;
}

.timeline-step-sm
{
    font-size: .75rem; 

    width: 23px;
    height: 23px;
}

.timeline-step-lg
{
    font-size: 1.75rem; 

    width: 47px;
    height: 47px;
}

.timeline-content
{
    position: relative;
    position: relative;
    top: -6px; 

    margin-left: 60px;
    padding-top: .5rem;
}
.timeline-content:after
{
    display: table;
    clear: both; 

    content: '';
}

.timeline-body
{
    padding: 1.5rem;
}

@media (min-width: 992px)
{
    .timeline:before
    {
        left: 50%;

        margin-left: -2px;
    }
    .timeline-step
    {
        left: 50%;
    }
    .timeline-content
    {
        width: 38%;
    }
    .timeline-body
    {
        padding: 1.5rem;
    }
    .timeline-block:nth-child(even) .timeline-content
    {
        float: right;
    }
    [data-timeline-axis-color='primary']:before
    {
        border-color: #5e72e4;
    }
    [data-timeline-axis-color='secondary']:before
    {
        border-color: #f7fafc;
    }
    [data-timeline-axis-color='success']:before
    {
        border-color: #2dce89;
    }
    [data-timeline-axis-color='info']:before
    {
        border-color: #11cdef;
    }
    [data-timeline-axis-color='warning']:before
    {
        border-color: #fb6340;
    }
    [data-timeline-axis-color='danger']:before
    {
        border-color: #f5365c;
    }
    [data-timeline-axis-color='light']:before
    {
        border-color: #adb5bd;
    }
    [data-timeline-axis-color='dark']:before
    {
        border-color: #212529;
    }
    [data-timeline-axis-color='default']:before
    {
        border-color: #172b4d;
    }
    [data-timeline-axis-color='white']:before
    {
        border-color: #fff;
    }
    [data-timeline-axis-color='neutral']:before
    {
        border-color: #fff;
    }
    [data-timeline-axis-color='darker']:before
    {
        border-color: black;
    }
}

.timeline-one-side:before
{
    left: 1rem;
}

.timeline-one-side .timeline-step
{
    left: 1rem;
}

.timeline-one-side .timeline-content
{
    width: auto;
}

@media (min-width: 992px)
{
    .timeline-one-side .timeline-content
    {
        max-width: 30rem;
    }
}

.timeline-one-side .timeline-block:nth-child(even) .timeline-content
{
    float: none;
}
div.DraftEditor-root {
  height: 100%;
  width: 100%;
  overflow-y: auto;
}
div.DraftEditor-editorContainer,
div.public-DraftEditor-content {
  height: 100%;
  min-height: 140px;
}
div.DraftEditor-editorContainer img {
  max-width: 100%;
}
.readonly-text-editor-comment {
  min-height: 40px;
}
.comment-rich-text-container div.DraftEditor-editorContainer,
.comment-rich-text-container div.public-DraftEditor-content {
  min-height: 40px;
}
.draft-js-button-wrapper {
  display: inline-block;
}
.draft-js-button-wrapper:first-child .draft-js-button {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.draft-js-button-wrapper:last-child .draft-js-button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.draft-js-button {
  color: #212529;
  cursor: pointer;
  background-color: #f7fafc;
  border-color: #f7fafc;
  font-size: 18px;
  border: 0;
  vertical-align: bottom;
  height: 34px;
  width: 36px;
}
.draft-js-button:hover,
.draft-js-button:focus {
  color: #212529;
  background-color: #d2e3ee;
  border-color: #f7fafc;
}
.draft-js-button:not(:disabled):not(.disabled).active,
.draft-js-button:not(:disabled):not(.disabled):active, .show>.draft-js-button.dropdown-toggle {
  color: #212529;
  background-color: #d2e3ee;
  border-color: #f7fafc;
}
.upload-draft-image-contaimer {
  margin-top: 1rem;
  z-index: 1000;
}
/* End - Merchi Drafting */



/* Start - Merchi Invoice */
.invoice-container {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: .375rem;
  margin-bottom: 30px;
  box-shadow: 0 0 2rem 0 rgba(136,152,170,.15);
  border: 0;
}
.invoice-header {
  align-items: center;
  border-bottom: 1px solid rgba(0,0,0,.05);
  display: block;
  padding: 1.25rem 1.5rem;
}
.invoice-block-border-bottom {
  border-bottom: 1px solid rgba(0,0,0,.05);
  display: block;
  padding: 1.25rem 1.5rem;
}
.invoice-block {
  display: block;
  padding: 1.25rem 1.5rem;
}
.invoice-close {
  cursor: pointer;
  float: right;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: rgba(0,0,0,.6);
  text-shadow: none;
  opacity: .5;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.invoice > div:not(.invoice-footer) {
  margin-bottom: 20px;
}
.invoice {
  background: #fff;
  padding: 20px;
}
.invoice-company {
  font-size: 20px;
}
.invoice-header {
  margin: 0 -20px;
  background: #f0f3f4;
  padding: 20px;
}
.invoice-from,
.invoice-to,
.invoice-date {
  display: table-cell;
  width: 1%;
}
.invoice-from,
.invoice-to {
  padding-right: 10px;
}
.invoice-from strong,
.invoice-to strong,
.invoice-date .date {
  font-size: 16px;
  font-weight: 600;
}
.invoice-date {
  text-align: right;
  padding-left: 20px;
}
.invoice-price {
  background-color: #f6f9fc;
  display: table;
  width: 100%;
}
.invoice-price .invoice-price-left,
.invoice-price .invoice-price-right {
  display: table-cell;
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
  width: 75%;
  position: relative;
  vertical-align: middle;
}
.invoice-price .invoice-price-left .sub-price {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
.invoice-price small {
  font-size: 12px;
  font-weight: normal;
  display: block;
}
.invoice-price .invoice-price-row {
  display: table;
  float: left;
}
.invoice-price .invoice-price-right {
  width: 25%;
  background-color: #212529;
  color: #fff;
  font-size: 28px;
  text-align: right;
  vertical-align: bottom;
  font-weight: 300;
}
.invoice-price .invoice-price-right small {
  display: block;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
}
.invoice-footer {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  font-size: 10px;
}
.invoice-note {
  color: #999;
  margin-top: 80px;
  font-size: 85%;
}
.stripe-form-control {
  padding: 0.79rem 0.75rem;
}
.merchi-invoice-container {
  border-bottom: 1px solid rgba(0,0,0,.05);
  flex: 1 1 auto;
  padding: 1.5rem;
  position: relative;
}
/* End - Merchi Invoice */



/* Start - Merchi Tags */
.search-select-create-loading {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border: 0px !important;
}
.tag-option {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border: 0px !important;
  cursor: pointer;
}
.tag-option-not-found {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border: 0px !important;
}
.tag-option:hover {
  background: linear-gradient(87deg, #f7fafc 0, #f7f8fc 100%) !important;
}
.tag-option-selected {
  background: linear-gradient(87deg, #f7fafc 0, #f7f8fc 100%) !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border: 0px !important;
  cursor: pointer;
}
/* End - Merchi Tags */



/* Start - Merchi Shipment */
.shipment-header {
  padding: 1.25rem;
}
.shipment-close {
  cursor: pointer;
  float: right;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: rgba(0,0,0,.6);
  text-shadow: none;
  opacity: .5;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.shipment-block {
  display: block;
  padding: 1.25rem 1.5rem;
}
/* End - Merchi Shipment */