/*!
Theme Name: swadeshikhadiproducts
Author: swadeshikhadiproducts
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: swadeshikhadiproducts
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  --flex: flex;
  --block: block;
  --black: #000;
  --white: #fff;
  --jute: #fde699;
  --pink: #ad3995;
  --juteDark: #1f2929;
  --heading-before: #a44a3f;
  --transition: all 0.3s ease-in-out;
  --font-family: "Poppins", sans-serif;
  --head-color: #232323;
  --highlight-color: #e95144;
}

.flex_class {
  display: var(--flex);
  flex-wrap: wrap;
}

ul,
li,
ol {
  list-style: none;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}
p, a , footer.site-footer a, .woocommerce strong, .custom-field-shop, .info-content-pages :where(td,th,p,strong){
    font-size: 13px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ol,
ul,
li,
b,
a,
input,
label,
select,
option,
button,
em,
strong,
textarea,
div {
  font-family: var(--font-family) !important;
  color: var(--black);
}
textarea{
  height: 80px;
  resize: none;
}

.head2 , .single-product h1, .related h2:first-child, .comments h2 , .head2 a{
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: var(--head-color);
    text-transform: capitalize;
}
.head2 , .head2 a{
  font-size: 30px;
  position: relative;
  width: max-content;
  margin: auto;
  text-align: center;
}
.head2::after {
    content: "";
    background: var(--jute);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -3px;
    display: var(--block);
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
section.iframe-video .head2::after {
    width: 130px;
}
section.iframe-video .head2 {
    width: 100%;
}
.site-branding .khadi-text h3 {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 500;
    color: #61033d;
    text-transform: uppercase;
}
span.animCharkha {
    position: relative;
	left: -8px;
}
.animCharkha .image1{
	width: 35px;
	animation: rotate-animation 10s infinite linear;
}
@keyframes rotate-animation {
	0% {
		transform: rotate(0deg);
  }
  50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.site-branding .khadi-text h4 {
    font-size: .5rem;
    color: #d03492;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}
.site-branding .khadi-text h5 {
    color: #394b38;
    font-size: .8rem;
    line-height: 2;
    text-align: center;
}
.owl-dots, .woocommerce-account .woocommerce-MyAccount-content, .footer-img, .single-product .entry-summary .price,
.woocommerce-shop a.button.product_type_simple,
.woocommerce-account button.woocommerce-Button.button,
.woocommerce-account a.button.wc-forward, .comment-form-rating,
.woocommerce-Addresses, .single-product #shiprocket_pincode_check {
  margin-top: 20px;
	font-size: 18px !important;
}
.woocommerce-account .woocommerce-info a.button.wc-forward{
  margin-top: 0px;
}

.single-product.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce div.product form.cart {
  margin: 20px 0px;
}
.single-product #shiprocket_pincode_check{
	margin-right: 3px;
}
.wpfMainWrapper button.wpfFilterButton.wpfButton ,
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	padding: 10px;
}
.woocommerce-page.single-product div.product ul.tabs{
  padding-left: 0px
}
.woocommerce-info{
  padding-left: 2em;
}
fieldset{
  border: unset;
}
.owl-dots {
  text-align: center;
}
.woocommerce-cart .wc-block-components-quantity-selector button{
  opacity: 1 !important;
}
.woocommerce-page .wc-block-cart__submit-container a span,
.woocommerce-page .wc-block-cart__submit-container  a:hover span{
  color: var(--white);
}

.owl-carousel button.owl-dot {
  width: 12px;
  height: 12px;
  border: 1px solid var(--jute) !important;
  border-radius: 30px;
  margin: 5px;
}

.owl-carousel button.owl-dot.active {
  background: var(--jute);
  border: 1px solid var(--jute) !important;
}

/* header starts  */

.main-navigation {
  position: relative;
  right: 5%;
}

.site-header {
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
  padding: 1% 3%;
  background-color: var(--jute);;
  position: fixed;
  top: 0;
  z-index: 9;
  left: 0;
  right: 0;
  box-shadow: 0 0 4px 2px #00000030;
}

