@import url("../css/component.css");
body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: "Inria Sans";
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: scroll;
  line-height: 1.3;
}
body ul {
  margin: 0;
  padding: 0;
}
body li {
  list-style: none;
}
body a {
  text-decoration: none;
}
body .highlight {
  color: #052e1d;
}
body p {
  line-height: 1.2;
  color: #1c1c1c;
}

.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.p-v-80 {
  padding: 80px 0;
}

.p-t-80 {
  padding-top: 80px;
}

.p-b-80 {
  padding-bottom: 80px;
}

.p-t-50 {
  padding-top: 50px;
}

.relative {
  position: relative;
}

.p-v-100 {
  padding: 100px 0;
}

.p-b-100 {
  padding-bottom: 100px;
}

.f-30 {
  font-size: 30px;
}

h2 {
  font-weight: 700;
  font-size: 62px;
}

.btn2 {
  background-color: #f4b324;
  color: #fff;
  font-size: 20px;
  padding: 12px 33px;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f4b324;
  transition: all 0.4s;
}
.btn2:hover {
  background-color: transparent;
  color: #f4b324;
}
@keyframes swing {
  0% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}

.main-page {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.main-page h1 {
  color: #fff;
  font-size: 79px;
  font-family: "Inria Sans", sans-serif;
  font-weight: 700px;
}
.main-page h3 {
  color: #fff;
  font-size: 46px;
  font-weight: normal;
  font-family: "Inria Sans", sans-serif;
}
.main-page .logo1 {
  border-right: 3px solid #f4b324;
  border-bottom: 3px solid #f4b324;
  border-radius: 20px 20px 20px 4px;
  padding: 48px 54px 20px;
}
.main-page .logo2 {
  border-left: 3px solid #f4b324;
  border-bottom: 3px solid #f4b324;
  border-radius: 20px;
  padding: 48px 54px 18px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-page .logo1 img {
  width: 270px;
  height: 211px;
}
.main-page .text {
  margin-bottom: 31px;
}
.main-page .main-page-img1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-page .main-page-img2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.btn {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #303030 !important;
  background-color: #fff;
  border-radius: 50px;
  padding: 8px 33px;
}

header {
  background-color: #303030;
  height: 74px;
  position: relative;
  z-index: 999;
}
header .stellarnav > ul > li > a {
  padding: 20px 7px;
  color: #fff;
  font-size: 18px;
}
header .stellarnav > ul > li > .active {
  color: #f4b324;
}
header .logo {
  position: relative;
}
header .logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .logo img {
  width: 100%;
  top: 0;
  position: relative;
  height: 148px;
}
header .stellarnav {
  margin-top: -70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .cta-s {
  margin-left: 16px;
}
header .header-icon {
  margin-top: -49px;
}
header .header-icon img {
  width: 26px;
}
header .header-icon span {
  background-color: #fff;
  color: #000;
  width: 21px;
  display: flex;
  height: 21px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: -9px;
}
header .header-icon a {
  display: block;
  margin-right: 18px;
  position: relative;
}

.ph {
  display: none;
}

.phone-icon {
  display: none;
}

.banner h2 {
  color: #000;
  line-height: 1.1;
  font-weight: 700;
  font-size: 62px;
  text-align: center;
}
.banner .swiper-slide {
  height: 96vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: bottom center;
}
.banner .btn2 {
  margin-top: 20px;
}
.banner i {
  margin-top: 4px;
}
.banner .banner-text {
  position: relative;
  z-index: 1;
}
.banner .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  border-radius: 10px;
  background: #000;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #f4b324;
}
.banner .swiper-pagination {
  bottom: 116px;
}

.product-price {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 231px;
}
.product-price h6 {
  color: #8d8d8d;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 18px;
}
.product-price ul li i {
  font-size: 13px;
  color: #f4b324;
}
.product-price span {
  color: #f4b324;
  font-size: 13px;
  margin-left: 4px;
  margin-top: 3px;
}
.product-price button {
  color: #f4b324;
  border: 0;
  background-color: transparent;
  margin-left: 10px;
  font-size: 28px;
}

.heading {
  text-align: center;
  margin-bottom: 30px;
}
.heading h5 {
  color: #f4b324;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 24px;
}
.heading h2 {
  font-size: 46px;
}
.heading h1 {
  font-size: 46px;
}

.product-box {
  display: flex;
}

.home-product {
  position: relative;
}
.home-product .side-image {
  position: absolute;
  top: 64px;
  right: 115px;
  animation: swing ease-in-out 1s infinite alternate;
}
.home-product .side-image2 {
  position: absolute;
  bottom: -135px;
  left: 100px;
  animation: swing ease-in-out 1s infinite alternate;
}
.home-product .col-md-7 .btn2 {
  background-color: transparent;
  color: #f4b324;
  border: 0;
}
.home-product .col-md-7 .btn2:hover {
  color: #000;
}

.line {
  position: relative;
}
.line::after {
  position: absolute;
  content: "";
  background-color: #f4b324;
  width: 2px;
  height: 144px;
  bottom: -95px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.line::before {
  position: absolute;
  content: "\f192";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  width: 11px;
  height: 10px;
  z-index: 1;
  left: -9px;
  right: 0;
  margin: 0 auto;
  bottom: 64px;
  font-size: 21px;
  color: #f4b324;
}

.home-categories .line::after {
  height: 115px;
  bottom: 42px;
}

.home-categories .line::before {
  bottom: 35px;
}

.home-categories .image-box {
  background-color: #fff;
  box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.0705882353);
  border-radius: 12px;
  padding: 14px 14px 15px;
  text-align: center;
  margin-bottom: 34px;
}
.home-categories .image-box h4 {
  color: #3c3c3c;
  margin-top: 22px;
  font-size: 36px;
}

.selling .image-box {
  background-color: transparent;
  box-shadow: none;
  text-align: left !important;
  padding: 0 !important;
}
.selling .image-box img {
  width: 100%;
  height: 319px;
  border-radius: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
.selling .bag-icon {
  height: 18px !important;
  width: 18px !important;
  border-radius: 0 !important;
}
.selling .text {
  margin-top: 20px;
}
.selling i {
  color: #f4b324;
}
.selling h4 {
  font-size: 24px !important;
  margin-top: 0 !important;
  color: #1c1c1c;
}
.selling p {
  margin-bottom: 5px;
}
.selling span {
  font-size: 28px;
  font-weight: 700px;
  color: #f4b324;
}

.blog .image-box {
  padding: 0;
}
.blog .image-box .text p {
  color: #1c1c1c;
}
.blog .image-box .text span {
  color: #525252;
  font-size: 18px;
}
.blog .image-box .text i {
  color: #525252;
}
.blog .image-box h4 {
  font-size: 24px !important;
  color: #1c1c1c;
  font-weight: 400;
  font-family: "Inria Sans";
}

.blog .blog-side-img {
  position: absolute;
  top: -90px;
  left: -6px;
}
.blog .blog2 .text {
  margin-top: 0 !important;
  margin-bottom: 20px;
}
.blog .sliderNew .swiper-wrapper {
  padding-bottom: 0;
}

.home-form .form-image-box {
  padding-right: 0;
}
.home-form .form-image-box img {
  height: 600px;
  width: 100%;
}
.home-form .form-box {
  padding-left: 0;
}
.home-form .form {
  background: #fff;
  box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.1019607843);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 69px;
  height: 100%;
}
.home-form .heading {
  text-align: start;
}
.home-form .btn2 {
  font-size: 20px;
  font-weight: 700;
}
.home-form h2 {
  text-align: start;
}
.home-form i {
  margin-left: 10px;
}
.home-form .form-control {
  height: 55px;
  padding-left: 27px;
  border-radius: 10px;
}
.home-form .form-control:focus {
  box-shadow: none;
  border-color: #f4b324;
}
.home-form textarea {
  height: 134px !important;
  resize: none;
}

footer {
  background: #2d3134;
  padding: 60px 0 20px;
}
footer article {
  font-size: 24px;
  color: #fff;
  margin-bottom: 17px;
}
footer ul li a {
  font-size: 16px;
  color: #fff;
  margin-bottom: 13px;
  display: block;
  transition: all 0.5s;
}
footer ul li a:hover {
  padding-left: 5px;
  color: #f4b324;
}
footer .footer-logo .logo img {
  max-width: 159px;
}
footer .contact {
  margin-top: 20px;
}
footer .contact a:hover {
  padding-left: 0;
}
footer .contact a i {
  margin-right: 14px;
  font-size: 19px;
  margin-top: 5px;
}
footer .contact li a {
  display: flex;
}
footer .bottom-footer p {
  font-size: 14px;
}
footer .bottom-footer {
  border-top: 1px solid #52585c;
  margin-top: 35px;
  padding-top: 28px;
}
footer .bottom-footer ul li a {
  margin-right: 15px;
}
footer .bottom-footer ul li a:hover {
  padding-left: 0;
}

.wish-veda-website {
  font-family: "Poppins";
}
.wish-veda-website h6,
.wish-veda-website h5,
.wish-veda-website h4,
.wish-veda-website h3,
.wish-veda-website h2,
.wish-veda-website h1 {
  font-family: "Quicksand" !important;
  font-weight: 700 !important;
}
.wish-veda-website .green {
  background-color: #ff4301;
  border-color: #ff4301;
}
.wish-veda-website .green:hover {
  color: #ff4301 !important;
  background-color: transparent;
}

.wish-veda-website .home-form h2 {
  font-size: 42px;
}

.wish-veda .stellarnav > ul > li > .active {
  color: #ff4301;
}

.wish-veda-banner .green:hover {
  color: #ff4301 !important;
  background-color: #fff;
}

.wish-veda {
  background-color: #2b343b;
  height: 85px;
  padding: 10px 0;
}
.wish-veda .stellarnav {
  margin-top: 0;
}
.wish-veda .header-icon {
  margin-top: 0;
}
.wish-veda .logo img {
  height: auto;
}

.heading2 h2 {
  font-size: 42px;
  font-weight: 700;
  color: #000;
}

.wish-veda-banner h2 {
  text-align: left;
}

.wish-veda-blog .swiper-button-prev::after,
.wish-veda-blog .swiper-button-next::after {
  display: none;
}
.wish-veda-blog .swiper-button-next,
.wish-veda-blog .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 39%);
  left: auto;
  background: url("/assets/image/wish-veda-image/arrow.webp") no-repeat 0 -70px;
  width: 25px;
  height: 28px;
}

