

@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%;
  }
}

.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;
}

.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 .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;
  font-size: 16px;
}
.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;
  font-size: 16px;
}



/* 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: 370px;
  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;
  font-size: 16px;
}
/* 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;
}











.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;
  font-family: "Roboto", sans-serif;
}

.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;
  font-family: "Roboto", sans-serif;
}
.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: none;
  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: 0;
  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;
    font-family: "Roboto", sans-serif;
}
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;
    bottom: 18px;
}
    .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;
    font-size: 16px;
  }

/* 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) {
  .bottombtns{
    display: flex;
  }

  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: 64px;
}
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;
  }




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


.header_inner .left {
  width: 60px;
  padding-right: 0;
}
.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;
}
a#myCartItemHereSlider img {
  max-width: 30px !important;
}
.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;
}







.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;
}


}