@import url(https://fonts.googleapis.com/css?family=Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=EB+Garamond:regular,500,600,700,800,italic,500italic,600italic,700italic,800italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,regular,500,600,700);
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
  font-family: 'Rb-major-b1';
  src: url('../fonts/') format('woff');
  font-style: normal;
}

@font-face {
  font-family: 'mundial-light';
  src: url('../fonts/3-mundial-light-tty.ttf') format('truetype');
}

/* .pd-body {
    position: relative;
    width: 420px;
    margin: auto;
} */

#video {
  width: 100%;
  border-radius: 8px;
}

.pd-guide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.pd-face-circle {
  position: absolute;
  width: 240px;
  height: 240px;
  border: 3px dashed #00e08a;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pd-eye-guide {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #ff3b3b;
  border-radius: 50%;
  top: 46%;
}

.left-eye {
  left: 38%;
}

.right-eye {
  right: 38%;
}

.pd-center-line {
  position: absolute;
  width: 3px;
  height: 80px;
  background: #00e08a;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pd-distance-text {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
}

body {
  font-family: 'mundial-light';
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header {
  background: #181510;
  color: #d6c7b4;
  padding: 20px 60px;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hamburger {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

.remove-item {
  display: inline-block;
  margin-top: 8px;
  color: #c00;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}

.variant-dropdown {
  margin-bottom: 18px;
}

.variant-dropdown label {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 15px;
  letter-spacing: 1px;
}

.variant-dropdown p {
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 500;
  font-family: 'mundial-light', sans-serif;
}

.variant-select {
  width: 100%;
  padding: 14px 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 8px;
}

.variant-select:hover {
  border-color: #000;
}

.variant-select:focus {
  outline: none;
  border-color: #000;
  box-shadow: 0 0 0 1px #000;
}

.main-image {
  position: relative;
}

.try-virtual-overlay {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s;
}

.pd-btn {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
}

.try-btn {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
}

.pd-measurement {
  /* display: flex;
  flex-direction: column;
  gap: 15px; */
  margin-top: 15px;
}

/* Virtual Try On Button */
.try-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 16px;
  background: #f5f5f5;
  color: #000;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}

.try-btn:hover {
  background: #000;
  color: #fff;
}

/* PD Measure Button */
.pd-btn {
  width: 100%;
  padding: 14px;
  background: #000;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pd-btn:hover {
  background: #222;
}

/* Manual PD Box */
.manual-pd-box {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 15px;
  margin-top: 10px;
}

.manual-pd-title {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  color: #333;
}

/* Input Group */
.manual-pd-input-group {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}

.manual-pd-input-group input {
  border: none;
  flex: 1;
  padding: 10px;
  font-size: 14px;
}

.manual-pd-input-group input:focus {
  outline: none;
}

.pd-unit {
  background: #eee;
  padding: 10px 12px;
  font-size: 13px;
  color: #555;
}

/* Note */
.manual-pd-note {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #777;
}

.pd-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.pd-container {
  background: #fff;
  padding: 20px;
  text-align: center;
}

#video {
  width: 400px;
}

/* Modal overlay */
.pd-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Modal container */
.pd-container {
  width: 420px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  animation: pdFade 0.3s ease;
}

/* Header */
.pd-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
}

.pd-header h3 {
  font-size: 18px;
  margin: 0;
}

/* Close button */
.pd-close {
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
}

/* Body */
/* .pd-body {
    padding: 20px;
    text-align: center;
} */

#video {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #ddd;
}

/* Footer */
.pd-footer {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #eee;
}

/* Buttons */
.pd-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  margin: 0;
  font-family: 'mundial-light', sans-serif;
}

.try-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 19px;
  cursor: pointer;
  margin: 0;
  background-color: #000;
  color: #fff;
}

.pd-capture {
  background: #000;
  color: #fff;
}

.pd-capture:hover {
  background: #333;
}

/* Animation */
@keyframes pdFade {
  from {
    transform: scale(0.9);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.try-virtual-overlay:hover {
  background: #333;
}

.cart-attributes {
  margin-top: 6px;
  font-size: 13px;
  color: #444;
}

.cart-attributes p {
  margin: 2px 0;
}

.remove-item:hover {
  color: #900;
}

.left-space,
.logo,
.header-right {
  flex: 1;
}

.logo {
  text-align: center;
}

.logo img {
  width: auto;
  max-width: 100%;
  max-height: 75px;
}

.header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
  transform: translate(50px, 35px);
  font-family: 'mundial-light';
}

.login {
  text-decoration: none;
  color: #efedea;
  font-size: 16px;
  letter-spacing: 1px;
}

.logout-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  font-family: 'mundial-light';
  text-decoration: none;
  color: #efedea;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: none;
}

.cart {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #efedea;
  font-size: 16px;
}

.cart img {
  width: 20px;
  height: 20px;
  filter: invert(1);
}

.btn-appointment {
  background: #fff8ee;
  color: #000;
  padding: 17px 19px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  width: max-content;
  padding: 16px 19px;
  font-family: 'mundial-light';
}

.btn-appointment:hover {
  background: #fff8eee1;
  transition: 0.3s;
}

.navbar {
  margin-top: 28px;
  text-align: center;
}

.nav-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0;
}

.nav-menu li a {
  text-decoration: none;
  color: #efedea;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 5px;
  font-family: 'mundial-light';
}

.navbar a.active::after,
.navbar a:hover::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #efedea;
}

.portal-link {
  margin-top: 8px;
}

.portal-link a {
  text-decoration: none;
  color: #efedea;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'mundial-light';
  position: relative;
  padding-bottom: 5px;
}

.portal-link a:hover::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #efedea;
}

.container {
  width: 90%;
  margin: auto;
}

.breadcrumb {
  margin: 26px auto 26px;
  color: #000;
  padding-left: 16px;
  width: 90%;
}

.items {
  list-style: none;
  padding: 0;
  margin: 0;
  transform: translateY(-5px);
}

.items li {
  display: inline-block;
}

.item-specs span {
  color: #000000;
  font-size: 14px;
  font-family: 'mundial-light', sans-serif;
}

