* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

:root {
    --primary-font: "Microsoft Sans Serif Regular", serif;
    --secondary-font: "Poppins", serif;
}

    @font-face {
    font-family: 'Microsoft Sans Serif Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Microsoft Sans Serif Regular'), url('micross.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Microsoft Sans Serif';
    font-style: normal;
    font-weight: normal;
    src: local('Microsoft Sans Serif'), url('micross.woff') format('woff');
    }

body {
    font-family: var(--primary-font);
    color: var(--text-black);
    line-height: 1.6;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ul,
li,
a {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
    color:black;
}

/* Navigation Bar */
.navigation{
    
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #fff;
    /*box-shadow:0px 20px 13px 0 #00000017;*/
}
.navigation a:hover{
	color:#000;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 117px;
}

.search-bar i {
    font-size: 28px;
}
.upper-bar hr{
    margin:0 !important;
}

.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo img {
    width: 300px;
}

.user-sec {
    display: flex;
    gap: 2rem;
}

.user-sec i {
    font-size: 18px !important;
}


/* Navigation */


.w-number:hover {
    color: black;
}

.navigation-container {
    padding: 0.5rem 0;
}

.navigation-container ul li a {
    padding: 5px 20px;
    color: black;
    font-size: 16px;

}

.active-nav {
    color: var(--text-green) !important;
}

.nav-mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    display: none;
}

.header-btn-container {
    display: flex;
    align-items: center;
}

.menu-btn {
    display: none;
}

.navigation-scrolled {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}


.header-btn-container i {
    color: black;
    border: 1px solid black;
    border-radius: 100%;
    height: 46px;
    font-size: 24px;
    width: 46px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-number {
    padding-left: 1rem;
    font-size: 18px;
    color: black;
}

.nav-link:hover {
    color: black;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    border-radius: 0;
}

.dropdown-menu li a {
    padding: 10px 16px;
    font-size: 15px;
}

.dropdown-menu li:not(:last-child) a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.custom-dropdown {
    border: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 0.5rem 0 !important;
}

.custom-dropdown li a img {
    width: 50px;
    height: 40px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 8px;
}

.hero-image {
    margin-top: 175px;
}


.hero-image img {
    width: 100%;
    /*height: 630px;*/
}

.hero-content {
    /*height: 630px;*/
    position: relative;
}

.hero-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

}

.banner-content .container {
    height: 100%;
}

.banner-content-inner {
    height: 100%;
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.banner-sub-heading h1 {
    font-size: 30px;
    font-family: var(--primary-font);
}

.banner-heading h1 {
    font-family: var(--primary-font);
    font-size: 50px;
    font-weight: 500;
}

.banner-s-content p {
    font-family: var(--primary-font);
    padding: 1rem 0px 2.5rem 0px;
    font-size: 18px;
}

.banner-btn .shop-btn {
    color: black;
    border: 1px solid black;
    padding: 10px 32px;
}

.banner-btn .shop-btn:hover {
    background-color: black;
    color: #fff;
}

.hero-image {
    width: 100%;
    height: 100%;
}

.search-form {
    height: 100%;
    padding: 0.6rem 0;
    max-width: 400px;
    width: 100%;
    position: relative;
}

.search-form input {
    /*width: 100%;*/
    height: 100%;
    margin: 0 !important;
    padding-left: 2.75rem;
}

.search-form i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
    font-size: 1.25rem;
    color: var(--text-light);
}

.user-sec a i {
    /*color: black;*/
    color: #0000006b;
}

/* hero-bottom content */

.hero-bottom-sec {
    margin-top: 3rem;
}

.hero-bottom-image img {
    width: 100%;
}

.hero-bottom-content {
    position: relative;
}


.image-content {
    height: 195px !important;
    position: absolute;
    left: 3%;
    top: 10%;
    right: 0;
    bottom: 0;
    width:45%;

}

.image-content .container{
    padding:0 !important;
}


.image-sub-heading h2 {
    font-size: 28px;
    font-family: var(--primary-font);
}

.image-heading h2 {
    font-family: var(--primary-font);
    font-size: 38px;
    font-weight: 500;
}

.image-s-content p {
    font-family: var(--primary-font);
    padding: 1rem 0px 2.5rem 0px;
    font-size: 18px;
}

