/* =====================================================
Template Name   : Powafy Power Up Your Trip With Amazing Deal
Description     : Amazing Deal
Author          : WebNautical
=======================================================*/

/* ===================
fonts
====================== */

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

*,
body,
html {
  margin: 0px;
  padding: 0px;
}

ul {
  padding: 0px;
  list-style: none;
  margin: 0px;
}

body {
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none;
}

a:-webkit-any-link:focus-visible {
  outline-offset: 0px !important;
}

:root {
  --primary: #034a59;
  --yellow: linear-gradient(180deg, #dba529 0%, #a07e19 100%);
  --light-primary: #d5d9ed;
  --menu-color: #575757;
  --bg-cream: #f6f3eb;
  --bg-dark-cream: #e5e1d7;
  --black: #000000;
  --white: #ffffff;
  --box-border: #fef1ec;
  --footer-bg: #f8f8f8;
  --secondary-color: #000;
}

.fullpage-loader {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #fff;
  z-index: 9999;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.fullpage-loader span {
  width: 6vmin;
  height: 6vmin;
  background-color: var(--primary);
  border-radius: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  -webkit-animation-name: move;
  animation-name: move;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.8);
  animation-timing-function: cubic-bezier(0.4, 0, 1, 0.8);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  top: calc(50% - 4vmin);
  left: 50%;
  -webkit-transform-origin: -4vmin center;
  transform-origin: -4vmin center;
}

.fullpage-loader span:nth-child(1) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  opacity: 0;
}

.fullpage-loader span:nth-child(2) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  opacity: 0;
}

.fullpage-loader span:nth-child(3) {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
  opacity: 0;
}

.fullpage-loader span:nth-child(4) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  opacity: 0;
}

.fullpage-loader span:nth-child(5) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
  opacity: 0;
}

.fullpage-loader span:nth-child(6) {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
  opacity: 0;
}

.fullpage-loader--invisible {
  opacity: 0;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: scale(1) rotate(0deg) translate3d(0, 0, 1px);
    transform: scale(1) rotate(0deg) translate3d(0, 0, 1px);
  }

  30% {
    opacity: 1;
  }

  100% {
    z-index: 10;
    -webkit-transform: scale(0) rotate(360deg) translate3d(0, 0, 1px);
    transform: scale(0) rotate(360deg) translate3d(0, 0, 1px);
  }
}

@keyframes move {
  0% {
    -webkit-transform: scale(1) rotate(0deg) translate3d(0, 0, 1px);
    transform: scale(1) rotate(0deg) translate3d(0, 0, 1px);
  }

  30% {
    opacity: 1;
  }

  100% {
    z-index: 10;
    -webkit-transform: scale(0) rotate(360deg) translate3d(0, 0, 1px);
    transform: scale(0) rotate(360deg) translate3d(0, 0, 1px);
  }
}

/* header css start */
.bottto-menu-header .mobile-menu-head,
.bottto-menu-header .mobile-menu-trigger {
  display: none;
}

.bottto-menu-header ul li .sub-menu.mega-menu-column-5,
.bottto-menu-header ul li .sub-menu.mega-menu-column-4 {
  width: 1100px;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 10px;
  left: 50% !important;
  transform: translateX(-50%);
}

.bottto-menu-header ul li .sub-menu.mega-menu-column-2 {
  width: 450px;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 10px;
  left: 0px;
}

.bottto-menu-header ul li .sub-menu.mega-menu-column-3 {
  width: 600px;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 10px;
  left: 50% !important;
  transform: translateX(-50%);
}

.bottto-menu-header ul li.menu-item-has-children:last-child {
  position: relative;
}

.bottto-menu-header ul li.menu-item-has-children:last-child {
  position: relative;
}

.bottto-menu-header ul li .sub-menu.mega-menu {
  left: 0%;
}

.bottto-menu-header ul li .sub-menu {
  position: absolute;
  z-index: 10;
  background-color: #ffffff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  transition: all 0.2s ease;
  margin-top: 25px;
  opacity: 0;
  border-radius: 10px;
  visibility: hidden;
}

.bottto-menu-header ul li .single-column-menu {
  min-width: 280px;
  max-width: 350px;
}

.bottto-menu-header ul li .sub-menu.mega-menu-column-2 .list-item {
  flex: 0 0 50%;
  padding: 0 10px;
}

.bottto-menu-header ul li .sub-menu.mega-menu-column-3 .list-item {
  flex: 0 0 33.33%;
  padding: 0 10px;
}

.bottto-menu-header ul li .sub-menu.mega-menu-column-4 .list-item {
  flex: 0 0 25%;
  padding: 0 15px;
}

.bottto-menu-header ul li .sub-menu.mega-menu-column-5 .list-item {
  flex: 0 0 20%;
  padding: 0 15px;
}

.bottto-menu-header ul li .sub-menu .list-item .title a:after {
  display: none;
}

.bottto-menu-header ul li .sub-menu .list-item .title a {
  font-size: 14px;
  color: var(--primary);
  font-weight: bold;
  line-height: 1;
  padding: 0px 0px 5px;
  border-bottom: 1px solid var(--primary);
}

.bottto-menu-header ul > li .sub-menu.mega-menu > .list-item ul > li {
  line-height: 1;
  display: block;
}

.bottto-menu-header ul > li .sub-menu.mega-menu .list-item ul > li a {
  padding: 10px 0;
  display: inline-block;
  font-size: 14px;
  color: var(--menu-color);
  transition: color 0.3s ease;
}

.bottto-menu-header ul > li .sub-menu.mega-menu-column-4 > .list-item img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 10px;
  height: 300px;
  object-fit: cover;
}

.bottto-menu-header .sub-menu ul {
  display: block;
}

.logo-part img {
  height: 50px;
  width: auto;
}

.logo-part {
  gap: 50px;
  display: flex;
  align-items: center;
}

.dropdown-category {
  position: relative;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  line-height: 17px;
  text-transform: capitalize;
  padding: 10px 12px;
  background: #fff;
  border: 0px;
  border-radius: 100px;
}

.header-nav-left {
  position: relative;
}

.dropdown-category i {
  margin-right: 5px;
}

/* Hide dropdown initially */
.category-dropdown a:hover {
  color: #dba529;
  text-decoration: underline;
}

.category-dropdown a {
  position: relative;
  color: var(--menu-color);
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  line-height: 17px;
  text-transform: capitalize;
  border: 0px;
}

.category-dropdown {
  transition: all 0.5s ease;
  margin-top: 25px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 0px solid #ccc;
  width: 200px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 10px 10px;
  border-radius: 10px;
}

/* Dropdown list */
.category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-list li {
  padding: 5px 15px;
}

.category-list li a {
  text-decoration: none;
  color: var(--menu-color);
}
.search-listing-pro.show h3.text-center.text-dark {
  font-size: 18px;
  font-weight: bold;
}

/* Category dropdown open for mobile (JS will add this class on click) */
.open .category-dropdown {
  display: block;
}

.top-header-outer {
  background: var(--primary);
}