.home-bar a {
  text-decoration: none;
  color: #c1863d;
  font-size: 14px;
  font-family: 'mundial-light', sans-serif;
  font-weight: 600;
}

.home-bar a::after {
  content: '' !important;
  background-image: url(/images/angle-icon.png);
  width: 22px !important;
  height: 24px !important;
  display: inline-block !important;
  background-position: -106px -477px !important;
  background-repeat: no-repeat !important;
  margin: 0 8px;
}

.product-wrapper {
  display: grid;
  grid-template-columns: 55% 43%;
  gap: 24px;
  padding-bottom: 60px;
  width: 90%;
  margin: 0 auto;
}

.product-gallery {
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  gap: 5px 0;
  /* border-bottom: 1px solid #ccc; */
  padding-bottom: 70px;
  height: max-content;
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.main-image {
  grid-column: span 2;
}

.product-gallery img {
  width: 100%;
  display: block;
  padding: 10px;
  object-fit: contain;
}

.product-info h1 {
  font-size: 38px;
  margin-bottom: 20px;
  color: #333333;
  font-family: 'mundial-light', sans-serif;
  font-weight: 600;
}

.heart-icon-1 {
  float: right;
}

.product-info {
  max-width: 500px;
  background: #fff;
  padding: 25px;
}

.product-wrapper .product-info {
  width: 100%;
}

.sticky-right {
  position: sticky;
  top: 10px;
  height: fit-content;
}

.size-section {
  margin-top: 28px;
}

.size-section h4 {
  color: #000;
  font-family: 'Oswald';
  font-size: 15px;
  margin-bottom: 8px;
  font-weight: 500;
}

.guide-link {
  color: #666;
  font-size: 14px;
  margin: 22px 0;
  font-family: 'Rb-major-b1';
}

.guide-link:hover {
  cursor: pointer;
  text-decoration: underline;
}

.section {
  margin-bottom: 25px;
}

.section span {
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: 100;
}

.section b {
  margin-right: 9px;
  font-size: 17px;
  font-family: 'Rb-major-b1';
}

.color-options {
  display: flex;
  gap: 5px;
}

.color-box {
  background: #eee;
  cursor: pointer;
  padding: 8px 0;
}

.item-accordion1 {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

.item-accordion2 {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;

  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

.accordion-item h3 {
  font-family: 'Rb-major-b1';
  font-size: 18px;
  border-top: 1px solid #eee;
  padding-top: 25px;
  width: 100%;
  color: #333333;
}

.size-head {
  font-family: 'Rb-major-b1';
  font-size: 18px;
}

.accordion-item h3::before {
  content: '';
  display: inline-block;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  transition: transform 0.2s ease-out;
  float: right;
  margin-top: 8px;
}

.delivery {
  padding: 20px 0;
  font-size: 14px;
  font-family: 'Rb-major-b1';
  border-bottom: 1px solid #eee;
}

.delivery-date {
  color: green;
  font-weight: 600;
}

.cost-emi {
  font-size: 16px;
  font-family: 'Rb-major-b1';
}

.emi-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.emi-text {
  font-size: 12px;
  color: #666;
  text-decoration: underline;
}

.emi-logos {
  display: flex;
  align-items: center;
}

.emi-logos img {
  height: 22px;
}

.submit-button {
  padding-bottom: 22px;
}

.price-and-button {
  display: flex;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 20px;
  /* background: #f2f2f299; */
  /* padding: 20px 0px 10px 18px; */
}

.price-section {
  /* display: flex; */
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #e6d6c4;
  padding: 10px 20px 0px;
  border-radius: 5px;
}

.tax {
  font-size: 12px;
  font-weight: normal;
  float: right;
}

/* .add-to-bag {
    background: #e10600;
    color: #fff;
    border: none;
    padding: 14px 80px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    margin-left: 10px;
} */

.add-to-bag {
  background: #181510;
  color: #fff;
  border: none;
  padding: 14px 80px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  margin-left: 10px;
  border-radius: 5px;
}

.size-section button {
  padding: 16px 26px;
  margin-right: 5px;
  border: 1px solid #ccc;
  background: #f2f2f2;
  cursor: pointer;
}

.size-section .active {
  outline: 1px solid #8f7041 !important;
  font-weight: 600;
}

.not-active {
  font-weight: 600;
}

.price-box {
  margin-top: 30px;
}

.price {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.product-details {
  margin-top: 30px;
  padding-left: 0;
  width: 100%;
}

.product-details h3 {
  margin-bottom: 20px;
  font-family: 'mundial-light', sans-serif;
  cursor: pointer;
  color: #000;
  font-size: 25px;
}

.product-details p {
  padding-right: 1px;
  font-size: 16px;
  font-family: 'mundial-light', sans-serif;
  color: #1f1f24;
}

.details-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 30px;
}

.details-grid h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #000;
  padding-bottom: 14px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Oswald';
  font-weight: 500;
}

.details-grid h4 img {
  width: 45px;
}

.details-grid ul {
  font-size: 15px;
  line-height: 1.8;
  padding-left: 42px;
  padding-top: 18px;
  font-weight: 400;
}

.details-grid ul li strong {
  text-transform: uppercase;
  color: #1f1f24;
  font-family: 'Oswald';
  font-size: 13px;
}

.order-line {
  border-bottom: none !important;
  font-size: 17px !important;
  padding-bottom: 25px !important;
}

.full-width {
  grid-column: 1 / -1 !important;
  padding-top: 10px;
}

.cloth-icon-div {
  transform: translateY(-21px);
}

.footer {
  display: flex;
  background-image: url(/images/FEC-footer-background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 -135px;
}

.footer-left {
  width: 60%;
  color: #fff;
  padding: 50px 120px;
  position: relative;
  z-index: 9;
}

.footer-menu {
  list-style: none;
}

.footer-menu li {
  margin-bottom: 4px;
}

.footer-menu a {
  color: #efedea;
  text-decoration: underline;
  font-size: 19px;
  font-family: 'mundial-light';
}

.footer-logo {
  position: absolute;
  top: 34%;
  left: 40%;
}

.footer-logo img {
  width: 150px;
}

.footer-bottom {
  position: absolute;
  bottom: 50px;
  left: 116px;

  font-size: 20px;
  font-family: 'mundial-light';
}

.footer-bottom a {
  color: #f4e8de;
  text-decoration: underline;
  font-size: 16px;
  font-family: 'mundial-light';
}

.footer-bottom p {
  margin-top: 12px;
}

.footer-paragraph {
  text-align: left !important;
  margin-top: 33px !important;
}

.footer-right {
  width: 40%;
  padding: 80px 80px 0 80px;
  position: relative;
  z-index: 1;
}

.subscribe h2 {
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
  font-family: 'mundial-light';
}

.subscribe {
  text-align: center;
}

.subscribe p {
  margin-bottom: 25px;
  text-align: center;
  font-size: 18px;
  font-family: 'mundial-light';
}

.subscribe input {
  width: 85%;
  padding: 16px;
  margin-bottom: 15px;
  border: 1px solid #333;
  background: #d8c8b4;
  border-radius: 8px;
}

.subscribe input::placeholder {
  color: #000;
  opacity: 1;
  font-weight: 500;
}

.subscribe button {
  width: 84%;
  padding: 22px 16px;
  border: 1px solid #000;
  background: #d8c8b4;
  font-weight: 600;
  letter-spacing: 2px;
  cursor: pointer;
  border-radius: 7px;
  font-size: 14px;
  font-family: 'mundial-light';
}

.address-box {
  margin-top: 60px;
  width: 84%;
  background: #120e0a;
  color: #fff;
  padding: 30px 0px;
  text-align: center;
  margin-left: 40px;
}

.address-box a {
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  font-family: 'mundial-light';
}

.address-box p {
  margin: 14px;
}

.number {
  font-size: 22px !important;
}

.social-icons {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 30px;
  justify-content: center;
  transform: translate(8px, -8px);
}

.icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon svg {
  width: 24px;
  height: 24px;
  fill: #000;
  transition: 0.3s;
}

/* .cart-section {
    background-color: #fff;
    width: 100%;
    padding-top: 27px;
    padding-bottom: 120px;
} */

.pd-consent-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Manual PD Box */
.manual-pd-box {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fafafa;
  text-align: center;
}

/* Title */
.manual-pd-title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  display: block;
  margin-bottom: 12px;
}

/* Input container */
.manual-pd-input-group {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Input field */
#manual_pd_input {
  width: 100%;
  padding: 10px 40px 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  transition: all 0.2s ease;
}

/* Focus effect */
#manual_pd_input:focus {
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
}

/* mm unit */
.pd-unit {
  position: absolute;
  right: 0;
  font-size: 13px;
  color: #333;
  width: 70px;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 15px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  border-left: none;
  background: #e6d6c4;
}

/* Help text */
.manual-pd-note {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #777;
}

.pd-consent-box {
  background: #fff;
  padding: 30px;
  width: 420px;
  border-radius: 8px;
  text-align: center;
}

.pd-consent-box p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.pd-consent-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.pd-cancel {
  background: #ccc;
}

/* .container-cart {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 5px;
} */

.main-heading h1 {
  font-size: 40px;
  color: #333;
  margin-bottom: 40px;
  font-family: 'Rb-major-b1';
}

.cart-sub-heading p {
  font-size: 14px;
  margin: 12px 0;
  font-family: 'Rb-major-b1';
  color: #333;
}

.continue-link {
  color: #333;
  text-decoration: none;
}

.product-image {
  padding-left: 0 !important;
}

.cart-header {
  background: #ededed;
  font-weight: bold;
}

.cart-header table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.detail-heading {
  width: 50%;
}

.detail-heading span {
  float: left;
}

.cart-header th:nth-child(2) {
  width: 20%;
}

.cart-header th:nth-child(3) {
  width: 20%;
}

.cart-header th:nth-child(4) {
  width: 20%;
}

.table-content {
  font-family: 'Rb-major-b1';
  font-size: 17px;
  margin-left: 12px;
}

.content-area {
  padding: 11px !important;
  border: none !important;
}

.cart-header thead {
  background: #ededed;
}

.cart-header tbody {
  background: #ffffff;
  border-bottom: 1px solid #ccc !important;
}

.cart-header th,
.cart-header td {
  padding: 20px;
  border-right: 1px solid #ededed;
  text-align: center;
  font-family: 'Rb-major-b1';
}

.product-info2 {
  display: flex;
  gap: 20px;
  align-items: center;
}

.product-info2 img {
  width: 150px;
  height: 85px;
  margin-bottom: 40px;
}

.ray-ban {
  padding-top: 40px;
  padding-bottom: 40px;
}

.product-info2 h3 {
  font-size: 18px;
  margin-bottom: 8px;
  text-align: left;
  font-family: 'Rb-major-b1';
  text-decoration: underline;
}

.product-info2 h3:hover {
  text-decoration: none;
  cursor: pointer;
}

.product-info2 p {
  font-size: 18px;
  color: #333;
  text-align: left;
  font-family: 'Rb-major-b1';
}

.delivery-date {
  color: green;
  font-weight: bold;
}

.price2 {
  font-weight: bold;
  font-size: 18px;
  border: none !important;
}

.bottom-section {
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
}

.code-bar {
  font-family: 'Rb-major-b1';
  color: #1f1f24;
}

.arrow-down {
  background-image: url(/images/arrow-bar.png);
  display: inline-block;
  background-position: -2px -102px;
  width: 11px;
  height: 14px;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 6px;
  padding-bottom: 3px;
  transform: rotate(180deg);
  margin-top: -8px;
  transition: all 0.25s ease;
}

/* Upload fields container */
.upload-field {
  padding-right: 0;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}

.pd-container {
  width: 420px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  font-family: Arial, sans-serif;
  padding: 0;
}

.controls #stop-btn,
.controls #capture-btn {
  padding: 10px 30px;
  border: none;
  border-radius: 5px;
}

