@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

:root {
  --primary_color: #e81d1d;
  --secondary_color: #252525;
  --hover: #b8b8b8;
  --description_p_color: #4a4a4a;
  --white: #fafafa;
}

.fs-1-em {
  font-size: 1em;
}

.no-focus-outline:focus {
  outline: none;
  box-shadow: none;
  border-color: inherit;
}

header .productSearchHeader input::placeholder {
  font-size: 0.9em;
}

header .productSearchHeader input {
  display: block;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 1px solid #C1C1C1;
  height: 100%;
  padding: 10px;
  font-size: 12px;
  height: 36px;
}

header .productSearchHeader button {
  display: block;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #C1C1C1;
  height: 100%;
  background: #C1C1C1;
  height: 36px;
}

body {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 14px;
  background: #fafafa;
  transition: all 0.3s linear;
  color: var(--secondary_color);
}

.loading-container {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  z-index: 999;
}

.loading-container img {
  width: 50px;
  position: absolute;
  margin: 20px 5px 0px 0px;
}

.loading-spinner {
  border: 8px solid #e02222;
  border-top: 8px solid var(--hover);
  border-bottom: 8px solid var(--hover);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 1s linear infinite;
  margin-top: 20px;
}

.opacityLogo {
  position: absolute;
  left: auto;
  right: auto;
  bottom: 0px;
  z-index: 0;
  max-width: 600px;
  opacity: 47%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.btn-decoplus {
  background: var(--primary_color);
  color: var(--white);
  border-radius: 7px;
}

.bg-decoplus {
  background: var(--primary_color);
}

.bg-decoplus-2 {
  background: #e02222;
}

a {
  text-decoration: none;
  transition: all 0.3s linear;
  font-family: "Poppins", sans-serif;
}

a:hover {
  text-decoration: none;
  color: var(--hover);
}

.clear {
  clear: both;
}

@media (min-width: 1240px) {
  .container {
    max-width: 1140px !important;
  }
}

@media (min-width: 1340px) {
  .container {
    max-width: 1240px !important;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px !important;
  }
}

#topBar {
  width: 100%;
  text-align: center;
  height: auto;
  background-color: #050505;
}

header {
  transition: all 0.3s linear;
  padding: 5px 0px 5px 0px;
  width: 100%;
  z-index: 10;
}

header.homepage {
  position: static;
}

header.sticky {
  position: fixed;
  top: 0px;
  z-index: 9998;
  padding-top: 0px;
  padding-bottom: 0px;
  background: var(--secondary_color);
  width: 100%;
}

header .logo {
  transition: all 0.3s linear;
  height: 80px;
}

header.sticky .logo {
  height: 40px;
  filter: brightness(0) invert(1);
}

header.sticky .navbar-nav .nav-item a.nav-link {
  color: var(--white);
}

header .navbar-nav .nav-item a.nav-link {
  display: inline-block;
  padding: 5px 20px;
  font-size: 13px;
  font-weight: 500;
  color: var(--secondary_color);
}

header.sticky .navbar-nav .nav-item a.nav-link.orderTracking {
  background: var(--white);
  color: var(--secondary_color);
}

header .navbar-nav .nav-item a.nav-link.orderTracking {
  background: var(--primary_color);
  color: var(--white);
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 20px;
  font-weight: 400;
}

header.sticky .navbar-nav .nav-item a.nav-link.userButton {
  background: var(--white);
  color: var(--secondary_color);
  height: 100%;
  display: block;
}

header .navbar-nav .nav-item a.nav-link.userButton {
  background: #e02222;
  color: var(--white);
  border-radius: 10px;
  margin-left: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 3px 20px 3px 20px;
  height: 100%;
}

header .navbar-nav .nav-item a.nav-link.userButton div {
  font-size: 0.9em;
  line-height: 1em;
}

header .navbar-nav .nav-item a.nav-link.userButton small {
  font-size: 0.7em;
  line-height: 1em;
  display: block;
}

header .navbar-nav .nav-item a.nav-link.userButton i {
  font-size: 1.4em;
}

.menuNeedHelp {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #8A8A8A;
}

.menuNeedHelp .icon {
  border-radius: 12px;
  border: 0px;
  padding: 8px 12px;
  font-size: 26px;
  color: #8A8A8A;
  margin-right: 10px;
}

.menuNeedHelp .needHelpContent {
  font-size: 14px;
  font-weight: 600;
  color: #E02222;
}

