@import url("./btn.css");

:root {
  --primary-color: #010188;
  --secondary-color: #e507a8;
  --red-color: #ff4444;
  --white-color: #fff;
}

@font-face {
  font-family: "remachine";
  src:
    url("../fonts/RemachineScriptPersonalUse.woff2") format("woff2"),
    url("../fonts/RemachineScriptPersonalUse.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src:
    url("../fonts/Roboto-Bold.woff2") format("woff2"),
    url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src:
    url("../fonts/Roboto-Regular.woff2") format("woff2"),
    url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src:
    url("../fonts/Roboto-Medium.woff2") format("woff2"),
    url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Roboto" !important;
  color: #6e6e6f;
  overflow-x: hidden;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #131313;
}

p {
  color: #6e6e6f;
}

p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none !important;
}

ul {
  padding-left: 0;
}

ul li {
  list-style: none;
}

/* Header css start  */
.header {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
  padding: 0px 40px;
}

.main-header {
  background: linear-gradient(269deg, #010188, #ff21c2);
  padding: 8px;
}

.main-header .nav-link {
  color: var(--white-color);
  font-weight: 500;
  padding-right: 30px !important;
}

.main-header .nav-link.active {
  color: var(--white-color);
}

.top-header {
  padding: 0px;
}

.top-search-wrap {
  width: 100%;
  margin-left: 30px;
  margin-right: 10%;
}

.top-search-wrap input {
  min-width: 260px;
  height: 45px;
  padding: 5px 50px 5px 15px;
  width: 100%;
  border-radius: 0px;
  color: #131313;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.srch_btn {
  position: absolute !important;
  bottom: 0px;
  right: 0px;
  width: 60px;
  height: 45px;
  background: none;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin-left: 0px !important;
  border: 0px;
}

.header-sticky {
  position: fixed;
  top: 0;
  z-index: 99999;
  background-color: var(--white-color);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.header-sticky .main-header {
  background: #000085;
  padding: 2px;
}

.navbar-brand img {
  width: 170px;
  min-width: 170px;
}

a.nav-item.nav-link:hover {
  color: #ff21c2;
}

.seller-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  width: max-content;
  color: #222;
}

.fa-user.login-user {
  font-size: 24px;
  color: #ff21c2;
  padding: 0 20px;
}

.contact-menu a {
  color: var(--white-color);
}

button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.header-nav {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.bb-btn-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 10px;
}

.bb-header-btn:not(:last-child) {
  margin-left: 30px;
}

.bb-header-btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bb-header-btn .header-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bb-header-btn .header-icon svg {
  width: 25px;
  height: 25px;
  fill: #010188 !important;
}

.bb-header-buttons {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 22px;
  border-left: 1px solid #acacac;
  border-right: 1px solid #acacac;
  padding: 0px 25px;
}

.right_menus {
  padding-left: 25px;
}

.bb-header-buttons .bb-btn-title {
  font-size: 12px;
  color: #3d4750;
  letter-spacing: 0.6px;
  text-transform: capitalize;
}

.bb-header-buttons .bb-btn-stitle {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #3d4750;
}

.top-search {
  position: relative;
}

.top-search .form-control {
  border: 1px solid #dddddd8f;
  height: 45px;
}

.top-search .search_btn {
  position: absolute;
  right: 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff21c2;
  color: var(--white-color);
  text-decoration: none;
  border-radius: 0px 6px 6px 0px;
}

.header-nav .nav-item .nav-link {
  padding: 10px 20px;
}

.header-nav .navbar-nav .nav-link.active,
.header-nav .navbar-nav .nav-link:hover {
  color: rgb(255, 33, 194);
}

/* Header css end  */

/* banner css start  */
.banner-slider {
  padding: 140px 0;
  background: linear-gradient(269deg, #010188, #ff21c2);
  position: relative;
}

.banner .swiper-button-next::after,
.banner .swiper-button-prev::after {
  font-size: 20px;
  min-width: 60px;
  min-height: 60px;
  border-radius: 50%;
  background-color: var(--white-color);
  color: #040404;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0px !important;
}

.banner .swiper-button-prev,
.banner .swiper-rtl .swiper-button-next {
  left: 40px;
}

.banner .swiper-button-next,
.banner .swiper-rtl .swiper-button-prev {
  right: 50px;
}

.banner-content h2 {
  font-size: 120px;
  line-height: 100px;
  padding-bottom: 20px;
  padding-top: 0;
  text-align: left;
  color: var(--white-color);
  font-family: "remachine" !important;
}

.banner-content p {
  font-size: 20px;
  max-width: 550px;
  color: var(--white-color);
}

.banner-image-box {
  position: relative;
  margin-top: 70px;
}

.banner-image-box .main-img {
  position: absolute;
  z-index: 1;
  min-width: 100%;
  left: -135px;
  bottom: -350px;
}

.image-box1 .main-img {
  min-width: 640px;
  left: -40px;
}

.image-box2 .main-img {
  min-width: 800px;
}

.image-box3 .main-img {
  min-width: 630px;
  height: 750px;
  object-fit: contain;
}

.image-box4 .main-img {
  min-width: 690px;
  transform: rotateY(180deg);
}

.image-box5 .main-img {
  min-width: 670px;
  transform: rotateY(180deg);
}

.vector-1 {
  position: absolute;
  bottom: -310px;
  opacity: 0.15;
  right: 0;
  filter: brightness(30);
}

h4.banner-tag {
  padding: 12px;
  min-width: 100px;
  text-align: center;
  border-radius: 50%;
  color: var(--white-color);
  position: absolute;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 500;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "roboto" !important;
}

h4.banner-tag.first {
  top: -165px;
  left: 35px;
  background: linear-gradient(45deg, #e50ca3a3, #010188bf);
}

h4.banner-tag.second {
  top: -195px;
  right: 63px;
  background: linear-gradient(180deg, #e50ca3a3, #010188bf);
}

h4.banner-tag.third {
  top: -342px;
  right: 28px;
  background: linear-gradient(150deg, #e50ca3a3, #010188bf);
}

h4.banner-tag.fourth {
  top: -315px;
  left: 75px;
  background: linear-gradient(200deg, #e50ca3a3, #010188bf);
}

@keyframes up-down {
  0% {
    transform: translateY(0px);
  }

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

.search-box {
  border: 1px solid #dddddd4d;
  padding: 12px 24px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-control {
  border: 1px solid rgba(128, 128, 128, 0.16);
  height: 45px;
  font-size: 14px;
}

.form-select,
.form-control {
  box-shadow: none !important;
}

ul.place-picker-results {
  border: 0 !important;
}

.main-btn.lr-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.banner-search .tab-content {
  background: #fcdff4;
}

.nav-tabs .nav-link {
  border-radius: 2px;
}

.select-box {
  padding-top: 0 !important;
  padding-bottom: 0px !important;
  height: 50px !important;
  border: none !important;
}

.form-select:focus {
  border-color: #ff21c2;
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgb(229 7 168/ 18%);
}

select.form-select.select-box.h-40 {
  min-height: 40px;
}

/* banner css end  */

/* search css start  */
.search {
  position: relative;
}

.banner-search {
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--white-color);
  z-index: 2;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.36);
  backdrop-filter: blur(14px);
  border: 1px solid #dbdada;
}

.banner-search div#nav-tab {
  border: none;
}

.banner-search button.nav-link {
  color: var(--white-color) !important;
  border: none;
  font-size: 20px;
  padding: 0px;
  font-weight: 600;
  background: #0000 !important;
  cursor: auto;
}

.banner-search .form-control{
  height: 50px;
  border-radius: 0;
}

/* search css end  */

/* Recommended css start  */
section.recommended {
  padding-top: 80px;
  position: relative;
}

.title-wrap p {
  max-width: 800px;
  margin: auto;
}

.title {
  font-size: 54px;
  color: var(--secondary-color);
  font-family: remachine !important;
}

.reco-card {
  position: relative;
  border: 1px solid #ddd;
  padding: 24px;
  transition: all 0.3s ease-in-out;
}

.reco-card:hover.reco-card .content {
  bottom: 30px;
}

.reco-card .img img {
  height: 240px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.reco-card .content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: 80%;
}

.reco-card .content a {
  text-decoration: none !important;
}

.reco-card .content h4 {
  backdrop-filter: blur(17px);
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #ffffff4d;
  color: var(--white-color);
  display: none;
  width: 100%;
}

.reco-card:hover.reco-card .content h4 {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  gap: 12px;
  justify-content: center;
  background-color: #010188;
  color: var(--white-color);
}

.reco-card:hover.reco-card .content h4 i {
  font-size: 18px;
}

.reco-card .content h4:hover {
  background-color: #ff21c2;
}

.up-down {
  animation: updown 4s infinite;
}

/* Recommended css end  */

/* About css start  */
.about {
  position: relative;
  overflow: hidden;
  background: #ff21c221;
}

.section-title span {
  color: #ff21c2;
  display: block;
  margin-bottom: 7px;
}

.section-title h2 {
  font-size: 45px;
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: 0;
  font-family: "remachine" !important;
  color: #010188;
}

.section-title p {
  padding-top: 15px;
  margin-bottom: 0;
  max-width: 650px;
}

/* About css end  */

/* Popular css start  */
.popular {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}

.popular-card {
  padding: 16px;
  box-shadow: rgb(0 0 0/ 5%) 0px 0px 0px 1px;
  margin-bottom: 24px;
  height: calc(100% - 24px);
  transition: all 0.3s ease-in-out;
}

.popular-card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 10px;
}

.popular-card .img {
  height: 200px;
  width: 100%;
  overflow: hidden;
}

.popular-card .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.popular-card .content p {
  margin-bottom: 0px;
}

.popular-card:hover.popular-card .img img {
  transform: translateY(10px);
}

.popular-card .content h4 {
  color: #ff21c2;
  transition: all 0.3s;
  font-size: 20px;
}

.popular-card:hover.popular-card .content h4 {
  color: #010188;
}

.popular-card .content a {
  text-decoration: none;
}

/* Popular css end  */

/* footer css start  */
.footer {
  background: #030440;
  padding-top: 80px;
  padding-bottom: 15px;
  font-size: 14px;
  margin-top: auto;
}

.single_footer h4 {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 18px;
  color: var(--white-color);
}

.single_footer h4::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background: #ff21c2;
  margin-top: 15px;
}

.single_footer p {
  color: #999;
}

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

.single_footer ul li a {
  color: var(--white-color);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 14px;
  line-height: 30px;
}

.single_footer ul li a:hover {
  color: #ff21c2;
}

.subscribe {
  display: block;
  position: relative;
  margin-top: 15px;
  width: 100%;
}

.subscribe__input {
  background-color: var(--white-color);
  border: medium none;
  border-radius: 5px;
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 60px;
  letter-spacing: 0.4px;
  margin: 0;
  padding: 0px 79px 0 10px;
  text-align: left;
  width: 100%;
}

.subscribe__btn {
  background-color: #fcdff4;
  color: #ff21c2;
  cursor: pointer;
  display: block;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.subscribe__btn i {
  transition: all 0.3s ease 0s;
}

.subscribe__btn:hover {
  background-color: #ff21c2;
}

.subscribe__btn:hover.subscribe__btn i {
  color: #fcdff4;
}

.social_profile {
  margin-top: 30px;
}

.social_profile ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
}

.social_profile ul li:last-child {
  margin: 0;
}

.social_profile ul li a {
  font-size: 18px;
  color: var(--white-color);
  display: block;
}

.social_profile ul li a:hover {
  color: #ff21c2;
}

.copyright {
  margin-top: 40px;
  padding-top: 25px;
  color: var(--white-color);
  border-top: 1px solid #ffffff52;
}

.copyright-item p {
  color: var(--white-color);
  font-size: 16px;
}

.copyright-item p a {
  color: var(--secondary-color);
}

.copyright-item p a:hover {
  color: var(--white-color);
  text-decoration: underline !important;
}

.terms_list {
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
  gap: 14px;
  justify-content: end;
  text-align: center;
}

.ftr-policy {
  margin-bottom: 10px;
}

.ftr-policy a {
  text-decoration: none;
  margin: 0px 10px;
}

.copyright a {
  color: var(--white-color);
  transition: all 0.2s ease 0s;
}

.copyright a:hover {
  color: var(--secondary-color);
}

.footer_row [class*="col-"] {
  width: 20%;
}

/* footer css end  */

/* services pages css */
.inner-banner {
  background-color: #ff21c2;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.inner-banner img.vector-1 {
  position: absolute;
  top: 0;
  right: 10%;
  height: auto;
  width: 350px;
  animation: up-down 2s infinite;
  opacity: 0.7;
}

.inner-banner img.vector-2 {
  position: absolute;
  top: 30%;
  left: 10%;
  height: auto;
  width: 200px;
  animation: up-down 2s infinite;
  animation-delay: 1s;
  opacity: 0.7;
}

.inner-content h2 {
  font-size: 80px;
  color: var(--white-color);
  margin-bottom: 0px;
  font-family: "remachine" !important;
}

.services-section {
  padding: 80px 0px;
}

.shop-dis h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 0px;
  font-family: "Roboto", sans-serif !important;
}

.sidebar-list ul {
  list-style: none;
  max-height: 270px;
  overflow: auto;
  padding: 0px 4px;
}

.sidebar-list ul li {
  padding: 10px 0px;
}

.sidebar-title h3 {
  margin-bottom: 0px;
  font-size: 20px;
  color: #ff21c2;
}

.sidebar-block {
  margin-bottom: 20px;
}

.sidebar-list .checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  color: #45484a;
}

.sidebar-list .checkbox input {
  position: absolute;
  width: 0;
  left: 50px;
  height: 0;
  opacity: 0;
  cursor: pointer;
}

.sidebar-list .checkbox .checkmark {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 3px;
  outline: 1px solid var(--white-color);
  transition: all 0.2s ease;
}

.sidebar-list .checkbox:hover .checkmark {
  background: #f4f4f5;
  transition: all 0.2s ease;
}

.sidebar-list .checkbox input:checked ~ .checkmark {
  background: #ff21c2;
  outline: 1px solid #ff21c2;
}

.sidebar-list .checkbox input[type="radio"] ~ .checkmark {
  border-radius: 50%;
}

.sidebar-list .checkbox .checkmark::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 40%;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  transition: all 0.2s ease;
}

