  
  @import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&display=swap');

  * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'poppins', sans-serif;
  }

  a {
  text-decoration: none !important;

  }

  :root {
  --primary-color: #7c07a6;
  --secondary-color: #630eb9;
  --background-color: #ae8ea0;
  }

  /* navbar */
  .navbar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  }

  .nav-top-left-search {
  position: relative;
  display: inline-block;
  }


  .nav-top-left-search input {
  width: 331px;
  height: 53px;
  padding: 10px;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  outline: none;
  }

  .modal-inp {
  border: 1px solid var(--primary-color) !important;
  border-radius: 10px;
  outline: none;
  width: 100%;
  padding: 10px;
  }

  .modal-inp:focus {
  box-shadow: 0 0 0 0.25rem var(--primary-color) !important;
  }

  .nav-top-left-search input::placeholder {
  font-size: 17px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.51);
  }

  .nav-top-left-search i {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 20px;
  /* Adjust the right spacing as needed */
  transform: translateY(-50%);
  color: var(--primary-color);
  /* Adjust the color of the icon */
  cursor: pointer;
  }

  .navbar-top-center a img {

  width: 150px;
  }

  .navbar-top-right {
  display: flex;
  align-items: center;
  }

  .login-btn {
  background: rgba(211, 190, 237, 1);
  border-radius: 5px;
  padding: 8px 16px;
  font-size: 17px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.74);
  margin: 20px;
  }

  .sign-up-btn {
  background: rgba(255, 209, 215, 1);
  border-radius: 5px;
  padding: 8px 16px;
  font-size: 17px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.74);
  margin: 20px;
  }

  .cart-btn {
  color: var(--primary-color);
  font-size: 25px;
  margin: 20px;
  }


  /* navbar */
  /* hero */
  .hero-section {
  padding: 100px 0px;
  background: linear-gradient(179.96deg, rgba(211, 190, 237, 0.59) 0.03%, rgba(254, 192, 199, 0.1) 0.04%, #FFD1D7 99.96%, rgba(202, 172, 239, 0.2) 99.97%);

  display: flex;
  align-items: center;
  }

  .hero-title {
  color: rgba(0, 0, 0, 0.81);
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  }

  .hero-p {

  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  }

  .hero-btn {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.74);
  background: rgba(171, 123, 230, 1);
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0em;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  }

  .hero-right {
  position: relative;
  }




  /* hero */
  /* Collection */
  .collection {
  padding: 100px 0px;
  display: flex;
  align-items: center;
  }

  .coll-type {
  display: flex;
  justify-content: space-between;
  margin: 20px 4px;
  flex-wrap: wrap;
  }

  .coll-type a {
  color: rgba(0, 0, 0, 0.74);
  font-family: Jost;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  }

  .coll-type-pics {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  }

  .coll-type-pics img {
  width: 30%;
  margin-bottom: 40px;
  }

  .projects {
  box-shadow: 6px 8px 4px 0px rgba(255, 209, 215, 1);
  padding: 20px;
  background: rgba(255, 255, 255, 1);

  }

  .projects .row .col-4 {
  border-right: 2px solid rgba(0, 0, 0, 1);
  }

  .projects .row .col-4 h1 {
  font-family: 'Poppins';
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0em;

  }

  .projects .row .col-4 p {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  padding-left: 20px;
  }

  .hero-title-about {
  font-family: 'Great Vibes', cursive;

  color: rgba(0, 0, 0, 0.81);
  font-size: 45px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 10px;
  }

  /* Collection */
  /* tshirt and text */
  .text-pic-r {
  padding: 100px 0px;
  background: linear-gradient(180.05deg, #FDE2E6 0.04%, rgba(241, 151, 237, 0) 114.11%);
  }

  .fa-star {
  color: rgba(255, 143, 12, 1);
  margin: 4px;
  font-size: 20px;
  }

  /* tshirt and text */
  .great-vibe-t {
  font-family: 'Great Vibes', cursive;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
  }

  .great-vibe-btn {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.74);
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  border: 1px solid rgba(171, 123, 230, 1);
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  }

  /* tshirt and text */
  /* new product */
  .new-product {
  padding: 100px 0px;
  background-color: #fff;
  }

  .new-product h1 {
  font-family: 'Great Vibes', cursive;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;

  }

  .img-main {
  height: 180px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  }

  .img-main img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  }

  .new-product p {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;

  }

  .new-prod-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  }

  .related-prod-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  }

  .new-prod-card {
  width: 32%;
  border-radius: 10px;
  margin: 30px 0px;
  padding:20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  }

  .related-prod-card {
  width: 32%;
  height: 392px;
  margin: 30px 0px;
  }

  .related-prod-card h5 {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(0, 0, 0, 1);
  }

  .new-prod-card h5 {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(0, 0, 0, 1);

  }

  /* new product */
  /* CART */
  .cart-detail {
  background: linear-gradient(179.96deg, rgba(211, 190, 237, 0.59) 0.03%, rgba(254, 192, 199, 0.1) 0.04%, #FFD1D7 99.96%, rgba(202, 172, 239, 0.2) 99.97%);
  padding: 100px;
  }

  .common-title {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0em;
  color: rgba(0, 0, 0, 1);
  padding: 50px 0px;
  }

  .s004 {
  background: linear-gradient(179.96deg, rgba(211, 190, 237, 0.59) 0.03%, rgba(254, 192, 199, 0.1) 0.04%, #FFD1D7 99.96%, rgba(202, 172, 239, 0.2) 99.97%);

  }

  .related-prod-card-img {
  height: 400px;
  /* Set the specific height here */
  overflow: hidden;
  margin-bottom: 10px;
  /* Ensure the image doesn't overflow */
  }

  .related-prod-card-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  /* Center the image */
  }

  .cart-detail h1 {
  font-family: "Great Vibes";
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0em;
  color: rgba(0, 0, 0, 1);
  padding-bottom: 50px;
  }

  .deleteItem {
  position: absolute;
  border: none;
  background: none;
  font-size: 18px;
  top: -12px;
  }

  .deleteItemLocal {
  position: absolute;
  border: none;
  background: none;
  font-size: 18px;
  top: -12px;
  }

  .qty-main {
  display: flex;
  gap: 25px;
  align-items: center;

  }

  .cart-name {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px !important;
  }

  .cart-s-c {
  padding-top: 20px;
  font-size: 14px;
  }

  .cart-common-int {
  font-weight: 500;
  }

  .agree-main {
  margin: 3rem 0px;
  }

  .input-group-cart {
  font-size: 18px;
  font-weight: bold;
  background: none;
  border: none;
  }

  .checkout-detail {
  background: linear-gradient(179.96deg, rgba(211, 190, 237, 0.59) 0.03%, rgba(254, 192, 199, 0.1) 0.04%, #FFD1D7 99.96%, rgba(202, 172, 239, 0.2) 99.97%);
  padding: 100px;
  }

  .checkout-detail h1 {
  font-family: "Great Vibes";
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0em;
  color: rgba(0, 0, 0, 1);
  padding-bottom: 50px;
  }

  .checkout-btn {
  background-color: #ae8ea0;
  padding: 14px 24px;
  border-radius: 40px;
  border: none;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  }

  .cart-count {
  position: absolute;
  top: -3px;
  right: -10px;
  text-align: center;
  font-size: 10px;
  background-color: var(--primary-color);
  color: #ffffff;
  padding: 2px 6px;
  border-radius: 50%;
  }

  /* process */
  .process {
  margin-top: 50px;
  background-color: #E49FA7;
  }

  .process-sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  }

  .process-icon {
  margin-top:10px;
  font-size: 61px;
  color: #fff;
  }


  .process-heading {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  }

  .coll-type a {
  cursor: pointer;
  margin: 5px;
  padding: 2px 5px;
  text-decoration: none;
  color: black;
  }

  .coll-type a.active {
  border-bottom: 3px solid var(--primary-color);
  }

  .coll-type-pics {
  display: none;
  }

  /* process */
  /* CART */
  /* Category page */
  .category-prod-main {
  padding: 20px;
  }

  /* Category page */

  /* Discount */
  .discount-main {
  padding: 50px 0px;
  background: linear-gradient(179.96deg, rgba(211, 190, 237, 0.59) 0.03%, rgba(254, 192, 199, 0.1) 0.04%, #FFD1D7 99.96%, rgba(202, 172, 239, 0.2) 99.97%);
  }

  .discount-title {
  font-family: 'Great Vibes', cursive;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0em;

  }

  .dis-text {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  }

  .discount-img {
  height: 401px;
  border-radius: 0px 50px 0px 50px;
  text-align: center;
  }

  .discount-img img {
  height: 100%;
  }

  .dis-time-main {
  margin: 30px 0px;
  display: flex;
  justify-content: space-around;

  }

  .dis-time {
  width: 28%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 1);
  height: 134px;
  }

  .dis-time h2 {
  font-family: 'Poppins';
  font-size: 48px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: 0em;
  margin: 0px !important;
  text-align: center;
  }

  .dis-time h1 {
  font-family: 'Cardo';
  font-size: 32px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0em;
  color: rgba(171, 123, 230, 1);
  text-align: center;
  }

  .discount-btn {
  margin-top: 65px;
  }

  /* Discount */

  /* footer */
  .ftr {
  background: #ae8ea0;
  padding: 100px;
  }

  .ftr-title {
  font-family: 'Great Vibes';
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  margin-bottom: 25px;
  }

  .ftr-main {
  display: flex;
  justify-content: space-between;
  }

  .ftr-sub {
  width: 32%;
  display: flex;
  flex-direction: column;
  }

  .ftr-link {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  }

  .ftr-icons {
  display: flex;
  }

  .ftr-icon {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  font-size: 21px;
  }

  .ftr-linkedin {
  background: rgba(253, 226, 230, 1);
  color: rgba(174, 142, 160, 1);
  }

  .ftr-facebook {
  background: rgba(217, 217, 217, 1);
  color: rgba(174, 142, 160, 1);
  }

  .ftr-twitter {
  background-color: transparent;
  color: rgba(253, 226, 230, 1);
  font-size: 35px;
  }

  .ftr-subscribe {
  font-family: 'Poppins';
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(253, 226, 230, 1);
  margin-bottom: 20px;
  }

  .sub-input {
  color: rgba(255, 209, 215, 1);
  padding: 15px;
  width: 100%;
  background-color: transparent;
  outline: none;
  border-radius: 10px;
  border: 1px solid rgba(255, 209, 215, 1);
  margin-bottom: 20px;
  }

  .sub-input::placeholder {
  color: rgba(0, 0, 0, 0.26);
  font-family: 'Poppins';
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  }

  .sub-btn {
  background: rgba(253, 226, 230, 1);
  width: 100%;
  font-family: 'Great Vibes';
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0em;
  color: rgba(0, 0, 0, 1);
  border: none;
  padding: 5px;
  border-radius: 10px;
  }

  /* footer */
  /* Product details */
  .product-detail {
  background: linear-gradient(179.96deg, rgba(211, 190, 237, 0.59) 0.03%, rgba(254, 192, 199, 0.1) 0.04%, #FFD1D7 99.96%, rgba(202, 172, 239, 0.2) 99.97%);
  padding: 100px;
  }

  .product-detail h1 {
  font-family: "Great Vibes";
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0em;
  color: rgba(0, 0, 0, 1);
  padding-bottom: 50px;
  }

  .my-order {
  background: linear-gradient(179.96deg, rgba(211, 190, 237, 0.59) 0.03%, rgba(254, 192, 199, 0.1) 0.04%, #FFD1D7 99.96%, rgba(202, 172, 239, 0.2) 99.97%);
  padding: 100px;
  }

  .my-order h1 {
  font-family: "Great Vibes";
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0em;
  color: rgba(0, 0, 0, 1);
  padding-bottom: 50px;
  }

  .product-detail-sub {
  display: flex;
  justify-content: space-between;
  }

  .view-o-detail {
  background: linear-gradient(179.96deg, rgba(211, 190, 237, 0.59) 0.03%, rgba(254, 192, 199, 0.1) 0.04%, #FFD1D7 99.96%, rgba(202, 172, 239, 0.2) 99.97%);
  padding: 100px;
  }

  .view-o-detail h1 {
  font-family: "Great Vibes";
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0em;
  color: rgba(0, 0, 0, 1);
  padding-bottom: 50px;
  }

  .product-details-left {
  width: 49%;

  }

  .image-container {
  display: inline-block;
  position: relative;
  overflow: hidden;

  max-height: 900px;

  }

  .small-image {
  cursor: pointer;
  }

  .img-fluid {
  width: 100%;
  height: auto;
  display: block !important;
  }

  .out-of-stock {
  color: var(--primary-color);
  }

  #mainImage {
  object-fit: contain;
  border-radius: 10px;

  /* Ensure the image covers the container, maintaining aspect ratio */
  }

  /* .product-img {
  height: 400px !important;

  } */

  .product-details-right {
  width: 49%;
  padding: 0px 20px;
  }

  .prod-title {
  font-family: "Cardo";
  font-size: 40px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0em;
  margin-bottom: 15px;
  }

  .p-detail-text {
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(0, 0, 0, 0.75);

  }

  .p-color {
  font-family: "Cardo";
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(0, 0, 0, 0.75);
  margin: 0px;
  }

  .p-color-main {
  width: 50%;
  }

  .select-color {
  border: 1px solid rgba(151, 71, 255, 1);
  border-radius: 50px;
  background-color: transparent;
  outline: var(--secondary-color);
  padding: 6px 15px;
  width: 150px;
  margin-left: 20px;
  }

  .select-color option:checked {
  color: var(--primary-color);
  /* Background color of the selected option */


  }

  .select-color option {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  color: var(--primary-color) !important;

  }

  .addtocart {
  padding: 10px 40px;
  border-radius: 10px;
  background: rgba(171, 123, 230, 0.85);
  font-family: Cardo;
  font-size: 32px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0em;
  color: rgba(0, 0, 0, 1);
  border: none;
  }

  .related-p h1 {
  font-family: "Great Vibes";
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0em;
  color: rgba(0, 0, 0, 1);
  padding-bottom: 50px;
  margin: 100px 0px 0px 0px;
  }

  .related-sub {
  display: flex;

  }



  /* Product details */
  /* feedback section */
  .feedback-s {
  padding: 40px 0px 20px 0px;
  }

  .review-btn {
  background-color: var(--secondary-color);
  padding: 8px 20px;
  border: none;
  border-radius: 10px;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  }

  /* feedback section */
  /* login register */
  .alertify-notifier .ajs-message.ajs-success {
  background-color: rgba(255, 209, 215, 1) !important;
  border: none;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.94) !important;
  }

  .circle-name {
  cursor: pointer;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  background-color: #FFD1D7;
  border-radius: 50%;
  }

  .dropdown-toggle::after {
  border-top: 0px !important;
  }

  .auth-main {
  display: flex;
  justify-content: center;
  margin: 40px;
  }

  .auth {
  border: 1px solid rgba(171, 123, 230, 1);
  padding: 50px;
  width: 70%;
  border-radius: 10px;
  }

  .auth h1 {
  font-family: 'Poppins', cursive;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
  letter-spacing: 0em;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 30px;
  }

  .auth p {
  font-family: 'Jost';
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  margin: 10px 20px;
  }

  .auth-inp {
  background: rgba(253, 226, 230, 1);
  height: 53px;
  border-radius: 10px;
  border: none;
  width: 100%;
  outline: none;
  margin-bottom: 30px;
  padding-left: 10px;
  }

  .auth-btn {
  border: none;
  background: rgba(171, 123, 230, 1);
  font-family: "Jost";
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0em;
  padding: 10px 20px;
  border-radius: 10px;
  }

  /* login register */
  /* About me */
  .about-main {
  display: flex;
  justify-content: space-between;
  }

 .about-img {
  /* height: 500px;  */
  width: 500px;
  border-radius: 50px 0px 0px 0px;

  }

  .about-card {
  width: 19%;
  background: linear-gradient(179.96deg, rgba(211, 190, 237, 0.59) 0.03%, rgba(254, 192, 199, 0.1) 0.04%, #FFD1D7 99.96%, rgba(202, 172, 239, 0.2) 99.97%);
  height: 226px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  }

  .about-card i {
  color: rgba(151, 71, 255, 1);
  font-size: 40px;
  margin-bottom: 10px;
  }

  .about-card h3 {
  font-family: 'Cardo';
  font-size: 48px;
  font-weight: 700;
  line-height: 65px;
  letter-spacing: 0em;
  color: rgba(0, 0, 0, 0.61);
  }

  .about-card h5 {
  font-family: 'Cardo';
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(0, 0, 0, 0.74);

  }

  /* About me */
  /* contact */
  .contact {
  padding: 100px 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
  }

  .contact-form {
  padding: 10px 0px 100px 0px;

  }

  .form-text {
  font-family: 'Poppins';
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  margin: 10px;
  color: rgba(0, 0, 0, 0.877);

  }

  .contact-title {
  font-family: 'Great Vibes';
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0em;
  color: rgba(0, 0, 0, 1);
  }

  .contact p {
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  width: 60%;
  }

  /* contact */
  /* order page */
  .right-order-icon {
  width: 100%;
  }

  /* order page */
  /* Responsive */
  @media (max-width: 1200px) {
  .testimonial-card {
  padding: 13px;
  }

  .testimonial-card h3 {
  font-size: 20px;
  }

  .testimonial-card h5 {
  font-size: 14px;
  }

  .ftr {
  padding: 100px 70px;
  }

  .checkout-detail {
  padding: 100px 20px;
  }

  .my-order {
  padding: 100px 20px;
  }

  .about-img {

  width: 440px;

  }
  }

  @media (max-width: 992px) {
  .collection2 .collection-sub-main {
  flex-direction: column !important;
  }

  .related-prod-card-img {
  height: 300px;
  }

  .collection2 .collection-sub-main .collection-sub {
  width: 100% !important;
  }

  .hero-title-about {
  margin-top: 30px;
  }

  

  .new-prod-card h5 {
  font-size: 19px;
  }

  .dis-time {
  height: 105px;
  }

  .dis-time h2 {
  font-size: 26px;
  line-height: 60px;
  }

  .dis-time h1 {
  font-size: 23px;
  line-height: 22px;
  }

  .discount-img img {
  width: 100%;
  }

  .testimonial-sub {
  flex-wrap: wrap;
  }

  .testimonial-card {
  width: 32%;
  margin-bottom: 20px;
  }

  .testimonial-card h5 {
  text-align: center;
  }

  .ftr-main {
  flex-wrap: wrap;
  }

  .ftr-sub {
  width: 33%;
  margin-bottom: 40px;
  }

  .about-main {
  flex-wrap: wrap;
  }

  .about-card {
  width: 24%;
  margin-bottom: 20px;
  }

  .sh-tax {
  text-align: center;
  }

  .my-order .container {
  max-width: 100%;
  }

  .view-o-detail {
  padding: 100px 20px;
  }

  .view-o-detail .container {
  max-width: 100%;
  }

  .product-detail {
  padding: 100px 20px;
  }
  }

  @media (max-width: 857px) {
  #term-c {
  font-size: 11px;
  }
  }

  @media (max-width: 820px) {

  .nav-top-left-search input {
  width: 240px;
  }
  }

  @media (max-width: 780px) {
  .main-nav {
  padding: 10px 30px 20px 30px !important;
  }

  .login-btn {
  margin: 0px;
  padding: 2px 13px;
  }

  .sign-up-btn {
  margin: 7px;
  padding: 2px 13px;
  }

  .cart-btn {
  margin: 15px;
  }
  }

  @media (max-width: 768px) {
  .hero-section {
  padding: 50px 10px;
  }

  .collection {
  padding: 50px 10px;
  }

  .hero-title {
  font-size: 36px;
  }

  .hero-title-about {
  font-size: 36px;
  }

  .hero-btn {
  margin-top: 20px;
  font-size: 19px;
  font-weight: 500;
  padding: 1px 20px;
  margin-bottom: 50px;
  }

  .hero-right {
  display: flex;
  justify-content: center;
  }



  .projects .row .col-4 h1 {
  font-size: 21px;
  line-height: 22px;
  }

  .projects .row .col-4 p {
  font-size: 13px;
  line-height: 23px;
  padding-left: 0px;
  }

  .text-pic-r {
  padding: 50px 10px;
  }

  .great-vibe-btn {
  margin-bottom: 40px;
  font-size: 19px;
  padding: 2px 19px;
  }

  .great-vibe-t {
  font-size: 33px;
  }

  .swiper-pagination {
  text-align: center !important;
  }

  .new-prod-card {
  width: 48%;
  }

  .discount-btn {
  margin-bottom: 35px;
  }

  .discount-btn a {
  font-size: 25px !important;
  }

  .discount-img img {
  width: auto;
  }

  .testimonial {
  padding: 50px 10px;
  }

  .testimonial-card {
  width: 49%;
  }

  .ftr-sub {
  width: 50%;
  }

  .auth {
  width: 100%;
  }

  .about-card {
  width: 32%;

  }

  .contact {
  padding: 50px 10px;
  }

  .contact p {
  width: 100%;
  }

  .contact-title {
  text-align: center !important;
  }

  .contact-form h1 {
  text-align: center !important;

  }

  .contact-sub-btn {
  margin-top: 25px !important;
  }

  .cart-detail {
  padding: 50px 20px;
  }

  .cart-detail .container {
  max-width: 100% !important;
  }

  .cart-detail .container th,
  td {
  text-align: center;
  }

  .agree-main {
  margin: 0px;
  }

  .checkout-detail {
  padding: 50px 10px;
  }

  .p-color-main {
  width: 100%;
  }
  }

  @media (max-width: 620px) {
  .nav-top-left-search input {
  width: 160px;
  height: 40px;
  }

  .nav-top-left-search input::placeholder {
  font-size: 11px;
  }

  .nav-top-left-search i {

  top: 56%;
  right: 6px;
  font-size: 10px;

  }

  .navbar-top-center a img {
  height: 62px;
  width: 84px;
  }

  .new-product {
  padding: 50px 10px;
  }

  .ftr {
  padding: 50px 10px;
  }

  .ftr-title {
  text-align: center;
  }

  .ftr-sub {
  width: 100%;
  align-items: center;
  }

  .ftr-subscribe {
  text-align: center;
  margin: 20px;
  }

  .cart-s-c {
  padding-top: 0px;
  }

  .prod-title {
  font-size: 30px;
  margin-bottom: 10px;
  }

  .p-detail-text {
  font-size: 12px;
  line-height: 19px;
  }

  .p-color {
  font-size: 13px;
  line-height: 0px;
  }

  .select-color {
  padding: 1px 8px;
  width: 136px;
  }

  .addtocart {
  padding: 2px 19px;
  font-size: 18px;
  line-height: 33px;
  }

  .product-detail {
  padding: 50px 20px;
  }
  }

  @media (max-width: 520px) {
  .main-nav {
  padding: 10px 15px !important;
  }

  .nav-menu {
  width: 200px !important;
  }

  .sign-up-btn {
  font-size: 12px;
  }

  .login-btn {
  font-size: 12px;
  }

  .hero-title {
  line-height: 46px;

  }

  .new-prod-main {
  flex-direction: column;
  flex-wrap: nowrap;
  }

  .new-prod-card {
  width: 100%;
  }

  .img-main {
  margin-bottom: 20px;
  }

  .discount-img img {
  width: 100%;
  height: auto;
  }

  .testimonial-card {
  width: 100%;
  }

  .auth-main {
  margin: 40px 5px;
  }

  .auth {
  padding: 50px 20px;
  }

  .about-card {
  width: 49%;
  }

  .about-card h5 {
  font-size: 18px;
  }

  .product-detail-sub {
  flex-direction: column;
  }

  .product-details-left {
  width: 100%;
  }

  .product-details-right {
  width: 100%;
  margin-top: 30px;
  padding: 0px;
  }

  .p-color {
  font-size: 20px;

  }

  .about-img {
  height: 400px;
  width: 350px;
  }


  }

  /* Responsive */