@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@font-face {
  font-family: "Satoshi-Bold";
  src: url("../fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url("../fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
:root {
  --noto-font: "Noto Serif", serif;
  --playfair-font: "Playfair Display", serif;
  --satoshi-bold-font: "Satoshi-Bold";
  --satoshi-regular-font: "Satoshi-Regular";
  --primary-color: #4b0082;
  --black-color: #000000;
  --white-color: #ffffff;
  --border-color: #00000050;
  --text-color: #575353;
  --bg-color: #f6eff6;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: var(--black-color);
  transition: 0.5s ease-in-out;
  display: inline-block;
}
a:hover {
  color: var(--primary-color);
}

p {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 15px;
  color: var(--black-color);
}
p:last-child {
  margin-bottom: 0;
}

.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.section-content {
  margin-top: 60px;
}
.section-content.style1 {
  margin-top: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.bg-F7FBFF {
  background-color: #f7fbff;
}
.messenger-float {
    position: fixed;
    bottom: 20px;
    right: 30px;
    background-color: #0084ff;
    color: white;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    z-index: 1000;
}
.messenger-float img {
    width: 50px;
    height: 50px;
}

.messenger-float:hover {
    background-color: #006fdd;
}
.section-title-area {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.section-title-area h2 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 400;
  font-family: var(--noto-font);
}
.section-title-area p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--noto-font);
}

.page-links {
  color: var(--primary-color);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--primary-font);
}
.page-links i {
  margin-left: 8px;
  font-size: 12px;
}
.page-links:hover {
  color: var(--primary-color);
}

.icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  background-color: var(--white-color);
  transition: 0.5s ease-in-out;
  font-size: 18px;
}
.icon-btn:hover {
  color: var(--white-color);
  background-color: var(--primary-color);
}

