/*
 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=Anton&family=Gowun+Batang:wght@400;700&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:wght@500&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&family=Roboto&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

.disabled{
    pointer-events: none !important;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.woocommerce form .form-row-last {
    margin-right: 0;
}
.woocommerce-form-row label , .woocommerce form label{
   color:#949494; 
}
.specification-wrap {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.specs-details-wrap {
    width: 100%;
}
.specs-detail-row {
    display: inline-flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px;
        width: 45%;
}
.specs-detail-col {
    width: 50%;
}
@media(max-width: 600px){
    .specs-detail-row{
        width: 100% !important;
            margin-bottom: 10px;
    }
    .wc-tab-inner h2 {
    font-size: 20px !important;
    line-height: 30px;
}
}
p.specs-detail-title {
    font-weight: 700;
}
.specs-detail-col p {
    margin-bottom: 0;
}


	    .rs-product-infobanner-wrap {
    background: #000;
    margin-bottom: 10px;
        padding: 40px 0;
}
.rs-product-infobanner-inner {
    width: 100%;
    max-width: 1366px;
        min-height: 500px;
    margin: auto;
    padding: 0 20px;
        display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}

@media(max-width: 1024px){
    .rs-product-infobanner-inner {
        max-width: 100%;
        padding: 0 25px;
    }
    .rs-info-side h2 {
    font-size: 34px !important;
    line-height: 44px !important;
    margin-bottom: 10px !important;
}
}
@media(max-width: 767px){
    .rs-product-infobanner-inner{
        flex-direction: column;
    }
    .rs-info-side, .image-side {
    width: 100% !important;
    text-align: center;
}
}
.rs-info-side, .image-side {
    width: 50%;
}
.rs-info-side h2 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 40px;
    color: #000;
}
.image-side img {
    width: 100%;
    margin: auto;
}
p.banner-subhead {
    font-size: 24px;
    line-height: 34px;
}

/*=====new css====*/

.ptpl-banner-bg-one {
    
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.ptpl-product-infobanner-inner {
       width: 100%;
    max-width: 1366px;
    min-height: 400px;
    margin: auto;
    padding: 0 20px;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.ptpl-rs-info-side, .rs-info-side {
    width: 50%;
}
.ptpl-rs-info-side h2 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 40px;
    color: #fff;
}
p.banner-subhead {
    font-size: 24px;
    line-height: 34px;
     color: #fff; 
}
p.banner-desc{
     color: #fff;
}

@media(max-width: 768px){
    .ptpl-product-infobanner-inner{
        flex-wrap: wrap !important; 
    }
    .ptpl-rs-info-side, .rs-info-side{
        width: 100% !important;
    }
    .ptpl-rs-info-side h2, p.banner-subhead, p.banner-desc{
        text-align: center !important;
    }
}


/*====additional css=====*/
/* .e-con>.e-con-inner, .container{
	max-width: 1366px;
} */
.e-con>.e-con-inner, .container{
	max-width: 1280px;
}
@media(min-width: 1280px) and (max-width: 1440px){
	.e-con>.e-con-inner, .container{
	max-width: 1140px;
}
	.wd-nav.wd-gap-m {
    --nav-gap: 20px;
}
}
@media(min-width: 1441px){
.e-con>.e-con-inner, .container{
	max-width: 1280px;
}
}

@media(min-width: 1025px) and (max-width: 1075px){
	.wd-nav.wd-gap-m {
    --nav-gap: 10px;
}
}
.wd-sticky-logo img {
    max-width: 240px !important;
}

.top-bar-text span {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #000000;
    font-family: "Century Gothic";
    text-align: center;
}
.page-title .title {
    /*font-size: 100px !important;*/
    /*line-height: 110px !important;*/
    color: #ffffff;
    font-family: "Gotham-Bold";
    text-align: center;
    margin: 0;
	text-transform: uppercase;
}
@media(min-width: 500px) and (max-width: 1023px){
	.page-title .title {
	font-size: 60px !important;
    line-height: 70px !important;
	}
}
@media(max-width: 499px){
	.page-title .title {
	font-size: 40px !important;
    line-height: 50px !important;
	}
}
.page-title-default {
    height: 200px;
    display: flex;
    align-items: center;
}
.h-btn{
	width: 206px;
height: 55px;
border-radius: 28px;
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 27px;
    text-transform: uppercase;
    color: #0b0b0b;
    font-weight: bold;
    font-family: "Century Gothic";
}
#gallery-1 img{
	border: none !important;
}
.home-products .wd-product .price {
    font-size: 38px;
    line-height: 40px;
    color: #ffffff;
    font-family: "Gotham-Bold";
	margin: 30px 0 !important;
}
.home-products .wd-entities-title, .wd-product-cats{
	display: none;
}
.home-products  .wd-product .product-wrapper {
    padding: 60px 20px !important;
}
.home-products .amount {
    color: #fff;
    font-weight: 700 !important;
}