.site-branding {
    display: var(--flex);
    align-items: center;
    justify-content: center;
}
.site-branding .khadi-text{
	   display: var(--flex);
    align-items: center;
    justify-content: center;
	flex-direction: column;
}
.khadi-logo img{
	width: 110px;
}
.menu-lists {
  text-transform: uppercase;
  gap: 30px;
}

.menu-lists a,
.menu-lists a:visited {
  color: var(--black);
  font-size: 13px;
  letter-spacing: 1.2px;
  font-weight: 700;
  position: relative;
}

.menu-lists a::after,
.footer-rw .menu-footer a::after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.menu-lists a:hover::after,
.footer-rw .menu-footer a:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

div#ajaxsearchliteres1 {
  display: none !important;
}

header.site-header #ajaxsearchlite2 .probox {
  background-color: var(--jute) !important;
  border: none !important;
  box-shadow: none !important;
}

header.site-header #ajaxsearchlite2 :where(div, input, button) {
  border: none !important;
  box-shadow: none !important;
}

a.custom-logo-link {
  display: var(--block);
}

.searc-baseket {
  align-items: center;
  gap: 20px;
}

.search-icon img,
.user-icon img {
  width: 20px;
  cursor: pointer;
}

.cross-icon img {
  width: 30px;
}

.search-header {
  position: fixed;
  top: 0;
  left: 0;
  background: var(--jute);
  right: 0;
  height: 100px;
  z-index: 9;
  display: none;
  align-items: center;
  justify-content: center;
}

.cross-icon {
  position: absolute;
  right: 20px;
  top: 10px;
}

.search-header.show {
  display: var(--flex);
}

.search-header .asl_w_container.asl_w_container_1 {
  width: 80%;
}

/* header ends */

/* homepage starts  */

.fabric-section {
  margin: 80px auto;
  text-align: center;
}

.item,
.search-div article {
  padding: 20px;
  border: 1px solid var(--jute);
}

