.single-sec {
  padding: 16px 0 76px;
}

@media (min-width: 576px) {
  .single-sec {
    padding: 76px 0;
  }
}

@media (min-width: 992px) {
  .single-sec {
    padding: 112px 0;
  }
}

.single-sec h1 {
  color: #FFF;
  font-family: 'She Lost Her Mind Serif', sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: 1;
}

@media (min-width: 576px) {
  .single-sec h1 {
    font-size: 80px;
  }
}

.single-sec .woocommerce-product-details__short-description {
  max-width: 500px;
}

.single-sec .container {
  max-width: 1360px;
}

.single-sec .product {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 992px) {
  .single-sec .product {
    display: flex;
    flex-direction: row;
    gap: 0;
  }
}

.single-sec .product__swiper {
  display: block;
  height: 400px;
  max-width: 400px;
  width: 100%;
}

@media (min-width: 1300px) {
  .single-sec .product__swiper {
    height: 618px;
    max-width: 618px;
  }
}

.single-sec .product__swiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.single-sec .product__image {
  flex: 1 0 400px;
}

@media (min-width: 1300px) {
  .single-sec .product__image {
    flex: 1 0 618px;
  }
}

.single-sec .entry-summary {
  flex: 1 1 100%;
}

@media (min-width: 992px) {
  .single-sec .entry-summary {
    padding-left: 75px;
  }
}

@media (min-width: 1300px) {
  .single-sec .entry-summary {
    padding-left: 160px;
  }
}

.single-sec .product__swiper-thumbs {
/*   display: block; */
	display: none;
  margin-top: 15px;
  max-width: 400px;
  width: 100%;
}

@media (max-width: 400px) {
  .single-sec .product__swiper-thumbs {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }
}

@media (min-width: 576px) {
  .single-sec .product__swiper-thumbs {
    margin-top: 31px;
  }
}

@media (min-width: 1300px) {
  .single-sec .product__swiper-thumbs {
    max-width: 618px;
    width: 100%;
  }
}

.single-sec .product__swiper-thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  cursor: pointer;


  border: 1px solid rgba(255, 255, 255, .3);
  transition: border-color .3s;
}

.single-sec .product__swiper-thumbs .swiper-slide.swiper-slide-thumb-active img {
  border-color: #fff;
}


.single-sec .product-tags {
  display: flex;
  gap: 4px;
}

.single-sec .product-tags li {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 65px;
  background: #272727;

  color: #fff;
  font-size: 14px;
  letter-spacing: 0.98px;
  text-transform: uppercase;
  line-height: 1;

  margin-bottom: 45px;
}

.single-sec-description {
  padding-left: 16px;
  padding-right: 16px;
}


.single-sec-description .container {
  max-width: 1440px;
  margin: 0 auto;
  display: block;
  padding: 64px 167px 64px 68px;
  border: 1px solid rgba(100, 100, 100, 1);
  display: flex;
  justify-content: space-between;
}


@media(max-width:992px) {
  .single-sec-description .container {
    padding-top: 80px;
    padding-bottom: 64px;
	padding-right: 64px;
    flex-direction: column;
  }
}

.single-sec-description .container h2 {
  display: block;
  color: #FFF;
  font-family: "She Lost Her Mind Serif", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 113%;
  /* 90.4px */
  margin: 0;
}


.single-sec-description .container h2 {
  margin-bottom: 48px;
}


.single-sec-description .container h3 {
  margin: 0;
}

@media (max-width:685px) {
  .single-sec-description .container h2 {
    font-size: 54px;
	margin-bottom: 24px; 
  }

  .single-sec-description .container {
    padding-left:24px;
	padding-right: 24px;
  }
}

.single-sec-description .description-info {
  max-width: 618px;
}

.single-sec-description .info-first span,
.single-sec-description .info-second span,
.single-sec-description .info-third span {
  color: #FFF;
  font-family: "Ppmori", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
  letter-spacing: 0.98px;
  text-transform: uppercase;
}

.single-sec-description .description-info p {
  color: #FFF;
  font-family: "Ppmori", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140.5%;
  /* 33.72px */
  align-self: stretch;
}

@media (max-width: 685px) {
  .single-sec-description .description-info p {
    font-size: 16px;
  }
}

.single-sec-description .info-second .second-list,
.single-sec-description .info-third .third-list {
  display: flex;
}

.single-sec-description .info-second .second-list {
  margin-top: 16px;
  flex-wrap: wrap;
}

@media (max-width:685px) {
  .single-sec-description .info-second .second-list {
    column-gap: 10px;
  }
}

@media (max-width:397px) {
  .single-sec-description .info-second .second-list {
    column-gap: 6px;
  }
}

.single-sec-description .info-first span {
  display: block;
  margin-bottom: 24px;
}

.single-sec-description .info-first {
  margin-bottom: 64px;
}

@media(max-width: 685px) {
  .single-sec-description .info-first {
    margin-bottom: 48px;
  }
}

.single-sec-description .info-second {
  margin-bottom: 47px;
}

@media (max-width: 685px) {
  .single-sec-description .info-second {
    margin-bottom: 31px;
  }
}

.single-sec-description .info-second .second-list .second-list-item {
    width: calc(100% / 4);
    height: 160px;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
	align-items: center;
    padding: 10px;
    margin-bottom: 20px;
}

@media (max-width:685px) {
  .single-sec-description .info-second .second-list .second-list-item {
    width: 31%;
    height: 130px;
  }
}

@media (max-width:480px) {
  .single-sec-description .info-second .second-list .second-list-item {
    width: 48%;
  }
}

.single-sec-description .info-second .second-list .second-list-item img {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  margin-bottom: 12px; 
  object-fit: contain;
  opacity: 50%;
}

@media (max-width:685px) {
  .single-sec-description .info-second .second-list .second-list-item img {
    width: auto;
    height: 100%;
  }
}

.single-sec-description .info-second .second-list .second-list-item h3 {
  font-family: "Ppmori", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 6px;
  position: relative;
  z-index: 5;
}

@media (max-width:685px) {
  .single-sec-description .info-second .second-list .second-list-item h3 {
    font-size: 14px;
    margin-bottom: 2px;
  }
}

.single-sec-description .info-second .second-list .second-list-item span {
  display: block;
  font-family: "Ppmori", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: center;
  position: relative;
  z-index: 5;
}

@media (max-width:685px) {
  .single-sec-description .info-second .second-list .second-list-item span {
    font-size: 9.83px;
  }
}

.single-sec-description .info-third .third-list {
  column-gap: 10px;
  flex-wrap: wrap;
}

@media (max-width:509px) {
  .single-sec-description .info-third .third-list {
    display: flex;
    flex-direction: column;
    column-gap: 0px;
  }
}

.single-sec-description .info-third span:first-child {
  display: block;
  margin-bottom: 16px;
}

.single-sec-description .info-third .third-list-item {
  display: flex;
  align-items: center;
  width: calc(33% - (20px/3));
  margin-bottom: 17px;
}

@media (max-width:509px) {
  .single-sec-description .info-third .third-list-item {
    width: 100%;
    margin-bottom: 24px;
  }

  .single-sec-description .info-third .third-list-item:last-child {
    margin-bottom: 0px;
  }
}

.single-sec-description .info-third .third-list-item div {
  display: flex;
  flex-direction: column;
}

.single-sec-description .info-third .third-list-item h3 {
  font-family: "Ppmori", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 4px;
}


.single-sec-description .info-third .third-list-item span {
  font-family: "Ppmori", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 0.65);
  text-transform: none;
}

