/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* for footer bg color */
.footer-container {
  background-color: #eeeeee !important;
  background-image: none;
}
/* for the category names css */
.wd-nav[class*="wd-style-"] > li > a {
  color: #c01157 !important;
}
/* for the background color for the shop page */
.page-title-default {
  background-color: #F1F1F1 !important;
  background-image: none;
  background-size: cover;
  background-position: center center;
}
legend, h1, h2, h3, h4, h5, h6, .title {
  display: block;
  margin-bottom: var(--wd-tags-mb);
  color: #000 !important;
}
.wd-nav-product-cat .nav-link-count {
  display: block;
  margin-top: 5px;
  color: rgba(0, 0, 0, 0.6) !important;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
}
/* for the arrow in the shop categogry */
.wd-action-btn > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000 !important;
  cursor: pointer;
}


/* change for the my account text */
:is(.breadcrumbs, .yoast-breadcrumb) > :is(a, span) {
  display: inline-block;
  color: #c01157;
}


#banner-title {
	color: white !important;
}

.wd-checkout-steps li a {
  color: black !important;
}

.wd-checkout-steps li {
  color: black !important;
 
}

element {
}
.elementor-3267 .elementor-element.elementor-element-4755d39 .elementor-button {
  background-color: #C01157;
  font-size: 15px;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.elementor-button:focus, .elementor-button:hover, .elementor-button:visited {
  color: #fff;
}
.elementor-align-center .elementor-button {
  width: auto;
}
.elementor a {
  box-shadow: none;
  text-decoration: none;
}
.elementor-button {
  display: inline-block;
  line-height: 1;
  background-color: #69727d;
  font-size: 15px;
  padding: 12px 24px;
    padding-top: 9px !important;
    padding-right: 14px;
    padding-bottom: 9px !important;
    padding-left: 14px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  transition: all .3s;
}

a {
  color: #000 !important;
  text-decoration: none;
  transition: all .25s ease;
}

.color-scheme-dark {
  --color-white: #fff;
  --color-gray-100: #f7f7f7;
  --color-gray-200: #f1f1f1;
  --color-gray-300: #000;
  --color-gray-400: #a5a5a5;
  --color-gray-500: #767676;
  --color-gray-600: #666;
  --color-gray-700: #555;
  --color-gray-800: #333;
  --color-gray-900: #242424;
  --bgcolor-black-rgb: 0,0,0;
  --bgcolor-white-rgb: 255,255,255;
  --bgcolor-white: #fff;
  --bgcolor-gray-100: #f7f7f7;
  --bgcolor-gray-200: #f7f7f7;
  --bgcolor-gray-300: #f1f1f1;
  --bgcolor-gray-400: rgba(187,187,187,0.4);
  --brdcolor-gray-200: rgba(0,0,0,0.075);
  --brdcolor-gray-300: rgba(0,0,0,0.105);
  --brdcolor-gray-400: rgba(0,0,0,0.12);
  --brdcolor-gray-500: rgba(0,0,0,0.2);
  --wd-text-color: #767676;
  --wd-title-color: #242424;
  --wd-entities-title-color: #333;
  --wd-entities-title-color-hover: rgba(51,51,51,0.65);
  --wd-link-color: #333;
  --wd-link-color-hover: #242424;
  --wd-form-brd-color: rgba(0,0,0,0.1);
  --wd-form-brd-color-focus: rgba(0,0,0,0.15);
  --wd-form-placeholder-color: #767676;
  color: #000 !important;
}
.wd-product-cats {
    display: none !important;
}

.min-footer > div {
  flex: 1 0 50%;
  padding-inline: 15px;
  max-width: 30%;
  line-height: 1.2;
  margin-left: 450px !important;
}


.yith-wapo-addon:not(.yith-wapo-addon-type-label) .yith-wapo-option .image img {
  max-width: 100%;
  max-height: 300px !important;
}


.wd-sub-menu li > a {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  color: var(--sub-menu-color);
  font-size: 15px !important;
  line-height: 1.3;
}

/* Hide Add to Cart button when hovering over products */
.wd-quick-shop .wd-add-btn-replace a.button.add_to_cart_button {
    display: none !important;
}


/*
 
.woocommerce-categories{
	max-width:400px;
	overflow-x: scroll
}

.woocommerce-categories ul {
  list-style-type: none;
}

ul > li {
    display: inline-block;
    

.woocommerce-categories li {
  display: inline-flex;
  margin-right: 10px; 
}
*/

#wapo-total-price-table {
  margin-top: 10px !important;
}
.wapo-product-price{
	font-size:14px !important;
}

.wapo-total-options{
	font-size:14px !important;
}

.wapo-total-order{
	font-size:14px !important;
}

#wapo-total-price-table table th {
  padding-right: 10px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
  text-align: left !important;
}
#wapo-total-price-table table td {
  
	padding-top: 5px !important;
	padding-bottom: 5px !important;
  
}
.wapo-addon-title {
	font-size: 16px !important;
	color: red !important;
}

.image-container img{
	height: 200px !important;
}

/*
.woodmart-title-container {
	background-color:  #eaebf4c2 !important;
	
	padding:10px !important;
}


.elementor-widget-container p{
	background-color:  #eaebf4c2 !important;
	/* #eaebf4 !important; 
	padding:10px !important;
	color: #c01157 !important;
	font-weight: 900 !important;
}
*/
.liner-container > h2 {
  color: #c01157 !important;
}


.wd-active-filters .widget_layered_nav_filters {
  line-height: unset;
  background-color:  #ffc0cb !important;
  color: white !important;
}


/*
 
Footer changes
*/
.footer-container {
  background-color: #eeeeee  !important;
  background-image: none;
}

/* hide flate rate text in the checkout page */
label[for^="shipping_method_0_flat_rate"] {
    font-size: 0; /* Hides the text */
}

label[for^="shipping_method_0_flat_rate"] .woocommerce-Price-amount {
    font-size: 16px; /* Ensures the price remains visible */
}

/* to change the color and background color of the filter button */
.widget_price_filter [class*="price_slider_amount"] .button {
 
  color: #fff !important;
 
  background-color: #ca0000 !important;

}

.elementor-3267 .elementor-element.elementor-element-2e1ecef .title {
  font-size: 30px !important;
}
.elementor-3282 .elementor-element.elementor-element-ddef782 .title {
 
  font-size: 30px !important;
  font-weight: normal;
  font-style: normal;
}
.elementor-17647 .elementor-element.elementor-element-3a41db6 .title {
  
  font-size: 30px !important;
}
.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 5px !important;
  box-shadow: none;
}

/*to give the border radius for the mailchimp account */
.mc4wp-form input[type="submit"] {
  border-radius: 5px !important;
  color: var(--btn-accented-color);
  box-shadow: var(--btn-accented-box-shadow);
  background-color: var(--btn-accented-bgcolor);
  text-transform: var(--btn-accented-transform, var(--btn-transform));
  font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
  font-family: var(--btn-accented-font-family,var(--btn-font-family) );
  font-style: var(--btn-accented-font-style, var(--btn-font-style));
}

.wd-button-wrapper .btn .wd-btn-text {
  color: white !important; /* change to your desired color */
}
@media (max-width: 1024px) {
  .elementor-element-423e2a49 {
    padding-top: 0 !important;
    margin-top: 0 !important;
    min-height: 0 !important;
  }

  .elementor-element-423e2a49 .wd-heading {
    display: none !important; /* hides the "Close" heading if causing space */
  }

  .elementor-element-423e2a49 .elementor-widget-container {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  .elementor-element-423e2a49 .sidebar-widget {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
