@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: 0;
}
body {
  font-family: "Roboto", sans-serif;
}
:root {
  --black: #000;
  --white: #fff;
  --White-Lilac: #f5f7f8;
  --Spring-Wood: #f7f7f2;
  --Shocking-Orange: #f05a37;
  --Turtle-Green: #60bc4f;
  --Avocado: #80b435;
  --Mirage: #131e2c;
  --Silver: #c7c8cc;
  --Pale-Sky: #6b7280;
  --Burning-Orange: #fc6736;
  --Dune: #333;
  --White-Smoke: #f3f4f6;
  --Dark-Fern: #0b4d01;
  --Shamrock-Green: #16a34a;
  --Sea-Green: #218838;
  --Roof-Terracotta: #b42f25;
  --Sweet-Pink: #fc9fa0;
  --Burning-Orange: #ed7632;
  --Silk-Blue: #5a8aca;
}

/* owl-carousel min css start */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* owl-carousel min css end */
/* owl theme default css start */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/* owl theme default css end */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.TransparentNav .sticky {
  position: static;
}
/* top section */
.top-sec-menu {
  width: 100%;
  background: var(--Burning-Orange);
  color: var(--white);
}
.top-sec-menu p {
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
}
.top-sec-menu p a {
  text-decoration: none;
  color: var(--white);
  margin-right: 4px;
}
.top-sec-menu .right-top-list {
  padding-left: 0;
  margin-bottom: 0;
}
.top-sec-menu .right-top-list li {
  list-style: none;
  margin-left: 20px;
}

.top-sec-menu .right-top-list ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: end;
}
.top-sec-menu .right-top-list ul li {
  list-style: none;
}
.top-sec-menu .right-top-list ul li a {
  text-decoration: none;
  color: var(--white);
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.top-sec-menu .right-top-list ul li a:hover {
  color: var(--Sweet-Pink);
}
/* end */

.company-logo-section {
  border-bottom: 1px solid var(--Spring-Wood);
  padding: 4px 0;
}
.company-logo-section .right-account-data {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  height: 100%;
}
.right-account-data ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.right-account-data ul li {
  list-style: none;
  margin-right: 8px;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--white);
}
.right-account-data a {
  text-decoration: none;
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.right-account-data img {
  width: 24px;
  margin: 0 8px;
}
.right-account-data button {
  border: none;
  background: transparent;
}
.company-logo {
  text-align: center;
}
.company-logo img {
  padding: 8px 0;
  width: 280px;
}
.company-logo-section .bag-num {
  position: relative;
}
.company-logo-section .bag-num span {
  position: absolute;
  top: -8px;
  right: -8px;
  font-size: 0.6rem;
  width: 18px;
  height: 18px;
  border-radius: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company-logo-section .wishlist-num {
  position: relative;
}
.company-logo-section .wishlist-num span {
  position: absolute;
  top: -6px;
  right: 3px;
  font-size: 0.6rem;
  width: 18px;
  height: 18px;
  border-radius: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wislist-table .viewproductBtn {
  padding: 7px 12px;
  background-color: var(--Shocking-Orange);
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s;
  line-height: 37px;
}
.mobile-wishlist .product-num {
  background: var(--white);
  color: var(--Roof-Terracotta);
}
.nav-login {
  margin-right: 4px;
}
/* end */
/* menu bar */
.navbar-expand-lg .offcanvas .offcanvas-body {
  justify-content: space-around;
}
.ecomm-navbar .DropdownArea {
  position: static !important;
}

.ecomm-navbar .DropdownList {
  max-width: 80%;
  margin: 0 auto;
  padding: 40px 25px;
  background-color: #fff;
  box-shadow: 0 1px 2px #ccc;
}
.ecomm-navbar .dropdown-item {
  padding: 0.5rem;

  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: var(--Mirage);
}
.navbar-nav.shopping-menu .nav-item {
  margin-right: 12px;
}
.navbar-nav.shopping-menu .nav-link {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--white);
}
.navbar-nav.shopping-menu .nav-link.active {
  color: var(--white);
}
.navbar-nav.shopping-menu .nav-link:hover {
  color: var(--white);
}
/*  */
.ecomm-navbar .dropdown-menu {
  border-radius: 0;
  border: 0;
}
.ecomm-navbar .dropdown-menu {
  position: absolute;
  top: 53px;
  padding: 0;
}
.ecomm-navbar .dropdown-item.active,
.ecomm-navbar .dropdown-item:active {
  background-color: var(--white) !important;
}
.ecomm-navbar {
  border-bottom: 1px solid var(--Spring-Wood);
  /* background: var(--Roof-Terracotta); */
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 21%,
    rgba(190, 75, 66, 1) 44%,
    rgba(180, 47, 37, 1) 65%
  );
}

.hero-section .owl-carousel .owl-nav button.owl-next {
  right: 20px;
}
.hero-section .owl-carousel .owl-nav button.owl-prev {
  left: 20px;
}
.hero-section .owl-carousel .owl-nav button.owl-next,
.hero-section .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  background: transparent;
  top: 50%;
  width: 40px;
  height: 40px;
  background: var(--Dune);
}
.hero-section .perD h3 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--black);
  position: relative;
  font-family: "Roboto", sans-serif;
}
.hero-section .perD h3::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background: var(--black);
  left: 10px;
  bottom: 0;
}
.hero-section button img {
  width: 40px;
}
.hero-section .carousel-control-prev img {
  rotate: 180deg;
}