.fabric-slider .item img,
.search-div article img {
  height: 400px;
  object-fit: cover;
}
.fabric-section > p, .woocommerce-page .button.button{
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
}
.fabric-section > p {
  margin: 40px auto;
}
.item h3, .search-div article h3, .search-div article p {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

.item img {
  object-fit: cover;
  height: 400px;
  transition: var(--transition);
	object-position: top;
}

.fabric-slider .item {
    position: relative;
    text-align: center;
    width: 25%;
}

.fabric-slider .item a{
  overflow: hidden;
}
.fabric-slider .next-image {
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  transition: opacity 0.3s ease;
  opacity: 0;
  width: calc(100% - 40px) !important;
  margin: 20px;
}

.fabric-slider .next-image.show {
  opacity: 1;
}

.recent-added,
.fabric-slider {
  margin: 80px auto 100px;
}

.recent-added .item,
.search-div article {
  width: 25%;
	position: relative;
}

.recent-added .item a {
  width: 100%;
  display: var(--block);
  overflow: hidden;
}
.recent-added img{
	height: 250px;
	        object-fit: contain;
        object-position: center;
}
section.trad-fabric {
  margin-top: 100px;
}

.category-added {
    margin-top: 80px;
    justify-content: space-evenly;
    flex-direction: row;
}

.category-added .item-cat {
  position: relative;
  overflow: hidden;
  width: 30%;
}

.category-added img {
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.category-added .item-cat a {
    display: inline-flex;
    height: 100%;
}

.category-added .item-cat:hover img {
  transform: scale(1.1);
}

.category-added h3 {
  font-size: 13px;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  right: 0;
  background: var(--jute);
  color: var(--black);
}

.test-slider {
  margin: 80px auto;
}

.test-slider .item {
  padding: 30px;
  text-align: center;
}

.test-slider .item p:first-of-type, .related h2,  .products-filter-show  {
  margin-bottom: 20px;
}

.trad-fabric .max_wid.recent-added span.wpte-cart-text {
  color: white;
}
span.glsr-tag-value,
h4.glsr-tag-value{
    font-size: 13px;
}
.woocommerce-shop h2.wpte-product-title a {
  font-size: 1rem !important;
  padding: 10px;
}
.item p :where(span,bdi){
	color: var(--highlight-color);
	font-weight: 600;
}

.home-carousel {
    margin-top: 60px;
}

.iframe-video {
    margin-top: 100px;
}
.iframe-video iframe {
    margin-top: 60px;
}
.fabric-slider {
    display: flex;
    flex-wrap: wrap;
}
/* homepage ends */

/* .home-carousel starts  */

.home-carousel .item{
	padding: 0;
	border: none;
}
.home-carousel .item img{
	height: inherit;
}
.recent-added a:hover img {
    opacity: 0.8;
}
/* .home-carousel ends  */

/* footer starts  */
.footer-rw .flex_class {
  flex-direction: column;
}

footer.site-footer {
  background: var(--jute);
  padding: 40px 0;
  margin-top: 50px;
}

.footer-rw {
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

.footer-rw h5 {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer-rw .menu-footer a {
  position: relative;
  width: max-content;
  font-weight: 500;
}

.address p {
  width: 50%;
  margin-top: 20px;
  font-weight: 500;
}

.footer-col.flex_class {
  gap: 5px;
}
a.insta, a.facebook {
    width: 20px!important;
    display: inline-block;
    margin-top: 15px !important;
    margin-right: 10px !important;
}
/* footer ends */

/* shop page starts  */
.woocommerce span.onsale ,
.woocommerce ul.products li.product .onsale,
.discount-badge,
.sale-perc{
	position: absolute;
    padding: 0;
    width: 60px;
    border-radius: 2px;
    margin: 0;
    height: 0;
    min-height: 30px;
    min-width: unset;
    line-height: 2.4;
    background: var(--highlight-color);
	right: 0;
	z-index: 1;
	top: 0;
	color: var(--white);
	font-weight: 500;
	left: 0;
}
.woocommerce-account main#primary {
  max-width: 70%;
  margin: 80px auto;
}

.woocommerce-account nav.woocommerce-MyAccount-navigation ul li {
  margin: 20px 0;
}

.woocommerce-account form.woocommerce-EditAccountForm input {
  height: 30px;
  background: transparent;
  outline: none;
  border: 1px solid var(--jute);
  padding: 1rem;
  font-size: 1rem;
}

.woocommerce-account .woocommerce-info {
  border-top-color: var(--jute);
}

.woocommerce-shop a.button.product_type_simple,
.woocommerce-account button.woocommerce-Button.button,
.woocommerce-account button.woocommerce-button.button,
.woocommerce-account a.button.wc-forward,
.woocommerce-page.woocommerce .button.button.alt,
.woocommerce-page a.button,
.woocommerce-page #respond input#submit,
.woocommerce-cart .wc-block-components-quantity-selector button,
.woocommerce-page .wc-block-cart__submit-container a, .single-product #check_pincode{
  background: var(--juteDark);
  color: var(--white);
  transition: var(--transition);
}

.woocommerce-shop a.button.product_type_simple:hover,
.woocommerce-account a.button.wc-forward:hover,
.woocommerce-account button.woocommerce-Button.button:hover,
.woocommerce-account button.woocommerce-button.button:hover,
.woocommerce-page.woocommerce .button.button.alt:hover,
.woocommerce-page a.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-cart .wc-block-components-quantity-selector button:hover,
.woocommerce-page .wc-block-cart__submit-container a:hover, .single-product #check_pincode:hover{
  background: var(--black);
  color: white;
}
.single-product #check_pincode{
	    padding: 0.618em 1em;
	border-color: var(--jute);
}
.woocommerce-shop div#primary {
  max-width: 96%;
  margin: 120px auto 80px;
}

