/*!
Theme Name: darkoob
Theme URI: http://sitedar.com/
Author: shahab
Author URI: http://sitedar.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: darkoob
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

darkoob is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 @font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"),
	url("fonts/fontawesome-webfont.woff") format("woff"), 
	url("fonts/fontawesome-webfont.ttf") format("truetype"), 
	url("fonts/fontawesome-webfont.svg") format("svg");
}

@font-face {
  font-family: "bootstrap-icons";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/bootstrap-icons.eot") format("embedded-opentype"),
  url("fonts/bootstrap-icons.woff") format("woff"),
  url("fonts/bootstrap-icons.woff2") format("woff2"), 
}
  
  @font-face {
    font-family: 'IRANSansWeb(FaNum)';
    src: url('fonts/IRANSansWeb(FaNum).eot');
    src: url('fonts/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
         url('fonts/IRANSansWeb(FaNum).ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
  
@font-face {
  font-family: 'IranNastaliq';
  src: url('fonts/IranNastaliq.eot');
  src: url('fonts/IranNastaliq.eot?#iefix') format('embedded-opentype'),
       url('fonts/IranNastaliq.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} 
  
  html {line-height: 1.15; -webkit-text-size-adjust: 100%;}
  body {margin: 0; padding: 0; font-size: 16px; line-height: 2; font-family: 'IRANSansWeb(FaNum)'; overflow-x: hidden;}
  main {display: block;}
  *{padding: 0; margin: 0;}
  input:focus, a:focus, a:active, textarea:focus, img:focus {outline:none;}
  
  
  img {max-width:100%;}
  ul{padding: 0; margin: 0;}
  a{text-decoration: none !important; color: #444;}
  a:hover{color: #557057;}
  p{line-height: 2;}  
  


/**** Home page ****/
body.home{
  background: #C1D2BD;
}
.home .bg-header, .home footer {
  display: none;
}
.branch-section {
    padding: 80px 20px;
    text-align: center;
    height: 85vh;
}
.branch-section .page-title {
    text-align: center;
    font-size: 54px;
    margin-bottom: 0;
    font-family: 'IranNastaliq';
}
.fancy-divider {
    width: 260px;
    height: 3px;
    margin: 0 auto 50px;
    position: relative;

    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(111,143,114,0.2) 20%,
        rgba(111,143,114,0.6) 40%,
        rgba(111,143,114,1) 50%,
        rgba(111,143,114,0.6) 60%,
        rgba(111,143,114,0.2) 80%,
        transparent 100%
    );
}
.fancy-divider::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 100%;
    background: #C1D2BD;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
}
.fancy-divider::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #6f8f72;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.branch-wrapper {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}
.branch-card {
    position: relative;
    width: 320px;
    background: #fff;
    padding: 20px;
    transition: .4s;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}
