/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1,h2,h3,h4,h5,p,a,span,strong,label,input,textarea,button,small,div {
	font-family: "Poppins", sans-serif !important;
}

.wd-content-layout {
	padding-block: 0 !important;
}

header [class*="wd-header-search-form"] {
    flex: 0 1 80% !important;
    margin: 0 auto;
}

.whb-top-bar .wd-header-text {
    font-size: 15px;
    color: #000;
    position: relative;
    padding-left: 30px;
}

.whb-top-bar .wd-header-text a {
    color: #000;
}

.whb-top-bar .wd-header-text::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(/wp-content/uploads/2025/08/phone_e6af7c0b-7a62-4f9f-84c4-770ebac18e6a.png);
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.wd-nav[class*="wd-style-"]>li>a {
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 18px;
}

.customsection {
	width: calc(96vw - var(--wd-scroll-w) - var(--wd-sticky-nav-w)) !important;
    left: calc((50% - 47.8vw + var(--wd-sticky-nav-w) / 2 + var(--wd-scroll-w) / 2) + var(--wd-row-spacing)) !important;
}

#banner {
    border-radius: 40px;
}

#banner .block {
    width: 60%;
    margin-top: 50px;
}

#banner .block h1 {
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    font-size: 95px;
    line-height: 100px;
}

#banner .block p {
    font-size: 36px;
    color: #fff;
    margin-top: 35px;
}

#banner .block a {
  display: flex;
}

#banner .block a span.anchor_text {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  letter-spacing: -1px;
  background: #d5d0c6;
  height: 70px;
  display: flex;
  width: 280px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

#banner .block a span.anchor_icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50px;
}

#banner .block a span.anchor_icon img {
  display: block;
}

#homecats {}

#homecats figure img {
    width: 100%;
    border-width: 1px;
    border-color: #b7b7b7;
    border-style: solid;
    border-radius: 45px;
    display: block;
}

#homecats .vc_column-inner > .wpb_wrapper {
    position: relative;
    overflow: hidden;
}

#homecats .block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 40px;
}

#homecats .block h5 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.5px;
    position: absolute;
    top: 50px;
    color: #1b1b1b;
    left: 35px;
    background-color: #fff;
    box-shadow: 0 3px 7px #0c0c0c29;
    padding: 5px 20px;
    border-radius: 50px;
}

#homecats .block h2 {
    color: #181516;
    font-size: 48px;
    letter-spacing: -2px;
    font-weight: 500;
    line-height: 50px;
}

#homecats .block p {}

#homecats .block p a {
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-width: 1px;
    border-color: #181516;
    border-style: solid;
    background-color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

#homecats .block p a img {}

#trendstyletitle h2 {
	color: #000;
	letter-spacing: -2px;
	font-weight: 500;
	font-size: 60px;
	text-align: center;
	line-height: 70px;
}

#trendstyle {}

#trendstyle .block {
    background: #fff;
    border-radius: 26px;
    background-color: #fff;
    box-shadow: 0 32px 46px #0c0c0c0d;
    width: 520px;
    margin-left: auto;
    margin-right: 50px;
    text-align: center;
    padding: 80px 50px;
}

#trendstyle .block h4 {
    color: #838383;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    border: 1px solid #e9e9e9;
    border-radius: 50px;
    padding: 2px 25px;
    width: fit-content;
    margin: 0 auto 20px;
}

#trendstyle .block h2 {
    font-size: 38px;
    letter-spacing: -2px;
    font-weight: 500;
    line-height: 40px;
    margin: 20px 0 30px;
}

#trendstyle .block p {
    color: #3e3e3e;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -.5px;
    margin: 0 auto 30px;
}

#trendstyle .block p:last-child {
	margin-bottom: 0;
}

#trendstyle .block a {
  display: flex;
  justify-content: center;
}

#trendstyle .block a span.anchor_text {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -1px;
  background: #000;
  height: 70px;
  display: flex;
  width: 280px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

#trendstyle .block a span.anchor_icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #000;
}

#trendstyle .block a span.anchor_icon img {
  display: block;
}

#trendstyle #lefttrend {position: relative;}

