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

/* HEADER */

.wd-header-my-account > a {
	background: #1794c1;
	border-radius: 30px;
	color: #fff !important;
	min-height: 60px;
	min-width: 160px;
	padding: 20px !important;
}
.wd-header-my-account span.wd-tools-text {
	font-size: 700 !important;
}
.wd-dropdown-my-account {
	margin-top: 20px !important;
}
.top-bar-text p {
	font-weight: 400;
	font-size: 14px;
	color: #ffffff !important;
}

.page .page-title .title {
	font-size: 60px !important;
	padding-right: 40% !important;
}

@media (min-width:1025px){
.post-type-archive-product .page-title.page-title-default {
    padding: calc(20px + 2%) 0 !important;
}    
}
@media (min-width:992px) and (max-width:1024px){
.post-type-archive-product .page-title.page-title-default {
    padding: 120px 0 60px !important;
}    
}

/* HOMEPAGE */

.primary-btn {
	font-weight: 700 !important;
	font-size: 16px;
	letter-spacing: 0.05em;
	color: #1794c1 !important;
	min-width: 180px !important;
	min-height: 60px;
	text-transform: capitalize !important;
	padding: 10px 20px !important;
}
.secondary-btn {
	font-weight: 700 !important;
	font-size: 16px;
	letter-spacing: 0.05em;
	min-width: 180px !important;
	min-height: 60px;
	text-transform: capitalize !important;
	padding: 10px 30px !important;
}

body {
	counter-reset: section;
}

.services-row .promo-banner-wrapper {
	background: #ffffff;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.services-row .wrapper-content-banner:before {
	counter-increment: section;
	content: "0" counter(section);
	display: block !important;
	font-size: 58px !important;
	color: #1794c1 !important;
	font-weight: 700 !important;
}
.services-row .promo-banner:after {
	content: "";
	background: #fff !important;
	position: absolute !important;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: block !important;
	transition: 0.2s ease-in-out !important;
}
.services-row .promo-banner:hover:after {
	opacity: 0;
}
.services-row .wrapper-content-banner {
	flex-direction: column;
	justify-content: center;
	align-items: start;
}
.services-row .promo-banner:hover .wrapper-content-banner:before {
	opacity: 0;
	width: 0 !important;
	height: 0 !important;
}
.services-row .promo-banner:hover .banner-inner {
	display: none !important;
}
.services-row .promo-banner:hover .content-banner,
.services-row .promo-banner:hover .wd-button-wrapper {
	text-align: center;
}
.services-row .promo-banner:hover .banner-title {
	color: #fff !important;
	margin-bottom: 20px;
}
.services-row .promo-banner a.btn {
	font-weight: 700 !important;
	font-size: 14px;
	letter-spacing: 0.05em;
	min-width: 150px !important;
	min-height: 50px;
	text-transform: capitalize !important;
	padding: 10px 20px !important;
}
.services-row .wrapper-content-banner:after {
	content: "";
	border: 1px solid #fff !important;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	top: 20px;
	display: block !important;
	z-index: -1;
}

.featured-product-row {
	position: relative;
}
.featured-product-row:before {
	content: "";
	background-color: #2c94bf;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 45%;
	top: -1px;
	display: block;
}
.product-wrapper .product-element-bottom {
	position: absolute !important;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background: #000000c7;
	opacity: 0;
	transition: 0.2s ease-in-out;
	min-height: 120px;
	display: grid;
	place-items: center;
}
.product-wrapper .product-element-bottom h3.wd-entities-title a {
	color: #fff !important;
	font-weight: 600;
	font-size: 34px !important;
	font-family: "Playfair Display";
	text-align: center;
	color: #ffffff !important;
}
.product-wrapper .wd-product-cats,
.product-wrapper span.price {
	display: none;
}
.product-wrapper {
	position: relative;
}
.product-wrapper:hover .product-element-bottom {
	opacity: 1;
}
.product-wrapper img {
	height: 440px;
	object-fit: contain;
	padding: 30px;
}

