/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.line-12 {
  line-height: 12px !important;
}

.line-14 {
  line-height: 14px !important;
}

.line-18 {
  line-height: 18px !important;
}

.separator-30 {
  border-top: 1px solid #E8E9ED;
  margin: 30px 0px !important;
}

.separator-20 {
  border-top: 1px solid #E8E9ED;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.separator-10 {
  border-top: 1px solid #E8E9ED;
  margin-top: 10px;
  margin-bottom: 10px;
}

.separator-16 {
  border-top: 1px solid #E8E9ED;
  margin: 16px 0px !important;
}

.separator-6 {
  border-top: 1px solid #E8E9ED;
  margin: 6px 0px !important;
}

.jheader {
  font-weight: 600;
  color: #1C2647;
  font-family: Sora;
  margin-top: 0px;
  margin-bottom: 20px;
}

.check-out-product-detail > div:nth-child(2),
.check-out-product-detail > div:nth-child(3) {
  display: flex;
}

.check-out-product-detail > div:nth-child(2) img {
  width: 130px;
  border-radius: 12px;
  margin-right: 20px;
  display: inline-flex;
}

.check-out-product-detail > div:nth-child(2) label {
  font-family: Sora;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #1C2647;
  display: inline-flex;
  margin: auto 0px;
}

.check-out-product-detail > div:nth-child(3) {
  align-items: center;
  padding-left: 40px;
}

.check-out-product-detail > div:nth-child(3) > div {
  display: inline-block;
  padding: 0px 40px;
  margin: auto 0px;
  text-align: left;
}

.check-out-product-detail > div:nth-child(3) > div > span {
  font-family: Sora;
  font-size: 12px;
  font-weight: 600;
  line-height: 27px;
  color: #777D91;
  margin-bottom: 6px;
}

.check-out-product-detail > div:nth-child(3) > div > label {
  font-family: Sora;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 26px;
  color: #3D4C78;
}

.form-floating input,
.form-floating select {
  border-radius: 12px;
  color: #1C2647;
}

.check-out-pay h4 div {
  float: right;
}

.check-out-pay h4 div img {
  margin-right: 10px;
}

.check-out-pay .btn-custom {
  width: fit-content !important;
  display: inline-block;
  margin: 0px 10px 0px 0px;
  height: 48px;
  padding-top: 13px;
  font-weight: 400;
}

.check-out-policy p {
  font-family: Circular Std;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #777D91;
}

.check-out-footer .btn-custom {
  margin: 0px;
  height: 48px;
  padding-top: 15px;
  font-weight: 400;
}

.check-out-footer > div {
  display: flex;
}

.check-out-footer .house-rules {
  font-family: Circular Std;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #4D6192;
  margin: auto 0px;
  text-decoration: underline;
  text-align: center;
  width: 100%;
}

.check-out-card > div {
  font-family: Circular Std;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #2D3960;
  margin-bottom: 10px;
}

.check-out-card > div:nth-child(2) > span {
  color: #439456;
}

.check-out-card > div:last-child {
  margin: 0px;
}

.check-out-card > div > span {
  float: right;
  color: #1C2647;
}

.green-floating-input input,
.green-floating-input input:focus {
  border-color: #4FA45C;
}

.green-floating-input label {
  color: #4FA45C;
}

.jsticky-top {
  transition: 300ms ease;
}

.jp {
  font-family: Circular Std;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #3D4C78;
}

.width-100 {
  width: 100%;
}

.small-product-detail {
  display: flex;
}

.small-product-detail img {
  border-radius: 12px;
  width: 100px;
  display: inline-block;
  margin-right: 12px;
}

.small-product-detail div {
  display: inline-block;
}

.small-product-detail label:nth-child(1) {
  font-family: Sora;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 22px;
  color: #30475E;
  display: block;
  margin-bottom: 8px;
}

.small-product-detail label:nth-child(2) {
  font-family: Sora;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 20px;
  display: block;
  color: #596C7E;
}

.check-out-success {
  margin-top: 60px;
  position: relative;
  z-index: 3;
}

.check-out-success + div {
  position: absolute;
  top: 0px;
  width: 120px;
  height: 120px;
  left: calc(50% - 60px);
  background-color: #EAFAF2;
  border-radius: 50%;
  z-index: 0;
}

.check-out-success + div + div {
  position: absolute;
  top: 36px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #4FA45C;
  font-size: 24px;
  padding: 6px 12px 0px 12px;
  color: white;
  z-index: 5;
  left: calc(50% - 24px);
}

.check-out-warning + div {
  background-color: #FFEFEE;
}

.check-out-warning + div + div {
  background-color: #FF5C58;
}

.check-out-warning > div:not(:first-child),
.check-out-warning > div:not(:first-child) > span {
  text-decoration: line-through;
}

.jlabel {
  font-family: Circular Std;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #777D91;
  display: inline-block;
}