.navbar-top {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-middle-box input:focus {
  color: #fff;
}

.search-middle-box input {
  width: calc(100% - 35%);
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  border: 0px;
  background: transparent !important;
  background-color: transparent !important;
}

.search-middle-box .search-box .searchbtn-btn:hover {
  opacity: 0.9;
}

.search-listing-pro {
  display: none;
}

.search-listing-pro.show {
  display: block;
  padding: 10px 10px 0px;
}

.search-listing-pro {
  height: 400px;
  overflow: auto;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar,
.search-listing-pro::-webkit-scrollbar,
.bottto-menu-header .menu-main::-webkit-scrollbar,
.bottto-menu-header ul > li .sub-menu::-webkit-scrollbar {
  width: 5px;
  background: rgb(237 238 241);
  border-radius: 10px;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track,
.search-listing-pro::-webkit-scrollbar-track,
.bottto-menu-header .menu-main::-webkit-scrollbar-track,
.bottto-menu-header ul > li .sub-menu::-webkit-scrollbar-track {
  border-radius: 10px;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb,
.search-listing-pro::-webkit-scrollbar-thumb,
.bottto-menu-header .menu-main::-webkit-scrollbar-thumb,
.bottto-menu-header ul > li .sub-menu::-webkit-scrollbar-thumb {
  background: var(--yellow);
  border-radius: 10px;
}

.search-listing-pro .theme_two_box_img {
  position: relative;
}

.search-listing-pro .theme_common_box_two:not(:last-child) {
  margin-bottom: 10px;
}

.search-listing-pro .theme_common_box_two {
  display: flex;
  gap: 10px;
  border-width: 1px 1px 1px 1px;
}

.search-listing-pro .titles-slider {
  padding: 0px 0px 0px;
}

.search-listing-pro .locatione-stroe {
  background: transparent;
  padding: 0px;
  border: 0px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.search-listing-pro .slider-box-trending {
  flex-direction: column;
  height: 100%;
}

.search-listing-pro .titles-slider h4 {
  margin-top: 0px;
  margin-bottom: 4px;
}

.search-listing-pro .titles-slider h4 a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: normal;
  margin-top: 0px;
  font-size: 18px;
}

.search-listing-pro .icon-heart {
  position: absolute;
  right: 2px;
  top: 3px;
  width: 25px;
  height: 25px;
  font-size: 15px;
  line-height: 25px;
  color: #000;
}

.search-listing-pro span.rating-start {
  position: absolute;
  bottom: 4px;
  left: 4px;
}

.search-listing-pro .stroe-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
}

.search-listing-pro .theme_two_box_content {
  width: calc(100% - 110px);
  padding: 10px;
}

.search-blockpopup,
.search-listing-pro {
  width: 100%;
  left: 0px;
  border-radius: 10px;
  position: absolute;
  background: #fff;
  z-index: 99;
  box-shadow: 0 10px 8px rgba(0, 0, 0, 0.04), 0 4px 3px rgba(0, 0, 0, 0.1);
  top: 100%;
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
  padding: 15px;
  transition: opacity 0.5s ease, margin-top 0.5s ease;
  /* Smooth transition */
}

.search-listing-pro .theme_two_box_img img {
  height: 100%;
  object-fit: cover;
  width: 100px !important;
}

.location-icon-iputer {
  border: 1px solid #b4b4b4;
  border-radius: 220px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #000;
  padding: 4px 10px;
}

.search-blockpopup ul li a {
  color: #575757;
  font-size: 14px;
  padding: 8px 0px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0px;
}

.search-blockpopup ul li {
  overflow: hidden;
}

.search-blockpopup ul li:hover {
  color: #575757;
  background: #ebfafa;
}

.search-blockpopup ul li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.location-icon-iputer input {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  border: 0px;
  color: #000 !important;
}

.set-cureent-location {
  color: var(--primary);
  border-bottom: 1px solid #b4b4b4;
  display: block;
  margin: 15px 0px 10px;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 10px;
}

.location-icon-iputer input:focus {
  border: 0px;
}

input:focus-visible {
  outline: none;
}

.search-blockpopup.d-none {
  visibility: hidden;
  opacity: 0;
  margin-top: 25px;
  /* Slide the popup down when hiding */
}

header.header.sticky {
  position: sticky;
  top: 0px;
  z-index: 99;
}

.search-middle-box .search-box .searchbtn-btn {
  color: #fff;
  width: 35px;
  height: 35px;
  border: 1px solid var(--yellow);
  background: var(--yellow);
  border-radius: 100px;
  font-size: 14px;
  line-height: 35px;
}

button.btn.location-button:focus {
  border: 1px solid var(--yellow);
}

button.btn.location-button span.locat-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

button.btn.location-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(243 243 244);
  color: #000;
  border-radius: 100px;
  font-size: 14px;
  font-weight: bold;
  width: 130px;
  height: 100%;
  gap: 15px;
}

.search-middle-box .search-box {
  gap: 0.5rem;
  display: flex;
  justify-content: end;
}

.search-middle-box {
  width: 30rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #cacaca;
  padding: 5px;
  border-radius: 100px;
  background: transparent;
  color: #fff;
  position: relative;
}

.form-control:focus {
  outline: unset;
  box-shadow: unset;
  border-color: var(--primary);
}

.form-control::placeholder {
  color: #e5e5e5;
}

ul.right-side-menu {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  align-items: center;
}

li.right-side i {
  position: relative;
  font-size: 18px;
  margin-bottom: 4px;
}

li.right-side a {
  color: #fff;
}

li.right-side {
  text-align: center;
  position: relative;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  text-transform: capitalize;
  color: #000000;
}

.right-side-menu:not(:last-child) {
  margin: 0.625rem;
}

.right-side-menu span.count-add {
  font-size: 0.6rem;
  position: absolute;
  top: -10px;
  right: -10px;
  line-height: 1.0125rem;
  font-weight: 700;
  height: 1.15rem;
  width: 1.15rem;
  background: var(--yellow);
  color: var(--white);
  text-align: center;
  line-height: 1.15rem;
  border-radius: 100px;
}

.login-btn i {
  margin-right: 7px;
  margin-bottom: 0px;
  font-size: 16px;
}

.login-btn:hover {
  background: var(--yellow);
  color: #fff;
}

.login-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--yellow);
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.login-btn {
  z-index: 1;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  color: #fff !important;
  background: var(--yellow);
  border: 0px solid var(--yellow);
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  border-radius: 10px;
  padding: 7px 15px;
}

.bottto-menu-header ul a i {
  margin-right: 3px;
}

.bottto-menu-header ul > li .sub-menu.mega-menu .list-item ul > li a:after {
  display: none;
}

.bottto-menu-header ul > li .sub-menu.mega-menu .list-item ul > li a:hover {
  color: #dba529;
  text-decoration: underline;
}

.bottto-menu-header ul a:hover,
.bottto-menu-header a.active {
  color: #dba529;
}

.bottto-menu-header a:hover::after,
.bottto-menu-header a:active::after,
.bottto-menu-header a.active::after,
.bottto-menu-header a:visited::after {
  content: "";
  position: absolute;
  background: var(--yellow);

  /* The background color will be your primary color variable */
  border-radius: 8px 8px 0 0;
  /* Rounded corners on the top */
  inset: auto 0 0 0;
  /* The pseudo-element will be positioned at the bottom of the element */
  height: 4px;
  /* The height of the underline (pseudo-element) */
}
.notifivation-dropdown-inner {
  transition: all 0.5s ease;
  margin-top: 25px;
  position: absolute;
  top: 100%;
  left: auto;
  right: 0px;
  background-color: #fff;
  border: 0px solid #ccc;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 10px 10px;
  border-radius: 10px;
}
.bottto-menu-header ul a {
  position: relative;
  color: var(--menu-color);
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  line-height: 17px;
  text-transform: capitalize;
  padding: 15px;
}

.profile-dropdown-inner ul li {
  padding: 0px 0px;
}

.profile-dropdown-inner {
  text-align: left;
}

.profile-dropdown-inner ul li a:hover {
  color: #dba529;
}

.profile-dropdown-inner ul li a i {
  font-size: 14px;
}

.profile-dropdown-inner ul hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

.profile-dropdown-inner ul li a {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--menu-color);
  font-weight: 500;
  font-size: 14px;
  display: block;
  text-align: left;
  line-height: 17px;
  text-transform: capitalize;
  padding: 8px 10px;
}

.bottto-menu-header i.fa-light.fa-plane {
  transform: rotate(-135deg);
  display: inline-block;
  position: relative;
  top: -1px;
  right: -1px;
}

.hero-sliders {
  padding: 25px 0px 0px;
}

.explore-top-selling {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  color: #111827;
  margin-bottom: 20px;
}

.slider-section h1 span {
  color: #5fd8d9;
}

.slider-section h1 {
  font-weight: bold;
  font-size: 35px;
  line-height: 50px;
  text-transform: capitalize;
  color: #000000;
}