.wpfMainWrapper {
    display: var(--flex);
    gap: 20px;
    flex-direction: column;
    width: 15%!important;
}
.products-block-col {
  width: 83%;
}
.products-block {
  justify-content: space-between;
  margin-top: 40px;
}
.wpfMainWrapper button.wpfFilterButton.wpfButton {
  margin: 0;
  padding: 10px;
  font-size: 14px;
  text-align: unset;
  width: 100%;
  min-height: unset;
  background: var(--juteDark);
  display: var(--flex);
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 0 !important;
}

.wpfMainWrapper button.wpfFilterButton.wpfButton:hover {
  background: var(--black);
}

.wpfMainWrapper .wpfFilterButtons {
  display: var(--flex);
  text-align: end;
  align-items: center;
  margin-right: 10px;
}

.woocommerce select.orderby {
  height: unset;
  font-size: 0.9rem;
  padding: 0.4rem;
  background: transparent;
  border: 1px solid var(--jute);
}

.woocommerce section.recent-added.max_wid span.wpte-cart-text {
  color: white;
  transition: var(--transition);
}

.woocommerce-shop
  section.recent-added.max_wid
  a.button.product_type_simple:hover
  span.wpte-cart-text {
  color: var(--black);
}

div#wpfSliderRange .ui-slider-range.ui-corner-all.ui-widget-header{
    background: var(--juteDark) !important;
}

.woocommerce div#wpfSliderRange span.ui-slider-handle.ui-corner-all.ui-state-default {
    background: var(--juteDark);
    border: none !important;
    width: 14px;
}

.woocommerce div#wpfSliderRange span.ui-slider-handle.ui-corner-all.ui-state-hover {
  background: var(--juteDark) !important;
}
.wpfFilterWrapper .wpfCheckbox label::before,
.wpfFilterWrapper .wpfCheckbox label::after {
  border-radius: 100%;
}
.new-products h4 {
    line-height: 1.4;
    font-size: 14px;
    font-weight: 500;
}
.woocommerce ul.products {
    margin-top: 50px;
}

.woocommerce .products-block .wfpTitle {
    height: unset;
    font-size: .9rem;
}
.products-block i.fa {
    font-size: 12px;
}
.woocommerce .wpfMainWrapper .wpfFilterTaxNameWrapper{
    font-size: .9rem;
}
div#wpfSliderRange {
    height: 5px;
    margin-bottom: 30px;
}
.woocommerce .ui-slider-horizontal .ui-slider-handle{
    top: -0.5em;
}
.products-block-col .regular-price :where(span,bdi), .item .regular-price :where(span,bdi) {
    color: #969696;
    font-weight: 300;
}
.products-block-col .sale-price,
.item .sale-price {
    position: relative;
    padding-left: 5px;
    margin-left: 3px;
}
.products-block-col .sale-price::after,
.item .sale-price::after {
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    display: block;
    background: #969696;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.informationBox h3 {
    font-size: 13px;
    margin: 10px 0;
}
.informationBox .boxContent {
    margin-left: 6px;
}
.informationBox p {
    margin: 5px 0;
}
.informationBox .icon {
    margin-top: 10px;
}
.informationBox {
    margin: 10px 0 20px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
}
/* shop page ends */

/* single product page starts  */

ul.products .product h2{
    font-size: 14px !important;
    font-weight: 500;
}
.related.products a.button,
ul.products .product a.button{
	font-size: 13px !important;
}
.related.products > h2 {
    font-size: 32px;
    text-align: center;
	    font-weight: 500;
}
.woocommerce div.product form.cart .variations label {
    font-size: 0.9rem;
}
.logo_images img {
    width: 100px;
    filter: sepia(1);
}
.logo_images {
    margin-bottom: 20px;
}
.woocommerce-page div#page #primary main,
.woocommerce-page div#page main#primary {
  margin: 120px auto 0;
}

.woocommerce-page.single-product div#page #primary main,
.woocommerce-page.woocommerce-cart div#page main#primary,
.woocommerce-page.woocommerce-checkout div#page main#primary{
  max-width: 90%;
}

.wpfMainWrapper .wpfFilterWrapper {
  position: relative;
}

