/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */


.footer-navigation .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column !important;
}

.p-title{
    font-size:18px;
    font-weight: 700;
}

#kadence-breadcrumbs{
    margin-bottom: 0px;
}


.woocommerce .entry.product a.wp-block-read-more {
    border: 1px solid #000;
    padding: 5px;
  }



.img-1 > img{
  margin-left:200px;
}

.no-pading-t {
  margin: 0em 0em 0.5em 0.5em !important;
}


.widget.widget_block{
  color:#fff;
}


  @media (min-width: 1520px){
.wp-site-blocks .content-container .alignwide {
    margin-left: -40px !important;
    margin-right: -40px !important;
    width: unset;
    max-width: unset;
  }
}
/* .products .product .product-details{
  display: grid !important;
  grid-template-areas: 
    "title title title title title"
    "desc desc desc desc desc"
    "price price price price price"
    "info info button button button";
} */

.kb-gallery-wrap-id-2_e17e75-54 {
  margin-right: -156px;
  padding-left: 200px;
}


@media(max-width: 980px){
  /* .products .product .product-details{
    display: grid !important;
    grid-template-areas: 
      "title"
      "desc"
      "price"
      "info"
      "button";
  } */
  .products .product .product-details .btn-info{
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
}
.products .product .product-details .woocommerce-loop-product__title {
  grid-area: title;
}
.products .product .product-details .tppdil_description{
  grid-area: desc;
}
.products .product .product-details .price{
  grid-area: price;
}
.products .product .product-details .btn-info{
  grid-area: info;
  margin-bottom: 10px;
}
.products .product .product-details .btn-info a{
  display: flex;
  height: 52px;
  padding: 14px 0;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  border: 2px solid #C1A262; 
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase; 
  background: transparent !important;
  color: #10100D !important;
}
.products .product .product-details .product-action-wrap{
  grid-area: button;
  padding-top: 0 !important;
}
.products .product .product-details .product-action-wrap .button,
.products .product .product-details .product-action-wrap .added_to_cart {
  display: flex;
  height: 52px;
  padding: 14px 0;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}
.products .product .product-details .product-action-wrap .added_to_cart{
  border-radius: 5px 5px 5px 5px;
  border: 2px none transparent;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
  color: var(--global-palette-btn);
  background: var(--global-palette-btn-bg);
  text-align: center;
  width: 100%;
  display: block;
  transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
}
.container {
  display: grid;
  grid-template-columns: 50px 50px 50px 50px;
  grid-template-rows: auto;
  grid-template-areas: 
    "header header header header"
    "main main . sidebar"
    "footer footer footer footer";
}

.tppdil_description{
  font-size:16px !important;
}

.home-product .woocommerce ul.products li.product .entry-content-wrap {
  padding: 0rem;
  margin:0;
}

h2.title_home{
  font-size: 54px;
    line-height: 1.2;
    color: #59cb9b;
}

.single-product .content-area {
  margin-top: 2rem;
  margin-bottom: 0 !important;
}

.tppdil_description{
  display: none;
}

.woocommerce-loop-product__title{
  height: 120px;
  max-height: 100%;
}

#media_image-3{
	display:flex;
	justify-content:center;
}

h2.woocommerce-loop-category__title{
	font-size: 24px !important;
	text-align:center;
}


.filter-toggle-open-container .filter-toggle-open {
    color: var(--global-palette5);
    padding: 3px 5px 3px 5px;
    font-size: 20px !important;
}

.filter-toggle-open-container .filter-toggle-open.filter-toggle-style-bordered{
    border: 2px solid #000000;
    background: #000;
    color: #fff;
}