.slider-section p {
  font-size: 16px;
  color: #525252;
}

.slider-section {
  box-shadow: 0px 4px 21px 8px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  overflow: hidden;
}

.heroslider-img img {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.heroslider-img {
  height: 100%;
}

section.hero-sliders {
  position: relative;
}

section.hero-sliders::after {
  background-image: url("../img/shap-bg.png");
  position: absolute;
  content: "";
  top: 0px;
  height: 60%;
  background-position: bottom;
  left: 0px;
  width: 100%;
  background-size: cover;
  z-index: -1;
}

.hero-sliders .owl-nav button.owl-prev {
  left: 0px;
}

.hero-sliders .owl-nav button.owl-next {
  right: 0px;
}

.hero-sliders .owl-nav button:hover i,
.hero-sliders .owl-nav [class*="owl-"]:hover i {
  color: #fff;
}

.hero-sliders .owl-nav button:hover,
.hero-sliders .owl-nav [class*="owl-"]:hover {
  background-color: var(--primary);
}

.hero-sliders .owl-nav button {
  position: absolute;
  top: 45%;
  width: 40px;
  height: 40px;
  border: 1px solid;
  border-radius: 100px;
  line-height: 40px !important;
  font-size: 25px !important;
  text-align: center;
  color: #4b4b4b !important;
  border-radius: 100px !important;
  background: transparent;
}

.categries-section .owl-nav button.owl-prev {
  left: 0px;
}

.categries-section .owl-nav button.owl-next {
  right: 0px;
}

.categries-section .owl-nav button:hover,
.categries-section .owl-nav [class*="owl-"]:hover {
  background-color: var(--primary);
  color: #fff !important;
}

.categries-section .owl-nav button {
  position: absolute;
  top: 30%;
  width: 40px;
  height: 40px;
  border: 1px solid;
  border-radius: 100px;
  line-height: 40px !important;
  font-size: 25px !important;
  text-align: center;
  color: #4b4b4b !important;
  border-radius: 100px !important;
  background: transparent;
}

.categries-section .cate-slider.owl-carousel {
  position: unset;
}

.heroslider-img img {
  height: 100%;
  object-fit: cover;
}

.heroslider-img {
  height: 100%;
}

.slider-section .owl-nav {
  margin-top: 0px;
}

.slider-cotnent-hero {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  align-items: flex-start;
  background: #fff3d9;
  position: relative;
}

.slider-cotnent-hero::after {
  background-position: right;
  position: absolute;
  right: -29px;
  background-image: url("../img/shape-right.png");
  content: "";
  height: 100%;
  width: 30px;
  background-size: cover;
}

.Loadermore::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--primary);
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.btn-shop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--primary);
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

button.login-btn:hover::before,
.Loadermore:hover::before,
.btn-shop:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.btn-shop:hover,
.Loadermore:hover {
  background-color: #fff;
  color: var(--primary);
}

.slider-cotnent-hero .btn-shop {
  border-radius: 100px;
}

.btn-shop {
  z-index: 1;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  color: #fff;
  background: var(--primary);
  border: 0px solid var(--primary);
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px 30px;
  text-align: center;
}

.promotion-sections {
  background: var(--primary);
  padding: 20px 40px;
  border-radius: 100px;
  margin-top: -45px;
  position: relative;
  z-index: 1;
}

.promotion-box img {
  height: 28px;
  margin-right: 10px;
}

.promotion-box {
  display: flex;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  color: #ffffff;
  align-items: center;
  justify-content: center;
}

.neartest-deals-inner {
  padding: 40px 0px;
}

.theme_common_box_two .owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 2px 3px;
}

.theme_common_box_two .owl-dots {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.theme_common_box_two:hover .titles-slider h4 a {
  color: #dba529;
}

.theme_common_box_two:hover {
  border-color: #dba529;
}

.theme_common_box_two {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #ebebeb;
  border-radius: 15px;
  background-color: #fff;
}

span.rating-start {
  /* Frame 5532 */
  background: #ffffff;
  border-radius: 7px;
  font-size: 12px;
  display: inline-block;
  padding: 2px 4px;
  color: #000000;
}

span.rating-start i {
  color: #fbc917;
  margin-right: 3px;
}

.slider-box-trending {
  position: absolute;
  width: 100%;
  padding: 7px 12px;
  top: 0px;
  align-items: center;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.icon-heart .red {
  color: rgb(255 74 74);
}

.icon-heart {
  width: 2.25rem;
  line-height: 2.25rem;
  height: 2.25rem;
  font-size: 18px;
  text-align: center;
  background: #fff;
  border-radius: 100px;
}

.theme_two_box_img img {
  height: 250px;
  object-fit: cover;
  width: 100% !important;
}

.stroe-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #034a59;
  text-overflow: ellipsis;
  overflow: hidden;
}

.stroe-name i {
  margin-right: 5px;
}

.titles-slider {
  padding: 15px;
}

.inner-price-product span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8d8d8d;
  text-decoration: line-through;
  margin-left: 12px;
}

.price-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kilo-distance {
  background: #a07e19;
  border-radius: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  border-radius: 10px;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 7px 6px;
}

.inner-price-product {
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  line-height: 30px;
  color: #000000;
}

.locatione-stroe i {
  margin-right: 5px;
}

.locatione-stroe {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  background: #ebfafa;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #2f2f2f;
  padding: 10px 15px 10px;
  border-top: 1px solid #edf2f7;
}

.newleete-section .input-filled {
  background: #fff;
  display: flex;
  padding: 8px;
  border-radius: 10px;
}

.newleete-section input {
  border: 0px;
}

.footer-logo img {
  height: 65px;
  margin-bottom: 20px;
}

footer {
  background: var(--footer-bg);
  padding: 60px 0px 0px;
}

footer h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 20px;
}

.footer-logo p {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.7);
}

footer ul li a:hover {
  color: var(--primary);
  margin-left: 10px;
  transition: 0.6s;
}

footer ul li {
  margin-bottom: 10px;
}

footer ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.7);
  transition: 0.6s;
}

.copy-right-section p {
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
}

.copy-right-section p a {
  color: #dba529;
  font-weight: bold;
}

.copy-right-section {
  background: var(--primary);
  padding: 12px 0px;
  margin-top: 50px;
}

.socil-medialinks {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.socil-medialinks a {
  background: #fff;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}

.socil-medialinks a:hover {
  background: #034a5929;
  margin-left: 0px;
  color: var(--primary);
}

.newleete-section input {
  font-size: 14px;
}

.newleete-section button.btn-shop {
  padding: 8px 15px;
  border-radius: 10px;
}

.titles-slider h4 {
  margin-top: 7px;
  margin-bottom: 7px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.titles-slider h4 a {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.theme_common_box_two .submit_form{

  border: none;
}

.titles-slider h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.product-title {
  margin-bottom: 40px;
}

.product-title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 39px;
  color: #111827;
}

.section-product-bg {
  padding: 50px 0px 50px 0px;
}

.categries-section {
  padding: 20px 0px 0px;
  position: relative;
}

.categies-box {
  text-align: center;
}

.categies-box img {
  width: 135px !important;
  height: 135px;
  margin: auto !important;
  border-radius: 100%;
  object-fit: cover;
  border: 1px solid #fff;
}

.categies-box h3 {
  margin-top: 15px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  margin-bottom: 5px;
}

.categies-box:hover h3 {
  color: #dba529;
}

.categies-box:hover img {
  border-color: #dba529;
}

.categies-box p {
  font-weight: 500;
  margin-top: 0px;
  font-size: 14px;
  line-height: 17px;
  color: #565656;
}

.Loadermore {
  z-index: 1;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  color: #fff;
  background: var(--primary);
  border: 0px solid var(--primary);
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px 30px;
  text-align: center;
}

.backbutton-page {
  margin-bottom: 35px;
}

.backbutton-page a {
  display: flex;
  align-items: baseline;
}

.backbutton-page,
.backbutton-page a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 31px;
  color: #000000;
}

.backbutton-page {
  display: flex;
  align-items: baseline;
  margin-top: 30px;
}

.backbutton-page a i {
  margin-right: 14px;
}

.select-optionrightside {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 20px 25px rgba(31, 41, 55, 0.1),
    0px 10px 10px rgba(31, 41, 55, 0.04);
  border-radius: 8px;
  padding: 15px;
}

.select-optionrightside h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
}

/* login-page css-start */
.login-btn-page {
  width: 100%;
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
  background: #f5f4fa;
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}

.login-btn-page .login-img1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 150px;
}

