:root {
  --custom-before-style: #303030;
  --agree-text-style: #303030;
  --alert-text-style: #303030;
  --agree-fontsize-style: 13px;
  --alert-fontsize-style: 13px;
  --agree-font-family-style: inherit;
  --alert-font-family-style: inherit;
  --tncfield-align-style: inherit;
  --tnccontainer-margin-top: 0px;
  --tnccontainer-margin-right: 0px;
  --tnccontainer-margin-bottom: 0px;
  --tnccontainer-margin-left: 0px;
}

.display_none {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  scroll-behavior: smooth;
}

body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  /* background: #f6f6f7; */
  font-size: 13px;
}

hr {
  /* align-self: center; */
  background-color: #8a8a8a;
  height: 2px;
  border: none;
  width: 100%;
}

.customize_heder {
  width: fit-content;
  padding: 8px 8px 8px 0px;
  position: fixed;
  /* z-index: 9; */
  right: 0px;
  top: 0px;
  bottom: 0;
  height: fit-content;
}

.container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 0 10px;
  position: relative;
}

textarea {
  padding: 5px 12px;
  width: -webkit-fill-available;
  height: 150px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif !important;
  max-height: 150px;
  border-radius: 8px;
  caret-color: #303030;
  color: #303030;
  background-color: #ffffff;
  border: 0.66px solid #8a8a8a;
  outline-offset: 1px;
  outline: 2px solid transparent;
  transition: border 0.4s ease-in-out;
}

.inputField::placeholder,
textarea::placeholder {
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
}

.inputField {
  padding: 5px 12px;
  font-size: 14px;
  width: 100%;
  height: 20px;
  max-height: 32px;
  border-radius: 8px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  caret-color: #303030;
  color: #303030;
  background-color: #ffffff;
  border: 0.66px solid #8a8a8a;
  outline-offset: 1px;
  outline: 2px solid transparent;
  transition: border 0.4s ease-in-out;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  visibility: hidden;
}

.editorLayer1 {
  display: flex;
  flex-direction: column;
  /* flex-wrap: wrap; */
  gap: 5px;
}

.editorSet {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px;
}

.tncSpacing {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
  align-items: center;
}

.tncSpacingBox {
  display: flex;
  position: relative;
  width: 100%;
}

.slider-container .inputField,
.tncSpacingBox .inputField {
  width: 100%;
}

.tncSpacingUnit {
  color: #bbbbbb;
  position: absolute;
  top: 7px;
  right: 5px;
}

.colorPickerBox {
  position: relative;
}

.colorPickerBox input[type="color"] {
  position: absolute;
  top: 15%;
  right: 4px;
}

.textColorInput {
  display: flex;
  width: 100%;
}

.colorPickerInputField {
  display: flex;
  width: 100%;
}

.regColorPickerBox input[type="color"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 69px;
  height: 30px;
  border: none;
  background-color: transparent;
}

/* colorpicker customize */
.colorPicker {
  display: flex;
  width: 100%;
}

input[type="color"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

input[type="color"]::-webkit-color-swatch {
  /* border-radius: 50%; */
  border: 0.66px solid #8a8a8a;
  border-radius: 8px;
}

.slider-container {
  display: flex;
  width: 100%;
  position: relative;
}

/* .slider-container {
  display: flex;
  width: 100%;
  gap: 5px;
  align-items: center;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #dadada 2px, transparent 2px) repeat-x;
  background-size: 5px 100%;
  border-radius: 5px;
  outline: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #303030;
  cursor: pointer;
  transition: height width 0.3s ease;
}

input[type="range"]::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #303030;
  cursor: pointer;
}

input[type="range"]::-webkit-slider-runnable-track:active
  input[type="range"]::-webkit-slider-thumb {
  height: 25px;
  width: 25px;
} */

.inputField:hover,
textarea:hover {
  border: 0.66px solid #1a1a1a;
}

.inputField:focus,
textarea:focus {
  border: 0.66px solid #1a1a1a;
  outline: 2px solid #005bd3;
  animation-duration: 0.4s;
}

.linkStyle {
  color: #4375b8;
  text-decoration: 1px dotted underline #4375b8;
}

#agreeText::placeholder,
#alertText::placeholder {
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  background: #f6f6f7;
  font-style: italic;
}

/* editor css */
#tncText {
  color: var(--agree-text-style);
  font-size: var(--agree-fontsize-style);
  font-family: var(--agree-font-family-style, Arial);
}

#tncText a {
  display: unset;
  color: var(--agree-text-style);
  font-size: var(--agree-fontsize-style);
  font-family: var(--agree-font-family-style, Arial);
}

.alertText {
  color: var(--alert-text-style);
  font-size: var(--alert-fontsize-style);
  font-family: var(--alert-font-family-style, Arial);
}

.placeholderPreview {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 5px 15px;
}

.placeholderPreview .cartPlaceholder {
  display: flex;
  width: 100%;
  height: 150px;
  gap: 30px;
  justify-content: space-between;
}

