

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


@font-face {
  font-family: 'Helvetica';
  src: url('helvetica/helvetica-webfont.woff2') format('woff2'),
       url('helvetica/helvetica-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url('helvetica/helvetica-bold-webfont.woff2') format('woff2'),
       url('helvetica/helvetica-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
.onClickBtn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  background: #b7212563;
  background-image: url(/wp-content/themes/tpstheme/images/logoloader.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  animation-duration: 1s;
  animation-name: onClickBtnAnimation;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes onClickBtnAnimation {
  0% {
      background-position: center 30%;
  }

  25% {
      background-position: center 50%;
  }

  50% {
      background-position: center 60%;
  }

  75% {
      background-position: center 50%;
  }

  100% {
      background-position: center 30%;
  }
}
.product_cards .product_box .buttons a.buy_now.go_to_checkout img {
  display: none;
}


.zee_site_loader
{
  display: none;
  position: fixed;
  z-index: 123123123123;
  width: 100%;
  height: 100%;
  align-items: center;
  background-color: #fff;
  top: 0;
  left: 0;
}
.zee_site_loader.active{
    display: flex;
}
.zee_site_loader_inner
{
  margin: 0 auto;
}
.zee_site_loader_inner img
{
  max-width: 100px;
}

body {
  font-family: "Roboto", sans-serif;
  /*font-family: 'Helvetica', Arial, sans-serif;*/
  font-weight: 400;
  padding: 0;
  margin: 0;
  position: relative;
}
.container {
  width: 1170px;
  margin: 0 auto;
}

.top_bar {
  background-color: #B72025;
}

.top_bar_inner ul {
  margin: 0;
  display: flex;
  column-gap: 25px;
  align-items: center;
  padding: 0;
}
.top_bar_inner ul li {
  list-style: none;
}
.top_bar_inner ul li a {
  text-decoration: none;
  font-size: 14px;
  font-family: 'Helvetica', Arial, sans-serif;
  color: #fff;
  display: flex;
  padding: 7px 0px;
}
.top_bar_inner ul li a img {
  max-width: 20px;
}

body.page-template-newhome .header {
    position: relative;
    left: 0;
    width: 100%;
    padding: 5px 0;
    background-color: #fff;
}
.header_inner {
  display: flex;
  margin: 0 0 0 0;
}
.header_inner .left .logo img {
  max-width: 60px;
}
.header_inner .left {
  width: 50%;
  /* text-align: right; */
  padding-right: 50px;
}
.header_inner .right {
    width: 100%;
    padding-left: 50px;
    text-align: right;
    display: flex;
    column-gap: 30px;
    align-items: center;
    justify-content: end;
}
.header_inner .right ul ul {
  display: none;
}
.header_inner .right ul ul a {
  color: #b72125;
  background-color: #fff;
  border: 0;
  padding: 6px 6px;
}
.header_inner ul {
  margin: 0;
  padding: 0;
}
.header_inner ul li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
  position: relative;
}
.header_inner ul li:hover ul {
  display: flex;
  position: absolute;
  padding: 30px 0px;
  flex-wrap: wrap;
  background-color: #fff;
  min-width: 190px;
}
.header_inner ul li ul li {
  margin: 3px 10px;
  text-align: left;
}
.header_inner ul li a {
  background-color: #b72125;
  border: 1px solid #b72125;
  border-radius: 10px;
  padding: 9px 22px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.header_inner ul li.refer_friend a {
  background-color: unset;
  color: #b72125;
  border: unset;
  padding: unset;
  border-radius: unset;
  text-decoration: underline;
  margin: 0 20px 0 0;
}



/* mini cart  */
.newCart .cartwrapper {
  width: 500px;
  min-height: 100%;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
  background: #fafafa;
  padding: 0 0 0 0;
  position: fixed;
  border-radius: 0;
}

.cartwrapper {
  right: -100%;
  transition: right 0.3s ease-in-out;
  position: absolute;
  display: block;
  width: 80rem;
  height: auto;
  z-index: 10;
  padding: 0 4.1rem;
  padding-top: 7.3rem;
  background: #fafafa;
  border-radius: 1.2rem;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
  padding-bottom: 16.5rem;
}
.cartSlideActive {
  right: 0;
  top: 0;
  z-index: 99999999999999999999;
}
.cartwrapper .close {
  position: absolute;
  top: 0.3rem;
  right: 0.7rem;
  cursor: pointer;
  width: 40px;
}
.newCart .cartwrapper .top {
  padding: 60px 20px 20px 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  align-items: center;
}
.newCart .cartwrapper .top button {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #b72025;
}
.newCart {
  top: 0;
}
.newCart .cartwrapper .top button {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #b72025;
}
.newCart .cartwrapper .top button img {
  margin-right: 5px !important;
}
.newCart .cartwrapper .items {
  overflow-x: auto !important;
}
.newCart .cartwrapper .items {
  display: flex;
  padding-top: 10px;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  max-height: 23.1rem;
  height: auto;
  overflow: scroll;
}
.newCart .cartwrapper .total {
  margin-top: 0;
  display: flex;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
}
.cartwrapper .total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.4rem;
  /* margin-bottom: 3.6rem; */
}
.newCart .cartwrapper .total h3 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin: 0;
}
.newCart .cartwrapper .total p {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #b72025;
}
.cart_and_checkout_button {
  display: flex;
  width: calc(100% - 40px);
  padding: 20px;
  column-gap: 20px;
}
.newCart .cartwrapper .checkoutbtn {
  width: 100%;
  border: 0;
  background-color: #b72025;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  color: white;
  padding: 15px 0;
}
button#checkOutRedirect {
  background-color: #f7ca00;
  color: #111;
}
.newCart .cartwrapper .top h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}