#trendstyle #lefttrend:before {
    content: "";
    background: url(/wp-content/uploads/2025/08/wavewhite.png);
    width: 100%;
    height: 55%;
    background-size: cover;
    background-position: bottom right;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}

#trendstyle #lefttrend > .vc_column-inner {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

#trendstyle .vc_inner img {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

#trendstyle a.vc_left.vc_carousel-control {
    bottom: 20px;
    top: auto;
    background: #fff;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    left: 20px;
}

#trendstyle a.vc_left.vc_carousel-control .icon-prev::before {
    font-size: 45px;
    line-height: 1;
}

#trendstyle a.vc_right.vc_carousel-control {
    bottom: 20px;
    top: auto;
    background: #fff;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    left: 75px;
}

#trendstyle a.vc_right.vc_carousel-control .icon-next::before {
    font-size: 45px;
    line-height: 1;
}

#quotesec {}

#quotesec p {
	font-size: 40px;
	line-height: 60px;
	font-weight: 500;
	color: #181516;
	margin: 0 auto;
	letter-spacing: -1px;
	text-align: center;
}

#collection {}

#collection figure img {
	border-radius: 50px;
}

#collection .clccta {
    margin-top: -120px;
}

#collection .clccta a {
  display: flex;
  justify-content: center;
}

#collection .clccta a span.anchor_text {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -1px;
  background: #000;
  height: 70px;
  display: flex;
  width: 280px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

#collection .clccta a span.anchor_icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #000;
}

#collection .clccta a span.anchor_icon img {
  display: block;
}

#collection .block {
}

#collection .block h5 {
	color: #838383;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    border: 1px solid #e9e9e9;
    border-radius: 50px;
    padding: 2px 25px;
	width: fit-content;
}

#collection .block h2 {
	font-size: 60px;
    letter-spacing: -3px;
    font-weight: 500;
    line-height: 40px;
    margin: 30px 0 35px;
}

#collection .block p {
	color: #3e3e3e;
	font-size: 15px;
	letter-spacing: 0;
	width: 95%;
}

#reviews {}

#reviews .title {
	text-align: center;
}

#reviews .title p {}

#reviews .title img {}

#reviews .title h5 {
	font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px 0 0;
}

#reviews .title h2 {
	font-size: 35px;
    font-weight: 500;
    margin: 10px 0;
}

#reviews .testimonial-rating {
    display: none;
}

#reviews .testimonial-inner {
    margin-top: 20px;
}

#reviews .testimonial-content {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    letter-spacing: -.5px;
    margin: 20px auto 0;
}

#reviews .testimonial-content footer {
    font-size: 20px;
}

#customjacketsform {
    position: relative;
    margin-top: 120px;
}

#customjacketsform::before {
	content: "";
	width: 50%;
	height: 100%;
	background: url(/wp-content/uploads/2025/08/customjacketformimg.jpg);
	position: absolute;
	top: 0;
	right: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50px;
}

#customjacketsform .block {}

#customjacketsform .block h5 {
	color: #838383;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    border: 1px solid #e9e9e9;
    border-radius: 50px;
    padding: 2px 25px;
	width: fit-content;
}

#customjacketsform .block h2 {
	font-size: 60px;
	letter-spacing: -3px;
	font-weight: 500;
	line-height: 60px;
	margin: 20px 0 35px;
}

#customjacketsform #wpforms-119 {width: 65%;background: url(/wp-content/uploads/2025/08/customformbg.png);background-size: cover;background-position: right top;background-repeat: no-repeat;padding: 70px 100px;border-radius: 45px;margin: 0;}

#customjacketsform #wpforms-119 input, #customjacketsform #wpforms-119 select {
    background: #fff;
    border-radius: 10px;
    height: 50px;
    color: #000;
    width: 100%;
    padding: 11px 10px;
    font-size: 15px;
}

#customjacketsform #wpforms-119 textarea {
    background: #fff;
    border-radius: 10px;
    height: 150px;
    color: #000;
    resize: none;
    width: 100%;
    padding: 11px 10px;
    font-size: 15px;
}