.login-btn-page .login-img2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 150px;
}

.login-container {
  padding: 25px;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.02);
}

.profile-dropdown-inner {
  transition: all 0.5s ease;
  margin-top: 25px;
  position: absolute;
  top: 100%;
  left: auto;
  right: 0px;
  background-color: #fff;
  border: 0px solid #ccc;
  width: 250px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 10px 10px;
  border-radius: 10px;
}
.notificationebrs {
  width: 320px;
}
.notifivation-dropdown-inner.notificationebrs {
  padding: 0px;
  overflow: hidden;
}
.notifivation-dropdown-inner.notificationebrs li a {
  padding: 0px;
}
.notifivation-dropdown-inner.notificationebrs .view-morebtns:hover {
  background: transparent;
}
.notifivation-dropdown-inner.notificationebrs .view-morebtns {
  text-align: center;
  width: 100%;
}
.search-listing-pro.show button.btn.btn-info {
  color: #dba529;
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
  background-color: #fff;
  border: 0px;
  border-radius: 0px;
}
.search-listing-pro.show form {
  text-align: center;
}
.notifivation-dropdown-inner.notificationebrs .view-morebtns a {
  color: #dba529;
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
}
.notifivation-dropdown-inner.notificationebrs li h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
  color: #000;
}
.notifivation-dropdown-inner.notificationebrs li {
  padding: 10px 15px;
  cursor: pointer;
}
.notifivation-dropdown-inner.notificationebrs li.unseenmsg {
  background: #ebfafa;
}
.notifivation-dropdown-inner.notificationebrs li:hover {
  background: #ebfafa;
}
.notifivation-dropdown-inner.notificationebrs li:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0px;
}
.notifivation-dropdown-inner.notificationebrs li p {
  margin-bottom: 7px;
  color: rgb(112 116 125);
  text-transform: none;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dateshows {
  color: rgb(112 116 125);
}
.profile-dropdown-inner .usernameadd img {
  width: 45px;
  height: 45px;
  border-radius: 100px;
}

.profile-dropdown-inner .usernameadd div {
  width: calc(100% - 55px);
}

.profile-dropdown-inner .usernameadd {
  display: flex;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.profile-dropdown-inner .usernameadd h6 {
  color: #000;
  margin-bottom: 4px;
  font-weight: bold;
}

.profile-dropdown-inner .usernameadd p {
  margin-bottom: 0px;
  font-size: 13px;
  text-transform: none;
  color: #525252;
}

a.profile-dropdown i {
  margin-bottom: 0px;
}

a.profile-dropdown.d-flex {
  border-radius: 100px;
  border: 1px solid #fff;
  padding: 7px 10px;
}

.login-container img {
  height: 45px;
  margin-bottom: 25px;
}

.login-container h2 {
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  color: #0b0b2b;
}

.login-container p {
  font-weight: 400;
  font-size: 14px;
  color: #525252;
}

.social-login {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding-top: 10px;
}

.social-login .btn-social-gfb:hover {
  border-color: var(--primary);
}

.social-login .btn-social-gfb {
  background: #edf2f7;
  border: 1px solid #bdbdbd;
  border-radius: 15px;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
  color: #525252;
  transition: background 0.3s;
  padding: 10px 15px;
}

.btn-social-gfb svg {
  width: 22px;
  height: auto;
  margin-right: 10px;
}

.login-container .divider {
  text-align: center;
  margin: 10px 0 15px;
  position: relative;
}

.login-container .divider::before,
.login-container .divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50%;
  height: 1px;
  background-color: #e0e0e0;
}

.login-container .divider::before {
  left: 0;
}

.login-container .divider::after {
  right: 0;
}

.login-container .divider span {
  background: white;
  padding: 0 15px;
  color: #bbbbbb;
  font-size: 14px;
  position: relative;
  z-index: 1;
}

.login-container label {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: capitalize;
  color: #0b0b2b;
}

.login-container .form-control::placeholder {
  color: #bebebe;
  font-weight: normal;
}

.login-container .form-control {
  border: 1px solid #bdbdbd;
  border-radius: 15px;
  padding: 10px 20px;
}

.login-container .form-check-input {
  border-color: #bdbdbd;
}

.login-container .form-check-input:focus {
  box-shadow: unset;
}

.login-container .form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

.form-check-input[type="checkbox"] {
  border-radius: 0px;
}

.login-container .form-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.login-container .form-actions a {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: capitalize;
  color: var(--primary);
}

.login-container .form-footer p {
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 0px;
}

.login-container .form-footer {
  text-align: center;
  margin-top: 20px;
}

.login-container .form-footer a {
  color: var(--primary);
  text-decoration: none;
}

.login-container .form-footer a:hover {
  text-decoration: underline;
}

.booking-sort .nice-select .list {
  width: 100%;
  border: none;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 0 50px 0 rgb(32 32 32 / 15%);
}

.booking-sort .nice-select .option.focus,
.booking-sort .nice-select .option.selected.focus,
.booking-sort .nice-select .option:hover {
  background: var(--footer-bg);
  color: var(--primary);
  border-radius: 8px;
}

.scrollable-tabs-container svg {
  width: 32px;
  text-align: center;
  height: 32px;
  padding: 8px;
  line-height: 27px;
  border-radius: 100px;
  border: 1px solid rgb(218 219 221);
}

.scrollable-tabs-container ul {
  display: flex;
  padding: 0px 55px;
  margin: 0;
  list-style: none;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  gap: 10px;
  scroll-behavior: smooth;
  align-items: start;
  cursor: grab;
}

.scrollable-tabs-container ul.dragging {
  scroll-behavior: auto;
  cursor: grabbing;
}

.scrollable-tabs-container ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  color: #828282;
  word-wrap: break-word;
  display: inline-block;
  text-wrap: unset;
  text-align: center;
}

.scrollable-tabs-container ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
  /* width: 92px; */
  gap: 10px;
  padding: 10px;
  border: 1px solid #b6b6b6;
  border-radius: 10px;
}

.scrollable-tabs-container ul li img {
  height: 22px;
  width: auto;
}