.wpfFilterWrapper input,
.wpfFilterWrapper select {
  background: transparent !important;
  border-radius: 0 !important;
  text-align: center;
  padding: 4px 10px;
}

.wpfFilterWrapper select {
  text-align: left;
}
.products-filter-show, 
footer span.edit-link,
.woocommerce-info::before,
.woocommerce-info::after,
.woocommerce-account .entry-header h1{
  display: none;
}
.woocommerce-account.logged-in .entry-header h1{
	display: block;
}

.single-product.woocommerce div.product .swiper-slide{
  justify-content: flex-start !important;
}

.woocommerce-tabs, #wpgs-gallery{
  margin-bottom: 80px;
}

.test-slider .item div {
    width: 100%;
    justify-content: center;
}
.woocommerce-info{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup-flex{
  margin: 30px 0;
}
.popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
}
.popup-content table :where(td,th) {
    padding: 10px;
    font-size: .9rem;
    text-align: center;
    border: 1px dashed #ccc;
}
.popup-content table tr:nth-child(odd) {
    background: var(--jute);
}
.popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
	text-align: left;
	padding-top: 0;
}
.popup-content p{
    font-size: 17px;
    padding: 10px;
    line-height: 20px;
}
.popup-content span{
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.popup-content span:hover,
.popup-content span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.show{
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.product th.label {
    display: block;
    text-align: left;
}

.product td.value {
    display: block;
}

.woocommerce-product-gallery .wpgs-for.slick-initialized.slick-slider {
    border: 1px solid #ccc;
	padding: 20px;
}
button#popup-btn {
    display: flex;
    background: transparent;
    border: none;
	cursor: pointer;
	font-size: 1rem;
}
button#popup-btn img {
    width: 30px;
    object-fit: contain;
}
.woocommerce div.product form.cart .reset_variations {
    display: none !important;
}
.variations select {
    padding: 10px 0;
    border: 1px solid #ccc;
}
.woocommerce-variation {
    margin-bottom: 20px;
}
button.single_add_to_cart_button.button.alt {
    width: 200px;
    border-radius: 0;
    padding: 13px;
}
.woocommerce .quantity .qty, .woocommerce input {
    padding: 10px;
    border-radius: 0;
    border: 1px solid #ccc;
}

ul.new-products li {
    width: 19%;
}

ul.new-products {
    justify-content: space-between;
    margin-top: 40px;
}
ul.new-products li {
	position: relative;
	text-align: center;
}
/* single product page ends */

/* product category page starts  */
.tax-product_cat div#page {
    max-width: 96%;
    margin: 0 auto;
}
.fabric-section .visitMoreBtn {
    margin: 0 auto;
    font-size: unset;
    line-height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}
.visitMore-section .recent-added{
	margin: 50px auto;
}
.visitMoreBtn a {
    font-size: 16px;
    background-color: var(--juteDark);
    padding: 10px 0px;
    color: var(--white);
    display: block;
    width: 300px;
}

.visitMoreBtn a:hover {
    background-color: var(--black);
}

/* product category page ends  */

/* search page starts  */
.search-results #primary {
    max-width: 92%;
    margin: 120px auto 0;
}
h1.search-page-title {
    font-size: 1.2rem;
    font-weight: 400;
}
.search-div {
    text-align: center;
    margin-top: 40px;
}
.search-div article img {
    height: 360px;
}
nav.navigation.posts-navigation {
    display: block;
    width: 100%;
	margin: 40px;
}
nav.navigation.posts-navigation h2.screen-reader-text {
    display: none;
}
form.search-form {
    width: 90%;
    margin: 40px auto;
}
nav.navigation.posts-navigation .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
/* search page ends  */

