header {
    position: relative;
    z-index: 20;
}
header .hedaer_top {
  background-color: #f5f0f0;
}
header .hedaer_top .description {
  font-size: 14px;
  font-family: "yekanbold", "arial";
  max-width: 600px;
}
header .hedaer_top .left_wrap {
  gap: 10px;
}
header .hedaer_top .social_media_icon li a {
  padding: 18px 8px;
}
header .hedaer_top .btn_top {
  background-color: #a8797f;
  color: #FFFFFF;
  padding: 14px 40px;
  font-size: 13px;
  font-family: "yekanbold", "arial";
  display: inline-block;
  line-height: 32px;
}
header .hedaer_top .btn_top i {
  margin-right: 4px;
  font-size: 14px;
}
header .header_bottom{
  /* position: relative; */
}
header .header_bottom .header_logo img {
  max-height: 70px;
}
header .header_bottom .hedaer_bottom_left {
  gap: 6px;
}
header .header_bottom .hedaer_bottom_left .login_tx {
  font-family: "yekanbold", "arial";
  font-size: 13px;
}
header .header_bottom .hedaer_bottom_left .login_tx i {
  font-size: 16px;
  margin-left: 2px;
}
header .header_bottom .hedaer_bottom_left .dropdown-item {
  text-align: right;
  font-size: 14px;
}
header .header_bottom .hedaer_bottom_left .dropdown-item:hover, header .header_bottom .hedaer_bottom_left .dropdown-item:active {
  background-color: #f5f0f0;
  color: inherit;
}
.header-left-responsive .shopping_bag {
    cursor: pointer;
}
header .header_bottom .hedaer_bottom_left .shopping_bag {
  font-size: 18px;
  padding: 10px;
  cursor: pointer;
}
header .header_bottom .hedaer_bottom_left .shopping_bag span {
  position: absolute;
  left: -12px;
  top: 6px;
  width: 22px;
  height: 22px;
  background-color: #f5f0f0;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
}
header .search_box {
  padding: 16px;
  color: #303030;
}
header .search_box {
  font-size: 16px;
}
header .header_form {
  opacity: 0;
  visibility: hidden;
  vertical-align: middle;
  position: absolute;
  top: 12px;
  left: 0;
  transition: all 0.5s;
  transform: translateY(20px);
  z-index: 2;
}
header .header_form form {
  height: 40px;
  background-color: #f5f0f0;
  width: 280px;
}
header .header_form form input {
  font-size: 16px;
  width: 100%;
  background-color: transparent;
  border: 0;
  margin-left: 8px;
  height: 40px;
  box-shadow: unset;
}
header .header_form form input:focus {
  background-color: #f5f0f0;
  box-shadow: unset;
}
header .header_form form input:focus {
  border: 0;
  outline: none;
}
header .header_form form button {
  border: 0;
  font-size: 15px;
  padding: 8px 10px;
  color: #303030;
  background-color: transparent;
}
header .menu_header {
  text-align: center;
}
header .menu_header .first_level .first_level_item {
  display: inline-block;
  font-size: 14px;
  padding: 20px 8px;
  font-family: "yekanbold", "arial";
  cursor: pointer;
}
header .menu_header .first_level .first_level_item .first_level_item:hover {
  color: #a8797f;
}
header .menu_header .first_level .first_level_item.active a {
  color: #a8797f;
}
header .menu_header .first_level .first_level_item .menu_body {
  position: absolute;
  top: 138px;
  right: 0;
  left: 0;
  width: 1000px;
  height: 600px;
  background-color: #fff;
  margin: 0 auto;
  text-align: right;
  border-radius: 4px;
  overflow: hidden;
  padding: 16px;
  box-shadow: 0px 8px 14px rgba(86, 86, 86, 0.2);
  transition: 0.5s all;
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  header .menu_header .first_level .first_level_item .menu_body {
    width: 800px;
  }
}
header .menu_header .first_level .first_level_item .menu_body .menu_body_in {
  height: 100%;
}
header .menu_header .first_level .first_level_item .menu_body .two_level {
  position: relative;
  height: 100%;
}
header .menu_header .first_level .first_level_item .menu_body .two_level .two_level_col {
   width: 25%;
  background-color: #f5f0f0; 
  height: 100%;
  padding: 8px 0;
}
header .menu_header .first_level .first_level_item .menu_body .two_level .two_level_col .two_level_item {
  margin: 1px 0;
  padding: 10px 10px;
  font-size: 13px;
  color: #444;
  line-height: 22px;
}
header .menu_header .first_level .first_level_item .menu_body .two_level .two_level_col .two_level_item i {
  font-size: 10px;
  font-weight: 600;
  padding-top: 6px;
}
header .menu_header .first_level .first_level_item .menu_body .two_level .two_level_col .two_level_item:first-child .three_level {
  display: block;
}
header .menu_header .first_level .first_level_item .menu_body .two_level .two_level_col .two_level_item .three_level {
  position: absolute;
  top: 0;
  right: 25%;
  background-color: #fff;
  width: 75%;
  height: auto;
  display: none;
  transition: 0.3s all;
  height: 100%;
}
header .menu_header .first_level .first_level_item .menu_body .two_level .two_level_col .two_level_item .three_level .three_level_in {
  height: 100%;
  padding-right: 8px;
  overflow: hidden;
}
header .menu_header .first_level .first_level_item .menu_body .two_level .two_level_col .two_level_item .three_level img{
    display: block;
    width: 80%;
    margin: 0 auto;
}
header .menu_header .first_level .first_level_item .menu_body .two_level .two_level_col .two_level_item .three_level .menu-logo {
  width: 120px;
}
header .menu_header .first_level .first_level_item .menu_body .two_level .two_level_col .two_level_item .three_level .three_level_col {
  display: inline-block;
  height: auto;
}
header .menu_header .first_level .first_level_item .menu_body .two_level .two_level_col .two_level_item .three_level .three_level_col .three_level_item {
  color: #333;
  margin: 2px 0;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 500;
}
header .menu_header .first_level .first_level_item .menu_body .two_level .two_level_col .two_level_item .three_level .three_level_col .three_level_item:hover a {
  color: #a8797f;
}
header .menu_header .first_level .first_level_item .menu_body .two_level .two_level_col .two_level_item:hover {
  background-color: #f5f0f073;
}
header .menu_header .first_level .first_level_item .menu_body .two_level .two_level_col .two_level_item:hover a span {
  color: #a8797f;
}
header .menu_header .first_level .first_level_item .menu_body .two_level .two_level_col .two_level_item:hover a i {
  color: #333;
}
header .menu_header .first_level .first_level_item .menu_body .two_level .two_level_col .two_level_item:hover .three_level {
  display: block;
}
header .menu_header .first_level .first_level_item .menu_body .menu_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  margin-top: 50px;
}
header .menu_header .first_level .first_level_item:hover {
  color: #a8797f;
}
header .menu_header .first_level .first_level_item:hover .menu_body {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
header .menu_header .three_level_studio_img{
    margin-top:calc(100% - 285px);
}
header .menu-icon {
  padding: 10px 18px 10px 10px;
  color: #474747;
  font-size: 20px;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  header .menu-icon {
    color: #a4a4a4;
  }
}
.top_menu_active .first_level .first_level_item .menu_body {
  top: 76px !important;
}
.myblock {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

.notblock {
  opacity: 0;
  visibility: hidden;
}

.right_line {
  position: relative;
  z-index: 1;
}
.right_line::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 30%;
  width: 100vw;
  height: 1px;
  background: #a8797f;
  transition: width 0.8s ease-out;
  z-index: 1;
}

/* header responsive */
.header-responsive {
  position: fixed;
  width: 100%;
  background: #FFFFFF;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 2px 4px 8px rgba(86, 86, 86, 0.08);
  animation: sticky 1s;
  padding: 7px 0;
}
.header-responsive .hopping-bag {
  padding: 0 16px;
}
.header-responsive .hopping-bag .number-icon {
  width: 21px;
  height: 21px;
  color: #fff;
  position: absolute;
  top: -6px;
  left: 1px;
  border-radius: 50%;
  background: #f7a429;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
}

.header-section-responsive img {
  max-height: 58px;
  vertical-align: middle;
}

.header-section-responsive .header-right-responsive .menu-icon {
  display: inline-block;
  cursor: pointer;
}

.header-section-responsive .header-right-responsive .search i {
  font-size: 19px;
}

.header-section-responsive .header-right-responsive .menu-icon i {
  margin-left: 17px;
  font-size: 25px;
  transition: 0.3s;
  vertical-align: middle;
}

.header-left-responsive a:hover i {
  color: #a8797f !important;
}

.header-left-responsive a {
  vertical-align: middle;
}

.header-left-responsive a:hover {
  text-decoration: none;
}

.header-left-responsive i {
  font-size: 25px;
  font-weight: 300;
  vertical-align: middle;
}
.header-left-responsive .login_tx{
    font-family: "yekanbold", "arial";
    font-size: 13px;
}
.header-left-responsive .login_tx i{
    font-size: 16px;
    margin-left: 2px;
    font-weight: 400;
}
.header-left-responsive .shopping_bag i {
    font-size:20px;
}
.header-left-responsive .shopping_bag span {
    position: absolute;
    left: -18px;
    top: -4px;
    width: 22px;
    height: 22px;
    background-color: #f5f0f0;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
}
.header-left-responsive .dropdown-menu{
    font-size:12px;
}

.header-section-responsive .header-ersponsive-top {
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}

.header-section-responsive .header-responsive-bottom {
  padding: 10px 0;
}

.header-section-responsive .header-responsive-bottom form {
  border: 1px solid #eee;
  width: 100%;
  margin: 0 auto;
  height: 38px;
  border-radius: 15px;
}

.header-section-responsive .header-responsive-bottom form input[type=email] {
  width: 87%;
  border: 0;
  font-size: 13px;
  background-color: transparent;
  padding-right: 10px;
}

.header-section-responsive .header-responsive-bottom form input[type=email]:focus {
  outline: 0;
}

.header-section-responsive .header-responsive-bottom button {
  background: transparent;
  border: 0;
  width: 60px;
}

/**************end header responsive**************/
.social_scale {
  margin-top: 28px;
  gap: 10px;
}
.social_scale li {
  transition: all 0.3s;
}
.social_scale li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #a8797f;
  color: #FFFFFF;
  font-size: 18px;
}
.social_scale li a i {
  line-height: 40px;
}
.social_scale li:hover {
  transform: scale(1.1);
}

