.mt-125{margin-top:125px}
.z-i-4{z-index:4;}
.overlay-props{position: absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.2);z-index: 2;}
@media screen and (max-width:991px){
    .mt-125{margin-top:106px}
}

.alt-bg{background-color:var(--alt-bg);}
.pseudo-bottom:before{position:absolute;content:"";top:auto;width:100px;height:3px;background:var(--cta-color);}
.pseudo-bottom.center:before{bottom:0;left:50%;transform:translateX(-50%);}
.pseudo-bottom.left-align:before{bottom:0;left:0;}
.pseudo-bottom.left-align{padding-bottom:14px;margin-bottom:14px;}
.pseudo-rt:after{position: absolute;content:url("https://cdn1.jashnfoods.com/frontend/images/home/bird-right.png");top:-90px;right:60px;}
.pseudo-rt.d-z-index:after{z-index: -1;}
.pseudo-let-top:after{position: absolute;content: url("https://cdn1.jashnfoods.com/frontend/images/home/bird-left.png");top:45%;transform:translatey(-50%);left:0;}
/* Product type css */
.product-catg-type{background:rgba(78,22,118,0.92);border:var(--cta-color) solid 2px;border-radius:8px;margin-top:50px;}
.product-catg-wrapper{overflow: hidden;position: relative;}
.product-catg-wrapper:before{position: absolute;content:"";background:url('https://cdn1.jashnfoods.com/frontend/images/home/color-bird-right.png') bottom right no-repeat;bottom:-73px;right:-31px;background-size:60% 60%;width:262px;height:401px;opacity: 0.3;}
.pd-type-img{border-radius:100%;position: absolute;left:50%;top:-56px;transform: translateX(-50%);}
.content-caption{padding:70px 15px 20px;z-index: 2;}
.pd-type-title,
.product-name{font-size:20px;}
/* Rice category css */
.wrap-exp-infos{width:100%;display: flex;}
.pdr-100{padding-right:100px;}
.mt-30{margin-top:30px;}
.mt-60{margin-top:60px;}
.pdt-60{padding-top:60px;} 
.pdb-60{padding-bottom:60px;}
.exp-details{width:calc(100% - 300px);}
.product-wrapper > h1,
.pseudo-left{position: relative;padding-bottom:12px;margin-bottom:20px;}
.product-wrapper > h1:before,
.pseudo-left:before{position:absolute;content:"";top:auto;bottom:0;left:0;width:100px;height:3px;background:var(--cta-color);}
.product-wrapper > p{margin-top:10px;}
.subtitle-caption{max-width:785px;}
.product-wrapper ul{color:var(--d-color);font-weight:400;padding-left:20px;}
.product-wrapper ul > li{list-style: disc;}
.product-lists{width:300px;}
.product-type:not(:first-child){margin-top:30px;}
.product-title{font-size:30px;}
.product-subtitle{font-size:24px;}
.product-category{margin-top:12px;}
.product-caption + .product-caption{margin-top:16px;}
.product-category > li:not(:first-child){margin-top:5px;}
a.category-info{color:var(--title-color);display: inline-flex;padding-left:10px;}
a.category-info:before{position: absolute;content:"\f0da";top:3px;left:0;font-size:13px;font-family:fontawesome;}
a.category-info:hover,
a.category-info:hover:before{color:var(--cta-color);}

@media screen and (max-width:1360px){
    .pdr-100{padding-right:60px;}
    .pseudo-rt:after{right:20px;}
}
@media screen and (max-width:767px){
    .product-title{font-size:24px;}
    .variety-caption.mt-30{margin-top:0;}
    .product-caption + .product-caption{margin-top:6px;}
}

