/* new css */
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single, .ast-separate-container .ast-author-box, .ast-separate-container .ast-404-layout-1, .ast-separate-container .no-results {
        padding: 0;
	    background-color:#ffffff00 !important;
    }

/* .elementor-2373 .elementor-element.elementor-element-31c4df0 .pp-post {
    height: 200px !important;
	background-color:white !important;
}

.single-product-table{
	overflow:hidden !important;
}

.pp-posts-skin-checkerboard .pp-post, .pp-posts-skin-news .pp-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
}

.pp-post-excerpt p{
	font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.pp-posts-button.elementor-button.elementor-size-sm{
	color: #08329f;
    background: none;
    border: none;
    padding: 0px !important;
}
 */
/* .elementor-2373 .elementor-element.elementor-element-31c4df0 .pp-post-thumbnail {
    margin-bottom: 0px;
} */

/* .pp-posts-skin-checkerboard .pp-post-thumbnail, .pp-posts-skin-news .pp-post-thumbnail {
    -ms-flex-preferred-size: 50%;
    flex-basis: 30%
;
    -ms-flex-negative: 0;
    flex-shrink: 0;
} */

.pp-post-thumbnail{
    height: 300px !important; /* Apne design ke hisaab se */
    overflow: hidden;
}

.pp-post-thumbnail-wrap img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: block;
}

.pp-post-thumbnail-wrap img:hover{
	transform:scale(1.1);
}

.pp-post-title{
	text-align:center;
}

.pp-post-title a{
	border-bottom:1px solid #232323;
}

.product-inquiry-btn{
	cursor:pointer;
}

.ndapl-single-product-page > .elementor > .e-parent:first-child > .e-con-inner{
    padding-top:20px !important;
}

/* breadcrumbs */
.ndapl-single-product-breadcrumb .ndapl-breadcrumb-separator{
    font-size:12px;
    font-weight:400;
/*     color:#666;
    margin:0 4px;
    display:inline-block; */
    vertical-align:middle;
}

.single-product-main-breadcrumbs{
    background-color: #f4f5fa;
	width:100%;
}

.ndapl-single-product-breadcrumb-wrapper {
    width: 1272px;
    padding: 0px 20px;
    margin: auto;
	
}

.ndapl-single-product-breadcrumb{
    grid-column: 1 / -1;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    position: relative;
    margin-top: 60px;
/*     padding-bottom: 12px; */
    width: fit-content;
/*     border-bottom: 2px solid #FF9500; */
}

.ndapl-single-product-breadcrumb a,
.ndapl-single-product-breadcrumb .ndapl-current,
.ndapl-single-product-breadcrumb .breadcrumb_last{
    font-family:"Jost", Sans-serif !important;
    font-size:16px !important;
    line-height:20px !important;
    font-weight:500;
    color:#1E1E1E !important;
	text-transform:capitalize !important;
    text-decoration:none;
    transition:.3s;
}

.ndapl-single-product-breadcrumb .ndapl-breadcrumb-separator{
    color:#1E1E1E !important;
}

/* .breadcrumb_last{
	font-weight:400 !important;
} */

.ndapl-single-product-breadcrumb a:hover{
    color:#0F32C2;
}

.ndapl-single-product-breadcrumb .ndapl-separator{
    color:#1E1E1E;
    font-size:16px;
    font-weight:600;
    margin:0 2px;
}

.ndapl-single-product-breadcrumb .ndapl-current{
    color:#1E1E1E;
}

/* Mobile */
@media (max-width:1272px){
	.ndapl-single-product-breadcrumb-wrapper {
    width: 100%;
    padding: 0px 20px;
    margin: auto;
	
}
	
}

@media (max-width:767px){

    .ndapl-single-product-breadcrumb{
/*         margin-bottom:30px; */
        flex-wrap:wrap;
    }

    .ndapl-single-product-breadcrumb a,
    .ndapl-single-product-breadcrumb .ndapl-current,
    .ndapl-single-product-breadcrumb .ndapl-separator{
        font-size:14px !important;
    }

}