footer {
  border-top: 1px solid #a8797f;
}
footer .footer_in {
  background-color: #f5f0f0;
}
footer .footer_top .right_wrapper .right_wrapper_top {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  padding: 16px 24px;
}
footer .footer_top .right_wrapper .right_wrapper_top::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  width: 100vw;
  height: 1px;
  background: #e1e1e1;
  left: 100%;
}
@media screen and (max-width: 992px) {
  footer .footer_top .right_wrapper .right_wrapper_top::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100vw;
    height: 1px;
    background: #e1e1e1;
    right: 100%;
  }
}
footer .footer_top .right_wrapper .right_wrapper_top .menu_footer {
  gap: 4px;
  justify-content: end;
}
@media screen and (max-width: 992px) {
  footer .footer_top .right_wrapper .right_wrapper_top .menu_footer {
    justify-content: center;
  }
}
footer .footer_top .right_wrapper .right_wrapper_top .menu_footer a {
  font-size: 20px;
  font-weight: 500;
  padding: 12px 10px;
}
@media screen and (max-width: 992px) {
  footer .footer_top .right_wrapper .right_wrapper_top .menu_footer a {
    padding: 14px 10px;
  }
}
@media screen and (max-width: 576px) {
  footer .footer_top .right_wrapper .right_wrapper_top .menu_footer a {
    padding: 6px 10px;
  }
}
footer .footer_top .right_wrapper .right_wrapper_top .menu_footer a:hover {
  color: #a8797f;
}
footer .footer_top .right_wrapper .right_wrapper_bottom {
  height: calc(100% - 61px);
  padding: 14px 24px;
  position: relative;
}
@media screen and (max-width: 992px) {
  footer .footer_top .right_wrapper .right_wrapper_bottom {
    height: -moz-fit-content;
    height: fit-content;
  }
  footer .footer_top .right_wrapper .right_wrapper_bottom::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100vw;
    height: 1px;
    background: #e1e1e1;
    left: 100%;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  footer .footer_top .right_wrapper .right_wrapper_bottom::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100vw;
    height: 1px;
    background: #e1e1e1;
    right: 100%;
  }
}
footer .footer_top .right_wrapper .right_wrapper_bottom .footer_logo {
  padding-left: 16px;
}
footer .footer_top .right_wrapper .right_wrapper_bottom .footer_logo img {
  width: 110px;
}
@media screen and (max-width: 576px) {
  footer .footer_top .right_wrapper .right_wrapper_bottom .footer_logo img {
    width: 76px;
  }
}
footer .footer_top .right_wrapper .right_wrapper_bottom .social_box {
  padding: 24px 20px;
  width: calc(100% - 110px);
  height: 100%;
}
@media screen and (max-width: 576px) {
  footer .footer_top .right_wrapper .right_wrapper_bottom .social_box {
    padding: 20px 20px 20px 0;
  }
}
footer .footer_top .right_wrapper .right_wrapper_bottom .social_box .tx_social {
  font-size: 16px;
  line-height: 28px;
}
footer .footer_top .right_wrapper .right_wrapper_bottom .social_box .social {
  margin-top: 16px;
  gap: 4px;
}
footer .footer_top .right_wrapper .right_wrapper_bottom .social_box .social li {
  color: #a8797f;
  font-size: 18px;
  padding: 6px;
}
footer .footer_top .left_wrapper {
  border-right: 1px solid #e1e1e1;
  padding: 46px 24px 46px 22px;
  position: relative;
}
@media screen and (max-width: 992px) {
  footer .footer_top .left_wrapper {
    padding: 24px;
    border-right: 0;
    border-top: 1px solid #e1e1e1;
  }
}
footer .footer_top .left_wrapper::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  width: 100vw;
  height: 1px;
  background: #e1e1e1;
  right: 100%;
}
footer .footer_top .left_wrapper .newsletter_box img {
  width: 150px;
  filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.1));
  border: 5px solid #FFFFFF;
  margin-left: 20px;
}
@media screen and (max-width: 576px) {
  footer .footer_top .left_wrapper .newsletter_box img {
    width: 114px;
  }
}
footer .footer_top .left_wrapper .newsletter_box .caption {
  width: calc(100% - 170px);
}
@media screen and (max-width: 576px) {
  footer .footer_top .left_wrapper .newsletter_box .caption {
    width: calc(100% - 114px);
  }
}
footer .footer_top .left_wrapper .newsletter_box .caption .subtitle {
  font-family: "DastNevis";
  font-style: italic;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #a8797f;
}
footer .footer_top .left_wrapper .newsletter_box .caption .title {
  font-size: 16px;
  margin: 0 0 12px;
  line-height: 27px;
  font-family: "yekanbold", "arial";
}
@media screen and (max-width: 576px) {
  footer .footer_top .left_wrapper .newsletter_box .caption .title {
    font-size: 14px;
  }
}
footer .footer_top .left_wrapper .newsletter_box .caption .btn_page {
  padding: 8px 24px 8px 24px;
  margin-top: 22px;
  border: 2px solid #a8797f;
  background-color: transparent;
  color: #a8797f;
  font-weight: 600;
  font-size: 13px;
}
footer .footer_bottom {
  border-top: 1px solid #e1e1e1;
  padding: 60px 0;
  position: relative;
}
footer .footer_bottom::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  width: 100vw;
  height: 1px;
  background: #e1e1e1;
  left: 100%;
}
footer .footer_bottom .footer_bottom_in {
  gap: 24px;
}
footer .footer_bottom .footer_bottom_in .footer_slider .owl-nav , footer .footer_bottom .footer_bottom_in .footer_slider .owl-dots{
    display:none;
}
footer .footer_bottom .video_item .video_icon {
  top: calc(50% - 22px);
  right: calc(50% - 22px);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #eee;
  text-align: center;
  font-size: 14px;
  box-shadow: 0px 8px 16px 4px rgba(0, 0, 0, 0.0549019608);
  cursor: pointer;
}
footer .footer_bottom .video_item .video_icon i {
  line-height: 44px;
}
footer .copy_right_footer {
  padding: 14px 0;
  background-color: #a8797f;
}
footer .copy_right_footer p {
  color: #FFFFFF;
  font-size: 14px;
}
footer .copy_right_footer a {
  font-size: 12px;
  text-transform: uppercase;
}