.home-products .wd-product.wd-hover-standard .wd-add-btn>a {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 29px;
    text-transform: uppercase !important;
    color: #000000 !important;
    font-weight: bold !important;
	font-family: "Century Gothic";

}

.home-products .wd-product.wd-hover-standard .wd-add-btn .add-to-cart-loop span {
    height: 55px;
    border-radius: 28px;
    background-color: #2db39e;
    padding: 5px 14px;
    width: 165px;
    min-height: 36px;
	font-size: 17px;
	line-height: 27px;
}
.home-products .wd-btn-arrow{
    opacity: 1 !important;
    pointer-events: auto !important;
}
.home-reviews .elementor-main-swiper .swiper-slide {
    filter: drop-shadow(0px 10px 15px rgba(27,27,27,0.25));
}
.elementor-heading-title span {
    color: rgba(45, 179, 158,1);
}
 .home-reviews .elementor-testimonial__header {
    border-bottom: none !important;
}
.home-reviews .elementor-testimonial__header {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.home-reviews .elementor-testimonial__header .elementor-testimonial__cite{
	margin: 0 !important;
}
.home-reviews .elementor-swiper{
	position: relative;
}
 .home-reviews .elementor-swiper-button.elementor-swiper-button-prev {
    top: -20%;
	 left: 82%;
    position: absolute;
}
.home-reviews .elementor-swiper-button.elementor-swiper-button-next {
    top: -20%;
    left: 87% !important;
    position: absolute !important;
}
.product_title {
    font-size: 40px;
    line-height: 50px;
	margin-bottom: 15px;
}
.summary-inner>.price {
    font-size: 48px !important;
    letter-spacing: 1px;
    line-height: 58px !important;
    font-weight: 400 !important;
   font-family: "Anton", sans-serif;
	margin: 35px 0;
}
.woocommerce-product-details__short-description {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
    font-family: "Open Sans";
}
th.label.cell label, .wd-swatch-text {
    font-size: 16px !important;
    line-height: 24px !important;
    color: #000000;
    font-weight: 400;
    font-family: "Open Sans";
}
.wd-swatch-text {
	 color: #ffffff;
	padding: 0 !important;
}
.wd-size-xxl .wd-swatch {
    width: 110px !important;
    min-height: 36px !important;
    border-radius: 18px !important;
    background-color: #000000;
    border: 1px solid #454544 !important;
}
.wd-size-default .wd-swatch {
    width: 53px !important;
    height: 36px !important;
    border-radius: 18px;
    background-color: #000000;
    border: 1px solid #454544;
}
.wd-shape-round .wd-tooltip{
    width: 37px !important;
    height: 37px !important;
    background-color: #000000;
    border: 1px solid #454544;
}
#tab-title-wd_additional_tab {
    display: none;
}
.woocommerce-tabs .wd-tabs-title, .woocommerce-tabs .wd-accordion-title-text {
    font-size: 24px;
    line-height: 34px !important;
    color: #000000;
    font-weight: 700;
    font-family: "Open Sans";
    text-align: center;
    text-transform: capitalize;
}
.woocommerce-tabs .wd-accordion-title:is(.wd-active,:hover) .wd-accordion-title-text {
    color: #000;
}
.woocommerce-tabs .wd-accordion-title-text{
	 text-align: left;
}
#tab-item-title-wd_additional_tab {
    display: none;
}
@media(max-width: 1024px){
	.wd-accordion.wd-style-default .wd-accordion-item {
/*     margin-bottom: 40px; */
    border-bottom: 1px solid #666;
		padding: 0 25px;
}
	div#tab-item-title-description{
		 /*border-top: 1px solid #666;*/
	}
	.wd-accordion.wd-style-default:before {
    border-top: none;
}
	.product-tabs-wrapper {
    padding-top: 50px;
}
}