#categoryBar {
  width: 100%;
  border: 1px solid #DEECFF;
  border-radius: 12px;
  background: #fff;
  margin-bottom: 16px;
}

#categoryBar a.menuBarIconsLink {
  font-size: 18px;
  padding: 10px 15px;
  color: #808080;
  border-radius: 5px;
}

#categoryBar a.menuBarIconsLink:hover {
  background: #e02222;
  color: #fff;
}

#headerBanner {
  width: 100%;
}

#headerBanner .card {
  border: 1px solid #DEECFF;
  border-radius: 12px;
}

#headerBanner img {
  width: 40px;
  margin-right: 20px;
}

#headerBanner h4 {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}

#headerBanner p {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}

#slider {
  width: 100%;
  position: relative;
  padding: 0px 0px;
}

#slider .swiper {
  width: 100%;
  height: 100%;
}

#slider .swiper img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
}

#slider .swiper .sliderText {
  position: absolute;
  bottom: 50px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.48);
  padding: 20px;
  width: 70%;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

#slider .swiper h2 {
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

#slider .swiper h2 span {
  color: var(--primary_color);
}

#slider .swiper p {
  color: var(--description_p_color);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 20px 0px;
}

#slider .swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, rgba(193, 39, 45, 0.1));
}

#slider .swiper-scrollbar-drag {
  background: #e02222;
}

#slider .swiper .sliderRightButton {
  position: absolute !important;
  right: 0px !important;
  bottom: 80px !important;
  top: auto !important;
  left: auto !important;
  color: #fff;
  background: #323232;
  padding: 10px 20px;
  width: 60px;
  height: 60px;
}

#slider .swiper .sliderRightButton::after {
  font-size: 36px !important;
  line-height: 36px;
}

#slider .swiper .sliderLeftButton {
  position: absolute !important;
  right: 70px !important;
  bottom: 80px !important;
  top: auto !important;
  left: auto !important;
  color: #fff;
  background: #323232;
  padding: 15px 15px;
  width: 40px;
  height: 40px;
}

#slider .swiper .sliderLeftButton::after {
  font-size: 28px !important;
  line-height: 28px;
}

#slider .banner {
  height: auto;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #e02222 !important;
}

#bannerGroup {
  width: 100%;
  margin: 0px 0px 0px 0px;
}

#bannerGroup a.bannerProduct {
  color: #323232;
  transition: all 0.4s linear;
  width: 100%;
  padding-left: 60px;
  display: flex;
  align-items: center;
}

#bannerGroup a.bannerProduct h2 {
  font-weight: bold;
  font-size: 24px;
  color: #323232;
}

#bannerGroup a.bannerProduct h2 span {
  display: block;
  font-weight: 500;
  font-size: 1em;
}

#bannerGroup a.bannerPebble {
  background: url("../img/bannerPebbleProduct.webp") -80px center no-repeat,
    url("../img/bannerProductBackground.webp") right bottom no-repeat;
  border: 1px solid #dadada;
  border-radius: 12px;
}

#bannerGroup a.bannerPebble:hover {
  background: url("../img/bannerPebbleProduct.webp") -40px center no-repeat,
    url("../img/bannerProductBackground.webp") right bottom no-repeat;
}

#bannerGroup a.bannerCement {
  background: url("../img/bannerCementProduct.webp") -80px center no-repeat,
    url("../img/bannerProductBackground.webp") right bottom no-repeat;
  border: 1px solid #dadada;
  border-radius: 12px;
}

#bannerGroup a.bannerCement:hover {
  background: url("../img/bannerCementProduct.webp") -40px center no-repeat,
    url("../img/bannerProductBackground.webp") right bottom no-repeat;
}

#bannerGroup a:hover h2 {
  -webkit-animation: glowbanner 0.5s ease-in-out infinite alternate;
  -moz-animation: glowbanner 0.5s ease-in-out infinite alternate;
  animation: glowbanner 0.5s ease-in-out infinite alternate;
}

#bannerGroup a.bannerRound {
  background: url("../img/bannerRoundProduct.webp") -80px center no-repeat,
    url("../img/bannerProductBackground.webp") right bottom no-repeat;
  border: 1px solid #dadada;
  border-radius: 12px;
}

#bannerGroup a.bannerRound:hover {
  background: url("../img/bannerRoundProduct.webp") -40px center no-repeat,
    url("../img/bannerProductBackground.webp") right bottom no-repeat;
}