.single-sec-description .info-third .third-list-item img {
  margin-right: 10px;
}

.single-sec-text {
  padding-top: 200px;
}

@media (max-width: 685px) {
  .single-sec-text {
    padding-top: 96px;
  }
}

.single-sec-text .container {
  max-width: 1712px;
  margin: 0 auto;
  padding: 16px 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.single-sec-text h2 {
  color: #FFF;
  text-align: center;

  font-family: "She Lost Her Mind Serif", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 113%;
  /* 90.4px */
  max-width: 1495px;
  margin: 0;
  margin-bottom: 30px;
}

@media(max-width: 992px) {
  .single-sec-text h2 {
    font-size: 58px;
  }
}

@media(max-width: 520px) {
  .single-sec-text h2 {
    font-size: 36px;
  }
}

.single-sec-text h3 {
  color: #FFF;
  font-family: "Ppmori", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: center;
  max-width: 773px;
  margin: 0;
  margin-bottom: 200px;
}

@media(max-width: 685px) {
  .single-sec-text h3 {
    margin-bottom: 24px;
  }
}


.single-sec-text img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
    .single-sec-text img {
        width: 150%;
      }
}

@media (max-width: 685px) {
    .single-sec-text img {
        margin-top: 64px; 
    }
}

@media (max-width: 479px) {
    .single-sec-text img {
        width: 250%;
      }
}


.woocommerce-error {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  margin-bottom: 36px;
}

.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  padding: 20px 48px;
  border-radius: 8px;
  font-size: 20px;
  text-align: center;
  background: #111;
  border: 1px solid #333;
  width: 90%;
  max-width: 940px;
  margin: 40px auto;
}

@media (max-width: 720px) {
	.woocommerce-error .item,
	.woocommerce-message,
	.woocommerce-info {
		padding: 12px 24px;
		margin: 20px auto;
	}
}


.woocommerce-loop-product__title a {
  color: #FFF;
  font-family: "She Lost Her Mind Serif", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 64px */
}

.archive-main {
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 992px) {
	.archive-main {
		background-size: 200%;
	}
}

@media (max-width:767px) {
	.archive-main {
		background-size: 240%;
	}
}

@media (max-width: 480px) {
	.archive-main {
		background-size: 320%;
	}
}

.archive-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000 14.62%, rgba(0, 0, 0, 0.00) 59.77%), url(<path-to-image>);
  background-size: 100%;
  z-index: 1;
}


.archive-hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  z-index: 1;
  padding-left: 16px;
  padding-right: 16px;
}

.archive-hero h1 {
  color: #FFF;
  text-align: center;
  font-family: "She Lost Her Mind Serif", sans-serif;
  font-size: 180px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-shadow: 0px 0px 32px rgba(0, 0, 0, 1);
  margin: 0;
  margin-bottom: 48px;
}

.archive-hero h2 {
  color: #FFF;
  text-align: center;
  font-family: "Ppmori", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 131%;
  /* 26.2px */
  max-width: 620px;
  margin-top: -35px;
  margin-bottom: 100px;
}

@media (max-width:767px) {
  .archive-hero h1 {
    font-size: 80px;
  }

}

@media (max-width:480px) {
  .archive-hero h1 {
    font-size: 64px;
    margin-bottom: 8px;
  }
}


.archive-hero .product-all-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
	max-width: 1440px;
  margin-bottom: 48px;
}

.archive-hero .product-all-tags li {
  display: inline-block;
  padding: 18px 36px;
  border-radius: 65px;
  background: #000000;
  color: #FFF;
  font-family: "Ppmori";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border: 1px solid #fff;
  cursor: pointer;
}