.carbin-check-out-container .trip-detail h5 {
  display: block;
}

.float-right {
  float: right;
}

.btn-white {
  background-color: white;
  color: #1C2647;
  font-family: Sora;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  border: 1px solid #E8E9ED;
}

.no-border-card {
  padding: 0px;
  border: none;
  height: fit-content;
  margin: 0px;
}

.color-green {
  color: #439456 !important;
}

.profile-menu-card {
  border-radius: 24px;
  margin-bottom: 24px;
  padding: 20px;
}

.profile-menu-card.gray,
.badge.gray {
  background-color: #E8E9ED !important;
}

.profile-menu-card.gray > span,
.badge.gray {
  color: #777D91;
}

.profile-menu-card.yellow,
.badge.yellow {
  background-color: #FEFBEC !important;
}

.profile-menu-card.yellow > span,
.badge.yellow {
  color: #F9D340;
}

.profile-menu-card.green,
.badge.green {
  background-color: #EAFAF2 !important;
}

.profile-menu-card.green > span,
.badge.green {
  color: #76BB70;
}

.profile-menu-card.red,
.badge.red {
  background-color: #FFEFEE !important;
}

.profile-menu-card.red > span,
.badge.red {
  color: #FF5C58;
}

.profile-menu-card.blue,
.badge.blue {
  background-color: rgba(108, 170, 216, 0.1) !important;
}

.profile-menu-card.blue > span,
.badge.blue {
  color: #6CAAD8;
}

.profile-menu-card > span {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 20px;
  display: block;
}

.profile-menu-card > p {
  color: #777D91;
}

.profile-sider-bar {
  border-radius: 24px;
  border: 1px solid #E8E9ED;
  padding: 20px 0px;
  margin-bottom: 50px;
}

.profile-photo-div div {
  display: flex;
}

.profile-photo-div div div {
  display: inline-flex;
  width: 34%;
  font-size: 22px;
  line-height: 22px;
}

.profile-photo-div div div i {
  margin: auto;
}

.profile-photo-div div div img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin: 0px auto;
}

.profile-sider-bar .profile-link {
  font-family: Circular Std;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #777D91;
  display: flex;
  margin-bottom: 18px;
  padding: 0px 20px;
}

.profile-sider-bar .profile-link i {
  font-size: 24px;
  margin-right: 13px;
}

.profile-sider-bar .profile-link .badge {
  font-family: Circular Std;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  padding: 4px 6px;
  margin-left: auto;
}

.profile-link.active {
  color: #4FA45C;
  border-left: 3px solid #4FA45C;
}

.personal-data > div:first-child {
  display: flex;
  align-items: center;
}

.personal-data > div:first-child * {
  display: inline-flex;
  margin-bottom: 0px;
  align-items: center;
}

.personal-data > div:first-child h3 {
  width: 170px;
  margin-right: 16px;
}

.personal-data > div:first-child label {
  font-weight: 400;
}

.personal-data > div:first-child button {
  margin-left: auto;
}

.personal-data.disabled * {
  opacity: 0.6 !important;
}

.personal-data button {
  width: fit-content !important;
  padding: 10px;
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
}

.personal-data p {
  color: #777D91;
}

.personal-data select {
  background-color: white;
}

.profile-orders-container .check-out-product-detail > div:nth-child(3) {
  padding: 0px 10px;
}

.profile-orders-container .check-out-product-detail > div:nth-child(2) > img {
  width: 100px;
  height: 100px;
}

.profile-orders-container .check-out-product-detail > div:nth-child(3) > div {
  width: 50%;
  padding: 0px;
}

.order-row {
  padding: 0px 10px;
}

.order-header {
  height: 60px;
  background-color: #E8E9ED;
  border-radius: 12px;
  padding: 12px 0px;
}

.order-header .jheader {
  line-height: 14px;
}

.order-header .jlabel {
  line-height: 12px;
  font-family: Sora;
  margin: 0px;
}

.order-header .jlabel.blue {
  color: #6CAAD8;
}

.order-header .jlabel.green {
  color: #4FA45C;
}

.order-header .jlabel.red {
  color: #FF5C58;
}

.input-card .jlabel {
  line-height: 14px;
}

.input-card .jheader {
  line-height: 16px;
}

.label-and-image {
  display: flex;
}

.label-and-image > * {
  display: inline-flex;
  align-items: center;
}

.label-and-image img {
  height: 10px;
  margin-left: 6px;
}

.one-notification {
  display: flex;
}

.one-notification > div .jheader,
.one-notification > div .jlabel {
  display: block;
  font-weight: 400;
}

.one-notification > div:first-child > div {
  background-color: #EAFAF2;
  border-radius: 8px;
  margin-right: 20px;
  width: 48px;
  height: 48px;
  padding: 10px 15px 10px 15px;
}