#bannerGroup a.bannerAll {
  background: url("../img/bannerAllProduct.webp") -80px center no-repeat,
    url("../img/bannerProductBackground.webp") right bottom no-repeat;
  border: 1px solid #dadada;
  border-radius: 12px;
}

#bannerGroup a.bannerAll:hover {
  background: url("../img/bannerAllProduct.webp") -40px center no-repeat,
    url("../img/bannerProductBackground.webp") right bottom no-repeat;
}


#bannerGroup a.bannerSampleFor {
  background: url("../img/samplesfor5dollarMini.png") center center no-repeat;
  border: 0px solid #dadada;
  border-radius: 12px;
  text-align: center;
  padding-left: 0px;
}

#bannerGroup a.bannerSampleFor h2 {
  width: 100%;
  text-align: center;
  color: #fff;
  margin: 0px;
  padding: 0px;
  transition: all 0.1s linear;
}

#bannerGroup a.bannerSampleFor:hover h2 {
  color: #000;
}

#bannerGroup a.bannerSampleFor h2 span {
  font-size: 1.2em;
}

@-webkit-keyframes glowbanner {
  from {
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #e60073, 0 0 5px #fff,
      0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  }

  to {
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff,
      0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  }
}

.productStars {
  color: #FFC000;
  font-size: 16px;
  margin: 10px 0px;
}

.fastDeliveryBadge {
  background-color: #3199D3;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 6px;
}

.fastDeliveryBadge i {
  margin-right: 5px;
}


.homepageProductList {
  width: 100%;
  min-height: 300px;
  background: #f0f0f0 url(../img/sliderBg.webp);
  padding: 40px 0px;
}


.homepageProductList .nav-tabs {
  width: auto;
  border-bottom: 0px;
}


.homepageProductList .nav-tabs a {
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
  border-radius: 6px;
  color: #5f5f5f;
  margin-right: 10px;
}


.homepageProductList .nav-tabs a.active {
  border-bottom: 0px;
  border: 1px solid #5f5f5f;
  background: #5f5f5f;
  color: #fff;
}


.homepageProductList .nav-tabs a:hover {
  border: 1px solid #acacac;
  color: #5f5f5f;
}


.homepageProductList .productCard {
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 6px;
  flex: 0 0 calc(20% - 20px);
  margin: 8px;
  padding: 10px;
  transition: all 0.3s linear;
}


.homepageProductList .productCard:hover {
  transform: scale(1.05);
}


.homepageProductList .productCard .productImg {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}


.homepageProductList .productCard .productImg img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}


.homepageProductList .productCard h3 {
  color: #323232;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin: 0px;
  padding: 0px;
}


.homepageProductList .productCard .fee {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 500;
}


.homepageProductList .productCard a.addCard {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #878787;
  margin: 0px 0px;
}


.homepageProductList a.seeAllProducts {
  padding: 10px 40px;
  background: #5f5f5f;
  border: 1px solid #5f5f5f;
  border-radius: 6px;
  color: #fff;
}

#samplesfor5dollar {
  background: #f3f2f2;
  padding: 40px 0px;
}

#samplesfor5dollar a {
  display: flex;
  height: 200px;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: url(../img/samplesfor5dollar-min.webp);
  color: #fff;
  font-size: 5em;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.8);
  border-radius: 6px;
}

#shopBy {
  background: #f3f2f2;
  padding: 40px 0px;
}

#shopBy h2 {
  width: 100%;
  text-align: center;
  color: #646464;
  font-weight: 300;
  font-size: 2.8em;
}

#shopBy h2::after {
  position: absolute;
  content: " ";
  font-size: 60px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: -20px;
  margin-left: -10px;
}

#shopBy .shopByDescription {
  font-size: 0.8em;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  color: #929292;
}

#shopBy .shopByCard {
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 6px;
  flex: 0 0 calc(33% - 20px);
  transition: all 0.3s linear;
}

#shopBy .shopByCard.materialCard {
  background: url(../img/materialCardBg.webp);
}

#shopBy .shopByCard.useCard {
  background: url(../img/useCardBg.webp);
}

#shopBy .shopByCard.colorCard {
  background: url(../img/colorCardBg.webp);
}

#shopBy .shopByCard a {
  font-size: 2.0em;
  color: #fff;
  font-weight: 300;
  transition: all 0.1s linear;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

#shopBy .shopByCard:hover a {
  transform: scale(1.1);
}