.sidebar-list .checkbox input:checked ~ .checkmark::after {
  opacity: 1;
  transition: all 0.2s ease;
}

.service-card {
  padding: 16px;
  box-shadow: rgb(0 0 0/ 5%) 0px 0px 0px 1px;
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}

.service-card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 10px;
}

.service-card .img {
  height: 250px;
  width: 100%;
  overflow: hidden;
}

.service-card .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.service-card:hover.service-card .img img {
  transform: translateY(10px);
}

.service-card .content h4 {
  color: #ff21c2;
  transition: all 0.3s;
  font-size: 20px;
}

.service-card:hover.service-card .content h4 {
  color: #010188;
}

.service-card .content a {
  text-decoration: none;
}

.service-card .content .main-btn {
  padding: 6px 10px;
  font-size: 14px;
}

.bg4-box {
  background-color: #fcdff4;
  margin-bottom: 24px;
  padding: 16px;
}

.delete_modal .modal-dialog {
  max-width: 600px;
}

.delete_account {
  padding: 20px 40px 40px 40px;
  text-align: center;
}

.delete_account h4 {
  margin-bottom: 20px;
}

.account-btns {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.account-btns .btn-secondary {
  height: 50px;
  padding: 10px 25px;
}

.delete_account i {
  color: red;
  font-size: 40px;
  margin-bottom: 20px;
}

/* Add service step form css */
.step-container {
  position: relative;
  text-align: center;
  transform: translateY(-43%);
}

.step-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--white-color);
  border: 2px solid #010188;
  line-height: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.step-line {
  position: absolute;
  top: 16px;
  left: 50px;
  width: calc(100% - 100px);
  height: 2px;
  background-color: #010188;
  z-index: -1;
}

.progress-bar {
  background-color: #010188;
}

.profile-dropdown .btn-secondary {
  background-color: #0000;
  border: none;
  color: #000;
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
}

.profile-dropdown .btn-secondary:focus {
  background-color: #0000;
  color: #000;
}

.dropdown.profile-dropdown .btn-secondary img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}

.profile-dropdown .dropdown-menu {
  padding: 0;
  right: 0;
  left: inherit;
}

.profile-dropdown .dropdown-menu li .dropdown-item {
  padding: 7px 15px;
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid #ebebeb;
}

.profile-dropdown .dropdown-menu li:last-child .dropdown-item {
  color: #f00;
  background-color: rgb(255 0 0/ 5%);
  border: 0;
}

.question-wrap {
  border: 1px solid #ccc;
  padding: 30px;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 30px;
}

.slot_btns {
  display: flex;
  justify-content: center;
  gap: 10px;
}

#product-form #service-subcategory_id,
#product-form #service-category_id {
  overflow: auto;
  max-height: 300px;
}

#product-form .card {
  box-shadow: none !important;
  border: 1px solid rgba(128, 128, 128, 0.16);
  background-color: var(--white-color);
  border-radius: 0px;
}

#product-form .card .input-group > input {
  border: 1px solid rgba(128, 128, 128, 0.16);
  border-radius: 0px;
}

#product-form .card .card-title {
  border-bottom: 1px solid rgba(128, 128, 128, 0.16);
  padding-bottom: 10px;
  color: #222;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 18px;
}

#shop-product-search-form-submit {
  background: #010188;
  border-radius: 0px;
  text-decoration: none;
  color: var(--white-color);
  transition: all 0.3s ease-in-out;
  border: 1px solid #010188;
  color: var(--white-color);
  padding: 10px 15px;
  text-align: center;
  justify-content: center;
}

#shop-product-search-form-submit:hover {
  background: #0000;
  color: #010188;
  border: 1px solid #010188;
}

