.authentication-container .about-section {
  padding-top: 5rem;
}
.authentication-container .about-section .image-col .image-box img {
  -o-object-fit: contain;
     object-fit: contain;
}
.authentication-container .title-box .travilo-text {
  padding-top: 0.5rem;
}

.merchandise-detail-container .dsp-container {
  position: relative;
  padding-top: 2rem;
}
.merchandise-detail-container .dsp-container .content-side .upper-content {
  margin-bottom: 3.75rem;
}

.activity-single-banner .carousel-box .image img {
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}

.t-reviews .rev-info .cat .c-title .rating .active {
  color: #ffb400;
}
.t-reviews .rev-info .cat .c-title .rating .inactive {
  color: #dddddd;
}

.profile-container {
  position: relative;
  padding: 3.5rem 0;
  background-color: #ffffff;
}
.profile-container .profile-title {
  display: inline-flex;
  align-items: center;
  font-size: 2.25rem;
  font-weight: bold;
  font-family: "Gotham", sans-serif;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.profile-container .profile-description {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
}

.cart-container {
  position: relative;
  padding: 3.5rem 0;
  background-color: #ffffff;
}
.cart-container .cart-title {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.cart-container .cart-description {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
}

.handle-preloader {
  background-color: #ffffff;
}
.handle-preloader .preloader-logo {
  width: 7.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  animation: logo-loading 1.5s infinite;
}

@keyframes logo-loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.15;
  }
  100% {
    opacity: 1;
  }
}
.header-style-two .logo-aside {
  margin-left: 3rem;
}
.header-style-two .logo-aside img {
  width: 5rem;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 599px) {
  .header-style-two {
    min-height: 134px;
  }
}

.main-header .header-upper {
  background: #fff;
  border-bottom-color: #dddddd;
}

.hidden-bar .hidden-bar-closer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  right: 1rem;
  top: 1rem;
}
.hidden-bar .hidden-bar-closer svg {
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
}
.hidden-bar .side-menu ul li .btn-expander {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  border: none;
}