#features {
  background: #f3f2f2;
  padding: 20px 0px;
  background: #f0f0f0 url(../img/sliderBg.webp);
}

#features .featureCard {
  position: relative;
  aspect-ratio: 1/1;
  flex: 0 0 calc(25% - 10px);
  transition: all 0.3s linear;
  text-align: center;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

/* #features .featureCard:nth-child(even)::after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    background-image: url("../img/featureArrow.png");
    width: 606px;
    height: 384px;
    top: -50px;
    left: -180px;
} */

#features .featureCard img {
  width: 83px;
  height: 63px;
  object-fit: contain;
  margin-bottom: 20px;
}

#features .featureCard img.supportImg {
  padding: 0px;
}

#features .featureCard img.securePaymentImg {
  padding: 10px;
}

#features .featureCard img.fastDeliveryImg {
  padding: 0px;
}

#features .featureCard img.qualityControlImg {
  padding: 0px;
}

#features .featureCard h3 {
  color: #585858;
  font-size: 2em;
  font-weight: 400;
}

#features .featureCard p {
  color: #626262;
  font-size: 16px;
}

#customerReviews {
  width: 100%;
  min-height: 200px;
  padding: 40px 0px 80px 0px;
  background: #fafafa;
}

#customerReviews h2 {
  color: #646464;
  font-size: 2.4em;
  font-weight: 300;
  margin-bottom: 40px;
}

#customerReviews .sliderContent {
  position: relative;
  padding-left: 300px;
  margin-top: 70px;
}

#customerReviews .content {
  display: flex;
  background: #ffffff;
  padding: 20px;
  border-radius: 26px;
}

#customerReviews .sliderContent .content img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  border-radius: 50%;
  margin-bottom: 10px;
  margin-right: 20px;
}

#customerReviews .sliderContent .content h3 {
  color: #323232;
  font-size: 16px;
  font-weight: 500;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}

#customerReviews .sliderContent .content h6 {
  color: #323232;
  font-size: 12px;
  font-weight: 300;
  margin: 0px;
  padding: 0px;
}

#customerReviews .sliderContent .content .stars i {
  font-size: 24px;
  color: #ffc107;
}

#customerReviews .sliderContent .content p {
  font-size: 13px;
  font-weight: 500;
  margin-top: 15px;
}

#customerReviews .customerReviews-slider-next {
  position: absolute;
  right: 0px;
  top: -30px;
  left: auto;
  color: #fff;
  background: #323232;
  padding: 15px 15px;
  width: 40px;
  height: 40px;
}

#customerReviews .customerReviews-slider-next::after {
  font-size: 36px !important;
  line-height: 36px;
}

#customerReviews .customerReviews-slider-prev {
  position: absolute;
  right: 45px;
  top: -20px;
  left: auto;
  color: #fff;
  background: #323232;
  padding: 15px 15px;
  width: 30px;
  height: 30px;
}

#customerReviews .customerReviews-slider-prev::after {
  font-size: 20px !important;
  line-height: 20px;
}

#customerReviews img.background-img {
  position: absolute;
  border-radius: 30px;
}

#faqs {
  width: 100%;
  padding: 60px 0px 60px 0px;
  background: #f3f2f2;
}

#faqs h2 {
  color: #646464;
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 40px;
}

#faqs .accordion-item {
  padding: 0px;
}

#faqs .accordion-item h3 {
  margin: 0px;
  margin-bottom: 0px;
}

#faqs .accordion-item h3 .accordion-button {
  color: #646464;
  font-size: 14px;
  font-weight: 300;
  background: #fcfcfc;
  padding: 20px;
}

#faqs .accordion-item h3 .accordion-button:focus {
  box-shadow: none;
  outline: none;
}

#faqs .accordion-item .accordion-body {
  color: #646464;
  font-size: 14px;
  font-weight: 400;
}

#faqs a.allFaqs {
  display: inline-block;
  padding: 10px 40px;
  background: #323232;
  border: 1px solid #878787;
  border-radius: 6px;
  color: #fff;
  margin-top: 50px;
}

#faqs img.faqIcon {
  margin-right: 20px;
}

#homepageBlog {
  width: 100%;
  padding: 60px 0px 60px 0px;
  background: #fafafa;
}

#homepageBlog h2 {
  color: #646464;
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 50px;
}

#homepageBlog .card {
  border: 0px;
  border-radius: 16px;
}

#homepageBlog .card .blogImg {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