.archive-hero .product-all-tags li:hover {
  background-color: #FFF;
  color: #000;
  transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

@media (max-width:767px) {
  .archive-hero .product-all-tags {
    flex-wrap: wrap;
    justify-content: center;
  }

  .archive-hero .product-all-tags li {
    font-size: 16px;
    line-height: 16px;
  }
}

.archive-all-products {
	margin-bottom: 64px;
}

@media (max-width:480px) {
  .archive-all-products {
	margin-bottom: 16px;
  }
}

.archive-all-products ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.archive-all-products ul li {
  width: calc(100%/2);
  max-width: 100%;
  padding: 0px 36px;
  text-decoration: none;
  border: 1px solid #4B4B4B;
  padding-bottom: 44px;
}



@media (max-width:767px) {
  .archive-all-products ul li {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.archive-all-products ul li img {
  max-width: 100%;
  height: auto;
  width: 100%;
  margin: 0 auto;
/*   margin-bottom: 44px; */
  cursor: pointer;
}

/* @media (max-width:767px) {
  .archive-all-products ul li img {
    height: 294px;
  }
} */

.archive-all-products ul li a {
  text-decoration: none;
  text-transform: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  cursor: default;
}

.archive-all-products .subcategory {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin-bottom: 26px;
  width: 100%;
}

.archive-all-products .subcategory-image img {
  width: 48px;
  height: 48px;
  margin-bottom: 0px;
}

.archive-all-products .subcategory-title {
  color: #FFF;
  font-family: "Ppmori", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  /* 20.48px */
  letter-spacing: 1.36px;
  text-transform: uppercase;
}

@media (max-width:480px) {
  .archive-all-products .subcategory-title {
    font-size: 14px;
  }
}

.archive-all-products .woocommerce-loop-product__title {
  color: #FFF;
  font-family: "She Lost Her Mind Serif", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 64px */
  margin: 0;
  text-align: start;
  width: 279px;
  max-width: 100%;
  cursor: pointer;
  display: inline-block;
}

@media (max-width:480px) {
  .archive-all-products .woocommerce-loop-product__title {
    font-size: 54px;
  }
}

.archive-all-products .woocommerce-loop-product__title:hover {
  color: #dd0a8b;
  transition: color .3s ease-in-out;
}

.archive-all-products .custom-product-description img {
	display: none !important;
}

.archive-all-products .custom-product-description p {
  color: #FFF;
  font-family: "Ppmori", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  /* 23.04px */
  opacity: 0.6;
  margin-bottom: 32px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

@media (max-width: 767px) {
	.archive-all-products .custom-product-description p{
		-webkit-line-clamp: 0;	
        line-clamp: 0;
	}
}

@media (max-width:480px) {
  .archive-all-products .custom-product-description p {
    font-size: 16px;
  }
}

.archive-all-products .custom-product-description {
  max-width: 100%;
  width: 457px;
}

@media (max-width:767px) {
  .archive-all-products .custom-product-description {
    width: auto;
  }
}

.archive-all-products .buy-now-button {
  color: #FFF;
  font-family: "Ppmori", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 20px;
  border: 1px solid #FFF;
  display: flex;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}

/* @media (max-width:1440px) {
  .archive-all-products .buy-now-button {
    padding-left: 48px;
    padding-right: 48px;
  }
} */

@media (max-width:480px) {
  .archive-all-products .buy-now-button {
    font-size: 14px;
  }
}

.archive-all-products .buy-now-button:hover {
  background-color: #FFF;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.archive-all-products .buy-now-button:hover {
  background-color: #dd0a8b;
  border: 1px solid #dd0a8b;
  transition: background-color .3s ease-in-out, border .3s ease-in-out;
}

/* Cart */

.wc-empty-cart-message {
	padding: 40px;
}

@media (max-width: 720px) {
	.wc-empty-cart-message {
		padding: 20px;
	}
}

.return-to-shop {
  text-align: center;
  margin-bottom: 40px;
}

.cart-sec .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}


@media (max-width: 1035px) {
  .cart-sec .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* .cart-sec .woocommerce-cart-form {} */

.cart-sec .section-title {
  display: block;
  color: #FFF;
  text-align: center;
  font-family: "She Lost Her Mind Serif", sans-serif;
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 120px */
  margin: 0;
  margin-top: 48px;
  margin-bottom: 43px;
}

@media (max-width: 1035px) {
  .cart-sec .section-title {
    font-size: 80px;
    margin-bottom: 0px;
  }
}

@media (max-width:480px) {
  .cart-sec .section-title {
    font-size: 54px;
  }
}

.cart-sec .cart-form-collaterals-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1440px) {
  .cart-sec .cart-form-collaterals-container {
    flex-direction: column;
  }
}

.cart-sec .product-without-thumbnail,
.cart-sec .produc-quantity-subtotal-remove {
  display: flex;
  align-items: center;
}

.cart-sec .product-without-thumbnail {
	justify-content: space-between;
	flex-grow: 4;
	padding-right: 20px;
}

@media(max-width:1440px) {

  .cart-sec .product-without-thumbnail,
  .cart-sec .produc-quantity-subtotal-remove {
    justify-content: space-between;
  }

  .cart-sec .product-without-thumbnail {
    width: 1000px;
  }

  .cart-sec .produc-quantity-subtotal-remove {
    width: 430px;
	  justify-content: flex-start;
  }
}

@media (max-width: 1320px) {
  .cart-sec .product-without-thumbnail {
    width: 920px;
  }
}

@media (max-width:1220px) {

  .cart-sec .product-without-thumbnail {
    width: 825px;
  }

  .cart-sec .produc-quantity-subtotal-remove {
    width: 340px;
  }
}

@media (max-width:1120px) {

  .cart-sec .product-without-thumbnail {
    width: 730px;
  }

  .cart-sec .produc-quantity-subtotal-remove {
    width: 270px;
  }
}

@media (max-width: 1035px) {
  .cart-sec .product-without-thumbnail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    position: relative;
  }

  .cart-sec .produc-quantity-subtotal-remove {
    width: 100%;
	  gap: 24px;
  }
}

@media (max-width:480px) {
  .cart-sec .product-without-thumbnail {
    width: 100%;
  }
}

.cart-sec .woocommerce-cart-form__cart-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 15px 24px 34px;
}


@media (max-width: 1440px) {
  .cart-sec .woocommerce-cart-form__cart-item {
    padding-left: 0px;
    padding-right: 0px;
    justify-content: space-between;
  }
}

@media (max-width: 1035px) {
  .cart-sec .woocommerce-cart-form__cart-item {
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid rgba(68, 68, 68, 1);
    padding-left: 16px;
    padding-right: 16px;
  }
}

.cart-sec button.button {
  display: none;
}

.cart-sec .cart-form-collaterals-container .woocommerce-cart-form {
  max-width: 1181px;
  width: 100%;
}

@media (max-width:1440px) {
  .cart-sec .cart-form-collaterals-container .woocommerce-cart-form {
    max-width: none;
  }
}



.cart-sec .cart-form-collaterals-container .product-thumbnail {
  width: 120px;
  margin-right: 56px;
}

@media (max-width:1671px) {
  .cart-sec .cart-form-collaterals-container .product-thumbnail {
    margin-right: 20px;
  }
}

@media(max-width: 720px) {
  .cart-sec .cart-form-collaterals-container .product-thumbnail {
    margin-right: 8px;
  }
}

@media(max-width: 720px) {
  .cart-sec .cart-form-collaterals-container .product-thumbnail {
    width: 119px;
    height: auto;
  }
}

.cart-sec .cart-form-collaterals-container .product-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-sec .cart-form-collaterals-container .product-name {
  /* max-width: 419px; */
	margin-right: 20px;
}

@media (max-width:1035px) {
  .cart-sec .cart-form-collaterals-container .product-name {
    margin-right: 0px;
    margin-bottom: 18px;
  }
}

.cart-sec .cart-form-collaterals-container .product-name a {
  color: #FFF;
  font-family: "She Lost Her Mind Serif", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

.cart-sec .cart-form-collaterals-container .product-name a:hover {
  color: #dd0a8b;
  transition: color .3s ease-in-out;
}

@media (max-width:720px) {
  .cart-sec .cart-form-collaterals-container .product-name a {
    font-size: 24px;
  }
}

.cart-sec .cart-form-collaterals-container .product-name .product-name-description {
  color: #FFF;
  font-family: "Ppmori", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  /* 23.04px */
  opacity: 0.6;
}

@media (max-width:720px) {
  .cart-sec .cart-form-collaterals-container .product-name .product-name-description {
    font-size: 14px;
  }

}

@media (max-width:480px) {
  .cart-sec .cart-form-collaterals-container .product-name .product-name-description {
    max-width: 220px;
  }

}


.cart-sec .cart-form-collaterals-container .product-quantity {
  border: 1px solid #FFF;
  padding: 6px 19px;
  margin-right: 48px;
}

.cart-sec .cart-form-collaterals-container .product-quantity .wac-quantity {
    display: flex;
    align-items: center;
}

@media (max-width:1671px) {
  .cart-sec .cart-form-collaterals-container .product-quantity {
    margin-right: 20px;
  }
}

@media (max-width:1035px) {
  .cart-sec .cart-form-collaterals-container .product-quantity {
    margin-right: 0px;
  }
}

@media (max-width: 720px) {
  .cart-sec .cart-form-collaterals-container .product-quantity {
    padding: 4px 0px;
  }
}

.cart-sec .cart-form-collaterals-container .product-quantity input[type="number"] {
  width: 45px;
  border: none;
  background: inherit;
  color: #FFF;
  text-align: center;
  color: #FFF;
  font-family: "Ppmori", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  /* 30.72px */
  -moz-appearance: textfield;
  appearance: textfield;
}

@media (max-width:720px) {
  .cart-sec .cart-form-collaterals-container .product-quantity input[type="number"] {
    font-size: 20px;
    width: 35px;
  }
}

.cart-sec .cart-form-collaterals-container .product-quantity input[type="number"]:focus {
  outline: none;
}

.cart-sec .cart-form-collaterals-container .product-quantity input::-webkit-outer-spin-button,
.cart-sec .cart-form-collaterals-container .product-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}



.cart-sec .cart-form-collaterals-container .product-quantity .wac-qty-button {
  border: none;
}

.cart-sec .cart-form-collaterals-container .product-quantity .wac-qty-button.wac-btn-sub {
  font-size: 28px;
}

@media (max-width: 720px) {
  .cart-sec .cart-form-collaterals-container .product-quantity .wac-qty-button.wac-btn-sub {
    font-size: 20px;
    padding-left: 15px;
  }
}

.cart-sec .cart-form-collaterals-container .product-quantity .wac-qty-button.wac-btn-inc {
  font-size: 28px;
  color: #FFF
}

@media (max-width: 720px) {
  .cart-sec .cart-form-collaterals-container .product-quantity .wac-qty-button.wac-btn-inc {
    font-size: 20px;
    padding-right: 15px;
  }
}

.cart-sec .cart-form-collaterals-container .product-subtotal {
  margin-right: 63px;
  max-width: 120px;
}

.cart-sec .cart-form-collaterals-container .product-subtotal span.woocommerce-Price-amount:nth-child(2) {
  display: block;
}

@media (max-width:1671px) {
  .cart-sec .cart-form-collaterals-container .product-subtotal {
    margin-right: 20px;
  }
}

@media (max-width: 1035px) {
  .cart-sec .cart-form-collaterals-container .product-subtotal {
    margin-right: 0px;
  }
}

@media (max-width: 720px) {
  .cart-sec .cart-form-collaterals-container .product-subtotal {
    font-size: 20px;
  }
}

.cart-sec .cart-form-collaterals-container .product-subtotal bdi {
  color: #FFF;
  font-family: "Ppmori", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  /* 30.72px */
}

/* @media(max-width: 1035px) {
  .cart-sec .product-remove {
    position: absolute;
    top: 3%;
    right: 0%;
  }
} */

.cart-sec .cart-form-collaterals-container .cart-collaterals {
  color: #FFF;
  font-family: "PPmori", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  /* 23.04px */
  max-width: 480px;
  width: 100%;
  padding-top: 44px;
  margin: 32px auto;
}

/** @media (max-width: 1671px) {
  .cart-sec .cart-form-collaterals-container .cart-collaterals {
    margin-right: 5px;
  }
}**/

@media (max-width: 1035px) {
  .cart-sec .cart-form-collaterals-container .cart-collaterals {
    max-width: 725px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
  }
}

@media (max-width: 720px) {
  .cart-sec .cart-form-collaterals-container .cart-collaterals {
    font-size: 16px;
  }
}

.cart-sec .cart-form-collaterals-container .cart-collaterals .cart-subtotal {
  display: flex;
  justify-content: space-between;
}

.cart-sec .cart-form-collaterals-container .cart-collaterals .order-total {
  display: flex;
  justify-content: space-between;
  font-size: 32px;
  margin: 16px 0 48px 0;
}

@media (max-width:720px) {
  .cart-sec .cart-form-collaterals-container .cart-collaterals .order-total {
    font-size: 24px;
  }
}

.cart-sec .cart-form-collaterals-container .cart-collaterals .cart__btns .wc-proceed-to-checkout {
  text-align: center;
  background: #FFF;
}

.cart-sec .cart-form-collaterals-container .cart-collaterals .cart__btns .wc-proceed-to-checkout:hover {
  background-color: #dd0a8b;
  transition: background-color .3s ease-in-out;
}

.cart-sec .cart-form-collaterals-container .cart-collaterals .cart__btns .wc-proceed-to-checkout:hover a {
  color: #FFF;
  transition: color .3s ease-in-out;
}

.cart-sec .cart-form-collaterals-container .cart-collaterals .cart__btns .wc-proceed-to-checkout a {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-sec .cart-form-collaterals-container .cart-collaterals .cart__btns .wc-proceed-to-checkout a {
  color: #000;
  font-family: "PPmori", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-decoration: none;
}


.cart-sec .cart-form-collaterals-container .cart-collaterals .prices>div:not(.order-total) {
  margin-bottom: 16px;
}

div[data-title="Tax"] {
    float: right;
}

.related-products {
  padding-top: 72px;
  padding-bottom: 70px;
}

.related-products h2 {
  color: #FFF;
  text-align: center;
  font-family: "She Lost Her Mind Serif", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 120px */
  margin: 0;
  margin-bottom: 60px;
}

@media (max-width:767px) {
  .related-products h2 {
    font-size: 80px;
  }
}

@media (max-width:480px) {
  .related-products h2 {
    font-size: 54px;
  }
}

.related-products ul {
  display: flex;
  justify-content: space-between;
}


.related-products ul li {
  width: calc(101%/3);
  max-width: 100%;
  padding: 0px 36px;
  text-decoration: none;
  border: 1px solid #4B4B4B;
  padding-bottom: 44px;
}

@media (max-width:1180px) {
  .related-products ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .related-products ul li {
    width: calc(100%/2);
  }
}

@media (max-width:767px) {
  .related-products ul li {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.related-products ul li img {
    max-width: 100%;
    height: auto;
    width: 100%;
    margin: 0 auto;
    /* margin-bottom: 16px; */
    cursor: pointer;
}

@media (max-width:767px) {
  .related-products ul li img {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width:480px) {
  .related-products ul li img {
    height: 294px;
  }
}

.related-products ul li a {
    text-decoration: none;
    text-transform: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    cursor: default;
}

.related-products .subcategory {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin-bottom: 26px;
	width: 100%;
}

.related-products .subcategory .subcategory-image img {
  width: 48px;
  height: 48px;
  margin-bottom: 0px;
}

.related-products .subcategory-title {
  color: #FFF;
  font-family: "Ppmori", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  /* 20.48px */
  letter-spacing: 1.36px;
  text-transform: uppercase;
}

@media (max-width:480px) {
  .related-products .subcategory-title {
    font-size: 14px;
  }
}

.related-products .woocommerce-loop-product__title {
  color: #FFF;
  font-family: "She Lost Her Mind Serif", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
  /* 64px */
  margin: 0;
  text-align: start;
  cursor: pointer;
  display: inline-block;
}
 
@media (max-width:480px) {
  .related-products .woocommerce-loop-product__title {
    font-size: 54px;
  }
}
 
.related-products .woocommerce-loop-product__title:hover {
  color: #dd0a8b;
  transition: color .3s ease-in-out;
}

.related-products .custom-product-description img {
	display: none !important;
}

.related-products .custom-product-description p {
  color: #FFF;
  font-family: "Ppmori", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  /* 23.04px */
  opacity: 0.6;
  margin-bottom: 48px;
  letter-spacing: 1px;
	-webkit-line-clamp: 3;
    line-clamp: 3;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.related-products .custom-product-description p:nth-child(2) {
	display: none;
}

@media (max-width: 767px) {
	.related-products .custom-product-description p {
		-webkit-line-clamp: 0;
        line-clamp: 0;
	}
}

@media (max-width:480px) {
  .related-products .custom-product-description p {
    font-size: 16px;
  }
}

.related-products .buy-now-button {
  color: #FFF;
  font-family: "Ppmori", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 20px;
  border: 1px solid #FFF;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
}

.related-products .buy-now-button:hover {
  background-color: #dd0a8b;
  border: 1px solid #dd0a8b;
  transition: background-color .3s ease-in-out, border .3s ease-in-out;
}

@media (max-width:480px) {
  .related-products .buy-now-button {
    font-size: 14px;
  }
}

.related-products .container {
  max-width: 1712px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.single-sec {
  position: relative;
}

.single-sec__back {
  display: none;
  position: absolute;
  align-items: center;
  text-decoration: none;
  gap: 16px;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}

@media (min-width: 576px) {
  .single-sec__back {
    display: inline-flex;
  }
}

/* Checkout */

.checkout-section .cfw-customer-info-active {
  display: flex;
}
@media (max-width:1100px) {
  .checkout-section .cfw-customer-info-active {
    flex-direction: column-reverse;
  }
}

.checkout-section .cfw-customer-info-active .cfw-rp .etabs .cart,
.checkout-section .cfw-customer-info-active .cfw-rp .cfw-have-acc-text,
.checkout-section .cfw-customer-info-active .cfw-rp .previous-button,
.checkout-section #cfw-mobile-cart-header {
  display: none;
}

.checkout-section .container {
  padding-top: 48px;
  padding-bottom: 135px;
}

@media (max-width: 700px) {
  .checkout-section .container {
    padding: 18px 0px 12px 0px
  }
}

.checkout-section h1 {
  margin: 0;
  margin-bottom: 48px;

  color: #FFF;
  text-align: center;
  font-family: "She Lost Her Mind Serif", sans-serif;
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 120px */
}

@media (max-width:700px) {
  .checkout-section h1 {
    display: none;
  }
}

.checkout-section #cfw-breadcrumb {
  display: flex;
  justify-content: center;
  gap: 48px;

  margin-bottom: 48px;
}

@media(max-width: 700px) {
  .checkout-section #cfw-breadcrumb {
    margin-bottom: 16px;
  }
}
@media(max-width: 480px) {
  .checkout-section #cfw-breadcrumb {
    gap: 5px;
  }
}

.checkout-section #cfw-breadcrumb .tab {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.checkout-section #cfw-breadcrumb .tab span{
  border: 1px solid #333333;
  color: #FFF;
  font-family: "Ppmori";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 20.48px */
  letter-spacing: 0.96px;
  text-transform: uppercase;
  background: #333333;
  
  border-radius: 50%;
  padding: 9px 8.5px 6px 8.5px;
  margin-bottom: 12px;
}

@media(max-width:700px) {
  .checkout-section #cfw-breadcrumb .tab {
    flex-direction: row;
  }
  .checkout-section #cfw-breadcrumb .tab span {
    font-size: 9.82px;
    padding: 5.52px 5.26px 2.95px 5.22px;
    margin-bottom: 0px;
    margin-right: 8px;
  }
}