/* ALERT MESSAGE */

.pd-alert {
  text-align: center;
  padding: 8px 10px;
  font-size: 13px;
  background: #e8f7ed;
  color: #1e7e34;
}

/* HEADER */

.pd-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid #eee;
}

.pd-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.pd-close {
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
}

/* BODY */

.pd-body {
  position: relative;
  padding: 18px;
}

.pd-guide {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  bottom: 18px;
  pointer-events: none;
}

/* BLUR / DARK MASK */

.pd-blur-mask {
  position: absolute;
  top: 0;
  border-radius: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);

  /* circular hole */
  mask: radial-gradient(circle 120px at center, transparent 98%, black 100%);
  -webkit-mask: radial-gradient(circle 120px at center,
      transparent 98%,
      black 100%);
}

/* FACE CIRCLE */

.pd-face-circle {
  position: absolute;
  width: 240px;
  height: 240px;
  border: 3px dashed #00d084;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 6px rgba(0, 208, 132, 0.1);
}

/* EYE GUIDES */

.pd-eye-guide {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 3px solid #ff3b3b;
  border-radius: 50%;
  top: 46%;
}

.left-eye {
  left: 38%;
}

.right-eye {
  right: 38%;
}

/* CENTER LINE */

.pd-center-line {
  position: absolute;
  width: 3px;
  height: 90px;
  background: #00d084;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* MESSAGE TEXT */

.pd-distance-text {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
  text-align: center;
}

/* FOOTER */

.pd-footer {
  padding: 16px;
  border-top: 1px solid #eee;
}

.pd-btn:hover {
  background: #222;
}

.pd-face-circle {
  animation: pdPulse 2s infinite;
}

@keyframes pdPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 208, 132, 0.4);
  }

  70% {
    box-shadow: 0 0 0 18px rgba(0, 208, 132, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 208, 132, 0);
  }
}

