/* My Styles */
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* General Css */

/* Clockify css starts here*/
body {
   font-family: "Lato", sans-serif!important;
  /*font-family: 'Karla', sans-serif;*/
/*   font-family: "Roboto", sans-serif; */
  /* overflow-x: hidden; */
}
.overlay{
  position: absolute;
  bottom: 0;
  top:0;
  left:0;
  right:0;
  background: rgba(0, 0, 0, 0.3); 
  width: 100%;
  height:100%;
}
.section {
  overflow: hidden;
}
.w-70 {
  width: 70%;
}
.w-100px {
  width: 100px;
}
.w-130px {
  width: 130px;
}
.site-header {
  /* background: #f9ba00; */
  background: transparent;
  /* background-color: #85e872; */
}
.announcement-wrapper{
	background:rgb(255,222,89);
}
a {
  color: #1d0193;
}
.header-right li {
  padding-right: 40px;
}
h1 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: normal;
  color: #3d4853;
}
.home-content {
  color: #5a6b7b;
  margin: 0 auto;
  max-width: 650px;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
}

.swiper-slide {
  width: auto; /* or let swiper.js calculate */
  flex-shrink: 0;
}
.custom-category-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    padding:50px 0;
}

.custom-category {
    text-align: center;
    width: 200px;
}