.one-notification > div:nth-child(2) {
  margin-right: 30px;
}

.one-notification > div:last-child {
  margin-left: auto;
}

.one-notification > div:last-child > a {
  font-size: 20px;
  color: #777D91;
}

.one-notification > div:first-child > div img {
  width: 18px;
  height: 18px;
}

.booking-history-detail > div:nth-child(2) > label {
  display: block;
}

.booking-history-detail > div:nth-child(2) > label > i {
  color: #4FA45C;
  font-size: 18px;
}

.booking-history-detail > div:nth-child(2) > label > label {
  color: #596C7E;
  font-size: 12px !important;
  vertical-align: 4px;
}

.mobile-display,
.mobile-display-block {
  display: none !important;
}

.react-multi-carousel-item {
  padding: 0px 10px !important;
}

.cabin-item h4 {
  min-height: 84px !important;
}

.react-multiple-carousel__arrow {
  top: calc(50% - 20px) !important;
  opacity: 0.5 !important;
}

.react-multiple-carousel__arrow:hover {
  opacity: 1 !important;
}

.donate-total-price {
  font-weight: 600 !important;
  font-family: Sora !important;
}

.pagination-button {
  text-align: center !important;
}

.notification-list .nav-link {
  color: #212529;
}

#navigation > .list-inline  {
  display: flex;
  align-items: center;
}

.product-image {
  height: 200px !important;
  background-size: cover;
  background-position: center;
}

.option-div {
  display: block;
}

.option-div .jlabel {
  display: block;
}

.option-button {
  width: 36px;
  height: 36px !important;
  border: none;
  padding: 0px;
  text-align: center;
  border-radius: 5px;
  margin-right: 15px;
  margin-bottom: 15px;
  outline: 1px solid #dddddd !important;
  outline-offset: 2px;
  display: inline-block !important;
  transform-origin: center;
}

.option-button:hover,
.option-button.active {
  outline: 2px solid #555555 !important;
}

.option-button.active {
  transform: scale(0.8);
}

.option-button.active::after {
  content: "✓";
  color: #555555;
  position: relative;
  font-size: 20px;
  line-height: 36px;
}

body {
  margin-right: 0px !important;
}

.newsroom-detail img {
  width: 100%;
}

.wrapper {
  min-height: calc(117.647vh - 492px);
}

#SRLLightbox,
.SRLStage,
.SRLContainer {
  width: 100% !important;
  height: 117.647vh !important;
}

.notification-container {
  bottom: 20px !important;
  top: inherit !important;
}

.gallery-div {
  width: calc(100%);
  height: calc(100%);
  position: fixed;
  background-color: white;
  z-index: 2001;
  left: 0px;
  top: 0px;
  padding: 100px 30% 20px;
  overflow: auto;
  overflow-y: unset;
}

.react-images__blanket,
.react-images__positioner {
  z-index: 3000 !important;
}

.share-link,
.save-link {
  cursor: pointer;
}

.react-images__footer__count {
  font-size: 20px !important;
}

.gallery-header {
  height: 80px;
  display: flex;
  align-items: center;
  padding: 30px;
  position: fixed;
  border-bottom: 1px solid #aaaaaa;
  left: 0px;
  top: 0px;
  width: calc(100% - 7px);
  background-color: white;
}

.gallery-header > button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-color: #777777;
  font-size: 30px;
  color: #777777;
}