.checkout-section #cfw-breadcrumb .tab a:not(.active){
  text-decoration: none;
  color: #FFF;
  font-family: "Ppmori", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 25.6px */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  opacity: 0.6;
}

.checkout-section #cfw-breadcrumb .tab a.active {
  text-decoration: none;
  color: #FFF;
  font-family: "Ppmori", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 25.6px */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

@media (max-width:700px) {
  .checkout-section #cfw-breadcrumb .tab a:not(.active), .checkout-section #cfw-breadcrumb .tab a.active {
    font-size: 14px;
  }
}

.checkout-section #cfw-breadcrumb .tab span.active {
  border: 1px solid #FFF;
  color: #000;
  font-family: "Ppmori";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 20.48px */
  letter-spacing: 0.96px;
  text-transform: uppercase;
  background: #FFF;
  border-radius: 50%;
  padding: 9px 8.5px 6px 8.5px;
}

@media (max-width: 700px) {
  .checkout-section #cfw-breadcrumb .tab span.active {
    font-size: 9.82px;
    padding: 5.52px 5.26px 2.95px 5.22px;
    margin-bottom: 0px;
    margin-right: 8px;
  }
}


.checkout-section .cfw-customer-info-active .cfw-rp .cfw-customer-info-address-container label {
  display: none;
}