.placeholderPreview .cartPlaceholder .placeholderImage {
  width: 225px;
  height: 150px;
  background-color: #e9e9e9;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 16px;
  border-radius: 5px;
}

.placeholderPreview .cartPlaceholder .placeholderText {
  width: 100%;
  height: 150px;
  background-color: #e9e9e9;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 16px;
  border-radius: 5px;
}

.placeholderPreview .placeholder {
  width: 100%;
  height: 150px;
  background-color: #e9e9e9;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 16px;
  border-radius: 5px;
}

.placeholderPreview .placeholder2 {
  width: 10%;
  height: 20px;
  background-color: #e9e9e9;
  display: flex;
  align-self: flex-end;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 16px;
  border-radius: 5px;
}

.placeholderPreview .placeholder3 {
  width: 20%;
  height: 20px;
  background-color: #e9e9e9;
  display: flex;
  align-self: flex-end;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 16px;
  border-radius: 5px;
}

.placeholderPreview .placeholder4 {
  width: 20%;
  height: 30px;
  background-color: #e9e9e9;
  display: flex;
  align-self: flex-end;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 16px;
  border-radius: 5px;
}

.preview {
  text-align: center;
  display: block;
  width: 55%;
  height: fit-content;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #d7d7d7;
  padding: 10px;
  position: sticky;
  top: 41px;
  box-shadow: 0rem 0.0625rem 0rem 0rem rgba(26, 26, 26, 0.07);
  animation: easyFadeIn 400ms forwards;
}

.preview_title {
  text-align: left;
  padding: 10px;
  font-size: 18px;
}

.preview .placeHolderImage {
  padding: 50px 60px;
}

.sweetAlertContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: max-content;
  width: 100%;
  top: 0;
  position: absolute;
}

.sweetAlertBox {
  display: none;
  flex-direction: column;
  background-color: #303030;
  max-width: 320px;
  min-width: 180px;
  max-height: 150px;
  overflow: auto;
  color: #fff;
  opacity: 1;
  padding: 20px;
  gap: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px #0000001a;
  align-items: flex-end;
}

.sweetAlertText {
  justify-content: var(--tncfield-align-style);
  align-self: var(--tncfield-align-style);
  font-size: var(--alert-fontsize-style);
  font-family: var(--alert-font-family-style);
  color: var(--alert-text-style);
}

.sweetAlertTxt {
  display: flex;
  align-items: center;
  align-self: center;
  gap: 3px;
  overflow: auto;
}

.sweetAlertTop,
.sweetAlertBottom {
  display: none;
  align-items: center;
  justify-content: var(--tncfield-align-style);
  align-self: var(--tncfield-align-style);
  gap: 3px;
  padding: 1px 0px;
  color: #ff0000;
  /* width: 100%; */
  overflow: auto;
}

.sweetAlertTxt::-webkit-scrollbar,
.sweetAlertBox::-webkit-scrollbar,
.sweetAlertTop::-webkit-scrollbar,
.sweetAlertBottom::-webkit-scrollbar {
  width: 3px;
}

.sweetAlertTxt::-webkit-scrollbar,
.sweetAlertBox::-webkit-scrollbar,
.sweetAlertTop::-webkit-scrollbar,
.sweetAlertBottom::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 8px;
}

.sweetAlertBox button {
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 22px;
  color: #3f2e6f;
  background: #a8c7fa;
  cursor: pointer;
  border: none;
  border-radius: 20px;
  font-weight: 550;
  outline: 2px solid #a8c7fa;
  outline-offset: 2px;
}

.alertIcon {
  min-width: 14px;
  max-width: 14px;
  min-height: 14px;
  max-height: 14px;
}

/* default button */
.discardBtn button {
  cursor: pointer;
  border: none;
  outline: none;
  padding: 6px 12px;
  border-radius: 8px;
  margin-top: 5px;
  font-size: 12px;
  width: max-content;
  box-shadow: 0rem -0.0625rem 0rem 0rem #b5b5b5 inset,
    0rem 0rem 0rem 0.0625rem rgba(0, 0, 0, 0.1) inset,
    0rem 0.03125rem 0rem 0.09375rem #fff inset;
  background: #fff;
  color: #303030;
}

.discardBtn button:hover {
  background: #fafafa;
  color: #303030;
  box-shadow: 0rem -0.0625rem 0rem 0rem #b5b5b5 inset,
    0rem 0rem 0rem 0.0625rem rgba(0, 0, 0, 0.1) inset,
    0rem 0.03125rem 0rem 0.09375rem #fff inset;
}

.discardBtn button:active {
  background: #f7f7f7;
  color: #303030;
  box-shadow: -0.0625rem 0rem 0.0625rem 0rem rgba(26, 26, 26, 0.122) inset,
    0.0625rem 0rem 0.0625rem 0rem rgba(26, 26, 26, 0.122) inset,
    0rem 0.125rem 0.0625rem 0rem rgba(26, 26, 26, 0.2) inset;
}

