/*======================================
    Variables
========================================*/
/*======================================
    Normalize CSS
========================================*/
/*@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Proxima Nova Rg";
  font-weight: normal;
  overflow-x: hidden;
  font-size: 15px;
  color: #222222;
}

p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
}

* {
  margin: 0;
  padding: 0;
}

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  outline: none !important;
  border-color: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input.form-check-input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 1.5px solid #ccc;
  border-radius: 50% !important; /* 🔥 override bootstrap */
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  cursor: pointer;
  margin-top: 2px;
  position: relative;
}

input.form-check-input[type="checkbox"]:checked {
  background-color: #ff6b81;
  border-color: #ff6b81;
}

select {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: #081828;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: -internal-light-dark(white, #3b3b3b);
  cursor: default;
  margin: 0em;
  font: 400 14px;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark(#767676, #858585);
  -o-border-image: initial;
  border-image: initial;
}

span,
a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
  transition: box-shadow 0.4s ease-in-out, transform 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0px;
  color: #081828;
  font-family: "Proxima Nova SB";
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

::-webkit-input-placeholder {
  font-size: 14px;
}

:-ms-input-placeholder {
  font-size: 14px;
}

::placeholder {
  font-size: 14px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-205 {
  margin-top: 205px;
}

.mt-210 {
  margin-top: 210px;
}

.mt-215 {
  margin-top: 215px;
}

.mt-220 {
  margin-top: 220px;
}

.mt-225 {
  margin-top: 225px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

/* Bread Crumbs */
.breadcrumbs {
  position: relative;
  padding-bottom: 100px;
  padding-top: 180px;
  z-index: 2;
  text-align: left;
  background-color: #ff6b81;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs {
    padding-bottom: 60px;
    padding-top: 120px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs {
    padding-bottom: 60px;
    padding-top: 120px;
  }
}

.breadcrumbs .breadcrumbs-content {
  position: relative;
  text-align: center;
}

.breadcrumbs .breadcrumbs-content .page-title {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  position: relative;
  line-height: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs .breadcrumbs-content .page-title {
    font-size: 28px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs .breadcrumbs-content .page-title {
    font-size: 25px;
    line-height: 38px;
  }
}

.breadcrumbs .breadcrumbs-content .breadcrumb-nav {
  background: transparent;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  display: inline-block;
}

.breadcrumbs .breadcrumb-nav {
  text-align: center;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs .breadcrumb-nav {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs .breadcrumb-nav {
    margin-top: 8px;
  }
}

.breadcrumbs .breadcrumb-nav li {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  text-transform: capitalize;
}

.breadcrumbs .breadcrumb-nav li:after {
  content: "\ea5c";
  font-family: lineIcons;
  font-size: 10px;
  position: absolute;
  top: 4px;
  right: -7px;
}

.breadcrumbs .breadcrumb-nav li:last-child {
  margin: 0;
  padding: 0;
}

.breadcrumbs .breadcrumb-nav li:last-child::after {
  display: none;
}

.breadcrumbs .breadcrumb-nav li,
.breadcrumbs .breadcrumb-nav li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.breadcrumbs .breadcrumb-nav li a {
  position: relative;
}

.breadcrumbs .breadcrumb-nav li a:hover {
  text-decoration: underline;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* Section Title */
.section-title {
  text-align: center;
  margin-bottom: 80px;
  padding: 0 300px;
  position: relative;
  z-index: 5;
}

.section-title h3 {
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  color: #ff6b81;
  text-transform: uppercase;
}

.section-title h2 {
  font-size: 34px;
  margin-bottom: 25px;
  line-height: 42px;
  text-transform: capitalize;
  position: relative;
  font-weight: 800;
}

.section-title p {
  font-size: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    padding: 0px 200px;
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    padding: 0px 20px;
    margin-bottom: 70px;
  }

  .section-title h3 {
    font-size: 14px;
  }

  .section-title h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .section-title p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .section-title {
    padding: 0px 10px;
    margin-bottom: 60px;
  }

  .section-title h3 {
    font-size: 14px;
  }

  .section-title h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 18px;
  }

  .section-title p {
    font-size: 14px;
  }
}

.section-title.align-right {
  padding: 0;
  padding-left: 600px;
}

.section-title.align-right h2:before {
  display: none;
}

.section-title.align-right h2:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 2px;
  width: 50px;
  background: #ff6b81;
  content: "";
}

.section-title.align-left {
  padding: 0;
  padding-right: 600px;
}

.section-title.align-left h2:before {
  left: 0;
  margin-left: 0;
}

/* One Click Scrool Top Button*/
.scroll-top {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #ff6b81;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #fff !important;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 5px;
}

.scroll-top:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  background-color: #081828;
}

/* Overlay */
.overlay {
  position: relative;
  z-index: 1;
}

.overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #081828;
  content: "";
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

/* Pagination CSS */
.pagination {
  text-align: left;
  margin: 40px 0 0 0;
  display: block;
}

.pagination.center {
  text-align: center;
}

.pagination.right {
  text-align: right;
}

.pagination.left {
  text-align: left;
}

.pagination .pagination-list {
  display: inline-block;
  overflow: hidden;
}

.pagination .pagination-list li {
  margin-right: 5px;
  display: inline-block;
  margin-top: 10px;
}

.pagination .pagination-list li:last-child {
  margin-right: 0px;
}

.pagination .pagination-list li a {
  background: #fff;
  color: #081828;
  font-weight: 400;
  font-size: 14px;
  border-radius: 5px;
  padding: 8px 20px;
  text-align: center;
  border: 1px solid #eee;
}

.pagination .pagination-list li.active a,
.pagination .pagination-list li:hover a {
  background: #ff6b81;
  color: #fff;
  border-color: transparent;
}

.pagination .pagination-list li a i {
  font-size: 13px;
}

.blog-grids.pagination {
  margin-top: 50px;
  text-align: center;
}

.button .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 30px;
  background-color: #ff6b81;
  color: #fff;
  border: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  margin-right: 7px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button .btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .button .btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

.button .btn i {
  display: inline-block;
  margin-right: 5px;
}

.button .btn:last-child {
  margin: 0;
}

.button .btn:hover {
  color: #fff;
  background-color: #081828;
  -webkit-box-shadow: 0px 4px 4px #0000000f;
  box-shadow: 0px 4px 4px #0000000f;
}

.button .btn-alt {
  color: #fff !important;
  background: transparent !important;
  border: 2px solid #fff;
  padding: 11px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button .btn-alt {
    padding: 10px 30px;
  }
}

@media (max-width: 767px) {
  .button .btn-alt {
    padding: 10px 30px;
  }
}

.button .btn-alt:hover {
  background-color: #fff !important;
  color: #ff6b81 !important;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

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

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}

.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px;
}

.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #ff6b81;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*======================================
	Start Header CSS
========================================*/
.header {
  width: 100%;
  background: transparent;
  /*position: absolute;*/
  width: 100%;
  left: 0;
  top: 0;
  /*
  padding-top:20px;
  padding-bottom:20px;
  */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .mobile-menu-btn .toggler-icon {
    background-color: #000;
  }

  .header .navbar-collapse {
    position: absolute;
    top: 67px !important;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-radius: 6px;
  }

  .header .navbar .navbar-nav .nav-item a:hover {
    color: #ff6b81 !important;
  }

  .header .navbar .navbar-nav .nav-item a.active {
    color: #ff6b81 !important;
  }

  .header .navbar-nav .nav-item {
    margin: 0;
  }

  .header .navbar-nav .nav-item:hover a {
    color: #ff6b81;
  }

  .header .navbar-nav .nav-item a {
    padding: 12px 16px !important;
  }

  .header .navbar-nav .nav-item a::before {
    display: none;
  }

  .header .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 12px 12px;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
    color: #ff6b81 !important;
  }

  .header .navbar-nav .nav-item a {
    color: #051441;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
  }

  .header .navbar-nav .nav-item a::after {
    opacity: 1;
    visibility: visible;
  }

  .header .navbar-nav .nav-item .sub-menu li.active {
    background: #fff !important;
    color: #ff6b81 !important;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item {
    margin: 0 !important;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 10px 12px !important;
  }

  .header .navbar-nav .nav-item .sub-menu li:hover {
    background: #fff !important;
    color: #ff6b81 !important;
  }

  .header .navbar-nav .nav-item a {
    font-size: 14px;
  }

  .header .navbar-nav .nav-item a:hover {
    color: #ff6b81;
  }
}

@media (max-width: 767px) {
  .header .mobile-menu-btn .toggler-icon {
    background-color: #000;
  }

  .header .navbar-collapse {
    position: absolute;
    top: 58px !important;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-radius: 6px;
  }

  .header .navbar .navbar-nav .nav-item a:hover {
    color: #ff6b81 !important;
  }

  .header .navbar .navbar-nav .nav-item a.active {
    color: #ff6b81 !important;
  }

  .header .navbar-nav .nav-item {
    margin: 0;
  }

  .header .navbar-nav .nav-item:hover a {
    color: #ff6b81;
  }

  .header .navbar-nav .nav-item a {
    padding: 12px 16px !important;
  }

  .header .navbar-nav .nav-item a::before {
    display: none;
  }

  .header .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 12px 12px;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
    color: #ff6b81 !important;
  }

  .header .navbar-nav .nav-item a {
    color: #051441;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
  }

  .header .navbar-nav .nav-item a::after {
    opacity: 1;
    visibility: visible;
  }

  .header .navbar-nav .nav-item .sub-menu li.active {
    background: #fff !important;
    color: #ff6b81 !important;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item {
    margin: 0 !important;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 10px 12px !important;
  }

  .header .navbar-nav .nav-item .sub-menu li:hover {
    background: #fff !important;
    color: #ff6b81 !important;
  }

  .header .navbar-nav .nav-item a {
    font-size: 14px;
  }

  .header .navbar-nav .nav-item a:hover {
    color: #ff6b81;
  }
}

/* @media (max-width: 767px) {
  .header .button {
    display: none;
  }
} */

.header .button .btn {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 30px;
}

.header .button .btn:hover {
  background-color: #fff;
  color: #ff6b81;
}