.checkout-section .cfw-customer-info-active #cfw-account-details .cfw-email-input label, .checkout-section .cfw-customer-info-active #cfw-account-details .cfw-text-input label {
  display: none;
}

.checkout-section .cfw-customer-info-active #cfw-account-details {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(56, 56, 56, 1);
  padding-left: 48px;
  padding-right: 48px;
}

@media (max-width:1200px) {
  .checkout-section .cfw-customer-info-active #cfw-account-details {
    flex-direction: column;
  }
}

@media(max-width:700px) {
  .checkout-section .cfw-customer-info-active #cfw-account-details {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.checkout-section .cfw-customer-info-active #cfw-account-details h3 {
  color: #FFF;
  font-family: "Ppmori", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 43.52px */

  margin: 0px;
  margin-bottom: 24px;
  width: 100%;
}

@media(max-width:700px) {
  .checkout-section .cfw-customer-info-active #cfw-account-details h3 {
    font-size: 20px;
  }
}

.checkout-section .cfw-customer-info-active #cfw-account-details p {
    width: calc(50% - (24px/2));
}

@media (max-width: 1200px) {
  .checkout-section .cfw-customer-info-active #cfw-account-details p {
    width: 100%;
  }
}

@media (max-width:1700px) {
  .checkout-section .cfw-customer-info-active #cfw-account-details p:first-of-type {
    margin-bottom: 24px;
  }

}

.checkout-section #order_review {
  max-width: 1008px;
  width: 100%;
  padding: 44px 0px;
  border: 1px solid rgba(56, 56, 56, 1);
}

@media (max-width:1100px) {
  .checkout-section #order_review {
    max-width: 100%;
  }
}

@media (max-width: 700px) {
  .checkout-section #order_review {
    padding: 24px 0px;
  }
}

.checkout-section .cfw-customer-info-active #cfw-customer-info-address {
  display: flex;
  flex-wrap: wrap;
  padding-top: 44px;
  padding-left: 48px;
  padding-right: 48px;
}

@media(max-width:700px) {
  .checkout-section .cfw-customer-info-active #cfw-customer-info-address {
    padding: 24px 16px;
  }
}

.checkout-section .cfw-customer-info-active #cfw-customer-info-address .cfw-input-wrap-row {
  width: calc(50% - (24px/2));
}

@media (max-width:700px) {
  .checkout-section .cfw-customer-info-active #cfw-customer-info-address .cfw-input-wrap-row {
    width:100%;
  }
}

.checkout-section .cfw-customer-info-active #cfw-customer-info-address p {
  width: 100%;
}


.checkout-section .cfw-customer-info-active #cfw-customer-info-address .cfw-input-wrap-row {
  margin-bottom: 24px;
}

.checkout-section .cfw-customer-info-active #cfw-customer-info-address .cfw-input-wrap-row:nth-child(1) {
  width: 100%;
  display: flex;
  column-gap: 24px;
}

@media (max-width:1200px) {
  .checkout-section .cfw-customer-info-active #cfw-customer-info-address .cfw-input-wrap-row:nth-child(1) {
    flex-direction: column;
  }

  .checkout-section .cfw-customer-info-active #cfw-customer-info-address .cfw-input-wrap-row:nth-child(1) p:first-of-type {
    margin-bottom: 24px;
  }

}

.checkout-section .cfw-customer-info-active #cfw-customer-info-address .cfw-input-wrap-row:nth-child(4) {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
}



.checkout-section .cfw-customer-info-active #cfw-customer-info-address .cfw-input-wrap-row:nth-child(4) p:not(:first-child) {
  width: calc(50% - (24px/2));
}

@media (max-width:700px) {
  .checkout-section .cfw-customer-info-active #cfw-customer-info-address .cfw-input-wrap-row:nth-child(4) {
    column-gap: 16px;
  }

  .checkout-section .cfw-customer-info-active #cfw-customer-info-address .cfw-input-wrap-row:nth-child(4) p:not(:first-child) {
    width: calc(50% - (16px/2)); 
  }
}


.checkout-section .cfw-customer-info-active #cfw-customer-info-address h3 {
  color: #FFF;
  font-family: "Ppmori", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 43.52px */

  margin: 0px;
  margin-bottom: 24px;
  width: 100%;
}

@media (max-width:700px) {
  .checkout-section .cfw-customer-info-active #cfw-customer-info-address h3 {
    font-size: 20px;
  }
}

.checkout-section .cfw-customer-info-active .cfw-customer-info-address-container .cfw-input-wrap-row input[type=text],
.checkout-section .cfw-customer-info-active .cfw-customer-info-address-container .cfw-input-wrap-row input[type=tel],
.checkout-section .cfw-customer-info-active #cfw-account-details input[type=email], .checkout-section .cfw-customer-info-active #cfw-account-details input[type=text]  {
  color: #FFF;
  font-family: "Ppmori", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  /* 23.04px */
  width: 100%;
  border: 1px solid #FFF;
  background: inherit;
  padding: 19px 25px;
}