.branch-card:hover {
    transform: translateY(-6px);
}
.branch-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin-bottom: 15px;
}
.branch-card h3 {
    margin: 10px 0 5px;
    font-size: 20px;
}
.fancy-title {
    position: relative;
    text-align: center;
    margin: 0 0 15px;
    font-size: 14px;
    color: #777;
}
.fancy-title::before,
.fancy-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 80px;
    height: 2px;
    transform: translateY(-50%);
}
.fancy-title::before {
    left: 0;
    margin-left: -3px;
    /*background: linear-gradient(
        to left,
        rgba(243,230,214,1),
        rgba(243,230,214,0.4),
        rgba(243,230,214,0)
    );*/
	/*background: linear-gradient(to left, #BF997E, #bf997ec7, rgba(243, 230, 214, 0));*/
	background: linear-gradient(to left, #b1c7ac, #c1d2bd91, rgba(243, 230, 214, 0));
}
.fancy-title::after {
    right: 0;
    margin-right: -3px;
    /*background: linear-gradient(
        to right,
        rgba(243,230,214,1),
        rgba(243,230,214,0.4),
        rgba(243,230,214,0)
    );*/
	/*background: linear-gradient(to right, #BF997E, #bf997ec7, rgba(243, 230, 214, 0));*/
	background: linear-gradient(to right, #b1c7ac, #c1d2bd91, rgba(243, 230, 214, 0));
}
.branch-card .btn {
  display: inline-block;
  padding: 8px 30px 8px;
  border: 1px solid #557057;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  background: #557057;
  text-align: center;
  display: inline;
}
.btn:hover {
    background: #000;
    color: #fff;
}
.branch-card .btn p{
  transform: rotate(-180deg);
  transition: .6s;
  transform: rotate(-180deg);
  display: inline-block;
  padding-left: 4px;
  font-size: 15px;
}
.branch-card .btn:hover p{
  transition: .6s;
  padding-left: 8px;
} 
/* .branch-card .btn:after{
  content: "\F12F";
  font-family: "bootstrap-icons";
  font-size: 15px;
  color: #fff;
  vertical-align: middle;
  transition: .6s;
}
.branch-card .btn:hover:after{
  transition: .6s;
  padding-right: 5px;
} */

.corner {
    position: absolute;
    width: 28px;
    height: 28px;
    background: url("img/corner.svg") no-repeat center;
    background-size: contain;
    pointer-events: none;
    opacity: .7;
}
.corner.tl { top: -6px; left: -6px; }
.corner.tr { top: -6px; right: -6px; transform: scaleX(-1); }
.corner.bl { bottom: -6px; left: -6px; transform: scaleY(-1); }
.corner.br { bottom: -6px; right: -6px; transform: scale(-1); }

.branch-card:hover .corner {
    opacity: 1;
}
/**** End Home page ****/
  


/**** header ****/
.bg-header{
  background: #C1D2BD;
}
.logo{
	padding-top: 5px;
    padding-bottom: 5px;
}
.logo-mobile{
    display: none;
}



.main-menu ul{padding:0;  margin: 0; text-align: left;}
.main-menu li a{
font-size: 16px;
position: relative;
display: inline-block;
outline: none;
color: #222;
text-decoration: none; 
z-index: 1;
}
.main-menu li{display:inline-block; text-align: left; padding: 5px 15px; position: relative;}
.main-menu li a:hover{color: #fff !important;}
.main-menu li a:before{content: "";
  position: absolute;
  bottom: 0px;
  margin: auto;
  background-color: var(--prt-skin-color);
  height: 3px;
  width: 100%;
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -webkit-transform: scale(0,1);
  -khtml-transform: scale(0,1);
  -moz-transform: scale(0,1);
  -ms-transform: scale(0,1);
  -o-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
  -khtml-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
  -moz-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
  -ms-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
  -o-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
  transition: transform .55s cubic-bezier(.37,.31,.2,.85);
}
.main-menu li a:hover:before{transform-origin: left center;
  -webkit-transform-origin: left center;
  -webkit-transform: scale(1,1);
  -khtml-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
  background: #a1b799;
}
.main-menu ul ul{
  width:208px;
  text-align: right;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  line-height: 14px;
  margin: 0;
  list-style: none;
  right: 0;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  background-clip: padding-box;
  transition: all .5s ease;
  z-index: 99;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgb(0 0 0 / 20%);
  box-shadow: 0px 4px 4px 1px rgb(0 0 0 / 20%);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  padding: 7px 0;
}
.main-menu li:hover> ul{
  display:block;
  float:left;
  width:208px;
  margin-right: 0px;
  background: #7A543D;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  box-shadow: 0 3px 25px 0px rgb(43 52 59 / 10%), 0 0 0 rgb(43 52 59 / 10%) inset;
}
.main-menu .sub-menu li{width:100%; float:left; border-bottom: 1px solid rgb(0,0,0,.09); list-style-type:none; margin-right: 0; margin-left: 0; padding: 0px;}
.main-menu .sub-menu li:last-child{border-bottom:none;}
.main-menu .sub-menu li a{text-align: right; font-size: 14px; text-decoration:none; width: 100%; color: #7a8a9e; padding: 10px;}
.main-menu .sub-menu li li a:hover{color: #222;}
.main-menu .sub-menu li a:before{display: none;}
.main-menu ul ul ul{margin: -41px 207px 0 190px !important;}
  

/**** footer ****/
.bg-footer1{
  background: url(../../uploads/bg-footer1.jpg);
  padding: 100px 0 0px;
  position: relative;
  background-position: center;
  background-size: cover;
  margin-top: 50px;
}
.overlay-bg-footer{
  background: rgba(0,0,0,0.9);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.foot-box1, .foot-box2, .foot-box3{
  color: #fff; 
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}
.foot-box1 h2, .foot-box2 h2, .foot-box3 h2{
    margin: 0px 0px 30px 0px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 600;
    position: relative;
}
.foot-box1 h2:before, .foot-box2 h2:before, .foot-box3 h2:before{
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    width: 61px;
    height: 2px;
    background-color: #8bb17d;
}
.foot-box1 h2:after, .foot-box2 h2:after, .foot-box3 h2:after{
    content: "";
    width: 16px;
    border-left: 4px dashed #0E121D;
    border-right: 4px dashed #0E121D;
    height: 2px;
    background-color: transparent;
    position: absolute;
    bottom: -8px;
    right: 40px;
    -webkit-animation: footerLine 7s linear infinite;
    animation: footerLine 7s linear infinite;
}
@keyframes footerLine {
  0% {
      right: 40px;
  }
  50% {
      right: 0;
  }
  100% {
      right: 40px;
  }
}
.foot-box3 li {
    list-style: none;
}
.foot-box3 li a {
    text-decoration: none;
    color: #fff;
}
.foot-box3 li a:before {
    content: "\F12C";
    font-family: "bootstrap-icons";
    font-size: 17px;
    color: #fff;
    vertical-align: middle;
    padding-left: 3px;
    transition: .6s;
}
.foot-box3 li a:hover{
  color: #C1D2BD;
}
.foot-box3 li a:hover:before {
    color: #C1D2BD;
    padding-left: 7px;
    transition: .6s;
}
.copyright{
   position: relative;
   z-index: 1;
  border-top: 1px solid #8bb17d5e;
  padding-top: 35px;
  padding-bottom: 35px;
  color: #fff;
}
.copyright p{margin-bottom: 0; text-align: right;  color: #fff; font-size: 12px;}


/**** inner ****/
.inner-page article .entry-header{position: relative;}
.inner-page article .entry-header h1{   
margin-top: 50px;
font-size: 28px;
border-right: 2px solid #a1b799;
padding-right: 5px;
}
.inner-page article .entry-content{padding-top: 50px;}

.inner-page article .woocommerce-loop-product__title{
    background: #6F8F72;
    color: #fff;
}
.inner-page article .responsive-tabs .responsive-tabs__list__item{
  float: none;
  display: inline-block;
   color: #512E12;
}
.inner-post article .entry-header{position: relative;}
.inner-post article .entry-header .post-thumbnail{padding-top: 30px;}
.inner-post article .entry-header .post-thumbnail img{height: auto;}
.inner-post article .entry-header h1{   
  margin-top: 44px;
  font-size: 28px;
  border-right: 2px solid #a1b799;
  padding-right: 5px;
  margin-bottom: 0px;
}
.inner-post article .entry-content{padding-top: 30px;}


.cat-post{margin-bottom: 30px;}
.cat-post .page-header h1{
margin-top: 50px;
font-size: 28px;
border-right: 2px solid #a1b799;
padding-right: 5px;
margin-bottom: 25px;
}
.cat-post .joomirpost{margin-bottom: 40px;}
.cat-post .joomirpost img{height: auto;}
.cat-post .joomirpost .date{color: #adb5bd !important;}
.cat-post .joomirpost h2{font-size: 19px; font-weight: bold; padding-top: 25px;}
.blog-content-right{
  padding: 30px;
}
.blog-content-right .cat-item-1{display: none;}
.blog-content-right section
{
  margin-bottom: 30px;
  border-top: 4px solid #be9c79;
  padding: 30px;
  color: #000;
  box-shadow: 0px 0px 4px #cdcdcd;
}
.blog-content-right ul{padding-right: 18px;}
.blog-content-right ul li a{color: #000;}
.blog-content-right h2{margin-top: 0; font-size: 18px; position: relative; font-weight: bold;}

  

  
/************************** contact us ************************/
.page-id-27 .address{text-align: center; margin: 32px 0 20px;}
.page-id-27 .tel{text-align: center; border-right: 1px solid #ced7e4; margin: 32px 0 20px;}
.page-id-27 .email{text-align: center; border-left: 1px solid #ced7e4; border-right: 1px solid #ced7e4; margin: 32px 0 20px;}
.page-id-27 .fax{text-align: center; margin: 32px 0 20px;}

.page-id-27 .address:before{border: 1px solid #ced7e4; font-size: 25px; font-family: "FontAwesome"; width: 45px; height: 45px; display: inline-block; color: #2A150D; content: "\f041";}
.page-id-27 .tel:before{border: 1px solid #ced7e4;font-size: 25px; font-family: "FontAwesome"; width: 45px; height: 45px; display: inline-block; color: #2A150D; content: "\f095";}
.page-id-27 .email:before{border: 1px solid #ced7e4; font-size: 22px; font-family: "FontAwesome"; width: 45px; height: 45px; display: inline-block; color: #2A150D; content: "\f0e0";}
.page-id-27 .fax:before{border: 1px solid #ced7e4; font-size: 22px; font-family: "FontAwesome"; width: 45px; height: 45px; display: inline-block; color: #2A150D; content: "\f16d";}

.page-id-27 .address h2{padding-top: 15px; color: #2A150D; font-weight: 600; font-size: 20px; text-align: center;}
.page-id-27 .tel h2{padding-top: 15px; color: #2A150D; font-weight: 600; font-size: 20px; text-align: center;}
.page-id-27 .email h2{padding-top: 15px; color: #2A150D; font-weight: 600; font-size: 20px; text-align: center;}
.page-id-27 .fax h2{padding-top: 15px; color: #2A150D; font-weight: 600; font-size: 20px; text-align: center;}

.page-id-27 .address p{color: #7a8a9e; font-size: 15px; text-align: center;}
.page-id-27 .tel p{color: #7a8a9e; font-size: 15px; text-align: center;}
.page-id-27 .email p{color: #7a8a9e; font-size: 15px; text-align: center;}
.page-id-27 .fax p{color: #7a8a9e; font-size: 15px; text-align: center;}

.page-id-27 input{text-align: right; border: 1px solid #e2d7f1; width: 100%; margin-bottom: 5px;
border-radius: 5px; border: 1px solid #ced7e4; padding: 13px 15px 13px 20px; font-size: 15px;}
.page-id-27 input.wpcf7-captchar{width: auto;}
.page-id-27 textarea{height: 80px; border-radius: 5px; border: 1px solid #e2d7f1; padding: 13px 15px 13px 20px; width: 100%; margin-bottom: 5px;}
.page-id-27 label{width: 100%;}
.page-id-27 input[type="submit"]{width: auto; background: #4F463C; color: #fff; border: 1px solid #2A150D; padding: 15px 40px; margin-top: 50px; display: inline-block;}
.page-id-27 input[type="submit"]:hover{background:#fff; color: #2A150D;}
  
    

  
/*********** woocommerce *********/
.woocommerce ul.products li.product .price del{display: block;}
.woocommerce .woocommerce-breadcrumb{display: none;}
.woocommerce .woocommerce-ordering select{display: none;}
.woocommerce.archive .woocommerce-products-header__title{
    border-right: 2px solid #557057;
    padding-right: 5px;
    margin-bottom: 25px;
    font-size: 30px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title{background: #9b9b9b; color: #fff; text-align: center;}
.woocommerce div.product .product_title{font-size: 22px;}
.woocommerce-loop-category__title mark{display: none;}
.woocommerce ul.products li.product .button{font-weight: normal;}
.woocommerce button.button.alt{background: #557057;}
.woocommerce button.button.alt:hover{background:#9ec195;}
.woocommerce .woocommerce-breadcrumb{border-bottom: 1px solid #37264447 !important; border-right: 0 !important; border-left: 0 !important; border-top: 0 !important; margin-top: 20px; border: 1px solid #f3f3f3; padding: 10px; margin-bottom: 40px;}
.woocommerce.archive .content-area{padding-bottom:50px; padding-top:50px;}
.woocommerce.single-product .content-area{padding-bottom:50px; padding-top:50px;}
.related.products h2:first-child{
  font-size: 20px; border-right: 3px solid  #557057; padding: 10px;
  margin-bottom: 20px;
	clear: both;
	background: #C1D2BD;
}
.woocommerce .products ul li, .woocommerce ul.products li{text-align: center;}
.woocommerce div.product form.cart .button{font-weight: normal;}
.woocommerce  a.button{background:#cda67e; color:#fff;}
.woocommerce ul.products li.product .price{color:#000;}
.woocommerce div.product p.price, .woocommerce div.product span.price{color:#000;}
.woocommerce div.product div.images.woocommerce-product-gallery{border: 1px solid #37264447;}
.woocommerce.single-product .product_meta{display: none;}
.woocommerce .woocommerce-result-count{display: none;}
.woocommerce ul.products li.product:hover .woocommerce-loop-category__title{background: #EF3B50; color: #fff;}
.woocommerce span.onsale{background-color: #C1D2BD;}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {display: block;}
  
.woocommerce ul.products li.product a img {margin: 0;}
.woocommerce.columns-5 ul.products li.product {
    position: relative;
    background: #fff;
    padding: 20px;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}

  /*responsive*/
  /*67%*/
  @media (max-width:2200px) {
	 
  }
  /*75%*/
  @media (max-width:2000px) {
	  
  }
  /*80%*/
  @media (max-width:1800px) {
	
  }
  /*90%*/
  @media (max-width:1600px) {
	  
  }
  /*100%*/
  @media (max-width:1366px) {
	 
  }
  
  @media (max-width:767px) {
	  .main-menu{display: none;}
	  
	  .logo{display: none;}
      .logo-mobile{display: block; text-align: left;}
	  
	  .fancy-title::before, .fancy-title::after{display: none;}
	  .branch-section {height: auto;}
	  .inner-page article .woocommerce-loop-product__title{font-size: 12px !important;}
	  .responsive-tabs .responsive-tabs__heading:after{left: 20px !important; right: inherit !important;}
	  .responsive-tabs .responsive-tabs__heading{padding-top: 15px !important; padding-right: 47px !important; padding-bottom: 15px !important; padding-left: 0 !important;}
	  .responsive-tabs .responsive-tabs__heading--active, .responsive-tabs .responsive-tabs__heading--active:hover {background: #C1D2BD !important;}
	  
	  
	  
	  

   /* icon */
    .responsive-tabs__heading {
        position: relative;
        padding-right: 35px; 
    }
    
    /* velenjak */
    .post-195 .responsive-tabs__heading:nth-of-type(1)::before { /* فنجان چای */
        content: url('../../uploads/tea.png');
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
    }
    .post-195 .responsive-tabs__heading:nth-of-type(2)::before { /* صبحانه */
        content: url('../../uploads/sobhaneh.png');
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
    }
    .post-195 .responsive-tabs__heading:nth-of-type(3)::before { /* کیک */
        content: url('../../uploads/cake.png');
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
    }
    .post-195 .responsive-tabs__heading:nth-of-type(4)::before { /* نوشیدنی گرم */
        content: url('../../uploads/bread.png');
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
    }
   .post-195 .responsive-tabs__heading:nth-of-type(5)::before { /* آیس کافی */
        content: url('../../uploads/hot.png');
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
    }
    .post-195 .responsive-tabs__heading:nth-of-type(6)::before { /* نوشیدنی سرد */
        content: url('../../uploads/ice.png');
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
         width: 30px;
        height: 30px;
    }
    .post-195 .responsive-tabs__heading:nth-of-type(7)::before { /* شیک */
        content: url('../../uploads/sheik.png');
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
    }
    .post-195 .responsive-tabs__heading:nth-of-type(8)::before { /* پیش غذا */
        content: url('../../uploads/cocktail.png');
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
         width: 30px;
        height: 30px;
    }
    .post-195 .responsive-tabs__heading:nth-of-type(9)::before { /* سالاد */
        content: url('../../uploads/pishghaza.png');
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
         width: 30px;
        height: 30px;
    }
    .post-195 .responsive-tabs__heading:nth-of-type(10)::before { /* پیتزا */
        content: url('../../uploads/salad.png');
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
         width: 30px;
        height: 30px;
    }
    .post-195 .responsive-tabs__heading:nth-of-type(11)::before { /* ساندویچ */
        content: url('../../uploads/pizza.png');
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
    }
    .post-195 .responsive-tabs__heading:nth-of-type(12)::before { 
        content: url('../../uploads/sandwich.png');
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
    }
    .post-195 .responsive-tabs__heading:nth-of-type(13)::before { 
        content: url(../../uploads/hamburger.png);
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
    }
    .post-195 .responsive-tabs__heading:nth-of-type(14)::before { 
        content: url('../../uploads/spaghetti.png');
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
    }
    .post-195 .responsive-tabs__heading:nth-of-type(15)::before { 
        content: url('../../uploads/ghalian.png');
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
    }
    .post-195 .responsive-tabs__heading:nth-of-type(16)::before { 
        content: url('../../uploads/desserts.png');
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
    }


    /*niavaran*/
   .post-193 .responsive-tabs__heading:nth-of-type(1)::before { 
        content: url('../../uploads/desserts.png');
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
    }
    .post-193 .responsive-tabs__heading:nth-of-type(2)::before { 
        content: url(../../uploads/hamburger.png);
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
    }
     .post-193 .responsive-tabs__heading:nth-of-type(3)::before { /* پیتزا */
        content: url('../../uploads/salad.png');
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
         width: 30px;
        height: 30px;
    }
    .post-193 .responsive-tabs__heading:nth-of-type(4)::before {
        content: url(../../uploads/pishghaza.png);
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
    }
    .post-193 .responsive-tabs__heading:nth-of-type(5)::before {
        content: url(../../uploads/spaghetti.png);
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
    }
    .post-193 .responsive-tabs__heading:nth-of-type(6)::before {
        content: url(../../uploads/pizza.png);
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
    }
    .post-193 .responsive-tabs__heading:nth-of-type(7)::before {
        content: url(../../uploads/sandwich.png);
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
    }
    .post-193 .responsive-tabs__heading:nth-of-type(8)::before {
        content: url(../../uploads/sheik.png);
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
    }
    .post-193 .responsive-tabs__heading:nth-of-type(9)::before {
        content: url(../../uploads/sobhaneh.png);
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
    }
    
  }