.mera-carousel p {
  color: var(--black);
  margin-bottom: 0;
  font-size: 1.2rem;
  text-align: left;
  font-family: "Roboto", sans-serif;
}
.mera-carousel .carousel-caption {
  top: 20%;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  max-width: 50%;
  left: 8%;
}
.mera-carousel .hightlight-line {
  color: var(--Shocking-Orange);
  font-size: 1.3rem;
}
.mera-carousel .carousel-caption h2 {
  font-weight: 600;
  font-size: 5em;
  color: var(--Dune);
  font-family: "Roboto", sans-serif;
}

.shop-title {
  font-size: 2.5em;
  margin: 10px 0;
}

.slider-cont {
  font-size: 1.2em;
  margin-bottom: 20px;
}
.carousel-caption {
  left: 0;
  right: auto;
  text-align: left;
  color: var(--Burning-Orange);
}

.sliderBtn {
  display: flex;
  justify-content: start;
  margin-top: 30px;
  padding-left: 0;
}
.sliderBtn .btnWhite {
  background: var(--Sweet-Pink);
  color: var(--black);
  transition: 0.6s;
}
.sliderBtn .btnWhite:hover {
  background: var(--Roof-Terracotta);
  color: var(--white);
  transition: 0.6s;
}
.sliderBtn li {
  list-style: none;
}
.sliderBtn li a {
  text-decoration: none;
  padding: 12px 20px;
  color: var(--Shocking-Orange);
  font-family: "Roboto", sans-serif;
}

.headline h3 {
  font-size: 1.5rem;
  color: var(--Roof-Terracotta);
  font-family: "Roboto", sans-serif;
}

.shopBtn {
  color: var(--Burning-Orange);

  padding: 6px;
}
/* category-section */
/* bestselling  */
.bestselling-section {
  padding: 30px 0;
}
.bestselling-card {
  position: relative;
  width: 100%;
}
.bestselling-card .inner-gift-card {
  background: var(--Silk-Blue);
  width: 90%;
  padding: 60px 0 60px 60px;
}
.bestselling-card .best-gift img {
  position: absolute;
  right: -20px;
  top: -40px;
  width: 380px;
  height: auto;
  border-radius: 200px;
  border: 8px solid var(--Sweet-Pink);
}
.bestselling-card .inner-gift-card h4 {
  font-size: 5.5rem;
  color: var(--white);
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
}
.bestselling-card .inner-gift-card p {
  color: var(--white);
  font-size: 1.5rem;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}
