* {
    margin: 0;
    padding: 0;
  }
  body {
    direction: rtl;
    background:#d0d0d00d;
    font-family: Arial, Helvetica, sans-serif;
    padding-top:43px;
  }
  header{
    padding: 10px;
    box-shadow: 0px 6px 5px #efefef;
  }
  .owl-dots{
      display: none;
  }
  .owl-nav{
    display: none;
  }

  .item{
    border: 2px dashed #e2e2e2;
    border-radius: 10px;
    HEIGHT: 55PX;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 115px;
    overflow: hidden;
    background: #fff;
  }
  .item h4{
    font-size: 35px;
    font-weight: bold;
    margin: 0;
  }
 .search-section {
    margin: auto;
    width: 300px;
    margin-bottom: 20px;
    position: relative;
}
.search-section .search-bar {
    width: 300px;
    height: 35px;
    border: none;
    padding: 0px 40px 0px 10px;
    border-radius: 10px;
    box-shadow: 0px 3px 3px #f7f7f7;
    position: relative;
}
 .search-section .search-icon {
    position: absolute;
    top: 0;
    right: 0;
}
.search-section .search-icon i{
  font-size:13px;
  font-weight: 100;
}
::placeholder {
    color:#9d9e9e;
  }
  .owl-carousel .owl-item img{
      width: 135px;
  }
  .card{
    border-radius: 5% ;
    border:none;
    height: 350px;
  }
  /**/
  .side-title{
    background: #02a2ff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350px;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;

  }
  .side-title h3{
    writing-mode: vertical-rl;
    letter-spacing: 1px;
        font-weight: bold;
  }
  .card img{
    height: 60px;
    width: 100%;
    border: 2px dashed #02a2ff;
    image-rendering: -webkit-optimize-contrast!important;
  }
  .list-unstyled.optione{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    /* padding: 14px; */
    height: 60px;
  }
  .list-unstyled.optione li{
    float: right;
    margin-right: 5px;
    border: 1px dashed #000;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 2;
    text-align: center;
  }
  .list-unstyled.optione li a{
    color:  #000 !important;

  }
  .list-unstyled.optione li:first-child{
    margin-right: 0;
  }
  .copon-text{
    margin: 0;
    text-align: right;
    text-align: right;
    margin: 20px 0 20px 0;
  }
  .time{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
  }
  .copon-text h3{
    font-size: 20px;
    font-weight: bold;

  }
  .copon-text p  {
    font-weight: bold;
    font-size: 14px;
  }
  .copon-btn{
    margin: 0 auto;
    border: 1px dashed #000;
    border-radius: 20px;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .copon-btn label{
      margin: 0;
      padding: 10px 10px 10px 0;
  }
  .copy-btn{
    height: 100%;
    width: 70%;
    position: absolute;
    border-radius: 20px;
    border: none;
    background: #02a2ff;
    color: #fff;
    top: 0;
    right: 0;
    transition: all 0.7s ease;
  }
  .copy-btn.open{
    width: 40%;
    font-size: 12px;
  }
  .request{
    background: #2ab328;
    color: #fff;
    display: none;
    padding: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    height: 80px;
    font-weight: bold;
    z-index: 1;
  }
  .request.open{
    display: flex;
  }
  .card.green .copy-btn {
    background: #2ab328;
  }
  .card.green  img{
    border: 2px dashed #2ab328;
  }
  .card.green .side-title{
    background: #2ab328;
  }
  .card.orang .copy-btn {
    background: #ffac2f;
  }
  .card.orang  img{
    border: 2px dashed #ffac2f;
  }
  .card.orang .side-title{
    background: #ffac2f;
  }
  .card.Purple .copy-btn {
    background: #a902ff;
  }
  .card.Purple  img{
    border: 2px dashed #a902ff;
  }
  .card.Purple .side-title{
    background:#a902ff;
  }
  .request h4{
      text-align: center;
  }
  .copon-btn input
{
    margin: 0;
    padding: 10px 10px 10px 0;
}

.item a h4{
    color:  #000 !important;

}
.item a:hover{
text-decoration: none;
}
#load {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	opacity: 0.8;
	z-index: 100000;
	background-color: #fff;
	z-index: 199;
	text-align: center;
}

#loading-image {
	position: absolute;
	top: 50%;
	z-index: 200;
	right: 50%;
	z-index: 200;
}

.rowImg {
	width: 90%;
	margin-right: 5%;
	height: 50vh;
	margin-top: 33px;
	margin-bottom: 33px;
}

.rowImg img {
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
}

.rowImg ads {
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
}
.activeItem{
    border: 2px dashed #9ddbf2;
}

.color-red{
    color:red;
}
.infoCard{
        height: 115px;

}
img{
        image-rendering: -webkit-optimize-contrast!important;

}