@media (max-width:700px) {
.checkout-section .cfw-customer-info-active .cfw-customer-info-address-container .cfw-input-wrap-row input[type=text],
.checkout-section .cfw-customer-info-active .cfw-customer-info-address-container .cfw-input-wrap-row input[type=tel],
.checkout-section .cfw-customer-info-active #cfw-account-details input[type=email], .checkout-section .cfw-customer-info-active #cfw-account-details input[type=text] {
  font-size: 16px;
}


}


.checkout-section .cfw-customer-info-active #order_review .cfw-customer-info-address-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.checkout-section .cfw-customer-info-active #order_review .cfw-customer-info-address-container .cfw-country-input {
  max-width: 100%;
  margin-bottom: 24px;
}

.checkout-section .cfw-customer-info-active #order_review #cfw-customer-info-action {
  padding-left: 48px;
  padding-right: 48px;
}

@media (max-width:700px) {
  .checkout-section .cfw-customer-info-active #order_review #cfw-customer-info-action {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.checkout-section .cfw-customer-info-active #order_review #cfw-customer-info-action a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 26px 30px;
  background: #fff;
  color: #000;

  font-family: "Ppmori", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.checkout-section .cfw-customer-info-active .cfw-customer-info-address-container .cfw-input-wrap-row select {
  color: #FFF;
  font-family: "Ppmori", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  /* 23.04px */
  width: 100%;
  border: 1px solid #FFF;
  background: inherit;
  padding: 19px 25px;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  background-image: url('http://mantrabars/wp-content/uploads/2023/11/Vector-52.png');
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 95%;
  max-width: 100%;
}

@media (max-width:700px) {
  .checkout-section .cfw-customer-info-active .cfw-customer-info-address-container .cfw-input-wrap-row select {
    font-size: 16px;
  }
}

.checkout-section .cfw-customer-info-active .cfw-customer-info-address-container .cfw-input-wrap-row select.state_select {
  background-position-x: 89%;
}

.checkout-section .cfw-customer-info-active .cfw-customer-info-address-container .cfw-input-wrap-row select::-ms-expand {
  display: none;
}

.checkout-section .cfw-customer-info-active .cfw-customer-info-address-container .cfw-input-wrap-row select option {
  color: #000;
}

.checkout-section .cfw-customer-info-active .cfw-customer-info-address-container .cfw-input-wrap-row select:focus,
.checkout-section .cfw-customer-info-active .cfw-customer-info-address-container .cfw-input-wrap-row input[type=text]:focus,
.checkout-section .cfw-customer-info-active #cfw-account-details input[type=email]:focus,
.checkout-section .cfw-customer-info-active .cfw-customer-info-address-container .cfw-input-wrap-row input[type=tel]:focus {
  outline: none;
  border-radius: 1px;
}

.checkout-section .cfw-customer-info-active #order_review #cfw-shipping-same-billing {
  padding-left: 48px;
  padding-right: 48px;
}

@media (max-width:700px) {
  .checkout-section .cfw-customer-info-active #order_review #cfw-shipping-same-billing {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#cfw-shipping-same-billing {
	display:none;
}

.checkout-section .cfw-customer-info-active #order_review .cfw-radio-reveal-group .cfw-radio-reveal-title-wrap {
  display: flex;
  align-items: center;
}
.checkout-section .cfw-customer-info-active #order_review .cfw-radio-reveal-label{
    margin-left: 17px;
}

.checkout-section .cfw-customer-info-active #order_review .cfw-radio-reveal-group .cfw-radio-reveal-li {
  margin-bottom: 24px;
}
.checkout-section .cfw-customer-info-active #order_review .cfw-radio-reveal-group .cfw-radio-reveal-li:last-child .cfw-radio-reveal-title-wrap {
  margin-bottom: 36px;
}



.checkout-section .cfw-customer-info-active #order_review .cfw-radio-reveal-group .cfw-radio-reveal-title-wrap input[type="radio"] {
  margin: 0px
}

.checkout-section .cfw-customer-info-active #order_review .cfw-radio-reveal-group .cfw-radio-reveal-title-wrap [type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
}

.checkout-section .cfw-customer-info-active #order_review .cfw-radio-reveal-group .cfw-radio-reveal-title-wrap [type="radio"]::before {
  content: '';
  display: flex;
  width: 36.11px;
  height: 35px;
  border: 1px solid #FFFFFF;
}

.checkout-section .cfw-customer-info-active #order_review .cfw-radio-reveal-group .cfw-radio-reveal-title-wrap [type="radio"]:checked::before {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}

.checkout-section .cfw-customer-info-active #order_review .cfw-radio-reveal-group .cfw-radio-reveal-title-wrap [type="radio"]:checked::after {
  content: '';
  position: absolute;
  left: 16px;
  top: 0px;
  width: 10px;
  height: 27px;
  border: solid #000;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}

.checkout-section .cfw-customer-info-active #order_review #cfw-billing-fields-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
} 


.checkout-section .cfw-customer-info-active #order_review #cfw-billing-fields-container label {
  display: none;
}


.checkout-section .cfw-customer-info-active #order_review #cfw-billing-fields-container .cfw-input-wrap-row {
  width: calc(50% - (24px/2));
}

@media (max-width:700px) {
  .checkout-section .cfw-customer-info-active #order_review #cfw-billing-fields-container .cfw-input-wrap-row {
    width:100%;
  }
}

.checkout-section .cfw-customer-info-active #order_review #cfw-billing-fields-container .cfw-input-wrap-row:first-child {
  width: 100%;
  display: flex;
  column-gap: 24px;
}

.checkout-section .cfw-customer-info-active #order_review #cfw-billing-fields-container .cfw-input-wrap-row:first-child p {
  width: calc(50% - (24px/2));
}

@media (max-width:700px) {
  .checkout-section .cfw-customer-info-active #order_review #cfw-billing-fields-container .cfw-input-wrap-row:first-child {
    flex-direction: column;
    column-gap: 0px;
  }

  .checkout-section .cfw-customer-info-active #order_review #cfw-billing-fields-container .cfw-input-wrap-row:first-child p {
    width: 100%;
  }

  .checkout-section .cfw-customer-info-active #order_review #cfw-billing-fields-container .cfw-input-wrap-row:first-child p:first-child {
    margin-bottom: 24px;
  }
}

.checkout-section .cfw-customer-info-active #order_review #cfw-billing-fields-container p {
  width: 100%;
}


.checkout-section .cfw-customer-info-active #order_review #cfw-billing-fields-container .cfw-input-wrap-row {
  margin-bottom: 24px;
}


.checkout-section .cfw-customer-info-active #order_review #cfw-billing-fields-container .cfw-input-wrap-row:nth-child(4) {
  width: 100%;
  display: flex;
  column-gap: 24px;
  flex-wrap: wrap;
}

.checkout-section .cfw-customer-info-active #order_review #cfw-billing-fields-container .cfw-input-wrap-row:nth-child(4) p:not(:first-child) {
  width: calc(50% - (24px/2));
}

@media (max-width:700px) {
  .checkout-section .cfw-customer-info-active #order_review #cfw-billing-fields-container .cfw-input-wrap-row:nth-child(4) {
  column-gap: 16px;
  }

  .checkout-section .cfw-customer-info-active #order_review #cfw-billing-fields-container .cfw-input-wrap-row:nth-child(4) p:not(:first-child) {
    width: calc(50% - (16px/2));
  }
}
.checkout-section .cfw-customer-info-active #order_review #cfw-billing-fields-container .cfw-input-wrap-row input[type=text],
.checkout-section .cfw-customer-info-active #order_review #cfw-billing-fields-container .cfw-input-wrap-row input[type=tel] {
  color: #FFF;
  font-family: "Ppmori", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  /* 23.04px */
  width: 100%;
  border: 1px solid #FFF;
  background: inherit;
  padding: 19px 25px;
}

