html,
body {
  background: #faf7e8;
}

@font-face {
  font-family: 'iransans';
  src: url('../fonts/IRANSansWeb.woff') format('woff');
  font-weight: 100;
}

@font-face {
  font-family: 'kalameh';
  src: url('../fonts/kalameh/standard/KalamehWeb-Thin.woff') format('woff');
  font-weight: 100;
}

@font-face {
  font-family: 'kalameh';
  src: url('../fonts/kalameh/standard/KalamehWeb-Regular.woff') format('woff');
  font-weight: 300;
}

@font-face {
  font-family: 'kalameh';
  src: url('../fonts/kalameh/standard/KalamehWeb-Regular.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'kalameh';
  src: url('../fonts/kalameh/standard/KalamehWeb-Bold.woff') format('woff');
  font-weight: 700;
}


@font-face {
  font-family: 'kalamehFaNum';
  src: url('../fonts/kalameh/persian_num/KalamehWeb(FaNum)-Regular.woff') format('woff');
  font-weight: 500;
}



@font-face {
  font-family: 'kalamehFaNum';
  src: url('../fonts/kalameh/persian_num/KalamehWeb(FaNum)-Bold.woff') format('woff');
  font-weight: 700;
}

.farsi_num_reg {
  font-family: 'kalamehFaNum' !important;
  font-weight: 500;
}


.farsi_num_bold {
  font-family: 'kalamehFaNum' !important;
  font-weight: 700;
}



*:not(.fa):not(.far):not(.fas):not(.glyphicon):not(.lg-icon) {
  font-family: 'kalameh';
  outline: 0;
}

a {
  color: gray;
}

a:hover {
  text-decoration: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}

/* start of header  */

.header-top {}

.img_headertop {

  display: flex;
  position: relative;
  z-index: 2;
  box-shadow: rgb(0 0 0 / 7%) 0px 1px 1px 0px, rgb(0 0 0 / 7%) 0px 2px 2px 0px, rgb(0 0 0 / 7%) 0px 4px 4px 0px, rgb(0 0 0 / 7%) 0px 8px 8px 0px, rgb(0 0 0 / 7%) 0px 16px 16px 0px;

}

.top_search_wrapper {
  flex-grow: 1;
}

/* end of header  */


/* start of search  */


.topmenusearch {
  max-width: 100%;
  margin: 0;
}

.search-mob-cn {

  height: 100%;
  display: flex;
  align-items: center;
}

.lt-inputsearch {
  width: 95% !important;
  right: 12px;
}

.btn-search-main {
  left: -12px;
  width: 40px;
}

.src-close {
  position: absolute;
  right: 20px;
}

.src-close i {
  font-size: 34px;
  color: #525050;
}

#ngxCnSearch>div {
  min-width: 300px;
  right: auto;
}

.z-index-helper {

  position: relative;
  z-index: 2;
}

.sec_intro {
  position: relative;
  top: -16px;
}

.index_top_pattern {
  position: absolute;
  z-index: 0;
}

.inner_top_pattern img {
  width: 100%;
}

.inner_top_pattern {
  position: absolute;
  z-index: 0;
  top: -50px;
}

.index_top_pattern img {
  width: 100%;
}

.index_footer_pattern {
  position: absolute;
  width: 100%;

}

.index_footer_pattern img {
  width: 100%;
}

#mainContainer {
  background: url('../images/pattern/index_top_pattern.jpg') no-repeat;
}

.lt-inputsearch {
  position: relative;
  float: right;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  border: 0;
  padding: 6px;
  margin: 0;
  text-indent: 15px;
  height: 35px;
  z-index: 2;
  outline: none;
  color: #333;
  background-color: #ffffff;
  transition: all 0.7s ease 0s;
  font-size: 13px;
  border: 1px solid #dfd2af !important;
  text-align: right;
  direction: rtl;
  border-radius: 5px !important;
  background: #dfd2af;
  background: #dfd2af url(../images/pattern/search_bg.jpg) repeat-x;
}

.btn-search-main {
  position: absolute;
  left: 28px;
  width: 100px;
  z-index: 9;
  background: #0e9a9b;
  border: 1px solid #077e7f;
  border-radius: 7px;
  height: 35px;
}

.btn-search-main i {
  color: white;
  font-size: 20px;
  margin-top: 5px;
}

.searchDiv {
  height: 200px;
  padding: 1px;
  overflow: auto;
  overflow-x: hidden;
}


.content_Search {
  width: 100%;
  height: 180px;
  margin: 2px 0px;
}