.scrollable-tabs-container .left-arrow {
  left: 0px;
  background: linear-gradient(to right, #fff 100%, transparent);
}

.scrollable-tabs-container .right-arrow {
  right: 0;
  background: linear-gradient(to left, #fff 100%, transparent);
  justify-content: flex-end;
}

.scrollable-tabs-container {
  margin: 0px auto;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.scrollable-tabs-container .right-arrow,
.scrollable-tabs-container .left-arrow {
  position: absolute;
  top: 0;
  align-items: center;
  height: 100%;
  width: 40px;
  pointer-events: none;
  display: flex;
}

.scrollable-tabs-container .right-arrow.active,
.scrollable-tabs-container .left-arrow.active {
  pointer-events: auto;
}

/* =====================
price range slider
===================== */

.price-range-slider .price-range-info {
  margin-bottom: 10px;
}

.priceRange {
  background: transparent;
  border: none;
  font-weight: 800;
  outline: none;
  min-width: 140px;
}

.price-range-slider .ui-slider-handle {
  border-radius: 50px;
  background: #fff !important;
  border: 4px solid var(--primary) !important;
  width: 20px;
  height: 20px;
  outline: none;
}

.price-range-slider .ui-widget.ui-widget-content {
  background: #fff;
  border: none;
  border-radius: 50px;
  padding: 0;
  height: 10px;
}

.price-range-slider .ui-widget-header {
  background: var(--primary);
}

.price-range-slider {
  padding: 20px 25px;
  background: #edf2f7;
  height: 100%;
  border-radius: 10px;
}

.price-range-info .priceRange {
  text-align: right;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.price-range-info {
  margin-left: -10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-title-range {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--primary);
}

.booking-sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

button.filter-btn {
  /* font-family: "Poppins"; */
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-radius: 10px;
  background-color: #edf2f7;
  text-transform: capitalize;
  color: #3e3e3e;
  border: 1px solid #edf2f7;
  padding: 8px 30px;
}

button.filter-btn:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.booking-sort .nice-select:hover {
  border-color: var(--primary);
}

.active_category {
  color: white;
  background-color: #034a59;
}

.active_category img {
  filter: brightness(4.5);
}

.active_category a {
  color: white !important;
}

.booking-sort .nice-select {
  width: 100%;
  font-weight: 500;
  padding: 8px 15px;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  border-radius: 10px;
  border-color: #edf2f7;
  color: #3e3e3e;
  background-color: #edf2f7;
}

.booking-sort .nice-select:hover span.current {
  color: var(--primary);
}

.nice-select:after {
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  height: 10px;
  width: 10px;
  margin-top: -7px;
}

.booking-sort-box {
  min-width: 200px;
}

.offcanvas.filter-popup {
  width: 320px;
  overflow: hidden;
}

.filter-popup .filtercheck {
  position: relative;
  z-index: 8;
}

.filter-popup .offcanvas-header {
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  color: #000000;
  display: flex;
  gap: 10px;
}

.offcanvas-header h5 {
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 18px;
}

.filter-popup .offcanvas-header .back-btn {
  background: transparent;
  border: 0px;
}

.filter-popup .offcanvas-body h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #0b0b2b;
}

.filter-search-loc input {
  border: 1px solid #bdbdbd;
  border-radius: 15px;
  font-size: 14px;
  padding: 10px 15px;
}

.filtercheck .accordion-item {
  margin-bottom: 15px;
  border: 0px;
  border-top: 1px solid #dee2e7;
  border-radius: 0px;
}

.filtercheck .accordion-body {
  padding: 0px;
}

.accordion-button:not(.collapsed) {
  box-shadow: unset;
  background: transparent;
  border-radius: 0px;
}

.filtercheck .accordion-item button {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #0b0b2b;
  padding: 10px 0px;
  border: 0px !important;
  border-radius: 0px;
}

.filtercheck .accordion-item button:focus {
  box-shadow: unset;
  border-radius: 0px;
}

.filtercheck .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6%200.294983L0%206.29498L1.41%207.70498L6%203.12498L10.59%207.70498L12%206.29498L6%200.294983Z%22%20fill%3D%22%238B96A5%22%2F%3E%3C%2Fsvg%3E");
  background-size: 14px;
  background-position: center;
}

.radio-outers-positions .form-check-input:checked[type="radio"],
.filtercheck .form-check-input:checked[type="radio"] {
  background-color: #fff;
  border-color: var(--primary);
  /* background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.545898%206.00002C0.545898%209.05456%202.9459%2011.4546%206.00044%2011.4546C9.05499%2011.4546%2011.455%209.05456%2011.455%206.00002C11.455%202.94547%209.05499%200.545471%206.00044%200.545471C2.9459%200.545471%200.545898%202.94547%200.545898%206.00002Z%22%20fill%3D%22%2var(--primary)%22%2F%3E%3C%2Fsvg%3E'); */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPScyJyBmaWxsPScjMDM0QTU5Jy8+PC9zdmc+");
}

.checkoutboxouters .form-check-input:checked[type="checkbox"],
.filtercheck .form-check-input:checked[type="checkbox"] {
  border-color: var(--primary);
  background-color: var(--primary);
}

.checkoutboxouters .form-check-input[type="checkbox"],
.filtercheck .form-check-input[type="checkbox"] {
  background-size: 15px;
  border-radius: 2px;
}

.radio-outers-positions .form-check-input,
.checkoutboxouters .form-check-input,
.filtercheck .form-check-input {
  border: 2px solid;
  background-size: 15px;
  border-color: #c7c7c7;
}

.select-optionrightside {
  position: sticky;
  top: 153px;
}

.accordion.filtercheck label {
  font-size: 14px;
}

.form-check:not(:last-child) {
  margin-bottom: 8px;
}

.form-check-input:focus {
  box-shadow: unset;
  border-color: #c7c7c7;
}

.filtercheck i.fa.fa-star-sharp.fill {
  margin: -2px;
  color: #ff9017;
}

.filtercheck i.fa.fa-star-sharp {
  margin: -2px;
  color: #bdc4cd;
}

.offcanvas-footer {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.offcanvas-body::-webkit-scrollbar {
  width: 5px;
  background: rgb(237 238 241);
}

.offcanvas-body::-webkit-scrollbar-track {
  border-radius: 10px;
}

.offcanvas-body::-webkit-scrollbar-thumb {
  background: var(--yellow);
  border-radius: 10px;
}

.filter-popup .offcanvas-body {
  padding-top: 8px;
}

.offcanvas-footer.filter-buttn button.btn-shop {
  padding: 6px 10px;
  width: 100%;
  gap: 10px;
  font-size: 14px;
  border: 1px solid;
}

.offcanvas-footer.filter-buttn {
  gap: 10px;
  border-top: 1px solid #dee2e7;
}

button.btn-shop.outline-btn {
  background: #fff;
  color: #000000;
  border: 1px solid #dedede;
}

button.btn-shop.outline-btn:hover {
  background: var(--primary);
  color: #fff;
}

.related-products {
  padding: 50px 0px;
}

.gallery-grid-view {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.view-gallery-btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
  background: #ffffff;
  border: 1px solid #000000;
  box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  z-index: 1;
}

.view-gallery-btn:hover {
  background: var(--yellow);
  color: #fff;
  border-color: #fff;
}

.photos-grid-container {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 8px;
  align-items: start;
}

.photos-grid-container .main-photo {
  grid-row: 1;
  grid-column: 1;
}

.photos-grid-container .img-box {
  border: 1px solid #ffffff;
  position: relative;
  height: 100%;
}

.photos-grid-container img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photos-grid-container .sub:nth-child(1) {
  grid-column: 2;
  grid-row: 1;
}

.photos-grid-container .sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 8px;
}

.lg-thumb-outer.lg-grab {
  display: flex;
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
}

.product-details-page {
  padding-top: 30px;
}

.breadcrumb {
  --bs-breadcrumb-divider: "\f054";
  /* Font Awesome chevron-right icon */
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}

.breadcrumb {
  align-items: center;
  margin-bottom: 5px;
}

.breadcrumb-item a {
  color: rgb(112 116 125);
}

.breadcrumb-item {
  font-size: 14px;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider);
  font-weight: 400;
  /* Font Awesome font weight for solid icons */
  float: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  vertical-align: middle;
}

.what-we-offer img {
  width: 100%;
  margin-bottom: 20px;
}

.service-selection {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.radio-outers-positions {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0px, -50%);
}

.service-option {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
  padding-right: 20px;
  position: relative;
  background: #ecfafa;
  transition: background-color 0.3s, border-color 0.3s;
}

.service-option.selected {
  border-color: #034a59;
}

.service-label {
  width: 100%;
  cursor: pointer;
}

.service-name {
  display: block;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.but-double-btn {
  display: flex;
  gap: 15px;
}

.product-details-content {
  padding-top: 10px;
}

.rating-div-show i {
  color: rgb(253 177 81);
}

.rating-div-show a {
  text-decoration: underline;
  color: rgb(112 116 125);
  margin-top: 5px;
}

.rating-div-show {
  font-size: 14px;
  color: rgb(17 24 39);
}

.rating-share-div {
  display: flex;
  justify-content: space-between;
}

.share-savebtn button i {
  margin-right: 4px;
}

.share-savebtn button {
  background: transparent;
  border: 0px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  border-radius: 0.5rem;
}

.share-savebtn {
  display: flex;
  gap: 10px;
}

.product-details-page h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 5px;
}

.enquiry-link i {
  margin-right: 5px;
}

.enquiry-link:hover,
.share-savebtn button:hover {
  background: rgb(243 244 246);
}

.form-check.checkoutboxouters {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 600;
}

.enquiry-link {
  border: 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  display: flex;
  background: transparent;
  align-items: center;
  color: var(--primary);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  border-radius: 0.5rem;
}

.dektopviewshow {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.product-details-page h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #1c1c1c;
  margin-bottom: 15px;
}

.ava-names-outer img {
  width: 50px;
  height: 50px;
  border-radius: 100px;
}

.what-we-offer p b,
.what-we-offer p strong {
  font-weight: 500;
}

.what-we-offer p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  color: #000000;
}