.bestselling-section .offerBtn {
  position: absolute;
  top: 40px;
  right: 280px;
  background: var(--white);
  border: 4px solid var(--Sweet-Pink);
  border-radius: 200px;
  width: 150px;
  height: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bestselling-section .offerBtn p {
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}
.bestselling-section .offerBtn h4 {
  margin-bottom: 0;
  color: var(--Roof-Terracotta);
  font-size: 2rem;
}
.bestselling-section .offerBtn h3 {
  margin-bottom: 0;
  color: var(--Roof-Terracotta);
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
}
.inner-gift-card a {
  text-decoration: none;
  background: var(--white);
  color: var(--black);
  padding: 8px 16px;
  font-size: 1.2rem;
  border-radius: 20px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.inner-gift-card .offer-card {
}
/* end */
.category-section {
  padding: 30px 0;
}
.category-section .products-category ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  white-space: nowrap;
  padding-left: 0;
  justify-content: space-between;
}
.category-section .products-category ul li {
  list-style: none;
}
.products-category .category-products img {
  display: block;
  height: 240px;
  width: 240px;
}
.headline h3 {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
}
.products-category .category-products .products-caption {
  font-size: 1.3rem;
  margin: 8px 0 20px 0;
  font-weight: 600;
  text-align: center;
}
.category-section a {
  text-decoration: none;
  color: var(--black);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
/* collection-section */
.collection-section {
  padding: 30px 0;
}
.collection-section .collection-img img {
  width: 100%;
}
.collection-section .sub-coll-img img {
  width: 100%;
  margin-bottom: 20px;
}
/* collection-section end */
/* testimonial section */
.testimonial-section {
  background: var(--Spring-Wood);
  padding: 30px 0;
}
.testimonial-card img {
  width: 60px !important;
  border-radius: 100px;
  margin-bottom: 12px;
}
.testimonila-profile {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.testimonial-card .test-rating ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: center;
}
.testimonial-card .test-rating ul li {
  list-style: none;
}
.testimonial-card .test-rating ul li img {
  width: 16px !important;
}
.testimonial-section .testimonial-card {
  background: var(--white);
  padding: 30px 20px;
  text-align: center;
  position: relative;
  border-radius: 20px;
}
.testimonial-card .quote-top img {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 30px !important;
  rotate: 180deg;
}
.testimonial-card .quote-bottom img {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 30px !important;
}
.testimonial-header {
  text-align: center;
  margin-bottom: 20px;
}
.testimonial-header h3 {
  margin-bottom: 8px;
  font-family: "Roboto", sans-serif;
}
.test-content p {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
}
/* end testimonial */
/* products card */

.rating-icon ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.rating-icon ul li {
  list-style: none;
}
.rating-icon li img {
  width: 14px !important;
}
.rating-icon li {
  margin-right: 1px;
}
.rating-icon .rate-num {
  font-size: 0.8rem;
  line-height: 28px;
  margin-left: 8px;
}
.product-price h3 {
  color: var(--Shocking-Orange);
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
}
.product-price h3 span {
  font-size: 0.9rem;
  color: var(--Pale-Sky);
}
.add-cart img {
  width: 24px !important;
  background: var(--Shamrock-Green);
  padding: 4px;
}
.add-cart {
  display: flex;
  justify-content: space-between;
}
.add-cart .instock {
  font-size: 0.8rem;
}

/* footer */
footer {
  padding: 40px 0;
  /* border-bottom: 1px solid var(--Silver); */
  background: var(--Burning-Orange);
}
footer p {
  font-size: 0.8rem;
  color: var(--Dune);
  font-family: "Roboto", sans-serif;
}
.footer-about img {
  width: 20px;
}
.footer-about ul {
  display: flex;
  padding-left: 0;
}
.footer-about ul li {
  list-style: none;
  margin-right: 12px;
}

.footer-about ul li p {
  font-size: 0.8rem;
  color: var(--Dune);
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}
.footer-about ul li h5 {
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}
footer a {
  text-decoration: none;
  color: var(--black);
  font-size: 1rem;
}
.footer-menu h5 {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
}
.footer-menu ul {
  padding-left: 0;
  margin-bottom: 0;
}
.footer-menu ul li {
  list-style: none;
}
.footer-menu ul li a {
  text-decoration: none;
  color: var(--black);
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif;
}
.footer-menu ul li a:hover {
  text-decoration: underline;
}
.footer-menu img {
  max-width: 100px;
  margin-bottom: 8px;
}
.footer-social-media img {
  max-width: 24px;
}
.footer-social-media ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-social-media ul li {
  margin-right: 8px;
}
.footer-social-media p {
  color: var(--black);
  margin-bottom: 8px;
  font-family: "Roboto", sans-serif;
}
.copyright-section {
  background: var(--Roof-Terracotta);
  color: var(--white);
}
.right-copyright ul {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  justify-content: end;
}
.right-copyright ul li {
  list-style: none;
  margin-left: 8px;
}
.right-copyright ul li a {
  font-size: 0.8rem;
  color: var(--white);
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}
.right-copyright ul li a:hover {
  text-decoration: underline;
}
.left-copyright p {
  font-size: 0.8rem;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}
.left-copyright a {
  color: var(--white);
  font-family: "Roboto", sans-serif;
}
/* details page */
.products-details .breadcrumb-item {
  font-size: 0.8rem;
}
.products-details .breadcrumb-menu {
  padding: 8px 0;
  color: var(--Pale-Sky);
}
.products-details .breadcrumb-menu a {
  color: var(--Mirage);
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}
/* zoom image */
.slideshow-items {
  width: 100%;
}
.slideshow-thumbnails {
  width: 100px;
}
#slideshow-items-container {
  display: inline-block;
  position: relative;
}
#lens {
  background-color: rgba(233, 233, 233, 0.4);
}
#lens,
#result {
  position: absolute;
  display: none;
  z-index: 1;
}
.slideshow-items {
  display: none;
}
.slideshow-items.active {
  display: block;
}
.slideshow-thumbnails {
  opacity: 0.5;
}
.slideshow-thumbnails.active {
  opacity: 1;
}
#lens,
.slideshow-items,
.slideshow-thumbnails,
#result {
  border: solid var(--light-grey-2) 1px;
}
/* end */
.right-products .rating-icon {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.right-products .rating-icon li {
  list-style: none;
}
.right-products .products-rate-code {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--Silver);
}
.right-products h3 {
  font-size: 2.5rem;
}
.right-products .products-rate-code li {
  list-style: none;
}
.right-products .products-rate-code .product-code {
  color: var(--Mirage);
  font-size: 0.9rem;
  padding-left: 30px;
  line-height: 26px;
  position: relative;
}
.right-products .products-rate-code .product-code::before {
  left: 0;
  top: 7px;
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background: var(--Pale-Sky);
  margin-left: 15px;
}
.right-products .products-rate-code .product-code span {
  color: var(--Pale-Sky);
}
.right-products .about-products p {
  margin-bottom: 0;
  font-size: 0.9rem;
  color: var(--Dune);
  padding: 8px 0;
  font-family: "Roboto", sans-serif;
}
.right-products .products-price h4 {
  color: var(--Shocking-Orange);
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
}
.right-products .products-price h4 span {
  font-size: 1.2rem;
  color: var(--Pale-Sky);
}
.right-products .orderBtn a {
  background: var(--Burning-Orange);
  border: none;
  color: var(--white);
  padding: 8px 12px;
  text-decoration: none;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
}