.testimonial-container .owl-stage-outer {
	overflow: visible !important;
}
.testimonial-container .testimonial-inner {
	background: #ffffff;
	box-shadow: 0px 30px 30px -20px rgba(0, 0, 0, 0.04);
	border-radius: 0px 0px 100px 0px;
	padding: 0 6% 20px;
	margin: 20px;
	min-height: 400px;
	display: grid;
	place-content: center;
	position: relative;
}
.testimonial-container .testimonial-inner:before {
	content: "";
	background: url(https://newtropin.com/wp-content/uploads/2023/04/quote-min.png);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-size: 12%;
	background-repeat: no-repeat;
	background-position: left 5% top 10%;
	pointer-events: none !important;
}
.testimonial-container .testimonial-content {
	display: flex;
	flex-direction: column-reverse;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #333333;
}
.testimonial-container .testimonial-content footer {
	font-weight: 700;
	font-size: 20px;
	color: #1794c1;
	margin-bottom: 25px;
}
.testimonial-container .testimonial-content footer span {
	font-weight: 500 !important;
	font-size: 16px !important;
	text-align: center;
	color: #004b687d;
	display: block;
}
.testimonial-container .testimonial-content:before {
	content: "\f005\f005\f005\f005\f005";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	letter-spacing: 2px;
	color: #f1b625 !important;
	display: block;
	font-size: 16px;
	margin-top: 20px;
}
.owl-dots .owl-dot.active span {
	background: #1794c1 !important;
}
.owl-dots .owl-dot span {
	border: none !important;
	background: #1794c152 !important;
	padding: 7px !important;
}

.offers-row .info-box-icon img {
	max-width: 250px;
}

/* FOOTER */

.footer-menu ul li a {
	color: #fff !important;
	font-size: 14px !important;
}

/* EXTRA SPACING */

.main-page-wrapper {
	padding-top: 0;
}
.site-content {
	margin-bottom: 0;
}
.wd-prefooter {
	padding-bottom: 0 !important;
}
.footer-sidebar {
	padding-top: 0;
	padding-bottom: 0;
}
.footer-column {
	margin-bottom: 0;
}
.screen-reader-response {
	display: none;
}

/* IMG STYLE  */

.img-style .vc_single_image-wrapper,
.img-style figure,
.img-style img {
	width: 100%;
}

/* INSIDE PAGE CSS */
.page-title {
	margin-bottom: 0 !important;
	padding: 6% 0 !important;
}
.abt-img figure {
	width: 100%;
}

.abt-img figure > div {
	width: 100%;
}

.abt-img figure img {
	width: 95%;
	border: 1px solid #d4d4d4 !important;
}

.gcf-form {
	max-width: 80%;
	margin: 0 auto;
}

.field {
	border: 1px solid #d9d9d9 !important;
	border-radius: 5px !important;
	min-height: 50px;
	font-weight: 500;
}

.message-field {
	resize: none;
	border: 1px solid #d9d9d9 !important;
	min-height: 250px;
	border-radius: 5px !important;
	font-weight: 500;
}

.btn-wrapper {
	text-align: center;
}

.btn-wrapper input {
	background: #1794c1;
	color: #fff;
	padding: 15px 30px;
	letter-spacing: 1px;
	border-radius: 50px;
	text-transform: capitalize;
}

/* SHOP PAGE CSS */
.woocommerce-shop .row.content-layout-wrapper.align-items-start {
	align-items: center !important;
	padding: 6% 0;
}
.woocommerce-shop .product-wrapper .product-element-bottom {
	position: relative !important;
	opacity: 1;
	display: flex;
	background: #fff;
	justify-content: space-between;
	align-items: baseline;
	min-height: 20px;
	padding-left: 0;
	padding-right: 0;
}

.woocommerce-shop h3.wd-entities-title a {
	color: #100d22 !important;
	font-size: 16px !important;
	font-family: "Poppins";
	font-weight: 600;
}

.woocommerce-shop .product-wrapper span.price {
	display: block;
	color: #878690 !important;
}

.woocommerce-shop span.woocommerce-Price-amount.amount {
	color: #878690;
}

.woocommerce-shop .product-wrapper img {
	height: 300px !important;
	border: 1px solid #a5acaf;
}

.woocommerce-shop .product-wrapper {
	box-shadow: none !important;
}

.woocommerce-shop .product-grid-item:hover .product-wrapper img {
	border: 1px solid #1794c1;
}

/* .woocommerce-shop .shop-loop-head {
	display: none;
} */
h5.widget-title {
	font-size: 22px;
	font-family: "Playfair Display";
	text-transform: capitalize;
	font-weight: 700;
}

.woocommerce-shop ul.product-categories li.current-cat a {
	color: #1794c1 !important;
}

.woocommerce-shop .wd-add-btn.wd-add-btn-replace {
	margin-top: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -100%);
	opacity: 0;
	transition: 0.3s ease-in-out;
}

.woocommerce-shop .wd-add-btn.wd-add-btn-replace a {
	border-radius: 50px;
	min-width: 180px;
	min-height: 55px;
	box-shadow: none !important;
}

.woocommerce-shop .wd-add-btn.wd-add-btn-replace a span {
	font-size: 14px !important;
	text-transform: capitalize;
}

.woocommerce-shop .product-grid-item:hover .wd-add-btn.wd-add-btn-replace {
	opacity: 1;
}

.p-flex {
/* 	display: flex;
	justify-content: space-between; */
	visibility: hidden;
}
.woocommerce-shop .products.elements-grid {
	row-gap: 60px;
}
.woocommerce-shop .row.content-layout-wrapper.align-items-start {
	align-items: flex-start !important;
}
div.woocommerce {
	padding: 5% 0 6%;
}
a.btn.wd-switch-to-register {
	color: #fff !important;
}
/* RESPONSIVE */

