/**
Theme Name: Sohozkenakata Child Theme
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sohozkenakata-child-theme
Template: astra
*/
a.button.call-number-button{
	
	
	color:white !important;
	background-color:blueviolet !important;
margin-bottom:10px !important;
		width:300px !important;
	
	text-align:center !important;
	
}

a.button.call-number-button2{color:white !important;
	background-color:blueviolet !important;
	margin-bottom:10px !important;
	width:300px !important;
	text-align:center !important;
	
	
	
}
button.button1{
	
background-color:green !important;
	width:300px!important;
	margin-bottom:10px !important;
	color:white !important;
}
button.button2{
	background-color:green !important;
	width:300px!important;
	
		color:white !important;
	margin-bottom:20px !important;
	
}



.woocommerce-review__published-date {
    display: none !important;
}
.custom-remove-button {
    margin-left: 10px;
    text-decoration: none;
    color: #6b7280; /* Neutral Gray */
    font-weight: 600;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
}

.custom-remove-button:hover {
    color: #ef4444; /* Elegant Red Hover */
    transform: scale(1.1);
}

.custom-remove-icon {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 50%;
    background-color: #f3f4f6; /* Light gray bg */
}


/* Ensure product cards have equal height */
.woocommerce ul.products li.product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Button area always at bottom */
.woocommerce ul.products li.product .button,
.order-now-button-class {
    background-color: #0073e6 !important;
    color: #ffffff !important;
    font-weight: 600;
    border-radius: 5px !important;
    display: block !important;
    width: 100% !important;
    text-align: center;
    margin: 5px 0 0 0;
    border: none !important;
    line-height: 1.4em !important;
}

/* Mobile buttons (smaller size) */
@media (max-width: 768px) {
    .woocommerce ul.products li.product .button,
    .order-now-button-class {
        font-size: 14px !important;
        padding: 8px 12px !important;
    }
}

/* Laptop/Desktop buttons (bigger size) */
@media (min-width: 769px) {
    .woocommerce ul.products li.product .button,
    .order-now-button-class {
        font-size: 16px !important;
        padding: 12px 18px !important;
    }
}


/* ===== Cleaned final CSS for product category grid ===== */

.sh-styled-categories .sh-grid {
  display: grid;
  grid-template-columns: repeat(var(--cols, 3), 1fr);
  gap: 22px;
  align-items: stretch;
}

.sh-styled-categories .sh-category-card,
.sh-styled-categories a.sh-category-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: transform .22s ease, box-shadow .22s ease;
}

.sh-styled-categories .sh-category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.sh-styled-categories .sh-card-media {
  width: 100%;
  height: 500px;
  min-height: 180px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(180deg, #f7f7f7, #ffffff);
}

.sh-styled-categories .sh-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  max-width: none;
  border-radius: 0;
}

.sh-styled-categories .sh-card-body {
  padding: 12px 14px;
  min-height: 64px;
  display: flex;
  align-items: center;
}

.sh-styled-categories .sh-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #123;
  text-decoration: none;
}

.sh-styled-categories .sh-title a {
  color: inherit;
  text-decoration: none;
}

.sh-styled-categories .sh-title a:hover {
  text-decoration: none;
}

.sh-styled-categories .sh-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 20;
  background: #ffffff;
  padding: 6px 10px;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  font-weight: 600;
  color: #111;
}

@media (max-width: 1024px) {
  .sh-styled-categories .sh-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sh-styled-categories .sh-card-media {
    height: 240px;
  }
}

@media (max-width: 640px) {
  .sh-styled-categories .sh-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .sh-styled-categories .sh-card-media {
    height: 200px;
  }
}



.popup-custom-coupon {
    display: none !important;
}


 .single-product .product_title,
.single-product h1.product_title,
.single-product .entry-title {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}



/* Product Listing Pages (Home, Shop, Category, Tag, Search) */
ul.products li.product .add_to_cart_button,
ul.products li.product .ajax_add_to_cart {
  display: none !important;
}

/* Single Product Page */
.single-product .single_add_to_cart_button {
  display: none !important;
}

/* Related / Upsells / Cross-sells (Single page এর নিচে) */
.single-product ul.products li.product .add_to_cart_button {
  display: none !important;
}

/* Extra safety (some themes use generic button) */
button.single_add_to_cart_button,
a.button.add_to_cart_button {
  display: none !important;
}


/* Product card full height flex */
ul.products li.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Product content grow করবে */
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .price {
  flex-grow: 1;
}

/* Button always bottom align */
ul.products li.product .button {
  margin-top: auto;
}

/* Product image wrapper */
ul.products li.product img {
  border: 2px solid #e5e5e5; /* color change করতে পারো */
  border-radius: 8px; /* optional rounded */
  padding: 5px; /* optional spacing */
  background: #fff;
}