.custom-category-image {
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 100px;
    box-shadow: 0px 0px 7px 1px #000000d4;
    border: solid 4px #fff;
    margin: 0 auto 10px;
	transition: transform 0.3s ease;
}
.custom-category-image:hover {
    transform: scale(1.1);
}
.custom-category p {
    font-size: 18px;
    font-weight: 600;
}
#menu-main-menu li,#menu-shopmenu li {
  padding-right: 40px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1d0193;
}
#menu-main-menu li.current_page_item {
  color: #1d0193;
}
#menu-main-menu li.current_page_item a {
  /* text-decoration: underline; */
}
#menu-main-menu .sub-menu {
  display: none;
}
#menu-main-menu li:hover .sub-menu {
  display: block;
  position: absolute;
  width: 250px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 25px 20px;
  z-index: 2;
  min-width: 250px;
  //top: 70px;
  border-radius: 0;
  border: none !important;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  //right: 75px;
}
#menu-main-menu .sub-menu li {
  padding: 0 0 10px;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #1d0193;
}
#menu-main-menu .sub-menu li:last-child {
  padding: 0;
}
#menu-main-menu li.menu-item-has-children:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.justify-content-right {
  justify-content: right;
}
.home-banner-content {
  max-width: 700px;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-content {
  padding: 200px 90px;
  max-width: 700px;
  text-align: left;
}
.banner-content .banner-desc {
  letter-spacing: -0.02em;
}
.banner-content h1 span {
  color: #1d0193;
}
.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.pl-100 {
  padding-left: 100px;
}
.pr-100 {
  padding-right: 100px;
}
.font-family-Inter {
  font-family: "Inter", sans-serif;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
.lh-65 {
  line-height: 65px;
}
.lh-55 {
  line-height: 55px;
}
.lh-50 {
  line-height: 50px;
}
.lh-40 {
  line-height: 40px;
}
.lh-25 {
  line-height: 25px;
}
.lh-30 {
  line-height: 30px;
}
.lh-35 {
  line-height: 35px;
}
.f-14 {
  font-size: 14px;
}
.f-15 {
  font-size: 15px;
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}
.f-20 {
  font-size: 20px;
}
.f-28 {
  font-size: 28px;
}
.f-26 {
  font-size: 26px;
}
.f-24 {
  font-size: 24px;
}
.f-25 {
  font-size: 25px;
}
.f-22 {
  font-size: 22px;
}
.f-35 {
  font-size: 35px;
}
.f-32 {
  font-size: 32px;
}
.f-40 {
  font-size: 40px;
}
.f-45 {
  font-size: 45px;
}
.f-60 {
  font-size: 60px;
}
.w-110px {
  width: 110px;
}
.w-150px {
  width: 150px;
}
.w-175px {
  width: 175px;
}
.w-160px {
  width: 160px;
}
.w-250px {
  width: 250px;
}
.w-78 {
  width: 78%;
}
.w-60 {
  width: 60%;
}
.w-30 {
  width: 30px;
}
.height-500px {
  height: 500px;
}
.border-radius-10px {
  border-radius: 10px;
}
.box-shadow {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.btn-more {
  background: rgb(255, 222, 89);
  font-weight: 600;
  color: #000;
  border: 1px solid rgb(255, 222, 89);
  border-radius: 10px;
  padding: 10px 70px;
  cursor: pointer;
}
.btn-more:hover {
   background: rgb(255, 222, 89);
   color: #000;
	box-shadow: 0 0 0 .2rem rgb(255, 222, 89);
}
.btn-more-bg {
  background: #1d0193;
}
.cursor-pointer {
  cursor: pointer;
}
.text-decoration-underline {
  text-decoration: underline;
}
strong{
	font-weight:700;
}
.terms-of-service{    
	max-width: 840px !important;
    margin: 0 auto 4rem !important;
}
.is-ajax-search-items .is-prices del .amount{
   font-weight: normal!important;
   color: #000;	
}

/* JV Woocomerce page*/ 
.woocommerce-variation-price {
	margin-bottom:20px;
}
#btn-razorpay{
	margin-right:30px;
}
#btn-razorpay,#btn-razorpay-cancel{
	background:#7f54b3;
	border:1px solid #7f54b3;
	color:#fff;
	font-weight:600;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	padding:5px 10px;
}
#btn-razorpay:hover,#btn-razorpay-cancel:hover{
	background: #7f54b3;
    color: #fff;
    box-shadow: 0 0 0 .2rem #7f54b3;
}
.woocommerce-page .wc-block-components-text-input input[type=text]{
	height:55px;
}
.woocommerce-page .ui-slider.ui-widget-content .ui-slider-handle:hover, .woocommerce-page .ui-slider.ui-widget-content .ui-slider-handle.ui-state-hover,.woocommerce-page .ui-slider.ui-widget-content .ui-slider-handle.ui-state-active{
	border:2px solid #7f54b3!important;
}
.woocommerce-page .woocommerce-info::before {
    color: #7f54b3;
	font-size: 16px;
    line-height: 20px;
}
.woocommerce-page .woocommerce-info{
	border-top-color: #7f54b3;
}
.woocommerce-page h1{
    color: #333;
    margin-bottom: 20px;
}
.woocommerce-page #wpfOverlayText {
  font-size: 48px;
  color: #fff;
  font-weight: 900;
  text-align: center;

  text-shadow:
    -1px -1px 0 #7f54b3,
    -2px -2px 0 #7f54b3,
    -3px -3px 0 #7f54b3;

  transform: scale(1.05);
}
.woocommerce-page .ui-widget-header{
	  background: #7f54b3!important;
}
.wpfFilterButton.wpfButton, .wpfClearButton.wpfButton{
	background:#7f54b3;
	border:1px solid #7f54b3;
	color:#fff;
	font-weight:600;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.wpfFilterButton.wpfButton:hover, .wpfClearButton.wpfButton:hover{
	background: #7f54b3;
    color: #fff;
    box-shadow: 0 0 0 .2rem #7f54b3;
}
.woocommerce-ordering select {
  background: linear-gradient(135deg, #7f54b3 0%, #7f54b3 100%);
  border: 1px solid #7f54b3;
  border-radius: 12px;
  padding: 10px 15px;
  transition: all 0.3s ease-in-out;
  color:#fff;
}
.woocommerce-ordering select option{
	color:#000;
}

#wprmenu_bar .menu_title{
	display:none;
}
.single-product .entry-summary .woocommerce-Price-amount.amount{
	font-size:20px;
	line-height:26px;
}
.single-product.woocommerce .quantity .qty {
	height: 50px;
	width: 85px;
}
.single-product.woocommerce div.product form.cart .button{
	height: 50px;
    width: 300px;
	font-size: 18px;
    line-height: 22px;
}
.wt-related-products .carousel-wrap{padding:0 1%!important;}
.single-product .product h2,.wt-crp-heading{
	font-size:28px;
	font-weight:600;
	line-height:32px;
	color:#333;
	margin-bottom:20px;
}
.aws-search-result .aws_no_result{
	font-size:14px;
	font-weight:500;
}
.aws-search-result .aws_onsale{
	background:#ff0000;
	font-weight:700;
}
.aws-search-result .aws_result_title{
	 color: #1d0193 !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 20px;
}
.aws-search-result .aws_result_image img{
	width:70px;
}
.aws-container .aws-search-field{
	font-size:16px;
	line-height:20px;
}
.aws-container .aws-search-form {
   border:1px solid #ddd;
   padding:5px;
}
.aws-container .aws-search-form .aws-form-btn,.aws-container .aws-search-form .aws-form-btn:hover,
.aws-container[data-show-page=false] .aws-search-form .aws-search-btn:hover{
	background:none;
	border:none;
}
.aws-container .aws-search-field{
	border:none
}
.aws-search-result:hover,.aws-search-result:focus{
	
}
.aws-container .aws-search-form:hover,.aws-container .aws-search-form:focus{
	border:1px solid #333;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover{
	box-shadow: 0 0 0 .2rem #7f54b3;
	background-color: #7f54b3;
	color:#fff;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit{
	color: #fff;
    background-color: #7f54b3;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{
	color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover{
    color: #333;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	color:#fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    border-bottom: 1px solid #1d0193;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
   border: 1px solid #1d0193;
   background-color: #1d0193;
   color: #fff;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{
	color:#1d0193;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
	color:#333;
}
.woocommerce-page.woocommerce div.product .product_title{
	color:#1d0193;
	font-weight:600;
	margin-bottom: 20px;
}
.woocommerce-page  .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity{
	border:2px solid #6c757d;
}
.woocommerce-page .wc-block-checkout__sidebar .wc-block-components-product-name{
	color:#1d0193;
	font-size:14px;
	font-weight:600;
}
.woocommerce-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text{
	font-size:20px;
	font-weight:600;
}
.woocommerce-page .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text{
	font-size:20px;
	font-weight:600;
}
.woocommerce-page .wc-block-components-checkout-return-to-cart-button{
	font-size: 16px;
    font-weight: 600;
}
.woocommerce-page .wc-block-components-checkout-step__description {
    font-size: 14px;
	line-height: 20px;
}
.woocommerce-page .wc-block-components-title.wc-block-components-title{
 font-weight:700;
 font-size:22px;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{
	box-shadow:none!important;
	outline:none!important
}
.woocommerce-page .wc-block-components-chip .wc-block-components-chip__remove-icon{
    fill: #fff;
}
.woocommerce-page .wc-block-components-chip .wc-block-components-chip__remove{
	line-height: 12px;
    background: #da3f3f; 
}
.woocommerce-page .wc-block-components-chip__remove:hover{
	opacity:0.8;
	cursor:pointer;
}
.woocommerce-page .wc-block-components-button:not(.is-link){
	background: #7f54b3;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    border: 1px solid #7f54b3;
	font-size: 18px;
    line-height: 24px;
	font-weight:600;
}
.woocommerce-page .wc-block-components-notice-banner>.wc-block-components-notice-banner__content{
	font-size:14px;
}
.woocommerce-page .wc-block-components-notice-banner.is-info>svg{
	background: #1d0193;
}
.woocommerce-page table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  background-color: transparent;
  color: #da3f3f; /* red tone for delete */
  border: 1px solid #d80027;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  text-transform: capitalize;
  text-decoration:none;
}

.woocommerce-page table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
  background-color: #da3f3f;
  color: #fff;
  box-shadow: 0 2px 6px rgba(216, 0, 39, 0.3);
}
.woocommerce-page .wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,.woocommerce-page .wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data{
	font-size: 14px;
    line-height: 20px;
}
.woocommerce-page .wc-block-components-product-price__value.is-discounted,.woocommerce-page .wc-block-components-formatted-money-amount.wc-block-components-product-price__value{
	font-size:16px;
	line-height:20px; 
}
.woocommerce-page .wc-block-components-product-price__value.is-discounted,.woocommerce-page .wc-block-components-formatted-money-amount{
	 font-weight: 600;
}
.woocommerce-page table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	font-size: 15px;
    font-weight: 800;
	line-height:20px;
}
.woocommerce-page .is-large.wc-block-cart .wc-block-cart__totals-title,
.woocommerce-page .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, .woocommerce-page table.wc-block-cart-items .wc-block-cart-items__header{
	font-size: 15px;
    line-height: 20px;
}
.wc-block-cart__submit-button.contained {
  background-color: #7f54b3;
  color: #ffffff;
  padding: 14px 28px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  margin-top:40px;
  border:1px solid #7f54b3;
}