.wish-veda-footer {
  background-color: #2b343b;
}
.wish-veda-footer .bottom-footer {
  border-top: 1px solid #598171;
}

.wish-veda-website .sliderNew .swiper-button-next,
.wish-veda-website .sliderNew .wish-veda-website .swiper-rtl .swiper-button-prev {
  right: -70px;
  left: 0;
  margin: 0 auto;
  top: auto !important;
  bottom: 0;
  opacity: 1;
}
.wish-veda-website .sliderNew .swiper-button-prev,
.wish-veda-website .sliderNew .swiper-rtl .swiper-button-next {
  right: 0;
  left: -70px;
  margin: 0 auto;
  top: auto !important;
  bottom: 0;
  width: 63px;
  height: 44px;
  opacity: 1;
}
.wish-veda-website .sliderNew .swiper-button-next,
.wish-veda-website .sliderNew .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: 63px;
  height: 63px;
}
.wish-veda-website .sliderNew .swiper-button-next:after,
.wish-veda-website .sliderNew .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 0;
  text-transform: none !important;
  background: url(../image/wish-veda-image/arrow2.webp) no-repeat;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  width: 49px;
  height: 11px;
  margin-top: 5px;
  margin-left: 10px;
}
.wish-veda-website .sliderNew .swiper-button-prev:after {
  background: url(../image/wish-veda-image/arrow2.webp) no-repeat;
  width: 49px;
  height: 11px;
  margin-top: 5px;
  margin-left: 10px;
}
.wish-veda-website .sliderNew .swiper-button-next:before,
.wish-veda-website .sliderNew .swiper-button-prev:before {
  border-radius: 50%;
  background: rgba(104, 144, 114, 0.3137254902);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  content: "";
  width: 38px;
  height: 38px;
  position: absolute;
  z-index: -1;
  left: 2px;
}
.wish-veda-website .sliderNew .swiper-button-next:before {
  right: 2px;
  left: auto;
}
.wish-veda-website .sliderNew .swiper-button-next:after {
  transform: rotate(180deg);
  margin-top: -7px;
  margin-left: auto;
  margin-right: 9px;
}
.wish-veda-website .sliderNew .swiper-wrapper {
  padding-bottom: 40px;
}
.wish-veda-website .sliderNew .swiper-button-next:hover:before,
.wish-veda-website .sliderNew .swiper-button-prev:hover:before {
  background: #ff4301;
}

