h1,
h2,
h3,
h4,
h5,
h6 {
  color: #FFFFFF;
}

body {
  line-height: 24px;
  font-size: 16px;
  font-family: "iranyekan", "Sans_Medium";
  color: #b1b5b7;
  background-color: #0e1317;
  padding-bottom: 40px;
}
a {
  color: #b1b5b7;
}

a:hover {
  color: #b1b5b7;
}

.title_page {
  font-size: 16px;
  font-family: "iranyekanbold", "Sans_Medium";
  line-height: 30px;
  margin-bottom: 20px;
}

.section_title .subtitle {
  font-family: "iransans";
  font-style: italic;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 10px;
  line-height: 1.75;
  color: #C19D60;
}
.section_title .title {
  color: #323246;
  color: #FFFFFF;
  font-size: 24px;
  margin: 0 0 24px;
  line-height: 38px;
  font-family: "iranyekanbold", "Sans_Medium";
}

.btn_page {
  padding: 14px 30px 14px 24px;
  display: inline-block;
  position: relative;
  font-family: "iransans";
  font-size: 12px;
  color: #fff;
  margin-top: 15px;
  background: #c19977;
  font-weight: 500;
  transition: all 200ms linear;
  border-radius: 0;
  border:0;
}
.btn_page i {
  margin-right: 6px;
  transition: all 400ms linear;
  position: relative;
  vertical-align: middle;
  font-size: 18px;
}
.btn_page:hover {
  color: #FFFFFF;
}
.btn_page:hover i {
  transform: rotateX(360deg);
}
.btn_page:focus {
  box-shadow: unset;
}


.top_header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 6px 0;
}

@media screen and (max-width:575px){
    .top_header {
        padding: 2px 0;
    }
    .top_header .top_header_in{
     flex-wrap: wrap; 
    }
    .top_header .right_items , .top_header .copy_right_tx{
       flex: 1 1 50%;  
    }
    .top_header .top_header_serch{
      order: 3;          /* بیاد ردیف بعد */
      flex: 0 0 100%; 
    }
    .top_header .copy_right_tx{
      text-align: left;
    }
}
.top_header .top_header_serch{
  min-width: 190px;
}
.top_header .game_icon , .instagram_header {
    width: 32px;
    height:32px;
}
.top_header .game_icon i , .instagram_header i {
    line-height:32px;
}
.top_header .game_icon {
    font-size: 20px;
    color: #afafb9;
    font-family: "iranyekanbold", "Sans_Medium";
    /*background: #333;*/
    /*padding: 4px 4px;*/
}
.top_header .game_icon i{
    /*color: #c19977;*/
    /*margin-left: 6px;*/
    /*animation: mynotification 0.7s linear 0.5s infinite alternate;*/
}
.top_header .lan_icon{
    padding: 4px 4px;
    display: inline-block;
    font-size: 22px;
}
.top_header .lan_icon i{
  line-height: 22px;
}
.instagram_header{
    font-size: 20px;
    color: #c19977;
    /*padding: 4px 8px;*/
}
.top_header i,
.top_header svg {
  color: #b1b5b7;
}
.top_header svg {
  width: 24px;
}
.top_header .survay_icon{
    width: 32px;
    height: 32px;
}
.top_header .survay_icon img{
  width: 24px;
}
.top_header .search_box,
.top_header .back_menu_btn {
  padding: 16px;
}
.top_header .auth_login{
    font-size: 22px;    
    padding: 8px;
}
.top_header .auth_login .nm{
    font-size: 16px;    
}
.top_header .fa-hand-holding-heart , .top_header .fa-heart{
    font-size: 20px;    
    line-height: 32px;
}
.top_header .dropdown-toggle {
  color: #b1b5b7;
  padding-left: 20px;
}

