/*!
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;
  }


  @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-columns: repeat(6, 1fr);
  grid-template-areas: 
    "title title title title title title"
    "desc desc desc desc desc desc"
    "price price price price price price"
    "info info info button button button";
}
@media(max-width: 980px){
  .products .product .product-details{
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    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 .acf-short-description{
  grid-area: desc;
}
.products .product .product-details .price{
  grid-area: price;
}
.products .product .product-details .btn-info{
  grid-area: info;
  margin-right: 5px;
  margin-top: auto;
}
.products .product .product-details .btn-info a{
  display: flex;
  height: 52px;
  padding: 14px 0;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 2px solid #59CB9B; 
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase; 
  background: transparent !important;
  color: #59CB9B !important;
}
.products .product .product-details .product-action-wrap{
  grid-area: button;
  padding-top: 0 !important;
  margin-left: 5px;
}
.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;
}

.home-slider {
  padding-bottom: 150px;
  padding-left: 20px;
  padding-right: 20px;
}
.home-slider .splide__arrow svg{
  display: none !important;
}
.home-slider .splide__arrow {
  width: 70px !important;
  height: 70px !important;
  top: unset !important;
  transform: none !important;
  bottom: -100px;
}
.home-slider .splide__arrow--prev.slick-prev,
.home-slider .splide__arrow--prev.slick-prev:hover {
  background: url('/wp-content/uploads/2025/01/l.svg') no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  opacity: 1 !important;
  left: calc(50% - 75px);
}
.home-slider .splide__arrow--next.slick-next,
.home-slider .splide__arrow--next.slick-next:hover {
  background: url('/wp-content/uploads/2025/01/r.svg') no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  opacity: 1 !important;
  left: calc(50% + 5px);
}
@media (min-width: 1290px){
  .home-slider {
    padding-left: calc(50% - 621px);
    padding-bottom: 150px;
    padding-right: 0;
  }
  .home-slider .splide__arrow--prev.slick-prev {
    left: calc(621px - 75px) !important;
  }
  .home-slider .splide__arrow--next.slick-next {
    left: calc(621px + 5px) !important;
  }
}
.woocommerce ul.products li.product a img{
  width: auto !important;
  max-width: 100% !important;
  height: 380px !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 15px !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title a{
  display: block;
  height: 52px !important;
  overflow: hidden !important;
  font-size: 23px !important;
  font-weight: 700 !important;
  line-height: 26px !important;
}
.woocommerce ul.products li.product .acf-short-description{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 40px !important;
  overflow: hidden !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 20px !important;
  margin-bottom: 15px;
}
.kadence-shop-top-item.kadence-woo-toggle {
  display: none !important;
}
.woocommerce ul.products li.product .price {
  color: #2D9095 !important;
  font-size: 23px !important;
  font-weight: 700 !important;
  line-height: 26px !important;
}
.woocommerce ul.products li.product .btn-info .button.custom-button{
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #171818 !important;
}
.woocommerce ul.products li.product .btn-info .button.custom-button:hover{
  background: #59CB9B !important;
}
.woocommerce ul.products li.product .btn-info .button.custom-button::after{
  width: 24px;
  height: 24px;
  content: '';
  background: url('/wp-content/uploads/2025/01/arrow.svg') no-repeat;
}
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .added_to_cart {
  border-radius: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #171818 !important;
}
.woocommerce ul.products li.product .add_to_cart_button:hover,
.woocommerce ul.products li.product .added_to_cart:hover{
  background-color: #243c53 !important;
}
.woocommerce ul.products li.product .add_to_cart_button .kadence-svg-iconset,
.woocommerce ul.products li.product .added_to_cart .kadence-svg-iconset{
  display: none !important;
}
.woocommerce ul.products li.product .add_to_cart_button::after,
.woocommerce ul.products li.product .added_to_cart::after{
  width: 24px;
  height: 24px;
  content: '';
  display: block;
  background: url('/wp-content/uploads/2025/01/check.svg') no-repeat;
}
.woocommerce ul.products li.product .product-details {
  padding-bottom: 5px !important;
}
.woocommerce-product-gallery .product_image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  max-width: 100% !important;
  background: #DCEDEC;
  padding-top: 100px;
  padding-bottom: 100px;
}
.woocommerce-product-gallery .product_image .attachment-shop-single {
  width: auto !important;
  max-width: unset !important;
  height: 350px !important;
}
.woocommerce div.product .product_title{
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  color: #171818;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.woocommerce div.product .product_title::after{
  content: '';
  display: block;
  background: url('/wp-content/uploads/2025/01/accent.svg') no-repeat;
  width: 106px;
  height: 36px;
}
.woocommerce div.product span.price, .woocommerce div.product p.price{
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 150%;
  color: #2D9095;
}
.woocommerce div.product form.cart div.quantity {
  border-radius: 0 !important;
  border: 1px solid #171818 !important;
  float: unset !important;
  display: flex;
  width: 100px;
}
.quantity.spinners-added input.minus, .quantity.spinners-added input.plus{
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.woocommerce .quantity.spinners-added .qty{
  width: 40px;
}
.woocommerce div.product form.cart .single_add_to_cart_button {
  float: none !important;
  /* order: 2; */
}
.woocommerce div.product form.cart::before,
.woocommerce div.product form.cart::after {
  display: none !important;
}
.summary.entry-summary form.cart {
  display: flex !important;
  flex-wrap: wrap;
}
.woocommerce div.product form.cart .single_add_to_cart_button {
  border-radius: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #171818 !important;
  width: calc(100% - 104px);
  text-transform: uppercase;
  font-weight: 700 !important;
}
.woocommerce div.product form.cart .added_to_cart {
  width: 100% !important;
  margin-left: 0 !important;
  margin-top: 10px !important;
  border-radius: 0 !important;
  display: block;
  border: 1px solid #59CB9B !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}
.woocommerce div.product form.cart .added_to_cart:hover {
  background: #59CB9B !important;
}
.woocommerce div.product form.cart .single_add_to_cart_button:hover{
  background-color: #243c53 !important;
}
.woocommerce div.product form.cart .single_add_to_cart_button::after{
  width: 24px;
  height: 24px;
  content: '';
  display: block;
  background: url('/wp-content/uploads/2025/01/check.svg') no-repeat;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child{
  margin-left: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
  border-radius: 0 !important;
  border: 1px solid #2D9095 !important;
  color: #10100D !important; 
  background: transparent !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
  color: #10100D !important; 
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
  border-radius: 0 !important;
  background: #2D9095 !important;
  color: #fff !important; 
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
  color: #fff !important; 
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
  border: none !important;
}

.kadence-sticky-add-to-cart-action-wrap form.cart .quantity {
    margin-right: 4px;
    display: flex;
}

.woocommerce table.shop_table td .quantity.spinners-added {
    display: flex !important;
}


a.linkt{
	color: #fff !important;
    font-weight: 700 !important;
}

.contactd{
	color:#96D7DA;
	font-weight:600;
	padding-bottom:20px;
}

.cont-i{
	padding-top: 10px;
}

.wpcf7-form-control.wpcf7-text{
	border:none;
	margin-bottom:20px;
}

.wpcf7-textarea{
	border:none;
}

input[type="text"]{
	width:625px !important;
}

.wpcf7-email{
	width:625px !important;
}

.wpcf7 textarea {
    height: 170px;
}

@media (max-width: 650px){
  .woocommerce div.product .product_title{
    font-size: 30px;
  }
  .woocommerce ul.products:not(.products-list-view), .wp-site-blocks .wc-block-grid:not(.has-2-columns):not(.has-1-columns) .wc-block-grid__products {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .woocommerce-product-gallery .product_image {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .woocommerce ul.products li.product a img{
    width: auto !important;
    max-width: 100% !important;
    height: 350px !important;
  }
  .woocommerce ul.products li.product{
    margin-bottom: 30px;
  }
  .products .product .product-details .btn-info{
    grid-area: info;
    margin-right: 0px;
  }
  .products .product .product-details .product-action-wrap{
    grid-area: button;
    padding-top: 0 !important;
    margin-left: 0px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title a{
    height: auto !important;
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .woocommerce ul.products li.product .acf-short-description{
    height: auto !important;
    font-size: 16px !important;
    line-height: 18px !important;
  }
  .woocommerce ul.products li.product .acf-short-description:empty {
    display: none;
  }
}