/* Product list css */
.variety-title{font-size:28px;}
.product-grid-3{display: grid;grid-template-columns: repeat(3,minmax(0,1fr));gap:20px;}
.product-grid-3 p{text-align: center;}
.product-detail{background:#fff;border-radius:12px;padding:12px;box-shadow: var(--shadow);}
.product-image:not(.image-loading):before{position: absolute;content:url('https://cdn1.jashnfoods.com/frontend/images/home/symbol-logo.png');left:50%;top:50%;transform: translate(-50%,-50%);}
.product-image.no-pseudo:before{content:"";}
a.product-image{display: block;}
.mb-16{margin-bottom:16px;}
.btn-grid-2{display: grid;grid-template-columns: repeat(2,minmax(0,1fr));gap:15px;padding:0 0 3px;}
.btn-grid-2.mb-12{margin-bottom:0px;}
.btn-grid-2 .secondary-btn,
.btn-grid-2 .primary-btn{padding:0;height:36px;font-size:14px;font-weight:500;text-transform: uppercase;}
p + .product-wrapper{margin-top:30px;}
.product-wrapper + .product-wrapper{margin-top:40px;}
@media screen and (max-width:1400px){
.btn-grid-2{gap:15px;}
.btn-grid-2 .secondary-btn,
.btn-grid-2 .primary-btn{font-size:13px;}
}
@media screen and (max-width:1366px){
    .product-grid-3{grid-template-columns: repeat(2,minmax(0,1fr));}
}
@media screen and (max-width:900px){
    .exp-details{width:100%;padding-right:0;}
    .wrap-exp-infos{flex-direction: column;}
}
@media screen and (max-width:767px){
    .variety-title{font-size:24px;}
    .product-subtitle{font-size:22px;}
}
@media screen and (max-width:535px){
    .product-grid-3{grid-template-columns: repeat(1,minmax(0,1fr));}
}
/* Product specifications css */
.tabular-data-infos{display: block;}
.tabular-data-infos table{max-width:76.2738%;}
.product-wrapper table{width:100%;display: table;table-layout: fixed;border-spacing:0px;box-shadow:var(--shadow);border-radius:8px;overflow: hidden;}
.product-wrapper th{background:var(--cta-color);color:var(--title-color);padding:10px 0px;}
.product-wrapper td{text-align: center;padding:10px 0px;}
.product-wrapper tbody tr:nth-child(odd){background:#F8F6F7;}
.product-wrapper tbody tr:nth-child(even){background:#E2DEDD;}
@media screen and (max-width:1400px){
    .tabular-data-infos table{max-width:100%;}
}
@media screen and (max-width:1000px){
    .tabular-data-infos th,
    .tabular-data-infos td{font-size:14px;}
}
@media screen and (max-width:900px){
    .tabular-data-infos th,
    .tabular-data-infos td{font-size:17px;}
}
@media screen and (max-width:640px){
    .tabular-data-infos{white-space: nowrap;overflow-x: scroll;overflow-y: hidden;}
    .tabular-data-infos table{width:600px;max-width:600px;}
    .tabular-data-infos th,
    .tabular-data-infos td{font-size:14px;}
}
/* Testimonial css */
.customer-testimonial:before{position: absolute;content:url("https://cdn1.jashnfoods.com/frontend/images/home/bird-right.png");right:-12px;top:-52px;left:auto;width:180px;z-index:1;}
.customer-testimonial:after{position: absolute;content:url("https://cdn1.jashnfoods.com/frontend/images/country/quotes.svg");right:12px;top:12px;left:auto;width:180px;opacity: 0.5;z-index:2;}
.testimonial-subtitle,
.subtitle-caption{font-size:24px;color:var(--d-color);margin-bottom:16px;position: relative;z-index: 3;}
.testimonial-slider{padding:6px 6px 56px;}
.testimonial-wrapper{z-index: 3;}
.testimonial-caption{width:100%;padding:20px 20px 40px;border-radius:16px;background:#fff;}
.testimonial-caption:before{position: absolute;content:url('https://cdn1.jashnfoods.com/frontend/images/country/triangle.svg');top:auto;bottom:-60px;right:30px;left:auto;width:60px;}
.user-image{width:80px;height:80px;border:var(--cta-color) solid 2px;border-radius:100%;}
.user-image img{border-radius:100;}
.user-detail{font-size:20px;padding-left:15px;}
.user-detail span{font-size:17px;margin-top:6px;}
.tesimonial-text{margin-top:16px;}
@media screen and (max-width:900px){
    .customer-testimonial:before{right:40px;}
}
@media screen and (max-width:767px){
    .customer-testimonial:after{width:100px;top:58px;}
    .testimonial-subtitle,
    .subtitle-caption{font-size:17px;}
}
@media screen and (max-width:480px){
    .customer-testimonial:after{width:100px;top:85px;}
}

/* swiper slider button */
.pdb-60{padding-bottom:60px;}
.common-btn-props .common-btn-info{width:48px;height:48px;border-radius:100%;top:50%;margin-top:0;box-shadow:var(--shadow);background:#fff;border:#fff solid 2px;background-image:none!important;}
.common-btn-props .common-btn-info:hover{background:var(--alt-bg);border-color:var(--alt-bg);}
.common-btn-props .common-btn-info.swiper-button-disabled{opacity: 0.5;pointer-events: none;}
.common-btn-props .bottom-align{position:absolute;top:auto;bottom:0;}
.common-btn-props .swiper-button-prev{left:-18px;}
.common-btn-props .swiper-button-next{right:-18px;}
.common-btn-props .swiper-button-prev:after,
.common-btn-props .swiper-button-next:after{font-family: fontawesome;font-size: 24px;-webkit-text-stroke: 2px #fff; color: var(--title-color);}
.common-btn-props .swiper-button-prev:hover:after,
.common-btn-props .swiper-button-next:hover:after{-webkit-text-stroke: 2px var(--alt-bg);}
.common-btn-props .swiper-button-prev:after{content:"\f053";}
.common-btn-props .swiper-button-next:after{content:"\f054";}
.common-btn-props .testimonial-slider .common-btn-info{top:calc(50% - 56px);}
@media screen and (max-width:900px){
    .common-btn-props .swiper-button-prev{left:-13px;}
    .common-btn-props .swiper-button-next{right:-13px;}
}
@media screen and (max-width:480px){
    .common-btn-props .common-btn-info{width:32px;height:32px;}
    .common-btn-props .testimonial-slider .common-btn-info{top:calc(50% - 40px);}
    .common-btn-props .swiper-button-prev{left:-8px;}
    .common-btn-props .swiper-button-next{right:-8px;}
    .common-btn-props .swiper-button-prev:after, 
    .common-btn-props .swiper-button-next:after{font-size:18px;}
}