#checkout {
  cursor: pointer;
  border: none;
  outline: none;
  padding: 0 3rem;
  margin-top: 15px;
  font-size: 13px;
  letter-spacing: 0.1rem;
  min-width: calc(12rem + 1px * 2);
  height: 45px;
  line-height: calc(1 + 0.2 / 1);
  background: #000000;
  color: #fff;
  transition: box-shadow 0.1s ease-in-out;
}

#checkout:hover {
  box-shadow: 0 0 0 2.3px rgba(255, 255, 255, 0),
    0 0 0 2px rgba(18, 18, 18, 1);
}


/* primary button */
.preview input[type="button"],
.preview input[type="submit"],
.productsModalBtn button,
/* .searchBarBtn button, */
.saveBtn button,
.makePrimaryBtn {
  cursor: pointer;
  border: none;
  outline: none;
  padding: 6px 12px;
  border-radius: 8px;
  margin-top: 5px;
  font-size: 12px;
  width: max-content;
  box-shadow: 0rem -0.0625rem 0rem 0.0625rem rgba(0, 0, 0, 0.8) inset,
    0rem 0rem 0rem 0.0625rem #303030 inset,
    0rem 0.03125rem 0rem 0.09375rem hsla(0, 0%, 100%, 0.25) inset;
  background: linear-gradient(180deg,
      rgba(48, 48, 48, 0) 63.53%,
      hsla(0, 0%, 100%, 0.15)),
    #303030;
  color: #fff;
}

.preview input[type="button"]:hover,
.preview input[type="submit"]:hover,
.productsModalBtn button:hover,
/* .searchBarBtn button:hover, */
.saveBtn button:hover,
.makePrimaryBtn:hover {
  background: linear-gradient(180deg,
      rgba(48, 48, 48, 0) 63.53%,
      hsla(0, 0%, 100%, 0.15)),
    #1a1a1a;
  box-shadow: 0rem -0.0625rem 0rem 0.0625rem rgba(0, 0, 0, 0.8) inset,
    0rem 0rem 0rem 0.0625rem #303030 inset,
    0rem 0.03125rem 0rem 0.09375rem hsla(0, 0%, 100%, 0.25) inset;
}

.preview input[type="button"]:active,
.preview input[type="submit"]:active,
.productsModalBtn button:active,
/* .searchBarBtn button:active, */
.saveBtn button:active,
.makePrimaryBtn:active {
  background: linear-gradient(180deg,
      rgba(48, 48, 48, 0) 63.53%,
      hsla(0, 0%, 100%, 0.15)),
    #1a1a1a;
  box-shadow: 0rem 0.1875rem 0rem 0rem #000 inset;
}

.saveBtn button:disabled,
.productsModalBtn button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.saveBtn button:disabled:hover,
.saveBtn button:disabled:active,
.productsModalBtn button:disabled:hover,
.productsModalBtn button:disabled:active {
  box-shadow: 0rem -0.0625rem 0rem 0.0625rem rgba(0, 0, 0, 0.8) inset,
    0rem 0rem 0rem 0.0625rem #303030 inset,
    0rem 0.03125rem 0rem 0.09375rem hsla(0, 0%, 100%, 0.25) inset;
  background: linear-gradient(180deg,
      rgba(48, 48, 48, 0) 63.53%,
      hsla(0, 0%, 100%, 0.15)),
    #303030;
  color: #fff;
}

.tncContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 14px;
  padding: 5px 15px;
}

.fields {
  display: flex;
  align-items: center;
  justify-content: var(--tncfield-align-style);
  align-self: var(--tncfield-align-style);
  gap: 5px;
  padding: 6px 0px;
  margin-top: var(--tnccontainer-margin-top);
  margin-right: var(--tnccontainer-margin-right);
  margin-bottom: var(--tnccontainer-margin-bottom);
  margin-left: var(--tnccontainer-margin-left);
}

.fields .jscheckbox {
  display: flex;
}

.settings {
  width: 45%;
  height: max-content;
  display: flex;
  gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.settings .settingHeader p {
  font-size: 13px;
  font-weight: 550;
}

.paddingLabel label {
  font-weight: 400 !important;
}

.settings .settingBody {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
}

.settingBodyTextbox .settingHeader,
.settingBody .settingHeader {
  font-size: 13px;
  font-weight: 550;
}

.settingBodyTextbox .settingHeader label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.settings .settingSection {
  display: none;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #d7d7d7;
  justify-content: flex-start;
  width: -webkit-fill-available;
  box-shadow: 0rem 0.0625rem 0rem 0rem rgba(26, 26, 26, 0.07);
  animation: easyFadeIn 400ms forwards;
}

.customTabs {
  display: flex;
  justify-content: center;
  padding: 10px;
  animation: easyFadeIn 400ms forwards;
}

ul.tabs {
  display: flex;
  list-style: none;
  width: 100%;
  padding: 8px;
  gap: 4px;
  background: #fff;
  overflow: auto;
  border-radius: 0.75rem;
  border: 1px solid #d7d7d7;
  box-shadow: 0rem 0.0625rem 0rem 0rem rgba(26, 26, 26, 0.07);
}

.tab .tabIcon {
  margin: 0;
  padding: 0;
  line-height: 1;
}

button.tab {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  gap: 5px;
  border: 2px dashed transparent;
  border-radius: 8px;
  background-color: transparent;
  color: #4a4a4a;
  line-height: 2;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  outline: none;
  text-align: center;
  white-space: nowrap;
  transition-duration: 200ms;
}

button.tabActive {
  color: #000000;
}

button.tabActive,
button.tab:hover {
  background-color: rgba(0, 0, 0, .08);
}

ul.tabs::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
  border-radius: 0 0 8px 8px;
}