.main-footer .social-links {
  display: flex;
  gap: 8px;
}
.main-footer .social-links li {
  margin: 0;
  padding: 0;
}
.main-footer .social-links li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease;
  width: 42px;
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  min-height: 42px;
  max-height: 42px;
}
.main-footer .social-links li a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.main-footer .social-links li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-footer .footer-logo img {
  display: inline-block;
  width: 7.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.filebox-field {
  display: flex;
  align-items: center;
}
.filebox-field > *:not(:last-child) {
  margin-right: 1.5rem;
}
.filebox-field .filebox-drop {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  min-width: 7.5rem;
  max-width: 7.5rem;
  height: 7.5rem;
  min-height: 7.5rem;
  max-height: 7.5rem;
  font-size: 2rem;
  border-radius: 50%;
  background-color: #eeeeee;
  border: 1px dashed #cccccc;
}

.radio-group {
  display: flex;
  align-items: center;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.radio-group .radio-box {
  flex-grow: 1;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.radio-group .radio-box .radio-field {
  display: block;
  position: relative;
  height: 54px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: calc(20px + 1.25rem + 0.75rem);
  padding-right: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 1rem;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
}
.radio-group .radio-box .radio-field input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-group .radio-box .radio-field input:checked ~ .checkmark {
  background-color: #0888af !important;
}
.radio-group .radio-box .radio-field input:checked ~ .checkmark::after {
  display: block;
}
.radio-group .radio-box .radio-field .checkmark {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  height: 1.25rem;
  min-height: 1.25rem;
  max-height: 1.25rem;
  width: 1.25rem;
  min-width: 1.25rem;
  max-width: 1.25rem;
  background-color: #eee;
  border-radius: 50%;
}
.radio-group .radio-box .radio-field .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  min-width: 0.5rem;
  max-width: 0.5rem;
  height: 0.5rem;
  min-height: 0.5rem;
  max-height: 0.5rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: white;
}
.radio-group .radio-box .radio-field:hover input ~ .checkmark {
  background-color: #ccc;
}

.icon-btn {
  width: 3.5rem;
  min-width: 3.5rem;
  max-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  max-height: 3.5rem;
  border-radius: 8px;
  border: none;
  background-color: transparent;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.5;
}
.icon-btn.secondary {
  background-color: rgba(168, 177, 181, 0.25);
}
.icon-btn.icon-btn-sm {
  width: 2.5rem;
  min-width: 2.5rem;
  max-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  max-height: 2.5rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}

.swal2-container {
  position: fixed;
  padding: 2rem 0.75rem 1rem;
}
.swal2-container .swal2-popup.swal2-toast {
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: none !important;
}
.swal2-container .swal2-popup.swal2-toast .swal2-icon {
  margin: 0 !important;
}
.swal2-container .swal2-popup.swal2-toast .swal2-title {
  font-size: 1rem !important;
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 0.25rem 1rem !important;
}
.swal2-container .swal2-popup.swal2-toast .swal2-html-container {
  font-size: 1rem !important;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 0 1rem !important;
}
.swal2-container .swal2-popup.swal2-toast .toast-close {
  display: none !important;
}

.modal .modal-content {
  border: none;
  border-radius: 12px;
}
.modal .modal-content .modal-header {
  padding: 1.5rem 2rem;
  border: none;
}
.modal .modal-content .modal-header .modal-title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.modal .modal-content .modal-header .modal-description {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
}
.modal .modal-content .modal-body {
  padding: 0 2rem 1.5rem;
  border: none;
}

.select2-container {
  z-index: 1056;
}
.select2-container .select2-selection {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 54px;
  padding: 11px 20px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  color: #585f5f;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}
.select2-container .select2-selection .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
}
.select2-container .select2-selection .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
}
.select2-container .select2-selection .select2-selection__arrow b {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
}
.select2-container .select2-selection .select2-selection__arrow b::before {
  font-family: "simple-line-icons";
  content: "\e604";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #585f5f;
  line-height: 20px;
  font-size: 12px;
  font-weight: 700 !important;
  text-align: center;
  z-index: 5;
}

form .form-group textarea {
  padding-top: 11px;
}
form .form-group textarea:disabled {
  background-color: #eee;
  cursor: default;
}

.custom-range-slider {
  position: relative;
}
.custom-range-slider .clearfix {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.custom-range-slider .clearfix .pull-left,
.custom-range-slider .clearfix .pull-right {
  position: relative;
  flex-grow: 1;
  float: initial;
  left: initial;
  right: initial;
}
.custom-range-slider .clearfix .pull-left .input,
.custom-range-slider .clearfix .pull-right .input {
  display: inline-flex;
  align-items: center;
  width: 100%;
  position: relative;
  font-size: 16px;
  color: var(--medium-gray-color);
  line-height: 24px;
  font-weight: 400;
}
.custom-range-slider .clearfix .pull-left .input input,
.custom-range-slider .clearfix .pull-right .input input {
  width: auto;
}
.custom-range-slider .clearfix .pull-left {
  text-align: left;
}
.custom-range-slider .clearfix .pull-left .input {
  justify-content: flex-start;
}
.custom-range-slider .clearfix .pull-left .input .text-custom-range-min {
  text-align: left;
}
.custom-range-slider .clearfix .pull-right {
  text-align: right;
}
.custom-range-slider .clearfix .pull-right .input {
  justify-content: flex-end;
}
.custom-range-slider .clearfix .pull-right .input .text-custom-range-max {
  text-align: right;
}
.custom-range-slider .ui-widget.ui-widget-content {
  margin-left: 8px;
  height: 6px;
  border: none;
  margin-bottom: 10px;
  background: #dbe2e0;
  border-radius: 3px;
}
.custom-range-slider .ui-slider .ui-slider-range {
  top: 0px;
  height: 6px;
  background: var(--primary-color);
  border-radius: 3px;
}
.custom-range-slider .ui-state-default,
.custom-range-slider .ui-widget-content .ui-state-default {
  top: -3px;
  width: 12px;
  height: 12px;
  background: var(--primary-color);
  cursor: pointer;
  border-radius: 6px;
  border: 3px solid var(--primary-color);
}

.dropdown .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
}
.dropdown .dropdown-menu .dropdown-item:active {
  background-color: var(--primary-color);
}

.drop-list-one {
  font-family: "Gotham", sans-serif;
}
.drop-list-one .dropdown-menu li a {
  padding: 0.75rem 1rem;
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}

.profile-address-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 2rem;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}
.profile-address-empty .profile-address-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.profile-address-empty .profile-address-icon svg {
  width: 3.5rem;
  min-width: 3.5rem;
  max-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  max-height: 3.5rem;
}
.profile-address-empty .profile-address-icon svg path {
  fill: #6c7171;
}
.profile-address-empty .profile-address-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.35rem;
}
.profile-address-empty .profile-address-description {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}