.shop-filter .btn-outline-secondary {
  padding: 10px 25px;
  border-radius: 0px;
}

.field-service-category_id .form-check,
.field-service-subcategory_id .form-check {
  padding: 5px 25px;
}

#service-category_id .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.field-service-category_id {
  margin-bottom: 0px !important;
}

#product-form hr {
  border-top: 1px solid var(--white-color);
}

#shop-product-input-search-form-submit {
  background: #010188;
  color: var(--white-color);
  border-color: #010188;
  border-radius: 0px;
}

.prod-card {
  transition: all 0.3s ease-in-out;
  height: calc(100% - 16px);
  margin-bottom: 16px;
  border: 1px solid rgba(128, 128, 128, 0.16);
  background-color: var(--white-color);
}

.prod-card a {
  text-decoration: none;
}

.prod-card img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}

.prod-inrr {
  padding: 16px;
}

.prod-inrr .h5 {
  font-size: 18px;
  width: 100%;
  display: inline-block;
  margin-bottom: 4px;
  color: #222;
}

.prod-inrr .badge {
  font-size: 12px;
}

.breadcrumb {
  margin: 10px 0px;
}

.cat-list {
  padding-left: 1rem;
}

.booking-sec {
  padding: 80px 0px;
}

.category-img-wrp img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

#service-slot-booking-form {
  padding: 20px;
  border: 1px solid rgba(128, 128, 128, 0.16);
  border-radius: 4px;
  background: var(--white-color);
}

#service-slot-booking-form .form-label {
  display: block;
  margin: 0px;
  color: #000;
}

.booking-sec .product-image {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

/* categories section css start  */
.categories-section {
  padding: 80px 0px;
  background: #ebf2ff;
}

.categories-section .nav-tabs {
  border-bottom: 1px solid #d9dfea;
  justify-content: center;
}

.categories-section .nav-tabs .nav-link {
  position: relative;
  background-color: #0000;
  border: none;
  border-bottom: 2px solid #0000;
  border-radius: 0px;
  padding: 8px 20px;
  color: #222;
}

.categories-section .nav-tabs .nav-link.active {
  color: #ff21c2;
  border-bottom-color: #ff21c2;
}

.categories-section .tab-content {
  margin-top: 30px;
}

.categories-section .nav-tabs .nav-link.active::after {
  content: " ";
  height: 4px;
  width: 10px;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  border-radius: 0 0 10px 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ff21c2;
}

.category-card {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
  background: var(--white-color);
  border: 0px;
}

.category-card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 10px;
}

.category-card a {
  text-decoration: none;
}

.category-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.category-card .main-btn,
.prod-card .blue-btn {
  padding: 8px 22px;
  font-size: 15px;
}

/* Vendor dahsboard page css */
.state-overview .cardbox::after {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  right: -30px;
  border-radius: 50%;
}

.state-overview .cardbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  min-height: 70px;
  padding: 20px 25px;
  color: var(--white-color);
  background-color: #198754;
  border-radius: 6px;
  position: relative;
  z-index: 9;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin-bottom: 20px;
}

.state-overview .cardbox h3,
.state-overview .cardbox p {
  color: var(--white-color);
}

.state-overview .cardbox .symbol {
  width: 55px;
  height: 55px;
  border-radius: 4px;
  background-color: var(--white-color);
  justify-content: center;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.state-overview [class*="col-"]:nth-child(1) .cardbox .symbol i,
.state-overview [class*="col-"]:nth-child(4) .cardbox .symbol i,
.state-overview [class*="col-"]:nth-child(7) .cardbox .symbol i {
  color: #5c4ff5 !important;
}

.state-overview [class*="col-"]:nth-child(2) .cardbox .symbol i,
.state-overview [class*="col-"]:nth-child(5) .cardbox .symbol i,
.state-overview [class*="col-"]:nth-child(8) .cardbox .symbol i {
  color: #0068e9 !important;
}

.state-overview [class*="col-"]:nth-child(3) .cardbox .symbol i,
.state-overview [class*="col-"]:nth-child(6) .cardbox .symbol i,
.state-overview [class*="col-"]:nth-child(9) .cardbox .symbol i {
  color: #ff0ebdbd !important;
}

.state-overview [class*="col-"]:nth-child(2) .cardbox,
.state-overview [class*="col-"]:nth-child(5) .cardbox,
.state-overview [class*="col-"]:nth-child(8) .cardbox {
  background-color: #0068e9a1 !important;
}

.state-overview [class*="col-"]:nth-child(3) .cardbox,
.state-overview [class*="col-"]:nth-child(6) .cardbox,
.state-overview [class*="col-"]:nth-child(9) .cardbox {
  background-color: #ff8adfbd !important;
}

.state-overview [class*="col-"]:nth-child(1) .cardbox,
.state-overview [class*="col-"]:nth-child(4) .cardbox,
.state-overview [class*="col-"]:nth-child(7) .cardbox {
  background-color: #8f87f1 !important;
}

.top-header .navbar-nav .nav-link {
  padding: 10px 25px !important;
  color: #051b2d;
  font-weight: 600;
}

.top-header .navbar-nav .nav-link.active,
.top-header .navbar-nav .nav-link:hover {
  color: var(--secondary-color);
}

.top-header .outline_btn,
.top-header .blue-btn {
  padding: 7px 20px;
}

.bb-header-buttons a {
  position: relative;
  color: #222;
}

.bb-header-buttons i {
  font-size: 18px;
  color: #222;
  font-weight: 500;
}

.bb-header-buttons .border-info {
  border: 0px !important;
}

.login-dropdown .dropdown-toggle {
  color: #222;
}

.login-dropdown .dropdown-menu {
  min-width: 250px;
  padding: 0px;
  transform: translateX(-60%);
}

.login-dropdown li .dropdown-item:last-child {
  border: 0px;
}

.login-dropdown .dropdown-item {
  padding: 8px 15px;
  border-bottom: 1px solid #eee;
}

.count-badge,
.bb-header-buttons .text-info span {
  background: #ff21c2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -14px;
  font-size: 12px;
  top: -8px;
}

.table {
  font-size: 13px;
}

.grid-view table th a[data-sort] {
  text-decoration: none;
  font-weight: 500;
  color: initial;
}

.grid-view tr td:last-child {
  white-space: nowrap;
}

.grid-view table th a[data-sort] {
  text-decoration: none;
}

.dashboard-wrap .row.state-overview > [class*="col-"] a {
  text-decoration: none;
}

.categories-sec {
  margin-top: 180px;
}

.category_item {
  display: inline-block;
}

.category_item .img {
  width: 100%;
  height: 100%;
}

.category_item .img img {
  width: 100%;
  object-fit: contain;
  transition: 0.5s;
  filter: grayscale(1);
}

.category_item h3 {
  text-transform: capitalize;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}

.pagination li {
  width: 35px;
  min-width: 35px;
  height: 35px;
  background: #eee;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
}

.pagination li span {
  color: #222;
  text-decoration: none;
}

.pagination .active,
.pagination li:hover {
  background: var(--secondary-color);
  color: var(--white-color);
}

.pagination li a {
  color: #222;
  text-decoration: none;
  padding: 6px 12px;
}

.pagination .active a,
.pagination li:hover a,
.pagination li:hover span {
  color: var(--white-color);
}

.iti {
  width: 100%;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  background-position: right calc(0.25em + 0rem) center;
}

.support-group a {
  text-decoration: none;
}

.inner_card .nav {
  border-bottom: 1px solid #ddd;
}

.inner_card .nav li .nav-link {
  position: relative;
}

.inner_card .nav-pills .nav-link.active {
  color: #000083;
  background-color: #0000;
}

.inner_card .nav-link {
  color: #222;
}

.inner_card .nav .active:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #000083;
  left: 0;
  bottom: 0;
  transition: all 0.3s linear;
}

.support-group {
  padding: 80px 0px;
}

/*========== MOBILE MENU CSS STYARTS HERE ==========*/
.mobile-menu ul li {
  border-top: 1px solid #d6d6d6;
  padding: 15px;
}

.mobile-menu ul li a {
  padding: 0 !important;
}

#offcanvasDashboardSidebar .dashboard_menu {
  border-radius: 0;
  height: 100%;
}

#offcanvasDashboardSidebar,
#offcanvasDashboardSidebar .offcanvas-header {
  background-color: #fcdff4;
}

#offcanvasDashboardSidebar .dashboard_menu .dasboard_header {
  padding: 10px 0px 10px 0;
  text-align: center;
}

/*========== MOBILE MENU CSS ENDS HERE ==========*/
.single_footer .logo img {
  width: 200px;
  margin-bottom: 25px;
}

.single_footer p {
  color: var(--white-color);
  margin: 0;
}

.margin_footer {
  margin-left: 50px;
}

.contact_lst {
  display: flex;
  align-items: baseline;
  color: var(--white-color);
  margin-bottom: 10px;
}

.contact_lst a {
  color: var(--white-color);
}