ul.tabs::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

ul.tabs::-webkit-scrollbar-track {
  background: #f1f1f1;
}

ul.tabs::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
  border: 2px solid #f1f1f1;
}

ul.tabs::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.settings .settingBodyTextbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.settings .settingBodyTextbox .info,
.settings .settingBodyTextbox .info a {
  font-size: 13px;
  color: #616161;
  display: flex;
  gap: 2px;
  padding: 1px 0px;
  align-items: center;
}

/* default checkbox style */
.checkbox-wrapper-46 input[type="checkbox"] {
  display: none;
  visibility: hidden;
}

.checkbox-wrapper-46 .cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  text-align: left;
}

.checkbox-wrapper-46 .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-46 .cbx span:first-child {
  position: relative;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9098a9;
  transition: all 0.1s ease;
}

.checkbox-wrapper-46 .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
}

.checkbox-wrapper-46 .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--custom-before-style);
  /* background: #303030; */
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

.checkbox-wrapper-46 .cbx:hover span:first-child {
  border-color: var(--custom-before-style);
  /* border-color: #303030; */
}

.checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child {
  background: var(--custom-before-style);
  /* background: #303030; */
  border-color: var(--custom-before-style);
  /* border-color: #303030; */
}

.checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child svg {
  stroke-dashoffset: 0;
}

/* radio css */
.clear {
  clear: both;
}

.radio-button {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 10px;
  position: relative;
  align-items: center;
  cursor: pointer;
}

.radio-button input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio {
  position: relative;
  display: inline-block;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  border-radius: 50%;
  border: 0.66px solid #8a8a8a;
  transform: translateZ(-25px);
  transition: all 0.2s ease-in-out;
}

.radio::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  transform: scale(-1);
  transition: all 0.2s ease-in-out;
}

.radio-button input[type="radio"]:active {
  border-color: #303030;
  border: 2px solid #8a8a8a;
}

.radio-button input[type="radio"]:checked+.radio {
  border-color: #303030;
  transform: translateZ(0px);
  background-color: #303030;
}

.radio-button input[type="radio"]:checked+.radio::before {
  opacity: 1;
  transform: scale(1);
}

.checkOptions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* customBox2 */
.checkBox {
  display: block;
  cursor: pointer;
  min-width: 12px;
  max-width: 12px;
  min-height: 12px;
  max-height: 12px;
  border: none;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 0px 1px var(--custom-before-style);
}

.checkBox div {
  width: 60px;
  height: 60px;
  background-color: var(--custom-before-style);
  top: -52px;
  left: -52px;
  position: absolute;
  transform: rotateZ(45deg);
  z-index: 100;
}

.checkBox input[type="checkbox"]:checked+div {
  left: -10px;
  top: -10px;
}

.checkBox input[type="checkbox"] {
  position: absolute;
  left: 50px;
  visibility: hidden;
}

.transition {
  transition: 300ms ease;
}

/* customBox3 */
.checkBoxContainer {
  cursor: pointer;
  display: flex;
}

.checkBoxContainer input {
  display: none;
}

.checkBoxContainer svg {
  overflow: visible;
}

.customCheckBoxPath {
  fill: none;
  stroke: var(--custom-before-style);
  /* stroke: #808080; */
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease,
    stroke-width 0.5s ease;
  stroke-dasharray: 237 9999999;
  stroke-dashoffset: 0;
  animation: unset !important;
}

.checkBoxContainer input:checked~svg .customCheckBoxPath {
  stroke-dasharray: 64.509666 9999999;
  stroke-dashoffset: -262.2723388671875;
}

/* customBox4 */
.custom-checkbox-container {
  position: relative;
  cursor: pointer;
  user-select: none;
}

.custom-checkbox-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.custom-checkbox-label {
  position: relative;
  padding-left: 20px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
}

/* Checkbox box */
.custom-checkbox-label:before {
  content: "";
  position: absolute;
  left: 0;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  border-radius: 6px;
  background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
  border: 2px solid #ccc;
  transition: all 0.3s ease;
  z-index: 1;
}

/* Checkmark */
.custom-checkbox-label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: -9px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 3;
}

/* Checked state */
.custom-checkbox-input:checked+.custom-checkbox-label:before {
  background: var(--custom-before-style);
  border-color: var(--custom-before-style);
  overflow: hidden;
}

