.block .newsletter input {
  margin-right: 15px !important;
}

.newsletter-home .block.newsletter .content .actions .action.subscribe.primary {
  font-size: 30px !important;
}

@media (min-width: 768px) {
  .block.newsletter {
    max-width: 90% !important;
  }
}
.pdframe {
  max-width: 1366px;
  margin: auto;
}

.hea-container {
  padding-top: 10px;
  padding-bottom: 0px;
}
.con-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.containerbgl {
  background-color: #f7fbfc;
}
.containerbgd {
  background-color: #f0f0f0;
}

.swiper-button-next,
.swiper-button-prev {
  color: #f6f6f6 !important;
}

.notificationbar {
  width: 100%;
  height: 25px;
  /* position: absolute; */
  top: 0;
  flex: auto;
  align-content: center;
  color: white;
  background-color: #880000;
  align-items: center;
  overflow: hidden;
}

.notification-banner {
  width: 100%;
  height: 20px;
  color: rgb(255, 255, 255);
  /* background-color: #444; */
  padding: 1px;
  margin: 1px;
  display: none;
  text-align: center;
  vertical-align: middle;
  transform: translateY(-100%);
}

.notification-banner a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.notification-banner.show {
  transform: translateY(0);
  transition: transform 1s ease-in-out;
}
.notification-banner.hide {
  transform: translateY(100%);
  transition: transform 1s ease-in-out;
}

/* First active item */
.owl-item.active.item-1 {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) scale(1)
    rotateX(360deg) rotateY(20deg) rotateZ(1deg) skew(358deg, 3deg);
  transform-style: preserve-3d;
  will-change: transform;
  z-index: 1;
}

/* Second active item */
.owl-item.active.item-2 {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) scale(1)
    rotateX(360deg) rotateY(10deg) rotateZ(1deg) skew(359deg, 2deg);
  transform-style: preserve-3d;
  will-change: transform;
  z-index: 2;
}

/* Third active item */
.owl-item.active.item-3 {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) scale(1.1)
    rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  will-change: transform;
  z-index: 3;
}

/* Fourth active item */
.owl-item.active.item-4 {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) scale(1)
    rotateX(360deg) rotateY(350deg) rotateZ(359deg) skew(1deg, 358deg);
  transform-style: preserve-3d;
  will-change: transform;
  z-index: 2;
}

/* Fifth active item */
.owl-item.active.item-5 {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) scale(1)
    rotateX(360deg) rotateY(340deg) rotateZ(359deg) skew(2deg, 357deg);
  transform-style: preserve-3d;
  will-change: transform;
  /* transform: rotateY(40deg) scale(1.1); */
  margin: 10px;
  z-index: 1;
}

/* prommobanner */

.prommobannercustom {
  margin: 10px;
}

