/*======================================
    Variables
========================================*/
@charset "UTF-8";
:root {
  --accent-color: #ff6b81;
  --contrast-color:#081828;
  --surface-color:#fff;
  --default-color:#212529;
  --background-color: #ffffff;
    --heading-color: #2d465e;
    --accent:#ff6b81;
    --text-secondary: #6B7280;
    --accent-dark: #E8566A;
    --accent-soft: rgba(255, 107, 129, 0.10);
    --accent-soft-2: rgba(255, 107, 129, 0.06);
    --bg: #FFFFFF;
    --bg-warm: #FFF8F9;
    --surface: #F7F7F8;
    --border: #EEEEF0;
    --text-primary: #1A1A2E;
    --text-secondary: #6B7280;
    --text-muted: #9CA3AF;
    --yellow: #FFD166;
    --green: #06D6A0;
    --purple: #7C5CBF;
    --radius: 16px;
    --radius-sm: 10px;
    --radius-pill: 100px;
    --shadow-nav: 0 2px 12px rgba(0, 0, 0, 0.06);
    --shadow-card: 0 8px 32px rgba(0, 0, 0, 0.08);
}
/*======================================
    Normalize CSS
========================================*/
html {
  scroll-behavior: smooth;
}


.list-group {
    --bs-list-group-active-bg: #ff6b81;
    --bs-list-group-active-border-color: #ff6b81;
}


/* body {
font-family: "Nunito", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #888;
  overflow-x: hidden;
  font-size: 15px;
} */

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

@media (max-width: 767px) {
    section {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
}

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;
}

.form-check-input: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,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* img {
  max-width: 100%;
} */

h1,
h2,
h3,
h4,
h5 {
  font-weight: 800;
  margin: 0px;
  color: #081828;
}

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

h1 {
  font-size: 32px;
}
@media (max-width: 767px) {
    h1 {
      font-size: 22px;
    }
}
h2 {
  font-size: 30px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

.bg-primary-dark {
   background-color:#081828; 
}

.single-table h4 {
    font-size: 18px;
    font-weight:700;
}
@media (max-width: 900px) {
    h3 {
        font-size: 22px;
    }
    .single-table h4 {
        font-size: 16px;
        font-weight:700;
    }
}
.single-table .button .btn {
    padding: 10px;
}


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

.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-5rem {
  padding-bottom: 5rem;
}

.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: 60px;
  padding-bottom: 60px;
  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-top: 40px;
  margin-bottom: 20px;
  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 .bg-title-white {
    background: white;
    border-radius: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.section-title h2 {
  font-size: 34px;
  margin-bottom: 25px;
  line-height: 42px;
  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: 20px;
  }
  .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: 3;
  cursor: pointer;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .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;
  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;
box-shadow: 0px 4px 6px #0000002a;
}

@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 22px;
    font-size: 14px;
    font-weight: 500;
  }
}

.button .btn i {
  display: inline-block;
}

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


.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
========================================*/
.nav .nav-item a:hover {
    color: #ff6b81 !important;
  }
.nav .nav-item a {
    font-weight: 500;
    color: #333;
    font-size: 15px;
}
.btn {
    font-weight: 600;
}

.header {
  width: 100%;
  background: transparent;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header {
    padding: 18px 0 !important;
  }
  .header .mobile-menu-btn .toggler-icon {
    background-color: #fff;
  }
  .header .button {
    margin: 0 !important;
  }
  .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 {
    padding: 18px 0 !important;
  }
  .header .mobile-menu-btn .toggler-icon {
    background-color: #fff;
  }
  .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;
  }
}

.header .nav-checkout .navbar-nav .nav-item a {
    color:white ;
  }

@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: 160px;
}

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

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

.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: #fff;
}

.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;
  padding: 0;
}

.navbar-area.sticky {
  position: fixed;
  z-index: 99;
  background: #ff6b81;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 30px 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;
}

.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: #fff;
}

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



.navbar-nav .nav-item a {
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  transition: all 0.3s ease-out 0s;
  position: relative;
  text-transform: capitalize;
}

.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: 180px 0 120px 0;
  background: #ff6b81;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area {
    padding: 150px 0 60px 0;
  }
}

@media (max-width: 767px) {
  .hero-area {
    padding: 120px 0 50px 0;
  }
}

.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: 36px;
  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;
  }
}

.hero .carousel-item {
    /* max-height:24rem; */
    object-fit:cover;
}

#carouselMainPaje .carousel-inner img {
    width: 100%; 
    object-fit: cover; 
    /* height:20rem; */
}

@media only screen and (max-width: 768px) {
    #carouselMainPaje .carousel-inner img {
    width: 100%; 
    object-fit: cover; 
    height:100%;
}

}

/*======================================
    Features Area CSS
========================================*/
.features {
  background-color: #f9f9f9;
}

.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: #fff7f9;
}

.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;
  }
}

.single-table {
  border: none;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 12px;
  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;
  /* max-height:22rem; */
}

.single-table:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.side_categories {
  border: none;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 12px;
  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;
  /* max-height:22rem; */
}


.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;
}

@media (min-width: 900px) {
.pricing-table .h6 {
       font-size: 18px; 
       font-weight:700;
    }
}

@media (max-width: 900px) {
    .pricing-table .h6 {
       font-size: 14px; 
    }
}
/*======================================
    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 {
  background-color: #081828;
}

.footer .footer-top {
  padding: 100px 0;
}

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

@media (max-width: 767px) {
  .footer .footer-top {
    padding: 60px 0;
    padding-top: 20px;
  }
}

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

@media (max-width: 767px) {
  .footer .single-footer {
    margin-top: 40px;
    text-align: center;
  }
}

.footer .single-footer.f-about {
  padding-right: 30px;
}

@media (max-width: 767px) {
  .footer .single-footer.f-about {
    padding: 0;
  }
}

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

.footer .single-footer.f-about p {
  color: #D2D6DC;
  margin-top: 20px;
  font-size: 14px;
}

.footer .single-footer.f-about .social {
  margin-top: 10px;
  margin-bottom: 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: #D2D6DC;
  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: #D2D6DC;
  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: #D2D6DC;
}

.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-weight: 400;
  color: #D2D6DC;
}

@media (max-width: 576px) {
    .footer .single-footer.f-link ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6px 12px;
    }
    .footer .single-footer.f-link li {
        margin-bottom: 0;
    }
    .footer .single-footer.f-link li a {
        font-size: 12px;
    }
}

.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: #D2D6DC;
}

@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: #D2D6DC;
  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: #D2D6DC;
}

@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 textarea {
  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 textarea {
    width: 100%;
    margin: 0;
    padding-right: 144px;
  }
}

@media (max-width: 767px) {
  .footer .footer-newsletter .newsletter-form textarea {
    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;
}


/* ДОБАВЛЕНО */
.header {
  position: relative;
  z-index: 2;
}

.contact-us {
    position: relative;
    background-color: #fff;
}

.contact-us .contact-info .single-info {
    margin-top: 30px;
    position: relative;
    padding: 40px;
    padding-left: 100px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 20px 0 rgba(32,32,32,.11);
    box-shadow: 0 1px 20px 0 rgba(32,32,32,.11);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.contact-us .contact-info .single-info i {
    font-size: 30px;
    color: #ff6b81;
    position: absolute;
    left: 40px;
    top: 40px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}



.contact-us .contact-info .single-info h3 {
    font-size: 16px;
    font-weight: 600;
    color: #081828;
    margin-bottom: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.contact-form-head {
    background-image: url(../images/contact/contact-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}
.contact-form-head::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    background-color: #ff6b81;
    z-index: -1;
}
.contact-form-head .contact-inner-title h2 {
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    color: #fff;
}
.contact-form-head .contact-inner-title p {
    color: #fff;
}
.contact-form-head .contact-inner-title .question {
    display: block;
    min-height: 70px;
    margin-top: 40px;
}
.contact-form-head .contact-inner-title .day-list {
    display: block;
    margin-top: 40px;
}
.contact-form-head .contact-inner-title .call-back {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    text-transform: capitalize;
}
.contact-form-head .form-main {
    padding: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 30px 0 rgba(32,32,32,.11);
    box-shadow: 0 1px 30px 0 rgba(32,32,32,.11);
    border-radius: 8px;
}

/* .blog-section {
    background-color: #f9f9f9;
} */
.blog-section .single-blog {
    /* margin-top: 30px; */
    overflow: hidden!important;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.164);
    box-shadow: 0 5px 10px rgba(0,0,0,.164);
    border-radius: 8px;
    background-color: #fff;
}


.blog-section .single-blog .blog-img {
    overflow: hidden;
}
.blog-section .single-blog .blog-img img {
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 16rem;
    object-fit: cover;
}
@media(max-width: 767px) {
    .blog-section .single-blog .blog-img img {
        height: 7rem;
    }
}

.footer-checkout {
    position:fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.nav-pills::-webkit-scrollbar {
    display: none;
}




/* .blog-section {
    background-color: #f9f9f9
} */

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

/* @media only screen and (min-width: 768px) and (max-width:991px) {
    .blog-section .section-title {
        margin-bottom:30px
    }
} */

@media(max-width: 767px) {
    .blog-section .section-title {
        margin-bottom:20px;
        margin-top:10px;
    }
}


@media(max-width: 767px) {
    .blog-section .single-blog {
        margin-top: 10px;
    }
}
.blog-section .single-blog .blog-img {
    overflow: hidden;
}

.blog-section .single-blog .blog-img a {
    width: 100%;
}



.blog-section .single-blog:hover .blog-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-section .single-blog .blog-content {
    padding: 30px;
}
@media(max-width: 767px) {
    .blog-section .single-blog .blog-content {
        padding: 10px;
    }
    .card-title {
        font-size: 16px;
    }
}

header .container-fluid {
    background-color: #fff8f9;
}



.header-search-box {
    width: 35%;
}

#top_page .button .btn {
    padding: 8px 40px !important;
    box-shadow: none !important;
}

.button .btn {
    box-shadow: none !important;
}

#top_page .header-search-box .form-control,
#top_page .header-search-box .search-submit-btn {
    height: 46px;
}

.nav .nav-item a {
    padding: 10px 14px 16px 14px;
}

.nav-link:focus, .nav-link:hover {
    color: #ff6c81;
}

.list-group-item:hover {
    text-decoration: none;
    color: #ff6c81;
}

.list-group-item:hover a {
    text-decoration: none;
}

.side_categories .nav .nav-item a {
    padding: 10px 14px 4px 14px;
}


.search-submit-btn {
    display: none;
}

.autocomplete-container .autocomplete-input {
    border-radius: 0.375rem !important;
}

.autocomplete-container:focus-within .autocomplete-input {
    border-radius: 0.375rem 0 0 0.375rem !important;
}

.autocomplete-container:focus-within .search-submit-btn {
    display: flex;
    align-items: center;
}

.brand-logo {
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media(max-width: 576px) {
    .card-title {
        font-size: 14px;
    }
    .sort-block,
    .sort-count {
        width: 100%;
    }
    .sort-count {
        text-align: left !important;
        margin-left: 0 !important;
    }
    .header .navbar-brand img,
    .nav-logo {
        max-width: 100px !important;
        width: 100px !important;
        height: auto !important;
    }
    a.line-clamp {
        font-size: 14px;
    }
}
.blog-section .single-blog .blog-content .category {
    font-size: 14px;
    color: #ff6b81;
    display: inline-block;
    font-weight: 600
}

.blog-section .single-blog .blog-content h4 {
    display: block;
    margin-top: 5px;
    line-height: 25px
}

.blog-section .single-blog .blog-content h4 a {
    font-size: 19px;
    color: #081828;
    display: inline-block
}

.blog-section .single-blog .blog-content h4 a:hover {
    color: #ff6b81
}

.blog-section .single-blog .blog-content p {
    display: block;
    margin-top: 20px
}

.blog-section .single-blog .blog-content .autor {
    position: relative;
    padding-left: 62px;
    margin-top: 30px
}

.blog-section .single-blog .blog-content .autor img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0
}

.blog-section .single-blog .blog-content .autor .name {
    color: #666;
    display: inline-block;
    margin-bottom: 1px;
    font-weight: 500;
    font-size: 14px
}

.blog-section .single-blog .blog-content .autor .name:hover {
    color: #ff6b81
}

.blog-section .single-blog .blog-content .autor .meta-content {
    margin-left: 4px
}

.blog-section .single-blog .blog-content .autor .meta-content li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    position: relative
}

.blog-section .single-blog .blog-content .autor .meta-content li a {
    font-size: 13px;
    font-weight: 500;
    color: #888
}

.blog-section .single-blog .blog-content .autor .meta-content li a:hover {
    color: #ff6b81
}

.blog-section .single-blog .blog-content .autor .meta-content li::before {
    position: absolute;
    content: "";
    right: -5px;
    top: 50%;
    background-color: #d2d2d2;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.blog-section .single-blog .blog-content .autor .meta-content li:last-child {
    margin: 0;
    padding: 0
}

.blog-section .single-blog .blog-content .autor .meta-content li:last-child::before {
    display: none
}

.blog-list {
    background: #f9f9f9
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .blog-list .pagination {
        margin-top:20px
    }
}

.blog-list .single-blog {
    margin: 0
}

.blog-list .single-blog {
    margin-bottom: 30px
}

.blog-single {
    /* background: #f9f9f9 */
}

.blog-single .single-inner .main-content-head {
    -webkit-box-shadow: 0 1px 20px 0 rgba(32,32,32,.11);
    box-shadow: 0 1px 20px 0 rgba(32,32,32,.11);
    border-radius: 8px;
    overflow: hidden
}

.blog-single .meta-information {
    background-color: #fff;
    padding: 40px
}

@media(max-width: 767px) {
    .blog-single .meta-information {
        padding:25px
    }
}

.blog-single .meta-info {
    margin-top: 25px
}

.blog-single .meta-info li {
    font-size: 14px;
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    position: relative
}

@media(max-width: 767px) {
    .blog-single .meta-info li {
        margin-bottom:5px
    }

    .blog-single .meta-info li::before {
        display: none
    }

    .blog-single .meta-info li:first-child {
        display: block;
        margin-bottom: 15px
    }
}

.blog-single .meta-info li::before {
    position: absolute;
    content: "";
    right: -5px;
    top: 50%;
    background-color: #d2d2d2;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.blog-single .meta-info li:last-child {
    margin: 0;
    padding: 0
}