.checkout-section .cfw-customer-info-active #order_review #cfw-billing-fields-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.checkout-section .cfw-customer-info-active #order_review #cfw-billing-fields-container .cfw-country-input {
  max-width: 100%;
  margin-bottom: 24px;
}


.checkout-section .cfw-customer-info-active #order_review #cfw-billing-fields-container .cfw-input-wrap-row select {
  color: #FFF;
  font-family: "Ppmori", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  /* 23.04px */
  width: 100%;
  border: 1px solid #FFF;
  background: inherit;
  padding: 19px 25px;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  background-image: url('http://mantrabars/wp-content/uploads/2023/11/Vector-52.png');
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 95%;
  max-width: 100%;
}

.checkout-section .cfw-customer-info-active #order_review #cfw-billing-fields-container .cfw-input-wrap-row select.state_select {
  background-position-x: 89%;
}

.checkout-section .cfw-customer-info-active #order_review #cfw-billing-fields-container .cfw-input-wrap-row select::-ms-expand {
  display: none;
}

.checkout-section .cfw-customer-info-active #order_review #cfw-billing-fields-container .cfw-input-wrap-row select option {
  color: #000;
}

.checkout-section .cfw-customer-info-active #order_review #cfw-billing-fields-container .cfw-input-wrap-row select:focus,
.checkout-section .cfw-customer-info-active #order_review #cfw-billing-fields-container .cfw-input-wrap-row input[type=text]:focus,
.checkout-section .cfw-customer-info-active #order_review #cfw-billing-fields-container .cfw-input-wrap-row input[type=tel]:focus {
  outline: none;
  border-radius: 1px;
}

.checkout-section #cfw-cart-summary {
  max-width: 672px;
  width: 100%;
  height: 100%;
  padding: 44px 48px;
  border: 1px solid rgba(56, 56, 56, 1);
}

@media (max-width: 1440px) {
  .checkout-section .cfw-customer-info-active #cfw-cart-summary {
    max-width: 500px;
  }
}

@media (max-width: 1100px) {
  .checkout-section #cfw-cart-summary {
    max-width: 100%!important;
  }
}

@media (max-width:700px) {
  .checkout-section #cfw-cart-summary {
    padding: 24px 16px;
  }
}

/* @media (max-width:1100px) {
  .checkout-section #cfw-cart-summary #cfw-mobile-cart-header {
    display: block;
  }

  .checkout-section #cfw-cart-summary #cfw-mobile-cart-header a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 700px;
  }
} */

.checkout-section #cfw-cart-summary #cfw-cart {
  width: 100%;
}

@media (max-width: 1100px) {
  .checkout-section #cfw-cart-summary #cfw-cart tr:first-child {
    margin-top: 44px;
  }
}

.checkout-section #cfw-cart-summary #cfw-cart tr:not(:last-child) {
  border-bottom: 1px solid rgba(56, 56, 56, 1);
}

.checkout-section #cfw-cart-summary #cfw-cart tr:not(:first-child) {
  margin-top: 32px;
}



.checkout-section #cfw-cart-summary #cfw-cart .cart-item-row {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 29px;
}

@media (max-width:700px) {
  .checkout-section #cfw-cart-summary #cfw-cart .cart-item-row {
    padding-bottom: 20px;
  }
}
.checkout-section #cfw-cart-summary #cfw-cart .cart-item-row .cfw-cart-item-description {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}

.checkout-section #cfw-cart-summary #cfw-cart .cart-item-row .cfw-cart-item-title {
  color: #FFF;
  font-family: "She Lost Her Mind Serif", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 40px */
}

@media (max-width:700px) {
  .checkout-section #cfw-cart-summary #cfw-cart .cart-item-row .cfw-cart-item-title {
    font-size: 20px;
  }
}

.checkout-section #cfw-cart-summary #cfw-cart .cart-item-row .cfw-cart-item-price {
  color: #FFF;
  font-family: "Ppmori", sans-serif;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.checkout-section #cfw-cart-summary #cfw-cart .cart-item-row .cfw-cart-item-image {
  width: 107px;
  height: 107px;
  margin-right: 10px;
}

.checkout-section #cfw-cart-summary #cfw-cart .cart-item-row .cfw-cart-item-image .cfw-cart-item-image-wrap{
  width: 107px;
  height: 107px;
}
.checkout-section #cfw-cart-summary #cfw-cart .cart-item-row .cfw-cart-item-image .cfw-cart-item-image-wrap img{
  max-width: 100%;
  height: auto;
  width: 100%;
  object-fit: contain;
}

.checkout-section #cfw-cart-summary #cfw-cart .cart-item-row .cfw-cart-item-remove {
	/* position: absolute;
  	top: 0;
  	right: 0; */
	display: none;
}


.checkout-section #cfw-cart-summary #cfw-totals-list .cfw-module {
  width: 100%;
}


.checkout-section #cfw-cart-summary #cfw-totals-list tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.checkout-section #cfw-cart-summary #cfw-totals-list tbody tr:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width:700px) {
  .checkout-section #cfw-cart-summary #cfw-totals-list tbody tr:not(:last-child) {
    margin-bottom: 16px;
  }
}

.checkout-section #cfw-cart-summary #cfw-totals-list tbody .cart-subtotal,
.checkout-section #cfw-cart-summary #cfw-totals-list tbody .woocommerce-shipping-totals,
.checkout-section #cfw-cart-summary #cfw-totals-list tbody .order-total,
.checkout-section #cfw-cart-summary #cfw-totals-list tbody .tax-rate{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.checkout-section #cfw-cart-summary #cfw-totals-list tbody th,
.checkout-section #cfw-cart-summary #cfw-totals-list tbody td {
  color: #FFF;
  font-family: "Ppmori", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 23.04px */
}

@media (max-width: 700px) {
  .checkout-section #cfw-cart-summary #cfw-totals-list tbody th,
  .checkout-section #cfw-cart-summary #cfw-totals-list tbody td {
    font-size: 16px;
}
}

.checkout-section #cfw-cart-summary #cfw-totals-list tbody .order-total th {
  font-size: 32px;
  line-height: 136.5%; /* 43.68px */
}


.checkout-section #cfw-cart-summary #cfw-totals-list tbody .order-total bdi {
  color: #FFF;
  font-family: "Ppmori", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 136.5%; /* 43.68px */
}

@media (max-width:700px) {
  .checkout-section #cfw-cart-summary #cfw-totals-list tbody .order-total th, 
  .checkout-section #cfw-cart-summary #cfw-totals-list tbody .order-total bdi {
    font-size: 24px;
}
}


/* Delivery Step Checkout */
.checkout-section .cfw-shipping-method-active {
  display: flex;
}

@media (max-width:1100px) {
  .checkout-section .cfw-shipping-method-active {
    flex-direction: column-reverse;
  }
}

.checkout-section .chekout-item-title, .checkout-section .cfw-shipping-methods-heading, .checkout-section #cfw-billing-methods h3 {
  margin: 0;
  color: #FFF;
  font-family: "Ppmori",sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 43.52px */
  margin-bottom: 24px;
}