.form-footer .btn-page:hover{
  color: #fff !important;
  background-color: #8d676c !important;
  transition: all 0.3s;
}

/********************* START MOBILE MENU ******************/
.menu {
  width: 80%;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  right: -80%;
  bottom: 0;
  height: 100vh;
  z-index: 300;
  transition: 0.3s;
  border-left: 1px solid #eee;
  padding-bottom: 100px;
}

.menu-active {
  right: 0 !important;
}

.img-menu-mobile {
  display: block;
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.img-menu-mobile img {
  max-width: 50%;
}

.in-main-menu {
  position: absolute;
  width: 400%;
  min-height: calc(100vh - 221px);
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  transition: 0.3s;
}

.in-main-menu-2 {
  right: -100%;
}

.in-main-menu-3 {
  right: -200%;
}

.in-main-menu-4 {
  right: -300%;
}

.main-menu {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.main-menu::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-position: left bottom;
  opacity: 0.7;
}

.level-one {
  width: calc(25% + 17px);
  overflow: auto;
  overflow-y: scroll;
  float: right;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  z-index: 101;
  background: rgba(255, 255, 255, 0.5);
}

.item-level-one {
  height: 50px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

.item-level-one a {
  display: inline-block;
  color: #333 !important;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  width: calc(100% - 67px);
  float: right;
  padding: 0 15px;
  font-size: 16px;
}

.item-level-one a:before {
  content: "\f111";
  font-family: "FontAwesome";
  vertical-align: middle;
  margin-left: 7px;
  transition: 0.3s;
  color: #d0cfcf;
  font-size: 12px;
}

.item-level-one span {
  cursor: pointer;
  display: inline-block;
  color: #818181;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  width: 50px;
  float: right;
  text-align: center;
  vertical-align: middle;
  font-family: "Ionicons";
  font-size: 20px;
  transition: 0.3s;
}

.item-level-one span:hover {
  padding-right: 10px;
}

.item-level-one span:hover i {
  color: #a8797f;
}

.level-two {
  width: 25%;
  overflow: hidden;
  float: right;
  margin-right: -17px;
  height: 100px;
  min-height: calc(100vh - 221px);
  position: relative;
  z-index: 101;
}

.body-level-two {
  width: calc(100% + 17px);
  overflow: auto;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 102;
  background: #fff;
}

.body-level-two-active {
  z-index: 103;
}

.go-back-menu {
  width: 100%;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  height: 50px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  background: #fdfdfd;
}

.go-back-menu a {
  display: inline-block;
  color: #000;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  width: calc(100% - 67px);
  float: right;
  padding: 0 15px;
  font-size: 16px;
}

.go-back-menu a:before {
  content: "\f111";
  font-family: "FontAwesome";
  vertical-align: middle;
  margin-left: 7px;
  transition: 0.3s;
  color: #333;
  font-size: 12px;
}

.go-back-menu a:hover:before {
  color: #333;
}

.go-back-menu span {
  cursor: pointer;
  display: inline-block;
  color: #a8797f;
  height: 50px;
  line-height: 50px;
  width: 50px;
  float: right;
  text-align: center;
  vertical-align: middle;
  font-family: "Ionicons";
  border-right: 1px solid #eee;
  font-size: 17px;
  background: #fdfdfd;
  transition: 0.3s;
  /*padding-top: 15px;*/
}

.go-back-menu span:hover {
  background: #a8797f;
  color: #fff;
}

.level-three {
  width: 25%;
  overflow: hidden;
  float: right;
  min-height: calc(100vh - 221px);
  position: relative;
  z-index: 103;
}

.level-four {
  width: 25%;
  overflow: hidden;
  float: right;
  min-height: calc(100vh - 221px);
  position: relative;
  z-index: 103;
}

.body-level-three {
  width: calc(100% + 17px);
  overflow: auto;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 104;
  background: #fff;
}

.body-level-three-active {
  z-index: 105;
}

.body-level-four {
  width: calc(100% + 17px);
  overflow: auto;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 110;
  background: #fff;
}

.body-level-four-active {
  z-index: 112;
}

.header-level-3 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  height: 50px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

.header-level-3 .ionicoroz-0 {
  cursor: pointer;
  display: inline-block;
  color: #a8797f;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  width: 50px;
  float: right;
  text-align: center;
  vertical-align: middle;
  font-family: "Ionicons";
  border-left: 1px solid #eee;
  font-size: 15px;
  background: #fdfdfd;
  transition: 0.3s;
  padding-top: 16px;
}

.header-level-3 .ionicoroz-1 {
  display: inline-block;
  font-family: "Ionicons";
  transition: 0.3s;
}

.header-level-3:hover .ionicoroz-1 {
  transform: rotate(90deg);
}

.header-level-3 p {
  display: inline-block;
  color: #333;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  width: calc(100% - 67px);
  float: right;
  padding: 0 15px;
  font-size: 16px;
}

.filter-option {
  background: #fcfcfc;
  padding: 10px 70px 10px 15px;
  border-bottom: 1px solid #eee;
  display: none;
  transition: none;
}

.item-filter-option {
  display: block;
  height: 35px;
  line-height: 35px;
  color: #333;
  font-size: 16px;
}

.item-filter-option:before {
  content: "\f111";
  font-family: fontawesome;
  vertical-align: middle;
  margin-left: 7px;
  transition: 0.3s;
  color: #ccc;
  font-size: 12px;
}

.item-filter-option:hover:before {
  color: #818181;
}

.item-login {
  display: block;
  height: 50px;
  color: #333 !important;
  line-height: 50px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  padding: 0 15px;
  font-weight: 400;
  font-size: 16px;
}

.item-level-one i {
  color: #000000;
  font-size: 15px;
  /*margin-top: 15px;*/
}

.item-login .fa-user {
  font-size: 18px;
  color: #a8797f;
  padding-left: 8px;
  font-weight: 400;
}

.item-login .fa-lock {
  font-size: 18px;
  color: #a8797f;
  padding-left: 8px;
  font-weight: 400;
}

@media screen and (min-width: 992px) {
  .menu {
    width: 50%;
  }
  .go-back-menu a {
    width: calc(100% - 50px);
  }
  .item-level-one a {
    width: calc(100% - 50px);
  }
}
@media screen and (min-width: 1200px) {
  .menu {
    width: 40%;
  }
}
@media screen and (min-width: 1500px) {
  .menu {
    width: 30%;
  }
}
.i-result{
  position:absolute;
  background: #f5f0f0;
    padding: 6px;
    left:0;
    right:0;
}
.i-result .items{
  background: #fff;
  padding: 8px 8px;
  margin-bottom: 4px;
}
.i-result .items:last-child{
  margin-bottom: 0;
}
.i-result .items .img-item-serach{
  width:70px;
  height: 70px;
}
.i-result .img-item-serach img{
  width: 70px;
  height: 70px;
  border-radius: 0;
  object-fit: cover;
}
.i-result .link-search{
  display: flex;
  align-items: center;
}
.i-result .desc-item-serach{
  margin-right:10px;
width: calc(100% - 90px);
}
.i-result .name-item-search{
  color:#a8797f;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.i-result .not-products{
  color:#a8797f;
}
.help-block{
    color:#bf0000 !important;
}
/******************** END MOBILE MENU *******************//*# sourceMappingURL=global.present.css.map */