.contact_lst i {
  width: 30px;
  min-width: 30px;
}

.single-item-info h4 {
  font-size: 18px;
}

.rate-count {
  background: #388e3c;
  padding: 1px 8px;
  color: var(--white-color);
  border-radius: 4px;
}

.single-item-price h5 {
  color: #6e6e6f;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 2px;
}

.single-item-price .off-price {
  color: #388e3c;
  font-size: 20px;
}

.single-item-price span {
  color: #222;
  margin-left: 0px;
}

.single-item-price del {
  color: #a6a6a6;
}

.single-item-price del span {
  color: #a6a6a6;
  font-size: 20px;
}

.single-item-info .single-item-title {
  font-size: 26px;
}

.gst {
  color: #f30 !important;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
}

#add-to-cart-form .title {
  font-family: "Roboto" !important;
  font-size: 20px;
  color: #000;
}

.stock span {
  background: #06bf82;
  color: var(--white-color);
  padding: 2px 8px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
}

.rating_review {
  margin-top: 20px;
}

.brand_nm {
  font-weight: 400;
  color: #010188;
  font-size: 18px;
}

.facilities-box {
  text-align: center;
  width: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.facilities-box p {
  color: #000;
}

.facilities-box img {
  width: 40px;
  margin-bottom: 5px;
}

.facilities-box p {
  margin-bottom: 0px;
  font-size: 12px;
}

.item-single-btn-area {
  margin-left: 0px !important;
  width: 100%;
}

.item-single-btn-area .main-btn {
  width: 100% !important;
  text-align: center;
}

.item-single-btn-area #add-to-cart-submit-22 {
  width: 220px !important;
}

.rating-md {
  font-size: 32px;
}

.item-single-btn-area .theme-btn {
  background: var(--primary-color);
  color: var(--white-color);
  padding: 10px 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  font-size: 16px;
  border: 1px solid var(--primary-color);
  transition: 0.5s;
  text-decoration: none;
  width: 100%;
}

.theme-krajee-svg.rating-md .krajee-icon,
.theme-krajee-svg.rating-md .krajee-icon-clear {
  width: 1.3rem;
  height: 1.3rem;
}

.single-item-rating .rating-input {
  display: none;
}

.card-registration-2 {
  padding: 0px;
  border: 0px;
}

.shop-cart thead tr th {
  background: #e506a8;
}

.location-result {
  border: 1px solid #ccc;
  z-index: 999 !important;
  position: absolute;
  /* top: -2px; */
  background: #eeeded;
  color: #ff21c2;
  width: inherit;
  border: 1px solid #ccc;
}

.shop-dis h4 {
  font-family: "Roboto", sans-serif !important;
}

.book-list {
  padding-left: 0px;
}

.book-list .list-view > .summary {
  display: none;
}

/* .book-list .list-view li {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.book-list .list-view li h5 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.book-list .list-view li h5 a {
  color: var(--secondary-color);
}

.book-list li .main-btn {
  padding: 8px 20px;
  width: fit-content;
}

.book-title {
  color: #010188;
} */

.book-list {
  padding: 0;
  margin: 0;
}

.book-list li {
  list-style: none;
}

.book-card {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  margin-bottom: 14px;
  transition: all 0.3s ease;
  border: 1px solid #eef0ff;
}

.book-info .label {
  font-size: 14px;
  color: #6a6a6a;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-weight: 500;
}

.book-info .book-title {
  font-weight: 600;
  margin: 0 0 6px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.book-info .book-title a {
  color: #1c1c4c;
  text-decoration: none;
}

.book-info .book-title a:hover {
  color: var(--secondary-color);
}

.book-info .price {
  color: #555;
}

.book-info .price span {
  font-weight: 700;
  color: var(--primary-color);
}

.book-card .main-btn {
  padding: 2px 12px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  transition: all 0.3s ease;
}

.empty-cart {
  background: #ebebf7;
  padding: 50px 40px;
  border-radius: 10px;
}

.empty-cart p {
  margin: 20px;
}

#serivce-slot-options-section input {
  position: absolute;
  opacity: 1;
  z-index: 9;
  left: 40px;
  top: 9px;
}

#serivce-slot-options-section .form-check-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 100%;
  padding-top: 3px;
  box-sizing: border-box;
  background: #eee;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  transition: all 0.3s;
}

#serivce-slot-options-section .form-check-label:hover {
  color: var(--white-color);
  background: #e507a8;
}

#serivce-slot-options-section .form-check-label::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  top: -1px;
  left: -1px;
  transform: scale(0);
  transition: all 0.3s;
  z-index: -1;
}

#serivce-slot-options-section input:checked ~ .form-check-label {
  color: var(--white-color);
  background: #e507a8;
  border-color: #e507a8;
}

#serivce-slot-options-section input:checked ~ .form-check-label:hover {
  color: var(--white-color);
  background: #e507a8;
}

#serivce-slot-options-section input:checked ~ .form-check-label:before {
  transform: scale(1);
}

#serivce-slot-options-section .form-check {
  position: relative;
  margin-bottom: 25px;
}

#serivce-slot-options-section .form-check-input:checked {
  background-color: #e507a8;
  border-color: var(--white-color);
  box-shadow: none;
}

#service-slot-booking-form #service-booking-submit {
  margin-top: 15px;
}

.thanku_order .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ff21c2;
  color: var(--white-color);
}

.shop-section {
  padding: 30px 0px;
}

.item-single-btn-area .theme-btn:hover {
  background: #0000 !important;
  color: #010188 !important;
}

.booking_card .table-primary {
  border-color: #dee2e6;
}

.booking_card .table-primary > th {
  background: var(--white-color);
  border-color: #dee2e6;
}

.grid-view table th a[data-sort]::before {
  opacity: 0.4;
}

.order-overview-list {
  list-style: none;
  padding: 20px;
}