/* end new css */
.single-product-page{
    padding: 80px 20px;

    width: 100%;
    max-width: 1272px;

    margin-inline: auto;

    box-sizing: border-box;
}

/*
=====================================
MAIN CONTAINER
=====================================
*/

.single-product-page .main-container{
    display: flex;
    flex-direction: column;

    gap: 30px;

    width: 100%;
}

/*
=====================================
TYPOGRAPHY
=====================================
*/

.single-product-page h1,
.single-product-page h2,
.single-product-page h3{
    font-family: Sansation, sans-serif;
}

.single-product-page p{
    font-family: "Jost", sans-serif;

    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

/*
=====================================
PRODUCT WRAPPER
=====================================
*/

.product-wrapper{
    display: flex;

    flex-wrap: wrap;

    gap: 30px;

    width: 100%;
    align-items: start;
    box-sizing: border-box;
}

/*
=====================================
PRODUCT MAIN IMAGE
=====================================
*/

.product-main-image{
    flex: 1 1 500px;
	
    min-width: 0;

    border: 1px solid #e2e2e2;
/* 	border: 5px solid #e2e2e2; */

    border-radius: 20px;

    overflow: hidden;

    background: #ffffff;

    box-sizing: border-box;
}

/*
=====================================
LIGHTBOX IMAGE
=====================================
*/

.product-image-inner{
    position: relative;
}

.product-lightbox-image{
    display: block;
/* 	border:1px solid yellow; */
    cursor: pointer;
}

.product-lightbox-image img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

/*
=====================================
ZOOM BUTTON
=====================================
*/

.product-zoom-button{
    position: absolute;

    right: 20px;
    bottom: 20px;

    width: 55px;
    height: 55px;

    border-radius: 50%;

    background: #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;

    font-size: 24px;

    color: #08329f;

    box-shadow: 0px 5px 20px rgba(0,0,0,0.15);

    transition: 0.3s ease;

    z-index: 2;
}

.product-zoom-button:hover{
    transform: scale(1.08);
}

/*
=====================================
PRODUCT IMAGE
=====================================
*/

.product-main-image img{
    width: 100%;
    height: 500px;
    object-fit:contain;
    display: block;
}

/*
=====================================
PRODUCT CONTENT
=====================================
*/

.product-content{
    flex: 1 1 500px;

    min-width: 0;
}

/*
=====================================
PRODUCT TITLE
=====================================
*/

.product-title{
    font-size: 42px !important;

    width: fit-content;

    margin-bottom: 15px;

/*     line-height: 120%; */

    border-bottom: 2px solid #FF9500;
}

/*
=====================================
PRODUCT DESCRIPTION
=====================================
*/

.product-description{
    display:flex;
	flex-direction:column;
	width:100% !important;
/* 	gap:5px; */
}

.product-description-p{
    color: #08329f;

    padding-bottom: 10px;
}

/*
=====================================
TABLE STYLING
=====================================
*/

.product-description table,
.product-description td,
.product-description th{
    border: 1px solid #cccccc !important;
}

/*
=====================================
RESPONSIVE
=====================================
*/

@media(max-width:767px){

    .single-product-page{
        padding: 60px 16px;
    }

    .product-wrapper{
        gap: 24px;
    }

    .product-title{
        font-size: 32px;
    }

    .product-zoom-button{
        width: 48px;
        height: 48px;

        font-size: 20px;

        right: 15px;
        bottom: 15px;
    }

}

/* Related products CSS */

.related-products-section{
    padding: 80px 0 0 0;
}

.related-title{
/*     font-size: 42px;

    font-weight: 600;

    margin-bottom: 40px;

    text-align: center; */
	
	color:#08329f;
}

.related-products-grid{
    display: grid;
    padding:0px;
    grid-template-columns: repeat(3,1fr);

    gap: 10px;
}

.related-product-card{
    width: calc(100% - 20px);
	display:flex;
	justify-content:space-between;
    min-width: 280px;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    transition: 0.3s;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(8, 50, 159);
    border-image: initial;
}

.related-product-card:hover{
     transform: translateY(-6px);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 12px 30px;
}

.related-product-image{
   width: 35%;
    /* aspect-ratio: 1 / 1; */
    overflow: hidden;
    max-width: 100px;
    padding: 10px;
    /* border-bottom: 1px solid rgb(255, 149, 0); */
    background: rgb(255, 255, 255);
}

.related-product-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}

