.checkoutcontainer {
  max-width: 1920px;
  margin: 0px auto;
  padding: 20px 34px 34px 34px;
  display: flex;
  gap: 40px;
}

.checkoutcontainer .cart-main-action {
  display: none !important;
}

.checkoutcontainer .checkoutheading {
  font-size: 24px;
  color: var(--pri);

  margin-bottom: 23px;
  font-weight: 600;
}

.checkoutcontainer .rightchecklog {
  width: 372px;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  margin-bottom: 20px;
}

.leftchecklog {
  flex: 1;
}

.checkoutcontainer .rightchecklog .price-block-sidebar {
  width: 100%;
  padding: 20px;
  background: var(--grayf2);
  border-radius: 16px;
}

.loginchksteps .v-stepper {
  box-shadow: none !important;
}

.loginchksteps .stepsinherit {
  border: 1px solid var(--inputgrayborder);
  margin-top: 18px;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  transition: all 1s;
}

/*stepper css*/
.stepsinherit .toploginheading.v-stepper__step--active {
  background: var(--pri);
  width: 100%;
}

.loginchksteps .stepsinherit .toploginheading {
  background: var(--white);
  padding: 15px 80px 15px 50px;
  color: var(--pri);
  position: relative;
  display: flex;
  align-items: center;
}

.stepsinherit .toploginheading.v-stepper__step--active .v-stepper__label {
  color: #fff;
}

.stepsinherit .innerstepcontent {
  margin: 0px !important;
  padding: 0px;
}

.stepsinherit .innerstepcontent .button-block button.btnstyle.big.continuebtn {
  background: var(--pri);
}

img.activetick {
  display: none;
}

.stepsinherit .toploginheading.v-stepper__step--complete img.activetick {
  display: inline-block;
}

.stepsinherit .toploginheading span i {
  color: #7a7a7a !important;
  font-size: 14px !important;
}

.checkoutcontainer .leftchecklog .v-stepper__label {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;

  margin-bottom: 0px;
  font-weight: 600;
  color: #343434;
  letter-spacing: normal;
  flex: 1;
  text-shadow: none;
}

.checkoutcontainer .leftchecklog .v-stepper__label strong {
  font-weight: 600;
  font-size: 11px;
}

.stepsinherit .toploginheading.v-stepper__step--active {
  background: var(--pri);
  width: 100%;
}

.leftchecklog .loginchksteps .stepsinherit .toploginheading span {
  background: #dddddd !important;
  color: #000;
  width: 22px;
  height: 22px;
  border-radius: 50px;
  text-align: center;
  margin-right: 10px;
  font-size: 13px;
  position: absolute;
  left: 15px;
  top: 11px;
  min-width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  font-weight: 600;
}

.loginchksteps .stepsinherit .toploginheading .changefields {
  position: absolute;
  right: 11px;
  top: 8px;
  font-size: 13px;
  color: #000000;
  border: 1px solid #000000;
  height: 29px;
  border-radius: 6px;
  min-width: 92px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  cursor: pointer;
  text-transform: capitalize;

  padding: 0 10px;
  text-align: center;
}

.loginchksteps
  .stepsinherit
  .toploginheading.v-stepper__step--active
  .changefields {
  color: var(--white);
  border: 1px solid var(--white);
  width: auto;
  padding: 0 15px;
}

.leftchecklog .v-stepper__label h5 {
  margin: 0;
  font-size: inherit;
  font-weight: 600;
}

.stepsinherit .innerstepcontent .inner_innerstepcontent {
  padding: 20px;
  width: 100%;
  display: inline-block;
}

.stepsinherit .innerstepcontent .button-block button {
  min-width: 320px;
  text-transform: uppercase;
  position: relative;
  height: 55px;
  background: var(--sec);
  border-radius: 10px !important;
}

.login-block-checkout .login-mat-form {
  display: flex;
  gap: 18px;
}

.login-block-checkout .login-mat-form .button-block {
  width: auto;
  padding: 0;
}

.login-block-checkout .login-mat-form .button-block button.btnstyle {
  width: auto;
}

.login-block-checkout .login-mat-form .v-text-field__details,
.stepsinherit .v-text-field__details {
  display: none;
}

.login-block-checkout .login-mat-form .sign-up-row {
  width: 70%;
  max-width: 550px;
}
.login-block-checkout .login-mat-form .v-input__slot {
  margin: 0;
}

.loginchksteps .v-text-field--outlined.v-input--has-state fieldset,
.loginchksteps .v-text-field--outlined.v-input--is-focused fieldset {
  border-width: 1px;
}

.sign-up-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.sign-up-row .sign-up-col {
  flex: 1 0 30%;
}

.sign-up-col .vue-tel-input {
  height: 56px;
  margin-bottom: 0;
  border-color: rgba(0, 0, 0, 0.38);
  border-radius: 10px;
}

.vti__dropdown:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  width: 1px;
  background: rgba(0, 0, 0, 0.38);
}

.vue-tel-input ul.vti__dropdown-list.below {
  left: -1px;
  top: 100%;
  padding: 0;
}

