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

#home_slider .wd-slide-inner > .elementor > div {
	display: flex;
    align-items: center;
}

.category-grid-item .wd-cat-image {
	position: relative;
	padding-top: 100%;
}

.category-grid-item .wd-cat-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(22, 45, 176, 0) 0%, #222222 100%);
    opacity: .6;
}

.wd-cat .wd-entities-title,
.cat-design-default .wd-cat-count {
	color: #fff;
}

.category-grid-item .wd-cat-image img {
	bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.wd-product .product-image-link {
	padding-top: 100%;
}

.wd-product .product-image-link img {
	bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.wd-product .wd-product-cats {
	 display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.elementor-shortcode form p {
	display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 auto;
    max-width: 500px;
    margin-top: 15px;
}

.elementor-shortcode form .wpcf7-form-control-wrap {
    width: 100%;
}

.box-main {
	background-color: #fafff4;
	padding: 10px;
}

.box-main h3 {
	font-size: 16px;
    margin-bottom: 10px;
}

.box-main ul {
	font-size: 14px;
	list-style: none;
	padding: 0;
}

.box-main ul li {
    margin-bottom: 2px;
    position: relative;
    font-size: 14px;
    padding-left: 25px;
}

.box-main ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 16px;
    height: 16px;
    background-image: url(/wp-content/uploads/icon-check-green.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: translateY(-50%);
}

.box-main2 {
	background: #f5f5f5;
}

.box-main2 h3 {
	background-color: var(--btn-accented-bgcolor);
    font-size: 18px;
    color: #fff;
    padding: 8px 10px;
    border-left: 5px solid #ff9800;
}

.box-main2 ul {
    list-style: none;
    margin: 0;
    padding: 0 10px 10px;
}

.box-main2 ul li {
    margin-bottom: .6em;
	font-size: 14px;
	color: #000;
}

.box-main2 ul li a {
	color: var(--btn-accented-bgcolor);
}

.list-icon .elementor-icon {
	width: 60px;
    height: 60px;
    border: 3px solid var(--wd-primary-color);
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-icon .elementor-icon svg {
	width: 36px;
	height: 36px;
}

.list-icon .elementor-icon path {
	fill: var(--wd-primary-color);
}

.list-icon .elementor-icon-box-title {
	color: var(--wd-primary-color);
    margin-bottom: .5rem;
}

.list-icon .elementor-icon-box-description {
	font-size: 16px;
    max-width: 380px;
    color: #222;
}

.list-prd2 .prd2-item {
	padding: 45px 45px 45px 45px;
    border-radius: 25px;
	box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

.list-prd2 .prd2-item h2 {
	color: var(--wd-primary-color);
    position: relative;
    padding-bottom: 15px;
}

.list-prd2 .prd2-item h2:before {
    content: "";
    position: absolute;
    width: 35%;
    background-color: var(--wd-primary-color);
    height: 4px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.list-prd2 .text-top {
    font-size: 16px;
    color: #222;
    border-bottom: 4px solid var(--wd-primary-color);
}


.list-prd2 .text-bot {
    font-size: 16px;
    color: #222;
}

.list-prd2 .text-bot ul {
    list-style: none;
    padding-left: 0;
	margin-bottom: 0;
}

.list-prd2 .text-bot ul li {
    position: relative;
    padding-left: 24px;
}

.list-prd2 .text-bot ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: green;       
    font-weight: bold;
}

.list-prd2 .prd2-item .btn {
	width: 100%;
    background-color: var(--wd-primary-color);
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
}

.list-prd3 .elementor-icon {
	color: var(--wd-primary-color);
}

.list-prd3 .elementor-icon svg {
	fill: var(--wd-primary-color);
}
 
.list-prd3 .elementor-icon-box-title {
	color: var(--wd-primary-color);
}

.list-prd3 .elementor-icon-box-description {
	font-size: 16px;
    color: #222;
    max-width: 380px;
    margin: 0 auto;
}

@media (max-width: 768.98px) { 
	.wd-cat .wd-entities-title,
	.cat-design-default .wd-cat-count {
		color: #222222;
	}
	
	.list-icon .elementor-icon {
		margin: 0 auto;
	}
	
	.list-prd3 .elementor-icon-box-wrapper {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}