/********************************************
   Vazir Font
**********************************************/
@font-face {
  font-family: "Vazir";
  src: url('../fonts/vazir/Vazir-Regular-FD-WOL-UI.woff') format('woff');
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vazir";
  src: url('../fonts/vazir/Vazir-Bold-FD-WOL-UI.woff') format('woff');
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "Vazir";
  src: url('../fonts/vazir/Vazir-Thin-FD-WOL-UI.woff') format('woff');
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "Vazir";
  src: url('../fonts/vazir/Vazir-Light-FD-WOL-UI.woff') format('woff');
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Vazir";
  src: url('../fonts/vazir/Vazir-Medium-FD-WOL-UI.woff') format('woff');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Vazir";
  src: url('../fonts/vazir/Vazir-Black-FD-WOL-UI.woff') format('woff');
  font-weight: 900;
  font-display: swap;
}

/********************************************
IRAN SANS
**********************************************/
@font-face {
  font-family: "IranSans";
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/iransans/IRANSansWeb_Black.woff') format('woff');
}

@font-face {
  font-family: "IranSans";
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/iransans/IRANSansWeb_Bold.woff') format('woff');
}

@font-face {
  font-family: "IranSans";
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/iransans/IRANSansWeb_Medium.woff') format('woff');
}

@font-face {
  font-family: "IranSans";
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/iransans/IRANSansWeb_Light.woff') format('woff');
}

@font-face {
  font-family: "IranSans";
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/iransans/IRANSansWeb_UltraLight.woff') format('woff');
}

@font-face {
  font-family: "IranSans";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/iransans/IRANSansWeb.woff') format('woff');
}

/********************************************
YKAN FONT
**********************************************/
@font-face {
  font-family: "Yekan";
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/yekan/iranyekanwebboldfanum.woff') format('woff');
}

@font-face {
  font-family: "Yekan";
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/yekan/iranyekanwebthinfanum.woff') format('woff');
}

@font-face {
  font-family: "Yekan";
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/yekan/iranyekanweblightfanum.woff') format('woff');
}

@font-face {
  font-family: "Yekan";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/yekan/iranyekanwebregularfanum.woff') format('woff');
}

@font-face {
  font-family: "Yekan";
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/yekan/iranyekanwebmediumfanum.woff') format('woff');
}

@font-face {
  font-family: "Yekan";
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/yekan/iranyekanwebextraboldfanum.woff') format('woff');
}

@font-face {
  font-family: "Yekan";
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/yekan/iranyekanwebblackfanum.woff') format('woff');
}

@font-face {
  font-family: "Yekan";
  font-style: normal;
  font-weight: 950;
  src: url('../fonts/yekan/iranyekanwebextrablackfanum.woff') format('woff');
}