.seprBox,
.sesrBox {
  width: 100%;
  float: right;
  margin-right: 4px;
}

.seprBox>h3,
.sesrBox>h3 {
  width: 98%;
  padding: 9px;
  text-align: center;
  background: #eeeeee;
  margin: 0;
  font-size: 13px;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 0 0 0 #c9c9c9;
  box-shadow: 1px 0 0 0 rgb(17, 152, 155);
  color: black;
}

.ulSearch {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.ulSearch li {
  width: 98%;
  clear: both;
  padding: 5px 4px;
  border-bottom: 1px solid #ebebeb;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  text-align: right;
}

.ulSearch li a img {}

.img_topSearch {
  border: 0px;
  width: 40px;
  height: 40px;
  margin-left: 4px;
  float: right;
  border-radius: 19px;
  border: 4px solid #eee;
}

.ulSearch li:hover {
  background-color: #dfdfdf;
}

.ulSearch li a dl,
.ulSearch li a dd {
  font-size: 13px;
  color: #000;
  margin: 0;
  margin-right: 2px;
  /* display: inline-block; */
  direction: rtl;
  float: right;
}

.ulSearch li .content {}

.ulSearch li .content .mojsp {}

.searchContainer {

  width: 100%;
  position: relative;
  overflow: visible;
  margin: 0;
}

.ulSearch .shc_mojoodi {
  font-size: 11px;
  color: gray;
}

.ulSearch .shc_mojoodi .mojood {
  color: green;
}

.ulSearch .shc_mojoodi .not-available {
  color: #a908;
}

.ulSearch .shc_mojoodi .comming-soon {
  color: #30bae0;
  background: none;
}

.ulSearch .shc_mojoodi img {
  width: 18px;
}

.ulSearch .shePrice {
  font-size: 13px;
  font-weight: bold;
}

.ulSearch .sheDiscount {
  position: absolute;
  left: -10px;
  background: #ff3e3e;
  font-size: 10px;
  font-weight: bold;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  top: -11px;
}

.search_close_cn {
  position: absolute;
  z-index: 9;
  top: -7px;
  right: -8px;
}

.search_close_cn a {
  cursor: pointer;
}

.search_close_cn a i {
  font-size: 20px;
  color: #ecac00;
}

.ngxp__container {
  top: 0 !important;
  z-index: 999999;
  background: white;
  border: 1px solid #11989b;
  font-size: 13px;
  direction: rtl;
  min-width: 310px;
  text-align: center;
  max-width: 370px;
}

.top_left_icon_wrapper {}

.btncart {
  background: none;
  color: #970606;
  padding: 3px;
  border-radius: 5px;
  display: block;
  font-size: 15px;
  border: 0px solid #d4d4d4;
  position: relative;
}

.btncart img {
  height: 31px;
}

.basket-Price-amount {
  background-color: #048a8b;
  border-radius: 11px;
  color: white;
  font-size: 10px;
  padding: 0px 4px 0 4px;
  position: relative;
  margin-right: 10px;
  position: absolute;
  right: -4px;
}

/* end of search  */

.row-rtl {
  direction: rtl;
  text-align: right;
}

.help_tracking_cn {}

.help_tracking {
  display: flex;
  border: 1px solid #038889;
  justify-content: center;
  align-items: center;
  border-radius: 23px;
  background: #048a8b;
  padding: 6px;
  font-size: 13px;
  color: #fff !important;
  cursor: pointer;
  transition: all 250ms ease;
  /* IE 10+, Fx 29+ */
}


@-webkit-keyframes blinkback {

  0%,
  49% {
    background-color: #ffa900;
    border: 1px solid #ffa900;
  }

  50%,
  100% {
    background-color: #048a8b;
  }
}

.help_tracking i {

  color: #ffffff;
  font-size: 21px;
  margin-left: 8px;

}

.top_help_wrapper {
  position: absolute;
  top: 71px;
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in .top_help_wrapper {
  display: none;
}

.img_down_slider {
  background: #fff;
  padding: 15px 0;
}

.img_down_slider .owl-carousel .owl-item {
  display: flex;
  justify-content: center;
}

.dn_sl_left_box {}

.dn_slider_box {

  display: flex;
  align-items: center;
}

.dn_sl_left_box img {
  width: 70px !important;
}


.dn_sl_right_box {
  text-align: center;
}

.dn_sl_right_box h2 {
  font-size: 16px;
  font-weight: 700;
  color: #4c4c4c;
  text-align: center;
}


.dn_sl_right_box h3 {
  font-size: 13px;
}

.row_general {
  flex-direction: row;
}

.row_revers {
  flex-direction: row-reverse;
}


.grp-spe-container {
  position: relative;
  padding-bottom: 0;
  padding-top: 4rem;
}

.grp_right_pattern {
  position: absolute;
  right: 0;
}

.grp_right_pattern img {
  /* width: 150px; */
}

.group_left_pattern {
  position: absolute;
  left: 0px;
  top: 410px;
}

.group_left_pattern img {

  width: 190px;
}

.grp_left_pattern {
  position: absolute;
  left: 0;
}
.grp_left_pattern_bottom{
  position: absolute;
  left: 0;
  bottom: 0;
}
.grp-spe-title-cn {
  text-align: center;
  color: #222121;
  padding: 18px;
  font-size: 14px;
}

.prc-gr-img {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 109px;
  margin: 0 auto;
}

.prc-gr-box {

  border: 1px solid #dbdbdb;
}

.grp-spe-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 21px;
  color: #5e5e5e;
  margin-bottom: 11px;
}

.grp-spe-border1 {
  width: 79px;
  height: 2px;
  margin: 0 auto;
  border-top: 1px solid #222121;
  margin-top: 8px;
}

.grp-spe-border2 {
  width: 150px;
  height: 2px;
  margin: 0 auto;
  border-top: 1px solid #222121;
  margin-top: 8px;
}

.grp-gr-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.grp-gr-img {
  text-align: center;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 82px;
}

.grp-gr-img img {
  width: 81% !important;
  margin: 0 auto;
  box-shadow: none !important;
}

.grp-gr-title {

  margin: 9px 0;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  bottom: -2px;
}

.grp-gr-title h4 {
  font-size: 15px;
  margin-top: 5px;
  color: white;
}

.grp-gr-title a {
  color: white;
}

.grp-gr-title a:hover {}

.prod-box-title {

  display: flex;
  justify-content: start;
  position: relative;
  top: -7px;
}

.prod-box-more {
  font-size: 14px;
  color: #19bfd3;
  padding: 7px 0 0 0;
  font-weight: bold;
}

.prod-box-more i {
  position: relative;
  top: 2px;
}



.row_revers .prod-box-title {
  justify-content: end;

}




.site-box-title {

  position: relative;
  display: flex;
  justify-content: center;
}

.site-box-title>.site-bx-title-cn {
  font-size: 23px;
  color: #614e30;
  background: url(../images/pattern/titr.png) no-repeat;
  display: flex;
  height: 135px;
  width: 100%;
  background-size: contain;
  justify-content: center;
  align-items: center;
  background-position: center;
}

.site-box-title>.site-box-more {
  display: block;
  color: #323232;
  padding: 15px 30px;
  font-size: 14px;
  border-radius: 24px;
  direction: rtl;
}

.site-box-title>.site-box-more>span {
  font-size: 16px;
  position: relative;
  bottom: 7px;
}

.site-box-title>.site-box-more>i {
  color: #19bfd3;
  margin-right: 10px;
  font-size: 15px;
}

/* start of news  */
.row_blog_pic_cn {
  height: 300px;
}

.blog_top_cn {
  text-align: right;
  direction: rtl;
  padding: 40px;
  position: relative;
  z-index: 2;
  color: white;
}

.blog_black {
  /* background: #353535; */
}

.select_add_info {
  padding: 4px 0 10px;
  font-size: 14px;
  color: #ff9800;
}

.blog_black img {
  width: 100%;
  height: 100%;
}

.dis_img_cn img {
  margin-top: 2rem;
  margin-bottom: 0.3rem;
  border-radius: 15px;
}

.blog_top_cn h1 {
  font-size: 29px;
}

.blog_top_cn .blog_top_matn {
  max-width: 500px;
  font-size: 14px;
  line-height: 27px;
}

.news-blog-box {
  position: relative;
  border-radius: 7px;
  border: 1px solid #e3e3e3;
}

.news-blog-box:hover {}

.news-blog-box a {
  text-decoration: none;
}

.news-blog-box a :hover {
  text-decoration: none;
}

.blog-list-img {
  border-radius: 7px 7px 0 0;
  width: 100%;
}


.news-blog-box p {
  color: #5e5e5f;
  text-decoration: none;
  display: block;
  text-align: justify;
  padding: 0px 6px;
  line-height: 25px;
  font-size: 12px;
  margin: 10px;
  min-height: 92px;
  border-bottom: 1px solid #efefef;
}

.news-blog-box .date-news {
  font-size: 12px;
  padding: 3px 7px;
  color: #7c7c7c;
}

.news-blog-box .news-blog-continu {
  text-align: right;
  color: #424242;
}

.news-blog-box .news-blog-cmt {
  color: #bababa;
  font-size: 13px;
  border-right: 1px solid #e5e5e5;
}

.news-blog-cat-box {
  background: white;
  padding: 10px;
  margin: 16px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  text-align: right;
  direction: rtl;
}

.news-blog-cat-box .cat-title {
  font-size: 16px;
  text-align: center;
  display: block;
  padding: 7px;
  margin: 0px 15px;
  border-bottom: 1px dotted #bbb9b9;
  margin-bottom: 17px;
}

.news-blog-cat-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-blog-cat-box ul li {}

.news-blog-cat-box ul li a {
  display: block;
  cursor: pointer;
  color: #4a4a4a;
  font-size: 15px;
  padding: 10px 7px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.news-blog-cat-box ul li a:hover {
  text-decoration: none;
  padding-right: 25px;
  color: #000;
}

.news-blog-cat-box ul li a:before {
  font-family: 'FontAwesome';
  content: '\f09e';
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}

.news-blog-bread {
  direction: rtl;
  margin-top: 20px;
}

.news-blog-bread ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-blog-bread ol li {
  display: inline-block;
  margin: 5px 1px;
  padding: 7px 0;
  font-size: 14px;
}

.news-blog-bread ol li a {
  list-style: none;
  color: #4f4f4f;
  font-size: 14px;
}

.news-blog-bread ol li i {
  float: right;
  margin: 3px 10px 0 3px;
}

.site-more-blog {

  justify-content: start;
}

.right-body {
  direction: rtl;
}

.index_more_new {
  height: 91%;
}

.index_more_new a {
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 19px;
  color: #696666;
}

.site-more-blog .site-box-more {
  color: #19bfd3;
  padding: 8px 58px;
}

.site-more-blog .site-box-more>span {
  font-size: 13px;
}

.site-more-blog i {
  color: #70bfd6;
  margin-right: 10px;
  font-size: 16px;
  margin-left: 5px;
  position: relative;
  top: -4px;
}

/* end of news  */

.feed-back-cn h4 {
  font-size: 15px;
  padding: 12px 4px 4px 0;
}

.feed-back-ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.feed-back-ul li a {
  float: right;
  display: block;
  width: 47%;
  background: #fff;
  margin: 3px;
  text-align: center;
  padding: 7px;
  border-radius: 10px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: pointer;
  font-size: 13px;
}

.ul-pos li a {
  border: 1px solid #08d814;
  color: #14af12;
}

.ul-pos li a.activeFeed {
  border: 1px solid #01ab0b;
  color: #fff;
  background: #08d814;
}

.ul-pos li a:hover {
  border: 1px solid #01ab0b;
  color: #fff;
  background: #08d814;
}

.ul-neg li a {
  border: 1px solid #f74c2a;
  color: #ce1414;
}

.ul-neg li a:hover {
  border: 1px solid #f74c2a;
  color: #fff;
  background: #f74c2a;
}

.ul-neg li a.activeFeed {
  border: 1px solid #f74c2a;
  color: #fff;
  background: #f74c2a;
}

.feed-comm-cn {
  margin-top: 20px;
  background: #ffffff;
  padding: 24px 0px;
}

.feed-comm-cn h5 {
  font-size: 15px;
  margin: 0 1px 8px;
}

.feed-comm-cn textarea {
  width: 100%;
  height: 73px;
  border: 1px solid #d4d4d4;
  font-size: 13px;
  padding: 6px;
  border-radius: 5px;
}

.dr-row-point label.star {
  padding: 1px !important;
  font-size: 12px !important;
}

.index_news_cn {
  padding-right: 70px;
  padding-left: 70px;
}

.news-row {
  direction: rtl;
  text-align: right;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 4px 0px rgba(0, 0, 0, 0.1);
  padding: 12px;
  line-height: 35px;
  margin-bottom: 11px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.news-row:hover {
  background: #f3f3f3;
}

.news-row img {
  width: 112px !important;
  height: 112px !important;
  border: solid 2px #77c0f1 !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 4px auto;
}

.news-row h3 {
  font-size: 17px;
  margin: 17px 0px 7px 1px;
  color: #313131;
}

.news-row h6 {
  font-size: 13px;
  margin: 17px 0px 7px 1px;
  color: #7d7d7d;
}

.news-row .date-news {
  font-size: 13px;
  margin: 3px 0px 7px 1px;
  color: #ada5a5;
}

.nTitle {

  width: 100%;
  padding: 5px;
  text-align: center;
  padding: 10px;
  margin: 13px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 19px;
  border-bottom: 1px solid #eee;
  margin: 0;
}

.nSummery {

  width: 100%;
  padding: 4px;
  margin: 0px auto;
  font-size: 12px;
  text-align: center;
}

.nImage {

  margin: 20px auto;
  display: block;
  border-radius: 12px;
}

.ngx-pagination {
  padding-left: 5px;
}

.nContent {

  width: 100%;
  padding: 10px;
  text-align: justify;
  line-height: 39px;
  color: #2c2c2c;
}

.nContent a {
  color: #0057e0;
}

.nContent img {
  max-width: 90%;
  display: block;
  margin: 40px auto;
}

.relatedbox {
  background: #fdfdfd;
  padding: 20px 0;
  margin: 0 auto;
  border: 1px solid #c3c3c3;
  border-radius: 10px;
}

.relatedTitle {
  margin: 10px 10px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  padding-bottom: 7px;
  color: #4e4e4e;
}

.relatedul {

  list-style: none;
  margin: 8px 0px;
  padding: 0px;
}

.rel_box_wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin: 0 auto;
}

.nTitleMain {
  font-size: 1rem;
  line-height: 2rem;
}

.rtl .nTitleMain {
  direction: rtl;
}

.nImgMain {
  max-height: 239px;
}

.nBodyMain {
  min-height: 157px;
}

.relatedul li {

  border-bottom: 1px solid #eee;
  margin: 5px 5px 10px 5px;
  padding-bottom: 14px;
  padding-top: 5px;
}

.relatedul li a {

  display: block;
  padding: 6px 0px;
  text-align: right;
  direction: rtl;
  font-size: 13px;
}

/* .relatedul li a:before {
  content: '\f150';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  margin: 0 12px;
  color: rgb(0, 153, 0);
} */

.relatedul li:hover {
  /* background: rgb(236, 234, 224); */
}

.rel_box_wrapper {

  direction: ltr;
}

/* news like */

.nlContainer {
  background-color: #fdfdfd;
  border: 1px solid #e6e6e6;
  color: #555555;
  width: 100%;
  padding: 5px;
  text-align: left;
  direction: ltr;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.nlContainer a {}

.nlContainer i {
  font-size: 22px !important;
}

.nlContainer .nl-sp {
  font-size: 16px;
}

.a-like i {
  color: #609266;
}

.a-dislike i {
  color: #de7b7b;
}

.nl-sp {}

.sp-green {
  color: #466146;
  font-weight: bold;
}

.sp-red {
  color: red;
}

.activeLike i.fa-thumbs-o-up {
  color: #18a531;
}

.activeLike i.fa-thumbs-o-down {
  color: red;
}

/* end of news */

.dr-row-point {
  margin-top: 5px;
}

.drpointcount {
  font-size: 12px;
}

.drc-feed-back-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.drc-feed-back-ul li {
  display: block;
  width: 30%;
  float: right;
  padding: 0px;
  text-align: center;
  /* background: gray; */
  margin: 5px;
  border-radius: 10px;
  font-size: 12px;
}

.drc-feed-back-ul li .itemCount {
  display: block;
  float: left;
  width: 31%;
  padding: 12px 0px;
  color: black;
  /* margin-left: -7px; */
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.drc-feed-back-ul li .itemTitle {
  display: block;
  float: right;
  /* background: #e6e6e6; */
  width: 65%;
  height: 100%;
  padding: 12px 5px;
  margin: 0 5px 0 0;
}

.ul-dr-pos li {
  border: 1px solid #14f516;
  color: #00ab3c !important;
}

.ul-dr-neg li {
  border: 1px solid #f51458;
  color: #f51458 !important;
}

.ul-dr-pos li .itemTitle {}

.ul-dr-pos li .itemCount {
  background: #72ff9d;
}

.ul-dr-neg li .itemCount {
  background: #ffc0c0;
}

.shop-simple-map {
  width: 100%;
  height: 100%;
}

.commentrow {
  direction: rtl;
  text-align: right;
}

.answerForm {
  padding: 10px;
  background: #eee;
  margin: 16px;
  -webkit-box-shadow: 1px 1px 1px 1px #cfcfcf;
  box-shadow: 1px 1px 1px 1px #cfcfcf;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.answerForm {
  direction: rtl;
}

.addCoContainer {
  margin: 0px;
}

.addCoContainer h3 {
  font-size: 18px;
}

.add-fav-box {
  text-align: center;
}

/* start of footer  */


.ft-container {

  direction: rtl;
  background: #f9f9f9;
  background-size: cover;
}

.ft-header {
  padding: 8px;
}

.ft-body {
  color: #000;
}

.ft-ul {

  list-style: none;
  margin: 0px 10px;
  padding: 0;
}

.ft-ul li:first-of-type {
  margin: 10px 0px 12px;
  padding-bottom: 13px;
  width: 100%;
  display: block;
  text-align: right;
  font-size: 14px;
  color: #241b0c;
  font-weight: 700;
  position: relative;
}

.ft-ul li:first-of-type:after {
  content: '';
  width: 48px;
  height: 3px;
  background: #b00203;
  position: absolute;
  bottom: 0;
  right: 0;
}
.ft-ul li a {
  color: #202020;
  font-size: 13px;
  display: block;
  margin: 0px 11px;
  text-align: right;
  margin-right: 0;
  padding-bottom: 16px;
}

.ft-ul li a:hover {
  text-decoration: none;
}

.ul-ft-app {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.ul-ft-app li {
  display: inline-block;
  margin: 8px 5px 5px;
}

.ul-ft-namad {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.ul-ft-namad li {
  display: inline-block;
  margin: 8px 5px 5px;
}

.ul-ft-namad li a img {}

.ft-bottom {
  color: #202020;
  padding: 8px;
  border-top: 1px solid #bfbfbf;
}

.ul-ft-social {

  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: end;
  margin-top: 16px;
  margin-left: 11px;
}

.ul-ft-social li {}

.ul-ft-social li a img {
  /* height: 45px; */
  margin: 2px 23px 4px 0;
}

.ft-copy-right {
  font-size: 12px;
}

.ft-copy-right a {
  font-size: 12px;
  color: #161616;
}

.ft-copy-right a:hover {
  text-decoration: none;
}

.footer-icon {
  width: 24px;
}


.footer-matn {
  font-size: 13px;
  text-align: right;
  margin: 9px 0px;
  color: #202020;
  line-height: 26px;
}

.footer-matn a {
  color: #202020 !important;
}

.footer_links {}

.footer_links>div {
  text-align: right;
}

.footer_links a {
  color: #3f3319;
  display: block;
  padding: 7px 0;
  font-size: 15px;
}

.footer_links a:before {
  font-family: FontAwesome;
  content: '\f105';
  display: inline-block;
  padding-left: 3px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 16px;
  color: #5e5353;
  content: '\f104';
  padding-right: 3px;
}

.footer-matn-title {
  display: flex;
  justify-content: end;
  font-size: 25px;
  color: #241b0c;
  margin-bottom: 24px;
}

.footer-matn-hours {
  display: flex;
  justify-content: end;
  font-size: 19.6px;
  color: #3f3d3d;
}

.footer_caller {

  display: flex;
  justify-content: start;
  padding-left: 0;
  margin-top: 25px;
  direction: ltr;
  width: 100%;
}

.footer_caller img {}

.footer_caller {}

.footer_caller h4 {
  text-align: left;
  font-size: 14px;
  color: #4e4e4e;
}

.footer_caller h3 {
  text-align: left;
  font-size: 16px;
  color: #3a3a3a;
  font-weight: 500;
  padding-top: 6px;
  font-family: 'kalamehFaNum' !important;
}

.footer_news_letter_wrapper {}

.gray_sm_text {

  font-size: 11px;
  color: gray;
}

.nsl-input {

  padding: 5px !important;
  font-size: 13px;
  height: 36px !important;
}

.btn-newsletter {

  background: #016b6b;
  border-radius: 20px;
  color: white;
  font-size: 14px;
}

.btn-newsletter:hover {}

.cpy-right-text {

  font-size: 10px;
  margin: 23px 0;
  padding-left: 23px !important;
}

.footer_namad_wrapper {}

.footer_about_wrapper {
  margin: 3rem 0;
}

.footer_about_wrapper h2 {
  font-size: 24px;
  color: #4e4e4e;
  text-align: right;
}

.ab_matn_footer {
  text-align: justify;
  font-size: 14px;
  margin-top: 22px;
  margin-bottom: 22px;
  color: #3b3939;
  line-height: 28px;
}

/* end of footer  */

.gur_wrapper {

  background: #fff;
  padding: 1rem;
}

.gur_row {

  display: flex;
  justify-content: space-between;
}

.gur_box {

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gur_box img {}

.gur_box .gur_title {
  font-size: 14px;
  color: #016b6b;
  text-align: center;
}

.fix-top-mg {

  margin-top: 36px;
}


/* start of Ios Install guide  */
.ios_help_cn {
  position: relative;
}

.ios_help_cn {
  position: fixed;
  bottom: 12px;
  background: white;
  z-index: 9999;
  display: block;
  direction: rtl;
  font-size: 11px;
  text-align: right;
  width: 95%;
  left: 2%;
  border-radius: 10px;
  padding: 4px;
}

.ios_help_cn:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: solid 10px #ffffff;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}

.ios_help_cn .ios_add_img {
  height: 48px;
  float: right;
  margin-left: 7px;
}

.ios_help_cn .ios_share_img {
  height: 22px;
}

.ios_hel_close {
  position: absolute;
  top: -24px;
  right: 10px;
  background: white;
  width: 31px;
  border-radius: 4px 4px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
}

.ios_hel_close a {
  display: block;
  width: 100%;
  text-align: center;
}

.ios_hel_close a i {
  font-size: 16px;
  color: gray;
}

/* end of ios install guide  */

.ngx-pagination a,
.ngx-pagination button {
  font-weight: bold;
  background: #e4e4e4;
  display: flex;
  align-items: center;
  line-height: 31px;
  border-radius: 6px;
}

.ngx-pagination .current {
  background: #a0895f;
  color: white;
  font-weight: bold;
  line-height: 31px;
  border-radius: 6px;
}

/* start of basket add modal  */
.adv_middle_sec {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.adv_box_wrapper {
  flex: 0 0 49%;
}

.adv_box_wrapper_full {
  flex: 0 0 100%;
}

.adver_mdl_img {
  border-radius: 2px;
}

/* start of user wallet  */
.wt_top_cn {
  padding: 8px;
  background: white;
  margin: 47px;
  text-align: right;
  border: 1px solid #eee;
}

.wt_currenct {}

.wt_title {
  font-size: 17px;
}

.wt_price {
  font-size: 23px;
  font-weight: bold;
  color: green;
}

.wt_suffix {
  font-size: 17px;
}

.wt_add_cn {
  text-align: left;
}

.wt_add_panel {
  display: flex;
  justify-content: start;
  direction: rtl;
  align-items: center;
}

.wt_add_panel>span {
  margin-left: 5px;
}

.wt_amount_title {}

.wt_amount_inut input {
  direction: ltr !important;
  text-align: left;
}

.wt_amount_suffix {}

.wt_addinfo {
  font-size: 11px;
  display: flex;
  justify-content: center;
  background: #def8ff;
  height: 100%;
  align-items: center;
  color: #096e7d;
}

.wt_addinfo i {
  font-size: 19px;
  margin-left: 8px;
}

.wt_add_form {
  position: relative;
}

.wt_form_title {
  position: absolute;
  top: -35px;
  right: 0;
  background: white;
  font-size: 13px;
  padding: 9px;
  color: #17a2b8;
}

.payment_success_cn {
  background: #d7ffd9;
}

.payment_success_cn h6 {
  background: #04ff00;
  border-bottom: 2px solid #0ea74a;
  padding-right: 10px;
  direction: rtl;
}

/* end of user wallet  */

.pulse2 {
  animation: pulse2anim 2s infinite;
}

.pulse2:hover {
  animation: none;
}

@-webkit-keyframes pulse2anim {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 71, 71, 0.4);
    border-radius: 20px;
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(4, 100, 87, 0);
    border-radius: 20px;
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(6, 119, 122, 0);
    border-radius: 20px;
  }
}

@keyframes pulse2anim {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 49, 49, 0.4);
    box-shadow: 0 0 0 0 rgba(2, 133, 138, 0.4);
    border-radius: 20px;
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(0, 102, 102, 0);
    border-radius: 20px;
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(0, 119, 93, 0);
    border-radius: 20px;
  }
}

/* start of new latest news  */

.news-card {
  border: 0px solid aqua;
  margin: 0.5rem;
  position: relative;
  height: 12rem;
  overflow: hidden;
  border-radius: 0.5rem;
  flex: 1;
  box-shadow: 0 0 1rem rgb(0 0 0 / 40%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  margin-bottom: 1rem;
}

.news-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%);
  z-index: 0;
}

.news-card__card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* background: rgba(255,0,0,.5); */
}

.news-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: -1;
}

.news-card__text-wrapper {
  position: absolute;
  bottom: 0rem;
  padding: 1rem;
  color: white;
  /* background-color: rgba(0, 0, 0, 0.4); */
  transition: background-color 1.5s ease;
  width: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  direction: rtl;
}

.news-card__title {
  transition: color 1s ease;
  margin-bottom: 0.5rem;
  font-size: 17px;
  text-align: right;
  line-height: 23px;
}

.news-card__post-date {
  font-size: 0.7rem;
  margin-bottom: 0.5rem;
  color: #ccc;
}

.news-card__details-wrapper {
  max-height: 0;
  opacity: 0;
  transition: max-height 1.5s ease, opacity 1s ease;
}

.news-card__excerpt {
  font-size: 13px;
  text-align: right;
  direction: rtl;
  color: #c7c7c7;
}

.news-card__read-more {
  background: black;
  color: #bbb;
  display: block;
  padding: 0.4rem 0.6rem;
  border-radius: 0.3rem;
  margin-top: 1rem;
  border: 1px solid #444;
  font-size: 0.8rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-decoration: none;
  width: 7rem;
  margin-right: auto;
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-card__read-more:hover {
  color: white;
}

.news-card__read-more i {
  position: relative;
  right: 12px;
  color: #888;
  transition: left 0.5s ease, color 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 3px;
}


@media (min-width: 900px) {
  .news-card {
    height: 20rem;
  }

  .master-card {
    max-width: 50rem;
    height: 27rem;
  }

  .news-card:hover .news-card__image {
    transform: scale(1.2);
    z-index: -1;
  }

  .news-card:hover .news-card__text-wrapper {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .news-card:hover .news-card__title {
    color: white;
    font-size: 18px;
    font-weight: bold;
  }

  .news-card:hover .news-card__details-wrapper {
    max-height: 20rem;
    opacity: 1;
  }
}

@media only screen and (max-width: 600px) {
  .news-card {
    width: 100%;
  }

  .news-card {
    height: auto;
  }

  .master_carousel {
    padding: 1rem;
  }
}

/* end of latest news new  */

@media (min-width: 1700px) {
  .col-hxl {
    flex: 0 0 16.666%;
    max-width: 16.666%;
  }

  .col-hxl20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1350px) {
  .container-big {
    max-width: 1340px;
  }



}

@media only screen and (max-width: 1700px) {
  .index_footer_pattern img {
    height: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .col_top_phone {
    display: none;
  }

  .help_tracking {
    width: 31px;
    background: #ffffff;
    color: #383737 !important;
    border: 1px solid #b9b9b9;
  }

  .adv_box_wrapper {
    flex: 0 0 100%;
    margin-bottom: 2px;
    padding: 2px 10px;
  }


  .top_right_menu_wrapper {
    order: 2;
    flex: 0 0 52.333333%;
  }

  .top_right_wrapper {
    justify-content: start;
  }

  .top_left_icon_wrapper {
    order: 5;
    width: 29%;
    display: flex;
    padding-left: 0px;
  }

  .top_search_wrapper {
    order: 6;
    width: 100%;
    padding: 6px;
    flex-grow: 0;
  }

  .help_tracking i {

    color: #5e5e5e;
    font-size: 16px;
    margin-left: 0px;
  }

  .top_help_wrapper {
    -ms-flex: 0 0 31.333333%;
    flex: 0 0 31.333333%;
    max-width: 31.333333%;
    text-align: left;
    padding-left: 10px;
    position: relative;
    top: 0;
  }

  .tpMenuUl {
    justify-content: end;
    width: 100%;
  }

  #ngxCnSearch>div {
    left: -3% !important;
    min-width: 98%;
  }

  .btncart {
    left: -9px;
  }

  .dn_sl_right_box h2 {
    font-size: 10px;
    margin-bottom: 3px;
    padding-top: 7px;
  }

  .dn_sl_left_box {
    width: 37%;
  }

  .dn_sl_right_box h3 {
    font-size: 10px;
  }

  .dn_sl_right_box {
    width: 90%;
  }

  .index_news_cn {
    padding-right: 10px;
    padding-left: 10px;
  }

  .gur_row {
    flex-wrap: wrap;
  }

  .gur_box {
    flex: 0 0 32%;
    margin-bottom: 8px;
  }

  .ul-ft-social {
    justify-content: center;
  }

  .cpy-right-text {
    display: flex;
    justify-content: center;
    padding-left: 0 !important;
  }

  .footer-matn-title {
    justify-content: center;
  }

  .footer-matn-hours {
    justify-content: center;
  }

  .index_footer_pattern {
    display: none;
  }

  .relatedbox {
    margin-top: 2rem;
  }

  .grp-gr-title {
    font-size: 12px;
  }
}