.map-loaction-add iframe {
  border-radius: 10px;
}

.map-loaction-add ul {
  margin-top: 15px;
}

.map-loaction-add li:not(:last-child) {
  margin-bottom: 15px;
}

.map-loaction-add li {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  justify-content: space-between;
}

.map-loaction-add h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.map-loaction-add p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #939393;
  margin-bottom: 0px;
}

.map-loaction-add .radius-dis {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #939393;
  background: #edf2f7;
  border-radius: 10px;
  padding: 10px 15px;
  white-space: nowrap;
}

.map-loaction-add .radius-dis i {
  margin-right: 4px;
}

.review-show-view {
  margin-top: 20px;
  background: #ecfafa;
  border-radius: 12px;
  padding: 15px 15px 30px;
}

.review-show-view .rating-div-show a {
  text-decoration: none;
  color: #000;
  margin-top: 0px;
}

.review-show-view .rating-div-show i {
  margin-top: -6px;
}
.modal .rating-div-show {
  margin-bottom: 20px;
}
.review-show-view .rating-div-show {
  gap: 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #000000;
}

.ava-names-outer {
  display: flex;
  gap: 20px;
  align-items: center;
}

.ava-names-outer h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 0px;
}

.review-box-details .ava-names-outer p {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #6b7280;
  margin-bottom: 0px;
}

.review-box-details p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.review-box-details-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.start-avarta i {
  margin: -3px;
  font-size: 14px;
  color: #ff9017;
}

.wishlist-page,
.career-single {
  padding: 30px 0px;
}

/* .btn-wishlist-pro{
    position: absolute;
    bottom: -20px;
    width: 100%;
    opacity: 0;
    text-align: center;
    padding-bottom: 10px;
    transition: all .3s ease-in-out;
}
.theme_common_box_two:hover .btn-wishlist-pro{
bottom: 10px;
opacity: 1;
}
.theme_two_box_img {
    position: relative;
    overflow: hidden;
} */
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }

  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

.cart-list-pro .theme_two_box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.cart-list-pro .theme_two_box_img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
}

.cart-list-pro .theme_two_box_content {
  width: calc(100% - 112px);
}

.cart-list-pro .theme_common_box_two {
  display: flex;
  gap: 12px;
  border: 0px;
  border-radius: 0px;
}

.cart-list-pro .titles-slider h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin-top: 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.cart-list-pro .titles-slider {
  padding: 0px;
}

.cart-list-pro .titles-slider h4 a {
  line-height: normal;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin-top: 0px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.cart-list-pro li:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0px;
  margin-bottom: 15px;
}

.cart-list-pro .cart-protitle {
  position: relative;
  padding-right: 40px;
}

.stroe-name i {
  margin-right: 3px;
}

.delete-btn:hover {
  opacity: 0.9;
}

.delete-btn {
  border: 0px;
  background: #ececec;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #8a8a8a;
}

.closebnt-btn {
  border: 0px;
  color: #000;
  font-size: 20px;
  background: transparent;
}

.quantity-control button {
  border: 0px;
  background: transparent;
  font-size: 20px;
  line-height: normal;
  margin-top: -2px;
}

.quantity-control input {
  width: 45px;
  text-align: center;
  border: 0px;
  line-height: normal;
}

.quantity-control {
  border: 1px solid #6c7275;
  display: flex;
  padding: 5px;
  border-radius: 6px;
  background: #fff;
  color: #121212;
}

.cart-list-pro .inner-price-product,
.cart-list-pro .inner-price-product span {
  font-size: 16px;
}

.cart-list-pro .stroe-name {
  font-size: 12px;
}

.cart-list-pro .price-product {
  margin-top: 10px;
}

.sib-tatalpro {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 16px;
}

#scroll-top {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  border-radius: 100px;
  color: #fff;
  background: var(--yellow);
  cursor: pointer;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all 0.5s ease-in-out;
  z-index: 9;
}

.modal-header {
  padding: 10px;
}

.modal-header h5 {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 18px;
}

.modal .modal-header button.btn-close:focus {
  box-shadow: none;
}

.modal .modal-header button.btn-close {
  background: var(--primary);
  color: #fff;
  opacity: 1;
  background-image: unset;
  line-height: 28px;
  font-size: 14px;
  height: 28px;
  border-radius: 100px;
  width: 28px;
  position: absolute;
  padding: 0px;
  right: -3px;
  top: -3px;
}

.modal-dialog-scrollable .modal-content {
  overflow: unset;
  border: 0px;
  border-radius: 15px;
}

.form-control::placeholder {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-transform: capitalize;
  color: #bebebe;
}

.contact-box .form-label,
.modal .form-label {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #0b0b2b;
}

.contact-box .form-control,
.modal .form-control {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #000;
  border: 1px solid #bdbdbd;
  border-radius: 12px;
  padding: 10px 15px;
}

.contact-box .form-control:focus,
.modal .form-control:focus {
  border-color: var(--primary);
}

/* .checkout css */
.code-diamond img {
  width: 40px;
}

.code-diamond p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #111827;
  margin-bottom: 0px;
}

.code-diamond {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  border: 1px solid #dddddd;
  border-radius: 12px;
}

.order-summybox h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #111827;
  margin-bottom: 15px;
  margin-top: 20px;
}

.order-summybox .table td strong {
  font-weight: 600;
}

.order-summybox .table td {
  padding: 12px 0px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.totalpay {
  color: var(--primary);
}

.info-secure {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.order-summybox-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: end;
}

.cart-item-deal {
  border: 1px solid #dddddd;
  border-radius: 10px;
  padding: 15px;
  margin-top: 25px;
}

.account-setting {
  background: #ffffff;
  border: 1px solid #d9d9d9;
}

.qr-code-img {
  width: 100px;
  height: 100px;
}

.price-offer-div img {
  width: 60px;
  height: 60px;
}

.price-offer-inner {
  display: flex;
  gap: 15px;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  text-align: right;
  color: #000000;
}

.price-offer-div {
  background: rgba(174, 174, 174, 0.2);
  border-radius: 5px;
  padding: 20px 15px 10px;
}

.order-sucss-box-inner .theme_common_box_two .theme_two_box_img {
  width: 70px !important;
  height: 70px !important;
}

.order-sucss-box-inner .cart-list-pro .cart-protitle {
  padding-right: 0px;
}

.order-sucss-box-inner .theme_common_box_two {
  align-items: center;
}

.order-sucss-box-inner .table {
  vertical-align: middle;
}

.thankyou-div img {
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
}

.thankyou-div h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 36px;
  color: #000000;
}

.thankyou-div {
  text-align: center;
}

.order-sucesss {
  padding: 40px 0px;
}

.order-sucss-box {
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.order-sucss-box h2 {
  border-bottom: 1px solid #e4e4e4;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  padding: 12px 15px;
}

.order-sucss-box-inner {
  padding: 5px 15px 15px;
}

.order-sucss-box-inner td {
  padding-left: 0px;
  padding-right: 0px;
}

.copy-share-div {
  display: flex;
  justify-content: end;
  gap: 10px;
}

.copy-share-div a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  color: #757575;
}

