:root {
   --primary: #c6c296;
   --primary-rgb: 198, 194, 150;
   --dark-description: #b4b4b4;
   --dark-body-bg: #13120e; /*#262626*/
   --dark-title: white;
   --default-text: #333e48;
   --dark-border: rgba(55, 55, 55, 1);
}

* {
   box-sizing: border-box;
}
html {
   scroll-behavior: smooth;
}

.hide-scrol::-webkit-scrollbar {
   display: none;
}

.header-list-topbar li:not(:last-child) {
   position: relative;
}
.header-list-topbar li:not(:last-child)::before {
   content: "";
   position: absolute;
   width: 1px;
   height: 15px;
   background-color: rgb(51, 62, 72, 0.1);
   top: 3px;
   inset-inline-end: 0px;
}

.cart-icon,
.whislist-icon {
   position: relative;
}
.cart-number,
.whislist-number {
   position: absolute;
   width: 18px;
   height: 18px;
   background-color: var(--primary);
   border-radius: 50%;
   bottom: -10px;
   inset-inline-end: -9px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 10px;
   transition: all 0.5s;
}

.whislist-number {
   bottom: -10px;
   width: 22px;
   height: 22px;
   font-size: 13px;

   /* inset-inline-end: -2px; */
}

a:hover .cart-icon .cart-number,
a:hover .whislist-icon .whislist-number {
   animation: updown 0.6s ease-out forwards;
}
@keyframes updown {
   0% {
      bottom: -10px;
   }
   50% {
      bottom: 0px;
   }
   100% {
      bottom: -10px;
   }
}

@media (min-width: 650px) {
   .cart-number {
      width: 22px;
      height: 22px;
      font-size: 13px;
   }
}

header nav .links-list li {
   color: var(--default-text);
   transition: all 0.4s;
   cursor: pointer;
   font-weight: 600;
   position: relative;
   font-size: 14px;
}

header nav .links-list li.active {
   color: var(--primary);
}

header nav .links-list li:hover {
   color: var(--primary);
}

header .mobile-header-nav-links li {
   padding-block: 14px;
   text-transform: capitalize;
   font-weight: 500;
   line-height: 24px;
   color: #333e48;
   transition: all 0.4s;
   border-bottom: 1px solid rgba(180, 180, 180, 0.692);
}
.dark header .mobile-header-nav-links li {
   color: var(--dark-description);
}

header .mobile-header-nav-links li:hover {
   color: var(--primary);
}

header .mobile-header-nav-links li.active {
   color: var(--primary) !important;
}

.main-banner-swiper .swiper-slide {
   position: relative;
}

/* .main-banner-swiper .swiper-slide::before {
   content: "";
   position: absolute;
   width: 100%;
   height: 100%;
   inset: 0;
   background-color: #13120e;
   opacity: 0.3;
   z-index: 2;
} */

.fadeInUp {
   animation: fadeInUp 0.6s ease-out forwards;
}
@keyframes fadeInUp {
   0% {
      opacity: 0;
      transform: translateY(80%);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}
/* Default dots */
.swiper-pagination-bullet {
   background-color: rgb(70, 70, 70) !important;
   width: 11px !important;
   height: 11px !important;
   opacity: 1 !important; /* prevent fade effect */
   transition: all 0.3s ease;
   border-radius: 10px;
}
.swiper-pagination {
   bottom: 15px !important;
}

@media (min-width: 1024px) {
   .swiper-pagination {
      bottom: 75px !important;
   }
}

/* Active dot */
.swiper-pagination-bullet-active {
   background-color: var(--primary) !important;
   width: 34px !important;
   height: 11px !important;
   border-radius: 12px !important;
}

/* looping sliders  */

.translate-x-rtl {
   transform: translateX(100%);
}
.translate-x-ltr {
   transform: translateX(-100%);
}

/* checkout page */

.routes-list {
   display: flex;
   align-items: center;
   gap: 50px;
}

.routes-list li {
   position: relative;
   transition: all 0.5s;
   color: var(--default-text);
   text-transform: capitalize;
   font-weight: 500;
}

.dark .routes-list li {
   color: var(--dark-description);
}

.routes-list li:hover {
   color: var(--primary);
}

.routes-list li:not(:last-child)::after {
   content: "";
   position: absolute;

   top: 8px;
   inset-inline-end: -30px;
   width: 10px;
   height: 10px;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M6.74307 5.38201C7.08486 5.7238 7.08486 6.27888 6.74307 6.62068L2.36807 10.9957C2.02627 11.3375 1.47119 11.3375 1.12939 10.9957C0.787598 10.6539 0.787598 10.0988 1.12939 9.75701L4.88643 5.99998L1.13213 2.24294C0.790332 1.90115 0.790332 1.34607 1.13213 1.00427C1.47393 0.662476 2.029 0.662476 2.3708 1.00427L6.7458 5.37927L6.74307 5.38201Z' fill='black'/%3E%3C/svg%3E");
   background-repeat: no-repeat;
   background-size: contain;
}

.dark .routes-list li:not(:last-child)::after {
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M6.74307 5.38201C7.08486 5.7238 7.08486 6.27888 6.74307 6.62068L2.36807 10.9957C2.02627 11.3375 1.47119 11.3375 1.12939 10.9957C0.787598 10.6539 0.787598 10.0988 1.12939 9.75701L4.88643 5.99998L1.13213 2.24294C0.790332 1.90115 0.790332 1.34607 1.13213 1.00427C1.47393 0.662476 2.029 0.662476 2.3708 1.00427L6.7458 5.37927L6.74307 5.38201Z' fill='white'/%3E%3C/svg%3E");
}

.checkout-title {
   color: var(--default-text);
   font-size: 18px;
   line-height: 150%;
   padding-bottom: 8px;
   text-transform: capitalize;
   border-bottom: 1px solid var(--default-text);
   position: relative;
   margin-bottom: 18px;
}

.checkout-title::before {
   content: "";
   position: absolute;
   width: 150px;
   height: 2px;
   background-color: var(--primary);
   bottom: -1px;
   inset-inline-start: 0;
}
.dark .checkout-title {
   color: var(--dark-description);
   border-color: var(--dark-border);
}
@media (min-width: 650px) {
   .checkout-title {
      font-size: 20px;
      margin-bottom: 20px;
   }
}
@media (min-width: 1024px) {
   .checkout-title {
      font-size: 24px;
   }
}

.input-container {
   min-width: 200px;
   flex-grow: 1;
}

.input-container label {
   display: block;
   text-transform: capitalize;
   font-size: 14px;
   font-weight: 700;
   position: relative;
   width: fit-content;
   margin-bottom: 8px;
}
.input-container label.required::after {
   content: "*";
   color: red;
   position: absolute;
   top: 0;
   inset-inline-end: -10px;
}

.checkout-input {
   width: 100%;
   background-color: transparent;
   display: block;
   width: 100%;
   height: calc(1.5em + 1.34rem + 2px);
   padding: 0.67rem 1rem;
   font-size: 0.875rem;
   font-weight: 400;
   line-height: 1.5;
   color: #818181;
   background-color: transparent;
   background-clip: padding-box;
   border: 1px solid #dddddd;
   border-radius: 1.4rem;
   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   outline: none;
}

.checkout-input:focus {
   border-color: var(--primary);
}

.dark .checkout-input {
   color: var(--dark-description);
   border-color: var(--dark-border);
}

input[type="radio"] {
   cursor: pointer;
}