.top_header .dropdown-toggle::after {
  display: none;
}
.top_header .dropdown-toggle:focus {
  box-shadow: unset;
}
.top_header .dropdown-toggle:active{
    outline:unset;
}
.top_header .dropdown-menu {
  background-color: #21272d;
  padding: 16px 0;
}
.top_header .dropdown-menu .dropdown-item {
  text-align: right;
  color: #b1b5b7;
  font-size: 13px;
  font-family: "iranyekanbold", "Sans_Medium";
  padding: 8px 16px;
}
.top_header .dropdown-menu .dropdown-item i {
  margin-left: 4px;
  font-size: 18px;
}
.top_header .dropdown-menu .dropdown-item:hover {
  background-color: #08090a;
}
.top_header .dropdown-menu .dropdown-item:active {
  background-color: #08090a;
}
.top_header .fa-ellipsis-v {
  font-size: 22px;
  padding-left: 14px;
}
.top_header .search_box {
  font-size: 18px;
}
.top_header .back_menu_btn {
  font-size: 16px;
  cursor: pointer;
}
.top_header .header_form {
  opacity: 0;
  visibility: hidden;
  vertical-align: middle;
  position: absolute;
  top: 12px;
  right: 0;
  transition: all 0.5s;
  transform: translateY(20px);
}
.top_header .header_form form {
  height: 40px;
  border: 1px solid #313030;
  background-color: #1c2225;
  width: 250px;
}
.top_header .header_form form input {
  font-size: 16px;
  width: 100%;
  background-color: transparent;
  border: 0;
  margin-left: 8px;
  height: 40px;
  color: #fff;
}
.top_header .header_form form input:focus {
  border: 0;
  outline: none;
  box-shadow: unset;
}
.top_header .header_form form button {
  border: 0;
  font-size: 15px;
  padding: 8px 8px;
  color: #b1b5b7;
  background-color: transparent;
}
.top_header .logo_header a {
  display:block;
}
.top_header .logo_header img {
  max-height: 45px;
  display:block;
}
@media screen and (max-width:575px){
    .top_header .logo_header img {
        max-height: 43px;
    }
}


.dots_separator {
  margin: 10px 0 10px;
}
.dots_separator span {
  display: inline-block;
}
.dots_separator::after {
  content: "●●●●●●";
  color: #C19D60;
  font-size: 7px;
  letter-spacing: 4px;
}
.bold-separator {
  max-width: 400px;
  margin: 0 auto 50px;
  position: relative;
  text-align: center;
}
.bold-separator span {
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #fff;
  margin: 0 auto;
  border-radius: 100%;
}
.bold-separator.bold-separator_dark {
  margin: 15px auto 30px;
}
.bold-separator.bold-separator_dark span {
  background: #11161a;
}
.bold-separator::before, .bold-separator::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 1px;
  top: 50%;
  opacity: 0.3;
  background-color: #c19977;
}
.bold-separator::before {
  left: 0;
}
.bold-separator::after {
  right: 0;
}

.web_scroll_section {
   background: #c19977;
   color: #fff;
}
.web_scroll_section i {
  color: #fff;
}
.web_scroll_section:hover {
  background: #333;
}

.black_menu {
    background-color: rgba(0, 0, 0, 0.6);
}