.product-tabs-wrapper {
	    /*padding-top: 0px !important;*/
    margin-top: 80px !important;
    border-bottom: 0 !important;

}
.product-tabs-wrapper .wd-nav.wd-style-underline-reverse>li>a {
    padding-top: 20px;
}
.wd-nav.wd-style-underline-reverse>li>a>.nav-link-text:after{
/* 	display: none; */
	top: -20px !important;
}
.wd-nav-wrapper.wd-nav-tabs-wrapper {
/*     border: border: 1px solid #616161;
    border-bottom: 1px solid #616161; */
    padding-bottom: 20px;
}
.wc-tab-inner {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
    font-family: "Open Sans";
	padding: 20px 0;
}
.woocommerce-Tabs-panel--description {
    margin-bottom: 50px;
}
ul.rs-product-desc-banners {
    list-style: none;
	padding: 0;
	margin-bottom: 0;
}
ul.rs-product-desc-banners  li {
    margin-bottom: 10px;
}
ul.rs-product-desc-banners li:last-child {
    margin-bottom: 0 !important;
}
a.anchor-banner-img img {
    width: 100%;
    display: block;
}
.woocommerce-product-gallery__image a img {
    border-radius: 15px;
    background-color: #000000;
    border: 1px solid #000000;
}
.single_add_to_cart_button{
font-size: 17px;
letter-spacing: 0px;
line-height: 27px;
text-transform: uppercase;
color: #ffffff;
font-weight: bold;
font-family: "Century Gothic";
text-align: center;
	width: 206px;
height: 55px;
border-radius: 28px;
background-image: linear-gradient(180deg, #2db39e 0%, #138876 100%);
}
.mini_cart_item .quantity{
	border: none !important;
}
.single .quantity {
    width: 206px;
    height: 55px;
    border-radius: 28px;
    background-color: #ffffff;
    border: 1px solid #454544;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.single .quantity input {
	width: 100%;
    padding: 0 !important;
	color: #000 !important;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    font-family: "Open Sans";
	    height: 55px !important;
}
.single .quantity input[type="number"] {
    width: 90px !important;
    border-right:1px solid #454544;
    border-left: 1px solid #454544;
	border-bottom: 0;
	border-top:  0;
}
.single .quantity input[type="button"]:hover {
    color: #000;
    background-color: transparent;
}
.rs-download a {
    font-size: 16px;
    line-height: 26px;
    text-decoration: underline;
    color: #000000;
    font-weight: 400;
    font-family: "Open Sans";
}
.single .minus, .single.plus {
    border: none !important;
}
.variations tbody tr {
    display: flex;
    flex-direction: column;
}
th.label.cell {
    padding-bottom: 5px;
}
.variations .cell {
    padding: 0 0 30px 0;
}
.woocommerce-variation-add-to-cart.variations_button {
    margin-top: 50px;
	gap: 20px !important;
}
.rs-download {
    margin-left: 10px;
    margin-top: 20px !important;
}
.onsale {
    display: none !important;
}
.wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after {
	    margin-top: 4px;
    margin-left: 10px;
    font-size: 16px;
}
/* .product-banner .swiper-slide {
    width: 75% !important;
} */
.wd-login-title{
	color: #fff;
}
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select{
	border: var(--wd-form-brd-width) solid rgb(255 255 255 / 10%);
}

label{
	color: #ffff;
}
.single .shop-content-area {
    padding-top: 20px;
}
@media(max-width: 768px){
	.woocommerce-variation-add-to-cart.variations_button {
    margin-top: 20px;
    gap: 10px !important;
}
}
.product-tabs-wrapper .container {
	max-width: 100% !important;
    width: 100% !important;
    padding: 0;
    margin: 0; 
}
.poduct-tabs-inner {
    padding: 0;
}
.product-tabs-wrapper .tabs-layout-tabs>.wd-nav-tabs-wrapper, .wd-accordion-item {
    width: 100%;
    max-width: 1140px !important;
    margin: auto;
    padding: 0 15px;
}

.woocommerce-product-gallery  .wd-next .wd-arrow-inner:after {
    color: #fff;
}

@media(max-width: 768px){
	.summary-inner>.price {
    font-size: 28px !important;
    line-height: 38px !important;
    margin: 10px 0 !important;
}
	.product_title {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 10px;
}
}


.woocommerce-checkout-review-order-table .cart_item .product-name {
    color: #000;
    flex-grow: 1;
}
.woocommerce-privacy-policy-text p {
    color: #000;
}
p.woocommerce-form-row input, .form-row input, .form-row textarea {
    border: 1px solid #c5c5c5;
}
/* .swiper-slide {
    width: 85% !important;
	margin-right: 30px
} */
.wd-dropdown{
	background: #000;
	padding-bottom: 20px;
}
#uc_responsive_testemonial_carousel_elementor_89353b5 .ue-item {
    opacity: 1 !important;
  
}
.elementor-25 .elementor-element.elementor-element-89353b5 .owl-nav .owl-next {
    left: 85%;
	top: -28%;
}
.elementor-25 .elementor-element.elementor-element-89353b5 .owl-nav .owl-prev {
    left: 80%;
    top: -28%;
}
.elementor-25 .elementor-element.elementor-element-89353b5 .ue-item {
    opacity: 100%;
    filter: drop-shadow(0px 20px 20px rgba(27,.single .quantity27,27,0.1));
    background-color: #ffffff;
    border: 5px solid #ffffff;
}
.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}
.banner-bg-one {
    background: url('https://d.ptpl.dev/pointone/wp-content/uploads/2025/03/pd-01.png') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
	
}

