.cursor-pointer {
  cursor: pointer;
}

.bg-dark-orange {
  background: #ea7432;
}

.bg-light-orange-1 {
  background: linear-gradient(0deg, #fbe5d8, #fbe5d8);
}

.bg-light-orange-2 {
  background: #ffab5e;
}

.bg-light-orange-3 {
  background: #fed3ac;
}

.bg-light-orange-4 {
  background: #ffe9dc;
}

.bg-dark-purple {
  background: #691dc5;
}

.bg-light-purple-1 {
  background: #c57bff;
}

.bg-light-purple-2 {
  background: #b474fc;
}

.bg-light-purple-3 {
  background: #e9d4ff;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

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

.white-text {
  color: white !important;
}

.dark-orange-text-1 {
  color: #ea7432;
}

.box-shadow {
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.35);
}

.bold-border {
  border: 3px solid #000;
}

.bold-border-2 {
  border: 1px solid #8f8f8f;
}

.font-size-10 {
  font-size: 10px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-13 {
  font-size: 13px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-23 {
  font-size: 23px;
}

.font-size-25 {
  font-size: 25px;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-35 {
  font-size: 35px;
}

.custom-flex-1 {
  flex: 1;
}

.custom-flex-2 {
  flex: 2;
}

.custom-flex-3 {
  flex: 3;
}

.custom-flex-4 {
  flex: 4;
}

.custom-flex-5 {
  flex: 5;
}

.custom-flex-6 {
  flex: 6;
}

.column-gap-1 {
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.column-gap-2 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.column-gap-3 {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.column-gap-4 {
  -moz-column-gap: 25px;
       column-gap: 25px;
}

.column-gap-5 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.column-gap-6 {
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.column-gap-7 {
  -moz-column-gap: 85px;
       column-gap: 85px;
}

.column-gap-8 {
  -moz-column-gap: 110px;
       column-gap: 110px;
}

.column-gap-9 {
  -moz-column-gap: 150px;
       column-gap: 150px;
}

.border-radius {
  border-radius: 1rem;
}

.border-radius-2 {
  border-radius: 7px;
}

.toggle-question {
  float: right;
  margin-top: -40px;
}
@media only screen and (max-width: 991px) {
  .toggle-question {
    float: none;
    margin-top: 20px;
  }
}
.toggle-question .question {
  padding: 3px 10px;
}

.-button {
  padding: 6.5px 0px;
}

.delete-item {
  padding: 2px 10px 5px 10px;
}

.simple-international {
  -moz-column-gap: 18px;
       column-gap: 18px;
}
@media only screen and (max-width: 991px) {
  .simple-international {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}

.package-item-no {
  border-radius: 10rem 50rem 0px 0px;
  border-bottom: none;
}
.package-item-inputs {
  border-radius: 0px 14px 14px 14px;
}
.package-item-inputs.-single {
  border-radius: 0px 1rem 1rem 1rem;
  -moz-column-gap: 120px;
       column-gap: 120px;
}
@media only screen and (max-width: 1199px) {
  .package-item-inputs.-single {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .package-item-inputs.-single {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}
.package-item-inputs.-international {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .package-item-inputs.-international {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}
.package-item-content {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.package-item-input {
  position: relative;
}
.package-item-input select {
  height: 38px !important;
}
.package-item-input::after {
  content: var(--unit);
  position: absolute;
  height: 32px;
  width: 50px;
  top: 3px;
  font-weight: 500;
  right: 3px;
  background: #fed3ac;
  z-index: 99;
  border-radius: 0px 0.15rem 0.15rem 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.package-item.-purple .package-item-input::after {
  background-color: #e9d4ff;
}

.add-item {
  font-size: 50px;
  font-weight: 200;
  color: #000;
  line-height: 40px;
  padding: 7px 13px 7px 13px;
}

.toogle-container {
  cursor: pointer;
}
.toogle-container > div.active > div:first-child {
  background: #ffab5e;
  z-index: 10;
}
.toogle-container > div.active .toggle-border {
  z-index: 1;
}
.toogle-container > div.active .toggle-border.-right {
  position: absolute;
  left: -3px;
  top: -2px;
  width: 50px;
  height: calc(100% + 4px);
  background-color: #000;
  border-radius: 50rem;
}
.toogle-container > div.active .toggle-border.-left {
  position: absolute;
  right: -3px;
  top: -2px;
  width: 50px;
  height: calc(100% + 4px);
  background-color: #000;
  border-radius: 50rem;
}
.toogle-container.-purple > div.active > div:first-child {
  background: #b474fc;
  z-index: 10;
}

.unit-toggle .toogle-container {
  font-size: 12px !important;
}
.unit-toggle .toogle-container > div > div:first-child {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.delivery-toggle .toogle-container {
  font-size: 12px !important;
}
.delivery-toggle .toogle-container > div > div:first-child {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
@media only screen and (max-width: 1200px) {
  .delivery-toggle .toogle-container {
    font-size: 12px !important;
  }
  .delivery-toggle .toogle-container > div > div:first-child {
    padding-top: 4.75px !important;
    padding-bottom: 4.75px !important;
  }
}

.orange-calculate,
.purple-calculate {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-family: Opensauceone, Verdana, sans-serif !important;
}
.orange-calculate ::-moz-placeholder, .purple-calculate ::-moz-placeholder {
  font-weight: 500 !important;
  color: #817390 !important;
}
.orange-calculate ::placeholder,
.purple-calculate ::placeholder {
  font-weight: 500 !important;
  color: #817390 !important;
}

.single-value {
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media only screen and (max-width: 1200px) {
  .single-value {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}
.single-value input {
  outline: none;
}

.calculator-page {
  border-top: none;
  border-radius: 0px 0px 1rem 1rem;
  padding: 40px 40px 30px 40px;
}
@media only screen and (max-width: 991px) {
  .calculator-title {
    font-size: 15px !important;
  }
}
.calculator-tab div {
  border: 3px solid #000;
}
@media only screen and (max-width: 991px) {
  .calculator-tab div {
    font-size: 15px !important;
  }
}
.calculator-tab .domestic-shipping {
  border-radius: 20px 40px 0px 0px;
}
.calculator-tab .international-shipping {
  border-radius: 40px 20px 0px 0px;
}
.calculator-tab .-active {
  background: linear-gradient(0deg, #fbe5d8, #fbe5d8);
  border-bottom: none;
}
.calculator-tab.-purple .-active {
  background: #e9d4ff;
  border-bottom: none;
}

.result-item {
  border-radius: 1rem;
}
.result-item > div {
  margin-bottom: 4px;
}
.result.loading {
  opacity: 0.4;
}

.custom-card {
  border-radius: 1rem 1rem 1rem 1rem;
}
.custom-card-title {
  border-radius: 1rem 1rem 0px 0px;
}
.custom-card-content {
  border-radius: 0px 0px 1rem 1rem;
  border-top: none;
}

.error-message {
  font-size: 20px;
  line-height: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 30px;
  margin: 20px 0;
  padding: 30px;
  color: red !important;
  display: block;
  background-color: #fff;
}

.background-1 {
  background-image: url(./images/background-1.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.left-footer {
  border-radius: 0px 1rem 0px 0.8rem;
  min-width: 250px;
  border-left: none;
  border-bottom: none;
  box-sizing: border-box;
}

.right-footer {
  border-radius: 1rem 0px 0.8rem 0px;
  border-right: none;
  border-bottom: none;
  min-width: 250px;
}

@media only screen and (max-width: 767px) {
  .left-footer {
    min-width: 140px;
    font-size: 14px !important;
  }
  .right-footer {
    min-width: 140px;
    font-size: 14px !important;
  }
}
.tool-tip:hover .tool-tip-content {
  visibility: visible;
  opacity: 1;
}
.tool-tip:hover .-before {
  visibility: visible;
}
.tool-tip .-before {
  width: 80px;
  height: 40px;
  position: absolute;
  top: -40px;
  left: 10px;
  visibility: hidden;
}
.tool-tip-content {
  width: 200px;
  top: 75px;
  left: 5px;
  z-index: 999;
  visibility: hidden;
  transition: 300ms;
  opacity: 0;
}
.tool-tip-content::after {
  content: "";
  position: absolute;
  top: -25px;
  left: 17px;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 26px solid #b474fc;
  transform: rotate(270deg);
  z-index: 99999;
}
.tool-tip-content.-orange::after {
  content: "";
  position: absolute;
  top: -25px;
  left: 17px;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 26px solid #ffab5e;
  transform: rotate(270deg);
  z-index: 99999;
}
.tool-tip-content::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 15px;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 28px solid;
  transform: rotate(270deg);
}

.rad-label {
  display: flex;
  align-items: center;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.3s;
}

.rad-input {
  position: absolute;
}

.rad-design {
  width: 22px;
  height: 22px;
  background: #c57bff;
  position: relative;
}

.rad-design::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: hsl(0, 0%, 90%);
  transform: scale(1.1);
  transition: 0.3s;
  border: 3px solid;
}

.rad-input:checked + .rad-design {
  border: 3px solid;
}

.rad-input:checked + .rad-design::before {
  transform: scale(0);
}

.button-loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  display: none;
  border: 1px dashed white;
  transition: 400ms all;
}
.button-loading.-active {
  display: inline-block;
  animation: spin1 2s infinite linear;
  visibility: visible;
  opacity: 1;
}

.calculate-button {
  transition: 300ms all;
  outline: none !important;
}
.calculate-button[disabled] {
  opacity: 0.6;
}

@keyframes spin1 {
  0% {
    -moz-transform: rotate(320deg);
    -webkit-transform: rotate(320deg);
    -o-transform: rotate(320deg);
    -ms-transform: rotate(320deg);
    display: block;
  }
  100% {
    -moz-transform: rotate(680deg);
    -webkit-transform: rotate(680deg);
    -o-transform: rotate(680deg);
    -ms-transform: rotate(680deg);
  }
}
.select2-selection {
  height: 38px !important;
  border: 3px solid #000 !important;
  border-radius: 7px !important;
}
.select2-selection .select2-selection__arrow {
  height: 38px !important;
}
.select2-selection .select2-selection__rendered {
  padding-top: 3px;
}/*# sourceMappingURL=style.css.map */

.select2-w100 .select2-container{
  width: 100% !important;
}