.right-products .special-offer {
  background: var(--White-Lilac);
  border: 1px solid var(--Silver);
  padding: 12px;
  margin-bottom: 20px;
}
.right-products .special-offer ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.right-products .special-offer ul li {
  list-style: none;
}
.right-products .special-offer h4 {
  margin-bottom: 0;
  font-size: 1.1rem;
  color: var(--Shocking-Orange);
  line-height: 30px;
  font-family: "Roboto", sans-serif;
}
.right-products .special-offer .time-running ul li {
  border: 1px solid var(--Silver);
  margin-left: 8px;
  padding: 2px 4px;
}
.right-products .special-offer .remains-offer {
  font-size: 0.8rem;
  color: var(--Pale-Sky);
  margin-left: 20px;
  line-height: 30px;
}
.right-products .sold-products .progress-bar {
  background: var(--Shocking-Orange) !important;
}

.right-products .available-num {
  font-weight: 500;
  margin-top: 4px;
  margin-bottom: 8px;
}
.right-products .available-num span {
  color: var(--Pale-Sky);
  font-size: 0.8rem;
}
.right-products .products-num-add-buy {
  display: flex;
  padding-left: 0;
  margin-bottom: 20px;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.right-products .products-num-add-buy li {
  list-style: none;
}

.right-products .products-num-add-buy .product-inc-dec {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  background: var(--Burning-Orange);
  padding: 8px;
  color: var(--white);
  justify-content: center;
}

.right-products .products-num-add-buy .product-inc-dec li {
  list-style: none;
  margin: 0 8px;
}
.right-products .products-num-add-buy .product-inc-dec li i {
  font-size: 16px;
  color: var(--white);
  text-align: center;
}
.products-num-add-buy .pBtn {
  margin-right: 12px;
}
.products-num-add-buy .pBtn .addCartBtn button {
  background: var(--Burning-Orange);
  border: none;
  color: var(--white);
  padding: 8px 12px;
}
.products-num-add-buy .pBtn .buyCartBtn a {
  background: var(--Burning-Orange);
  border: none;
  color: var(--white);
  padding: 8px 12px;
  text-decoration: none;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
}
.payment-warrenty-card {
  border: 1px solid var(--Silver);
  padding: 8px;
  margin-bottom: 30px;
}
.payment-warrenty-card ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.payment-warrenty-card ul li {
  list-style: none;
  margin-right: 8px;
  padding: 8px;
}
.payment-warrenty-card .about-pay {
  font-size: 0.8rem;
  color: var(--Dune);
  margin-bottom: 0;
}
.payment-warrenty-card .pay-border {
  border-bottom: 1px solid var(--Silver);
}
.right-products .add-share ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.right-products .add-share ul li {
  list-style: none;
  margin-right: 8px;
  font-size: 0.9rem;
}
.right-products .add-share ul .wishlist-heart {
  border: 1px solid var(--Silver);
  padding: 0 4px;
}
.right-products .add-share ul .wishlist-heart:hover .fa-heart {
  color: var(--Shocking-Orange);
}

.right-products .product-container {
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  margin: 20px auto;
}

.right-products .product-radio ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  display: flex;
}

.right-products .product-radio li {
  margin-bottom: 10px;
  margin-right: 20px;
}

.right-products .product-radio input[type="radio"] {
  display: none;
}

.right-products .product-radio label {
  display: inline-block;
  padding: 6px 12px;
  background-color: #ffffff;
  border: 2px solid var(--Burning-Orange);
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  border-radius: 80px;
}

.right-products .product-radio input[type="radio"]:checked + label {
  background-color: var(--Burning-Orange);
  color: #ffffff;
  border-color: var(--Burning-Orange);
  border-radius: 80px;
}

.right-products .product-radio label:hover {
  background-color: #e9ecef;
}

/* products-description */
.products-description .product-description {
  font-size: 1rem;
  color: var(--Dune);
  padding: 20px 0;
}
.products-description .nav-tabs .nav-link {
  border: 0 !important;
  font-size: 1.2rem;
  color: var(--Mirage);
}
.products-description .nav-tabs .nav-link.active {
  border-bottom: 1px solid var(--Shocking-Orange) !important;
  color: var(--Shocking-Orange);
}