.product_item {
  position: relative;
  display: flex;
  margin-bottom: 30px;
  transition: all 0.35s ease-in-out;
  border-radius: 24px;
}
.product_item .product_img {
  position: relative;
  transition: all 0.35s ease-in-out;
  width: 180px;
  padding: 20px 16px 20px 0;
}
@media screen and (max-width: 991px) {
  .product_item .product_img {
    width: 100px;
    padding: 20px 12px 20px 0;
  }
}
.product_item .product_img img {
  position: relative;
  width: 164px;
  height: 164px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .product_item .product_img img {
    width: 88px;
    height: 88px;
  }
}
.product_item .product_img::before {
  content: "";
  position: absolute;
  bottom: 0; 
  left: 0;
  width: 50%;
  height: 100%;
  border-radius: 0 24px 24px 0;
  background-color: #1c2225;
  transition: all 0.35s ease-in-out;
  z-index: 0;
}
.product_item .product_caption {
  width: calc(100% - 180px);
  background-color: #1c2225;
  border-radius: 24px 0 0 24px;
  padding: 24px 16px 24px 24px;
}
@media screen and (max-width: 991px) {
  .product_item .product_caption {
    width: calc(100% - 100px);
    padding: 20px 16px 20px 16px;
  }
}
.product_item .product_caption .product_title {
  font-size: 16px;
  font-family: "iranyekanbold", "Sans_Medium";
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .product_item .product_caption .product_title {
    font-size: 14px;
    line-height: 26px;
  }
}
.product_item .product_caption .product_title a {
  color: inherit;
}
.product_item .product_caption .product_title_en {
  color: #afafb9;
  text-align: left;
  margin-top: 6px;
  line-height: 24px;
  font-size: 14px;
}
.product_item .product_caption .star_product {
  margin-top: 8px;
  gap: 3px;
}
.product_item .product_caption .star_product i {
  font-size: 10px;
}
.product_item .product_caption .star_product i.fas {
  color: #FF9E0C;
}
.product_item .product_caption .description {
  color: #b1b5b7;
  font-size: 14px;
  margin-top: 12px;
}
.product_item .product_caption .item_price {
  margin-top: 12px;
}
.product_item .product_caption .item_price .price_before {
  text-decoration: line-through;
  font-size: 16px;
  margin-left: 16px;
}
.product_item .product_caption .item_price .price_after {
  color: #c19977;
  font-size: 18px;
  font-family: "iranyekanbold", "Sans_Medium";
  margin-top: 4px;
  text-decoration: none;
}
.product_item .product_caption .item_price .price_after span {
  font-size: 13px;
  color: #b1b5b7;
}
.product_item .product_caption .add_cart {
  padding: 10px 14px;
  border: 0;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .product_item .product_caption .add_cart {
    padding: 10px 14px;
  }
}
.product_item .product_caption .add_cart i {
  margin-right: 0;
  margin-left: 4px;
  font-size: 16px;
}
.product_item .product_caption .add_cart:hover i {
  transform: rotateY(360deg);
}
.product_item .product_caption .total_item .price_after {
  color: #c19977;
  font-size: 18px;
  font-family: "iranyekanbold", "Sans_Medium";
  text-decoration: none;
}
.product_item .product_caption .total_item .price_after span {
  font-size: 13px;
  color: #b1b5b7;
}
.product_item .product_number {
  margin-top: 12px;
}
.product_item .trash_btn {
  border: 0;
  color: #E7272D;
  font-size: 16px;
  border: 1px solid #c19977;
  width: 38px;
  height: 38px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  padding: 0;
  margin-right: 12px;
}
.product_item .trash_btn .trash_btn_in {
  background: #222d3b;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  display: inline-block;
}
.product_item .trash_btn:focus {
  box-shadow: unset;
}
.product_item .trash_btn i {
  transition: all 0.3s linear;
  line-height: 29px;
}
.product_item .trash_btn .Second {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -10%);
  opacity: 0;
  visibility: hidden;
}
.product_item .trash_btn:hover .first {
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
}
.product_item .trash_btn:hover .Second {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}
.product_item .precent_off {
  color: #E7272D;
  position: absolute;
  top: -10px;
  right: calc(50% - 24px);
  width: 50px;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  line-height: 45px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  transform: rotate(36deg);
  transition: all 0.35s ease-in-out;
}
.product_item .precent_off span {
  position: absolute;
  top: -3px;
  right: 44%;
  display: inline-block;
  height: 50px;
}
.product_item .precent_off img {
  width: 50px;
  height: 50px;
}
.product_item .multiplication {
  display: inline-block;
  color: #C70039;
  width: 30px;
  height: 30px;
  transition-duration: 0.3s;
  text-align: center;
  font-size: 22px;
  vertical-align: middle;
  position: absolute;
  top: 9px;
  left: 8px;
}
@media screen and (max-width: 575px) {
  .product_item .multiplication {
    right: 24px;
  }
}
.product_item .multiplication:hover {
  color: #c19977;
}
.product_item .number_product_wrap {
  display: none;
  height: 44px;
}
.product_item .number_product {
  gap: 4px;
}
.product_item .number_product .incress {
  color: #33ab33;
}
.product_item .number_product .decress {
  color: #E7272D;
}
.product_item .number_product .incress,
.product_item .number_product .decress {
  border: 1px solid #363637;
  border-radius: 2px;
  padding: 12px 12px;
  line-height: 8px;
  cursor: pointer;
  font-size: 22px;
}
.product_item .number_product .value_pro {
  line-height: 8px;
  padding: 10px 8px;
  color: #c19977;
  font-size: 20px;
}


.product_item .item_audio{
    display: inline-block;
    background: #151718;
    padding: 8px 16px;
    border-radius: 7px;
    cursor: pointer;
}
.product_item .item_audio i{
    color: #c19977;
    font-size: 20px;
}

.product_item .item_audio .fa-music{
    background: #000;
    padding: 10px;
    border-radius: 50%;
    margin-right: 4px;
}
.product_item.active {
  box-shadow: 0 0 8px 0 #c19977, inset 0 0 #c19977;
}
.product_item  .progress {
    width: 100px;
    height: 12px;
    background-color: #3b3b3b;
}
.product_item .progress-bar{
    background-color: #c19977;
}
/*#progressBar::-webkit-progress-bar {*/
/*  background-color: #333; */
/*}*/

