    /*
 Theme Name: Storefront Child
 Theme URI: https://woocommerce.com/storefront/
 Description: Storefront Child Theme
 Author: Your Name
 Author URI: https://yourwebsite.com
 Template: storefront
 Version: 1.0.0
 Text Domain: storefront-child
*/

@import url("../storefront/style.css");


.term-under-99-rs .container.my-4 {
    margin-top: 100px !important;
}
/*.container.my-4 {*/
/*    margin-top: 100px !important;*/
/*}*/


.woo-slider-block {
  margin: 40px auto;
  position: relative;
  background: white;
}

.woo-slider-block .slider-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.woo-slider-block .slider-arrows button {
  background: #000;
  color: #fff;
  border: none;
  margin-left: 5px;
  padding: 6px 10px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 3px;
}

.woo-slider-block .slider-arrows button:hover {
  background-color: #444;
}

.woo-slider-block .product-slide {
  padding: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.woo-slider-block .product-image {
  position: relative;
  display: inline-block;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    object-fit: cover !important;
    text-align: -webkit-center;
}

.woo-slider-block .product-image .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s;
}

.woo-slider-block .product-image:hover .hover-img {
  opacity: 1;
}

.woo-slider-block .product-image:hover .main-img {
  opacity: 0;
}

.woo-slider-block .add-to-cart {
  opacity: 0;
  transition: 0.4s;
  margin-top: 10px;
}

.woo-slider-block .product-slide:hover .add-to-cart {
  opacity: 1;
}


.abdh7 h2, h2.fw-bold.stillha, .guide-section .main-heading, .guide-section h4, .guide-section h5 {
    color: #fff;
}
.aboutsection .abdh7 h2{
    color: #000;
}

.mega-menu {
  position: absolute;
  left: 0;
  top: 90%;
  width: 100%;
  background: #fff;
  z-index: 9999;
  display: none;
}

.nav-item.position-static:hover .mega-menu {
  display: block;
}
.mega-img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.mega-title {
  font-weight: 600;
}

a.cart-icon {
    position: relative;
}

.cart-count {
    background-color: #dc3545;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    padding: 3px 7px;
    position: absolute;
    top: -7px;
    right: -11px;
    line-height: 1;
    min-width: 20px;
    text-align: center;
}



ul.products.columns-3, .error404 .fourohfour-columns-2, ul.products, .woocommerce-product-search {
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
ul.products li.product img {
	  margin: 0;
    width: 100%;
    height: 318px;
    object-fit: fill;
	margin-bottom: 12px;
}
li.product.type-product.purchasable.product-type-simple {
    background: #fff;
	  border-radius: 12px;
}
ul.products li.product .button {
    border-radius: 10px;
	  margin-bottom: 20px !important;
}
ul.products li.product .price ins {
    font-weight: 700;
    color: #19852c;
    font-size: 16px;
}
.storefront-sorting {
    justify-content: end;
    display: flex;
}
.woocommerce-result-count{
	float: none;
	text-align: center;
  color: #fff;
	align-self: center;
}
.site-main .storefront-sorting:last-child {
    display: none;
}
    .storefront-sorting select {
        width: auto;
        padding: 4px;
        border-radius: 10px;
    }
.half-underline {
    color: #fff;
}
.list-unstyled {
    margin-left: 0;
}
.col-1 h2 {
    color: #ffffff;
    font-weight: 600;
    font-size: 28px;
}
.col-1 h2:first-child {
    color: #ffffff !important;
    font-weight: 600;
    font-size: 28px;
}
nav.col-2 {
    background: #ffffffe6 !important;
    border-radius: 10px;
    margin-top: 50px;
}
/* Cart page css */
.wc-block-components-sidebar-layout .wc-block-components-main {
    box-sizing: border-box;
    margin: 0;
    padding-right: 4.5283018868%;
    width: 65%;
    box-shadow: 0 0.125rem 1.25rem rgb(0 0 0 / 12%) !important;
    padding: 10px;
    border-radius: 10px;
}
.edit-link {
    display: none;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
    width: 60% !important;
}
.is-large.wc-block-cart .wc-block-components-sidebar {
    margin-top: 0;
    /* border: 1px solid #cdc3c3; */
    border-radius: 10px;
    padding: 10px;
    margin-left: 20px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.hentry .entry-content a {
    text-decoration: none;
}
.hentry.type-page .entry-header {
    margin-top: 40px;
    padding-bottom: 20px;
}
.search-field {
    border-radius: 10px;
}
/* for content hide css on 99 page  */

/*.term-under-99-rs .container.my-4 {*/
/*    margin-top: 100px !important;*/
/*}*/
/*.container.my-4 {*/
/*    margin-top: 100px !important;*/
/*}*/
/* Header overlap css */
:where(.wc-block-product-filters) .wc-block-product-filters__overlay{
	z-index: 0 !important;
}
/* Css for side filtter */
.wc-block-product-filters__overlay {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    padding: 10px;
}
h3.wp-block-heading {
    font-size: 18px;
    font-weight: 600;
    margin-top: 22px;
}
/* Single product page css */

.single-product div.product{
	padding-top: 25px;
}
.single-product div.product{
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
h1.product_title.entry-title {
    /*color: #fff;*/
    font-size: 36px;
    font-weight: 600;
}
.single-product div.product p.price {
    /*color: #fff;*/
}
label {
    font-weight: 600;
	font-size: 16px;
}
form#commentform label {
    font-size: 16px !important;
}

.quantity .qty{
	display: none;
}

a.reset_variations {
	display: none !important;
}

p.stock.in-stock{
	display: none;
}

div.product_meta{
	display: none;
}

div.woocommerce-product-details__short-description {
    margin: 0 0 16px;
}
button.accordion-button.accord.text-white.fw-semibold
 {
    font-size: 22px;
	color: black !important;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, .12);
}
.faqcolor .accordion-button.accord{
    background: #f9f0ff !important;
}

p+h2, p+header h2, p+h3, p+h4, ul+h2, ul+header h2, ul+h3, ul+h4, ol+h2, ol+header h2, ol+h3, ol+h4, table+h2, table+header h2, table+h3, table+h4, blockquote+h2, blockquote+header h2, blockquote+h3, blockquote+h4, form+h2, form+header h2, form+h3, form+h4
Specificity: (0,0,2)
 {
    margin-top: 1.290684em;
}

select#color {
    padding: 5px;
    border-radius: 6px;
}
button.single_add_to_cart_button.button.alt {
    border: 1px solid white;
    width: 80% !important;
}
.product_cat-uncategorized span.onsale {
    /*color: #fff;*/
    /*border: 1px solid white; */
}
.site-main ul.products li.product{
    box-shadow: 0 0.125rem 1.25rem rgb(0 0 0 / 12%) !important;
}