.default-btn {
  padding: 10px 35px;
  border-radius: 5px;
  transition: 0.5s ease-in-out;
  border: 1px solid var(--border-color);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--noto-font);
}
.default-btn i {
  font-size: 18px;
  position: relative;
  margin-left: 2px;
  top: 2px;
  font-weight: 400;
}
.default-btn:hover {
  color: var(--white-color);
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.default-btn.style1 {
  color: var(--black-color);
  border-color: var(--white-color);
  background-color: var(--white-color);
}
.default-btn.style1:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.default-btn.style2 {
  color: var(--white-color);
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.default-btn.style2:hover {
  background-color: var(--white-color);
  color: var(--black-color);
}

.section-bottom-btn {
  display: block;
  text-align: center;
  margin-top: 40px;
}

.rating-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rating-list li {
  color: var(--text-color);
  display: inline-block;
}
.rating-list li.active {
  color: var(--primary-color);
}

.title-text {
  color: var(--text-color);
  font-size: 24px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}

.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;
}
.scroll-btn i {
  display: inline-block;
  background-color: var(--white-color);
  color: var(--primary-color);
  text-align: center;
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 2;
  border-radius: inherit;
  position: relative;
  transition: all ease 0.8s;
  box-shadow: 0 0 20px -5px #4b0082;
}
.scroll-btn:before {
  content: "";
  position: absolute;
  left: -6px;
  top: -6px;
  right: -6px;
  bottom: -6px;
  background-color: transparent;
  border-radius: inherit;
  z-index: 1;
  border: 2px dashed var(--black-color);
  transition: all ease 0.4s;
  animation: spin 13s infinite linear;
}
.scroll-btn:focus i, .scroll-btn:hover i {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.scroll-btn:focus:before, .scroll-btn:hover:before {
  border-color: var(--primary-color);
}
.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.scrollToTop {
  position: fixed;
  right: 30px;
  bottom: 500px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 96;
}
.scrollToTop.show {
  bottom: 100px;
  opacity: 1;
  visibility: visible;
}

.header-topbar {
  background-color: var(--primary-color);
}
.header-topbar .header-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 0 20px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.header-topbar .header-content p {
  color: var(--white-color);
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-topbar .header-content p a {
  color: var(--white-color);
  position: relative;
  top: -2px;
}
.header-topbar .header-content .contact i {
  font-size: 14px;
  margin-right: 5px;
  position: relative;
}
.header-topbar .header-content .contact-small-device {
  display: none;
}
.header-topbar .header-content .contact-small-device a {
  border: 1px solid var(--white-color);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 12px;
}

.sticky-wrapper .container-fluid {
  padding: 28px 30px;
}
.sticky-wrapper .large-device-menu-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sticky-wrapper .logo-area a {
  color: var(--black-color);
  margin: 0;
  line-height: 1;
  font-size: 44px;
  font-weight: 700;
  font-family: var(--playfair-font);
}
.sticky-wrapper .web-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sticky-wrapper .web-menu-list li {
  display: inline-block;
}
.sticky-wrapper .web-menu-list li a {
  color: var(--black-color);
  text-transform: uppercase;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.sticky-wrapper .web-menu-list li a:hover {
  color: var(--primary-color);
}
.sticky-wrapper .web-menu-list li a.active {
  color: var(--primary-color);
  font-family: var(--satoshi-bold-font);
}

.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  z-index: 9999;
  background-color: var(--white-color);
  transition: all ease 0.8s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
.will-sticky .sticky-active.active {
  top: 0;
}

.header-btns {
  display: flex;
  gap: 24px;
}
.header-btns button {
  background-color: transparent;
  border: 0;
}
.header-btns a {
  position: relative;
  top: 7px;
}
.header-btns #product-search-box {
  position: relative;
}
.header-btns #product-search-box input {
  padding-left: 40px;
  max-width: 200px;
  border-radius: 10px;
  outline: none;
  box-shadow: none;
  border: 1px solid #575353;
  color: var(--black-color);
  font-size: 14px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.header-btns #product-search-box i {
  font-size: 16px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.header-btns #cart {
  position: relative;
}
.header-btns #cart span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  color: var(--white-color);
  background-color: red;
  position: absolute;
  right: 3px;
  top: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  width: 300px;
  padding: 10px 0;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  z-index: 99999 !important;
  background-color: var(--white-color) !important;
}
.ui-autocomplete .ui-menu-item {
  list-style: none;
  padding: 5px 15px;
  cursor: pointer;
}
.ui-autocomplete .ui-menu-item:hover {
  background-color: #eeeeee;
}

.ui-helper-hidden-accessible {
  position: absolute;
  left: -200%;
}

.profile-dropdown-area {
  position: relative;
  top: 5px;
}
.profile-dropdown-area .profile-dropdown {
  overflow: hidden;
  opacity: 0;
  z-index: -99;
  transition: 0.5s ease-in-out;
  border-radius: 10px;
  list-style: none;
  width: 150px;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  top: 80%;
  background-color: var(--white-color);
  box-shadow: 0 0 10px -3px rgba(119, 119, 119, 0.5019607843);
}
.profile-dropdown-area .profile-dropdown li a {
  padding: 5px 15px;
  color: var(--text-color);
}
.profile-dropdown-area .profile-dropdown li a i {
  font-size: 14px;
  margin-right: 5px;
}
.profile-dropdown-area .profile-dropdown li a:hover {
  color: var(--primary-color);
}
.profile-dropdown-area .show-dropdown {
  opacity: 1;
  z-index: 999;
  top: 110%;
}

.mobile-menu-area {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: space-between;
  visibility: hidden;
}
.mobile-menu-area button {
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 20px;
}
.mobile-menu-area .menu-list-toggler {
  position: relative;
  margin-right: 0;
  width: 20px;
  top: 3px;
}
.mobile-menu-area .menu-list-toggler span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--text-color);
  margin-bottom: 5px;
}
.mobile-menu-area .menu-list-toggler span:last-child {
  margin-bottom: 0;
}
.mobile-menu-area .menu-list-toggler span:nth-child(2) {
  width: 15px;
}
.mobile-menu-area .btn-group {
  position: relative;
}
.mobile-menu-area .btn-group .sidebar-btns {
  margin-right: 15px;
  font-size: 20px;
}
.mobile-menu-area .btn-group .sidebar-btns:last-child {
  margin-right: 0;
}
.mobile-menu-area .btn-group .sidebar-btns.cart {
  position: relative;
}
.mobile-menu-area .btn-group .sidebar-btns.cart span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  color: var(--white-color);
  background-color: red;
  position: absolute;
  right: -2px;
  top: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.mobile-menu-area .btn-group .input-group {
  width: 250px;
  display: none;
  overflow: hidden;
  border-radius: 5px;
  background-color: var(--white-color);
  padding: 15px;
  position: absolute;
  top: 46px;
  right: 0;
  z-index: 999;
}
.mobile-menu-area .btn-group .input-group .form-control {
  width: 100%;
  border-radius: 10px !important;
  outline: none;
  box-shadow: none;
  position: relative;
  padding-right: 30px;
}
.mobile-menu-area .btn-group .input-group button {
  color: var(--text-color);
  position: absolute;
  right: 24px;
  top: 22px;
  font-size: 16px;
  z-index: 99;
}
.mobile-menu-area .logo-area {
  width: 100px;
}

.mobile-menu-popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 9999;
  transition: 0.5s ease-in-out;
  background-color: rgba(0, 0, 0, 0.7);
}
.mobile-menu-popup .mobile-menu-popup-content {
  background-color: var(--white-color);
  width: 300px;
  height: 100vh;
  padding: 30px 20px;
  position: relative;
  left: 0px;
}
.mobile-menu-popup .mobile-menu-popup-content .popoup-close {
  position: absolute;
  right: 20px;
  top: 30px;
  padding: 0;
  border: none;
  font-size: 20px;
  background-color: transparent;
}
.mobile-menu-popup .mobile-menu-popup-content .logo-area a {
  color: var(--black-color);
  margin-bottom: 20px;
  line-height: 1;
  font-size: 36px;
  font-weight: 700;
  font-family: var(--playfair-font);
}
.mobile-menu-popup .mobile-menu-popup-content .mobile-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu-popup .mobile-menu-popup-content .mobile-menu-list li a {
  margin-top: 5px;
  color: var(--black-color);
  transition: 0.5s ease-in-out;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--noto-font);
}
.mobile-menu-popup .mobile-menu-popup-content .mobile-menu-list li a:hover, .mobile-menu-popup .mobile-menu-popup-content .mobile-menu-list li a.active {
  color: var(--primary-color);
}

.hero-slider .owl-dots {
  text-align: center;
}
.hero-slider .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: var(--white-color);
  border: 1px solid var(--primary-color);
  transition: 0.5s ease-in-out;
}
.hero-slider .owl-dots .owl-dot.active {
  background-color: var(--primary-color);
}

