@media (max-width: 767px) {
  .mobile-gallery-first-img {
    display: none !important;
  }

  .pd-video-item {
    display: none;
  }
  .pd-video-item-mobile {
    display: block;
  }
  .pd-video-item-mobile .full-video{
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  .pd-video-item-mobile {
    display: none!important;
  }
  .desktop-class {
    display: block;
  }

  /* .desktop-only-ak {
        display: none;
    } */

  .mobile-class {
    display: none;
  }

  .gallery-images .image-item img {
    /* width: 60px; */
    height: 60px;
  }

  .gallery-images .image-item.active {
    border: 2px solid #ba252f;
    display: flex;
    justify-content: center;
  }

  .gallery-images .image-item {
    border: 1px solid #e5e5e5;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    justify-content: center;
  }

  .gallery-images .pd-video-item img {
    /* width: 60px; */
    height: 60px;
  }

  .pd-video-item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ba252f;
    min-width: 92px;
    height: 64px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    justify-content: center;
  }

  .ply-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(158, 157, 157, 0.5);
    z-index: 2;
    opacity: 0.3;
  }

  .main-img-section {
    min-height: 72vh;
    position: relative;
    overflow: hidden;
  }

  .full-video {
    /* width: 100%;
    height: 100%; */
    /* object-fit: cover;
    /* Ensures the video covers the container */
    position: absolute;
    top: 0;
    left: 0; 
  }

  .pd-video-item .fa-play {
    position: absolute;
    color: #ba252f;
    z-index: 9;
  }

  .left-mes {
    display: flex;
    align-items: center;
  }

  .bottom-mes {
    width: 85%;
    position: absolute;
    height: 2px;
    /* background-color: #a1a1a1; */
    bottom: 31px;
    text-align: center;
    left: 14%;
  }

  .left-mes::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%) rotate(0deg);
    width: 2px;
    height: 42%;
    /* background-color: #A1A1A1; */
    display: block;
  }

  .top-on-nose {
    width: 10%;
    position: absolute;
    height: 2px;
    /* background-color: #a1a1a1; */
    top: 7%;
    /* text-align: center; */
    left: 50%;
  }

  .top-half {
    width: 27%;
    position: absolute;
    height: 2px;
    /* background-color: #a1a1a1; */
    top: 7%;
    right: 11%;
    text-align: center;
    /* text-align: center; */
  }

  .details-curve-img {
    display: flex;
  }

  .glass-leg {
    position: absolute;
    width: 51%;
    display: block;
    /* content: ''; */
    height: 2px;
    /* background-color: #a1a1a1; */
    top: 8%;
    left: 13%;
  }

  .glass-leg-2 {
    position: absolute;
    display: block;
    /* background-color: #A1A1A1; */
    width: 100px;
    height: 2px;
    transform: translateY(-50%) rotate(-146deg);
    top: 19%;
    left: 62%;
  }

  .leg-cureve-size {
    position: absolute;
    top: 0.2%;
  }
}

.reviews-stars-after {
  width: 100%;
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  gap: 6px;
}

.stars-lis-top-total span:first-child {
  margin-right: 2px;
}

#scroll-to-reviews:hover {
  color: #ba252f;
}

.ifram-short {
  display: none;
}

.ifram-video {
  display: none;
}