.blog-single .meta-info li:last-child::before {
    display: none
}

.blog-single .meta-info li a {
    color: #888;
    font-size: 14px;
    font-weight: 500
}

.blog-single .meta-info li a i {
    display: inline-block;
    margin-right: 2px
}

.blog-single .meta-info li a:hover {
    color: #ff6b81
}

.blog-single .meta-info li a img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px
}

.blog-single .post-thumbnils {
    position: relative;
    overflow: hidden;
    border-radius: 0
}

.blog-single .post-thumbnils img {
    width: 100%
}

.blog-single .detail-inner {
    background-color: #fff;
    padding: 40px
}

@media(max-width: 767px) {
    .blog-single .detail-inner {
        padding:25px
    }
}

.blog-single .post-title {
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 32px;
    display: inline-block
}

@media(max-width: 767px) {
    .blog-single .post-title {
        line-height:26px
    }
}

.blog-single .post-title a {
    font-size: 22px;
    font-weight: 600;
    display: inline-block
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .blog-single .post-title a {
        font-size:20px
    }
}

@media(max-width: 767px) {
    .blog-single .post-title a {
        font-size:18px
    }
}

.blog-single .post-title a:hover {
    color: #ff6b81
}

.blog-single p {
    font-size: 14px;
    margin: 20px 0;
    line-height: 26px
}

.blog-single p:first-child {
    margin-top: 0
}

.blog-single h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 28px
}

.blog-single .list {
    margin: 30px 0
}

.blog-single .list li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px
}

.blog-single .list li:last-child {
    margin-bottom: 0
}

.blog-single .list li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #fff;
    font-size: 15px;
    color: #ff6b81
}

.blog-post-detail {
    background: white;
    padding: 2rem;
    border-radius: 10px;
}

blockquote {
    position: relative;
    color: #fff;
    font-weight: 400;
    clear: both;
    z-index: 1;
    margin: 40px 0;
    text-align: center;
    padding: 40px;
    background-color: #fff;
    border-radius: 0;
    overflow: hidden;
    border: 2px solid #eee;
    border-radius: 8px
}

@media(max-width: 767px) {
    blockquote {
        padding:20px
    }
}

blockquote .icon i {
    font-size: 32px;
    color: #ff6b81;
    display: block;
    margin-bottom: 20px
}

@media(max-width: 767px) {
    blockquote .icon i {
        margin-bottom:15px
    }
}

blockquote h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #081828
}

@media(max-width: 767px) {
    blockquote h4 {
        font-size:14px
    }
}

blockquote span {
    font-size: 13px;
    display: block;
    margin-top: 20px;
    color: #888
}

.post-social-media {
    margin-top: 40px
}

.post-social-media .share-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    display: inline-block
}

.post-details .post-social-media ul {
    display: inline-block;
    margin-left: 30px
}

@media(max-width: 767px) {
    .post-details .post-social-media ul {
        display:block;
        margin-top: 8px;
        margin-left: 0
    }
}

.post-details .post-social-media ul li {
    display: inline-block;
    margin-right: 15px
}

.post-details .post-social-media ul li a {
    font-size: 14px;
    color: #999;
    position: relative
}

.post-details .post-social-media ul li a:hover {
    color: #ff6b81
}

.post-details .post-social-media ul li a span {
    background-color: #ff6b81;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 4px 10px;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: -30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.post-details .post-social-media ul li a span::before {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -5px;
    bottom: -10px;
    border: 5px solid #ff6b81;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent
}

.post-details .post-social-media ul li a:hover span {
    opacity: 1;
    visibility: visible;
    top: -35px
}

.post-comments {
    background-color: #fff;
    padding: 40px;
    margin-top: 40px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(32,32,32,.11);
    box-shadow: 0 1px 20px 0 rgba(32,32,32,.11);
    border-radius: 8px;
    overflow: hidden
}

.comment-title {
    font-size: 20px!important;
    font-weight: 600!important;
    margin-bottom: 40px!important;
    position: relative;
    z-index: 1;
    text-transform: capitalize
}

.post-comments .comments-list li {
    padding: 30px;
    padding-left: 140px;
    position: relative;
    font-size: 14px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #eee
}

@media(max-width: 767px) {
    .post-comments .comments-list li {
        padding-left:0;
        padding: 25px
    }
}

.post-comments .comments-list li .comment-img {
    position: absolute;
    left: 30px;
    width: 80px;
    height: 80px;
    overflow: hidden
}

@media(max-width: 767px) {
    .post-comments .comments-list li .comment-img {
        position:relative;
        top: 0;
        left: 0;
        margin-bottom: 12px
    }
}

.post-comments .comments-list li .comment-img img {
    max-width: 80px;
    max-height: 80px;
    border-radius: 50%;
    border: 3px solid #eee
}

.post-comments .comments-list li .comment-desc .desc-top {
    margin-bottom: 20px;
    position: relative;
    display: block
}

.post-comments .comments-list li .comment-desc .desc-top h6 {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 500
}

.post-comments .comments-list li .comment-desc .desc-top span.date {
    font-size: 14px;
    font-weight: 400
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    z-index: 2;
    background-color: transparent;
    border-radius: 5px;
    color: #888
}

@media(max-width: 767px) {
    .post-comments .comments-list li .comment-desc .desc-top .reply-link {
        position:relative;
        display: block;
        margin-top: 15px
    }
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link:hover {
    color: #ff6b81
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link i {
    margin-right: 5px
}

.post-comments .comments-list li .comment-desc p {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 14px
}

.post-comments .comments-list li.children {
    margin-left: 130px
}

@media(max-width: 767px) {
    .post-comments .comments-list li.children {
        margin:0
    }
}

.post-comments .comments-list li:not(:first-child) {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #eee
}

.comment-form {
    background-color: #fff;
    padding: 40px;
    margin-top: 40px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(32,32,32,.11);
    box-shadow: 0 1px 20px 0 rgba(32,32,32,.11);
    border-radius: 8px;
    overflow: hidden
}

.comment-reply-title {
    font-size: 20px!important;
    font-weight: 600!important;
    margin-bottom: 40px!important;
    position: relative;
    z-index: 1;
    text-transform: capitalize
}

.comment-form form .form-box {
    position: relative
}

.comment-form form .form-box .icon {
    position: absolute;
    top: 17px;
    right: 25px;
    font-size: 16px
}

.comment-form form .form-box .form-control-custom {
    border: none;
    background: #f9f9f9;
    font-size: 14px;
    color: #081828;
    padding: 0 25px;
    font-weight: 500;
    height: 50px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px
}

.comment-form form .form-box textarea.form-control-custom {
    height: 200px;
    padding: 25px
}

.comment-form form .form-box .form-control-custom::-webkit-input-placeholder {
    font-size: 14px;
    color: #888;
    font-weight: 400
}

.comment-form form .form-box .form-control-custom:-ms-input-placeholder {
    font-size: 14px;
    color: #888;
    font-weight: 400
}

.comment-form form .form-box .form-control-custom::-ms-input-placeholder {
    font-size: 14px;
    color: #888;
    font-weight: 400
}

.comment-form form .form-box .form-control-custom::placeholder {
    font-size: 14px;
    color: #888;
    font-weight: 400
}

.sidebar .widget {
    padding: 40px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 20px 0 rgba(32,32,32,.11);
    box-shadow: 0 1px 20px 0 rgba(32,32,32,.11)
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .sidebar .widget:first-child {
        margin-top:30px
    }
}

.sidebar .widget:last-child {
    margin-bottom: 0
}

.sidebar .widget .widget-title {
    font-size: 18px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 600;
    line-height: 28px;
    z-index: 1
}

.sidebar .widget.search-widget form {
    position: relative
}

.sidebar .widget.search-widget form input {
    width: 100%;
    background-color: transparent;
    height: 55px;
    border: none;
    padding: 0 70px 0 30px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #eee
}

.sidebar .widget.search-widget form input::-webkit-input-placeholder {
    color: #333
}

.sidebar .widget.search-widget form input:-ms-input-placeholder {
    color: #333
}

.sidebar .widget.search-widget form input::-ms-input-placeholder {
    color: #333
}

.sidebar .widget.search-widget form input::placeholder {
    color: #333
}

.sidebar .widget.search-widget form button {
    border: none;
    position: absolute;
    right: 7px;
    top: 6px;
    width: 42px;
    height: 42px;
    z-index: 1;
    color: #fff!important;
    font-size: 13px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    color: #fff;
    border-radius: 5px;
    padding: 0!important;
    border: none;
    background: #ff6b81
}

.sidebar .widget.search-widget form button:hover {
    background-color: #081828;
    color: #fff
}

.sidebar .widget.popular-feeds .single-popular-feed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    padding-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eee
}

.sidebar .widget.popular-feeds .single-popular-feed:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}



.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .cetagory {
    font-size: 13px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500;
    color: #888
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .cetagory:hover {
    color: #ff6b81
}



.sidebar .widget.popular-feeds .single-popular-feed img {
    width: 9rem;
    border-radius: 8px;
    height: 9rem
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title {
    margin-bottom: 12px;
    line-height: 1.5
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a {
    font-size: 14px;
    font-weight: 500
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a:hover {
    color: #ff6b81
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time {
    font-weight: 400;
    font-size: 13px
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time i {
    margin-right: 4px
}

.sidebar .widget.categories-widget ul li:last-child {
    margin-bottom: 0
}

.sidebar .widget.categories-widget ul li:first-child a {
    padding-top: 0
}

.sidebar .widget.categories-widget ul li:last-child a {
    padding-bottom: 0;
    border: none
}

.sidebar .widget.categories-widget ul li a {
    font-size: 14px;
    padding: 15px 0;
    font-weight: 500;
    display: block;
    color: #888;
    border-bottom: 1px solid #eee
}

.sidebar .widget.categories-widget ul li a:hover {
    color: #ff6b81;
    padding-left: 10px
}

.sidebar .widget.popular-tag-widget {
    padding-bottom: 35px
}

.popular-tag-widget .tags>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7px 15px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    background: #ff6b81;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #fff;
    background: 0 0;
    color: #888;
    border: 1px solid #eee;
    border-radius: 5px
}

.popular-tag-widget .tags>a:hover {
    background-color: #ff6b81;
    color: #fff;
    border-color: transparent
}

.sidebar .widget.help-call .inner {
    text-align: left
}

.sidebar .widget.help-call .inner h3 {
    color: #081828;
    font-size: 24px;
    font-weight: 700;
    color: #ff6b81;
    margin: 0
}

.sidebar .widget.help-call .inner h3 span {
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: #081828;
    margin-top: 10px
}


.client-logo-section .client-logo {
    padding: 10px 20px;
    text-align: center;
    margin: auto;
}

.client-logo-section .client-logo img {
    max-width: 180px;
    width: 100%;
    opacity: .8;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}


.page_inner {
    overflow: visible;
    
}

@media (max-width: 576px) {
    .page_inner {
        padding: 15px;
    }
}



.harry {
    background-image: url(static/oscar/img/fonhp1.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    display: flex;
    align-items: center;
}


@media (min-width: 800px) {
    .harry {
    height: 90vh;  
    }
    
}

.nav-link {
    color:#081828;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: transparent;
    font-weight: 700;
    color: #ff6c81;
}



.form-checkbox .form-checkbox:checked {
  background-color: #0f0!important; /* Зеленый цвет */
  border-color: #0f0!important;
}


.slider-selection {
	background: #ff6b81 !important;
}
.slider-success .slider-selection {
	background-color: #5cb85c !important;
}
.slider-primary .slider-selection {
	background-color: #428bca !important;
}
.slider-info .slider-selection {
	background-color: #5bc0de !important;
}
.slider-warning .slider-selection {
	background-color: #f0ad4e !important;
}
.slider-danger .slider-selection {
	background-color: #d9534f !important;
}
.slider.slider-horizontal {
    width: 100% !important;
    height: 20px;
}
.slider-handle {
	background-color: #fff !important;
	background-image: none !important;
	-webkit-box-shadow: 1px 1px 24px -2px rgba(0,0,0,0.75) !important;
	-moz-box-shadow: 1px 1px 24px -2px rgba(0,0,0,0.75) !important;
	box-shadow: 1px 1px 24px -2px rgba(0,0,0,0.75) !important;
}

.slider-strips .slider-selection {
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,252,252,0.08) 5px, rgba(252,252,252,0.08) 10px) !important;
	background-image: -ms-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,252,252,0.08) 5px, rgba(252,252,252,0.08) 10px) !important;
	background-image: -o-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,252,252,0.08) 5px, rgba(252,252,252,0.08) 10px) !important;
	background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,252,252,0.08) 5px, rgba(252,252,252,0.08) 10px) !important; 
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #bdbdbd !important;
    text-align: center;
    background-color: transparent !important;
    border-radius: 4px;
}
.tooltip.top .tooltip-arrow {
    display: none !important;
}
.slider .tooltip.top {
    margin-top: -25px !important;
}
.well {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	width: 100% !important;
	padding: 0;
}
.slider-ghost .slider-track {
	height: 5px !important;
}
.slider-ghost .slider-handle {
	top: -2px !important;
	border: 5px solid #f77500;
}
.slider-success.slider-ghost .slider-handle {
	border-color: #5cb85c;
}
.slider-primary.slider-ghost .slider-handle {
	border-color: #428bca;
}
.slider-info.slider-ghost .slider-handle {
	border-color: #5bc0de;
}
.slider-warning.slider-ghost .slider-handle {
	border-color: #f0ad4e;
}
.slider-danger.slider-ghost .slider-handle {
	border-color: #d9534f;
}


.video-container {
  position: relative;
  background: #000;
      border-radius: 1rem;
}

.video-placeholder {
  width: 100%;
  height: auto;
  display: block;
border-radius: 1rem;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255,255,255,0.2);
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  color: white;
  font-size: 30px;
  cursor: pointer;
  transition: all 0.3s;
}

.play-button:hover {
  background: rgba(255,0,0,0.7);
}

iframe {
  width: 100%;
  height: 500px;
  border: none;
}

.register_form {
    padding: 50px 50px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(32, 32, 32, 0.11);
    box-shadow: 0px 1px 30px 0px rgba(32, 32, 32, 0.11);
    border-radius: 8px;
}