/* Shine effect */
.custom-checkbox-label span.custom-checkbox-shine {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  z-index: 2;
  pointer-events: none;
}

.custom-checkbox-input:checked+.custom-checkbox-label span.custom-checkbox-shine:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 20px;
  height: 100px;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.8) 50%,
      rgba(255, 255, 255, 0) 100%);
  transform: rotate(45deg);
  animation: shine 0.6s ease-in-out infinite;
}

/* Checkmark animation */
.custom-checkbox-input:checked+.custom-checkbox-label:after {
  transform: rotate(45deg) scale(1);
  opacity: 1;
}

/* Hover effect */
.custom-checkbox-container:hover .custom-checkbox-label:before {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}

/* Text styling */
.custom-checkbox-text {
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 16px;
  transition: color 0.2s ease;
  position: relative;
  z-index: 4;
}

.custom-checkbox-container:hover .custom-checkbox-text {
  color: var(--custom-before-style);
}

/* Focus state with transition */
.custom-checkbox-input:focus+.custom-checkbox-label:before {
  outline: 2px solid var(--custom-before-style);
  outline-offset: 2px;
  transition: outline 0.1s ease-in-out;
}

.custom-checkbox-label:before {
  outline: 0 solid transparent;
}

/* Shine animation keyframes */
@keyframes shine {
  0% {
    left: -100%;
  }

  40% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

/* customBox5 */
.switch {
  margin-right: 5px;
  --circle-dim: 1em;
  font-size: 15px;
  position: relative;
  display: inline-block;
  width: 1.8em;
  height: 0.8em;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.tk_switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #808080;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 30px;
}

.slider-card {
  position: absolute;
  content: "";
  height: var(--circle-dim);
  width: var(--circle-dim);
  border-radius: 20px;
  left: -0.3em;
  bottom: -0.09em;
  transition: 0.4s;
  pointer-events: none;
}

.slider-card-face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  perspective: 1000px;
  border-radius: 50%;
  transition: 0.4s transform;
}

.slider-card-front {
  background-color: #9098a9;
}

.slider-card-back {
  background-color: var(--custom-before-style);
  transform: rotateY(180deg);
}

input:checked~.slider-card .slider-card-back {
  transform: rotateY(0);
}

input:checked~.slider-card .slider-card-front {
  transform: rotateY(-180deg);
}

input:checked~.slider-card {
  transform: translateX(1.5em);
}

input:checked~.slider {
  background-color: inherit;
}

/* customBox 6 */
.container6 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.container6 {
  position: relative;
  cursor: pointer;
  font-size: 17px;
  width: 1em;
  max-width: 1em;
  min-width: 1em;
  height: 1em;
  min-height: 1em;
  max-height: 1em;
  user-select: none;
  border: 2px solid var(--custom-before-style);
  display: block;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.checkmark:after {
  content: '';
  position: absolute;
  top: 25%;
  left: 25%;
  background-color: var(--custom-before-style);
  width: 50%;
  height: 50%;
  transform: scale(0);
  transition: .1s ease;
}

.container input:checked~.checkmark:after {
  transform: scale(1);
}

/* dropdown style */
select {
  all: unset;
  position: relative;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  /* box-shadow: 0rem -0.0625rem 0rem 0rem #b5b5b5 inset,
    0rem 0rem 0rem 0.0625rem rgba(0, 0, 0, 0.1) inset,
    0rem 0.03125rem 0rem 0.09375rem #fff inset; */
  color: #303030;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  gap: 0.125rem;
  padding: 5px 12px;
  background-color: #ffffff;
  outline: 2px solid transparent;
  border: 0.66px solid #8a8a8a;
  border-radius: 0.5rem;
  width: 100%;
  height: 32px;
  /* transition: box-shadow 0.2s ease, background-color 0.2s ease; */
}

select:active {
  box-shadow: -0.0625rem 0rem 0.0625rem 0rem rgba(26, 26, 26, 0.122) inset,
    0.0625rem 0rem 0.0625rem 0rem rgba(26, 26, 26, 0.122) inset,
    0rem 0.125rem 0.0625rem 0rem rgba(26, 26, 26, 0.2) inset;
  background-color: #f7f7f7;
  color: #303030;
}

select:focus-visible {
  border: 0.66px solid #303030;
  outline: 2px solid #006eff;
  outline-offset: 1px;
}

.dropDownDiv {
  position: relative;
  width: 100%;
}

.Polaris-Select-suffix {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-115%, -50%);
}

select .dropdown option {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 2rem;
  text-align: left;
  cursor: pointer;
  color: inherit;
  margin: 0px;
  background: none;
  border-style: none none none;
  border-image: initial;
  text-decoration: none;
  padding: 0.25rem 0.375rem;
  border-radius: 0.5rem;
  border-top: 0.0625rem solid transparent;
}

select .dropdown {
  box-shadow: 0rem 0.25rem 0.375rem -0.125rem rgba(26, 26, 26, 0.2);
  margin: 0.3125rem 0.5rem 1rem;
  border-radius: 0.75rem;
}

.productsModal {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
}