div#heaerCartItems .item {
  width: calc(100% - 20px);
  display: inline-block;
  padding: 10px;
}
div#itemIndoButtons_sh button.undo-button {
  background-color: #f5ebeb;
  border: 0;
  padding: 10px;
  cursor: pointer;
}
div#heaerCartItems .item .removeCartItem.close {
  position: relative;
  width: 30px;
  top: unset;
  float: left;
  right: unset;
}
div#heaerCartItems .item .removeCartItem.close img {
  max-width: 20px;
  max-height: 100%;
}
div#heaerCartItems .item .itemDetails {
  float: left;
  width: calc(100% - 30px);
  display: flex;
  column-gap: 20px;
}
div#heaerCartItems .item .itemDetails .img img {
  max-width: 50px;
}
div#heaerCartItems .item .itemDetails h2 {
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  width: calc(100% - 270px);
}
div#heaerCartItems .item .itemDetails .quantity {
  display: flex;
  column-gap: 10px;
  height: min-content;
  width: 120px;
}
div#heaerCartItems .item .itemDetails .img {
  width: 50px;
}
div#heaerCartItems .item .itemDetails .quantity button.catItemMinus {
  background-color: #b7212512;
  border: none;
  cursor: pointer;
  width: 30px;
  font-size: 30px;
}
div#heaerCartItems .item .itemDetails .quantity button.catItemPlus {
  background-color: #b7212512;
  border: none;
  cursor: pointer;
  width: 30px;
  font-size: 30px;
}
div#heaerCartItems .item .itemDetails .quantity input.cartQty.quantityValue {
  width: 40px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #b7212512;
}
div#heaerCartItems .item .itemDetails .price {
  width: 100px;
}
/* mini cart  */




.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: none;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1em;
  background-color: #f7ca00;
  font-size: 20px;
  height: unset !important;
  color: #111;
  border-radius: 5px;
  padding: 17px 0;
}
#pwgc-redeem-button {
background-color: #eaeaea;
cursor: pointer;
}

.zee_mini_cart_wrapper {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px;
background: #f5f7f9;
border: 1px solid #ddd;
border-radius: 8px;
margin-bottom: 0;
animation: slideDown .4s ease;
column-gap: 50px;
margin: 0 0;
}.zee_mini_cart_wrapper .left {
display: flex;
align-items: center;
gap: 15px;
width: 100%;
}
.zee_mini_cart_wrapper .right {
display: flex;
flex-wrap: wrap;
align-items: center;
}

.zee_mini_cart_wrapper .image img {
width: 60px;
height: 60px;
border-radius: 5px;
object-fit: cover;
}

