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

.wd-search-cat-btn { width:200px; }

.wd-product img {
  height:220px;
  object-fit:contain;
}

#woocommerce_product_search-3 {padding-bottom:20px !important;}

#woocommerce_product_search-3 h5 {margin-bottom:15px !important;}

.woocommerce-privacy-policy-text, .wd-empty-page-text {display:none;}

.amount {text-wrap:nowrap;}

.cart_totals .woocommerce-shipping-totals {display:none !important;}

@media (max-width:763px) {
	.elementor-27805 .elementor-element.elementor-element-62c3ed9 {padding-top:10px !important;}
	.utepl{width:fit-content;}
}

.category-blog {
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(234 89 42);
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--font-size--medium: 1.2em;
  --wp--preset--font-size--small: 0.85em;
  --wp--preset--font-size--large: 1.5em;
}

.mt-0 {margin-top: 0 !important;}
.mt-1 {margin-top: 1rem !important;}
.mt-2 {margin-top: 2rem !important;}
.mt-3 {margin-top: 3rem !important;}

.mb-0 {margin-bottom: 0 !important;}
.mb-1 {margin-bottom: 1rem !important;}
.mb-2 {margin-bottom: 2rem !important;}
.mb-3 {margin-bottom: 3rem !important;}

.ph-0 {padding-left: 0; padding-right: 0;}
.ph-1 {padding-left: 1rem; padding-right: 1rem;}
.ph-2 {padding-left: 2rem; padding-right: 2rem;}
.ph-3 {padding-left: 3rem; padding-right: 3rem;}

.pv-0 {padding-top: 0; padding-bottom: 0;}
.pv-1 {padding-top: 1rem; padding-bottom: 1rem;}
.pv-2 {padding-top: 2rem; padding-bottom: 2rem;}
.pv-3 {padding-top: 3rem; padding-bottom: 3rem;}

.wd-posts .blog-design-masonry .wd-post-img {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.wd-posts .blog-design-masonry .wd-post-title {
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
}
.wd-posts .blog-design-masonry .wd-post-excerpt {
  line-height: 1.2;
  text-align: left;
}
.wd-posts .blog-design-masonry .wd-post-author {display: none;}

.post-single-page h1.wd-entities-title.wd-post-title {
  text-align: left;
  line-height: 1.2;
}

.wd-entry-content .wp-block-group.panel-accent {
  padding: 2rem;
  border-radius: 10px;
}

.wd-entry-content figure.wp-block-image img,
.wd-single-post-header .wd-post-image img {
    border-radius: 10px;
	box-shadow: var(--wp--preset--shadow--natural);
}

.rank-math-list p.rank-math-question {
    font-weight: bold;
    margin-bottom: 0em;
}

.wd-entry-content a {
  color: var(--btn-accented-bgcolor);
  text-decoration: underline;
  text-decoration-color: inherit;
  text-underline-offset: 3px;
}

.wd-entry-content a:hover {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: inherit;
  text-underline-offset: 1px;
}

.wd-entry-content .wp-block-group.panel-accent .has-link-color a {color: #ff835b;}

.wd-entry-content .wp-block-group.panel-accent .has-link-color a:hover {color: #fff;}

.list-check {list-style: none;}
.list-check>li:before {
  content: '\f107';
  font-family: 'woodmart-font';
  margin-left: calc(-1 * var(--li-pl));
  margin-right: 0.5rem;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}
hr.wp-block-separator.is-style-accent {
  border-bottom-color: rgb(234 89 42) !important;
  opacity: 1;
}

.whb-top-bar .whb-top-bar-inner {
	opacity: 0;
	animation-name: fadein;
	animation-delay: 1s;
	animation-duration: .3s;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards; 
}
@keyframes fadein {
  from {opacity: 0;}
  to {opacity: 1;}
}

.whb-top-bar .wd-social-icons.social-follow {display: none;}
@media screen and (min-width: 1025px){
	.whb-row.whb-top-bar .whb-column_mobile1.whb-hidden-lg {display: flex;}
	.whb-row.whb-top-bar .whb-column_mobile1.whb-hidden-lg .wd-social-icon.social-facebook {display: none;}
}