@media (max-width: 1199px) {
	.footer-logo,
	.footer-title,
	.footer-text,
	.footer-menu ul li,
	.social-icons {
		text-align: center !important;
	}
	.footer-list li {
		justify-content: center !important;
	}
}
@media (max-width: 1024px) {
	.secondary-btn {
		min-width: 160px !important;
		font-size: 14px !important;
		min-height: 55px !important;
	}
	.primary-btn {
		min-width: 160px !important;
		font-size: 14px !important;
		min-height: 55px !important;
	}
	.page-title {
		margin-top: -115px !important;
		padding: 10% 0 !important;
	}
}

@media (min-width: 1025px) {
	.service-inner-row {
		display: flex !important;
		flex-wrap: wrap;
		row-gap: 40px;
	}
}

@media (max-width: 991px) {
	.offers-row .info-box-icon img {
		max-width: 180px;
	}
	.services-row .promo-banner {
		margin-bottom: 35px;
	}
}

@media (max-width: 768px) {
	.abt-img figure img {
		width: 80% !important;
	}

	.some-txt,
	.some-title {
		text-align: center !important;
	}
}
@media (max-width: 767px) {
	.custom-btn-wrapper .wd-button-wrapper {
		text-align: left;
	}
}

/* PRODUCT QUANTITY Edits */
.single-product-page .woocommerce-notices-wrapper .pisol-mmq-container {
	background: transparent;
}
.single-product-page .woocommerce-message {
	background: #1794c1;
	margin-top: 20px;
	margin-bottom: 35px;
}
.cart-actions .button[name="update_cart"] {
	color: #fff !important;
}
.woocommerce-mini-cart__buttons .btn-cart {
	color: #fff !Important;
}
form.cart div.quantity input[type="number"] {
	pointer-events: none;
}
input.minus, input.plus {
	display: none !important;
}

/* CUSTOM REGISTRATION FORM */

form.register {
	display: grid;
}
form.register > p.form-row.form-row-wide:nth-child(2) {
	order: 3;
}
form.register > p.form-row.form-row-wide:nth-child(1) {
	order: 1;
}
form.register > p.form-row.form-row-wide:nth-child(3) {
	order: 2;
}
form.register > p {
	order: 4;
}
.woocommerce-privacy-policy-text:not(:last-child) {
	order: 5;
}
form.register p.woocommerce-form-row.form-row {
	order: 6;
}
.flexItem h2 {
    margin-bottom: 35px !important;
}
@media (max-width: 1024px) {
	.flexItem img {
		height: 400px;
		object-fit: cover;
	}
	.flexItem .wd-image {
		text-align: center !important;
	}
}

/* PRIVATE LABEL
#product-9758 .product-images {
display: none;
}
#product-9758 .entry-summary {
flex: 0 0 100%;
max-width: 100%;
}
#wcpt-9757 .wcpt-1686186275, .wcpt-item-row.wcpt-1686186286 {
text-align: right;
} */


.single-product-page input.minus, .single-product-page input.plus {
    display: block !important;
}
/*********** After update************/
.wd-nav-pagin-item span {
    border: none !important;
    background: #1794c152 !important;
    padding: 7px !important;}

li.wd-nav-pagin-item.wd-active {
    background: #1794c1 !important;
    border-radius: 50px !important;
}

.testimonial-row .wd-nav-pagin-item span {
    border: none !important;
    background: #1794c152 !important;
    padding: 7px !important;
}

.testimonial-row li.wd-nav-pagin-item.wd-active span {
    background: #1794c1 !important;
}


/* my css */
.row.cf-field>div:not(.col-md-6) {
    width: 100%;
}
select#Howdidyourhearaboutus, select#SelectaSalesRep {
    border: 1px solid #d9d9d9 !important;
    border-radius: 5px !important;
    min-height: 50px;
    font-weight: 500;
}


.related.products {
    display: none !important;
}


.woocommerce-shop h3.wd-entities-title a {
    font-size: 24px !important;
    margin-bottom: 10px !important;
    display: inline-block !important;
}
.woocommerce-shop .product-wrapper {
    text-align: left !important;
}
.woocommerce-shop span.woocommerce-Price-amount.amount {
    color: #464646 !important;
}
@media (max-width:1024px){
.woocommerce-shop h3.wd-entities-title a {
    font-size: 20px !important;
}
}


.contact-btn-popup {
    border: none !important;
    text-transform: capitalize;
    font-size: 16px;
    color: #333 !important;
    font-weight: 400;
    padding: 0 !important;
    margin: 0 20px !important;
}
.contact-btn-popup:hover {
    color: #2997BE !important;
}
