
@font-face {
    font-family: 'atabay';
    src: url('../font/atabay.otf');
    src: url('../font/atabay.eot?#iefix') format('embedded-opentype'),
        url('../font/atabay.woff2') format('woff2'),
        url('../font/atabay.woff') format('woff'),
        url('../font/atabay.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: "iransans";
  font-style: normal;
  font-weight: 100;
  src: url("../font/IRANSansWeb.woff2") format("woff2");
  src: url("../font/IRANSansWeb.woff") format("woff");
  src: url("../font/IRANSansWeb.ttf") format("ttf");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
  font-display: swap;
}
@font-face {
  font-family: "Yekan";
  font-style: normal;
  font-weight: 100;
  src: url("../font/YekanBakhVF.ttf") format("ttf");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
  font-display: swap;
}
@font-face {
  font-family: "ghalam";
  font-style: normal;
  font-weight: 100;
  src: url("../font/Mj_Ghalam-1_0.TTF") format("woff2");
  src: url("../font/Mj_Ghalam-1_0.TTF") format("woff");
  src: url("../font/Mj_Ghalam-1_0.TTF") format("ttf");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
  font-display: swap;
}
html,
body {
  font-family: "Yekan";
}
.advice-section {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0px;
  border: 4px solid #c1a974;
  border-color: #cc8809;
  direction: rtl;
  text-align: right;
  padding: 25px;
}
.advice-section .step {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
}
.advice-section .step ul {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
}
.advice-section .step ul li {
  text-align: center;
}
.advice-section .step ul li span {
  border: 2px solid #cc8809;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
}
.advice-section .step ul li:hover span,
.advice-section .step ul li.active span {
  background: #cc8809;
  color: #fff;
}
.advice-section .step ul li.selected span {
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(0, 0, 0, 0.7);
  color: #fff;
}
.advice-section .step ul li p {
  font-weight: 600;
  font-size: 0.8em;
  margin-top: 10px;
  text-align: center;
}

/* ---------------- steps ------------------ */
.content_steps .navigation_steps {
  gap: 25px;
  margin-top: 25px;
}
.content_steps .navigation_steps .btn-style-four:hover::before {
  color: #fff !important;
  z-index: -1;
  opacity: 0;
}
.content_steps .navigation_steps .next {
  background-color: #cc8809;
}
.content_steps .navigation_steps .next.disabeld {
  background-color: #eee;
  color: #aaa9a9;
}
.content_steps .steps {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
  display: none;
}
.content_steps .steps.active {
  display: block;
}
.content_steps .steps .title {
  text-align: center;
  margin: 35px 0;
  font-weight: 600;
  font-size: 27px;
  margin-bottom: 45px;
}
.content_steps .steps .price-block .inner-box {
  padding: 15px 5px !important;
  cursor: pointer;
}
.content_steps .steps .price-block .inner-box .text {
  font-weight: 600;
  font-size: 17px;
}
.content_steps .steps .info_complete .input {
  position: relative;
  display: block;
  width: 100%;
  background: #ffffff !important;
  line-height: 30px;
  height: 50px;
  border: 1px solid #c9c9c9 !important;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  margin-bottom: 10px;
}
.content_steps .steps .info_complete .input input {
  padding: 5px 10px;
  height: 100%;
  width: 100%;
  background: transparent;
}
.content_steps .steps .info_complete .input .flag {
  overflow: hidden;
  height: 50px;
  padding: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.content_steps .steps .info_complete .input .flag img {
  width: 80%;
  height: 80%;
}
.content_steps .steps .info_complete .flags {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 10px;
  width: 100%;
  height: 120px;
  overflow-y: auto;
  background: #fff;
  display: none;
}
.content_steps .steps .info_complete .flags ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 8px;
  cursor: pointer;
}
.content_steps .steps .info_complete .flags ul li:last-child {
  border-bottom: 0;
}
.content_steps .steps .info_complete .flags ul li > div {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  gap: 10px;
}
.content_steps .steps .info_complete .flags ul li img {
  width: 25px;
  height: 25px;
}
.content_steps .steps .info_complete .flags ul li span {
  color: rgba(0, 0, 0, 0.5);
}
.content_steps .steps .accept_details .date span {
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.8em;
}
.content_steps .steps .accept_details .date span.title {
  color: #cc8809;
  font-weight: 600;
  font-size: 1.1em;
}
.content_steps .steps .date_select .title {
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.7);
  gap: 10px;
  margin-top: 0;
}
.content_steps .steps .date_select .title span {
  cursor: pointer;
}
.content_steps .steps .time_select {
  height: 100%;
}
.content_steps .steps .time_select .title {
  margin-top: 0;
}
/* .content_steps .steps .date_select .days {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.content_steps .steps .date_select .days .name_dys {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9em;
  gap: 15px;
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-weight: 600;
} */
/* .content_steps .steps .date_select .days .number_days {
  padding: 15px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 10px;
}
.content_steps .steps .date_select .days .number_days span label {
  padding: 5px;
  border-radius: 5px;
  background: #eceff2;
  color: rgba(17, 17, 17, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.content_steps .steps .date_select .days .number_days span label.active {
  color: #111;
  border-bottom: 4px solid green;
  cursor: pointer;
}
.content_steps .steps .date_select .days .number_days span label.select{
  border-bottom: 4px solid #cc8809;
} */
.content_steps .steps .date_select .days {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  width: 100%;
}
#calendar {
  border-collapse: separate;
  border-spacing: 10px;
}
#calendar thead tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
#calendar th,
#calendar td {
  border: none;
  background-color: #fff;
}
#calendar td {
  padding: 5px;
  border-radius: 5px;
  background: #eceff2;
  color: rgba(17, 17, 17, 0.3);
  font-weight: 600;
}
#calendar label {
  display: inline-block;
  width: 80%;
  height: 100%;
  margin: 0 auto;
}
#calendar label.active {
  color: #111;
  border-bottom: 4px solid green;
  cursor: pointer;
}
#calendar label.selected {
  border-bottom: 4px solid #cc8809;
}
#calendar th {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.7em;
}
.content_steps .steps .times {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  height: calc(100% - 75px);
  overflow-y: auto;
}
.content_steps .steps .time_select .date_selected {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 15px;
}
.content_steps .steps .time_select .date_selected p {
  color: #cc8809;
  font-size: 0.9em;
  font-weight: 600;
}
.content_steps .steps .time_select .items_time {
  padding: 15px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 10px;
}
.content_steps .steps .time_select .items_time label {
  padding: 5px;
  border-radius: 5px;
  background: #eceff2;
  color: #111;
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  cursor: pointer;
}
.content_steps .steps .time_select .items_time label.active {
  background: #cc8809;
  color: #fff;
}
.shop-order-box .order_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #cc8809;
  padding: 10px;
  margin-bottom: 15px;
}
.shop-order-box .input_fee {
  margin-bottom: 15px;
}
.shop-order-box .input_fee input {
  border: 1px solid #cc8809;
  width: 100%;
  padding: 10px;
}
.shop-order-box .input_fee a {
  background: green;
  color: #fff;
  display: inline-block;
  padding: 10px;
  width: 100%;
  text-align: center;
}
.shop-order-box .type_payment label {
  border: 1px solid #cc8809;
  padding: 10px;
  width: 100%;
}
.shop-order-box .btn_send_advice {
  text-align: left;
}
.shop-order-box .btn_send_advice span {
  font-family: "iransans";
  font-size: 0.9em;
  color: #fff !important;
}
.shop-order-box .btn_send_advice button:hover span {
  color: #fff !important;
}
.input_fee .toman {
  position: absolute;
  top: 0;
  transform: translateY(50%);
  left: 30px;
  font-size: 0.85em;
}
.category_select{
  display: flex;
  overflow-x: auto;
}
.main-slider-two .active h1{
	font-family:ghalam;
}