.populer {
  position: relative;
  z-index: 1;
}
.populer::before {
  position: absolute;
  left: -17%;
  top: -50%;
  width: 813px;
  height: 813px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: linear-gradient(180deg, #fff9f5 0%, #f2e9e2 100%);
  content: "";
  z-index: -1;
}
.populer .heading2 {
  margin-left: 17%;
}
.populer p {
  padding-right: 19%;
}
.populer .swiper-wrapper {
  padding-bottom: 60px !important;
}
.populer .spa {
  position: absolute;
  bottom: -30px;
  right: 0;
  z-index: 2;
}
.populer .leaf {
  position: absolute;
  bottom: -28%;
  left: -75px;
}
.populer .btn2 i {
  margin-left: 10px;
}

.productBox {
  text-align: center;
  background: #fff;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  padding: 15px;
  box-shadow: 0px 4px 60px 7px rgba(0, 0, 0, 0.0509803922);
  margin-top: 30px;
  margin-bottom: 30px;
  min-height: 470px;
}
.productBox span {
  position: relative;
  z-index: 1;
}
.productBox span::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #f5eee9;
  content: "";
  z-index: -1;
  margin: auto;
}
.productBox h4 {
  color: #1c1c1c;
  margin-top: 22px;
  font-size: 18px;
  font-weight: normal;
  font-family: "Inria Sans";
}
.productBox p {
  color: #757575;
  font-size: 14px;
  padding: 0%;
}
.productBox h3 {
  color: #eaab49;
  font-family: "Inria Sans";
  margin-bottom: 25px;
  font-size: 19px;
}
.productBox .cart {
  position: absolute;
  right: 10%;
  width: 45px;
  line-height: 40px;
  height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 2px 0px 23px -9px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 2px 0px 23px -9px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 2px 0px 23px -9px rgba(0, 0, 0, 0.34);
  bottom: 0;
  z-index: 5;
  background: #fff;
}
.productBox .productPic {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.category {
  padding-top: 40px !important;
}
.category h3 {
  font-family: "Inria Sans";
  font-size: 27px;
}
.category p {
  color: #757575;
  padding-right: 7%;
  font-size: 14px;
}

.carousel {
  position: relative;
}
.carousel .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  padding: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: auto;
  list-style: none;
  background: #fff;
  width: 370px;
  padding-left: 74px;
  border-radius: 60px 0 0 0;
  padding-top: 10px;
  -webkit-border-radius: 60px 0 0 0;
  -moz-border-radius: 60px 0 0 0;
  -ms-border-radius: 60px 0 0 0;
  -o-border-radius: 60px 0 0 0;
}
.carousel .carousel-indicators h6 {
  position: absolute;
  top: 30px;
  /* left: 100%; */
  width: 100%;
  text-align: right;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  right: 0;
}
.carousel .carousel-indicators .thumbnail.active h6 {
  opacity: 1;
  visibility: visible;
}
.carousel .clickhere {
  border-radius: 50px 0 0 0;
  padding: 29px 15px 10px 35px;
  position: absolute;
  bottom: 100%;
  background: #fff;
  width: 66%;
  right: 0;
  font-family: "Inria Serif";
}
.carousel .clickhere a {
  color: #052e1d;
}
.carousel .clickhere::before {
  position: absolute;
  right: 96%;
  bottom: -10px;
  background: url(../image/wish-veda-image/6.png) no-repeat;
  width: 40px;
  height: 33px;
  content: "";
  transform: rotate(350deg);
}
.carousel .clickhere::after {
  position: absolute;
  right: -6px;
  top: -39px;
  background: url(../image/wish-veda-image/7.png) no-repeat;
  width: 64px;
  height: 67px;
  content: "";
  z-index: 9;
  background-size: 100%;
}
.carousel .carousel-indicators [data-bs-target] {
  width: 90px;
}
.carousel .carousel-indicators [data-bs-target] {
  opacity: 1;
  width: auto;
  margin-left: -50px;
  background: transparent;
  border: none !important;
  height: auto;
}
.carousel .carousel-indicators [data-bs-target] img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 100%;
  display: block;
}
.carousel .carousel-indicators::after {
  position: absolute;
  right: 98%;
  bottom: 0;
  background: url(../image/wish-veda-image/7.png) no-repeat;
  width: 64px;
  height: 37px;
  content: "";
  z-index: 9;
  background-size: 100%;
}