.banner-bg-one .rs-product-infobanner-inner{
	justify-content: flex-start !important;
}
.banner-bg-two .rs-product-infobanner-inner{
	justify-content: flex-end !important;
}
.banner-bg-two {
    background: url('https://d.ptpl.dev/pointone/wp-content/uploads/2025/03/pd-02.png') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.product-banner .swiper-wrapper{
	gap: 20px;
}
.product-banner .swiper {
    overflow: visible !important;
}
.product-banner .swiper-slide-image {
    width: 100vw;
}
.testimonial .owl-nav .owl-prev {
       left: 47% !important;
    top: 100%;

}
.testimonial .owl-nav .owl-next {
    right: 46% !important;
}
@media(max-width: 500px){
	.testimonial .owl-nav .owl-next {
    right: 35% !important;
}
	.testimonial .owl-nav .owl-prev {
      left: 35% !important;
}
}
.wd-timeline-content p {
    color: #000;
}
img.loc-icon {
    margin-right: 10px;
}
table.variations .label {
    padding-bottom: 10px !important;
}

.product-image-summary-inner .entry-summary{
    padding-left: 20px;
}
.product-image-summary-inner .product-images {
    padding-right: 20px;
}
[class*="wd-swatches"].wd-bg-style-2 .wd-swatch.wd-bg, [class*="wd-swatches"].wd-text-style-2 .wd-swatch.wd-text {
    --wd-swatch-inn-sp: 0 !important;
}
.wd-swatches-product{
	gap: 10px;
}
#slide-2058 .wd-slide-container, #slide-2060 .wd-slide-container, #slide-146 .wd-slide-container{
	padding-bottom: 0;
	padding-top: 0;
	--wd-justify-content: center !important;
}

.wd-swatch.wd-text.wd-enabled.wd-active {
    background: transparent !important; 
}
.wd-swatch.wd-text.wd-enabled.wd-active .wd-swatch-text{
	color: #000;
}
[class*="wd-swatches"].wd-bg-style-2 .wd-swatch.wd-bg, [class*="wd-swatches"].wd-text-style-2 .wd-swatch.wd-text {
    box-shadow: none;
}
 .woocommerce-cart .main-page-wrapper {
    background-color: #fff;
}
.woocommerce-checkout .main-page-wrapper{
	 background-color: #fff;
}
button.button {
    color: #fff !important;
}
input#coupon_code {
        border: 1px solid #c9c2c2;
    color: #000;
}

.woocommerce-account .main-page-wrapper, .woocommerce-MyAccount-content>p {
    background-color: #fff !important;
	color: #000;
}
.woocommerce-form-row label, .woocommerce-FormRow span{
    color: #000;
}

/* MAYANK */


.woocommerce-cart .quantity input[type="button"], .woocommerce-cart .quantity input[type="number"], .form-row input, .select2-results__option,.form-row textarea, .wd-login-title {
    color: #000;
} 

ul#select2-billing_country-results  li {
    color: #000;
}
body .select2-container--default .select2-selection--single {
    color: #000;
}
p.login-form-footer span {color: #949494;}

.single .woocommerce-variation-add-to-cart.variations_button, .single .variations {
	margin-top: 0 !important;
		margin-bottom: 20px !important;
}
.single .single_add_to_cart_button {
	background: rgba(45, 179, 158,1) !important;
    color: #000 !important;
}

.variable-item, .swatch-circle {
    min-height: 36px !important;
    border-radius: 18px !important;
    background-color: #000000;
    border: 1px solid #454544 !important;
	    padding: 0 !important;
		box-shadow: none !important;
}
.swatch-circle{
	font-size: 14px !important;
	min-width: 70px;
height: 36px !important;
	    display: flex !important;
    align-items: center;
    justify-content: center;
}
.swatch-circle:hover{
background: #000 !important;
    color: #fff !important;
	box-shadow: none !important;
	  border: 1px solid #000 !important;
}
.variable-item-span {
    font-size: 14px !important;
    line-height: 24px !important;
    color: #000000;
    font-weight: 400;
    font-family: "Open Sans";
	padding:0 10px !important;
}
.variable-item-span:before{
	display: none !important;
}
[data-wvstooltip]:before, .wvs-has-image-tooltip:after, [data-wvstooltip]:after{
    display: none !important;
}
.variable-item:hover, .variable-item.selected, .swatch-circle:hover .variable-item.selected{
    background: #000 !important;
    color: #fff !important;
	box-shadow: none !important;
	  border: 1px solid #000 !important;
}
.variable-item:hover span, .variable-item.selected span {
    color: #fff !important;
}
.image-variable-item {
    width: 36px !important;
}
.variable-item-image {
    border-radius: 100%;
}
.button-variable-item {
    min-width: 70px !important;
}
.rs-installation-option br {
    display: none;
}
select#add_installation {
    border: 1px solid #1d2327;
    border-radius: 30px;
	width: 300px;
}
.rsinstallation-option label  {
    color: #000 !important;
    font-size: 16px !important;
    margin-bottom: 10px;

}
.rsinstallation-option label strong, span.swatch-circle{
		font-weight: 400 !important;
}
.rs-installation-option label {
    font-size: 16px !important;
    color: #000 !important;
	 margin-bottom: 10px;
}
.rsinstallation-option{
	margin-bottom: 0 !important;
}
.wd-reset-var{
	display: none;
}
.woocommerce-variation-add-to-cart.variations_button{
	gap: 10px !important;
}
table.variations label:after {
    content: ":";
    margin-left: 1px;
}
.rsinstallation-option .woocommerce-Price-amount.amount {
    font-family: 'Anton';
    font-size: 14px;
	    font-weight: 400;
}