.wc-block-cart__submit-button.contained:hover {
  background-color:#7f54b3; 
  box-shadow: 0 0 0 .2rem #7f54b3;
}

.wc-block-components-button__text {
  pointer-events: none;
}

.site-footer li.menu-item-has-children > a{
	margin-bottom:8px;
	display:block;
}
.site-footer .woosc-menu-item,.site-footer .woosw-menu-item{
	display:none!important;
}
@keyframes pulse-heart {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
.woosw-menu-item:hover .woosw-menu-item-inner,.woosc-menu-item:hover .woosc-menu-item-inner,.menu-cart-icon:hover .cart-icons,
.wpmenucartli:hover{
  animation: pulse-heart 0.6s ease-in-out;
}
.menu-cart-icon .cart-icons{
	position:relative;
}
.cartcontents{
    position: absolute;
    top: -20px;
    right: 25px;
    background: #da3f3f;
    color: #fff;
    font-size: 12px;
    padding: 3px 3px;
    border-radius: 10px;
    font-weight: 600;
    text-align: center;
    line-height: 15px;
    opacity: 1;
    width: 20px;
    height: 20px;
    left: auto;
}
.wpmenucartli{
	position:relative;
}
.wpmenucartli i{
	font-size:24px;
}
/* Hide original Wishlist text */
.woosw-menu-item .woosw-menu-item-inner {
  font-size: 0;
  position: relative;
}

/* Insert the heart icon */
.woosw-menu-item .woosw-menu-item-inner::before {
  content: "\f08a"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 400; 
  font-size: 20px;
  color: #1d0193;
}

/* Optional: show count badge if plugin supports dynamic updates */
.woosw-menu-item .woosw-menu-item-inner[data-count]:after {
    content: attr(data-count);
    position: absolute;
    top: -20px;
    right: -18px;
    background: #da3f3f;
    color: #fff;
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 10px;
    font-weight: 600;
    text-align: center;
    line-height: 15px;
    opacity: 1;
    width: 20px;
    height: 20px;
    left: auto;
}

.woosc-menu-item .woosc-menu-item-inner,.woosw-menu-item .woosw-menu-item-inner {
  font-size: 0; 
  position: relative;
 display: inline-block;
}

/* Add the Font Awesome icon using pseudo-element */
.woosc-menu-item .woosc-menu-item-inner::before {
  content: "\f080"; 
  font-family: "Font Awesome 5 Free"; 
  font-weight: 700; 
  font-size: 20px;
  color: #1d0193;
}
.woosc-menu-item .woosc-menu-item-inner:after {
    background-color: #da3f3f;
	position: absolute;
    top: -20px;
    right: -18px;
    background: #da3f3f;
    color: #fff;
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 10px;
    font-weight: 600;
    text-align: center;
    line-height: 16px;
    opacity: 1;
    width: 20px;
    height: 20px;
    left: auto;
}
.menu-cart-icon {
  position: relative;
}
.menu-cart-icon i {
  font-size: 20px;
  color: #1d0193;
}
.menu-cart-icon .cart-count {
    position: absolute;
    top: -22px;
    right: -18px;
    background: #da3f3f;
    color: #fff;
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 10px;
    font-weight: 400;
    text-align: center;
    line-height: 16px;
    opacity: 1;
    width: 20px;
    height: 20px;
    left: auto;
}
.wooct-text-under,.wooct-text-above{
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.cfvsw-swatches-blur-disable::before, .cfvsw-swatches-blur::before{
	opacity:0.8;
	cursor:default;
}
.woocommerce .reset_variations {
  font-size: 13px!important;
  color: #0071a1;
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.3s ease;
}

.woocommerce .reset_variations:hover {
  color: #004d6b;
  text-decoration: none;
}

.woocommerce div.product form.cart .variations select {
  width: 100%;
  max-width: 300px;
  min-width: 200px;
  padding: 0.6em 1em;
  font-size: 15px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 16px;
  transition: border 0.3s ease, box-shadow 0.3s ease;
}

.woocommerce div.product form.cart .variations select:hover {
  border-color: #bbb;
}

.woocommerce div.product form.cart .variations select:focus {
  outline: none;
  border-color: #0071a1;
  box-shadow: 0 0 0 3px rgba(0,113,161,0.15);
}

.woosc-remove {
  position:relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #e32718;
  border-radius: 50%;
  text-indent: -9999px; /* hides the "remove" text */
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.woosc-remove::before {
  content: "×"; /* Unicode multiplication sign */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #fff;
  text-indent: 0;
}

.woosc-remove:hover {
  background-color: #e32718;
/*   transform: scale(1.1); */
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td{
	padding: 5px 15px 15px 0;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image img{
	min-height:300px;
	max-height:300px;
}
.product.woocommerce.add_to_cart_inline a{
	background:#7f54b3;
	color:#fff;
} 
.woocommerce .quantity .qty{
	height:32px;
}
.woocommerce .woocommerce-ordering{
	margin-bottom:30px;
}
.woocommerce-ordering select,.woocommerce .woocommerce-result-count{
   font-family: "Lato", sans-serif!important;
	font-size:16px;
	line-height:20px;
}
.woocommerce p.stars a::before{
 color: #ffde59;
}
.woocommerce ul.products li.product .star-rating {
    margin: 0 auto .5rem;
}
.woocommerce .star-rating span::before{
   color: #ffde59;
}
.single-product.woocommerce-page .entry-summary .added_to_cart.wc-forward{
    padding-left: 10px;
    background: #7f54b3;
    color: #fff;
    width: 200px;
    height: 50px;
    margin-left: 5px;
    border-radius: 3px;
    text-align: center;
    font-weight: 600;
    line-height: 30px;
    font-size: 18px;
}
.single-product.woocommerce-page .entry-summary .woosc-btn {
    top: 2.8%;
    right: auto;
    left: 0;
    z-index: 99999;
}
.single-product.woocommerce-page .entry-summary  .woosw-btn-has-icon {
     top: 4.8%;
    right: auto;
    left: 0;
    z-index: 9999;
}
.woocommerce-page .content-wrapper{
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}
/* -------------------------
   Ivory Search Form Styling
---------------------------- */
.is-form-style{
 border: 1px solid #eee!important;
 border-radius: 5px;
 padding: 3px!important;
}
.is-form-style input.is-search-input{
  border:none!important;
}
.is-form-style input.is-search-submit, .is-search-icon{
  background-color: transparent!important;
  border:none!important;
}
.is-form-style:focus,.is-form-style:hover{
	border: 1px solid #333!important;
	border-radius: 5px;
    padding: 3px!important;
}

/* -------------------------------
   Ivory AJAX Results Dropdown
-------------------------------- */
.is-search-result-item {
  padding: 12px 16px;
  border-bottom: 1px solid #f0f0f0;
  color: #333;
  transition: background 0.2s ease;
}

.is-ajax-search-categories-details>div:hover, .is-ajax-search-result .is-ajax-search-post:hover, .is-ajax-search-result .is-show-more-results:hover, .is-ajax-search-tags-details>div:hover {
  background: #f1f1f1!important;
  cursor: pointer;
}

.is-ajax-search-post .is-title  a {
    color: #1d0193 !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 20px;
}

.is-ajax-search-post .is-title a:hover {
  text-decoration: none;
}
.is-search-wrapper {
  position: relative;
}
/* Home */
.breadcrumb {
    font-size: 15px;
    margin-bottom: 15px;
    color: #333;
	background: transparent;
    justify-content: center;
    padding-top: 0;
}
.breadcrumb a {
    color: #1d0193;
    text-decoration: none;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.faq-wrapper .card{
	border:none;
}
.faq-wrapper .card-body{
    font-size: 16px;
    padding: 20px 12px;
}
.faq-wrapper .card-header:hover button{
	text-decoration:none;
}
.faq-wrapper .card-header button{
	text-decoration:none;
	color: #333;
	font-weight:600;
	font-size:18px;
	line-height:22px;
}
.faq-wrapper .card-header {
	background: transparent;
    border-bottom: 1px solid #ccc;
	padding: .75rem 0rem;
}
.faq-wrapper .btn-link:hover{
	text-decoration:none!important;
}
.happy-customer-wrapper{
	background:#333;
}
.happy-customer-wrapper .swiper-slide{
	background:rgb(255,222,89);
    color: #000;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    height: 380px; /* or any fixed value */
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction:column;
}
.happy-customer-wrapper .swiper-pagination-bullet,.homebanner-swipe .swiper-pagination-bullet{
	background:#ffc107;
	width:15px;
	height:15px;
	opacity:.6;
}
.happy-customer-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active,.homebanner-swipe .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity:1;
}
.happy-customer-wrapper .swiper-pagination{
	position: absolute;    bottom: 30px;
    z-index: 9999999;
}
.happy-customer-wrapper .swiper-wrapper{
	padding-bottom:80px;
}
.feature-wrapper  h3 {
	font-size:24px;
	line-height:30px;
	color:#1d0193;
	font-weight:600;
}
.feature-wrapper  p{
	color: #333;
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
    font-weight: 500;
}
.hero-section {
  background-attachment: fixed;
  background-image: url('https://janakivibe.janakiramacademy.in/wp-content/uploads/2025/05/vivid-colors-navratri-celebration-festival-1-scaled.jpg'); /* Replace with your image path */
  background-size: cover;
  background-position: center;
  height: 100vh; /* Full screen height */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.hero-section::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.4); /* dark overlay for text readability */
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 0 20px;
}

.hero-content h4 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.hero-button {
  display: inline-block;
  padding: 12px 25px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.hero-button:hover {
  background-color: #000;
  color: #fff;
  box-shadow: 0 0 0 .3rem #fff;
}
.woocommerce span.onsale{
	min-height: auto;
    min-width: auto;
    padding: 0;
	border-radius: 50%;
    background-color: #ff0000;
    width: 40px;
    height: 40px;
}
.hint{
 font-size:14px;
 color:#000;
 font-weight:600;
 font-family: "Lato", sans-serif;
}
.contact-form .iti--allow-dropdown,
.contact-form .iti--allow-dropdown input {
  width: 100%;
  box-sizing: border-box;
}
.contact-form input[type="submit"] {
  margin-top: 30px;
  border: 2px solid #7249a4;
  background: #7249a4;
  color: #fff;
  height: 50px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.contact-form label {
  color: #615f5f;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 7px;
}
.contact-form input[type="text"],
.contact-form select,
.contact-form input[type="email"] {
  padding: 10px;
}
.contact-form input,
.contact-form select {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #333;
}
.contact-form textarea{
	width:100%;
	height:120px;
	padding:10px;
}
.contact-us{
    max-width: 640px !important;
	margin: 0 auto 4rem !important;
}
.contact-form {
  background: #fff;
  /* height: 590px; */
  border-radius: 10px;
  display: flex;
  justify-content: center;
  padding: 40px 0px 10px;
  box-sizing: border-box;
  flex-direction: column;
  width: 75%;
}
.contact-section-wrapper {
  background: #615754;
}
.btn-primary {
  background-color: #1d0193;
  border-color: #1d0193;
  color: #fff;
}
.counter::after {
  content: "+";
  font-size: 48px;
  font-weight: 700;
  color: #1d0193;
  margin-left: 4px;
}
#counter-section {
  background: #cf3476;
  margin-top: -6px;
}
.counter-section {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 60px 20px;
  text-align: center;
  flex-wrap: wrap;
}
.counter-box {
  flex: 1 1 100px;
  padding: 20px;
  border-radius: 12px;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.counter-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  background: #1d0193;
}
.icon {
  font-size: 40px;
  color: #1d0193;
  margin-bottom: 15px;
}
.counter-box:hover .icon {
  color: #ffc107;
}
.counter-box:hover p,
.counter-box:hover .counter,
.counter-box:hover .counter::after {
  color: #ffc107;
}
.counter {
  font-size: 48px;
  font-weight: 700;
  color: #1d0193;
}
.counter-box p {
  font-size: 18px;
  margin-top: 5px;
  color: #1d0193;
  font-weight: 500;
  margin-bottom: 0;
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
.banner-desc {
  text-align: center;
  background: #1d0193 !important;
  width: 250px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 5px;
  line-height: 40px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 25px;
}

.mentor-wrapper .swiper-button-prev,
.mentor-wrapper .swiper-button-next {
  position: absolute;
  bottom: -50px;
  top: auto;
  color: #ffc107;
  background: #1d0193;
  font-size: 16px;
  border-radius: 10px;
}
.mentor-wrapper .swiper-button-next {
  right: 45%;
  left: auto;
}
.mentor-wrapper .swiper-button-prev {
  left: 45%;
  right: auto;
}
.mentor-wrapper .swiper-button-prev:after,
.mentor-wrapper .swiper-button-next:after {
  font-size: 20px;
  font-weight: 700;
}
html {
  scroll-behavior: smooth;
}
.mentor-wrapper .swiper-slide.swiper-slide-active .mentor-info {
  display: block;
  padding: 5px 22px 5px 22px;
  background: rgb(0, 0, 0, 0.6);
  border-radius: 0 0 10px 20px;
}
.mentor-info {
  display: none;
}
.mentor-info h3 {
  font-size: 20px;
}
.mentor-info p {
  font-size: 14px;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: none !important;
  outline: none !important;
}
.competative-wrapper {
  background: #3232e9;
}
.competative-wrapper .swiper-slide {
  border: 2px solid #fff;
  border-radius: 10px;
}
.academic-wrapper {
  background: #fff;
}
.academic-wrapper .swiper-slide {
  border: 1px solid #000;
  border-radius: 10px;
  background: #f0f0f0;
}
.testseries-wrapper {
  background: #eef593;
}
.testseries-wrapper .swiper-slide {
  border: 1px solid #000;
  border-radius: 10px;
}
.competative-swipe {
  position: relative;
}
.competative-swipe .swiper-button-prev {
  background: url("../img/arrow-right-circle.png") no-repeat !important;
  width: 60px !important;
  height: 60px !important;
  opacity: 1 !important;
  position: absolute !important;
  left: 30px;
  top: 55%;
  transform: translate(-50%, -50%);
}
.competative-swipe .swiper-button-next {
  background: url("../img/arrow-left-circle.png") no-repeat !important;
  width: 60px !important;
  height: 60px !important;
  opacity: 1 !important;
  position: absolute !important;
  right: -30px;
  top: 55%;
  transform: translate(-50%, -50%);
}
.competative-swipe .swiper-button-next:after,
.competative-swipe .swiper-button-prev:after {
  display: none;
}

.testi-block > div {
  background-image: url("../img/testi-quto.png") !important;
  background-repeat: no-repeat;
  background-size: 3%;
  background-position: 3.5% 12%;
  padding: 20px;
}
.testimonial-section .swiper-button-prev:after,
.testimonial-section .swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  width: 40px;
  height: 24px;
  background-size: 40px;
}
.testimonial-section .swiper-button-prev:after {
  background-image: url("../img/arrow-left.png") !important;
}
.testimonial-section .swiper-button-next:after {
  background-image: url("../img/arrow-right.png") !important;
}
.testimonial-section .swiper-button-next,
.testimonial-section .swiper-button-prev,
.testimonial-section .swiper-button-prev.swiper-button-disabled,
.testimonial-section .swiper-button-next.swiper-button-disabled {
  top: auto;
  width: 40px;
  height: 24px;
  bottom: 5%;
}
.testimonial-section .swiper-button-prev {
  left: 70px;
  right: auto;
}
.testimonial-section .swiper-button-next {
  right: 85%;
  left: auto;
}
.testimonial-section .swiper-button-prev.swiper-button-disabled,
.testimonial-section .swiper-button-next.swiper-button-disabled {
  opacity: 1 !important;
}
.testimonial-section .swiper-button-prev.swiper-button-disabled:after,
.testimonial-section .swiper-button-next.swiper-button-disabled:after {
  opacity: 1 !important;
  content: "";
  background-repeat: no-repeat;
  background-size: 40px;
  width: 40px;
  height: 24px;
}
.testimonial-section .swiper-button-prev.swiper-button-disabled:after {
  background-image: url("../img/arrow-left-disable.png") !important;
}

.testimonial-section .swiper-button-next.swiper-button-disabled:after {
  background-image: url("../img/arrow-right-disable.png") !important;
}
.testimonial-section {
  padding-bottom: 70px !important;
}
.contact-sec {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  width: 100%;
  top: 120%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.testimonial-section {
  background: #bdd3fa;
}
.teachertraining-wrapper {
  background: #f0f0f0;
}
.teachertraining-wrapper {
  font-weight: 500;
}
.teachertraining-wrapper .fees {
  color: #1d0193;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.teachertraining-wrapper .tt-wrap {
  border: 2px solid #568beb;
  border-radius: 10px;
  padding: 0;
}
.teachertraining-wrapper p {
  margin: 0 0 0.5em;
}

.teacher-testimonial-section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
}

teacher-testimonial-section .swiper {
  padding: 40px 0;
}

.teacher-testimonial-section .swiper-slide {
  background: #d84715;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.teacher-testimonial-section .user-img {
  flex: 0 0 250px;
  border-radius: 20px;
  overflow: hidden;
}

.teacher-testimonial-section .user-img img {
  width: 100%;
  border-radius: 16px;
}

.teacher-testimonial-section .testimonial-content {
  flex: 1;
  color: #fff;
  padding-left: 30px;
  position: relative;
}

.teacher-testimonial-section .testimonial-content p {
  font-size: 1.1em;
  line-height: 1.6;
  color: #fff;
}

.teacher-testimonial-section .testimonial-name {
  font-weight: bold;
  margin-top: 35px;
}
span.quto {
  font-family: "Passion One", sans-serif;
  font-size: 70px;
  position: absolute;
  top: -50px;
  left: 0;
}
.teacher-testimonial-section .testimonial-title {
  color: #fff;
  font-size: 0.95em;
}

.teacher-testimonial-section .swiper-pagination-bullets {
  text-align: center;
  margin-top: 20px;
}
.teacher-testimonial-section
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.teacher-testimonial-section
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
}
.text-primary {
  color: #1d0193 !important;
}
.teacher-testimonial-section .swiper-pagination-bullet-active {
  background-color: #1d0193;
}

/* Footer */
/* WebKit Browsers (Chrome, Safari, Edge) */
.footer-menu .menu {
  display: inline-block; /* center the UL horizontally */
  text-align: left;       /* align text within the links to the left */
  padding-left: 0;        /* remove default padding */
  margin: 0 auto;         /* horizontal centering */
  list-style: none;       /* optional: remove bullets */
}

.footer-menu .menu li {
  margin-bottom: 8px;     /* spacing between items */
}
.footer-menu .menu li a:hover {
  color: #333; 
}
.site-footer h2 {
	font-size:24px;
	font-weight:600;
	color:#000;
	margin-bottom: 20px;
}
.site-footer .footer-menu{
    text-align: center;
    display: inline-block;
}
.site-footer .footer-menu a{
    color: #1d0193;
    font-weight: 600;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 5px;
    letter-spacing: 0.3px;
    text-decoration: none;
}
::-webkit-scrollbar {
  width: 10px; /* Adjust scrollbar width */
  height: 10px; /* For horizontal scrollbars */
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* Optional: track background */
}

::-webkit-scrollbar-thumb {
  background-color: #1d0193; /* Theme color */
  border-radius: 8px;
  border: 2px solid #f1f1f1; /* Optional: space around the thumb */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #15016b; /* Darker on hover */
}

/* Firefox */
* {
  scrollbar-width: thin; /* Options: auto, thin, none */
  scrollbar-color: #1d0193 #f1f1f1; /* thumb color | track color */
}
#scrollToTopBtn {
  position: fixed;
  bottom: 140px;
  right: 10px;
  background-color: #1d0193;
  color: white;
  padding: 10px 15px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
  display: none;
  z-index: 1000;
  cursor: pointer;
  transition: opacity 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#scrollToTopBtn:hover {
  background-color: #15016b;
}
p.contact-info,
p.contact-info a {
  font-weight: 600;
  margin-bottom: 10px !important;
  vertical-align: middle;
  display: inline-table;
  color: #1d0193;
}
p.contact-info i {
  font-size: 20px;
}
.site-footer {
  background-color: rgb(255,222,89);
}
.home .site-footer > div {
  /* padding-top: 250px !important; */
}
.footer-logo img {
  width: 160px!important;
}
#menu-footer-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#menu-footer-menu li {
  font-family: "Lato", sans-serif;
  color: #1d0193;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}
.copy-right-sec {
  border-top: 1px solid #1d0193;
}
.copy-right-sec p {
  color: #1d0193;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.social-media li {
  padding-right: 15px;
}
.social-media li a {
  text-indent: -999999px;
  display: inline-block;
}
.social-media li.fb a {
  background: url(../img/facebook.png) no-repeat;
  width: 13px;
  height: 22px;
}
.social-media li.twt a {
  background: url(../img/twitter.png) no-repeat;
  width: 27px;
  height: 24px;
}
.social-media li.ins a {
  background: url(../img/instagram.png) no-repeat;
  width: 22px;
  height: 22px;
}
.social-media li.yutube a {
  background: url(../img/youtube.png) no-repeat;
  width: 29px;
  height: 26px;
}
.social-media li.linkedin a {
  background: url(../img/linkedin.png) no-repeat;
  width: 27px;
  height: 26px;
}

/* Form */
#janakivibe-form input,
#janakivibe-form input:focus,
#janakivibe-form select.wpcf7-form-control.wpcf7-select,
#janakivibe-form textarea {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 01px solid #000000 !important;
  height: 40px;
  outline: none !important;
  width: 100%;
  letter-spacing: -0.02em;
  color: #6f6f6f;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}
#janakivibe-form input[type="submit"] {
  border: 1px solid #1d0193 !important;
  border-radius: 10px;
  padding: 10px 70px;
  background: transparent;
  cursor: pointer;
  color: #1d0193;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
 font-family: "Lato", sans-serif;
  width: 250px;
  padding: 5px 60px;
  height: 45px;
}

#contact-form #janakivibe-form input[type="submit"] {
  border: none !important;
  background: #1d0193;
  color: #fff;
}
#janakivibe-form .wpcf7-form-control::-webkit-input-placeholder {
  color: #6f6f6f;
  font-family: "Lato", sans-serif;
  opacity: 1 !important;
}