.products-description .nav-tabs {
  border-bottom: 1px solid var(--Silver);
}
.products-description .products-rating {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.products-description .products-rating li {
  list-style: none;
  margin-right: 4px;
}
.products-description .products-rating li img {
  width: 24px;
}
.left-products-review ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.products-description .left-products-review ul .product-rate {
  list-style: none;
  margin-right: 20px;
}
.products-description .products-review-section {
  padding: 20px 0;
}
.products-description .product-rate h3 {
  font-size: 2.5rem;
}
.products-description .left-products-review .products-rating {
  line-height: 40px;
}
.products-description .left-products-review {
  border-bottom: 1px solid var(--Silver);
  padding: 12px 0;
}
.customer-review {
  border-bottom: 1px solid var(--Silver);
  padding: 20px 0;
}
.customer-review ul {
  display: flex;
  position: 0;
  margin-bottom: 0;
}
.customer-review ul li {
  list-style: none;
  margin-right: 20px;
}
.customer-review ul li img {
  width: 60px;
  border-radius: 100px;
}
.customer-review .products-rating img {
  width: 18px !important;
  margin-bottom: 4px;
}
.customer-review .products-rating li {
  margin-right: 4px !important;
}
.customer-review .c-name-date {
  color: var(--Pale-Sky);
  margin-bottom: 4px;
}
/* rating star */
#full-stars-example-two {
  .rating-group {
    display: inline-flex;
  }
  .rating__icon {
    pointer-events: none;
  }
  .rating__input {
    position: absolute !important;
    left: -9999px !important;
  }
  .rating__input--none {
    display: none;
  }
  .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 1rem;
  }
  .rating__icon--star {
    color: orange;
  }
  .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
  }

  .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
  }
  .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
  }
}
.add-review-form .form-check-input:focus {
  box-shadow: none;
}
.add-review-form .form-check-input:checked {
  background-color: var(--Shocking-Orange);
  border-color: transparent;
}
.add-review-form .formBtn {
  margin-top: 20px;
}
.add-review-form .formBtn button {
  border: none;
  background: var(--Roof-Terracotta);
  color: var(--white);
  padding: 12px 20px;
}
.products-description .add-review-form {
  padding: 20px 0;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}
.image-upload {
  padding: 20px;
  border: 2px dashed var(--Silver);
  border-radius: 10px;
  background-color: var(--Spring-Wood);
  width: 250px;
  margin-bottom: 20px;
}

.image-upload label {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--Roof-Terracotta);
  color: var(--white);
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 15px;
  font-size: 16px;
  width: 100%;
  text-align: center;
}

.image-upload input[type="file"] {
  display: none;
}

.image-upload img {
  max-width: 100%;
  height: auto;
  display: none;
  margin-top: 20px;
}

.preview-area {
  width: 100%;
  text-align: center;
}
/* all products */
.filterDrop {
  display: flex;
  padding-left: 0;
  justify-content: end;
}
.filterDrop li {
  list-style: none;
  margin-left: 8px;
}
.filterDrop .nopro {
  padding-top: 8px;
  color: var(--Roof-Terracotta);
}
.dropdown-menu.shortby-dropdown {
  padding: 12px;
  border-radius: 0;
  margin-top: 8px !important;
}
.shortby-dropdown .product-dropdown {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--Silver);
}
.shortby-dropdown .product-dropdown a {
  text-decoration: none;
  color: var(--Roof-Terracotta);
  font-family: "Roboto", sans-serif;
}
.shortby-dropdown .product-dropdown {
  min-width: 350px;
  max-width: 100% !important;
}
.shortby-dropdown .product-dropdown li {
  list-style: none;
}
.shortby-dropdown .pro-drop {
  padding-left: 0;
}
.shortby-dropdown .pro-drop li {
  list-style: none;
  margin-bottom: 12px;
}
.form-check-input:focus {
  border-color: var(--Roof-Terracotta);
  outline: 0;
  box-shadow: none;
}
.form-check-input:checked {
  background-color: var(--Roof-Terracotta);
  border-color: var(--Roof-Terracotta);
}
.pro-drop.product-select {
  display: flex;
  padding-left: 0;
}
.pro-drop.product-select .form-check {
  display: flex;
  padding-left: 0;

  margin-right: 8px;
}
.pro-drop.product-select label {
  padding-top: 6px;
  margin-right: 8px;
}
.left-filter-drop {
  display: flex;
  padding-left: 0;
}
.left-filter-drop li {
  list-style: none;
  margin-right: 20px;
}
.product-collection .product-card {
  margin-bottom: 20px;
}
.product-collection .product-card img {
  width: 100%;
  margin-bottom: 8px;
}
.product-collection .product-card .priceTag {
  text-align: center;
}
.product-collection .product-card .priceTag {
  font-size: 1.2rem;
  color: var(--Sea-Green);
}
.product-caption h4 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}
.product-collection .product-card .priceTag del {
  font-size: 1rem;
  color: var(--Roof-Terracotta);
  margin-right: 4px;
}
.product-collection .product-card .product-img {
  position: relative;
}
.product-collection .product-card .productOff {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: var(--Sea-Green);
  color: var(--white);
  padding: 2px 16px;
  border-radius: 80px;
  font-size: 1rem;
}
.product-collection .product-card .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.6s;
}
.product-collection .product-card:hover .hover-img {
  opacity: 1;
  transition: 0.6s;
}
.collectio-section {
  padding: 30px 0;
}
.collectio-section a {
  text-decoration: none;
}
.collectio-section a h4 {
  color: var(--black);
}
@media (max-width: 1440px) {
  .caption {
    left: 160px;
  }
  .mera-carousel .carousel-caption h2 {
    font-size: 2.5em;
  }

  .mera-carousel .carousel-caption {
    top: 15%;
  }
  .hero-section .perD h3::before {
    width: 55px;
  }
  .mera-carousel .carousel-caption {
    left: 10%;
  }
}