.order-overview-list li {
  padding: 6px 0px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.order-overview-list li::before {
  position: absolute;
  content: ":";
  left: 50%;
  top: 5px;
  font-weight: 600;
  color: #4b4a4a;
}

.order_Itm {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.order_nam a {
  color: #222;
}

.timeline li {
  list-style: none;
}

.card .card-body .order_Itm:last-child {
  border: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.order-summary .summary-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}

.order-summary .summary-list p {
  margin-bottom: 0px;
}

.order_Img {
  width: 200px;
  min-width: 200px;
  height: auto;
}

.order-tracking .timeline {
  position: relative;
}

.order-tracking .timeline > li .timeline-badge {
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 22px !important;
  left: 0px;
  position: absolute;
  top: 10px;
  width: 22px !important;
  padding: 4px;
  background-color: var(--white-color);
  border: 1.5px solid #a0a0a0;
}

.order-tracking .timeline > li .timeline-badge::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: block;
  background: #3dab25;
}

.order-tracking .timeline::before {
  top: 20px;
  bottom: 65px;
  position: absolute;
  content: " ";
  width: 3px;
  left: 11px;
  border-right: 1px dashed #a0a0a0;
}

.order_crd .card-header {
  background: #010188;
  color: var(--white-color);
  padding: 10px 15px;
}

.order_crd .card-header h5 {
  color: var(--white-color);
}

.thanku_order .card-footer {
  background: #010188;
}

/* Download App page css  */
.app_banner_section {
  padding: 100px 0px;
  background: linear-gradient(269deg, #010188, #ff21c2);
  background-size: cover;
  color: var(--white-color);
}

.app_banner_section .banner_text h1 span {
  color: #f7941e;
}

.app_banner_section .banner_text h1 {
  font-size: 50px;
  color: var(--white-color);
  letter-spacing: -1.5px;
  font-weight: 700;
  line-height: 68px;
}

.banner-app img {
  width: 100%;
  height: 580px;
  object-fit: contain;
}

.banner-btns a {
  display: inline-flex;
  padding: 10px 20px;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  background: var(--white-color);
  color: #000;
  border: 1px solid var(--white-color) f;
  text-decoration: none;
}

.banner-btns a:hover {
  background: #0000;
  color: var(--white-color);
}

.app-disc a {
  display: inline-flex;
  padding: 10px 20px;
  background: #010188;
  border-radius: 4px;
  text-decoration: none;
  color: var(--white-color);
  transition: all 0.3s ease-in-out;
  border: 1px solid #010188;
  gap: 6px;
  align-items: center;
  justify-content: center;
}

.app-disc a i {
  font-size: 24px;
}

.app-disc a:hover {
  background: #0000;
  color: #010188;
  border-color: #010188;
}

.app-avil {
  font-size: 14px;
  font-weight: 500;
}

.banner_text p {
  margin-bottom: 30px;
  color: var(--white-color);
}

.app-disc {
  text-align: center;
}

.app-disc h2 {
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 15px;
}

.app-disc h2 span {
  color: #0e0e87;
}

.app-disc h2 .pink-color {
  color: #e507a8 !important;
}

.app-bg {
  background: #e3fbff;
}

.app-bg-2 {
  background: #fee;
}

.app-img img {
  position: relative;
  width: 280px;
}

.shape_img img {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.app-disc {
  text-align: center;
}

.app-desc p {
  max-width: 600px;
  font-size: 16px;
  margin: auto;
}

.app-bg-2 .app-img::before {
  background: #67d2fb;
}

.banner_section .banner_text h1 {
  font-size: 56px;
  color: var(--white-color);
  letter-spacing: -1.5px;
  font-weight: 700;
  line-height: 76px;
}

.app-section {
  padding: 100px 0px;
}

.app-img {
  text-align: center;
  position: relative;
  margin: 40px 0px;
}

.app-feature-section {
  background: #fff1fb;
  padding: 100px 0px;
}

.qr-img {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  gap: 30px;
  margin-bottom: 10px;
}

.qrcode-container img {
  width: 170px;
}

.qrcode-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.app-feature-section .section-heading h1 {
  font-size: 34px;
}

.features-single-wrap {
  display: flex;
  gap: 20px;
}

.features-single-wrap span {
  font-size: 30px;
  color: var(--white-color);
  background: linear-gradient(269deg, #010188, #ff21c2);
  display: inline-flex;
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.Featr_img {
  padding-left: 70px;
}

.Featr_img img {
  width: 100%;
}

.work-precess-one {
  padding: 100px 0px;
}

.work-process-one-card {
  background-image: linear-gradient(269deg, #010188, #ff21c2);
  border-radius: 3rem;
  padding: 40px 20px;
  position: relative;
}

.work-process-one-worksteps {
  padding: 1.5rem 0;
  margin-bottom: 20px;
}

.work-process-one-steps {
  width: calc(100% / 3);
  text-align: center;
}

.work-process-one-steps:not(:last-child) .work-process-one-step-number::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 68px;
  width: calc(72% * 9);
  height: 2px;
  background-image: url("../img/shape-dashed-lines.png");
  z-index: 0;
}

.work-process-one-step-number {
  position: relative;
  width: 65px;
  height: 65px;
  margin: 0 auto;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: rgb(0, 0, 0);
  background: var(--white-color);
}

.work-process-one-title {
  color: var(--white-color);
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}

.work-process-one-text {
  text-align: center;
  color: var(--white-color);
  padding: 0 20px;
}

.work-precess-one {
  padding: 100px 0px;
}

#product-form .card .input-slider-container {
  margin-top: 15px;
}

.chckout-main-wrap {
  margin-bottom: 16px;
  padding: 16px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.16);
}

.address-box.checked {
  border-color: rgba(128, 128, 128, 0.16);
}

.address-box {
  border: 1px solid rgba(128, 128, 128, 0.16) !important;
}

.address-box .plus-icon svg {
  stroke: var(--secondary-color);
}

.address-box .radio-box {
  display: flex;
  align-items: start;
  gap: 4px;
}

.summery-wrap .cart-title {
  font-size: 20px;
}

.summery-wrap .coupon-box .btn {
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  height: 38px;
}

.summery-wrap .coupon-box .btn:hover {
  background-color: var(--secondary-color);
}

.summery-wrap .order-summery li {
  align-items: start;
  gap: 5px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: 500;
}

.summery-wrap .order-summery li span {
  font-size: 16px;
}

.summery-wrap .order-summery li:last-child span {
  font-size: 16px;
}

.summery-wrap .grand-total-wrap {
  background-color: #fff !important;
  border: 1px solid rgba(128, 128, 128, 0.16);
  padding: 16px;
}

.chckout-wrap {
  display: flex;
  width: 100%;
  gap: 20px;
}

.chng {
  margin-left: auto;
  display: flex;
  gap: 10px;
}

.chk_nm span {
  font-size: 18px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  background: #f0f0f0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #222;
}

.paymnt-detail a img {
  width: 60px;
  height: 50px;
  object-fit: contain;
}

.paymnt-detail {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.paymnt-optn select {
  width: fit-content;
  border: 1px solid rgba(128, 128, 128, 0.16);
}

.checkot_payment {
  margin-top: 15px;
}

.advant_login ul {
  padding-left: 0px;
  list-style: none;
}

.checkout .accordion-button {
  padding: 0px;
  border: 0px;
  background-color: #0000 !important;
  box-shadow: none !important;
}

.checkout .accordion-item {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-radius: 0px;
}

.checkout .accordion-button {
  align-items: start;
}

.checkout .accordion-item {
  color: #595b5e;
}

.checkout .accordion-body {
  padding: 0px;
  padding-left: 58px;
  padding-bottom: 0px;
}

.chng .blue-btn {
  height: 38px;
  padding: 5px 15px;
}

.address-box {
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 1px solid rgba(128, 128, 128, 0.16) !important;
}

.radio-box input[type="radio"] + .radio-label::before {
  border: 2px solid #e1e1e1;
}

.shop-cart-wrapper,
.cart-proceed {
  padding: 16px;
}

.cart-proceed h4 {
  font-size: 20px;
}

table tr th,
table tr td {
  text-wrap: nowrap;
  vertical-align: middle;
}

#offcanvasFilter .shop-filter,
#offcanvasFilter #product-form .card {
  border: 0;
  padding: 0;
}

#offcanvasFilter #product-form .card .card-body {
  padding: 0;
}

.main-btn.filter-btn {
  padding: 10px 15px;
}

.profile-info {
  text-transform: capitalize;
}

.bg-blue-header {
  background: var(--primary-color);
  color: var(--white-color);
  padding: 50px 0;
}

.bg-blue-header h2,
.area-title {
  color: var(--white-color);
  margin-bottom: 0;
  font-size: 2rem;
}

.section-pd {
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-us-wrapper {
  margin-bottom: 0 !important;
}

.sidebar-list select {
  appearance: auto !important;
}

.sidebar-list .form-group label {
  border-bottom: 1px solid rgba(128, 128, 128, 0.16);
  padding-bottom: 10px;
  width: 100%;
  color: #222;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}

.sidebar-list .form-group {
  margin-bottom: 15px;
}

.form-check-input:focus {
  box-shadow: none;
}

.shop-filter .form-check-input:focus {
  border-color: #dee2e6;
}

.cart_desc h5 a {
  color: #131313;
}

.cart-img {
  background: #0000;
  margin-bottom: 10px;
  width: 180px;
  min-width: 180px;
}

.stock {
  color: #222;
}

.cart_botm ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 10px;
  margin-bottom: 0px;
}

.cart_botm ul li {
  border-left: 1px solid #ebebeb;
  padding-left: 10px;
  display: flex;
}

.cart_botm ul li a {
  color: #131313;
  font-size: 14px;
}

.cart-box {
  border-bottom: 1px solid rgba(128, 128, 128, 0.16);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.shop-cart-wrapper .cart-box:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
  padding-bottom: 0px;
}

.radio-box input[type="radio"]:checked + .radio-label::before {
  border-color: var(--primary-color);
}

.summery-wrap .cart-title {
  font-size: 20px;
}

.checkout .modal-content {
  border-radius: 6px;
}

.contact_field .form-control {
  padding-left: 85px !important;
}

.input-box .form-control,
.input-box .form-select {
  height: 45px;
}

.add_address .modal-dialog {
  max-width: 700px;
}

.advant_login ul {
  padding-left: 0px;
  list-style: none;
}

.advant_login ul li {
  position: relative;
  margin-top: 10px;
}

.advant_login ul li i {
  color: var(--primary-color);
  font-size: 14px;
}

.modal_form {
  padding: 0px 20px 20px;
}

.saved-address {
  border-bottom: 1px solid rgba(128, 128, 128, 0.16);
}

.Address-btns {
  display: flex;
}

.Address-btns a {
  padding: 0px 12px;
  border-right: 1px solid #ebebeb;
  color: #131313;
  text-decoration: none;
}

.order_detail table tr td {
  font-size: 15px;
  padding: 12px;
  color: #131313;
  text-transform: capitalize;
}

.address_modal .modal-dialog {
  max-width: 700px;
}

.share_input .blue-btn {
  color: var(--white-color);
}

.share_input .blue-btn:hover {
  color: var(--primary-color);
}

.share-wrp ul {
  justify-content: center;
  margin-top: 20px;
}

.share-wrp ul li {
  border: 0px;
}

.share-wrp li a {
  width: 60px;
  height: 60px;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.share-wrp ul li a i {
  font-size: 28px;
}

.share-wrp .fa-pinterest {
  color: #c0122d;
}

.share-wrp .fa-facebook {
  color: #3e78c3;
}

.share-wrp .fa-instagram {
  color: #ff5149;
}

.share-wrp h4 {
  text-align: center;
  font-size: 22px;
}

.featured_rating {
  display: flex;
  gap: 6px;
  align-items: center;
}

.featured_rating input {
  width: 0px;
}

.rating-md {
  line-height: 0;
}

.theme-krajee-svg .empty-stars .krajee-icon-star {
  background-image: url("../img/star-filled.png") !important;
}

.theme-krajee-svg .filled-stars .krajee-icon-star {
  background-image: url("../img/star.png") !important;
}

.price-model {
  color: #2f2f2f;
}

.add_address .iti input {
  padding-left: 85px !important;
}

.address-box .option-wrap .option_btn {
  cursor: pointer;
}

.why_getlook_wrapper {
  background-color: #fff7e5;
  padding: 20px 0px;
  border-radius: 16px;
}

.why_getlook_section {
  background-color: #fff7e5;
  background-image: url(../img/bgs.svg);
  background-position: 98%;
  background-repeat: no-repeat;
  border-radius: 16px;
  min-height: 181px;
  padding: 20px 200px 20px 20px;
}

.textColor1 {
  color: #ff21c2;
}

.why_getlook_steps {
  align-items: center;
  border: 1px solid #ff21c2;
  border-radius: 50%;
  display: flex;
  height: 16px;
  justify-content: center;
  width: 16px;
}

.textColor2 {
  color: #0f0f0f;
}

.faqs {
  padding: 80px 0px;
}

.faqs .accordion-item {
  margin-bottom: 0px;
  border: 0px;
  border-radius: 0px;
  overflow: hidden;
  border-top: 1px solid rgba(128, 128, 128, 0.16);
}

.faqs .accordion-button:not(.collapsed) {
  background-color: #0000;
  box-shadow: 0px;
}

.faqs .accordion-button {
  padding: 22px 15px 22px 0px;
  box-shadow: none !important;
  font-weight: 600;
  color: #222;
  font-size: 17px;
}

.faqs .accordion-button:not(.collapsed)::after {
  filter: brightness(0);
}

.faqs .accordion-body {
  padding-top: 0;
  padding-left: 0px;
}

.faqs .accordion-item:first-child {
  border-top: 0;
}

.shopcart_hd {
  border-bottom: 1px solid rgba(128, 128, 128, 0.16);
  margin-bottom: 25px;
}

.cart-img {
  width: 180px;
  min-width: 180px;
}

.cart-img img {
  width: 100%;
  border-radius: 0px !important;
  border: 0px;
}

.cart_desc h5 {
  margin-bottom: 5px;
}

.cart_desc p span {
  font-weight: 500;
}

.cart-proceed .price-dtl-list {
  gap: 5px;
}

.cart-proceed .price-dtl-list p:last-child {
  text-align: right;
}

.cart_desc h4 {
  font-size: 20px;
  font-weight: 400;
}

.cart_desc h4 span {
  font-weight: 500;
}

.rating_review {
  border: 1px solid #eee;
  padding: 20px;
}

.rating-block {
  background-color: var(--white-color);
  border: 0px;
  padding: 0px;
}

.review-block {
  background-color: var(--white-color);
  border-top: 1px solid #eee;
}

.recommended-shapes {
  display: none;
}

.our_features {
  background: #fff8eb;
  padding: 80px 0px;
}

.feature_box {
  background: var(--white-color);
  padding: 40px 30px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  transition: 0.5s all ease-in-out;
  box-shadow: 0px 2px 5px #dfdfdf;
}

.feature_box:hover {
  transform: translateY(-10px);
}

.feature_box p {
  margin-bottom: 0px;
}

.feature_box h4 {
  font-size: 20px;
}

.feature-icn {
  margin-bottom: 20px;
}

.feature-icn img {
  width: 65px;
}

.how-it-works {
  padding: 80px 0px;
}

.works-wrap-left {
  margin-top: 120px;
}

.works-icn img {
  width: 65px;
  margin-bottom: 20px;
}

.feature_bx_wrp h4 span {
  color: var(--primary-color);
}

.order-img img {
  width: 200px;
  height: 100%;
}

/* new landing page css  */
.swiper-pagination-bullet {
  background: var(--white-color);
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background: var(--secondary-color);
  opacity: 1;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
  min-width: 60px;
  min-height: 60px;
  border-radius: 50%;
  background: var(--white-color);
  color: #040404;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 4px #ccc;
  font-size: 0px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0px !important;
}

.swiper-button-next::after {
  background-image: url("../img/arrow-right.svg");
  background-size: 28px 16px;
}

.swiper-button-prev::after {
  background-image: url("../img/arrow-left.svg");
  background-size: 28px 16px;
}

.main-brands {
  padding: 50px 0px;
}

.main-brands ul {
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
  justify-content: space-between;
  gap: 45px;
}

.brand-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}


.brand-category {
	padding-top: 60px;
	margin-top: 100px;
	padding-bottom: 60px;
}

.brand_boxx {
  text-align: center;
  width: 100px;
}

.brand_boxx:hover img {
  transition: 0.5s;
  filter: grayscale(0);
}

.rating-wrp {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}

.star-wrp {
  display: flex;
  gap: 1px;
}

.rating-wrp i {
  color: #d7dee5;
  font-size: 11px;
}

.start-count {
  font-size: 12px;
  color: #d7dee5;
}

.brand_boxx:hover .rating-wrp i {
  color: #ffc107;
}

.brand_boxx:hover .rating-wrp .start-count {
  color: #222;
}

.browse_catgory {
	background: #fbfbfb;
	padding: 60px 0;
}

.quick__sol-item a {
  background-color: var(--white-color);
  padding: 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  border: 1px solid rgba(128, 128, 128, 0.16);
  transition: 0.5s;
  height: 100%;
}

.quick__sol-item a:hover {
  box-shadow: 0px 2px 20px #eee;
  border: 1px solid var(--white-color);
}

.quick__sol-item a img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.sol-label {
  color: #202428;
  font-size: 14px;
  font-weight: 600;
}

.quick__sol-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  list-style: none;
  padding: 0px;
}

.quick__sol-item {
  width: 15%;
}

.services_tabs .nav-tabs {
  justify-content: center;
  border-bottom: 0px;
}

.main-title {
  max-width: 800px;
  margin: auto;
}

.main-title h2 {
  color: #010188;
  font-size: 30px;
}

.main-color {
  color: #e507a8;
}

.services_sec {
	padding: 60px 0px;
	background: #fbfbfb;
}

.services_tabs .nav-tabs .nav-item .nav-link {
  border: 0px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.16);
  border-radius: 0px;
  color: rgb(155, 155, 162);
  position: relative;
  padding: 8px 20px;
  font-weight: 500;
  font-size: 18px;
}

.services_tabs .nav-tabs .nav-item .nav-link.active {
  border: 0px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.16);
  color: #0b3052;
  background: transparent;
}