.woocommerce-Price-amount.amount{
   font-size:14px;
   font-weight:600;
   font-family: "Lato", sans-serif;
}
.woosc-btn-icon::after {
  content: "Compare"; /* Change this to your tooltip text */
  position: absolute;
  bottom: -26%;
  left: -160%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
}
.woosw-btn-has-icon::after {
  content: "Add to whishlist"; /* Change this to your tooltip text */
  position: absolute;
  bottom: -40%;
  left: -260%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
}
.woosc-btn-icon:hover::after{
  opacity: 1;
}
.woosw-btn-has-icon:hover::after{
  opacity: 1;
}
.woosq-btn-has-icon{
	position: absolute;
    top: 20%;
    right: 0px;
}
.woosq-btn-has-icon::after {
  content: "Quick view"; /* Change this to your tooltip text */
  position: absolute;
  bottom: -20%;
  left: -190%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 2px 10px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.woosq-btn-has-icon:hover::after {
  opacity: 1;
}
.woosc-btn{
	position: absolute;
    top: 28%;
    right: 0;
}
.woosw-btn-has-icon{
	position: absolute;
    top: 35%;
    right: 0;
}
.woocommerce ul.products li.product .price{
	display: flex;
    font-weight: 600;
    margin-bottom: .5em;
    font-size: .857em;
    flex-direction: row-reverse;
    justify-content: center;
}
.woocommerce ul.products li.product button{
    opacity: 0;
    transform: translateY(10px); /* Slightly moved down initially */
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none; /* Prevent interaction while hidden */
}
.woocommerce ul.products li.product:hover button{
	opacity: 1;
    transform: translateY(0);
    pointer-events: auto; 
}
.woocommerce ul.products li.product .button.product_type_simple{
	top: 50%;
}
.woocommerce ul.products li.product .button.add_to_cart_button.ajax_add_to_cart{
	top: 50%;
}
.woocommerce ul.products li.product .button.add_to_cart_button.added{
    top: 50%;
}
.woocommerce ul.products li.product:hover .button{
    opacity: 1;
    transform:translateZ(0);
    pointer-events: auto;
}
.woocommerce ul.products li.product .added_to_cart.wc-forward{
	display:none;
}
.woocommerce ul.products li.product .button{
    position: absolute;
    top:50%;
    width: 80%;
    left:10%;
    background: #000;
    color: #fff;
    opacity: 0;
	pointer-events: none; 
	line-height:24px;
    right: auto;
	transform: translate3d(0, 150%, 0);
    transition: all var(--m-duration-default, .5s) ease;
	text-align:center;
}
.woocommerce ul.products li.product .price ins{
	padding-right: 10px;
}
.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
/*   height: 20%;
  overflow: visible;
  font-size: 28px;
  background: rgba(73, 116, 184, 0.8); */
}
.woocommerce ul.products li.product a {
  display: block;
  overflow: hidden; /* Important to hide the scaled edges */
}
.woocommerce ul.products li.product a img {
  margin: 0 0 20px;
  transition: transform 0.3s ease;
  transform-origin: center;
}
.woocommerce ul.products li.product:hover a img{
 transform: scale(1.03);	
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size:16px;
  color:#000;
  text-align:center;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0 1% 2.992em 0;
  width: 24%;
}
.woocommerce-page ul.products li:last-child {
  margin: 0 !important;
}
.single-product .enquire-now {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #1d0193 !important;
  border-radius: 10px;
  width: 500px;
  height: 45px;
}
.single-product .back {
  position: absolute;
  top: 1%;
  left: 110px;
  z-index: 9999;
}
.single-product .content-wrapper {
  position: relative;
}
.single-product .prev_next_buttons {
  width: 500px;
  padding-top: 50px;
}
.single-product .prev_next_buttons a {
  color: #6f6f6f;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: -0.02em;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  z-index: 9999;
}
.pswp {
  z-index: 15000;
}
li.twt {
  display: none;
}


