* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1.3rem;
  font-size: 1.6rem;
  text-rendering: optimizeLegibility;
  background-color: #fff;
}

.section-title.icon-wrapper {
  position: relative;
  overflow: hidden;
}
.section-title.icon-wrapper .icon {
  font-size: 1.4rem;
  position: absolute;
  top: -1rem;
}
.section-title .underline {
  width: 10rem;
  height: 0.5rem;
  margin: 0 auto;
}

.divider {
  width: 100%;
  background: #E7E7E7;
  height: 0.1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color: #34495e;
}

h2 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 4rem;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

h6 {
  font-size: 1.4rem;
}

.text-primary {
  color: #7d5fff !important;
}

.lead {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #34495e;
  font-weight: 500;
}

.btn {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2rem;
}
.btn-success-muted {
  background-color: #ebf9f4;
  border-color: #ebf9f4;
  color: #2FB182;
}
.btn-success-muted:hover {
  background-color: #ebf9f4;
  border-color: #2FB182;
  color: #2FB182;
}
.btn-primary {
  background-color: #7d5fff;
  border-color: #7d5fff;
}
.btn-primary:hover {
  background-color: rgba(125, 95, 255, 0.8);
  border-color: rgba(125, 95, 255, 0.8);
}
.btn-primary:focus {
  background-color: rgba(125, 95, 255, 0.8);
  border-color: rgba(125, 95, 255, 0.8);
}
.btn-primary-muted {
  background-color: #e0e8ff;
  border-color: #e0e8ff;
  color: #003171;
}
.btn-primary-muted:hover {
  background-color: #e0e8ff;
  border-color: #003171;
  color: #003171;
}
.btn-warning-muted {
  background-color: #fff2e7;
  border-color: #fff2e7;
  color: #FFAE00;
}
.btn-warning-muted:hover {
  background-color: #fff2e7;
  border-color: #FFAE00;
  color: #FFAE00;
}
.btn-danger-muted {
  background-color: #fde1e8;
  border-color: #fde1e8;
  color: #DE486C;
}
.btn-danger-muted:hover {
  background-color: #fde1e8;
  border-color: #DE486C;
  color: #DE486C;
}
.btn-outline-success {
  background-color: transparent;
  border-color: transparent;
  color: #2FB182;
}
.btn-outline-success:hover {
  background-color: #ebf9f4;
  border-color: #ebf9f4;
  color: #2FB182;
}
.btn-outline-primary {
  background-color: transparent;
  border-color: #7d5fff;
  color: #7d5fff;
}
.btn-outline-primary:hover {
  background-color: #7d5fff;
  border-color: #7d5fff;
  color: #fff;
}
.btn-outline-primary:hover .google-icon svg {
  fill: #fff;
}
.btn-outline-primary .google-icon svg {
  width: 1.2rem;
  fill: #7d5fff;
}

.card {
  box-shadow: rgba(100, 100, 111, 0.2) 0 0.7rem 2.9rem 0;
}
.card .card-img-top:hover {
  cursor: pointer;
}
.card .card-body h5 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #34495e;
}
@media only screen and (max-width: 767px) {
  .card .card-body h5 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.card .card-body p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
  color: #34495e;
}
@media only screen and (max-width: 767px) {
  .card .card-body p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

.form-label {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #34495e;
}

.form-control {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  color: #34495e;
  border: 0.1rem solid rgba(125, 95, 255, 0.5);
  padding: 0.6rem 2rem;
  border-radius: 3.2rem;
}
.form-control:focus {
  border-color: rgba(125, 95, 255, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(125, 95, 255, 0.5);
}

.pswd-wrapper {
  position: relative;
  z-index: 11;
  display: block;
}
.pswd-wrapper .eye-icon-wrapper {
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 0;
}
.pswd-wrapper .eye-icon-wrapper i {
  width: 2rem;
  height: 2rem;
}
.pswd-wrapper .eye-icon-wrapper i:hover {
  cursor: pointer;
}

.form-select {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  color: #34495e;
  border: 0.1rem solid rgba(125, 95, 255, 0.5);
  padding: 0.6rem 2rem;
  border-radius: 3.2rem;
}
.form-select:focus {
  border-color: rgba(125, 95, 255, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(125, 95, 255, 0.5);
}

.form-check .form-check-label {
  line-height: 2rem;
}
.form-check .form-check-label .form-check-input {
  border-color: #7d5fff;
}
.form-check .form-check-label .form-check-input:checked {
  background-color: #7d5fff;
}

.form-radio {
  position: relative;
  width: 100%;
  min-height: 7rem;
  overflow: hidden;
}
.form-radio .form-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2rem;
}
.form-radio .form-label:hover {
  cursor: pointer;
}
.form-radio .form-check {
  position: absolute;
  top: calc(50% - 0.7rem);
  right: calc(0% + 2rem);
  background-color: #7d5fff;
}

.top-nav p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #fff;
  transition: 0.3s ease;
}
.top-nav p:hover {
  color: rgba(255, 255, 255, 0.8);
}
.top-nav .nav li a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #fff;
  transition: 0.3s ease;
}
.top-nav .nav li a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.main-navbar {
  box-shadow: rgba(17, 12, 46, 0.15) 0 4.8rem 10rem 0;
}
.main-navbar .nav li a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8rem;
  transition: 0.3s ease;
  padding: 0.6rem 2rem;
  color: #34495e;
}
.main-navbar .nav li a:hover {
  color: rgba(52, 73, 94, 0.8);
}
@media only screen and (max-width: 768px) {
  .main-navbar .nav li a {
    padding: 0.6rem 1.2rem;
  }
}