.services_tabs .nav-tabs .nav-item .nav-link.active::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e507a8;
}

.product_boxx {
  padding: 20px 15px;
  border: 1px solid rgba(128, 128, 128, 0.16);
  margin-bottom: 25px;
  height: calc(100% - 25px);
  display: flex;
  flex-direction: column;
}

.product_boxx:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}

.product_boxx img {
  width: 100%;
  height: 170px;
  object-fit: contain;
  margin-bottom: 12px;
}

.product_boxx span {
  font-size: 14px;
}

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

.product_boxx .price {
  color: #e507a8;
  font-size: 20px;
  font-weight: 600;
  margin-top: auto;
}

.products_main {
  margin-top: 50px;
}

.sale_img img {
  width: 100%;
}

.banner_slider img {
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}

.section--category.section--cat-features-v2 {
  padding: 60px 0;
  text-align: center;
  position: relative;
  background: #fdeaee;
}

.section--category.section--cat-features-v2 > .container {
  position: relative;
  z-index: 9;
}

.section--category.section--cat-features-v2 .features__list.features__list-v2 {
  display: flex;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}

.section--category.section--cat-features-v2
  .features__list.features__list-v2
  li {
  max-width: calc(33% - 40px);
  -ms-flex-preferred-size: calc(33% - 40px);
  flex-basis: calc(33% - 40px);
  margin: 0 15px 20px;
  text-align: left;
}

.title--h3 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #0b3052;
}

.section--category.section--cat-features-v2 .desctop-mockup-picture {
  display: inline-block;
  width: 100%;
  max-width: 680px;
  margin-bottom: 50px;
}

.section--category.section--cat-features-v2 .desctop-mockup-picture img {
  width: 100%;
}

.section--category.section--category.section--cat-features-v2 .shape svg path {
  fill: #fff0fb;
}

.category-beaut-img {
  padding-right: 40px;
}

.category-beaut-img img {
  width: 100%;
}

.section--category.section--cat-features-v2
  .key-benefits
  .key-benefits--item
  .ico {
  width: 40px;
  min-width: 40px;
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  margin-right: 20px;
}

.section--category.section--cat-features-v2 .key-benefits {
  width: 100%;
  max-width: 750px;
  margin: 15px auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section--category.section--cat-features-v2 .key-benefits .key-benefits--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-bottom: 20px;
  text-align: left;
}

.features_list_img svg {
  width: 60px;
  margin-bottom: 12px;
}

.bottom-row {
  padding-right: 120px;
  margin-top: 40px;
}

.promot_hd {
  position: relative;
  top: 100px;
  color: var(--white-color);
}

.promot_hd h1 {
  color: var(--white-color);
  font-size: 36px;
}

.promo-wrp {
  position: relative;
}