.zee_mini_cart_wrapper .content {
font-size: 16px;
font-weight: 600;
color: #111;
width: 100%;
}
.zee_mini_cart_wrapper .content strong{

}
.zee_mini_cart_wrapper .right h3 {
margin: 0 0 15px;
font-size: 16px;
font-weight: 400;
width: 100%;
}.zee_mini_cart_wrapper .checkout-btn {
background: #f7ca00;
padding: 10px 18px;
border-radius: 6px;
text-decoration: none;
font-weight: bold;
color: #111;
font-size: 16px;
}

@keyframes slideDown {
from { opacity: 0; transform: translateY(-10px); }
to { opacity: 1; transform: translateY(0); }
}

.zee_single_product_page_inner .woocommerce-message {
padding: 0;
margin: 20px 0;
border-top: 0;
}
.zee_single_product_page_inner .woocommerce-message::before{
display: none;
}
.zee_mini_cart_wrapper .left .image {
width: 100px;
}





.banner{
	min-height: 500px;
}
.banner_inner {
    padding: 10px 0 100px 0;
    text-align: center;
}
.banner_inner h3 {
  margin: 20px 0 0 0;
  color: #fff;
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.banner_inner h1 {
  color: #fff;
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: 700;
  margin: 8px 0;
  font-size: 48px;
}

.banner_inner h4 {
    margin: 0;
    color: #fff;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
}
.banner_inner h5{
  background-color: #a6d8ff7d;
  border-radius: 500px;
  width: max-content;
  margin: 0 auto;
  padding: 10px 30px;
}
.banner_inner h5, .banner_inner p {
  
  color: #fff;
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  
}
.banner_inner p{
  margin: 0;
}
.banner_inner h5 a {
  color: #b72125;
}
.banner_inner .button a {
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  background-color: #B72025;
  border-radius: 16px;
  padding: 18px 130px;
  display: inline-block;
  text-transform: uppercase;
  margin: 20px 0;
  transition: 0.3s;
  border: 1px solid #B72025;
}
.banner_inner .button a:hover{
  color: #B72025;
  background-color: #fff;
}

.product_image {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.banner_inner img {
  max-width: 100%;
}


.products.products_section_2{
  padding-bottom: 150px;
}

.products {
  background-color: #74b1e163;
  padding: 20px 0;
  width: 100%;
}
.products .products_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
.products .products_header h2 {
  font-size: 32px;
  font-family: 'Helvetica', Arial, sans-serif;
  margin: 0;
}
.products .products_header a {
  background-color: #B72025;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 11px 24px;
  border-radius: 7px;
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid #B72025;
  transition: 0.3s;
}
.products .products_header a:hover{
  background-color: transparent;
  color: #B72025;
}


.product_cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* justify-content: center; */
}
.product_cards .product_box {
  flex: 0 0 calc(25% - 15px);
  background: #fff;
  padding: 7px;
  text-align: center;
  border-radius: 16px;
  overflow: hidden;
  box-sizing: border-box;
  height: fit-content;
  position: relative;
}
.product_cards .product_box .image {
  width: 100%;
  /*max-height: 260px;*/
  overflow: hidden;
  border-radius: 10px;
}
.product_cards .product_box .image a {
  display: flex;
}
.product_cards .product_box .image a img {
  max-width: 100%;
}
.regular-price {
  text-decoration: line-through;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.sale-price {
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
}
.product_cards .product_box .price {
  text-align: left;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.product_cards .product_box .price span.price_single_line {
    display: block;
    margin: 5px 0;
}
.product_cards .product_box .price span.price_single_line ins {
    text-decoration: none;
    font-weight: 700;
    color: #b72025;
}
.product_cards .product_box .price span.product_off_label {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
.product_cards .product_box .content {
  padding: 15px 7px;
}
.product_cards .product_box h4 a {
  text-decoration: none;
  color: #000;
}
.product_cards .product_box h4 {
  margin: 15px 0;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.product_cards .product_box h4 span{
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.product_cards .product_box .buttons {
  display: flex;
  column-gap: 10px;
}
.product_cards .product_box .buttons a {
  width: 100%;
  text-align: center;
}
.product_cards .product_box .buttons a.learn_more {
  border: 1px solid #B72025;
  border-radius: 7px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  padding: 10px 0;
  transition: 0.3s;
}
.product_cards .product_box .buttons a.learn_more:hover{
  background-color: #B72025;
  color: #fff;
}
.product_cards .product_box .buttons a.buy_now {
  border: 1px solid #B72025;
  border-radius: 7px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 10px 0;
  background-color: #B72025;
  transition: 0.3s;
  position: relative;
}
.product_cards .product_box .buttons a.buy_now:hover{
  background-color: #fff;
  color: #B72025;
}



.reviews_heading {
  padding: 110px 0 0 0;
}
.reviews_heading_inner h2 {
  color: #F5F5F5;
  font-size: 30px;
  font-family: 'Helvetica', Arial, sans-serif;
  margin: 30px 0;

}
.reviews_slider .review {
  background-color: #900C10;
  border-radius: 16px;
  margin: 0 10px;
  border: 1px solid #ffffff78;
  padding: 20px;
}
.reviews_slider .slick-arrow {
  display: none !important;
}
.reviews_slider .review-rating {
  font-size: 20px;
  color: #f5f5f5;
}
.reviews_slider .review-comment {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #f5f5f5;
  line-height: 140%;
  min-height: 120px;
  margin: 10px 0;
}
.reviews_slider .review-author {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  color: #f5f5f5;
}
.reviews_slider .review-author .image {
  width: 30px;
}
.reviews_slider .review-author .image img {
  max-width: 100%;
}
.reviews_slider .review-comment p {
  margin: 0;
}




.why_confections {
  background-image: url('https://trippyshroom.co/wp-content/uploads/2025/11/Group-41-scaled.png');
  background-size: cover;
  margin: -90px 0 0 0;
  position: relative;
  padding: 125px 0;
}
.why_confections .left_image {
  position: absolute;
  left: 0;
  top: 100px;
}
.why_confections .right_image {
  position: absolute;
  top: 100px;
  right: 0;
}
.why_confections_inner {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.why_confections_inner h1 {
  font-size: 48px;
  color: #f5f5f5;
  margin: 0;
  font-family: 'Helvetica', Arial, sans-serif;
}
.why_confections_inner p {
  color: #f5f5f5;
  line-height: 140%;
  max-width: 80%;
  margin: 20px auto;
}
.why_confections_inner h3 {
  margin: 0;
  font-size: 22px;
  color: #f5f5f5;
  font-family: 'Helvetica', Arial, sans-serif;
}
.why_confections_inner .potent {
  background-color: #fff;
  border-bottom: 6px solid #000;
  border-right: 2px solid #000;
  border-radius: 10px;
  padding: 15px;
  text-decoration: none;
  color: #000;
  text-align: left;
  max-width: 200px;
  position: absolute;
  bottom: -160px;
  left: 0;
  z-index: 123123;
  display: none;
  width: 200px;
}
.why_confections_inner .potent h4 {
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
}
.why_confections_inner .potent h2 {
  font-size: 32px;
  margin: 5px 0;
}
.why_confections_inner .potent p {
  margin: 0;
  color: #000000c7;
  font-size: 14px;
  font-weight: 400;
  text-transform: initial;
}

.ingrediants {
  column-gap: 10px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 30px 0;
}
.ingrediants .ingrediants_box {
  width: 78px;
  height: 78px;
  background-color: #fff;
  border-radius: 100px;
  position: relative;
  display: flex;
  align-items: center;
}
.ingrediants .ingrediants_box:hover .potent{
  display: block;
}

.ingrediants .ingrediants_box span {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  background-color: #B72025;
  line-height: 28px;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  bottom: -18px;
  left: 25px;
}
.ingrediants .ingrediants_box img {
  margin: 0 auto;
  max-width: 40px;
}



.gummies {
  width: 100%;
  background-color: #000;
  padding: 70px 0;
}
.gummies_inner {
  text-align: center;
  color: #f5f5f5;
}
.gummies_inner h2 {
  margin: 0;
  color: #f5f5f5;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 32px;
}
.gummies_loop {
  column-gap: 10px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 30px 0;
}
.gummies_inner h3 {
  margin: 0;
  font-size: 20px;
}
.gummies_icons .gummies_box {
  width: 90px;
  height: 90px;
  background-color: #B72025;
  border-radius: 100px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.gummies_icons .gummies_box img {
  max-width: 50px;
  margin: 0 auto;
}
.gummies_icons {
  width: 205px;
}

.stashbook {
  background-image: url('https://trippyshroom.co/wp-content/uploads/2025/11/Group-5-scaled.png');
  background-size: cover;
  padding: 100px 0;
  margin: -61px 0 0 0;
}
.stashbook_inner {
  display: flex;
  align-items: center;
  column-gap: 100px;
  flex-direction: row-reverse;
}
.stashbook_inner .left {
  width: 60%;
}
.stashbook_inner .right {
  width: 40%;
}
.stashbook_inner .right .image {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
}
.stashbook_inner .right .image img {
  max-width: 100%;
}
.stashbook_inner h3 {
  font-size: 24px;
  color: #f5f5f5;
  margin: 0;
  font-family: 'Helvetica', Arial, sans-serif;
}
.stashbook_inner h1 {
  font-family: 'Helvetica', Arial, sans-serif;
  margin: 10px 0;
  color: #f5f5f5;
  font-size: 48px;
}
.stashbook_inner p {
  font-size: 18px;
  color: #fff;
  line-height: 140%;
  margin: 20px 0;
}
.stashbook_inner a {
  background-color: #B72025;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  border-radius: 14px;
  padding: 16px 60px;
  display: inline-block;
  margin: 10px 0 0 0;
  border: 1px solid #B72025;
  transition: 0.3s;
}
.stashbook_inner a:hover{
  background-color: #fff;
  color: #B72025;
}





.about {
  padding: 100px 0;
  margin: 0 0 0 0;
  background-color: #f3f3f3;
}
.about_inner {
  display: flex;
  align-items: center;
  column-gap: 100px;
  flex-direction: row-reverse;
}
.about_inner .left {
  width: 50%;
}
.about_inner .right {
  width: 50%;
}
.about_inner .right .image {
  width: 100%;
}
.about_inner .right .image img {
  max-width: 100%;
}
.about_inner h3 {
  font-size: 20px;
  color: #000;
  margin: 0;
  font-family: 'Helvetica', Arial, sans-serif;
}
.about_inner h1 {
  font-family: 'Helvetica', Arial, sans-serif;
  margin: 10px 0;
  color: #000;
  font-size: 48px;
}
.about_inner p {
  font-size: 18px;
  color: #000;
  line-height: 140%;
  margin: 20px 0;
}
.about_inner a {
  background-color: #B72025;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  border-radius: 14px;
  padding: 16px 60px;
  display: inline-block;
  margin: 10px 0 0 0;
}
.about_inner ul {
  margin: 0;
  padding: 0;
}
.about_inner ul li {
  display: flex;
  column-gap: 20px;
  line-height: 140%;
  margin: 10px 0;
}
.about_inner ul li img {
  max-width: 25px;
}
.about_inner p span {
  margin: 0 25px 0 0;
}

.about_inner p span img {
  max-width: 25px;
  margin: 0 0 -6px 0;
}




.footer {
  background-color: #b72125;
  text-align: center;
  padding: 90px 0;
}
.footer .logo img {
  max-width: 100px;
}
.footer .logo_text {
  margin: 20px 0;
}
.footer .logo_text img {
  max-width: 350px;
}
.footer_menu ul {
  margin: 0;
  padding: 0;
}
.footer_menu ul li {
  list-style: none;
  display: inline-block;
  margin: 0 15px;
}
.footer_menu ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
}
.copyright {
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background-color: #000;
}

.footer_inner .logo {
  margin: 0 0 0 0;
}
.footer_inner {
  display: flex;
  column-gap: 50px;
  text-align: left;
}
.footer_inner .footer_col {
  width: 100%;
}
.footer_inner .footer_col h2 {
  color: #fff;
  margin: 0 0 20px 0;
  font-size: 20px;
}
.footer_inner .footer_col ul {
  margin: 0;
  padding: 0;
}

.footer_inner .footer_col ul li {
  list-style: none;
  margin: 10px 0;
}
.footer_inner .footer_col ul li a {
  display: flex;
  column-gap: 8px;
  color: #ededed;
  text-decoration: none;
  font-size: 16px;
}
.footer_inner .footer_col ul li a svg path {
  stroke: #ededed;
}
ul.social_account li {
  padding: 0 10px;
}

.bottombtns a
{
  text-align: center;
  text-decoration: none;
  padding: 10px 0 5px 0;
}.bottombtns a svg
{
  width: 25px;
  height: 25px;
}
.bottombtns a .bottom_text
{
  display: block;
  color: #fff;
  font-size: 9px;
}
.bottombtns{
  box-shadow: 0 0 11px -3px #000;
}
.bottombtns {
  display: flex;
  width: calc(100% - 40px);
  height: auto;
  border-radius: 0;
  z-index: 99999999;
  background: #b72025;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  bottom: 0;
  position: fixed;
}
.bottombtns a#myCartItemHereSlider .myCartQtyTm.mycartqty.mbleCatBtm {
  background: #fff;
  padding: 0px 3px;
  border-radius: 90px;
  font-weight: 500;
  color: #000;
  font-size: 10px;
  position: absolute;
  top: 3px;
  right: -10px;
  width: 15px;
  height: 15px;
  overflow: hidden;
}
.bottombtnscontainer {
  z-index: 9999999999999999999999999999;
  display: none;
}




/* ............ new code ..........*/
span.badge_image img {
    max-width: 50px;
  }
span.badge_off {
    text-align: center;
    color: #000;
}
a#myCartItemHereSlider {
    position: relative;
}
a#myCartItemHereSlider span.myCartQtyTm.mycartqty.mbleCatBtm {
    background-color: #b721252b;
    margin: 0 0 0 0;
    position: absolute;
    width: 16px;
    text-align: center;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    border-radius: 100px;
}
    .level_model .user_current_badge span.badge_image img {
  max-width: 100px;
}
    .level_model {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    z-index: 123452343;
    align-items: center;
}
.level_model_inner {
    width: 90%;
    max-width: 600px;
    padding: 20px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
}
.close_level_model {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.close_level_model svg {
    max-width: 25px;
    max-height: 25px;
}
    .level_model.active{
        display: flex;
    }

    .user_current_badge {
    text-align: center;
}
.user_current_badge a.user_level {
    margin: 0 auto;
    width: max-content;
    font-size: 16px;
    color: #b72025;
}
.your_total_points {
    font-size: 20px;
    text-align: center;
    margin: 6px 0 20px 0;
}
.your_total_points b{
     color: #b72025;
}
.user_current_level_and_next_level {
    font-size: 16px;
    margin: 5px 0;
}
.user_current_level_and_next_level b{
    color: #b72025;
}
.level_model h3 {
  font-size: 16px;
  margin: 10px 0;
}
.other_discounts_row {
  display: flex;
  width: 100%;
}
.other_discounts_row .td {
  width: 100%;
  padding: 5px 10px;
}
.other_discounts_row:first-child {
  font-weight: 600;
}
.other_discounts_row span.badge_image img {
  max-width: 30px;
}
.other_discounts_row .user_level {
  color: #b72025;
}
.other_discounts {
  font-size: 14px;
}
.other_discounts_row .badge_off {
  margin: -6px 0 0 4px;
}
.user_current_badge a.user_level b {
    font-size: 22px;
}
a.user_level {
    display: flex;
    align-items: center;
    text-decoration: none;
  }

/* new code end  */










/*480px code*/
@media screen and (max-width: 480px) {
  .custom-thankyou-message h3 {
  font-size: 18px !important;
  }
  .zee_mini_cart_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: #f5f7f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 0;
  animation: slideDown .4s ease;
  column-gap: 50px;
  flex-wrap: wrap;
  row-gap: 20px;
  margin: 0 0;
  }
  }

@media only screen and (max-width: 480px) {

  div#heaerCartItems .item .itemDetails .img img {
    max-width: 30px;
}
div#heaerCartItems .item .itemDetails {
  float: left;
  width: calc(100% - 30px);
  display: flex;
  column-gap: 10px;
}
div#heaerCartItems .item .itemDetails h2 {
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  width: calc(100% - 10px);
}
.newCart .cartwrapper .checkoutbtn {
  width: 100%;
  border: 0;
  background-color: #b72025;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
  color: white;
  padding: 5px 0;
}
div#heaerCartItems .item .itemDetails .quantity {
  display: flex;
  column-gap: 0;
  height: min-content;
  width: 50px;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  padding: 0 10px;
}
.newCart {
  z-index: 9999999999999 !important;
}

.copyright {
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background-color: #000;
  margin-bottom: 54px;
}
div#heaerCartItems .item .itemDetails .quantity button.catItemMinus {
  background-color: #b7212512;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 100%;
}
div#heaerCartItems .item .itemDetails .quantity input.cartQty.quantityValue {
  width: 100%;
  text-align: center;
  font-size: 16px;
  border: 1px solid #b7212512;
}
div#heaerCartItems .item .itemDetails .quantity button.catItemPlus {
  background-color: #b7212512;
  border: none;
  cursor: pointer;
  width: 100%;
  font-size: 20px;
}
div#heaerCartItems .item .itemDetails .price {
  width: 55px;
}
div#heaerCartItems .item .itemDetails .img {
  width: 30px;
}

  body.page-template-newhome.sticky_header .header {
    position: fixed;
    top: 0;
    z-index: 999;
}
body.page-template-newhome.sticky_header {
  padding-top: 54px;
}

