.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;}
.container-props.abs-props-details{position: absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index: 3;}
@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;}
.quality-caption{width:100%;display:grid;margin-top:30px;}
.quality-caption img{border-radius:16px;border:#c1c5cd solid 2px;padding:20px;background:#fff;margin:0 auto;}
.banner-title{font-size:48px;}
@media screen and (max-width:1200px){
    .banner-title{font-size:40px;}
}
@media screen and (max-width:1024px){
    .banner-title{font-size:30px;}
}
@media screen and (max-width:767px){
    .banner-title{text-align: center;}
}
/* Rice category css */
.wrap-exp-infos{width:100%;display: flex;}
.pdt-60{padding-top:60px;}
.pdb-60{padding-bottom:60px;}
.pdr-100{padding-right:100px;}
.mt-30{margin-top:30px;}
.mt-60{margin-top:60px;}
.exp-details{width:calc(100% - 360px);}
.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);}
.quality-controls > h1{font-size:30px;}
.product-wrapper > p{margin-top:10px;}
.product-lists{width:360px;}
.product-type:not(:first-child){margin-top:30px;}
.product-title{font-size:30px;}
.product-subtitle,
.quality-controls h2,
.quality-controls h3,
.quality-controls h4,
.quality-controls h5,
.quality-controls h6{font-size:24px;margin-top:40px;}
.quality-controls p{margin-top:16px;}
.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;}
    .quality-controls > h1{font-size:23px;}
    .variety-caption.mt-30{margin-top:0;}
}

/* Product list css */
.variety-title{font-size:30px;}
.product-grid-3{display: grid;grid-template-columns: repeat(3,minmax(0,1fr));gap:30px;}
.wrapper-detail + .wrapper-detail{margin-top:40px;}
@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;}
    .product-grid-3{grid-template-columns: repeat(3,minmax(0,1fr));gap:15px;}
}
@media screen and (max-width:767px){
    .product-grid-3{grid-template-columns: repeat(2,minmax(0,1fr));}
    .variety-title{font-size:24px;}
    .product-subtitle,
    .quality-controls h2,
    .quality-controls h3,
    .quality-controls h4,
    .quality-controls h5,
    .quality-controls h6{font-size:22px;}
}
@media screen and (max-width:480px){
    .product-grid-3{grid-template-columns: repeat(1,minmax(0,1fr));}
}
/* Blog css */
.export-captions{overflow: hidden;}
.product-detail{background: #fff;border-radius: 12px;padding: 12px;}
.mt-12{margin-top:12px;}
.mt-10{margin-top:10px;}
.mb-12{margin-bottom:12px;}
.blog-wrapper{width:100%;display: grid;grid-template-columns:repeat(1,minmax(0,1fr));}
.gap-30{gap:30px;}
.blog-list{background:#fff;padding:30px;border-radius:16px;}
.blog-subtitle{font-size:26px;}
.blog-post-date{font-size:16px;color:var(--d-color);}
.blog-image{display: grid;width:40%;}
.blog-detail{width:60%;padding-left:30px;}
@media screen and (max-width:1400px){
    .blog-subtitle{font-size:24px;}
}

@media screen and (max-width:767px){
.blog-wrapper.gap-30{gap:15px;}
.blog-list{flex-direction: column;padding:15px;border-radius:8px;}
.blog-image,.blog-detail{width:100%;}
.blog-detail{margin-top:20px;padding-left:0;}
.blog-subtitle{font-size:20px;}
}
@media screen and (max-width:576px){
.blog-detail p{text-align: justify;}
}
@media screen and (max-width:480px){
.blog-detail .secondary-btn{width:100%;}
}
/* Search blog css */
.search-blog{width:100%;height:60px;border:#c1c5cd solid 2px;border-radius:30px;background: #F8F7F5;overflow: hidden;}
.search-blog:before{position: absolute;content:"\f002";left:20px;top:50%;transform: translateY(-50%);font-size:30px;-webkit-text-stroke:2px #F8F7F5;color:var(--title-color);font-family:FontAwesome;}
.search-blog-field{width: 100%;height: 100%;border: none;outline: none;outline-offset: 0px;background: transparent;padding-left: 60px;font-size: 17px;}
.blog-contact-props{width:100%;background:#fff;border-radius:20px;padding:20px 20px 24px;}
.wrap-blog-form{display: grid;grid-template-columns:repeat(1,minmax(0,1fr));}
.gap-15{gap:15px;}
.user-contact-detail{flex-direction: column;}
.user-contact-label{display: block;margin-bottom:6px;font-size:18px;}
.user-field-caption{width:100%;height:48px;border-radius:24px;font-size:17px;padding:0 15px;border:#c1c5cd solid 1px;outline: none;outline-offset:0px;background:#F8F7F5;}
textarea.user-field-caption{min-height:100px;height:auto;border-radius:16px;padding: 10px 15px;}
.asterisk-symbol,
.error-fields{color:#ff0000;}
.error-fields{font-size:14px;margin-top:4px;}
.error-fields:empty{display: none;}

/* Product slider css */
.product-detail{background: #fff;border-radius: 12px;padding: 12px;}
/* 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{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{font-size:20px;}
}
@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);}
.common-btn-props .common-btn-info.vc{transform: translateY(-50%);}
@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;}
}