.captions {
  position: absolute;
  width: 50%;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.captions h2 {
  font-size: 50px;
}
.captions p {
  font-size: 20px;
}

.banner {
  position: relative;
  z-index: 2;
}

.p-b-50 {
  padding-bottom: 50px;
}

.v2 {
  position: relative;
}

.v2::before {
  position: absolute;
  right: -14%;
  top: 80%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: linear-gradient(180deg, #fff9f5 0%, #f2e9e2 100%);
  content: "";
  z-index: -1;
}

.leaf2 {
  position: absolute;
  bottom: 0%;
  right: -21px;
  width: 200px;
}

.wish-veda-website .form-box h2 {
  font-family: "Inria Sans";
  font-weight: 700;
}

.inner-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-banner ul {
  gap: 10px;
}
.inner-banner a {
  color: #f4b324;
}

.product-page {
  background-color: rgba(0, 0, 0, 0.02);
}
.product-page .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1882352941);
  padding: 15px;
}
.product-page .accordion-item:last-child {
  border-bottom: 0;
}
.product-page .accordion-item .accordion-button:not(.collapsed) {
  color: #1c1c1c;
  background-color: transparent;
  box-shadow: none;
}
.product-page .accordion-item .accordion-button {
  padding-left: 0;
}
.product-page .accordion-item .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.product-page .accordion-item .accordion-button span {
  font-size: 18px;
  text-transform: uppercase;
}
.product-page .accordion-item .accordion-button:not(.collapsed)::after {
  content: "+";
  font-family: FontAwesome !important;
}
.product-page .accordion-item .accordion-button:after {
  background-image: none;
  content: "\f068";
  font-family: FontAwesome !important;
  font-size: 20px;
}
.product-page .top-filter-menu {
  display: flex;
  justify-content: end;
}
.product-page .top-filter-menu .form-select:focus {
  box-shadow: none;
  border-color: #1c1c1c;
}
.product-page .table-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 0 13px;
}
.product-page .catagories-side {
  padding-bottom: 6px;
}
.product-page .catagories-side li {
  display: flex;
  gap: 15px;
  align-items: center;
  cursor: pointer;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.product-page .catagories-side li label {
  font-size: 18px;
}
.product-page .catagories-side li .custom-radio {
  width: 19px;
  height: 19px;
  border: 1px solid #1c1c1c;
  -webkit-appearance: none;
}
.product-page .catagories-side li .custom-radio:checked {
  background-color: #1c1c1c;
}
.product-page .selling .img {
  position: relative;
}
.product-page .selling .list-product {
  position: absolute;
  top: 20px;
  right: 18px;
  z-index: 1;
  display: grid;
  gap: 12px;
  opacity: 1;
  visibility: visible;
  transform: translate(20px);
  transition: all 0.4s;
}
.product-page .selling .list-product i {
  /* color: #1c1c1c; */
  background-color: #fff;
  padding: 11px;
  width: 42px;
  height: 42px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  font-size: 19px;
  transition: all 0.2s;
}
.product-page .selling a {
  color: #1c1c1c;
}
.product-page .selling a:hover {
  /* color: #f4b324; */
}
.product-page .selling span {
  font-size: 19px;
}
.product-page .selling .del {
  margin-left: 10px;
  color: rgba(28, 28, 28, 0.6);
  font-size: 16px;
}
.product-page .selling .list-btn-main {
  position: absolute;
  bottom: 12px;
  right: 14px;
  z-index: 5;
  transition: 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  gap: 4px;
  transform: translateY(100%);
  opacity: 1;
  visibility: visible;
  justify-content: center;
}
.product-page .selling .list-btn-main a {
  width: 100%;
  padding: 9px 0;
}
.product-page .selling .list-btn-main .add-cart {
  position: absolute;
  right: -25px;
  width: 45px;
  line-height: 40px;
  height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 2px 0px 23px -9px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 2px 0px 23px -9px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 2px 0px 23px -9px rgba(0, 0, 0, 0.34);
  bottom: 0;
  z-index: 5;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-page .selling .list-btn-main .add-cart img {
  width: 20px;
}
.product-page .image-box {
  margin-bottom: 20px;
}
.product-page #sidebar {
  position: sticky;
  top: 21px;
}
.product-page #sidebar .heading {
  margin-bottom: 17px;
}

.errormessage {
  font-size: 12px;
  position: initial !important;
}

.product-thumbnail-page .product-slider-img .swiper-wrapper .swiper-slide img {
  border-radius: 4px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.product-thumbnail-page .product-slider-img .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid var(--black);
  border-radius: 4px;
  padding: 2px;
}
.product-thumbnail-page .product-slider-img .swiper-wrapper {
  height: calc(167.3197px + 20.4521vw);
}
.product-thumbnail-page .product-slider-img {
  height: 100%;
}
.product-thumbnail-page .product-option > p del {
  color: #767676;
  font-weight: 400;
}
.product-thumbnail-page .product-option > p .offer-btn {
  background-color: rgba(255, 79, 79, 0.2901960784);
  border-radius: 4px;
  color: #ff4f4f;
  font-weight: 500;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 4px 12px;
  font-size: 12px;
}
.product-thumbnail-page .product-option .rating ul {
  display: flex;
  gap: 10px;
  margin: 6px 0 10px;
}
.product-thumbnail-page .product-option .rating ul li i {
  color: #f4b324;
}
.product-thumbnail-page .product-option .rating ul li {
  color: #767676;
  font-size: 14px;
}
.product-thumbnail-page .product-option .rating > p {
  display: -webkit-box !important;
  margin: 14px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.product-thumbnail-page .product-option .buy-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}