.x-icon {
  border: 0.1rem solid #7d5fff;
  width: 3rem;
  height: 3rem;
  display: block;
  color: #7d5fff;
  text-align: center;
  padding: 0.8rem;
  border-radius: 50%;
  transition: color 0.3s ease;
}
.x-icon:hover {
  cursor: pointer;
  color: rgba(125, 95, 255, 0.5);
  box-shadow: rgba(149, 157, 165, 0.2) 0 0.8rem 2.4rem;
}

.social-nav .social-item .nav-link {
  width: 3.5rem;
  height: 3.5rem;
}
.social-nav .social-item .nav-link:hover i {
  transform: rotate(360deg);
}
.social-nav .social-item .nav-link i {
  font-size: 1.2rem;
  line-height: 1.6rem;
  transition: 0.2s ease-in;
}

.table {
  border-spacing: 0;
  border-collapse: collapse;
  border-style: hidden;
  width: 100%;
  max-width: 100%;
}
.table thead th {
  text-transform: capitalize;
  color: #828A96;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 1rem 2rem;
  transition: border-bottom-color, color 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .table thead th {
    padding: 0.6rem 1.6rem;
  }
}
.table tbody tr td {
  text-transform: capitalize;
  color: #828A96;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 1rem 2rem;
  transition: background-color 0.1ms ease;
  vertical-align: middle;
}

.nav.nav-tabs .nav-item button.nav-link {
  color: #6d6e7a;
  font-size: 1.4rem;
  line-height: normal;
  border-color: transparent;
  padding: 1rem 2rem;
  transition: border-bottom-color, color 0.3s ease;
}
.nav.nav-tabs .nav-item button.nav-link.active {
  color: #7d5fff;
  border-bottom-color: #7d5fff;
}

.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #7d5fff;
  border-color: #7d5fff;
}
.pagination .page-item.active .page-link:hover {
  color: #fff;
  background-color: #7d5fff;
  border-color: #7d5fff;
}
.pagination .page-item .page-link {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 400;
  color: #7d5fff;
}
.pagination .page-item .page-link:hover {
  color: #fff;
  background-color: #7d5fff;
  border-color: #7d5fff;
}
.pagination .page-item .page-link:focus {
  color: #fff;
  background-color: #c5b8ff;
  border-color: #c5b8ff;
}

.about-us-page-top-section .about-us-page-top-section-inner {
  background: linear-gradient(rgba(125, 95, 255, 0.8), rgba(125, 95, 255, 0.8)), url("../img/about-us-page-banner-bg.jpg") no-repeat center bottom fixed;
  background-size: cover;
  padding: 8rem 0;
}