/*#progressBar::-webkit-progress-value {*/
/*  background: linear-gradient(90deg, #ff4081, #9c27b0);*/
/*}*/

/*#progressBar::-moz-progress-bar {*/
/*  background: linear-gradient(90deg, #ff4081, #9c27b0);*/
/*}*/

.product_item .item_audio button{
    background:transparent;
}
.product_item.active .number_product_wrap {
  display: flex;
}
.product_item.active .add_card_wrap {
  display: none;
}
.product_item.active .product_img::before {
  width: 100%;
  background-color: #0a0a0a;
}
.product_item.active .product_caption {
  background-color: #0a0a0a;
}
.product_item.active .precent_off {
  right: 0;
}
.product_item:hover .product_img::before {
  width: 100%;
}
.product_item:hover .precent_off {
  right: 0;
}


.card_message {
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  position: fixed;
  bottom: 74px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: #0e1317;
}
.card_message_in {
    background: #1c2225;
    padding: 16px;
    box-shadow: 0 -4px 10px -4px #10161a;
}
.card_message .show_cart {
  display: inline-block;
  position: relative;
  font-family: "iransans";
  font-size: 12px;
  color: #fff;
  background: #d30925;
  font-weight: 500;
  transition: all 200ms linear;
  border-radius: 0;
  padding: 8px 12px;
  width: 157px;
}
.card_message .show_cart span {
  margin-right: 6px;
}
.card_message .total_price {
  width: calc(100% - 158px);
  padding-left: 6px;
  gap: 2px;
}
.card_message .total_price .tx {
  color: #b1b5b7;
  font-size: 14px;
  font-family: "iranyekanbold", "Sans_Medium";
  margin-left: 10px;
}
.card_message .total_price .price_new {
  color: #c19977;
  font-size: 16px;
  text-decoration: none;
  font-family: "iranyekanbold", "Sans_Medium";
}
.card_message .total_price .price_new span {
  color: #b1b5b7;
  font-size: 12px;
}
.card_message.card_message_show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.nav_bottom{
    transition: all 1s;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 10;
}
.nav_bottom_in{
    background: #262c2e;
    border-radius: 6px 6px 0 0;
    padding: 0 12px;
    position: relative;
}
.nav_bottom .nav_btm_icon{
    padding: 10px 0;
    min-width: 60px;
}

.nav_bottom .nav_btm_icon i{
    font-size: 22px;
    color:#c19977;
}
.nav_bottom .nav_btm_icon span{
    color:#fff;
    font-size: 16px;
    color:#afafb9;
    margin-top:6px;
}
.nav_bottom .nav_btm_icon .logo_btm{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: -45px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border:5px solid #0e1317;
    background: #0e1317;
    padding: 0;
}
.nav_bottom .nav_btm_icon .logo_btm img{
    background: #262c2e;
    border-radius: 50%;
    padding: 7px;
}

.nav_bottom .nav_btm_icon.home_icon{
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
}
.nav_bottom .nav_btm_icon.home_icon i{
    background: #c19977;
    padding: 0; 
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
}


.logo_btm .fa-home{
    color: #c19977 !important;
    background: #262c2e !important;
    border-radius: 50%;
}
@media screen and (max-width:575px){
    .nav_bottom .nav_btm_icon{
        padding:8px 0;
    }
    .nav_bottom_in{
        padding:0 8px;
    }
    .nav_bottom .nav_btm_icon span{
         margin-top:1px;
    }
    .nav_bottom .nav_btm_icon i{
        font-size: 20px;
    }
    .nav_bottom .nav_btm_icon.home_icon span{
        margin-top: 10px;
    }
}

.modal-content {
  background-color: #262c2e;
  border-color: rgba(255, 255, 255, 0.17);
  border-radius: 0;
}
.modal-content .modal-header {
  color: #c19977;
  border-color: #4f4f4f;
}
.modal-content .close{
    color:#fff;
}
.modal-content .close:hover, .modal-content .close:focus{
    color:#fff;
}
.modal-content .modal-header .btn-close {
  color: #FFFFFF;
}

