:root {
  --tg-body-font-size: 16px;
  --tg-body-line-height: 1.75;
  --tg-heading-line-height: 1.2;
  --tg-common-color-blue: #6dbdad;
  --tg-common-color-indigo: #004a80;
  --tg-common-color-purple: #6f42c1;
  --tg-common-color-pink: #d63384;
  --tg-common-color-red: #d34f31;
  --tg-common-color-orange: #fd7e14;
  --tg-common-color-yellow: #ffc107;
  --tg-common-color-green: #198754;
  --tg-common-color-teal: #68fb9a;
  --tg-common-color-cyan: #0dcaf0;
  --tg-common-color-rating: #faa706;
  --tg-common-color-white: #ffffff;
  --tg-common-color-gray: #251F28;
  --tg-common-color-black: #251F28;
  --tg-common-color-black-2: #201f2a;
  --tg-common-color-black-3: #0b0e13;
  --tg-common-color-black-4: #10181f;
  --tg-common-color-black-5: #090d10;
  --tg-common-color-black-6: #050506;
  --tg-common-color-black-7: #040608;
  --tg-common-color-black-8: #0d141b;
  --tg-common-color-black-9: #111922;
  --tg-body-color: #adb0bc;
  --tg-heading-color: #dddee2;
  --tg-theme-primary: #1bbc9b;
  --tg-theme-secondary: #d3b76f;
  --tg-border-1: #19222b;
  --tg-border-2: #22292f;
  --tg-border-3: #2c3137;
  --tg-border-4: #333333;
  --tg-border-5: #1b242e;
  --tg-fw-extra-bold: 800;
  --tg-fw-bold: 700;
  --tg-fw-semi-bold: 600;
  --tg-fw-medium: 500;
  --tg-fw-regular: 400;
  --tg-fw-light: 300;
}

.success_color {
  color: var(--tg-common-color-green);
}

.success_color:hover {
  color: green;
}

.err_color {
  color: var(--tg-common-color-red);
}

.err_color:hover {
  color: red;
}

.success_btn {
  background-color: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}

.danger_btn {
  background-color: #ff6a6a;
  color: var(--tg-common-color-white);
}

.success_btn:hover {
  background-color: #38828d;
}

.success_btn:disabled:hover {
  background-color: #9b9b9b;
}

.allbtn {
  padding: 5px 6px;
  background: var(--tg-common-color-white);
  border-radius: 999px;
  outline: none;
  border: none;
  transition: 0.2s;
  font-weight: bold;
  display: block;
}

.allbtn:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-common-color-white);
}

.activeallbtn {
  background: var(--tg-theme-secondary);
  color: var(--tg-common-color-white);
}

.productinfo h2 {
  background-color: var(--tg-theme-primary);
  color: var(--tg-common-color-gray);
  display: inline-block;
  font-size: 20px;
  padding: 8px 20px;
  margin: 0 40px 0 0;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}


@media (max-width: 440px) {

  .productinfo h2 {
    margin: 0 10px 0 0;
    font-size: 14px;
  }
}


.breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: 300;
}

.breadcrumb li {
  display: inline;
  font-size: 16px;
}

.breadcrumb li+li:before {
  display: inline-block;
  content: "​";
  background: url(/assest/images/icons/lefticon.svg) center / 16px 16px no-repeat;
  rotate: 180deg;
  width: 15px;
  margin: 0 4px;
}

.breadcrumb li a {
  color: var(--tg-theme-primary);
  text-decoration: none;
  transition: 0.2s;
}

.breadcrumb li a:hover {
  color: var(--tg-common-color-green);
}

.opbtn {
  outline: none;
  border: none;
  border-radius: 8px;
}





.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.no-spinner {
  -moz-appearance: textfield;
}

.appbody {
  margin: 2rem 0;
}

a {
  text-decoration: none;
  outline: none;
}


/* paddings */

.btn_pad {
  padding: 5px 20px;
}

.big_btn {
  padding: 10px 30px;
}

/* Toman Start */

.tomanarea small::before {
  content: "\F06C\00FE0E";
  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;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
  width: 18px;
  height: 18px;
  font-family: Toman;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  box-sizing: inherit;
  margin-right: 3px;
}

@font-face {
  font-family: Toman;
  src: url(/assest/fonts/calculate.eot);
  src: url(/assest/fonts/calculate.eot?#iefix) format("eot"), url(/assest/fonts/calculate.woff2) format("woff2"), url(/assest/fonts/calculate.woff) format("woff"), url(/assest/fonts/calculate.ttf) format("truetype")
}

/* Toman End */


/* Color Start */

.c-red {
  color: var(--tg-common-color-red);
}

.c-greem {
  color: var(--tg-common-color-green);
}

.c-prim {
  color: var(--tg-theme-primary);
}

/* Color End */

/* font sizes */

.font-10 {
  font-size: 10px;
}

.font-11 {
  font-size: 11px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-17 {
  font-size: 17px;
}

.font-18 {
  font-size: 18px;
}

.font-19 {
  font-size: 19px;
}

.font-20 {
  font-size: 20px;
}





/* Gap Start */

.g-1 {
  gap: 1px;
}

.g-2 {
  gap: 2px;
}

.g-3 {
  gap: 3px;
}

.g-4 {
  gap: 4px;
}

.g-5 {
  gap: 5px;
}

.g-6 {
  gap: 6px;
}

.g-7 {
  gap: 7px;
}

.g-8 {
  gap: 8px;
}

.g-9 {
  gap: 9px;
}

.g-10 {
  gap: 10px;
}

/* Gap End */


/* Font Start */

.f-bold {
  font-weight: bold;
}

/* Font End */