.promo-img img {
  width: 100%;
}

.best-deals {
	padding: 60px 0;
}

.vendor-clarify {
  padding: 60px 0px;
  background-color: #fbfbfb;
}

.content-tile__content {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: var(--white-color);
  padding: 12px 16px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.content-tile__title {
  font-weight: 500;
}

.content-tile__subtitle {
  font-size: 12px;
  color: var(--white-color);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.deal-column .product_boxx {
  background: var(--white-color);
  border: 0px;
}

.deal-column .swiper_buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
  width: 120px;
  align-items: center;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 70px;
}

.deal-column .swiper-button-next::after,
.deal-column .swiper-button-prev::after {
  min-width: 45px;
  min-height: 45px;
  background-size: 22px;
}

.deal_img {
  height: calc(100% - 125px);
  margin-top: 102px;
}

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

.deal-column .product_boxx img {
  height: 150px;
}

.best-deals .title-wrap {
  position: absolute;
}

.cat-benefits__data ul {
  list-style: none;
  padding-left: 0px;
}

.cat-benefits__data ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.cat-benefits__data ul li .item.item-icon .icon {
  font-size: 22px;
  font-weight: 300;
  color: var(--secondary-color);
}

.cat-benefits__data ul li .item.item-icon {
  position: relative;
  min-width: 34px;
  width: 34px;
  margin-right: 15px;
  bottom: -2px;
}

.item.item-data h3 {
  font-size: 20px;
  color: #0b3052;
}

.vendor-dtl-img img {
  max-width: 100%;
  height: auto;
}

.sale-slider-wrap {
  position: relative;
}

/* Store page css */
.store-banner-img img {
  width: 100%;
}

.store-tabs {
  padding: 80px 0px;
}

.store-tabs .nav-tabs {
  border-bottom: 0px;
}

.store-tabs .nav-tabs .nav-link {
  position: relative;
  color: #222;
  border: 0px;
}

.store-tabs .nav-tabs .nav-link.active::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: rgb(229, 7, 168);
}

.store-name a {
  color: #222;
  text-decoration: underline;
}

.home-img img {
  width: 100%;
}

.store-tabs .tab-content {
  margin-top: 20px;
  margin-bottom: 50px;
}

.shop_dtl_wrp {
  border: 1px solid rgba(128, 128, 128, 0.16);
  padding: 20px;
}

.shop_dtl_inr {
  display: flex;
  gap: 10px;
  padding: 8px 0px;
}

.store_data h5 {
  font-size: 18px;
}

.store_data {
  width: 170px;
  min-width: 170px;
  padding-right: 20px;
  position: relative;
}

.store_data::before {
  position: absolute;
  content: ":";
  right: 8px;
  font-size: 18px;
  color: #222;
  font-weight: 600;
}

.store-title {
  background: var(--primary-color);
  padding: 40px 0px;
  color: var(--white-color);
  margin-bottom: 40px;
}

.section--category.section--yes-no {
  position: relative;
  padding: 20px 0 60px;
}

.section--category.section--yes-no .shape {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* .section--category.section--category.section--yes-no .shape .shape--left {
  background: #fdeaee;
}

.section--category.section--category.section--yes-no .shape .shape--right {
  background: #f8f8ff;
} */

.section--category.section--yes-no .shape .shape--left,
.section--category.section--yes-no .shape .shape--right {
  width: 50%;
  height: 100%;
}

.section--category.section--yes-no .advantages-and-disadvantages .row--yes-no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 25px 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
}

.section--category.section--yes-no
  .advantages-and-disadvantages
  .row--yes-no::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  margin-left: -40px;
  left: 50%;
  width: 40px;
  height: 100%;
  background: #dedee0;
  clip-path: polygon(60% 50%, 0 0, 0 100%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.section--category.section--yes-no
  .advantages-and-disadvantages
  .row--yes-no
  .item.advantages--header,
.section--category.section--yes-no
  .advantages-and-disadvantages
  .row--yes-no
  .item.disadvantages--header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.advantages-and-disadvantages h3 {
  color: #0b3052;
}

.section--category.section--yes-no
  .advantages-and-disadvantages
  .row--yes-no
  .item {
  color: #0b3052;
  width: 50%;
  position: relative;
  padding: 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section--category.section--yes-no
  .advantages-and-disadvantages
  .row--yes-no
  .item.advantages--header
  .icon,
.section--category.section--yes-no
  .advantages-and-disadvantages
  .row--yes-no
  .item.disadvantages--header
  .icon {
  display: block;
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  margin-right: 0px;
}

.section--category.section--yes-no
  .advantages-and-disadvantages
  .row--yes-no
  .item
  .icon
  img {
  width: 60px;
}

.section--category.section--yes-no
  .advantages-and-disadvantages
  .row--yes-no
  .item.disadvantages--header
  .icon
  i {
  font-size: 50px;
  color: var(--secondary-color);
}

.section--category.section--yes-no
  .advantages-and-disadvantages
  .row--yes-no
  .item.advantages--header
  .icon {
  font-size: 50px;
  color: var(--primary-color);
}

.section--category.section--yes-no
  .advantages-and-disadvantages
  .row--yes-no
  .item
  .icon
  .ico {
  font-weight: 300;
  font-size: 20px;
}

.section--category.section--yes-no
  .advantages-and-disadvantages
  .row--yes-no
  .item
  .icon {
  display: block;
  width: 30px;
  min-width: 30px;
  margin-right: 15px;
  text-align: center;
  position: relative;
  bottom: -4px;
}

.section--category.section--category.section--yes-no
  .advantages-and-disadvantages
  .row--yes-no::before {
  background: #fdeaee;
}

.section--category.section--yes-no
  .advantages-and-disadvantages
  .row--yes-no:hover::before {
  margin-left: 0;
  visibility: visible;
  opacity: 1;
}

.section--category.section--yes-no
  .advantages-and-disadvantages
  .row--yes-no:hover {
  -webkit-box-shadow: 10px 15px 35px -15px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 15px 35px -15px rgba(0, 0, 0, 0.15);
  background: hsla(0, 0%, 100%, 0.3);
}

.section--category.section--yes-no
  .advantages-and-disadvantages
  .row--yes-no:hover
  .item.item--no
  .icon
  .ico {
  color: var(--secondary-color);
}

.section--category.section--yes-no
  .advantages-and-disadvantages
  .row--yes-no:hover
  .item.item--yes
  .icon
  .ico {
  color: var(--primary-color);
}

.section--category.section--yes-no
  .advantages-and-disadvantages
  .header-row--yes-no:hover::before {
  display: none;
}

.section--category.section--yes-no
  .advantages-and-disadvantages
  .header-row--yes-no:hover {
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.section--category.section--yes-no
  .advantages-and-disadvantages
  .row--yes-no
  .item
  p {
  color: #222;
}

.mrgn_top {
  margin-top: 30px;
}

/* =============== COUNTER CSS STARTS HERE =============== */
.counter-section {
	width: 100%;
	height: auto;
	padding-top: 60px;
	margin-top: 80px;
	padding-bottom: 60px;
}

.counter-section .counter-inr .counter-box {
  text-align: center;
}

.counter-inr {
  background: #fdeaee;
  padding: 50px;
  border-radius: 20px;
}

.counter-section .counter-inr .counter-box.bx2 {
  border-left: 1px solid var(--white-color);
  border-right: 1px solid var(--white-color);
}

.counter-section .counter-inr .counter-box.bx3 {
  border-right: 1px solid var(--white-color);
}

.counter-section .counter-inr .counter-box .counter-number {
  font-size: 32px;
  line-height: normal;
  color: #0b3052;
  font-weight: 700;
  margin-bottom: 0;
  min-width: 110px;
}

.counter-section .counter-inr .counter-box .plus {
  font-size: 32px;
  line-height: normal;
  color: #0b3052;
  font-weight: 700;
  margin-bottom: 0;
}

.counter-inr .title-wrap p {
  color: #222;
}

.counter-right {
  background: var(--white-color);
  padding: 50px 30px;
  border-radius: 10px;
  margin-top: -100px;
  border: 2px solid #e6ebf7;
  position: relative;
}

.counter-section .counter-inr .counter-box .text {
  font-size: 16px;
  color: #222;
  margin-bottom: 0;
}

.counter-box.bx1,
.counter-box.bx2 {
  margin-bottom: 22px;
}

.counter-inr .title-wrap {
  padding-right: 50px;
}

.flower-top,
.flower-bottom {
  position: absolute;
}

.flower-top {
  top: -170px;
  right: -78px;
  z-index: 0;
}

.flower-bottom {
  bottom: -112px;
  left: -48px;
  z-index: 0;
}

.flower-bottom img {
  width: 90px;
}

/* =============== COUNTER CSS ENDS HERE =============== */
.bcw-scan__area {
  padding: 60px 0px;
}

.bcw-scan__img span {
  position: absolute;
  top: 0;
  left: 246px;
  z-index: -1;
  width: 33%;
  animation: toptobottom2 30s linear infinite;
}

@keyframes toptobottom2 {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(-62%);
  }

  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes toptobottom2 {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(-62%);
  }

  100% {
    transform: translateY(0%);
  }
}

.bcw-scan__img img {
  margin-bottom: -4px;
}

.bcw-ba__right-img,
.bcw-scan__img {
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: right;
  padding-bottom: 3px;
}

.scan-area__box h1 {
  font-weight: 600;
  font-size: 34px;
  color: #0b3052;
}

.scan-area__box p {
  margin-bottom: 40px;
  font-weight: 500;
  color: #222;
}

.scan__and-ios-img {
  display: flex;
  flex-direction: column;
}

.scan__and-ios {
  display: flex;
  align-items: center;
  gap: 80px;
}

.scan__and-ios-img span {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  color: #0b3052;
}

.scan__and-ios-img .barcode-img {
  padding: 10px;
  background: var(--white-color);
}

.scan__and-ios-stor {
  margin-top: 20px;
}

.scan__and-ios-img img {
  width: 160px;
}

.small-heading {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #222;
  text-transform: capitalize;
}

.expertise-left-box p {
  font-weight: 500;
}

/* partener brands css */
.partener_brands {
  padding-top: 60px;
  padding-bottom: 60px;
}

.partener_brands ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0px;
}

.partener_brands ul li {
  width: 20%;
}

.partener_brands ul li a {
  display: inline-flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border: 1px dashed #e6e1e1;
}

.partener_brands ul li a:hover img {
  transform: scale(1.1);
  transition: 0.5s all ease-in-out;
}

.partener_brands ul li a img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  transition: 0.5s all ease-in-out;
  margin-bottom: 10px;
  object-position: top;
}