.related-product-card:hover img{
    transform: scale(1.05);
}

.related-product-card h3{
     font-size: 20px;
    text-align: left;
    color: #111;
    line-height: 140%;
	
}
.related-product-content{
	 width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 10px;
    padding: 10px;
}
.related-product-top-content{
	display:flex;
	flex-direction:column;
	gap:10px;
}
.related-product-description{
    font-size: 15px;
    line-height: 160%;
    color: #666;
    margin-bottom: 18px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.view-product-btn{
    display: inline-flex;

    align-items: center;

    gap: 8px;

/*     font-size: 15px; */

    font-weight: 600;

    color: #08329f;

    transition: 0.3s ease;
}

.related-product-card:hover .view-product-btn{
    gap: 14px;
}

.relative-product-icon{
	font-size: 12px;
    transform: rotate(322deg);
    margin-left: 10px;
}

@media(max-width:991px){

    .related-products-grid{
        grid-template-columns: repeat(2,1fr);
		row-gap: 30px;
    }

}

@media(max-width:767px){

    .related-products-grid{
        grid-template-columns: 1fr;
    }

}


/* form pop up */

.product-popup{
    position: fixed;

    inset: 0;

    background: rgba(0,0,0,0.6);

    display: flex;

    align-items: center;

    justify-content: center;

    opacity: 0;

    visibility: hidden;

    transition: 0.3s ease;

    z-index: 9999;

    padding: 20px;
}

.product-popup.active{
    opacity: 1;

    visibility: visible;
}

.product-popup-inner{
    background: #fff;

    width: 100%;

    max-width: 600px;

    padding: 40px;

    border-radius: 20px;

    position: relative;
}

.popup-close{
    position: absolute;

    top: 15px;

    right: 20px;

    font-size: 32px;

    cursor: pointer;
}
.pop-up-heading{
	margin-bottom:10px;
}
/* .product-inquiry-btn{
	width:max-content;
	background-color: transparent;
    font-family: "Sansation", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #FFFFFF;
    background-image: linear-gradient(0deg, #042D9A 0%, #265BC7 100%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #689FFF;
    border-radius: 5px 5px 5px 5px;
    padding: 12px 14px 12px 18px;
}
 */
/* .product-inquiry-btn:hover{
	background-color: transparent;
    color: #FFFFFF;
    background-image: linear-gradient(0deg, #265BC7 0%, #042D9A 100%);
    border-radius: 5px 5px 5px 5px;
} */
.custom-input{
	margin-bottom:10px !important;
	padding:10px !important;
}
.custom-input-textarea {
    height: 200px;
    margin-bottom: 10px;
}

/* CF7 FORM CSS */

.input-icon-wrap{

    position: relative;

    margin-bottom: 20px;
}

.input-icon{

    position: absolute;

    top: 10px;

    left: 18px;

/*     transform: translateY(-50%); */

    z-index: 2;

    color: #8c8c8c;

    font-size: 16px;
}

/*
========================
INPUTS
========================
*/

/* .product-popup-hidden-field{
	display:none !important;
} */

.custom-input{

    width: 100%;

    height: 54px;

    padding-left: 50px !important;
	
	border-radius:12px !important;
}

/*
========================
TEXTAREA
========================
*/

.textarea-wrap .input-icon{

    top: 10px;

    transform: none;
}

.custom-input-textarea{

    width: 100%;

    height: 140px;

    padding-left: 50px !important;

    padding-top: 18px;
}