#previousURL svg,
#nextURL svg {
  display: flex;
  margin: auto;
  cursor: pointer;
}

.productCards {
  overflow-y: auto;
  height: 100%;
  max-height: 370px;
}

.overlay {
  height: 100vh;
  width: 100vw;
  z-index: 1;
  position: relative;
  background-color: #00000080;
}

.closeBtn,
.toastCloseBtn {
  cursor: pointer;
  text-align: right;
}

.productSelector {
  width: 100%;
  height: 100%;
  max-width: 38.75rem;
  max-height: 580px;
  /* max-height: calc(-3.75rem + 100vh); */
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 16px;
  z-index: 1111;
  transform: translate(-50%, -50%);
  animation: fadeIn 500ms forwards;
}

.productSelector .productSelectorHeader {
  width: calc(100% - 32px);
  background: #f3f3f3;
  font-weight: 500;
  padding: 16px;
  border: none;
  border-radius: 16px 16px 0 0;
  border-bottom: 1px solid #e3e3e3;
  display: flex;
}

.productSelector .productSelectorHeader .ps_navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.overlay .ps_nav_action {
  position: fixed;
  right: 10px;
}

.productSelector .productSelectorHeader .ps_navbar .ps_nav_action,
.ps_nav_action {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 4px 4px;
  background: transparent;
  border: none;
  border-radius: 8px;
  color: #303030;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: manipulation;
  /* margin-right: 16px; */
  -webkit-tap-highlight-color: transparent;
}

.productSelector .productSelectorHeader .ps_navbar .ps_nav_action:hover,
.ps_nav_action:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #303030;
  box-shadow: transparent;
}

.productSelector .productSelectorBody {
  height: 100%;
  /* width: calc(100% - 32px); */
  /* padding: 10px; */
  /* overflow: auto; */
}

.productSelectorBody .ps_header {
  display: flex;
  padding: 10px;
  gap: 5px;
  align-items: center;
}

.searchBarDiv {
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
  width: 70%;
}

.searchBarIcon {
  display: flex;
  position: absolute;
  margin: 0 6px;
  top: 50%;
  transform: translateY(-50%);
}

.searchBarField {
  padding: 6px 6px 6px 24px;
  color: #303030;
  width: 100%;
  border-radius: 8px;
  caret-color: #303030;
  border: 0.66px solid #e3e3e3;
  outline: 2px solid transparent;
}

.searchBarField:hover {
  border: 0.66px solid #303030;
}

.searchBarField:focus {
  border: 0.66px solid #303030;
  outline: 2px solid #006eff;
  outline-offset: 1px;
}

.searchBarBtnDiv {
  position: relative;
  display: flex;
  align-items: center;
}

.searchBarBtnIcon {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-44%);
}

.searchBarBtn {
  height: 20px;
  display: flex;
  align-items: center;
}

.searchBarBtn button {
  margin: 0;
  padding: 6px 6px 6px 24px;
}

.productSelector .productSelectorFooter {
  width: calc(100% - 32px);
  padding: 16px;
  position: fixed;
  background: #f3f3f3;
  border-top: 1px solid #e3e3e3;
  border-radius: 0 0 16px 16px;
  bottom: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -45%);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.custom_fields .settingBodyTextbox textarea {
  max-height: none;
  resize: vertical;
  min-height: 150px;
}

.setting_actions {
  position: -webkit-sticky;
  position: sticky;
  top: 8px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  /* margin: 0 25px; */
}

.setting_actions .btn button {
  margin: 0;
  line-height: 0;
  height: 35px;
  min-height: 35px;
  max-height: 35px;
}

.Polaris-Page {
  width: inherit;
  /* max-width: 82.375rem !important; */
  /* padding: 10px 0; */
}

.Polaris-Tabs__Wrapper {
  padding: 6px 10px;
}

.Polaris-Spinner--sizeSmall svg {
  height: 1.25rem;
  width: 1.25rem;
}

.Polaris-Spinner svg {
  animation: p-keyframes-spin 500ms linear infinite;
  fill: #ffffff;
  min-height: 16px;
  max-height: 16px;
  min-width: 16px;
  max-width: 16px;
  align-self: center;
}

@keyframes p-keyframes-spin {
  100% {
    transform: rotate(1turn);
  }
}

.customToast {
  min-width: 150px;
  max-width: 320px;
  max-height: 35px;
  position: fixed;
  z-index: 500;
  /* opacity: 0; */
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  color: #e8e8e8;
  background-color: #303030;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  border-radius: 8px;
  padding: 7px 10px 10px;
  transition: opacity 0.7s ease-in-out;
}

.toastFadeIn {
  animation: toastFadeIn 0.5s forwards;
}

@keyframes toastFadeIn {
  from {
    opacity: 0;
    bottom: -40px;
    transform: translateX(-50%) scale(0);
  }

  to {
    opacity: 1;
    bottom: 16px;
    transform: translateX(-50%) scale(1);
  }
}

.toastFadeOut {
  animation: toastFadeOut 0.5s forwards;
}