#video {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
}

.pd-guide {
  position: absolute;
  width: 260px;
  height: 260px;
  border: 3px dashed #00ff88;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.4;
}

.pd-result-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.pd-result-container {
  background: white;
  padding: 40px;
  border-radius: 10px;
  width: 400px;
  text-align: left;
}

.pd-measurements p {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  font-size: 16px;
}

.pd-guide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 260px;
  height: 260px;
  border: 3px dashed #00ff88;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* Label styling */
.upload-field label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #222;
}

/* File input styling */
.upload-field input[type='file'] {
  border: 1px solid #ddd;
  padding: 8px;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.2s ease;
}

/* Hover effect */
.upload-field input[type='file']:hover {
  border-color: #000;
  background: #fff;
}

/* Error message */
.upload-error {
  font-size: 12px;
  color: #d93025;
  margin-top: 4px;
  display: block;
}

/* Optional: Required star */
.upload-field label::after {
  color: red;
}

/* Better spacing before Add to Cart button */
.add-to-bag {
  margin-top: 20px;
}

.upload-field input[type='file'] {
  padding: 10px;
  border: 1px dashed #000000;
  background: #fff;
  text-align: center;
}

.upload-field input[type='file']:hover {
  border-color: #000;
}

#variant-error {
  display: none;
  color: red !important;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 12px !important;
}

.option-errors {
  color: red !important;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 12px !important;
}

div#pd-input-error-button {
  color: #ff0000;
  font-size: 12px;
}

.pd-input-error {
  color: #ff0000;
  font-size: 12px;
}

.summary {
  width: 350px;
}