.woocommerce-Tabs-panel .wc-tab-inner p, .woocommerce-Tabs-panel .wc-tab-inner ul li {
    font-size: 16px;
    margin-bottom: 0;
}
@media(max-width: 767px){
	.product-banner .elementor-swiper-button-prev, .product-banner .elementor-swiper-button-next{
		display: none !important;
	}
}
.custom-product-excerpt {
    color: #fff;
	padding-top: 10px;
	font-family: 'Gotham' !important;
}
.woocommerce-variation-price .price {
    font-size: 20px;
    font-family: 'Anton';
    line-height: 30px;
    font-weight: 400;
}
.wd-slider.wd-section-container>.wd-carousel-inner>.wd-carousel {
   overflow: visible;
}
.home-banner-carousal .wd-slide-container {
    padding: 0 !important;
}
.home-banner-carousal .wd-carousel-wrap {
    gap: 30px;
}
.wd-slide-inner {
    max-width: 100% !important;
    width: 100% !important;
}

.locTabLists li a, .tableHeader th{
    font-size: 16px;
    line-height: 26px;
}
p.woocommerce-mini-cart__buttons a {
    font-weight: 600;
    color: #000 !important;
}
h2.wp-block-heading {
    color: #fff;
}
.wp-block-group__inner-container ul li a, a.wp-block-latest-comments__comment-author, .wp-block-latest-comments footer:before {
    color: #fff !important;
}
.woocommerce-cart .main-page-wrapper, .woocommerce-checkout .main-page-wrapper{
    background: #fff !important;
}
.product-element-top:hover .hover-img{
    display: none !Important;
}
.home-products .quick-shop-wrapper, .home-products .quick-view {
    display: none;
}

.wd-coupon-form .button[name="apply_coupon"], .cart-actions .button[name="update_cart"] {
    color: #000 !IMPORTANT;
    font-weight: 600 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents, .woo-variation-swatches .variable-items-wrapper {
    opacity: 0.9 !important;
}
table.main-compare-table select {
    font-family: 'Gotham';
}
.home-banner-carousal .e-con>.e-con-inner, .home-banner-carousal .container {
    max-width: 100% !important;
/*     padding: 40px; */
}

.hidden-fields-container{
    display:none;
}

.mainemail {
    margin-top: 58px !important;
}

.ng-accordion .e-n-accordion-item-title{
padding-bottom:30px;
padding-top:30px;
padding-left:0px;
padding-right:20px;
}

.ng-new-testimonial-section {
/*     padding: 80px 20px; */
    position: relative;
}

/* .ng-new-testimonial-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
}
.ng-new-testimonial-title span {
    color: #45b8ac;
} */

.ng-new-testimonial-card {
    background: #fff;
    padding: 50px 60px 50px 70px;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.ng-new-testimonial-section .owl-carousel .owl-stage{
	display: flex !important;
	align-items:center !important;
}

.ng-new-testimonial-avatar {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    margin-bottom: 15px;
}

.ng-new-testimonial-carousel .owl-item {
/*     opacity: 0.3; */
    transform: scale(0.9);
    transition: 0.4s;
}
.ng-new-testimonial-carousel .owl-item.center {
    opacity: 1;
    transform: scale(1.05);
}

.ng-new-testimonial-section .owl-nav {
    position: absolute;
    top: -93px;
    right: -25px;
    font-size: 35px;
display:flex;
	gap:30px;
}

.ng-new-testimonial-section .owl-nav img{
	width:40px;
}

.ng-new-testimonial-carousel .owl-dots {
    display: none;
}

@media (min-width: 1441px) and (max-width: 1919px) {
    
.ng-performance {
    bottom: -158px !important;
    right:150px !important;
}

	.ng-slide-image{
		left: -74% !important;
top: 168px !important

	}

	.ng-slide-image .elementor-widget-container{
		scale:0.9 !important;
	}

	.ng-slide-text {
		margin-top:44px !important;
	}

}

.ng-blog .post-image-mask{
	display:none;
}


.woodmart-woocommerce-layered-nav .wd-scroll{
	display:none; /* default controlled by JS */
}

.woodmart-woocommerce-layered-nav:not(.collapsed) .wd-scroll{
	display:block;
}

.woodmart-woocommerce-layered-nav .widget-title{
	display:flex;
	justify-content:space-between;
	align-items:center;
	cursor:pointer;
	user-select:none;
}

.woodmart-woocommerce-layered-nav .widget-title::after{
	content:"-";
    margin-right: 10px;
    font-size: 20px;
}

.woodmart-woocommerce-layered-nav.collapsed .widget-title::after{
	content:"+";
    margin-right: 10px;
    font-size: 20px;
}


body.custom-product-scope  .wd-filter-list.wd-scroll-content {
    padding-top: 20px;
}

body.custom-product-scope  #woocommerce_product_categories-2  .product-categories{
    padding-top: 20px;
	padding-bottom: 20px;
border-bottom:1px solid #c2c2c2;
}

body.custom-product-scope  .wd-shop-tools .wd-style-underline{
border-bottom:1px solid #c2c2c2;
}

#woocommerce_product_categories-2 .widget-title{
margin-bottom:20px;	
}

