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


@font-face {
    font-family: 'Conthrax';
    src: url('/wp-content/themes/woodmart-child/font/Conthrax-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Satoshi';
    src: url('/wp-content/themes/woodmart-child/font/Satoshi-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('/wp-content/themes/woodmart-child/font/Satoshi-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('/wp-content/themes/woodmart-child/font/Satoshi-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}










.wd-product .product-wrapper .product-element-top {
    background: rgb(255 255 255 / 10%);
    border-radius: 20px;
    border: 1px solid #fff;
}

.wd-product .product-wrapper .product-element-top a.product-image-link {
    display: block;
    height: 300px;
    padding-top: 30px;
}

.wd-product .product-wrapper .product-element-top a.product-image-link img {
    width: 100%;
    height: 235px;
    object-fit: contain;
}

.wd-product .product-wrapper .wd-product-cats {
    display: none;
}

.wd-product .product-wrapper h3.wd-entities-title {
    color: #fff;
    font-size: 22px;
    font-family: 'Satoshi';
    text-transform: uppercase;
    font-weight: 500;
    line-height: 32px;
    margin: 6px auto 5px;
    width: 80%;
}

.wd-product .product-wrapper span.price .amount {
    color: #fff;
    font-size: 15px;
    font-family: 'Conthrax';
}

.wd-product .product-wrapper a.add_to_cart_button {
    background: #fff !important;
    color: #000 !important;
}


.wd-product .product-wrapper .product-element-top a.product-image-link::after {
    content: '';
    background: url(/wp-content/uploads/2025/09/flag-img.png);
    width: 100%;
    height: 45%;
    position: absolute;
    bottom: 0;
    left: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: -1;
}

.wd-accordion.wd-opener-pos-right>.wd-accordion-item>.wd-accordion-title {
    padding: 16px 35px 16px 45px;
    border-radius: 100px;
    border: 1px solid #fff;
    margin-bottom: 25px;
    position: relative;
}

.wd-accordion.wd-opener-pos-right>.wd-accordion-item>.wd-accordion-title span {
    position: relative;
}

.wd-accordion.wd-opener-pos-right>.wd-accordion-item>.wd-accordion-title span::before {
    content: 'Q.';
    font-size: 24px;
    font-weight: 600;
    font-family: 'Satoshi';
}

.wd-accordion-content {
    padding: 0px 40px 30px;
}


main#main-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.whb-main-header {
    position: absolute !important;
    top: 32px !important;
    width: 100% !important;
}

.whb-general-header {
    background: transparent !important;
    border: none !important;
}

.whb-general-header .container {border: 1px solid #fff;background: rgb(255 255 255 / 5%) !important;max-width: 90%;,: 0;margin: 0 auto;border-radius: 100px;padding: 0px 55px;}

.whb-general-header .container .whb-flex-row {
    height: 80px !important;
}

.whb-main-header ul#menu-header-menu li a {
    color: #fff !important;
    font-size: 17px;
    font-family: 'Conthrax' !important;
    text-transform: uppercase;
}

.whb-main-header ul#menu-header-menu {
    --nav-gap: 60px !important;
}

.wd-nav[class*="wd-style-underline"] .nav-link-text:after {
    background-color: #fff !important;
}


footer.wd-footer {
    padding-bottom: 80px;
}

footer.wd-footer .container {
    max-width: 92%;
}


.testimonial .testimonial-inner {
    border: 1px solid rgb(255 255 255 / 50%) !important;
    border-radius: 25px !important;
    padding: 35px 50px !important;
    background: linear-gradient(90deg, rgb(31 19 33 / 42%) 61%, rgb(22 16 28 / 23%) 100%) !important;
    flex-direction: column !important;
    position: relative;
}

.testimonial .testimonial-inner .testimonial-content {
    display: flex;
    flex-direction: column-reverse;
    color: #fff;
    font-size: 17px;
    line-height: 28px;
}

.testimonial .testimonial-inner .testimonial-content footer {
    font-size: 25px;
    font-weight: 700;
    font-family: 'Satoshi';
    line-height: 35px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.testimonial .testimonial-inner .testimonial-content footer span {
    display: block;
    font-size: 22px;
    font-family: 'Satoshi';
    color: rgb(255 255 255 / 50%);
}

.testimonial .testimonial-inner .testimonial-content footer span::before {
    display: none;
}

.testimonial .testimonial-inner .testimonial-content  .testimonial-rating {
    margin: 25px 0px 0px;
}

.testimonial .testimonial-inner .testimonial-content .testimonial-rating span.star-rating {
    color: #FFA43C !important;
}

.testimonial .testimonial-inner .testimonial-avatar {
    height: 85px !important;
    width: 85px;
    margin-bottom: 10px;
    overflow: hidden;
}

.testimonial .testimonial-inner .testimonial-avatar img {width: 100%;height: 100%;object-fit: contain;}

.testimonial .testimonial-inner::after {
    content: '';
    background: url(/wp-content/uploads/2025/09/icon.png);
    position: absolute;
    width: 60px;
    height: 60px;
    top: 37px;
    right: 49px;
    background-size: contain;
    background-repeat: no-repeat;
}

div.space-img img {
    transform: scale(1.4);
    position: relative;
    top: -25%;
    right: -20px;
}


header a.header-btn {
    padding: 14px 40px;
    font-family: 'Conthrax';
    font-weight: 700 !important;
    color: #000;
    line-height: normal;
    border: 1px solid #fff;
}

header a.header-btn:hover {background: transparent !important;color: #fff;}

body {
    background-color: #121212 !important;
    background-image: url('/wp-content/uploads/2025/10/bg-final-jpg-scaled.jpg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important;
}
body .wd-page-wrapper .wd-page-content,body .wd-page-wrapper {
    background-color: transparent;
}
body .wd-page-wrapper.website-wrapper:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('/wp-content/uploads/2025/10/Star-scaled.png');
    width: 100%;
    height: 100%;
    background-position: bottom center;
    z-index: -1;
}
body .wd-page-wrapper.website-wrapper {height: 100%;overflow: hidden;}
body .wd-page-wrapper.website-wrapper:after {
    content: url(/wp-content/uploads/2025/10/footer-min.png);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    right: 0px;
    margin: 0 auto;
    z-index: -9;
}



.section-1 {
    position: relative;
}


.section-7 {
    position: relative;
}


.inner-after {
    position: relative;
}

/* .inner-after::after {content: '';background: url(/wp-content/uploads/2025/10/Element-2-1.png);width: 180px;height: 180px;position: absolute;top: 35px;right: 0px;background-size: contain;} */

.main-block {
    position: relative;
}

.section-4 {
    position: relative;
}



/* css  */


.section-5 {
    position: relative;
}
.section-5:before {
    content: '';
    background: url(/wp-content/uploads/2025/10/pngimg.com-cloud_PNG112243-1.png);
    position: absolute;
    right: 0px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    top: -13%;
    background-size: cover;
    height: 93%;
}


.page-title {
    padding: 10% 0px 4% 0 !important;
}
.post-type-archive-product main#main-content {
    padding: 80px 0px !important;
}

.wd-header-cart span.wd-tools-text {
    color: #000 !important;
    font-size: 15px !important;
    font-family: 'Conthrax' !important;
    margin-top: 3px;
}

.wd-header-cart .wd-tools-inner {
    padding: 11px 15px !important;
}

.wd-header-cart .wd-tools-count {color: #000 !important;font-family: 'Satoshi' !important;font-weight: 700 !important;}

.wd-page-title {
    background: transparent !important;
}

.woocommerce-cart main#main-content {
    padding-bottom: 80px !important;
}

.woocommerce-checkout main#main-content {
    padding-bottom: 80px !important;
}

:is(.woocommerce-checkout>.checkout-order-review,.woocommerce-order-pay #order_review) {
    background: rgb(90 90 90 / 39%) !important;
}



.wd-page-title h1.entry-title.title {
    font-size: 55px;
}

.woocommerce-account main#main-content {
    padding-bottom: 80px !important;
}








.wd-nav-pagin-wrap {margin: 60px 0px -10px !important;}

.wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span {
    transform: scale(1.5) !important;
    background: #fff !important;
    border-color: #fff !important;
}

.wd-nav-pagin-wrap[class*="wd-style-shape"] li span {
    background: #FF00DD !important;
    border-color: #FF00DD !important;
}

.hover-box {
    transition: all 0.6s ease;
}

.hover-box:hover {
    background: rgb(2 8 52 / 15%) !important;
    transform: translate(0px, -10px);
}

.hover-box:hover  img {
    transform: rotateX(360deg);
}

.hover-box  img {
    transition: all 0.6s ease;
}

.single-product-page .product-image-summary-wrap {
    padding-top: 16%;
}

.single-product-page .wd-nav-pagin-wrap {margin: 50px 0px 50px !important;}

.woocommerce-product-gallery .woocommerce-product-gallery__image {
    border: 1px solid #fff;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image a {display: block;width: 100%;height: 100%;position: relative;}

.woocommerce-product-gallery .woocommerce-product-gallery__image a::after {
    content: '';
    background: url(/wp-content/uploads/2025/09/flag-img.png);
    width: 100%;
    height: 53%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

@media only screen and (max-width: 876px) {
	
	.testimon-style-boxed .testimonial-inner {
		padding: 20px !important;
	}

	.testimonial .testimonial-inner .testimonial-content footer {
		font-size: 18px !important;
		margin-bottom: 12px !important;
	}

	.testimonial .testimonial-inner .testimonial-content footer span {
		font-size: 14px !important;
	}

	.testimonial .testimonial-inner .testimonial-content {
		font-size: 14px !important;
		line-height: 25px;
	}

	.testimonial .testimonial-inner .testimonial-content p {
		margin-bottom: 0 !important;
	}
	.wd-accordion.wd-opener-pos-right > .wd-accordion-item > .wd-accordion-title span::before {
		font-size: 14px !important;
	}

	.wd-accordion.wd-opener-pos-right > .wd-accordion-item > .wd-accordion-title {
		padding: 10px 20px !important;
	}

	.wd-accordion-content {
		padding: 0px 10px 27px !important;
	}
	
	.whb-general-header .container {
		max-width: 94%;
		padding: 0 27px !important;
	}

	.whb-main-header {
		top: 12px !important;
	}

	.whb-general-header span.wd-tools-icon {
		color: #fff !important;
	}
	.page-title {
    	padding: 25% 0px 5% 0 !important;
	}
		
}


nav[class*="-pagination"] li .current {
    color: black !important;
}