.product-thumbnail-page .product-option .quantity-box .quantity {
  align-items: center;
  display: flex;
  gap: 6px;
}
.product-thumbnail-page .product-option .quantity-box .quantity input {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.1607843137);
  border: none;
  border-radius: 4px;
  height: 40px;
  padding: 6px 0;
  text-align: center;
  width: 70px;
}
.product-thumbnail-page .product-option .quantity-box {
  margin: 20px 0;
}
.product-thumbnail-page .product-option .quantity-box .quantity button {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1607843137);
  border: none;
  border-radius: 4px;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 45px;
}
.product-thumbnail-page .product-tab {
  align-items: center;
  border-bottom: 1px solid var(--gray);
  display: flex;
  flex-wrap: nowrap;
  gap: 3px;
  margin-top: 20px;
}
.product-thumbnail-page .product-option .buy-box ul li a {
  color: #020202;
  font-size: 16px;
}
.product-thumbnail-page .product-option .dz-info {
  margin-top: 15px;
  padding-bottom: 10px;
}
.product-thumbnail-page .product-option .dz-info h6,
.product-thumbnail-page .product-option .dz-info p {
  margin-bottom: 5px;
  font-size: 16px;
}
.product-thumbnail-page .product-option .dz-info a {
  color: #f4b324;
}
.product-thumbnail-page .bg-img {
  width: 100%;
  border-radius: 10px;
}
.product-thumbnail-page .buy-box {
  margin-top: 15px;
}
.product-thumbnail-page .buy-box2 {
  margin-top: 15px;
}
.product-thumbnail-page .buy-box2 li {
  font-size: 16px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 7px;
}