.stars-lis-top>.five-stars-lis>.five-list-star-one {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .desktop-class {
    display: none;
  }

  .pd-shorts,
  .pd-video {
    display: none;
  }

  /* .desktop-only-ak {
        display: none;
    } */

  .mobile-class {
    display: block;
  }

  .gallery-images {
    flex-direction: column;
  }

  .left-mes {
    display: flex;
    align-items: center;
  }

  .bottom-mes {
    width: 92%;
    position: absolute;
    height: 2px;
    /* background-color: #a1a1a1; */
    bottom: 31px;
    text-align: center;
    left: 14px;
  }

  .left-mes::before {
    position: absolute;
    content: "";
    /* height: 127px; */
    /* border-left: 2px solid #a1a1a1; */
    display: flex;
    margin: -7px;
    left: 7px;
    bottom: -112%;
  }

  .left-mes::after {
    /* content: '';
        width: 2px;
        height: 42%;
        background-color: #A1A1A1;
        display: flex;
        align-items: center;
        display: block;
        transform: translateY(-50%) rotate(0deg); */
  }

  .left-mes {
    position: absolute;
    top: 17%;
    left: -5px;
    transform: translateY(-50%) rotate(0deg);
    display: block !important;
    padding: 6px;
    /* width: 2px;
        height: 42%;
        background-color: #A1A1A1;
        display: flex;
        align-items: center; */
  }

  .top-on-nose {
    width: 13%;
    position: absolute;
    height: 2px;
    /* background-color: #a1a1a1; */
    top: 7%;
    text-align: center;
    left: 43%;
    font-size: 13px;
    margin-bottom: 2px;
    padding-bottom: 2px;
  }

  .top-half {
    width: 31%;
    position: absolute;
    height: 2px;
    /* background-color: #a1a1a1; */
    top: 7%;
    right: 11%;
    text-align: center;
    font-size: 13px;
    /* text-align: center; */
  }

  .glass-leg {
    position: absolute;
    width: 52%;
    display: block;
    /* content: ''; */
    height: 2px;
    background-color: #a1a1a1;
    top: 27px;
    left: 13%;
  }

  .glass-leg-2 {
    position: absolute;
    display: block;
    background-color: #a1a1a1;
    width: 84px;
    height: 2px;
    transform: translateY(-50%) rotate(-146deg);
    top: 52px;
    left: 62%;
  }

  .leg-cureve-size {
    position: absolute;
    top: 6px;
  }
}

.images-details {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}