.vue-tel-input ul.vti__dropdown-list .vti__search_box {
  width: calc(100% - 20px);
  margin: 10px 10px;
  font-size: 14px;
  height: 40px;
}

.vue-tel-input ul.vti__dropdown-list li.vti__dropdown-item {
  width: 100%;
  font-weight: 400;
  padding: 8px 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.vue-tel-input ul.vti__dropdown-list li.vti__dropdown-item strong {
  font-weight: 600;
}

.vti__dropdown-item .vti__flag {
  display: block;
}

.label-number {
  position: absolute;
  left: 9px;
  top: -8px;
  margin: 0;
  background-color: #fff;
  padding: 1px 5px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  z-index: 1;
}

.rel {
  position: relative;
}

.error-field .vue-tel-input {
  border-color: red !important;
}

.vue-tel-input:focus-within {
  box-shadow: none !important;
  border-color: var(--sec) !important;
}

.vue-tel-input .vti__selection {
  font-size: 14px;
}

.inner_innerstepcontent .button-block {
  padding-top: 18px;
}

.v-text-field .v-input__control,
.v-text-field .v-input__slot,
.v-text-field fieldset,
.vue-tel-input {
  border-radius: 10px;
}

.traveller-form-block {
  width: 100%;
}

.traveller-form-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}