#homepageBlog .card h3 {
  font-size: 14px;
  font-weight: 600;
  color: #7c7c7c;
}

#homepageBlog .card h5 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

#homepageBlog .card p {
  font-size: 14px;
  font-weight: 400;
  color: #7c7c7c;
}

#homepageBlog .card a.readMore {
  padding: 5px 20px;
  background: #e81d1d;
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
}

#subscribe {
  width: 100%;
  min-height: 200px;
  background: #fff;
  padding: 60px 0px;
}

#subscribe .content {
  width: 100%;
  min-height: 200px;
  background: #ececec url(../img/subscribeBg.webp) no-repeat right 20px;
  border-radius: 18px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

#subscribe .content h3 {
  font-size: 2.4em;
  color: #696969;
  font-weight: 400;
}

#subscribe .content p {
  font-size: 0.7em;
  color: #848383;
  font-weight: 400;
}

#subscribe .content form {
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: start;
}

#subscribe .content form input {
  font-size: 14px;
  color: #696969;
  font-weight: 400;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 0px;
  padding: 10px 10px;
  height: 36px;
}

#subscribe .content form input:focus {
  border: 0px;
  box-shadow: none;
  outline: none;
}

#subscribe .content form input::placeholder {
  font-size: 10px;
  color: #848383;
  font-weight: 400;
}

#subscribe .content form button {
  font-size: 14px;
  color: #fff;
  background: #e81d1d;
  font-weight: 400;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 0px;
  padding: 10px 10px;
  height: 36px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer {
  width: 100%;
  min-height: 200px;
  background: url(../img/patternBg.png);
  padding: 40px 0px;
}

footer .footerContent {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
}

footer .footerContent .logo {
  flex: 0 0 calc(17% - 20px);
  margin: 10px;
  padding: 10px;
  transition: all 0.3s linear;
}

footer .footerContent .menu {
  flex: 0 0 calc(17% - 20px);
  margin: 10px;
  padding: 10px;
  transition: all 0.3s linear;
}

footer .footerContent .menu h3 {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

footer .footerContent .menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 5px;
}

footer .footerContent .menu ul li {
  list-style-type: none;
  margin: 0px;
  padding: 5px;
}

footer .footerContent .menu ul li a {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}

footer .footerContent .footerContact {
  flex: 0 0 calc(33% - 20px);
  margin: 10px;
  padding: 10px;
  transition: all 0.3s linear;
  text-align: right;
}

footer .footerContent .footerContact .contactContent {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 10px;
  color: #959595;
}

footer .footerContent .footerContact .contactContent img {
  margin-left: 10px;
}

footer .footerBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

footer .footerBottom .footerSocial a {
  color: #959595;
  padding: 5px;
}

footer .footerBottom .footerSocial a i {
  font-size: 24px;
}

footer .footerBottom .copyright {
  color: #959595;
  font-size: 0.8em;
}

#subPage {
  width: 100%;
  padding: 10px 0px;
}

#subPage h1.pageTitle {
  width: 100%;
  color: #3d3d3d;
  font-weight: 500;
  font-size: 1.2em;
}

#subPage .productCard {
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 6px;
  flex: 0 0 calc(25% - 20px);
  margin: 8px;
  padding: 10px;
  transition: all 0.3s linear;
}

#subPage .productCard:hover {
  transform: scale(1.05);
}

#subPage .productCard .productImg {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

#subPage .productCard .productImg img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}

#subPage .productCard h3 {
  color: #323232;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin: 0px;
  padding: 0px;
}

#subPage .productCard .fee {
  color: #878787;
  font-size: 14px;
  font-weight: 500;
}

#subPage .productCard a.addCard {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #878787;
  margin: 0px 0px;
}

.breadcrumb-item a {
  color: #3d3d3d;
}

.product-details h1 {
  font-size: 2em;
  font-weight: 300;
}

.product-details h2 {
  font-size: 1.1em;
  font-weight: 300;
}





.productCardModal {
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 6px;
  flex: 0 0 calc(32%);
  margin: 0px;
  padding: 10px;
  transition: all 0.3s linear;
}


.productCardModal:hover {
  transform: scale(1.05);
}


.productCardModal .productImg {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}


.productCardModal .productImg img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}


.productCardModal h3 {
  color: #323232;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin: 0px;
  padding: 0px;
}


.productCardModal .fee {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 500;
}

.discountBannerModalImg {
  width: 300px;
  aspect-ratio: 1 / 1.77;
}