.why-us-card {
  text-align: center;
}
.why-us-card .icon-box {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.why-us-card h3 {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-family: var(--satoshi-regular-font);
}

.arrival-card {
  margin-top: 30px;
}
.arrival-card .img-box {
  overflow: hidden;
  position: relative;
}
.arrival-card .img-box img {
  transform: scale(1);
  transition: 0.5s ease-in-out;
}
.arrival-card .img-box button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  position: absolute;
  right: -20px;
  bottom: 20px;
  font-size: 24px;
  color: var(--white-color);
  transition: 0.5s ease-in-out;
  opacity: 0;
}
.arrival-card .img-box button:hover {
  color: var(--primary-color);
}
.arrival-card .card-content {
  text-align: center;
  padding: 20px 15px 0;
}
.arrival-card .card-content .product-name {
  margin-bottom: 3px;
  line-height: 1.3;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.arrival-card .card-content .product-category {
  margin-bottom: 5px;
  line-height: 1.3;
  color: var(--text-color);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.arrival-card .card-content .product-price {
  margin-bottom: 0px;
  line-height: 1.3;
  font-size: 15px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.arrival-card:hover .img-box img {
  transform: scale(1.1) rotate(2deg);
}
.arrival-card:hover .img-box button {
  right: 20px;
  opacity: 1;
}

.gallery {
  background-color: var(--primary-color);
}

.gallery-img {
  margin-top: 26px;
}
.gallery-img a {
  width: 100%;
}

.category-card {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
.category-card .category-content {
  position: absolute;
  left: 0;
  bottom: 70px;
  width: 100%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.category-card .category-content h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.category-card .category-content h3 a {
  color: var(--white-color);
}
.category-card .category-content h3 a:hover {
  color: var(--primary-color);
}

.testimonial-card {
  background-color: var(--white-color);
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.2509803922);
  text-align: center;
  padding: 30px;
  margin: 30px 0px;
  transform: scale(0.85);
  transition: 1s ease-in-out;
}
.testimonial-card .review {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
.testimonial-card .review li {
  display: inline-block;
}
.testimonial-card .review li.active {
  color: var(--primary-color);
}
.testimonial-card .review-text {
  color: #2b2a2a;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--noto-font);
}
.testimonial-card .review-author {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--noto-font);
}

.testimonial-slider {
  position: relative;
}
.testimonial-slider .center {
  position: relative;
  z-index: 1;
}
.testimonial-slider .center .testimonial-card {
  transition: 1s ease-in-out;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3764705882);
  transform: scale(1.15);
}
.testimonial-slider .owl-nav {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial-slider .owl-nav button i {
  font-size: 36px;
  color: #828282;
}

.bts-img {
  filter: grayscale(1);
}

.footer {
  background-image: linear-gradient(to bottom, #420167, #260225, #410440);
  position: relative;
  overflow: hidden;
}
.footer .footer-logo {
  margin-bottom: 30px;
}
.footer .footer-logo img {
  width: 200px;
}
.footer p {
  color: var(--white-color);
  font-size: 22px;
  font-weight: 400;
  font-family: var(--noto-font);
}
.footer .footer-contact {
  margin: 0;
  padding: 0 0 0 80px;
  list-style: none;
  position: relative;
}
.footer .footer-contact span {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--white-color);
  font-size: 22px;
  font-weight: 400;
  font-family: var(--noto-font);
}
.footer .footer-contact li a {
  color: var(--white-color);
  font-size: 22px;
  font-weight: 400;
  font-family: var(--noto-font);
}

.footer-links {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.footer-links li a {
  color: var(--white-color);
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 400;
  font-family: var(--noto-font);
}
.footer-links li:last-child a {
  margin-bottom: 0;
}

.footer-social {
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}
.footer-social li {
  display: inline-block;
}
.footer-social li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white-color);
  color: var(--primary-color);
  margin-right: 10px;
}
.footer-social li a svg {
  width: 14px;
  fill: var(--primary-color);
}
.footer-social li a.insta {
  position: relative;
  top: 1px;
}

.footer-large-text-area {
  text-align: center;
  position: relative;
  margin: -10px auto -5px;
}

.footer-large-text {
  margin: 0;
  line-height: 0.8;
  color: rgba(255, 255, 255, 0.2509803922);
  font-size: 256px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}

.popup-cart {
  position: fixed;
  top: 0;
  right: unset;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5019607843);
  z-index: -99999;
}
.popup-cart .popup-cart-content {
  min-height: 100vh;
  overflow-y: scroll;
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  background-color: var(--white-color);
  padding: 40px 50px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}
.popup-cart .popup-cart-content::-webkit-scrollbar {
  width: 0px;
}
.popup-cart .popup-cart-content .popoup-close {
  position: absolute;
  right: 30px;
  top: 30px;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 24px;
  color: var(--text-color);
  transition: 0.5s ease-in-out;
}
.popup-cart .popup-cart-content .popoup-close:hover {
  color: red;
  transform: rotate(180deg);
  transform-origin: center;
}
.popup-cart .popup-cart-content .total-cart-amount {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid var(--text-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.popup-cart .popup-cart-content .default-btn {
  text-align: center;
}

.cart-card {
  margin-top: 30px;
  gap: 30px;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
}
.cart-card h4 {
  margin-bottom: 5px;
}
.cart-card h4 a {
  color: var(--text-color);
  font-size: 22px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.cart-card .product-features {
  padding: 0;
  margin: 5px 0 15px;
  list-style: none;
}
.cart-card .product-features li {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.cart-card img {
  width: 117px;
  height: 135px;
}
.cart-card .dlt-btn {
  width: 32px;
  height: 32px;
  font-size: 14px;
  color: var(--text-color);
  transition: 0.5s ease-in-out;
  background-color: transparent;
  border: 1px solid var(--text-color);
}
.cart-card .dlt-btn:hover {
  color: red;
  border-color: red;
}
.cart-card .price {
  font-size: 16px;
  color: var(--text-color);
}

.quantity {
  border: 1px solid var(--text-color);
  max-width: 120px;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.quantity .qut-btn {
  border: none;
  background-color: transparent;
  padding: 0 10px;
  line-height: 2;
  font-size: 16px;
  color: var(--text-color);
}
.quantity .qut-btn:hover {
  color: var(--primary-color);
}
.quantity input {
  width: 40px;
  text-align: center;
  outline: none;
  border: none;
}

.show-popup {
  right: 0;
  z-index: 99999;
}
.show-popup .popup-cart-content {
  opacity: 1;
  visibility: visible;
}

.inner-page-hero {
  background-color: #e3effb;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.inner-page-hero .container {
  position: relative;
  z-index: 2;
}

.inner-hero-content {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.inner-hero-content h1 {
  font-size: 36px;
  color: var(--primary-color);
  text-transform: uppercase;
  font-family: var(--satoshi-bold-font);
  margin-bottom: 0px;
}

.owner-details p {
  color: #777777;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--noto-font);
}
.owner-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #777777;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--noto-font);
}

.shop-area .shop-address {
  padding-left: 40px;
}
.shop-area .shop-address h2 {
  margin-bottom: 12px;
  font-size: 25px;
  font-weight: 400;
  font-family: var(--noto-font);
}
.shop-area .shop-address p {
  color: #777777;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--noto-font);
}

.contact-info,
.contact-form {
  padding: 30px 20px;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 0 10px 2px #eeeeee;
}
.contact-info h3,
.contact-form h3 {
  color: var(--text-color);
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}

.contact-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info ul li {
  position: relative;
  padding-left: 100px;
  margin-top: 15px;
  word-wrap: break-word;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--noto-font);
}
.contact-info ul li span {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

.contact-form form .form-group label {
  color: var(--text-color);
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--noto-font);
}
.contact-form form .form-group label sup {
  color: red;
}
.contact-form form .form-group .form-control {
  border: 1px solid rgba(119, 119, 119, 0.3137254902);
  outline: none;
  box-shadow: none;
  padding: 10px 15px;
  margin-bottom: 20px;
  transition: 0.5s ease-in-out;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--noto-font);
}
.contact-form form .form-group .form-control:focus {
  border-color: var(--primary-color);
}
.contact-form form .default-btn {
  margin-top: 10px;
  color: var(--white-color);
  background-color: var(--primary-color);
}

.google-map {
  width: 100%;
  height: 450px;
}
.google-map .map {
  height: 100%;
  width: 100%;
}

.products-card-area .p-header-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products-card-area .p-header-area .filter-btn {
  display: none;
}
.products-card-area .sortby-area {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.products-card-area .sortby-area span {
  width: 100px;
}
.products-card-area .form-select {
  max-width: 200px;
  outline: none;
  box-shadow: none;
}
.products-card-area .form-select:focus {
  border-color: var(--primary-color);
}
.products-card-area .founded-products {
  margin-bottom: 0;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}

.shop-sidebar-area .close-btn {
  display: none;
}

.pagination {
  margin: 50px 0 0 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  margin-right: 10px;
  background-color: #eeeeee;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.pagination li a i {
  font-size: 20px;
}
.pagination li a.active {
  color: var(--white-color);
  background-color: var(--primary-color);
}

.sidebar-card {
  padding: 30px 35px;
  box-shadow: 0 0 10px 0px #eeeeee;
  border-radius: 10px;
  margin-top: 30px;
}
.sidebar-card:first-child {
  margin-top: 0;
}
.sidebar-card .sidebar-card-title {
  color: var(--text-color);
  font-size: 24px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}

.sidebar-search form {
  position: relative;
  margin-top: 15px;
}
.sidebar-search form .form-control {
  outline: none;
  box-shadow: none;
  border-color: #eeeeee;
  padding: 10px 50px 10px 15px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.sidebar-search form .form-control:focus {
  border-color: var(--primary-color);
}
.sidebar-search form button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 50px;
  background-color: transparent;
  border: none;
}

.sidebar-category .form-group {
  position: relative;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.sidebar-category .form-group .stock-qty {
  width: 35px;
  height: 35px;
  background-color: #eeeeee;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-color);
  border-radius: 5px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.sidebar-category .form-group .form-check-input {
  cursor: pointer;
  position: relative;
  top: -1px;
  width: 18px;
  height: 18px;
  outline: none;
  box-shadow: none;
  border-color: var(--primary-color);
}
.sidebar-category .form-group .form-check-input:checked {
  background-color: var(--primary-color);
}

.sidebar-price .form-control {
  outline: none;
  margin-top: 10px;
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.sidebar-price .form-control:focus {
  border-color: var(--primary-color);
}
.sidebar-price .default-btn {
  width: 100%;
  margin-top: 20px;
  color: var(--white-color);
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.profile-options-area {
  background-color: var(--bg-color);
}
.profile-options-area .user-info {
  text-align: center;
  padding: 40px 30px 20px;
  border-bottom: 1px solid rgba(117, 117, 117, 0.3764705882);
}
.profile-options-area .user-info img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.profile-options-area .user-info h4 {
  color: var(--text-color);
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.profile-options-area .user-info p {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.profile-options-area .user-dashboard-option {
  margin: 0;
  padding: 20px 0 20px;
  list-style: none;
}
.profile-options-area .user-dashboard-option li a,
.profile-options-area .user-dashboard-option li button {
  transition: 0.5s ease-in-out;
  background-color: transparent;
  padding: 10px 30px;
  display: block;
  width: 100%;
  border: none;
  text-align: start;
  margin: 1px 0;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.profile-options-area .user-dashboard-option li a i,
.profile-options-area .user-dashboard-option li button i {
  margin-right: 10px;
}
.profile-options-area .user-dashboard-option li a:hover, .profile-options-area .user-dashboard-option li a.active,
.profile-options-area .user-dashboard-option li button:hover,
.profile-options-area .user-dashboard-option li button.active {
  color: var(--white-color);
  background-color: var(--primary-color);
}

.profile-page-content {
  padding: 30px 30px;
  box-shadow: 0 0 10px -3px #d6d6d6;
}
.profile-page-content .form-group {
  margin-bottom: 20px;
}
.profile-page-content .form-group .input-label {
  color: var(--text-color);
  margin-bottom: 7px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.profile-page-content .form-group .form-control,
.profile-page-content .form-group .form-select {
  box-shadow: none;
  outline: none;
  padding: 10px 15px;
  transition: 0.5s ease-in-out;
  border: 1px solid transparent;
  background-color: var(--bg-color);
  font-size: 14px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.profile-page-content .form-group .form-control:focus,
.profile-page-content .form-group .form-select:focus {
  border-color: var(--primary-color);
}
.profile-page-content .form-group .user-image {
  margin-top: 15px;
  width: 150px;
  height: 150px;
  border-radius: 10px;
}
.profile-page-content .default-btn {
  color: var(--white-color);
  background-color: var(--primary-color);
}

.wishlist-content .table {
  margin-bottom: 0;
  min-width: 570px;
  overflow-x: scroll;
}
.wishlist-content .table thead {
  background-color: var(--bg-color);
  border: none;
}
.wishlist-content .table th,
.wishlist-content .table td {
  border: none;
  text-align: center;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.wishlist-content .table td {
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.wishlist-content .table tr {
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(117, 117, 117, 0.3137254902);
}
.wishlist-content .table tr .p-image {
  width: 100px;
  height: 150px;
}
.wishlist-content .table tr .p-name {
  margin-bottom: 5px;
}
.wishlist-content .table tr .review {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
.wishlist-content .table tr .review li {
  display: inline-block;
  font-size: 12px;
}
.wishlist-content .table tr .review li.active {
  color: var(--primary-color);
}
.wishlist-content .table tr .p-price {
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.wishlist-content .table tr .p-action button,
.wishlist-content .table tr .p-action a {
  width: 30px;
  height: 30px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 5px;
  color: var(--text-color);
  transition: 0.5s ease-in-out;
  background-color: var(--bg-color);
}
.wishlist-content .table tr .p-action button:hover,
.wishlist-content .table tr .p-action a:hover {
  color: var(--white-color);
  background-color: var(--primary-color);
}
.wishlist-content .table tr .p-action button.delete:hover,
.wishlist-content .table tr .p-action a.delete:hover {
  background-color: red;
}
.wishlist-content .table tr .p-action button:last-child,
.wishlist-content .table tr .p-action a:last-child {
  margin-right: 0;
}
.wishlist-content .table tr:last-child {
  border-bottom: none;
}

.badged {
  border-radius: 10px;
  padding: 5px 10px;
  color: var(--white-color);
  background-color: var(--primary-color);
  font-size: 12px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.badged.success {
  background-color: green;
}
.badged.failed {
  background-color: red;
}
.badged.due {
  background-color: rgb(255, 149, 0);
}

.history-card {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 10px;
  background-color: #f7f7f7;
}
.history-card .hc-header,
.history-card .hc-body {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3137254902);
}
.history-card .hc-header h5,
.history-card .hc-body h5 {
  color: var(--text-color);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.history-card .hc-header span,
.history-card .hc-body span {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.history-card .hc-footer {
  max-width: 280px;
  margin-left: auto;
}
.history-card .hc-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.history-card .hc-footer ul li {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.history-card:last-child {
  margin-bottom: 0;
}

.cart-table-content .table {
  margin-bottom: 0;
  min-width: 650px;
  overflow-x: scroll;
}
.cart-table-content .table thead {
  border: 1px solid var(--primary-color);
}
.cart-table-content .table thead tr {
  border: none !important;
}
.cart-table-content .table thead th {
  background-color: var(--primary-color);
  color: var(--white-color);
  border: 1px solid #fff;
}
.cart-table-content .table th,
.cart-table-content .table td {
  border: 1px solid rgba(87, 83, 83, 0.2117647059);
  text-align: center;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.cart-table-content .table tbody th {
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.cart-table-content .table td {
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.cart-table-content .table tr {
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid rgba(117, 117, 117, 0.3137254902);
}
.cart-table-content .table tr .p-image {
  width: 80px;
  height: 100px;
}
.cart-table-content .table tr .pd-description {
  font-size: 12px;
  font-family: var(--satoshi-regular-font);
}
.cart-table-content .table tr .p-name {
  margin-bottom: 0px;
}
.cart-table-content .table tr .p-price {
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.cart-table-content .table tr .p-qty .quantity {
  border-radius: 5px;
  border-color: rgba(87, 83, 83, 0.2901960784);
  margin-left: auto;
  margin-right: auto;
}
.cart-table-content .table tr .p-total-price {
  font-wright: 700;
  font-family: var(--satoshi-bold-font);
}
.cart-table-content .table tr .p-action button,
.cart-table-content .table tr .p-action a {
  width: 30px;
  height: 30px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 5px;
  color: var(--text-color);
  transition: 0.5s ease-in-out;
  background-color: var(--bg-color);
}
.cart-table-content .table tr .p-action button:hover,
.cart-table-content .table tr .p-action a:hover {
  color: var(--white-color);
  background-color: var(--primary-color);
}
.cart-table-content .table tr .p-action button.delete:hover,
.cart-table-content .table tr .p-action a.delete:hover {
  background-color: red;
}
.cart-table-content .table tr .p-action button:last-child,
.cart-table-content .table tr .p-action a:last-child {
  margin-right: 0;
}
.cart-table-content .table tr:last-child {
  border-bottom: none;
}
.cart-table-content .default-btn {
  margin-top: 30px;
  margin-left: auto;
  display: block;
}

.checkout-summery {
  box-shadow: 0 0 10px 3px #eeeeee;
  padding: 30px 30px;
  border-radius: 10px;
}
.checkout-summery h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(65, 4, 64, 0.6392156863);
  font-size: 24px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.checkout-summery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.checkout-summery ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 5px;
  padding: 5px 0 10px;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.checkout-summery ul li:last-child {
  border: none;
}

.auth-form h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.auth-form p {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.auth-form p a {
  margin-left: 5px;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.auth-form form {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.auth-form form .form-group {
  margin-bottom: 20px;
}
.auth-form form .form-group .input-label {
  color: var(--text-color);
  margin-bottom: 7px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.auth-form form .form-group .input-label sup {
  color: red;
  font-size: 16px;
  position: relative;
  top: 0px;
}
.auth-form form .form-group .form-control,
.auth-form form .form-group .form-select {
  box-shadow: none;
  outline: none;
  padding: 10px 15px;
  transition: 0.5s ease-in-out;
  border: 1px solid transparent;
  background-color: var(--bg-color);
  font-size: 14px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.auth-form form .form-group .form-control:focus,
.auth-form form .form-group .form-select:focus {
  border-color: var(--primary-color);
}
.auth-form form .default-btn {
  width: 100%;
  color: var(--white-color);
  background-color: var(--primary-color);
}

#otpForm {
  text-align: center;
}
#otpForm .otpInput {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  margin-right: 5px;
  border: 2px solid rgba(66, 1, 103, 0.5019607843);
  transition: 0.5s ease-in-out;
  outline: none;
  box-shadow: none;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
#otpForm .otpInput:focus {
  border-color: var(--primary-color) !important;
}
#otpForm .default-btn {
  display: block;
  width: unset;
  margin: 20px auto 0;
}

.pd-slider-thumb .slider-thumb {
  display: block;
  margin-top: 7px;
  margin-bottom: 7px;
}
.pd-slider-thumb .slider-thumb.slick-current img {
  border: 2px solid var(--primary-color);
  border-radius: 5px;
}

.pd-slider-thumb-area {
  text-align: center;
}
.pd-slider-thumb-area button {
  background-color: transparent;
  font-size: 20px;
  border: none;
}

.pd-slider-content {
  position: relative;
  height: 100%;
  width: 100%;
}
.pd-slider-content button {
  position: absolute;
  font-size: 20px;
  border: none;
  color: var(--white-color);
  background-color: transparent;
}
.pd-slider-content button.add-wishlist {
  right: 20px;
  top: 20px;
  z-index: 999;
}

.image-zoom {
  background-repeat: no-repeat;
}
.image-zoom:hover {
  cursor: zoom-in;
}
.image-zoom:hover img {
  opacity: 0;
}

.color-input {
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50%;
  outline: 4px solid transparent;
  margin-right: 7px;
  box-shadow: 0px 0px 10px -2px #7a7a7a;
}
.color-input:checked {
  outline-color: rgb(67, 66, 66);
}

.size-input {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 4px solid transparent;
  margin-right: 7px;
  border: 2px solid #9b9b9b;
}
.size-input::before {
  content: attr(data-size);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.size-input:checked {
  border-color: var(--black-color);
  background-color: #0d6efd;
  color: var(--white-color);
}

.product-details-right-area .brand-name,
.product-details-right-area .pd-category {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.product-details-right-area .pd-category {
  font-style: italic;
}
.product-details-right-area .pd-title {
  color: var(--text-color);
  font-size: 26px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.product-details-right-area .share-btn {
  border: none;
  color: var(--text-color);
  background-color: transparent;
}
.product-details-right-area .share-links-area {
  position: relative;
}
.product-details-right-area .share-links-area .share-links {
  transition: 0.5s ease-in-out;
  position: absolute;
  top: 30px;
  z-index: -99;
  background-color: var(--white-color);
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-details-right-area .share-links-area .share-links li {
  transition: 0.5s ease-in-out;
  transform: rotateX(90deg);
  visibility: hidden;
  position: 0;
  top: 0;
}
.product-details-right-area .share-links-area .share-links li a {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in-out;
  border: 1px solid var(--text-color);
}
.product-details-right-area .share-links-area .share-links li a svg {
  width: 14px;
  fill: var(--black-color);
  transition: 0.5s ease-in-out;
}
.product-details-right-area .share-links-area .share-links li a:hover {
  color: var(--white-color);
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.product-details-right-area .share-links-area .share-links li a:hover svg {
  fill: var(--white-color);
}
.product-details-right-area .share-links-area:hover .share-links {
  z-index: 99;
}
.product-details-right-area .share-links-area:hover .share-links li {
  transform: rotate(0);
  visibility: visible;
  position: unset;
  top: unset;
}
.product-details-right-area .size-guide-btn,
.product-details-right-area .shipping-details-btn {
  color: var(--text-color);
  text-decoration: underline;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.product-details-right-area .price-area h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.product-details-right-area .price-area span {
  font-size: 12px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.product-details-right-area .price-area a {
  color: var(--text-color);
  text-decoration: underline;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.product-details-right-area h5 {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.product-details-right-area h5 .selected-color {
  font-size: 16px;
  text-transform: capitalize;
}
.product-details-right-area .quantity {
  margin-top: 25px;
}
.product-details-right-area .btn-grp {
  margin: 30px 0;
}
.product-details-right-area .btn-grp .default-btn {
  display: block;
  width: 100%;
  margin-top: 15px;
  color: var(--text-color);
  background-color: transparent;
}
/*.product-details-right-area .btn-grp .default-btn:last-child {*/
/*  */
/*}*/

.product-details-right-area .btn-grp .blueBackground {
    background-color: var(--primary-color);
    color: var(--white-color);
}
.product-details-right-area .description-text {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.product-details-right-area .description-text strong {
  font-family: var(--satoshi-bold-font);
}
.product-details-right-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-details-right-area ul li {
  color: var(--black-color);
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.product-details-right-area ul li strong {
  font-family: var(--satoshi-bold-font);
}
.product-details-right-area ul li:first-child {
  margin-top: 0;
}
.product-details-right-area .ques-btn {
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
.product-details-right-area .custom-size-btn {
  border: 2px solid #9b9b9b;
  background-color: transparent;
  color: var(--black-color);
  font-size: 15px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}

.size-guide {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5019607843);
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}
.size-guide .size-guide-chart {
  max-width: 550px;
  padding: 30px;
  background-color: var(--white-color);
  position: relative;
}
.size-guide .size-guide-chart .close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 24px;
  color: var(--text-color);
}
.size-guide .size-guide-chart .close-btn:hover {
  color: red;
}
.size-guide .size-guide-chart .size-guide-table thead {
  background-color: var(--text-color);
  text-align: center;
}
.size-guide .size-guide-chart .size-guide-table thead th {
  color: var(--white-color);
  background-color: #555555;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.size-guide .size-guide-chart .size-guide-table td {
  text-align: center;
  border: none !important;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.size-guide.show-popup {
  visibility: visible;
  z-index: 9999;
  transition: 0.5s ease-in-out;
}

.custom-size-area {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5019607843);
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  overflow: hidden;
}
.custom-size-area .custom-size-content {
  background-color: var(--white-color);
  width: 450px;
  padding: 30px;
  position: relative;
}
.custom-size-area .custom-size-content .form-group {
  margin-bottom: 10px;
}
.custom-size-area .custom-size-content .form-group label {
  color: var(--text-color);
  margin-bottom: 5px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.custom-size-area .custom-size-content .form-group .form-control {
  outline: none;
  box-shadow: none;
}
.custom-size-area .custom-size-content .popup-header {
  margin-bottom: 15px;
}
.custom-size-area .custom-size-content .popup-header h5 {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.custom-size-area .custom-size-content .close-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 20px;
  color: var(--text-color);
}
.custom-size-area .custom-size-content .close-btn:hover {
  color: red;
}
.custom-size-area .custom-size-content .default-btn {
  transition: none;
}
.custom-size-area.show-popup {
  visibility: visible;
  z-index: 9999;
  transition: 0.5s ease-in-out;
}

.shipping-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5019607843);
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  overflow: hidden;
}
.shipping-popup .popup-content {
  background-color: var(--white-color);
  width: 450px;
  padding: 30px;
  position: relative;
}
.shipping-popup .popup-content .form-select,
.shipping-popup .popup-content .form-control {
  color: var(--text-color);
  margin-bottom: 15px;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.shipping-popup .popup-content .popup-header {
  margin-bottom: 15px;
}
.shipping-popup .popup-content .popup-header h5 {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.shipping-popup .popup-content .close-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 20px;
  color: var(--text-color);
}
.shipping-popup .popup-content .close-btn:hover {
  color: red;
}
.shipping-popup .popup-content .default-btn {
  margin-top: 10px;
  transition: none;
}
.shipping-popup.show-popup {
  visibility: visible;
  z-index: 9999;
  transition: 0.5s ease-in-out;
}

.thank-you-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5019607843);
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}
.thank-you-popup .popup-content {
  max-width: 320px;
  padding: 40px 30px;
  text-align: center;
  background-color: var(--bg-color);
}
.thank-you-popup .popup-content i {
  font-size: 32px;
  color: #57ab65;
  margin-bottom: 10px;
}
.thank-you-popup .popup-content p {
  color: var(--text-color);
  font-family: var(--satoshi-regular-font);
}
.thank-you-popup .popup-content p.order-info {
  font-style: italic;
}
.thank-you-popup .popup-content p.order-info strong {
  font-family: var(--satoshi-bold-font);
}
.thank-you-popup.show-popup {
  visibility: visible;
  z-index: 9999;
  transition: 0.5s ease-in-out;
}

.product-details-tab {
  background-color: #f9f9f9;
  padding: 40px;
}
.product-details-tab .nav-tabs {
  justify-content: center;
  border: 0px;
}
.product-details-tab .nav-tabs .nav-link {
  background-color: #ededed;
  border-radius: 10px !important;
  color: var(--text-color);
  padding: 10px 20px;
  margin: 0 10px 10px;
  border: none;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.product-details-tab .nav-tabs .nav-link.active {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.product-details-tab .tab-content {
  border-top: 1px solid #eeeeee;
  margin-top: 15px;
  padding-top: 15px;
}
.product-details-tab .tab-content .youtube-video {
  width: 100%;
  height: 500px;
}

.review-card-area .review-card {
  background-color: #ffffff;
  position: relative;
  padding: 15px 20px 15px 135px;
  margin-top: 20px;
  border-radius: 10px;
  min-height: 135px;
}
.review-card-area .review-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 15px;
}
.review-card-area .review-card .review-date {
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.review-card-area .review-card .review-auther {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--satoshi-bold-font);
}
.review-card-area .review-card .review-text {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}

.shipping-area h4 {
  margin-bottom: 5px;
  margin-top: 20px;
}
.shipping-area h4:first-child {
  margin-top: 0;
}
.shipping-area ul {
  margin: 5px 0 0;
  list-style: none;
  padding: 0;
}
.shipping-area ul li {
  padding-left: 20px;
  position: relative;
  padding-top: 10px;
}
.shipping-area ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(66, 1, 103, 0.3137254902);
  position: absolute;
  left: 0;
  top: 18px;
}

.review {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
.review li {
  display: inline-block;
}
.review li .far {
  color: rgba(75, 0, 130, 0.5);
}
.review li.active {
  color: var(--primary-color);
}

.review-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5019607843);
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  overflow: hidden;
}
.review-popup .review-popup-content {
  width: 600px;
  padding: 30px;
  background-color: var(--white-color);
}
.review-popup .review-popup-content .popup-header {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.review-popup .review-popup-content .popup-header h5 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.review-popup .review-popup-content .popup-header .close-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 20px;
  color: var(--text-color);
}
.review-popup .review-popup-content .popup-header .close-btn:hover {
  color: red;
}
.review-popup .review-popup-content img {
  width: 100px;
  height: 100px;
}
.review-popup .review-popup-content .product-name {
  color: var(--black-color);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.review-popup .review-popup-content .review {
  margin-top: 15px;
}
.review-popup .review-popup-content form label {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.review-popup .review-popup-content form .form-control {
  margin: 5px 0px 20px;
  outline: none;
  box-shadow: none;
  border: 1px solid rgba(75, 0, 130, 0.5019607843);
}
.review-popup .review-popup-content .default-btn {
  transition: none;
}
.review-popup.show-popup {
  visibility: visible;
  z-index: 9999;
  transition: 0.5s ease-in-out;
}

.checkout-form-area h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.checkout-form-area .form-control,
.checkout-form-area .form-select {
  outline: none;
  box-shadow: none;
  padding: 10px 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.checkout-form-area .form-control:focus,
.checkout-form-area .form-select:focus {
  border-color: var(--primary-color);
}

.payment-system .btn-grp {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}
.payment-system .btn-grp button {
  width: 48%;
  font-weight: 700;
  color: var(--primary-color);
  background-color: transparent;
  font-family: var(--satoshi-bold-font);
  border: 3px solid var(--primary-color);
}
.payment-system .btn-grp button.style2 {
  color: var(--white-color);
  background-color: var(--primary-color);
}
.payment-system .payment-method-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
.payment-system .payment-method-input input {
  width: 15px;
  height: 15px;
  accent-color: #4c4c4c;
}
.payment-system .payment-method-input label {
  color: var(--text-color);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.payment-system .payment-details {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin: 30px 0 50px;
  position: relative;
}
.payment-system .payment-details .account-number {
  padding: 30px;
  min-width: 360px;
  text-align: center;
  background-color: #dec7dd;
  display: flex;
  align-items: center;
}
.payment-system .payment-details .account-number p {
  color: #4c4c4c;
  font-size: 16px;
}
.payment-system .payment-details .account-number .account-no {
  color: #4c4c4c;
  font-size: 32px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.payment-system .payment-details .qr-code-area {
  max-width: 200px;
  padding: 10px 15px 20px;
  text-align: center;
  background-color: #dec7dd;
}
.payment-system .payment-details .divider {
  line-height: 14;
}
.payment-system .payment-note {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.payment-system .payment-amount-input-group {
  position: relative;
}
.payment-system .payment-amount-input-group .input-group-text {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  border-right: 1px solid #dcdbdb;
  font-size: 16px;
  font-weight: 500;
}
.payment-system .payment-amount-input-group input {
  padding-left: 70px;
}

.order-summary {
  background-color: #dec7dd;
  padding: 30px 30px;
}
.order-summary h3 {
  text-align: center;
  margin-bottom: 20px;
  color: var(--text-color);
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.order-summary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.order-summary ul li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #4c4343;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.order-summary ul li.subtotal {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.order-summary ul li.total {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--satoshi-bold-font);
}
.order-summary ul li .pd-desc {
  font-size: 14px;
}
.order-summary .form-control {
  outline: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--satoshi-regular-font);
}
.order-summary .form-control:focus {
  border-color: var(--primary-color);
}/*# sourceMappingURL=style.css.map */