@media (max-width: 700px) {
  .checkout-section .chekout-item-title, .checkout-section .cfw-shipping-methods-heading, .checkout-section #cfw-billing-methods h3 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .checkout-section .chekout-item-title {
    width: 96px;
    opacity: 0.4;
  }
}


.checkout-section .cfw-review-pane li {
  padding: 44px 48px;
  border-bottom: 1px solid rgba(56, 56, 56, 1);
  position: relative;
}

@media (max-width: 700px) {
  .checkout-section .cfw-review-pane li {
    padding: 24px 16px;
  }
}

@media (max-width: 480px) {
  .checkout-section .cfw-review-pane li {
    display: flex;
    column-gap: 16px;
  }
}

.checkout-section .cfw-review-pane li:first-child {
  padding-left: 48px;
  padding-right:48px;
  padding-bottom: 44px;
  padding-top: 0px;
}

@media (max-width: 700px) {
  .checkout-section .cfw-review-pane li:first-child {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 24px;
    border-bottom: none;
  }
}

@media (max-width: 480px) {
  .checkout-section .cfw-review-pane li:first-child{
    padding-bottom: 40px;
  }

  .checkout-section .cfw-review-pane li:last-child  {
    padding-bottom: 50px;
  }
}

.checkout-section .cfw-review-pane li:first-child p:last-child {
  color: #757575;
  font-family: "Ppmori", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 117.5%; /* 16.45px */
}

.checkout-section .cfw-review-pane li p {
  color: #FFF;
  font-family:"Ppmori", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 23.04px */
  margin-bottom: 4px;
}

@media(max-width: 700px) {}
.checkout-section .cfw-review-pane li p  {
  font-size: 16px;
}

.checkout-section .cfw-review-pane li p:last-child {
  margin-bottom: 0px;
}


.checkout-section .cfw-review-pane li a {
  position: absolute;
  right: 5%;
  bottom: 26%;

  color: #FFF;
  font-family: "Ppmori", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 23.04px */
  text-decoration: none;
  transition: color .3s ease-in-out;
}

@media (max-width: 700px) {
  .checkout-section .cfw-review-pane li a {
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}

@media (max-width:480px) {
  .checkout-section .cfw-review-pane li a {
    right: none;
    left: 128px;
    bottom: 16px;
  }
}

.checkout-section .cfw-review-pane li a:hover {
  color:#dd0a8b;
}

.checkout-section .cfw-shipping-methods-heading {
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 44px;
}

@media (max-width:700px) {
  .checkout-section .cfw-shipping-methods-heading {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;

    font-size: 20px;
  }
}

.checkout-section #shipping_method {
  padding-left: 48px;
  padding-right: 48px;
  margin-bottom: 36px;
}

@media (max-width:700px) {
  .checkout-section #shipping_method {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 24px;
  }
}

.checkout-section #shipping_method .cfw-shipping-method-inner {
  display: flex;
  align-items: center;
  column-gap: 12px;
  margin-bottom: 16px;
}

.checkout-section #shipping_method .cfw-shipping-method-inner input[type=radio]{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  width: 39px;
  height: 39px;
  margin: 0;
  border: 1px solid #fff; 
  border-radius: 50%; 
  background-color: #000; 
  outline: none; 
  cursor: pointer;
  position: relative;
}

.checkout-section #shipping_method .cfw-shipping-method-inner input[type=radio]:checked {
  background-color: #000; 
}


.checkout-section #shipping_method .cfw-shipping-method-inner input[type=radio]:checked::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #fff; 
  border-radius: 50%; 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkout-section #shipping_method .cfw-shipping-method-inner label {
  display: flex;
  flex-direction: column;

  color: #FFF;
  font-family: "Ppmori", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 23.04px */
}

@media (max-width: 700px) {
  .checkout-section #shipping_method .cfw-shipping-method-inner label {
    font-size: 16px;
  }
}

.checkout-section #shipping_method .cfw-shipping-method-inner label span {
  color: #757575;
  font-family: "Ppmori", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 117.5%; /* 16.45px */
  padding-top: 4px;
}




.checkout-section #cfw-shipping-action {
  padding-left: 48px;
  padding-right: 48px;
}

@media(max-width: 700px) {
  .checkout-section #cfw-shipping-action {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.checkout-section #cfw-shipping-action a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 26px 30px;
  background: #fff;
  color: #000;
  font-family: "Ppmori", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

/* Payment Step Checkout */

.checkout-section .cfw-payment-method-active {
  display: flex;
}

.cfw-payment-methods-wrap {
	margin-bottom: 36px
}

.payment_method_label {
	display: none;
}

.payment_box a {
	color: #dd0a8b;
}

@media (max-width:1100px) {
  .checkout-section .cfw-payment-method-active {
    flex-direction: column-reverse;
  }
}

.checkout-section #cfw-billing-methods {
  padding: 44px 48px 0px 48px
}

@media (max-width: 700px) {
  .checkout-section #cfw-billing-methods {
    padding: 24px 16px 0px 16px;
  }
}

.checkout-section #cfw-billing-methods .cfw-payment-method-information-wrap .cfw-small.secure-notice {
  display: none;
}

.checkout-section #cfw-payment-action {
  padding-left: 48px;
  padding-right: 48px;
}

@media(max-width: 700px) {
  .checkout-section #cfw-payment-action {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.checkout-section #cfw-payment-action button {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 26px 30px;
  background: #fff;
  color: #000;
  font-family: "Ppmori", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.checkout-section #cfw-payment-method .woocommerce-terms-and-conditions-wrapper {
  display: none;
}

.thank-you {
  display: flex;
  align-items: flex-start;
  padding-top: 160px;

  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media(max-width: 480px) {
  .thank-you {
    background-position: center top;
    background-size: contain;
    padding-top: 20px;
  }
}

.thank-you .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thank-you .thank-title-bg {
  	background: rgba(0,0,0,0.8);
	padding: 48px;
	border-radius: 32px;
	border: 1px solid rgba(255,255,255,0.4);
}

.thank-you .thank-title {
  display: block;
  margin: 48px 0;
  color: #FFF;
  font-family: "She Lost Her Mind Serif", sans-serif;
  font-size: 140px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 140px */
  max-width: 1073px;
  text-align: center;
}

.thank-you a.thank-message {
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

.thank-you .thank-message-img {
    margin-bottom: 24px;
    height: 80px;
    width: auto;
}

.thank-message p {
  color: #FFF;
  font-family: "Ppmori", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.thank-message span {
	color: #dd0a8b;
	text-decoration: underline;
}

@media (max-width:920px){
  .thank-you .thank-title {
    font-size: 104px;
  }
}

@media(max-width:767px) {
  .thank-you .thank-title {
    font-size: 85px;
	  padding: 16px;
	  margin: 0 0 24px;
  }
	
  .thank-you .thank-message img {
	height: 64px;
  }
  .thank-you p {
    font-size: 16px;
  }
}

@media(max-width: 568px) {

    .thank-you .thank-title-bg {
        padding: 48px 16px;
    }

	.thank-you .thank-title {
		font-size: 48px;
        padding: 0;
	}
}

@media (max-width: 480px) {
  .thank-you p {
    max-width: 258px;
    margin: 0 auto;
  }
}



#cfw-expand-cart.active .cfw-cart-summary-label-show{
    display:block;
} 

#cfw-expand-cart.active .cfw-cart-summary-label-hide{
    display:none;
} 

#cfw-expand-cart .cfw-cart-summary-label-hide{
    display:block;
} 

#cfw-expand-cart .cfw-cart-summary-label-show{
    display:none;
}