.login_form {
        padding: 50px 50px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(32, 32, 32, 0.11);
    box-shadow: 0px 1px 30px 0px rgba(32, 32, 32, 0.11);
    border-radius: 8px;
}



.social-auth-buttons {
        max-width: 400px;
        margin: 0 auto;
    }
    
    .social-btn {
        width: 48%;
        color: white;
        font-weight: 500;
        padding: 10px;
        border: none;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }
    
    .social-icon {
        width: 1em;
        height: 1em;
        vertical-align: middle;
    }
    
    .vk-btn {
        background-color: #4a76a8;
    }
    
    .yandex-btn {
        background-color: #FFCC00;
        color: #000 !important;
    }
    
.ts {
    position: relative;
    display: inline-block;
    color: #999; /* Серый цвет для старой цены */
    margin-left: 8px; /* Отступ от новой цены */
}

.ts:before {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -1px;
    height: 1px;
    z-index: 1; /* Увеличиваем z-index, чтобы линия была над текстом */
    border-radius: 1px;
    background-color: #f72a16; /* Красный цвет линии */
    transform: matrix(.96, -.21, .29, .98, 0, 0); /* Наклон линии */
}
.carousel-control-next, .carousel-control-prev {
   width: 10%;
}

/* .form-check-input:checked{
   background-color: #ff6b81 !important;
   border: #ff6b81;
}
input[type="checkbox"] {
  ...existing styles
  display: grid;
  place-content: center;
}

input[type="checkbox"]::before {
  content: "";
  width: 1em;
  height: 1em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
  background-color: #ff6b81 !important;
} */
/*--------------------------------------------------------------
# Checkout Section
--------------------------------------------------------------*/
.checkout {
  padding: 60px 0;
}

.checkout .checkout-container {
  margin-bottom: 2rem;
}

.checkout .checkout-container .checkout-form {
  position: relative;
}

.checkout .checkout-section {
  background-color: var(--surface-color);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  margin-bottom: 24px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.checkout .checkout-section:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.checkout .checkout-section .section-header {
  padding: 20px 24px;
  background-color: color-mix(in srgb, var(--surface-color), var(--background-color) 30%);
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.checkout .checkout-section .section-header .section-number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.checkout .checkout-section .section-header h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--heading-color);
}

.checkout .checkout-section .section-content {
  padding: 24px;
}

.checkout .checkout-section .section-content .form-group {
  margin-bottom: 10px;
}

.checkout .checkout-section .section-content .form-group:last-child {
  margin-bottom: 0;
}

.checkout .checkout-section .section-content .form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--heading-color);
}

.checkout .checkout-section .section-content .form-group .form-control,
.checkout .checkout-section .section-content .form-group .form-select {
  border: 2px solid color-mix(in srgb, var(--default-color), transparent 85%);
  border-radius: 12px;
  padding: 12px 10px;
  font-size: 0.95rem;
  height: auto;
  background-color: whitesmoke;
  transition: all 0.25s ease;
}

.checkout .checkout-section .section-content .form-group .form-control:hover,
.checkout .checkout-section .section-content .form-group .form-select:hover {
  border-color: color-mix(in srgb, var(--accent-color), transparent 60%);
}

.checkout .checkout-section .section-content .form-group .form-control:focus,
.checkout .checkout-section .section-content .form-group .form-select:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent-color), transparent 85%);
  outline: none;
}

.checkout .checkout-section .section-content .form-group .form-control::placeholder,
.checkout .checkout-section .section-content .form-group .form-select::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  font-size: 0.9rem;
}

.checkout .checkout-section .section-content .form-group .form-control.is-invalid,
.checkout .checkout-section .section-content .form-group .form-select.is-invalid {
  border-color: #dc3545;
  background-image: none;
}

.checkout .checkout-section .section-content .form-group .form-control.is-invalid:focus,
.checkout .checkout-section .section-content .form-group .form-select.is-invalid:focus {
  box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.15);
}

.checkout .checkout-section .section-content .form-group .form-select {
  background-position: right 16px center;
  padding-right: 40px;
}

.checkout .checkout-section .section-content .form-group .card-number-wrapper {
  position: relative;
}

.checkout .checkout-section .section-content .form-group .card-number-wrapper .card-icons {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 8px;
}

.checkout .checkout-section .section-content .form-group .card-number-wrapper .card-icons i {
  font-size: 1.2rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.checkout .checkout-section .section-content .form-group .card-number-wrapper input {
  padding-right: 80px;
}

.checkout .checkout-section .section-content .form-group .cvv-wrapper {
  position: relative;
}

.checkout .checkout-section .section-content .form-group .cvv-wrapper .cvv-hint {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  cursor: pointer;
  transition: color 0.2s ease;
}

.checkout .checkout-section .section-content .form-group .cvv-wrapper .cvv-hint:hover {
  color: var(--accent-color);
}

.checkout .checkout-section .section-content .form-check {
  margin-bottom: 12px;
  padding-left: 1.8rem;
}

.checkout .checkout-section .section-content .form-check:last-child {
  margin-bottom: 0;
}

.checkout .checkout-section .section-content .form-check .form-check-input {
  width: 18px;
  height: 18px;
  margin-left: -1.8rem;
  margin-top: 0.2rem;
  border: 2px solid color-mix(in srgb, var(--default-color), transparent 70%);
  background-color: var(--surface-color);
  cursor: pointer;
}

.checkout .checkout-section .section-content .form-check .form-check-input:checked {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

.checkout .checkout-section .section-content .form-check .form-check-input:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent-color), transparent 85%);
}

.checkout .checkout-section .section-content .form-check .form-check-label {
  font-size: 0.9rem;
  cursor: pointer;
}

.checkout .checkout-section .section-content .form-check .form-check-label a {
  color: var(--accent-color);
  text-decoration: none;
  font-weight: 500;
}

.checkout .checkout-section .section-content .form-check .form-check-label a:hover {
  text-decoration: underline;
}

.checkout .checkout-section .section-content .form-check.terms-check {
  margin-top: 10px;
  margin-bottom: 20px;
}

.checkout .checkout-section .section-content .form-check.terms-check .form-check-label {
  font-size: 0.85rem;
}

.checkout .checkout-section .section-content .payment-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.checkout .checkout-section .section-content .payment-options .payment-option {
  flex: 1;
  min-width: 120px;
  position: relative;
}

.checkout .checkout-section .section-content .payment-options .payment-option input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.checkout .checkout-section .section-content .payment-options .payment-option input[type=radio]:checked+label {
  border-color: var(--accent-color);
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
}

.checkout .checkout-section .section-content .payment-options .payment-option input[type=radio]:checked+label .payment-icon {
  color: var(--accent-color);
}

.checkout .checkout-section .section-content .payment-options .payment-option input[type=radio]:focus+label {
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent-color), transparent 85%);
}

.checkout .checkout-section .section-content .payment-options .payment-option label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border: 2px solid color-mix(in srgb, var(--default-color), transparent 85%);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.25s ease;
  text-align: center;
  height: 100%;
}

.checkout .checkout-section .section-content .payment-options .payment-option label:hover {
  border-color: color-mix(in srgb, var(--accent-color), transparent 60%);
}

.checkout .checkout-section .section-content .payment-options .payment-option label .payment-icon {
  font-size: 1.8rem;
  margin-bottom: 8px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: color 0.25s ease;
}

.checkout .checkout-section .section-content .payment-options .payment-option label .payment-label {
  font-size: 0.9rem;
  font-weight: 500;
}

.checkout .checkout-section .section-content .payment-options .payment-option.active label {
  border-color: var(--accent-color);
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
}

.checkout .checkout-section .section-content .payment-options .payment-option.active label .payment-icon {
  color: var(--accent-color);
}

@media (max-width: 575.98px) {
  .checkout .checkout-section .section-content .payment-options .payment-option {
    min-width: 100%;
  }

  .checkout .checkout-section .section-content .payment-options .payment-option label {
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
  }

  .checkout .checkout-section .section-content .payment-options .payment-option label .payment-icon {
    margin-bottom: 0;
  }
}

.checkout .checkout-section .section-content .payment-details {
  padding-top: 8px;
}

.checkout .checkout-section .section-content .payment-details.d-none {
  display: none;
}

.checkout .checkout-section .section-content .payment-details .payment-info {
  padding: 16px;
  background-color: color-mix(in srgb, var(--surface-color), var(--background-color) 50%);
  border-radius: 12px;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.checkout .checkout-section .section-content .success-message {
  padding: 16px;
  background-color: rgba(40, 167, 69, 0.1);
  border: 1px solid rgba(40, 167, 69, 0.2);
  border-radius: 12px;
  color: #28a745;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.checkout .checkout-section .section-content .success-message.d-none {
  display: none;
}

.checkout .checkout-section .section-content .place-order-container .place-order-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 12px;
  background-color: var(--accent-color);
  border: none;
  box-shadow: 0 4px 12px rgba(54, 144, 231, 0.2);
  transition: all 0.3s ease;
}

.checkout .checkout-section .section-content .place-order-container .place-order-btn:hover {
  background-color: color-mix(in srgb, var(--accent-color), #000 10%);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(54, 144, 231, 0.25);
}

.checkout .checkout-section .section-content .place-order-container .place-order-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(54, 144, 231, 0.2);
}

.checkout .checkout-section .section-content .place-order-container .place-order-btn .btn-price {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 6px 12px;
  border-radius: 8px;
  font-weight: 700;
}

.checkout .order-summary {
  background-color: var(--surface-color);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  position: sticky;
/*   top: 100px; */
}

.checkout .order-summary .order-summary-header {
  padding: 20px 24px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.checkout .order-summary .order-summary-header h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.checkout .order-summary .order-summary-header .item-count {
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  background-color: color-mix(in srgb, var(--surface-color), var(--background-color) 50%);
  padding: 4px 10px;
  border-radius: 20px;
}

.checkout .order-summary .order-summary-content {
  padding: 24px;
}

.checkout .order-summary .order-summary-content .order-items {
  margin-bottom: 24px;
}

.checkout .order-summary .order-summary-content .order-items .order-item {
  display: flex;
  gap: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.checkout .order-summary .order-summary-content .order-items .order-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.checkout .order-summary .order-summary-content .order-items .order-item .order-item-image {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.checkout .order-summary .order-summary-content .order-items .order-item .order-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.checkout .order-summary .order-summary-content .order-items .order-item .order-item-details {
  flex: 1;
}

.checkout .order-summary .order-summary-content .order-items .order-item .order-item-details h4 {
  font-size: 1rem;
  margin-bottom: 4px;
  font-weight: 600;
}

.checkout .order-summary .order-summary-content .order-items .order-item .order-item-details .order-item-variant {
  font-size: 0.85rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 8px;
}

.checkout .order-summary .order-summary-content .order-items .order-item .order-item-details .order-item-price {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
}

.checkout .order-summary .order-summary-content .order-items .order-item .order-item-details .order-item-price .quantity {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.checkout .order-summary .order-summary-content .order-items .order-item .order-item-details .order-item-price .price {
  color: var(--heading-color);
}

.checkout .order-summary .order-summary-content .promo-code {
  margin-bottom: 24px;
}

.checkout .order-summary .order-summary-content .promo-code .input-group .form-control {
  border: 2px solid color-mix(in srgb, var(--default-color), transparent 85%);
  border-right: none;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 12px 16px;
  font-size: 0.95rem;
  transition: all 0.25s ease;
}

.checkout .order-summary .order-summary-content .promo-code .input-group .form-control:focus {
  border-color: var(--accent-color);
  box-shadow: none;
  outline: none;
}

.checkout .order-summary .order-summary-content .promo-code .input-group .form-control::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  font-size: 0.9rem;
}

.checkout .order-summary .order-summary-content .promo-code .input-group .btn {
  border: 2px solid color-mix(in srgb, var(--default-color), transparent 85%);
  border-left: none;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 0 16px;
  font-weight: 500;
  color: var(--accent-color);
  background-color: var(--surface-color);
  transition: all 0.25s ease;
}

.checkout .order-summary .order-summary-content .promo-code .input-group .btn:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
}

.checkout .order-summary .order-summary-content .promo-code .input-group .btn:focus {
  box-shadow: none;
}

.checkout .order-summary .order-summary-content .order-totals {
  background-color: color-mix(in srgb, var(--surface-color), var(--background-color) 30%);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 24px;
}

.checkout .order-summary .order-summary-content .order-totals>div {
  margin-bottom: 12px;
  font-size: 0.95rem;
}

.checkout .order-summary .order-summary-content .order-totals>div:last-child {
  margin-bottom: 0;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed color-mix(in srgb, var(--default-color), transparent 80%);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--heading-color);
}

.checkout .order-summary .order-summary-content .secure-checkout {
  text-align: center;
}

.checkout .order-summary .order-summary-content .secure-checkout .secure-checkout-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--heading-color);
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 12px;
}

.checkout .order-summary .order-summary-content .secure-checkout .secure-checkout-header i {
  color: #28a745;
  font-size: 1.1rem;
}