/**************************** title ***************************/
.BasicNirwebTitle {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.BasicNirwebTitle {
  margin-left: 5px;
}
.BasicNirwebTitle img{margin-left:5px;}
.titleNirweb_tag {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  font-size: 14px;
  font-family: 'Yekan';
}
.BasicNirwebTitle >div{display:flex;    flex-direction: column;}

.titleNirweb_tag span:first-child{font-weight: 400}

.subtitleNirweb_tag {
  margin: 5px 0 0 0;
}

/**************************** Timer ***************************/
.nirTimerWidget {
  display: flex;
  font-family: Vazir;
}

.nirTimerWidget>div {
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
  line-height: 20px;
  font-size: 14px;
}

.nirTimerWidget>div:nth-child(2) {
  margin: 0 10px;
}

.nirTimerWidget>div>span:first-child {
  color: inherit;
}

.nirTimerWidget>div>span:last-child {
  color: inherit;
}

/**************************** coupon ***************************/
.coupon_nirweb {
  position: relative;
  overflow: hidden;
  padding: 140px 20px 20px;
}

.circle_nirweb {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  position: absolute;
  top: -85px;
  right: 0;
  left: 0;
  background-color: #212121;
  margin: auto;
  margin: 0 auto;
}

.coupon_nirweb img {
  width: 85px;
  height: 85px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.coupon_nirweb h4 {
  color: #181818;
}

.coupon_nirweb p {
  margin: 10px 0 20px;
  color: #252525;
}

.coupon_nirweb span {
  color: #666;
  cursor: pointer;
  width: 100%;
  text-align: center;
  max-width: 234px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px dashed #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  filter: blur(2px);
  margin-bottom: 10px;
  background: #fafafa;
}

.coupon_nirweb .btnShowCodeNirwebCoup {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 234px;
    height: 42px;
    color: #fff;
    background-color: #38b156;
    border-color: #34a851;
    margin: auto;
    border-radius: 5px;
    padding: 0 22px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.9;
    cursor: pointer;
}
.coupon_nirweb .btnShowCodeNirwebCoup.disable{opacity:0.65;}
/**************************** Carousel Multi Type ***************************/
.basicNirwebCMT {
  display: block !important;
  background: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  font-family: 'Vazir';
  position: relative;
  overflow: visible;
}

.basicNirwebCMT h3 {
  color: #181818;
  font-size: 15px
}

.basicNirwebCMT .priceBoxNirweb {
  text-align: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -ms-flex-align: center;
  min-height: 52px;
  justify-content: center;
  flex-direction: column;
  font-size: 1.143rem;
}

.basicNirwebCMT .priceBoxNirweb .topPriceBoxNirweb {
  display: flex;
  direction: ltr;
  color: #acacac;
  font-family: inherit;
}

.basicNirwebCMT .priceBoxNirweb .topPriceBoxNirweb .discountNirwebSt1 {
  background-color: #fb3449;
  font-weight: 400;
  color: #fff;
  border-radius: 20px;
  padding: 4px 6px 1px;
  letter-spacing: 0;
  margin-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1.143rem;
  line-height: 1.375;
  margin-right: 8px;
  min-width: 43px;
  height: 23px;
  font-family: inherit;
}

.basicNirwebCMT .priceBoxNirweb .nirwebPrice {
  width: 100%;
  color: #000;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.1;
  text-align: left;
  font-family: inherit;
}

.basicNirwebCMT .priceBoxNirweb .nirwebPrice .nwebCurrency {
  font-weight: 400;
  font-size: 14px;
}

.basicNirwebCMT .amzTimerNirweb {
  display: flex;
  direction: ltr;
  align-items: center;
  color: #737373;
  font-family: inherit;
  font-size: 14px;
  margin-top: 10px;
}

.basicNirwebCMT .amzTimerNirweb i {
  margin-right: 3px;
}

.discountNirwebSt2 {
  position: absolute;
  top: -15px;
  right: -15px;
  background-image: url('../img/bg_off_2.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  z-index: 333;
}

.basicNirwebCMT.st2 {
  margin: 15px;display: block !important;
}
.nirwebCarouselElement .owl-nav{
        position: absolute;
        top: 40%;
        justify-content: space-between;
        display: flex;
        width: 100%;
}
.nirwebCarouselElement  .owl-nav button.owl-next{
   background: #fff !important;
   margin: 0 !important;
   border: 0 !important;
   outline: 0 !important;
   color: #a8a8a8 !important;
   -webkit-box-shadow: -1.5px 0 4px 0 rgb(0 0 0 / 15%) !important;
   box-shadow: -1.5px 0 4px 0 rgb(0 0 0 / 15%) !important;
   border-radius: 0 8px 8px 0 !important;
   width: 49px !important;
   height: 90px !important;
}
.nirwebCarouselElement  .owl-nav button.owl-prev{background: #fff !important;margin: 0 !important;border: 0 !important;outline: 0 !important;color: #a8a8a8 !important;-webkit-box-shadow: -1.5px 0 4px 0 rgb(0 0 0 / 15%) !important;box-shadow: -1.5px 0 4px 0 rgb(0 0 0 / 15%) !important;border-radius: 8px 0 0 8px !important;width: 49px !important;height: 90px !important;}
.nirwebCarouselElement  .owl-nav button.owl-next:hover,
.nirwebCarouselElement  .owl-nav button.owl-prev:hover{
 
    background: #fff;
    color: #a8a8a8;
    text-decoration: none;
}
 .nirwebCarouselElement  .owl-nav button.owl-next i,.nirwebCarouselElement  .owl-nav button.owl-prev i{font-size:22px;}
 .nirwebCarouselElement.st2 .owl-nav{
    padding: 0 15px;
}
 
/**************************** Carousel Multi Type ***************************/
.titleCategoryCCNirweb {
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 15px 33px;
  position: relative;
  padding-left: 5px;
  min-height: 49px;
}

.titleCategoryCCNirweb span {
  padding-bottom: 5px;
  padding: 8px 0;
  min-height: 49px;
  font-size: 1.2rem;
  line-height: 31px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
}

.titleCategoryCCNirweb span::after {
  content: "";
  position: absolute;
  left: -45px;
  width: 15px;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  z-index: 1;
}

.titleCategoryCCNirweb::after {
  display: block;
  width: 100%;
  background: #acacac;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #dfdfdf;
  height: 1px;
  content: "";
  z-index: 0;
}

.titleCategoryCCNirweb span::before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  left: -40px;
  bottom: 0;
  background-color: #ef5661;
  height: 1px;
  z-index: 1;
}

/**************************** Carousel Category ***************************/
.basicNirwebCCN {
  background: #fff;
  color: #212121;
  transition: all 0.3s ease-in-out;
  border: none;
  border-radius: 8px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 5px 15px 16px;
  position: relative;
  height: auto;
}

.basicNirwebCCN:hover {
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  transform: translateY(-2px);
  transition: all 0.3s ease-in-out;
}

.basicNirwebCCN h3 {
  margin: 5px 0;
  text-align: right;
  margin-top: 14px;
  overflow: hidden;
  max-width: 90%;
  min-height: 50px;
  line-height: 25px;
  color: #535353;
  width: 100%;
  height: 43px;
}

.basicNirwebCCN h3 a {
  color: #212121;
}


.basicNirwebCCN .priceBoxNirweb {
  text-align: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -ms-flex-align: center;
  min-height: 52px;
  justify-content: center;
  flex-direction: column;
}

.basicNirwebCCN .priceBoxNirweb .topPriceBoxNirweb {
  display: flex;
  direction: ltr;
  color: #acacac;
  font-family: inherit;
}

.basicNirwebCCN .priceBoxNirweb .topPriceBoxNirweb .discountNirwebSt1 {
  font-size: 1rem;
  font-weight: 700;
  padding-top: 2px;
  background-color: #fb3449;
  color: #fff;
  border-radius: 16px;
  margin-right: 4px;
  text-align: center;
  padding: 1px 10px;
}

.basicNirwebCCN .priceBoxNirweb .nirwebPrice {
  width: 100%;
  color: #000;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.1;
  text-align: left;
  font-family: inherit;
}

.basicNirwebCCN .priceBoxNirweb .nirwebPrice .nwebCurrency {
  font-weight: 400;
  font-size: 14px;
}

.basicNirwebCCN .amzTimerNirweb {
  display: flex;
  direction: ltr;
  align-items: center;
  color: #737373;
  font-family: inherit;
  font-size: 14px;
  margin-top: 10px;
  width: 100%;
}

.basicNirwebCCN .amzTimerNirweb i {
  margin-right: 3px;
}
.NirwebCCNCarousel .owl-nav{margin:0 -10px;width: -webkit-fill-available;width: -moz-available;}
/*************************** Time Line ******************************/
 .baseTimeLineNirweb .timeline {
  display: flex;
  flex-direction: column;
  width: 50vw;
  font-family: inherit;
  margin: 0 auto;
}
.baseTimeLineNirweb .timeline__nirweb {
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  margin: 20px 0;font-family: inherit;
  border-radius: 8px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
}
 
.baseTimeLineNirweb  .timeline__nirweb__content {
  padding: 20px;font-family: inherit;
}
.timeline  .timeline__nirweb__date {
  color: #ffffff;
  font-size: 1.5rem;
  font-family: inherit;
  font-weight: 600;
  white-space: nowrap;
}
.baseTimeLineNirweb .timeline__nirweb__icon {
  border-radius: 0 8px 8px 0;
  background: #9251ac;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 30%;
  font-size: 2rem;
  color: #9251ac;
  padding: 20px;
}
.baseTimeLineNirweb .timeline__nirweb__icon i {
  position: absolute;
  top: 50%;
  right: -4.6rem;
  font-size: 2.5rem;
  transform: translateY(-50%);
  color: #fff;
  z-index: 333;
}
 
.baseTimeLineNirweb .timeline__nirweb:after {
  content: "";font-family: inherit;
  width: 2px;
  height: calc(100% + 40px);
  background: #9251ac;
  position: absolute;
  top: 52%;
  right: -3.5rem;
  z-index: 1;
}
.baseTimeLineNirweb .timeline:last-child .timeline__nirweb:after{display:none
}
.baseTimeLineNirweb .timeline__nirweb:before {
  content: "";
  font-family: inherit;
  width: 5rem;
  height: 5rem;
  position: absolute;
  background: #9251ac50;
  border-radius: 100%;
  right: -6rem;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #9251ac;
  z-index: 3;
}
 

@media (max-width: 786px) {
  .timeline__nirweb {
    flex-direction: column;
  }

  .timeline__nirweb__icon {
    border-radius: 4px 4px 0 0;
  }
}

/*************************** Instans Of ******************************/
.basicNirwebCCN.inst:hover {
  box-shadow: 0 0 0;
  transform: translateY(0);
}

.progress_nirweb_addon_elementor {
  width: 0;
  max-width: 100%;
  height: 2px;
  background: #f00;
  margin: 2px 0;
  border-radius: 100%;
}
.from_var_elem_nirweb{
    margin:0 3px;
}
/************************  Post Carousel  *****************/ 
.NirwebPostCarouselElementor{
    font-family: vazir;
}
.nirweb_elementor_post_carusel_titr{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    color: #6b7074;
}
.nirweb_elementor_post_carusel_titr h3{
    font-size: 16px;
    font-family: inherit;
    padding: 0 5px 0 10px;
    font-weight: 400;
}
.nirweb_elementor_post_carusel_titr line{
  -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    border-top: 1px solid #eee;
}

.nirweb_elementor_post_carusel_titr a{
    font-family: inherit;
    font-size: 15px;
    text-align: center;
    padding: 10px 20px;
    color: #7c7c7c;
    border: 1px solid #bdbdbd;
    margin-right: 15px;
    cursor: pointer;
    border-radius: 50px;
}
.NirwebElementorPostCarousel{
    margin-top:20px;
}
.NirwebElementorPostCarousel_item{
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px #ccc;
    margin-bottom: 5px;
}
.NirwebElementorPostCarousel_item h3{
     text-align: center;
     height: 85px;
     line-height: 24px;
     padding: 0 20px;
     font-size: 15px;
    font-family: inherit;
     display: flex;
     align-items: center;
}.NirwebElementorPostCarousel_item h3 a{
    color: #6a7075;
    font-size: 14px;
}
.NirwebElementorPostCarouselAtho{
        display: flex;
        justify-content: space-between;
        padding: 0 15px;
        font-size: 14px;
        font-weight: 400;
    font-family: inherit;
        color: #afb6bc;align-items: center;
        margin-bottom: 20px;
}
.npec_author{
        display: flex;
 align-items: center;
}

.npec_author img{
        width: 34px !important;
        height: 34px !important;
        border-radius: 100% !important;
        margin-left: 5px;
}
/************************ Video Tab  ***********************/
.nirWebElementorVideoTabWar{
  font-family:"vazir"
}
.nirwebvideo-title{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.nirwebvideo-title__txt{
    font-size: 17px;
    font-weight: 500;
    font-family: inherit;
    color: #6b7074;
    padding-left: 15px;
}
.nirwebvideo-title__sep {
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    border-top: 1px solid #dedede;
}
.nirwebVideoTabList{
    padding: 0 0 0 45px;
    border-left: 2px solid #f8f8f8;
}
.nirwebVideoTabList li{
    display: flex;
    padding-bottom: 10px;
    min-height: 110px;
    border-right: 5px solid transparent;
    border-right-color: transparent;
    padding: 15px 30px 5px 20px;
    cursor: pointer;
    color: #afb6bc;
    font-size: 12px;
    position: relative;
}
.nirwebVideoTabList li:before {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 2px;
    background-color: #f8f8f8;
    top: 0;
    left: 0;
    position: absolute;
}
.nirwebVideoTabList li:first-child:before{
    display:none;
}
.nirwebVideoTabList li img{
    border-radius: 3px;width:60px;height:60px;
}
.nirwebVideoTabList li .info{
    padding-right: 20px;
    font-family: inherit;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.nirwebVideoTabList li .info h4{-ms-flex-positive: 1;-webkit-flex-grow: 1;flex-grow: 1;color: #6b7074;font-size: 14px;line-height: 22px;padding-left: 20px;margin-bottom: 0;}
.nirwebVideoTabList li .info .date_link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}
.nirwebVideoTabList li .info .date_link a{
        font-size: 30px;
        color: #a1a9b0;
        display: flex;
        position: relative;
        top: -5px;
 }
.nirwebVideoTabList li .info i{
    margin-left:3px;
}

.nirwebVideoTabList li.active{
        border-right-color: #fa617b;
    background-color: #fafafa;
}
.nirwebVideoTabBox{
    padding-right:40px;
    width: 100%;
}
.postVideoTabNirweb{
    display:none;
}
.postVideoTabNirweb.active{
    display:block;
    width: 100%;
}
.postVideoTabNirweb .NirwebTitrVideoTab a{
    font-size: 20px;
    font-family: inherit;
    color: #6b7074;
    font-weight: 500;
    text-decoration: none;
}

.postVideoTabNirweb .postVideoTabNirweb-watch__sep {
    margin: 35px 0;
    width: 55px;
    height: 2px;
    background-color: #c3e4fe;
}
.postVideoTabNirweb video,.postVideoTabNirweb .wp-video{
    width:100% !important;
}
.postVideoTabNirweb .NirwebTitrVideoTab__desc{
       font-size: 13px;
       line-height: 28px;
       text-align: justify;
       color: #6b7074;
       font-family: inherit;
}
.NirwebElementorVideoTabAtho{
        display: flex;
        justify-content: space-between;
        padding: 0 15px;
        font-size: 14px;
        font-weight: 400;
        font-family: inherit;
        color: #afb6bc;
        align-items: center;
        margin-top: 25px;
}
.NirwebElementorVideoTabAtho .npec_author{
        display: flex;
 align-items: center;
}

.NirwebElementorVideoTabAtho .npec_author .post_more{
       margin-right: 20px;
}
.NirwebElementorVideoTabAtho .npec_author img{
        width: 34px !important;
        height: 34px !important;
        border-radius: 100% !important;
        margin-left: 5px;
}
.videoTabNirwebComment i{
    margin-right:3px;
}

@media (max-width:768px){
    .nirwebVideoTabList{
        width: 100%;
        padding: 0;
        border: 0;margin-bottom: 20px;
    }
    .nirwebVideoTabBox{
        padding-right:0;
    }
}


/*************** Feature Prduct ************************/
.feature_productNirwebElementor-container{
    width:100%;
    max-width:1140px;
    padding:0 15px;
    position: relative;
    margin:auto;
    font-family:vazir;
}
.f-coulm-nirElemCp{
    flex-direction: column;
}
.box_feature_productNirwebElementor{
        position: relative;
    overflow: hidden;
}
.box_feature_productNirwebElementor .right_image {
    position: absolute;
    right: -100px;
    top: 30%;
}
.box_feature_productNirwebElementor .right_image img {
    width: 220px;
}
 
 
.box_feature_productNirwebElementor .left_image_fp {
    position: absolute;
    left: 0;
    height: 100%;
    width: 50%;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.box_feature_productNirwebElementor .title_productNirwebElementor h3 {
    font-weight: 800;
    font-size: 30px;
    line-height: 35px;
    color: #181818;
    margin: 10px 0 10px 10px;
}
.box_feature_productNirwebElementor .title_productNirwebElementor h3 span {
    color: #E73C1E;
}
.title_productNirwebElementor h3 {
    font-weight: 800;
    font-size: 30px;
    line-height: 35px;
    color: #181818;
    margin: 24px 20px;  font-family:inherit;
}
.title_productNirwebElementor p {
    font-weight: 300;
    font-family:inherit;
    font-size: 15px;
    color: #7e7e7e;
    margin: 10px 0 10px 10px;
}  
.box_feature_productNirwebElementor .text_content_feature_productNirwebElementor{
    padding-left: 10px;
}
.box_feature_productNirwebElementor .text_content_feature_productNirwebElementor p {
    color: #181818;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 25px;
    line-height: 25px;
    text-align: justify;
    direction: rtl;
}
.bot_info_feature_productNirwebElementor{
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
    font-family: inherit;
    font-size: 20px;
    align-items: center;
}
.bot_info_feature_productNirwebElementor .discount_price_productNirwebElementor{
    font-size: 25px;
    font-weight: 800;
    color: #181818;
    margin-top: 15px;
    direction: rtl;
    display: flex;
    margin: 15px 10px 0;
}
.bot_info_feature_productNirwebElementor .viw_productNirwebElementor{
    background-color: #FF9E4E;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    outline: 0;
    font-family: inherit;
    border-radius: 10px;
    cursor: pointer;
    height: 51px;
    text-decoration: none;
    width: 150px;
    transition: all 0.5s ease-in-out;
}
.slide_image_nirwebProductFeatureGalleryFe {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 500px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 10px;
}
.nirwebProductFeatureGalleryFe {
    width: 100%;
    transform: scale(0.8);
    margin-left: 10px;
    top: -20%;
    position: relative;
    left: -10px;
}
.nirwebProductFeatureGallery {
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
}
.gallery-feature-item {
    opacity: 1;
    position: absolute;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    padding: 10px;
    background: #fff;
    border-radius: 36px !important;
    cursor: pointer;
    width: auto !important;
}
.gallery-feature-item.gallery-feature-item-selected {
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.gallery-feature-item.gallery-feature-item-previous,
.gallery-feature-item.gallery-feature-item-next {
    opacity: 1;
    z-index: 2;
}
.gallery-feature-item.gallery-feature-item-next {
    transform: translate(-60px, 170px);
    left: 0;
}
.gallery-feature-item.gallery-feature-item-first {
    transform: translate(-60px, 170px);
    left: 0;
    z-index: 2;
}
.gallery-feature-item.gallery-feature-item-last {
    right: 0;
    transform: translate(90px, 230px);
}
.gallery-feature-item.gallery-feature-item-previous {
    right: 0;
    z-index: 1;
    transform: translate(-20px, 230px);
}
.gallery-feature-controls {
    display: flex;
    justify-content: start;
    margin: 220px 35px 0 0;
}
.gallery-feature-controls button {
    border: 0;
    cursor: pointer;
    font-size: 16px;
    padding: 0 12px;
    text-transform: capitalize;
    background-color: transparent;
}
.gallery-feature-controls button:focus {
    outline: none;
}
.bot_info_feature_productNirwebElementor .discount{
        background-color: #E73C1E;
    color: #fff;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 700;
    font-family: yekan;
    direction: rtl;
    width: 110px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.discount_price_productNirwebElementor del {
    font-size: 26px;
    font-weight: 300;
    color: #7E7E7E;
    margin-left: 15px;
}
@media (max-width:768px){
    .slide_image_nirwebProductFeatureGalleryFe,.box_feature_productNirwebElementor .right_image,.box_feature_productNirwebElementor .left_image_fp{display:none;}
}
