/*
Theme Name: Woodmart Child
Theme URI: https://woodmart.xtemos.com/
 Description: Child theme for Woodmart
 Author:      Ming
 Template:    woodmart
 Version:     1.0.0
*/

/* Ensure the gallery container can position overlays */
a.download-product-button {
    display: inline-block;
    background: #1e73be;
    color: #fff !important;
    padding: 12px 16px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: background .3s;
}

a.download-product-button:hover {
    background: #155d8b;
}
.wd-quick-shop > img{
  display: none !important
}
.woocommerce-loop-product__title a{
  font-size:16px !important;
}
.profile-info{
  display: none !important;
}

.tax-product-cart .wd-product-cats{
  display: none !important;
}

.wd-title-wrapp .wd-back-btn{
  display: none !important;
}

.home-button {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 15px;
    background-color: #1e73be;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.3s;
    position: absolute;
    top: 5px;
    right: 15px;
}

.dokan-store .wd-product{
  display:none;
}

.breadcrumb-container{
  padding-top: 15px;
  font-size: 16px;
  font-weight: 600;
  color:black;
  background-color: #fff;
}

.breadcrumb-container a{
  color:rgb(30,115,190);
  text-decoration: underline;
}

.page-id-13 #main-content{
  padding-top:0px !important;
}