.traveller-form-block h3 {
  width: 100%;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.loginchksteps .v-application--is-ltr .v-text-field .v-label {
  font-weight: 500;
}

.theme--light.v-stepper .v-stepper__step--editable:hover .v-stepper__label {
  text-shadow: none !important;
}

.steppeHeadingContent {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.steppeHeadingContent .icon-check {
  color: var(--sec);
  font-size: 16px;
  font-weight: 400;
  position: relative;
  top: 2px;
  margin-left: 6px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-height: 12px;
}

.v-text-field input,
.vti__input {
  font-weight: 500;
}

.vti__input {
  border-radius: 0 10px 10px 0 !important;
}

.checkbox-block span {
  padding-top: 2px;
}

.checkoutcontainer .termandconditionOuter h2,
.checkoutcontainer .termandconditionOuter h3,
.checkoutcontainer .termandconditionOuter h4 {
  font-weight: 600;
}

.price-block-sidebar h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
}

.mob-show {
  display: none;
}

.total-price-mob {
  display: none;
}
.custom-tc-error {
  padding-left: 30px;
  color: red;
  font-weight: 500;
  font-size: 13px;
}

.traveller-form-block.other-guests ul {
  padding: 0;
}
.loginchksteps .other-adault-guests {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  width: 100%;
}
.loginchksteps .traveller-info {
  padding: 0;
}
.loginchksteps .other-adault-guests ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.loginchksteps .other-adault-guests ul li {
  flex: 1;
}

.vue-tel-input .vti__dropdown:hover,
.vue-tel-input .vti__dropdown.disabled,
.vue-tel-input .vti__dropdown.open {
  background-color: transparent;
}

.term-and-condition-row .button-block {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
.term-and-condition-row .button-block button.secondary-btn {
  background-color: #222222;
}

.term-and-condition-row .button-block button.v-btn {
  width: auto;
  min-width: 550px;
}

.stepsinherit .error-show .v-text-field__details {
  display: flex;
  padding: 0;
}

.sign-up-row .sign-up-col.flex-full {
  flex: 0 0 100%;
}

.sign-up-col.error-show.error-after .v-text-field__details {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
}

@media only screen and (min-width: 990px) {
  .checkoutcontainer .rightchecklog {
    margin-top: 50px;
    position: sticky;
    top: 100px;
    align-self: flex-start;
  }
}

@media screen and (max-width: 1500px) {
  .checkoutcontainer {
    padding: 20px;
  }
  .v-label {
    font-size: 14px;
  }
}

@media screen and (max-width: 1400px) {
  .loginchksteps .other-adault-guests {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

@media screen and (max-width: 1250px) {
  .checkoutcontainer {
    flex-wrap: wrap;
  }
  .checkoutcontainer .rightchecklog {
    width: 100%;
    position: inherit;
    margin-top: 0;
  }
  .checkoutcontainer {
    gap: 0;
  }
}

@media screen and (max-width: 1100px) {
  .sign-up-row .sign-up-col {
    flex: 1 0 40%;
  }

  .traveller-form-block h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .checkoutcontainer {
    flex-direction: column;
  }

  .loginchksteps .v-stepper--vertical {
    padding-bottom: 0;
  }

  .checkoutcontainer {
    gap: 20px;
  }

  .loginchksteps .stepsinherit {
    margin-top: 15px;
  }

  .checkoutcontainer .rightchecklog {
    width: 100%;
    position: sticky;
    bottom: 10px;
    background-color: #000;
    z-index: 99;
    color: #fff;
    border-radius: 20px;
    min-height: 50px;
    left: 0;
    max-width: 100%;
    margin: 0 auto;
    right: 0;
    overflow: hidden;
  }

  .checkoutcontainer .checkoutheading {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .total-price-mob {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    padding-right: 70px;
    position: relative;
  }

  .checkoutcontainer .rightchecklog .price-block-sidebar {
    background-color: #000;
    border-radius: 0;
    border-bottom: 1px solid #ffffff54;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    transition: all 0.4s ease;
    overflow: hidden;
  }
  .checkoutcontainer .rightchecklog.show .price-block-sidebar {
    max-height: 80vh;
    opacity: 1;
    visibility: visible;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .checkoutcontainer .price-header-block {
    color: #ffffff;
  }
  .total-price-mob .price-item {
    flex-direction: column;
    display: inline-flex;
    margin-right: 40px;
  }

  .total-price-mob .price-item span {
    color: #ffffff;
    font-size: 10px;
    font-weight: 500;
    opacity: 0.6;
  }

  .total-price-mob .price-item span.value {
    font-size: 18px;
    opacity: 1;
    font-weight: 600;
  }

  .view-more-price {
    border-radius: 54px;
    background: #2e2e2e;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    position: absolute;
    right: 15px;
    bottom: 12px;
  }

  .view-more-price:before {
    content: '';
    position: absolute;
    right: -1px;
    top: 15px;
    width: 10px;
    height: 10px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    color: #fff;
    transform: rotate(135deg);
    left: 0;
    margin: auto;
  }
  .checkoutcontainer .rightchecklog.show .view-more-price:before {
    transform: rotate(-45deg);
    top: 11px;
  }
}

@media screen and (max-width: 767px) {
  .loginchksteps .stepsinherit .toploginheading {
    padding: 8px 132px 8px 40px;
    display: flex;
    min-height: 44px;
  }

  .leftchecklog .loginchksteps .stepsinherit .toploginheading span {
    left: 10px;
  }

  .checkoutcontainer .leftchecklog .v-stepper__label {
    font-size: 12px;
  }

  .mob-hide {
    display: none !important;
  }

  .mob-show {
    display: inline-block;
  }

  .guest-block-mob.mob-show {
    width: 100%;
    padding-top: 16px;
  }

  .devider {
    height: 30px;
    position: relative;
    z-index: 2;
    text-align: center;
  }

  .devider:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    height: 1px;
    background: #d5d5d5;
    width: 100%;
    z-index: -1;
  }

  .guest-block-mob span {
    background-color: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 4px;
    color: #7f7f7f;
    font-weight: 500;
  }

  .guest-block-mob .guest-login {
    font-size: 13px;
    color: #000000;
    border: 1px solid #000000;
    height: 40px;
    border-radius: 6px;
    min-width: 92px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    cursor: pointer;
    text-transform: capitalize;

    padding: 0 10px;
    text-align: center;
  }

  .inner_innerstepcontent .button-block button.btnstyle {
    width: 100%;
    min-width: 100%;
  }

  .steppeHeadingContent {
    flex-wrap: wrap;
  }

  .steppeHeadingContent .icon-check {
    font-size: 14px;
  }

  .checkoutcontainer .leftchecklog .v-stepper__label strong {
    font-size: 9px;
    margin-top: 3px;
    max-width: calc(100% - 50px);
  }

  .loginchksteps .v-text-field--outlined > .v-input__control > .v-input__slot {
    min-height: 46px;
  }

  .loginchksteps .v-label {
    font-size: 13px;
    top: 11px;
  }

  .loginchksteps .same-as-check .v-label {
    top: 0;
  }

  .v-text-field--outlined .v-label--active {
    transform: translateY(-19px) scale(0.75);
  }

  .stepsinherit .innerstepcontent .button-block button {
    height: 48px;
    font-size: 12px;
  }

  .sign-up-col .vue-tel-input {
    height: 46px;
    margin-bottom: 10px;
  }

  .vti__dropdown:before {
    height: 20px;
  }

  .traveller-form-block {
    row-gap: 8px;
  }

  .sign-up-col.error-show.error-after .v-text-field__details {
    position: inherit;
    display: none;
  }

  .sign-up-col.error-show.error-after .error--text .v-text-field__details {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .sign-up-row .sign-up-col {
    flex: 1 0 100%;
  }

  .loginchksteps .stepsinherit .toploginheading .changefields {
    min-width: 68px;
    font-size: 10px;
  }

  .price-block-cart .price-wrap p {
    font-size: 11px;
  }

  .v-text-field input,
  .vti__input {
    font-size: 14px;
  }

  .stepsinherit .innerstepcontent .inner_innerstepcontent {
    padding: 12px;
  }

  .sign-up-row {
    gap: 8px;
  }

  .loginchksteps .same-as-check .v-label {
    top: 0;
    font-size: 11px;
  }

  .loginchksteps .same-as-check .v-input--selection-controls__input {
    margin-right: 3px;
  }

  .same-as-check {
    right: 14px;
  }

  .traveller-form-block h3 {
    font-size: 14px;
  }
  .loginchksteps .other-adault-guests {
    grid-template-columns: 1fr;
  }
  .loginchksteps .other-adault-guests ul li {
    flex: 1 0 45%;
  }
  .checkbox-block span {
    font-size: 14px;
  }
}

@media screen and (max-width: 360px) {
  .loginchksteps .stepsinherit .toploginheading {
    padding-right: 100px;
  }
}