.wd-swatches-filter.wd-checkboxes-on li>a:before{
	    margin-inline-end: 14px;
background-color:#f1f8ff;
}

#woocommerce_price_filter-2 .price_slider_amount button{
background-color: #fff;
color:#000 !important;
border:1px solid #000;	
border-radius:0px;
font-size: 12px;
letter-spacing: 1px;
font-weight:400;
text-transform: uppercase;
}

body.custom-product-scope   .wc-layered-nav-term .count{
	display: none;
}

body.custom-product-scope  .widget_price_filter [class*="price_slider_amount"] .price_label>span {
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
color: #6c6c6c;
font-weight:400;
padding: 6px 18px;
}



body.custom-product-scope  .price_label .from , body.custom-product-scope  .price_label .to{
	width: 69px !important;
height: 30px !important;
background-color: #e8e8e8;
border: 1px solid #e8e8e8;
}

body.custom-product-scope  .widget_price_filter .ui-slider .ui-slider-handle:after {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: rgb(0 0 0);
}

body.custom-product-scope   .widget_price_filter .ui-slider .ui-slider-range{
    background-color: rgb(0 0 0);
}

body.custom-product-scope   .widgettitle, .widget-title{
	font-size: 15px;
letter-spacing: 1px;
line-height: 20px;
font-weight:400;
text-transform: uppercase;
color: #000000;
}

body.custom-product-scope  .wd-scroll,body.custom-product-scope   .product-categories{
    position: relative;
    padding-bottom: 10px;
}

body.custom-product-scope  .wd-side-hidden{
	position:fixed !important;
}

body.custom-product-scope  .wd-scroll::before ,body.custom-product-scope   .product-categories::before {
    content: "";
    position: absolute;
    left: 0;
top:0;
/*     bottom: -20px; */
    width: 100%;
    height: 1px;
    background-color: #c2c2c2;
}

body.custom-product-scope  .page-title.page-title-default.title-size-default.title-design-centered.color-scheme-light{
	display:block !important;
}

body.custom-product-scope  [class*="wd-swatches"].wd-text-style-2 .wd-swatch.wd-text {
    box-shadow: none;
}

body.custom-product-scope  .wd-swatch-text{
    color:#000 !important;	
}

body.custom-product-scope  .widget_product_categories .product-categories li.current-cat>a {
    color: rgb(45,179,158) !important;
    font-weight: 400 !important;
}

body.custom-product-scope  .widget_product_categories .product-categories li a{
    color: #000 !important;
}

.archive .product-wrapper{
padding: 20px 20px 40px 20px !important;	
}

body.custom-product-scope   .custom-product-excerpt {
    padding-top: 20px;
}

body.custom-product-scope  .product-wrapper .price{
padding-top:10px;
padding-bottom:20px;
display: flex;
align-items: center;
color:#000;
justify-content:center;
}

/* #woocommerce_product_categories-2 .widget-title ,  #woodmart-woocommerce-layered-nav-7 .widget-title , #woodmart-woocommerce-layered-nav-9 .widget-title  , #woodmart-woocommerce-layered-nav-12 .widget-title  , #woodmart-woocommerce-layered-nav-13 .widget-title  , #woodmart-woocommerce-layered-nav-14 .widget-title{
    position: relative;
    padding-bottom: 10px;
} */

/* #woocommerce_product_categories-2 .widget-title::after , #woodmart-woocommerce-layered-nav-7 .widget-title::after , #woodmart-woocommerce-layered-nav-9 .widget-title::after , #woodmart-woocommerce-layered-nav-12 .widget-title::after , #woodmart-woocommerce-layered-nav-13 .widget-title::after , #woodmart-woocommerce-layered-nav-14 .widget-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #c2c2c2;
} */

body.custom-product-scope   .main-page-wrapper{
background-color:#f6f6f6;	
}

body.custom-product-scope   .term-description {
display:none;	
}