.summary h2 {
  margin-bottom: 20px;
  color: #666666;
  font-family: 'Rb-major-b1';
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.sub-total {
  font-family: 'Rb-major-b1';
  color: #666666;
}

.order-total {
  font-family: 'Rb-major-b1';
  font-size: 22px;
  color: #333333;
}

.divider {
  border-top: 2px solid #000;
  margin: 15px 0;
}

.total {
  font-weight: bold;
  font-size: 18px;
}

.checkout-btn {
  width: 100%;
  background-color: #e80c00;
  border-color: #e80c00;
  color: #fff;
  padding: 8px;
  border: none;
  margin-top: 25px;
  font-weight: bold;
  cursor: pointer;
  font-family: 'Rb-major-b1';
  font-size: 16px;
}

.newsletter {
  background: #2c2c2c;
  color: #fff;
  padding: 30px 80px;
}

.newsletter-container {
  display: grid;
  grid-template-columns: 62% 35%;
}

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

.title-row p {
  font-family: 'Rb-major-b1';
  font-size: 17px;
}

.mail-icon {
  background: url(./images/email-icon.png);
  width: 28px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.newsletter-text h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.newsletter-disclaimer {
  max-width: 800px;
  margin: 25px auto 0 auto;
  text-align: center;
}

.newsletter-disclaimer p {
  font-size: 13px;
  color: #fff;
  text-align: left;
}

.newsletter-form {
  display: grid;
  grid-template-columns: 255px 115px;
}

.newsletter-form input {
  padding: 8px;
  border: none;
  font-size: 13px;
}

.newsletter-form button {
  background: #000;
  color: #fff;
  border: none;
  padding: 0 30px;
  font-weight: 500;
  cursor: pointer;
}

.top-social-bar {
  background-color: #e2e2e5;
  padding: 18px 0;
}

.social-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  padding: 0;
}

.follow-text {
  font-weight: 600;

  font-size: 18px;
  font-family: 'Rb-major-b1';
}

.social-icons {
  display: flex;
  gap: 14px;
}

.social-icons img {
  width: 30px;
}

.twitter-logo-full {
  width: 20px !important;
  margin-top: 5px;
}

.top-bar-sec {
  background-color: #f2f2f2;
  padding: 20px 0;
  font-family: 'Rb-major-b1';
  font-size: 13px;
}

.top-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.top-left {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.country {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  cursor: pointer;
}

.country img {
  width: 20px;
  height: 14px;
  object-fit: cover;
  margin-right: 22px;
}

.arrow {
  background-image: url(/images/arrow-bar.png);
  display: inline-block;
  background-position: -2px -102px;
  width: 11px;
  height: 14px;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 6px;
  padding-bottom: 3px;
}

.rotate-arrow {
  transform: rotate(180deg);
  margin-top: -7px;
  transition: all 0.25s ease;
}

.menu-item {
  font-weight: 600;
  cursor: pointer;
}

.highlight {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.highlight:hover {
  color: #555;
}

.top-links-bar {
  background-color: #f2f2f2;
}

.top-links-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 20px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.top-links {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  flex-wrap: wrap;
}

.top-links a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  color: #666666;
  letter-spacing: 0.5px;
  position: relative;
  font-family: 'Rb-major-b1';
}

.top-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.security-bar {
  background-color: #f2f2f2;
  padding-top: 20px;

  font-family: Arial, sans-serif;
}

.security-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.security-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lock-icon {
  font-size: 18px;
}

.secure-text {
  font-size: 13px;
  font-weight: 600;
  font-family: 'Rb-major-b1';
}

.secure-text::before {
  content: '';
  background-image: url(/images/lock-icon.png);
  display: inline-block;
  background-position: -60px -95px;
  width: 24px;
  height: 24px;
  vertical-align: bottom;
}

.payment-icons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.payment-icons img {
  height: 24px;
  object-fit: contain;
}

.footer-disclaimer {
  font-family: Arial, sans-serif;
}

.disclaimer-container {
  background-color: #f2f2f2;
  padding: 20px;
}

.disclaimer-container p {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 11px;
  color: #666;
  line-height: 1.6;
}

.disclaimer-container a {
  color: #000;
  text-decoration: underline;
}

.copyright-bar {
  background-color: #6f736e;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Rb-major-b1';
}

.try-btn-wrapper {
  padding: 20px 0px;
  flex-shrink: 0;
  width: 100%;
  background: rgb(255, 255, 255);
  /* box-shadow: rgba(0, 0, 0, 0.06) 0px -4px 12px 0px; */
  box-sizing: border-box;
  position: sticky;
  bottom: 0px;
  z-index: 10;
}

.cart-header .product-info {
  max-width: 100%;
  background: #fff;
  padding: 0;
  display: flex;
}

.cart-header .product-info>a {
  display: block;
  width: 180px;
}

.cart-header .ray-ban {
  padding-top: 0;
  padding-bottom: 0;
  text-align: start;
  padding-left: 20px;
  width: 100%;
}

.cart-header .ray-ban p {
  font-size: 15px;
  font-family: 'mundial-light';
  font-weight: 500;
  margin: 4px 0;
}

.product-image {
  position: relative;
}

.cart-header .product-image a.remove-item {
  margin: 0;
  position: absolute;
  top: 18px;
  left: 0;
  background-color: #d21825;
  color: #fff;
  padding: 0;
  width: 18px;
  height: 18px;
  line-height: 19px;
  text-align: center;
  border-radius: 50px;
  font-size: 10px;
  z-index: 9;
}

.cart-header .ray-ban h3 a {
  text-decoration: none;
  font-family: 'mundial-light';
  font-size: 24px;
  color: #000;
}

.view-btn-table {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.view-btn-table p a {
  background-color: #d8c8b4;
  text-decoration: none;
  padding: 0px 12px;
  display: flex;
  font-size: 12px;
  line-height: 29px;
  color: #000;
  border-radius: 4px;
  margin-left: 10px;
  align-items: center;
  justify-content: center;
}

#pd-modal #pd-result {
  display: none;
}

#result-box #pd-consent-decline {
  margin: 15px 0 0;
  background-color: #e10600;
}

.view-btn-table p {
  display: flex;
  align-items: center;
}

.success-container {
  max-width: 1100px;
  margin: 60px auto;
  padding: 20px;
  font-family: 'Inter', sans-serif;
}

.success-header {
  text-align: center;
  margin-bottom: 40px;
  animation: fadeSlideDown 0.6s ease;
}

.success-header h1 {
  font-size: 32px;
  font-weight: 700;
  margin-top: 15px;
}

.success-header p {
  color: #777;
  margin-top: 8px;
}

.success-icon {
  width: 50px;
  height: 50px;
  margin: auto;
  color: #ffff;
  font-size: 33px;
  border-radius: 63px;
  background: #b34646;
}

.success-icon svg {
  width: 100%;
  height: 100%;
}

.circle {
  stroke: #28a745;
  stroke-width: 3;
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  animation: drawCircle 0.6s ease forwards;
}

.check {
  stroke: #28a745;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: drawCheck 0.4s ease forwards 0.6s;
}

.success-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  animation: fadeUp 0.6s ease;
}

.order-box,
.summary-box {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.order-box:hover,
.summary-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 14px;
}

.row.total {
  font-weight: bold;
  margin-top: 15px;
  font-size: 16px;
}

.item-card {
  display: flex;
  gap: 15px;
  padding: 15px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  margin-bottom: 15px;
  transition: all 0.3s ease;
  animation: fadeUp 0.5s ease;
}

.item-card:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.item-placeholder {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #f3f3f3, #eaeaea);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 24px;
}

.item-right h4 {
  font-size: 16px;
  margin-bottom: 5px;
}

.item-right p {
  font-size: 13px;
  color: #666;
}

.item-image img {
  height: 100px;
  width: 100px;
}

.price {
  font-weight: bold;
  color: #000;
  margin-top: 5px;
}

.file-links a {
  font-size: 12px;
  color: #007bff;
  margin-right: 10px;
  text-decoration: none;
  position: relative;
}

.file-links a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  background: #007bff;
  bottom: -2px;
  left: 0;
  transition: 0.3s;
}

.file-links a:hover::after {
  width: 100%;
}

.order-summary {
  position: sticky;
  top: 20px;
  height: fit-content;
  animation: fadeUp 0.7s ease;
}