.details-box-img {
  display: inline-block;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

.main-top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media only screen and (min-width: 768px) {
  .sidebar-main-div {
    padding: 15px 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-main-div {
    padding: 30px 11px 0;
  }

  .price-pg-o span {
    font-size: 16px !important;
  }

  .inner-row {
    justify-content: center;
  }
}

.col-us-30 {
  background-color: #f5f6f7;
  border-radius: 30px;
}

.select-lnses-btn {
  height: 60px;
  /* font-size: 22px; */
  background-color: #fff;
  color: #ba252f;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-color: #ba252f !important;
  border: solid thin;
}

.price-box {
  position: relative;
  margin: 10px 0px 10px;
  padding: 17px;
  background: #fff;
  border-radius: 10px;
}

.price-pg {
  line-height: 38px;
  vertical-align: -1px;
  font-size: 32px;
  font-weight: 800;
  color: #000;
}

.price-pg-o {
  margin-bottom: 10px;
}

.price-bottom-list {
  background: #fff4f1;
  border-radius: 4px;
  padding: 15px;
  margin: 10px 0 0;
  font-size: 12px;
}

.price-bottom-list-item-free {
  color: #fff;
  background-color: #161616;
  margin-right: 8px;
  border-radius: 20px;
  padding: 3px 8px;
  font-weight: 600;
}

.frame-only {
  background-color: #ba252f;
  color: #fff;
  border: thin solid;
  border-color: #ba252f;
}

.add-to-cart {
  color: #fff;
  height: 50px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: top;
  padding-top: 0;
  padding-bottom: 0;
  pointer-events: auto;
  width: 200px;
  background: #ba252f;
  background-color: #ba252f;
}

.add-to-cart:hover {
  background-color: #3a3a3a;
  color: #ffffff;
  transition: all 0.3s ease;
}

.categories-name-product {
  color: #727272;
}

.categories-name-product>a:hover {
  color: #ba252f;
  text-decoration: underline !important;
}

.categories-name-product>a {
  color: #ba252f;
}

.pd-btn {
  display: flex;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
  height: 50px;
  height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: top;
  width: 48%;
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 500;
  /* letter-spacing: .0892857143em; */
  justify-content: center;
  outline: 0;
  position: relative;
  text-decoration: none;
  text-indent: 0.0892857143em;
  text-transform: uppercase;
  transition-duration: 0.28s;
  transition-property: box-shadow, transform, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  flex-direction: column;
}

.pd-btn>small {
  font-size: 11px;
}

.price-pg {
  font-size: 21px;
  color: #474747;
}

.cart-and-quantity>.quantity {
  border: 1px solid #e8e8e8;
  /* border-radius: 50%;
    width: 170px;
    height: 50px;
    position: relative;
    overflow: hidden;
    background: #fff; */
}

.cart-and-quantity {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  position: relative;
  align-items: center;
  /* display: inline-flex;
    width: 100%!important; */
  /* display: flex;
    flex-direction: column;
    flex-wrap: wrap; */
}

.clear {
  clear: both;
}

.images-main-section {
  text-align: center;
}

.gallery-images {
  text-align: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  /* position: absolute; */
  margin: 0 auto;
  gap: 5px;
}

.main-section-for-gallery-images {
  text-align: center;
}

.add-to-cart {}

.main-tabs {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.product-page-desciprtion-section {
  background: rgba(0, 0, 0, 0.05) !important;
}

.product-page-desciprtion-section {
  padding: 15px 10px;
}

.tabss {
  color: #000;
  font-weight: 600;
  font-size: 23px;
  width: 50%;
  padding: 8px;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  /* width: 50%; */
  padding-left: 0;
}

.table-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-wrapper>table {
  width: 100%;
}

.table-wrapper>tbody>th,
td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* .description-content{
    display: none;
} */
.gallery-image {
  width: 80% !important;
}

/* .image-item>img {
    width: 80% !important;
} */

.description-main-content>p {
  text-align: justify;
}

.border-bottom-pg {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.table-wrapper>tbody>tr:last-child {
  border-bottom: none !important;
}

.col-us-70 {
  flex: 0 0 auto;
  width: 70%;
}

.col-us-30 {
  flex: 0 0 auto;
  width: 29%;
}

.inner-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  .col-us-70 {
    flex: 0 0 auto;
    width: 100%;
  }

  .col-us-30 {
    flex: 0 0 auto;
    width: 94%;
    border-radius: 20px;
  }
}

.color-on-product-page {
  display: flex;
  flex-wrap: wrap;
}

.size-box-pd-page {
  display: inline-flex;
  align-items: center;
}

.size-box-pd-page .sizes {
  margin: 0 5px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
}

.color-choose-heading {
  color: #000;
  /* font-weight: 600; */
  font-weight: 500;
  font-size: 16;
  line-height: 20px;
  /* font-size: 23px; */
  width: 100%;
  /* padding: 8px; */
  /* padding-left: 20px; */
  cursor: pointer;
  /* margin-top: 15px; */
  margin-bottom: 15px;
  display: flex;
}

.color-choose-heading-inner-heading {
  color: #6f6f6f;
  text-transform: capitalize;
}

.actual-price {
  color: #999;
  line-height: 29px;
  font-weight: bold;
}

/* .sale-price {
    color: #ba252f;
    line-height: 29px;
} */
.related-products-section {
  position: relative;
}

.related-products-section .inner-parent {
  /* display: flex; */
  /* overflow-x: auto; */
  padding-top: 15px;
  padding-bottom: 15px;
  /* align-items: center; */
}

.related-products-section .inner-content {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.product-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 41px;
}

.inner-content a {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.related-products-section .inner-parent {
  overflow-x: auto;
  /* Add a horizontal scroll bar if needed */
  -webkit-overflow-scrolling: touch;
  /* Enable smooth scrolling for iOS devices */
  scrollbar-width: thin;
  /* Set the width of the scrollbar */
  scrollbar-color: #c4c4c4 #f5f5f5;
  /* Set the color of the scrollbar */
}

/* Style the scrollbar */
.related-products-section .inner-parent::-webkit-scrollbar {
  width: 6px;
}

.related-products-section .inner-parent::-webkit-scrollbar-track {
  background: #f5f5f5;
}

.related-products-section .inner-parent::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  border-radius: 20px;
  border: 3px solid #f5f5f5;
}

.color-on-product-page .active {
  border: 3px solid #ba252f;
  border-radius: 8px;
  width: 85px;
  height: 85px;
  display: flex;
  flex-wrap: wrap;
}

.product-color {
  width: 85px;
  height: 85px;
  display: flex;
  flex-wrap: wrap;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  position: relative;
}

.product-color:hover .color-popover {
  visibility: visible;
}

.related-products-item>a {}

.gallery-images>.image-item {
  margin-bottom: 2%;
}

.sidebar-main-div {
  /* background-color: #f5f5f5; */
}

.sidebar-main-div h1 {
  font-size: 30px !important;
  font-weight: 600 !important;
  margin-bottom: 0 !important;
  margin-top: 10px;
  line-height: 33px !important;
}

.loader {
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
}

.main-img-section {
  display: flex;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  justify-content: center;
}

.loader {
  display: none;
}

.size-heading {
  margin-bottom: 0 !important;
}

.size-heading .sizes {
  padding: 8px !important;
}

.description-image-parent {
  display: flex;
  justify-content: center;
}

.tabs-list {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 0;
}

.tabs-list>.nav-item {
  position: relative;
}

.tab-link {
  background-color: #fff !important;
  color: #000;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 25px !important;
  padding-top: 23px;
  padding-bottom: 23px;
  border-radius: 0 !important;
}

.nav-pills .tab-link.active,
.nav-pills .show>.nav-link {
  color: #000 !important;
  /* border-bottom: 3px solid #000; */
}

.tab-link:after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.tab-link.active::after {
  width: 90% !important;
  background: #000 !important;
}

@media only screen and (max-width: 767px) {
  .tab-link {
    padding: 0;
  }

  .tabs-list {
    display: flex;
    gap: 20px;
  }

  .main-img-section {
    padding: 5px;
  }

  .main-img-product {
    width: 100%;
  }
}

.list-detail-section>li {
  position: relative;
  padding: 4px 0;
  font-weight: 400;
  size: 16px;
  line-height: 22px;
  color: #000;
}

.related-products-item {
  height: auto !important;
}

.related-products-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.description_text p {
  margin-top: 35px;
}

@media only screen and (min-width: 768px) {
  .images-details {
    float: right;
  }

  .main-img-product {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .description-image {
    display: none;
  }

  .images-details {
    flex-direction: column;
    flex-wrap: wrap;
  }

  /* .details-images {
        display: none;
    } */
}

.color-popover {
  position: absolute;
  visibility: visible;
  background-color: white;
  padding: 15px 20px;
  color: #000;
  border-radius: 4px;
  /* min-width: 150px; */
  text-align: center;
  border-radius: 4px;
  position: absolute;
  z-index: 1600000;
  /* display: block; */
  bottom: 122%;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  opacity: 1;
  transition: opacity 0.3s;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.4;
  font-family: Outfit, sans-serif;
  text-transform: capitalize;
  text-align: left;
  width: max-content;
}

.color-popover:before {
  content: "";
  position: absolute;
  top: calc(103% - 2px);
  left: 50%;
  transform: translateX(-50%);
  border-width: 12px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
}

.color-popover:after {
  content: "";
  position: absolute;
  top: calc(103% - 1px);
  left: 50%;
  transform: translateX(-50%);
  border-width: 12px;
  border-style: solid;
  border-color: #c2c2c2 transparent transparent transparent;
  z-index: 1;
}

.color-popover {
  visibility: hidden;
}

.pd-cats {
  margin: 7px auto -3px;
}

.colored-main .form-select:focus {
  box-shadow: none !important;
}

.zebra-loader {
  width: 96px;
  height: 16px;
  display: block;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  /* background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.25) 75%, transparent 75%, transparent); */
  background-image: linear-gradient(45deg,
      rgba(186, 37, 47, 0.25) 25%,
      transparent 25%,
      transparent 50%,
      rgba(186, 37, 47, 0.25) 50%,
      rgba(186, 37, 47, 0.25) 75%,
      transparent 75%,
      transparent);
  font-size: 30px;
  background-size: 1em 1em;
  box-sizing: border-box;
  animation: barStripe 1s linear infinite;
  margin: 0 auto;
  margin-bottom: 4px;
}

.price-pg-o {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prices-includes {
  font-weight: 500;
  line-height: 22px;
  font-size: 16px;
}

.price-includes-box ul li::before {
  content: "";
  position: relative;
  top: -3px;
  margin-right: 8px;
  width: 3px;
  height: 3px;
  background: #6f6f6f;
  border-radius: 50%;
  display: inline-block;
}

.price-includes-box ul li {
  color: #6f6f6f;
  line-height: 24px;
}

.related-wrapper-for-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.related-products-item {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .related-products-item {
    width: 50%;
  }

  .related-wrapper-for-flex {
    gap: 0;
  }

  .danger-text {
    font-size: 21px;
  }

  .related-products-item a .both {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .tabs-list {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    padding-top: 10px;
  }

  .cart-and-quantity {
    flex-direction: column;
  }

  .cart-and-quantity .pd-btn {
    width: 98%;
  }
}

@media only screen and (min-width: 768px) {
  .related-products-item {
    width: 19%;
  }

  .related-products-item a .both {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .danger-text {
    font-size: 33px;
  }
}

.gallery-images {
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 10px;
}

.both .product-name {
  font-weight: 700;
  line-height: 20px;
}

.cart-quantity-overlay {
  position: absolute;

  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f1f1f1;
  z-index: 2;
  cursor: pointer;
  opacity: 0.5;
}

.danger-text {
  color: #ba252f;
  color: #ba252f;
  font-weight: 700;

  font-weight: 700;
}

.out-of-stock-send {
  margin-bottom: 1rem;
  background: #fff;
  border: thin solid;
  border-color: #ba252f;
  color: #ba252f;
  border-radius: 4px;
}

@media only screen and (min-width: 768px) {

  /* .popover-overlay {

        position: absolute;
        color: #000;
        background-color: #fff;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, .4);
        width: 80%;
        bottom: 99px;
        z-index: 1600000;
        right: 21px;
        max-width: 615px;
        min-width: 159px;
        width: 100%;
        border-radius: 4px;
        display: none;
    } */
  .popups-button {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
  }

  .pd-btn {
    width: 80%;
  }
}

@media only screen and (max-width: 400px) {
  .popups-button {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .popups-s-content {
    margin: 10px;
  }
}

@media only screen and (max-width: 400px) {
  .popups-button {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .popups-s-content {
    margin: 10px;
  }
}

.popups {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999999;
}

/* Style the popups content */
.popups-s-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}

/* Style the close button */
.close-btn {
  background-color: #f44336;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

.continue-shopping {
  background-color: #f44336;
  color: #fff;
  border: 1px solid #f44336;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

.go-cart {
  border-color: #f44336;
  color: #000;
  background-color: #fff;
  border: 1px solid #f44336;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

.popups-button button {
  letter-spacing: 0.4px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 280px;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {

  .youtubeshort,
  .youtubevideo {
    display: none;
  }

  .ifram-short {
    width: 30%;
    height: 72vh;
  }

  .ifram-video {
    width: 80%;
    height: 72vh;
  }

  .main-img-section {
    min-height: 72vh;
  }
}

@media (max-width: 767px) {

  .youtubeshort,
  .youtubevideo {
    display: block;
  }

  .ifram-short {
    display: none;
  }

  .ifram-video {
    display: none;
  }
}

.pd-shorts,
.pd-video {
  cursor: pointer;
}

.visit-count {
  position: relative;
  display: inline-block;
  margin: 12px auto 6px;
  padding: 8px 15px 8px 14px;
  color: #ff8a00;
  font-size: 14px;
  letter-spacing: 0.2pt;
  text-align: center;
  border-radius: 25px;
  background-color: rgba(255, 138, 0, 0.12);
}

.selector-pair-item-list {
  display: flex;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}

.selector-pair-item .pair-item-from-list {
  appearance: none;
  display: none;
}

.selector-pair-item {
  cursor: pointer;
}

.selector-pair-item {
  width: 33.33%;
  /* background-color: #474747; */
  text-align: center;
  border-radius: 9999px;
  line-height: 28px;
  font-family: "outfit", sans-serif;
  font-weight: 700;
  transition-duration: 0.5s;
  transition-property: transform, box-shadow;
  color: #474747;
  width: 100%;
  cursor: pointer;
}

.selector-pair-item.active {
  background-color: #ba252f;
  color: #fff;
}

.selector-pair-item label {}

textarea:focus {
  box-shadow: none !important;
}

.frame-diemnesion {
  font-weight: 600 !important;
  font-size: 17px !important;
  text-align: center;
}

@media (min-width: 768px) {
  .yuyuyu {
    left: 9%;
  }

  .frame-diemnesion {
    display: none;
  }

  .reviews-section {
    /* background-color: #f5f5f5; */
  }

  .main-outer-section-rating {
    padding: 35px;
    background-color: #f5f5f5;
    border-radius: 20px;
  }

  .days-exchange p {
    padding-top: 10px;
  }

  .main-outer-section-rating-parent {
    padding: 35px;
    padding-top: 12px;
  }

  .wewedwedwed34 {
    width: 405px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .frame-diemnesion {
    display: block;
  }

  .reviews-section {
    background-color: #f5f5f5;
  }

  .review-post-section {
    padding-bottom: 15px;
  }

  .main-outer-section-rating {
    /* padding: 35px; */
    background-color: #f5f5f5;
    /* padding-top: 15px; */
    /* border-radius: 30px; */
  }

  .days-exchange p {
    padding-top: 10px;
  }
}

.days-exchange {
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}

.days-exchange p {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.days-exchange {
  border-radius: 12px;
  background-color: #f5f5f5;
  margin-bottom: 10px;
}

.littile-banner-cions-list {
  background-color: #f2f2f2;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  border-radius: 32px;
}

.littile-banner-cions-list {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.littile-banner-cions-list {
  background-color: #f2f2f2;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  border-radius: 32px;
}

.littile-banner-cions-list {
  display: flex;
  gap: 15px;
  justify-content: center;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

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

.transiiton-aply-btn {
  padding: 4px 5px;
  background-color: #ba252f;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

@-webkit-keyframes basicflickerAnimatin {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.5;
  }

  75% {
    opacity: 0.3;
  }

  to {
    opacity: 0;
  }
}

@keyframes basicflickerAnimatin {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.5;
  }

  75% {
    opacity: 0.3;
  }

  to {
    opacity: 0;
  }
}

.basic-animate-flicker {
  opacity: 0.5;
  -webkit-animation: basicflickerAnimatin 6s linear infinite;
  animation: basicflickerAnimatin 6s linear infinite;
}

.basic-animate-flicker-black {
  opacity: 0.5;
  -webkit-animation: basicflickerAnimatin 6s linear infinite;
  animation: basicflickerAnimatin 6s linear infinite;
  background: black;
}

@-webkit-keyframes mediumflickerAnimatin {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.7;
  }

  75% {
    opacity: 0.4;
  }

  to {
    opacity: 0;
  }
}

@keyframes mediumflickerAnimatin {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.7;
  }

  75% {
    opacity: 0.4;
  }

  to {
    opacity: 0;
  }
}

.medium-animate-flicker {
  opacity: 0.7;
  -webkit-animation: mediumflickerAnimatin 4s linear infinite;
  animation: mediumflickerAnimatin 4s linear infinite;
}

.medium-animate-flicker-black {
  opacity: 0.7;
  -webkit-animation: mediumflickerAnimatin 4s linear infinite;
  animation: mediumflickerAnimatin 4s linear infinite;
  background: black;
}

@-webkit-keyframes premiumflickerAnimatin {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.8;
  }

  75% {
    opacity: 0.4;
  }

  to {
    opacity: 0;
  }
}

@keyframes premiumflickerAnimatin {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.8;
  }

  75% {
    opacity: 0.4;
  }

  to {
    opacity: 0;
  }
}

.premium-animate-flicker {
  opacity: 0.9;
  -webkit-animation: premiumflickerAnimatin 3s linear infinite;
  animation: premiumflickerAnimatin 3s linear infinite;
}

.premium-animate-flicker-black {
  opacity: 0.9;
  -webkit-animation: premiumflickerAnimatin 3s linear infinite;
  animation: premiumflickerAnimatin 3s linear infinite;
  background: black;
}

/* */
.transition-glasses-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .transition-glasses-section {
    min-height: 85px;
    flex-direction: column;
  }

  .transition-glasses-section span {
    display: flex;
    width: max-content;
  }

  .transition-glasses-section button {
    /* width: 30%;; */
  }

  .transition-glasses-section ul {
    width: max-content;
  }

  .transition-color-list {
    margin-top: 2px;
  }
}

.transition-color-list-item {
  cursor: pointer;
}

.unknows {
  display: none;
}

.unknows {
  position: relative;

  height: 100%;
  width: 100%;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .select-lense-img-1 {
    width: 80%;
    position: inherit;
    z-index: 12;
  }

  .select-lense-img-2 {
    width: 80%;
    z-index: 9;
    position: absolute;
    top: 0;
  }

  .center-div {
    width: calc(80% - 2px);
    height: calc(80% - 2px);
    top: 1px;
    z-index: 11;
    position: absolute;
    opacity: 0.8;
  }

  .apply-transition-1 {
    margin-right: 10px;
    font-weight: 600;
    color: #6f6f6f;
  }
}

@media only screen and (max-width: 767px) {

  /* .desktop-class {
        display: none;
    } */
  .select-lense-img-1 {
    width: 100%;
    position: inherit;
    z-index: 12;
  }

  .select-lense-img-2 {
    width: 100%;
    z-index: 9;
    position: absolute;
    top: 0;
  }

  .center-div {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: 1px;
    z-index: 11;
    position: absolute;
    opacity: 0.8;
  }

  .main-img-section>.loader {
    display: none;
  }
}

.lense-active {
  border: 3px solid #ba252f;
}

.popup-info-lense {
  position: absolute;
  visibility: hidden;
  background-color: white;
  padding: 6px 14px;
  color: #000;
  border-radius: 4px;
  /* min-width: 150px; */
  text-align: center;
  border-radius: 4px;
  position: absolute;
  z-index: 1600000;
  /* display: block; */
  bottom: 43px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  transition: opacity 0.3s;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.4;
  font-family: Outfit, sans-serif;
  text-transform: capitalize;
  text-align: left;
}

.lense-active>.popup-info-lense {
  visibility: visible;
}

.popup-info-lense:before {
  content: "";
  position: absolute;
  top: calc(103% - 2px);
  left: 50%;
  transform: translateX(-50%);
  border-width: 12px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
}

.popup-info-lense:after {
  content: "";
  position: absolute;
  top: calc(103% - 1px);
  left: 50%;
  transform: translateX(-50%);
  border-width: 12px;
  border-style: solid;
  border-color: #c2c2c2 transparent transparent transparent;
  z-index: 1;
}

.apply-transition-2 {
  font-weight: 600;
  margin-bottom: 3px;
  color: #6f6f6f;
}

/* ================================================= */

@media (min-width: 768px) {
  .mobile-fixed-bottom-button {
    display: none;
  }
}

/* Media query for mobile screens */
@media (max-width: 767px) {
  .mobile-fixed-bottom-button {
    display: none;
    /* padding-top: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 1.33333rem;
    padding: 0 0.26667rem;
    background: #fff;
    box-shadow: 0 0.02667rem 0.16rem 0;
    height: 100%;
    min-height: max-content;
    max-height: 42px;
    overflow-x: hidden; */
  }

  .mobile-fixed-bottom-button .mobile-fixed-button {
    padding: 0 13px;
    background-color: #fff;
    border-radius: 0.13333rem;
    text-transform: inherit;
    letter-spacing: inherit;
    border: thin solid;
    color: #ba252f;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto !important;
  }

  .mobile-fixed-button-lenses {
    background-color: #ba252f !important;
    color: #fff !important;
  }

  .mobile-fixed-bottom-button .mobile-fixed-button>small {
    font-size: 10px;
    font-weight: 400;
    gap: 2px;
    justify-content: center;
    align-items: center;
  }

  .ainak-width-80 {
    /* width: 80%; */
    padding: 5px 13px !important;
  }
}

.categories-top-label span {
  font-weight: 600;
  letter-spacing: 0.2px;
}

@media (max-width: 767px) {
  .hot-labels-pd {
    position: absolute;
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
    left: 5px;
  }

  .tryon-btn-pd {
    text-align: right;
  }

  .tryon-sticky {
    text-align: right;
    position: fixed;
    top: 51px;
    width: 100%;
    transition: top 0.3s ease;
    z-index: 999999;
  }

  .inner-row,
  .main-img-section {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .hot-labels-pd {
    position: absolute;
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
    right: 5px;
  }

  .tryon-btn-pd {
    text-align: center;
  }

  .tryon-sticky {
    /* position: fixed;
    top: 51px;
    right: 17%;
    z-index: 9999999; */
  }
}

.urdu-text {
  font-size: 19px !important;
  font-weight: 700 !important;
  display: flex;
  height: max-content;
  margin-top: 2px;
}

.pd-btn:nth-child(2) {
  height: 52px;
}

.frame-only {
  font-size: 17px !important;
}

.countdown-container {
  display: flex;
  /* background: rgba(0, 0, 0, 0.5); */
  /* padding: 20px; */
  border-radius: 10px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
  margin-bottom: 15px;
  width: 100%;
  justify-content: center;
  justify-content: space-between;
}

.countdown-item {
  font-size: 2rem;
  /* margin: 0 20px; */
  text-align: center;
  /* min-width: 80px; */
  position: relative;
  background-color: #532d21;
  border-radius: 8px;
  color: #fff;
  width: 24%;
}

.countdown-item span {
  font-size: 1rem;
  display: block;
}

.fade-in {
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

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

.pd-page-loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  /* This ensures the loader is centered within the full viewport height */
}

.pd-page-loader {
  width: 48px;
  height: 48px;
  border: 5px solid #fff;
  border-bottom-color: #ff3d00;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  display: none;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

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

.cart-and-quantity .custom-buttons {
  width: 100% !important;
}

#open-popup-button {
  width: max-content;
  background-color: #ba252f;
  border: 1px solid #ba252f;
  color: #fff;
  padding: 1px 5px !important;
  font-weight: 400;
  font-size: 19px;
  line-height: 25px;
  top: 0;
  border-radius: 5px;
}

@media only screen and (max-width: 2000px) and (min-width: 1500px) {

  #open-popup-button {
    width: max-content;
    background-color: #ba252f;
    border: 1px solid #ba252f;
    color: #fff;
    padding: 1px 5px !important;
    font-weight: 400;
    font-size: 19px;
    line-height: 25px;
    top: -12px !important;
    border-radius: 5px;
  }
}

@media only screen and (max-width: 1499px) and (min-width: 1200px) {

  #open-popup-button {
    width: max-content;
    background-color: #ba252f;
    border: 1px solid #ba252f;
    color: #fff;
    padding: 1px 5px !important;
    font-weight: 400;
    font-size: 19px;
    line-height: 25px;
    top: -53px !important;
    border-radius: 5px;
  }
}

/* @media only screen and (max-width: 1199px) and (min-width: 916px)  {

} */

@media only screen and (max-width: 1199px) and (min-width: 916px) {
  #open-popup-button {
    width: max-content;
    background-color: #ba252f;
    border: 1px solid #ba252f;
    color: #fff;
    padding: 1px 5px !important;
    font-weight: 400;
    font-size: 19px;
    line-height: 25px;
    top: -52px !important;
    border-radius: 5px;
  }
}

@media only screen and (max-width: 917px) and (min-width: 857px) {
  #open-popup-button {
    width: max-content;
    background-color: #ba252f;
    border: 1px solid #ba252f;
    color: #fff;
    padding: 1px 5px !important;
    font-weight: 400;
    font-size: 19px;
    line-height: 25px;
    top: -52px !important;
    border-radius: 5px;
  }
}

@media only screen and (max-width: 858px) and (min-width: 768px) {
  #open-popup-button {
    width: max-content;
    background-color: #ba252f;
    border: 1px solid #ba252f;
    color: #fff;
    padding: 1px 5px !important;
    font-weight: 400;
    font-size: 19px;
    line-height: 25px;
    top: -201px !important;
    border-radius: 5px;
  }
}



.ainak-dis-nammer {
  position: relative;
  width: 100%;
  height: 104px;
  background: #000; /* Solid blue background */
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius:15px;
  padding:5px;
  width:100%;
  margin-top: 10px;
}

.ainak-dis-nammer canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.ainak-dis-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.ainak-dis-content .heading-dddd {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
}

.ainak-dis-content span {
  color: #ffa500; /* Bright orange for "30%" and "50%" */
  font-weight: bold;
  animation: zoomInOut 2.5s infinite; /* Zoom effect */
  display: inline-block; /* Required for smooth animation */
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}


@media(max-width:767px){
  .ainak-dis-nammer {
    position: relative;
    width: 100%;
    height: 109px;
    background: #000;
    color: white;
    display: flex
;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 15px;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
}
.ainak-dis-content .heading-dddd{
  font-size: 16px;
}
.ainak-dis-nammer{
  height: 77px;
}
}