body.custom-product-scope  .wd-filter-lable {
    font-size: 15px;
letter-spacing: 1px;
line-height: 20px;
color: #000000;
}

body.custom-product-scope  .wd-entities-title a{
font-size:20px;	
}

@media(max-width:768px){
body.custom-product-scope  .wd-entities-title a{
font-size:18px;	
}	

.archive .product-wrapper .amount {
    font-size: 24px !important;
}
}

body.custom-product-scope  .widget {
border-bottom:none;
}

body.custom-product-scope   .wd-search-form .searchform input.s {
    border: 2px solid #ccc !important;
    background-color: #fff !important;
border-radius:5px;
/*     padding: 10px 15px; */
}

body.custom-product-scope  .wd-search-form .searchform input.s::placeholder {
    color: #888 !important;
    opacity: 1;
}

body.custom-product-scope  .page-title-default{
	    background-position: center center;
    background-size: cover;
/* min-height:525px; */
padding-top:140px;
padding-bottom:120px;
}

body.custom-product-scope   .page-title .title{
font-size:44px;
color:rgb(45,179,158) ;
text-transform:capitalize;
margin-bottom:40px;
}

body.custom-product-scope   .page-title .wd-action-btn {
display:none;	
}

.wd-slide-container{
	    padding-block: 0px !important;
}

.ng-series .promo-banner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.ng-series .promo-banner .wrapper-content-banner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;      
    justify-content: center;  
    text-align: center;
    padding: 20px;
}

.ng-series .promo-banner .content-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    z-index: 2;
}

.ng-series .promo-banner .banner-inner,
.ng-series .promo-banner .banner-btn-wrapper {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.ng-series .promo-banner:hover .banner-inner,
.ng-series .promo-banner:hover .banner-btn-wrapper {
    max-height: 200px; /* adjust if needed */
    opacity: 1;
    transform: translateY(0);
}

.ng-series .promo-banner .banner-title {
    transition: 0.3s ease;
}

.ng-series .promo-banner:hover .banner-title {
    transform: translateY(-10px);
}

.ng-series .promo-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    transition: 0.3s ease;
    z-index: 1;
}

.ng-series .promo-banner:hover::after {
    opacity: 1;
}

.ng-series .promo-banner .banner-btn-wrapper {
    display: flex;
    justify-content: center;
}

.ng-series .promo-banner:hover img {
    transform: scale(1.05);
    transition: 0.5s ease;
}

.ng-series .promo-banner .banner-btn-wrapper a {
    color: #000 !important;
        font-size: 16px;
    padding: 13px 18px;
    margin-top: 24px
}

.ng-blog .article-body-container{
    text-align: left !important;
    padding: 35px !important;
}

.ng-blog .article-inner{
     box-shadow: 0 0 4px rgba(0, 0, 0, 0) !important; 
}

.ng-blog .btn-read-more{
   color:#000 !important;
   font-weight: 900;
   text-decoration: underline;
   font-style: italic;
   font-size: 14px;
text-transform: capitalize;
}

.ng-blog .post-date{
    display: none !important;
}

.ng-blog .wd-carousel .wd-carousel-item{
        padding: 0 calc((40px) / 2) !important;
}

.ng-blog .post-img-wrapp{
	border-radius:15px !important;
}

.ng-blog  .wd-post .post-title {
    margin-bottom: 20px;
}

.custom-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999 !important;
    overflow: visible !important;
}

.custom-lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 45px;
    color: #fff;
    cursor: pointer;
    z-index: 10000;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    z-index: 10000;
/*     background: rgba(0,0,0,0.5); */
    border-radius: 50%;
    user-select: none;
    transition: 0.3s;
}

.lightbox-prev {
    left: 0px;
}

.lightbox-next {
    right: 0px;
}

@media (max-width: 767px) {

    .lightbox-close {
        top: 0px;
        right: 5px;
        font-size: 28px;
    }

    .custom-lightbox img {
        max-width: 95%;
        max-height: 85%;
    }

.archive .product-wrapper .amount {
    font-size: 24px !important;
}
}

.archive .custom-product-excerpt{
	color:#000;
}

.archive .product-wrapper{
	border-radius:20px !important;
}

.archive .product-wrapper .wd-pos-r-t{
	display:none
}

.archive .product-wrapper .product-labels {
    top: 5px;
    inset-inline-end: 5px !important;
inset-inline-start: unset;
    align-items: flex-end;
    flex-direction: row;
    gap: 10px;
    max-width: 100%;
}

.archive .product-wrapper .product-label {
    padding: 2px 16px;
font-weight: 400;
    font-size: 21px;
border-radius:15px;
}

.archive .product-wrapper .amount{
	font-size:30px;
	color:#000;
}

.ng-menu-tabing .e-n-tabs-content > div , .ng-support-tabing .e-n-tabs-content > div {
    display: none;
}