/* partener brands css End*/

/* Testimonial css */
.testimonials-sec {
  padding: 60px 0px;
  background: #fdeaee;
}

.testimonials-left .reviews_buttons {
  display: flex;
  gap: 10px;
  margin-top: 60px;
  position: relative;
}

.testimonials-left .swiper-button-next::after,
.testimonials-left .swiper-button-prev::after {
  min-width: 45px;
  min-height: 45px;
  background-size: 22px;
}

.testimonials-left .swiper-button-next {
  left: 75px;
  top: 25px;
}

.testimonials-left .swiper-button-prev {
  left: 0px;
  top: 25px;
}

.testimonials-left h2 {
  margin-bottom: 25px;
}

.testimonials-sec .swiper {
  padding: 1px;
}

.feedback-rating {
  margin-bottom: 30px;
}

.feedback-rating h1 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 0px;
}

.testimonials-left p {
  font-size: 24px;
  font-weight: 500;
}

.client-box {
  border: 1px solid rgba(33, 33, 33, 0.1);
  border-radius: 0px;
  padding: 25px;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 370px;
  background: var(--white-color);
}

.client-review-txt {
  line-height: 30px;
  border-bottom: 1px solid rgba(33, 33, 33, 0.1);
  padding-bottom: 40px;
  margin-bottom: 30px;
  color: #212121;
}

.client-name p {
  color: #212121;
}

.review-star ul li i {
  font-size: 24px;
  color: #f8a401;
}

.box-top img {
  width: 40px;
  margin-bottom: 20px;
  filter: opacity(0.3);
}

.client-box p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

/* Testimonial css End*/
#suggestions-box {
  position: absolute;
  top: 49px;
  background: var(--white-color);
  z-index: 9;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  list-style: none;
  padding: 10px 15px;
  max-height: 140px;
  overflow: auto;
  display: none;
}

#suggestions-box .service-item,
#suggestions-box .product-item {
  padding: 5px 0px;
}

#suggestions-box .service-item a,
#suggestions-box .product-item a {
  color: #131313;
}

.Pending {
  color: #131313;
  background-color: RGB(255, 193, 7);
}

.Processed,
.Returned {
  background-color: #6c757d;
}

.Dispatched {
  background-color: rgb(13, 110, 253);
}

.Delievered {
  background-color: rgb(25, 135, 84);
}

.Cancelled {
  background-color: rgb(220, 53, 69);
}

.products_main .summary {
  display: none;
}

.clinet-bottom-box {
  border-top: 1px solid rgba(33, 33, 33, 0.1);
  padding-top: 10px;
}

.banner .swiper-button-lock,
.deal-column .swiper-button-lock {
  display: flex;
}

.shop-img {
  min-height: 160px;
  height: 160px;
  overflow: hidden;
}

.deal-column .shop-dis h4 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: 500;
}

.deal-column .shop-dis h4 {
  min-height: inherit;
}

.partener_brands ul li p {
  color: #222;
}

.partener_brands ul li p {
  color: #222;
  margin-bottom: 0px;
}

.partener_brands ul li p strong {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

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

.cart-qty {
  display: flex;
  align-items: center;
  gap: 3px;
}

.cart-qty button {
  background-color: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  padding: 0px 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  text-decoration: none !important;
}

.cart-qty button:hover {
  background-color: transparent;
  color: var(--primary-color);
  border-color: var(--primary-color) !important;
}

.cart-qty input {
  width: 50px;
  padding: 4px 13px;
  border-radius: 4px;
  border: none;
  background: #f4f4f4;
  color: #000;
  text-align: center;
  border: 1px solid #ccc;
}
/**** Contact form css start  *****/

.contact-form-btn {
  display: inline-flex;
  padding: 10px 20px;
  background: #010188;
  text-decoration: none;
  color: var(--white-color);
  transition: all 0.3sease-in-out;
  border: 1px solid #010188;
  gap: 6px;
  align-items: center;
  justify-content: center;
}

.contact-form-btn:hover {
  background: transparent;
  color: #010188;
}

.contact-group .card {
  padding: 24px;
  border: 1px solid #eee !important;
}

.contact-group .card .icon {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #010188;
}

.contact-group .card .icon span {
  color: var(--white-color);
}

.hover-star {
  position: relative;
}

.custom-hover-box {
  position: absolute;
  left: 0;
  width: 300px;
  background: var(--white-color);
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 999;
  display: none;
}

.custom-hover-box ul.histogram {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.custom-hover-box ul.histogram li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.custom-hover-box hr {
  margin: 10px 0;
}

.theme-krajee-svg.rating-md .krajee-icon,
.theme-krajee-svg.rating-md .krajee-icon-clear {
  width: 1rem !important;
  height: 1rem !important;
}

.card {
  border: 1px solid #ebebeb !important;
}

.b2b-contact-box .icon {
  height: 40px;
  width: 40px;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff96e23d;
  color: var(--secondary-color);
}

.b2b-contact-box a {
  color: var(--secondary-color);
}

.order-tracking .tracking-wrapper {
  position: relative;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.order-tracking .tracking-wrapper::before {
  content: "";
  position: absolute;
  left: 2.5%;
  right: 2.5%;
  top: 50%;
  height: 4px;
  background: linear-gradient(90deg, #e9ecef, #e9ecef);
  z-index: 1;
  border-radius: 4px;
}

.order-tracking .step {
  position: relative;
  z-index: 2;
  flex: 1 0 150px;
  min-width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}

.order-tracking .step .icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.order-tracking .step .label {
  font-size: 13px;
}

.order-tracking .step .label small {
  display: block;
  color: #6c757d;
  font-size: 12px;
}

.step.completed .icon {
  background: linear-gradient(135deg, #28a745, #20c997);
}

.step.in-progress .icon {
  background: linear-gradient(135deg, #ff8a00, #ff4d4f);
}

.step.pending .icon {
  background: linear-gradient(135deg, #adb5bd, #868e96);
}

.step.completed .icon i {
  color: #fff;
}

.step.in-progress .icon i {
  color: #fff;
}

.step.pending .icon i {
  color: #fff;
}

.order-tracking .step::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.6);
  left: 50%;
  margin-left: -6px;
  z-index: 3;
  border: 3px solid rgba(0, 0, 0, 0.06);
}

.step.completed::after {
  border-color: rgba(40, 167, 69, 0.9);
  background: #fff;
  box-shadow: 0 0 0 6px rgba(40, 167, 69, 0.12);
}

.step.in-progress::after {
  border-color: rgba(255, 77, 79, 0.95);
  background: #fff;
  box-shadow: 0 0 0 6px rgba(255, 77, 79, 0.12);
}

.step.pending::after {
  border-color: rgba(108, 117, 125, 0.8);
  background: #fff;
  box-shadow: 0 0 0 6px rgba(108, 117, 125, 0.06);
}

.step-line {
  position: absolute;
  left: 50%;
  top: 25px;
  width: 100%;
  height: 4px;
}

.product-create .step-progress-bar {
  position: absolute;
  top: 33%;
  left: 30%;
  transform: translate(-25%, -50%);
  width: 80%;
  margin: 0 auto;
}

.shop-item del {
  color: #888;
}

.shop-item del span {
  font-size: 14px !important;
  color: #888;
}

.off-price {
  color: #22a622;
  font-size: 14px;
  white-space: pre;
}

.card {
  border-radius: 0 !important;
}
