@font-face {
  font-family: 'GreatVibes';
  src: url('../fonts/GreatVibes-Regular.ttf');
}
@font-face {
  font-family: 'Sacramento';
  src: url('../fonts/Sacramento-Regular.ttf');
}
@font-face {
  font-family: 'Parisienne';
  src: url('../fonts/Parisienne-Regular.ttf');
}
@font-face {
  font-family: 'Yellowtail';
  src: url('../fonts/Yellowtail-Regular.ttf');
}
@media (max-width: 767.98px) {
  .mobile-m-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991.98px) {
  .md-justify-center {
    justify-content: center!important;
  }
  .btn-next
  {
    width: 100%;
  }
  .mb-btn-next
  {
    width: 100%;
  }
  .btn-skip
  {
    margin: 12px auto!important;
    display: table;
  }
}
#shipp_street::placeholder, #line2::placeholder
{
  color: #a9a9a9!important;
}
.copyright-apply
{
  color: #4b5563;
  font-weight: 500;
  font-size: .8rem;
  line-height: 1.25rem;
}
.dv-icon-footer
{
  border: 1px solid #5c5d5d;
  border-radius: 50%;
  padding: 10px;
  height: fit-content;
}
.icon-footer-txt
{
  font-size: .875rem;
  line-height: 1.25rem;
  color: #6b7280;
}
.font-14
{
  font-size: 14px;
}
button[data-id=currency_select], button[data-id=currency_select1], button[data-id=currency_select2]
{
  border: none !important;
  background-color: transparent !important;
  font-weight: 500;
}
button[data-id=currency_select]:focus, button[data-id=currency_select1]:focus, button[data-id=currency_select2]:focus
{
  outline: none!important;
}
.term-content {
  border-radius: 5px;
  padding: 10px 20px;
  color: #374151;
  height: 200px;
  overflow: auto;
  display: block;
  background-color: white;
  margin-top: 10px;
  font-size: .875rem;
  line-height: 1.25rem;
}
.btnPay
{
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  font-size: 1.1rem!important;
  border-radius: 7px!important;
}
.cart-sticky {
  position: sticky;
  top: 6rem;
}
.spn-coupon
{
  text-align: center;
  color: #6b7280;
}
.typed-result
{
  width: max-content;
  padding: 0 15px;
  display: none;
}
.restricted-cntr {
  border: 1px solid #4A0EFB;
  margin-top: 10px;
  padding: 10px 15px;
  border-radius: .6rem;
  background-color: #fff;
}
.restricted-title {
  font-weight: 500;
  font-size: 1rem;
}
.idp-info {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .form-box
  {
    background: rgba(243,244,246);
    padding: 2rem;
    border-radius: .375rem;
  }
}
@media (max-width: 768px) {
  .photos-example {
    background-color: whitesmoke!important;
  }
  .term-content {
    background-color: whitesmoke!important;
  }
}
.gender-lbl.active > .spn-expire
{
  color: rgba(199,209,252,1)!important;
}
#details_inputs, #shipping_inputs
{
  padding: 12px 20px;
}
.payment-method.active
{
  background-color: rgba(246, 248, 255, 1);
  border: 1px solid rgba(121, 145, 248, 1);
}
.payment-method
{
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  margin-top: 20px;
  align-items: center;
  height: 70px;
  background-color: white;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, .05);
  padding: 0 1rem;
  border: 1px solid rgba(209, 213, 219, 1);
  border-radius: 0.375rem;
  align-items: center;
  display: grid;
}
.mh-150
{
  max-height: 150px;
}
@media (max-width: 767.98px) {
  .box-idp-plan > div
  {
    background-color: rgba(243,244,246)!important;
  }
}
.rev-box
{
  background-color: white;
  border: 1px solid rgba(209,213,219,1);
  border-radius: 6px;
}
.rev-box-header
{
  padding: 15px;
  border-bottom: 1px solid rgba(209, 213, 219, 1);
}
.rev-box-content
{
/*  padding: 15px 20px;*/
}
.font-normal
{
  font-style: normal;
}
.rev-line
{
  padding: 12px 20px;
  display: flex;
}
.rev-line > h6
{
  margin: 0;
  color: rgba(107, 114, 128, 1);
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.25rem;
  flex: 1;
}
.bg-rev
{
  background-color: #f3f4f6b8;
}
.rev-line > p
{
  color: rgba(17, 24, 39, 1);
  font-size: .875rem;
  line-height: 1.25rem;
  margin: 0;
  flex: 2;
}
.box-idp-plan > div
{
  background-color: white;
  padding: 10px 0;
}
.border-l-radius-10
{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.border-r-radius-10
{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.selected-idp-type
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  padding: 3px 13px;
  border-radius: 15px;
  background: white;
  color: black;
  font-weight: 500;
  opacity: 0.9;
}
.selected-idp-color
{
  color: rgb(0 98 195);
}
.idp-recommended
{
  position: absolute;
  top: -8px;
  left: 3px;
  z-index: 5;
  background: #c8fdc8;
  padding: 2px 7px;
  border-radius: 5px;
  font-size: .8rem;
  font-weight: 500;
}
.shipping-method.active, .shipping-fast.active {
  background-color: rgba(246, 248, 255, 1);
  border: 1px solid rgba(121, 145, 248, 1);
}
.radio-w-20 {
  width: 20px;
  height: 20px;
  margin: 0;
}
.info-color
{
  color: #7991f8;
}
.txt-shipp-bold {
  font-weight: 500;
  font-size: .875rem;
  color: rgba(17, 24, 39, 1);
  line-height: 1.25rem;
}
.txt-shipp-normal
{
  font-weight: 500;
  font-size: .75rem;
  line-height: 1rem;
  color: rgba(55, 65, 81, 1);
}
.ml-auto
{
  margin-left: auto;
}
.shipping-method, .shipping-fast {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    margin-top: 20px;
    align-items: center;
    display: flex;
    background-color: white;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0px 2px 2px rgba(0, 0, 0, .05);
    padding: 0.75rem 1rem;
    border: 1px solid rgba(209, 213, 219, 1);
    border-top: none;
    border-radius: 0.375rem;
}
.box-idp-plan.active > div
{
  z-index: 1;
  border: 4px solid white;
  box-shadow: 0 0 5px 2px lightgray;
  background: linear-gradient(155deg, rgba(31, 173, 227, 1) 7%, rgba(40, 132, 235, 1) 36%, rgba(136, 31, 227, 1) 100%);
  background-color: rgb(51, 115, 220);
}
.box-idp-plan.active > div > div > h3,
.box-idp-plan.active > div > h6
{
  color: white!important;
}
.box-idp-plan.active > div > div > span
{
  color: lightgray!important;
}
.fw-600
{
  font-weight: 600!important;
}
.btnLk, .btnLk:focus, .btnLk:hover
{
  border: none!important;
  outline: none!important;
  background: transparent!important;
}
.btnLk:disabled{
  color: #0d6efd7d !important;
}
.spn-expire {
  font-size: 12px;
  font-weight: 600;
  color: rgba(107, 114, 128, 1);
}
.div-sing-typed
{
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  align-items: center;
  display: flex;
  background-color: white;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0,0,0,.05);
  padding: 0.75rem 1rem;
  border: 1px solid rgba(209,213,219,1);
  border-radius: 0.375rem;
}
.div-sing-typed.active
{
  box-shadow: 0 0 #0000,0 0 #0000,0 0 #0000,0 0 #0000,0 0 0px 1px #7991f8!important;
  background-color: rgba(246,248,255,1)!important;
  border-color: rgba(121,145,248,1)!important;
}
.inpt-radio-sign-type {
  width: 20px;
  height: 20px;
  margin: 0;
}
.btn-skip {
  color: rgba(32, 71, 244, 1);
  cursor: pointer;
  font-weight: 500;
  font-size: 1rem;
  margin-left: 20px;
}
.p-sing-typed
{
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  flex: 1;
  margin: 0;
}
.img-selfie {
  object-fit: cover;
  padding: 0;
  position: absolute;
}
.upload-image
{
  border: 2px dashed #ccc;
  border-radius: 6px;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 120px;
}
.upload-image-content
{
  display: grid;
  gap: 15px;
}
.mb-stepper
{
  background-color: rgba(243, 244, 246, 1);
  display: flex;
  padding: .5rem .75rem;
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}
.w-60
{
  width: 60%;
}
.w-40
{
  width: 40%;
}
.mr-2
{
  margin-right: .5rem;
}
.mr-4
{
  margin-right: 1rem;
}
.svg-stepper
{
  display: flex;
  align-items: center;
  margin-left: auto;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.nbr-stepper
{
  font-size: .75rem;
  line-height: 1rem;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  color: rgba(55, 65, 81, 1);
  font-weight: 500;
}
.mt-100
{
  margin-top: 100px;
}
.select-countries > button
{
  background: white !important;
  border: 1px solid #ced4da !important;
/*  padding-top: .6rem;*/
}
.email-msg
{
  color: #6b7280 !important;
  font-size: 14px !important;
}
.btn-next
{
  padding: 10px 25px;
}
.mb-btn-next
{
  padding: 10px 25px;
}
.gender-radio
{
  display: none;
}
.inputs-p
{
  padding: .6rem!important;
}
.spn-back
{
  color: #9ca3af;
  cursor: pointer;
  padding: .2rem;
  align-items: center;
  display: flex;
  justify-content: center;
}
.spn-back:hover, .spn-back:focus
{
  color: white;
  background-color: #abadb1;
  cursor: pointer;
  border-radius: 50%;
  padding: .2rem;
  align-items: center;
  display: flex;
  justify-content: center;
}
.clear-canvas {
  cursor: pointer;
  align-items: center;
  font-weight: 500;
  color: #ef4444;
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
.canvas-draw
{
  border: 2px dashed #ccc;
  background-color: white;
  border-radius: 10px;
  height: 100%;
  width: 100%;
}
.canvas-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
  width: 100%;
}
.mdlClose
{
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
.mdl-ttl {
  font-size: 1.5rem;
  font-weight: 600;
  color: rgba(11, 25, 85, 1);
  margin: 15px 0;
}
.md-close {
  padding: 15px calc(var(--bs-gutter-x)* .5);
}
.dv-driv-types {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  align-items: center;
  display: flex;
  background-color: white;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, .05);
  padding: 0.75rem 1rem;
  border: 1px solid rgba(209, 213, 219, 1);
  border-radius: 0.375rem;
}
.dv-driv-types.active {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 0px 1px #7991f8 !important;
    background-color: rgba(246, 248, 255, 1) !important;
    border-color: rgba(121, 145, 248, 1) !important;
}
.check-type {
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
}
.drivType {
  margin-left: 10px;
  color: rgba(32, 71, 244, 1);
  background-color: rgba(233, 237, 254, 1);
  border-radius: 0.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
}
.drivText {
  font-size: 14px;
  font-weight: 600;
  text-align: start;
  margin-bottom: 0;
  margin-left: 10px;
  flex: 1;
}
.height-border-r
{
  border-top-right-radius: 0!important;
  border-bottom-right-radius: 0!important;
}
.height-border-l
{
  border-top-left-radius: 0!important;
  border-bottom-left-radius: 0!important;
}
.gender-lbl
{
  background-color: #fff;
  color: #374151;
  font-size: 14px;
  padding: .56rem;
  border-radius: .35rem;
}
.inpt-upload-file
{
  width: 80%;
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: auto;
}
.photos-example
{
  background-color: white;
  padding: .5rem;
  border-radius: .5rem;
}
.txt-example
{
  width: max-content;
  position: absolute;
  z-index: 1000;
  margin: 0;
  background: whitesmoke;
  padding: 0.25rem 0.75rem;
  border-radius: 100px;
  font-weight: 500;
  font-size: .875rem;
}
.img-example
{
  height: 170px;
  width: auto;
  margin: auto;
  border-radius: 15px;
  padding: 10px;
  display: table;
}
.dropdown-toggle {
  background-color: #fff !important;
  border: 1px solid #d1d5db !important;
  padding: .5rem!important;
  border-radius: .35rem;
}
.box-detail
{
  background: #f6f8ff;
  padding: 1.25rem;
  border-radius: 6px;
}
.p-info
{
  color: #1a39c3;
  line-height: 20px;
  font-size: 14px;
  margin: 0;
  width: 100%;
}
.fz-14
{
  font-size: 14px;
}
.fs-1-1
{
  font-size: 1.1rem;
}
.cart-li-title
{
  font-size: .875rem;
  line-height: 1.25rem;
}
.cart-li-desc
{
  font-size: .875rem;
  line-height: 1.25rem;
  color: #4b5563;
}
.fw-500
{
  font-weight: 500!important;
}
.bs-stepper:not(.wizard-icons) .bs-stepper-header .line {
  border-color: #d1d3ff;
}
.bs-stepper:not(.wizard-icons) .bs-stepper-header .line:before {
  background-color: #d1d3ff;
}
.bs-stepper.wizard-icons .step.crossed .bs-stepper-label, .bs-stepper.wizard-icons .step.active .bs-stepper-label {
  color: #666cff;
}
.bs-stepper .step.active .bs-stepper-circle {
  background-color: transparent;
  border: 3px solid #666cff;
  color: #666cff;
}
.bs-stepper .step.active .bs-stepper-icon i {
  color: #666cff !important;
}
.bs-stepper .step.active .bs-stepper-icon svg {
  fill: #666cff !important;
}
.bs-stepper .step.crossed .step-trigger .bs-stepper-circle {
  background-color: #666cff !important;
  color: #fff !important;
  border-color: #666cff !important;
}
.bs-stepper .step.crossed .step-trigger .bs-stepper-circle i {
  visibility: visible;
}
.bs-stepper .step.crossed .step-trigger .bs-stepper-icon svg {
  fill: #666cff !important;
}
.bs-stepper .step.crossed .step-trigger .bs-stepper-icon i {
  color: #666cff !important;
}
.bs-stepper .step.crossed + .line {
  border-color: #666cff;
}
.bs-stepper .step.crossed + .line svg {
  fill: #666cff;
}
.bs-stepper .step.crossed + .line i {
  color: #666cff;
}
.bs-stepper .step.crossed + .line:before {
  background-color: #666cff;
}