@media (max-width: 1400px) {
  .products-num-add-buy .pBtn .addCartBtn button {
    padding: 8px;
  }
  .right-products .orderBtn a {
    padding: 8px;
  }
  .products-num-add-buy .pBtn .buyCartBtn a {
    padding: 8px;
  }
}
@media (max-width: 1300px) {
  .heroSlider2 {
    height: 687px;
  }
  .caption {
    top: 198px;
  }
  .hero-section .owl-carousel .owl-nav button.owl-next,
  .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 45%;
  }
  .footer-menu img.google-play {
    max-width: 100px;
  }
  .wislist-table button {
    padding: 6px 12px;
  }
  .wishlist-section .addproductBtn {
    padding: 6px 12px;
  }
  .mera-carousel .carousel-caption h2 {
    font-size: 2em;
  }
  .sliderBtn li a {
    padding: 8px 12px;
  }
}

@media (max-width: 1200px) {
  .product-price h3 {
    color: var(--Shocking-Orange);
    font-size: 1rem;
  }

  ul.products-num-add-buy {
    flex-direction: column;
    align-items: center;
  }
  .right-products .products-num-add-buy {
    display: grid;
    grid-template-columns: 2fr 2fr;
  }
  .products-num-add-buy .pBtn .addCartBtn button {
    margin-left: 4px;
  }
  ul.products-num-add-buy li.pBtn {
    margin: 10px 0;
    width: 100%;
    text-align: center;
  }

  .product-inc-dec {
    justify-content: center;
    margin-bottom: 15px;
  }

  .addCartBtn button,
  .buyCartBtn a,
  .orderBtn a {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
  }

  .addCartBtn button i,
  .buyCartBtn a i,
  .orderBtn a i {
    margin-right: 8px;
  }
  .mera-carousel .carousel-caption {
    max-width: 60%;
    padding: 4px;
  }
  .navbar-nav.shopping-menu .nav-link {
    font-size: 1rem;
    font-weight: 400;
  }
}
@media (max-width: 1024px) {
  .right-products h3 {
    font-size: 2.2rem;
  }
  .products-category .category-products img {
    display: block;
    height: 220px;
    width: 220px;
  }
}
@media (max-width: 992px) {
  .footer-menu {
    margin-bottom: 20px;
  }
  .right-copyright ul {
    justify-content: start;
  }

  .right-account-data {
    display: flex;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .ecomm-navbar button {
    border: 0;
  }
  .ecomm-navbar .offcanvas-header img {
    width: 180px;
  }

  .right-products .add-share ul {
    margin-bottom: 8px;
  }
  .product-description p {
    font-size: 0.8rem;
    line-height: 24px;
  }
  .right-products h3 {
    font-size: 1.8rem;
  }
  .customer-review p {
    font-size: 0.8rem;
    line-height: 24px;
  }
  .customer-review {
    padding: 0;
  }
  .products-description .products-rating li img {
    width: 16px;
  }
  .customer-review .products-rating img {
    width: 16px !important;
  }
  .add-review-form .form-label {
    font-size: 0.8rem;
    line-height: 20px;
  }
  .products-review-section h4 {
    font-size: 1rem;
  }
  .add-review-form label {
    font-size: 0.8rem;
  }
  .wislist-table a {
    font-size: 0.8rem;
  }
  .wislist-table .table th,
  .table td {
    font-size: 0.9rem;
  }

  .wislist-table .table {
    display: block;
    overflow-x: auto; /* Horizontal scroll for smaller screens */
    white-space: nowrap;
  }
  .cart-section .table {
    display: block;
    overflow-x: auto; /* Horizontal scroll for smaller screens */
    white-space: nowrap;
  }
  .wislist-table .table th,
  .table td {
    padding: 10px 5px;
  }
  .cart-section .table th,
  .cart-section .table td {
    font-size: 0.9rem;
  }
  .cart-section .left-cart {
    margin-bottom: 20px;
  }
  .cart-total-section .accordion-body {
    font-size: 0.8rem;
    padding: 2px;
  }
  .product-item p {
    font-size: 0.9rem;
  }
  .left-checkout-form label {
    font-size: 0.9rem;
  }
  .checkout-section p {
    font-size: 0.9rem;
  }
  .checkout-section .coupon-btn {
    padding: 7px 10px;
  }
  .mobile-wishlist {
    position: relative;
  }
  .mobile-wishlist span {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 0.6rem;
    width: 18px;
    height: 18px;
    border-radius: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .text-none {
    display: none;
  }
  .top-sec-menu {
    display: none;
  }

  .mera-carousel .carousel-caption h2 {
    font-size: 1.5em;
  }
  .mera-carousel .carousel-caption {
    max-width: 50%;
    padding: 4px;
  }
  .mera-carousel .carousel-caption {
    max-width: 50%;
  }
  .mera-carousel p {
    font-size: 1rem;
  }
  .sliderBtn {
    margin-top: 20px;
  }
  .products-category .category-products img {
    width: 220px;
    height: 220px;
  }
  .hero-section .perD h3::before {
    width: 40px;
  }
  .headline h3 {
    font-size: 1.5rem;
  }
  .products-category .category-products .products-caption {
    font-size: 1rem;
  }
  .company-logo img {
    width: 240px;
  }
  .navbar-nav.shopping-menu .nav-link {
    font-size: 1rem;
    font-weight: 400;
    /* color: var(--Roof-Terracotta); */
  }
  .hero-section .perD h3 {
    font-size: 1.3rem;
  }
  .navbar-nav.shopping-menu .nav-link.active {
    font-size: 1rem;
    font-weight: 400;
    color: var(--Silk-Blue);
  }
  .bestselling-card .inner-gift-card h4 {
    font-size: 3rem;
  }
  .bestselling-card .best-gift img {
    top: -26px;
    width: 310px;
  }
  .bestselling-section .offerBtn {
    right: 215px;
  }
  .bestselling-section .offerBtn h4 {
    font-size: 1.2rem;
  }
  .bestselling-section .offerBtn h3 {
    margin-bottom: 0;
    font-size: 1rem;
  }
  .bestselling-section .offerBtn {
    width: 100px;
    height: 100px;
  }
  .inner-gift-card a {
    font-size: 1rem;
  }
  .bestselling-section {
    padding: 40px 0;
  }
  .short-by .nav-link {
    padding: 0;
  }
  .filterDrop .nopro {
    padding: 0;
  }
  .ecomm-navbar {
    background: var(--Roof-Terracotta);
  }
}
@media (max-width: 991px) {
  .navbar-nav.shopping-menu .nav-link {
    color: var(--Roof-Terracotta);
  }
  .ecomm-navbar {
    background: var(--Roof-Terracotta);
  }
}
@media (max-width: 880px) {
  .mera-carousel .carousel-caption h2 {
    font-size: 1.3em;
  }
  .mera-carousel p {
    font-size: 0.8rem;
  }
  .sliderBtn li a {
    font-size: 0.9rem;
  }
}
@media (max-width: 800px) {
  .hero-section .caption h2 {
    font-size: 2.5rem;
  }
  .sliderBtn li a {
    padding: 8px 12px;
  }
  .ecomm-navbar .dropdown-menu {
    position: static;
  }
  .ecomm-navbar .DropdownList {
    max-width: 100%;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .right-products .product-radio label {
    display: block;
    text-align: center;
    width: 100%;
  }
  .hero-section .caption h2 {
    max-width: 450px;
    font-size: 2.2rem;
  }
  .caption {
    top: 110px;
  }
  footer {
    padding: 40px 0 0 0;
  }
  ul.products-num-add-buy li.pBtn {
    margin: 2px 0;
  }
  .right-products h3 {
    font-size: 1.8rem;
  }
  .products-details .left-details {
    margin-bottom: 20px;
  }
  .right-products .product-radio label {
    padding: 6px 12px;
  }
  .right-products h3 {
    font-size: 1.5rem;
  }
  .products-description .nav-tabs .nav-link {
    font-size: 1rem;
  }
  .customer-review ul li img {
    width: 40px;
  }
  .filter-icon-menu.collapse:not(.show) {
    display: none;
  }
  /*  */

  .order-viewBtn ul li button {
    padding: 6px;
    font-size: 14px;
  }

  .collection-section .collection-img img {
    margin-bottom: 20px;
  }
  .bestselling-card .best-gift img {
    top: -26px;
    width: 180px;
    border: 2px solid var(--Sweet-Pink);
  }
  .bestselling-section .offerBtn {
    right: 115px;
    border: 2px solid var(--Sweet-Pink);
  }
  .bestselling-card .inner-gift-card h4 {
    font-size: 2.2rem;
  }
  .products-category .category-products img {
    width: 170px;
    height: 170px;
  }
  .mera-carousel .carousel-caption {
    top: 26%;
  }
  .filterDrop {
    justify-content: start;
  }
  .filterDrop li {
    margin-left: 0;
  }
  .filterDrop .nopro {
    padding: 0;
    margin-left: 8px;
  }
}
@media (max-width: 620px) {
  .mera-carousel .carousel-caption h2 {
    font-size: 1em;
  }
  .sliderBtn li a {
    padding: 4px 6px;
    font-size: 0.8rem;
  }
  .mera-carousel .carousel-caption {
    top: 22%;
  }
}
@media (max-width: 576px) {
  .cart-section .cart-total-section {
    padding: 1.5rem;
  }

  .cart-section .btn-block {
    width: 100%;
  }
  .right-copyright ul {
    display: block;
    margin-bottom: 4px;
  }
  .bestselling-card .inner-gift-card {
    width: 94%;
    padding: 20px 0 20px 20px;
  }
  .bestselling-card .best-gift img {
    top: -20px;
    width: 200px;
    border: 2px solid var(--Sweet-Pink);
  }
}
@media (max-width: 575px) {
  .hero-section .caption h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }

  .caption {
    left: 28px;
  }
  .hero-section .caption h2 {
    max-width: 360px;
  }

  .right-products .special-offer h4 {
    font-size: 1rem;
  }
  .right-products .special-offer h4 {
    line-height: 19px;
  }
  .right-products .special-offer .remains-offer {
    line-height: 16px;
  }
  .cart-total-section {
    padding: 8px 6px !important;
  }

  .error-card {
    border-radius: 8px;
    padding: 40px 0;
    margin: 0;
  }
  .error-card img {
    max-width: 60px;
    height: auto;
    margin-bottom: 12px;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 1.1rem;
    height: 1.1rem;
  }
  .mera-carousel .hightlight-line {
    color: var(--Shocking-Orange);
    font-size: 1rem;
  }
  .hero-section button img {
    width: 26px;
  }
  .hero-section .perD h3::before {
    width: 0;
  }
  .company-logo-section .navbar-toggler {
    padding: 4px 0 !important;
  }
}
@media (max-width: 540px) {
  .mera-carousel .carousel-caption {
    max-width: 70%;
  }
  .mera-carousel .carousel-caption {
    top: 12%;
  }
  .products-category .category-products img {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 480px) {
  .products-category .category-products img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 454px) {
  .products-category .category-products img {
    width: 200px;
    height: 200px;
  }
  .bestselling-card .best-gift img {
    width: 136px;
    right: 20px;
    top: -47px;
  }
  .bestselling-section .offerBtn {
    top: 14px;
  }
  .bestselling-card .inner-gift-card h4 {
    font-size: 1.2rem;
  }
  .bestselling-card .inner-gift-card p {
    font-size: 1rem;
  }
  .inner-gift-card a {
    text-decoration: none;
    background: var(--Sweet-Pink);
    color: var(--black);
    padding: 4px 16px;
    font-size: 0.8rem;
  }
}
@media (max-width: 425px) {
  .hero-section .caption h2 {
    max-width: 290px;
  }
  .right-account-data img {
    width: 22px;
  }
  .right-account-data ul li {
    margin-right: 4px;
  }
  .wishlist-num span,
  .bag-num span {
    font-size: 8px;
  }
  .right-account-data ul li {
    margin-right: 6px;
  }
  .ecomm-navbar .navbar-toggler-icon {
    width: 1.2em;
  }
  .top-sec-menu {
    display: none;
  }

  .company-logo img {
    width: 210px;
  }
  .order-track a {
    line-height: 28px;
  }
  .mera-carousel .carousel-caption {
    max-width: 60%;
  }
  .company-logo img {
    width: 160px;
  }
  .products-category .category-products img {
    width: 190px;
    height: 190px;
  }
  .headline h3 {
    font-size: 1.2rem;
  }
  .product-caption h4 {
    font-size: 1rem;
  }
  .product-collection .product-card .priceTag {
    font-size: 0.8rem;
  }
  .product-collection .product-card .productOff {
    font-size: 0.9rem;
  }
  .product-collection .product-card .priceTag del {
    font-size: 0.8rem;
  }
  .collectio-section {
    padding: 20px 0;
  }
  .test-content p {
    font-size: 0.8rem;
  }
}
@media (max-width: 406px) {
  .products-category .category-products img {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 390px) {
  .products-category .category-products img {
    width: 170px;
    height: 170px;
  }
  .bestselling-section .offerBtn h4 {
    font-size: 1rem;
  }
  .bestselling-section .offerBtn {
    width: 80px;
    height: 80px;
  }
  .bestselling-section .offerBtn h4 {
    font-size: 1rem;
  }
  .bestselling-section .offerBtn h3 {
    font-size: 0.8rem;
  }
  .sliderBtn {
    margin-top: 6px;
  }
  .sliderBtn {
    margin-top: 8px;
  }
  .hero-section .perD h3 {
    font-size: 1.1rem;
  }
  .mera-carousel .hightlight-line {
    font-size: 0.8rem;
  }
}
@media (max-width: 375px) {
  .shopBtn {
    padding: 0;
    font-size: 0.8rem;
  }
  .caption {
    top: 67px;
  }
  .right-account-data ul li {
    margin-right: 14px;
  }
  .ecomm-navbar .navbar-toggler-icon {
    width: 1.1em;
  }
  .right-products .products-num-add-buy {
    display: grid;
    grid-template-columns: 2fr;
  }
  .right-products .add-share ul li {
    margin-right: 6px;
  }
  .right-products .special-offer .time-running ul li {
    padding: 2px 2px;
    font-size: 0.8rem;
  }
  .alpha-letter {
    display: none;
  }

  .products-category .category-products img {
    width: 160px;
    height: 160px;
  }
  .mera-carousel .carousel-caption {
    top: 5%;
  }
  .products-category .category-products .products-caption {
    font-size: 0.8rem;
  }
  .left-filter-drop li {
    margin-right: 12px;
  }
}
@media (max-width: 355px) {
  .right-account-data ul li {
    margin-right: 4px;
  }
  .products-category .category-products img {
    width: 145px;
    height: 145px;
  }
  .bestselling-card .best-gift img {
    width: 122px;
    right: 15px;
  }
  .bestselling-section .offerBtn {
    top: 26px;
    right: 82px;
  }
  .left-filter-drop .nav-link {
    font-size: 0.9rem;
  }
  .short-by .nav-link,
  .filterDrop .nopro {
    padding: 0;
    font-size: 0.9rem;
  }
}