#customjacketsform .wpforms-container .wpforms-field {
    padding-bottom: 0;
}

#customjacketsform #wpforms-119 input[type=checkbox] {
    width: auto;
    height: auto;
    background: transparent;
    accent-color: #000 !important;
}

div.wpforms-container-full input[type=checkbox]:checked:before, div.wpforms-container-full input[type=radio]:checked:before {
    border-color: #000 !important;
    box-shadow: none !important;
    background: #000 !important;
}

div.wpforms-container-full input[type=checkbox]:checked:after {
    border-color: #fff !important;
}

#customjacketsform #wpforms-119 button#wpforms-submit-119 {
    background: #000;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}

#globalprefooter {
	margin-top: 100px;
}

#globalprefooter img {
    width: 50px;
    height: 50px;
    filter: invert(1);
    object-fit: contain;
    object-position: center;
}

#globalprefooter .block {
	text-align: center;
}

#globalprefooter .block h3 {
	color: #fff;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 20px;
}

#globalprefooter .block p {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 0;
	padding: 0 30px;
}

#globalprefooter .block p a {
	font-weight: 600;
	color: #fff;
}

#globalfooter {}

#globalfooter::before {
    content: "";
    width: 45%;
    height: 100%;
    background: #171717;
    position: absolute;
    top: 0;
    left: 0;
}

#globalfooter h2.widgettitle {
    color: #999;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 25px;
    position: relative;
    border-bottom: 1px solid #212121;
    padding-bottom: 13px;
    margin-bottom: 30px;
    width: 70%;
}

#globalfooter ul#menu-learn {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
}

#globalfooter ul#menu-learn li {
    width: 50%;
}

#globalfooter ul#menu-learn li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

#globalfooter .ftblock {}

#globalfooter .ftblock h4 {
    margin: 0 0 0;
    font-size: 17px;
    color: #fff;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
}

#globalfooter .ftblock h4 strong {
    font-weight: 700;
}

#globalfooter .ftblock #wpforms-130 {
    margin: 25px 0 40px;
}

#globalfooter .ftblock #wpforms-130 .wpforms-field {
    padding: 0;
    position: relative;
}

#globalfooter .ftblock #wpforms-130 input {
    border-radius: 50px;
    border: none;
    height: 50px;
    font-size: 14px;
    color: #000;
    padding: 0 20px;
}

#globalfooter .ftblock #wpforms-130 .wpforms-submit-container {
    margin: 0;
}

#globalfooter .ftblock #wpforms-130 button#wpforms-submit-130 {
    position: absolute;
    bottom: 4px;
    right: 5px;
    border-radius: 50px;
    background: #000;
    font-size: 14px;
    padding: 0 40px;
}

#globalfooter .ftblock p {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

#globalfooter .ftblock p img {
    max-width: 25px;
}

#globalfooter .wd-size-default.social-follow {
    justify-content: start;
}

#aboutinner1 {}

#aboutinner1 h2 {
    font-size: 50px;
    color: #fff;
}

#aboutinner1 p {
    font-size: 16px;
    color: #ddd;
    font-weight: 500;
    line-height: 32px;
}

#aboutinner1 a {
    display: inline-block;
    color: #000;
    background: #fff;
    padding: 8px 50px;
}

.wd-page-title.page-title {
    padding: 45px 0;
}

#aboutinner2 {}

#aboutinner2 h2 {
    font-size: 50px;
    color: #000;
    line-height: 60px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

#aboutinner2 h4 {
    font-size: 18px;
    color: #000;
}

#aboutinner2 p {
    font-size: 14px;
    color: #111;
    font-weight: 400;
    line-height: 27px;
}

#policypg {}

#policypg h2 {
    font-size: 50px;
    color: #000;
    line-height: 60px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

#policypg h4 {
    font-size: 18px;
    color: #000;
}

#policypg p {
    font-size: 14px;
    color: #111;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 12px;
}

#policypg ul {
	padding-left: 40px;
}

#policypg li {
    font-size: 13px;
    color: #3b3b3b;
    font-weight: 400;
    line-height: 22px;
}