.banner-btn{
    width: max-content !important;
}
.banner-btn .shop-btn {
    color: black;
    border: 1px solid black;
    padding: 10px 32px;
}

.banner-btn .shop-btn:hover {
    background-color: black;
    color: #fff;
}

.hero-bottom-image1 img {
    width: 100%;
    height: 600px;
    object-fit: cover;

}

.hero-bottom-image1 figure {
    margin: 0;
    padding: 0;
    background: #fff;
    /*overflow: hidden;*/
}

.hero-bottom-content-side-image {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hero-bottom-image2 figure {
    margin: 0;
    padding: 0;
    background: #fff;
    /*overflow: hidden;*/
}

.hero-bottom-image2 img {
    width: 100%;
    height: 288px;
    object-fit: cover;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;

}

.hero-bottom-image figure img {
    /*-webkit-transform: scale(1);*/
    /*transform: scale(1);*/
    /*-webkit-transition: .3s ease-in-out;*/
    /*transition: .3s ease-in-out;*/
    
}

.hero-bottom-image figure:hover img {
    box-shadow: 0px 0px 9px 0 #00000082 !important;
}



/* our collection sec */

.our-collection-sec {
    margin-top: 4rem;
}

.collection-heading h2 {
    font-size: 36px;
    font-family: var(--primary-font);
    text-align: center;
    font-weight: 400;
    margin-bottom: 2.5rem;
}

.collection-card a {
    color: black;
}

.collection-image img {
    width: 100%;
}

.collection-inner-heading p {
    font-size: 20px;
    font-family: var(--primary-font);
    font-weight: 500;
    text-align: center;
    padding-top: 2rem;
}

/* Trendy Collection */

.trendy-collection {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.trendy-contents h2 {
    font-size: 36px;
    font-family: var(--primary-font);
    text-align: center;
    font-weight: 400;
}

.trendy-contents p {
    font-size: 16px;
    padding-top: 0.6rem;
    text-align: center;
    color: black;
}

.trendy-image {
    position: relative;
    width: 100%;

}

.image {
    display: block;
    width: 100%;
    height: 290px;
    object-fit:cover;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display:none;
    transition: .5s ease;

}

.trendy-image:hover .overlay {
/*     display:block; */
}


.image2 {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow:0 0 10px 0 #0000004a;

}

.overlay img {
    width: 100%;
      height: 290px;
      object-fit:cover;
}

.product-price {
    padding-bottom: 1.5rem;
}

.product-price p {
    font-weight: bold;

}

.product-price img {
    width: 22px;
    padding-top: 15px;
}

.add-to-cart-button {
    background-color: #dcdcdc;
    padding: 7px 0;
    text-align: center;
}

.add-to-cart-button:hover{
    background-color: #000;
}

.add-to-cart-button a {
    color: black;
    font-weight:600;
}

.add-to-cart-button:hover a{
    color:#fff;
}

.trendy-contents .sub-heading {
    margin-bottom: 2rem;
}

.trendy-wrapper {
    padding-bottom: 4rem;
}

.swiper-pagination-bullet {
    background-color: #7b7979 !important;
    /* light gray */
}

.swiper-pagination-bullet-active {
    background-color: black !important;
}

.background-sub-heading p {
    color: #dcdcdc
}


.background-heading h2 {
    color: #fff;
    font-size: 50px;
    font-family: var(--primary-font);
}

.background-button {
    margin-top: 3rem;
}

.background-button a {

    background-color: #fff;
    padding: 12px 18px 12px 18px;
    text-align: center;
    color: black;
}

.background-button a:hover {
    background-color: black;

}

.background-button a:hover {
    color: #fff;
}


/* ups sec */
.ups-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 8px;
}

.ups-card {
    background-color: #D9D9D9;
    padding: 1rem;
}

.ups-icon {
    padding: 1rem;
    background-color: #fff;
    border-radius: 50%;
}

.ups-icon img {
    height: 50px;
    width: 50px;
}

.ups-content p {
    font-size: 22px;
    font-family: var(--primary-font);
}

.ups-sec {
    margin-bottom: 3rem;
}

/* .form-control {
    width: 20% !important;
} */

.subscribe-content p {
    text-align: center;
    font-family: var(--primary-font);
}

.subscribe-form a {
    background-color: #D9D9D9;
    color: black;
    padding: 12px 18px;
}

.subscribe-form input {
    border-radius: 0;
}

.footer-logo img {
    width: 100%;

}

.footer-bottom-image img {
    width: 100%;
    padding-left: 8px;
}

.footer-link-heading {
    font-size: 20px;
    font-weight: 500;
    margin-top: 1.5rem;
    padding-bottom: 2rem;
}

.f-links {
    line-height: 35px;
}

/*.footer-links {*/
/*    padding-bottom: 4rem;*/
/*}*/

hr.dash {
    border: 1px dashed gray;
}

.f-links-icons i {
    font-size: 24px;
    padding-right: 8px;
}

/*.copyright p span {*/
/*    color: rgb(209, 3, 3);*/
/*}*/

.copyright {
    text-align: center;
}

.about img {
    width: 100%;
}


/* contact us */

.contact-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.contact-info {
    background-color: rgb(111, 108, 108);
    padding: 2rem;
    border-radius: 10px;
    color: #fff;
}

.contact-info h4 {
    font-family: sans-serif;
    font-size: 2.25rem;
}

.contact-info p {
    color: #fff !important;
    margin-top: 8px;
    font-weight: 300;
    font-size: 17px !important;
}

.contact-info-content {
    display: flex;
    flex-direction: column;
    row-gap: 2.5rem;
    margin-top: 3rem;
}

.contact-info-content a {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 1rem;
    font-size: 17px;
    font-weight: 300;
    text-decoration: none;
}

.contact-info-content a i {
    font-size: 1.7rem;
}

.contact-social {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.contact-social a {
    color: #fff;
    font-size: 1.5rem;
}

.contact-us-form-container {
    padding: 0 2rem 0 0.5rem;
}

.contact-us-form-container h4 {
    margin-bottom: 1.5rem !important;
    font-family: sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: black;
}

.contact-us-form input {
    padding: 13px 1rem;
    border: 1px solid black;
}

.contact-us-form textarea {
    padding: 13px 1rem;
    border: 1px solid black;
}

.contact-us {
    position: relative;
    margin-top: 5rem;
}

.contact-us::after {
    position: absolute;
    content: '';
    top: -2.5rem;
    bottom: -2.5rem;
    right: 15px;
    left: 350px;
    background-color: rgba(0, 0, 0, 0.12);
    z-index: -1;
    border-radius: 10px;
}

.map {
    margin-top: 7rem;
}

.map iframe {
    border-radius: 10px;
}

.contact-us-btn-container {
    background-color: #7b7979;
    width: max-content;
    border-radius: 8px;
}


article#post-110{
      width: 100%;
  max-width: 1400px; /* custom max width */
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

article#post-0{
      width: 100%;
  max-width: 1400px; /* custom max width */
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

article#post-8{
       width: 100%;
  max-width: 1400px; /* custom max width */
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

article#post-7{
     width: 100%;
  max-width: 1400px; /* custom max width */
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.entry-content{
    margin-top:10rem;
}

.wc-block-components-product-price__regular{
    display:none;
}
.wc-block-components-product-badge.wc-block-components-sale-badge{
     display:none;
}

.wc-block-cart__submit-container{
    background:#D9D9D9;
}
.wc-block-components-button__text{
    color:black;
}
del{
    display:none !important;
}

.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-loop-button-wrapper.tinvwl-woocommerce_after_shop_loop_item {
    display:block;
}

.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em;
    width: 100%;
    text-align: center;
}

h2.woocommerce-loop-product__title{
    text-align:center;
    color:black;
}

span.price{
      text-align:center;
    color:black;
}

div#tab-description h2{
    margin-bottom:1rem;
}

