@media(max-width:760px){
 .detail-info .product-price {
   display:grid;
   
  }
  .product-cart-wrap .product-card-bottom .add-cart .add{
    display: flex;
    padding:10px 10px;
    justify-content: center;
    white-space: nowrap;
    span{
          font-size: 12px;
    }
    
  }

  .product-cart-wrap .product-img-action-wrap{
    margin-bottom:8px;
  }
  .product-cart-wrap .product-content-wrap .product-price span{
   font-size:14px;
    
  }
  

  .product-cart-wrap .product-card-bottom{
  margin-top:5px;
  }
 
  .product-cart-wrap:hover .product-img-action-wrap .product-action-1, .product-cart-wrap:hover .product-img-action-wrap .product-img a img.hover-img{
  display:flex;
  }
}

 .product-cart-wrap .product-card-bottom .add-cart .add{
    display: flex;
    padding:10px 10px;
   font-size: 11px !important;
}
  .product-cart-wrap .product-content-wrap {
    padding: 0 10px 10px;
}
.product-cart-wrap .product-content-wrap .product-price span{
font-size:15px;
}
.product-cart-wrap .product-content-wrap .product-price span.old-price{
font-size: 12px;
}

@font-face {
	font-family: bakh;
	font-style: normal;
	font-weight: 100; 
	src: url('../fonts/bakh/woff2/100.woff2') format('woff2'); 
	src: url('../fonts/bakh/woff/100.woff') format('woff');
	src: url('../fonts/bakh/ttf/100.ttf') format('truetype');
	font-display: swap;
}

@font-face {
	font-family: bakh;
	font-style: normal;
	font-weight: 500; 
	src: url('../fonts/bakh/woff2/500.woff2') format('woff2'); 
	src: url('../fonts/bakh/woff/500.woff') format('woff');
	src: url('../fonts/bakh/ttf/500.ttf') format('truetype');
	font-display: swap;
}

@font-face {
	font-family: bakh;
	font-style: normal;
	font-weight: 300; 
	src: url('../fonts/bakh/woff2/300.woff2') format('woff2'); 
	src: url('../fonts/bakh/woff/300.woff') format('woff');
	src: url('../fonts/bakh/ttf/300.ttf') format('truetype');
	font-display: swap;
}

@font-face {
	font-family: IRANSans-web;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/dana/eot/dana-fanum-medium.eot');
	src: url('../fonts/dana/eot/dana-fanum-medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/dana/woff2/dana-fanum-medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/dana/woff/dana-fanum-medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/dana/ttf/dana-fanum-medium.ttf') format('truetype');
    font-display: swap;
}
body,h3,h4,div,span,li,a,p,h1,h2,label{
 font-family:bakh !important; 
}
h1,h2,label{
/*font-family: 'IRANSans-web' !important;*/
}
.ck-content h3{
 font-size:1.25rem; 
  /*line-height:2rem;*/
}
.ck-content h2{
font-size:2rem;
  /*line-height:2rem;*/
}
.ck-content p{
 font-size:15px; 
}

.ck-content h1{
font-size: 2.5rem;
    /*line-height:2rem;*/
}
.loop-grid {
padding:0 20px !important;
}

select.form-control{
 min-height: 47px !important; 
}

#product-categories-product > div > div > div > div.product-content-wrap > h2 > a{
  font-size:14px;
}

.h_iframe-aparat_embed_frame{position:relative;}.h_iframe-aparat_embed_frame .ratio{display:block;width:100%;height:auto;}.h_iframe-aparat_embed_frame iframe{position:absolute;top:0;left:0;width:100%;height:100%;}

.detail-info .product-price .current-price
Specificity: (0,3,0)
 {
    font-size: 24px;
}
.deal .product-title {
    font-size: 20px;
  max-width: 48%;
}
.detail-info .product-price .current-price {
    font-size: 23px;
}
@media (max-width:480px){
  .deal .product-title {
    font-size: 16px;
  max-width: 100%;
}
  .detail-info .product-price .current-price {
    font-size: 18px;
}
  deal .deal-content {
    margin-bottom: 3rem;
  }
}