body.page-template-newhome.sticky_header.sticky_nav {
  padding-top: 90.5px;
}


  .container {
    width: 96%;
    margin: 0 auto;
  }
  .product_cards .product_box{
        margin: 0 10px;
  }
  .product_cards  .slick-track {
    padding-left: 55px;
}



.top_bar_inner ul {
  margin: 0;
  display: flex;
  column-gap: 20px;
  align-items: center;
  padding: 0;
}


.header_inner .left {
  width: 60px;
  padding-right: 0;
}
a#myCartItemHereSlider img {
  max-width: 30px !important;
}
.header_inner .right {
  width: 100%;
  padding-left: 0px;
  text-align: right;
  display: flex;
  column-gap: 10px;
  align-items: center;
  padding-right: 15px;
  justify-content: end;
}
.header_inner .left .logo img {
  max-width: 40px;
}
.header_inner .right li.refer_friend {
  display: none;
}
.header_inner ul li a {
  background-color: #b72125;
  border: 1px solid #b72125;
  border-radius: 5px;
  padding: 9px 10px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
}
.header_inner .center {
  width: 100%;
  text-align: center;
  margin: 15px 0 0 0;
}
span.badge_image img {
  max-width: 30px;
}
span.badge_off {
  text-align: center;
  color: #000;
  font-size: 12px;
}
.header_inner .right .cart_wrapper svg {
  width: 30px;
  height: 30px;
}