.header .navbar-brand img {
  width: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-brand img {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .header .navbar-brand img {
    width: 100px;
  }

  .right_side_ul li {
    padding: 0 3px !important;
    scale: 0.9;
  }
}

.header.sticky .navbar-brand .white-logo {
  opacity: 0;
  visibility: hidden;
}

.header.sticky .navbar-brand .dark-logo {
  opacity: 1;
  visibility: visible;
}

.header.sticky .button .btn {
  background-color: #ff6b81;
  color: #fff;
  border-color: transparent;
}

.header.sticky .button .btn:hover {
  background-color: #081828;
  color: #fff;
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: 0;
}

.navbar-expand-lg .navbar-nav {
  margin: 0;
  margin-left: auto !important;
  margin-right: auto !important;
}

.header .navbar .navbar-nav .nav-item a.active {
  color: #ff6b81;
}

.sticky .navbar .navbar-nav .nav-item a.active {
  color: #ff6b81;
}

.sticky .navbar .navbar-nav .nav-item a {
  color: #081828;
}

.header .navbar .navbar-nav .nav-item .sub-menu a.active {
  color: #fff;
}

.sticky .navbar .navbar-nav .nav-item .sub-menu a.active {
  color: #fff;
}

.sticky .navbar .mobile-menu-btn .toggler-icon {
  background: #333;
}

/*===== NAVBAR =====*/
.navbar-area {
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-area.sticky {
  position: fixed;
  z-index: 99;
  background: #ff6b81;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #fff;
  padding: 0px 0;
}

.navbar {
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-brand {
  padding-left: 0;
  border-radius: 0;
  margin-right: 0px;
}

.mobile-menu-btn {
  padding: 0px;
}

.mobile-menu-btn:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mobile-menu-btn .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #222;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

.navbar-nav .nav-item {
  z-index: 1;
  position: relative;
  margin-right: 40px;
}

.navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}

.navbar-nav .nav-item:hover a {
  color: #000000;
}

.sticky .navbar-nav .nav-item:hover a {
  color: #ff6b81;
}

.navbar-nav .nav-item a {
  font-size: 16px;
  color: #222222;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  padding: 35px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: all 0.3s ease-out 0s;
  position: relative;
  text-transform: uppercase;
}

.navbar-nav .nav-item a::after {
  opacity: 0;
  visibility: hidden;
}

.navbar-nav .nav-item:hover a:before {
  width: 100%;
}

.navbar-nav .nav-item a.active {
  color: #fff;
}

.navbar-nav .nav-item a.dd-menu::after {
  content: "\ea58";
  font: normal normal normal 1em/1 "LineIcons";
  position: absolute;
  right: 17px;
  font-size: 10px;
  top: 50%;
  margin-left: 5px;
  margin-top: 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a.dd-menu::after {
    right: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .navbar-nav .nav-item a.dd-menu::after {
    top: 18px;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .navbar-nav .nav-item a.collapsed::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.navbar-nav .nav-item:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navbar-nav .nav-item:hover > .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.navbar-nav .nav-item .sub-menu {
  padding: 30px;
  min-width: 240px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px #0000001a;
  box-shadow: 0px 5px 20px #0000001a;
  position: absolute;
  top: 110% !important;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0 0 4px 4px;
  border-radius: 5px;
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100% !important;
}

.navbar-nav .nav-item .sub-menu .nav-item {
  width: 100%;
  margin-bottom: 15px;
}

.navbar-nav .nav-item .sub-menu .nav-item:last-child {
  margin: 0;
}

.navbar-nav .nav-item .sub-menu .nav-item a {
  padding: 0;
  color: #888;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.navbar-nav .nav-item .sub-menu .nav-item a:hover {
  color: #ff6b81;
}

.navbar-nav .nav-item .sub-menu.left-menu {
  left: -100%;
}

.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: none;
  }
}

.navbar-nav .nav-item .sub-menu > li {
  display: block;
  margin-left: 0;
}

.navbar-nav .nav-item .sub-menu > li:last-child {
  border: none;
}

.navbar-nav .nav-item .sub-menu > li.active > a {
  color: #ff6b81 !important;
}

.navbar-nav .nav-item .sub-menu > li > a {
  font-weight: 400;
  display: block;
  padding: 12px 15px;
  font-size: 14px;
  color: #222;
  font-weight: 400;
}

.navbar-nav .nav-item .sub-menu > li:first-child a {
  border: none;
}

.add-list-button {
  display: inline-block;
  margin-left: 10px;
}

.add-list-button .btn i {
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
}

/*======================================
     End Header CSS
  ========================================*/
/*======================================
    Hero Area CSS
========================================*/
.hero-area {
  position: relative;
  /*padding: 120px 0 30px 0;*/
}

.hero-area .swiper-slide img {
  border-radius: 20px;
}

.hero-area .hero-image img {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-image {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-image {
    margin-top: 40px;
  }
}

.hero-area .hero-content {
  border-radius: 0;
  position: relative;
  z-index: 1;
  text-align: left;
}

.hero-area .hero-content h1 {
  font-size: 38px;
  font-weight: 800;
  line-height: 50px;
  color: #fff;
  text-shadow: 0px 3px 8px #00000017;
  text-transform: capitalize;
}

.hero-area .hero-content h1 span {
  display: block;
}

.hero-area .hero-content p {
  margin-top: 30px;
  font-size: 15px;
  color: #fff;
}

.hero-area .hero-content .button {
  margin-top: 40px;
}

.hero-area .hero-content .button .btn {
  background-color: #fff;
  color: #ff6b81;
  margin-right: 12px;
}

.hero-area .hero-content .button .btn i {
  font-size: 17px;
}

.hero-area .hero-content .button .btn:hover {
  background-color: #081828;
  color: #fff;
}

.hero-area .hero-content .button .btn.btn-alt {
  background-color: #ffffff6b;
  color: #fff;
}

.hero-area .hero-content .button .btn.btn-alt:hover {
  background-color: #fff;
  color: #ff6b81;
}

@media (max-width: 767px) {
  .hero-area .hero-content .button .video-button {
    margin-top: 20px;
  }
}

.hero-area .hero-content .button .video-button .text {
  display: inline-block;
  margin-left: 15px;
  color: #fff;
  font-weight: 500;
}

.hero-area .hero-content .button .video-button:hover .video {
  color: #fff;
  background-color: #081828;
}

.hero-area .hero-content .button .video-button .video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #ff6b81;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 10px;
  font-size: 16px;
  padding-left: 3px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.hero-area .hero-content .button .video-button .video:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border-2 2s linear infinite;
  animation: pulse-border-2 2s linear infinite;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-content h1 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content {
    text-align: center;
  }

  .hero-area .hero-content h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
  }

  .hero-area .hero-content p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content {
    padding: 0 10px;
    text-align: center;
  }

  .hero-area .hero-content h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .hero-area .hero-content p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .hero-area .hero-content .button .btn {
    width: 60%;
    margin: 0;
    margin-bottom: 7px;
  }

  .hero-area .hero-content .button .btn:last-child {
    margin: 0;
  }
}

/*======================================
    Features Area CSS
========================================*/

.features .section-title {
  margin-bottom: 30px;
}

.features .single-feature {
  text-align: left;
  padding: 35px;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  margin-top: 30px;
  border: 1px solid #eee;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.features .single-feature:hover {
  -webkit-box-shadow: 0px 3px 5px #00000017;
  box-shadow: 0px 3px 5px #00000017;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.features .single-feature i {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background-color: #ff6b81;
  color: #fff;
  font-size: 20px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 4px 6px #0000002a;
  box-shadow: 0px 4px 6px #0000002a;
  margin-bottom: 30px;
}

.features .single-feature h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.features .single-feature p {
  line-height: 22px;
}

/*======================================
    Our Achievement CSS
========================================*/
.our-achievement {
  background-color: #ff6b81;
  text-align: center;
  padding: 130px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-achievement {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .our-achievement {
    padding: 60px 0;
  }
}

.our-achievement .title h2 {
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 10px;
}

.our-achievement .title p {
  color: #fff;
}

.our-achievement .single-achievement {
  margin-top: 50px;
  text-align: center;
  padding: 0px 10px;
}

.our-achievement .single-achievement h3 {
  font-size: 35px;
  font-weight: 800;
  display: block;
  margin-bottom: 5px;
  color: #fff;
}

.our-achievement .single-achievement p {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .our-achievement .title h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .our-achievement .single-achievement {
    margin-top: 30px;
  }

  .our-achievement .single-achievement h3 {
    font-size: 28px;
  }
}

/*=============================
	Pricing Table CSS
===============================*/
.pricing-table {
  background-color: #f9f9f9;
}

.pricing-table .section-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .pricing-table .section-title {
    margin-bottom: 30px;
  }
}

.pricing-table .single-table {
  border: 1px solid #eee;
  border-radius: 10px;
  margin-top: 30px;
  background-color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.pricing-table .single-table:hover:hover {
  -webkit-box-shadow: 0px 3px 5px #00000017;
  box-shadow: 0px 3px 5px #00000017;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.pricing-table .single-table .table-head {
  padding: 25px;
  border-bottom: 1px solid #eee;
}

.pricing-table .single-table .table-head .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.pricing-table .single-table .table-head p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.pricing-table .single-table .table-head .price {
  padding: 30px 0;
}

.pricing-table .single-table .table-head .price .amount {
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
}

.pricing-table .single-table .table-head .price .amount .duration {
  display: inline-block;
  font-size: 14px;
  color: #888;
  font-weight: 400;
  margin-left: 3px;
}

.pricing-table .single-table .table-head .button .btn {
  width: 100%;
  padding: 12px 30px;
  font-size: 13px;
  background-color: #081828;
}

.pricing-table .single-table .table-head .button .btn:hover {
  background-color: #ff6b81;
  color: #fff;
}

.pricing-table .single-table .table-content {
  padding: 25px;
}

.pricing-table .single-table .table-content .middle-title {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.pricing-table .single-table .table-content .table-list li {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  margin-bottom: 13px;
}

.pricing-table .single-table .table-content .table-list li:last-child {
  margin: 0;
}

.pricing-table .single-table .table-content .table-list li i {
  color: #ff6b81;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 4px;
}

/*======================================
    Call To Action CSS
========================================*/
.call-action {
  background-color: #ff6b81;
}

.call-action .cta-content {
  text-align: center;
  padding: 0px 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action .cta-content {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .call-action .cta-content {
    padding: 0;
  }
}

.call-action .cta-content h2 {
  color: #fff;
  line-height: 50px;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action .cta-content h2 {
    font-size: 32px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .call-action .cta-content h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

.call-action .cta-content p {
  color: #fff;
  padding: 0px 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action .cta-content p {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .call-action .cta-content p {
    padding: 0;
  }
}

.call-action .cta-content .button {
  margin-top: 40px;
}

.call-action .cta-content .button .btn {
  background-color: #fff;
  color: #ff6b81;
}

.call-action .cta-content .button .btn:hover {
  color: #fff;
  background-color: #081828;
}

/*======================================
	Error 404 CSS
========================================*/
.error-area {
  height: 100vh;
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  vertical-align: middle;
}

.d-table-cell {
  display: table-cell !important;
}

.error-area .error-content h1 {
  font-size: 100px;
  color: #ff6b81;
  margin-bottom: 25px;
  font-weight: 800;
  line-height: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-area .error-content h1 {
    font-size: 60px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .error-area .error-content h1 {
    font-size: 45px;
    line-height: 30px;
  }
}

.error-area .error-content h2 {
  font-size: 25px;
  margin-bottom: 10px;
  color: #081828;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-area .error-content h2 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .error-area .error-content h2 {
    font-size: 18px;
  }
}

.error-area .error-content p {
  font-weight: 400;
  margin-bottom: 40px;
  color: #888;
}

/*======================================
	Footer CSS
========================================*/
.footer {
  position: relative;
}

.footer .footer-top {
  padding: 40px 0;
  background-color: #ccc9c7;
}

@media (max-width: 767px) {
  .footer .single-footer {
    margin-top: 40px;
  }
}
/*
.footer .single-footer.f-about {
  padding-right: 30px;
}
*/

.footer .single-footer.f-about .logo img {
  width: 95px;
}

.footer .single-footer.f-about p {
  color: #333333;
  margin-top: 20px;
  font-size: 14px;
  font-family: "Proxima Nova Rg";
  font-weight: normal;
}

.footer .single-footer.f-about .social {
  margin-top: 30px;
}

.footer .single-footer.f-about .social li {
  display: inline-block;
  margin-right: 17px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer.f-about .social li {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .footer .single-footer.f-about .social li {
    margin-bottom: 10px;
  }
}

.footer .single-footer.f-about .social li:last-child {
  margin: 0;
}

.footer .single-footer.f-about .social li a {
  color: #333333;
  font-size: 15px;
}

.footer .single-footer.f-about .social li a:hover {
  color: #ff6b81;
}

.footer .single-footer.f-about .social li:last-child {
  margin: 0;
}

.footer .single-footer.f-about .copyright-text {
  color: #333333;
  font-size: 14px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .footer .single-footer.f-about .copyright-text {
    margin-top: 20px;
  }
}

.footer .single-footer.f-about .copyright-text a {
  color: #333333;
}

.footer .single-footer.f-about .copyright-text a:hover {
  color: #ff6b81;
}

.footer .single-footer.f-link li {
  display: block;
  margin-bottom: 12px;
}

.footer .single-footer.f-link li:last-child {
  margin: 0;
}

.footer .single-footer.f-link li a {
  font-size: 15px;
  font-family: "Proxima Nova Rg";
  font-weight: normal;
  color: rgba(34, 34, 34, 0.8);
}

.footer .single-footer.f-link li a:hover {
  color: #ff6b81;
}

.footer .single-footer h3 {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 35px;
  color: #333333;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer h3 {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .footer .single-footer h3 {
    margin-bottom: 25px;
  }
}

.footer .footer-newsletter {
  padding-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-newsletter {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .footer .footer-newsletter {
    padding-bottom: 60px;
    text-align: center;
  }
}

.footer .footer-newsletter .inner-content {
  border: 2px solid rgba(238, 238, 238, 0.171);
  padding: 50px;
  border-radius: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-newsletter .inner-content {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .footer .footer-newsletter .inner-content {
    padding: 30px;
  }
}

.footer .footer-newsletter .title {
  position: relative;
}

.footer .footer-newsletter .title h3 {
  color: #333333;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-newsletter .title h3 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .footer .footer-newsletter .title h3 {
    font-size: 16px;
  }
}

.footer .footer-newsletter .title p {
  font-size: 15px;
  color: #333333;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-newsletter .title p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .footer .footer-newsletter .title p {
    font-size: 14px;
  }
}

.footer .footer-newsletter .title p a {
  color: #ff6b81;
  text-decoration: underline;
}

.footer .footer-newsletter .title p a:hover {
  color: #fff;
}

.footer .footer-newsletter .newsletter-form {
  position: relative;
}

@media (max-width: 767px) {
  .footer .footer-newsletter .newsletter-form {
    margin-top: 30px;
  }
}

.footer .footer-newsletter .newsletter-form input {
  height: 48px;
  width: 300px;
  display: inline-block;
  background: transparent;
  border: none;
  color: #fff;
  border-radius: 0;
  padding: 0 20px;
  color: #fff !important;
  font-size: 14px;
  background-color: #fff3;
  border-radius: 5px;
  float: right;
  margin-right: 148px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-newsletter .newsletter-form input {
    width: 100%;
    margin: 0;
    padding-right: 144px;
  }
}

@media (max-width: 767px) {
  .footer .footer-newsletter .newsletter-form input {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}

.footer .footer-newsletter .newsletter-form ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.footer .footer-newsletter .newsletter-form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.footer .footer-newsletter .newsletter-form ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.footer .footer-newsletter .newsletter-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.footer .footer-newsletter .newsletter-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.footer .footer-newsletter .newsletter-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.footer .footer-newsletter .newsletter-form .button {
  display: inline-block;
  position: absolute;
  right: 0;
}

@media (max-width: 767px) {
  .footer .footer-newsletter .newsletter-form .button {
    position: relative;
    margin-top: 10px;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .footer .footer-newsletter .newsletter-form .button .btn {
    width: 100%;
  }
}

.footer .footer-newsletter .newsletter-form .button .btn {
  display: inline-block;
  background: #ff6b81;
  color: #fff;
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
}

.footer .footer-newsletter .newsletter-form .button .btn::before {
  background-color: #fff;
}

.footer .footer-newsletter .newsletter-form .button .btn:hover {
  color: #ff6b81;
  background-color: #fff;
}

/* --------------------- */

.right_side_ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: end;
}

.right_side_ul li {
  list-style: none;
  padding: 0 10px;
  flex-shrink: 0;
}

.right_side_ul li a {
  color: #000;
  font-size: 16px;
  font-family: "Proxima Nova SB";
  font-weight: 600;
}
.mySwiper_2 h3 {
  font-size: 16px;
  text-align: center;
  color: rgb(34, 34, 34, 0.8);
  text-transform: uppercase;
  font-family: "Proxima Nova SB";
  font-weight: 600;
  margin-top: 15px;
}

.f_img {
  text-align: center;
  position: relative;
}
/*
.f_img::after{content:"";position: absolute;width: 100%;height: 100%;background: rgb(239,112,155);
  background: -moz-linear-gradient(301deg, rgba(239,112,155,1) 0%, rgba(250,147,114,1) 100%);
  background: -webkit-linear-gradient(301deg, rgba(239,112,155,1) 0%, rgba(250,147,114,1) 100%);
  background: linear-gradient(301deg, rgba(239,112,155,1) 0%, rgba(250,147,114,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef709b",endColorstr="#fa9372",GradientType=1);border-radius:50%;left:0;right:0;margin:auto;z-index:-1;}
*/
.swiper-button-prev {
  left: 0px;
  background: #ccc;
  border-radius: 100%;
  width: 40px !important;
  height: 40px !important;
}

.swiper-button-next {
  right: 0px;
  background: #ccc;
  border-radius: 100%;
  width: 40px !important;
  height: 40px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px !important;
  color: #fff;
}

.more_buttion {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.more_buttion img {
  margin-left: 10px;
}

.more_buttion:hover {
  color: #ff406c;
}

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

input[type="checkbox"].color-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  /* Makes it rounded */

  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Add the checkmark when checked */
input[type="checkbox"].color-select:checked::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 7px;
  width: 6px;
  height: 9px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

.bg_02 {
  background: var(
    --new,
    linear-gradient(
      90deg,
      rgba(171, 145, 167, 0.4) 0%,
      rgba(225, 193, 212, 0.1) 100%
    )
  );
}

/*
.footer {
  background: #ebe8e5;
}
  */

.footer h3 {
  font-size: 17px;
  font-family: "Proxima Nova SB";
}

.follow p {
  color: #333333;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: "Proxima Nova SB";
}

.follow {
  margin-top: 10px;
}

.form-select:focus {
  box-shadow: none;
}

.container {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  /* width: 96%; */
}

.inner-page {
  /*margin-top: 90px;*/
}

.breadcrumb1 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.breadcrumb-item a {
  color: var(--primary-color);
}

.filters {
  padding: 10px 10px;
  border: 1px solid #dfdfdf;
}

.filters h2 {
  font-size: 20px;
  font-weight: 600;
  color: #222222;
}

.clear-all {
  color: #ff406c;
  font-size: 14px;
  margin-top: 5px;
}

.title-wrap .item_name h4 {
  color: rgba(34, 34, 34, 1);
  font-size: 24px;
}

.sort_by {
  border: 1px solid #dfdfdf;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  justify-content: center;
}

.sort_by span {
  width: 60px;
  margin-top: 4px;
}

.sort_by select {
  width: calc(100% - 60px);
  display: inline-block;
  line-height: normal;
  font-family: "Proxima Nova SB";
  font-weight: 600;
}

.border_top {
  border-top: 1px solid #dfdfdf;
}

.items-avaliable {
  color: rgb(34, 34, 34, 0.8);
  font-size: 16px;
  font-weight: normal;
  position: relative;
  padding-left: 30px;
  font-family: "Proxima Nova Rg";
}

.items-avaliable:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  height: 8px;
  width: 8px;
  border-radius: 50px;
  background-color: #ff406c;
}

.filters h3 {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
}

.value-display {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
}

.ui-slider-handle {
  transition: none;
  /* Disable transition for instant responsiveness */
}

.slider-container {
  position: relative;
  width: 100%;
}

.range-slider {
  position: absolute;
  width: 100%;
  pointer-events: none;
}

.range-slider input[type="range"] {
  pointer-events: all;
  width: 100%;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  width: 16px;
  height: 16px;
  background: #007bff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}

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

.ui-slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #007bff;
  cursor: pointer;
  top: -5px;
  /* Align with the slider */
}

.ui-slider-horizontal .ui-slider-handle {
  border: 1px solid #ff406c;
}

.ui-widget {
  width: calc(100% - 24px);
  margin-left: auto;
  margin-right: auto;
}

.ui-slider-horizontal {
  height: 1px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -10px;
}

.ui-widget.ui-widget-content {
  border: 1px solid #ff406c;
}

.custom_border_shaodw {
  position: relative;
}

.custom_border_shaodw::before {
  content: "";
  position: absolute;
  top: 0px;
  /* Adjust this value for shadow height */
  left: 0;
  right: 0;
  height: 2px;
  /* Adjust for shadow thickness */
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  /* Adjust shadow properties */
  z-index: 1;
  /* Place behind the element */
}

.custom_accordion {
  margin-top: 20px;
}

.custom_accordion .accordion-button {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding-top: 20px;
  padding-bottom: 20px;
}
/*
.custom_accordion .accordion-button:not(.collapsed) {
  color: #222222;
  background-color: #DFDFDF;
}
  */

.custom_accordion .accordion-collapse {
  border-left: none;
  border-right: none;
}

.custom_accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.accordion-button:not(.collapsed) {
  background-image: url(../images/ic_baseline-minus.svg);
  background-position: right;
  /*transform: rotate(180deg);*/
}
.accordion-button {
  background-image: url(../images/ic_baseline-plus.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  background-position: center right 0px;
}

.custom_accordion .accordion-button:last-child {
  border-bottom: none;
}

.product-slider {
  display: flex;
  height: 460px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.product-slider .mySwiper {
  width: 90px;
  height: calc(100% - 40px);
  box-sizing: border-box;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
}

.product-slider .mySwiper2 {
  width: calc(100% - 140px);
  height: 100%;
  position: relative;
  margin-left: 50px;
}

.product-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-slider .mySwiper .swiper-slide {
  width: 100%;
  height: 25%;
}

.product-slider .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.thumbnail-controls {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thumbnail-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 30px;
  height: 11px;
  border-radius: 50%;
  text-align: center;
  line-height: 11px;
  cursor: pointer;
  margin-left: 45px;
}

#thumbnail-button-top {
  top: 0px;
  background-image: url(../images/up_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
}

#thumbnail-button-bottom {
  bottom: 0px;
  background-image: url(../images/down_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
}

/* Main slider navigation */
.product-slider .swiper-button-next,
.product-slider .swiper-button-prev {
  color: #fff;
}

.product_description {
  padding-left: 5%;
}

.product_description h3 {
  font-size: 30px;
  font-weight: 600;
}

.color-code {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}

.color-code .color {
  font-weight: 600;
  font-size: 20px;
}

.radio-wrapper-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.radio-wrapper {
  flex: 1 1 calc(100% / 7 - 8px);
  /* Divides each item by 7 with some spacing */
  max-width: calc(100% / 6 - 8px);

  /* Ensures each item stays within container */
  box-sizing: border-box;
}

.radio-wrapper label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  /* height: 65px; */
  /* Adjust height as needed */
  border: 2px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.radio-wrapper input[type="radio"] {
  display: none;
}

.radio-wrapper input[type="radio"]:checked + label {
  border-color: #ff406c;
}

.radio-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  /* object-fit:contain */
}

.select-size {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}

.select-size span {
  font-weight: 600;
  font-size: 20px;
}

.size-guide {
  font-size: 16px;
  text-decoration: underline;
}

.size-container {
  display: flex;
  gap: 8px;
}

.size-button {
  position: relative;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.size-container input[type="radio"] {
  display: none;
  /* Hide the actual radio button */
}

.size-container input[type="radio"]:checked + .size-button {
  border-color: #ff406c;
  /* Selected border color */
  background-color: rgba(255, 64, 108, 0.1);
  /* Optional: selected background */
  color: #ff406c;
  /* Selected text color */
}

.item-left {
  position: absolute;
  bottom: -20px;
  font-size: 0.75em;
  color: #d9534f;
  /* Red color for low stock */
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.quantity-container .input-group {
  width: 70px;
}

.quantity-input {
  text-align: center;
  padding: 0px;
}

.quantity-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-blk {
  gap: 10px;
}

.quantity-container .input-group {
  border-radius: 5px;
  border: 1px solid #777777;
}

.quantity-container .input-group .btn {
  width: 20px;
  height: 50px;
  padding: 0px;
  border: none;
}

.quantity-input {
  text-align: center;
  font-size: 14px;
  border: none;
}

.btn-blk {
  width: calc(100% - 70px);
}

.btn-blk .btn {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-blk .btn i {
  margin-left: 10px;
}
.btn-add-to-bag {
  color: #ff406c;
  border: 2px solid #ff406c;
  height: 50px;
  border-radius: 5px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.btn-add-to-bag:hover {
  color: #ff406c;
}

.btn-buy-now {
  background-color: #ff406c;
  color: #fff;
  height: 50px;
  border-radius: 5px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.btn-buy-now:hover {
  color: #fff;
}

.quantity-container .input-group .btn:hover {
  background-color: transparent;
  color: #222222;
}

.btn-add-to-bag,
.btn-buy-now {
  font-size: 12px;
  height: 40px;
}

.quantity-container .input-group .btn {
  height: 40px;
}

.rating-delivery-block h4 {
  font-size: 18px;
  font-weight: 600;
}

.rate-this-product {
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #ff406c;
  cursor: pointer;
}
.rate-this-product:focus,
.rate-this-product:hover {
  color: #ff406c;
}

.rating-block {
  background-color: #f0eaee;
  padding: 15px;
  border-radius: 15px;
}

.ratings-container {
  border-radius: 8px;
  display: flex;
  align-items: center;
  /* padding: 15px 15px; */
}

.rating-summary {
  text-align: center;
  color: #ff406c;
  width: 35%;
}

.rating-summary h2 {
  font-size: 24px;
  font-family: "Proxima Nova SB";
  color: #ff406c;
  margin-bottom: 5px;
}

.rating-summary .stars {
  color: #ff406c;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.rating-bars {
  flex: 1;
  width: 65%;
  padding-right: 10%;
  border-left: 1px solid #dfdfdf;
}

.rating-bar {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  padding-left: 40px;
}

.rating-bar .star-level {
  width: 10%;
  text-align: right;
  font-size: 0.9em;
}

.rating-bar .progress {
  flex: 1;
  height: 8px;
  margin: 0 10px;
  background-color: rgb(255, 64, 108, 0.2);
}

.rating-bar .progress-bar {
  background-color: #ff406c;
}

.rating-bar .percentage {
  width: 10%;
  text-align: right;
  font-size: 0.9em;
  color: rgb(34, 34, 34, 0.5);
}

.text-rating {
  font-size: 16px;
  font-family: "Proxima Nova Rg";
  color: rgb(34, 34, 34, 0.8);
  font-weight: normal;
}

.rating-bars .rating-bar:first-child .percentage {
  color: #ff406c;
  font-weight: 700;
}

.posted-by .items-avaliable {
  color: rgb(34, 34, 34, 0.5);
  font-size: 12px;
}

.posted-by h4 {
  font-family: "Proxima Nova SB";
  font-size: 16px;
  color: rgb(34, 34, 34, 0.8);
  font-weight: 600;
  margin-bottom: 10px;
}

.rating_date {
  color: rgb(34, 34, 34, 0.5);
  font-size: 12px;
  font-weight: normal;
}

.posted-by p {
  font-size: 14px;
  color: rgb(34, 34, 34, 0.5);
}

.rating_date .fa-circle {
  font-size: 8px;
  width: 8px;
  height: 8px;
  color: #ff406c;
}

.view_all a {
  color: #ff406c;
  font-size: 14px;
  font-weight: 600;
  font-family: "Proxima Nova SB";
}
.enter_pincode {
  width: 100%;
}

.pin-holder {
  height: 50px;
  border: 1px solid #dfdfdf;
  padding: 0px 20px;
  border-radius: 5px;
  width: 100%;
}

.check-pin {
  color: #ff406c;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 20px;
  top: 15px;
}

.check-pin a {
  color: #ff406c;
}

.delivery-option h4 {
  min-width: 190px;
  margin-bottom: 5px;
}

.delivery-option {
  padding-left: 3%;
}

.delivery-option p {
  font-size: 14px;
  color: rgb(34, 34, 34, 0.5);
}

.p-details ul li {
  list-style: disc;
  list-style: inside;
  font-size: 14px;
}

.total_review a {
  font-size: 24px;
  font-family: "Proxima Nova SB";
  font-weight: 600;
  color: #222222;
  text-decoration: underline;
}

.custom-head {
  font-size: 16px;
  font-family: "Proxima Nova SB";
  font-weight: 600;
  color: #222222;
}

.custom-head span {
  font-weight: normal;
}

.cart-container {
  gap: 0px;
  padding: 0px;
}

.cart-items {
  border: 1px solid #ddd;
  padding: 20px 20px;
}

.cart-container .cart-item {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  margin-bottom: 15px;
  align-items: flex-start;
}

.cart-item img {
  width: 120px;
  height: auto;
  margin-right: 15px;
  border-radius: 4px;
}

.item-details {
  flex: 1;
}

.item-details .color {
  font-size: 14px;
  font-weight: 400;
}

.item-details .color span {
  font-weight: 600;
  margin-left: 18px;
  color: rgb(34, 34, 34, 0.8);
}

.item-details .size {
  font-size: 14px;
}

.item-details .size span {
  color: rgb(34, 34, 34, 0.8);
  font-weight: 600;
  margin-left: 25px;
}

.item-details h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cart-container .price {
  font-weight: 600;
  color: #333;
  font-size: 20px;
}

.cart-container .original-price {
  text-decoration: line-through;
  color: rgb(34, 34, 34, 0.5);
  margin-left: 10px;
  font-size: 16px;
  font-weight: normal;
}

.cart-container .discount {
  color: #ff406c;
  margin-left: 5px;
  font-size: 16px;
  font-weight: 400;
}

.cart-container .quantity {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.cart-container .item-options {
  margin-top: 10px;
  text-align: right;
}

.cart-container .item-options a {
  color: #333;
  text-decoration: none;
}

.cart-container .delivery {
  margin-left: 10px;
  color: #666;
  font-size: 0.9em;
}

.cart-summary {
  flex: 1;
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 15px;
}

.cart-summary h3 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 15px;
}

.cart-summary p {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
  color: rgb(34, 34, 34, 0.8);
}

.cart-summary p span {
  font-weight: 600;
  font-family: "Proxima Nova SB";
}

.total {
  font-weight: 700;
}

.place-order {
  width: 100%;
  padding: 10px;
  background-color: #ff3d71;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-top: 15px;
  font-size: 1em;
  text-align: center;
}
.place-order:hover {
  color: #fff;
}
.quantity-container2 {
  margin-left: 30px;
}

.quantity-container2 .input-group {
  width: 70px;
}

.quantity-input {
  text-align: center;
  padding: 0px;
}

.quantity-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-blk {
  gap: 10px;
}

.quantity-container2 .input-group {
  border-radius: 0px;
}

.quantity-container2 .input-group .btn {
  width: 20px;
  height: 30px;
  padding: 0px;
  border: none;
  background-color: #d0d0d0;
}

.quantity-container2 .quantity-input {
  text-align: center;
  font-size: 14px;
  border: none;
  background-color: #ebebeb;
}

.delivery p {
  font-size: 14px;
  margin-left: 75px;
  margin-top: 10px;
  font-family: "Proxima Nova Rg";
  font-weight: normal;
  color: #222222;
}

.cart-container .item-options a {
  font-size: 14px;
}

.save-price {
  color: #ff406c !important;
  font-size: 14px;
}

.minus-margin {
  margin-left: -1rem;
  margin-right: -1rem;
  background-color: #f0f0f0;
}

.grand-total {
  font-size: 18px;
  font-weight: 600;
  font-family: "Proxima Nova SB";
}

h4.inner-title {
  font-family: "Proxima Nova SB";
  font-size: 20px;
  color: rgba(34, 34, 34, 0.8);
}

.address-option {
  border: 1px solid #f0f0f0;
  padding: 15px 25px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.address-option input[type="radio"] {
  margin-right: 10px;
}

.address-option label {
  font-weight: 600;
  font-size: 15px;
}

.address-option p {
  font-size: 14px;
  color: rgb(30, 30, 30, 0.5);
  margin-top: 5px;
}

.address-tag {
  background-color: #f9eef0;
  color: #ff406c;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 4px;
  margin-left: 10px;
}

.or-divider {
  text-align: center;
  color: #ff406c;
  font-weight: 600;
  margin: 20px 0;
}

.or-divider span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  background-color: #ffe3e9;
}

.address_wrap {
  padding: 20px 20px;
  border: 1px solid #dfdfdf;
}

.address_wrap .form-group {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.address_wrap .form-group input,
.address_wrap .form-group textarea {
  flex: 1;
  padding: 12px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.9em;
  resize: none;
  width: 100%;
}

.address-type {
  font-weight: 600;
  margin-top: 20px;
  font-size: 14px;
  color: rgb(34, 34, 34, 0.8);
}

.address-type-options {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.address-type-options label,
.default-address label {
  font-weight: 400;
  color: rgb(34, 34, 34, 0.5);
}

.buttons {
  display: flex;
  justify-content: end;
  margin-top: 20px;
}

.buttons button {
  padding: 10px 20px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}

.cancel-btn {
  color: #ff406c;
  background-color: transparent;
  margin-right: 1rem;
}

.save-btn {
  background-color: #ff406c;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: 140px;
}

.accordion-button:not(.collapsed) {
  color: #e6005c;
  /*background-color: #f8f9fa;*/
  background-color: transparent;
}

.accordion-button::after {
  display: none;
}

.radio-option {
  padding-left: 30px;
}

#paymentAccordion .accordion-button {
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 600;
  border: transparent;
  background-color: #f8f9fa;
}
#paymentAccordion .accordion-button.collapsed {
  background-color: #fff;
}
#paymentAccordion .accordion-button:focus {
  border-color: #ff6b81;
}

#paymentAccordion .accordion-collapse {
  border: transparent;
}

#paymentAccordion .accordion-header {
  border-top: 1px solid #f0f0f0;
}

#paymentAccordion .accordion-collapse.show .accordion-body {
  background-color: #f8f9fa;
}

.thank-yoyu-message {
  background-color: #fafafa;
  padding: 30px 30px;
}

.thank-yoyu-message h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

.thank-yoyu-message p {
  font-size: 15px;
  color: rgb(34, 34, 34, 0.5);
  font-weight: 500;
}

.thank-yoyu-message p a {
  color: rgb(34, 34, 34, 0.5);
}

.thank-yoyu-message p .c_font {
  font-size: 15px;
  font-weight: 600;
  color: #222222;
}

.goto-shoping {
  padding: 12px 16px;
  background: #ff406c;
  border-radius: 10px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.goto-shoping:hover {
  color: #fff;
}

.deliver-details {
  background-color: #fafafa;
  padding: 30px 30px;
  margin-top: 30px;
  border-radius: 20px;
  width: 95%;
  height: 95%;
}

.deliver-details h3 {
  font-size: 18px;
  font-weight: 600;
  color: rgb(34, 34, 34, 0.5);
  margin-top: 3px;
  margin-bottom: 3px;
}

.deliver-details h4 {
  font-size: 16px;
  font-weight: 600;
  color: rgba(30, 30, 30, 100%);
}

.deliver-details p {
  color: rgba(30, 30, 30, 50%);
  font-size: 14px;
  font-family: "Proxima Nova SB";
  font-weight: 600;
}

.deliver-details h3 span {
  color: rgb(34, 34, 34);
}

.summary {
  background-color: #fafafa;
  padding: 25px 25px;
  margin-top: 25px;
  border-radius: 20px;
}

.summary h4 {
  font-size: 20px;
  font-weight: 600;
}

.cart .bx-left,
.checkout .bx-left {
  padding-right: 10%;
}

.s-block {
  padding-top: 5px;
  padding-bottom: 5px;
}

.s-block label {
  font-size: 15px;
  color: var(--text-color2);
}

.s-block .amt {
  font-weight: 600;
  font-size: 18px;
}

.s2-block {
  padding-top: 5px;
  padding-bottom: 5px;
}

.s2-block label {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-color);
}

.s2-block .amt {
  font-weight: 600;
  font-size: 18px;
}

.appy_promocode {
  margin-top: 1rem;
}

.appy_promocode .input_fi {
  width: 80%;
  height: 40px;
  border-radius: 30px;
  padding: 9px 14px 9px 42px;
  background: url(../images/mdi_tag-outline.png) no-repeat left 15px center
    #eeeeee;
}

.apply_btn {
  width: 120px;
  height: 40px;
  font-size: 13px;
  background-color: #f15a29;
  border-radius: 30px;
  color: #fff;
  margin-left: 15px;
}

.s-total label {
  font-size: 25px;
  font-weight: 500;
}

.s-total .amt {
  color: var(--text-color);
  font-size: 25px;
  font-weight: 600;
}

.status-text {
  width: 60px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #ffe3e9;
  border-radius: 5px;
  font-size: 13px;
  color: #ff406c;
}

.item-c {
  position: absolute;
  right: -7px;
  top: -7px;
  font-size: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50px;
  background-color: #ff406c;
  color: #fff;
  text-align: center;
}

.img-box {
  background-color: #e2e1e1;
  border-radius: 10px;
  position: relative;
  border: 1px solid #ff406c;
  border-radius: 5px;
}

.cart_item h4 {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
}

.cart_item .bx-r {
  padding-left: 1rem;
}

.cart_item .bx-r p {
  font-size: 12px;
  color: rgb(34, 34, 34, 0.5);
  font-family: "Proxima Nova Rg";
}

.cart-total {
  font-weight: 600;
  font-size: 20px;
}

.cart-summary {
  background-color: transparent;
}

.list-container {
  max-width: 1440px;
  margin: 0 auto;
}

.list-hero {
  padding: 105px 0 120px 0;
}

.page-navigate {
  color: #222222;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

.page-navigate:hover {
  color: #181515;
}

.page-top-head {
  color: #222222;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 150%;
  font-weight: 600;
}

.page-top-inner {
  color: #222222;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  opacity: 0.5;
}

.round-pink {
  background: #ff406c;
  border-radius: 50%;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
}

.select-wrapper {
  width: 233px;
}

.select-wrapper > select {
  border: 1px solid #777777 !important;
  width: 100%;
  padding: 5px 20px 5px 20px;
  background: #fff;
}

.product-list-card-wrapper {
  width: 100%;
  background: #fff;
}

.card-img-wrapper {
  /* border-radius: 10px; */
  background: #e9e8eb;
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
  overflow: hidden;
}
.card-img-wrapper img {
  transition: transform 0.4s ease-in-out; /* Ensures smooth animation in both directions */
}
.card-img-wrapper:hover img {
  transform: scale(1.1); /* Scales the image on hover */
  transition: transform 0.3s ease-in-out;
}

.card-img-wrapper > img {
  width: 100%;
  height: 100%;
  /* border-radius: 20px; */
}

.star-rating {
  background: #ffe3e9;
  border-radius: 500px;
  /* padding: 5px 10px 5px 10px; */
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 25px;
  color: #ff406c;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.star-icon {
  /* width: 14px;
    height: 14px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.star-icon > img {
  width: 100%;
  height: 100%;
}

.star-text {
  color: rgb(34, 34, 34, 0.8);
  font-size: 14px;
  font-weight: normal;
  font-family: "Proxima Nova Rg";
}

@media (max-width: 767px) {
  .star-rating {
    width: 35px;
    height: 15px;
    font-size: 8px;
  }

  .star-icon > img {
    width: 60%;
    height: 60%;
  }

  .star-text {
    font-size: 10px;
  }
}

.card-title {
  color: rgb(34, 34, 34, 0.8);
  font-size: 18px;
  font-family: "Proxima Nova SB";
}
.product-list-card-wrapper .card-title a,
.product-list-card-wrapper .card-title a:hover {
  color: #222222;
}
.color-select {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.color-select::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 23%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  opacity: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.color-select.selected::after {
  width: 8px;
  height: 12px;
  opacity: 1;
}

.color-1 {
  background: #f0ebdc;
}

.color-2 {
  background: #014dcd;
}

.color-3 {
  background: #221e26;
}

.color-4 {
  background: #945448;
}

.color-5 {
  background: #bebca6;
}

.color-6 {
  background: #e05e21;
}

.current-price {
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  font-family: "Proxima Nova SB";
}

.actual-price {
  color: #222222;
  font-size: 15px;
  font-weight: normal;
  font-family: "Proxima Nova Rg";
  opacity: 0.5;
  text-decoration: line-through;
}

.offer-text {
  color: #ff406c;
  font-size: 10px;
  font-weight: 400;
  font-family: "Proxima Nova Rg";
}

/* Mobile styles */
@media (max-width: 767px) {
  .current-price {
    font-size: 15px; /* Smaller for mobile */
  }

  .actual-price {
    font-size: 12px; /* Smaller for mobile */
  }

  .offer-text {
    font-size: 8px; /* Smaller for mobile */
  }
}

.filter-wrapper {
  border: 1px solid #dfdfdf;
}

.filter-text {
  color: #222222;
  font-size: 20px;
  line-height: 150%;
  font-weight: 600;
}

.clear-btn {
  color: #ff406c;
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
  background: none;
  border: none;
  outline: none;
}

.price-range-container {
  text-align: left;
  margin-top: 20px;
  width: 100%;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.price-input {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 1px;
  background: #ff406c;
  border-radius: 5px;
  outline: none;
  margin: 0;
  position: relative;
}

.price-input-last {
  appearance: none;
  -webkit-appearance: none;
  width: 25px;
  height: 1px;
  background: #ff406c;
  border-radius: 5px;
  outline: none;
  margin: 0;
  position: relative;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #ff406c;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #ff406c;
  border-radius: 50%;
  cursor: pointer;
}

input[type="range"]:first-of-type {
  z-index: 1;
}

.price-values {
  margin-top: 15px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-values > span {
  color: #222222;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
}

#min-price-value,
#max-price-value {
  font-weight: bold;
}

.price-range-container > label {
  color: #222222;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
}

.title-border {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 25px;
}

.social_media {
  display: flex;
  flex-wrap: wrap;
}

.social_media li {
  margin-right: 9%;
}

.card_hover {
  position: absolute;
  bottom: -70px;
  display: flex;
  transition: all 0.4s ease-out 0s;
  z-index: 800;
  -moz-transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
}

.card_hover li {
  list-style: none;
}

.product-list-card-wrapper:hover .card_hover {
  bottom: 30px;
}

.card-img-wrapper > img {
  transform: scale(1);
  transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
}

.product-list-card-wrapper:hover .card-img-wrapper > img {
  transform: scale(1.12);
}

.star-rating-2 {
  direction: rtl; /* RTL to reverse the star order visually */
  display: inline-flex;
}

.star-rating-2 input {
  display: none; /* Hide radio buttons */
}

.star-rating-2 label {
  font-size: 25px;
  line-height: 25px;
  color: lightgray;
  padding: 0 5px;
  cursor: pointer;
}

.star-rating-2 label:before {
  content: "\2605"; /* Unicode star character */
}

.star-rating-2 input:checked ~ label {
  color: #ffa500; /* Color stars gold when selected */
}

.star-rating-2 label:hover,
.star-rating-2 label:hover ~ label {
  color: #ffa500; /* Highlight stars on hover */
}

.total-star-rating {
  display: inline-block;
  margin: 3px 10px 0px;
}

.total-star-rating .star {
  font-size: 20px;
  line-height: 20px;
  color: lightgray;
}

.star.highlighted {
  color: gold;
}
.post-my-review {
  padding: 30px 30px;
}
.post-my-review h5 {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  font-family: "Proxima Nova SB";
}
.post-my-review h6 {
  font-size: 14px;
  font-weight: normal;
  font-family: "Proxima Nova Rg";
  color: #222222;
}
.text_fi {
  padding: 10px 10px;
  border: 1px solid #dfdfdf;
  resize: none;
  width: 100%;
}
.buttons.style-2 .cancel-btn {
  border: 1px solid #ff406c;
}
.buttons.style-2 button {
  border-radius: 5px;
}

.zoom-container {
  overflow: hidden;
  position: relative;
}

.zoom-container:hover .main-image {
  transform: scale(1.5); /* Adjust the scale for desired zoom level */
  cursor: zoom-in;
}
.searchpopup .btn-close {
  position: absolute;
  right: 2%;
  top: 2%;
  z-index: 4;
}
.searchpopup .form-control:focus {
  border: 1px solid #ff406c;
}
.search_btn {
  background-color: #ff406c;
  color: #fff;
  padding: 10px 30px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.add_banner img {
  border-radius: 20px;
}

.f-link h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.radius-25 {
  border-radius: 20px;
}
.footer-top .box-left {
  width: 68%;
  float: left;
}
.footer-top .box-1 {
  width: 30%;
  float: left;
}
.footer-top .box-2 {
  width: 30%;
  float: left;
}
.footer-top .box-3 {
  width: 40%;
  float: left;
}
.footer-top .box-right {
  width: 32%;
  float: left;
}
ul.download_app li {
  display: inline-block;
}
.flash-sale {
  margin-top: 50px;
}
.flash-sale .wrap {
  background: url(../images/flash_sale_background.png) no-repeat center center
    #f3f3f3;
  padding: 60px 100px;
  background-size: cover;
  position: relative;
}
.flash-sale-wrap {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.flash-sale-wrap h5 {
  padding: 10px 70px;
  background: #fec600;
  text-align: center;
  font-size: 31px;
  font-weight: 600;
}
.flash-sale-wrap h3 {
  text-align: center;
  font-family: "Proxima Nova Th";
  font-weight: bold;
  font-size: 28px;
}
.flash-box {
  border-radius: 25px;
  position: relative;
}
#countdown {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  line-height: normal;
  margin-top: 0px;
  font-family: "BDSans ExtReg";
}
.unit {
  margin-right: 10px; /* Adjust spacing as needed */
}
.view_all {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  /* identical to box height */
  /*text-decoration-line: underline;*/
  color: #ff406c;
}
.view_all:hover {
  color: #ff406c;
}
.overlay-box {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  padding: 10px 10px;
  font-family: "Proxima Nova SB";
}
.flash-product-block {
  margin-top: 50px;
}
.bg-color-1 {
  background-color: rgba(159, 166, 150, 0.6);
}
.bg-color-2 {
  background-color: rgba(120, 69, 44, 0.6);
}
.bg-color-3 {
  background-color: rgba(198, 133, 6, 0.6);
}
.bg-color-4 {
  background-color: rgba(159, 166, 150, 0.6);
}
.flash-box img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.flash-product-block .box-wrap .current-price {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
  padding: 10px 15px;
}
.custom-color {
  color: rgba(0, 0, 0, 1);
}
.custom_bg {
  background-image: url(../images/title_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.custom_title_block {
  padding: 20px 20px;
  margin-top: 20px;
}
.collection-box .block {
  /* padding: 30px 40px;
  padding-right: 30px;
  background-color: #ffe8c8;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; */
  margin-bottom: 30px;
}

.collection-box .c-box {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.under599 .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
}
.under599 .swiper-pagination-bullet-active {
  background-color: #e7840c;
  width: 28px;
  border-radius: 10px;
}
.under599 .c-box {
  margin-bottom: 4rem;
}
.custom_bg2 {
  background-image: url(../images/tittle_bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.weare-everyone .wrap {
  padding: 30px 40px;
}
.custom_bg3 {
  background-image: url(../images/location-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.weare-everyone h3 {
  color: #376dae;
}
.weare-everyone .overlay-box-2 {
  font-size: 21px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    301deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(102, 102, 102, 0.8) 100%
  );
  background: -webkit-linear-gradient(
    301deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(102, 102, 102, 0.8) 100%
  );
  background: linear-gradient(
    301deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(102, 102, 102, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#666666",GradientType=1);
  color: #fff;
  text-align: center;
  height: 60px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  line-height: 60px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  left: 0;
  right: 0;
  z-index: 44;
}
.location-slider .swiper-pagination-bullet {
  background-color: rgba(17, 17, 17, 0.8);
}
.location-slider .swiper-pagination-bullet-active {
  background-color: #e7840c;
  width: 13px;
  height: 13px;
  margin-top: 2px;
}
.location-slider .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-sldier-wrap {
  background: url(../images/brand_slider.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.brand-slider .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}

.brand-slider .swiper-slide {
  display: flex;
  justify-content: center; /* Center content inside each slide */
  flex: 0 0 auto; /* Prevent slides from stretching */
}
.custom_bg4 {
  background-image: url(../images/explore_festive_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.explore_fetive_sollection h3 {
  color: #c99c4b;
}
.explore_fetive_sollection .wrap {
  padding: 30px 40px;
}
.offer_bg3 {
  background-image: url(../images/offer_bg-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.offer-slider-3-wrap .wrap {
  padding: 30px 40px;
}
.offer-slider-3 .swiper-pagination-bullet {
  background-color: rgba(17, 17, 17, 0.8);
}
.offer-slider-3 .swiper-pagination-bullet-active {
  background-color: #376dae;
  width: 13px;
  height: 13px;
  margin-top: 2px;
}
.custom_bg5 {
  background-image: url(../images/offer_bg-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.custom_bg6 {
  background-image: url(../images/offer_bg-4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.offer-slider-3 .swiper-pagination,
.offer-slider-4 .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer-slider-4 .swiper-pagination-bullet {
  background-color: rgba(17, 17, 17, 0.8);
}
.offer-slider-4 .swiper-pagination-bullet-active {
  background-color: #fc8530;
  width: 13px;
  height: 13px;
  margin-top: 2px;
}
.footer .single-footer {
  padding-right: 10px;
}
.footer .surya-locations {
  background-color: #787878;
  text-align: center;
  padding: 15px 0px;
}
.surya-locations ul {
  display: flex;
  flex-wrap: nowrap; /* Ensures items stay in one line */
  overflow-x: auto; /* Allows horizontal scrolling if needed */
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
}
.footer .surya-locations ul li {
  flex: 0 0 auto;
  white-space: nowrap;
  position: relative;
}
.footer .surya-locations ul li:after {
  content: "|";
  position: absolute;
  right: 0;
  top: 0px;
  color: #fff;
}
.footer .surya-locations ul li:last-child::after {
  display: none;
}
.surya-locations ul li:last-child {
  margin-right: 0; /* No margin after the last item */
}
.footer .surya-locations ul li a {
  color: rgb(255, 255, 255, 0.8);
  font-size: 13px;
  padding: 0px 30px;
  word-break: normal;
}

.hero-area .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  height: 7px;
  border-radius: 5px;
}
.hero-area .swiper-pagination-bullet-active {
  background-color: #ff406c;
  width: 30px;
  height: 7px;
  margin-top: 2px;
}
.custom_bg7 {
  background: url(../images/custom_bg7.png) no-repeat;
  background-size: cover;
}
.offer-4-wrap .offer-4 {
  padding: 30px 30px;
}
.item-selected {
  position: absolute;
  left: 5px;
  top: 5px;
}
.item-all-selected label {
  font-size: 18px;
  font-weight: 600;
}
.empty-page {
  padding: 80px 80px;
}
.empty-page h4 {
  color: #222222;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-wishlist {
  padding: 10px 25px;
  border: 1px solid #ff406c;
  border-radius: 5px;
  color: #ff406c;
  font-weight: 600;
}
.btn-wishlist:hover {
  color: #fff;
  background-color: #ff406c;
}
.continue-shop {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
}
.inner-banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-banner img {
  height: 210px;
  object-fit: cover;
}
.inner-banner h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.banner-title {
  position: absolute;
  z-index: 55;
}
.login .wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.login .wrapper h3 {
  font-size: 40px;
  font-weight: 600;
}
.login .wrapper h4 {
  font-size: 20px;
  font-weight: normal;
  color: rgb(30, 30, 30, 0.5);
  font-family: "Proxima Nova Rg";
}
.custom-pad {
  padding-top: 50px;
  padding-bottom: 50px;
}
.clabel {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  font-family: "Proxima Nova SB";
}
.theme-color {
  background-color: #ff406c;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.theme-color:hover {
  color: #fff;
}
.input-group-text {
  background-color: transparent;
}
.dont-have {
  color: rgb(34, 34, 34, 0.5);
  font-size: 16px;
}
.dont-have p {
  font-weight: normal;
  color: rgb(34, 34, 34, 0.5);
  font-size: 16px;
  font-family: "Proxima Nova Rg";
}
.dont-have a {
  color: #222222;
}
.theme-text {
  color: #ff406c;
}
.theme-text:hover {
  color: #ff406c;
}
.terms {
  font-size: 16px;
  font-family: "Proxima Nova Rg";
  font-weight: normal;
}
.categories-type .form-check-label {
  font-weight: 600;
}
.filters .accordion-body {
  padding: 1rem 0rem;
}
.filters .accordion-body ul li {
  line-height: 1.5rem;
}
.filters .accordion-button {
  padding: 1rem 0rem;
}
.my-account .pro_left {
  padding: 15px 15px;
}
.pro_left h5 {
  font-size: 20px;
  font-weight: 600;
}
/* .my_profile_link {
  background: url(../images/bg_color.png);
  background-repeat: no-repeat;
  background-size: cover;
} */
.pro_left ul li span {
  display: block;
  padding: 11px 15px;
  color: rgb(34, 34, 34, 0.5);
  background-color: #f5f5f5;
  margin-bottom: 20px;
  font-family: "Proxima Nova SB";
}
.pro_left ul li .active {
  background: url(../images/bg_color.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.edit_details {
  padding: 20px 20px 20px 20px;
}
.promo-container {
  margin-top: 60px;
  padding: 15px 15px;
  background-color: rgba(148, 155, 227, 0.2);
  border-radius: 10px;
}
.promo-text p {
  margin-bottom: 15px;
  font-size: 14px;
}
.promo-text a {
  color: #d0021b;
  font-weight: bold;
  text-decoration: none;
}
.promo-text img {
  float: right;
  margin-right: -25px;
  margin-top: -60px;
  width: 150px; /* Adjust as needed */
  border-radius: 10px;
}
.pro_ic {
  border-radius: 10px;
}
.edit_details {
  border-radius: 10px;
  margin-bottom: 30px;
}
.edit_details .img-holder {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 8px;
}

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

.edit_details .con {
  width: calc(100% - 305px);
  margin-left: 30px;
}
.edit_details h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.edit_details p {
  margin-bottom: 10px;
}
.edit_details .con p,
.edit_details .con a {
  color: rgb(0, 0, 0, 0.8);
}
.btn_style {
  padding: 10px 20px;
  background: rgba(255, 64, 108, 0.1);
  border-radius: 5px;
  color: #ff406c;
  font-weight: 600;
}
.btn_style:hover {
  color: #ff406c;
}
.bold {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
}
.address-right h4 {
  font-size: 24px;
}
.address-right h4 a {
  font-size: 16px;
  font-weight: 600;
  color: #ff406c;
}
.custom-label {
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 15px;
}

/*
.hamburger-menu {
  position: relative;
}*/

.menu-toggle {
  background: none;
  border: none;
  font-size: 14px;
  cursor: pointer;
  padding-top: 35px;
  padding-bottom: 35px;
}
.menu-container {
  display: none; /* Hidden by default */
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background: #f4f4f4;
  border: 1px solid #ddd;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  z-index: 55;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 1340px;
}
.menu-container.active {
  display: flex; /* Display menu when active */
}
.menu-left {
  width: 25%;
  background: rgb(255 107 129 / 10%);
  border-right: 1px solid #ddd;
}
.menu-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-left li {
  padding: 7px 15px;
  cursor: pointer;
  color: #333;
  font-size: 14px;
}
.menu-left li.active,
.menu-left li:hover {
  background: #ff406c;
  font-weight: 700;
  color: #fff;
}
.menu-right {
  width: 75%;
  padding: 20px;
  background-color: #fff;
}
.menu-right h3 {
  margin-top: 0;
  font-size: 18px;
}
.menu-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-right ul li {
  padding: 0px 0;
}
.menu-right ul li a {
  text-decoration: none;
  color: #081828;
  font-size: 14px;
  text-transform: capitalize;
}
.menu-right ul li a:hover {
  color: #ff406c;
}
/*
.menu-container.active {
  max-height: auto; /* Set the max height large enough for all content */
/* Adjust this value to fit your content */

.menu-toggle {
  cursor: pointer;
  position: relative;
  z-index: 100; /* Ensure the button is always clickable */
}

.grid-container {
  display: flex;
  flex-wrap: wrap;
}
.grid-item {
  padding: 7px 7px;
  /* width: 20%; */
}
.grid-item h4 {
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.grid-item h4 a:hover {
  color: #ff406c;
}
.grid-item ul {
  padding: 0;
  list-style-type: none;
}
.grid-item li {
  margin-bottom: 0px;
}
.grid-item li a {
  text-decoration: none;
  color: #333;
}

.ProductsliderPopup .modal-dialog {
  max-width: 1100px;
  margin-top: 5rem;
}
.ProductsliderPopup .product-slider .mySwiper2 {
  margin-left: 20px;
}
.ProductsliderPopup .product_description {
  padding-left: 0%;
  padding-top: 2%;
}
.ProductsliderPopup .product_description h3 {
  font-size: 20px;
}
.ProductsliderPopup .current-price {
  font-size: 24px;
}
.ProductsliderPopup .actual-price {
  font-size: 20px;
}
.ProductsliderPopup .color-code .color {
  font-size: 16px;
}
.ProductsliderPopup .select-size {
  font-size: 16px;
}
.ProductsliderPopup .select-size span {
  font-size: 16px;
}
.c_close {
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 55;
}
.ProductsliderPopup .thumbnail-button {
  margin-left: 60px;
}
.brand_box {
  background-color: #333333;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}
.brand_box img {
  max-width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.search-product .input-group {
  width: 300px;
  position: relative;
  height: 40px;
  margin-top: 24px;
}
.search-product .search-icon {
  position: absolute;
  left: 20px;
  top: 7px;
  opacity: 0.5;
}
.search-product .input-group .input_fi {
  padding-left: 50px;
  padding-right: 30px;
  border-radius: 20px !important;
  width: 100%;
  border: 1px solid #dfdfdf;
}
.brand-banner {
  position: relative;
  display: flex; /* Flexbox container */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  height: 100%; /* Ensure full height if not already set */
  text-align: center; /* Optional: Align text */
  max-height: 450px;
}

.brand-caption {
  position: absolute; /* Absolute positioning over the image */
  z-index: 2; /* Ensure it appears above the image */
  color: #fff; /* White text for better contrast */
  padding: 20px; /* Add padding if necessary */
  max-width: 900px;
}

.brand-banner img {
  width: 100%; /* Make the image responsive */
  height: auto;
  object-fit: cover; /* Cover the container area */
  border-radius: 20px;
}
.brands-logo {
  max-width: 200px;
}
.brand-caption p {
  font-size: 18px;
  font-weight: 500;
}
.wished-item {
  font-weight: 400;
}
.close_ic {
  position: absolute;
  right: 5%;
  top: 5%;
}
.custom_select {
  height: 45px;
  border-radius: 0px;
}
.custom_select:focus {
  border: 1px solid #ff406c;
}
.c_btn {
  height: 50px;
  line-height: 50px;
  background-color: #ff406c;
  color: #fff;
  text-align: center;
}
.c_btn:hover {
  color: #fff;
}
.grayscale-div {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  filter: grayscale(100%);
  color: #888;
  opacity: 0.6;
  pointer-events: none;
}
.c_btn-2 {
  height: 45px;
  line-height: 45px;
  border: 1px solid #ff406c;
  color: #ff406c;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
}
.c_btn-2:hover {
  color: #ff406c;
}
.price_details {
  padding: 25px 20px;
}
.price_details h4 {
  font-size: 20px;
  font-weight: 600;
  color: rgb(34, 34, 34, 0.8);
}
.no_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  height: 200px;
  background: rgba(255, 64, 108, 0.05);
  border: 1px dashed #ff406c;
}
.no_item h4 {
  font-size: 20px;
  font-weight: 600;
  color: rgb(34, 34, 34, 0.8);
  margin-bottom: 10px;
}
.no_item p {
  font-size: 16px;
  font-weight: 600;
  color: rgb(34, 34, 34, 0.8);
}
.total_price {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
  font-size: 16px;
}
.total_price.bold {
  font-weight: 600;
}
.quantity-container3 {
  background-color: #ff406c;
}
.quantity-container3 .btn {
  color: #fff;
  padding: 7px 15px;
  font-size: 17px;
}
.quantity-container3 .form-control {
  background-color: #ff406c;
  color: #fff;
  font-size: 17px;
}
.disc_price {
  color: #ff406c;
  font-weight: 400;
}
.cart_item {
  padding-left: 90px;
  padding-right: 30px;
  margin-bottom: 40px;
}
.cart_item .img-holder2 img {
  border-radius: 10px;
  border: 1px solid #ff406c;
}
.cart_item .cart_ic {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  text-align: center;
  background-color: #ff406c;
  color: #fff;
}
.cart_item .img-holder2 {
  position: absolute;
  width: 75px;
  left: 0px;
}
.cart_item h5,
.price2 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
.cart_item .color {
  font-size: 12px;
  margin-bottom: 5px;
}
.delete {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.view-details {
  background-color: #222222;
  color: #fff;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.view-details:hover {
  color: #fff;
}
.c_btn-2.disabled {
  opacity: 0.8;
  background-color: transparent;
  color: #222222;
}
.clabel_2 {
  color: #222222;
  font-size: 16px;
}
.con-info {
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.support_links ul li a {
  color: #222222;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.con-info h3 {
  color: rgb(34, 34, 34, 0.8);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.con-info p {
  color: rgb(34, 34, 34, 0.8);
  font-size: 14px;
}
.quick-contact {
  padding-right: 1.5rem;
}
.form-control:focus {
  border-color: #ff6b81;
}
.about-us {
  background: rgba(255, 245, 248, 1);
}
.about-us h2 {
  color: rgba(255, 64, 108, 0.5);
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 1rem;
}
.about-us h1 {
  color: rgba(255, 64, 108, 1);
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.about-us .con {
  padding-right: 1rem;
}
.about-us .con p {
  font-size: 18px;
  color: rgba(34, 34, 34, 0.7);
  line-height: 34px;
  margin-bottom: 10px;
}
.blog .wrap {
  margin-left: -25px;
  margin-right: -25px;
  margin-top: 25px;
}
.blog-wrap {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 0px 25px;
}
.blog-wrap p {
  color: rgb(30, 30, 30, 0.5);
}
.blog-wrap h4 {
  color: #1e1e1e;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
.read_more {
  color: #ff406c;
  font-size: 15px;
  font-weight: 600;
}
.read_more:hover {
  color: #ff406c;
}
.back-btn {
  opacity: 0.5;
}
.blog-details h1 {
  font-size: 50px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 1rem;
}
.blog-details p {
  font-size: 17px;
  margin-bottom: 1rem;
  color: rgb(30, 30, 30, 0.5);
}
.star-ratig-wrapper span {
  color: rgb(34, 34, 34, 0.8);
  font-family: "Proxima Nova SB";
  font-size: 20px;
}
.price-details {
  margin-top: 50px;
}
.address-option .mob span {
  color: #1e1e1e;
  font-weight: 600;
}
.buttons.style-2 button {
  width: 100px;
}

/* New */
.store-banner img {
  width: 100%;
  border-radius: 20px;
}
.store-banner .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  height: 7px;
  border-radius: 5px;
}
.store-banner .swiper-pagination-bullet-active {
  background-color: #ff406c;
  width: 30px;
  height: 7px;
  margin-top: 2px;
}
.topbar {
  background-color: #000;
}
.topbar p {
  color: #fff;
  font-size: 12px;
  line-height: normal;
}
.topbar p a {
  font-weight: bold;
  color: #fff;
}
.marquee-container {
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}
.marquee-container span {
  color: #fff;
}
.marquee-wrapper {
  display: flex;
  min-width: 100%;
  overflow: hidden;
}
.marquee {
  display: flex;
  align-items: center;
  animation: marquee 20s linear infinite;
}
.marquee p {
  display: inline-block;
  margin: 0;
  padding: 0 10px; /* Add spacing around paragraphs */
}

.shape_holder {
  display: inline-block; /* Keep the icon inline */
  vertical-align: middle; /* Align with text */
  margin: 0 10px; /* Add spacing around the icon */
}

.shape_holder img {
  display: block; /* Prevent image shrinking in flex */
  width: auto; /* Maintain original width */
  height: auto; /* Maintain aspect ratio */
  max-height: none; /* Remove any restrictions */
  max-width: none; /* Remove any restrictions */
}
.marquee-container:hover .marquee {
  animation-play-state: paused;
}
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.hamburger-menu {
  width: 35px;
}
.center-block li a {
  font-size: 16px;
  color: rgba(34, 34, 34, 0.8);
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Proxima Nova SB";
  display: flex;
  align-items: center;
}
.center-block li a i {
  margin-left: 10px;
}
.center-block li {
  display: inline-block;
  padding: 0px 20px;
}
.header .col-left {
  width: 20%;
  display: flex;
  align-items: center;
}
.header .center-block {
  width: 65%;
  text-align: center;
}
.header .right-block {
  width: 35%;
  /* background-color: #000000; */
}
.header .logo {
  /* margin-left: 10%; */
  /* height: 40px; */
}

.zeynep {
  background-color: #ffffff;
  color: #404143;
  width: 300px;
  padding-top: 50px;
}
.zeynep ul {
  list-style-type: none;
  padding: 0;
  padding-left: 0px;
  -webkit-overflow-scrolling: touch;
}
.zeynep ul > li {
  display: block;
}

.zeynep ul > li > a {
  color: inherit;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 14px;
  text-decoration: none;
  transition: all 150ms;
}
.zeynep ul > li > a:hover {
  background-color: #efefef;
  border-radius: 3px;
}

.zeynep ul > li:not(:last-child) > a {
  border-bottom: 1px solid #efefef;
}

.zeynep ul > li.has-submenu > a {
  background-image: url("../images/submenu-arrow.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
}

.zeynep ul > li.has-submenu > a:hover {
  background-image: url("../images/submenu-arrow-active.svg");
}

/* zeynepjs submenu styles */
.zeynep .submenu {
  background-color: #ffffff;
  left: 295px;
}

.zeynep .submenu-header {
  background-image: url("../images/menu-back.svg");
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  border-bottom: solid 1px #efefef;
  cursor: pointer;
  position: relative;
  background-color: #efefef;
}

.zeynep .submenu-header > a {
  color: inherit;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 9px 18px;
  padding-left: 40px;
  text-decoration: none;
}

.zeynep .submenu-header > a:before {
  background-image: url("../images/submenu-arrow.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  content: "";
  height: 100%;
  left: 26px;
  position: absolute;
  top: 0;
  transform: rotate(-180deg);
  width: 20px;
}

.zeynep .submenu > label {
  color: #e77691;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 19px;
  padding-left: 20px;
  width: 100%;
}

.shape1 {
  width: 90px;
  position: absolute;
  left: 30px;
  top: 60px;
  opacity: 0.9;
  z-index: 0;
}
.shape2 {
  width: 90px;
  position: absolute;
  right: 30px;
  bottom: 60px;
  opacity: 0.9;
  z-index: 0;
}
.shape1 img,
.shape2 img {
  width: 100%;
}
.flahsh-box {
  position: relative;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
  overflow: hidden;
}
.flahsh-box > a {
  display: block;
}
.flash-overlay {
  position: absolute;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 170px;
  padding: 30px 20px;
}
.flash-overlay h5 {
  font-size: 17px;
  color: #fff;
  text-align: center;
  font-family: "BDSans";
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flahsh-box img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}
.flash-price {
  font-size: 30px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-family: "BDSans ExtReg";
  line-height: normal;
}
.flash-price .mrp {
  font-size: 20px;
  color: #ff406c;
  margin-left: 10px;
  text-decoration: line-through;
}
.flashslider1 {
  margin-top: 100px;
}
.flash-sale .wrap::before {
  content: "";
  position: absolute;
  top: 20px; /* Slight offset for better visibility */
  right: 20px; /* Positioned at the top-right corner */
  width: 600px;
  height: 200px;
  background-image: url("../images/sale_top.png"); /* Top-right image */
  background-size: contain; /* Keeps the image aspect ratio */
  background-repeat: no-repeat;
  z-index: 0; /* Ensures it appears above the background */
}

.flash-sale .wrap::after {
  content: "";
  position: absolute;
  bottom: 20px; /* Slight offset for better visibility */
  left: 20px; /* Positioned at the bottom-left corner */
  width: 600px;
  height: 200px;
  background-image: url("../images/sale_bottom.png"); /* Bottom-left image */
  background-size: contain; /* Keeps the image aspect ratio */
  background-repeat: no-repeat;
  z-index: 0; /* Ensures it appears above the background */
}
.center-div {
  position: relative;
  z-index: 55;
}
.cSlider .swiper-pagination {
  bottom: 30px;
}
.cSlider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.4);
}
.cSlider .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 1);
}

.vertical-text-box {
  display: inline-block; /* Keeps the box aligned properly */
  transform: rotate(360deg); /* Rotates the content vertically */
  transform-origin: center; /* Rotates around the center */
  position: absolute;
}
.vertical-text-box.left {
  left: -40px;
  top: 120px;
  z-index: 3;
}
.vertical-text-box.right {
  right: -40px;
  top: 120px;
  z-index: 3;
}
.vertical-text-box img {
  display: block; /* Ensures the image stays inline within the box */
  max-width: 100%; /* Optional: Prevents overflow */
  height: auto; /* Maintains aspect ratio */
  width: 15px;
}
.flas-sale-text img {
  width: 330px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.center-div .offer-design {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.flash-sale .wrap2 {
  background: url(../images/flash-sale_bg_2.png) no-repeat center center #f3f3f3;
  padding: 60px 100px;
  background-size: cover;
  position: relative;
}
#countdown2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  background: #000000;
  color: #ffffff;
  font-size: 46px;
  line-height: 46px;
  margin-top: 1rem;
}
#countdown2 .unit {
  margin-right: 30px; /* Adjust spacing as needed */
  font-weight: 400; /* Style units if desired */
  font-style: italic;
}
.search_ic {
  cursor: pointer;
}
.custom-modal {
  position: fixed;
  top: auto;
  bottom: 20px;
  right: 20px;
  left: auto;
  width: 500px;
  z-index: 1055;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  height: auto;
  max-width: 100%;
}
.view-details_btn {
  background-color: #ff406c;
  color: #fff;
  font-size: 14px;
  padding: 7px 30px;
  border-radius: 5px;
}
.view-details_btn:hover {
  color: #fff;
}
.custom-modal .btn-close {
  cursor: pointer;
  z-index: 44;
}
.hightlight-count .size-button {
  background-color: #ffecf1;
  font-size: 13px;
  font-weight: 600;
  color: #ff406c;
}
.not-available {
  opacity: 0.2;
}
.qna-container h4 {
  color: rgb(34 34 34 / 80%);
  font-size: 16px;
  font-family: "Proxima Nova SB";
  margin-bottom: 15px;
}
.qna-container p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
}
hr {
  background-color: #dfdfdf;
}
p.free_delivery_tip {
  color: #ff406c;
  font-size: 14px;
}
.search-wrap {
  position: relative;
  width: 200px;
  float: right;
  margin-top: -50px;
}
.search-wrap input {
  border: 1px solid #dfdfdf;
  height: 40px;
  padding: 10px 10px 10px 40px;
}
.search-btn {
  position: absolute;
  left: 10px;
  border: none;
  top: 8px;
}

.pay-amt {
  color: #ff406c;
  font-size: 18px;
}
.delivey_info {
  color: #ff406c;
  font-family: "Proxima Nova Lt";
  font-size: 14px;
  margin-left: 10px;
}
.payment-option .form-check-input {
  margin-top: 0px;
}
.pro_left ul li a.my_profile_link {
  color: #fff;
}
.login .form-control {
  padding: 10px 15px;
}
.file-upload-wrapper {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 7px;
}

.custom-file-upload {
  display: inline-flex;
  align-items: center;
  background-color: #ff406c;
  color: #fff;
  border: none;
  padding: 5px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  line-height: normal;
  transition: background-color 0.3s ease;
  border-radius: 50px;
}

.custom-file-upload input[type="file"] {
  display: none; /* Hide the file input */
}

.custom-file-upload img {
  margin-left: 5px; /* Space between text and icon */
  width: 20px; /* Adjust the icon size */
  height: 20px;
}

.custom-file-upload:hover {
  background-color: #e0355e; /* Darker shade for hover */
}

#upload-message {
  margin-top: 10px;
  font-size: 14px;
  color: green;
  display: none;
  text-align: right;
}

#upload-message.hidden {
  display: none;
}
.frequently-together {
  padding-right: 0px;
}
.frequently-together .modal-dialog {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.btn-close2 {
  position: absolute;
  right: 10px;
  top: 10px;
}
.frequently-together h4 {
  font-size: 25px;
  font-family: "Proxima Nova SB";
}
.frequently-together .modal-header a {
  color: #ff406c;
  font-size: 20px;
  font-family: "Proxima Nova SB";
}
.custom-posi {
  z-index: 5;
}
.frequently-together .box {
  float: left;
}
.frequently-together .box-1 {
  width: 45%;
}
.frequently-together .box-2 {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.frequently-together .box-3 {
  width: 45%;
}

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

.frequently-together .details {
  display: flex;
  align-items: center;
  gap: 20px;
}

.frequently-together .item,
.frequently-together .addon,
.frequently-together .total {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.frequently-together .item span,
.frequently-together .addon span,
.frequently-together .total span {
  font-size: 14px;
  color: rgba(34, 34, 34, 0.5);
  font-family: "Proxima Nova Rg";
}

.frequently-together .item strong,
.frequently-together .addon strong,
.frequently-together .total strong {
  font-size: 24px;
  color: #000;
  font-family: "Proxima Nova SB";
}

.frequently-together .operator {
  font-size: 30px;
  font-weight: bold;
  color: #666;
  opacity: 0.5;
}
.frequently-together .modal-footer .btn {
  width: calc(100% - 10%);
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
}
.edit_field {
  color: #ff406c;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.edit_field:hover {
  color: #ff406c;
}
.edit_address.style2,
.add_address.style2 {
  border-radius: 10px;
}
.remove_address {
  color: #808080;
  font-size: 14px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
.remove_address:hover {
  color: #808080;
}

.delivery-header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.delivery-subtext {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.delivery-input-group {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.delivery-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.delivery-row i {
  margin-right: 10px;
  font-size: 18px;
  color: #444;
}

.delivery-row span {
  font-size: 14px;
  font-family: "Proxima Nova SB";
  color: rgba(34, 34, 34, 0.8);
}

.status1 {
  margin-left: auto;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
}

.status1.available1 {
  background-color: #d4f5e9;
  color: #22a745;
}

.status1.not-available1 {
  background-color: rgba(214, 0, 0, 0.05);
  color: #d60000;
}

.highlight1 {
  color: #ff4c61;
  font-weight: bold;
}

.delivery-option p.cod-text {
  font-size: 14px;
  color: #ff406c;
  font-family: "Proxima Nova Lt";
  padding-left: 33px;
}
.apply-coupon h2 {
  font-size: 20px;
  font-family: "Proxima Nova SB";
}
.view-all {
  font-size: 14px;
  font-family: "Proxima Nova SB";
  font-weight: 600;
  color: #ff406c;
}
.view-all:hover {
  color: #ff406c;
}
.view-all i {
  font-size: 10px;
}
.coupon-input-container {
  display: flex;
}
.apply_coupon_btn {
  background-color: #dfdfdf;
  font-size: 14px;
  font-family: "Proxima Nova SB";
  font-weight: 600;
  color: #222222;
  width: 100px;
  border: none;
}
.coupon-input-container .coupon-check {
  font-size: 18px;
  font-family: "Proxima Nova SB";
  font-weight: 600;
  background-color: #fff;
}
.coupon-check p {
  color: #269326;
  font-family: "Proxima Nova Rg";
  font-size: 14px;
  font-weight: 400;
}
.viewcoupon .modal-body {
  padding: 0px;
}
.apply-coupon-wrap {
  width: 100%;
  float: left;
  background-color: #f4f4f5;
  min-height: 350px;
}
.viewcoupon .coupon-input-container {
  padding: 1rem;
}
.coupon-check {
  padding: 1rem;
  background-color: #fff;
  margin-top: 20px;
}
.coupon-check label {
  font-family: "Proxima Nova SB";
  font-weight: 600;
}
.viewcoupon .modal-dialog {
  max-width: 550px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.coupon-saving label {
  font-family: "Proxima Nova SB";
  font-weight: 600;
  color: rgb(34 34 34 / 50%);
  font-size: 14px;
  display: block;
}
.coupon-saving span {
  font-family: "Proxima Nova SB";
  font-weight: 600;
  color: #222222;
  font-size: 20px;
}
.remove a {
  color: #ff406c;
  font-family: "Proxima Nova SB";
}
.payment-check {
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 600;
  border: 1px solid #dfdfdf;
  padding: 15px 20px;
}
.payment-check:first-child {
  border-bottom: none;
}
.payment-check .form-check-input {
  margin-top: 4px;
}
.amount2 {
  font-size: 26px;
  color: #222222;
  font-family: "Proxima Nova SB";
}
.order-summary .item-details p {
  font-size: 16px;
  color: rgba(34, 34, 34, 0.5);
  margin-bottom: 10px;
}
.item-count {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  z-index: 55;
  position: absolute;
  background-color: #ff3d71;
  color: #fff;
  text-align: center;
  left: 105px;
  top: -10px;
}
.order-summary .cart-item img {
  width: 120px;
  object-fit: cover;
}

/* 01-05-2025*/

.card-img-wrapper {
  border-radius: 10px;
  background: #e9e8eb;
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
  overflow: hidden;
}
.card-img-wrapper img {
  transition: transform 0.4s ease-in-out; /* Ensures smooth animation in both directions */
}
.card-img-wrapper:hover img {
  transform: scale(1.1); /* Scales the image on hover */
  transition: transform 0.3s ease-in-out;
}
.card-img-wrapper > img {
  width: 100%;
  height: 100%;
  /* border-radius: 20px; */
}

.c-box {
  overflow: hidden;
  display: inline-block;
  border-radius: 15px;
  /* transition: box-shadow 0.4s ease-in-out, transform 0.3s ease-in-out; */
}

.c-box:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px); /* Moves slightly up */
}
.festive-slider .swiper-slide img:hover,
.offer-slider-3 .swiper-slide img:hover,
.offer-slider-4 .swiper-slide img:hover {
  transform: translateY(-5px); /* Moves slightly up */
}
.app-download {
  text-align: center;
}
.app-download .wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
}
.app-download h1 {
  font-weight: bold;
  font-size: 50px;
  text-transform: uppercase;
  color: #ff406c;
}
.app-download p {
  font-family: "Proxima Nova Rg";
  font-size: 24px;
  font-weight: 400;
  line-height: 48px;
}
.app-download ul li {
  display: inline-block;
}

/* ===============================
   MOBILE HEADER HEIGHT FIX
================================ */
/* @media (max-width: 767px) { */
.header {
  height: 65px;
  min-height: 70px;
  padding: 0;
  display: flex;
  align-items: center;
  background: #fff;
  transition: none !important; /* prevent shrink animation */
}

.header .container {
  height: 100%;
}

.header .container > div {
  height: 100%;

  /* align-items: center; */
}

/* Logo sizing */
.header .logo img {
  max-height: 48px; /* 👈 adjust if needed */
  width: auto;
}

/* FIXED HEADER ON SCROLL */
.header.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 9998;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
/* } */

/* ===============================
   PRODUCT IMAGE FIXED SIZE
================================ */
.card-img-wrapper {
  width: 100%;
  height: 260px; /* 👈 desktop height */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  background-color: #e9e8eb;
}

.card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* 👈 IMPORTANT */
}

/* Mobile */
@media (max-width: 767px) {
  .card-img-wrapper {
    height: 200px; /* 👈 mobile height */
  }
}

/* PRODUCT LIST NEW */

/* ================= MOBILE BOTTOM BAR ================= */
.mobile-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-top: 1px solid #e5e5e5;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
  z-index: 9999;
}

.bottom-bar-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  transition: background-color 0.2s;
}

.bottom-bar-item:active {
  background-color: #f5f5f5;
}

.bottom-bar-icon {
  font-size: 20px;
  margin-bottom: 2px;
  color: #333;
}

.bottom-bar-text {
  font-size: 12px;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.3px;
}

.bottom-bar-divider {
  width: 1px;
  height: 24px;
  background-color: #e5e5e5;
}

/* ================= BOTTOM SHEET OVERLAY ================= */
.bottom-sheet-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: flex;
  align-items: flex-end;
  animation: overlayFadeIn 0.3s ease;
}

@keyframes overlayFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.bottom-sheet {
  width: 100%;
  background: #fff;
  border-radius: 16px 16px 0 0;
  max-height: 70vh;
  overflow-y: auto;
  animation: slideUp 0.3s ease;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.bottom-sheet.large {
  max-height: 85vh;
}

.sheet-header {
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}

.sheet-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.sheet-close {
  background: none;
  border: none;
  font-size: 20px;
  color: #999;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s;
}

.sheet-close:hover {
  background-color: #f5f5f5;
}

/* ================= SHEET OPTIONS ================= */
.sheet-options {
  padding: 8px 0;
}

.sheet-option {
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s;
}

.sheet-option:last-child {
  border-bottom: none;
}

.sheet-option:active {
  background-color: #f9f9f9;
}

.sheet-option.active {
  color: #ff406c;
  font-weight: 600;
}

.check-mark {
  color: #ff406c;
  font-weight: bold;
  font-size: 18px;
}

/* ================= FILTER SHEET ================= */
.filter-sheet-content {
  padding: 20px;
  padding-bottom: 80px;
}

.filter-sheet-actions {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  background: #fff;
  border-top: 1px solid #f0f0f0;
  padding: 12px 20px;
  gap: 12px;
}

.filter-clear-btn {
  flex: 1;
  padding: 14px;
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.filter-apply-btn {
  flex: 1;
  padding: 14px;
  background: #ff406c;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}

.filter-apply-btn:active {
  background-color: #e53565;
}

/* ================= DESKTOP SORT POPUP ================= */
.desktop-sort-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10001;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 100px;
  padding-right: 20px;
  animation: overlayFadeIn 0.3s ease;
}

.desktop-sort-popup {
  width: 280px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.desktop-sort-header {
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}

.desktop-sort-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.popup-close {
  background: none;
  border: none;
  font-size: 18px;
  color: #999;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s;
}

.popup-close:hover {
  background-color: #f5f5f5;
}

.desktop-sort-options {
  padding: 8px 0;
}

.desktop-sort-option {
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  transition: background-color 0.2s;
}

.desktop-sort-option:hover {
  background-color: #f9f9f9;
}

.desktop-sort-option.active {
  color: #333;
  font-weight: 500;
}

.selected-dot {
  color: #ff406c;
  font-size: 24px;
  line-height: 1;
}

/* ================= DESKTOP SORT SELECTOR ================= */
.sort-select-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: #fff;
  /* border: 1px solid #ddd; */
  border-radius: 6px;
  cursor: pointer;
  min-width: 180px;
  transition: border-color 0.2s;
  text-align: center;
}

.sort-select-wrapper:hover {
  border-color: #ff406c;
}

.selected-sort-text {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.sort-arrow {
  font-size: 10px;
  color: #666;
  margin-left: auto;
}

.mobile-sort-display {
  font-size: 14px;
  color: #666;
}

/* ================= RESPONSIVE ADJUSTMENTS ================= */
@media (max-width: 767px) {
  .inner-page .container {
    padding-bottom: 70px; /* Space for mobile bottom bar */
  }

  .col-md-8 {
    width: 100%;
  }

  .mobile-sort-display {
    text-align: right;
    width: 100%;
  }

  .mobile-sort-display span {
    font-size: 14px;
    color: #666;
  }
}

/* ================= FILTER SHEET SPECIFIC STYLES ================= */
.filter-sheet-content .categories-type {
  margin-bottom: 20px;
}

.filter-sheet-content .jui-price-range {
  margin: 24px 0;
  padding: 20px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.filter-sheet-content .custom_accordion {
  margin-top: 20px;
}

.filter-sheet-content .accordion-item {
  border: none;
  border-bottom: 1px solid #f0f0f0;
}

.filter-sheet-content .accordion-button {
  padding: 16px 0;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  background: none;
  border: none;
}

.filter-sheet-content .accordion-button:not(.collapsed) {
  background: none;
  color: #333;
  box-shadow: none;
}

.filter-sheet-content .accordion-body {
  padding: 12px 0 20px;
}

.filter-sheet-content .form-check {
  margin-bottom: 12px;
}

.filter-sheet-content .color-select-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Mobile Add to Bag Button */
.mobile-add-to-bag-btn {
  width: 100%;
  /* padding: 10px 15px; */
  height: 35px;
  background-color: white;
  border-color: #f2f2f2ff;
  border-width: 1px;
  color: #ff406c;
  /* border: none; */
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* Mobile Wishlist Icon - Top Right Corner */
.mobile-wishlist-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  /* background: rgba(255, 255, 255, 0.95); */
  width: 32px;
  height: 32px;
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); */
  cursor: pointer;
  /* transition: all 0.2s ease; */
  overflow: hidden;
}

.mobile-wishlist-icon:hover {
  background: white;
  /* transform: scale(1.05); */
}

.mobile-wishlist-icon:active {
  /* transform: scale(0.95); */
}

.wishlist-icon-img {
  width: 12px;
  height: 12px;
  /* border-radius: 50px; */
  scale: 0.6;
}
.wishlist-icon-imgg {
  width: 12px;
  height: 12px;
  /* border-radius: 50px; */
  scale: 0.6;
}

/* Mobile Bottom Fixed Bar - New Style matching screenshot */
.mobile-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  height: 70px;
}

.mobile-action-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  height: 48px;
  border-radius: 8px;
  border: none;
  transition: all 0.2s ease;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, sans-serif;
}

.mobile-action-btn.add-to-bag-btn {
  background: white;
  color: #ff406b;
  border-color: #ff406b;
  border-width: 1px;
  border-style: solid;
}

.mobile-action-btn.buy-now-btn {
  background: #ff406b;
  color: white;
}

.mobile-action-btn:active {
  transform: scale(0.98);
  opacity: 0.9;
}

.mobile-action-btn.buy-now-btn:active {
  background: #e6395c;
}

.btn-text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

/* Mobile styles for ImageSwiper - Only pagination dots */

/*  Menu */
/* Mega Menu Container */
/* .mega-menu-container {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 999 !important;
  background: white !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
  border-top: 1px solid #eee !important;
  animation: slideDown 0.2s ease-out !important;
  height: auto !important;
  min-height: 300px !important;
  overflow: visible !important;
} */

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header and container */
.header {
  position: relative !important;
  z-index: 1000 !important;
}

.header .container {
  position: relative !important;
  overflow: visible !important;
}

/* Center menu items */
.center-block ul {
  display: flex !important;
  /* gap: 1rem !important; */
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  z-index: 1001 !important;
}

.center-block ul li {
  list-style: none !important;
  /* padding: 8px 16px !important; */
  cursor: pointer !important;
  transition: color 0.2s !important;
  font-weight: 600 !important;
  position: relative !important;
  z-index: 1002 !important;
}

.center-block ul li:hover {
  color: #ff406c !important;
}

/* Mega menu content */
.mega-menu-content {
  padding: 20px 0 !important;
  width: 100% !important;
  display: block !important;
  overflow: visible !important;
  height: auto !important;
  min-height: 250px !important;
}

.mega-menu-content .grid-container {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
  /* gap: 30px !important; */
  width: 100% !important;
  overflow: visible !important;
  height: auto !important;
}

/* Reset all height restrictions */
.mega-menu-container * {
  max-height: none !important;
  /* width: 100vw !important; */
  height: auto !important;
}
/* logout modal */
.logout-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.logout-modal {
  background: #fff;
  padding: 20px;
  width: 320px;
  border-radius: 8px;
}

/* Orders Section */

.order-filter {
  width: 160px;
  font-size: 14px;
}

.order-wrapper {
  background: #fff;
  /* border-radius: 8px; */
  padding: 16px;
  border: 1px solid #e5e5e5;
}

/* Order ID */
.order-id {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
}

/* ===== EACH ITEM ===== */
.order-item {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 14px;
}

/* ===== STATUS ROW ===== */
.order-status-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.order-status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #4caf50;
  font-size: 15px;
}

/* optional green circle icon */
.order-status::before {
  content: "";
  width: 36px;
  height: 36px;
  background: #4caf50;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z'/%3E%3C/svg%3E")
    center / 18px no-repeat;
}

/* ===== TRACK BUTTON ===== */
.order-status-row button {
  border: 1px solid #ff406c;
  color: #ff406c;
  background: transparent;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 8px;
}

.order-status-row button:hover {
  background: #ff406c;
  color: #fff;
}

/* ===== PRODUCT ROW ===== */
.order-product {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid #eaeaea;
  padding-top: 14px;
}

/* PRODUCT IMAGE */
.order-product img {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  object-fit: cover;
  background: #fff;
}

/* PRODUCT INFO */
.order-info {
  flex: 1;
}

.product-name {
  font-weight: 600;
  margin-bottom: 4px;
}

.product-size {
  font-size: 14px;
  color: #666;
}

/* RIGHT ARROW */
.order-product i {
  color: #888;
  font-size: 18px;
}

.order-product img {
  width: 50px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

.order-info {
  flex: 1;
}

.product-name {
  font-size: 14px;
  margin: 0;
}

.product-size {
  font-size: 12px;
  color: #777;
}

/* ================= OVERLAY ================= */
.track-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ================= MODAL ================= */
.track-modal {
  background: #fff;
  width: 90%;
  max-width: 900px;
  border-radius: 24px;
  padding: 30px 32px;
  position: relative;
}

/* Close button */
.track-modal .close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #d9d9d9;
  border: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}

/* ================= HEADER ================= */
.track-modal h5 {
  font-size: 20px;
  margin-bottom: 20px;
}

/* ================= PROGRESS STEPS ================= */
.tracking-steps {
  display: flex;
  align-items: center;
  margin: 20px 0 30px;
}

.tracking-steps .step {
  flex: 1;
  text-align: center;
  position: relative;
}

.tracking-steps .step span {
  width: 28px;
  height: 28px;
  background: #d9d9d9;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.tracking-steps .step.done span {
  background: #5aa04e;
}

.tracking-steps .step p {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}

/* connector line */
.tracking-steps .step::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  right: -50%;
  height: 6px;
  background: #e5e5e5;
  z-index: 1;
}

/* default connector */
.tracking-steps .step::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  right: -50%;
  height: 6px;
  background: #e5e5e5;
  z-index: 1;
}

/* only turn green if NEXT step is done */
.tracking-steps .step.line-done::after {
  background: #5aa04e;
}

.tracking-steps .step:last-child::after {
  display: none;
}

/* ================= TRACKING UPDATES ================= */
.tracking-updates {
  background: #f7f7f7;
  border-radius: 16px;
  padding: 20px;
}

.tracking-updates h6 {
  font-size: 16px;
  margin-bottom: 16px;
}

/* timeline */
.update-row {
  display: flex;
  gap: 12px;
  position: relative;
  padding-bottom: 20px;
}

.update-row:last-child {
  padding-bottom: 0;
}

.update-row .dot {
  width: 10px;
  height: 10px;
  background: #d9d9d9;
  border-radius: 50%;
  margin-top: 6px;
}

.update-row .dot.active {
  background: #5aa04e;
}

.update-row::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 18px;
  bottom: -6px;
  width: 2px;
  background: #e0e0e0;
}

.update-row:last-child::before {
  display: none;
}

.update-row p {
  margin: 0;
  font-size: 14px;
}

.update-row small {
  color: #777;
}

/* ================= WALLET ================= */

.wallet-wrapper {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

/* .wallet-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.wallet-card {
  background: #f8f8f8;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
} */
.wallet-cards {
  display: flex;
  gap: 16px;
}

.wallet-card {
  flex: 1;
  background: #f7f7f7;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}

.wallet-card img {
  height: 100px;
  width: 100px;
  margin-bottom: 10px;
  object-fit: "cover";
  /* display: "block"; */
}

.wallet-card p {
  margin-bottom: 6px;
  color: #555;
}

.wallet-card h3 {
  color: #ff406c;
  font-weight: 600;
}

.wallet-card.invite small {
  display: block;
  color: #777;
  margin-bottom: 6px;
}

.invite-btn {
  color: #ff406c;
  font-weight: 500;
  cursor: pointer;
  font-size: 12px;
}

/* ===== TABS ===== */
.wallet-tabs {
  display: flex;
  gap: 10px;
}

.wallet-tabs button {
  padding: 6px 18px;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}

.wallet-tabs button.active {
  background: #4caf50;
  color: #fff;
  border-color: #4caf50;
}

/* ===== HISTORY ===== */
.wallet-history {
  margin-top: 16px;
}
/* ===== COMMON ROW ===== */
.wallet-history-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-radius: 12px;
  margin-bottom: 12px;
}

/* ===== CREDIT ===== */
.wallet-history-row.credit {
  background: #f5f7f5;
}

.wallet-history-row.credit .icon {
  background: #e2f4e8;
  color: #2e7d32;
}

.wallet-history-row.credit .type {
  color: #2e7d32;
}

/* ===== DEBIT (IMAGE STYLE) ===== */
.wallet-history-row.debit {
  background: #f7f7f7;
}

.wallet-history-row.debit .icon {
  background: #fdecea;
  color: #e53935;
}

.wallet-history-row.debit .type {
  color: #e53935;
}

/* ===== ICON ===== */
.wallet-history-row .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* ===== TEXT ===== */
.wallet-history-row .info {
  flex: 1;
  margin-left: 14px;
}

.wallet-history-row .info strong {
  display: block;
  font-size: 16px;
}

.wallet-history-row .source {
  font-size: 14px;
  color: #777;
}

@media (max-width: 767px) {
  .wallet-cards {
    flex-direction: column;
  }

  .wallet-card {
    width: 100%;
  }
}

/* ================= ORDER DETAILS PAGE ================= */

.order-details-page {
  background: #f6f6f6;
}

/* BACK BUTTON */
.back-btn-order {
  border: none;
  background: transparent;
  color: #000;
  font-size: 14px;
  margin-bottom: 16px;
  margin-top: 16px;
  cursor: pointer;
}
.back-btn-order img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

/* ================= LEFT SIDE ================= */

.order-status-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
}

.status.delivered {
  background: #5fa251;
  color: #fff;
}

/* PRODUCT CARD */
.product-card {
  text-align: center;
  padding-top: 20px;
}

.product-card img {
  width: 140px;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 12px;
}

.product-card h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.product-card p {
  font-size: 14px;
  color: #666;
}

/* ACTION BUTTONS */
.product-card .actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 16px;
}

.product-card .actions button {
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 13px;
  background: #f3f3f3;
  border: none;
  cursor: pointer;
}

.product-card .actions button:hover {
  background: #e9e9e9;
}

/* ================= REVIEW CARD ================= */

.review-card {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
}

.review-card h6 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.review-card .write-review {
  float: right;
  color: #ff406c;
  font-size: 13px;
  cursor: pointer;
  margin-bottom: 8px;
}

/* ================= RIGHT SIDE ================= */

.summary-card,
.address-card {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
}

.summary-card h6,
.address-card h6 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
}

.summary-card p {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 8px;
}

.summary-card strong {
  font-weight: 700;
}

/* ADDRESS */
.address-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 4px;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 767px) {
  .product-card img {
    width: 120px;
  }

  .product-card .actions {
    flex-direction: column;
  }

  .summary-card,
  .address-card {
    margin-top: 16px;
  }
}

.review-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.review-modal {
  width: 600px;
  max-width: 95%;
  background: #fff;
  border-radius: 20px;
  padding: 24px;
}

/* HEADER */
.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review-header img {
  width: 20px;
  cursor: pointer;
}

/* STARS */
.review-stars {
  text-align: center;
  margin: 16px 0;
  font-size: 28px;
}

.review-stars span {
  cursor: pointer;
  color: #ddd;
}

.review-stars .filled {
  color: #ff406c;
}

/* UPLOAD */
.review-upload {
  border: 2px dashed #eee;
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  margin-bottom: 16px;
  color: #999;
}

/* TEXT */
.review-modal label {
  font-size: 13px;
  font-weight: 600;
  margin: 12px 0 6px;
  display: block;
}

.review-modal textarea {
  width: 100%;
  height: 90px;
  border-radius: 10px;
  border: 1px solid #eee;
  padding: 12px;
  resize: none;
}

/* OPTIONS */
.option-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.option-row button {
  border: 1px solid #eee;
  padding: 8px 14px;
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
  cursor: pointer;
}

.option-row button.active {
  border-color: #ff406c;
  color: #ff406c;
}

/* FOOTER */
.review-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.review-footer .cancel {
  background: transparent;
  border: none;
  font-size: 14px;
}

.review-footer .submit {
  background: #ff406c;
  color: #fff;
  border: none;
  padding: 8px 22px;
  border-radius: 8px;
}

.review-header .close-btn {
  /* position: absolute; */
  top: 16px;
  right: 16px;
  background: #d9d9d9;
  border: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}

.actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.btn-outline {
  border: 1px solid #ddd;
  background: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
}

.btn-outline.danger {
  border-color: #ff406c;
  color: #ff406c;
}

.action-modal-backdrop {
  position: fixed;
  inset: 0;
  background: #f2f2f2;
  z-index: 9999;
  overflow-y: auto;
}

.action-modal {
  background: #fff;
  min-height: 100vh;
}

.action-header {
  padding: 20px 40px;
}

.back-btn {
  border: none;
  background: none;
  color: #333;
  font-size: 14px;
  margin-bottom: 10px;
}

.action-body {
  padding: 0 40px 40px;
}

.item-info-card {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  gap: 20px;
}

.item-info-card img {
  width: 120px;
  border-radius: 8px;
}

.eligible {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 12px;
}

.view-policy {
  border: none;
  background: none;
  color: #ff406c;
}

/*  */
.action-box {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 20px;
}

.refund-box,
.pickup-box,
.size-box {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 20px;
  margin-top: 20px;
}

.refund-option {
  display: flex;
  gap: 10px;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
}

.refund-option.active {
  border-color: #4caf50;
}

.size-grid {
  display: flex;
  gap: 10px;
}

.size-btn {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.submit-row {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 30px;
}

.btn-primary {
  background: #ff406c;
  color: #fff;
  border-radius: 8px;
  padding: 10px 24px;
}

.btn-light {
  background: transparent;
  border: none;
}
/*  */
/*  */
.action-box,
.refund-box,
.item-info-card {
  background: #f7f7f7;
  border-radius: 16px;
  padding: 20px;
}
.action-box h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.action-box .form-control {
  border-radius: 10px;
  border: none;
  background: #fff;
  padding: 12px 14px;
  font-size: 14px;
}

.action-box textarea {
  resize: none;
  min-height: 120px;
}
.refund-box {
  margin-top: 24px;
}

.refund-box h6 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 16px;
}
.refund-option.active {
  border: 1px solid #e6e6e6;
}

.refund-option input {
  width: 18px;
  height: 18px;
  accent-color: #4caf50;
}
.submit-row {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 28px;
}
.btn-light {
  background: transparent;
  border: none;
  color: #333;
  font-size: 14px;
  padding: 10px 16px;
}

.btn-primary {
  background: #f04b6a;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 24px;
  font-size: 14px;
}

.btn-primary:hover {
  background: #e23a5a;
}
.item-info-card {
  display: flex;
  gap: 16px;
  align-items: center;
}

.item-info-card img {
  width: 90px;
  height: auto;
  border-radius: 10px;
}

.item-info-card h6 {
  font-size: 15px;
  margin-bottom: 6px;
}

.item-info-card p {
  font-size: 13px;
  color: #555;
}

/* ===== COMMON ===== */
.action-box,
.size-box,
.pickup-box {
  background: #f6f6f6;
  border-radius: 16px;
  padding: 24px;
}

h6 {
  font-weight: 600;
  margin-bottom: 10px;
}

/* ===== ACTION BOX ===== */
.action-box select,
.action-box textarea {
  border-radius: 12px;
  padding: 12px;
  border: none;
  background: #fff;
}

/* ===== SIZE BOX ===== */
.size-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.size-chart {
  color: #ff406c;
  font-size: 14px;
  cursor: pointer;
}

.original-size {
  font-size: 14px;
  color: #666;
  margin-bottom: 16px;
}

.size-grid {
  display: flex;
  gap: 12px;
}

.size-btn {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  border: 1px solid #e3e3e3;
  background: #fff;
  font-weight: 600;
  cursor: pointer;
}

.size-btn.active {
  border-color: #ff406c;
  color: #ff406c;
}

.size-btn.disabled {
  background: #f1f1f1;
  color: #bbb;
  cursor: not-allowed;
}

/* ===== PICKUP ===== */
.pickup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pickup-header .change {
  color: #ff406c;
  font-size: 14px;
  cursor: pointer;
}

.pickup-card {
  margin-top: 12px;
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  display: flex;
  gap: 12px;
}

.home-tag {
  background: #fdebed;
  color: #ff406c;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

/* ===== SUBMIT ===== */
.submit-row {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 32px;
}

.btn-light {
  background: transparent;
  border: none;
  color: #333;
}

.btn-primary {
  background: #ff406c;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 10px;
}

.btn-primary:disabled {
  background: #ffc2cf;
  cursor: not-allowed;
}

.eligible-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  font-size: 13px;
  color: #777;
}

.view-policy {
  background: none;
  border: none;
  color: #f24f6d;
  font-weight: 600;
  cursor: pointer;
}

/* CARD */
.item-info-card {
  display: flex;
  gap: 20px;
  background: #f6f6f6;
  border-radius: 16px;
  padding: 20px;
  align-items: flex-start;
}

/* IMAGE */
.item-info-card img {
  width: 110px;
  height: 140px;
  object-fit: cover;
  border-radius: 12px;
  background: #fff;
}

/* CONTENT */
.item-info-content {
  flex: 1;
}

/* TITLE */
.item-info-content h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

/* MUTED TEXT */
.item-info-content .muted {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 4px;
}

/* PRICE */
.item-info-content h5 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

/* ELIGIBILITY ROW */
.eligible-row {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #e4e4e4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ELIGIBLE TEXT */
.eligible-text {
  font-size: 13px;
  color: #777;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* VIEW POLICY */
.view-policy {
  background: none;
  border: none;
  color: #f24f6d;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}

/* REMOVE BUTTON OUTLINE */
.view-policy:focus {
  outline: none;
}

/*  */
.actions button {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.actions button img {
  width: 18px;
  height: 18px;
  margin-top: 10px;
}

.review-cta {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #f1f1f1;
  margin-top: 20px;
}

/* TOP WHITE AREA */
.review-cta-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
}

.review-cta-top h6 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}

/* STARS */
.review-stars {
  display: flex;
  gap: 6px;
}

.review-stars img {
  width: 24px;
  height: 24px;
}

/* RIGHT LINK */
.write-review-link {
  font-size: 14px;
  font-weight: 500;
  color: #f24f6d;
  cursor: pointer;
  white-space: nowrap;
}

.write-review-link:hover {
  text-decoration: underline;
}

/* BOTTOM PINK STRIP */
.review-cta-bottom {
  background: #f24f6d;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.review-cta-bottom .sparkles {
  margin-left: 6px;
}

/* MOBILE */
@media (max-width: 768px) {
  .review-cta-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .write-review-link {
    align-self: flex-end;
  }
}
/* ===== OTP MODAL BACKDROP ===== */
.otp-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* ===== OTP MODAL ===== */
.otp-modal {
  background: #fff;
  width: 520px;
  border-radius: 28px;
  padding: 34px 36px;
  position: relative;
}

.otp-modal h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 6px;
}

.otp-modal p {
  font-size: 14px;
  color: #888;
  margin-bottom: 24px;
}

.otp-modal input {
  height: 50px;
  font-size: 16px;
  border-radius: 10px;
}

/* CLOSE ICON */
.otp-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
}

/* ACTIONS */
.otp-actions {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 26px;
}

.otp-actions .cancel-btn {
  font-size: 16px;
  border: none;
  color: #000;
  font-weight: 700;
}

.otp-actions .save-btn {
  background: #ef4c6d;
  color: #fff;
  border-radius: 10px;
  padding: 12px 32px;
  font-size: 16px;
}

/* Prevent body scroll when modal is open */
body.modal-open {
  overflow: hidden !important;
  height: 100vh !important;
}

/* Review Modal Styles */
.review-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
}

.review-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
  padding: 20px;
}

.review-modal-content {
  background: white;
  border-radius: 12px;
  width: 100%;
  max-width: 600px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.review-modal-body {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
  max-height: calc(90vh - 120px); /* Account for header and footer */
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #e9ecef;
  background: #f8f9fa;
  flex-shrink: 0;
}

.review-header h5 {
  margin: 0;
  font-size: 1.25rem;
}

.close-btn {
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #6c757d;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.close-btn:hover {
  background: #e9ecef;
  color: #495057;
}

/* Image upload styles */
.review-upload-area {
  border: 2px dashed #dee2e6;
  border-radius: 8px;
  padding: 40px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 20px;
}

.review-upload-area:hover {
  border-color: #007bff;
  background: #f8f9fa;
}

.image-previews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 12px;
  margin-top: 15px;
}

.image-preview-item {
  position: relative;
  width: 80px;
  height: 80px;
}

.image-preview-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.remove-image-btn {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #dc3545;
  color: white;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

/* Attribute buttons */
.option-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.attribute-btn {
  padding: 8px 16px;
  border: 1px solid #dc3545;
  background: white;
  border-radius: 20px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
  color: #dc3545;
}

.attribute-btn.active {
  background: #dc3545;
  color: white !important;
  border-color: #dc3545;
}

.attribute-btn:hover:not(:disabled) {
  border-color: #dc3545;
}

.attribute-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Footer */
.review-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 20px 24px;
  border-top: 1px solid #e9ecef;
  background: #f8f9fa;
  flex-shrink: 0;
}

.cancel-btn,
.submit-btn {
  padding: 10px 24px;
  border-radius: 6px;
  font-weight: 500;
}

/* Scrollbar styling */
.review-modal-body::-webkit-scrollbar {
  width: 6px;
}

.review-modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.review-modal-body::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.review-modal-body::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* Review Text Section Styles */
.review-text-section {
  margin-bottom: 20px;
}

.review-text-section label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
  font-size: 14px;
}

.review-text-section textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
  resize: vertical;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
}

.review-text-section textarea:focus {
  outline: none;
  border-color: #4a90e2;
  box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.1);
}

.review-text-section textarea:disabled {
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed;
}

.review-text-section textarea::placeholder {
  color: #999;
  opacity: 0.7;
}

/* Character counter */
.char-count {
  text-align: right;
  font-size: 12px;
  color: #666;
  margin-top: 4px;
  transition: color 0.3s ease;
}

.char-count.warning {
  color: #ff9800;
}

.char-count.error {
  color: #f44336;
}

/* Existing review CTA */
.review-cta.existing-review {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
}

.review-cta-top .edit-review-link {
  color: #dc3545;
  cursor: pointer;
  font-weight: 500;
  text-decoration: underline;
}

.review-cta-top .edit-review-link:hover {
  color: #dc3545;
}

.review-stars-display {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
}

.review-stars-display img {
  width: 18px;
  height: 18px;
}

.rating-text {
  margin-left: 8px;
  font-size: 14px;
  color: #666;
}

.review-attributes {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.attribute-tag {
  background: #e9ecef;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  color: #495057;
}

/* Existing/New image badges */
.image-preview-item.existing {
  border: 2px solid #28a745;
}

.image-preview-item.new {
  border: 2px solid #17a2b8;
}

.existing-badge {
  position: absolute;
  bottom: 4px;
  left: 4px;
  background: #28a745;
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 4px;
}

.new-badge {
  position: absolute;
  bottom: 4px;
  left: 4px;
  background: #17a2b8;
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 4px;
}

.existing-images-note {
  font-size: 12px;
  color: #666;
  margin-left: 8px;
  font-weight: normal;
}

.existing-images-section,
.new-images-section {
  margin-top: 15px;
}

.existing-images-section h6,
.new-images-section h6 {
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
}

/* Char count warning */
.char-count.warning {
  color: #ff9800;
}

/* WHAT CUSTOMERS SAID */
.customer-said {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #eee;
}

.customer-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}

.customer-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.customer-row .label {
  width: 70px;
  font-weight: 500;
  color: #333;
}

.customer-row .track {
  flex: 1;
  height: 6px;
  background: #f7d7df;
  border-radius: 10px;
  position: relative;
}

.customer-row .track .fill {
  height: 100%;
  background: linear-gradient(90deg, #ff5a7a, #ff7a95);
  border-radius: 10px;
  display: block;
}

.customer-row .result {
  width: 90px;
  text-align: right;
  font-size: 14px;
  color: #ff5a7a;
  font-weight: 500;
}

.customer-row .result.highlight {
  text-decoration: underline;
}

.size-box {
  background: #f8f8f8;
  padding: 16px;
  border-radius: 10px;
  margin-bottom: 24px;
}

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

.size-header h6 {
  font-weight: 600;
}

.size-chart {
  font-size: 13px;
  color: #ff406b;
  cursor: pointer;
}

.original-size {
  font-size: 13px;
  margin: 8px 0 14px;
  color: #555;
}

.size-grid {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.size-btn {
  min-width: 48px;
  padding: 10px 0;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
  font-weight: 600;
  position: relative;
}

.size-btn.active {
  border-color: #ff406b;
  background: #fff0f4;
}

.size-btn.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.price-diff {
  display: block;
  font-size: 11px;
  margin-top: 4px;
}

.price-diff.plus {
  color: green;
}

.price-diff.minus {
  color: red;
}

/* Custom wallet checkbox */
.wallet-checkbox-container {
  margin-bottom: 15px;
}

.wallet-checkbox-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  color: #333;
  user-select: none;
}

.wallet-checkbox-label.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Hide the default checkbox */
.wallet-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Custom checkbox */
.wallet-checkmark {
  position: absolute;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1.5px solid #d1d1d6;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.wallet-checkbox-label:hover
  .wallet-checkbox:not(:disabled)
  ~ .wallet-checkmark {
  border-color: #8e8e93;
}

.wallet-checkbox:checked ~ .wallet-checkmark {
  background-color: #000;
  border-color: #000;
}

.wallet-checkbox:checked ~ .wallet-checkmark:after {
  content: "";
  position: absolute;
  display: block;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.wallet-checkbox:disabled ~ .wallet-checkmark {
  background-color: #f2f2f7;
  border-color: #c7c7cc;
  cursor: not-allowed;
}

.wallet-checkbox:disabled:checked ~ .wallet-checkmark {
  background-color: #8e8e93;
  border-color: #8e8e93;
}

.bank-form {
  background: #f6f6f6;
  padding: 16px;
  border-radius: 12px;
  margin-top: 12px;
}

.bank-form label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
}

.bank-form input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
  margin-bottom: 14px;
}

/* Track Order Modal Styles */
.track-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
}

.track-modal {
  background: white;
  border-radius: 12px;
  padding: 24px;
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.track-header {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.close-btn {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #6c757d;
  line-height: 1;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.close-btn:hover {
  background-color: #f8f9fa;
  color: #495057;
}

.order-summary {
  background-color: #f8f9fa;
  padding: 16px;
  border-radius: 8px;
  margin-top: 16px;
}

.current-status-badge {
  text-align: center;
  padding: 16px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 8px;
  border: 1px solid #dee2e6;
}

.status-tag {
  display: inline-block;
  padding: 8px 20px;
  background-color: #007bff;
  color: white;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.status-tag.order-placed {
  background-color: #17a2b8;
}
.status-tag.picked-up {
  background-color: #ffc107;
  color: #212529;
}
.status-tag.in-transit {
  background-color: #fd7e14;
}
.status-tag.out-for-delivery {
  background-color: #6f42c1;
}
.status-tag.delivered {
  background-color: #28a745;
}

.status-description {
  color: #6c757d;
  font-size: 14px;
  margin: 0;
}

.section-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #343a40;
  padding-bottom: 8px;
  border-bottom: 2px solid #e9ecef;
}

/* Progress Tracking */
.progress-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 20px 0;
}

.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1;
}

.step-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.step-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  color: #6c757d;
  z-index: 2;
  border: 3px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.step-circle.completed {
  background-color: #28a745;
  color: white;
}

.step-circle.current {
  background-color: #007bff;
  color: white;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}

.step-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3px;
  background-color: #e9ecef;
  transform: translateY(-50%);
  z-index: 1;
}

.step-line.completed {
  background-color: #28a745;
}

.step-label {
  margin-top: 8px;
  text-align: center;
}

.step-text {
  font-size: 12px;
  color: #6c757d;
  font-weight: 500;
}

.step-text.completed {
  color: #28a745;
  font-weight: 600;
}

.step-text.current {
  color: #007bff;
  font-weight: 600;
}

.current-badge {
  display: block;
  font-size: 10px;
  color: #007bff;
  margin-top: 2px;
}

/* Timeline */
.timeline {
  position: relative;
  padding-left: 30px;
}

.timeline-item {
  position: relative;
  margin-bottom: 24px;
}

.timeline-marker {
  position: absolute;
  left: -30px;
  top: 0;
}

.timeline-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #007bff;
  border: 3px solid white;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);
}

.timeline-line {
  position: absolute;
  top: 16px;
  left: 7px;
  width: 2px;
  height: calc(100% + 24px);
  background-color: #e9ecef;
}

.timeline-content {
  background-color: #f8f9fa;
  padding: 10px;
  border-radius: 8px;
  /* border-left: 4px solid #007bff; */
}

.timeline-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.timeline-header h6 {
  font-size: 14px;
  margin: 0;
  color: #343a40;
}

/* Order Items */
.order-items .item-row {
  transition: all 0.2s;
}

.order-items .item-row:hover {
  background-color: #f8f9fa;
}

.item-image {
  border-radius: 4px;
}

/* Responsive */
@media (max-width: 768px) {
  .track-modal {
    padding: 16px;
    margin: 10px;
  }

  .progress-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .progress-step {
    flex-direction: row;
    width: 100%;
    margin-bottom: 20px;
  }

  .step-indicator {
    width: auto;
    margin-right: 16px;
  }

  .step-line {
    display: none;
  }

  .step-label {
    margin-top: 0;
    text-align: left;
  }

  .timeline-header {
    flex-direction: column;
  }
}
.mega-menu-container {
  position: "absolute";
  top: "100%";

  left: "-50px";
  width: "100vw";
  right: 0;
  z-index: 999;

  box-shadow: "0 4px 20px rgba(0,0,0,0.1)";
  border-top: "1px solid #eee";
  height: "auto";
  min-height: "300px";
  overflow: "visible";
  animation: "slideDown 0.2s ease-out";
}

/* 768 to 1024 px need another style  */
/* @media (min-width: 768px) and (max-width: 1024px) {
  .mega-menu-container {
    left: 0;
    width: 100%;
    right: 0;
  }
} */

/* Product Skeleton Card */
.product-skeleton-card {
  background: white;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.skeleton-image {
  width: 100%;
  height: 200px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 6px;
  margin-bottom: 16px;
}

.skeleton-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.skeleton-line {
  height: 16px;
  background: #f0f0f0;
  border-radius: 4px;
  animation: loading 1.5s infinite;
}

.skeleton-line.short {
  width: 70%;
}

.skeleton-line.medium {
  width: 50%;
}

.skeleton-line.long {
  width: 90%;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .skeleton-image {
    height: 180px;
  }
}

@media (max-width: 576px) {
  .skeleton-image {
    height: 160px;
  }
}

/* Custom styles for accordion items with hidden icons */
.no-after::after {
  display: none !important;
}

.no-after {
  background-image: none !important;
}