@keyframes toastFadeOut {
  0% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }

  50% {
    opacity: 1;
    transform: translateX(-50%) scale(1.1);
  }

  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0);
  }
}

.saveBar {
  min-width: 200px;
  min-height: 35px;
  max-width: 320px;
  max-height: 35px;
  position: absolute;
  z-index: 500;
  opacity: 1;
  top: 13px;
  color: #e8e8e8;
  background-color: #303030;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* gap: 35px; */
  border-radius: 8px;
  padding: 7px 10px 10px;
}

/* Products selector modal box CSS */
.product_section {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 10px;
  font-size: 13px;
  color: #303030;
  border-top: 1px solid #e3e3e3;
}

.product_variants_section {
  display: flex;
  gap: 16px;
  margin: 10px 0px 10px 69px;
}

.count_section_main_div {
  padding: 10px;
  margin-top: 10px;
}

.count_section_main_div label {
  padding: 0px;
}

.count_item_div {
  margin-right: 8px;
  font-weight: 550;
}

.count_item_div p {
  font-weight: 550;
}

.product-image-section {
  position: relative;
  display: block;
  overflow: hidden;
  background: rgba(255, 255, 255, 1);
  min-width: 1.5rem;
  max-width: 100%;
  border-radius: 0.5rem;
  width: 45px;
  min-width: 45px;
}

.product-image-section:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border-radius: 0.5rem;
  box-shadow: 0rem 0rem 0rem 0.0625rem rgba(0, 0, 0, 0.08) inset;
  display: block;
  padding-bottom: 100%;
}

.product-image-section>* {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  color: var(--p-color-icon-secondary);
}

.product-image-section:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

#productvariantsListingSection li.item_not_found {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 10px;
  font-size: 13px;
  color: #303030;
  border-top: 1px solid #e3e3e3;
}

.item_not_found {
  height: 50vh;
  justify-content: center;
}

.item_not_found h5 {
  font-size: 30px;
  font-weight: 700;
  margin: 30px;
}

.product_variants_hide_show_filter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  gap: 10px;
}

.product_variants_hide_show_filter .div {
  display: flex;
  gap: 10px;
  width: 100%;
}

.search_input_main_div {
  width: 74%;
}

.search_varient_div {
  width: 100%;
}

/* next/prev buttons */
button.preview_button,
button.next_button {
  background-color: #ebebeb;
  border: none;
  min-width: 28px;
  min-height: 28px;
  padding: 0px;
}

button.preview_button:hover,
button.next_button:hover {
  background-color: #ebebeb;
}

.disableBtn {
  cursor: pointer;
  pointer-events: none;
  opacity: 0.75;
}