.checkout .order-summary .order-summary-content .secure-checkout .payment-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.checkout .order-summary .order-summary-content .secure-checkout .payment-icons i {
  font-size: 1.5rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

@media (max-width: 991.98px) {
  .checkout .order-summary {
    position: relative;
    top: 0;
    margin-top: 2rem;
  }
}

.checkout .modal-content {
  border-radius: 16px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.checkout .modal-content .modal-header {
  border-bottom-color: color-mix(in srgb, var(--default-color), transparent 90%);
}

.checkout .modal-content .modal-header .modal-title {
  font-weight: 600;
}

.checkout .modal-content .modal-footer {
  border-top-color: color-mix(in srgb, var(--default-color), transparent 90%);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767.98px) {
  .checkout .checkout-section .section-header h3 {
    font-size: 1.1rem;
  }

  .checkout .order-summary .order-summary-header h3 {
    font-size: 1.1rem;
  }
}

.checkout .swiper-wrapper {
  height: auto !important;
}



.header-actions {
  gap: 10px;
}

.header-actions .header-action-btn {
  position: relative;
  background: none;
  border: none;
  padding: 0.5rem;
  color: var(--default-color);
  font-size: 14px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.header-actions .header-action-btn i {
  font-size: 24px;
}

.header-actions .header-action-btn i.bi-person {
  font-size: 28px;
}

.header-actions .header-action-btn:hover {
  color: var(--accent-color);
}

.header-actions .header-action-btn .badge {
  position: absolute;
top: 15px;
right: -10px;
  background-color: var(--accent-color);
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 10px;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.account-dropdown .dropdown-menu {
  min-width: 280px;
  padding: 0;
  border-radius: 6px;
  margin-top: 0.75rem;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.account-dropdown .dropdown-menu .dropdown-header {
  padding: 1.25rem;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.account-dropdown .dropdown-menu .dropdown-header h6 {
  margin: 0 0 0.25rem;
  color: var(--heading-color);
  font-size: 16px;
}

.account-dropdown .dropdown-menu .dropdown-header p {
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.account-dropdown .dropdown-menu .dropdown-body {
  padding: 1rem 0;
}

.account-dropdown .dropdown-menu .dropdown-body .dropdown-item {
  padding: 0.5rem 1.25rem;
  font-size: 14px;
  color: var(--default-color);
  transition: all 0.2s ease;
}

.account-dropdown .dropdown-menu .dropdown-body .dropdown-item i {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: color 0.2s ease;
  font-size: 16px;
}

.account-dropdown .dropdown-menu .dropdown-body .dropdown-item:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
}

.account-dropdown .dropdown-menu .dropdown-body .dropdown-item:hover i {
  color: var(--accent-color);
}

.account-dropdown .dropdown-menu .dropdown-footer {
  padding: 1.25rem;
  background-color: color-mix(in srgb, var(--default-color), transparent 97%);
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.account-dropdown .dropdown-menu .dropdown-footer .btn {
  font-size: 14px;
  padding: 0.5rem 1rem;
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 50px;
}

.account-dropdown .dropdown-menu .dropdown-footer .btn-outline-primary {
  border-color: var(--accent-color);
  background-color: transparent;
  color: var(--accent-color);
}

.account-dropdown .dropdown-menu .dropdown-footer .btn-outline-primary:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}


/*--------------------------------------------------------------
# Account Section
--------------------------------------------------------------*/
.account .mobile-menu .mobile-menu-toggle {
  width: 100%;
  background-color: var(--surface-color);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  color: var(--heading-color);
  transition: all 0.3s ease;
}

.account .mobile-menu .mobile-menu-toggle i {
  font-size: 20px;
}

.account .mobile-menu .mobile-menu-toggle:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
}

.account .profile-menu {
  background-color: var(--surface-color);
  border-radius: 24px;
  padding: 24px;
  height: 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.account .profile-menu .user-info {
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.account .profile-menu .user-info .user-avatar {
  position: relative;
  width: 96px;
  height: 96px;
  margin: 0 auto 16px;
}

.account .profile-menu .user-info .user-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--surface-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.account .profile-menu .user-info .user-avatar .status-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background-color: var(--accent-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid var(--surface-color);
}

.account .profile-menu .user-info .user-avatar .status-badge i {
  color: var(--contrast-color);
  font-size: 14px;
}

.account .profile-menu .user-info h4 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
}

.account .profile-menu .user-info .user-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
  color: var(--accent-color);
  border-radius: 20px;
  font-size: 13px;
}

.account .profile-menu .user-info .user-status i {
  font-size: 14px;
}

.account .profile-menu .menu-nav .nav-link {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 12px;
  color: var(--default-color);
  margin-bottom: 4px;
  transition: all 0.3s ease;
}

.account .profile-menu .menu-nav .nav-link i {
  font-size: 20px;
  margin-right: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  transition: all 0.3s ease;
}

.account .profile-menu .menu-nav .nav-link span {
  flex: 1;
}

.account .profile-menu .menu-nav .nav-link .badge {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  flex: 0;
}

.account .profile-menu .menu-nav .nav-link .badge {
  background-color: var(--accent-color);
}

.account .profile-menu .menu-nav .nav-link:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
  color: white;
}

/* .account .profile-menu .menu-nav .nav-link:hover i {
  color: var(--accent-color);
} */

.account .profile-menu .menu-nav .nav-link.active {
  background-color: var(--accent-color);
  color: white;
  font-weight: 500;
}

.account .profile-menu .menu-nav .nav-link.active i {
  color: white;
}

.account .profile-menu .menu-nav .nav-link.active .badge {
  background-color: var(--contrast-color);
}

.account .profile-menu .menu-footer {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.account .profile-menu .menu-footer a {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  color: var(--default-color);
  border-radius: 12px;
  margin-bottom: 4px;
  transition: all 0.3s ease;
}

.account .profile-menu .menu-footer a i {
  font-size: 20px;
  margin-right: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  transition: all 0.3s ease;
}

.account .profile-menu .menu-footer a:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
  color: var(--accent-color);
}

.account .profile-menu .menu-footer a:hover i {
  color: var(--accent-color);
}

.account .profile-menu .menu-footer a.logout-link {
  color: #ef4444;
}

.account .profile-menu .menu-footer a.logout-link i {
  color: #ef4444;
}

.account .profile-menu .menu-footer a.logout-link:hover {
  background-color: rgba(239, 68, 68, 0.08);
}

.account .content-area {
  background-color: var(--surface-color);
  border-radius: 24px;
  padding: 24px;
  height: 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.account .content-area .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 16px;
}

.account .content-area .section-header h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.account .content-area .section-header .header-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.account .content-area .section-header .header-actions .search-box {
  position: relative;
}

.account .content-area .section-header .header-actions .search-box i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 16px;
}

.account .content-area .section-header .header-actions .search-box input {
  width: 240px;
  height: 44px;
  padding: 0 16px 0 44px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.account .content-area .section-header .header-actions .search-box input:focus {
  outline: none;
  border-color: var(--accent-color);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent-color), transparent 90%);
}

.account .content-area .section-header .header-actions .filter-btn {
  height: 44px;
  padding: 0 20px;
  background-color: var(--surface-color);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--default-color);
  transition: all 0.3s ease;
}

.account .content-area .section-header .header-actions .filter-btn i {
  font-size: 16px;
}

.account .content-area .section-header .header-actions .filter-btn:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
  color: var(--accent-color);
}

.account .content-area .orders-grid {
  display: grid;
  gap: 20px;
  margin-bottom: 32px;
}

.account .content-area .orders-grid .order-card {
  background-color: var(--surface-color);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 20px;
  transition: all 0.3s ease;
}

.account .content-area .orders-grid .order-card:hover {
  border-color: var(--accent-color);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.account .content-area .orders-grid .order-card .order-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}

.account .content-area .orders-grid .order-card .order-header .order-id .label {
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-right: 6px;
}

.account .content-area .orders-grid .order-card .order-header .order-id .value {
  font-weight: 500;
  font-family: var(--heading-font);
}