.gallery-header > div {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.gallery-header > div > div {
  display: flex;
  align-items: center;
  margin-left: 20px;
  font-size: 20px;
  font-weight: bold;
}

.gallery-header > div > div > i {
  margin-right: 5px;
}

.cabin-image-section > div > div:first-child {
  height: 500px;
  background-size: cover;
  border-radius: 24px;
}

.cabin-image-section > div > div.image-detail > div {
  height: 245px;
  background-size: cover;
  border-radius: 24px;
}

.cabin-image-section > div > div.image-detail > div:first-child {
  margin-bottom: 10px;
  border-bottom-right-radius: 0px !important;
}

.cabin-image-section > div > div.image-detail > div:nth-child(2) {
  border-top-right-radius: 0px !important;
}

.jsearch-input {
  height: 50px;
  width: calc(100% - 70px);
  margin-right: 10px;
}

.jsearch-input > input {
  padding: 18px 18px 18px 40px;
  height: 50px;
  color: #596C7E;
  font-size: 16px;
  font-family: Sora;
  line-height: 20px;
  border-radius: 12px;
  border: 1px solid #dddddd;
  /* box-shadow: 0px 0px 20px 10px #dddddd !important; */
}

.jsearch-input > i {
  font-size: 25px;
  color: #596C7E;
  position: relative;
  top: -44px;
  left: 10px;
}

.mobile-filter-div {
  padding: 0px 0px 20px 0px;
  width: 100%;
}

.filter-button {
  width: 60px;
  height: 50px;
  padding: 0px;
  text-align: center;
  font-size: 25px;
  line-height: 50px;
  color: #596C7E;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  /* box-shadow: 0px 0px 2px 1px #cccccc !important; */
}

input {
  cursor: pointer !important;
}

a {
  cursor: pointer !important;
}

.react-datepicker__current-month {
  position: relative;
  top: 30px;
}

.react-datepicker__day-names {
  position: relative;
  top: -30px;
}

.react-datepicker-popper * {
  font-family: Sora !important;
}

.react-datepicker__day--selected,
.react-datepicker__day--keyboard-selected {
  font-weight: bolder;
  background-color: #ddd !important;
}

.react-datepicker__header {
  background-color: #fff !important;
  border-bottom: none !important;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-bottom-color: #fff !important;
}

.react-datepicker__day-name {
  font-family: Circular Std !important;
  color: #777D91 !important;
}

.react-datepicker__day--disabled {
  text-decoration-line: line-through;
  color: #BBBEC8 !important;
}

.react-datepicker__current-month,
.react-datepicker__day:not(.react-datepicker__day--disabled) {
  color: #1C2647 !important;
}

.react-datepicker__navigation {
  top: 34px !important;
}

.react-datepicker__navigation-icon::before {
  border-color: #1C2647 !important;
}

.react-datepicker__navigation--previous--disabled .react-datepicker__navigation-icon::before {
  border-color: #aaaaaa !important;
}

.main-search-container > .card > div > div:first-child > div:nth-child(3) * {
  cursor: pointer;
}

label[for="image"] {
  cursor: pointer;
}

.product-detail-image img {
  border-radius: 24px;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: 100%;
  margin: auto;
}

.product-detail-image {
  height: 500px;
  display: flex;
}

.guests-div {
  border: 0.5px solid #eeeeee;
  width: 330px;
  border-radius: 12px;
  position: absolute;
  background-color: white;
  transform: translate(-67px, 10px);
  z-index: 3000;
  padding-bottom: 10px;
}

.one-guest-control {
  /* border-top: 1px solid #aaaaaa; */
}

.one-guest-control > div:first-child {
  width: 60%;
}

.one-guest-control > div:last-child {
  width: 40%;
  display: flex;
  align-items: center;
  padding: 0px 5px;
}

.one-guest-control > div:last-child > h3 {
  margin: 0px auto;
}

.one-guest-control {
  padding: 10px 20px 8px;
  display: flex;
  align-items: center;
}

.guest-control {
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #aaa;
  padding: 7px 0px;
}

.cabin-image-section > div > div:first-child {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.cabin-image-section > div > div:last-child > div {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.cabin-item > div:first-child {
  height: 160px;
  background-size: cover;
  border-radius: 24px;
  background-position: center;
}

.loading {
  /* By default they are stacked on top of each other, change the display flex */
  display: flex;
  margin-bottom: 20px;
}

.loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.circle {
  margin: 2px;

  width: 12px;
  height: 12px;
  background-color: #3f894d;

  /* To make them circle - pick in percentage to avoid hardcoding */
  border-radius: 50%;

  /* Custom Animation */
  animation: jump 0.5s ease-in infinite;
}

/* Add delay */
.circle:nth-of-type(2) {
  animation-delay: 0.1s;
}

.circle:nth-of-type(3) {
  animation-delay: 0.2s;
}

span[aria-live="polite"] {
  width: 100%;
}

.mobile-modal-back {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2999;
  display: flex;
}

/* Makes the jumping animation for all the dots/circles to move up and down */
@keyframes jump {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.loading-animation-div {
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cls-1{fill:#4fa45c;}
.cls-2{fill:#3f894d;}

.loading-container svg {
  width: 200px;
  margin-bottom: 20px;
}

.desktop-card-modal {
  background-color: white;
  border-radius: 24px;
  padding: 30px;
  margin: auto;
  width: 500px;
}

.share-icons-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.add-to-cart {
  --color: #fff;
  --icon: var(--color);
  --cart: #fff;
  --dots: #fff;
  --background: #4FA45C;
  --shadow: rgba(0, 9, 61, 0.16);
  width: 100%;
  cursor: pointer;
  position: relative;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
  border-radius: 10px;
  padding: 12px 32px;
  font-weight: 500;
  line-height: 20px;
  box-shadow: 0 var(--s-y, 4px) var(--s-b, 12px) var(--shadow);
  color: var(--color);
  background: var(--background);
  font-family: Sora;
  transition: box-shadow .3s, -webkit-transform .3s;
  transition: transform .3s, box-shadow .3s;
  transition: transform .3s, box-shadow .3s, -webkit-transform .3s;
  overflow: hidden;
}
.add-to-cart .default {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 14px;
  background-color: #4FA45C;
  border-radius: 10px;
  z-index: 2;
  opacity: var(--o, 1);
  -webkit-transform: scale(var(--s, 1));
  transform: scale(var(--s, 1));
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
  transition-delay: var(--d, 0.3s);
}
.add-to-cart .success {
  opacity: var(--o, 0);
  -webkit-transform: translate(-50%, var(--y, 12px));
  transform: translate(-50%, var(--y, 12px));
  position: absolute;
  left: 50%;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  transition-delay: var(--d, 0s);
  width: 100%;
  top: 0px;
  padding: 14px;
  background: #4FA45C;
  z-index: 2;
  border-radius: 10px;
}
.add-to-cart .dots {
  width: 4px;
  height: 4px;
  top: 20px;
  left: 50%;
  margin-left: -7px;
  border-radius: 2px;
  position: absolute;
  -webkit-transform-origin: 10px 50%;
  transform-origin: 10px 50%;
  background: var(--dots);
  box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
  opacity: var(--o, 0);
  -webkit-transform: scale(var(--s, 0.4));
  transform: scale(var(--s, 0.4));
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  transition-delay: var(--d, 0s);
}
.add-to-cart .cart {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 30px;
  padding: 14px;
  border-radius: inherit;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-transform: translateX(-60%) rotate(-16deg);
  transform: translateX(-60%) rotate(-16deg);
}
.add-to-cart.added .default {
  --o: 0;
  --s: .8;
  --d: 0s;
}
.add-to-cart.added .dots {
  --o: 1;
  --s: 1;
  --d: .3s;
  -webkit-animation: dots 2s linear forwards 1;
  animation: dots 2s linear forwards 1;
}
.add-to-cart.added .success {
  --o: 1;
  --y: 0;
  --d: 1.8s;
}
.add-to-cart.added .cart {
  -webkit-animation: cart 2s forwards 1;
  animation: cart 2s forwards 1;
}
.add-to-cart:not(.added):hover {
  --s: 1;
  --s-y: 8px;
  --s-b: 20px;
}
.add-to-cart:not(.added):active {
  --s: .94;
  --s-y: 2px;
  --s-b: 6px;
}

@-webkit-keyframes cart {
  41%, 49%, 57%, 60% {
      -webkit-transform: translateX(72px) rotate(0deg);
      transform: translateX(72px) rotate(0deg);
 }
  40%, 47%, 54% {
      -webkit-transform: translateX(72px) rotate(0deg) translateY(1px);
      transform: translateX(72px) rotate(0deg) translateY(1px);
 }
  100% {
      -webkit-transform: translateX(180px) rotate(-16deg);
      transform: translateX(180px) rotate(-16deg);
 }
}
@keyframes cart {
  41%, 49%, 57%, 60% {
      -webkit-transform: translateX(0px) rotate(0deg);
      transform: translateX(0px) rotate(0deg);
 }
  40%, 47%, 54% {
      -webkit-transform: translateX(0px) rotate(0deg) translateY(1px);
      transform: translateX(0px) rotate(0deg) translateY(1px);
 }
  100% {
      -webkit-transform: translateX(60%) rotate(-16deg);
      transform: translateX(60%) rotate(-16deg);
 }
}
@-webkit-keyframes dots {
  5% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
 }
  25% {
      -webkit-transform: translateY(-20px) rotate(-32deg);
      transform: translateY(-20px) rotate(-32deg);
      box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
 }
  31% {
      box-shadow: 5px -4px 0 var(--dots), 10px -8px 0 var(--dots);
 }
  32%, 50% {
      -webkit-transform: translateY(0) rotate(0deg);
      transform: translateY(0) rotate(0deg);
      opacity: 1;
 }
  45%, 100% {
      box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
 }
  51%, 100% {
      opacity: 0;
 }
}
@keyframes dots {
  5% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
 }
  25% {
      -webkit-transform: translateY(-20px) rotate(-32deg);
      transform: translateY(-20px) rotate(-32deg);
      box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
 }
  31% {
      box-shadow: 5px -4px 0 var(--dots), 10px -8px 0 var(--dots);
 }
  32%, 50% {
      -webkit-transform: translateY(0) rotate(0deg);
      transform: translateY(0) rotate(0deg);
      opacity: 1;
 }
  45%, 100% {
      box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
 }
  51%, 100% {
      opacity: 0;
 }
}

.search-category-modal .checkbox-container,
.search-category-modal .checkbox-container * {
  cursor: pointer;
}

@media (max-width:1000px) {
  .product-image {
    height: 50vw !important;
  }
  
  .topbar-main a.logo {
    line-height: 80px !important;
  }

  .navbar-toggle .lines span {
    width: 18px !important;
    border-color: #1C2647 !important;
  }

  .navbar-toggle .lines span:last-child {
    margin: 0px !important;
  }

  .mobile-display-none {
    display: none !important;
  }

  #topnav {
    height: 80px !important;
    min-height: 80px !important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #E8E9ED;
  }

  #navigation {
    border: none;
    height: calc(117.647vh - 60px);
    padding: 20px;
  }

  ul.nav {
    padding-left: 0px !important;
  }

  ul.nav li {
    width: 100%;
    height: fit-content;
    margin-bottom: 20px;
  }

  ul.nav li.nav-item a.nav-link {
    margin: 0px !important;
    text-align: left !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    font-family: Sora !important;
    line-height: 30px !important;
    color: #2D3960 !important;
  }

  .mobile-display {
    display: flex !important;
  }

  .mobile-display-block {
    display: block !important;
  }

  ul.extra-nav li.nav-item a.nav-link {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  ul.extra-nav li.nav-item {
    margin-bottom: 15px !important;
  }

  .mobile-social-links > div {
    width: 20%;
    justify-content: space-between;
  }

  .mobile-social-links > div > button {
    width: 48px !important;
    height: 48px !important;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 12px;
  }

  a.nav-link::after {
    float: right;
    position: relative;
    top: 10px;
  }

  .nav-item .dropdown .dropdown-menu {
    position: inherit !important;
    left: inherit !important;
    top: inherit !important;
    transform: inherit !important;
    margin: 0px !important;
    width: 100%;
    border: none;
    background: none;
    box-shadow: none;
    padding: 0px;
  }

  .nav-item .dropdown .dropdown-menu {
    display: none;
  }

  .nav-item .dropdown.show .dropdown-menu {
    display: block;
  }

  .nav-item .dropdown.show .dropdown-menu button {
    padding: 0px !important;
    margin: 8px 0px !important;
  }

  .nav-item .dropdown.show .dropdown-menu button a {
    margin: 0px !important;
  }

  a.nav-link[aria-expanded="true"]::after {
    border-top: 0 !important;
    border-right: 0.3em solid transparent !important;
    border-bottom: 0.3em solid !important;
    border-left: 0.3em solid transparent !important;
  }

  .mobile-text-left {
    text-align: left !important;
  }

  .mobile-text-center {
    text-align: center !important;
  }

  .footer {
    padding: 10px !important;
  }

  .wrapper {
  }

  .main-search-container {
    height: calc(100vw);
    margin-bottom: 100px;
  }

  .main-search-container .card {
    margin: 0px !important;
  }

  .mobile-font-12 {
    font-size: 12px !important;
    line-height: 20px !important;
  }

  .mobile-font-14 {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .mobile-font-16 {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  .mobile-font-18 {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .mobile-font-24 {
    font-size: 24px !important;
    line-height: 30px !important;
  }

  .mobile-font-36 {
    font-size: 36px !important;
    line-height: 46px !important;
  }

  .mobile-p-t-0 {
    padding-top: 0px !important;
  }
  
  .mobile-p-t-20 {
    padding-top: 20px !important;
  }
  
  .mobile-p-b-10 {
    padding-bottom: 10px !important;
  }
  
  .mobile-p-b-20 {
    padding-bottom: 20px !important;
  }

  .mobile-pd-10 {
    padding: 10px !important;
  }

  .mobile-m-t-0 {
    margin-top: 0px !important;
  }

  .mobile-m-t-10 {
    margin-top: 10px !important;
  }

  .mobile-m-t-20 {
    margin-top: 20px !important;
  }

  .mobile-m-t-30 {
    margin-top: 30px !important;
  }

  .mobile-m-t-40 {
    margin-top: 40px !important;
  }

  .mobile-m-b-0 {
    margin-bottom: 0px !important;
  }

  .mobile-m-b-10 {
    margin-bottom: 10px !important;
  }

  .mobile-m-b-20 {
    margin-bottom: 20px !important;
  }

  .mobile-m-l-r--20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .mobile-width-100 {
    width: 100% !important;
  }

  .mobile-relative-top--10 {
    position: relative;
    top: -10px;
  }

  .download-app {
    padding: 20px !important;
    height: calc(120vw);
    display: flex;
  }

  .download-app *,
  .main-question * {
    text-align: center !important;
  }

  .download-app .row,
  .main-question .row {
    margin: auto !important;
  }

  .main-question {
    padding: 30px !important;
    height: calc(120vw);
    display: flex !important;
  }

  .testimonial .col-md-3 {
    text-align: left;
    display: block !important;
  }

  .testimonial .col-md-3 > * {
    display: block !important;
    text-align: left;
  }

  .bottom-navigation-bar {
    position: fixed;
    bottom: 0px;
    height: 90px;
    background-color: white;
    border-top: 1px solid #E8E9ED;
    width: 100%;
    display: flex;
    padding: 15px 30px;
    padding-bottom: 35px;
  }

  .bottom-navigation-bar a {
    justify-content: space-between;
    width: 20%;
    text-align: center;
  }

  .bottom-navigation-bar i {
    font-size: 26px;
    color: #1C2647;
  }
  
  .bottom-navigation-bar .badge {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    padding: 0px;
    position: relative;
    top: -18px;
    left: -10px;
    line-height: 18px;
    font-size: 12px;
  }

  main {
  }

  .main-community {
    padding: 30px 20px;
  }

  .location-search {
    height: 60vw !important;
    margin-bottom: 160px !important;
  }

  .mobile-half-width {
    width: 50% !important;
  }

  .pagination-next-button {
    min-width: 38px;
  }

  .mobile-detail-header {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 80px;
    border-bottom: 1px solid #E8E9ED;
    margin: 0px !important;
    width: 100% !important;
    z-index: 2000 !important;
    background-color: white;
    padding: 20px;
    align-items: center;
  }

  .cabin-image-section {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .cabin-image-section img {
    border-radius: 0px !important;
  }

  .cabin-image-section .btn-show-all-photos.mobile-display {
    left: 25px !important;
    right: inherit !important;
  }

  .place-offer {
    padding: 5px 0px !important;
  }

  .bedroom-div {
    display: block !important;
  }

  .bedroom {
    display: inline-block !important;
    width: calc(50% - 5px) !important;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .bedroom:nth-child(odd) {
    margin-right: 10px !important;
  }

  .review-item .ml-2 p {
    margin-left: -78px;
    padding-top: 10px;
  }

  .mobile-detail-footer {
    background-color: white;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 90px;
    border-top: 1px solid #E8E9ED;
    z-index: 2000;
    display: flex;
    align-items: center;
    padding: 16px 10px;
    padding-bottom: 35px;
  }

  .mobile-detail-footer > div {
    width: 50%;
    text-align: center;
  }

  .mobile-detail-footer button {
    height: 40px;
  }

  .mobile-detail-footer .head-price {
    color: #1C2647;
    font-weight: 600;
    font-family: Circular Std;
  }

  .mobile-detail-footer .night {
    color: #3D4C78;
    font-weight: 600;
    font-family: Circular Std;
  }

  .mobile-card-modal {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 3000;
    transition: bottom 0.5s;
    padding: 40px 30px;
    border-radius: 24px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: white;
  }

  .mobile-card-modal::after {
    content: "";
    height: 6px;
    border-radius: 5px;
    background: #a1a2a5;
    position: absolute;
    width: 80px;
    left: calc(50% - 40px);
    top: 10px;
  }

  .mobile-card-modal.mobile-display-none {
    bottom: -700px;
  }

  .mobile-card-modal .book-card {
    width: 100% !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
    box-shadow: none;
    padding: 0px;
  }

  .mobile-card-modal .close-dialog-button {
    background-color: white;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #1C2647;
    font-size: 25px;
    line-height: 48px;
    text-align: center;
    padding: 0px;
    border: none;
    border: 1px solid #dddddd;
  }

  .search-category-modal .close-dialog-button {
    top: 20px;
  }

  .gray-border-right {
    border: none !important;
  }

  .sort-by-button .dropdown-toggle {
    padding: 5px 10px !important;
  }

  .shop-product-list {
    padding: 30px 0px 0px 0px !important;
    margin: 0px;
    margin-top: 30px;
  }

  .check-out-pay .btn-custom {
    margin-right: 5px !important;
  }

  .check-out-pay > h4 > div {
    float: left !important;
  }

  .personal-data > div:first-child button {
    position: relative;
    top: -50px;
  }

  .personal-data > div:first-child {
    display: block;
  }

  .personal-data > div:first-child * {
    display: block !important;
  }

  .personal-data > div:first-child span {
    max-width: calc(100% - 60px) !important;
  }

  .order-header {
    height: fit-content;
  }

  .mobile-float-right {
    float: right;
  }

  .wiki-stages {
    padding: 15px !important;
  }

  .wiki-stages .stage-detail {
    position: inherit !important;
  }

  .wiki-stages img {
    width: 150%;
    left: -25%;
    position: relative;
  }

  .btn-stage.showers {
    top: 50px;
    left: 70px;
  }

  .btn-stage.forward {
    top: 50px;
    right: 70px;
  }

  .btn-stage.forward2 {
    top: 150px;
    right: 5px;
  }

  .btn-stage.windy {
    top: 180px;
    left: 25px;
  }

  .btn-stage.go-forward {
    top: 230px;
    right: 80px;
  }

  .btn-stage.table-alt {
    top: 290px;
    left: 135px;
  }

  .btn-stage.branch {
    top: 350px;
    left: 135px;
  }

  .btn-stage.table {
    top: 310px;
    left: 25px;
  }

  .btn-stage.layout3 {
    top: 370px;
    left: 25px;
  }

  .btn-stage.windows {
    top: 320px;
    right: 55px;
  }

  .banner-detail {
    padding: 10px !important;
  }

  .wiki-performance {
    padding: 20px 10px !important;
  }

  .mobile-border-bottom {
    border: none !important;
    border-bottom: 1px solid #777D91 !important;
  }

  .performance-item {
    padding: 5px !important;
  }

  .our-app .ellipse {
    width: 90%;
  }

  .our-app .main-phone {
    left: 0px !important;
    width: 100%;
  }

  .btn-down {
    top: 180px;
  }

  .our-app .our-app-dashboard {
    margin-top: 10vw !important;
  }

  .about-item div, .about-item h5 {
    display: inline-block;
  }

  .about-item div {
    margin-right: 20px;
  }

  .our-app-download {
    padding: 25px !important;
  }

  .our-app-faq {
    padding: 20px 10px;
  }

  .search-section {
    padding: 50px 20px !important;
  }

  .help-center-started .view-all {
    float: inherit !important;
    position: relative;
    right: 0px;
  }

  .short-article {
    margin-bottom: 20px !important;
  }

  .last-box {
    padding: 20px !important;
    margin-bottom: 20px !important;
  }

  .help-center-detail .border-left {
    border: none !important;
    padding: 20px 10px !important;
  }

  .contact-us {
    padding: 40px 20px;
  }

  .left-panel {
    padding: 0px !important;
  }

  .right-input {
    padding: 30px 20px !important;
  }

  .newsroom .slick-slide {
    padding: 0px 10px !important;
  }

  .newsroom .slider-div .slider-detail {
    margin-left: 0px !important;
    padding: 0px 30px !important;
  }

  .btn-category {
    width: calc(33% - 10px);
    margin: 0px 5px;
    margin-bottom: 10px;
  }

  .newsroom .newsletter {
    padding: 20px;
  }

  .newsroom-detail p {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .newsroom-detail .related {
    padding: 20px 0px;
  }

  .newsroom-detail h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .mobile-border-none:after {
    width: 0px !important;
  }

  .main-search-container > .card .myborder-right:first-child > div > div:nth-child(3) > div > div:first-child {
    text-align: center;
  }

  .location-search > .card .myborder-right:first-child > div > div:nth-child(3) > div > div:first-child {
    position: relative;
    top: -10px;
  }

  .main-search-container .search-icon {
    float: left;
    color: #4FA45C;
    font-size: 20px;
  }

  .location-search h2 {
    margin-bottom: 120px;
  }

  .location-search {
    margin-bottom: 100px !important;
  }

  .search-date {
    position: absolute;
    top: 20px;
    width: calc(100% - 20px);
    justify-content: center;
    font-size: 12px;
    color: #777D91;
    font-family: Circular Std;
  }
  
  .cabin-item h4 {
    min-height: 66px !important;
  }
  
  .product h4 {
    min-height: 44px !important;
  }

  .house-icons {
    zoom: 1.18;
  }

  .one-dot-slider {
    padding: 0px 5px;
  }

  .slick-list {
    margin-bottom: 20px;
  }

  .slick-dots li.slick-active button:before {
    color: #1e852e !important;
  }

  .gallery-div {
    padding: 100px 20px 20px 20px;
  }

  .cabin-image-section > div > div:first-child {
    height: 250px;
    border-radius: 0px !important;
  }

  .search-category-modal {
    bottom: 80px;
    background-color: white;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    max-height: calc(100% - 80px);
    overflow: auto;
  }

  .search-category-modal .checkbox-container {
    width: 50%;
    display: inline-flex;
    position: relative;
  }

  .search-category-modal .checkbox-container .React__checkbox--input:checked + span::before {
    left: 4px;
  }

  .product-detail-image > img {
    border-radius: 0px !important;
  }

  .product-detail-image {
    height: 250px;
  }

  .custom-spin .buttons i {
    font-size: 25px;
  }

  .back-button,
  .btn-arrow {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  #topnav .navbar-toggle span {
    width: 30px !important;
    height: 3px;
    margin-bottom: 11px;
  }

  #topnav .navbar-toggle .lines {
    width: 30px;
  }

  .sidebar {
    width: 100%;
  }

  .sidebar > img {
    left: 20%;
  }

  .desktop-card-modal {
    padding: 20px;
    width: 100%;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    position: absolute;
    bottom: 0px;
    padding-bottom: 40px;
  }

  .product-add-cart .custom-spin, .product-add-cart button {
    height: 55px;
  }

  .add-to-cart .cart {
    padding: 18px;
  }

  .add-to-cart .dots {
    top: 25px;
  }

  .btn:not(.btn-arrow, .filter-button, .pagination-button) {
    height: 55px;
    font-size: 16px;
  }

  .add-to-cart .success,
  .add-to-cart .default {
    padding: 18px;
  }

  #topnav .topbar-main .nav > li > a:hover {
    background-color: white;
  }
}