#policypg strong {
	display: block;
	margin-bottom: 20px;
}

#contactpg {
	text-align: center;
}

#contactpg h2 {
    font-size: 50px;
    color: #000;
    line-height: 60px;
}

#contactpg p {
    font-size: 15px;
    color: #111;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 12px;
}

#contactpg form {
	width: 60%;
	margin: 0 auto;
}

#contactpg form input {
	background: #fff;
    border-radius: 10px;
    height: 50px;
    color: #000;
    width: 100%;
    padding: 11px 10px;
    font-size: 15px;
}

#contactpg form textarea {
	background: #fff;
    border-radius: 10px;
    height: 150px;
    color: #000;
    width: 100%;
    padding: 11px 10px;
    font-size: 15px;
	resize: none;
}

#contactpg form button.wpforms-submit {
	background: #000;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}

#contactpg .wpforms-container .wpforms-field {
    padding-bottom: 0;
}

.woocommerce-variation-add-to-cart {
    display: none !important;
}

.wd-after-add-to-cart.wd-entry-content a {
    background: #000;
    color: #fff;
    padding: 10px 50px;
    font-size: 16px;
}

.summary-inner .product_meta {
    display: none;
}


.product-image-summary-wrap {
    margin-top: 0;
    border-top: 1px solid #ebebeb;
    padding-top: 80px;
}

.wd-product :is(.wd-product-cats,.wd-product-brands-links) {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -.5px;
    position: absolute;
    top: 20px;
    color: #000000;
    right: 30px;
    background-color: #fff;
    box-shadow: 0 3px 7px #0c0c0c29;
    padding: 7px 25px 5px;
    border-radius: 50px;
    line-height: 1;
    display: block;
}

.wd-product :is(.wd-product-cats,.wd-product-brands-links) a {
    color: #333333;
}

.wd-product.product-grid-item {
    width: 100%;
    border: 1px solid #f1f1f1;
    padding: 0 10px 20px;
    text-align: center;
}

.wd-product.product-grid-item img.attachment-full.size-full {height: 550px;object-fit: cover;}

.wd-entities-title a {
    text-align: left;
}

.wd-product .wd-entities-title {text-align: left;font-size: 17px;font-weight: 500;line-height: 28px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1; /* number of visible lines */overflow: hidden;color: #000;}

.wd-product :where(.product-wrapper,.product-element-bottom) {
    align-items: start;
}

.price .amount bdi {
    font-size: 17px;
}

.wd-product.wd-hover-standard .wd-add-btn {
    display: none !important;
}

#productssec .title {
    margin-bottom: 70px !important;
}

#productssec h2 {
    color: #000;
    letter-spacing: -2px;
    font-weight: 500;
    font-size: 60px;
    text-align: center;
    line-height: 70px;
}

.wd-swatches-product[aria-labelledby=pa_size-men] {}

.wd-swatches-product[aria-labelledby=pa_size-men] .wd-swatch.wd-text {
    width: 50px;
    height: 30px;
}

table.variations tr .cell .wd-swatch.wd-text.wd-active.wd-enabled {
    background: #000;
    color: #fff;
}

.wd-swatches-product[aria-labelledby=pa_color-men] {
    gap: 10px;
}

.wd-swatches-product[aria-labelledby=pa_color-men] .wd-swatch.wd-text.wd-enabled {padding: 10px 20px;}

table.variations tr:last-child .cell {
    vertical-align: top;
}

#single-pop .wpforms-container .wpforms-field {
    padding-bottom: 0;
}

#single-pop .wpforms-container .wpforms-field textarea {
    height: 150px;
    resize: none;
}

#single-pop .wpforms-container button#wpforms-submit-119 {
    background: #000;
    width: 100%;
    margin-top: 20px;
    border-radius: 50px;
    height: 53px;
}

#single-pop h2.entry-title.title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 0px !important;
    font-weight: 400;
}