section.related.products h2{
     margin-bottom:1rem;
}

div#comments{
    display:none;
}

nav.navigation.post-navigation{
    display:none;
}

article#post-112{
        width: 100%;
  max-width: 1400px; /* custom max width */
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}


.wish-list{
    position: absolute;
    top: 4px;
    right: 16px;
    z-index: 9;
   
}

.tinvwl-product-stats {
    display: none !important;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    font-size: 28px;
    color: black !important;
}

ul.products li.product .tinvwl_add_to_wishlist_button {
    margin-top: 0;
}

.wish-list a i{
    font-size:28px;
    color:black;
}

.quick-view{
    position: absolute;
    top:42%;
    left: 5%;
    z-index: 9999;
/*     border: 1px solid black; */
    padding: 12px 18px;
    width:90%;
    text-align:center;
        backdrop-filter: blur(15px);
	text-align:center;
    color:black;
   
}

.cart-icon{
    position:relative;
}

.cart-count{
    position:absolute;
    top:-72%;
    right:-52%;
    background:black;
    border-radius:50%;
    color:white;
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
   
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    left: 0;
    right: auto;
    margin: -.5em -.5em 0 0;
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: black;
    color: #fff;
    font-size: .857em;
    z-index: 9;
}

.woocommerce-notices-wrapper{
    margin-top:9rem;
}