.price-offer-iner-outer .price-offer-div {
  width: calc(100% - 115px);
}

.price-offer-iner-outer {
  width: 100%;
  gap: 15px;
  display: flex;
}

.account-setting .backbutton-page {
  padding: 15px 15px 0px;
}

.account-setting ul.nav.nav-pills {
  border-bottom: 1px solid #d9d9d9;
  padding: 0px 30px;
  gap: 20px;
}

.account-setting .nav-pills li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #111827;
  position: relative;
  padding: 12px 5px 14px;
}

.account-setting ul.nav.nav-pills .nav-link.active::after {
  width: 100%;
  height: 3.5px;
  background-color: #000;
  position: absolute;
  bottom: 0px;
  content: "";
  left: 0px;
  border-radius: 100px;
}

.account-setting ul.nav.nav-pills .nav-link.active {
  background: transparent;
  background-color: transparent;
  border-radius: 0px;
  color: #000;
  text-align: center;
}

.account-setting .tab-content {
  padding: 20px 30px 30px;
}

.tab-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #111827;
  margin-bottom: 5px;
  overflow-wrap: break-word;
}

.edit-btn {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: var(--primary);
  background: transparent;
  border: 0px;
}

.pass-changediv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.deals-purchage li:not(:last-child) {
  margin-bottom: 15px;
}

.deals-purchage li {
  gap: 15px;
  position: relative;
  border: 1px solid #d9d9d9;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.deals-purchage li .deal-img-tile img {
  width: 100px;
  border-radius: 10px;
  height: 70px;
}

.deal-img-tile {
  width: 60%;
  gap: 10px;
  display: flex;
  align-items: center;
}

.deals-purchage li p {
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #939393;
  margin-bottom: 0px;
}

.deals-purchage li h4 {
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #111827;
  margin-bottom: 5px;
}

.resports-admin {
  background: #f1f1f1;
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: var(--primary);
  border: 0px;
  padding: 3px 15px;
  border-radius: 0px 0px 0px 13px;
}

.account-setting .table-responsive .table thead td {
  border-color: #d9d9d9;
}

.account-setting .table-responsive .table thead th {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #111827;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.table td .id-div {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #111827;
}

.account-setting .table-responsive .table td,
.account-setting .table-responsive .table th {
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
}

.account-setting .table-responsive .table td p {
  margin-bottom: 0px;
}

.account-setting .table-responsive .table td {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #111827;
}

.account-setting .table-responsive .table thead th:first-child,
.account-setting .table-responsive .table thead th:last-child,
.account-setting .table-responsive .table tbody td:last-child,
.account-setting .table-responsive .table tbody td:first-child {
  padding-left: 30px;
  padding-right: 30px;
}

.account-setting .table-responsive .table tbody tr:nth-child(even) td {
  background-color: #f2f2f2;
}

.account-setting .table-responsive .table tbody tr td {
  border-bottom: 0px;
}

.staus-close {
  display: flex;
  gap: 5px;
  align-items: center;
}

.staus-close,
.lastudate {
  color: #acacac;
  font-weight: 400;
}

.static-pages ul,
.job-details ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.static-pages ul li::marker,
.job-details ul li::marker {
  color: #dba529;
}

.static-pages ul li,
.job-details ul li {
  color: #000;
  line-height: 26px;
  margin-bottom: 8px;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  color: #000000;
}

.static-pages,
.contact-pages {
  padding: 40px 0px;
}

.static-pages h1,
.contact-pages h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 39px;
  color: #111827;
  margin-bottom: 20px;
}

.static-pages h3,
.career-single h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 35px;
  color: #111827;
}

.static-pages h4,
.static-pages h5,
.job-box h5,
.static-pages h6,
.career-single h4,
.career-single h5 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 35px;
  color: #111827;
}

section.page-intro-cerv h2,
.career-single h2,
.career-single h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #111827;
}

.static-pages h2,
.contact-pages h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  color: #111827;
}

.static-pages p,
.contact-pages p,
.career-single p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  color: #000000;
}

.static-pages-inner,
.contact-box {
  border: 1px solid #d9d9d9;
  padding: 20px 15px;
}

.contact-box {
  border-radius: 10px;
}

.faqs-style .accordion .accordion-item {
  border: 1px solid #ececec;
  border-radius: 0;
  margin: 0 0 10px;
}

.faqs-style .accordion .accordion-header .accordion-button {
  background: #f7f7f7;
  color: #333;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 15px 8px 15px;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
}

.faqs-style .accordion .accordion-body {
  padding: 15px;
}

.page-404-wrap img {
  width: 20%;
  margin-bottom: 20px;
}

.contact-info-add:hover i {
  background: #dba529;
  color: #fff;
}

.contact-info-add i {
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #dba529;
  border: 1px solid #dba529;
  border-radius: 100px;
  text-align: center;
  line-height: 40px;
}

.contact-info-add:hover a {
  color: #dba529;
}

.contact-info-add a {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  color: #000000;
}

.contact-info-add {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  color: #000000;
}

.contact-info-add:not(:last-child) {
  margin-bottom: 15px;
}

.page-intro-cerv,
.jobs-intro-cerv {
  padding: 40px 0px;
}

.page-intro-cerv .img {
  padding: 15px;
  height: 100%;
}

.fit-img {
  overflow: hidden;
}

.bord-thin-right {
  border-right: 1px solid #d4d4d4;
}

.rest {
  padding: 0 !important;
  margin: 0 !important;
}

.page-intro-cerv .cont {
  padding: 60px;
  height: 100%;
}

.bord-thin-left {
  border-left: 1px solid #d4d4d4;
}

.bord-thin-top {
  border-top: 1px solid #d4d4d4;
}

.numb-font {
  font-size: 100px !important;
  line-height: 1.1;
  font-family: "Allerta Stencil", sans-serif;
}

.fit-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.position-re {
  position: relative;
}

.page-intro-cerv .bg-dots {
  position: absolute;
  bottom: -250px;
  left: 60px;
  width: 140px;
  height: 250px;
  background-repeat: repeat;
  background-size: 6px;
}

.about-img-add img {
  border-radius: 10px;
}

.text-primary {
  color: var(--primary) !important;
  font-weight: bold;
}

.job-box:hover {
  border-color: var(--primary) !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.job-box {
  font-size: 14px;
  transition: all 0.5s ease;
}
.job-single-img img {
  border-radius: 10px;
  margin-bottom: 15px;
  width: 100%;
}

.job-single-info {
  position: sticky;
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  top: 150px;
}

.job-overview-list li i {
  margin-right: 15px;
  font-size: 22px;
  color: var(--primary);
  margin-top: 6px;
}

.job-overview-list li {
  position: relative;
  display: flex;
  font-size: 16px;
  margin-bottom: 20px;
}
.review-btn:hover {
  opacity: 0.9;
}
.review-btn {
  border: 0px;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  display: flex;
  background: transparent;
  align-items: center;
  color: var(--primary);
  border-bottom: 1px solid #034a59;
}
.review-addbtn {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}
.star-rating {
  direction: rtl;
  display: flex;
  justify-content: end;
  cursor: default;
}
.star-rating input[type="radio"] {
  display: none;
}
.star-rating label {
  color: #bbb;
  font-size: 22px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.star-rating label:hover .fa-light,
.star-rating label:hover ~ label .fa-light,
.star-rating input[type="radio"]:checked ~ label .fa-light {
  font-weight: 900 !important;
}
.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type="radio"]:checked ~ label {
  color: rgb(253 177 81);
}
/* toaster add css */

.toast-success,
.toast-info,
.toast-warning,
.toast-error {
  background-color: #ebfafa;
}
button.closebtn.toast-close-button {
  background-color: #034a59 !important;
  font-weight: 100;
}
#toast-container .toast.toast-info {
  background-image: url("../img/toastericon.png") !important;
}
input:-internal-autofill-selected {
  background-color: transparent;
}