.continue-btn {
  display: block;
  margin-top: 20px;
  padding: 14px;
  background: linear-gradient(135deg, #000, #333);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.continue-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.filter-group {
  border-bottom: 1px solid #e1d1bf30;
  padding: 20px 0;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 600;
}

.filter-body {
  display: none;
  margin-top: 18px;
  margin-left: 8px;
}

.filter-group.active .filter-body {
  display: block;
}

.filter-checkbox {
  display: block;
  margin-bottom: 6px;
  cursor: pointer;
}

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

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

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

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

@keyframes drawCircle {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes drawCheck {
  to {
    stroke-dashoffset: 0;
  }
}

.filter-menus .filter-group span {
  color: #fff;
}

td.product-image strong,
td.product-image b {
  color: #333;
}



/* ==== New Single Page Design CSS Start ==== */
.prodict-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column: span 2;
  gap: 5px;
}

.eye-ware-color-name {
  margin-top: 5px;
}

.eye-ware-color-name p {
  font-size: 18px;
  margin-bottom: 0;
  color: #000;
  font-weight: 500;
}

.color-line {
  width: 100%;
  height: 8px;
  margin-top: 2px;
}

.black-line {
  background-color: #000;
}

.gray-red-line {
  background: linear-gradient(90deg, rgba(204, 204, 204, 1) 50%, rgba(255, 0, 0, 1) 50%);
}

.eye-ware-color-select .radio-custom {
  opacity: 0;
  position: absolute;
}

.eye-ware-color-select .radio-custom,
.eye-ware-color-select .radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

.eye-ware-color-select .radio-custom-label {
  position: relative;
}

.eye-ware-color-select .radio-custom+.radio-custom-label:before {
  content: '';
  background: #000;
  border: 2px solid #fff;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  padding: 2px;
  margin-right: 0;
  text-align: center;
  top: -2px;
  position: relative;
}

.eye-ware-color-select .radio-custom+.radio-custom-label:before {
  border-radius: 50%;
}

.eye-ware-color-select .radio-custom:checked+.radio-custom-label:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 14px;
}

.eye-ware-color-select ul li {
  border: 1px solid #000;
  border-bottom: none;
  display: inline-table;
  width: 100%;
  padding: 0;
}

.eye-ware-color-select .color-select-check-box {
  background: #000;
  text-align: center;
  padding: 6px 6px !important;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  position: relative;
}

.eye-ware-color-select ul {
  border-bottom: 1px solid #000;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

.eye-ware-color-select ul li .color-select-name label {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.cursor-pointer {
  cursor: pointer;
}

.product-gallery .main-image img {
  height: 430px;
}

.product-gallery .specs .eye-ware-product-img img {
  height: 100px;
}

.select2 .select2-selection {
  width: 100% !important;
  padding: 0 !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  height: 46px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  height: 46px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px !important;
  font-size: 14px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px !important;
}

.select2-dropdown {
  border: 1px solid #ddd !important;
}

.select2-dropdown .select2-search .select2-search__field {
  width: 100% !important;
  /* padding: 0 !important; */
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  height: 30px !important;
}

.select2-container .select2-dropdown .select2-results .select2-results__options li {
  font-size: 14px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #000 !important;
  color: white;
}


.variant-card {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  cursor: pointer;
}

.variant-card img {
  width: 60px;
  height: 60px;
}

.variant-card.active {
  border: 2px solid #000;
}

.lens-variant-price {
  color: #000 !important;
  font-weight: bold !important;
}

.lens-variant-error {
  color: #ff0000;
  font-size: 12px;
}

#filterBtn,
#closeFilterBtn {
  cursor: pointer;
}

.products-grid {
  position: relative;
}

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

.loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.loader {
  text-align: center;
  /* golden touch */
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}

.loader p {
  font-size: 18px !important;
}

.spinner {
  width: 50px;
  height: 50px;
  border-top: 3px solid #000;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 0 auto 10px;
}

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

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.loader p {
  font-size: 14px;
  letter-spacing: 1px;
}

.no-product-img {
  width: 500px;
}

.no-product-div img {
  width: 100%;
}

.no-product-div {
  grid-column: span 3;
}

.addon-radio {
  display: inline-block;
  vertical-align: middle;
  margin: 6px;
  cursor: pointer;
  background: #000;
  border: 2px solid #fff;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  padding: 2px;
  margin-right: 0;
  text-align: center;
  top: -2px;
  position: relative;
}

.lens-box {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.lens-box-header {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #222;
}

.lens-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.lens-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
  font-weight: 500;
  color: #555;
}

.lens-field select {
  /* width: 100%; */
  height: 48px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  padding: 0 14px;
  background: #fff;
  font-size: 14px;
  transition: 0.3s;
}

.lens-field select:focus {
  border-color: #000;
  outline: none;
}

.wishlist-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.wishlist-popup.show {
  opacity: 1;
  visibility: visible;
}

.wishlist-popup-content {
  background: #fff;
  width: 360px;
  text-align: center;
  padding: 40px 30px;
  transform: translateY(30px);
  transition: 0.3s ease;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.wishlist-popup.show .wishlist-popup-content {
  transform: translateY(0);
}

.wishlist-check {
  width: 70px;
  height: 70px;
  margin: auto;
  border: 2px solid #c59d5f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #c59d5f;
  margin-bottom: 20px;
}

#wishlistMessage {
  font-size: 18px;
  color: #111;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}

.cart-remove-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;

  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.cart-remove-modal.show {
  opacity: 1;
  visibility: visible;
}

.cart-remove-modal-content {
  width: 420px;
  background: #fff;
  padding: 40px 35px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);

  transform: translateY(30px);
  transition: 0.3s ease;
}

.cart-remove-modal.show .cart-remove-modal-content {
  transform: translateY(0);
}

.remove-icon {
  width: 75px;
  height: 75px;
  margin: auto;
  border-radius: 50%;
  border: 2px solid #c59d5f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.remove-icon i {
  font-size: 28px;
  color: #c59d5f;
}

.cart-remove-modal-content h3 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #111;
}

.cart-remove-modal-content p {
  font-size: 15px;
  line-height: 26px;
  color: #666;
  margin-bottom: 30px;
}