/* content page starts  */
.info-content-pages {
    margin: 100px auto;
    width: 45%;
}
.info-content-pages h1{
    text-align: center;
}
.info-content-pages h2{
    text-align: center;
	font-size: 20px;
    margin: 1.25em 0;
}
.info-content-pages tr{
    border: 1px solid #ccc;
}
.info-content-pages table {
    border-collapse: collapse;
    text-indent: initial;
    border-spacing: 2px;
	width: 100%;
}
.info-content-pages td, 
.info-content-pages th {
    padding: 12px;
	width: 50%;
}
.contact-form {
    margin: 0 auto;
    width: 45%;
}
.contact-form h2, p{
    margin-bottom: 20px;
}
.contact-form :where(input, textarea){
    width: 100%;
	padding: 10px;
}
.contact-form input[type='submit'] {
    background: var(--juteDark);
    border: none;
    color: var(--white);
	cursor: pointer;
	padding: 20px;
}

.wc-block-checkout__actions_row button {
    background: var(--juteDark);
    transition: var(--transition);
}
.wc-block-checkout__actions_row button span {
    color: var(--white);
}
.wc-block-checkout__actions_row button:hover {
    background: var(--black);
}
.woocommerce p button#btn-razorpay, .woocommerce p button#btn-razorpay-cancel {
    background: var(--juteDark);
    transition: var(--transition);
    color: var(--white);
    padding: 10px 20px;
    outline: none;
    border: none;
	cursor: pointer;
}
.woocommerce p button#btn-razorpay:hover, .woocommerce p button#btn-razorpay-cancel:hover{
	background: var(--black);
}
.woocommerce-account table.woocommerce-orders-table :where(p,th,td,table,span,a, button,h3),
.woocommerce-account .u-columns.woocommerce-Addresses.col2-set.addresses :where(p,th,td,table,span,a, button,h3,address),
.woocommerce-info,
.woocommerce-account .woocommerce-info a.button.wc-forward,
.woocommerce-account form.woocommerce-EditAccountForm.edit-account :where(input,label,a,textarea,button),
.woocommerce-account .woocommerce-MyAccount-content :where(p,th,td,table,span,a, button,h3,address,input,label,textarea,button,h2,h3,h4,h5,h6){
    font-size: 13px !important;
}
.woocommerce-account td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: flex;
    gap: 10px;
}
/* content page ends  */

.menu-toggle {
    display: none;
    padding: 10px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #333;
    margin-bottom: 5px;
}

.menu-toggle span:nth-child(2) {
    width: 15px;
}
.main-navigation.activeShow button.menu-toggle span:nth-child(1) {
    transform: rotate(45deg) translate(10px, 10px);
}
.main-navigation.activeShow button.menu-toggle span:nth-child(2){
	opacity: 0;
}
.main-navigation.activeShow button.menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
}

.menu-container.activeShow {
    display: block;
    position: fixed;
    background: var(--jute);
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    color: white;
    padding: 20px;
    border: 1px solid;
	top: 70px;
	overflow-y: scroll;
}

nav#site-navigation .searc-baseket {
    display: none;
}
.mega-toggle-blocks-right {
    display: none !important;
}
header.entry-header {
    display: none;
}
.contact-form a {
    color: #e95144;
    font-weight: 500;
}
.woocommerce-page ul.products li.product .tp-image-wrapper, 
.woocommerce-page ul.products li.product .tp-image-wrapper img {
    height: 300px !important;
    object-fit: cover;
    object-position: top;
}
.woocommerce-page ul.products li.product_cat-soap .tp-image-wrapper img ,
.woocommerce-page ul.products li.product_cat-attar .tp-image-wrapper img{
    object-fit: contain;
    object-position: center;
}
@media (max-width: 1691px) {

  .fabric-slider .item img{
    height: 360px;
  }

  /* footer starts  */
  .footer-rw .menu-1 a img.custom-logo {
    width: 300px;
    object-fit: contain;
  }

  /* footer ends */
}