.account .content-area .orders-grid .order-card .order-header .order-date {
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.account .content-area .orders-grid .order-card .tracking-info,
.account .content-area .orders-grid .order-card .order-details {
  margin-top: 20px;
  background-color: #fafafa;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.account .content-area .orders-grid .order-card .tracking-info.collapse:not(.show),
.account .content-area .orders-grid .order-card .order-details.collapse:not(.show) {
  display: none;
}

.account .content-area .orders-grid .order-card .tracking-info.collapsing,
.account .content-area .orders-grid .order-card .order-details.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.account .content-area .orders-grid .order-card .tracking-info .tracking-timeline {
  position: relative;
  padding: 24px 24px 24px 56px;
}

.account .content-area .orders-grid .order-card .tracking-info .tracking-timeline:before {
  content: "";
  position: absolute;
  left: 39px;
  top: 24px;
  bottom: 24px;
  width: 2px;
  background-color: #e5e7eb;
}

.account .content-area .orders-grid .order-card .tracking-info .tracking-timeline .timeline-item {
  position: relative;
  padding-bottom: 24px;
}

.account .content-area .orders-grid .order-card .tracking-info .tracking-timeline .timeline-item:last-child {
  padding-bottom: 0;
}

.account .content-area .orders-grid .order-card .tracking-info .tracking-timeline .timeline-item .timeline-icon {
  position: absolute;
  left: -32px;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border: 2px solid #e5e7eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.account .content-area .orders-grid .order-card .tracking-info .tracking-timeline .timeline-item .timeline-icon i {
  font-size: 14px;
  color: #9ca3af;
}

.account .content-area .orders-grid .order-card .tracking-info .tracking-timeline .timeline-item .timeline-content {
  padding-left: 16px;
}

.account .content-area .orders-grid .order-card .tracking-info .tracking-timeline .timeline-item .timeline-content h5 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 600;
}

.account .content-area .orders-grid .order-card .tracking-info .tracking-timeline .timeline-item .timeline-content p {
  margin: 0 0 4px;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.account .content-area .orders-grid .order-card .tracking-info .tracking-timeline .timeline-item .timeline-content .timeline-date {
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.account .content-area .orders-grid .order-card .tracking-info .tracking-timeline .timeline-item .timeline-content .shipping-info {
  margin-top: 8px;
  padding: 8px 12px;
  background-color: #ffffff;
  border-radius: 8px;
  font-size: 13px;
}

.account .content-area .orders-grid .order-card .tracking-info .tracking-timeline .timeline-item .timeline-content .shipping-info .tracking-number {
  font-family: var(--heading-font);
  font-weight: 500;
}

.account .content-area .orders-grid .order-card .tracking-info .tracking-timeline .timeline-item.completed .timeline-icon {
  background-color: #f0fdf4;
  border-color: #22c55e;
}

.account .content-area .orders-grid .order-card .tracking-info .tracking-timeline .timeline-item.completed .timeline-icon i {
  color: #22c55e;
}

.account .content-area .orders-grid .order-card .tracking-info .tracking-timeline .timeline-item.active .timeline-icon {
  background-color: #fff7ed;
  border-color: #f97316;
}

.account .content-area .orders-grid .order-card .tracking-info .tracking-timeline .timeline-item.active .timeline-icon i {
  color: #f97316;
}

.account .content-area .orders-grid .order-card .tracking-info .tracking-timeline .timeline-item.active .timeline-content h5 {
  color: #f97316;
}

.account .content-area .orders-grid .order-card .order-details .details-content {
  padding: 24px;
}

.account .content-area .orders-grid .order-card .order-details .details-content .detail-section {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.account .content-area .orders-grid .order-card .order-details .details-content .detail-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.account .content-area .orders-grid .order-card .order-details .details-content .detail-section h5 {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
}

.account .content-area .orders-grid .order-card .order-details .details-content .detail-section .info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.account .content-area .orders-grid .order-card .order-details .details-content .detail-section .info-grid .info-item .label {
  display: block;
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 4px;
}

.account .content-area .orders-grid .order-card .order-details .details-content .detail-section .info-grid .info-item .value {
  font-size: 14px;
  font-weight: 500;
}

.account .content-area .orders-grid .order-card .order-details .details-content .detail-section .order-items .item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 12px;
  margin-bottom: 12px;
}

.account .content-area .orders-grid .order-card .order-details .details-content .detail-section .order-items .item:last-child {
  margin-bottom: 0;
}

.account .content-area .orders-grid .order-card .order-details .details-content .detail-section .order-items .item img {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  object-fit: cover;
}

.account .content-area .orders-grid .order-card .order-details .details-content .detail-section .order-items .item .item-info {
  flex: 1;
  min-width: 0;
}

.account .content-area .orders-grid .order-card .order-details .details-content .detail-section .order-items .item .item-info h6 {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 500;
}

.account .content-area .orders-grid .order-card .order-details .details-content .detail-section .order-items .item .item-info .item-meta {
  display: flex;
  gap: 12px;
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.account .content-area .orders-grid .order-card .order-details .details-content .detail-section .order-items .item .item-price {
  font-size: 14px;
  font-weight: 600;
  color: var(--heading-color);
}

.account .content-area .orders-grid .order-card .order-details .details-content .detail-section .price-breakdown {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 16px;
}

.account .content-area .orders-grid .order-card .order-details .details-content .detail-section .price-breakdown .price-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 14px;
}

.account .content-area .orders-grid .order-card .order-details .details-content .detail-section .price-breakdown .price-row:not(.total) {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.account .content-area .orders-grid .order-card .order-details .details-content .detail-section .price-breakdown .price-row.total {
  padding-top: 12px;
  margin-top: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-weight: 600;
  color: var(--accent-color);
}

.account .content-area .orders-grid .order-card .order-details .details-content .detail-section .address-info {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 16px;
}

.account .content-area .orders-grid .order-card .order-details .details-content .detail-section .address-info p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.account .content-area .orders-grid .order-card .order-details .details-content .detail-section .address-info p.contact {
  margin-top: 8px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.account .content-area .orders-grid .order-card .order-content {
  margin-bottom: 20px;
}

.account .content-area .orders-grid .order-card .order-content .product-grid {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  overflow-x: auto;
  padding-bottom: 4px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.account .content-area .orders-grid .order-card .order-content .product-grid::-webkit-scrollbar {
  display: none;
}

.account .content-area .orders-grid .order-card .order-content .product-grid img {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.account .content-area .orders-grid .order-card .order-content .product-grid .more-items {
  min-width: 64px;
  height: 64px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.account .content-area .orders-grid .order-card .order-content .order-info .info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin-bottom: 8px;
}

.account .content-area .orders-grid .order-card .order-content .order-info .info-row:last-child {
  margin-bottom: 0;
}

.account .content-area .orders-grid .order-card .order-content .order-info .info-row span:first-child {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.account .content-area .orders-grid .order-card .order-content .order-info .info-row .status {
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 500;
}

.account .content-area .orders-grid .order-card .order-content .order-info .info-row .status.processing {
  background-color: #fff7ed;
  color: #f97316;
}

.account .content-area .orders-grid .order-card .order-content .order-info .info-row .status.shipped {
  background-color: #ecfeff;
  color: #06b6d4;
}

.account .content-area .orders-grid .order-card .order-content .order-info .info-row .status.delivered {
  background-color: #f0fdf4;
  color: #22c55e;
}

.account .content-area .orders-grid .order-card .order-content .order-info .info-row .status.cancelled {
  background-color: #fef2f2;
  color: #ef4444;
}

.account .content-area .orders-grid .order-card .order-content .order-info .info-row .price {
  font-weight: 600;
  color: var(--heading-color);
}

.account .content-area .orders-grid .order-card .order-footer {
  display: flex;
  gap: 12px;
}

.account .content-area .orders-grid .order-card .order-footer button {
  flex: 1;
  height: 40px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.account .content-area .orders-grid .order-card .order-footer button.btn-track {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border: none;
}

.account .content-area .orders-grid .order-card .order-footer button.btn-track:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.account .content-area .orders-grid .order-card .order-footer button.btn-details {
  background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
  color: var(--accent-color);
  border: none;
}

.account .content-area .orders-grid .order-card .order-footer button.btn-details:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 88%);
}

.account .content-area .orders-grid .order-card .order-footer button.btn-review {
  background-color: #f0fdf4;
  color: #22c55e;
  border: none;
}

.account .content-area .orders-grid .order-card .order-footer button.btn-review:hover {
  background-color: #dcfce7;
}

button.btn-reorder {
  background-color: #fef2f2;
  color: #ef4444;
  border: none;
}

button.btn-reorder:hover {
  background-color: #fee2e2;
}

.account .content-area .pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.account .content-area .pagination-wrapper button {
  min-width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  border: none;
  transition: all 0.3s ease;
  background-color: transparent;
  color: var(--default-color);
}

.account .content-area .pagination-wrapper button:hover:not(:disabled) {
  background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
  color: var(--accent-color);
}

.account .content-area .pagination-wrapper button.active {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.account .content-area .pagination-wrapper button:disabled {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  cursor: not-allowed;
}

.account .content-area .pagination-wrapper button i {
  font-size: 18px;
}

.account .content-area .pagination-wrapper .page-numbers {
  display: flex;
  align-items: center;
  gap: 8px;
}

.account .content-area .pagination-wrapper .page-numbers span {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

@media (max-width: 991.98px) {
  .account .profile-menu {
    margin-bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  .account .content-area {
    padding: 20px;
  }

  .account .content-area .section-header .header-actions {
    width: 100%;
  }

  .account .content-area .section-header .header-actions .search-box {
    flex: 1;
  }

  .account .content-area .section-header .header-actions .search-box input {
    width: 100%;
  }
}

.account .wishlist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}

.account .wishlist-grid .wishlist-card {
  background-color: var(--surface-color);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.account .wishlist-grid .wishlist-card:hover {
  border-color: var(--accent-color);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.account .wishlist-grid .wishlist-card:hover .wishlist-image img {
  transform: scale(1.05);
}

.account .wishlist-grid .wishlist-card:hover .wishlist-image .btn-remove {
  opacity: 1;
  transform: translateY(0);
}

.account .wishlist-grid .wishlist-card .wishlist-image {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.account .wishlist-grid .wishlist-card .wishlist-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.account .wishlist-grid .wishlist-card .wishlist-image .btn-remove {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ef4444;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1;
}

.account .wishlist-grid .wishlist-card .wishlist-image .btn-remove:hover {
  background-color: #ef4444;
  color: #ffffff;
}

.account .wishlist-grid .wishlist-card .wishlist-image .sale-badge,
.account .wishlist-grid .wishlist-card .wishlist-image .out-of-stock-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}

.account .wishlist-grid .wishlist-card .wishlist-image .sale-badge {
  background-color: #fef2f2;
  color: #ef4444;
}

.account .wishlist-grid .wishlist-card .wishlist-image .out-of-stock-badge {
  background-color: #f3f4f6;
  color: #6b7280;
}

.account .wishlist-grid .wishlist-card .wishlist-content {
  padding: 20px;
}

.account .wishlist-grid .wishlist-card .wishlist-content h4 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.account .wishlist-grid .wishlist-card .wishlist-content .product-meta {
  margin-bottom: 16px;
}

.account .wishlist-grid .wishlist-card .wishlist-content .product-meta .rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}

.account .wishlist-grid .wishlist-card .wishlist-content .product-meta .rating i {
  color: #f59e0b;
  font-size: 14px;
}

.account .wishlist-grid .wishlist-card .wishlist-content .product-meta .rating span {
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.account .wishlist-grid .wishlist-card .wishlist-content .product-meta .price {
  display: flex;
  align-items: center;
  gap: 8px;
}

.account .wishlist-grid .wishlist-card .wishlist-content .product-meta .price .current {
  font-size: 18px;
  font-weight: 600;
  color: var(--heading-color);
}

.account .wishlist-grid .wishlist-card .wishlist-content .product-meta .price .original {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  text-decoration: line-through;
}

.account .wishlist-grid .wishlist-card .wishlist-content .btn-add-cart,
.account .wishlist-grid .wishlist-card .wishlist-content .btn-notify {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.account .wishlist-grid .wishlist-card .wishlist-content .btn-add-cart {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border: none;
}

.account .wishlist-grid .wishlist-card .wishlist-content .btn-add-cart:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.account .wishlist-grid .wishlist-card .wishlist-content .btn-notify {
  background-color: #f3f4f6;
  color: #6b7280;
  border: none;
}

.account .wishlist-grid .wishlist-card .wishlist-content .btn-notify:hover {
  background-color: #e5e7eb;
}

.account .payment-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}

.account .payment-cards-grid .payment-card {
  background-color: var(--surface-color);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 20px;
  transition: all 0.3s ease;
}

.account .payment-cards-grid .payment-card:hover {
  border-color: var(--accent-color);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.account .payment-cards-grid .payment-card.default {
  border-color: var(--accent-color);
}

.account .payment-cards-grid .payment-card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.account .payment-cards-grid .payment-card .card-header i {
  font-size: 24px;
  color: var(--accent-color);
}

.account .payment-cards-grid .payment-card .card-header .card-badges {
  display: flex;
  align-items: center;
  gap: 8px;
}

.account .payment-cards-grid .payment-card .card-header .card-badges span {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}

.account .payment-cards-grid .payment-card .card-header .card-badges .default-badge {
  background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
  color: var(--accent-color);
}

.account .payment-cards-grid .payment-card .card-header .card-badges .card-type {
  background-color: #f3f4f6;
  color: #6b7280;
}

.account .payment-cards-grid .payment-card .card-body {
  margin-bottom: 16px;
}

.account .payment-cards-grid .payment-card .card-body .card-number {
  font-family: var(--heading-font);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.account .payment-cards-grid .payment-card .card-body .card-info {
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.account .payment-cards-grid .payment-card .card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.account .payment-cards-grid .payment-card .card-actions button {
  height: 36px;
  padding: 0 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}

.account .payment-cards-grid .payment-card .card-actions button i {
  font-size: 14px;
}

.account .payment-cards-grid .payment-card .card-actions button.btn-edit {
  background-color: #f3f4f6;
  color: #6b7280;
  border: none;
}

.account .payment-cards-grid .payment-card .card-actions button.btn-edit:hover {
  background-color: #e5e7eb;
}

.account .payment-cards-grid .payment-card .card-actions button.btn-remove {
  background-color: #fef2f2;
  color: #ef4444;
  border: none;
}

.account .payment-cards-grid .payment-card .card-actions button.btn-remove:hover {
  background-color: #fee2e2;
}

.account .payment-cards-grid .payment-card .card-actions button.btn-make-default {
  background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
  color: var(--accent-color);
  border: none;
}

.account .payment-cards-grid .payment-card .card-actions button.btn-make-default:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 88%);
}

.account .reviews-grid {
  display: grid;
  gap: 24px;
  margin-bottom: 32px;
}

.account .reviews-grid .review-card {
  background-color: var(--surface-color);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 20px;
  transition: all 0.3s ease;
}

.account .reviews-grid .review-card:hover {
  border-color: var(--accent-color);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.account .reviews-grid .review-card .review-header {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.account .reviews-grid .review-card .review-header .product-image {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  object-fit: cover;
}

.account .reviews-grid .review-card .review-header .review-meta {
  flex: 1;
}

.account .reviews-grid .review-card .review-header .review-meta h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
}

.account .reviews-grid .review-card .review-header .review-meta .rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}

.account .reviews-grid .review-card .review-header .review-meta .rating i {
  color: #f59e0b;
  font-size: 14px;
}

.account .reviews-grid .review-card .review-header .review-meta .rating span {
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.account .reviews-grid .review-card .review-header .review-meta .review-date {
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.account .reviews-grid .review-card .review-content {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.account .reviews-grid .review-card .review-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.account .reviews-grid .review-card .review-footer {
  display: flex;
  gap: 12px;
}

.account .reviews-grid .review-card .review-footer button {
  height: 36px;
  padding: 0 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.account .reviews-grid .review-card .review-footer button.btn-edit {
  background-color: #f3f4f6;
  color: #6b7280;
  border: none;
}

.account .reviews-grid .review-card .review-footer button.btn-edit:hover {
  background-color: #e5e7eb;
}

.account .reviews-grid .review-card .review-footer button.btn-delete {
  background-color: #fef2f2;
  color: #ef4444;
  border: none;
}

.account .reviews-grid .review-card .review-footer button.btn-delete:hover {
  background-color: #fee2e2;
}

.account .addresses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}

.addresses-grid .address-card {
  background-color: var(--surface-color);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 20px;
  transition: all 0.3s ease;
}

.addresses-grid .address-card:hover {
  border-color: var(--accent-color);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.addresses-grid .active {
  border-color: var(--accent-color);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.addresses-grid .address-card.default {
  border-color: var(--accent-color);
}

.addresses-grid .address-card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.addresses-grid .address-card .card-header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.addresses-grid .address-card .card-header .default-badge {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
  color: var(--accent-color);
}

.addresses-grid .address-card .card-body {
  margin-bottom: 16px;
}

.addresses-grid .address-card .card-body .address-text {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.6;
}

.addresses-grid .address-card .card-body .contact-info div {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-bottom: 4px;
}

.addresses-grid .address-card .card-body .contact-info div:last-child {
  margin-bottom: 0;
}

.addresses-grid .address-card .card-body .contact-info div i {
  font-size: 14px;
}

.addresses-grid .address-card .card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.addresses-grid .address-card .card-actions a {
  height: 36px;
  padding: 0 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}

.addresses-grid .address-card .card-actions a i {
  font-size: 14px;
}

.addresses-grid .address-card .card-actions a.btn-edit {
  background-color: #f3f4f6;
  color: #6b7280;
  border: none;
}

.addresses-grid .address-card .card-actions a.btn-edit:hover {
  background-color: #e5e7eb;
}

.addresses-grid .address-card .card-actions a.btn-remove {
  background-color: #fef2f2;
  color: #ef4444;
  border: none;
}

.addresses-grid .address-card .card-actions a.btn-remove:hover {
  background-color: #fee2e2;
}

.addresses-grid .address-card .card-actions a.btn-make-default {
  background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
  color: var(--accent-color);
  border: none;
}

.addresses-grid .address-card .card-actions a.btn-make-default:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 88%);
}

.account .settings-content .settings-section {
  background-color: var(--surface-color);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
}

.account .settings-content .settings-section:last-child {
  margin-bottom: 0;
}

.account .settings-content .settings-section h3 {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 600;
}

.account .settings-content .settings-section.danger-zone {
  border-color: #fee2e2;
}

.account .settings-content .settings-section.danger-zone h3 {
  color: #ef4444;
}

.account .settings-content .settings-section.danger-zone .danger-zone-content p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.6;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.account .settings-content .settings-section.danger-zone .danger-zone-content .btn-danger {
  height: 40px;
  padding: 8px 24px 0 24px;
  background-color: #ef4444;
  color: var(--surface-color);
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.account .settings-content .settings-section.danger-zone .danger-zone-content .btn-danger:hover {
  background-color: #dc2626;
}

.account .settings-content .form-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

.account .settings-content .form-control {
  height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.account .settings-content .form-control:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent-color), transparent 90%);
}

.account .settings-content .form-buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

.account .settings-content .form-buttons .btn-save {
  height: 40px;
  padding: 8px 24px 0 24px;
  background-color: var(--accent-color);
  color: var(--surface-color);
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.account .settings-content  .form-buttons .btn-save:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.account .settings-content .preferences-list .preference-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.account .settings-content .preferences-list .preference-item:first-child {
  padding-top: 0;
}

.account .settings-content .preferences-list .preference-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.account .settings-content .preferences-list .preference-item .preference-info {
  margin-right: 16px;
}

.account .settings-content .preferences-list .preference-item .preference-info h4 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 500;
}

.account .settings-content .preferences-list .preference-item .preference-info p {
  margin: 0;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.account .settings-content .preferences-list .preference-item .form-check {
  margin: 0;
  min-height: auto;
}

.account .settings-content .preferences-list .preference-item .form-check .form-check-input {
  width: 3rem;
  height: 1.5rem;
  margin: 0;
}

.account .settings-content .preferences-list .preference-item .form-check .form-check-input:checked {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

.account .settings-content .preferences-list .preference-item .form-check .form-check-input:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--accent-color), transparent 75%);
}

@media (max-width: 575.98px) {
  .account .orders-grid .order-card .order-header {
    flex-direction: column;
    gap: 8px;
  }

  .account .section-header .header-actions {
    width: 100%;
    justify-content: stretch;
  }

  .account .section-header .header-actions .search-box,
  .account .section-header .header-actions .dropdown,
  .account .section-header .header-actions button {
    width: 100%;
  }

  .account .payment-cards-grid,
  .account .addresses-grid {
    grid-template-columns: 1fr;
  }

  .account .review-card .review-header {
    flex-direction: column;
    text-align: center;
  }

  .account .review-card .review-header .product-image {
    margin: 0 auto;
  }

  .account .review-card .review-header .rating {
    justify-content: center;
  }
}
/*--------------------------------------------------------------
# Cart Section
--------------------------------------------------------------*/
.cart .cart-items {
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
  padding: 2rem;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.cart .cart-items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background: linear-gradient(90deg, var(--accent-color), color-mix(in srgb, var(--accent-color), transparent 50%));
  border-radius: 0.25rem 0.25rem 0 0;
}

.cart .cart-items .cart-header {
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.cart .cart-items .cart-header h5 {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--heading-color);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.cart .cart-items .cart-item {
  padding: 1.5rem;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
  background-color: color-mix(in srgb, var(--surface-color), transparent 50%);
}

.cart .cart-items .cart-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  border-color: color-mix(in srgb, var(--accent-color), transparent 70%);
}

.cart .cart-items .cart-item .product-info .product-image {
  width: 5.5rem;
  height: 5.5rem;
  min-width: 5.5rem;
  border-radius: 0.75rem;
  overflow: hidden;
  margin-right: 1.25rem;
  background-color: var(--surface-color);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
  transition: transform 0.3s ease;
}

.cart .cart-items .cart-item .product-info .product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.cart .cart-items .cart-item .product-info .product-image:hover img {
  transform: scale(1.05);
}

@media (max-width: 767.98px) {
  .cart .cart-items .cart-item .product-info .product-image {
    width: 4.5rem;
    height: 4.5rem;
    min-width: 4.5rem;
  }
}

.cart .cart-items .cart-item .product-info .product-details {
  flex: 1;
}

.cart .cart-items .cart-item .product-info .product-details .product-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
  color: var(--heading-color);
  transition: color 0.3s ease;
}

.cart .cart-items .cart-item .product-info .product-details .product-title:hover {
  color: var(--accent-color);
}

.cart .cart-items .cart-item .product-info .product-details .product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.8125rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.cart .cart-items .cart-item .product-info .product-details .product-meta span {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  border-radius: 0.375rem;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.cart .cart-items .cart-item .product-info .product-details .remove-item {
  background: none;
  border: none;
  padding: 0;
  font-size: 0.8125rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.cart .cart-items .cart-item .product-info .product-details .remove-item::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #dc3545;
  transition: width 0.3s ease;
}

.cart .cart-items .cart-item .product-info .product-details .remove-item:hover {
  color: #dc3545;
}

.cart .cart-items .cart-item .product-info .product-details .remove-item:hover::after {
  width: 100%;
}

.cart .cart-items .cart-item .product-info .product-details .remove-item i {
  font-size: 0.875rem;
  transition: transform 0.3s ease;
}

.cart .cart-items .cart-item .product-info .product-details .remove-item:hover i {
  transform: translateX(-2px);
}

.cart .cart-items .cart-item .price-tag .current-price {
  font-weight: 600;
  color: var(--heading-color);
  font-size: 1.05rem;
}

.cart .cart-items .cart-item .price-tag .original-price {
  text-decoration: line-through;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 0.875rem;
  margin-left: 0.5rem;
}

.cart .cart-items .cart-item .quantity-selector {
  display: inline-flex;
  align-items: center;
  border-radius: 2rem;
  overflow: hidden;
  background: color-mix(in srgb, var(--background-color), transparent 50%);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

.cart .cart-items .cart-item .quantity-selector:hover {
  border-color: color-mix(in srgb, var(--accent-color), transparent 70%);
}

.cart .cart-items .cart-item .quantity-selector .quantity-btn {
  background: none;
  border: none;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--default-color);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cart .cart-items .cart-item .quantity-selector .quantity-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  transform: scale(0);
  border-radius: 50%;
  transition: transform 0.3s ease;
  z-index: -1;
}

.cart .cart-items .cart-item .quantity-selector .quantity-btn:hover {
  color: var(--accent-color);
}

.cart .cart-items .cart-item .quantity-selector .quantity-btn:hover::before {
  transform: scale(1);
}

.cart .cart-items .cart-item .quantity-selector .quantity-btn:active {
  transform: scale(0.95);
}

.cart .cart-items .cart-item .quantity-selector .quantity-input {
  width: 2.5rem;
  text-align: center;
  border: none;
  font-size: 0.9375rem;
  color: var(--heading-color);
  font-weight: 600;
  padding: 0.25rem 0;
  background-color: transparent;
}

.cart .cart-items .cart-item .quantity-selector .quantity-input:focus {
  outline: none;
}

.cart .cart-items .cart-item .quantity-selector .quantity-input::-webkit-inner-spin-button,
.cart .cart-items .cart-item .quantity-selector .quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart .cart-items .cart-item .item-total {
  font-weight: 700;
  color: var(--heading-color);
  font-size: 1.125rem;
}

.cart .cart-items .cart-item .item-total span {
  position: relative;
  display: inline-block;
}

.cart .cart-items .cart-item .item-total span::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--accent-color), transparent);
  border-radius: 1px;
}

@media (max-width: 767.98px) {
  .cart .cart-items .cart-item {
    padding: 1.25rem;
    margin-bottom: 1rem;
  }
}

.cart .cart-items .cart-actions {
  padding-top: 1.5rem;
  margin-top: 1rem;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.cart .cart-items .cart-actions .coupon-form .input-group {
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.03);
}

.cart .cart-items .cart-actions .coupon-form .input-group .form-control {
  border-right: none;
  color: var(--default-color);
  background-color: var(--surface-color);
  font-size: 0.875rem;
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
  padding-left: 1.25rem;
  border-radius: 2rem 0 0 2rem;
}

.cart .cart-items .cart-actions .coupon-form .input-group .form-control:focus {
  border-color: var(--accent-color);
  box-shadow: none;
}

.cart .cart-items .cart-actions .coupon-form .input-group .form-control::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.cart .cart-items .cart-actions .coupon-form .input-group .btn {
  border-radius: 0 2rem 2rem 0;
  font-size: 0.875rem;
  padding-right: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.cart .cart-items .cart-actions .btn {
  font-size: 0.875rem;
  padding: 0.5rem 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  transition: all 0.3s ease;
  border-radius: 2rem;
}

.cart .cart-items .cart-actions .btn i {
  transition: transform 0.3s ease;
}

.cart .cart-items .cart-actions .btn:hover i {
  transform: rotate(15deg);
}

.cart .cart-summary {
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
  padding: 2rem;
  position: sticky;
  top: 6.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cart .cart-summary::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 0.25rem;
  background: linear-gradient(90deg, color-mix(in srgb, var(--accent-color), transparent 50%), var(--accent-color));
  border-radius: 0.25rem 0.25rem 0 0;
}

.cart .cart-summary .summary-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  position: relative;
}

.cart .cart-summary .summary-title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 3rem;
  height: 2px;
  background-color: var(--accent-color);
  border-radius: 1px;
}

.cart .cart-summary .summary-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.25rem;
  font-size: 0.9375rem;
  position: relative;
}

.cart .cart-summary .summary-item.discount {
  color: #28a745;
}

.cart .cart-summary .summary-item.discount .summary-value {
  background-color: rgba(40, 167, 69, 0.1);
}

.cart .cart-summary .summary-item .summary-label {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.cart .cart-summary .summary-item .summary-value {
  font-weight: 800;
  color: var(--heading-color);
  padding: 0.25rem 0.75rem;
  border-radius: 2rem;
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  transition: transform 0.3s ease;
}

.cart .cart-summary .summary-item .summary-value:hover {
  transform: translateX(-3px);
}

.cart .cart-summary .summary-item .shipping-options {
  width: 100%;
  padding: 0 1rem 1rem 1rem;
}

.cart .cart-summary .summary-item .shipping-options .form-check {
  margin-bottom: 0.75rem;
  padding-left: 2rem;
}

.cart .cart-summary .summary-item .shipping-options .form-check:last-child {
  margin-bottom: 0;
}

.cart .cart-summary .summary-item .shipping-options .form-check .form-check-input {
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.125rem;
  margin-left: -2rem;
  background-color: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  transition: all 0.3s ease;
}

.cart .cart-summary .summary-item .shipping-options .form-check .form-check-input:checked {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  box-shadow: 0 0 0 0.15rem color-mix(in srgb, var(--accent-color), transparent 85%);
}

.cart .cart-summary .summary-item .shipping-options .form-check .form-check-input:focus {
  box-shadow: 0 0 0 0.15rem color-mix(in srgb, var(--accent-color), transparent 85%);
}

.cart .cart-summary .summary-item .shipping-options .form-check .form-check-label {
  font-size: 0.875rem;
  color: var(--default-color);
  transition: color 0.3s ease;
}

.cart .cart-summary .summary-item .shipping-options .form-check .form-check-label:hover {
  color: var(--accent-color);
}

.cart .cart-summary .summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.75rem 0;
  padding: 1.25rem;
  border-radius: 0.75rem;
  background: linear-gradient(145deg, color-mix(in srgb, var(--accent-color), transparent 95%), color-mix(in srgb, var(--background-color), transparent 95%));
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}

.cart .cart-summary .summary-total .summary-label {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--heading-color);
}

.cart .cart-summary .summary-total .summary-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--heading-color);
  position: relative;
}

.cart .cart-summary .summary-total .summary-value::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--accent-color), transparent);
  border-radius: 1px;
}

.cart .cart-summary .checkout-button {
  margin-bottom: 1rem;
}

.cart .cart-summary .checkout-button .btn {
  padding: 0.875rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cart .cart-summary .checkout-button .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--accent-color), color-mix(in srgb, var(--accent-color), transparent 30%));
  z-index: -1;
  transition: transform 0.6s ease;
  transform: translateX(-100%);
}