.banner_inner h3{
  font-size: 18px;
}
.banner_inner h1{
  font-size: 40px;
}
.banner_inner h4{
  font-size: 16px;
  line-height: 140%;
}
.banner_inner .button a {
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  background-color: #B72025;
  border-radius: 16px;
  padding: 18px 0;
  display: inline-block;
  text-transform: uppercase;
  margin: 20px 0;
  transition: 0.3s;
  border: 1px solid #B72025;
  width: 90%;
}
.banner_inner h5 {
  margin: 0;
  color: #fff;
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  width: calc(100% - 60px);
}

.sperator_products {
  background-size: cover !important;
}


.products_inner {
  position: relative;
}

.products .products_header a {
    background-color: #B72025;
    color: #fff;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding: 11px 0;
    border-radius: 7px;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #B72025;
    transition: 0.3s;
    position: absolute;
    left: 15%;
    bottom: 0;
    width: 70%;
    text-align: center;
  }
.products .products_header h2 {
  font-size: 24px;
  font-family: 'Helvetica', Arial, sans-serif;
  text-align: left;
  width: 94%;
  margin: 0 auto;
}
.products {
  background-color: #74b1e163;
  padding: 20px 0;
  width: 100%;
}

.sperator_products_bottom {
  background-size: cover !important;
}