@media (max-width: 1279px) {
	 .menu-toggle {
        display: block;
    }

    .menu-container {
        display: none;
    }
	
	.menu-container.activeShow ul {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.main-navigation.activeShow .searc-baseket {
    display: none;
}
  .recent-added .item {
    width: 33.33%;
  }
  .trad-fabric .max_wid.recent-added i a,
  .trad-fabric .max_wid.recent-added h2 a {
    font-size: 1rem !important;
  }
  .category-added {
    height: 300px;
	 margin-top: 40px;
  }

  .wpfMainWrapper .wpfFilterButtons {
    min-width: max-content;
  }
  .wpfMainWrapper :where(p, input, button, div, i) {
    font-size: 0.8rem !important;
  }
  .wpfMainWrapper {
    width: 17% !important;
  }
	.products-block-col {
		width: 81%;
	}
  .fabric-section, .recent-added {
    margin: 60px auto;
  }
  .test-slider{
    margin: 40px auto;
  }
  .woocommerce-account main#primary,
  .woocommerce-page.single-product div#page #primary main,
   .woocommerce-page.woocommerce-cart div#page main#primary,
   .woocommerce-page.woocommerce-checkout div#page main#primary{
    max-width: 90%;
  }
  section.trad-fabric{
    margin-top: 60px;
  }
  .category-added h3{
    padding: 0.6rem;
  }

	.head2, .head2 a {
    font-size: 30px;
}
	.item img, .fabric-slider .item img {
    height: 300px;
}
	ul#mega-menu-menu-1 {
    display: block !important;
}
}

@media (max-width: 991px) {

  .woocommerce-tabs, #wpgs-gallery{
		margin-bottom: 40px;
	}
  .head2, .head2 a {
    font-size: 1.4rem;
  }

	.category-added {
		height: 240px;
	}
	
  .recent-added,
  .fabric-slider {
    margin: 40px auto;
  }

  .fabric-section > p {
    margin: 40px auto 0;
  }

  .trad-fabric .max_wid.recent-added .wpte-call-to-action-content {
    padding-top: 10px;
  }

  .trad-fabric .max_wid.recent-added a.button.product_type_simple {
    padding: 10px;
  }

  .trad-fabric .max_wid.recent-added h2 {
    line-height: 1.2rem !important;
  }

  .footer-rw .menu-1 {
    width: 34%;
  }

  .footer-rw .menu-1 a img.custom-logo {
    width: 250px;
  }

  footer.site-footer {
    padding: 60px 0;
  }

  .woocommerce-shop ul.products {
    display: var(--flex);
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    align-items: flex-start;
    row-gap: 30px;
    column-gap: 2%;
  }

  .woocommerce-shop ul.products li.product {
    width: 31%;
    margin: 0;
  }

  .woocommerce-shop ul.products a.button,
  .woocommerce-shop ul.products h2.woocommerce-loop-product__title {
    font-size: 0.9rem !important;
  }

  .woocommerce-shop .wpte-product-column.wpte-product-flipbox-column {
    display: var(--flex);
    flex-wrap: wrap;
  }

  .woocommerce-shop .wpte-product-column.wpte-product-flipbox-column > div {
    width: 31%;
  }
  .products-filter-show {
    padding: 8px 10px;
    border: 1px solid var(--black);

    display: var(--block);
  }
  .wpfMainWrapper {
    display: none;
  }
  .wpfMainWrapper.show {
    display: var(--flex);
    position: fixed !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: white;
    width: 80% !important;
    height: 100% !important;
    z-index: 9999;
    overflow-y: scroll;
    padding: 30px;
  }
  .wpfMainWrapper.show  .crosss{
    position: absolute;
    top: 6px;
    left: 50%;
	  z-index: 1000;
  }
  .wpfMainWrapper.show .crosss img{
   width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #d9d1d1;

  }
  .products-block-col {
    width: 100%;
  }
  .woocommerce-page div#page #primary main, .search-div,
  .woocommerce-page div#page main#primary {
    margin: 80px auto 0;
}
	.woocommerce-account .woocommerce h2{
		margin-top: 40px;
	}	
	.woocommerce-account.logged-in h2{
		margin-top: 0px
	}
	.single-product h1, .related h2:first-child, .comments h2 {
	  font-size: 1.8rem;
	  line-height: 1;
	}
	.info-content-pages,
		.contact-form{
		width: 92%;
	}
	.site-branding .khadi-text h3 {
		font-size: 0.8rem;
	}
	.site-branding .khadi-text h5 {
		font-size: .6rem;
	}
	.khadi-logo img {
		width: 60px;
	}
	.search-icon img, .user-icon img {
		width: 17px;
	}
	header .xoo-wsc-sc-bki {
		font-size: 22px;
	}
	header span.xoo-wsc-sc-count {
		height: 15px;
		width: 15px;
		font-size: 10px;
		top: -6px;
	}
	.fabric-section > p, .woocommerce-page .button.button {
		font-size: .8rem;
	}
	.menu-footer {
		width: 50%;
	}
	.address p {
		width: 100%;
		margin: 0;
	}
	.menu-1.menu-footer, .menu-footer-map {
		margin-top: 30px;
	}
	