/*span.posted_in {
    color: #fff;
}*/

.single-product .woocommerce-tabs.wc-tabs-wrapper {
    background: #e7e7e7;
    padding: 10px;
    border-radius: 10px;
}
li.product.type-product.purchasable.product-type-variable {
    background: #fff;
    border-radius: 12px;
}
.related.products h2:first-child {
    color: #fff;
    font-weight: 500;
    margin: 40px;
}

.widget {
    margin: 0 !important;
}
/*My account page css*/
.woocommerce-MyAccount-navigation {
        width: 100% !important;
    }
    .account-sidebar ul {
    list-style: none;
    margin-left: 0;
}
  .account-sidebar ul li{
    background: #fff !important;
    padding: 10px;
    border-radius: 10px;
}
.account-sidebar ul li.is-active {
    background: #ebebeb !important;
}
/*Contact page css*/
.contact-form .form-control {
    background: #ffffff;
}



.woobt-products .slick-arrow {
  background-color: #111;
  color: #fff;
  border: none;
  padding: 8px 12px;
  position: absolute;
  top: -40px;
  z-index: 2;
}
.woobt-products .woobt-prev {
  right: 60px;
}
.woobt-products .woobt-next {
  right: 10px;
}
.woobt-products {
  position: relative;
  padding-top: 40px;
}


  .my-slick-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  flex-direction: row !important;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  gap: 10px; /* optional: space between dots */
}

.my-slick-slider .slick-dots li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.my-slick-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  text-indent: -9999px;
  padding: 0;
  cursor: pointer;
}

.my-slick-slider .slick-dots li.slick-active button {
  background-color: #000;
}



.woocommerce-accordion-tabs .accordion-tab {
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}

.accordion-toggle {
  width: 100%;
  padding: 15px;
  background: #fff;
  border: none;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-toggle::after {
  content: '+';
  font-size: 20px;
}

.accordion-tab.active .accordion-toggle::after {
  content: '−';
}

.accordion-content {
  display: none;
  padding: 15px;
  background: #fafafa;
  font-size: 14px;
  line-height: 1.6;
}

.accordion-tab.active .accordion-content {
  display: block;
}



/* Desktop hover effect */
@media (min-width: 992px) { /* lg and up */
  .dropdown-hover:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  /* Prevent accidental double click on parent */
  .dropdown-hover > .nav-link {
    pointer-events: none;
  }
}