.cart .cart-summary .checkout-button .btn:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.cart .cart-summary .checkout-button .btn:hover::before {
  transform: translateX(0);
}

.cart .cart-summary .checkout-button .btn:hover i {
  transform: translateX(0.25rem);
}

.cart .cart-summary .checkout-button .btn i {
  transition: transform 0.3s ease;
}

.cart .cart-summary .continue-shopping {
  margin-bottom: 1.5rem;
}

.cart .cart-summary .continue-shopping .btn-link {
  color: var(--accent-color);
  text-decoration: none;
  font-size: 0.9375rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  transition: all 0.3s ease;
  border-radius: 2rem;
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
}

.cart .cart-summary .continue-shopping .btn-link i {
  transition: transform 0.3s ease;
}

.cart .cart-summary .continue-shopping .btn-link:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
}

.cart .cart-summary .continue-shopping .btn-link:hover i {
  transform: translateX(-0.25rem);
}

.cart .cart-summary .payment-methods {
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  padding-top: 1.25rem;
}

.cart .cart-summary .payment-methods .payment-title {
  font-size: 0.875rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-bottom: 0.75rem;
  text-align: center;
}

.cart .cart-summary .payment-methods .payment-icons {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}

.cart .cart-summary .payment-methods .payment-icons i {
  font-size: 1.5rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  transition: all 0.3s ease;
}

.cart .cart-summary .payment-methods .payment-icons i:hover {
  color: var(--accent-color);
  transform: translateY(-3px);
}