.woocommerce-product-details__short-description{
    padding-bottom:2rem;
}

.wc-block-components-sidebar-layout.wc-block-cart {
    padding-top: 8rem !important;
}

.wp-block-woocommerce-checkout {
   
    margin: 0;
    padding-top: 6rem !important;
    width: 100%;
}

div#product-66{
          width: 100%;
  max-width: 1400px; /* custom max width */
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

div#product-203{
           width: 100%;
  max-width: 1400px; /* custom max width */
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.entry-content{
        width: 100%;
  max-width: 1400px; /* custom max width */
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}


/* Blog Page */
.blog-card {
    border-radius: 20px;
}

.blog-card img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.blog-card-content {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    background-color: var(--grey-bg);
    padding: 1.5rem 1.25rem;
    border-radius: 20px;
}

.blog-card-content h6 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-black);
    line-height: 1.4;
}

.blog-card-content p {
    line-height: 1.6;
    font-size: 16px !important;
}

.blog-card-content a {
    font-weight: 600;
    color: var(--primary) !important;
    padding-bottom: 2px;
    border-bottom: 2px solid var(--primary);
    width: max-content;
}

/* Blog Detail Page */
.blog-detail-img img {
    max-height: 450px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
}


.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
    font-weight: 600;
}

.blog-content ul {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.blog-content ul li span {
    font-weight: 700;
}

.blog-content ul li {
    font-weight: 500;
}

.blog-content p,
.blog-content strong,
.blog-content ul li {
    color: #000;
}

.blog-details-sec .section-header p {
    color: black;
    font-size: 15px !important;
}


/* FAQ */
.faq-container {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}

.faq-accordion .accordion-item {
    background-color: transparent;
    border: none;
}

.faq-accordion .accordion-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.faq-accordion .accordion-button {
    background-color: transparent;
    box-shadow: none;
    font-size: 1.5rem;
    font-family: var(--primary-font);
    color: black;
    font-weight: 700;
    padding: 1.5rem 0;
    display: flex;
    align-items: flex-start;
}

.faq-accordion .accordion-button span {
    font-size: 0.8rem;
    margin-right: 1rem;
    margin-top: 3px;
    color: var(--primary);
}

.accordion-item h2 button.accordion-button{
    font-size: 0.8rem !important;
}

.faq-accordion .accordion-body {
    padding: 0 2.5rem 1.5rem 2.5rem;
}

.faq-accordion .accordion-body p {
    font-size: 18px;
    color: gray;
}

.faq-accordion .accordion-button::after {
    height: 32px;
    width: 32px;
    background-color: gray;
    border-radius: 100%;
    background-position: center center;
    background-image: url('../images/top-right-arrow.png');
    background-size: 40%;
}

.grey-bg {
    background-color: var(--grey-bg);
}

.product-card .ri-heart-fill {
    color: black;
}

.dropdown-toggle::after {
    height: 6px;
    width: 6px;
    border-style: solid;
    border-color: black;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    margin-left: 8px;
}

.woocommerce-Price-amount {
    color: black;
}

.footer-content {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.footer-content p {
    font-size: 14px;
    text-align: center;
    font-family: var(--primary-font);
    font-weight: 500;
}

.footer-content img {
    height: 60px;
}

.woocommerce .woocommerce-ordering select {
    padding: 4px;
    border: 1px solid rgba(0, 0, 0, .12);
}

.woocommerce .woocommerce-ordering select,
.woocommerce .woocommerce-ordering select option {
    font-size: 14px;
}

.wishlist_products_counter {
    position: absolute;
    top: -33%;
    right: -60%;
    background: black;
    border-radius: 100%;
    color: white !important;
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.social-buttons {
    margin-bottom: 1.5rem;
}

.tinv-wishlist-clear button {
    font-weight: 400 !important;
}

.tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right {
    margin-top: -8px;
}

.tinv-wishlist table.tinvwl-table-manage-list {
    margin-top: 3.5rem;
}

.tinvwl-table-manage-list button[name='tinvwl-add-to-cart'] {
    width: max-content !important;
    background-color: black !important;
}

.wp-block-woocommerce-empty-cart-block {
    margin-top: 6rem;
}

.wp-block-woocommerce-empty-cart-block .wp-block-heading {
    margin-bottom: 1.5rem;
}

.single-product {
    margin-top: 0rem;
}

.woocommerce div.product .product_title {
    font-weight: 500;
}

.single-product div.product ins {
    text-decoration: none;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
}

/*.single-product .entry-summary {*/
/*    position: relative;*/
/*}*/

/*.tinv-wraper.tinv-wishlist {*/
/*    width: max-content;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*}*/

.woocommerce div.product form.cart div.quantity {
    float: none;
    margin-bottom: 1rem;
}

.woocommerce div.product form.cart div.quantity input {
    border: 1px solid rgba(0, 0, 0, 0.25);
    padding: 6px 0px 6px 12px;
    width: 100px;
}

.in-stock {
    color: #388e3c;
    font-weight: 500;
}

.single-product .entry-summary .single_add_to_cart_button {
    padding: 14px 48px;
    border-radius: 0;
    background-color: black !important;
    font-weight: 400 !important;
}

.single-product .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
    margin-top: 5px;
    margin-left: 10px;
}

.single-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    font-size: 2rem;
}

.product_meta .sku_wrapper {
    font-weight: 600;
}

.product_meta .posted_in {
    padding: 6px 12px;
    background: #f2f3f4;
    border-radius: 5px;
    font-weight: 500;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 10px;
    gap: 10px;
    display: flex;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
    border: 1px solid black;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    height: 155px !important;
}

.comment-form-rating {
    margin-top: 1.25rem;
}

.comment-form-comment label {
    display: none;
    font-weight: 500;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    display: block;
    font-weight: 500;
    margin-top: 8px;
}

.comment-form textarea,
.comment-form input {
    width: 100%;
    padding: 10px 16px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.comment-form-cookies-consent {
    margin: 16px 0 8px 0;
}

.comment-form-cookies-consent input {
    width: max-content;
}

.comment-form-cookies-consent label {
    font-weight: 500;
}

.form-submit {
    margin-top: 10px;
}

.form-submit input {
    width: max-content;
    padding: 14px 32px !important;
    border-radius: 0 !important;
    background-color: black !important;
    color: #fff !important;
    font-weight: 500 !important;
}

.search-result-grid {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 140px;
    margin-bottom: 4rem;
}

.search-result-grid article img {
    height: 300px !important;
    width: 100% !important;
    object-fit: cover;
}

.search-result-grid .entry-content {
    display: none;
}

.search-result-grid article h2 {
    font-size: 20px;
    font-family: var(--primary-font);
    font-weight: 500;
    text-align: center;
    padding-top: 2rem;
}

.search-result-grid article figure {
    margin-bottom: 0;
}


.wc-block-cart-item__prices {
    display: none;
}
.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-loop-button-wrapper{
    display:flex;
}

.detail-wish {
    padding: 14px !important;
    margin-top: 1px !important;
    width: 40%;
    text-align: center;
    font-weight: 500 !important;
    border-radius: 0 !important;
}

.woocommerce-product-rating{
    margin:20px 0;
}

/*p.price {*/
/*    margin-top: -20px;*/
/*}*/

.scroll-shadows {
  box-shadow:0px 20px 13px 0 #00000017;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none !important;
}

a.wview.ajax-add-to-cart-btn.add-to-cart-btn, a.wview.ajax-add-to-cart-btn.view-cart-btn, a.wview.add-to-cart-btn.view-cart-btn{
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #c9c9c9;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    width: 100%;
    text-align: center;
}

li a.tinvwl_add_to_wishlist_button.button.btn-primary.detail-wish.tinvwl-position-after.tinvwl-loop{
    display:none;
}

.main-cart {
    display: flex !important;
}

.cart-form-list {
    width: 100%;
}
.cart-page-a {
    width: 60% !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 80%;
}
th.product-thumbnail {
    width: 200px;
}
/*img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {*/
/*    width: 50% !important;*/
/*}*/
td.product-thumbnail {
    text-align: center;
}
/*img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {*/
/*    width: 50% !important;*/
/*}*/


.product-type-simple p {
    text-align: center;
    font-weight: 400;
}
.summary.entry-summary p{
    text-align: left;
    /*font-size: 20px;*/
    
}
.summary.entry-summary .price{
    font-weight: 600;
    font-size: 20px;
    
}


.onsale-search {
    float: left;                  /* Float to the left */
    position: absolute;           /* Position it within product image */
    top: 0px;
    left: 5px;
    background-color: #000;       /* Black circular background */
    color: #fff;                  /* White text */
    border-radius: 50%;           /* Make it circular */
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    z-index: 9;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

/* Optional hover effect */
.woocommerce ul.products li.product:hover .onsale-search {
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}

/* Responsive adjustment */
@media (max-width: 768px) {
    .onsale-search {
        width: 40px;
        height: 40px;
        font-size: 11px;
    }
}

.cart a.detail-wish{
    display: block !important;
    padding: 9px 35px;
    border-radius: 0;
    background-color: #979797 !important;
    font-weight: 500 !important;
    color: #000000;
    margin-left: 10px;
}
.cart a.detail-wish:hover {
    background-color: #525252 !important;
    color: #fff;
}


.coupon {
    width: 50%;
}
input#coupon_code {
    width: 60%;
    height: 36px;
    border-color: #e2e2e28c;
    padding: 3px 9px;
}
.woocommerce .products .star-rating {
     display: none !important;
    }
    
.wc-block-components-checkbox label{
    display: none !important;
}
h1.product_title.entry-title{
    font-size:1.3rem !important;
}

.background-image {
    height: 400px;
    position: relative;
}
.tax-info{
    font-size:13px;
}
.quick-view{
	display:block;
}
.image2{
	box-shadow:none;
}
.woocommerce ul{
	padding-left:20px;
}
.woocommerce-product-details__short-description ul li{
	    list-style-type: disclosure-closed !important;

}



.top-404 {
            margin: 30px 0;
        }

        .top-404 h3 {
            margin-top: 10px;
        }

        .container-404 {
            margin: 0 auto;
            position: relative;
            width: 250px;
            height: 250px;
            margin-top: -40px;
        }

        .ghost-404 {
            width: 50%;
            height: 53%;
            left: 25%;
            top: 10%;
            position: absolute;
            border-radius: 50% 50% 0 0;
            background: #ededed;
            border: 1px solid #bfc0c0;
            border-bottom: none;
            animation: float 2s ease-out infinite;
        }

        .ghost-copy-404 {
            width: 50%;
            height: 53%;
            left: 25%;
            top: 10%;
            position: absolute;
            border-radius: 50% 50% 0 0;
            background: #ededed;
            border: 1px solid #bfc0c0;
            border-bottom: none;
            animation: float 2s ease-out infinite;
            z-index: 0;
        }

        .face-404 {
            position: absolute;
            width: 100%;
            height: 60%;
            top: 20%;
        }

        .eye-404,
        .eye-right-404 {
            position: absolute;
            background: #585959;
            width: 13px;
            height: 13px;
            border-radius: 50%;
            top: 40%;
        }

        .eye-404 {
            left: 25%;
        }

        .eye-right-404 {
            right: 25%;
        }

        .mouth-404 {
            position: absolute;
            top: 50%;
            left: 45%;
            width: 10px;
            height: 10px;
            border: 3px solid;
            border-radius: 50%;
            border-color: transparent #585959 #585959 transparent;
            transform: rotate(45deg);
        }

        .one-404,
        .two-404,
        .three-404,
        .four-404 {
            position: absolute;
            background: #ededed;
            top: 85%;
            width: 25%;
            height: 23%;
            border: 1px solid #bfc0c0;
            z-index: 0;
        }

        .one-404 {
            border-radius: 0 0 100% 30%;
            left: -1px;
        }

        .two-404 {
            left: 23%;
            border-radius: 0 0 50% 50%;
        }

        .three-404 {
            left: 50%;
            border-radius: 0 0 50% 50%;
        }

        .four-404 {
            left: 74.5%;
            border-radius: 0 0 30% 100%;
        }

        .shadow-404 {
            position: absolute;
            width: 30%;
            height: 7%;
            background: #bfc0c0;
            left: 35%;
            top: 80%;
            border-radius: 50%;
            animation: scale 2s infinite;
        }

        @keyframes scale {
            0% {
                transform: scale(1);
            }

            50% {
                transform: scale(1.1);
            }

            100% {
                transform: scale(1);
            }
        }

        @keyframes float {
            50% {
                transform: translateY(15px);
            }
        }

        .bottom-404 {
            margin-top: 10px;
        }

        /*text styling*/
        .top-404 h1 {
            font-family: 'Abril Fatface', serif;
            color: #ededed;
            text-align: center;
            font-size: 9em;
            margin: 0;
            text-shadow: -1px 0 #bfc0c0, 0 1px #bfc0c0, 1px 0 #bfc0c0, 0 -1px #bfc0c0;
        }

        .top-404 h3 {
            font-family: 'Lato', sans-serif;
            font-size: 2em;
            text-transform: uppercase;
            text-align: center;
            color: #bfc0c0;
            margin-top: -20px;
            font-weight: 900;
        }

        .top-404 p {
            text-align: center;
            font-family: 'Lato', sans-serif;
            color: #585959;
            font-size: 0.6em;
            margin-top: -20px;
            text-transform: uppercase;
        }

        .search-404 {
            text-align: center;
        }

        .buttons-404 {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 10px;
        }


        .top-404 .btn-404 {
            background: #ededed;
            padding: 15px 20px;
            margin: 5px;
            color: #585959;
            font-family: 'Lato', sans-serif;
            text-transform: uppercase;
            font-size: 0.6em;
            letter-spacing: 1px;
            border: 0;
        }

        .top-404 .btn:hover {
            background: #bfc0c0;
            transition: all 0.4s ease-out;
        }
        
        button.btn-404 {
            background: #f9f9f9;
            padding: 3px 20px;
        }

        .blog-content h2.wp-block-heading{
        font-size: 1.2rem !important;
        }
        
        .blog-content h4.wp-block-heading {
        font-size: 1rem  !important;
        }
        
        .blog-content h4 {
            font-size: 1.1rem;
        }
.image-content-inner a:hover{
	color:#000;
}
.mobile-dropdown-toggle{
	display:none;
}
#background-404{
	padding-top:200px;
}
.btn-404{
	background:#000 !important;
	color:#fff;
	border:none;
}
.footer-sec a:hover{
	color:#000;
}
.user-dropdown {
    position: relative;
    display: inline-block;
    background-color: #e9e6ed;
    padding: 6px;
    border-radius: 5px;
}

.user-btn {
    background: none;
    border: none;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}
.user-btn .ri-arrow-down-s-line {
    display: block;
    font-size: 10px !important;
    padding: 0;
    margin: 0;
}

.user-menu {
    position: absolute;
    top: 35px;
    right: 0;
    background: white;
    width: 140px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    list-style: none;
    padding: 10px 0;
    display: none;
    z-index: 99;
}

.user-menu li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

.user-menu li a:hover {
    background: #f5f5f5;
}

.user-menu.show {
    display: block;
    z-index: 99999;
}
.footer-sec {
    border-top: 1px solid #e3e3e3;
}
.home .footer-sec {
    border-top: unset;
}

.image-content-inner .banner-btn .shop-btn{
padding: 6px 15px !important;
}
/*==========05-12-25================*/

p.stock.out-of-stock {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px;
    background: #fd0000;
    width: 20%;
    margin: 30px 1px;
    text-align: center !important;
    border-radius: 6px;
}
p.stock.out-of-stock:nth-of-type(2) {
    display: none !important;
}
p.stock.in-stock:nth-of-type(2) {
    display: none !important;
}


li.product.outofstock .add-to-cart-btn,
li.product.outofstock a.add_to_cart_button,
li.product.outofstock a.ajax_add_to_cart {
    display: none !important;
}
.out-of-stock-badge {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #e00000;        /* red badge */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px;
    z-index: 99;
    box-shadow: 0 3px 8px rgba(0,0,0,0.25);
}

/*=========================Jyoti=================================*/

.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
    z-index: 1;
}