.remove-modal-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.cancel-remove,
.confirm-remove {
  min-width: 130px;
  height: 48px;
  border: none;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.cancel-remove {
  background: #eee;
  color: #111;
}

.cancel-remove:hover {
  background: #ddd;
}

.confirm-remove {
  background: #111;
  color: #fff;
  border-radius: 50px !important;

}

.confirm-remove:hover {
  background: #c59d5f;
  color: #fff;
}
.wishlist-layout .products-layout {
  grid-template-columns: repeat(3, 1fr);
}
.wishlist-listing-page {
  position: absolute;
  top: 14px;
  right: 14px;
}
.wishlist-count {
  font-size: 17px;
}
@media(max-width:768px) {

  .lens-grid {
    grid-template-columns: 1fr;
  }

}

/* ==== New Single Page Design CSS End ==== */



@media (max-width: 768px) {
  .success-grid {
    grid-template-columns: 1fr;
  }
}

/* ==== Responsive CSS Start ==== */
@media only screen and (max-width: 1679px) {
  .add-to-bag {
    padding: 14px 70px;
  }

  .footer-menu a {
    font-size: 18px;
  }

  .footer-bottom {
    font-size: 19px;
  }

  .address-box a {
    font-size: 18px;
  }

  .number {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 1365px) {
  .login {
    font-size: 15px;
  }

  .logout-btn {
    font-size: 15px;
  }

  .cart {
    gap: 6px;
    font-size: 16px;
  }

  .btn-appointment {
    font-size: 13px;
    padding: 15px 12px;
  }

  .nav-menu li a {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .portal-link a {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .logo img {
    max-height: 70px;
  }

  .add-to-bag {
    padding: 14px 45px;
  }

  .price {
    font-size: 16px;
  }

  .footer-bottom {
    font-size: 18px;
  }

  .footer-logo img {
    width: 140px;
  }

  .details-grid h4 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1279px) {
  .header-right {
    gap: 20px;
    transform: translate(25px, 35px);
  }

  .logo img {
    max-height: 65px;
  }

  .address-box {
    margin-top: 35px;
    padding: 20px 0px;
    margin-left: 26px;
  }

  .address-box a {
    font-size: 17px;
  }

  .number {
    font-size: 18px !important;
  }

  .subscribe p {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .subscribe h2 {
    font-size: 22px;
    margin-bottom: 5px;
  }

  .social-icons {
    transform: translate(0px, -10px);
  }
}

@media only screen and (max-width: 1199px) {
  .product-wrapper {
    grid-template-columns: 62% 36%;
    gap: 2%;
    padding-bottom: 40px;
  }

  .header {
    padding: 20px;
  }

  .header-right {
    flex: 1;
    transform: translateX(-570px);
  }

  .left-space {
    display: none;
  }

  .logo {
    flex: none;
    transform: translateX(0);
  }

  .header-right {
    display: none;
    transform: none;
  }

  .hamburger {
    display: flex;
  }

  .top-bar {
    position: relative;
  }

  .navbar {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #181510;
    padding: 20px 0;
  }

  .navbar.active {
    display: block;
  }

  .nav-menu {
    flex-direction: column;
    gap: 25px;
  }

  .portal-link {
    margin-top: 20px;
  }

  .emi-logos img {
    height: 20px;
  }

  .price {
    transform: translateX(0);
  }

  .add-to-bag {
    transform: translateX(0);
  }

  .add-to-bag {
    padding: 14px 35px !important;
  }

  .price {
    font-size: 15px !important;
  }

  .footer {
    background-position: 0 -35px;
  }

  .footer-left {
    padding: 45px 80px;
  }

  .footer-menu a {
    font-size: 16px;
  }

  .footer-logo img {
    width: 100px;
  }

  .footer-bottom {
    font-size: 15px;
  }

  .footer-bottom a {
    font-size: 12px;
  }

  .footer-bottom {
    bottom: 90px;
  }

  .subscribe h2 {
    font-size: 18px;
    margin-bottom: 0px;
  }

  .subscribe p {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .subscribe input {
    width: 85%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 7px;
  }

  .subscribe input::placeholder {
    font-size: 12px;
  }

  .subscribe button {
    width: 84%;
    padding: 16px 16px;
    font-size: 12px;
  }

  .address-box a {
    font-size: 14px;
  }

  .number {
    font-size: 14px !important;
  }

  .address-box p {
    margin: 10px;
  }

  .address-box {
    margin-top: 25px;
    padding: 15px 0px;
    margin-left: 20px;
  }

  .product-info h1 {
    font-size: 24px;
  }

  .accordion-item h3 {
    font-size: 15px;
  }

  .order-line {
    font-size: 15px !important;
  }

  .try-btn {
    font-size: 18px;
  }

  .price-section {
    padding: 20px 18px 10px 18px;
  }

  .upload-field {
    padding-right: 0;
  }

  .price-and-button {
    justify-content: space-between;
  }
}

@media only screen and (max-width: 991px) {
  .header-right {
    transform: translateX(-435px);
  }

  .logo img {
    max-height: 50px;
  }

  .color-options {
    flex-wrap: wrap;
  }

  .product-wrapper {
    grid-template-columns: auto;
    gap: 10px;
  }

  .emi-logos img {
    height: 13px;
  }

  .price-section {
    margin-top: 10px;
    padding: 10px 18px 10px;
  }

  .price {
    margin-bottom: 5px;
  }

  .add-to-bag {
    font-size: 13px;
    padding: 10px 20px;
    width: 100%;
  }

  .details-grid h4 {
    font-size: 12px;
  }

  .details-grid h4 img {
    width: 35px;
  }

  .product-info h1 {
    font-size: 20px;
  }

  .product-details p {
    font-size: 14px;
  }

  .footer {
    background-position: 0 0;
  }

  .footer-menu a {
    font-size: 13px;
  }

  .footer-logo img {
    width: 75px;
  }

  .footer-bottom {
    bottom: 60px;
    padding-right: 40px;
    font-size: 11px;
  }

  .address-box a {
    font-size: 12px;
  }

  .subscribe button {
    width: 99%;
    padding: 12px 14px;
    font-size: 11px;
  }

  .address-box {
    margin-top: 20px;
    padding: 12px 0px;
    margin-left: 14px;
  }

  .subscribe input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
  }

  .subscribe input::placeholder {
    font-size: 11px;
  }

  .product-gallery img {
    height: 100%;
  }

  .main-heading h1 {
    font-size: 30px;
    color: #333;
    margin-bottom: 25px;
  }

  .product-info2 h3 {
    font-size: 15px;
  }

  .product-info2 img {
    width: 120px;
    height: 78px;
  }

  .product-info2 p {
    font-size: 14px;
  }

  .product-gallery {
    padding-bottom: 40px;
  }

  .product-info {
    max-width: 80%;
    margin: 0 auto;
    width: 80%;
  }

  .sticky-right {
    top: auto;
    height: auto;
  }

  .submit-button {
    padding-bottom: 14px;
    width: 70%;
  }

  .footer-right {
    padding: 80px 35px 0 35px;
  }

  .footer-left {
    padding: 45px 35px;
  }

  .footer-bottom {
    left: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .main-heading h1 {
    font-size: 22px;
  }

  .product-info2 h3 {
    font-size: 12px;
  }

  .delivery-estimate {
    font-size: 12px;
  }

  .summary h2 {
    font-size: 15px;
  }

  .order-total {
    font-size: 15px;
  }

  .checkout-btn {
    font-size: 14px;
    margin-top: 18px;
  }

  .product-info2 img {
    width: 95px;
    height: 60px;
  }

  .table-content {
    font-size: 12px;
  }

  .delivery-date {
    font-size: 12px;
  }

  .product-info h1 {
    font-size: 18px;
  }

  .size-section button {
    padding: 10px 20px;
    font-size: 11px;
  }

  .product-gallery {
    padding-bottom: 30px;
  }

  .details-grid ul {
    font-size: 11px;
    line-height: 1.8;
    padding-left: 15px;
    padding-top: 16px;
  }

  .accordion-item h3 {
    font-size: 13px;
    padding-top: 15px;
  }

  .details-grid ul li strong {
    font-size: 11px;
  }

  .item-accordion1 {
    padding: 10px 0;
  }

  .cost-emi {
    font-size: 12px;
  }

  .emi-logos img {
    height: 9px;
  }

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

  .order-line {
    font-size: 12px !important;
    padding-bottom: 15px !important;
  }

  .cloth-icon-div {
    transform: translateY(-17px);
  }

  .product-info {
    max-width: 100%;
    width: 100%;
  }

  .footer-right {
    width: 44%;
    padding: 40px 30px 0 30px;
  }

  .footer-paragraph {
    margin-top: 18px !important;
  }

  .footer-bottom {
    left: 30px;
    bottom: 40px;
    padding-right: 20px;
  }

  .footer-left {
    padding: 40px 30px;
  }

  .prodict-gallery-thumbs {
    grid-template-columns: repeat(4, 1fr);
  }

  .eye-ware-color-name p {
    font-size: 16px;
  }

  .wishlist-layout .products-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 640px) {
  .logo img {
    max-height: 35px;
  }

  .product-wrapper {
    grid-template-columns: auto;
  }

  .sticky-right {
    position: static;
    top: auto;
    height: auto;
  }

  .price-section {
    justify-content: center;
  }

  .emi-logos img {
    height: 20px;
  }

  .product-details {
    padding-left: 5px;
  }

  .product-details h3 {
    margin-bottom: 8px;
  }

  .footer {
    background-position: 0;
  }

  .footer-bottom {
    bottom: 20px;
    padding-right: 25px;
    left: 30px;
  }

  .footer-logo {
    position: absolute;
    top: 44%;
    left: 42%;
  }

  .footer-right {
    padding: 40px 30px 0 0;
  }

  .footer-logo img {
    width: 50px;
  }

  .summary {
    width: 350px;
    margin-left: 30px;
    margin-top: 20px;
  }

  .price2 {
    font-size: 11px;
  }

  .bottom-section {
    flex-direction: column;
  }
}

@media only screen and (max-width: 575px) {
  .price-and-button {
    flex-wrap: wrap;
    margin-top: 15px;
  }

  .submit-button {
    padding-bottom: 0;
    width: 100%;
  }

  .add-to-bag {
    margin-left: 0;
  }

  .try-btn {
    font-size: 16px;
    padding: 10px 20px 12px;
  }

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

  .product-details {
    padding: 0 12px;
  }

  .footer-right {
    padding: 40px 12px 0 0;
    width: 50%;
  }

  .footer-bottom {
    bottom: 20px;
    padding-right: 10px;
    left: 12px;
  }

  .footer-left {
    padding: 40px 12px;
  }

  .header {
    padding: 15px 12px;
  }

  .prodict-gallery-thumbs {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-wrapper {
    width: 95%;
  }

  .product-gallery {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .container-cart {
    width: 100%;
  }

  .cart-header th,
  .cart-header td {
    padding: 0px;
  }

  .product-info2 {
    display: flex;
    gap: 10px;
  }

  .product-info2 img {
    width: 76px;
    height: 60px;
  }

  .summary {
    margin-left: 0;
  }

  .logo img {
    max-height: 35px;
  }

  .product-info h1 {
    font-size: 16px;
  }

  .size-section {
    margin-top: 10px;
  }

  .section b {
    font-size: 15px;
  }

  .section h4 {
    font-size: 15px;
  }

  .emi-logos img {
    height: 15px;
  }

  .price {
    font-size: 11px;
  }

  .product-details h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .footer {
    background-position: -144px 0;
  }

  .footer-menu a {
    font-size: 12px;
  }

  .footer-logo img {
    width: 45px;
  }

  .footer-logo {
    top: 45%;
  }

  .address-box a {
    font-size: 11px;
  }

  .subscribe h2 {
    font-size: 16px;
  }

  .subscribe p {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .subscribe input {
    width: 100%;
    padding: 8px;
    margin-bottom: 6px;
  }

  .subscribe button {
    width: 99%;
    padding: 10px 12px;
  }
}

@media only screen and (max-width: 413px) {
  .footer {
    background-position: -167px 0;
  }
}