.cart .btn-accent {
  color: var(--contrast-color);
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

.cart .btn-accent:hover,
.cart .btn-accent:focus,
.cart .btn-accent:active {
  color: var(--contrast-color);
  background-color: color-mix(in srgb, var(--accent-color), #000 15%);
  border-color: color-mix(in srgb, var(--accent-color), #000 15%);
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.cart .btn-accent:active {
  transform: translateY(0);
}

.cart .btn-outline-accent {
  color: var(--accent-color);
  border-color: var(--accent-color);
  background-color: transparent;
}

.cart .btn-outline-accent:hover,
.cart .btn-outline-accent:focus,
.cart .btn-outline-accent:active {
  color: var(--contrast-color);
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.cart .btn-outline-accent:active {
  transform: translateY(0);
}

.cart .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
  background-color: transparent;
}

.cart .btn-outline-danger:hover,
.cart .btn-outline-danger:focus,
.cart .btn-outline-danger:active {
  color: var(--contrast-color);
  background-color: #dc3545;
  border-color: #dc3545;
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.cart .btn-outline-danger:active {
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .cart .cart-summary {
    position: static;
    margin-top: 1.5rem;
  }
}

@media (max-width: 767.98px) {

  .cart .cart-items,
  .cart .cart-summary {
    padding: 1.5rem;
  }
}

.btn-primary {
    color: #fff;
    background-color: #ff6b81;
    border-color: #ff6b81;
    border-radius: 5px;
    --bs-btn-bg: #ff6b81;
    --bs-btn-border-color: #ff6b81;
    --bs-btn-hover-bg: #081828;
    --bs-btn-hover-border-color: #081828;
    --bs-btn-active-bg: #081828;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #081828;
    border-color: #081828;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary:hover {
    color: #fff;
    background-color: #081828;
    border-color: #081828
}

.btn-outline-primary {
    --bs-btn-color: #081828;
    --bs-btn-border-color: #081828;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #081828;
    --bs-btn-hover-border-color: #081828;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #081828;
    --bs-btn-active-border-color: #081828;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #081828;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #081828;
    --bs-gradient: none;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #081828;
    border-color: #081828
}

a {
    color: #ff737c;
    text-decoration: none;
}

a:hover {
   text-decoration: none;
} 

/* .carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: #ff6b81;
    border-radius: 5px;
} */

.input-group .btn {
    z-index: 0;
}

.img-thumbnail {
    border: none;
    border-radius: 1rem;
}
.image_container img {
    max-height:10rem;
}

/*--------------------------------------------------------------
# Best Sellers Section
--------------------------------------------------------------*/
.best-sellers .product-card {
  position: relative;
  height: 100%;
  background-color: var(--surface-color);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.best-sellers .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.best-sellers .product-card:hover .default-image {
  opacity: 0;
}

.best-sellers .product-card:hover .hover-image {
  opacity: 1;
}

.best-sellers .product-image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  background-color: #f8f9fa;
}

.best-sellers .product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.best-sellers .product-image .default-image {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.best-sellers .product-image .hover-image {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.best-sellers .product-tags {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.best-sellers .product-tags .badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 500;
  border-radius: 4px;
  margin-right: 5px;
}

.best-sellers .product-tags .bg-accent {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.best-sellers .product-tags .bg-sale {
  background-color: #ff6b6b;
  color: var(--contrast-color);
}

.best-sellers .product-tags .bg-sold-out {
  background-color: #6c757d;
  color: var(--contrast-color);
}

.best-sellers .product-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  z-index: 2;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.best-sellers .product-actions button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--surface-color);
  border: none;
  color: var(--heading-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.best-sellers .product-actions button:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.best-sellers .product-actions button i {
  font-size: 1rem;
}

.best-sellers .product-card:hover .product-actions {
  opacity: 1;
  transform: translateX(0);
}

.best-sellers .product-info {
  padding: 1.25rem;
}

.best-sellers .product-title {
  font-family: var(--heading-font);
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  height: 2.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.best-sellers .product-title a {
  color: var(--heading-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.best-sellers .product-title a:hover {
  color: var(--accent-color);
}

.best-sellers .product-price {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.best-sellers .product-price .current-price {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--heading-color);
}

.best-sellers .product-price .original-price {
  font-size: 0.875rem;
  text-decoration: line-through;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.best-sellers .product-rating {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  color: #ffc107;
  font-size: 0.875rem;
}

.best-sellers .product-rating i {
  margin-right: 2px;
}

.best-sellers .product-rating .rating-count {
  margin-left: 4px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 0.75rem;
}

.best-sellers .btn-add-to-cart {
  width: 100%;
  padding: 0.6rem;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border: none;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.best-sellers .btn-add-to-cart:hover {
  background-color: color-mix(in srgb, var(--accent-color), #000 10%);
}

.best-sellers .btn-add-to-cart i {
  font-size: 1rem;
}

.best-sellers .btn-add-to-cart.btn-disabled {
  background-color: #e9ecef;
  color: #6c757d;
  cursor: not-allowed;
}

.best-sellers .btn-add-to-cart.btn-disabled:hover {
  background-color: #e9ecef;
}

@media (max-width: 991.98px) {
  .best-sellers .product-title {
    font-size: 0.95rem;
  }
}

@media (max-width: 767.98px) {
  .best-sellers .product-card {
    max-width: 320px;
    margin: 0 auto;
  }

  .best-sellers .product-actions {
    opacity: 1;
    transform: translateX(0);
  }
}

/*--------------------------------------------------------------
# Product List Section
--------------------------------------------------------------*/
.product-list .product-filters ul {
  gap: 10px;
}

.product-list .product-filters ul li {
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--default-color);
  cursor: pointer;
  border-radius: 30px;
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  transition: all 0.3s ease;
}

.product-list .product-filters ul li:hover {
  color: var(--accent-color);
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
}

.product-list .product-filters ul li.filter-active {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.product-list .product-container {
  position: relative;
  min-height: 400px;
}

.product-list .product-item {
  margin-bottom: 30px;
}

.product-list .product-card {
  position: relative;
  height: 100%;
  background-color: var(--surface-color);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.product-list .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.product-list .product-card:hover .product-image .main-img {
  opacity: 0;
}

.product-list .product-card:hover .product-image .hover-img {
  opacity: 1;
}

.product-list .product-card:hover .product-image .product-overlay {
  opacity: 1;
  visibility: visible;
}

.product-list .product-image {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}

.product-list .product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.product-list .product-image .main-img {
  opacity: 1;
  z-index: 1;
}

.product-list .product-image .hover-img {
  opacity: 0;
  z-index: 2;
}

.product-list .product-image .badge {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 500;
  color: var(--contrast-color);
  background-color: var(--accent-color);
  border-radius: 30px;
}

.product-list .product-image .product-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.product-list .product-image .product-overlay .btn-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--contrast-color);
  background-color: var(--accent-color);
  border-radius: 30px;
  transition: all 0.3s ease;
}

.product-list .product-image .product-overlay .btn-cart:hover {
  background-color: color-mix(in srgb, var(--accent-color), #000 10%);
  transform: translateY(-2px);
}

.product-list .product-image .product-overlay .product-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-list .product-image .product-overlay .product-actions .action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--default-color);
  background-color: var(--surface-color);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.product-list .product-image .product-overlay .product-actions .action-btn:hover {
  color: var(--accent-color);
  transform: translateY(-2px);
}

.product-list .product-info {
  padding: 20px;
}

.product-list .product-info .product-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.product-list .product-info .product-title a {
  color: var(--heading-color);
  transition: all 0.3s ease;
}

.product-list .product-info .product-title a:hover {
  color: var(--accent-color);
}

.product-list .product-info .product-price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.product-list .product-info .product-price .current-price {
  font-size: 18px;
  font-weight: 700;
  color: var(--accent-color);
}

.product-list .product-info .product-price .old-price {
  font-size: 14px;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  text-decoration: line-through;
}

.product-list .product-info .product-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #FFB800;
}

.product-list .product-info .product-rating span {
  margin-left: 5px;
  font-size: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.product-list .view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  color: var(--contrast-color);
  background-color: var(--accent-color);
  border-radius: 30px;
  transition: all 0.3s ease;
}

.product-list .view-all-btn i {
  transition: transform 0.3s ease;
}

.product-list .view-all-btn:hover {
  background-color: color-mix(in srgb, var(--accent-color), #000 10%);
}

.product-list .view-all-btn:hover i {
  transform: translateX(5px);
}

@media (max-width: 991.98px) {
  .product-list .product-container .product-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .product-list .product-filters ul {
    justify-content: center;
  }

  .product-list .product-filters ul li {
    padding: 6px 15px;
    font-size: 13px;
  }

  .product-list .product-info {
    padding: 15px;
  }

  .product-list .product-info .product-title {
    font-size: 15px;
  }

  .product-list .product-info .product-price .current-price {
    font-size: 16px;
  }

  .product-list .product-info .product-price .old-price {
    font-size: 13px;
  }
}

@media (max-width: 575.98px) {
  .product-list .product-container .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .product-list .product-container .product-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
  }
}


.shipping-method {
    height: 100%;
    padding: 16px 10px;
    border-radius: 10px;
    border: 2px solid;
    cursor: pointer;
    min-height: 1rem;
    position: relative;
    transition: border-color 
    ease-in-out 0.2s;
}
.shipping-method:hover {
    background: #081828;
    color: white;
}
.shipping-method-form .active{
    background: #081828;
    color: white;
}


.mySwiper {
    --swiper-theme-color: var(--accent-color);
}


.product_main {
    background: white;
    padding: 30px;
    border-radius: 1rem;
}

.fs-lg {
    font-size:large;
}


input[type="checkbox"] {
    width: 1em;
    height: 1em;
}

.form-control:focus {
    border-color:#ffbac4;
    box-shadow: 0 0 0 .25rem #ffbac4;
}
.form-control option:selected {
    background-color: #ff6b81;
}

/* Подсказки в поиске  color-mix(in srgb, var(--default-color), transparent 97%) !important  */
.autocomplete-input:focus + button ~ .autocomplete-dropdown,
.autocomplete-dropdown.show {
    display: block !important;
}
.autocomplete-item {
    padding: 12px 16px !important;
    cursor: pointer;
    border-bottom: 1px solid var(--accent-color);
    font-size: 14px;
}
.autocomplete-item:hover {
    background: color-mix(in srgb, var(--accent-color), transparent 97%) !important;
}
.autocomplete-item:last-child {
    border-bottom: none;
}
.modal .autocomplete-dropdown {
    z-index: 9999 !important;
}

#sidebarMenu.offcanvas {
    z-index: 99999 !important;
    position: fixed !important;
}
.offcanvas-backdrop {
    z-index: 99998 !important;
}

.search-modal-body {
    width: min(940px, 90vw);
}

/* НОВЫЙ СТИЛЬ */
.quick-row {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 6px 2px 10px;
    scrollbar-width: none;
}
.quick-cat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    width: 96px;
}
.quick-cat span {
    font-size: 12.5px;
    font-weight: 700;
    color: var(--text-secondary);
    text-align: center;
    line-height: 1.25;
}
.quick-cat-icon {
    width: 72px;
    height: 72px;
    background: var(--accent-soft);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s, transform .2s;
}
.quick-cat-icon img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    transition: filter .2s;
}

.advantages {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.advantage-item {
    text-align: center;
    padding: 30px 22px;
    border-right: 1px solid var(--border);
    height: 100%;
}
.advantage-icon {
    width: 58px;
    height: 58px;
    background: var(--accent-soft);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 25px;
    color: var(--accent);
}
.advantage-title {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 6px;
}
.advantage-desc {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--text-secondary);
    line-height: 1.5;
    margin: 0;
}
/* .section-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 28px;
    flex-wrap: wrap;
} */

.section-link {
    font-size: 14px;
    font-weight: 700;
    color: var(--accent);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap .2s, color .2s;
}
.brand-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 4px 2px 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}
.brand-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 16px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84px;
    min-width: 168px;
    flex: 0 0 auto;
    scroll-snap-align: start;
    transition: border-color .2s, box-shadow .2s;
}
.brand-card img {
    max-height: 46px;
    max-width: 124px;
    object-fit: contain;
    filter: grayscale(100%) opacity(.62);
    transition: filter .2s;
}
.section--warm {
    background: var(--bg-warm);
}
.showcase + .showcase {
    margin-top: 36px;
}
.showcase-title {
    font-size: 19px;
    font-weight: 800;
    letter-spacing: -0.01em;
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.showcase-title i { color: var(--accent); font-size: 20px; }
.section--warm .subcat-card {
    background: var(--bg);
}
.subcat-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px 16px;
  text-align: center;
  color: var(--text-primary);
  transition: border-color .2s, transform .2s, box-shadow .2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.subcat-card:hover {
  border-color: var(--accent);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px var(--accent-soft);
  color: var(--accent);
}
.subcat-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 130px;
  margin: 0 auto 14px;
  background: var(--surface);
  border-radius: var(--radius-sm);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.subcat-thumb img { width: 100%; height: 100%; object-fit: cover; }
.subcat-card span { font-size: 14.5px; font-weight: 700; display: block; }

.section--warm .subcat-card { background: var(--bg); }
/* ============================================================
   STORES
   ============================================================ */
.store-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px 24px;
  transition: border-color .2s, box-shadow .2s;
  height: 100%;
}
.store-card:hover { border-color: var(--accent); box-shadow: 0 6px 20px var(--accent-soft); }
.store-city { font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }
.store-address { font-size: 16px; font-weight: 800; margin-bottom: 6px; }
.store-meta { font-size: 13px; font-weight: 600; color: var(--text-secondary); display: flex; align-items: center; gap: 7px; margin-bottom: 3px; }
.store-meta i { color: var(--text-muted); }
/* ============================================================
   BLOG
   ============================================================ */
.blog-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  color: var(--text-primary);
  transition: box-shadow .2s, transform .2s;
  display: flex; flex-direction: column; height: 100%;
}
.blog-card:hover { box-shadow: 0 8px 32px rgba(0, 0, 0, .07); transform: translateY(-4px); }
.blog-thumb { aspect-ratio: 16 / 9; overflow: hidden; background: var(--surface); }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.blog-card:hover .blog-thumb img { transform: scale(1.05); }
.blog-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.blog-tag {
  font-size: 11px; font-weight: 800;
  background: var(--accent-soft);
  color: var(--accent);
  padding: 4px 11px;
  border-radius: var(--radius-pill);
  align-self: flex-start;
  margin-bottom: 12px;
}
.blog-title { font-size: 16.5px; font-weight: 800; margin-bottom: 8px; line-height: 1.35; letter-spacing: -0.01em; }
.blog-excerpt {
  font-size: 13.5px; font-weight: 600; color: var(--text-secondary); line-height: 1.6;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  margin: 0;
}
.blog-meta { margin-top: 14px; font-size: 12.5px; font-weight: 700; color: var(--accent); display: inline-flex; align-items: center; gap: 6px; }
/* ============================================================
   DISCOUNT CARDS
   ============================================================ */
.discount {
  background: linear-gradient(135deg, #7C5CBF 0%, #9B6FD4 100%);
  border-radius: var(--radius);
  color: #fff;
  padding: 52px;
  position: relative;
  overflow: hidden;
}
.discount .deco {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
}
.discount h2 { font-size: clamp(26px, 3vw, 34px); font-weight: 800; letter-spacing: -0.02em; margin: 0 0 12px; }
.discount .big-icon { font-size: 40px; margin-bottom: 14px; display: inline-block; }
.discount p.dtext { font-size: 16px; font-weight: 600; color: rgba(255, 255, 255, .88); margin: 0 0 24px; max-width: 42ch; }
.tier {
  display: flex; align-items: center; gap: 14px;
  background: rgba(255, 255, 255, .12);
  border-radius: var(--radius-sm);
  padding: 13px 18px;
  margin-bottom: 10px;
}
.tier .tier-medal { font-size: 22px; }
.tier .tier-name { font-weight: 800; font-size: 15px; }
.tier .tier-from { color: rgba(255, 255, 255, .8); font-size: 13px; font-weight: 600; margin-left: auto; }
.tier .tier-disc {
  font-weight: 800; font-size: 14px;
  background: rgba(255, 255, 255, .2);
  border-radius: var(--radius-pill);
  padding: 4px 13px;
  white-space: nowrap;
}
.discount-form {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius);
  padding: 28px;
  backdrop-filter: blur(6px);
}
.discount-form h3 { font-size: 19px; font-weight: 800; margin: 0 0 16px; }
.discount-form label { font-size: 13px; font-weight: 700; color: rgba(255, 255, 255, .85); margin-bottom: 6px; display: block; }
.discount-form input {
  width: 100%;
  border: none;
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  font-family: inherit; font-weight: 600; font-size: 15px;
  margin-bottom: 14px;
  color: var(--text-primary);
  background: #fff;
}
.discount-form input:focus { outline: 2px solid #fff; outline-offset: 1px; }
.btn-getcard {
  width: 100%;
  background: #fff;
  color: var(--purple);
  border: none;
  border-radius: var(--radius-pill);
  padding: 13px;
  font-weight: 800; font-size: 15px;
  transition: background .2s, color .2s;
}
.btn-getcard:hover { background: var(--accent); color: #fff; }
.discount-form .fineprint { font-size: 12px; font-weight: 600; color: rgba(255, 255, 255, .7); margin: 12px 0 0; text-align: center; }
/* ============================================================
   PROMO — Создай игрушку
   ============================================================ */
.promo-toy {
  background: var(--bg-warm);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 56px;
  overflow: hidden;
  position: relative;
}
.promo-eyebrow {
  font-size: 13px; font-weight: 800;
  color: var(--accent);
  display: inline-flex; align-items: center; gap: 8px;
  margin-bottom: 16px;
}
.promo-toy h2 {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 14px;
}
.promo-toy h2 em { color: var(--accent); font-style: normal; }
.promo-toy p.lead-txt { font-size: 16px; font-weight: 600; color: var(--text-secondary); margin: 0 0 22px; max-width: 44ch; }
.promo-feats { list-style: none; padding: 0; margin: 0 0 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
.promo-feats li { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 700; }
.promo-feats li i { color: var(--accent); font-size: 19px; }
.promo-cta {
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: var(--radius-pill);
  padding: 14px 32px;
  font-weight: 800;
  font-size: 16px;
  display: inline-flex; align-items: center; gap: 10px;
  transition: background .2s, transform .15s;
}
.promo-cta:hover { background: var(--accent-dark); color: #fff; transform: translateY(-2px); }
.promo-media { position: relative; display: flex; align-items: center; justify-content: center; min-height: 320px; }
.promo-media .frame {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.promo-media .frame img { width: 100%; height: 100%; object-fit: cover; }
.confetti { position: absolute; border-radius: 50%; opacity: .9; }

/* ============================================================
   PRODUCT CARDS
   ============================================================ */
.product-card {
  background: var(--bg-card, #fff);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: box-shadow .2s, transform .2s, border-color .2s;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-card:hover { box-shadow: var(--shadow-card); transform: translateY(-4px); }
.product-thumb {
  position: relative;
  background: var(--surface);
}
.product-thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 16px;
  display: block;
}
.product-badge {
  position: absolute;
  top: 12px; left: 12px;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 5px 11px;
  border-radius: var(--radius-pill);
  display: inline-flex; align-items: center; gap: 5px;
  z-index: 2;
}
.product-badge.sale { background: var(--green); }
.product-badge.new { background: var(--purple); }
.product-fav {
  position: absolute;
  top: 10px; right: 10px;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  border: 1px solid var(--border);
  color: var(--text-muted);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
  z-index: 2;
  transition: color .2s, background .2s, transform .2s;
}
.product-fav:hover { color: var(--accent); transform: scale(1.08); }
.product-fav.on { color: var(--accent); background: var(--accent-soft); }
.product-body { padding: 14px 16px 16px; display: flex; flex-direction: column; flex: 1; }
.product-rating {
  font-size: 12.5px;
  color: var(--yellow);
  margin-bottom: 7px;
  display: flex; align-items: center; gap: 4px;
  letter-spacing: 1px;
}
.product-rating .rnum { color: var(--text-primary); font-weight: 800; letter-spacing: 0; margin-left: 2px; }
.product-rating .rcount { color: var(--text-muted); font-weight: 600; letter-spacing: 0; }
.product-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 5px;
  line-height: 1.32;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.64em;
}
.product-brand { font-size: 12px; font-weight: 600; color: var(--text-muted); margin-bottom: 12px; }
.product-instock { font-size: 12px; font-weight: 700; color: var(--green); display: inline-flex; align-items: center; gap: 5px; margin-bottom: 10px; }
.product-price-row { display: flex; align-items: baseline; gap: 7px; margin-top: auto; justify-content: space-between;}
.product-price { font-size: 19px; font-weight: 800; color: var(--accent); }
.product-price-old { font-size: 13px; color: var(--text-muted); text-decoration: line-through; font-weight: 700; }
.btn-cart {
  width: 100%;
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: var(--radius-pill);
  padding: 11px;
  font-size: 13.5px;
  font-weight: 800;
  margin-top: 12px;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  transition: background .2s;
}
.btn-cart:hover { background: var(--accent-dark); }
.btn-cart.added { background: var(--green); }

/* product carousel grid */
.prod-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* horizontal scroll lane (Новинки) */
.scroll-lane-wrap { position: relative; }
.scroll-lane {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px 2px 14px;
  scrollbar-width: none;
}
.scroll-lane::-webkit-scrollbar { display: none; }
.scroll-lane .product-card { flex: 0 0 244px; scroll-snap-align: start; }
.lane-btn {
  position: absolute;
  top: 38%;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; color: var(--text-primary);
  z-index: 3;
  transition: background .2s, color .2s;
}
.lane-btn:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.lane-btn.prev { left: -14px; }
.lane-btn.next { right: -14px; }

/* ============================================================
   HERO CAROUSEL
   ============================================================ */
.hero-wrap { padding-top: 28px; }
.hero {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
}

.hero-slide {
  height: 100%;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 30px;
  padding: 0 56px;
}
.hero-slide.s1 { background: linear-gradient(120deg, #FFF1F3 0%, #FFE7EC 100%); }
.hero-slide.s2 { background: linear-gradient(120deg, #EAF7FF 0%, #E5F0FF 100%); }
.hero-slide.s3 { background: linear-gradient(120deg, #F3EEFF 0%, #ECE6FB 100%); }
.hero-eyebrow {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--accent);
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-slide.s2 .hero-eyebrow { color: #2E8BD8; }
.hero-slide.s3 .hero-eyebrow { color: var(--purple); }
.hero-title {
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.07;
  margin: 0 0 16px;
  max-width: 14ch;
}
.hero-title em { color: var(--accent); font-style: normal; }
.hero-slide.s2 .hero-title em { color: #2E8BD8; }
.hero-slide.s3 .hero-title em { color: var(--purple); }
.hero-text {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-secondary);
  margin: 0 0 26px;
  max-width: 38ch;
}
.hero-cta {
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: var(--radius-pill);
  font-weight: 800;
  font-size: 16px;
  padding: 14px 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: transform .15s, background .2s;
}
.hero-cta:hover { background: var(--accent-dark); color: #fff; transform: translateY(-2px); }
.hero-slide.s2 .hero-cta { background: #2E8BD8; }
.hero-slide.s2 .hero-cta:hover { background: #2477BC; }
.hero-slide.s3 .hero-cta { background: var(--purple); }
.hero-slide.s3 .hero-cta:hover { background: #6A4DAB; }
.hero-media {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-media .blob {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 46% 54% 58% 42% / 52% 44% 56% 48%;
  background: rgba(255, 255, 255, .55);
}
.hero-media img {
  position: relative;
  max-height: 380px;
  max-width: 92%;
  object-fit: contain;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, .14));
  z-index: 1;
}
.hero-chip {
  position: absolute;
  z-index: 2;
  background: #fff;
  border-radius: var(--radius-pill);
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-chip .old { color: var(--text-muted); text-decoration: line-through; font-weight: 700; font-size: 12px; }
.hero-chip.tl { top: 40px; left: 0; }
.hero-chip.br { bottom: 46px; right: 6px; }
.hero-chip i { color: var(--yellow); }

/* carousel controls + indicators (shared) */
.hero .carousel-control-prev,
.hero .carousel-control-next {
  width: 44px; height: 44px;
  background: #ff6b81;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .12);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-primary);
  font-size: 18px;
}
.hero .carousel-control-prev { left: 18px; }
.hero .carousel-control-next { right: 18px; }
.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover { background: var(--accent); color: #fff; }
.hero .carousel-indicators { bottom: 18px; margin: 0; }
.hero .carousel-indicators [data-bs-target] {
  width: 8px; height: 8px;
  border-radius: var(--radius-pill);
  background: rgba(0, 0, 0, .22);
  border: none;
  opacity: 1;
  transition: width .3s, background .3s;
}
.hero .carousel-indicators .active { width: 26px; background: var(--accent); }



.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  width: 44px; height: 44px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .12);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-primary);
  font-size: 18px;
}
.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after{
    font-size: larger;
    font-weight: bold;
}
.swiper .swiper-button-prev { left: 18px; }
.swiper .swiper-button-next { right: 18px; }
.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover { background: var(--accent); color: #fff; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991px) {
  .prod-grid { grid-template-columns: repeat(3, 1fr); }
  .hero-slide { grid-template-columns: 1fr; padding: 0 36px; }
  .hero-media { display: none; }
  .hero-title { max-width: 20ch; }
  .promo-toy { padding: 40px; }
  .discount { padding: 40px; }
}
@media (max-width: 767px) {
  .section { padding: 40px 0; }
  .search-wrap { display: none; }
  .search-toggle { display: flex; }
  .mainbar .container-x { height: 64px; gap: 12px; }
  .btn-catalog span { display: none; }
  .btn-catalog { padding: 12px 14px; }
  .topbar-right .phone-txt { display: none; }
 
  .prod-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .advantage-item { border-right: none; border-bottom: 1px solid var(--border); }
  .advantage-item.mb-last { border-bottom: none; }
  .promo-feats { grid-template-columns: 1fr; }
  .nav-icon-btn span { display: none; }
  .nav-icon-btn { padding: 8px; }
  .lane-btn { display: none; }
}
@media (max-width: 480px) {
  .hero-title { font-size: 26px; }
  .promo-toy, .discount { padding: 28px; }
}
    .starwars-section {
      position: relative;
      min-height: 100vh;
      padding: 90px 24px;
      overflow: hidden;
      background:
        linear-gradient(180deg, rgba(5, 9, 20, 0.25), rgba(5, 9, 20, 0.94)),
        url("images/starwars-bg.jpg") center / cover no-repeat;
    }

    .starwars-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 20% 30%, rgba(96, 176, 255, 0.28), transparent 28%),
        radial-gradient(circle at 78% 42%, rgba(255, 190, 95, 0.12), transparent 26%),
        linear-gradient(90deg, rgba(3, 8, 18, 0.35), rgba(3, 8, 18, 0.72));
      pointer-events: none;
    }

    .starwars-section::after {
      content: "";
      position: absolute;
      inset: 0;
      background-image: radial-gradient(circle, rgba(255,255,255,.9) 1px, transparent 1.6px);
      background-size: 90px 90px;
      opacity: .18;
      pointer-events: none;
    }

    .starwars-container {
      position: relative;
      z-index: 2;
      width: min(1120px, 100%);
      margin: 0 auto;
      text-align: center;
    }

    .starwars-label {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 18px;
      padding: 9px 17px;
      border: 1px solid rgba(232, 199, 139, 0.5);
      border-radius: 999px;
      background: rgba(255,255,255,.08);
      color: #e8c78b;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
      backdrop-filter: blur(12px);
    }

    /* .starwars-section h2 {
      margin: 0;
      font-size: clamp(44px, 7vw, 88px);
      line-height: .95;
      font-weight: 900;
      letter-spacing: -0.055em;
      text-shadow: 0 12px 45px rgba(0,0,0,.55);
    } */

    .starwars-description {
      max-width: 680px;
      margin: 24px auto 0;
      color: rgba(255,255,255,.78);
      font-size: 18px;
      line-height: 1.65;
    }

    .starwars-divider {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 18px;
      max-width: 520px;
      margin: 30px auto 46px;
      color: #e8c78b;
      opacity: .9;
    }

    .starwars-divider::before,
    .starwars-divider::after {
      content: "";
      flex: 1;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(232,199,139,.7), transparent);
    }

    .starwars-divider span {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 38px;
      height: 38px;
      border: 1px solid rgba(232,199,139,.45);
      border-radius: 50%;
      background: rgba(6, 13, 25, .58);
      font-size: 16px;
    }

    .products-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 28px;
      margin-top: 20px;
    }

    .starwars-card {
      position: relative;
      overflow: hidden;
      min-height: 390px;
      border: 1px solid rgba(255,255,255,.18);
      border-radius: 30px;
      background:
        linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.045)),
        rgba(9, 19, 36, .74);
      box-shadow:
        0 28px 90px rgba(0,0,0,.44),
        inset 0 1px 0 rgba(255,255,255,.18);
      color: #fff;
      text-decoration: none;
      backdrop-filter: blur(18px);
      transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
    }

    .starwars-card:hover {
      transform: translateY(-8px);
      border-color: rgba(232, 199, 139, .72);
      box-shadow:
        0 38px 110px rgba(0,0,0,.6),
        0 0 0 1px rgba(232,199,139,.14);
    }

    .starwars-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 50% 20%, rgba(255,255,255,.14), transparent 42%);
      pointer-events: none;
    }

    .starwars-image {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 270px;
      padding: 34px 34px 8px;
    }

    .starwars-image img {
      max-width: 100%;
      max-height: 280px;
      object-fit: contain;
      filter: drop-shadow(0 22px 32px rgba(0,0,0,.48));
      transition: transform .35s ease;
    }

    .starwars-card:hover .starwars-image img {
      transform: scale(1.045);
    }

    .starwars-info {
      position: relative;
      display: grid;
      grid-template-columns: 60px 1fr 32px;
      align-items: center;
      gap: 18px;
      padding: 25px 28px 30px;
      border-top: 1px solid rgba(255,255,255,.12);
      text-align: left;
    }

    .starwars-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      border: 1px solid rgba(232,199,139,.62);
      border-radius: 50%;
      background: rgba(232,199,139,.08);
      font-size: 25px;
    }

    .starwars-title {
      margin: 0 0 5px;
      font-size: 24px;
      line-height: 1.16;
      font-weight: 850;
      color: wheat;
    }

    .starwars-category {
      margin: 0;
      color: rgba(255,255,255,.78);
      font-size: 20px;
      font-weight: 600;
    }

    .starwars-arrow {
      color: #e8c78b;
      font-size: 32px;
      transition: transform .35s ease;
    }

    .starwars-card:hover .product-arrow {
      transform: translateX(6px);
    }

    .collection-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      margin-top: 44px;
      padding: 18px 36px;
      border: 1px solid rgba(232,199,139,.72);
      border-radius: 999px;
      background: rgba(8, 15, 28, .62);
      color: #e8c78b;
      font-size: 15px;
      font-weight: 850;
      letter-spacing: .08em;
      text-transform: uppercase;
      text-decoration: none;
      backdrop-filter: blur(14px);
      transition: transform .3s ease, background .3s ease, color .3s ease;
    }

    .collection-button:hover {
      transform: translateY(-3px);
      background: rgba(232,199,139,.15);
      color: #fff;
    }

    .collection-button span {
      font-size: 23px;
    }

    @media (max-width: 900px) {
      .starwars-section {
        padding: 70px 18px;
      }

      .products-grid {
        grid-template-columns: 1fr;
      }

      .starwars-card {
        min-height: auto;
      }
    }

    @media (max-width: 560px) {
      .starwars-section {
        padding: 56px 14px;
      }

      .starwars-description {
        font-size: 16px;
      }

      .starwars-image {
        height: 220px;
        padding: 24px 20px 0;
      }

      .starwars-info {
        grid-template-columns: 50px 1fr 24px;
        gap: 14px;
        padding: 21px;
      }

      .starwars-icon {
        width: 50px;
        height: 50px;
        font-size: 21px;
      }

      .starwars-title {
        font-size: 20px;
      }

      .starwars-category {
        font-size: 17px;
      }

      .collection-button {
        width: 100%;
        padding: 17px 22px;
        font-size: 13px;
      }
    }
    
.btn-catalog {
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: var(--radius-pill);
    font-weight: 800;
    font-size: 15px;
    padding: 12px 22px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    white-space: nowrap;
    transition: background .2s;
}
.btn-catalog:hover { background: var(--accent-dark); color: #fff; }