.set-current-location {
  background: transparent;
  border: none;
  color: #034a59;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #b4b4b4;
  width: 100%;
  text-align: left;
  padding-bottom: 9px;
  margin-top: 11px;
}

#finded_locations {
  padding: 15px 0px 0px;
}

.recent_locations {
  margin-bottom: 0px !important;
}

.flex_filters .box {
  border: 1px solid lightgray !important;
  padding: 8px 8px !important;
  margin-left: 15px !important;
  position: relative;
  background-color: #034a59 !important;
  color: white !important;
  border-radius: 11px !important;
  font-size: 14px !important;
  border: none !important;
}

.remove_filter_btn {
  width: 18px !important;
  height: 18px !important;
  background: #d72c2c !important;
}

.flex_filters .box:first-child {
  margin: 0px !important;
}

.filtered-locations {
  position: absolute;
  background: #fff;
  width: 100%;
  z-index: 9;

  padding: 0px 15px;
  border-radius: 5px;
}

.filter-search-loc {
  position: relative;
}

.save_location {
  font-size: 14px;
  display: block;
  color: #474747;
  margin-bottom: 10px;
  padding: 5px;
}

.save_location:hover {
  background: #ededed;
}

/* .see_all_relate{
width: 100%;
    position: relative;
} */

.seel_all {
  position: sticky;
  bottom: 0px;
}

.seel_all button {
  width: 100%;
}

.empty_cart a {
  color: #034a59;
  padding-bottom: 5px;
  border-bottom: 2px solid #034a59;
}

.empty_wishlist {
  padding: 70px 0px;
}

.empty_wishlist a {
  color: #034a59;
  padding-bottom: 5px;
  border-bottom: 2px solid #034a59;
}

.wishlist_my .notifivation-dropdown-inner {
  left: -167px;
}

.category-dropdown {
  height: 452px;
  overflow-y: scroll;
}

.category-dropdown::-webkit-scrollbar {
}

.category-dropdown::-webkit-scrollbar {
  width: 5px;
}

.category-dropdown::-webkit-scrollbar-track {
  background: #ddd;
}

.category-dropdown::-webkit-scrollbar-thumb {
  background: #034a59;
}

.notification_box {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #e7f9fe;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notifivation-dropdown-inner ul li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.main_b_n {
  gap: 15px;
}

.notifiaction_page_design {
  padding: 60px 0;
}

.notifiaction_page_design .backbutton-page {
  margin-bottom: 15px;
}

.my_home .sub-menu {
  left: 22% !important;
}

.what-we-offer a {
  color: #034a59;
}

.about_deal-ck-editor a {
  color: #034a59;
}

.model_agreement h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  color: #111827;
  margin-top: 30px;
}

.model_agreement ul {
  padding-left: 25px;
}

.model_agreement ul li {
  list-style: disc;
  margin-bottom: 30px;
}

.reletive_position{
  position: relative;
}

#showHide {
  position: absolute;
  right: 20px;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  color: gray;
  font-size: 20px;
}

#outOfStock img {

  width: 140px;

}


.order-summybox .StripeElement {
  background: #efefef;
  border: 1px solid #f3f3f3;
  border-radius: 10px;
  padding: 20px;
}

.my_wallet .form-check-input{
 font-size: 21px;
  border-radius: 10px;
  margin: auto;
  margin-bottom: 0px;

}


.my_wallet .form-check-input:checked {
  background-color: #034a59;
  border-color: #034a59;
}

.chekout-table-outer h1{

  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #111827;
  margin-bottom: 15px;
  margin-top: 20px;
}

.chekout-table-outer h2{

  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #111827;
  margin-bottom: 15px;
  margin-top: 20px;
}

.use_points{


  font-size: 12px!important;
  color: #7a7a7a!important;
  margin-bottom: 5px!important;
}

.coin_circle{
  width: 120px;
  height: 120px;
  background-color: white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wallet_amount_box {

  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: #cbcbcb4d;
  border: 1px solid #ffffff4d;
  border-radius: 16px;
  box-shadow: 0 4px 30px #ffffff00;
  padding: 30px;
  text-align: center;
}

.my_wallet_amnt{ font-size: 22px!important; font-weight: 600!important;}


.wallet_amount_box h3{ font-size: 22px; margin-top: 15px; }

.how_work h4{ font-size: 18px;}

.how_work  ol{ padding-left: 20px;}

.main_wallet{

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.points_use{

  font-size: 25px!important;
    font-weight: 700!important;
    color: #034a59!important;
    margin-top: 10px!important;
}

.dec_points{

  font-size: 14px!important;
  color: #717171!important;
  font-weight: 500!important;
}







.iti--allow-dropdown{ width: 100%;}

.verfiy_email h1{

  font-size: 22px;
  margin-bottom: 5px;
}

.share_items button {
  width: 60px;
  height: 60px;
  background: gray;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: white;
  font-size: 30px;
  border: none;
}

.bg_whatsapp {
  background-color: green !important;
}

.bg_fb {
  background-color: blue !important;
}

.bg_email {
  background-color: #034a59 !important;
}

.share_items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#map {
  height: 400px;
  width: 100%;
}

.shareButton{
  border: none;
  background: transparent;
}

.recent_posted{
  margin: 40px 0px 50px;
  background-color: #F4F5F9;
  padding: 40px 0;
  border-radius: 10px;

  
  }



  .recent_posted_box{   border-radius: 5px; display: flex; gap: 10px;}

  .recent_posted_box .product_img img{      width: 80px !important;
    height: 70px;
    object-fit: cover;
    border-radius: 5px;
}

  .recent_posted_box .product_details{ width: calc(100% - 85px);}

  .recent_posted_box .product_details h4{

    font-size: 16px;
    margin: 0px;
  }

  .recent_posted_box .product_details .inner-price-product {
    font-weight: bold;
    font-size: 16px;}

    .recent_psted_detils{ display: flex; justify-content: space-between;}

    .recent_psted_detils{ margin-top:10px;}

    .posted_time{

      color: #034a59;
      font-size: 14px;
      font-weight: 600;
    }


    .recent_posted .product-title {
      margin-bottom: 0px;
  }

  .maon_head_recent_posted{

    padding: 0px 15px;
  }

  .without_bg_btn{

    color: var(--primary);

  }



  .recent_posted_box_main .product_details h4{    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;}

    .category_name{
      color: #a07e19;
      font-size: 14px;
      font-weight: 500;
    }


    .recently_posted_slider{

      padding: 10px 0 8px;
      background-color: #ffffff69;

    }

    .recent_posted_box_main:hover{

      border: 1px solid #a07e19;
    }

    .recent_posted_box_main {
      border: 1px solid transparent;
      background-color: white;
    padding: 7px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 5px 0px;
    }


    .recently_posted_slider{ position: relative;}

.recently_posted_slider .owl-nav .owl-next {
  border: 1px solid #e0e0e0 !important;
  width: 28px;
  height: 81%;
  display: flex
;
  align-items: center;
  align-items: center;
  justify-content: center;
  /* border-radius: 100%; */
  background-color: #ffffff8f !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: absolute !important;
  top: 46% !important;
  right: 3px;
  margin: 0px;
  transform: translate(-50%, -50%) !important;}

  .recently_posted_slider .owl-nav .owl-prev {
    border: 1px solid #e0e0e0 !important;
    width: 28px;
    height: 81%;
    display: flex
;
    align-items: center;
    align-items: center;
    justify-content: center;
    /* border-radius: 100%; */
    background-color: #ffffff8f !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: absolute !important;
    top: 46% !important;
    left: 30px;
    margin: 0px;
    transform: translate(-50%, -50%) !important;}

    .recently_posted_slider .owl-nav .owl-prev:hover{

      background-color: #034a59!important;
    }
    .recently_posted_slider .owl-nav .owl-next:hover {

      background-color: #034a59!important;
    }

    .heading_posted{

      font-size: 14px;
      color: #034a59;
      font-weight: 600;
    }