.prommobannertext {
  text-align: center;
  position: absolute;
  /* width: -webkit-fill-available; */
  margin: 10px;
  bottom: 16%;
  left: 10%;
  right: 10%;
  color: black;
  /* z-index: 10;*/
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.page-header-sliders {
  min-height: 0px !important;
}

.top-banner-mb {
  width: 100% !important;
  margin-top: 5px;
}
/* Default font size for h2 and h5 headings */
.top-banner-mb h2 {
  font-size: 60px !important;
}

.top-banner-mb h3 {
  font-size: 40px !important;
}

/* Change font size for h2 and h5 headings on screens with a maximum width of 768px */
@media screen and (max-width: 768px) {
  .slide-home-1 .slider_mgs_carousel .item-image {
    min-height: 0px !important;
  }

  .top-banner-mb h2 {
    font-size: 28px !important;
  }

  .top-banner-mb h3 {
    font-size: 18px !important;
  }
}

/* Change font size for h2 and h5 headings on screens with a maximum width of 480px */
@media screen and (max-width: 480px) {
  .top-banner-mb {
    min-height: 0px !important;
  }

  .top-banner-mb h2 {
    font-size: 24px !important;
  }

  .top-banner-mb h3 {
    font-size: 16px !important;
  }
}

/* #comments */

.blog-view .share-info .view-tags {
  height: auto !important;
  padding: 10px !important;
}

/* Default styles for the bannertxt class */
.bannertxt {
  color: white;
  text-align: center;
  font-size: 12px; /* Default font size for smaller screens */
}

.transparentwhitebkg {
  background-color: rgba(255, 250, 250, 0.6);
  padding: 3px !important;
  border-radius: 4px;
  margin-bottom: 2px;
}

@media screen and (min-width: 390px) {
  .bannertxt {
    font-size: 16px;
  }
  .transparentwhitebkg {
    padding: 4px !important;
    border-radius: 4px;
    margin-bottom: 10px !important;
  }
}
/* Media queries for different screen sizes */
/* Adjust font size for medium-sized screens */
@media screen and (min-width: 768px) {
  .bannertxt {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .transparentwhitebkg {
    padding: 5px !important;
    border-radius: 4px;
    margin-bottom: 20px !important;
  }
}

/* Adjust font size for larger screens */
@media screen and (min-width: 1024px) {
  .bannertxt {
    font-size: 24px;
    letter-spacing: 5px;
  }
  .transparentwhitebkg {
    padding: 6px !important;
    border-radius: 4px;
    margin-bottom: 40px !important;
  }
}

/* Adjust font size for extra-large screens */
@media screen and (min-width: 1200px) {
  .bannertxt {
    font-size: 28px;
    letter-spacing: 5px;
  }
  .transparentwhitebkg {
    padding: 7px !important;
    border-radius: 4px;
    margin-bottom: 100px !important;
  }
}

table.footer-contactinfo td {
  border: 0px;
}

.contentpd {
  color: #666666;
}

.contentpd h1 {
  font-family: "Trocchi", serif;
  font-size: 45px;
  font-weight: normal;
  line-height: 48px;
  margin: 40px 5px 15px;
  line-height: 1.5;
}

.contentpd h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  margin: 40px 5px 15px;
}

.contentpd h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin: 20px 5px 15px;
}

.contentpd .subheader {
  font-size: 22px;
  font-weight: 300;
  color: #ffcc66;
  margin: 10px 5px 15px 20px;
}

.contentpd table {
  color: #4c4a37;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 32px;
  margin: 10px 10px 14px 20px;
  text-align: justify;
}

.contentpd p {
  color: #4c4a37;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 32px;
  margin: 10px 10px 14px 20px;
  text-align: justify;
}

.contentpd li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 32px;
  margin: 10px 10px 14px 40px;
  list-style-type: disc;
}

.contentpd a {
  color: #666666;
  /* background: #fff4a3; */
  text-decoration: none;
}

.contentpd a:hover {
  color: #ffcc66;
}

.footerpd h1 {
  color: #666666;
  font-family: "Trocchi", serif;
  font-size: 45px;
  font-weight: normal;
  line-height: 35px;
  margin: 5px 5px 5px;
  /* line-height: 1.5;  */
}

.footerpd h2 {
  color: #666666;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
  margin: 5px 5px 5px;
}

.footerpd h3 {
  color: #666666;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
  margin: 5px 5px 5px;
}

.footerpd .subheader {
  font-size: 22px;
  font-weight: 300;
  color: #ffcc66;
  margin: 5px 5px 5px 10px;
}

.footerpd table {
  color: #666666;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 2px;
  margin: 5px 5px 5px 10px;
  text-align: justify;
}

.footerpd p {
  color: #666666;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 25px;
  margin: 5px 5px 5px 10px;
  text-align: justify;
}

.footerpd li {
  color: #666666;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 32px;
  margin: 10px 10px 14px 40px;
  list-style-type: disc;
}

.footerpd a {
  color: #666666;
  /* background: #fff4a3; */
  text-decoration: none;
}

.footerpd a:hover {
  color: #ffcc66;
}

.headingtxt {
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
  letter-spacing: 4px;
  /* margin: auto; */
}

.headingtxt a {
  color: #666666;
}

.action.tocart.primary {
  background: #880000;
  border: 2px solid #880000;
  color: #ffffff;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 5px;
}

.action.tocart.primary:hover {
  background: #ffffff;
  color: #880000;
}

.action.tocart.primary.greentocart {
  background: #0ae106;
  border: 2px solid #000000;
  color: #ffffff;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.action.tocart.primary.greentocart:hover {
  background: #ffffff;
  color: #000000;
}

.action.tocart.primary.whitetocart {
  background: #ffffff;
  border: 2px solid #000000;
  color: #000000;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.action.tocart.primary.whitetocart:hover {
  background: #09ff00;
  color: #000000;
}