button.preview_button {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

button.preview_button:disabled,
button.next_button:disabled {
  background-color: #ebebeb;
}

button.next_button {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.option_loader {
  text-align: center;
  /* height: 300px; */
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.customUrlCloseBtn {
  position: absolute;
  right: -5px;
  top: -5px;
  background: #E6E6E6;
  border: 1px solid #808080;
  border-radius: 8px;
  cursor: pointer;
}

.redbtn {
  background-color: #c70a24;
  border-radius: 8px;
  border: none;
  font-size: 12px;
  padding: 6px 12px;
  cursor: pointer;
  font-weight: 550;
  box-shadow: 0rem -0.0625rem 0rem 0.0625rem rgba(142, 31, 11, .8) inset, 0rem 0rem 0rem 0.0625rem rgba(181, 38, 11, .8) inset, 0rem 0.03125rem 0rem 0.09375rem hsla(0, 0%, 100%, .349) inset;
  display: inline-block;
  color: #fff;
  height: 28px;
  transition: background-color .2s ease-in;
}

.redbtn:hover {
  background-color: #a30a24;
}

.whitebtn {
  background-color: white;
  border-radius: 8px;
  border: none;
  font-size: 12px;
  padding: 6px 12px;
  cursor: pointer;
  font-weight: 550;
  box-shadow: 0rem -0.0625rem 0rem 0rem #b5b5b5 inset,
    0rem 0rem 0rem 0.0625rem rgba(0, 0, 0, 0.1) inset,
    0rem 0.03125rem 0rem 0.09375rem #fff inset;
  display: inline-block;
  color: #303030;
  height: 28px;
  transition: background-color .2s ease-in;
}

.whitebtn:active {
  background: #f7f7f7;
  color: #303030;
  box-shadow: -0.0625rem 0rem 0.0625rem 0rem rgba(26, 26, 26, 0.122) inset,
    0.0625rem 0rem 0.0625rem 0rem rgba(26, 26, 26, 0.122) inset,
    0rem 0.125rem 0.0625rem 0rem rgba(26, 26, 26, 0.2) inset;
}

.blackbtn {
  height: 28px;
  width: 100%;
  line-height: 16px;
  font-size: 12px;
  font-weight: 550;
  border: none;
  border-radius: 8px;
  padding: 6px 12px;
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
  box-shadow: 0rem -0.0625rem 0rem 0.0625rem rgba(0, 0, 0, 0.8) inset,
    0rem 0rem 0rem 0.0625rem rgba(48, 48, 48, 1) inset,
    0rem 0.03125rem 0rem 0.09375rem rgba(255, 255, 255, 0.25) inset;
  background: linear-gradient(180deg,
      rgba(48, 48, 48, 0) 63.53%,
      rgba(255, 255, 255, 0.15) 100%),
    #303030;
  user-select: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: background-color .2s ease-in;
}

.blackbtn:hover {
  background: linear-gradient(180deg,
      rgba(48, 48, 48, 0) 63.53%,
      rgba(255, 255, 255, 0.15) 100%),
    rgba(26, 26, 26, 1);
}

.blackbtn:active {
  box-shadow: 0rem 0.1875rem 0rem 0rem rgb(0, 0, 0) inset;
  background: linear-gradient(180deg,
      rgba(48, 48, 48, 0) 63.53%,
      rgba(255, 255, 255, 0.15) 100%),
    rgba(26, 26, 26, 1);
}

.linkDiv {
  margin-bottom: 8px;
  padding: 10px;
  border-radius: 15px;
  /* background-color: #f7f7f7; */
  border: 1px solid #d7d7d7;
  animation: easyFadeIn 0.3s ease-in;
}

@keyframes easyFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeOut {
  animation: easyFadeOut 0.2s forwards;
}

@keyframes easyFadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.selected_products {
  display: none;
  flex-direction: column;
  gap: 16px;
}

.total_number_show {
  margin-top: 8px;
}

.product_list_section_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid #ebebeb;
  border-radius: 8px;
}

.product_list_section_body_inner_body {
  display: flex;
  gap: 16px;
  align-items: center;
}

.product-image-section {
  position: relative;
  display: block;
  overflow: hidden;
  background: rgba(255, 255, 255, 1);
  min-width: 1.5rem;
  max-width: 100%;
  border-radius: 0.5rem;
  width: 45px;
  min-width: 45px;
}

.product-image-section:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border-radius: 0.5rem;
  box-shadow: 0rem 0rem 0rem 0.0625rem rgba(0, 0, 0, 0.08) inset;
  display: block;
  padding-bottom: 100%;
}

.product-image-section>* {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  color: var(--p-color-icon-secondary);
}

.product-image-section:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.product_list_section_close {
  cursor: pointer;
  min-width: 20px;
  max-width: 28px;
}

.agreeTextError,
.hyperlinkError,
.alertTextError,
.productSelectError,
.agreeValidColorError,
.alertValidColorError,
.customValidColorError,
.newLinkValidColorError,
.existLinkValidColorError,
.agreeFontValidError,
.alertFontValidError,
.paddingError,
.policyError,
.linkUrlError {
  display: none;
  align-items: center;
  gap: 3px;
  color: #8e0b21;
}

.linkUrlError a {
  color: #005bd3;
}


/* responsiveness below */
@media screen and (max-width: 1440px) {
  .Polaris-Tabs {
    padding: 0px;
  }

  .setting_actions {
    margin: 0;
  }
}

@media screen and (max-width: 1024px) {


  .customUrlCloseBtn {
    left: 97%;
  }

  .editorLayer1 {
    flex-wrap: wrap;
  }

  .textColorInput {
    width: 100%;
  }

  .colorPicker {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .container {
    gap: 16px;
    flex-direction: column-reverse;
  }

  .customUrlCloseBtn {
    left: 99%;
  }

  .preview {
    top: 0;
  }

  .preview,
  .setting_actions {
    position: inherit;
  }

  .settings,
  .preview {
    width: -webkit-fill-available;
  }
}

@media screen and (min-width: 750px) {
  .newsletter-form {
    align-items: var(--tncfield-align-style) !important;
  }
}

@media (max-width: 628px) {

  .product_variants_list_section_body,
  .product_list_section_body {
    position: relative;
    align-items: flex-start;
  }

  .product_list_section_close {
    width: 20px;
    position: absolute;
    right: 16px;
  }

  .product_list_section_body_inner_body {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
}

@media screen and (max-width: 425px) {
  .editorLayer1 {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 375px) {
  .checkbox-wrapper-46 .cbx span:first-child {
    min-width: 12px;
    max-width: 12px;
    min-height: 12px;
    max-height: 12px;
  }

  .checkbox-wrapper-46 .cbx span:first-child svg {
    stroke-width: 1.5px;
    top: 1px;
    left: 0px;
  }
}

@media screen and (max-width: 320px) {

  .setting_actions,
  .Polaris-SettingAction__Action {
    gap: 2px !important;
  }
}

/* Miscellanous CSS */
a.jodit-status-bar-link {
  display: none !important;
}

.validateError {
  background-color: #fbeae5 !important;
  border: 1px solid #c5280c !important;
}

.jscheckbox div:empty {
  display: unset;
}

.customer button {
  margin: 0rem 0 1.5rem !important;
}

.dropdown .dropdown-toggle {
  font-size: 12px !important;
}