.form-control {
  background-color: #0e1317;
  border-color: #363637;
  color: #b1b5b7;
}
.form-control::placeholder{
  color: #b1b5b7;
}
.form-control:focus {
  color: #b1b5b7;
  background-color: #0e1317;
  border-color: #555555;
}
.modal-content .modal-body form .form-control {
  background-color: #0e1317;
  border-color: #363637;
  color: #b1b5b7;
}
.modal-content .modal-body form .form-control:focus {
  border-color: #555555;
}
.modal-content .btn_page {
  padding: 10px 24px 10px 24px;
  margin-top: 0;
}
.modal-content .close_btn {
  background-color: #273237;
  border-color: #090c0f;
}
.modal-content .close_btn:hover {
  background-color: #090c0f;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #333;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #505050;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#main_alert_box{
  font-size: 12px;
  
}
#main_alert_box.alert-success{
  background: #02280a;
  color: #db9800;
  border-color:#02280a;
}
#main_alert_box.alert-danger{
  background: #500000;
  color: #db9800;
  border-color: #500000;
}

#main_alert_box .close{
  position: absolute;
  left: 17px;
  background: transparent;
  box-shadow: unset;
  border: 0;
  font-size:24px;
  color:#db9800;
}
#main_alert_box .progress-bar{
  background-color:#ff9b04 !important;
}

.show_num_card {
  background: #EF2840;
  color: #fff !important;
}

.btn_page_2 {
  padding: 14px 30px 14px 24px;
  display: inline-block;
  position: relative;
  font-family: "iransans";
  font-size: 12px;
  color: #fff;
  margin-top: 15px;
  background: #009e87;
  font-weight: 500;
  transition: all 200ms linear;
  border-radius: 0;
}
.btn_page_2 i {
  margin-right: 6px;
  transition: all 400ms linear;
  position: relative;
  vertical-align: middle;
  font-size: 18px;
}
.btn_page_2:hover {
  color: #FFFFFF;
}
.btn_page_2:hover i {
  transform: rotateX(360deg);
}
.btn_page_2:focus {
  box-shadow: unset;
}
.i-result {
    background: #1c2225;
    border: 1px solid #1c2225;
    border-top-color: rgb(238, 238, 238);
}
.link-search .desc-item-serach span {
    background: #ef4056;
}


.request-hall{
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0 15px;
    border: 1px solid #6e5948;
    padding: 10px 10px;
    font-size: 16px;
    color: #fff;
    border-radius: 9px;
    cursor: pointer;
}
.request-hall:hover{
    background: #6e5948;
    color: #fff;
}
.tooltip-inner{
    background-color: #1d2325;
}
.copy_right_tx span{
    color: #c19977;
}
a:hover, a:focus {
    color: #b1b5b7;
}

.menu-form-in .gender_item {
    position: relative;
    background: rgb(44, 52, 59);
    border: 2px solid rgb(59, 66, 71);
    padding: 7px 10px;
    border-radius: 2px;
    margin-left: 10px;
    cursor: pointer;
}
.menu-form-in .gender_item i {
    font-size: 12px;
    position: absolute;
    color: #c19977;
    left: 8px;
    top: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #c19977;
    background: #1d262b;
    line-height: 20px;
    font-weight: 400;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}
.menu-form-in .gender_item img {
    width: 25px;
    height: 25px;
    margin-left: 8px;
}
.menu-form-in .gender_item span {
    font-size: 16px;
    color: #b1b5b7;
}
.menu-form-in form label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}
.menu-form-in .gender_item.active i {
    visibility: visible;
    opacity: 1;
}
.menu-form .btn_page.save-data i{
    margin-right: 0;
    margin-left: 6px;
}


.input-verify100:focus+.focus-input100+.symbol-input100 {
    color: #57b846;
    padding-left: 28px;
}
.input-verify100:focus+.focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}
.input-verify100 {
    margin: 0px;
    border: none;
    width: 100%;
    border-radius: 0;
    font-family: "iransans";
    padding: 12px 0.75rem;
    font-size: 13px;
    background: rgb(31 35 37);
    border-color: transparent;
    color: #b1b5b7;
}
.login-verify100-form-btn {
    display: inline-block;
    position: relative;
    width: 100%;
    font-family: "iransans";
    font-size: 13px;
    color: #fff;
    margin-top: 15px;
    background: #c19977;
    transition: all 200ms linear;
    border-radius: 0;
    padding: 10px 24px;
    border: 1px solid #c19977;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.login-verify100-form-btn:hover {
    background: #0e1317;
    border-color: #0e1317;
}