ul.new-products li {
    width: 32%;
}
	ul.new-products {
    justify-content: center;
    gap: 5px;
		    row-gap: 25px;
}
	.popup-content {
    width: 90%;
}
	.popup-container {
    z-index: 99;
}
	.popup-content table :where(td,th) {
    padding: 10px 0;
    font-size: .6rem;
}
	.iframe-video iframe{
		height: 400px;
	}
	.search-div article {
    width: 33%;
}
	.fabric-slider .item {
    width: 33%;
}
}

@media screen and (max-width: 768px) {
	#site-navigation .menu-container.activeShow .searc-baseket.flex_class {
    display: flex;
    justify-content: center;
    align-items: center;
		        margin-top: 10px;
}
	.searc-baseket {
    display: none;
}
	header .site-branding {
    width: max-content;
}
	.menu-container.activeShow {
    top: 51px;
}
	.menu-container.activeShow {
    top: 58px;
}
}
@media (max-width: 761px) {
  .category-added {
    height: 400px;
  }

  .category-added h3 {
    /* font-size: 0.6rem; */
    padding: 0.3rem 0.4rem;
  }

  .fabric-section {
    margin: 80px auto;
  }

  .test-slider {
    margin: 50px auto;
  }

  section.trad-fabric {
    margin-top: 60px;
  }

  .footer-rw {
    align-items: unset;
    justify-content: unset;
  }

  .footer-rw .menu-1 {
    width: 100%;
  }

  .footer-col.flex_class {
    flex-direction: column;
    align-items: start;
  }

  .menu-footer a {
    margin: 0;
  }

  .menu-lists,
  .searc-baseket {
    gap: 10px;
  }

  .menu-lists a,
  .menu-lists a:visited {
    font-size: 0.8rem;
  }

  .search-icon img,
  .user-icon img {
    width: 1rem;
  }

  .xoo-wsc-sc-cont span.xoo-wsc-sc-bki.xoo-wsc-icon-cart2 {
    font-size: 1rem;
  }

  .xoo-wsc-sc-cont span.xoo-wsc-sc-count {
    width: 1rem;
    height: 1rem;
    font-size: 10px;
    top: -10px;
    line-height: 1.4; 
  }

  .main-navigation {
    right: 0;
  }
}
@media (max-width: 651px) {
	.category-added {
    height: 200px;
}
	.recent-added .item {
    width: 50%;
}
	.menu-footer.menu-2 {
    margin-top: 40px;
}
	.footer-rw .menu-1 {
    align-items: flex-start;
}
	ul.new-products li {
    width: 45%;
}
	.site-header {
    padding: 3%;
}
.search-div article {
    width: 100%;
}
	.fabric-slider .item {
    width: 50%;
}
}
@media (max-width: 481px) {
  .wpfMainWrapper.show {
    width: 100% !important;
  }

  .recent-added,
  .fabric-slider {
    margin: 40px auto 0;
  }

  .category-added {
    height: unset;
  }
.category-added .item-cat,
	.recent-added .item {
    width: 100%;
}
	.item img, .fabric-slider .item img {
    height: auto;
}

	.iframe-video {
    margin-top: 60px;
}
	.fabric-slider .item {
    width: 100%;
}
}	