.review-section {
  padding-bottom: 100px;
}
.review-section .comments-box h5 {
  font-size: 20px;
  font-family: var(--semibold-font);
  color: var(--blue);
}
.review-section .comments-box > ul > li .comment-items .user-content .user-info .rating {
  color: #f4b324;
  margin: 6px 0 0;
  display: flex;
}
.review-section .comments-box > ul > li .comment-items .user-content .user-info {
  border-bottom: 1px solid #fff;
  margin-bottom: 6px;
  padding-bottom: 6px;
}
.review-section .comments-box > ul > li {
  background-color: #eee;
  border-radius: 6px;
  margin: 12px 0;
  padding: 15px;
}
.review-section .comments-box {
  border-left: 1px solid #eee;
  padding-left: 20px;
}
.review-section .comments-box > ul {
  max-height: 370px;
  overflow: auto;
}
.review-section .product-content .review-right .rating-progess li .progress {
  box-shadow: none;
  height: 14px;
  width: calc(100% - 90.8px - 1.625vw);
}
.review-section .product-content .review-right .rating-progess li {
  align-items: baseline;
  display: flex;
  gap: 15px;
  width: 100%;
}
.review-section .product-content .review-right .global-rating h5 {
  font-size: 69px;
  line-height: 62px;
  margin: 12px 0;
}
.review-section .product-content .review-right .global-rating .rating li svg {
  color: #f4b324;
}
.review-section .question-answer > ul > li {
  background-color: #eee;
  border-radius: 4px;
  margin: 10px 0;
  padding: calc(5.8px + 0.6875vw);
  width: 100%;
}
.review-section .question-answer > ul > li .question-box p {
  background-color: var(--white);
  border-radius: 4px;
  padding: 2px 6px;
}
.review-section .question-answer > ul > li .answer-box {
  align-items: start;
  display: flex;
  gap: 12px;
  margin-top: 4px;
}
.review-section .question-box h6 {
  color: var(--blue);
  font-family: var(--semibold-font);
  font-size: 18px;
}
.review-section .product-content .review-right .global-rating {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.review-section .product-content .review-right .rating-progess {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
.review-section .product-content .review-right .global-rating .rating {
  align-items: center;
  display: flex;
  gap: 5px;
}
.review-section .product-tab.nav-tabs .nav-link.active,
.review-section .product-tab.nav-tabs .nav-link:hover {
  border-bottom-color: var(--button-color);
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  color: var(--button-color);
}
.review-section .progress-bar {
  background-color: #052e1d;
}
.review-section .product-tab.nav-tabs .nav-link {
  background-color: transparent;
  color: var(--black);
  font-size: 22px;
  font-weight: 600;
  padding: 11px;
}
.review-section .product-content {
  margin-top: 20px;
}
.review-section .question-main-box {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.review-section .question-main-box h6 {
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  margin: 0;
  padding: 12px 19px;
}
.review-section .question-main-box a {
  color: #1c1c1c !important;
}
.review-section .link-dislike-box a {
  color: #1c1c1c !important;
}
.review-section .question-answer > ul > li .question-box {
  align-items: center;
  border-bottom: 1px solid #fff;
  display: flex;
  gap: 12px;
  padding-bottom: 0;
}
.review-section .link-dislike-box {
  align-items: baseline;
  display: flex;
  gap: 10px;
  margin-left: auto;
}

.cart-page {
  padding: 5rem 0;
}
.cart-page .cart-countdown {
  align-items: center;
  background-color: hsla(33, 47%, 62%, 0.1);
  border-radius: 4px;
  display: flex;
  gap: 12px;
  justify-content: center;
  padding: 16px;
}
.cart-page .table-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 0 13px;
}
.cart-page .table-title button {
  background-color: transparent;
  border: unset;
  color: red;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}
.cart-page .table thead tr th {
  background-color: #f6f6f6;
  border-bottom: none;
  padding: 14px;
  text-align: center;
  white-space: nowrap;
}
.cart-page .table thead tr th:first-child {
  border-radius: 6px 0 0 0;
  text-align: left;
}
.cart-page .cart-box img {
  width: 100px;
}
.cart-page .image-box {
  padding: 15px;
  height: 137px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-page .cart-table table tbody tr td {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
.cart-page .cart-box {
  align-items: center;
  display: flex;
  gap: 10px;
}
.cart-page .cart-box a h5 {
  display: -webkit-box !important;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  white-space: normal;
  white-space: nowrap;
  color: #1c1c1c;
  margin-bottom: 6px;
}
.cart-page .cart-box p {
  font-size: 14px;
  color: #ababab;
}
.cart-page .cart-box span {
  font-size: 11px;
}
.cart-page .cart-table table tbody tr td {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
.cart-page .table tbody tr {
  border-bottom: 1px solid #e9e9e9;
}
.cart-page .cart-table table tbody tr td:first-child {
  max-width: 329px !important;
}
.cart-page .cart-table table tbody tr td .quantity {
  gap: 10px;
  justify-content: center;
  width: auto;
}
.cart-page .quantity button {
  background-color: rgba(0, 0, 0, 0.1607843137);
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1607843137);
  border-radius: 4px;
  height: 35px;
  justify-content: center;
  width: 35px;
}
.cart-page .quantity input {
  background-color: rgba(0, 0, 0, 0.1607843137);
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1607843137);
  border-radius: 4px;
  height: 35px;
  padding: 6px 0;
  text-align: center;
  width: 70px;
}
.cart-page .quantity,
.cart-page .quantity button {
  align-items: center;
  display: flex;
}
.cart-page .table tbody tr td {
  border-bottom: none;
  padding: 14px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.cart-page .cart-items {
  background-color: #f6f6f6;
  border-radius: 6px;
  font-size: 20px;
  padding: 30px 15px;
}
.cart-page .progress,
.cart-page .progress-stacked {
  background-color: #fff !important;
}
.cart-page .cart-progress {
  border-bottom: 1px solid #fff;
  margin: 0 auto 12px;
  padding-bottom: 12px;
  position: relative;
  text-align: center;
}
.cart-page .cart-progress .progress {
  height: 12px;
  margin: 12px auto 21px;
  overflow: unset;
}
.cart-page .cart-progress .progress .progress-bar {
  overflow: unset;
  position: relative;
}
.cart-page .cart-body h6 {
  font-weight: 500;
  margin-top: 20px;
  color: #052e1d;
}
.cart-page .cart-body ul li {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  width: 100%;
}
.cart-page .cart-body ul .Coupon {
  color: red;
}
.cart-page .cart-items .cart-body ul li p {
  font-size: 15px;
  margin-bottom: 0;
}
.cart-page .cart-items .cart-body ul li span {
  font-size: 15px;
}
.cart-page .cart-body ul {
  border-bottom: 1px solid #fff;
  margin: 12px 0;
  padding-bottom: 12px;
}
.cart-page .cart-bottom h6 {
  color: #052e1d;
}
.cart-page .cart-bottom > span {
  display: block;
  font-size: 16px;
  width: 100%;
}
.cart-page .cart-bottom svg {
  padding-right: 10px;
  font-size: 17px;
}
.cart-page .cart-bottom h6 span {
  float: right;
  font-size: 16px;
  color: #052e1d;
}
.cart-page .coupon-box h6 {
  border-top: 1px solid #fff;
  font-weight: 500;
  margin: 12px 0 15px;
  padding-top: 12px;
  font-weight: 500;
  margin-top: 20px;
}
.cart-page .coupon-box ul li span input {
  border: none;
  padding: 10px 6px 10px 32px;
  width: 100%;
  height: 41px;
}
.cart-page .coupon-box ul li span input::-moz-placeholder {
  font-size: 16px;
}
.cart-page .coupon-box ul li span input::placeholder {
  font-size: 16px;
}
.cart-page .coupon-box ul li span {
  float: right;
  margin-bottom: 2px;
  position: relative;
  width: 100%;
}
.cart-page .coupon-box ul li span i {
  font-size: 16px;
  left: 10px;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
}
.cart-page .coupon-box ul li span {
  float: right;
  margin-bottom: 2px;
  position: relative;
  width: 100%;
  font-size: 14px;
}
.cart-page .coupon-box ul li {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cart-page .coupon-box {
  margin-bottom: 16px;
}
.cart-page .coupon-box .btn-dark {
  background-color: #000;
  color: #fff !important;
  transition: all 0.5s;
  border-radius: 10px;
  border-radius: 0 !important;
  font-weight: 600;
  border: 1px solid #fff;
  transition: 0.5s all;
}
.cart-page .coupon-box .btn-dark:hover {
  background-color: transparent !important;
  color: #f4b324 !important;
  border-color: #f4b324 !important;
}
.cart-page .coupon-box ul li span i {
  font-size: 16px;
  left: 10px;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
}

.checkout-page .address-option {
  background-color: #f6f6f6;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 20px;
}
.checkout-page .address-option .address-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.checkout-page .address-option .address-title a {
  color: #052e1d;
}
.checkout-page .address-option .delivery-address-box {
  align-items: flex-start;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  gap: 20px;
  padding: 20px;
}
.checkout-page .address-option .delivery-address-box .form-check {
  padding-left: 0 !important;
}
.checkout-page .address-option .delivery-address-box .form-check input {
  vertical-align: -8px;
}
.checkout-page .address-option .delivery-address-box .address-detail .address .address-title {
  color: #1c1c1c;
  font-weight: 500;
  margin-bottom: 0;
}
.checkout-page .address-option .delivery-address-box .address-detail .address {
  display: block;
  padding: 0 6px;
  width: 100%;
}
.checkout-page .address-option .delivery-address-box .address-detail .address .address-home {
  font-size: 14px;
}
.checkout-page .address-option .delivery-address-box .address-detail .address .address-tag {
  color: #1c1c1c;
  font-size: 14px;
  padding-right: 6px;
  font-weight: 600;
}
.checkout-page .address-option label {
  width: 100%;
  margin-bottom: 10px;
}
.checkout-page .payment-options {
  background-color: #f6f6f6;
  border-radius: 4px;
  padding: 15px;
}
.checkout-page .payment-options .payment-box {
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  gap: 6px;
  padding: 0 20px;
  height: 53px;
}
.checkout-page .right-sidebar-checkout {
  background-color: #f6f6f6;
  padding: 15px;
  position: sticky;
  top: 13px;
}
.checkout-page .cart-listing > ul li {
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  padding: 10px;
}
.checkout-page .cart-listing img {
  max-width: 58px;
}
.checkout-page .cart-listing h6 {
  color: #1c1c1c;
}
.checkout-page .cart-listing > ul li p {
  margin-left: auto;
}
.checkout-page .summary-total > ul li {
  align-items: center;
  display: flex;
  font-size: 15px;
  justify-content: space-between;
  padding: 4px 0;
  width: 100%;
}
.checkout-page .summary-total > ul li p {
  margin-bottom: 0;
}
.checkout-page .summary-total .coupon-code {
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  margin: 10px 0 0;
  padding: 10px;
}
.checkout-page .summary-total .coupon-code input {
  border: 1px solid #8d8d8d;
  border-radius: 4px 0 0 4px;
  padding: 10px;
  width: 100%;
}
.checkout-page .summary-total .coupon-code .btn2 {
  border-radius: 0 4px 4px 0;
}
.checkout-page .summary-total {
  border-bottom: 1px solid #fff;
  margin: 18px 0;
  padding-bottom: 20px;
}
.checkout-page .summary-total {
  border-bottom: 1px solid #fff;
  margin: 18px 0;
  padding-bottom: 20px;
}
.checkout-page .cart-listing .total {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 15px;
}
.checkout-page .wrap-box {
  background: #f6f6f6;
  padding: 27px 24px 19px;
}
.checkout-page .product-content td {
  text-align: start !important;
}
.checkout-page .product-menu-title {
  padding: 32px 31px 0;
}

.login-page .password {
  position: relative;
}
.login-page .password span {
  position: absolute;
  top: 16px;
  right: 15px;
}
.login-page .form-control {
  height: 55px;
  padding-left: 27px;
  border-radius: 10px;
  padding-right: 53px;
}
.login-page .form-control:focus {
  box-shadow: none;
  border-color: #f4b324;
}
.login-page .forget-password {
  color: #1c1c1c;
  text-decoration: underline;
}
.login-page .form-check-input:checked {
  background-color: #1c1c1c;
  border-color: #1c1c1c;
}
.login-page .form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.account-page .left-dashboard-show {
  display: none;
  margin-bottom: 14px;
}
.account-page .dashboard-left-sidebar {
  background-color: #f6f6f6;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
}
.account-page .dashboard-left-sidebar .profile-box {
  position: relative;
}
.account-page .dashboard-left-sidebar .profile-box .profile-contain {
  border-radius: 4px;
  padding: 20px 10px;
  position: relative;
  text-align: center;
}
.account-page .dashboard-left-sidebar .profile-box .profile-contain {
  border-radius: 4px;
  padding: 20px 10px;
  position: relative;
  text-align: center;
}
.account-page .dashboard-left-sidebar .profile-box .profile-contain .profile-image img {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 5px;
  width: calc(76px + 1.25vw);
}
.account-page .profile-name {
  margin-top: 10px;
}
.account-page .profile-name h6 {
  margin: 10px 0;
}
.account-page .profile-name span {
  color: #1c1c1c;
}
.account-page .dashboard-left-sidebar .dashboard-tab {
  border-top: 1px solid #fff;
  padding: 15px;
}
.account-page .dashboard-left-sidebar .dashboard-tab li .nav-link:hover {
  background-color: rgba(32, 53, 80, 0.1215686275);
  border-left: 3px solid #1c1c1c;
  border-radius: 4px;
  color: #1c1c1c;
  letter-spacing: 1.4px;
}
.account-page .dashboard-left-sidebar .dashboard-tab li .nav-link,
.account-page .dashboard-left-sidebar .dashboard-tab li .nav-link a {
  color: #1c1c1c;
  width: 100%;
  text-align: left;
  background-color: transparent;
}
.account-page .dashboard-left-sidebar .dashboard-tab li {
  padding: 2px 0;
  width: 100%;
}
.account-page .dashboard-left-sidebar .dashboard-tab li .nav-link.active {
  background-color: rgba(32, 53, 80, 0.1215686275);
  border-left: 3px solid #1c1c1c;
  border-radius: 4px;
  color: #1c1c1c;
  letter-spacing: 1.4px;
}
.account-page .logout-button .btn_black {
  width: 100%;
}
.account-page .dashboard-right-box {
  background-color: #f6f6f6;
  height: 100%;
  padding: 15px;
}
.account-page .dashboard-right-box .my-dashboard-tab .sidebar-title {
  margin-bottom: 44px;
}
.account-page .sidebar-title .loader-line {
  background-color: #939393;
  border-radius: 20px;
  height: 2px;
  overflow: hidden;
  position: absolute;
  top: 32px;
  width: 74px;
}
.account-page .sidebar-title {
  margin-bottom: 30px;
  position: relative;
}
.account-page .sidebar-title .loader-line:before {
  animation: lineAnim 2s linear infinite;
  background-color: #1c1c1c;
  border-radius: 20px;
  content: "";
  height: 4px;
  left: -50%;
  position: absolute;
  width: 30%;
}
@keyframes lineAnim {
  0% {
    left: -40%;
  }
  0% {
    left: -40%;
  }
  100% {
    left: 100%;
    width: 100%;
  }
}
.account-page .dashboard-right-box .my-dashboard-tab .dashboard-user-name p {
  color: #1c1c1c;
  font-size: 15px;
  font-weight: 300;
  margin-top: 10px;
}
.account-page .dashboard-right-box .my-dashboard-tab .total-box {
  margin: 30px 0;
}
.account-page .dashboard-right-box .my-dashboard-tab .total-box .totle-contain {
  align-items: center;
  background-color: #fff;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  display: flex;
  gap: 15px;
  overflow: hidden;
  padding: 22px;
  position: relative;
}
.account-page .dashboard-right-box .my-dashboard-tab .profile-about {
  background-color: #fff;
  border-radius: 4px;
  padding: 15px;
}
.account-page .dashboard-right-box .my-dashboard-tab .profile-about .profile-information li {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 7px 0;
}
.account-page .dashboard-right-box .my-dashboard-tab .profile-about .profile-information {
  margin-bottom: 45px;
}
.account-page .profile-about a {
  color: #1c1c1c;
  margin-left: 6px;
}
.account-page .dashboard-right-box .order .order-box {
  background-color: #fff;
  border-radius: 4px;
  padding: 15px;
}
.account-page .dashboard-right-box .order .order-box .order-container {
  align-items: start;
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
}
.account-page .dashboard-right-box .order .order-box .order-container .order-icon {
  align-items: center;
  border: 1px solid #1c1c1c;
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  position: relative;
  width: 40px;
}
.account-page .dashboard-right-box .order .order-box .product-order-detail .product-box a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 109px;
}
.account-page .dashboard-right-box .order .order-box .product-order-detail .product-box {
  align-items: start;
  display: flex;
  gap: 20px;
}
.account-page .dashboard-right-box .order .order-box .product-order-detail {
  border-bottom: 1px solid #303030;
}
.account-page .dashboard-right-box .order .order-box .return-box .review-box {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.account-page .dashboard-right-box .order .order-box .return-box .review-box .rating li i {
  color: rgb(223, 206, 55);
  margin: 0 1px;
}
.account-page .dashboard-right-box .review-box a {
  color: #1c1c1c;
  font-weight: 600;
  font-size: 14px;
}
.account-page .dashboard-right-box .order .order-box .order-container .order-detail a {
  color: rgb(254, 78, 79);
  font-weight: 500;
  font-size: 14px;
}
.account-page .order-detail h5 {
  color: #1c1c1c;
}
.account-page .order-detail p {
  margin: 1px 0;
  font-size: 14px;
}
.account-page .dashboard-right-box .order .order-box .product-order-detail .product-box .order-wrap ul li {
  display: flex;
  width: 100%;
  font-size: 14px;
  margin-bottom: 1px;
}
.account-page .dashboard-right-box .order .order-box .product-order-detail .product-box .order-wrap > p {
  padding-bottom: 12px;
}
.account-page .dashboard-right-box .order .order-box .product-order-detail .product-box .order-wrap h5 {
  margin-bottom: 5px;
}
.account-page .product-page .product {
  padding: 6px 0 0;
}
.account-page .product-page .owl-carousel .owl-stage-outer {
  padding: 0;
}
.account-page .mega-menu .product-menu {
  transform: scale(1);
}
.account-page .account-page .product {
  background-color: #fff;
}
.account-page .dashboard-right-box .saved-card .payment-section .payment-card {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  position: relative;
}
.account-page .dashboard-right-box .saved-card .payment-section .payment-card .bank-info {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.account-page .dashboard-right-box .saved-card .payment-section .payment-card .bank-info .bank {
  height: auto;
  width: 110px;
}
.account-page .dashboard-right-box .saved-card .payment-section .payment-card .bank-info .card-type .bank-card {
  height: auto;
  width: 49px;
}
.account-page .dashboard-right-box .saved-card .payment-section .payment-card .card-details {
  margin-top: 15px;
}
.account-page .dashboard-right-box .saved-card .payment-section .payment-card .card-details-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.account-page .dashboard-right-box .saved-card .payment-section .payment-card .btn-box {
  align-items: center;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0.3490196078);
  border-radius: 5px;
  bottom: 0;
  display: flex;
  gap: 19px;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  transition: all 0.5s;
  font-size: 24px;
  color: #fff;
}
.account-page .dashboard-right-box .saved-card .payment-section .payment-card:hover .btn-box {
  opacity: 1;
  transform: scale(1);
}
.account-page .btn-box span {
  align-items: center;
  background-color: #1c1c1c;
  border-radius: 5px;
  display: flex;
  gap: 5px;
  height: 38px;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 38px;
}
.account-page .dashboard-right-box .address-tab .address-option label .buttons {
  padding: 10px;
  align-items: center;
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: center;
}
.account-page .dashboard-right-box .address-tab .address-option label {
  background-color: #fff;
  margin-bottom: 0;
  padding: 15px;
}
.account-page .dashboard-right-box .address-tab .address-option label .delivery-address-box {
  background-color: #fff;
  border: none;
  align-items: flex-start;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  gap: 20px;
}
.account-page .dashboard-left-sidebar-close {
  display: none;
}
.account-page .address-option .delivery-address-box .address-detail .address .address-title {
  color: #1c1c1c;
  font-weight: 500;
  margin-bottom: 0;
}
.account-page .address-option .delivery-address-box .address-detail .address {
  display: block;
  padding: 0 6px;
  width: 100%;
}
.account-page .address-option .delivery-address-box .address-detail .address .address-home {
  font-size: 14px;
}
.account-page .address-option .delivery-address-box .address-detail .address .address-tag {
  color: #1c1c1c;
  font-size: 14px;
  padding-right: 6px;
  font-weight: 600;
}
.account-page .address-option .delivery-address-box .form-check {
  padding-left: 0 !important;
}
.account-page .address-option .delivery-address-box .form-check input {
  vertical-align: -8px;
}
.account-page .btn2 {
  border-radius: 0;
}

.product-varient {
  background-color: #dac9ae;
  padding: 0.5rem;
}

input.no-arrows::-webkit-outer-spin-button,
input.no-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.no-arrows[type=number] {
  -moz-appearance: textfield;
}/*# sourceMappingURL=style.css.map */