.our-story h1 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 3rem;
  color: #34495e;
}
@media only screen and (max-width: 767px) {
  .our-story h1 {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
.our-story .lead {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #34495e;
}
@media only screen and (max-width: 767px) {
  .our-story .lead {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

.cart-page-top-section .cart-page-top-section-inner {
  background: linear-gradient(rgba(125, 95, 255, 0.8), rgba(125, 95, 255, 0.8)), url("../img/products/cart-section-banner-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  padding: 8rem 0;
}

.cart-page-section .table thead th, .cart-page-section .table tfoot th {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2.8rem;
  color: #34495e;
}
@media only screen and (max-width: 767px) {
  .cart-page-section .table thead th, .cart-page-section .table tfoot th {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
.cart-page-section .table tbody td {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.6rem;
  color: #34495e;
}
@media only screen and (max-width: 767px) {
  .cart-page-section .table tbody td {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.cart-page-section .table tbody td small {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
  color: #34495e;
}
.cart-page-section .table tbody td img {
  width: 10rem;
  height: 10rem;
}

.hero-section .features-content h1 {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 4.2rem;
  color: #34495e;
}
@media only screen and (max-width: 767px) {
  .hero-section .features-content h1 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
.hero-section .features-content p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
  color: #34495e;
}
@media only screen and (max-width: 767px) {
  .hero-section .features-content p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

.kawran-bazar-section .card .card-icon-top svg {
  font-size: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
  fill: #fff;
}
.kawran-bazar-section .card .card-icon-top h5 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .kawran-bazar-section .card .card-icon-top h5 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}

.news-letter-section {
  padding-top: 20rem !important;
}
@media only screen and (max-width: 767px) {
  .news-letter-section {
    padding-top: 15rem !important;
  }
}
.news-letter-section p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
  color: #34495e;
}
@media only screen and (max-width: 767px) {
  .news-letter-section p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

footer h2 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 4rem;
  color: #34495e;
}
@media only screen and (max-width: 767px) {
  footer h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
footer h5 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.2rem;
}
@media only screen and (max-width: 767px) {
  footer h5 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
footer p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
  color: #34495e;
}
@media only screen and (max-width: 767px) {
  footer p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

.btn.up-btn {
  color: #14a800;
  background-color: rgb(255, 255, 255);
  border: 0.1rem solid rgb(248, 249, 250);
  border-radius: 10rem;
  font-size: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0 5.4rem 5.5rem, rgba(0, 0, 0, 0.12) 0 -1.2rem 3rem, rgba(0, 0, 0, 0.12) 0 0.4rem 0.6rem, rgba(0, 0, 0, 0.17) 0 1.2rem 1.3rem, rgba(0, 0, 0, 0.09) 0 -0.3rem 0.5rem;
}
.btn.up-btn.scroll-top {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 2rem;
  right: 4rem;
  transition: all 0.2s linear;
  z-index: 99999;
}
.btn.up-btn.scroll-top.show {
  opacity: 1;
  visibility: visible;
}
.btn.up-btn.scroll-top .sr-only {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.btn.up-btn.scroll-top .up-icon {
  width: 1.4rem;
  height: 1.4rem;
}
.btn.up-btn.scroll-top .up-icon svg {
  fill: currentColor;
}

.product-top-section .product-top-section-inner {
  background: linear-gradient(rgba(135, 80, 156, 0.8), rgba(135, 80, 156, 0.8)), url("../img/products/product-section-banner-bg.jpg") no-repeat center top fixed;
  background-size: cover;
  padding: 8rem 0;
}

.signup .signup-inner {
  min-height: 100vh;
}
.signup .signup-inner .signup-container {
  box-shadow: rgba(149, 157, 165, 0.2) 0 0.8rem 2.4rem;
}

.product-section .product-header .product-title h1 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 3rem;
  color: #34495e;
}
@media only screen and (max-width: 767px) {
  .product-section .product-header .product-title h1 {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
.product-section .product-header small {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  color: #34495e;
}
@media only screen and (max-width: 767px) {
  .product-section .product-header small {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.product-section .product-details h4 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.6rem;
  color: #34495e;
}
@media only screen and (max-width: 767px) {
  .product-section .product-details h4 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.product-section .product-details label {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #34495e;
}
@media only screen and (max-width: 767px) {
  .product-section .product-details label {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
.product-section .product-details .about .lead {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #34495e;
}
@media only screen and (max-width: 767px) {
  .product-section .product-details .about .lead {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.product-section .product-details .features h6 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  color: #34495e;
}
@media only screen and (max-width: 767px) {
  .product-section .product-details .features h6 {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.product-section .product-details .features .color, .product-section .product-details .features .size {
  gap: 2rem;
}
.product-section .product-details .price h5 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.6rem;
  color: #34495e;
}
@media only screen and (max-width: 767px) {
  .product-section .product-details .price h5 {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
.product-section .product-details .price .quantity .plus, .product-section .product-details .price .quantity .minus, .product-section .product-details .price .quantity .counter {
  font-size: 1.6rem;
  font-weight: 400;
  color: #34495e;
  line-height: 2rem;
}
.product-section .product-details .price .quantity .plus:hover, .product-section .product-details .price .quantity .minus:hover, .product-section .product-details .price .quantity .counter:hover {
  cursor: pointer;
}
.product-section .product-details .price .quantity .counter:hover {
  cursor: default;
}
.product-section .product-details .wrapping h5 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.6rem;
  color: #34495e;
}
@media only screen and (max-width: 767px) {
  .product-section .product-details .wrapping h5 {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
.product-section .product-details .wrapping h5 i {
  color: #7d5fff;
}
.product-section .product-details .wrapping span {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.6rem;
  color: #34495e;
}
@media only screen and (max-width: 767px) {
  .product-section .product-details .wrapping span {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
.product-section .slick-slider .slick-next {
  right: -0.4rem;
}
.product-section .slick-slider .slick-prev {
  left: -0.4rem;
}
.product-section .slick-slider .slick-next, .product-section .slick-slider .slick-prev {
  z-index: 9999;
}
.product-section .slick-slider .slick-next:before, .product-section .slick-slider .slick-prev:before {
  color: #7d5fff;
}

.checkout-page-top-section .checkout-page-top-section-inner {
  background: linear-gradient(rgba(125, 95, 255, 0.8), rgba(125, 95, 255, 0.8)), url("../img/products/checkout-section-banner-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  padding: 8rem 0;
}

.checkout-page-section .product-content .product-attr {
  font-size: 1.3rem;
}

.orders-page-body-section .orders-page-body-section-inner .orders-table-wrapper .table thead th:hover {
  color: #7d5fff;
}
.orders-page-body-section .orders-page-body-section-inner .orders-table-wrapper .table tbody tr td:hover {
  background-color: #FBFBFC;
}

.contact-us-page-top-section .contact-us-page-top-section-inner {
  background: linear-gradient(rgba(125, 95, 255, 0.8), rgba(125, 95, 255, 0.8)), url("../img/about-us-page-banner-bg.jpg") no-repeat center bottom fixed;
  background-size: cover;
  padding: 8rem 0;
}

.our-story h1 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 3rem;
  color: #34495e;
}
@media only screen and (max-width: 767px) {
  .our-story h1 {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
.our-story .lead {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #34495e;
}
@media only screen and (max-width: 767px) {
  .our-story .lead {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

.bg-blue {
  background: #7d5fff !important;
}

.bg-light {
  background-color: #fff !important;
}
.bg-light-100 {
  background-color: #f1f2f6 !important;
}
.bg-light-200 {
  background-color: #f1f5f8 !important;
}
.bg-light-300 {
  background: #E7E7E7 !important;
}
.bg-dark-100 {
  background-color: #6d6e7a !important;
}
.bg-dark-200 {
  background-color: #34495e !important;
}
.bg-dark-400 {
  background: #171F34 !important;
}
.bg-primary {
  background-color: #7d5fff !important;
}
.bg-primary-200 {
  background-color: #c5b8ff !important;
}
.bg-danger-200 {
  background-color: #FFF9F9 !important;
}

.mb-n15 {
  margin-bottom: -15rem;
}

.pe-n55 {
  padding-right: 5.5rem !important;
}

.pxbtn {
  padding: 1rem 2rem;
}

.w-10 {
  width: 10% !important;
}

.shadow {
  box-shadow: rgba(100, 100, 111, 0.2) 0 0.7rem 2.9rem 0 !important;
}
.shadow-sm {
  box-shadow: rgba(149, 157, 165, 0.2) 0 0.8rem 2.4rem !important;
}
.shadow-md {
  box-shadow: rgba(99, 99, 99, 0.2) 0 0.2rem 0.8rem 0 !important;
}
.shadow-lg {
  box-shadow: rgba(0, 0, 0, 0.25) 0 1.4rem 2.8rem, rgba(0, 0, 0, 0.22) 0 1rem 1rem !important;
}
.shadow-xl {
  box-shadow: rgba(0, 0, 0, 0.25) 0 2.5rem 5rem -1.2rem !important;
}

.rounded-pills {
  border-radius: 3.2rem;
}