.reviews_heading_inner h2 {
  color: #F5F5F5;
  font-size: 30px;
  font-family: 'Helvetica', Arial, sans-serif;
  margin: 0 0 30px 0;
}



.why_confections{
  margin: -125px 0 0 0 !important;
}

.why_confections_inner h1 {
  font-size: 40px;
}
.why_confections .left_image {
  position: absolute;
  left: 0;
  top: 100px;
  display: none;
}
.why_confections .right_image {
  position: absolute;
  top: 100px;
  right: 0;
  display: none;
}
.why_confections_inner p {
  color: #f5f5f5;
  line-height: 140%;
  max-width: 100%;
  margin: 20px auto;
  font-size: 16px;
}
.why_confections_inner h3 {
  margin: 0;
  font-size: 20px;
  color: #f5f5f5;
  font-family: 'Helvetica', Arial, sans-serif;
  line-height: 140%;
}
.ingrediants {
  column-gap: 20px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 30px 0;
  row-gap: 45px;
  max-width: 360px;
}

.gummies_inner h2 {
  margin: 0;
  color: #f5f5f5;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 24px;
}
.gummies_icons {
  width: 80%;
  margin: 10px 0;
}
.gummies_inner h3 {
  font-size: 18px;
  line-height: 140%;
  width: 90%;
  margin: 0 auto;
}