.profile-address-col {
  position: relative;
  padding: 0 15px;
  margin-bottom: 30px;
}

.profile-address-item {
  display: flex;
  align-items: center;
  padding: 1.25rem 1.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}
.profile-address-item .profile-address-radio {
  display: inline-block;
  position: relative;
  width: 25px;
  min-width: 25px;
  max-width: 25px;
  height: 25px;
  min-height: 25px;
  max-height: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.profile-address-item .profile-address-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.profile-address-item .profile-address-radio input:checked ~ .profile-address-checkmark {
  background-color: #0888af;
}
.profile-address-item .profile-address-radio input:checked ~ .profile-address-checkmark::after {
  display: block;
}
.profile-address-item .profile-address-radio:hover input:not(:checked) ~ .profile-address-checkmark {
  background-color: #ccc;
}
.profile-address-item .profile-address-radio .profile-address-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
.profile-address-item .profile-address-radio .profile-address-checkmark::after {
  content: "";
  position: absolute;
  display: none;
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.profile-address-item .profile-address-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 1.25rem;
}
.profile-address-item .profile-address-info .profile-address-title {
  font-family: "Gotham", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.profile-address-item .profile-address-info .profile-address-description {
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
}
.profile-address-item .profile-address-delete {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  min-width: 2.5rem;
  max-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  max-height: 2.5rem;
  background-color: rgba(254, 69, 95, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.profile-address-item .profile-address-delete:hover {
  background-color: rgba(254, 69, 95, 0.2);
}
.profile-address-item .profile-address-delete svg {
  width: 1.25rem;
  min-width: 1.25rem;
  max-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  max-height: 1.25rem;
}
.profile-address-item .profile-address-delete svg line,
.profile-address-item .profile-address-delete svg polyline,
.profile-address-item .profile-address-delete svg path {
  stroke: #fe455f;
}

.cart-table {
  min-width: 100%;
}
.cart-table tr th {
  color: #6c7171;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}
.cart-table tr th,
.cart-table tr td {
  vertical-align: middle;
  padding: 1rem;
  font-size: 0.875rem;
  font-family: "Gotham", sans-serif;
}
.cart-table tr .cart-empty-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1rem;
  color: #6c7171;
}
.cart-table tr .cart-empty-container .cart-empty-icon {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}
.cart-table tr .cart-empty-container .cart-empty-description {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}
.cart-table tr .cart-product-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
  max-width: 45rem;
}
.cart-table tr .cart-product-container .cart-product-cover {
  width: 12rem;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  margin-right: 1.5rem;
}
.cart-table tr .cart-product-container .cart-product-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  text-transform: capitalize;
}
.cart-table tr .cart-product-container .cart-product-info .cart-product-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.cart-table tr .cart-product-container .cart-product-info .cart-product-description {
  font-size: 1rem;
  font-weight: 300;
  color: #6c7171;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.cart-table tr .cart-product-container .cart-product-info .cart-product-price {
  font-size: 1.25rem;
  font-weight: bold;
  color: #0888af;
  margin: 0;
}

.cart-bottom-container {
  padding: 1.75rem 2rem;
  border-radius: 12px;
  background-color: #f2f4f7;
  font-family: "Gotham", sans-serif;
}
@media screen and (max-width: 992px) {
  .cart-bottom-container .cart-shipping-container {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
}
.cart-bottom-container .cart-shipping-container .cart-shipping-title {
  font-size: 1.75rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.cart-bottom-container .cart-shipping-container .cart-shipping-description {
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
}
.cart-bottom-container .cart-summary-item,
.cart-bottom-container .cart-summary-total {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.cart-bottom-container .cart-summary-item {
  margin-bottom: 0.75rem;
}
.cart-bottom-container .cart-summary-item .cart-summary-label {
  font-size: 1rem;
  font-weight: 300;
  color: #6c7171;
  margin: 0;
}
.cart-bottom-container .cart-summary-item .cart-summary-value {
  font-size: 1rem;
  font-weight: bold;
  color: #2d3434;
  margin: 0;
}
.cart-bottom-container .cart-summary-total {
  border-top: 1px solid #e0e0e0;
  padding-top: 1rem;
  margin-bottom: 1.5rem;
}
.cart-bottom-container .cart-summary-total .cart-summary-label {
  font-size: 1.25rem;
  font-weight: 300;
  color: #6c7171;
  margin: 0;
}
.cart-bottom-container .cart-summary-total .cart-summary-value {
  font-size: 1.25rem;
  font-weight: bold;
  color: #2d3434;
  margin: 0;
}

.room-table .room-empty-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1rem;
  color: #6c7171;
}
.room-table .room-empty-container .room-empty-icon {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}
.room-table .room-empty-container .room-empty-description {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}

.profile-toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #eaebec;
  border-radius: 24px;
}
.profile-toolbar .profile-toolbar-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.75rem;
  width: 100%;
  height: 3.125rem;
  background-color: #eaebec;
  border-radius: 24px;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Gotham", sans-serif;
  color: #2d3434;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.profile-toolbar .profile-toolbar-btn:hover {
  background-color: #d9dcde;
}
.profile-toolbar .profile-toolbar-btn.active {
  color: #ffffff;
  background-color: #2d3434;
}

.order-table {
  min-width: 100%;
}
.order-table tr th {
  color: #6c7171;
  text-align: left;
  text-transform: uppercase;
  font-weight: 300;
}
.order-table tr th,
.order-table tr td {
  vertical-align: middle;
  padding: 1.25rem 1.5rem;
  font-size: 0.875rem;
  font-family: "Gotham", sans-serif;
  white-space: nowrap;
}
.order-table tr th:last-child,
.order-table tr td:last-child {
  text-align: right;
}
.order-table tr .order-empty-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1rem;
  color: #6c7171;
}
.order-table tr .order-empty-container .order-empty-icon {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}
.order-table tr .order-empty-container .order-empty-description {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}
.order-table tr .order-datetime {
  font-size: 1rem;
  font-weight: 300;
  font-family: "Gotham", sans-serif;
  color: #6c7171;
  margin: 0;
}
.order-table tr .order-number {
  font-size: 1.15rem;
  font-weight: bold;
  font-family: "Gotham", sans-serif;
  margin: 0;
}
.order-table tr .order-total {
  font-size: 1.15rem;
  font-weight: bold;
  font-family: "Gotham", sans-serif;
  margin: 0;
}
.order-table tr .order-total i {
  color: #77b77d;
  margin-left: 0.5rem;
}
.order-table tr .order-status {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.9rem 1.5rem 0.9rem 1.35rem;
  border-radius: 24px;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Gotham", sans-serif;
  line-height: 1;
  text-align: center;
  background-color: rgba(168, 177, 181, 0.25);
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.order-table tr .order-status .indicator {
  display: inline-block;
  width: 0.5rem;
  min-width: 0.5rem;
  max-width: 0.5rem;
  height: 0.5rem;
  min-height: 0.5rem;
  max-height: 0.5rem;
  border-radius: 50%;
  margin-right: 0.75rem;
  background-color: #6c7171;
}
.order-table tr .order-status.warning {
  background-color: rgba(254, 207, 48, 0.25);
}
.order-table tr .order-status.warning .indicator {
  background-color: #fecf30;
}
.order-table tr .order-status.primary {
  background-color: rgba(8, 136, 175, 0.25);
}
.order-table tr .order-status.primary .indicator {
  background-color: #0888af;
}
.order-table tr .order-status.success {
  background-color: rgba(119, 183, 125, 0.25);
}
.order-table tr .order-status.success .indicator {
  background-color: #77b77d;
}
.order-table tr .order-status.danger {
  background-color: rgba(254, 69, 95, 0.25);
}
.order-table tr .order-status.danger .indicator {
  background-color: #fe455f;
}
.order-table tr .order-action {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

.order-details-table {
  min-width: 100%;
}
.order-details-table tr th {
  color: #6c7171;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}
.order-details-table tr th,
.order-details-table tr td {
  vertical-align: middle;
  padding: 1rem;
  font-size: 0.875rem;
  font-family: "Gotham", sans-serif;
}
.order-details-table tr .order-empty-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1rem;
  color: #6c7171;
}
.order-details-table tr .order-empty-container .order-empty-icon {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}
.order-details-table tr .order-empty-container .order-empty-description {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}
.order-details-table tr .order-product-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
  max-width: 45rem;
}
.order-details-table tr .order-product-container .order-product-cover {
  width: 12rem;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  margin-right: 1.5rem;
}
.order-details-table tr .order-product-container .order-product-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  text-transform: capitalize;
}
.order-details-table tr .order-product-container .order-product-info .order-product-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.order-details-table tr .order-product-container .order-product-info .order-product-description {
  font-size: 1rem;
  font-weight: 300;
  color: #6c7171;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.order-details-table tr .order-product-container .order-product-info .order-product-price {
  font-size: 1.25rem;
  font-weight: bold;
  color: #0888af;
  margin: 0;
}

.order-details-status {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  padding: 0 1.5rem 0 1.35rem;
  border-radius: 24px;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Gotham", sans-serif;
  line-height: 1;
  text-align: center;
  background-color: rgba(168, 177, 181, 0.25);
  margin-left: 1.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.order-details-status .indicator {
  display: inline-block;
  width: 0.5rem;
  min-width: 0.5rem;
  max-width: 0.5rem;
  height: 0.5rem;
  min-height: 0.5rem;
  max-height: 0.5rem;
  border-radius: 50%;
  margin-right: 0.75rem;
  background-color: #6c7171;
}
.order-details-status.warning {
  background-color: rgba(254, 207, 48, 0.25);
}
.order-details-status.warning .indicator {
  background-color: #fecf30;
}
.order-details-status.primary {
  background-color: rgba(8, 136, 175, 0.25);
}
.order-details-status.primary .indicator {
  background-color: #0888af;
}
.order-details-status.success {
  background-color: rgba(119, 183, 125, 0.25);
}
.order-details-status.success .indicator {
  background-color: #77b77d;
}
.order-details-status.danger {
  background-color: rgba(254, 69, 95, 0.25);
}
.order-details-status.danger .indicator {
  background-color: #fe455f;
}

.order-details-bottom-container {
  padding: 1.75rem 2rem;
  border-radius: 12px;
  background-color: #f2f4f7;
  font-family: "Gotham", sans-serif;
}
@media screen and (max-width: 992px) {
  .order-details-bottom-container .order-details-shipping-container {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
}
.order-details-bottom-container .order-details-shipping-container .order-details-shipping-title {
  font-size: 1.75rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.order-details-bottom-container .order-details-shipping-container .order-details-shipping-description {
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
}
.order-details-bottom-container .order-details-summary-item,
.order-details-bottom-container .order-details-summary-total {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.order-details-bottom-container .order-details-summary-item {
  margin-bottom: 0.75rem;
}
.order-details-bottom-container .order-details-summary-item .order-details-summary-label {
  font-size: 1rem;
  font-weight: 300;
  color: #6c7171;
  margin: 0;
}
.order-details-bottom-container .order-details-summary-item .order-details-summary-value {
  font-size: 1rem;
  font-weight: bold;
  color: #2d3434;
  margin: 0;
}
.order-details-bottom-container .order-details-summary-total {
  border-top: 1px solid #e0e0e0;
  padding-top: 1rem;
}
.order-details-bottom-container .order-details-summary-total .order-details-summary-label {
  font-size: 1.25rem;
  font-weight: 300;
  color: #6c7171;
  margin: 0;
}
.order-details-bottom-container .order-details-summary-total .order-details-summary-value {
  font-size: 1.25rem;
  font-weight: bold;
  color: #2d3434;
  margin: 0;
}

.contact-logo {
  width: 8rem;
  margin: 1rem 0 2.5rem;
}

.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  color: #fff;
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease;
}
.contact-button:hover {
  background-color: #ffffff;
}
.contact-button img {
  width: 100%;
  aspect-ratio: 1/1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.services-container .package-block {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.services-container .package-block .image-box .image {
  aspect-ratio: 16/10;
}
.services-container .package-block .image-box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-container .package-block .lower-box .title {
  position: relative;
  font-weight: 400;
  color: #6c7171;
  margin-bottom: 20px;
}
.services-container .package-block .lower-box .info {
  color: #6c7171;
}
.services-container .package-block .lower-box .bottom-box .rating .theme-btn {
  font-size: 12px;
  color: #a8b1b5;
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
}
.services-container .package-block-two {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.services-container .package-block-two .rating {
  color: #6c7171;
}
.services-container .package-block-two .package-title {
  position: relative;
  font-weight: 400;
  color: #6c7171;
  margin-bottom: 1rem;
}
.services-container .package-block-two .package-description {
  display: -webkit-box;
  color: #6c7171;
  position: relative;
  line-height: 1.6em;
  padding-bottom: 0;
  margin-bottom: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