.containersubs {
  display: flex;
  justify-content: space-between;
  max-width: 800px; /* Set the maximum width to 80% of the screen width */
  margin: auto;
  height: 100%;

  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.boxsubs {
  width: 400px;
  height: 400px;
  overflow: hidden;

  background-color: #d7aea7;
}
.boxsubs img {
  width: 400px;
  height: 400px;
}

.sign-up-boxsubs {
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.sign-up-boxsubs h2 {
  color: #880000;
  font-size: 40px;
}
.sign-up-boxsubs p {
  color: #fdf4f4;
  font-size: 22px;
}

.subscribeinput {
  width: -webkit-fill-available;
  border: 1px solid #880000;
}

.subscribeinput.popup {
  margin-top: 10%;
}

@media screen and (max-width: 1000px) {
  .containersubs {
    display: flex;
    max-width: 600px;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .boxsubs {
    width: 300px;
    height: 300px;
    overflow: hidden;
  }
  .boxsubs img {
    width: 300px;
    height: 300px;
  }
  .sign-up-boxsubs {
    display: flex;
    flex-direction: column;
    padding: 15px;
  }
  .sign-up-boxsubs h2 {
    color: #880000;
    font-size: 34px;
  }
  .sign-up-boxsubs p {
    color: #fdf4f4;
    font-size: 16px;
    text-align: justify;
  }
  .subscribeinput.popup {
    margin-top: 8%;
  }
}

@media screen and (max-width: 767px) {
  .containersubs {
    display: flex;
    max-width: 500px;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .boxsubs {
    width: 250px;
    height: 250px;
    overflow: hidden;
  }
  .boxsubs img {
    width: 250px;
    height: 250px;
  }
  .sign-up-boxsubs {
    display: flex;
    flex-direction: column;
    padding: 10px;
  }
  .sign-up-boxsubs h2 {
    color: #880000;
    font-size: 24px;
  }
  .sign-up-boxsubs p {
    color: #fdf4f4;
    font-size: 14px;
  }
  .subscribeinput.popup {
    margin-top: 4%;
  }
}

/* Media query for smaller screens */
@media screen and (max-width: 610px) {
  .containersubs {
    flex-direction: column;
    display: flex;
    max-width: 250px;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .boxsubs {
    width: 250px;
    height: 250px;
    overflow: hidden;
  }
  .boxsubs img {
    width: 250px;
    height: 250px;
  }
  .sign-up-boxsubs {
    padding: 10px;
  }
  .sign-up-boxsubs {
    display: flex;
    flex-direction: column;
    padding: 10px;
  }
  .sign-up-boxsubs h2 {
    color: #880000;
    font-size: 24px;
  }
  .sign-up-boxsubs p {
    color: #fdf4f4;
    font-size: 16px;
    line-height: initial;
  }
  .subscribeinput.popup {
    margin-top: 3%;
  }
}

/* .subscribeinput input[type="email"] {
  width: -webkit-fill-available;
} */

.action.subscribe.primary {
  background: #880000;
  width: -webkit-fill-available;
  border: 1px solid #880000;
  height: -webkit-fill-available;
  height: 2.975rem;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  padding: 0.5rem 1.375rem;
}

.action.subscribe.primary:hover {
  background: #ffffff;
  color: #880000;
}

.modal_newsletter_popup.modal-slide .modal-inner-wrap {
  width: max-content !important;
}

.newsletter_popup {
  width: max-content !important;
}

.category-cms {
  margin-bottom: 6.5rem;
}

.category-product-actions.show-breadcrumbs
  .filter-wrapper
  .category-page-title
  .category-title {
  margin-left: 0px;
}

.filter-wrapper {
  margin-top: 60px;
}

.page-title-wrapper {
  margin-bottom: 40px;
}

.specialdeal {
  background-image: linear-gradient(45deg, #1c0000, #460000);
  padding: 20px;
  border-radius: 20px;
}

.specialdeal a {
  color: #fdf4f4;
}

.specialdeal .price-box .special-price .price {
  color: #fdf4f4 !important;
}

.single-deal .product.name.product-item-name.specialdealheading a {
  color: #fdf4f4;
  font-size: 2.5rem;
  margin-top: 10px;
}

.product.description.product-item-description.specialdealheading {
  color: #fdf4f4;
}

.single-deal .price-box .price {
  font-size: 1.8rem;
}

.single-deal .product-info-label .stock.stockbigger {
  font-size: 1.1rem;
}

.single-deal .product-info-label .save-count.stockbigger {
  font-size: 1.1rem;
}

.effective-price.price {
  background-color: rgb(224 241 255);
  color: green;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px 30px 10px 30px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.2s;
  width: max-content;
  max-width: 100%;
  margin-top: 10px;
  font-size: 0.85rem;
}

.effective-price.price:hover {
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
}

.effective-price.price .line {
  display: flex;
  align-items: center;
}

.effective-price.price img {
  width: 20px;
  margin-right: 10px;
}

.effective-price-value {
  font-size: 1rem;
  font-weight: 600;
}

.delivery-date-line {
  margin-top: 5px;
  height: 21px;
  overflow-y: hidden;
}
.delivery-date {
  background-color: rgb(224 241 255);
  border-radius: 5px;
  padding: 2px 25px 2px 25px;
  width: max-content;
  margin-top: 2px;
  font-size: 0.9rem;
  position: relative;
  height: 30px;
}
.delivery-date-popup {
  background-color: rgb(240 248 255);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 2px 25px 2px 25px;
  width: max-content;
  max-width: 140%;
  font-size: 0.7rem;
  position: absolute;
  display: none;
  z-index: 1;
}

.delivery-date-popup li {
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
  font: status-bar;
}
.delivery-date-popup ul {
  list-style: square;
}

.best-seller-tag {
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 28%,
      #8a6e2f 42%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffac 0%,
      #d1b464 20%,
      #5d4a1f 62.5%,
      #5d4a1f 100%
    );
  color: white;
  padding: 1% 2% 1% 2%;
  position: absolute;
  top: 0px;
  right: 0px;
  font-family: "Cerebri Sans";
  border-top-right-radius: 5px;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.best-seller-tag-visible {
  opacity: 1 !important;
}

.truckanimate {
  animation: truck 1s linear;
  overflow: hidden;
}

@keyframes truck {
  0% {
    width: 0%;
  }
  50% {
    width: 60%;
  }
  100% {
    width: 90%;
  }
}

.product-custom-option-size {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.option-box-size {
  border: 1.5px solid #ccc;
  padding: 10px;
  cursor: pointer;
  box-sizing: border-box;
  aspect-ratio: 2 / 1;
  text-align: center;
  border-radius: 50px;
}

.selected-size {
  border: 1.5px solid #880000;
  color: #880000;
}

.price-guarantee-line {
  background-color: rgb(224 241 255);
  border-radius: 5px;
  padding: 2px 10px 2px 10px;
  width: max-content;
  margin-top: 2px;
  font-size: 0.9rem;
  position: relative;
}

.price-guarantee-popup {
  background-color: rgb(240 248 255);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 2px 10px 2px 10px;
  width: 150%;
  max-width: 150%;
  font-size: 0.7rem;
  font: status-bar;
  position: absolute;
  display: none;
  z-index: 1;
  left: auto;
}

.price-guarantee {
  max-width: 100%;
  position: relative;
  margin-bottom: 2px;
}

.newYearBanner {
  background-color: #4caf50; /* Green background color */
  color: white; /* White text color */
  text-align: center; /* Center-align the text */
  left: 0; /* Align it to the left */
  width: 100%; /* Full width */
  z-index: 1000; /* Higher z-index to appear above other elements */
  height: 0px; /* Set the desired height */
  overflow: hidden; /* Hide overflow content */
  transition: height 1s ease-in-out; /* Add a transition for the height property */
}

.newYearBanner.transition-class {
  height: 25px;
  transition: height 1s ease-in-out; /* Match the transition duration */
}

.discount-label {
  color: #880000;
  font-size: 0.9rem;
  width: auto;
}

.rKzBc5Za3p {
  position: relative;
  display: block;
  cursor: pointer;
  text-align: end;
}

.dRpQm1NvWc {
  display: none;
  position: absolute;
  z-index: 10;
  background-color: #ececec;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 0;
  width: max-content;
  right: 0;
}

.dRpQm1NvWc a {
  display: block;
  padding: 6px 12px;
  text-decoration: none;
  color: #333;
}

.dRpQm1NvWc a:hover {
  background-color: #f2f2f2;
}

.rKzBc5Za3p:hover .dRpQm1NvWc {
  display: block;
}

/* Table styles */
.size-chart-table {
  width: 100%;
  border-collapse: collapse;
}

.size-chart-table th,
.size-chart-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

/* Varying colors in each line */
.size-chart-table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

.size-chart-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

/* Make the first column bold */
.size-chart-table th:first-child {
  font-weight: bold;
}

/* Set equal width for all columns */
.size-chart-table th,
.size-chart-table td {
  width: calc(
    100% / 6
  ); /* Adjust the denominator based on the number of columns */
}

/* Heading styles */
.modal-dialog h2 {
  margin-bottom: 20px;
}

header.page-header .block-search {
  margin: 0 20px 0 0;
}

header.page-header .right-content > div {
  margin-left: 10px;
}

.catalog-product-view .product-info-main .box-tocart {
  margin-top: 10px;
}

.product-details-container {
  padding: 10px;
}

.product-details-title {
  font-weight: bold;
  border-bottom: 1px solid black;
  padding-bottom: 10px;
}

.product-details-definition {
  padding: 10px;
}

.product-details-key-value-pairs {
  padding-left: 10px; /* Padding equal to the width of the title div */
  border-bottom: 1px solid black;
  padding-bottom: 10px;
}

.product-details-key-value-pair {
  display: flex;
  padding-top: 5px;
}

.product-details-key {
  font-weight: bold;
  flex-basis: 30%;
}

.product-details-value {
  flex-basis: 70%;
}

.header-area:not(.right-slide-menu)
  .horizontal-menu
  .mgs-megamenu--main
  .nav-main-menu
  li.level0 {
  padding: 0 10px !important;
}

.popup-overlay {
  position: fixed;
  bottom: 40px;
  left: -150px; /* Start off-screen */
  transition: left 2s ease; /* 2-second transition */
  z-index: 1000;
}

/* Slide in animation */
.popup-overlay.slide-in {
  left: 10px; /* Slide into view */
}

/* Style for the video player container */
.popup-container {
  max-width: 120px;
  display: flex;
  align-items: center;
}

/* Style for the video element */
.popup-container video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

/* Style for the SALE text */
.popsale-text {
  position: absolute;
  background-color: rgb(255 255 255 / 74%);
  color: #880000;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

/* Style for the close button */
.popclose-button {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 16px;
  padding: 0px 7px;
  border-radius: 50%;
}

/* Block Title styling */
.block-title {
  font-size: 18px;
  font-weight: bold;
  color: #000; /* Black color for emphasis */
  margin-bottom: 15px; /* Space below the title */
  border-bottom: 2px solid #e0e0e0; /* Bottom border to separate title */
  text-transform: uppercase; /* Uppercase text */
}

/* Hide Shopping Options subtitle with !important */
.filter-subtitle {
  display: none !important; /* Completely hide the "Shopping Options" subtitle */
}

/* Filter Options Titles */
.filter-options-title {
  font-size: 15px;
  font-weight: 600;
  color: #666666; /* Slightly darker grey */
  margin-top: 20px; /* Space above each filter section */
  margin-bottom: 10px; /* Space below the title */
  text-transform: uppercase; /* Uppercase text */
}

/* Filter Options List */
.filter-options .items {
  list-style: none; /* Remove bullets */
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
}

/* Individual Filter Item */
.filter-options .item {
  margin-bottom: 10px; /* Space between filter items */
}

.filter-options .item a {
  text-decoration: none; /* Remove underline from links */
  color: #666666; /* Greyish color for links */
  font-size: 14px;
  display: inline-block; /* Ensure the link surrounds the entire item */
  padding: 5px 10px; /* Add some padding for clickable area */
  text-transform: uppercase; /* Uppercase text */
  transition: color 0.3s, text-decoration 0.3s; /* Smooth hover transition */
}

.filter-options .item a:hover {
  color: #000; /* Black text on hover */
  text-decoration: underline; /* Underline on hover */
}

/* Apply the same style to span inside price option */
.filter-options .item a span {
  color: inherit; /* Inherit the color from the parent */
}

.filter-options .item a:hover span {
  color: #000; /* Black text on hover */
}

.prommobannercustom a {
  line-height: 1.5;
}

.product-options-wrapper .field .price-notice .weee {
  font-size: 1rem !important;
}

.category-dicount-code.price span {
  margin-right: 0px;
}

#feasec .bannertxt {
  display: none;
}

#home-family-section .bannertxt {
  font-size: 0.8rem;
}