.stashbook_inner {
  display: flex;
  align-items: center;
  column-gap: 100px;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.stashbook_inner .right {
  width: 100%;
}
.stashbook_inner .left {
  width: 100%;
  text-align: center;
  margin: 30px 0 0 0;
}
.stashbook_inner .right .image {
  width: 90%;
  margin: 0 auto;
}
.stashbook_inner h1 {
  font-family: 'Helvetica', Arial, sans-serif;
  margin: 10px 0;
  color: #f5f5f5;
  font-size: 40px;
  text-transform: uppercase;
}
.stashbook_inner p {
  font-size: 16px;
  color: #fff;
  line-height: 140%;
  margin: 20px 0;
}

.about_inner {
  display: flex;
  align-items: center;
  column-gap: 100px;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.about {
  padding: 50px 0;
  margin: 0 0 0 0;
  background-color: #f3f3f3;
}
.about_inner .right {
  width: 100%;
}
.about_inner .left {
  width: 100%;
  margin: 40px 0 0 0;
}
.about_inner h1 {
  font-family: 'Helvetica', Arial, sans-serif;
  margin: 10px 0;
  color: #000;
  font-size: 40px;
}
.about_inner p span {
  margin: 0 10px 0 0;
}


.footer .logo img {
  max-width: 70px;
}
.footer .logo_text img {
  max-width: 240px;
}
.footer_menu ul li {
  list-style: none;
  display: inline-block;
  margin: 6px 10px;
}
.footer_inner {
  display: flex;
  column-gap: 50px;
  text-align: left;
  flex-wrap: wrap;
}
.newCart .cartwrapper {
  width: 300px;
}
.footer {
  background-color: #b72125;
  text-align: center;
  padding: 50px 0;
}
.footer_inner .logo {
  margin: 0 0 0 0;
  text-align: center;
}
ul.social_account {
  justify-content: center;
}
.footer_col.footer_col_2 {
  padding: 30px 0;
}
.footer_inner .footer_col {
  width: 100%;
  text-align: center;
}
.footer_inner .footer_col ul li a {
  display: flex;
  column-gap: 8px;
  color: #ededed;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  justify-content: center;
}
.bottombtnscontainer {
  z-index: 9999999999999999999999999999;
  display: block;
}




.product_cards.product_box_1 .product_box {
  width: 100%;
  flex: 100%;
}

.why_confections_inner .potent{
  left: -30px;
}
.ingrediants .ingrediants_box:nth-child(3) .potent {
  left: -130px !important;
}
.ingrediants .ingrediants_box:nth-child(6) .potent {
  left: -130px !important;
}
.ingrediants .ingrediants_box:nth-child(9) .potent {
  left: -130px !important;
}
.ingrediants .ingrediants_box:nth-child(12) .potent {
  left: -130px !important;
}



}