#single-pop .wd-el-page-heading.reset-last-child.wd-wpb.text-left {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
	.customsection {
		width: calc(100vw - var(--wd-scroll-w) - var(--wd-sticky-nav-w)) !important;
	}

	#banner {width: 100% !important;margin: 20px auto 0;min-height: 500px !important;}

	#banner .block h1 {
		font-size: 38px;
		line-height: 40px;
		margin-bottom: 0;
	}

	#banner .block {
		width: 100%;
		margin-top: 100px;
	}

	#banner .block p {
		font-size: 20px;
	}

	#banner .block a span.anchor_text {
		font-size: 20px;
		width: 220px;
		height: 55px;
	}

	#banner .block a span.anchor_icon {
		width: 55px;
		height: 55px;
	}

	#banner .block a span.anchor_icon img {
		max-width: 25%;
	}

	#banner::before {
		content: "";
		width: 100%;
		height: 100%;
		background: linear-gradient(45deg, black, transparent);
		position: absolute;
		top: 0;
		left: 0;
	}

	#productssec h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.wd-product.product-grid-item img.attachment-full.size-full {
		height: 250px;
		object-position: center;
		margin: 0 auto;
	}

	#trendstyletitle h2 {
		font-size: 40px;
		line-height: 50px;
	}

	#trendstyletitle {padding-top: 50px !important;}

	#trendstyle {
		padding-top: 50px !important;
		width: 100% !important;
		margin: 0 auto;
	}

	#trendstyle #lefttrend > .vc_column-inner {
		border-radius: 50px;
		padding: 50px 20px 20px !important;
	}

	#trendstyle .block {
		width: 100%;
		height: 100%;
		padding: 25px 15px 15px;
	}

	#trendstyle .block h2 {
		font-size: 33px;
	}

	#trendstyle .block p {
		font-size: 15px;
	}

	#trendstyle .block a span.anchor_text {
		font-size: 20px;
		width: 220px;
		height: 55px;
	}

	#trendstyle .block a span.anchor_icon {
		width: 55px;
		height: 55px;
	}

	#trendstyle .block a span.anchor_icon img {
		max-width: 25%;
	}

	#trendstyle a.vc_right.vc_carousel-control .icon-next::before {
		font-size: 35px;
		top: -13px;
	}

	#trendstyle a.vc_left.vc_carousel-control .icon-prev::before {
		font-size: 35px;
		top: -13px;
	}

	#quotesec p {
		font-size: 26px;
		line-height: 40px;
	}

	#quotesec {
		padding: 70px 0 !important;
	}

	#collection {
		padding-top: 30px !important;
		padding-bottom: 0px !important;
	}

	#collection .block h2 {
		font-size: 40px;
		letter-spacing: -1px;
	}

	#collection .wpb_column.vc_column_container.vc_col-sm-6:last-child {
		background: #f8f8f8;
		margin-top: 50px;
		padding-bottom: 90px;
	}

	#reviews {
		padding-top: 20px !important;
	}

	#customjacketsform #wpforms-119 {
		width: 100%;
		border-radius: 90px !important;
		padding: 40px 30px;
	}

	#customjacketsform::before {
		width: 100%;
		height: 300px;
		top: auto;
		bottom: -70px;
	}

	#customjacketsform {
		padding-bottom: 250px !important;
	}

	#customjacketsform .block h2 {
		font-size: 40px;
		line-height: 45px;
		letter-spacing: -2px;
	}

	#globalfooter::before {
		width: 100%;
		height: 260px;
	}

	#globalfooter {
		padding-top: 40px !important;
		padding-bottom: 10px !important;
	}

	#globalfooter .wd-size-default.social-follow {
		margin-bottom: 30px;
	}

	#globalfooter .ftblock h4 {
		font-size: 14px;
	}
	
	#aboutinner1 h2 {
		font-size: 30px;
		margin-top: 30px;
		margin-bottom: 10px;
	}

	#aboutinner1 p {
		font-size: 14px;
		line-height: 30px;
	}

	#aboutinner2 h2 {
		font-size: 27px;
		line-height: 35px;
	}
	
	#contactpg form {
		width: 100%;
	}

	#contactpg h2 {
		font-size: 30px;
	}

	#contactpg p {
		font-size: 14px;
	}

	#contactpg {
		padding: 50px 0 0 !important;
	}
}


