.select2-container .select2-selection--single {
  display: block;
  width: 100%;
  padding: 1.2rem 1.5rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--gray-1);
  background-color: var(--white);
  border: 1px solid var(--gray-5);
  border-radius: 10px;
  height: auto;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 21px;
  padding-left: 0px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 43px;
}
.h-70vh {
  height: 70vh;
}

.coupon-input .apply-btn {
  padding: 5px 20px !important;
  border-radius: 10px;
}
/* Product Detail Work Start */
.product-details .pincode-check label {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500 !important;
}
.product-details .pincode-check .form-group {
  position: relative;
}
.product-details .pincode-check .form-group button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border-radius: 50px;
  font-weight: 500;
  font-size: 12px !important;
  line-height: 1;
  padding: 0.8rem 1.3rem;
  background-color: var(--primary-light);
  color: var(--primary);
  border: 0.1rem solid var(--primary-light-border);
  transition: var(--transition-3);
}
.product-details .pincode-check .form-group button:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.product-details .product-detail-btn .common-btn {
  width: 100%;
}

.related-product-slider .item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.related-product-slider .product-categories-list {
  margin: 0px;
  padding: 15px;
}
.related-product-slider .product-categories-list .priceAndRatting {
  padding: 8px 0px;
}

/* Product Detail Work End */

/* Select Lens Modal Work Start */
.web-modal .modal-content {
  border-radius: 10px;
}
.web-modal .modal-title {
  font-size: 16px;
  margin-bottom: 30px;
}
.web-modal .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.web-modal .modal-body {
  padding: 30px;
}
.lens-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.lens-list li a {
  background-color: #fbf9f7;
  border: 1px solid var(--primary-light-border);
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: var(--blackclr);
  transition: var(--transition-3);
}
.lens-list li a:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.lens-list li a img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.lens-list li a .content {
  width: calc(100% - 70px);
}
.lens-list li a .content .title {
  font-size: 14px;
  margin-bottom: 5px;
}
.lens-list li a .content p {
  font-size: 12px;
  margin: 0px;
}
/* Select Lens Modal Work End */

/* lens-package modal work start */
.lens-package-box {
  background-color: #fbf9f7;
  border: 1px solid var(--primary-light-border);
  padding: 20px;
  border-radius: 10px;
  color: var(--blackclr);
  transition: var(--transition-3);
  cursor: pointer;
  margin-bottom: 15px;
}
.lens-package-box:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.lens-package-box .title {
  font-size: 14px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lens-package-box .title i {
  font-size: 15px;
}
.lens-package-box p {
  font-size: 12px;
  margin: 0px;
}
.lens-package-box .price {
  padding: 10px;
  text-align: center;
  color: var(--white);
  border-radius: 50px;
  margin-top: 15px;
  font-size: 14px;
}
/* lens-package modal work end */

/* Eye Power Table Work Start */
.eyepower-table th,
.eyepower-table td {
  vertical-align: middle;
  padding: 5px 15px !important;
}
.eyepower-table th {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  background-color: #eee;
}
.eyepower-table .form-control {
  padding: 5px 10px;
  text-align: center;
  margin: auto;
  border-radius: 5px;
  box-shadow: none;
}
/* Eye Power Table Work End */

/* Cart Page Work Start */
.cart-bill-box {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 190px;
}
.cart-bill-box .table tr td {
  padding: 10px 0px;
}
/* Cart Page Work End */

/* Checkout Work Start */
@media (max-width: 767px) {
  .checkout-tabs li {
    width: 50%;
  }
  .checkout-tabs li svg {
    width: 20px !important;
    height: 20px !important;
    margin: 0px 5px 0px 0px !important;
  }
  .checkout-tabs .nav-link.active svg {
    transform: scale(1) !important;
  }
  .checkout-tabs .nav-link {
    font-size: 13px !important;
  }
}
/* Checkout Work End */

/* Listing page Work Start */
.filter-subcategory {
  display: flex;
  align-items: center;
  gap: 0px 5px;
  flex-wrap: wrap;
  margin-top: 8px;
  margin-bottom: 12px;
}
.filter-subcategory li {
  min-width: calc(50% - 5px);
}
.filter-subcategory li a {
  border: 1px solid #ddd;
  padding: 5px 10px;
  height: 100%;
  text-align: center;
  white-space: nowrap;
}
.filter-subcategory li a.active {
  border-color: var(--primary);
  color: var(--primary) !important;
  background-color: #9600c915;
}
.filter-subcategory li a.active .listname {
  color: var(--primary) !important;
}
.filter-subcategory li a:hover {
  border-color: var(--primary);
}
.filter-subcategory li a .lastname {
  font-size: 12px;
}
@media (max-width: 767px) {
  .product-filter-right {
    padding: 0px;
  }
  .product-img > a img {
    height: 120px;
  }
}
/* Listing page Work End */

/* Terms Work Start */
.terms-content * {
  width: 100% !important;
  font-family: var(--font-primary);
  font-size: var(--ig-body-font-size);
  line-height: 1.5;
  font-weight: normal;
}
.terms-content b,
.terms-content strong {
  font-weight: 500;
}
.terms-content ul li,
.terms-content ol li {
  margin: 0px 0px 15px !important;
}
.terms-content ul {
  padding: 0px !important;
}
.terms-content ul ul,
.terms-content ol {
  margin: 5px 0px 0px !important;
  padding: 0px 0px 0px 15px !important;
}
/* Terms Work End */

/* Invoice page work start */
.invoice-page {
  padding: 40px 0px;
}
.invoice-page .box {
  padding: 30px;
  background: white;
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  position: relative;
}
.invoice-page .box .logo {
  width: 140px;
  height: 40px;
  object-fit: contain;
}
.invoice-page .box .header-title {
  width: calc(100% + 60px);
  background-color: #700296;
  position: relative;
  margin: 30px -30px;
  height: 50px;
}
.invoice-page .box .header-title .title {
  position: absolute;
  right: 50px;
  top: 0;
  background: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  height: 100%;
}
.invoice-page .box .subtitle {
  font-size: 18px;
  margin-bottom: 15px;
}
.invoice-page .box strong {
  font-weight: 600;
}
.invoice-page .box .details-t tr td:last-child,
.invoice-page .box .details-t tr th:last-child {
  text-align: right;
}
.invoice-page .box .details-t tr th {
  font-weight: 600;
}
.invoice-page .box .details-t tr td {
  padding: 2px 0px;
}
@media (max-width: 576px) {
  .invoice-page .box {
    padding: 20px;
  }
  .invoice-page .box .logo {
    margin: 0 auto;
    display: block;
  }
  .invoice-page .box .header-title {
    margin: 20px -20px;
    width: calc(100% + 40px);
    height: 40px;
  }
  .invoice-page .box .header-title .title {
    font-size: 26px;
    right: 50%;
    transform: translateX(50%);
  }
  .invoice-page .box .subtitle {
    font-size: 16px;
  }
}
/* Invoice page work end */

/* Common Media Work Start */
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* Common Media Work End */