.ng-menu-tabing .e-n-tabs-content > div.e-active , .ng-support-tabing .e-n-tabs-content > div.e-active {
    display: block;
}

.ng-menu-tabing .e-n-tab-title {
font-weight:400;
height:20px !important;
color:#fff !important;
}

.ng-menu-tabing .e-n-tabs-heading .e-active , .ng-support-tabing .e-n-tabs-heading .e-active{
	font-weight:600 !important;
color:rgb(255 255 255 / 60%) !important;
}

/* .ng-menu-tabing .e-n-tab-title, .ng-support-tabing .e-n-tab-title {
    position: relative;
    padding-right: 30px; 
}

.ng-menu-tabing .e-n-tab-title::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url(https://staging.pointonetechnology.com/wp-content/uploads/2026/04/right-chevron-svgrepo-com.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 0.3s ease;
}

.ng-menu-tabing .e-n-tab-title.e-active::after {
    opacity: 1;
} */

.ng-support-tabing .e-n-tab-title  {
font-weight:400;
height:20px !important;
color:#fff !important;
}

.ng-support-tabing .e-n-tab-title-text::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background-image: url("https://staging.pointonetechnology.com/wp-content/uploads/2026/04/right-chevron-svgrepo-com.svg");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 0.3s ease;
}

/* show only active tab */
.ng-support-tabing .e-n-tab-title.e-active .e-n-tab-title-text::after {
    opacity: 1;
}

.btn-learn-more{
background-color:#000 !important;
color:rgb(45,179,158) !important;
border-radius: 27px;
padding:16px 14px;
font-size:13px;
    width: fit-content;
    align-self: center;	
}

.btn-explanation , body.custom-product-scope  .wd-product.wd-hover-standard .wd-add-btn .add-to-cart-loop span{
background-color:rgb(45,179,158) ;
color:#000;
border-radius: 27px;
padding:16px 14px;
font-size:13px;
    width: fit-content;
    align-self: center;	
}

.ng-header-menu .elementor-item {
    position: relative;
    padding-right: 25px; /* space for arrow */
}

.ng-header-menu .elementor-item.elementor-item-active::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    left: -16px;
    background-color: #ffffff00;
    height: 14px !important;
    background-image: url("https://staging.pointonetechnology.com/wp-content/uploads/2026/04/right-chevron-svgrepo-com.svg");
    background-size: contain;
    background-repeat: no-repeat;
}


body.custom-product-scope  .page-title.page-title-default.title-size-default.title-design-centered.color-scheme-light{
margin-bottom:100px;
}

body.custom-product-scope  .container .content-layout-wrapper{
	padding-bottom:100px;
}

body.custom-product-scope  .page-title-default{
	height:unset;
}

body.custom-product-scope  .order-last {
    order: 0;
}

@media (max-width: 767px) {
body.custom-product-scope  .page-title-default {
    padding-top: 50px;
    padding-bottom: 50px;
}
body.custom-product-scope  .page-title .title {
    font-size: 38px !important;
	}
/* Optional: keep content spacing clean */
body.custom-product-scope .products .wd-product .custom-product-excerpt {
    min-height: unset !important; 
}

/* Optional: equal title height */
body.custom-product-scope  .products .wd-product .wd-entities-title {
    min-height: unset !important;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
   body.custom-product-scope  .page-title-default {
    padding-top: 100px;
    padding-bottom: 100px;
}
body.custom-product-scope  .page-title .title {
    font-size: 44px !important;
	}

/* Optional: keep content spacing clean */
body.custom-product-scope .products .wd-product .custom-product-excerpt {
    min-height: 50px !important; 
}

/* Optional: equal title height */
body.custom-product-scope  .products .wd-product .wd-entities-title {
    min-height: 50px !important;
}
}

/* Make product card full height */
body.custom-product-scope .products .wd-product {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Make wrapper take full space */
body.custom-product-scope .products .product-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Push bottom content (price + button) to bottom */
body.custom-product-scope  .products .wd-product .wd-add-btn {
    margin-top: auto;
}

/* Optional: keep content spacing clean */
body.custom-product-scope .products .wd-product .custom-product-excerpt {
    min-height: 97px; 
}

/* Optional: equal title height */
body.custom-product-scope  .products .wd-product .wd-entities-title {
    min-height: 84px;
    margin-top: 10px;
}

.ng-slider .elementor-swiper-button-prev{
	left:-10px !important;
}

.ng-slider .elementor-swiper-button-next{
	right:-10px !important;
}




/* Small devices */
@media (max-width: 767px) {

 .ng-new-testimonial-section .owl-nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        transform: translateY(20%);
        display: flex;
        justify-content: center;
        align-items: center;

        pointer-events: none;
    }

    .ng-new-testimonial-section .owl-nav button {
        pointer-events: auto;
        background: transparent !important;
        border: 0;
    }

.ng-new-testimonial-card {
    padding: 40px 30px 40px 30px;
}

   
}